
        /* =========================
           TOP BAR
        ========================= */

        .top-bar {
            background: #f7faff;
            border-bottom: 1px solid #e8edf5;
            min-height: 48px;
            display: flex;
            align-items: center;
        }

        .top-info {
            display: flex;
            align-items: center;
            gap: 28px;
            flex-wrap: wrap;
        }

        .top-item {
            display: flex;
            align-items: center;
            gap: 8px;
            color: #3f4145;
            font-size: 14px;
            font-weight: 500;
            text-decoration: none;
            transition: 0.3s ease;
        }

        .top-item i {
            color: #174ea6;
            font-size: 16px;
        }

        .top-item:hover {
            color: #174ea6;
        }

        .social-links {
            display: flex;
            align-items: center;
            gap: 15px;
        }

        .social-links a {
            width: 28px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            color: #174ea6;
            text-decoration: none;
            border-radius: 50%;
            transition: all 0.3s ease;
        }

        .social-links a:hover {
            background: #174ea6;
            color: #fff;
            transform: translateY(-2px);
        }


        /* =========================
           MAIN HEADER
        ========================= */

        .main-header {
            background: #fff;
            position: relative;
            z-index: 10;
            box-shadow: 0 5px 25px rgba(20, 54, 100, 0.06);
        }

        .header-wrapper {
            min-height: 138px;
            display: flex;
            align-items: center;
            justify-content: space-between;
            gap: 35px;
        }


        /* =========================
           DOCTOR BRAND
        ========================= */

        .doctor-brand {
            display: flex;
            align-items: center;
            gap: 16px;
            text-decoration: none;
            min-width: 0;
        }

        .doctor-logo {
            width: 82px;
            height: 82px;
            object-fit: contain;
            flex-shrink: 0;
        }

        .doctor-details {
            min-width: 0;
        }

        .doctor-name {
            color: #174ea6;
            font-size: 29px;
            line-height: 1.15;
            font-weight: 800;
            margin-bottom: 4px;
            letter-spacing: -0.7px;
        }

        .doctor-qualification {
            color: #404040;
            font-size: 14px;
            font-weight: 600;
            line-height: 1.5;
            margin-bottom: 2px;
        }

        .doctor-speciality {
            color: #555;
            font-size: 13px;
            line-height: 1.45;
        }


        /* =========================
           TRUST BOXES
        ========================= */

        .trust-wrapper {
            display: flex;
            align-items: center;
            justify-content: flex-end;
            gap: 14px;
        }

        .trust-box {
            min-width: 175px;
            min-height: 67px;
            padding: 12px 15px;
            display: flex;
            align-items: center;
            gap: 11px;
            border: 1px solid #e7edf7;
            border-radius: 10px;
            background: #fff;
            box-shadow: 0 5px 18px rgba(26, 70, 125, 0.06);
            transition: all 0.3s ease;
        }

        .trust-box:hover {
            transform: translateY(-3px);
            border-color: #cddcf3;
            box-shadow: 0 10px 25px rgba(26, 70, 125, 0.10);
        }

        .trust-icon {
            width: 34px;
            height: 34px;
            min-width: 34px;
            border-radius: 50%;
            background: #edf4ff;
            color: #174ea6;
            display: flex;
            align-items: center;
            justify-content: center;
            font-size: 17px;
        }

        .trust-title {
            color: #174ea6;
            font-size: 15px;
            font-weight: 700;
            line-height: 1.25;
            margin-bottom: 3px;
        }

        .trust-text {
            color: #666;
            font-size: 12px;
            line-height: 1.3;
            white-space: nowrap;
        }


        /* =========================
           MOBILE
        ========================= */

        @media (max-width: 1199px) {

            .header-wrapper {
                gap: 20px;
            }

            .doctor-name {
                font-size: 25px;
            }

            .doctor-logo {
                width: 72px;
                height: 72px;
            }

            .trust-wrapper {
                gap: 8px;
            }

            .trust-box {
                min-width: 145px;
                padding: 10px;
            }

            .trust-title {
                font-size: 13px;
            }

            .trust-text {
                font-size: 11px;
            }
        }


        @media (max-width: 991px) {

            .top-bar {
                padding: 8px 0;
            }

            .top-info {
                gap: 12px 20px;
            }

            .social-links {
                margin-left: auto;
            }

            .header-wrapper {
                min-height: auto;
                padding: 22px 0;
                flex-direction: column;
                align-items: stretch;
            }

            .doctor-brand {
                justify-content: center;
            }

            .trust-wrapper {
                justify-content: center;
                flex-wrap: wrap;
            }

            .trust-box {
                flex: 1 1 200px;
                max-width: 260px;
            }
        }


        @media (max-width: 767px) {

            .top-bar {
                padding: 9px 0;
            }

            .top-info {
                justify-content: center;
                gap: 7px 15px;
            }

            .top-item {
                font-size: 11px;
            }

            .top-item i {
                font-size: 14px;
            }

            .social-links {
                width: 100%;
                justify-content: center;
                margin-top: 4px;
            }

            .header-wrapper {
                padding: 20px 0 24px;
                gap: 22px;
            }

            .doctor-brand {
                align-items: flex-start;
                justify-content: flex-start;
                gap: 12px;
            }

            .doctor-logo {
                width: 65px;
                height: 65px;
            }

            .doctor-name {
                font-size: 21px;
                letter-spacing: -0.3px;
            }

            .doctor-qualification {
                font-size: 11px;
            }

            .doctor-speciality {
                font-size: 10px;
            }

            .trust-wrapper {
                display: grid;
                grid-template-columns: 1fr;
                gap: 10px;
            }

            .trust-box {
                max-width: none;
                width: 100%;
                min-height: 60px;
            }

            .trust-text {
                white-space: normal;
            }
        }


        @media (max-width: 400px) {

            .doctor-logo {
                width: 58px;
                height: 58px;
            }

            .doctor-name {
                font-size: 18px;
            }

            .doctor-qualification {
                font-size: 10px;
            }

            .doctor-speciality {
                font-size: 9px;
            }
        }
		
		
		
.appointment-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 8px 10px 8px 8px;
    min-width: 210px;
    text-decoration: none;
    color: #fff;
    background: linear-gradient(135deg, #1557b0, #0d3f8f);
    border-radius: 50px;
    box-shadow: 0 8px 22px rgba(21, 87, 176, 0.25);
    transition: all 0.35s ease;
    position: relative;
    overflow: hidden;
}

/* Shine effect */
.appointment-btn::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 60%;
    height: 100%;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.25),
        transparent
    );
    transform: skewX(-20deg);
    transition: 0.6s ease;
}

.appointment-btn:hover::before {
    left: 140%;
}

.appointment-btn:hover {
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 12px 28px rgba(21, 87, 176, 0.35);
}


/* Calendar Icon */

.appointment-icon {
    width: 43px;
    height: 43px;
    min-width: 43px;
    border-radius: 50%;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 19px;
    transition: all 0.3s ease;
}

.appointment-btn:hover .appointment-icon {
    background: #fff;
    color: #1557b0;
    transform: rotate(-5deg);
}


/* Text */

.appointment-text {
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    flex: 1;
}

.appointment-text small {
    font-size: 10px;
    font-weight: 500;
    opacity: 0.85;
    margin-bottom: 3px;
}

.appointment-text strong {
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.1px;
}


/* Arrow */

.appointment-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: rgba(255,255,255,0.12);

    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 14px;
    transition: all 0.3s ease;
}

.appointment-btn:hover .appointment-arrow {
    background: #fff;
    color: #1557b0;
    transform: translateX(3px);
}


/* Mobile */

@media (max-width: 575px) {

    .appointment-btn {
        min-width: 190px;
        padding: 7px 8px 7px 7px;
    }

    .appointment-icon {
        width: 39px;
        height: 39px;
        min-width: 39px;
        font-size: 17px;
    }

    .appointment-text small {
        font-size: 9px;
    }

    .appointment-text strong {
        font-size: 13px;
    }

    .appointment-arrow {
        width: 29px;
        height: 29px;
        font-size: 12px;
    }
}










/* =========================================
   DOCTOR INFORMATION SECTION
========================================= */

.doctor-info-section {
    padding: 85px 0;
    background: #f7faff;
    position: relative;
    overflow: hidden;
}


/* Decorative Background */

.doctor-info-section::before {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    background: rgba(28, 92, 180, 0.05);
    border-radius: 50%;
    top: -150px;
    left: -150px;
}

.doctor-info-section::after {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: rgba(28, 92, 180, 0.04);
    border-radius: 50%;
    bottom: -150px;
    right: -100px;
}

.doctor-info-section .container {
    position: relative;
    z-index: 2;
}


/* =========================================
   SECTION HEADING
========================================= */

.doctor-info-heading {
    max-width: 100%;
    margin: 0 auto 50px;
}

.doctor-info-subtitle {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1761b0;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.doctor-info-subtitle i {
    font-size: 15px;
}

.doctor-info-heading h2 {
    color: #16375f;
    font-size: 38px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 15px;
}

.doctor-info-heading h2 span {
    color: #1765b3;
}

.doctor-info-heading p {
    color: #687789;
    font-size: 15px;
    line-height: 1.8;
    margin: 0;
}


/* =========================================
   COMMON CARD
========================================= */

.doctor-location-card,
.doctor-timing-card {
    height: 100%;
    background: #ffffff;
    border: 1px solid #e5edf7;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 15px 45px rgba(30, 75, 125, 0.08);
    transition: all 0.35s ease;
}

.doctor-location-card:hover,
.doctor-timing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 50px rgba(30, 75, 125, 0.13);
}


/* =========================================
   LOCATION CARD
========================================= */

.doctor-card-top {
    padding: 28px 30px;
    display: flex;
    align-items: center;
    gap: 18px;
    background: linear-gradient(
        135deg,
        #1558a8,
        #0c438d
    );
    color: #ffffff;
}

.doctor-card-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 15px;
    background: rgba(255,255,255,0.15);
    border: 1px solid rgba(255,255,255,0.25);
    font-size: 24px;
}

.doctor-card-label {
    display: block;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
    margin-bottom: 5px;
}

.doctor-card-top h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3;
	color:#fff;
}

.doctor-card-content {
    padding: 30px;
}

.doctor-card-content > p {
    color: #36393e;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 12px;
}

.doctor-card-content > p strong {
    color: #193e69;
}


/* =========================================
   CALL BUTTON
========================================= */

.doctor-call-button {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 25px;
    padding: 12px 14px;
    background: #eef6ff;
    border: 1px solid #d9e9fb;
    border-radius: 12px;
    text-decoration: none;
    color: #174f95;
    transition: all 0.3s ease;
}

.doctor-call-button:hover {
    background: #e4f0ff;
    color: #124784;
    transform: translateX(3px);
}

.doctor-call-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 50%;
    background: #1765b3;
    color: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 15px;
}

.doctor-call-text {
    display: flex;
    flex-direction: column;
    flex: 1;
}

.doctor-call-text small {
    font-size: 12px;
    color: #36393e;
    margin-bottom: 3px;
	font-weight:500;
}

.doctor-call-text strong {
    font-size: 14px;
    font-weight: 700;
}

.doctor-call-arrow {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ffffff;
    font-size: 12px;
}


/* =========================================
   ADDRESS
========================================= */

.doctor-address-box {
    display: flex;
    gap: 14px;
    margin-top: 25px;
    padding: 18px;
    border-radius: 12px;
    background: #fafcff;
    border: 1px dashed #d7e2ef;
}

.doctor-address-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eaf3ff;
    color: #1765b3;
    border-radius: 10px;
}

.doctor-address-title {
    display: block;
    color: #1c426c;
    font-size: 13px;
    font-weight: 700;
    margin-bottom: 5px;
}

.doctor-address-box p {
    margin: 0;
    color: #36393e;
    font-size: 13px;
    line-height: 1.65;
}


/* =========================================
   TIMING CARD
========================================= */

.doctor-timing-header {
    padding: 28px 30px;
    display: flex;
    align-items: center;
    gap: 17px;
    border-bottom: 1px solid #edf1f6;
}

.doctor-timing-icon {
    width: 58px;
    height: 58px;
    min-width: 58px;
    border-radius: 15px;
    background: #edf5ff;
    color: #1765b3;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
}

.doctor-timing-header span {
    display: block;
    color: #7b8b9d;
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 1px;
    margin-bottom: 5px;
}

.doctor-timing-header h3 {
    color: #183d67;
    font-size: 23px;
    font-weight: 750;
    margin: 0;
}

.doctor-timing-body {
    padding: 30px;
}

.doctor-timing-body > p {
    color: #36393e;
    font-size: 14px;
    line-height: 1.8;
    margin-bottom: 25px;
}


/* =========================================
   SCHEDULE
========================================= */

.doctor-schedule {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.doctor-day,
.doctor-saturday {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 15px;
    border-radius: 12px;
}

.doctor-day {
    background: #edf6ff;
    border: 1px solid #dbeafa;
}

.doctor-saturday {
    background: #fff9ed;
    border: 1px solid #f4e6c4;
}

.doctor-day-icon,
.doctor-saturday-icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
}

.doctor-day-icon {
    background: #ffffff;
    color: #1765b3;
}

.doctor-saturday-icon {
    background: #ffffff;
    color: #c28a24;
}

.doctor-day-content,
.doctor-saturday > div:last-child {
    display: flex;
    flex-direction: column;
}

.doctor-day-content span,
.doctor-saturday span {
    color: #6d7b8b;
    font-size: 11px;
    font-weight: 600;
    margin-bottom: 3px;
}

.doctor-day-content strong {
    color: #174f91;
    font-size: 16px;
}

.doctor-saturday strong {
    color: #a87517;
    font-size: 13px;
}


/* =========================================
   APPOINTMENT BUTTON
========================================= */

.doctor-appointment-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    margin-top: 25px;
    padding: 15px 20px;
    border-radius: 10px;
    background: linear-gradient(
        135deg,
        #1765b3,
        #0c438d
    );
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 700;
    box-shadow: 0 8px 20px rgba(23, 101, 179, 0.22);
    transition: all 0.3s ease;
}

.doctor-appointment-button:hover {
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(23, 101, 179, 0.3);
}

.doctor-appointment-button i:last-child {
    font-size: 12px;
    transition: 0.3s ease;
}

.doctor-appointment-button:hover i:last-child {
    transform: translateX(4px);
}


/* =========================================
   TABLET
========================================= */

@media (max-width: 991px) {

    .doctor-info-section {
        padding: 65px 0;
    }

    .doctor-info-heading {
        margin-bottom: 35px;
    }

    .doctor-info-heading h2 {
        font-size: 32px;
    }

}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .doctor-info-section {
        padding: 50px 0;
    }

    .doctor-info-heading {
        margin-bottom: 30px;
    }

    .doctor-info-heading h2 {
        font-size: 27px;
    }

    .doctor-info-heading p {
        font-size: 13px;
        line-height: 1.7;
    }

    .doctor-card-top,
    .doctor-timing-header {
        padding: 22px 20px;
    }

    .doctor-card-content,
    .doctor-timing-body {
        padding: 22px 20px;
    }

    .doctor-card-top h3,
    .doctor-timing-header h3 {
        font-size: 19px;
    }

    .doctor-card-icon,
    .doctor-timing-icon {
        width: 50px;
        height: 50px;
        min-width: 50px;
        font-size: 21px;
    }

    .doctor-call-text strong {
        font-size: 12px;
    }

    .doctor-address-box {
        padding: 15px;
    }

}


/* =========================================
   SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .doctor-info-heading h2 {
        font-size: 24px;
    }

    .doctor-info-subtitle {
        font-size: 11px;
    }

    .doctor-card-top,
    .doctor-timing-header {
        gap: 12px;
    }

    .doctor-card-top h3,
    .doctor-timing-header h3 {
        font-size: 17px;
    }

    .doctor-card-label,
    .doctor-timing-header span {
        font-size: 10px;
    }

    .doctor-call-button {
        gap: 9px;
    }

    .doctor-call-text small {
        font-size: 9px;
    }

    .doctor-call-text strong {
        font-size: 10px;
    }

    .doctor-call-arrow {
        width: 28px;
        height: 28px;
        min-width: 28px;
    }

    .doctor-day,
    .doctor-saturday {
        padding: 12px;
    }

}















/* ==========================================
   UROLOGY SERVICES
========================================== */

.urology-services {
    position: relative;
    padding: 100px 0;
    /* background: #f5f9fe; */
    background: #113377;
    overflow: hidden;
    font-family: 'DM Sans', sans-serif;
}

/* Decorative background */

.urology-services::before {
    content: "";
    position: absolute;
    width: 420px;
    height: 420px;
    background: rgba(24, 91, 177, 0.05);
    border-radius: 50%;
    top: -180px;
    right: -120px;
}

.urology-services::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: rgba(24, 91, 177, 0.04);
    border-radius: 50%;
    bottom: -140px;
    left: -100px;
}

.urology-services .container {
    position: relative;
    z-index: 2;
}


/* ==========================================
   HEADING
========================================== */

.services-heading {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.heading-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 15px;
}

.heading-label span {
    width: 32px;
    height: 2px;
    background: #2d8eea;
    display: inline-block;
}

.services-heading h2 {
    margin: 0 0 15px;
    color: #fff;
    font-family: 'Manrope', sans-serif;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.services-heading h2 span {
    color: #92c0ef;
}

.services-heading p {
    margin: 0 auto;
    max-width: 650px;
    color: #fff;
    font-size: 15px;
    line-height: 1.8;
}


/* ==========================================
   SERVICE CARD
========================================== */

.service-card {
    position: relative;
    height: 100%;
    padding: 30px;
    background: #fff;
    border: 1px solid #e5edf6;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(22, 64, 110, 0.055);
    overflow: hidden;
    transition: all 0.35s ease;
}

/* Top blue line */

.service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 30px;
    right: 30px;
    height: 3px;
    background: linear-gradient(
        90deg,
        #1668bd,
        #54b7f5
    );
    transform: scaleX(0);
    transform-origin: left;
    transition: transform 0.35s ease;
}

.service-card:hover {
    transform: translateY(-8px);
    border-color: #cbdff5;
    box-shadow: 0 18px 45px rgba(25, 76, 130, 0.12);
}

.service-card:hover::before {
    transform: scaleX(1);
}


/* ==========================================
   CARD TOP
========================================== */

.card-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 24px;
}

.service-icon {
    width: 58px;
    height: 58px;
    border-radius: 16px;
    background: linear-gradient(
        145deg,
        #edf6ff,
        #dceeff
    );
    color: #1769bd;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    transition: all 0.35s ease;
	padding:6px;
}

.service-icon img{width:100%;}

.service-card:hover .service-icon {
    background: #1769bd;
    color: #fff;
    transform: rotate(-5deg);
}

.service-number {
    color: #d9e5f2;
    font-family: 'Manrope', sans-serif;
    font-size: 34px;
    line-height: 1;
    font-weight: 800;
    transition: 0.3s ease;
}

.service-card:hover .service-number {
    color: #c6dced;
}


/* ==========================================
   CARD CONTENT
========================================== */

.service-card h3 {
    color: #122d4e;
    font-family: 'Manrope', sans-serif;
    font-size: 20px;
    line-height: 1.35;
    font-weight: 700;
    margin: 0 0 5px;
}

.service-subtitle {
    color: #2675c1;
    font-size: 12px;
    font-weight: 600;
    margin-bottom: 14px;
}

.service-card p {
    color: #3b3c3e;
    font-size: 13.5px;
    line-height: 1.75;
    margin: 0 0 22px;
}


/* ==========================================
   READ MORE
========================================== */

.service-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #1769bd;
    font-size: 13px;
    font-weight: 700;
    text-decoration: none;
    transition: all 0.3s ease;
}

.service-link i {
    font-size: 15px;
    transition: transform 0.3s ease;
}

.service-link:hover {
    color: #0b478c;
}

.service-link:hover i {
    transform: translateX(5px);
}


/* ==========================================
   BOTTOM CTA
========================================== */

.services-bottom {
    margin-top: 55px;
    padding: 28px 35px;
    background: #1f448e;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.services-bottom p {
    margin: 0;
    color: #fff;
    font-size: 15px;
    font-weight: 600;
}

.services-cta {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 13px 20px;
    background: #fff;
    color: #125da9;
    border-radius: 8px;
    text-decoration: none;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
    transition: all 0.3s ease;
}

.services-cta:hover {
    background: #2e91e8;
    color: #fff;
    transform: translateY(-2px);
}

.services-cta i:last-child {
    font-size: 12px;
}


/* ==========================================
   TABLET
========================================== */

@media (max-width: 991px) {

    .urology-services {
        padding: 75px 0;
    }

    .services-heading {
        margin-bottom: 40px;
    }

    .services-heading h2 {
        font-size: 34px;
    }

    .service-card {
        padding: 25px;
    }

    .services-bottom {
        padding: 25px;
    }

}


/* ==========================================
   MOBILE
========================================== */

@media (max-width: 767px) {

    .urology-services {
        padding: 60px 0;
    }

    .services-heading {
        margin-bottom: 35px;
        padding: 0 10px;
    }

    .heading-label {
        font-size: 10px;
        letter-spacing: 1.5px;
    }

    .services-heading h2 {
        font-size: 28px;
    }

    .services-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .service-card {
        padding: 24px;
        border-radius: 15px;
    }

    .service-card h3 {
        font-size: 18px;
    }

    .service-card p {
        font-size: 13px;
    }

    .service-icon {
        width: 52px;
        height: 52px;
        font-size: 23px;
    }

    .service-number {
        font-size: 28px;
    }

    .services-bottom {
        margin-top: 35px;
        flex-direction: column;
        text-align: center;
        padding: 25px 20px;
    }

    .services-bottom p {
        font-size: 14px;
    }

}


/* ==========================================
   SMALL MOBILE
========================================== */

@media (max-width: 400px) {

    .services-heading h2 {
        font-size: 25px;
    }

    .service-card {
        padding: 20px;
    }

    .service-card h3 {
        font-size: 17px;
    }

}



.explore-treatment-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 15px;
    background: #113377;
    color: #fff;
    border: 1px solid #1d5f68;
    border-radius: 30px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
}

.explore-treatment-btn span {
    font-size: 18px;
    line-height: 1;
    transition: transform 0.3s ease;
}

.explore-treatment-btn:hover {
    background: #0f4a95;
    color: #fff;
    transform: translateY(-2px);
}

.explore-treatment-btn:hover span {
    transform: translateX(4px);
}








.expertise-appointment-section {
    padding: 90px 0;
    background: #f5f8fc;
    font-family: "Poppins", sans-serif;
}

/* Main Wrapper */
.expertise-wrapper {
    background: #ffffff;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 20px 60px rgba(22, 49, 84, 0.10);
}


/* ================= LEFT SIDE ================= */

.expertise-content {
    padding: 65px 55px;
}

.section-small-title {
    display: inline-block;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1659b7;
    margin-bottom: 12px;
}

.expertise-content h2 {
    margin: 0 0 18px;
    color: #162b46;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.expertise-content h2 span {
    color: #1765c1;
}

.expertise-intro {
    color: #68788d;
    font-size: 15px;
    line-height: 1.8;
    max-width: 650px;
    margin-bottom: 35px;
}


/* Treatment Card */

.treatment-card {
    display: flex;
    gap: 22px;
    padding: 23px 20px;
    margin-bottom: 12px;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid transparent;
}

.treatment-card:hover {
    background: #f6faff;
    border-color: #e2ecf8;
    transform: translateX(5px);
    box-shadow: 0 10px 30px rgba(32, 85, 145, 0.07);
}


/* Icon */

.treatment-icon {
    min-width: 68px;
    height: 68px;
    border-radius: 18px;
    background: #eaf3ff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.treatment-icon:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 15px;
    background: #155ab7;
}

.treatment-icon i {
    position: relative;
    z-index: 2;
    color: #ffffff;
    font-size: 24px;
}


/* Treatment Content */

.treatment-content h4 {
    color: #162b46;
    font-size: 19px;
    font-weight: 700;
    margin: 3px 0 8px;
}

.treatment-content p {
    color: #718197;
    font-size: 14px;
    line-height: 1.75;
    margin-bottom: 8px;
}

.treatment-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #145ab5;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
}

.treatment-link i {
    transition: 0.3s;
}

.treatment-link:hover {
    color: #0b3e82;
}

.treatment-link:hover i {
    transform: translateX(5px);
}


/* ================= RIGHT SIDE ================= */

.appointment-box {
    height: 100%;
    min-height: 720px;
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(135deg,
        rgba(17, 48, 82, 0.96),
        rgba(9, 38, 70, 0.91)),
        url("img/doctor-bg.jpg") center/cover no-repeat;
}

.appointment-overlay {
    position: absolute;
    inset: 0;
    background:
        radial-gradient(circle at 90% 10%,
        rgba(63, 142, 232, 0.25),
        transparent 35%);
}

.appointment-content {
    position: relative;
    z-index: 2;
    padding: 55px 45px;
}


/* Tag */

.appointment-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #9cc9ff;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.5px;
    margin-bottom: 12px;
}

.appointment-tag i {
    font-size: 16px;
}


/* Heading */

.appointment-content h2 {
    color: #ffffff;
    font-size: 35px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 13px;
}

.appointment-content h2 span {
    color: #7db9ff;
}

.appointment-text1 {
    color: #c4d3e7;
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 20px;
}


/* Emergency */

.emergency-box {
    display: flex;
    align-items: center;
    gap: 13px;
    padding: 13px 16px;
    margin-bottom: 25px;
    border-radius: 12px;
    background: rgba(255,255,255,0.08);
    border: 1px solid rgba(255,255,255,0.10);
}

.emergency-icon {
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #ffffff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #155db8;
}

.emergency-box small {
    display: block;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
}

.emergency-box strong {
    color: #dbeaff;
    font-size: 12px;
    margin-right: 3px;
}


/* Form */

.input-box {
    position: relative;
}

.input-box i {
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    color: #7590ae;
    z-index: 2;
}

.input-box .form-control {
    min-height: 55px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 8px;
    padding-left: 45px;
    background: rgba(255,255,255,0.97);
    color: #24374d;
    font-size: 13px;
    box-shadow: none;
}

.input-box .form-control::placeholder {
    color: #718197;
}

.input-box .form-control:focus {
    border-color: #5fa6f8;
    box-shadow: 0 0 0 3px rgba(72, 148, 235, 0.15);
}

.textarea-box i {
    top: 20px;
    transform: none;
}

.textarea-box textarea {
    padding-top: 16px;
    resize: none;
}


/* Button */

.appointment-btn1 {
    width: 100%;
    min-height: 57px;
    border: 0;
    border-radius: 8px;
    background: #ffffff;
    color: #1259b2;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 14px;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer;
    transition: all 0.3s ease;
}

.appointment-btn1 i {
    font-size: 18px;
    transition: 0.3s;
}

.appointment-btn1:hover {
    background: #1767c5;
    color: #ffffff;
    box-shadow: 0 10px 25px rgba(0,0,0,0.20);
}

.appointment-btn1:hover i {
    transform: translateX(5px);
}


/* Bottom Note */

.appointment-note {
    text-align: center;
    color: #9eb1c8;
    font-size: 11px;
    margin-top: 18px;
}

.appointment-note i {
    color: #79b7ff;
    margin-right: 5px;
}


/* ================= RESPONSIVE ================= */

@media (max-width: 1199px) {

    .expertise-content {
        padding: 50px 35px;
    }

    .appointment-content {
        padding: 50px 30px;
    }

    .expertise-content h2 {
        font-size: 34px;
    }

    .appointment-content h2 {
        font-size: 31px;
    }

}

@media (max-width: 991px) {

    .expertise-appointment-section {
        padding: 60px 0;
    }

    .expertise-content {
        padding: 50px 35px;
    }

    .appointment-box {
        min-height: auto;
    }

    .appointment-content {
        padding: 50px 35px;
    }

}

@media (max-width: 767px) {

    .expertise-appointment-section {
        padding: 40px 15px;
    }

    .expertise-wrapper {
        border-radius: 16px;
    }

    .expertise-content {
        padding: 40px 22px;
    }

    .expertise-content h2 {
        font-size: 29px;
    }

    .expertise-intro {
        font-size: 13px;
    }

    .treatment-card {
        gap: 15px;
        padding: 18px 8px;
    }

    .treatment-icon {
        min-width: 58px;
        width: 58px;
        height: 58px;
    }

    .treatment-icon:before {
        width: 44px;
        height: 44px;
    }

    .treatment-content h4 {
        font-size: 17px;
    }

    .treatment-content p {
        font-size: 13px;
    }

    .appointment-content {
        padding: 40px 22px;
    }

    .appointment-content h2 {
        font-size: 29px;
    }

    .appointment-text {
        font-size: 13px;
    }

    .emergency-box {
        align-items: flex-start;
    }

    .emergency-box strong {
        display: inline-block;
        line-height: 1.7;
    }

}

@media (max-width: 400px) {

    .expertise-content h2,
    .appointment-content h2 {
        font-size: 26px;
    }

    .treatment-card {
        align-items: flex-start;
    }

    .treatment-icon {
        min-width: 52px;
        width: 52px;
        height: 52px;
    }

    .treatment-icon:before {
        width: 40px;
        height: 40px;
    }

    .treatment-icon i {
        font-size: 19px;
    }

}









/* =========================================================
   MISSION VISION VALUE SECTION
========================================================= */

.mvv-section {
    position: relative;
    padding: 45px 0;
    background: #113377;
    overflow: hidden;
}


/* Decorative Background */

.mvv-section:before {
    content: "";
    position: absolute;
    width: 450px;
    height: 450px;
    border-radius: 50%;
    background: rgba(30, 105, 190, 0.05);
    top: -220px;
    left: -180px;
}

.mvv-section:after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    border-radius: 50%;
    background: rgba(30, 105, 190, 0.04);
    bottom: -180px;
    right: -120px;
}


/* =========================================================
   HEADING
========================================================= */

.mvv-heading {
    position: relative;
    z-index: 2;
    max-width: 760px;
    margin: 0 auto 55px;
}

.mvv-heading span {
    display: inline-block;
    color: #f1f1f1;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
}

.mvv-heading h2 {
    margin: 0 0 15px;
    color: #dbe6fa;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}

.mvv-heading p {
    margin: 0 auto;
    max-width: 650px;
    color: #dbe6fa;
    font-size: 14px;
    line-height: 1.8;
}


/* =========================================================
   CARD
========================================================= */

.mvv-card {
    position: relative;
    height: 100%;
    padding: 42px 35px 38px;
    background: #ffffff;
    border: 1px solid #e5edf6;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 12px 35px rgba(25, 61, 100, 0.07);
    transition: all 0.35s ease;
    z-index: 2;
}


/* Top Border */

.mvv-card:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: #1764bd;
    transition: width 0.35s ease;
}

.mvv-card:hover:before {
    width: 100%;
}


/* Hover */

.mvv-card:hover {
    transform: translateY(-8px);
    border-color: #d6e5f5;
    box-shadow: 0 20px 45px rgba(25, 70, 120, 0.12);
}


/* =========================================================
   NUMBER
========================================================= */

.mvv-number {
    position: absolute;
    right: 24px;
    top: 18px;
    color: #edf3fa;
    font-size: 52px;
    line-height: 1;
    font-weight: 800;
    transition: 0.3s;
}

.mvv-card:hover .mvv-number {
    color: #e4eef9;
}


/* =========================================================
   ICON
========================================================= */

.mvv-icon {
    position: relative;
    width: 90px;
    height: 90px;
    margin-bottom: 28px;
    border-radius: 25px;
    background: #edf5ff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.35s ease;
}

.mvv-icon:after {
    content: "";
    position: absolute;
    width: 66px;
    height: 66px;
    border-radius: 20px;
    background: #113377;
    z-index: 0;
}

.mvv-icon img {
    position: relative;
    z-index: 2;
    width: 52px;
    height: 52px;
    object-fit: contain;
    transition: 0.35s ease;
}

.mvv-card:hover .mvv-icon {
    background: #dcecff;
    transform: scale(1.04);
}

.mvv-card:hover .mvv-icon img {
    transform: scale(1.08);
}


/* =========================================================
   CONTENT
========================================================= */

.mvv-label {
    display: block;
    margin-bottom: 5px;
    color: #1764bd;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.mvv-content h3 {
    margin: 0;
    color: #172c47;
    font-size: 25px;
    font-weight: 700;
}

.mvv-line {
    width: 42px;
    height: 3px;
    margin: 14px 0 17px;
    border-radius: 5px;
    background: #1764bd;
}

.mvv-content p {
    margin: 0;
    color: #1e1f1f;
    font-size: 15px;
    line-height: 1.8;
}


/* =========================================================
   VALUE QUOTE
========================================================= */

.value-quote {
    color: #172c47 !important;
    font-size: 22px !important;
    line-height: 1.5 !important;
    font-weight: 600;
    padding-top: 5px;
}

.value-quote span {
    color: #1764bd;
}


/* =========================================================
   ARROW
========================================================= */

.mvv-arrow {
    position: absolute;
    right: 28px;
    bottom: 28px;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: #f1f6fc;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1764bd;
    font-size: 15px;
    transition: 0.3s;
}

.mvv-card:hover .mvv-arrow {
    background: #1764bd;
    color: #ffffff;
    transform: rotate(45deg);
}


/* =========================================================
   HIGHLIGHT CARD - VALUE
========================================================= */

.mvv-highlight {
    background:
        linear-gradient(145deg, #ffffff 0%, #f3f8ff 100%);
}

.mvv-highlight .mvv-icon {
    background: #e0efff;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .mvv-section {
        padding: 80px 0;
    }

    .mvv-heading h2 {
        font-size: 36px;
    }

    .mvv-card {
        padding: 35px 28px;
    }

}


@media (max-width: 991px) {

    .mvv-section {
        padding: 70px 0;
    }

    .mvv-heading {
        margin-bottom: 40px;
    }

    .mvv-heading h2 {
        font-size: 34px;
    }

    .mvv-card {
        padding: 35px 28px;
    }

}


@media (max-width: 767px) {

    .mvv-section {
        padding: 55px 15px;
    }

    .mvv-heading {
        margin-bottom: 35px;
    }

    .mvv-heading span {
        font-size: 11px;
    }

    .mvv-heading h2 {
        font-size: 28px;
    }

    .mvv-heading p {
        font-size: 13px;
    }

    .mvv-card {
        padding: 32px 25px;
        border-radius: 16px;
    }

    .mvv-icon {
        width: 78px;
        height: 78px;
        border-radius: 21px;
        margin-bottom: 22px;
    }

    .mvv-icon:after {
        width: 58px;
        height: 58px;
        border-radius: 17px;
    }

    .mvv-icon img {
        width: 45px;
        height: 45px;
    }

    .mvv-content h3 {
        font-size: 22px;
    }

    .mvv-content p {
        font-size: 13px;
    }

    .value-quote {
        font-size: 20px !important;
    }

}


@media (max-width: 400px) {

    .mvv-section {
        padding-left: 10px;
        padding-right: 10px;
    }

    .mvv-heading h2 {
        font-size: 25px;
    }

    .mvv-card {
        padding: 28px 22px;
    }

}










/* =========================================================
   FOOTER MAIN
========================================================= */

.medical-footer {
    position: relative;
    font-family: "Poppins", sans-serif;
    color: #d8e3f1;
    overflow: hidden;
}


/* =========================================================
   TOP CONTACT STRIP
========================================================= */

.footer-contact-strip {
    background: #123c82;
}

.footer-contact-row {
    overflow: hidden;
}

.contact-info-box {
    position: relative;
    min-height: 145px;
    padding: 30px 28px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ffffff;
    text-decoration: none;
    transition: 0.3s ease;
    overflow: hidden;
}

.contact-info-box:before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255,255,255,0.04);
    transform: translateX(-100%);
    transition: 0.4s ease;
}

.contact-info-box:hover:before {
    transform: translateX(0);
}

.contact-info-box:hover {
    color: #ffffff;
}

.contact-middle {
    background:
        linear-gradient(rgba(17,71,143,0.91),
                        rgba(17,71,143,0.91)),
        url("assets/images/footer-bg.jpg") center/cover no-repeat;
}

.contact-icon {
    position: relative;
    z-index: 2;
    flex-shrink: 0;
    width: 58px;
    height: 58px;
    border-radius: 50%;
    /* background: rgba(255,255,255,0.16); */
    background: #225497;
    border: 1px solid rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px;
    color: #dcecff;
}

.contact-text {
    position: relative;
    z-index: 2;
    min-width: 0;
}

.contact-text span {
    display: block;
    margin-bottom: 5px;
    color: #225497;
    font-size: 20px;
    font-weight: 600;
}

.contact-text strong {
    display: block;
    color: #ffffff;
    font-size: 15px;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
}
.sec_icon span{color:#fff;}
.frt_icn strong{color:#282828;}

.contact-arrow {
    position: absolute;
    z-index: 2;
    right: 22px;
    bottom: 18px;
    color: rgba(255,255,255,0.5);
    font-size: 16px;
    transition: 0.3s;
}

.contact-info-box:hover .contact-arrow {
    color: #ffffff;
    transform: translate(3px,-3px);
}


/* =========================================================
   MAIN FOOTER
========================================================= */

.footer-main {
    position: relative;
    padding: 70px 0 60px;
    background:
        linear-gradient(rgba(255,255,255,0.96),
                        rgba(255,255,255,0.96)),
        url("assets/images/footer-bg.jpg") center/cover no-repeat;
}

.footer-main:after {
    content: "";
    position: absolute;
    width: 350px;
    height: 350px;
    right: -120px;
    bottom: -150px;
    border-radius: 50%;
    background: rgba(30,94,174,0.04);
}

.footer-widget {
    position: relative;
    z-index: 2;
}

.footer-label {
    display: block;
    color: #2465b3;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 7px;
}

.footer-widget h3 {
    margin: 0;
    color: #152b47;
    font-size: 21px;
    font-weight: 700;
}

.footer-line {
    width: 42px;
    height: 3px;
    border-radius: 5px;
    background: #1761b6;
    margin: 13px 0 25px;
}


/* =========================================================
   ADDRESS
========================================================= */

.address-box {
    display: flex;
    gap: 14px;
}

.address-icon {
    flex-shrink: 0;
    width: 38px;
    height: 38px;
    border-radius: 10px;
    background: #edf4fc;
    color: #175eaf;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 19px;
}

.address-box p {
    margin: 0;
    color: #53667d;
    font-size: 13px;
    line-height: 1.75;
}

.address-box strong {
    color: #243a54;
    font-weight: 700;
}


/* =========================================================
   RATING
========================================================= */

.footer-rating {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 7px;
    margin-top: 22px;
}

.stars {
    color: #f6b92c;
    letter-spacing: 2px;
    font-size: 13px;
}

.footer-rating strong {
    color: #162b47;
    font-size: 17px;
    margin-left: 8px;
}

.footer-rating span {
    color: #65778b;
    font-size: 13px;
}


/* =========================================================
   SOCIAL
========================================================= */

.footer-social {
    display: flex;
    gap: 10px;
    margin-top: 25px;
}

.footer-social a {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    background: #edf4fc;
    color: #175eaf;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    transition: 0.3s ease;
}

.footer-social a:hover {
    background: #175eaf;
    color: #ffffff;
    transform: translateY(-4px);
}


/* =========================================================
   QUICK LINKS
========================================================= */

.footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-links li {
    margin-bottom: 13px;
}

.footer-links a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #38393a;
    text-decoration: none;
    font-size: 15px;
    transition: 0.3s;
}

.footer-links a i {
    font-size: 9px;
    color: #1a64b7;
}

.footer-links a:hover {
    color: #1761b6;
    padding-left: 5px;
}


/* =========================================================
   SPECIALITIES
========================================================= */

.speciality-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 25px;
    row-gap: 13px;
}

.speciality-grid a {
    display: block;
    position: relative;
    padding-left: 17px;
    color: #38393a;
    font-size: 14px;
    line-height: 1.5;
    text-decoration: none;
    transition: 0.3s;
}

.speciality-grid a i {
    position: absolute;
    left: 0;
    top: 4px;
    font-size: 8px;
    color: #1761b6;
}

.speciality-grid a small {
    display: block;
    font-size: 11px;
    color: #8a98a9;
}

.speciality-grid a:hover {
    color: #1761b6;
    transform: translateX(4px);
}


/* =========================================================
   TIMING
========================================================= */

.timing-card {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 17px;
    border-radius: 13px;
    background: #f1f6fc;
    border: 1px solid #e3edf7;
}

.timing-icon {
    width: 43px;
    height: 43px;
    flex-shrink: 0;
    border-radius: 10px;
    background: #ffffff;
    color: #1761b6;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
}

.timing-card span {
    display: block;
    color: #566a81;
    font-size: 12px;
    margin-bottom: 3px;
}

.timing-card strong {
    display: block;
    color: #155ab0;
    font-size: 15px;
}


/* =========================================================
   EMERGENCY
========================================================= */

.footer-emergency {
    display: flex;
    align-items: center;
    gap: 13px;
    margin-top: 15px;
    padding: 17px;
    border-radius: 13px;
    background: #fff7e8;
    border: 1px solid #f9e6bd;
}

.footer-emergency-icon {
    width: 40px;
    height: 40px;
    flex-shrink: 0;
    border-radius: 50%;
    background: #ffffff;
    color: #e09b16;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-emergency small {
    display: block;
    color: #7d6a45;
    font-size: 11px;
}

.footer-emergency strong {
    display: block;
    color: #a06a00;
    font-size: 13px;
}


/* =========================================================
   CALL BUTTON
========================================================= */

.footer-call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 9px;
    width: 100%;
    margin-top: 15px;
    padding: 13px 20px;
    border-radius: 9px;
    background: #155db2;
    color: #ffffff;
    text-decoration: none;
    font-size: 13px;
    font-weight: 600;
    transition: 0.3s;
}

.footer-call-btn:hover {
    background: #0e4384;
    color: #ffffff;
    transform: translateY(-2px);
    box-shadow: 0 8px 20px rgba(20,91,174,0.2);
}


/* =========================================================
   BOTTOM
========================================================= */

.footer-bottom {
    background: #103978;
    border-top: 1px solid rgba(255,255,255,0.08);
}

.footer-bottom-inner {
    /* min-height: 65px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.footer-bottom p {
    margin: 0;
    color: #d9e5f4;
    font-size: 14px;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-bottom-links a {
    color: #c9d8ea;
    text-decoration: none;
    font-size: 11px;
    transition: 0.3s;
}

.footer-bottom-links a:hover {
    color: #ffffff;
}

.footer-bottom-links span {
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #6f94bd;
}


/* =========================================================
   BACK TO TOP
========================================================= */

.back-to-top {
    position: fixed;
    z-index: 999;
    right: 25px;
    bottom: 25px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #ffffff;
    border: 3px solid #e31d2b;
    color: #123f81;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 20px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.12);
    transition: 0.3s;
}

.back-to-top:hover {
    background: #123f81;
    border-color: #123f81;
    color: #ffffff;
    transform: translateY(-4px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 1199px) {

    .contact-info-box {
        padding: 25px 18px;
        gap: 13px;
    }

    .contact-text span {
        font-size: 17px;
    }

    .contact-text strong {
        font-size: 13px;
    }

    .speciality-grid {
        grid-template-columns: 1fr;
    }

}


@media (max-width: 991px) {

    .footer-contact-row > div:nth-child(3) {
        width: 100%;
    }

    .contact-info-box {
        min-height: 125px;
    }

    .footer-main {
        padding: 55px 0 45px;
    }

    .footer-bottom-inner {
        padding: 15px 0;
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

}


@media (max-width: 767px) {

    .footer-contact-strip {
        padding: 0;
    }

    .footer-contact-row > div {
        width: 100%;
    }

    .contact-info-box {
        min-height: 105px;
        padding: 22px 18px;
        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .contact-icon {
        width: 50px;
        height: 50px;
        font-size: 21px;
    }

    .contact-text span {
        font-size: 16px;
    }

    .contact-text strong {
        font-size: 12px;
    }

    .contact-arrow {
        right: 15px;
    }

    .footer-main {
        padding: 50px 20px 40px;
    }

    .footer-widget h3 {
        font-size: 20px;
    }

    .speciality-grid {
        grid-template-columns: 1fr;
    }

    .footer-bottom {
        padding: 5px 20px;
    }

    .footer-bottom-inner {
        min-height: 75px;
    }

    .footer-bottom-links {
        flex-wrap: wrap;
        justify-content: center;
    }

    .back-to-top {
        right: 15px;
        bottom: 15px;
        width: 43px;
        height: 43px;
        font-size: 17px;
    }

}


@media (max-width: 400px) {

    .contact-info-box {
        padding: 20px 14px;
    }

    .contact-icon {
        width: 45px;
        height: 45px;
        font-size: 19px;
    }

    .contact-text span {
        font-size: 14px;
    }

    .contact-text strong {
        font-size: 11px;
    }

}
