body{
	overflow-x:hidden !important;
}
.p-0{padding:0px !important;}
section {
        padding: 0 15px;
    }
.banner-dsd img{width:100%;height:auto;}
    p{
        font-size: 18px;
    }
.mob-dsd{display:none;}
    .header-section {
        background-color: white;
    }

    .dsd-banner {
        background-color: #C4A15C;
        padding: 0;
        background-image: url(https://www.aligndentalcare.lk/wp-content/uploads/2025/12/banner-img-bg.webp);
        background-size: cover;
        background-repeat: no-repeat;
    }

    .dsd-banner .banner-label{
        display: none !important;
    }

    .dsd-banner .grid{
        display: grid;
        grid-template-columns: 1fr 0.8fr;
        gap: 20px;
        align-items: center;
        width: 100%;
        overflow-y: hidden;
    }

    .dsd-banner .grid .title h1 {
    color: rgb(33, 33, 33);
    font-family: Montserrat;
    font-size: 48px;
/*     line-height: 1.5; */
    margin: 0;
    font-weight: 700;
    font-style: italic;
		margin: 20px 0 10px;
        text-transform: uppercase;
}

   .dsd-banner .grid p {
    color: rgb(51, 51, 51);
    font-family: Montserrat;
    font-size: 28px;
    /* line-height: 1.8; */
    margin: 10px 0 15px;
    font-weight: 700;
    text-transform: uppercase;
}

.dsd-banner .left-section{
    text-align: center;
}

.dsd-banner .left-section img{
    width: auto;
    height: 120px;
    margin: 0 auto;
}
    .intro-section, .video-section {
        width: 50%;
        margin: 75px auto;
    }

    .intro-section h2 {
        position: relative;
        font-family: Quicksand_Bold_r;
        font-size: 40px;
        text-align: left;
        line-height: 1.5;
        color: #171717;
        margin: 0 auto 20px;
        width: fit-content;
    }

    .real-results-section h2{
        text-align: start;
    }

    .intro-section h2::before {
        content: '';
        position: absolute;
        width: 50px;
        height: 31px;
        top: 15px;
        left: -70px;
        background-image: url(https://aligndentalcare.b-cdn.net/wp-content/uploads/2025/11/heading-before-img.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .intro-section h2::after {
        content: '';
        position: absolute;
        width: 50px;
        height: 31px;
        top: 15px;
        right: -70px;
        background-image: url(https://aligndentalcare.b-cdn.net/wp-content/uploads/2025/11/heading-after-img.webp);
        background-size: cover;
        background-position: center;
        background-repeat: no-repeat;
    }

    .intro-section p {
        text-align: center;
        line-height: 1.8;
        /* text-align: justify; */
        font-family: Ubuntu-Light;
        color: #444;
        margin: 20px 0 20px 0;
        /* font-size: 16px; */
    }

    .section-1 .grid {
        display: grid;
        grid-template-columns: 0.8fr 1fr;
        gap: 60px;
        align-items: center;
    }

    .section2-img img{
        width: 80% !important;
        height: auto;
        margin: 0 !important;
        margin-left: auto !important;
    }

    .section-3 .grid {
        display: grid;
        grid-template-columns: 1fr 0.7fr;
        gap: 25px;
        align-items: center;
    }

.section-3 img{
	width:90%;
	margin:0 auto;
}

    .desktop {
        display: block;
    }

    .mobile {
        display: none;
    }

    .section-1 img {
        width: 100%;
        height: auto;
    }

    .section-2 img{
        width: 90%;
        margin-left: auto;
    }

    .section-1 h2,
    .benefits h2, 
    .video-section h2,
    .section-4 .title h2{
        font-family: Quicksand_Bold_r;
        font-size: 40px;
        line-height: 1.5;
        color: #171717;
    }

    .section-1 p {
        line-height: 1.8;
        font-family: Ubuntu-Light;
        color: #444;
        /* font-size: 16px; */
        margin-top: 20px;
    }

    .benefits h2, 
    .video-section {
        text-align: center;
    }

    .video-section h2 {
        margin-bottom: 40px;
    }

    .video-wrapper {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 30px;
    }

    .video-thumbnail {
        position: relative;
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
        border-radius: 12px;
        overflow: hidden;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
        transition: transform 0.3s ease, box-shadow 0.3s ease;
    }

    .video-thumbnail:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
    }

    .video-thumbnail-wrapper {
        position: relative;
        display: block;
        width: 100%;
        cursor: pointer;
        text-decoration: none;
        background: #000;
    }

    .video-thumbnail img,
    .video-thumb-img {
        width: 100%;
        height: auto;
        display: block;
        border-radius: 12px;
        object-fit: cover;
        max-height: 500px;
    }

    .inline-video-player {
        width: 100%;
        height: auto;
        display: none;
        border-radius: 12px;
        outline: none;
        max-height: 500px;
    }

    .video-thumbnail-wrapper .play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 60px;
        height: 60px;
        background-color: #C4A15C;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(196, 161, 92, 0.4);
        transition: all 0.3s ease;
        z-index: 1;
        pointer-events: none;
    }

    .play-button::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-left: 20px solid #ffffff;
        border-top: 12px solid transparent;
        border-bottom: 12px solid transparent;
    }

    .video-thumbnail-wrapper:hover .play-button {
        background-color: #b8944f;
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 6px 20px rgba(196, 161, 92, 0.6);
    }

    .benefits, .section-2, .section-4 {
        margin: 75px 0;
    }

    .benefits .grid {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr;
        gap: 45px;
        margin-top: 50px;
    }

    .benefits .benefit-content h3 {
        font-family: Quicksand_Bold_r;
        font-weight: 600;
        font-size: 20px;
        text-align: center;
        margin-top: 15px;
    }

    .benefit-content p {
        font-family: Ubuntu-Light;
        color: #444;
        /* font-size: 16px; */
        margin-top: 10px;
        text-align: center;
    }

    .benefit-icon {
        text-align: center;
        width: 100%;
        display: flex;
        justify-content: center;
    }

    button, .submit {
        padding: 7px 18px;
        border-radius: 30px;
        outline: 0;
        border: 0;
        color: #fff;
        font-size: 15px;
        font-family: Ubuntu-Medium;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        background: linear-gradient(23deg, #7a7a7a, #7a7a7a, #000, #000);
    }

    button span {
        display: inline-block;
        vertical-align: middle;
    }

.cta-1 button img, .cta-2 button img{
	width:16px !important;
	height: auto !important;
	display:block !important;
}

.cta-1 button, .cta-2 button{
	display:flex;
	align-items:center;
}

.cta-2 button, .cta-4 button{
	margin:0 auto;
}

a:hover{
	text-decoration:none !important;
}

    .cta-1 .wappear{
        background-color: #C4A15C;
        border-radius: 20px;
        padding: 0;
    }

    .cta-1 p{
        font-family: Ubuntu-Regular;
        font-size: 18px;
        margin: 10px 0 15px;
        color: white;
    }

    .cta-1 .grid{
        display: grid;
        grid-template-columns: 1fr 0.4fr;
        width: 100%;
        align-items: center;
    }

    .cta-1 h2{
        font-family: Quicksand_Bold_r;
        font-size: 32px;
        color: white;
    }

    .cta-1 img{
        width: 100%;
        border-radius: 0 20px 20px 0;
    }

    .cta-1 .grid .left{
        padding: 10px 35px;
    }

    .cta-2 .wappear{
        background-color: #C4A15C;
        border-radius: 20px;
        padding: 0;
    }

    .cta-2 p{
        font-family: Ubuntu-Regular;
        font-size: 18px;
        margin: 10px 0 15px;
        color: white;
        text-align: center;
    }

    .cta-2 .grid{
        display: grid;
        grid-template-columns: 0.4fr 1fr;
        width: 100%;
        align-items: center;
    }

    .cta-2 h2{
        font-family: Quicksand_Bold_r;
        font-size: 32px;
        color: white;
        text-align: center;
    }

    .cta-2 img{
        width: 100%;
        border-radius: 20px 0 0 20px;
    }

    .cta-2 .grid .left{
        padding: 10px 35px;
        text-align: center;
    }

    .cta-3 .wappear{
        background-color: #C4A15C;
        border-radius: 20px;
        padding: 0;
    }

    .cta-3 p{
        font-family: Ubuntu-Regular;
        font-size: 18px;
        margin: 10px 0 15px;
        color: white;
    }

    .cta-3 .grid{
        display: grid;
        grid-template-columns: 0.7fr 1fr;
        width: 100%;
        align-items: center;
    }

    .cta-3 h2{
        font-family: Quicksand_Bold_r;
        font-size: 32px;
        color: white;
    }

    .cta-3 img{
        width: 100%;
        border-radius: 20px 0 0 20px;
    }

    .cta-3 .grid .left{
        padding: 10px 35px;
    }
.count-grid{
	background-color: #FFE5B2;
    padding: 10px;
    display: flex;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
    justify-content: space-evenly;
}
.count-grid .item{display:flex;gap:10px;align-items:center;}
.count-grid .item p, .count-grid .item span{font-family: 'Ubuntu-Medium';font-size: 16px;margin:0px !important;padding:0px !important;font-weight:bold;}
.count-grid .item span{color:rgba(254, 170, 0, 1);}

    @media screen and (max-width:1024px) {
		.love_counter {
    display: flex;
    width: max-content;
    animation: marquee 20s linear infinite;
  }

  .count-grid {
    overflow: hidden;
  }

  .love_counter .item {
    min-width: auto;
    margin-right: 20px;
  }

  @keyframes marquee {
    from {
      transform: translateX(0);
    }
    to {
      transform: translateX(-50%);
    }
  }
        .workflow-arrow img{
            display: none !important;
        }
        .intro-section, .video-section {
            width: 60%;
            margin: 50px auto;
        }

        .benefits, .section-2, .section-3, .section-4 {
            margin: 50px 0;
        }
        .section-3{
            padding: 20px 0;
        }

        .workflow-section {
            margin: 50px 0;
            padding: 50px 15px;
        }

        /* .workflow-container {
            gap: 15px;
        } */

        .workflow-icon {
            width: 100%;
            height: auto;
            padding: 18px;
        }

        .workflow-arrow {
            right: -25px;
            font-size: 18px;
        }
		.count-grid .item{
			display:flex;align-items: center;
    justify-content: center;
    align-content: center;
    text-align: center;
		}
		.count-grid .item img{
			margin:auto auto 10px;
		}
    }

    @media screen and (max-width:993px) {
        .patient-experiences-navigation{
            position: initial !important;
            display: flex;
            justify-content: center;
            align-items: center;
            gap: 20px;
            margin-top: 20px;
            width: 100%;
            border-radius: 20px;
        }
        .section-1 .grid {
            grid-template-columns: 1fr;
            gap: 20px;
            margin-top: 40px;
        }
        .section2-img img{
            width: 100% !important;
            height: auto !important;
        }
        .desktop {
            display: none;
        }

        .mobile {
            display: block;
        }

        .benefits .grid {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr;
            gap: 45px;
        }
        .workflow-container{
            grid-template-columns: 1fr 1fr 1fr !important;
            gap: 20px;
            margin-bottom: 40px;
        }
    }

    @media screen and (max-width:768px) {
		.desk-dsd{display:none;}
		.mob-dsd{display:block;}
		.cta-1 button, .cta-2 button{
			margin:10px auto !important;
		}
		
		.cta-4 .left{
			padding-bottom: 0 !important;
		}
		
		.dsd-banner img{
			margin:0 auto !important;
		}

        .patient-info{
            margin-top: 0 !important;
        }

        .cta-4 .right img{
            position: initial !important;
			display:block !important;
        }

        .cta-4 .right{
            text-align: center;
			display:flex;
			justify-content: center;
        }

		.tech-grid{
			grid-template-columns:1fr !important;
		}

        .dsd-banner .grid{
            grid-template-columns: 1fr;
            gap: 20px;
            align-items: center;
            padding-top: 25px;
        }

        .dsd-banner .grid .title h1{
            font-size: 30px;
        }

        p{
            font-size: 16px !important;
        }

        .dsd-banner .grid .item{
            text-align: center;
        }

        .intro-section,
        .benefits,
        .video-section,
        .section-2,
        .section-3,
        .section-4 {
            width: 100% !important;
            margin: 40px auto;
        }

        .intro-section h2 {
            font-size: 30px;
        }

        .section-1 h2,
        .benefits h2,
        .video-section h2,
        .section-2 h2,
        .section-3 h2,
        .section-4 .title h2,
        .case-reviews-section .title h2,
        .workflow-section .title h2,
        .patient-experience-heading h2 {
            font-size: 30px;
        }

        .section-3 .title h2 {
            font-size: 30px;
        }

        .tech-grid {
            grid-template-columns: 1fr;
            gap: 40px;
            padding: 0 20px;
            margin-top: 25px;
        }

        .tech-content h3 {
            font-size: 22px;
        }

        .tech-content p {
            font-size: 15px;
        }

        .video-section h2 {
            margin-bottom: 30px;
        }

        .play-button {
            width: 60px;
            height: 60px;
        }

        .play-button::before {
            border-left: 15px solid #ffffff;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
        }

        .benefits .grid {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 45px;
            margin-top: 30px;
        }

        .cta-1 .grid{
            grid-template-columns: 1fr;
        }

        .cta-1 .grid .left{
            padding: 20px;
        }

        .cta-1 img{
            display: none;
        }

        .cta-2 .grid{
            grid-template-columns: 1fr;
        }

        .cta-2 .grid .left{
            padding: 20px;
        }

        .cta-2 img{
            display: none;
        }

        .cta-3 .grid{
            grid-template-columns: 1fr;
        }

        .cta-3 .grid .left{
            padding: 20px;
        }

        .cta-3 img{
            display: none;
        }

        .case-reviews-section {
            margin: 50px 0;
            padding: 30px 15px;
        }

        .case-reviews-section .title {  
            margin-bottom: 30px;
        }

        .case-reviews-grid {
            grid-template-columns: 1fr !important;
            gap: 30px;
            margin-bottom: 40px;
            width: 80%;
        }

        .case-review-play-button {
            width: 60px;
            height: 60px;
        }

        .case-review-play-button::before {
            border-left: 15px solid #ffffff;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
        }

        .case-review-modal-content {
            width: 95%;
            padding: 15px;
        }

        .case-review-modal-close {
            top: -5px;
            right: 5px;
            font-size: 30px;
            width: 35px;
            height: 35px;
        }

        .patient-experiences-section {
            margin: 50px 0;
            padding: 40px 15px;
        }

        .patient-experience-grid {
            grid-template-columns: 1fr !important;
            gap: 10px !important;
        }

        .patient-experience-heading h2, .patient-experience-subheading p, .patient-info{
            text-align: center;
        }

        .patient-experience-heading h2 {
            font-size: 28px;
        }

        .patient-name {
            font-size: 22px;
        }

        .patient-experience-play-button {
            width: 60px;
            height: 60px;
        }

        .patient-experience-play-button::before {
            border-left: 15px solid #ffffff;
            border-top: 9px solid transparent;
            border-bottom: 9px solid transparent;
        }

        .patient-experience-modal-content {
            width: 95%;
            padding: 15px;
        }

        .patient-experience-modal-close {
            top: -5px;
            right: 5px;
            font-size: 30px;
            width: 35px;
            height: 35px;
        }

        .workflow-section {
            margin: 50px 0;
            padding: 40px 15px;
        }

        .workflow-section .title {
            margin-bottom: 40px;
        }

        /* .workflow-container {
            gap: 15px;
            margin-bottom: 40px;
        } */

        .workflow-icon {
            width: fit-content !important;
            height: fit-content !important;
            padding: 15px;
            margin-bottom: 12px;
        }

        .workflow-arrow {
            right: -20px;
            font-size: 16px;
        }

        .workflow-description {
            padding: 0 15px;
        }

        .workflow-description p {
            font-size: 15px;
            margin-top: 25px !important;
        }

        .workflow-container{
            grid-template-columns: 1fr 1fr !important;
            gap: 20px;
            margin-bottom: 40px;
        }
		.count-grid{
			display: flex;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: space-evenly;
		}
    }

    @media screen and (max-width:560px) {
		.count-grid{
			display: flex;
			grid-template-columns: repeat(2, 1fr);align-content} 

        .intro-section h2::before,
        .intro-section h2::after {
            display: none;
        }

        .benefits .grid {
            display: grid;
            grid-template-columns: 1fr;
            gap: 45px;
            margin-top: 20px;
        }

        .video-section h2,
        .section-2 h2,
        .section-3 .title h2,
        .case-reviews-section .title h2,
        .workflow-section .title h2,
        .patient-experience-heading h2 {
            font-size: 24px;
            margin-bottom: 25px;
        }

        .section-3 {
            padding: 30px 0 0;
            margin: 50px 0;
        }

        .tech-grid {
            gap: 30px;
            padding: 0 15px;
        }

        .tech-content h3 {
            font-size: 20px;
            margin-bottom: 12px;
        }

        .tech-content p {
            font-size: 14px;
        }

        .play-button {
            width: 50px;
            height: 50px;
        }

        .play-button::before {
            border-left: 12px solid #ffffff;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
        }

        .case-reviews-section {
            margin: 40px 0;
            padding: 25px 15px;
        }

        .case-reviews-section .title {
            margin-bottom: 25px;
        }

        .case-reviews-grid {
            gap: 25px;
            margin-bottom: 30px;
            width: 100% !important;
        }

        .case-review-play-button {
            width: 50px;
            height: 50px;
        }

        .case-review-play-button::before {
            border-left: 12px solid #ffffff;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
        }

        .case-reviews-btn {
            padding: 10px 25px;
            font-size: 14px;
        }

        .patient-experiences-section {
            margin: 40px 0;
            padding: 30px 15px;
            border-left: 2px solid #E3F2FD;
        }

        .patient-experience-heading h2 {
            font-size: 22px;
            margin-bottom: 15px;
        }

        .patient-experience-subheading p {
            font-size: 14px;
            margin-bottom: 20px;
        }

        .patient-name {
            font-size: 20px;
        }

        .patient-details {
            font-size: 14px;
        }

        .patient-experience-play-button {
            width: 50px;
            height: 50px;
        }

        .patient-experience-play-button::before {
            border-left: 12px solid #ffffff;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
        }

        .patient-nav-btn {
            width: 45px;
            height: 45px;
            font-size: 20px;
        }

        .workflow-section {
            margin: 40px 0;
            padding: 30px 15px;
        }

        .workflow-section .title {
            margin-bottom: 30px;
        }

        h2, h1{
            font-size: 28px !important;
        }

        /* .workflow-container {
            flex-direction: column;
            gap: 30px;
            margin-bottom: 30px;
        } */

        .workflow-step {
            width: 100%;
            max-width: 200px;
            margin: 0 auto;
        }

        .workflow-icon {
            width: 70px;
            height: 70px;
            padding: 12px;
            margin-bottom: 10px;
        }


        .workflow-arrow {
            position: static;
            transform: none;
            right: auto;
            top: auto;
            margin: 10px 0;
            font-size: 14px;
            transform: rotate(90deg);
        }

        .workflow-description {
            padding: 0 15px;
        }

        .workflow-description p {
            font-size: 14px;
            line-height: 1.6;
        }

        .workflow-container{
            grid-template-columns: 1fr !important;
            gap: 20px;
            margin-bottom: 40px;
        }
    }

    /* Video Modal Styles */
    .video-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        align-items: center;
        justify-content: center;
        animation: fadeIn 0.3s ease;
    }

    @keyframes fadeIn {
        from {
            opacity: 0;
        }
        to {
            opacity: 1;
        }
    }

    .video-modal-content {
        position: relative;
        width: 90%;
        max-width: 1200px;
        margin: auto;
        padding: 20px;
        animation: slideDown 0.3s ease;
    }

    @keyframes slideDown {
        from {
            transform: translateY(-50px);
            opacity: 0;
        }
        to {
            transform: translateY(0);
            opacity: 1;
        }
    }

    .video-modal-close {
        position: absolute;
        top: -10px;
        right: 10px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10000;
        line-height: 1;
        transition: color 0.3s ease;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
    }

    .video-modal-close:hover {
        color: #C4A15C;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .video-container {
        position: relative;
        width: 100%;
        background: #000;
        border-radius: 8px;
        overflow: hidden;
    }

    .video-container video {
        width: 100%;
        height: auto;
        display: block;
        max-height: 80vh;
        outline: none;
    }

    .video-container video::-webkit-media-controls-panel {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .video-container video::-webkit-media-controls-play-button {
        background-color: #C4A15C;
        border-radius: 50%;
    }

    .video-container{
        position: relative;
    }

    .video-play-btn{
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 80px;
        height: 80px;
    }

    .video-play-btn img{
        width: 60px;
        height: 60px;
        object-fit: cover;
    }

    @media screen and (max-width: 768px) {
		.workflow-arrow{
			display:none !important;
		}
		.workflow-icon img{
			width:100% !important;
			height:auto !important;
		}
        .video-modal-content {
            width: 95%;
            padding: 15px;
        }

        .video-modal-close {
            top: -5px;
            right: 5px;
            font-size: 30px;
            width: 35px;
            height: 35px;
        }

        .section-2 img{
            width: 100%;
        }

        .section-4 .title h2{
            text-align: center;
        }
    }

    @media screen and (max-width: 1200px) {
        .video-section
        {
            width: 80%;
        }
    }

    /* List styling for page sections */
    section ul {
        list-style-type: none;
        padding-left: 0;
        margin-left: 0;
    }

    section ul li{
    list-style: none;
    padding-left: 30px;
    margin: 12px 0;
    line-height: 1.8;
    font-family: Ubuntu-Regular;
    color: #2f2f2f;
    font-size: 18px;
    position: relative;
}

    section ul li::before {
        content: '';
        position: absolute;
        left: 0;
        top: 6px;
        width: 20px;
        height: 20px;
        background-image: url(https://aligndentalcare.b-cdn.net/wp-content/uploads/2025/12/check-circle.webp);
        background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
    }

    .section-3{
        background-color: #F9F6EF;
        margin: 75px 0;
        padding: 40px 15px;
        /* border-top: 1px solid #E0E0E0; */
        /* border-bottom: 1px solid #E0E0E0; */
    }

    .section-3 .title{
        text-align: center;
        margin-bottom: 50px;
    }

    .section-3 .title h2 {
        font-family: Quicksand_Bold_r;
        font-size: 40px;
        line-height: 1.5;
        color: #171717;
        margin: 0;
    }

    .tech-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 60px;
        width: 90%;
        margin: 0 auto;
        margin-top: 45px;
    }

    .tech-item {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

    .tech-icon {
        width: fit-content;
        height: fit-content;
        margin-bottom: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #C4A15C;
        border-radius: 12px;
        /* padding: 15px; */
        box-shadow: 0 2px 8px rgba(196, 161, 92, 0.2);
    }

    .tech-icon img {
        width: 50px;
        height: 50px;
        object-fit: contain;
    }

    .tech-content h3 {
        font-family: Quicksand_Bold_r;
        font-size: 24px;
        font-weight: 600;
        color: #171717;
        margin: 15px 0;
        line-height: 1.4;
    }

    .tech-content p {
        font-family: Ubuntu-Regular;
        /* font-size: 16px; */
        color: #171717;
        line-height: 1.8;
        margin: 0;
    }

    li, .section-3 p, .section-3 p b{
        font-family: Ubuntu-Regular;
        color: black;
    }

    .section-4 .title h2{
        text-align: start;
    }

    /* Case Reviews Section */
    .case-reviews-section {
        margin: 75px 0;
        padding: 50px 15px;
    }

    .case-reviews-section .title {
        text-align: center;
        margin-bottom: 50px;
    }

    .case-reviews-section .title h2 {
        font-family: Quicksand_Bold_r;
        font-size: 40px;
        line-height: 1.5;
        color: #171717;
        margin: 0;
    }

    .case-reviews-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 40px;
        width: 60%;
        margin: 0 auto 50px;
    }

    .case-review-item {
        position: relative;
    }

    .case-review-thumbnail {
        position: relative;
        display: block;
        width: 100%;
        cursor: pointer;
        /* border: 2px solid #C4A15C; */
        border-radius: 8px;
        overflow: hidden;
        /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
        /* background: #000; */
    }

    /* .case-review-thumbnail:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 20px rgba(196, 161, 92, 0.3);
    } */

    .case-review-thumbnail img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .case-review-play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        background-color: #C4A15C;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(196, 161, 92, 0.4);
        transition: all 0.3s ease;
        z-index: 1;
        pointer-events: none;
    }

    .case-review-play-button::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-left: 18px solid #ffffff;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
    }

    .case-review-thumbnail:hover .case-review-play-button {
        background-color: #b8944f;
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 6px 20px rgba(196, 161, 92, 0.6);
    }

    .case-reviews-cta {
        text-align: center;
        margin-top: 40px;
    }

    .case-reviews-btn {
        padding: 12px 30px;
        border-radius: 30px;
        outline: 0;
        border: 0;
        color: #fff;
        /* font-size: 16px; */
        font-family: Ubuntu-Medium;
        text-transform: uppercase;
        letter-spacing: 1px;
        font-weight: 600;
        background: linear-gradient(23deg, #7a7a7a, #7a7a7a, #000, #000);
        cursor: pointer;
        transition: all 0.3s ease;
    }

    .case-reviews-btn:hover {
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    }

    .case-reviews-btn span {
        display: inline-block;
        vertical-align: middle;
    }

    /* Case Reviews Modal */
    .case-review-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        align-items: center;
        justify-content: center;
        animation: fadeIn 0.3s ease;
    }

    .case-review-modal-content {
        position: relative;
        width: 90%;
        max-width: 1200px;
        margin: auto;
        padding: 20px;
        animation: slideDown 0.3s ease;
    }

    .case-review-modal-close {
        position: absolute;
        top: -10px;
        right: 10px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10000;
        line-height: 1;
        transition: color 0.3s ease;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
    }

    .case-review-modal-close:hover {
        color: #C4A15C;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .case-review-video-container {
        position: relative;
        width: 100%;
        background: #000;
        border-radius: 8px;
        overflow: hidden;
    }

    .case-review-video-container video {
        width: 100%;
        height: auto;
        display: block;
        max-height: 80vh;
        outline: none;
    }

    .case-review-video-container video::-webkit-media-controls-panel {
        background-color: rgba(0, 0, 0, 0.8);
    }

    /* Workflow Section */
    .workflow-section {
        background-color: #F9F6EF;
        margin: 75px 0;
        padding: 60px 15px;
    }

    .workflow-section .title {
        text-align: center;
        margin-bottom: 50px;
    }

    .workflow-section .title h2 {
        font-family: Quicksand_Bold_r;
        font-size: 40px;
        line-height: 1.5;
        color: #171717;
        margin: 0;
    }

    .workflow-container {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
        /* align-items: center; */
        /* flex-wrap: wrap; */
        gap: 0;
        width: 100%;
        /* margin: 0 auto 50px; */
        /* padding: 0 20px; */
    }

    .workflow-step {
        display: flex;
        flex-direction: column;
        align-items: center;
        position: relative;
        flex: 0 0 auto;
    }

    /* .workflow-icon {
        width: 100px;
        height: 100px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #C4A15C;
        border-radius: 50%;
        margin-bottom: 15px;
        padding: 20px;
        box-shadow: 0 2px 8px rgba(196, 161, 92, 0.2);
    } */

    .workflow-icon img {
        width: auto;
        height: 100px;
        object-fit: cover;
        /* filter: brightness(0) invert(1); */
    }


    .workflow-arrow {
        position: absolute;
        right: -30px;
        top: 50%;
        transform: translateY(-50%);
        color: #C4A15C;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        height: 70px;
        display: flex;
    }

    .workflow-description {
        text-align: center;
        max-width: 900px;
        margin: 0 auto;
        padding: 0 20px;
    }

    .workflow-description p {
        font-family: Ubuntu-Regular;
        /* font-size: 16px; */
        color: #171717;
        line-height: 1.8;
        margin: 0;
        margin-top: 45px !important;
    }

    .workflow-arrow img{
        width: auto;
        height: 35px;
        object-fit: cover;
    }

    /* Patient Experiences Section */
    .patient-experiences-section {
        margin: 75px 0;
        padding: 50px 15px;
        background-color: #ffffff;
        border-left: 4px solid #E3F2FD;
    }

    .patient-experiences-container {
        position: relative;
        max-width: 1200px;
        margin: 0 auto;
    }

    .patient-experiences-slider {
        position: relative;
        overflow: hidden;
    }

    .patient-experience-slide {
        display: none;
    }

    .patient-experience-slide.active {
        display: block;
        animation: fadeIn 0.5s ease;
    }

    .patient-experience-grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 50px;
        align-items: center;
    }

    .patient-experience-image-wrapper {
        position: relative;
    }

    .patient-experience-image {
        position: relative;
/*         border: 3px solid #C4A15C; */
/*         border-radius: 8px; */
        overflow: hidden;
        cursor: pointer;
/*         background: #000; */
    }

    .patient-experience-image img {
        width: 100%;
        height: auto;
        display: block;
        object-fit: cover;
    }

    .patient-experience-play-button {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        background-color: #C4A15C;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        box-shadow: 0 4px 15px rgba(196, 161, 92, 0.4);
        transition: all 0.3s ease;
        z-index: 1;
        pointer-events: none;
    }

    .patient-experience-play-button::before {
        content: '';
        position: absolute;
        top: 50%;
        left: 55%;
        transform: translate(-50%, -50%);
        width: 0;
        height: 0;
        border-left: 18px solid #ffffff;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
    }

    .patient-experience-image:hover .patient-experience-play-button {
        background-color: #b8944f;
        transform: translate(-50%, -50%) scale(1.1);
        box-shadow: 0 6px 20px rgba(196, 161, 92, 0.6);
    }

    .patient-experience-content {
        padding: 20px 0;
    }

    .patient-experience-heading h2 {
        font-family: Quicksand_Bold_r;
        font-size: 36px;
        line-height: 1.4;
        color: #171717;
        /* margin: 0 0 20px 0; */
    }

    .patient-experience-heading h2 span {
        color: #C4A15C;
    }

    .patient-experience-subheading p {
        font-family: Ubuntu-Light;
        /* font-size: 16px; */
        color: #171717;
        line-height: 1.8;
        margin: 0 0 30px 0;
    }

    .patient-info {
        margin-top: 60px;
    }

    .patient-name {
        font-family: Quicksand_Bold_r;
        font-size: 24px;
        color: #171717;
        margin: 0 0 8px 0;
        font-weight: 600;
    }

    .patient-details {
        font-family: Ubuntu-Regular;
        /* font-size: 16px; */
        color: #171717;
        margin: 0;
        line-height: 1.6;
    }

    .patient-experiences-navigation {
        display: flex;
        justify-content: center;
        gap: 15px;
        margin-top: 40px;
        position: absolute;
        left: 53%;
        top: 80%;
    }

    .patient-nav-btn {
        width: 40px;
        height: 40px;
        border-radius: 50%;
        border: none;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        font-weight: bold;
        transition: all 0.3s ease;
        outline: none;
        padding: 0;
        background: #C4A15C !important;
    }

    .patient-nav-btn.prev-btn {
        /* background-color: #F9F6EF; */
        background-color: #C4A15C !important;
    }

    .patient-nav-btn.prev-btn:hover {
        background-color: #E8E0D0;
    }

    .patient-nav-btn.next-btn {
        background-color: #C4A15C;
        color: #ffffff;
    }

    .patient-nav-btn.next-btn:hover {
        background-color: #b8944f;
    }

    .patient-nav-btn span {
        display: inline-block;
        line-height: 1;
    }

    /* Patient Experience Video Modal */
    .patient-experience-modal {
        display: none;
        position: fixed;
        z-index: 9999;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.9);
        align-items: center;
        justify-content: center;
        animation: fadeIn 0.3s ease;
    }

    .patient-experience-modal-content {
        position: relative;
        width: 90%;
        max-width: 1200px;
        margin: auto;
        padding: 20px;
        animation: slideDown 0.3s ease;
    }

    .patient-experience-modal-close {
        position: absolute;
        top: -10px;
        right: 10px;
        color: #fff;
        font-size: 40px;
        font-weight: bold;
        cursor: pointer;
        z-index: 10000;
        line-height: 1;
        transition: color 0.3s ease;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: rgba(0, 0, 0, 0.5);
        border-radius: 50%;
    }

    .patient-experience-modal-close:hover {
        color: #C4A15C;
        background-color: rgba(0, 0, 0, 0.8);
    }

    .patient-experience-video-container {
        position: relative;
        width: 100%;
        background: #000;
        border-radius: 8px;
        overflow: hidden;
    }

    .patient-experience-video-container video {
        width: 100%;
        height: auto;
        display: block;
        max-height: 80vh;
        outline: none;
    }

    .patient-experience-video-container video::-webkit-media-controls-panel {
        background-color: rgba(0, 0, 0, 0.8);
    }

    .cta-4 .right{
        position: relative;
		left:0;
    }

    .cta-4 img {
    position: absolute;
    /* top: 0; */
    width: auto;
    height: 350px !important;
    object-fit: cover;
    right: 0;
    bottom: -112px;
}

    .cta-4 .left{
        padding: 40px !important;
    }

    .cta-4 h2, .cta-4 p, .cta-4 .left, .cta-1 h2, .cta-1 p, .cta-1 .left, .cta-2 h2, .cta-2 p, .cta-2 .left, .cta-3 h2, .cta-3 p, .cta-3 .left{
        text-align: center !important;
    }

    .cta-1 button, .cta-2 button, .cta-3 button, .cta-4 button{
        margin: 10px auto !important;
    }

    .cta-4{
        margin-bottom: 60px;
    }

    .fixed-container{
        position: fixed;
        top: 40%;
        right: 0;
        /* width: 100%;
        height: 100%; */
        z-index: 9999;
    }

    .fixed-container img{
        width: 50px;
        height: auto;
    }

    @media screen and (max-width: 768px) {
        .fixed-container img{
            width: 24px;
            height: auto;
        }
        .tech-grid{
            width: 100%;
            padding: 0;
        }
    }

/* Before/After Comparison Styles for Banner */
.banner-comparison-wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
}

.banner-comparison-container {
    position: relative;
    width: 100%;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2); */
    /* border-radius: 8px; */
    overflow: hidden;
    /* background: #000; */
    height: 630px;
    padding: 35px 0;
    margin-top: -35px;
    border-radius: 600px 0 0 600px;
    margin-bottom: -70px;
    border-left: 5px solid #fff;
}

.banner-image-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: block;
}

.banner-after-image {
    position: relative;
    width: 100%;
    display: block;
    z-index: 1;
    height: 100%;
}

.banner-after-image img {
    width: 100%;
    height: 100% !important;
    display: block;
    max-width: 100%;
}

.banner-before-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100% !important;
    clip-path: inset(0 0 0 50%);
    overflow: hidden;
    z-index: 2;
    pointer-events: none;
}

.banner-before-image img {
    width: 100%;
    height: 100% !important;
    object-fit: cover;
    display: block;
}

.banner-slider {
    position: absolute;
    top: 0;
    left: 50%;
    width: 4px;
    height: 100% !important;
    background: #fff;
    cursor: ew-resize;
    z-index: 10;
    transform: translateX(-50%);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    pointer-events: auto;
}

.banner-slider-handle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    cursor: grab;
}

.banner-slider-handle:active {
    cursor: grabbing;
}

.banner-slider-handle::before,
.banner-slider-handle::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
}

.banner-slider-handle::before {
    left: 8px;
    border-width: 6px 8px 6px 0;
    border-color: transparent #333 transparent transparent;
}

.banner-slider-handle::after {
    right: 8px;
    border-width: 6px 0 6px 8px;
    border-color: transparent transparent transparent #333;
}

.banner-label {
    position: absolute;
    top: 20px;
    /* padding: 8px 16px; */
    background: rgba(255, 152, 0, 0.9);
    color: #fff;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    z-index: 5;
    border-radius: 4px;
}

.banner-label-before {
    left: 20px;
}

.banner-label-after {
    right: 20px;
}

@media screen and (max-width: 1399px) {
    .banner-comparison-container{
        margin-top: 0;
        margin-bottom: 0;
        height: fit-content;
        padding: 0;
    }
}

@media (max-width: 768px) {
    .banner-slider-handle {
        width: 40px;
        height: 40px;
    }

    .banner-comparison-container{
        border-radius: 0;
        border-left: 0;
    }

    .banner-label {
        font-size: 12px;
        padding: 6px 12px;
        top: 10px;
    }

    .banner-label-before {
        left: 10px;
    }

    .banner-label-after {
        right: 10px;
    }
}

.banner-image-wrapper{
    height: 100%;
}

/* .left-section {
    width: 65%;
    margin-left: auto;
} */

@media screen and (max-width:1440px){
    /* .left-section {
        width: 85%;
        margin-left: auto;
    } */
}

@media screen and (max-width:1200px){
    /* .left-section {
        width: 98%;
        margin-left: auto;
    } */
}

@media screen and (max-width:993px){
    /* .left-section {
        width: 100%;
        margin-left: auto;
    } */
}

/* Benefits Slider Styles */
.benefits-slider-wrapper {
    display: none;
    margin-top: 30px;
    position: relative;
}

.benefits-slider-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.benefits-slider {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.benefits-slider-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

.benefits-slide {
    min-width: 100%;
    flex-shrink: 0;
    width: 100%;
}

.benefits-slider-btn{
    display: none;
}

.benefits-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.benefits-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    padding: 0;
}

.benefits-slider-dot.active {
    background: #C4A15C;
}

/* Hide grid on mobile, show slider */
@media screen and (max-width: 767px) {
    .benefits-grid {
        display: none !important;
    }
    
    .benefits-slider-wrapper {
        display: block;
    }
}

/* Show grid on tablet and desktop, hide slider */
@media screen and (min-width: 768px) {
    .benefits-grid {
        display: grid;
    }
    
    .benefits-slider-wrapper {
        display: none !important;
    }
}

/* Workflow Slider Styles */
.workflow-slider-wrapper {
    display: none;
    margin-top: 30px;
    position: relative;
}

.workflow-slider-container {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
}

.workflow-slider {
    flex: 1;
    overflow: hidden;
    position: relative;
}

.workflow-slider-track {
    display: flex;
    transition: transform 0.3s ease-in-out;
    will-change: transform;
}

.workflow-slide {
    min-width: 100%;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
}

.workflow-slider-dots {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 20px;
}

.workflow-slider-dot {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: background-color 0.3s ease;
    border: none;
    padding: 0;
}

.workflow-slider-dot.active {
    background: #C4A15C;
}

/* Hide grid on mobile, show slider */
@media screen and (max-width: 767px) {
    .workflow-grid {
        display: none !important;
    }
    
    .workflow-slider-wrapper {
        display: block;
    }
    
    .workflow-slide .workflow-step {
        width: 100%;
    }
    
    .workflow-slide .workflow-arrow {
        display: none;
    }

    .cta-1 .item, .cta-2 .item, .cta-3 .item, .cta-4 .item{
        text-align: center;
    }
    .wappear, .workflow-description{
        padding: 0;
    }
}

/* Show grid on tablet and desktop, hide slider */
@media screen and (min-width: 768px) {
    .workflow-grid {
        display: grid;
    }
    
    .workflow-slider-wrapper {
        display: none !important;
    }
}

/* Real Results Section Styles */
.real-results-section {
    margin: 75px 0;
}

.real-results-section .title h2 {
    font-family: Quicksand_Bold_r;
    font-size: 40px;
    color: #2f2f2f;
    text-align: center;
    margin-bottom: 50px;
}

.real-results-carousel-wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 30px;
    padding-top: 50px;
}

.real-results-carousel {
    width: 94%;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    margin-left: 3%;
}

.real-results-carousel-track {
    display: flex;
    transition: transform 0.5s ease-in-out;
    will-change: transform;
}

/* Desktop & Tablet: Show 2 complete before/after comparisons (50% width each) */
/* Each slide contains ONE complete before/after comparison unit */
.real-results-slide {
    width: 50%;
    min-width: 50%;
    flex-shrink: 0;
    flex-grow: 0;
    padding: 0 15px;
    box-sizing: border-box;
}

.real-results-comparison-item {
    width: 100%;
    height: 100%;
}

.real-results-comparison-container {
    height: fit-content;
    padding: 20px 0;
    margin-top: 0;
    margin-bottom: 0;
    border-radius: 8px;
    border-left: 0;
}

.real-results-comparison-item .banner-comparison-wrapper {
    height: 100%;
}

.real-results-comparison-item .banner-image-wrapper {
    height: 100%;
}

.real-results-banner-slider {
    pointer-events: auto;
}

/* Navigation: Dots first, then buttons below */
.real-results-carousel-dots {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 20px;
    width: 100%;
}

.real-results-carousel-dot {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
    border: none;
    padding: 0;
}

.real-results-carousel-dot:hover {
    background: #bbb;
    transform: scale(1.2);
}

.real-results-carousel-dot.active {
    background: #C4A15C;
    width: 14px;
    height: 14px;
}

.real-results-carousel-buttons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
}

.real-results-carousel-btn {
    background: #C4A15C;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #fff;
    transition: all 0.3s ease;
    flex-shrink: 0;
    z-index: 10;
    padding: 0;
}

.real-results-carousel-btn:hover {
    background: #a0854a;
    transform: scale(1.1);
}

.real-results-carousel-btn:active {
    transform: scale(0.95);
}

.real-results-carousel-btn:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.real-results-carousel-btn svg {
    width: 24px;
    height: 24px;
}

/* Tablet Styles */
@media screen and (max-width: 1024px) {
    .real-results-slide {
        padding: 0 12px;
    }
    
    .real-results-comparison-container {
        height: fit-content;
    }
    
    .real-results-carousel-buttons {
        gap: 15px;
    }
}

.real-results-carousel-wrapper:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 64%;
    background-color: transparent;
    border-top: 5px solid #C4A15C;
    border-left: 5px solid #C4A15C;
    border-right: 5px solid #C4A15C;
    top: 0;
    left: 0;
    z-index: 0;
}

.real-results-carousel:before{
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    background-color: transparent;
    border-bottom: 5px solid #C4A15C;
    top: 0;
    left: 0;
    z-index: 0;
}

/* Mobile: Show 1 item per slide (100% width) */
@media screen and (max-width: 768px) {
    .real-results-section {
        margin: 50px 0;
        padding: 0 15px;
    }
    
    .real-results-section .title h2 {
        font-size: 30px;
        margin-bottom: 30px;
    }
    
    .real-results-carousel {
        width: 98%;
        margin-bottom: 25px;
        margin-left: 1%;
    }
    
    /* Mobile: 1 complete before/after comparison per slide (100% width) */
    /* Each slide contains ONE complete before/after comparison unit */
    .real-results-slide {
        width: 100%;
        min-width: 100%;
        flex-shrink: 0;
        flex-grow: 0;
        padding: 0 10px;
    }
    
    .real-results-carousel-dots {
        gap: 8px;
        margin-bottom: 15px;
    }
    
    .real-results-carousel-buttons {
        gap: 12px;
    }
    
    .real-results-carousel-btn {
        width: 45px;
        height: 45px;
    }
    
    .real-results-carousel-btn svg {
        width: 20px;
        height: 20px;
    }
    
    .real-results-carousel-dot {
        width: 10px;
        height: 10px;
    }
    
    .real-results-carousel-dot.active {
        width: 12px;
        height: 12px;
    }
    
    .real-results-comparison-container {
        height: fit-content;
    }
}

/* Mobile Styles */
@media screen and (max-width: 560px) {
    .real-results-section {
        margin: 40px 0;
    }
    
    .real-results-section .title h2 {
        font-size: 24px;
        margin-bottom: 25px;
    }
    
    .real-results-carousel {
        margin-bottom: 20px;
    }
    
    .real-results-slide {
        padding: 0 5px;
    }
    
    .real-results-carousel-dots {
        gap: 6px;
        margin-bottom: 15px;
    }
    
    .real-results-carousel-buttons {
        gap: 10px;
    }
    
    .real-results-carousel-btn {
        width: 40px;
        height: 40px;
    }
    
    .real-results-carousel-btn svg {
        width: 18px;
        height: 18px;
    }
    
    .real-results-carousel-dot {
        width: 8px;
        height: 8px;
    }
    
    .real-results-carousel-dot.active {
        width: 10px;
        height: 10px;
    }
    
    .real-results-comparison-container {
        height: fit-content;
        padding: 15px 0;
    }
}

/* Small Mobile Styles */
@media screen and (max-width: 400px) {
    .real-results-comparison-container {
        height: fit-content;
    }
    
    .real-results-carousel-btn {
        width: 35px;
        height: 35px;
    }
    
    .real-results-carousel-btn svg {
        width: 16px;
        height: 16px;
    }
    
    .real-results-carousel-buttons {
        gap: 8px;
    }
    
    .real-results-carousel-dots {
        gap: 5px;
    }
}

@media screen and (max-width:768px){
    .section-1 h2{
        margin-bottom: 15px;
    }.intro-section, .benefits, .video-section, .section-2, .section-3, .section-4, .patient-experiences-section, .case-reviews-section{
        margin: 30px auto !important;
    }
    .section-1 .grid{
        margin-top: 0;
    }
.section-3, .workflow-section, .patient-experiences-section, .case-reviews-section{
padding: 25px 15px !important;
}
h2{
    text-align: center;
}
}



.footer-section .wappear{
    padding: 0 15px !important;
}

.free-consectionalign h2{
    margin-bottom: 10px !important;
}   

video {
    display: inline-block;
    vertical-align: baseline;
    width: 100%;
    height: 460px;
    background-color: #C4A15C;
    object-fit: cover;
}

.case-review-thumbnail-wrapper img{
    width: auto !important;
    height: 460px !important;
}

.free-consection h2{
    font-size: 28px;
}