  <!-- Page Book Appointment Section Start --> 
    
  
        body {
            font-family: Arial, Helvetica, sans-serif;
            background: #f5f7fb;
        }
        
        

        
/*.form-container{*/
/* ================= HERO ROW ================= */

.hero-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 50px 5%;
}

/* ================= LEFT SIDE ================= */

.top-section {
    width: 50%;
    background: #f4f4f4;
    padding: 40px 20px;
    text-align: center;
}

.top-full-image {
    width: 100%;
    max-width: 1000px;
    height: auto;
}

.top-heading {
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 0.5px;
    color: #24364b;
    margin-top: 20px;
}

/* ================= RIGHT SIDE ================= */

.form-container {
    width: 50%;
}

.form-wrapper {
    width: 100%;
    background: #ffffff;
    border-radius: 6px;
    padding: 18px;
    box-shadow: 0 0 0 1px #e3e6ef;
}

.appointment-title {
    text-align: center;
    font-weight: 500;
    font-size: 38px;
}

.appointment-subtitle {
    text-align: center;
    font-size: 18px;
    color: #555555;
    margin-top: 6px;
    margin-bottom: 38px;
}

h3 {
    font-size: 15px;
    margin: 16px 0;
    color: #1a1a1a;
}

label {
    font-size: 12px;
    color: #333;
    display: block;
    margin-bottom: 4px;
}

.form-group {
    margin-bottom: 12px;
}

input, select, textarea {
    width: 100%;
    padding: 8px 10px;
    font-size: 13px;
    border: 1px solid #cfd4e4;
    border-radius: 5px;
    outline: none;
}

textarea {
    resize: none;
    height: 60px;
}

.two-column {
    display: flex;
    gap: 10px;
}

.two-column .form-group {
    flex: 1;
}

.phone-input {
    display: flex;
    gap: 6px;
}

.phone-input span {
    padding: 8px 10px;
    border: 1px solid #cfd4e4;
    border-radius: 5px;
    background: #f1f3f9;
    font-size: 13px;
}

.book-btn {
    margin-top: 15px;
    width: 100%;
    background: #0c2a66;
    color: #fff;
    border: none;
    padding: 10px;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
}

.book-btn:hover {
    background: #081f4b;
}

/* ================= MOBILE ================= */
@media (max-width: 992px) {

    /* Stack layout */
    .hero-row {
        flex-direction: column;
        padding: 2px 5px;
        gap: 2px;
    }

    .top-section,
    .form-container {
        width: 100%;
    }

    /* ---------- IMAGE OPTIMIZATION ---------- */
    .top-section {
        padding: 5px 5px;
    }

  .top-section {
        padding: 0; /* remove side padding so image becomes true full width */
        background: none;
    }

    .top-full-image {
        width: 100%;
        height: auto;
        display: block;
        max-height: 170px;   /* keeps it optimized for first fold */
        object-fit: cover;   /* makes image fill nicely */
    }

    /* Reduce heading space */
    .top-heading {
        font-size: 10px;
        line-height: 1.3;
        margin-top: 10px;
        margin-bottom: 5px;
    }

    /* ---------- FORM OPTIMIZATION ---------- */

    .appointment-title {
        font-size: 22px;
        margin-bottom: 5px;
        margin-top: 4px;
    }

    .appointment-subtitle {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .form-wrapper {
        padding: 5px 15px;
    }

    h3 {
        font-size: 13px;
        margin: 8px 0;
    }

    .two-column {
        flex-direction: column;
        gap: 8px;
    }

    .form-group {
        margin-bottom: 8px;
    }

    input, select, textarea {
        padding: 7px 8px;
        font-size: 13px;
    }

    .phone-input span {
        padding: 7px 8px;
        font-size: 12px;
    }

    .book-btn {
        padding: 9px;
        font-size: 13px;
        margin-top: 10px;
    }
}


     
        /*<!--rating section css-->*/
        
        .rating-section {
    margin-top: 10px;
    text-align: center;
    padding-top: 2px;
    border-top: 1px solid #e3e6ef;
                 margin-bottom: 90px;

}
.rating-row {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.google-logo {
    height: 74px;
    margin-top:10px;
}

.rating-text {
    font-size: 30px;
    color: #1a1a1a;
    line-height: 1.1;
        margin-top:25px;
            margin-left:14px;


}

.stars {
    color: #f4b400;
    font-size: 48px;
    margin: 4px 2px;
    margin-right:110px;
    margin-top: 5px;
    
}

.rating-tagline {
    font-size: 28px;
    color: #4a4a4a;
    margin-top: 25px;
        margin-right: 8px;
            margin-bottom: -60px;


}
/* Mobile Responsive */
@media (max-width: 767px) {
    
    

    .rating-section {
        margin-bottom: 5px;
        padding: 20px 10px;
 margin-top: 10px;

    }

    .rating-row {
        flex-direction: column;
        gap: 5px;
    }

    .google-logo {
        height: 50px;

    }

    .rating-text {
        font-size: 20px;
        margin: 10px 0 0 0;
    }

    .stars {
        font-size: 28px;
        margin: 14px 0;
    }

    .rating-tagline {
        font-size: 18px;
        margin: 10px 0 0 0;
    }
    
    section.treatments-section .treatments-grid {
    display: flex;
    flex-wrap: wrap;
}
section.treatments-section .treatments-grid .treatment-card {
    width: 49%;
}
}

        /*<!--treatment section css-->*/

.treatments-section {
    background: #fff;
    padding: 0;
    text-align: center;
}

.treatments-title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 10px;
}

.treatments-subtitle {
    max-width: 750px;
    margin: 0 auto 50px;
    color: #000;
    font-size: 18px;
}

.treatments-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.treatment-card {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    transition: 0.3s ease;
    
}

.treatment-card img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

.treatment-card h4 {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
        color: rgb(18, 36, 61);

}

.treatment-card h4 span {
    color: red;
    font-weight: 700;
}

.treatment-card p {
    font-size: 18px;
    color: #000000;
    margin-bottom: 18px;
}

.consult-btn {
    display: inline-block;
    background: #0d1b2a;
    color: #fff;
    padding: 10px 18px;
    border-radius: 6px;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

.consult-btn:hover {
    background: #1b263b;
}

/* ============================= */
/*        Mobile Responsive      */
/* ============================= */

@media (max-width: 992px) {
    .treatments-section {
        padding: 10px 10px;
    }

    .treatments-title {
        font-size: 22px;
    }

    .treatments-subtitle {
        font-size: 14px;
        margin-bottom: 35px;
    }

    .treatment-card img {
        height: 180px;
    }

    .treatment-card h4 {
        font-size: 18px;
    }

    .treatment-card p {
        font-size: 16px;
    }
}


@media (max-width: 576px) {

    .treatments-section {
        padding: 10px;
    }

    /* Make sure grid is properly defined */
    .treatments-grid {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2px;
    }

    /* Make all cards equal height */
    .treatment-card {
        padding: 8px;
        display: flex;
        flex-direction: column;
        height: 100%;
    }

    /* Image consistent size */
    .treatment-card img {
        width: 100%;
        height: 130px;
        object-fit: cover;
        border-radius: 6px;
    }

    /* Content takes remaining space */
    .treatment-card h4 {
        font-size: 14px;
        margin: 8px 0 5px;
        min-height: 38px; /* keeps headings aligned */
    }

    .treatment-card p {
        font-size: 13px;
        margin-bottom: 10px;
        flex-grow: 1; /* pushes button down */
    }

    .consult-btn {
        font-size: 12px;
        padding: 7px;
        margin-top: auto; /* keeps button aligned bottom */
    }

    .treatments-title {
        font-size: 20px;
        margin-top: 20px;
    }

    .treatments-subtitle {
        font-size: 14px;
    }
}

        /*<!--why choose us section css-->*/


.why-section {
    background-color: #0f2a45;
    background-image: radial-gradient(rgba(255,255,255,0.05) 2px, transparent 2px);
    background-size: 40px 40px;
    padding: 80px 0;
    text-align: center;
}

.why-heading {
    color: #fff;
    font-size: 36px;
    margin-bottom: 40px;
}

.why-image-wrapper img {
    width: 85%;
    max-width: 1100px;
    border-radius: 8px;
}




        /*<!--why  Treat All Your Concerns css-->*/
        
        .concern-heading {
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 0.5px;
    color: #24364b;
    margin-bottom: 20px;
}


.concern-section {
    padding: 20px 0;
    background: #f4f4f4; /* optional */
    text-align: center;
}

.concern-full-image {
    width: 100%;
    max-width: 1200px;
    height: auto;
    display: block;
    margin: 0 auto;
}

.expert-btn {
    display: inline-block;
    background-color: #0f2a45;
    color: #ffffff;
    padding: 14px 30px;
    border-radius: 20px;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
    transition: 0.3s ease;
}

.expert-btn:hover {
    background-color: #1c3f63;
}

        /*<!--why  Treat All Your Concerns end css-->*/
        


    /*<!--success css-->*/

.success-section {
    padding: 40px 0;
    text-align: center;
    background-color: #ffffff;
}

.success-heading {
    font-size: 42px;
    font-weight: 500;
    color: #24364b;
    margin-bottom: 20px;
}

.success-description {
    max-width: 750px;
    margin: 0 auto 50px;
    font-size: 18px;
    line-height: 1.7;
    color: black;
}

.success-image-wrapper {
    display: flex;
    justify-content: center;
}

.success-image {
    width: 100%;
    max-width: 1100px;
    border-radius: 10px;
}
@media (max-width: 768px) {

    .success-section {
        padding: 10px 15px;   /* reduce top & bottom space */
    }

    .success-heading {
        font-size: 24px;      /* smaller heading */
        margin-bottom: 12px;
    }

    .success-description {
        font-size: 14px;      /* readable but compact */
        line-height: 1.6;
        margin-bottom: 25px;  /* reduced spacing */
        padding: 0 5px;
    }

    .success-image {
        max-width: 100%;
        border-radius: 6px;   /* slightly smaller radius for mobile */
    }

}
        /*<!--success css--END>*/

        /*<!--new gallery css-->*/

.gallery-section {
    padding: 40px 0;
    text-align: center;
}

.gallery-heading {
    font-size: 42px;
    margin-bottom: 60px;
    color: #24364b;
}

.gallery-row {
    display: flex;
    justify-content: center;
    gap: 40px;
    flex-wrap: wrap;
}

.gallery-item {
    width: 500px;   /* simple fixed size */
}

.gallery-item img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 768px) {

    .gallery-section {
        padding: 20px 0;   /* reduced from 40px */
    }

    .gallery-heading {
        font-size: 26px;
        margin-bottom: 25px;   /* reduced from 60px */
    }

    .gallery-row {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        gap: 10px;
    }

    .gallery-item {
        width: 48%;
    }

}    /*<!--new gallery css--END>*/









/*youtube video css*/
/* youtube video css */

.video-section {
    padding: 80px 100px;
    background: #f9f9f9;
}

.video-title {
    font-size: 34px;
    margin-bottom: 80px;
    color: #0a1f5c;
    text-align: center;
}

/* FULL SCREEN WIDTH VIDEO */
.video-wrapper {
    position: relative;
    width: 100%;
    height: 100vh; /* Full screen height */
    overflow: hidden;
}

.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*team section css*/

.team-section {
    background: #f4f4f4;
}

/* Header */
.team-header {
    background: #0a1f5c;
    color: #ffffff;
    padding: 40px 20px;
    text-align: left;
}

.team-header h2 {
    font-size: 42px;
    margin-bottom: 20px;
        color: #ffffff;

}

.team-header p {
    max-width: 1000px;
    line-height: 1.7;
    font-size: 16px;
            color: #ffffff;

}

/* Team Members */
.team-members {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    padding: 60px 20px;
}

.team-card {
    background: #ffffff;
    text-align: center;
    position: relative;
}

.team-card img {
    width: 100%;
    height: 380px;
    object-fit: cover;
}

.team-info {
    background: #0a1f5c;
    color: #ffffff;
    padding: 15px;
    width: 80%;
    margin: -30px auto 0;
    position: relative;
}

.team-info h4 {
    margin: 0;
    font-size: 18px;
            color: #ffffff;

}

.team-info span {
    font-size: 14px;
}

/* Tablet */
@media (max-width: 992px) {

    .video-section {
        padding: 20px 40px;
    }

    .video-title {
        font-size: 28px;
    }

    .team-members {
        grid-template-columns: repeat(2, 1fr);
        padding: 50px 30px;
    }

    .team-header {
        padding: 50px 30px;
    }

    .team-header h2 {
        font-size: 32px;
    }
}

/* Mobile */
@media (max-width: 576px) {

    .video-section {
        padding: 0px 20px;
                margin-bottom: 30px;
                  height: 35vh; /* Full screen height */
    }

    .video-title {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .team-header {
        text-align: center;
        padding: 40px 20px;
    }

    .team-header h2 {
        font-size: 26px;
    }

    .team-header p {
        font-size: 14px;
    }

    .team-members {
        grid-template-columns: 1fr;
        gap: 25px;
        padding: 40px 20px;
    }

    .team-card img {
        height: auto;
    }

    .team-info {
        width: 90%;
    }
}




/* Floating Call Us Button */
.call-us-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #28a745; /* green color */
    color: #fff;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    box-shadow: 0 4px 6px rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 9999;
    transition: transform 0.2s, box-shadow 0.2s;
}

.call-us-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 8px rgba(0,0,0,0.3);
}

.call-us-btn i {
    font-size: 18px;
}

/* Mobile adjustment */
@media (max-width: 480px) {
    .call-us-btn {
        padding: 10px 16px;
        font-size: 14px;
    }
}