
/* =====================================================
   GLOBAL
===================================================== */

html,
body {
    overflow-x: hidden;
}

body {
    font-family: "Poppins", sans-serif;
}


/* =====================================================
   NAVBAR
===================================================== */

.navbar {
    transition: all 0.3s ease;
    z-index: 9999;
}

.navbar-brand {
    color: #0d3b66 !important;
    transition: 0.3s ease;
}

.navbar-brand:hover {
    color: #007bff !important;
    transform: translateX(3px);
}

.navbar-brand img {
    transition: 0.4s ease;
}

.navbar-brand:hover img {
    transform: rotate(-5deg) scale(1.08);
}

.nav-link {
    position: relative;
    font-weight: 500;
    transition: 0.3s ease;
}

.nav-link::after {
    content: "";
    position: absolute;
    width: 0;
    height: 2px;
    left: 50%;
    bottom: 2px;
    background: #008d95;
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

.nav-link:hover::after,
.nav-link.active::after {
    width: 55%;
}

.nav-link:hover {
    color: #008d95 !important;
}

.contact-phone {
    font-size: 14px;
}

.contact-phone i {
    color: #008d95;
    margin-right: 5px;
}

.appointment-nav-btn {
    position: relative;
    overflow: hidden;
    background: #0d3b66 !important;
    border: none !important;
}

.appointment-nav-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.45),
        transparent
    );
    transform: skewX(-20deg);
    transition: 0.6s;
}

.appointment-nav-btn:hover::before {
    left: 130%;
}

.appointment-nav-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(13, 59, 102, 0.25);
}


/* =====================================================
   HERO SECTION
===================================================== */

/* =====================================================
   HERO SECTION - REDUCED HEIGHT
===================================================== */

.hero-section {
    position: relative;

    background:
        radial-gradient(
            circle at 10% 20%,
            rgba(0, 141, 149, 0.12),
            transparent 28%
        ),
        radial-gradient(
            circle at 90% 80%,
            rgba(0, 123, 255, 0.10),
            transparent 30%
        ),
        linear-gradient(
            120deg,
            #f5fbff,
            #dff1f7
        );

    padding: 45px 30px;
    margin-top: 95px;

    border-radius: 22px;

    min-height: 360px;

    display: flex;
    align-items: center;

    overflow: hidden;
}


/* Decorative glow */

.hero-section::before {
    content: "";
    position: absolute;

    width: 200px;
    height: 200px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.55);

    top: -100px;
    right: -60px;

    filter: blur(10px);
}

.hero-section::after {
    content: "";
    position: absolute;

    width: 150px;
    height: 150px;

    border-radius: 50%;

    background: rgba(0, 141, 149, 0.08);

    bottom: -70px;
    left: -40px;

    filter: blur(5px);
}


/* =====================================================
   DOCTOR IMAGE
===================================================== */

.doctor-image-wrapper {
    position: relative;
    display: inline-block;
    padding: 8px;
}

.image-glow {
    position: absolute;

    width: 90%;
    height: 90%;

    left: 5%;
    top: 5%;

    background: linear-gradient(
        135deg,
        rgba(0, 141, 149, 0.30),
        rgba(0, 123, 255, 0.20)
    );

    filter: blur(22px);

    border-radius: 22px;

    transition: 0.5s ease;
}

.doctor-image-wrapper:hover .image-glow {
    transform: scale(1.08);
    filter: blur(30px);
}


.doctors-img {
    position: relative;
    z-index: 2;

    width: 100%;
    max-width: 390px;

    height: 320px;

    object-fit: cover;
    object-position: center;

    border-radius: 20px !important;

    border: 4px solid rgba(255, 255, 255, 0.9);

    box-shadow:
        0 12px 30px rgba(13, 59, 102, 0.16),
        0 0 0 1px rgba(0, 141, 149, 0.08);

    transition:
        transform 0.5s ease,
        box-shadow 0.5s ease;
}

.doctor-image-wrapper:hover .doctors-img {
    transform: translateY(-6px) scale(1.015);

    box-shadow:
        0 18px 38px rgba(13, 59, 102, 0.23),
        0 0 22px rgba(0, 141, 149, 0.18);
}


/* =====================================================
   HERO TEXT
===================================================== */

.hero-text {
    position: relative;
    z-index: 3;

    padding: 10px 20px;

    text-align: left;
}

.hero-tag {
    display: inline-flex;

    align-items: center;
    gap: 7px;

    background: rgba(255, 255, 255, 0.75);

    color: #008d95;

    padding: 6px 13px;

    border-radius: 50px;

    font-size: 11px;
    font-weight: 600;

    margin-bottom: 12px;

    box-shadow:
        0 4px 12px rgba(0, 141, 149, 0.08);

    transition: 0.3s ease;
}

.hero-tag:hover {
    transform: translateY(-2px);

    box-shadow:
        0 7px 18px rgba(0, 141, 149, 0.14);
}


.hero-text h4 {
    font-size: 1.35rem;

    font-weight: 700;

    color: #004aad;

    text-transform: uppercase;

    line-height: 1.3;

    margin-bottom: 10px;

    max-width: 500px;
}

.hero-text h1 {
    font-size: 2.25rem;

    font-weight: 700;

    color: #0d3b66;

    margin-bottom: 5px;
}

.hero-text h1:hover {
    color: #008d95;
}

.hero-text h3 {
    font-size: 1.1rem;

    font-weight: 500;

    color: #555;

    margin-bottom: 10px;
}


.hero-description {
    max-width: 500px;

    color: #64748b;

    font-size: 13px;

    line-height: 1.65;

    margin-bottom: 15px;
}


/* =====================================================
   HERO CONTACT DETAILS
===================================================== */

.hero-contact {
    display: flex;

    flex-direction: column;

    gap: 8px;

    margin-bottom: 15px;
}

.hero-contact-item {
    display: flex;

    align-items: center;

    gap: 10px;

    transition: 0.3s ease;
}

.hero-contact-item:hover {
    transform: translateX(5px);
}

.hero-icon {
    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.8);

    color: #008d95;

    font-size: 13px;

    box-shadow:
        0 4px 12px rgba(0, 141, 149, 0.08);

    transition: 0.3s ease;
}

.hero-contact-item:hover .hero-icon {
    background: #008d95;

    color: #fff;

    transform: scale(1.08);
}

.hero-contact-item small {
    display: block;

    color: #7b8794;

    font-size: 9px;
}

.hero-contact-item strong {
    display: block;

    color: #0d3b66;

    font-size: 11px;
}


/* =====================================================
   HERO BUTTON
===================================================== */

.btn-hero {
    position: relative;

    display: inline-flex;

    align-items: center;

    gap: 8px;

    padding: 9px 20px;

    background: #0d3b66;

    color: #fff;

    font-weight: 600;

    font-size: 12px;

    border-radius: 50px;

    text-decoration: none;

    overflow: hidden;

    transition: all 0.35s ease;
}

.btn-hero::before {
    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 70%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.5),
        transparent
    );

    transform: skewX(-20deg);

    transition: 0.65s;
}

.btn-hero:hover::before {
    left: 140%;
}

.btn-hero:hover {
    color: #fff;

    background: #008d95;

    transform: translateY(-2px);

    box-shadow:
        0 8px 20px rgba(0, 141, 149, 0.22);
}


/* =====================================================
   MOBILE HERO
===================================================== */

@media (max-width: 992px) {

    .hero-section {
        padding: 45px 20px;

        min-height: auto;
    }

    .doctors-img {
        max-width: 350px;

        height: 320px;
    }

    .hero-text {
        padding: 20px 10px;
    }

}


@media (max-width: 768px) {

    .hero-section {
        margin-top: 80px;

        padding: 35px 15px;

        border-radius: 18px;
    }

    .doctors-img {
        max-width: 310px;

        height: 290px;
    }

    .hero-text {
        text-align: center;

        padding: 10px 5px;
    }

    .hero-text h4 {
        font-size: 1.15rem;
    }

    .hero-text h1 {
        font-size: 1.9rem;
    }

    .hero-text h3 {
        font-size: 1rem;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-contact {
        align-items: center;
    }

    .hero-contact-item {
        text-align: left;
    }
}


@media (max-width: 480px) {

    .hero-section {
        padding: 30px 12px;
    }

    .doctors-img {
        max-width: 280px;

        height: 270px;
    }

    .hero-text h4 {
        font-size: 1rem;
    }

    .hero-text h1 {
        font-size: 1.7rem;
    }

}

/* =====================================================
   CONTACT SECTION
===================================================== */

.contact-section {
    position: relative;

    margin-top: 25px;
    margin-bottom: 50px;

    padding: 75px 0;

    background:
        radial-gradient(
            circle at 85% 10%,
            rgba(0, 141, 149, 0.08),
            transparent 25%
        ),
        linear-gradient(
            135deg,
            #f7fcff,
            #eaf5f7
        );

    color: #333;

    font-family: "Poppins", sans-serif;
}


/* =====================================================
   SECTION HEADING
===================================================== */

.section-heading {
    text-align: center;
    margin-bottom: 45px;
}

.section-label {
    display: inline-block;

    padding: 7px 16px;

    border-radius: 50px;

    background: #e1f5f6;

    color: #008d95;

    font-size: 12px;

    font-weight: 600;

    margin-bottom: 12px;
}

.section-heading h2 {
    font-size: 2.2rem;

    font-weight: 700;

    color: #0d3b66;

    margin-bottom: 10px;
}

.section-heading h2 span {
    color: #008d95;
}

.section-heading p {
    color: #718096;

    font-size: 14px;

    max-width: 600px;

    margin: auto;

    line-height: 1.7;
}


/* =====================================================
   CONTACT FORM
===================================================== */

.contact-form {
    position: relative;

    max-width: 900px;

    margin: auto;

    background: rgba(255, 255, 255, 0.95);

    padding: 40px;

    border-radius: 22px;

    border: 1px solid rgba(0, 141, 149, 0.08);

    box-shadow:
        0 15px 40px rgba(13, 59, 102, 0.09);

    transition: 0.4s ease;

    overflow: hidden;
}


/* Form shine */

.contact-form::before {
    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 80%;
    height: 2px;

    background: linear-gradient(
        90deg,
        transparent,
        #008d95,
        transparent
    );

    transition: 1s ease;
}

.contact-form:hover::before {
    left: 130%;
}

.contact-form:hover {
    transform: translateY(-5px);

    box-shadow:
        0 22px 50px rgba(13, 59, 102, 0.13);
}


/* Labels */

.contact-form label {
    display: block;

    font-size: 13px;

    font-weight: 600;

    color: #344054;

    margin-bottom: 7px;
}


/* Input wrapper */

.input-wrapper {
    position: relative;
}

.input-wrapper > i {
    position: absolute;

    left: 15px;
    top: 50%;

    transform: translateY(-50%);

    color: #008d95;

    z-index: 2;

    transition: 0.3s ease;
}


.input-wrapper input,
.input-wrapper textarea {
    width: 100%;

    border: 1px solid #dbe3e8;

    border-radius: 12px;

    padding: 13px 15px 13px 43px;

    font-family: "Poppins", sans-serif;

    font-size: 13px;

    color: #344054;

    background: #fbfdfe;

    transition: all 0.3s ease;
}


.input-wrapper input {
    height: 50px;
}

.input-wrapper textarea {
    min-height: 140px;

    resize: vertical;

    padding-top: 14px;
}


/* Focus */

.input-wrapper input:focus,
.input-wrapper textarea:focus {
    outline: none;

    border-color: #008d95;

    background: #fff;

    box-shadow:
        0 0 0 4px rgba(0, 141, 149, 0.08);
}

.input-wrapper:focus-within > i {
    color: #004aad;

    transform:
        translateY(-50%)
        scale(1.1);
}


/* =====================================================
   CONTACT BUTTON
===================================================== */

.btn-contact {
    position: relative;

    border: none;

    background: #0d3b66;

    color: #fff;

    padding: 13px 32px;

    border-radius: 50px;

    font-size: 14px;

    font-weight: 600;

    overflow: hidden;

    transition: 0.35s ease;

    box-shadow: 0 7px 18px rgba(13, 59, 102, 0.18);
}


/* Shining line */

.btn-contact::before {
    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 70%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.55),
        transparent
    );

    transform: skewX(-20deg);

    transition: 0.7s ease;
}

.btn-contact:hover::before {
    left: 140%;
}

.btn-contact:hover {
    background: #008d95;

    transform: translateY(-3px);

    box-shadow:
        0 12px 25px rgba(0, 141, 149, 0.25);
}

.btn-contact i {
    margin-right: 7px;

    font-size: 15px;
}

.whatsapp-text {
    margin-top: 13px;

    margin-bottom: 0;

    font-size: 11px;

    color: #8a96a3;
}

.whatsapp-text i {
    color: #25d366;

    margin-right: 4px;
}


/* =====================================================
   ADDRESS + MAP
===================================================== */

.contact-info {
    display: flex;

    gap: 30px;

    margin-top: 35px;
}


/* =====================================================
   ADDRESS BOX
===================================================== */

.address-box {
    position: relative;

    flex: 1;

    background: #fff;

    border-radius: 22px;

    padding: 32px;

    border: 1px solid rgba(0, 141, 149, 0.07);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.08);

    overflow: hidden;

    transition: 0.4s ease;
}


/* Shine */

.address-box::before {
    content: "";

    position: absolute;

    top: 0;
    left: -120%;

    width: 60%;
    height: 2px;

    background: linear-gradient(
        90deg,
        transparent,
        #008d95,
        transparent
    );

    transition: 0.8s ease;
}

.address-box:hover::before {
    left: 140%;
}

.address-box:hover {
    transform: translateY(-7px);

    box-shadow:
        0 20px 40px rgba(13, 59, 102, 0.13);
}


/* Address header */

.address-header {
    display: flex;

    align-items: center;

    gap: 15px;

    margin-bottom: 25px;
}

.address-icon {
    width: 50px;
    height: 50px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 15px;

    background: #e3f6f7;

    color: #008d95;

    font-size: 19px;

    transition: 0.35s ease;
}

.address-box:hover .address-icon {
    background: #008d95;

    color: #fff;

    transform: rotate(-5deg) scale(1.05);
}

.address-header span {
    color: #008d95;

    font-size: 11px;

    font-weight: 600;

    text-transform: uppercase;
}

.address-header h5 {
    margin: 2px 0 0;

    font-size: 20px;

    font-weight: 700;

    color: #0d3b66;
}


/* Details */

.address-details {
    display: flex;

    flex-direction: column;

    gap: 18px;
}

.detail-item {
    display: flex;

    align-items: flex-start;

    gap: 13px;

    padding-bottom: 15px;

    border-bottom: 1px solid #eef2f4;
}

.detail-item:last-child {
    border-bottom: none;
}

.detail-item > i {
    margin-top: 4px;

    color: #008d95;

    width: 20px;
}

.detail-item p {
    margin: 0;

    color: #65727e;

    font-size: 13px;

    line-height: 1.8;
}

.detail-item strong {
    color: #0d3b66;
}


/* Call button */

.call-button {
    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-top: 20px;

    padding: 10px 22px;

    border-radius: 50px;

    background: #0d3b66;

    color: #fff;

    text-decoration: none;

    font-size: 13px;

    font-weight: 600;

    transition: 0.3s ease;
}

.call-button:hover {
    color: #fff;

    background: #008d95;

    transform: translateY(-3px);

    box-shadow:
        0 8px 20px rgba(0, 141, 149, 0.20);
}


/* =====================================================
   MAP
===================================================== */

.map-box {
    position: relative;

    flex: 1;

    height: 360px;

    border-radius: 22px;

    overflow: hidden;

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.09);

    border: 5px solid #fff;

    transition: 0.4s ease;
}

.map-box:hover {
    transform: translateY(-7px);

    box-shadow:
        0 20px 40px rgba(13, 59, 102, 0.14);
}


/* Map shine */

.map-shine {
    position: absolute;

    z-index: 2;

    pointer-events: none;

    top: 0;
    left: -100%;

    width: 35%;
    height: 100%;

    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.22),
        transparent
    );

    transform: skewX(-15deg);

    transition: 1s ease;
}

.map-box:hover .map-shine {
    left: 140%;
}


/* =====================================================
   FOOTER
===================================================== */

/* =====================================================
   FOOTER - ORIGINAL STYLE
===================================================== */

.footer {
    background: #0d3b66;
    color: #fff;
}

.footer-container {
    max-width: 1200px;

    margin: auto;

    padding: 50px 25px 40px;

    display: grid;

    grid-template-columns:
        1.4fr
        1.5fr
        0.8fr
        1.3fr;

    gap: 40px;
}


.footer-col h3,
.footer-col h4 {
    color: #fff;
}

.footer-col h3 {
    font-size: 21px;

    margin-bottom: 15px;
}

.footer-col h4 {
    font-size: 16px;

    margin-bottom: 18px;
}


.footer-col p {
    color: #cbd8e3;

    font-size: 13px;

    line-height: 1.8;
}


.footer-col ul {
    list-style: none;

    padding: 0;

    margin: 0;
}


.footer-col ul li {
    margin-bottom: 9px;
}


.footer-col ul li a {
    color: #cbd8e3;

    text-decoration: none;

    font-size: 12px;

    transition: 0.3s ease;
}


.footer-col ul li a:hover {
    color: #6fe0e3;

    padding-left: 5px;
}


.footer-col > p i {
    color: #6fe0e3;

    margin-right: 8px;
}


/* Social Icons */

.social-icons {
    display: flex;

    gap: 10px;

    margin-top: 18px;
}


.social-icons a {
    width: 36px;
    height: 36px;

    display: flex;

    align-items: center;
    justify-content: center;

    border-radius: 50%;

    color: #fff;

    background: rgba(255,255,255,0.08);

    text-decoration: none;

    transition: 0.3s ease;
}


.social-icons a:hover {
    background: #008d95;

    transform: translateY(-4px);
}


/* Footer Bottom */

.footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.1);

    text-align: center;

    padding: 18px 15px;
}


.footer-bottom p {
    margin: 0;

    color: #b9c9d6;

    font-size: 11px;
}


/* =====================================================
   FOOTER RESPONSIVE
===================================================== */

@media (max-width: 992px) {

    .footer-container {
        grid-template-columns: 1fr 1fr;

        gap: 35px;
    }

}


@media (max-width: 768px) {

    .footer-container {
        grid-template-columns: 1fr;

        gap: 30px;

        padding: 45px 25px 35px;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 992px) {

    .hero-section {
        padding: 60px 25px;
    }

    .hero-text {
        padding: 20px 10px;
    }

    .hero-text h1 {
        font-size: 2.2rem;
    }

    .hero-text h4 {
        font-size: 1.35rem;
    }

    .doctors-img {
        max-width: 380px;
        height: 370px;
    }

    .contact-info {
        flex-direction: column;
    }

    .map-box {
        height: 320px;
    }

    .footer-container {
        grid-template-columns: 1fr 1fr;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 768px) {

    .hero-section {
        margin-top: 85px;

        padding: 45px 15px;

        border-radius: 18px;

        text-align: center;
    }

    .hero-section .row {
        text-align: center;
    }

    .doctors-img {
        width: 100%;

        max-width: 330px;

        height: 330px;

        margin-bottom: 15px;
    }

    .hero-text {
        padding: 10px 5px;

        text-align: center;
    }

    .hero-text h4 {
        font-size: 1.2rem;
    }

    .hero-text h1 {
        font-size: 2rem;
    }

    .hero-text h3 {
        font-size: 1.05rem;
    }

    .hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .hero-contact {
        align-items: center;
    }

    .hero-contact-item {
        text-align: left;
    }

    .contact-section {
        padding: 55px 15px;
    }

    .section-heading h2 {
        font-size: 1.8rem;
    }

    .contact-form {
        padding: 28px 20px;
        border-radius: 18px;
    }

    .address-box {
        padding: 25px 20px;
    }

    .map-box {
        height: 280px;
    }

    .footer-container {
        grid-template-columns: 1fr;

        gap: 30px;

        padding: 45px 25px 35px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .hero-section {
        padding: 35px 12px;
    }

    .doctors-img {
        height: 290px;

        max-width: 290px;
    }

    .hero-text h4 {
        font-size: 1.05rem;
    }

    .hero-text h1 {
        font-size: 1.75rem;
    }

    .hero-text h3 {
        font-size: 1rem;
    }

    .contact-form {
        padding: 22px 15px;
    }

    .section-heading h2 {
        font-size: 1.6rem;
    }

    .map-box {
        height: 260px;
    }

    .btn-contact {
        width: 100%;
    }

}
