@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

 body {
    font-family: 'Poppins', sans-serif;
    background: #ffffff;
}

p {
    font-size: 13px;
}

/* Navbar */
.header-logo {
    height: 85px;
    object-fit: contain;
}

/* Desktop Nav Links */
.nav-link-custom {
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
    text-decoration: none;
    transition: color 0.3s ease;
}

.nav-link-custom:hover {
    color: #00b3b3;
}

/* Mobile Nav Links */
.nav-link-mobile {
    font-size: 15px;
    font-weight: 500;
    color: #1f2937;
    text-decoration: none;
    padding-bottom: 10px;
    border-bottom: 1px solid #e5e7eb;
}

.nav-link-mobile:hover {
    color: #00b3b3;
}

/* CTA Button */
.btn-header-cta {
    background: linear-gradient(135deg, #3195cf, #1f6fa7);
    color: #fff;
    padding: 10px 22px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.btn-header-cta:hover {
    background-color: #1f6fa7;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(0, 179, 179, 0.35);
}

/* =========================
   FOOTER SECTION
========================= */

.footer-section {
    background: #0b3f5c;
    padding: 75px 0 0;
    color: #d6e3ea;
}

/* Logo */
.footer-logo {
    width: 100px;
    margin-bottom: 30px;
}

/* Description */
.footer-text {
    color: #b7c8d2;
    font-size: 15px;
    line-height: 1.8;
    max-width: 320px;
    margin-bottom: 30px;
}

/* Social */
.footer-social {
    display: flex;
    align-items: center;
    gap: 16px;
}

.footer-social a {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: rgba(255,255,255,0.08);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-social a:hover {
    background: #2d9cdb;
    transform: translateY(-4px);
}

/* Titles */
.footer-title {
    color: #fff;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 28px;
}

/* Links */
.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 18px;
}

.footer-links a {
    color: #c4d3dc;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s ease;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 6px;
}

/* Contact */
.footer-contact {
    list-style: none;
    padding: 0;
    margin: 0 0 30px;
}

.footer-contact li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 22px;
    color: #c4d3dc;
    font-size: 15px;
    line-height: 1.6;
}

.footer-contact i {
    color: #9ad8ff;
    margin-top: 5px;
    min-width: 18px;
    font-size: 18px;
}

/* Button */
.footer-btn {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #3297d3;
    color: #fff;
    text-decoration: none;
    padding: 16px 32px;
    border-radius: 16px;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s ease;
}

.footer-btn:hover {
    background: #2387c1;
    color: #fff;
}

/* Bottom */
.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.08);
    margin-top: 60px;
    padding: 24px 0;

    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom p {
    margin: 0;
    color: #b7c8d2;
    font-size: 16px;
}

.footer-bottom span {
    display: flex;
    align-items: center;
    gap: 8px;
    color: #b7c8d2;
    font-size: 16px;
}

.footer-bottom span i {
    color: #ffb400;
}

/* =========================
   HERO SECTION
========================= */

.hero-section {
    padding: 80px 0;
    background: #edf3f6;
    overflow: hidden;
}

/* =========================
   COMMON
========================= */

.hero-title,
.floating-card h4 {
    font-weight: 800;
    color: #183b6b;
}

.hero-subtitle,
.hero-description strong,
.secondary-btn,
.patient-text {
    color: #2d8bc4;
}

.hero-description,
.feature-item,
.floating-card p,
.rating-text {
    color: #64748b;
}

.hero-info,
.hero-buttons,
.hero-features,
.info-item,
.feature-item,
.floating-card,
.primary-btn,
.secondary-btn,
.hero-rating,
.hero-image-wrapper,
.icon-box {
    display: flex;
    align-items: center;
}

.hero-rating,
.hero-image-box,
.floating-card,
.primary-btn,
.secondary-btn {
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

/* =========================
   RATING BOX
========================= */

.hero-rating {
    display: inline-flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    background: #fff;
    padding: 16px 24px;
    border-radius: 50px;
    box-shadow: 0 8px 25px rgba(0,0,0,0.08);
    margin-bottom: 35px;
}

.rating-score {
    font-size: 20px;
    font-weight: 700;
    color: #16396b;
}

.rating-text,
.patient-text {
    font-size: 15px;
}

.patient-text {
    font-weight: 600;
}

.divider {
    width: 1px;
    height: 18px;
    background: #d1d5db;
}

/* =========================
   CONTENT
========================= */

.hero-title {
    font-size: 60px;
    line-height: 1;
    margin-bottom: 20px;
}

.hero-title span {
    color: #5aaed6;
}

.hero-subtitle {
    font-size: 30px;
    line-height: 1.4;
    font-weight: 700;
    margin-bottom: 28px;
    max-width: 650px;
}

.hero-info {
    gap: 28px;
    flex-wrap: wrap;
    margin-bottom: 30px;
}

.info-item,
.feature-item {
    gap: 10px;
    font-size: 17px;
    font-weight: 500;
}

.info-item i {
    color: #1f7dd4;
}

.hero-description {
    max-width: 620px;
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 38px;
}

/* =========================
   BUTTONS
========================= */

.hero-buttons {
    gap: 18px;
    flex-wrap: wrap;
    margin-bottom: 40px;
}

.primary-btn,
.secondary-btn {
    gap: 12px;
    height: 64px;
    padding: 0 32px;
    border-radius: 18px;
    font-size: 20px;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s ease;
}

.primary-btn {
    background: linear-gradient(135deg, #3195cf, #1f6fa7);
    color: #fff;
}

.secondary-btn {
    background: #fff;
    border: 1px solid #dbe2e8;
}

.primary-btn:hover,
.secondary-btn:hover {
    transform: translateY(-3px);
}

.primary-btn:hover {
    color: #fff;
}

/* =========================
   FEATURES
========================= */

.hero-features {
    gap: 30px;
    flex-wrap: wrap;
}

.feature-item i {
    color: #10b981;
}

/* =========================
   HERO IMAGE
========================= */

.hero-image-wrapper {
    position: relative;
    justify-content: center;
    width: 100%;
    max-width: 620px;
    margin: auto;
}

.hero-image-box {
    width: 100%;
    height: 630px;
    overflow: hidden;
    border-radius: 36px;
    background: #f5f9fb;
}

.hero-image-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* =========================
   FLOATING CARDS
========================= */

.floating-card {
    position: absolute;
    gap: 16px;
    padding: 18px 22px;
    background: #fff;
    border-radius: 22px;
    z-index: 2;
    animation: floatY 4s ease-in-out infinite;
}

.floating-card h4 {
    margin: 0;
    font-size: 32px;
    line-height: 1;
}

.floating-card p {
    margin: 5px 0 0;
    font-size: 14px;
}

/* Icon Box */
.icon-box {
    justify-content: center;
    width: 62px;
    height: 62px;
    border-radius: 18px;
    color: #fff;
    font-size: 22px;
    flex-shrink: 0;
}

.blue {
    background: linear-gradient(135deg, #6fc5e8, #57a8d0);
}

.green {
    background: linear-gradient(135deg, #37c89f, #79e2c5);
}

/* Card Position */
.experience-card {
    top: 3%;
    left: -60px;
}

.patient-card {
    bottom: 8%;
    right: -30px;
}

/* =========================
   ANIMATION
========================= */

@keyframes floatY {
    0%,100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

/* =========================
   ABOUT DOCTOR SECTION
========================= */

.about-doctor-section {
    padding: 90px 0;
    background: #f5f7fa;
    overflow: hidden;
}

/* =========================
   IMAGE SIDE
========================= */

.doctor-image-wrapper {
    position: relative;
    max-width: 450px;
    margin: auto;
}

.doctor-image-box {
    border-radius: 34px;
    overflow: hidden;
    box-shadow: 0 20px 50px rgba(0,0,0,0.12);
}

.doctor-image-box img {
    width: 100%;
    height: 520px;
    object-fit: cover;
    display: block;
}

/* Experience Card */
.experience-badge {
    position: absolute;
    right: -30px;
    bottom: -30px;
    background: linear-gradient(135deg, #3498db, #2b7eb6);
    color: #fff;
    padding: 30px 36px;
    border-radius: 26px;
    text-align: center;
    box-shadow: 0 15px 35px rgba(52,152,219,0.35);
}

.experience-badge h3 {
    font-size: 56px;
    font-weight: 800;
    margin: 0;
    line-height: 1;
}

.experience-badge p {
    margin: 10px 0 0;
    font-size: 20px;
    font-weight: 600;
}

/* =========================
   CONTENT SIDE
========================= */

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #2d8bc4;
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 24px;
}

.doctor-title {
    font-size: 40px;
    line-height: 1.05;
    font-weight: 800;
    color: #183b6b;
    margin-bottom: 28px;
}

.doctor-title span {
    color: #2d8bc4;
}

.doctor-description {
    font-size: 16px;
    line-height: 1.9;
    color: #5c6f82;
    margin-bottom: 38px;
}

.doctor-description strong {
    color: #183b6b;
}

/* Specialized */
.specialized-title {
    font-size: 25px;
    font-weight: 700;
    color: #183b6b;
    margin-bottom: 28px;
}

.specialization-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    margin-bottom: 40px;
}

.specialization-item {
    display: flex;
    align-items: center;
    gap: 12px;
    background: #eaf2f8;
    padding: 16px 10px;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 600;
    color: #183b6b;
    transition: 0.3s ease;
}

.specialization-item i {
    color: #2d8bc4;
    font-size: 18px;
}

.specialization-item:hover {
    transform: translateY(-4px);
    background: #dfeef8;
}

/* Button */
.doctor-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 34px;
    background: linear-gradient(135deg, #3498db, #2b7eb6);
    color: #fff;
    text-decoration: none;
    border-radius: 18px;
    font-size: 16px;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 10px 30px rgba(52,152,219,0.25);
}

.doctor-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}

/* =========================
   SERVICES SECTION
========================= */

.services-section {
    padding: 30px 0;
    background: #f2f8fc;
}

/* =========================
   SECTION HEADING
========================= */

.section-heading {
    max-width: 760px;
    margin: 0 auto 60px;
}

.section-tag {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #2d8bc4;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 22px;
}

.section-title {
    font-size: 43px;
    line-height: 1.1;
    font-weight: 800;
    color: #183b6b;
    margin-bottom: 20px;
}

.section-title span {
    color: #3498db;
}

.section-description {
    font-size: 18px;
    line-height: 1.7;
    color: #64748b;
}

/* =========================
   SERVICE CARD
========================= */

.service-card {
    height: 100%;
    background: #fff;
    padding: 38px;
    border-radius: 28px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.08);
    transition: 0.35s ease;
}

.service-card:hover {
    transform: translateY(-8px);
}

/* Default Icon */
.service-icon {
    width: 72px;
    height: 72px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    margin-bottom: 30px;
    transition: 0.3s ease;
}

/* Outline Style Default */
.blue {
    background: rgba(52,152,219,0.12);
    color: #3498db;
}

.green {
    background: rgba(16,185,129,0.12);
    color: #10b981;
}

.orange {
    background: rgba(245,158,11,0.12);
    color: #f59e0b;
}

.red {
    background: rgb(244 67 54 / 14%);
    color: red;
}

.purple {
    background-color: #8000802b;
    color: purple;
}

.teal {
    background-color: #00808047;
    color: #008080;
}

/* Hover Filled */
.service-card:hover .blue {
    background: linear-gradient(135deg, #3498db, #2b7eb6);
    color: #fff;
}

.service-card:hover .green {
    background: linear-gradient(135deg, #10b981, #34d399);
    color: #fff;
}

.service-card:hover .orange {
    background: linear-gradient(135deg, #f59e0b, #fbbf24);
    color: #fff;
}

.service-card h3 {
    font-size: 25px;
    font-weight: 700;
    color: #183b6b;
    margin-bottom: 28px;
}

/* =========================
   SERVICE LIST
========================= */

.service-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.service-list li {
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 16px;
    color: #5c6f82;
    margin-bottom: 18px;
}

.service-list li i {
    color: #10b981;
    font-size: 16px;
}

/* =========================
   BUTTON
========================= */
.services-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 18px 36px;
    border-radius: 18px;
    background: linear-gradient(135deg, #3195cf, #1f6fa7);
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
    transition: 0.3s ease;
    box-shadow: 0 10px 30px rgba(52,152,219,0.25);
}

.services-btn:hover {
    color: #fff;
    transform: translateY(-3px);
}

.services-info-btn {
    /* align-items: center; */
    color: #1f6fa7;
    text-decoration: none;
    font-size: 18px;
    font-weight: 600;
}

.why-choose {
    background: radial-gradient(circle at center, #135e86 0%, #083b57 100%);
    padding: 90px 20px;
    font-family: 'Poppins', sans-serif;
    color: #fff;
}

.tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: rgba(255,255,255,0.08);
    padding: 12px 22px;
    border-radius: 40px;
    font-size: 15px;
    margin: auto;
    display: table;
    margin-bottom: 25px;
    color: #d9f4ff;
}

.why-choose h2 {
    text-align: center;
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 18px;
}

.why-choose h2 span {
    color: #7fd8ff;
}

.subtitle {
    text-align: center;
    font-size: 18px;
    color: #c2dbe6;
    margin-bottom: 70px;
}

.why-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}

.why-card {
    background: rgba(255,255,255,0.06);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 22px;
    padding: 35px 28px;
    transition: 0.4s ease;
    backdrop-filter: blur(8px);
}

.why-card:hover {
    transform: translateY(-8px);
    background: rgba(255,255,255,0.1);
}

.why-card i {
    font-size: 25px;
    margin-bottom: 22px;
    color: #56d1ff;
}

.why-card:nth-child(3) i,
.why-card:nth-child(6) i {
    color: #ffb100;
}

.why-card h3 {
    font-size: 20px;
    margin-bottom: 14px;
    font-weight: 600;
}

.why-card p {
    color: #b5d0db;
    font-size: 15px;
    line-height: 1.7;
}

.consultation-section {
    background: #eef6fb;
    padding: 90px 20px;
}

.consultation-container {
    max-width: 1250px;
    margin: auto;
    display: flex;
    align-items: center;
    gap: 70px;
}

.consultation-image {
    flex: 1;
    position: relative;
}

.consultation-image img {
    width: 100%;
    border-radius: 25px;
    box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

.urgent-box {
    position: absolute;
    bottom: -30px;
    right: -30px;
    background: #fff;
    border-radius: 18px;
    padding: 22px 28px;
    display: flex;
    align-items: center;
    gap: 18px;
    box-shadow: 0 12px 35px rgba(0,0,0,0.12);
    min-width: 240px;
}

.urgent-box i {
    font-size: 24px;
    color: #1f8ec7;
}

.urgent-box p {
    margin: 0;
    color: #555;
    font-size: 15px;
}

.urgent-box h4 {
    margin: 4px 0;
    font-size: 18px;
    color: #1f8ec7;
}

.consultation-content {
    flex: 1;
}

.small-title {
    color: #1f8ec7;
    font-size: 17px;
    margin-bottom: 18px;
    font-weight: 600;
}

.consultation-content h2 {
    font-size: 40px;
    line-height: 1.05;
    color: #123d72;
    margin-bottom: 20px;
    font-weight: 700;
}

.consultation-content h2 span {
    color: #2f91c8;
}

.consultation-content p {
    font-size: 18px;
    color: #55708f;
    margin-bottom: 35px;
    line-height: 1.7;
}

.consultation-form {
    display: grid;
    grid-template-columns: repeat(2,1fr);
    gap: 22px;
}

.input-group label {
    display: block;
    font-size: 15px;
    margin-bottom: 10px;
    color: #17385e;
    font-weight: 500;
}

.input-group input,
.input-group select {
    width: 100%;
    padding: 18px;
    border: 1px solid #d8dee5;
    border-radius: 14px;
    font-size: 16px;
    background: #fff;
    outline: none;
}

button {
    grid-column: span 2;
    background: #2f91c8;
    color: white;
    border: none;
    padding: 20px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: .3s;
}

.call-direct {
    text-align: center;
    margin-top: 20px;
    color: #667;
    font-size: 16px;
}

.call-direct span {
    color: #1f8ec7;
    font-weight: 600;
}

.faq-section {
    background: #eef7fc;
    padding: 45px 20px;
}

.faq-top {
    text-align: center;
    margin-bottom: 60px;
}

.faq-top span {
    color: #2893d0;
}

.faq-top h2 {
    font-size: 40px;
    color: #123d72;
    font-weight: 700;
    margin: 20px 0;
}

.faq-top h2 span {
    color: #2893d0;
}

.faq-top p {
    font-size: 18px;
    color: #617b97;
}

.faq-list {
    display: flex;
    flex-direction: column;
    gap: 22px;
}

.faq-item {
    background: #fff;
    border-radius: 18px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    overflow: hidden;
    transition: .3s;
}

.faq-question {
    width: 100%;
    padding: 20px 35px;
    background: none;
    border: none;
    font-size: 20px;
    font-weight: 600;
    color: #123d72;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.faq-question i {
    color: #2893d0;
    transition: .3s;
}

.faq-answer{
    max-height:0;
    overflow:hidden;
    padding:0 35px;
    font-size:16px;
    color:#5d738e;
    line-height:1.8;
    transition:max-height .4s ease, padding .4s ease;
}

.faq-item.active .faq-answer {
    max-height: 500px !important;
    padding: 20px 35px 35px;
}

.faq-item.active i {
    transform: rotate(180deg);
}

/* .faq-btn {
    display: table;
    margin: 55px auto 0;
    background: #2893d0;
    color: #fff;
    text-decoration: none;
    padding: 18px 38px;
    border-radius: 14px;
    font-size: 18px;
    font-weight: 600;
    transition: .3s;
}

.faq-btn:hover {
    background: #a3dbea;
    color: #000;
} */

.location-section {
    background: #f3f8fc;
    padding: 30px 0px;
}

.location-wrapper {
    display: flex;
    gap: 40px;
    align-items: flex-start;
}

.clinic-info {
    flex: 1;
}

.info-card {
    display: flex;
    align-items: flex-start;
    background: #eef5fb;
    border-radius: 18px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
    margin-bottom: 25px;
}

/* LEFT ICON STRIP */
.icon-box-location {
    background: rgba(46, 140, 200, 0.12);
    padding: 15px 10px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    min-width: 60px;
    margin-top: 20px;
    margin-left: 20px;
}

.icon-box-location i {
    /* color: #2e8cc8; */
    font-size: 22px;
    margin-top: 4px;
}

/* CONTENT */
.info-card .content {
    padding: 24px 26px;
}

/* TITLE */
.info-card h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 600;
    color: #1c3d6e;
}

/* TEXT */
.info-card p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #5f7690;
}

.info-card small {
    margin: 0;
    font-size: 12px;
    line-height: 1.7;
    color: #ffc107;
}

.btn-group {
    display: flex;
    gap: 20px;
}

.btn-primary,
.btn-outline {
    flex: 1;
    padding: 20px;
    border-radius: 14px;
    text-align: center;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    transition: .3s;
}

.btn-primary {
    background: #2e8cc8;
    color: #fff;
}

.btn-primary:hover {
    background: #1d75aa;
}

.btn-outline {
    background: #eaf4fb;
    color: #2e8cc8;
    border: 1px solid #d2e4f2;
}

.clinic-map {
    flex: 1;
    position: relative;
}

.clinic-map iframe {
    width: 100%;
    height: 720px;
    border: none;
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(0,0,0,0.08);
}

.direction-btn {
    position: absolute;
    bottom: 20px;
    right: 20px;
    background: #fff;
    color: #2e8cc8;
    padding: 18px 26px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 8px 18px rgba(0,0,0,0.1);
}

@media (min-width: 1400px) {
    .container {
        max-width: 1290px;
    }
}

@media (max-width: 1199px) {

    .doctor-title {
        font-size: 56px;
    }

    .specialization-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .section-title {
        font-size: 52px;
    }

    .service-card h3 {
        font-size: 28px;
    }

    .why-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .why-choose h2 {
        font-size: 44px;
    }

    .consultation-container{
        flex-direction:column;
    }

    .urgent-box{
        right:20px;
        bottom:20px;
    }

    .consultation-content h2{
        font-size:48px;
    }

}

@media (max-width: 991px) {
    #global-header .btn {
        padding: 6px 10px;
    }

    #global-header .fa-bars {
        font-size: 26px;
    }

    .btn-header-cta {
        width: 100%;
        text-align: center;
        padding: 12px;
        font-size: 15px;
    }

    .footer-section {
        padding: 60px 0 0;
    }

    .footer-title {
        margin-bottom: 20px;
    }

    .footer-bottom {
        justify-content: center;
        text-align: center;
    }

    .hero-section {
        padding: 60px 0;
        text-align: center;
    }

    .hero-section .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .hero-title {
        font-size: 52px;
    }

    .hero-subtitle {
        font-size: 24px;
        margin-inline: auto;
    }

    .hero-description {
        margin-inline: auto;
    }

    .hero-info,
    .hero-buttons,
    .hero-features {
        justify-content: center;
    }

    .hero-image-wrapper {
        max-width: 520px;
    }

    .hero-image-box {
        height: 550px;
    }

    .experience-card {
        left: -10px;
    }

    .patient-card {
        right: -10px;
    }

    .about-doctor-section {
        padding: 70px 0;
        text-align: center;
    }

    .doctor-title {
        font-size: 48px;
    }

    .doctor-description {
        font-size: 18px;
    }

    .section-tag,
    .doctor-btn {
        justify-content: center;
    }

    .specialization-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .experience-badge {
        right: 20px;
        bottom: -20px;
    }

    .services-section {
        padding: 70px 0;
    }

    .section-title {
        font-size: 46px;
    }

    .section-description {
        font-size: 19px;
    }

    .service-card {
        padding: 32px;
    }

    .faq-top h2{
        font-size:42px;
    }

    .faq-question{
        font-size:18px;
    }
}

@media (max-width: 767px) {

    .footer-section {
        text-align: center;
    }

    .footer-logo {
        margin-inline: auto;
    }

    .footer-text {
        margin-inline: auto;
    }

    .footer-social {
        justify-content: center;
    }

    .footer-contact li {
        justify-content: center;
        text-align: left;
    }

    .footer-btn {
        width: 100%;
        justify-content: center;
    }

    .footer-bottom {
        flex-direction: column;
    }

    .hero-section .row {
        display: flex;
        flex-direction: column-reverse;
    }

    .hero-title {
        font-size: 42px;
    }

    .hero-subtitle {
        font-size: 22px;
    }

    .hero-description,
    .feature-item,
    .info-item {
        font-size: 16px;
    }

    .hero-rating {
        width: 100%;
        justify-content: center;
        text-align: center;
        padding: 14px 18px;
        border-radius: 22px;
        gap: 10px;
    }

    .rating-score {
        font-size: 18px;
    }

    .rating-text,
    .patient-text {
        font-size: 14px;
    }

    .divider {
        display: none;
    }


    .primary-btn,
    .secondary-btn {
        width: 100%;
        justify-content: center;
        height: 58px;
        font-size: 18px;
    }

    .hero-image-box {
        height: 450px;
        border-radius: 26px;
    }

    .floating-card {
        padding: 14px 16px;
        gap: 12px;
        transform: scale(.88);
    }

    .floating-card h4 {
        font-size: 24px;
    }

    .floating-card p {
        font-size: 12px;
    }

    .icon-box {
        width: 50px;
        height: 50px;
        font-size: 18px;
    }

    .experience-card {
        top: -3%;
        left: -12px;
    }

    .patient-card {
        bottom: -7%;
        right: -12px;
    }

    .doctor-title {
        font-size: 38px;
    }

    .doctor-image-box img {
        height: 400px;
    }

    .doctor-description {
        font-size: 17px;
        line-height: 1.8;
    }

    .specialized-title {
        font-size: 28px;
    }

    .specialization-grid {
        grid-template-columns: 1fr;
    }

    .specialization-item {
        justify-content: center;
        font-size: 16px;
    }

    .doctor-btn {
        width: 100%;
        justify-content: center;
        font-size: 18px;
    }

    .experience-badge {
        padding: 22px 26px;
        right: 10px;
        bottom: -10px;
    }

    .experience-badge h3 {
        font-size: 40px;
    }

    .experience-badge p {
        font-size: 16px;
    }

    .section-heading {
        margin-bottom: 45px;
    }

    .section-title {
        font-size: 36px;
    }

    .section-description {
        font-size: 17px;
    }

    .service-card {
        padding: 28px 24px;
        border-radius: 22px;
    }

    .service-card h3 {
        font-size: 24px;
        margin-bottom: 22px;
    }

    .service-list li {
        font-size: 16px;
        margin-bottom: 14px;
    }

    .services-btn {
        width: 100%;
        justify-content: center;
        font-size: 18px;
    }

    .why-grid {
        grid-template-columns: 1fr;
    }

    .why-choose h2 {
        font-size: 32px;
        line-height: 1.3;
    }

    .subtitle {
        font-size: 16px;
        margin-bottom: 40px;
    }

    .why-card {
        padding: 28px 22px;
    }

    .why-card h3 {
        font-size: 22px;
    }

    .why-card p {
        font-size: 15px;
    }

    .consultation-form{
        grid-template-columns:1fr;
    }

    button{
        grid-column:span 1;
    }

    .consultation-content h2{
        font-size:28px;
    }

    .consultation-content p{
        font-size:16px;
    }

    .urgent-box{
        position:static;
        margin-top:20px;
        min-width:auto;
    }

    .consultation-image img{
        border-radius:18px;
    }

    .faq-section{
        padding:25px 15px;
    }

    .consultation-section {
        padding:60px 20px
    }

    .faq-top h2{
        font-size:32px;
        line-height:1.3;
    }

    .faq-top p{
        font-size:16px;
    }

    .faq-question{
        padding:20px;
        font-size:16px;
    }

    .faq-answer{
        font-size:15px;
        padding:0 20px;
    }

    .faq-item.active .faq-answer{
        padding:0 20px 20px;
    }

    .faq-btn{
        width:100%;
        text-align:center;
    }
}

/* ===== ABOUT HERO SECTION ===== */
.about-hero {
    position: relative;
    background: url("/images/image4.jpg") no-repeat center center;
    background-size: cover;
    padding: 120px 20px;
    color: #fff;
}

/* DARK OVERLAY */
.about-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
}

/* CONTENT */
.about-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    margin: auto;
}

/* TITLE */
.about-title {
    font-size: 42px;
    font-weight: 700;
}

.about-title span {
    color: #00bcd4;
}

/* SUBTITLE */
.about-subtitle {
    margin-top: 15px;
    font-size: 18px;
    opacity: 0.9;
}

/* RESPONSIVE */
@media (max-width: 768px) {
    .about-hero {
        padding: 80px 15px;
    }

    .about-title {
        font-size: 28px;
    }

    .about-subtitle {
        font-size: 16px;
    }
}


.testimonials-section {
    padding: 50px 20px;
    background: #fff;
    font-family: 'Segoe UI', sans-serif;
}

.testimonials-container {
    max-width: 1200px;
    margin: auto;
    text-align: center;
}

.section-tag {
    margin-bottom: 10px;
    color: #2893d0;
}

.testimonials-container h2 {
    font-size: 40px;
    color: #123d72;
    font-weight: 700;
    margin: 20px 0;
}

.testimonials-container h2 span {
    color: #2893d0;
}

.section-subtitle {
    color: #666;
    margin-bottom: 50px;
}

.testimonial-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-bottom: 60px;
}

.testimonial-card {
    background: #eef7fc;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    text-align: left;
}

.location-card {
    background: #eef7fc;
    padding: 30px;
    border-radius: 16px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    text-align: left;
}

.stars {
    color: #2893d0;
    font-size: 18px;
}

.testimonial-card p {
    font-size: 15px;
    line-height: 1.7;
    color: #444;
    margin-bottom: 25px;
}

.guest {
    display: flex;
    align-items: center;
    gap: 12px;
}

.avatar {
    width: 42px;
    height: 42px;
    background: #2893d0;
    color: #fff;
    font-weight: 600;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.guest h4 {
    font-size: 14px;
    margin: 0;
}

.guest span {
    font-size: 12px;
    color: #777;
}

.stats-bar {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    background: radial-gradient(circle at center, #135e86 0%, #083b57 100%);
    border-radius: 16px;
    padding: 40px 20px;
    color: #fff;
    margin-bottom: 40px;
}

.stat h3 {
    font-size: 36px;
    margin-bottom: 5px;
}

.stat p {
    font-size: 14px;
    opacity: 0.9;
}

.review-btn:hover {
    background: #c08a4a;
}

/* Responsive */
@media (max-width: 768px) {

    .testimonials-section {
        padding: 50px 20px;
    }

    .testimonials-container h2
    {
        font-size: 26px;
    }

    .stat h3 {
        font-size: 26px;
    }
}

.doctor-image-box video {
    width: 100%;
    border-radius: 24px;
    display: block;
    object-fit: cover;
}

/* =========================
   SAANCH GALLERY SECTION
========================= */

.saanch-gallery-section{
    background: #f8fafc;
    position: relative;
    overflow: hidden;
}

/* Header */

.gallery-badge{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    border-radius: 50px;
    background: rgba(40,147,208,.1);
    color: #2893d0;
    font-weight: 600;
    margin-bottom: 18px;
}

.gallery-title{
    font-size: 42px;
    font-weight: 800;
    color: #1f2937;
    margin-bottom: 15px;
}

.gallery-title span{
    color: #2893d0;
}

.gallery-desc{
    max-width: 650px;
    margin: 0 auto;
    color: #64748b;
    font-size: 17px;
    line-height: 1.8;
}

/* Filters */

.gallery-filter{
    margin-bottom: 40px;
}

.gallery-filter button{
    border: none;
    background: #fff;
    padding: 12px 24px;
    margin: 5px;
    border-radius: 50px;
    font-weight: 600;
    color: #475569;
    transition: all .3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,.05);
}

.gallery-filter button:hover,
.gallery-filter button.active{
    background: #2893d0;
    color: #fff;
    transform: translateY(-2px);
}

/* Masonry Gallery */

.gallery-masonry{
    column-count: 3;
    column-gap: 24px;
}

.gallery-item{
    break-inside: avoid;
    margin-bottom: 24px;
}

/* Gallery Card */

.gallery-card{
    position: relative;
    overflow: hidden;
    border-radius: 20px;
    cursor: pointer;
    background: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,.08);
}

.gallery-card img{
    width: 100%;
    height: auto;
    display: block;
    transition: transform .6s ease;
}

/* Overlay */

.gallery-overlay{
    position: absolute;
    inset: 0;
    background: linear-gradient(
        to top,
        rgba(0,0,0,.75),
        rgba(0,0,0,.15)
    );
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .4s ease;
}

.gallery-overlay i{
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #2893d0;
    font-size: 22px;
    transform: scale(.7);
    transition: .4s ease;
}

.gallery-card:hover img{
    transform: scale(1.08);
}

.gallery-card:hover .gallery-overlay{
    opacity: 1;
}

.gallery-card:hover .gallery-overlay i{
    transform: scale(1);
}

/* Button */

.gallery-btn{
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 14px 32px;
    background: #2893d0;
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    font-weight: 600;
    transition: all .3s ease;
    box-shadow: 0 10px 25px rgba(40,147,208,.25);
}

.gallery-btn:hover{
    background: #1f7db3;
    color: #fff;
    transform: translateY(-3px);
}

/* Responsive */

@media (max-width: 991px){

    .gallery-masonry{
        column-count: 2;
    }

    .gallery-title{
        font-size: 34px;
    }
}

@media (max-width: 767px){

    .gallery-masonry{
        column-count: 1;
    }

    .gallery-title{
        font-size: 28px;
    }

    .gallery-desc{
        font-size: 15px;
    }

    .gallery-filter{
        overflow-x: auto;
        white-space: nowrap;
        padding-bottom: 10px;
    }

    .gallery-filter::-webkit-scrollbar{
        height: 4px;
    }
}
