.f-page-icons-title>small {
    font-size: clamp(10px, 60%, 24px);
}



.energy-waste-points-slider [aria-label="1 of 1"] {
    display: none;
}

.energy-waste-points-slider .slick-track {
    display: flex;
}

.cs_blue_boxes .energy-waste-points-slide-inner>.col-inner {
    font-size: clamp(20px, 1.45vw, var(--fs-24));
    position: relative;
    background: transparent linear-gradient(244deg, #00356B 0%, #002952 100%) 0% 0% no-repeat padding-box;
    border-radius: 30px;
    overflow: hidden;
}

.cs_blue_boxes .energy-icon-img img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    padding: 14px;
    min-width: auto;
    width: 100%;
    height: 100%;
}

.cs_blue_boxes .energy-content-info {
    width: calc(100% - 155px);
    margin-left: auto;
}

.energy-wastage-section:not(.cs_blue_boxes) .cs-hover-animations {
    display: none;
    border: 1px solid var(--primary);
}

.cs_blue_boxes .cs-hover-animations {
    border: 1px solid var(--primary);
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
}

.cs_blue_boxes .energy-icon-img {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    aspect-ratio: 1 / 1;
    width: 70px;
}

.cs_blue_boxes .energy-content-info>div {
    color: #fff;
}

.cs_blue_boxes .ripple-ring {
    border: 1px solid var(--primary);
    animation: ripple-ring1 4.8s linear infinite;
    transform-origin: center;
}

.cs_blue_boxes .ripple-ring:nth-child(2) {
    animation-delay: 0.8s;
}

.cs_blue_boxes .ripple-ring:nth-child(3) {
    animation-delay: 1.6s;
}

.cs_blue_boxes .ripple-ring:nth-child(4) {
    animation-delay: 2.4s;
}

.cs_blue_boxes .ripple-ring:nth-child(5) {
    animation-delay: 3.2s;
}

.cs_blue_boxes .ripple-ring:nth-child(6) {
    animation-delay: 4s;
}

@keyframes ripple-ring1 {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.8);
        opacity: 0;
    }
}

@media (max-width: 1199.98px) {
    .cs_blue_boxes .energy-content-info {
        width: calc(100% - 70px);
        text-align: left;
    }

    .cs_blue_boxes .energy-waste-points-slide-inner>.col-inner {
        font-size: clamp(17px, 1.45vw, var(--fs-24));
        line-height: 1.4;
    }

    .cs_blue_boxes .energy-icon-img {
        left: 25px;
        bottom: 10px;
        width: 50px;
        height: 50px;
    }
}

/* Finance Intro  */

.w-80p {
    width: 80%;
}

.rounded-pill {
    border-radius: 1000px;
}

.mw-352 {
    max-width: 352px;
}

@media (min-width: 992px) {
    .mw-675 {
        max-width: 675px;
    }

    .mw-670 {
        max-width: 670px;
    }

    .mw-640 {
        max-width: 640px;
    }

    .mw-lg-590 {
        max-width: 590px;
    }

    .mw-lg-436 {
        max-width: 436px;
    }
}

@media (max-width: 1449.98px) {
    .finance-info-col h1 br {
        display: none;
    }
}

/* CLIENTS CSS HERE  */
.client-slider .slick-track {
    display: flex;
    align-items: center;
}

.slick-list>.slick-track .slick-slide {
    height: auto;
}

.content-wrapper p a {
    color: var(--primary);
    text-decoration: underline;
}


/* FULL WIDTH SECTION */
.Full-width-content .finance_repeat-info-col,
.Full-width-content .finance_repeat-info-col>.col-inner {
    width: 100%;
    max-width: none;
}

.Full-width-content .finance_repeat-info-col .content-wrapper {
    padding-bottom: 0;
}

.Full-width-content.section-checked .finance_repeat-img-col>.col-inner {
    padding: 0;
    background: no-repeat;
}

.Full-width-content.section-checked .finance_repeat-img-col {
    display: block;
    width: 147px;
}

.Full-width-content .finance_repeat-info-col>.col-inner>h2 {
    color: var(--primary);
    padding-bottom: 24px;
}

.Full-width-content .finance_repeat-info-col>.col-inner>.content-wrapper,
.Full-width-content .finance_repeat-info-col>.col-inner>.content-wrapper>* {
    color: var(--white);
    width: 100%;
}

.Full-width-content .finance_repeat-info-col>.col-inner>.content-wrapper {
    flex-direction: row;
    flex-wrap: wrap;
}

.Full-width-content>.finance_repeat-secs-inner>.container {
    background-color: var(--secondary);
    padding: clamp(25px, 2.9vw, 54px);
    border-radius: 30px;
    max-width: none !important;
}

.Full-width-content.section-checked .finance_repeat-info-col {
    width: calc(100% - 147px);
}

.Full-width-content .col-inner>h2 {
    max-width: none;
}

.Full-width-content:not(.section-checked) .col-inner>h2 {
    text-align: center;
}

.Full-width-content .finance_repeat-img-col {
    display: none;
}

.Full-width-content .content-wrapper ul li:before {
    background: var(--primary);
    border: 3px solid var(--secondary);
    box-shadow: 0px 0px 0 1px var(--primary);
}

.Full-width-content .finance_repeat-info-col>.col-inner>.content-wrapper>ul {
    width: calc(50% - 45px);
    display: inline-block;
    padding: 20px 20px 20px 40px;
    border-radius: 10px;
    border: 1px solid rgb(255 255 255 / 20%);
    margin-inline: auto 12px;
    max-width: 583px;
}

.Full-width-content .finance_repeat-info-col>.col-inner>.content-wrapper>ul+ul {
    margin-inline: 12px auto;
}

.Full-width-content .content-wrapper blockquote {
    padding-block: 5px;
    margin-top: 15px;
    padding-top: 15px;
    position: relative;
}

.Full-width-content .content-wrapper blockquote strong {
    font-size: clamp(23px, 5vw, 28px);
}

.Full-width-content .content-wrapper blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    height: 5px;
    width: clamp(90px, 4.5vw, 128px);
    background: var(--primary);
    border-radius: 21px;
}

@media (max-width: 991.98px) {
    .Full-width-content .finance_repeat-info-col>.col-inner>.content-wrapper>ul {
        margin-inline: auto !important;
        width: 100%;
    }

    .Full-width-content.section-checked .finance_repeat-info-col,
    .gradient-icon-info-content,
    .gradient-icon-info-img {
        width: 100%;
    }

    .Full-width-content.section-checked .finance_repeat-img-col {
        margin-inline: auto;
    }
}


/* TESTIMONIALS CSS HERE  */
.testimonial-quote {
    width: 60px;
    height: 60px;
    border-radius: 50%;
}

.testimonial-quote img {
    width: 24px;
    height: 24px;
}

.testimonials-inner {
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 1200px) {
    .testimonial-info-col {
        padding-left: 56px;
    }
}

@media (min-width: 992px) {
    .testimonial-img-col {
        width: 28.14%;
    }

    .testimonial-info-col {
        width: 71.86%;
    }
}


@media (max-width: 991.98px) {
    .testimonial-quote {
        margin-inline: auto;
        margin-top: -50px;
    }

    .testimonial-img-col img {
        max-width: 300px;
        margin-inline: auto;
    }
}

@media (max-width: 549.98px) {
    .testimonials-inner {
        padding-bottom: 140px;
    }
}

/* TESTIMONIAL END HERE  */

/* Hotel and guests CSS HERE  */
.gradient-icon-info-img {
    display: block;
    width: 90px;
}

.gradient-icon-info-content {
    width: calc(100% - 90px);
}

.gradient-icon-info {
    margin-top: -90px;
    width: calc(100% - 40px);
}

.hotel-guests-item {
    padding-bottom: 180px;
}

@media (max-width: 991.98px) {

    .gradient-icon-info-content,
    .gradient-icon-info-img {
        width: 100%;
    }
}

/* Hotel and guests END HERE  */

/* SECTION 6 CSS HERE */
.cs-tab-link:not(.active, :hover) {
    color: var(--gray);
    font-weight: 400;
}

.cs-tab-link:hover:not(.active:hover) {
    font-weight: 400;
}

.cs-tab-link span.cs-tab-description {
    display: none;
}

.cs-tab-link.active span.cs-tab-description {
    display: block;
}

.mt-12 {
    margin-top: 12px;
}

.mw-205 {
    max-width: 205px;
}

/* SECTION 6 END HERE */


/* SECTION 7 CSS HERE */
img.small-img {
    width: 60px;
}

.small-text {
    width: calc(100% - 60px);
    padding-left: 15px;
}

@media (min-width: 992px) {
    .cs-tab-link {
        min-height: 82px;
    }
}

/* SECTION 7 END HERE */


/* Savings SECTION 8 CSS Here  */
.savings-head-col>.col-inner {
    padding: clamp(25px, 4vw, 40px);
}

.savings-independently-col-wrapper,
.savings-method-col-wrapper {
    padding: 24px;
}

@media (min-width: 992px) {
    .savings-independently-col {
        padding-left: 8px;
    }

    .savings-method-col {
        padding-right: 8px;
    }
}

@media (min-width: 1200px) {
    .savings-head-col {
        width: 39.6%;
    }

    .savings-independently-col,
    .savings-method-col {
        width: 30.2%;
    }

    .savings-independently-col-wrapper {
        gap: 5px;
    }
}

@media (max-width: 650px) {

    .savings-method-col-wrapper,
    .savings-independently-col-wrapper {
        flex-direction: column-reverse;
        align-items: center;
        text-align: center;
    }

    .textArrow {
        justify-content: center;
    }
}

/* Savings SECTION 8 END Here  */

/*  SECTION 9 CSS Here  */
.play-btn {
    border: 0;
    background: rgb(0 0 0 / 30%);
    padding: 0;
    outline: none;
    box-shadow: none;
    position: absolute;
    top: 20px;
    left: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    height: calc(100% - 40px);
    border-radius: 30px;
}

/*  SECTION 9 END Here  */

/*  SECTION 10 CSS Here  */
.mw-750 {
    max-width: 750px;
}

/*  SECTION 10 END Here  */

/*  SECTION 11 CSS Here  */
.smart-payments-cols-list-items {
    width: 80%;
}

.smart-payments-col-head {
    width: 20%;
}

.smart-payments-special {
    top: -18px;
    position: absolute;
    left: 10%;
}

.payment-col-heading {
    min-height: 170px;
}

.payment-option-item {
    min-height: 85px;
}

.payment-option-item.payment_action {
    min-height: 55px;
}

.smart-payments-col-content .smart-payments-col-inner {
    padding-block: clamp(20px, 1.9vw, var(--space-32));
}

.smart-payments-col-content .payment-option-item-head {
    text-align: center;
    margin-bottom: 5px;
}

.pointer-none {
    pointer-events: none;
}

.payment-option-value>span {
    font-weight: 400;
    color: var(--black);
}

.payment-info ul>li:not(:last-child) {
    margin-bottom: 8px;
}

.payment-option-item-inner>br {
    display: none;
}

.payment-option-item-inner>span {
    display: block;
}

@media (min-width: 1200px) and (max-width: 1629.98px) {
    .smart-payments-special {
        top: -33px;
    }
}

@media (min-width: 1200px) {
    .smart-payments-col-content .payment-option-item-head {
        display: none;
    }
}

@media (max-width: 1199.98px) {
    .smart-payments-cols-list-items {
        width: 100%;
    }

    .payment-col-heading {
        min-height: 150px;
    }

    .smart-payments-col-head {
        display: none !important;
    }

    .smart-payments-special+.smart-payments-col-inner {
        margin-top: 0px;
        padding-top: 45px;
    }

    .smart-payments-special {
        position: relative;
        margin-bottom: -20px;
        top: 0;
        left: 0;
    }

    .smart-payments-col-content {
        margin-bottom: 20px;
    }

    .smart-payments-col-inner {
        height: 100%;
    }

    .payment-col-heading {
        padding-bottom: 25px;
    }
}

@media (max-width: 991.98px) {
    .cs-tab-link {
        text-align: left;
    }

    .cs-tab-link.cs-active span.cs-tab-description {
        display: block;
    }
}

/*  SECTION 11 END Here  */


/* IMAGE MAPPING (HOTSPOT) CSS */
.position-relative {
    position: relative;
}

.hotspot {
    width: 5.5%;
    aspect-ratio: 1 / 1;
    z-index: 10;
    transition: all .3s ease;
}

.hotspot>.hover-animations,
.cs-hover-animations {
    width: 100%;
    height: 100%;
    aspect-ratio: 1 / 1;
    background-color: #007bff00;
    border-radius: 10000px;
    border: 3px solid var(--primary);
    font-weight: bold;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    z-index: 10;
    transition: transform 0.3s ease;
    display: block;
    position: relative;
    transition: all .3s ease;
}


.ripple-ring {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    border: 1px solid var(--primary);
    border-radius: 50%;
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    animation: ripple-ring 4.8s linear infinite;
    pointer-events: none;
    transition: all .3s ease;
}

.hotspot:hover .hover-animations,
.hotspot:hover .ripple-ring,
.hotspot:hover .cs-hover-animations {
    border-color: var(--secondary);
}

.ripple-ring:nth-child(2) {
    animation-delay: .8s;
}

.ripple-ring:nth-child(3) {
    animation-delay: 1.6s;
}

.ripple-ring:nth-child(4) {
    animation-delay: 2.4s;
}

.ripple-ring:nth-child(5) {
    animation-delay: 3.2s;
}

.ripple-ring:nth-child(6) {
    animation-delay: 4s;
}

@keyframes ripple-ring {
    0% {
        transform: translate(-50%, -50%) scale(1);
        opacity: 1;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.5);
        opacity: 0;
    }
}

.hover-animations {
    display: inline-block;
}

.hotspot-popup-content {
    position: absolute;
    bottom: calc(100% + 94px);
    left: 50%;
    transform: translateX(-50%);
    padding: 10px 15px;
    border-radius: 8px;
    white-space: normal;
    z-index: 9;
    width: clamp(250px, 19vw, 317px);
    display: none;
}

.hotspot-popup-content.active {
    display: block !important;
}

.hotspot-popup-content::after {
    content: "";
    position: absolute;
    bottom: -97px;
    height: 95px;
    left: 50%;
    transform: translateX(-50%);
    border: 1px dotted #C7D5DC;
    z-index: -1;
}

/* @media (min-width: 1025px) { */
.hotspot:not(:hover) .hotspot-popup-content {
    opacity: 0;
}

.hotspot:not(:hover) .hotspot-popup-content {
    pointer-events: none;
}

.hotspot-popup-content {
    display: block !important;
}

/* } */

@media (max-width: 767.98px) {
    .hotspot-popup-content h4 {
        font-size: 16px;
    }

    .hotspot-popup-content p {
        font-size: 12px;
    }

    .hotspot-popup-content {
        padding: 10px 10px;
        box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.15);
    }

    .hotspot-popup-content::after {
        border: 1px dashed #C7D5DC;
    }

    .hotspot>.hover-animations {
        border: 1px solid #024988;
    }

    .ripple-ring {
        animation: ripple-ring 5.8s linear infinite;
    }

    .ripple-ring:nth-child(2) {
        animation-delay: .8s;
    }

    .ripple-ring:nth-child(3) {
        animation-delay: 1.8s;
    }

    .ripple-ring:nth-child(4) {
        animation-delay: 2.8s;
    }

    .ripple-ring:nth-child(5) {
        animation-delay: 3.8s;
    }

    .ripple-ring:nth-child(6) {
        animation-delay: 4.8s;
    }

    .hotspot-right .hotspot-popup-content {
        left: auto;
        right: -40px;
        transform: none;
    }

    .hotspot-right .hotspot-popup-content:after {
        left: auto;
        transform: none;
        right: 48px;
    }

    .hotspot-left .hotspot-popup-content {
        left: -40px;
        transform: none;
    }

    .hotspot-left .hotspot-popup-content:after {
        transform: none;
        left: 48px;
    }
}

/* BEA PAGE CSSS */
.page-id-7552 .hwh-top-img-col-inr {
    padding: 20px;
    background: var(--primary-light);
    border-radius: 30px;
}

.page-id-7552 .visibility-control-img-col img {
    max-width: 550px;
}

.products-section .products-img-col img {
    max-width: 600px;
    margin-inline: auto;
}

.page-id-7552 .smart-room-img-col {
    order: -1;
}

.page-id-7552 .hwh-top-img-col-inr img {
    /* border-radius: 30px; */
}

.smart-room-section .iframe-box iframe {
    aspect-ratio: 16 / 9;
    border-radius: 20px;
}

.col-main .payment-option-item:nth-child(2) {
    min-height: 90px;
}

/* STEPS CSS HERE  */
.three-steps-points-slide:not(:last-child)::before {
    content: "";
    position: absolute;
    left: 50%;
}

@media (min-width: 768px) {
    .three-steps-points-slide:not(:last-child)::before {
        border-top: 2px dashed #FF8200;
        width: 100%;
        top: 71px;
    }
}

@media (max-width: 767.98px) {
    .three-steps-points-slide:not(:last-child)::before {
        border-left: 2px dashed #FF8200;
        width: 2px;
        top: 200px;
        height: calc(100% - 132px);
        transform: translateX(-50%);
    }

    .steps_titlee {
        padding-bottom: 15px;
        position: relative;
        z-index: 1;
        background-color: #fff;
    }

    .three-steps-points-slide {
        padding-bottom: 30px;
    }

    .payment-col-heading {
        min-height: 130px;
        padding-bottom: 0;
    }

    .col-main .payment-option-item:nth-child(2) {
        min-height: 190px;
    }
}

@media (min-width: 699.99px) and (max-width: 767.98px) {
    .col-main .payment-option-item:nth-child(3) {
        min-height: 105px;
    }
}

@media (max-width: 699.98px) {
    .payment-option-item {
        min-height: 70px;
    }
}



.steps_imgg {
    position: relative;
}


/* GRD PAGE CSS HERE */
.page-id-7588 .visibility-control-section .visibility-control-item .visibility-control-img-col>.col-inner>img {
    max-width: 700px;
    padding-block: 40px;
    border-radius: 0;
}

.page-id-7588 .visibility-control-section .visibility-control-item>.row {
    align-items: center;
}

/* Pricing section new */
.pricing_options_wrapper {
    padding: clamp(20px, 1.5625vw, 30px) clamp(20px, 1.5625vw, 30px) 20px;
    min-height: 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.pricing_options_wrapper:first-child {
    padding-top: 10px;
}

.pricing_options_wrapper:nth-child(even) {
    background: rgb(255 240 223 / 50%);
}

.mw-820 {
    max-width: 820px;
}

.smart-pricing-wrapper {
    background-image: url(/wp-content/uploads/2025/07/Group-1530.jpg);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom right;
}

.page-id-7588 .hotspot-img-wrapperr {
    margin-top: 0;
}

.page-id-7588 .finance_repeat-img-col img {
    max-width: none;
}

@media (min-width: 1700px) {
    .smart-pricing-wrapper {
        background-size: 100% 100%;
    }
}