/* -------------------------------
   Global Font & Reset
-------------------------------- */
body {
    margin: 0;
    font-family: 'Karla', sans-serif;
    background-color: #ffffff;
}

.desktop-b {
    display: block;
}

.mobile-b {
    display: none;
}

.banner img {
    width: 100%;
}

.hero {
    position: relative;

}

.hero-inner {
    position: relative;
    z-index: 2;
    max-width: 48% !important;
    margin: auto;
    top: 0rem;
    text-align: left;
}

.hero h1 {
    font-size: 64px;
    line-height: 72px;
    color: #fff;
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-family: "Cormorant Garamond", serif;
}

.banner-content {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: left;
    z-index: 2;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
}




/* -------------------- Navbar -------------------- */

/* -------------------------------
   Reviews & Testimonials Section
-------------------------------- */
.reviews-section {
    position: relative;
    background: url("../images/reviews-testimonials/review-bg.png") center center / cover no-repeat;
    color: #ffffff;
    padding: 120px 0;
    overflow: hidden;
}

/* Dark overlay */
.reviews-section .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* Heading */
.reviews-section .reviews-title {
    position: relative;
    z-index: 2;
    font-family: 'Cormorant Garamond', serif;
    font-size: 64px;
    line-height: 1.2;
    font-weight: 700;
    color: #ffffff;
    padding-left: 20px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .reviews-section .reviews-section {
        padding: 100px 0;
    }

    .reviews-section .reviews-title {
        font-size: 44px;
    }
}

@media (max-width: 576px) {
    .reviews-section {
        padding: 80px 0;
    }

    .reviews-section .reviews-title {
        font-size: 36px;
    }

    .desktop-b {
        display: none;
    }

    .mobile-b {
        display: block;
    }

    .hero h1 {
        padding-left: 1rem;
        font-size: 45px;
        line-height: unset;
        max-width: 100% !important;
    }
}

.reviews-section .reviews-carousel {
    background: #EDF9FF;
    font-family: 'Karla', sans-serif;
    color: #000;
}

/* Left Column */
.reviews-section .rating-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 50px;
    font-weight: 600;
    color: #000;
}

.reviews-section .stars i {
    color: #FFD700;
    font-size: 18px;
}

.reviews-section .google-logo {
    width: 100px;
    margin-top: 10px;
}

.reviews-section .review-count {
    color: #000;
    font-size: 20px;
    font-weight: 600;
}

/* Review Cards */
.reviews-section .review-card {
    background: #fff;
    border: 1px solid #e2e2e2;
    border-radius: 12px;
    padding: 16px 18px;
    transition: all 0.3s ease;
}

.reviews-section .review-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.reviews-section .review-header .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.google-icon {
    width: 18px;
    height: 18px;
}

.reviews-section .reviewer-name {
    font-size: 16px;
    color: #1C355E;
    font-weight: 600;
}

.reviews-section .review-text {
    font-size: 15px;
    color: #444;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
    .reviews-section .rating-title {
        font-size: 28px;
    }

    .reviews-section .review-card {
        margin-bottom: 20px;
    }
}

/* ----------------- google review section -------------- */

.google-reviews {
    font-family: 'Karla', sans-serif;
    background: #fff;
    color: #000;
}

/* Left side */
.rating-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 36px;
    font-weight: 500;
    color: #1C355E;
}

.stars i {
    color: #FFD700;
    font-size: 18px;
    margin: 5px;
}

.google-logo {
    width: 100px;
    margin-top: 8px;
}

/* Review Card */
.google-reviews .review-card {
    background: #fff;
    border: 1px solid #e3e3e3;
    border-radius: 12px;
    padding: 18px;
    height: 100%;
    transition: all 0.3s ease;
}

.google-reviews .review-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Avatar Circle (fallback) */
.avatar-circle {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #adb1b9;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
}

.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}

.google-icon {
    width: 18px;
    height: 18px;
}

.reviewer-name {
    font-size: 16px;
    color: #1C355E;
    font-weight: 600;
}

.google-reviews .review-text {
    font-size: 12px;
    color: #000;
    line-height: 1.5;
    margin-bottom: 0;
}

/* Custom Carousel Arrows */
.custom-prev,
.custom-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #fff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1C355E;
    transition: 0.3s;
    z-index: 5;
}

.custom-prev:hover,
.custom-next:hover {
    background: #1C355E;
    color: #fff;
}

.custom-prev {
    left: -60px;
}

.custom-next {
    right: -60px;
}

.custom-prev i,
.custom-next i {
    font-size: 20px;
}

.thankyou-section .thankyou-carousel.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled{
    display: block;
}

/* Responsive */
@media (max-width: 992px) {
    .custom-prev {
        left: 0;
    }

    .custom-next {
        right: 0;
    }
}

/* ----------------- Patient Reviews Section -------------- */
/* SECTION BASE */
.patient-reviews {
    position: relative;
    overflow: hidden;
    font-family: 'Karla', sans-serif;
    color: #fff;
    padding: 3rem 20px;
     background: url(../images/review/review-banner.png) no-repeat;
    background-size: cover;
    background-position: center;
    inset: 0;
    z-index: 0;

}
#patientCarousel.owl-theme .owl-nav [class*=owl-]:hover{
    background: none;
}
.patient-reviews .overlay {
    background-color: rgba(28, 53, 94, 0.85);
    position: absolute;
    inset: 0;
    z-index: 1;
}

/* Content */
.patient-reviews .container {
    position: relative;
    z-index: 2;
}

.patient-reviews .carousel-content {
    max-width: 850px;
    margin: 0 auto;
}

.patient-reviews .quote i {
    font-size: 46px;
    color: #fff;
}

.patient-reviews .review-subtitle {
    font-size: 20px;
    letter-spacing: 1.5px;
    color: #EDF9FF;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 10px;
}

.patient-reviews .review-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    margin-bottom: 18px;
    font-weight: 500;
}

.patient-reviews .carousel-content p {
    font-size: 16px;
    line-height: 1.7;
    color: #e8e8e8;
    max-width: 660px;
    margin: 0 auto;
        text-align: center;
}

.patient-reviews .carousel-content .client-photo {
    width: 60px !important;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 15px;
}
.quote {
    text-align: center;
}
.quote img{
    width: auto !important;
    margin: 0 auto;
}
.patient-reviews .patient-info {
    display: flex;
    align-items: left;
    justify-content: center;
    margin-top: 1.5rem;
    color: #fff;
    text-align: left;
}

.patient-reviews .patient-avatar {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    object-fit: cover;
    border: 2px solid rgba(255, 255, 255, 0.4);
}

.patient-reviews .patient-name {
    font-family: "Karla", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
    letter-spacing: 0.5px;
}

.patient-reviews .patient-role {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.85);
    margin-top: 2px;
}

/* Carousel Arrows */
#patientCarousel .owl-nav .owl-next{       
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /* width: 100%; */
    font-size: 50px;
    right: 0;
}
#patientCarousel .owl-nav .owl-prev{ 
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    /* width: 100%; */
    font-size: 50px;
    left: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .patient-reviews .review-title {
        font-size: 28px;
    }

    .patient-reviews .review-desc {
        font-size: 14px;
        padding: 0 20px;
    }

    .patient-reviews .custom-prev {
        left: 20px;
    }

    .patient-reviews .custom-next {
        right: 20px;
    }
}

/* ----------------- Thank You Section -------------- */

/* Section wrapper */
.thankyou-section {
    font-family: "Karla", sans-serif;
    background-color: #fff;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden;
}

/* Title */
.thankyou-section .section-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    font-weight: 500;
    color: #000;
    margin-bottom: 40px;
}

/* Card layout */
.thankyou-card {
    background: #F4F9FF;
    border-radius: 12px;
    text-align: center;
    padding: 30px 25px;
    height: 100%;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.thankyou-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

/* Typography */
.thankyou-section .quote i {
    font-size: 26px;
    color: #1C355E;
}

.thankyou-title {
    font-weight: 500;
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    letter-spacing: 0.8px;
    margin-bottom: 10px;
}

.thankyou-text {
    font-size: 16px;
    color: #363636;
    line-height: 1.6;
    max-width: 350px;
    margin: 0 auto;
    flex-grow: 1;
}

/* Patient block */
.thankyou-section .patient {
    margin-top: 15px;
}

.thankyou-section .patient-avatar {
    width: 53px;
    height: 40px;
    justify-self: center;
}

.thankyou-section .owl-carousel .owl-item img {
    width: 64px;
    justify-self: center;
}
.patient img{
margin-right: 1rem;
}
.thankyou-section .patient-name {
    font-weight: 600;
    color: #1C355E;
    font-size: 20px;
}

.thankyou-section .patient-role {
    color: #555;
    font-size: 16px;
}

/* Owl Carousel adjustments */
.thankyou-section .thankyou-carousel {
    position: relative;
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
    width: 90%;
    margin: 0 auto;
}

.thankyou-carousel .owl-stage {
    display: flex;
    align-items: stretch !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}


.thankyou-carousel .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.thankyou-carousel .owl-nav button {
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 42px;
    height: 42px;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
      border-radius: 50%;
}

.thankyou-carousel .owl-nav button:hover {
    background: #1C355E !important;
        border-radius: 50%;
}
.thankyou-carousel .owl-nav button {
    box-shadow: none;
}
.thankyou-carousel .owl-nav i {
    font-size: 20px;
    color: #1C355E;
}

.thankyou-carousel .owl-nav button:hover i {
    color: #fff;
}

/* Remove extra Owl spacing below */
.thankyou-carousel .owl-carousel,
.thankyou-carousel .owl-stage,
.thankyou-carousel .owl-item {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.thankyou-carousel .owl-prev {
    position: absolute;
    left: -4rem;
}

.thankyou-carousel .owl-next {
    position: absolute;
    right: -4rem;
}

/* Responsive */
@media (max-width: 992px) {
    .thankyou-carousel .owl-nav button {
        width: 38px;
        height: 38px;
    }

    .thankyou-section .owl-carousel .owl-item img {
        width: 45px;
        height: 45px;
    }
}

@media (max-width: 768px) {
    .thankyou-carousel .owl-nav {
        display: none;
    }
    .patient-reviews{
        padding: 3rem 20px;
    }
}

/* ----------------- Reviews Section -------------- */
.all-reviews-section {
    background-color: #EDF9FF;
    font-family: "Karla", sans-serif;
    overflow: hidden;
    padding-top: 70px;
    padding-bottom: 70px;
}

.all-reviews-section .section-title {
    font-family: "Cormorant Garamond", serif;
    font-size: 48px;
    font-weight: 500;
    color: #000;
    margin-bottom: 40px;
}

/* Card Styles */
.all-reviews-section .review-card {
    height: 100%;
    background: #fff;
    border-radius: 12px;
    text-align: center;
    padding: 30px 25px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.06);
}
.all-reviews-section .review-text a{
    color: #363636;
}
.all-reviews-section .review-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 22px rgba(0, 0, 0, 0.1);
}

.all-reviews-section .stars i {
    color: #FFD700;
    /* gold stars */
    font-size: 18px;
    margin-right: 2px;
}

.all-reviews-section .review-text {
    font-size: 16px;
    color: #363636;
    line-height: 1.6;
    max-width: 400px;
    text-align: center;
}

/* Reviewer Info */
.all-reviews-section .reviewer-name {
    font-weight: 600;
    color: #1C355E;
    font-size: 20px;
    text-transform: uppercase;
}

.all-reviews-section .reviewer-role {
    color: #555;
    font-size: 16px;
}

/* Owl Carousel Fixes */
.all-reviews-section .reviews-carousel {
    position: relative;
    width: 90%;
    margin: 0 auto;
}


.all-reviews-section .owl-stage {
    display: flex;
    align-items: stretch !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}

.all-reviews-section .owl-nav {
    position: absolute;
    top: 45%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    pointer-events: none;
}

.all-reviews-section .owl-nav button {
    background: #fff !important;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 42px;
    height: 42px;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.all-reviews-section .owl-nav button:hover {
    background: #1C355E !important;
}

.all-reviews-section .owl-nav i {
    font-size: 20px;
    color: #1C355E;
}

.all-reviews-section .owl-nav button:hover i {
    color: #fff;
}

.all-reviews-section .owl-prev {
    position: relative;
    right: 4rem;
}

.all-reviews-section .owl-next {
    position: relative;
    left: 4rem;
}

/* Responsive Tweaks */
@media (max-width: 992px) {
    .all-reviews-section .review-card {
        min-height: 260px;
    }

    .all-reviews-section .owl-nav button {
        width: 38px;
        height: 38px;
    }
}

@media (max-width: 768px) {
    .all-reviews-section .owl-nav {
        display: none;
    }
}

/* -------------------- Contact / Get In Touch -------------------- */
.contact-section {
    padding: 80px 24px;
    background-color: #F2F7FB;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: center;
}

.contact-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

/* ---------- FORM ---------- */
.contact-section {
    padding: 80px 24px;
    background-color: #ffffff;
}

.contact-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
    max-width: 1200px;
    margin: 0 auto;
    align-items: stretch;
}

/* Left Image */
.contact-image img {
    width: 100%;
    height: 100%;
    border-radius: 12px;
    object-fit: cover;
}

/* Form Box */
.contact-form {
    background-color: #1C355E;
    color: #ffffff;
    border-radius: 12px;
    padding: 64px 48px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.contact-form h2 {
    font-size: 48px;
    text-align: center;
    margin-bottom: 32px;
}

/* Inputs and Textarea */
.contact-form input,
.contact-form textarea {
    width: 100%;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    padding: 14px 16px;
    font-size: 16px;
    color: #ffffff;
    outline: none;
    transition: border-color 0.3s ease;
}

.contact-form input::placeholder,
.contact-form textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.contact-form input:focus,
.contact-form textarea:focus {
    border-color: #64A9FF;
}

.contact-form label {
    display: block;
    font-size: 14px;
    margin-bottom: 8px;
    color: rgba(255, 255, 255, 0.9);
}

/* File Upload */
.file-upload {
    position: relative;
    display: flex;
    align-items: center;
}

.file-upload input[type="file"] {
    display: none;
}

.file-label {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.4);
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 8px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.file-label:hover {
    background: rgba(255, 255, 255, 0.2);
}

.file-label .icon {
    width: 20px;
    height: 20px;
}

/* Checkbox */
.checkbox {
    display: flex;
    align-items: flex-start;
    gap: 8px;
    margin-top: 16px;
}

.checkbox input {
    margin-top: 5px;
    accent-color: #64A9FF;
    width: auto;
}

.checkbox label {
    font-size: 14px;
    line-height: 1.5;
    color: rgba(255, 255, 255, 0.85);
}

.checkbox a {
    color: #64A9FF;
    text-decoration: underline;
}

/* Submit Button */
.btn-submit {
    width: 100%;
    background-color: #238DC1;
    color: #ffffff;
    border: none;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 14px;
    margin-top: 24px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-submit:hover {
    background-color: #5396E9;
}
@media (max-width: 1024px) {
    .thankyou-carousel .owl-next {
        position: absolute;
        right: -2.6rem;
        margin: 0px;
    }
    .thankyou-carousel .owl-nav button{
        width: 40px;
        height: 40px;
    }
     .thankyou-carousel .owl-prev {
        position: absolute;
        left: -2.6rem;
        margin: 0px;
    }
    .all-reviews-section .owl-prev {
    position: relative;
    right: 2rem;
}
.all-reviews-section .owl-next {
    position: relative;
    left: 2rem;
}
.patient-reviews .review-title{
    font-size: 28px;
}
}
/* Responsive Design */
@media (max-width: 992px) {
    .contact-container {
        grid-template-columns: 1fr;
    }
    .thankyou-section .section-title{
        font-size: 42px;
    }

    .contact-image img {
        height: auto;
    }

    .contact-form {
        padding: 48px 32px;
    }

    .contact-form h2 {
        font-size: 36px;
    }
    .hero h1{
        font-size: 55px;
    }
    #patientCarousel .owl-nav .owl-next{
        right: -2rem;
    }
    #patientCarousel .owl-nav .owl-prev{
        left: -2rem;
    }
    .thankyou-carousel .owl-prev {
        left: -40px;
    }
    .thankyou-carousel .owl-next {
        right: -40px;
    }
    .thankyou-carousel .owl-nav{
        display: block;
    }
    .all-reviews-section .owl-next {
        position: relative;
        right: -2rem;
        left: auto;
    }
    .all-reviews-section .owl-nav{
        display: flex !important;
    }
}

@media (max-width: 576px) {
    .contact-form {
        padding: 32px 24px;
    }

    .contact-form h2 {
        font-size: 30px;
    }

    .btn-submit {
        font-size: 15px;
        padding: 12px;
    }
    .hero h1{
        font-size: 45px !important;
        line-height: 1.2;
    }
    .banner-content{
        top:auto;
        bottom: 2rem;
    }
    .all-reviews-section .owl-nav button{
        background: transparent;
        box-shadow: none;
    }
}