.radio-select-mode input[type="radio"] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #fff;
  border: none;
  outline: 1px solid #fff;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}

.radio-select-mode input[type="radio"]:checked::before {
  content: '';
  position: absolute;
  top: 4px;
  left: 4px;
  width: 8px;
  height: 8px;
  background-color: #000;
  border-radius: 50%;
}

.logo-industries {
    position: relative;
    height: 100%;
    padding-bottom: 50px;
}

.logo-industries {
    margin: 0 !important;
}

.logo-industries .slick-arrow::before {
    content: none;
    border: 0;
}
.logo-industries .slick-arrow {
    border: 0;
}

.logosfilter-buttons {
    display: none !important;
}

.logosfilter-description {
    display: none !important;
}

.home .logosfilter-buttons {
    display: flex !important;
}

.home .logosfilter-description {
    display: block !important;
}

.logo-industries .slick-arrow img {
    box-shadow: 0px 0px 15px 0px rgba(255, 255, 255, 0.1);
    border-radius: 50%;
}

.logo-industries .slick-arrow:hover,
.logo-industries .slick-arrow:focus {
    background: none;
}
.logo-industries .slick-arrow {
    top: unset;
    bottom: -20px;
    padding: 7px;
    display: flex;
    align-items: stretch;
    flex-direction: column;
    justify-content: space-evenly;
    height: 39px;
    z-index: 55;
}
.logo-industries .slick-prev {
    left: 19%;
}
.logo-industries .slick-next {
    right: 19%;
}

.logo-industries .slick-dots li button:before {
    content: unset;
}

.logo-industries .slick-dots li button {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
}

.logo-industries .slick-dots .slick-active,
.logo-industries .slick-dots li button:hover {
    background: #fff;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0;
}
.logo-industries .slick-dots li {
    width: 10px;
    height: 10px;
}

.logo-industries .slick-dots {
    bottom: 10px;
    display: flex;
    justify-content: center;
    gap: 5px !important;
}

.yellow-gradient b {
    background: linear-gradient(141.48deg, rgba(221, 129, 62, 0) 31.74%, #dd813e 118.92%),
        linear-gradient(0deg, #ddc23e, #ddc23e), linear-gradient(0deg, #e4fffe, #e4fffe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-style: normal;
    display: inline-block;
}
.breadcrumbs {
    text-align: center;
}
.breadcrumbs-inner {
    border: 1px solid rgba(92, 161, 182, 0.1);
    border-radius: 50px;
    background-color: rgba(92, 161, 182, 0.1);
    backdrop-filter: blur(4px);
    padding: 11px 15px;
    display: inline-block;
}
.breadcrumbs ul,
.breadcrumbs li {
    list-style: none;
}
.breadcrumbs ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 26px;
    padding-left: 0px;
}
.breadcrumbs li {
    position: relative;
}
.breadcrumbs li::after {
    content: '';
    background-image: url(../images/chevron-right.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 50%;
    right: -20px;
    transform: translate(0%, -50%);
}
.breadcrumbs li:last-child:after {
    display: none;
}
.breadcrumbs li a {
    background: rgba(92, 161, 182, 1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-style: normal;
    display: inline-block;
    font-family: 'Amiko', Sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.breadcrumbs .home {
    height: 18px;
    vertical-align: text-top;
}
.breadcrumbs .home img {
    height: 18px;
}
.breadcrumbs li .current-page {
    background-color: rgba(221, 194, 62, 1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    font-style: normal;
    display: inline-block;
    font-family: 'Amiko', Sans-serif;
    font-size: 16px;
    font-weight: 700;
}
.accordion-text details .e-n-accordion-item-title-text {
    background: linear-gradient(0deg, #5ca1b6, #5ca1b6), linear-gradient(0deg, #e4fffe, #e4fffe);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    opacity: 0.5;
}
.accordion-text details:hover .e-n-accordion-item-title-text,
.accordion-text details[open] .e-n-accordion-item-title-text {
    background: linear-gradient(0deg, #ddc23e, #ddc23e), linear-gradient(0deg, #f4f4e4, #f4f4e4),
        linear-gradient(0deg, #0b5b60, #0b5b60);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
    opacity: 1;
}
.accordion-text details {
    transition: 0.3s all;
    border-bottom: 2px solid;
    border-image: linear-gradient(180deg, #e4fffe, #5ca1b6);
    border-image-slice: 1;
    opacity: 0.5;
}
.accordion-text details:hover,
.accordion-text details[open] {
    border-bottom: 2px solid;
    border-image: linear-gradient(180deg, #ffffff, #ddc23e) 1;
    border-image-slice: 1;
    opacity: 1;
}
.accordion-text details[open] summary {
    margin-bottom: 0px !important;
}
.accordion-plan details {
    border: 1px solid #ffffff1a;
    background: #ffffff1a;
    backdrop-filter: blur(4px);
    border-radius: 20px;
    overflow: hidden;
}
.accordion-plan details summary,
.accordion-plan details summary .e-n-accordion-item-title-header {
    display: block !important;
}
.accordion-plan details .e-n-accordion-item-title-text {
    display: flex;
    justify-content: space-between;
}
.accordion-plan details .e-n-accordion-item-title-text a {
    font-family: 'Franie 700';
    font-size: 12px;
    color: #f4f4e4;
    padding: 12px 30px;
    background: linear-gradient(147.99deg, rgba(8, 85, 96, 0) 29.75%, #085560 96.23%),
        linear-gradient(0deg, #0f6c61, #0f6c61);
    border-radius: 50px;
    outline: none;
    transition: 0.3s all;
}
.accordion-plan details .e-n-accordion-item-title-text span b {
    color: #e4fffe !important;
    margin-top: 5px !important;
    display: block;
    transition: 0.3s all;
}
.accordion-plan details[open] {
    box-shadow: 0px 0px 10px 0px #ffffff40;
    backdrop-filter: blur(4px);
}
.accordion-plan details[open] .e-n-accordion-item-title-text span b {
    color: rgba(221, 194, 62, 1) !important;
    margin-top: 5px !important;
    display: block;
}
.accordion-plan details .e-n-accordion-item-title-text span.gold-text {
    color: rgba(221, 194, 62, 1) !important;
}
.accordion-plan details .e-n-accordion-item-title-text span i {
    color: rgba(221, 194, 62, 1) !important;
    margin-top: 5px !important;
    font-style: normal !important;
    transition: 0.3s all;
}
.accordion-plan details .e-n-accordion-item-title-text a:hover {
    background: linear-gradient(0deg, rgba(19, 122, 161, 0) 0%, #137aa1 100%), linear-gradient(0deg, #08a4bd, #08a4bd);
}
.accordion-plan details .elementor-widget-text-editor p {
    margin-bottom: 0px !important;
}
.accordion-plan details ul {
    padding-left: 20px !important;
}
.accordion-plan details ul li {
    margin-bottom: 5px !important;
}
.wave-bg {
    right: 0px;
}
.wave-bg img {
    width: 100%;
}
.grid-box > .elementor-element {
    opacity: 1;
    transition: 
        opacity 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.6s cubic-bezier(0.4, 0, 0.2, 1),
        font-size 0.6s ease;
    box-shadow: 0px 0px 15px 0px #ffffff1a;
    will-change: opacity, transform, font-size;
}
.grid-box > .elementor-element .elementor-widget-text-editor {
    flex: 1;
}
.grid-box > .elementor-element.clicked {
    opacity: 1;
    align-items: center !important;
}
.grid-box .elementor-element.clicked-details {
    align-items: center !important;
}
.grid-box.hover-effect > .elementor-element.hovered {
    opacity: 1;
    transform: scale(1);
}

.grid-box > .elementor-element.clicked .elementor-widget-text-editor p,
.grid-box.hover-effect > .elementor-element.hovered .elementor-widget-text-editor p {
    transition: font-size 0.8s ease-in-out;
}
.success-stories .swiper {
    padding: 30px 0;
}
.success-stories .swiper-wrapper {
    align-items: center;
}
.success-stories .swiper-wrapper .swiper-slide {
    opacity: 0.5;
}
.success-stories .swiper-slide-next {
    opacity: 1 !important;
}
.table-flex > .elementor-element:nth-child(3n + 1) {
    width: 220px !important;
    flex-grow: 0;
}
.table-flex2 > .elementor-element:nth-child(3n + 1) {
    width: 245px !important;
    flex-grow: 0;
}
.table-flex2 > .elementor-element:not(:nth-child(3n + 1)) {
    width: 375px !important;
    flex-grow: 0;
}
.table-flex > .elementor-element:not(:nth-child(3n + 1)) {
    width: 375px !important;
    flex-grow: 0;
}

.gradient-green-btn {
  position: relative;
  display: inline-block;
  overflow: hidden;
  border-radius: 5px; /* optional */
}

.gradient-green-btn a {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 12px 24px;
  color: #fff;
  text-decoration: none;
  background: linear-gradient(147.99deg, rgba(8, 85, 96, 0) 29.75%, #085560 96.23%),
              linear-gradient(0deg, #0f6c61, #0f6c61);
}

/* The hover overlay gradient */
.gradient-green-btn a::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(19, 122, 161, 0) 0%, #137aa1 100%), linear-gradient(0deg, #08a4bd, #08a4bd);
    opacity: 0;
    transition: opacity 0.6s ease-out;
    z-index: -1;
    border-radius: 50px;
}

/* Fade in the hover gradient */
.gradient-green-btn a:hover::before {
  opacity: 1;
}

.btn-group .gradient-green-btn a:hover {
    border: 2px solid #08a4bd !important;
}
.gradient-green-border-btn a {
    /* width: auto;
    text-align: center;
    position: relative;
    color: #ffffff;
    text-decoration: none !important;
    border-radius: 50px !important;
    box-sizing: border-box;
    display: inline-block;
    z-index: 2;
    overflow: hidden;
    padding: 2px !important; */
}
.gradient-green-border-btn a:before {
    /* content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 200%;
    height: 100%;
    background: linear-gradient(147.99deg, rgba(8, 85, 96, 0) 29.75%, #085560 96.23%), linear-gradient(0deg, #0F6C61, #0F6C61);
    background-size: 50% 100%; */
}
.gradient-green-border-btn a span.elementor-button-text {
    /* position: relative;
    z-index: 2;
    padding: 12px 30px;
    font-size: 14px !important;
    text-decoration: none;
    align-items: center;
    background: transparent;
    border-radius: 50px;
    display: inline-block;
    justify-content: center;
    box-sizing: border-box;
    height: 100%;
    font-size: 50px;
    font-family: 'Franie 700'; */
}
.gradient-green-border-btn a:hover {
    border: 2px solid #08a4bd !important;
}
.vertical-center {
    transform: translateY(-50%);
}
.horizontal-center {
    transform: translateX(-50%);
}
.savings-calculator {
    max-width: 634px;
    width: 100%;
    border: 1px solid #ffffff1a;
    background: #ffffff1a;
    border-radius: 20px;
    padding: 40px;
}
.savings-calculator h3 {
    font-family: 'Franie 700';
    font-weight: 700;
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    color: #e4fffe;
    text-shadow: 0px 0px 6.8px #0f6c61;
    margin-bottom: 20px;
}
.savings-calculator p.card-subheading {
    font-family: 'Amiko';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #5ca1b6;
}
.savings-calculator table {
    color: #fff;
}
.custom-dropdown {
    width: 100%;
    display: block;
    position: relative;
    margin-bottom: 20px;
}

.dropdown-toggle {
    width: 100%;
    border: 1px solid #ffffff1a;
    background: #ffffff1a;
    border-radius: 4px;
    padding: 19px 49px 19px 15px;
    font-family: 'Amiko';
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    color: #e4fffe;
    position: relative;
    transition: 0.3s all;
}
.dropdown-toggle:hover {
    cursor: pointer;
}
.dropdown-toggle::after {
    content: '';
    background-image: url(../images/chevron-down.svg);
    position: absolute;
    width: 24px;
    height: 24px;
    top: 15px;
    right: 15px;
    transition: 0.3s all;
}
.custom-dropdown.show .dropdown-toggle::after {
    transform: rotate(180deg);
}
.custom-dropdown.show .dropdown-toggle {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}
.dropdown-options {
    display: none;
    background: #ffffff1a;
    border-left: 1px solid #ffffff1a;
    border-right: 1px solid #ffffff1a;
    border-bottom: 1px solid #ffffff1a;
    z-index: 1000;
    color: #e4fffe;
}
.dropdown-options div {
    padding: 20px 15px 15px 15px;
    cursor: pointer;
}

.dropdown-options div:hover {
    background: #ffffff33;
}

.custom-dropdown.show .dropdown-options {
    display: block;
    border-bottom-left-radius: 4px;
    border-bottom-right-radius: 4px;
}

.elementor-widget-c-suite-saving-calculator .savings-calculator #annual-savings-text {
    font-family: "Amiko";
    text-align: center;
    color: #fff;
    font-weight: 700;
    font-size: 21px;
    margin-bottom: 0;
}

#annual-savings-estimated {
  display: none;
  margin-bottom: 0;
}


.annual-savings-result p {
    text-align: center;
    color: #fff;
}

.savings-calculator p.card-description {
    font-family: "Franie 400", Sans-serif;
    font-size: 12px;
    line-height: 18px;
    text-align: left;
    color: #e4fffe;
}
.savings-calculator p.card-bottom-description b,
.savings-calculator p.card-bottom-description strong {
    font-family: 'Amiko';
    font-weight: 700;
    font-size: 21px;
    line-height: 150%;
    text-align: center;
    vertical-align: middle;
    color: #e4fffe;
}
.savings-calculator p.card-bottom-description {
    font-family: 'Franie 400', Sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 150%;
    text-align: center;
    vertical-align: middle;
    color: #e4fffe;
    margin-bottom: 0px !important;
}
.savings-calculator p.card-bottom-description * {
    margin-bottom: 0px !important;
}
.savings-calculator table {
    border-collapse: separate;
    margin-bottom: 20px !important;
}
.savings-calculator table th {
    background: #ffffff1a;
    border: none;
}
.savings-calculator table tr td {
    background: transparent !important;
}
.savings-calculator table th,
.savings-calculator table td {
    border-block-start: none !important;
    border-block-end: none !important;
    border: 1px solid #ffffff1a !important;
}
.savings-calculator table thead tr th {
    padding: 20px 22px !important;
    font-family: 'Amiko';
    font-weight: 700;
    font-size: 16px;
    line-height: 150%;
    color: #5ca1b6;
}
.savings-calculator table tbody tr td {
    padding: 20px 20px 15px 20px !important;
    font-family: 'Amiko';
    font-weight: 400;
    font-size: 12px;
    line-height: 120%;
}
.savings-calculator table tbody tr td:first-child {
    color: #e4fffe;
}
.savings-calculator table tbody tr td:nth-child(2),
.savings-calculator table tbody tr td div.has-data span {
    color: #ffffff;
    font-size: 16px;
    line-height: 14px;
}
.savings-calculator table tbody tr td div.has-data {
    color: #ffffff;
}
.savings-calculator table tbody tr td div.has-data span i {
    font-size: 10px;
    line-height: 130%;
    font-style: normal;
    color: #ffffff;
}
.savings-calculator table tbody tr td:nth-child(2) div {
    display: flex;
    justify-content: space-between;
}
.savings-calculator table tbody tr td:nth-child(2) div span {
    width: 50%;
    text-align: right;
}
.savings-calculator table tbody tr td:last-child div span {
    width: 50%;
    text-align: right;
}
.savings-calculator table tbody tr td:last-child {
    color: #3b486b;
    font-size: 16px;
    line-height: 130%;
}
.savings-calculator table tbody tr td:last-child div {
    display: flex;
    justify-content: space-between;
}
.savings-calculator table thead th:first-child {
    border-top-left-radius: 20px;
}
.savings-calculator table thead th:last-child {
    border-top-right-radius: 20px;
}
.savings-calculator table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 20px;
}
.savings-calculator table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 20px;
}
.savings-calculator tbody tr td.timeline-ta div,
.savings-calculator tbody tr td.timeline-p div {
    justify-content: flex-end !important;
}
.savings-calculator table tbody tr td.timeline-ta div span,
.savings-calculator table tbody tr td.timeline-p div span {
    width: 100% !important;
}



@media (min-width: 1441px) {
    .performance-col .elementor-widget-heading {
        transition: transform 0.7s ease;
        transform: translateY(88px);
    }
}

@media (max-width: 1024px) and (min-width: 767px) {
    .performance-col {
        height: 39vw !important;
    }
    .performance-col .elementor-widget-heading {
        transform: translateY(calc(100% - -74px));
    }
}

@media (max-width: 1366px) and (min-width: 1025px) {
    .performance-col {
        height: 350px !important;
        width: 288px !important;
    }
}

@media (max-width: 767px) {
    .home .performance-col {
        height: 350px !important;
        width: 288px !important;
    }
    .home .performance-col:hover {
        background: unset !important;
        background: unset !important;
    }
    .performance-col .elementor-widget-heading {
        transform: translateY(calc(100% - -118px));
    }
}

@media (max-width: 1440px) {
    .performance-col .elementor-widget-heading {
        transform: translateY(-20px);
    }
    .performance-col .elementor-widget-text-editor {
        display: none;
    }

    .performance-col:hover .elementor-widget-text-editor {
        display: block;
    }
}

.performance-col {
    position: relative;
    height: 25vw !important;
    display: flex !important;
    justify-content: flex-end !important;
    overflow: hidden;
}

.performance-col::after {
    content: "";
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        155deg,
        rgba(11, 48, 59, 1) 0%,
        rgba(10, 56, 67, 0.77) 27%,
        rgba(8, 85, 96, 0) 58%,
        rgba(8, 85, 96, 1) 100%
    );
    opacity: 0;
    transition: opacity 0.9s ease-in-out;
    z-index: 0;
    pointer-events: none;
}

.performance-col:hover::after {
    opacity: 1;
}


.performance-col .elementor-widget-text-editor {
    opacity: 0;
    visibility: hidden;
    animation-fill-mode: forwards;
    transition: visibility 0s linear 1.2s;
}

.performance-col:hover .elementor-widget-text-editor {
    visibility: visible;
    animation: fadeInSmooth 0.3s forwards;
    transition-delay: 0s;
}

.performance-col:not(:hover) .elementor-widget-text-editor {
    animation: fadeOutSmooth 0.3s forwards;
    transition-delay: 0.5s;
}

.performance-col:hover .elementor-widget-heading {
    transform: translateY(0) !important;
}

.performance-col .elementor-widget-image {
    position: absolute;
    transition: opacity 1s ease, transform 1s ease, z-index 1s ease;
}

.performance-col:hover .elementor-widget-image {
    opacity: 0.2;
    transform: translateY(-10%);
    z-index: 0;
}

.logo-industries .card-industry .details {
    /* width: 301px; */
    max-width: 100%;
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 30px;
    align-items: center;
    text-align: center;
    background: #ffffff1a;
    border: 1px solid #ffffff1a;
    border-radius: 20px;
    height: 100%;
}

.logo-industries .card-industry h4 {
    color: #e4fffe;
    font-family: 'Franie 700';
    font-size: 14px;
    line-height: 18px;
    margin: 0px !important;
}

.logo-industries .card-industry p {
    color: #e4fffe;
    font-family: 'Amiko';
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin: 0px !important;
}
.logo-industries .slick-slide {
    margin: 0 15px;
}

.logo-industries .slick-list {
    padding: 0px 300px !important;
}

.logo-industries .slick-track {
    display: flex !important;
}

.logo-industries .slick-slide {
    height: auto !important;
    align-items: stretch;
}

@keyframes fadeInSmooth {
    0% {
        opacity: 0;
    }
    60% {
        opacity: 0.8;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeOutSmooth {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@media screen and (max-width: 1024px) {
    .logo-industries .slick-list {
        padding: 0px 50px !important;
    }
}
@media screen and (max-width: 1440px) {
    .table-flex > .elementor-element:not(:nth-child(3n + 1)) {
        width: 300px !important;
        flex-grow: 0;
    }
    .table-flex2 > .elementor-element:not(:nth-child(3n + 1)) {
        width: 300px !important;
        flex-grow: 0;
    }
    .table-wrapper {
        max-width: 100%;
        overflow-x: auto !important;
    }
    .table-flex {
        width: 822px !important;
    }
    .table-flex2 {
        width: 847px !important;
    }
}
@media screen and (max-width: 768px) {
    .breadcrumbs ul {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 10px;
        padding-left: 0px;
        flex-direction: column;
    }
    .breadcrumbs-inner {
        border: 1px solid rgba(92, 161, 182, 0.1);
        border-radius: 20px;
        background-color: rgba(92, 161, 182, 0.1);
        backdrop-filter: blur(4px);
        padding: 11px 45px;
        display: inline-block;
    }
    .breadcrumbs li:after {
        display: none;
    }
    .accordion-plan details .e-n-accordion-item-title-text {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        align-items: center !important;
        text-align: center;
    }
    .table-wrapper {
        max-width: 100%;
        overflow-x: auto !important;
    }
    .table-grid {
        width: 800px !important;
    }
    .success-stories .swiper-slide-next {
        opacity: 0.5 !important;
    }
    .success-stories .swiper-wrapper .swiper-slide-active {
        opacity: 1 !important;
    }

    .logo-industries .slick-list {
        padding: 0px 30px !important;
    }
}
@media screen and (max-width: 767px) {
    .accordion-timeline {
        position: relative !important;
        top: 0 !important;
    }

    .table-calc {
        max-width: 100%;
        overflow-x: auto !important;
    }
    .savings-calculator table tbody tr td div {
        display: block !important;
    }
    
}
@media screen and (max-width: 1024px) {
.logo-industries .slick-dots{
    bottom: 0px;
}

}