/*************
Hash CSS Start
**************/
@media(max-width: 1920px){
    
}
@media(min-width: 768px){
    
}
@media(max-width: 767px){
	.container{
        padding-right: 16px;
        padding-left: 16px;
    }
    /* Cookie css start */
    
    .cf7-grid input[type="text"], .cf7-grid input[type="tel"], .cf7-grid input[type="email"]{
        font-size: 16px;
        color: #EBF6FF;
        line-height: 3vh;
        padding-bottom: 16px;
    }
    .cf7-grid input::placeholder {
        color: #EBF6FF;
        font-size: 16px; 
        opacity: 1; 
    }
    .contact-button{
        font-size: 17px;
        background: #000;
        color: #fff;
    }
    .cf7-row{
        display: block;
    }
    .check-box label span {
        font-size: 12px !important;
        line-height: 15px;
    }
    .consent-text p {
        font-size: 12px;
        color: #2c3333;
        line-height: 15px;
    }
    .wpcf7-checkbox input[type="checkbox"]{
        width: 18px !important;
        height: 18px !important;
        margin-right: 0;
    }
    .wpcf7-checkbox input[type="checkbox"]:checked::after{
        font-size: 11px;
    }
    .wpcf7-not-valid-tip{
        font-size: 10px !important;
    }
    .wpcf7-response-output{
        font-size: 10px !important;
        color: #000 !important;
    }
    .cf7-col.submit-col p {
        margin-bottom: 15px;
    }
    .wpcf7 form.invalid .wpcf7-response-output{
        font-size: 12px !important;
    }
    .wpcf7 form.failed .wpcf7-response-output, .wpcf7 form.aborted .wpcf7-response-output {
        font-size: 12px !important;
    }
    .wpcf7 form.sent .wpcf7-response-output {
        font-size: 12px !important;
    }
    /* Privacy Modal CSS */
    .privacy-wrapper{
        width: 100%;
        height: auto !important;
        padding: 50px 20px;
        top: 0;
        left: 0;
        right: 0;
    }
    .privacy-wrapper .privacy-content h2 {
        margin-bottom: 16px;
        font-size: 16px;
        line-height: 22px;
    }
    .privacy-wrapper .privacy-content :where(p, li, a) {
        margin-bottom: 10px;
        font-size: 12px;
        line-height: 20px;
        text-align: justify;
    }
    .privacy-close-btn {
        top: 10px;
        right: 20px;
    }
    .privacy-close-btn > img{
        width: 20px;
    }
    .cf7-col p{
        margin-bottom: 20px !important;
    }
    .cf7-main .cf7-row.half-width{
        width: 100%;
    }
    /* Target the last two rows */
    .cf7-main .cf7-row.half-width:nth-last-of-type(2) {
        width: 100%;
    }
    .half-width.submit-main-wrapper{
        width: 35% !important;
        display: flex;
        align-items: center;
    }
    .half-width.checkbox-main-wrapper{
        width: 65% !important;
    }
    .submit-main-wrapper {
        order: 1;
    }

    .check-box {
        order: 2;
    }
    .consent-main-wrapper {
        order: 99;
        margin-top: 15px;
        width: 100% !important;
    }
    .slider-solo-mob .swiper-slide-image{
        min-height: 300px;
        object-fit: cover;
    }
    .header-menu{
        padding: 80px 20px;
        width: 100%;
        margin-top: 0;
    }
    .header-menu-toggle{
        right: 20px;
    }
    .header-menu-toggle .menu-open{
        width: 24px;
    }
    .header-menu-toggle.active .menu-close{
        width: 20px;
    }
    .header-logo img{
        height: 47px;
    }



    /* Footer CSS */
    .sticky-btn {
        font-size: 18px;
        height: 52px;
    }
    .site-footer{
        padding: 0;
    }

    .call-btn .call-icon {
        width: 16px;
        height: 16px;
    }
     .footer-inner {
        flex-direction: column;
        gap: 60px;
        padding-bottom: 160px;
        padding-top: 70px;
    }
    .checkbox-main-wrapper{
        margin-top: 20px;
    }
    .check-box .wpcf7-list-item-label{
        padding-right: 34px;
    }
    .footer-divider {
        width: 100%;
        height: 1px;
    }

    .footer-logo-wrap {
        flex: none;
    }

    .footer-form-heading {
        text-align: center;
        font-size: 30px;
    }
    .footer-form-wrap{
        padding: 0 20px;
    }
    .cf7-success-message {
        padding: 30px 20px;
    }
    .success-checkmark {
        width: 60px;
        height: 60px;
        margin-bottom: 20px;
    }
    .success-title {
        font-size: 24px;
    }
    .success-subtitle {
        font-size: 16px;
    }
    ::placeholder{
        color: #EBF6FF;
    }
    .footer-logo{
        max-width: 208px;
        width: 208px;
    }
    .footer-number {
        width: 40vw;
        margin-top: 20px;
    }
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }
    .footer-links a {
        font-size: 12px;
    }
    .footer-link-divider {
        font-size: 12px;
    }
    .footer-modal-content {
        width: 95%;
        max-height: 85vh;
    }
    .footer-modal-body {
        padding: 40px 20px 20px;
    }
    .footer-modal-body p {
        font-size: 14px;
    }
    .footer-modal-close {
        top: 10px;
        left: 15px;
        font-size: 24px;
    }
    .footer-divider {
        display: none;
    }
    .appointment-btn{
        border-radius: 0 38px 0 0;
    }
    .call-btn{
        border-radius: 38px 0 0 0;
    }
    .sticky-bottom-buttons{
         padding: 14px 10px;
        gap: 2.23px;
        display: flex !important;
    }
    .header-contact-number{
        display: none;
    }
    .call-btn::after{
        content: none;
    }
    .submit-col input{
        font-size: 18px;
        padding: 8px 37px;
    }


    /* Section-1 */
    .section-one {
        min-height: auto;
        height: auto;
        padding-top: 10px;
        padding-bottom: 0;
    }

    .section-one .video-wrapper {
        min-height: 50vh;
    }
    .section-one video,
    .section-one img {
        min-height: 50vh;
        height: auto;
        width: 100%;
        object-fit: contain;
    }
    
    /* Desktop/Mobile banner visibility */
    .banner-desktop {
        display: none !important;
    }
    .banner-mobile {
        display: block !important;
    }
    
    .section-one .video-wrapper {
        min-height: auto;
        /* height: auto; */
    }
    .vimeo-wrapper {
        height: 40vh;
    }
    .vimeo-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 40vh;
        transform: none;
        min-width: unset;
        min-height: unset;
    }
    
    button#ccil-reopen {
        position: fixed !important;
        bottom: calc(80px + env(safe-area-inset-bottom, 0px)) !important;
        z-index: 1001 !important;
    }
    
    .sticky-bottom-buttons {
        bottom: env(safe-area-inset-bottom, 20px);
        padding-bottom: constant(safe-area-inset-bottom); /* iOS 11.0-11.2 */
        padding-bottom: env(safe-area-inset-bottom, 0px); /* iOS 11.2+ */
    }
    
    .dream-row,
    .dream-row.reverse {
        flex-direction: column;
        gap: 80px;
    }

    .dream-row:not(.reverse) .dream-content,
    .dream-row.reverse .dream-content {
        padding-left: 24px;
        padding-right: 24px;
        order: 2;
    }
    .dream-image{
        order: 1;
    }
    .section-two{
        margin-top: 10px;
    }
    .section-two-header{
        padding: 100px 15px;
        margin-bottom: 0;
    }
    .section-two-header img{
        width: 169px;
        margin-bottom: 32px;
    }
    .section-two-header h2{
        font-size: 48px;
        width: 79% !important;
        margin: 0 auto;
        line-height: 48px;
    }
    .dream-container-wrapper{
        max-width: 100%;
    }
    .dream-bold-heading{
        font-size: 21px;
        margin-bottom: 10px;
    }
    .dream-description{
        font-size: 18px;
        max-width: 100%;
        line-height: 23.6px;
    }
    .right-main-footer{
        max-width: 100%;
    }
    .dream-script-image img{
        min-width: 180px;
        width: 180px;
    }
    .dream-script-text{
        font-size: 102px;
        line-height: 20px;
        text-align: right;
    }
    /* Apply text-align: center to the last .dream-script-text */
    .section-two-rows .dream-row:last-of-type .dream-script-text {
        text-align: center;
    }
    .section-two-rows .dream-row:last-of-type .dream-description{
        max-width: 100%;
    }

    .dream-row:not(.reverse) .dream-image img,
    .dream-row:not(.reverse) .dream-image video {
        border-top-right-radius: 167.12px;
        padding-right: 24px;
    }
    .dream-row.reverse .dream-image img,
    .dream-row.reverse .dream-image video {
        border-top-left-radius: 167.12px;
        padding-left: 24px;
    }
    .dream-image img,
    .dream-image video {
        height: 40vh;
    }


    /* Section-4 */

    .section-four-header {
        margin-bottom: 80px;
        padding: 0 18px;
    }

    .lifestyle-main-heading {
        width: 80%;
        margin: 0 auto;
        font-size: 48px;
        line-height: 44px;
    }

    .lifestyle-sub-text {
        font-size: 18px;
        margin-bottom: 16px;
        margin-top: 10px;
    }

    .lifestyle-description {
        font-size: 18px;
        line-height: 1.6;
        max-width: 100%;
    }

    /* Rows stack vertically */
    .lifestyle-rows {
        gap: 100px;
    }

    .lifestyle-row,
    .lifestyle-row.reverse {
        flex-direction: column;
        gap: 83px;
    }

    /* Content padding reset */
    .lifestyle-content,
    .lifestyle-row.reverse .lifestyle-content {
        padding: 0 24px;
    }

    /* Background script text */
    .lifestyle-bg-text {
        font-size: 112px;
        opacity: 0.15;
    }
    /* Apply font-size: 144px to the last .lifestyle-bg-text */
    .lifestyle-row:last-of-type .lifestyle-bg-text,
    .lifestyle-row:nth-last-of-type(2) .lifestyle-bg-text {
        font-size: 136px;
        top: 35% !important;
    }

    .lifestyle-content-heading {
        font-size: 36px;
        margin-bottom: 0;
    }

    .lifestyle-content-description {
        font-size: 18px;
        line-height: 22.07px;
        max-width: 100%;
        margin-bottom: 32px;
    }
    .lifestyle-row:last-of-type .lifestyle-content-description{
        max-width: 90%;
    }
    /* Icon list */
    .lifestyle-icon-list {
        gap: 25px;
    }

    .lifestyle-icon-list li {
        gap: 16px;
    }

    .lifestyle-icon-list img {
        width: 44px;
        height: auto;
    }

    .lifestyle-icon-list span {
        font-size: 18px;
    }

    /* Image */
    .lifestyle-image {
        width: 100%;
        order: 1;
    }
    .section-three .video-wrapper{
        height: 374px;
        margin: 10px 0;
    }
    .section-three{
        margin-bottom: 100px;
    }
    .section-four{
        padding-top: 0;
    }
    .lifestyle-content{
        order: 2;
    }
    .lifestyle-row.reverse .lifestyle-image img,
    .lifestyle-row.reverse .lifestyle-image video {
        border-top-left-radius: 167.12px;
        padding-left: 24px;
        padding-right: 0;
    }
    .lifestyle-image img,
    .lifestyle-image video {
        border-top-right-radius: 167.12px;
        padding-right: 24px;
        height: 40vh;
    }
    .lifestyle-bg-text{
        top: 38%;
        left: 0;
        right: 0;
    }
    .reverse .lifestyle-bg-text{
        top: 38% !important;
        right: 0;
        left: 0;
    }
    .section-five{
        min-height: auto;
        margin-top: 100px;
        padding-top: 10px;
    }
    .section-five-slider{
        height: auto;
        min-height: auto;
    }
    .section-five-slider .owl-stage-outer, .section-five-slider .owl-stage, .section-five-slider .owl-item{
        min-height: auto;
    }
    .section-five-slider .slide{
        min-height: auto;
    }
    .section-five-slider .slide img{
        height: 375px !important;
    }
    .section-five-slider .owl-stage {
        display: flex;
    }
    .section-five-slider .owl-item {
        backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        transform: translateZ(0);
        -webkit-transform: translateZ(0);
    }
    .section-five .owl-dot span{
        width: 8px;
        height: 8px;
    }
    .header-menu a{
        font-size: 20px;
        line-height: 22.83px;
    }
    .mute-button {
        position: absolute;
        top: 15px;
        right: 15px;
        z-index: 10;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    #mute-icon,
    .mute-icon {
        width: 44px !important;
        height: 44px !important;
        object-fit: contain;
    }
    #unmute-icon,
    .unmute-icon {
        width: 44px !important;
        height: 44px !important;
        object-fit: contain;
    }
    /* Apply max-width: 64% to the .dream-bold-heading in the second repeater */
    .dream-row.reverse .dream-bold-heading {
        max-width: 64%;
    }
    .image-wrapper img{
        padding-top: 15px;
        padding-bottom: 15px;
        height: 374px;
    }

}
@media(min-width: 1900px){
   
}
@media(min-width: 2500px){
	
    
}