/*-------------------------Footer CSS------------------------
-------------------------Navbar------------------------*/


/* Imported styles */
@import url('https://fonts.googleapis.com/css?family=Poppins:300,400,500,600,700');
@import url('https://fonts.googleapis.com/css?family=Hind:300,400,500,600,700');




@import url(imp.css);
@import url(bootstrap.min.css);
@import url(font-awesome.min.css);
@import url(hover.css);
@import url(jquery.bxslider.css);
@import url(owl.carousel.css);
@import url(owl.theme.default.min.css);
@import url(animate.css);
@import url(jquery.bootstrap-touchspin.css);
@import url('jquery.fancybox.css');
@import url('prettyPhoto.css');
/*** Flaticon css ***/
@import url(flaticon.css);
/*** Price filter***/
@import url(nouislider.css);
@import url(nouislider.pips.css);
/*** single shop slide ***/
@import url(flexslider.css);
/*** Time picker css ***/
@import url(timePicker.css);
/*** Jquery ui css ***/
@import url(jquery-ui.css);
/*** Revolution slider ***/
@import url(settings.css);
@import url(layers.css);
@import url(navigation.css);
/*** Bootstrap select picker css ***/
@import url(bootstrap-select.css);
/*** Language Switcher ***/
@import url(polyglot-language-switcher.css);
/*we need to style the popup with CSS so it is placed as a popup does*/

:root {
    --medical-blue: #176B87;
    --teal: #2A9D8F;
    --dark-navy: #0D1B2A;
    --deep-blue: #0A2E4D;

    --light-bg: #F5FAFC;
    --white: #FFFFFF;

    --text-dark: #1E293B;
    --text-gray: #6B7280;

    --border: #E2EDF1;
}

 /* Header */
.header {
    background: var(--white);
}

/* Navigation */
.navbar {
    background: var(--dark);
}

/* Active Menu */
.navbar a.active {
    color: var(--secondary);
}

/* Main CTA */
.btn-primary {
    background: var(--primary);
    color: var(--white);
}

/* Secondary CTA */
.btn-secondary {
    background: var(--secondary);
    color: var(--white);
}

/* Hero */
.hero::before {
    background: linear-gradient(
        90deg,
        rgba(23, 107, 135, 0.90),
        rgba(42, 157, 143, 0.65)
    );
}

/* Cards */
.card {
    background: var(--white);
}

/* Icons */
.card i,
.card .icon {
    color: var(--secondary);
}

/* Statistics */
.statistics {
    background: var(--deep-blue);
    color: var(--white);
}















/* =========================================================
        Modern Footer
========================================================= */

.modern-footer {

    position: relative;

    padding: 75px 0 60px;

    background:
        linear-gradient(
            135deg,
            #0D1B2A 0%,
            #102A3B 55%,
            #123E52 100%
        );

    color: #FFFFFF;

    overflow: hidden;
}


/* Decorative Circle */

.modern-footer::before {

    content: "";

    position: absolute;

    width: 400px;
    height: 400px;

    right: -200px;
    top: -200px;

    border: 1px solid rgba(42, 157, 143, 0.15);

    border-radius: 50%;
}


.modern-footer::after {

    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    left: -140px;
    bottom: -140px;

    border: 1px solid rgba(42, 157, 143, 0.10);

    border-radius: 50%;
}


/* =========================================================
   GRID
========================================================= */

.modern-footer-grid {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns:
        1.3fr
        0.8fr
        1.2fr
        1.1fr;

    gap: 45px;
}


/* =========================================================
   FOOTER COLUMN
========================================================= */

.footer-column h3 {

    margin: 0 0 12px;

    color: #FFFFFF;

    font-size: 18px;

    font-weight: 600;
}


.footer-line {

    display: block;

    width: 40px;

    height: 3px;

    margin-bottom: 22px;

    background: #2A9D8F;

    border-radius: 3px;
}


/* =========================================================
   LOGO
========================================================= */

.footer-logo {

    width: 150px;

    height: 70px;

    display: flex;

    align-items: center;

    margin-bottom: 18px;

    background: #FFFFFF;

    border-radius: 8px;

    padding: 8px 15px;
}


.footer-logo img {

    max-width: 100%;

    max-height: 55px;

    object-fit: contain;
}


/* =========================================================
   ABOUT
========================================================= */

.footer-about p {

    margin: 0 0 18px;

    color: rgba(255, 255, 255, 0.68);

    font-size: 13px;

    line-height: 1.8;
}


.footer-read-more {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #2A9D8F;

    font-size: 13px;

    font-weight: 600;

    text-decoration: none;

    transition: all 0.3s ease;
}


.footer-read-more:hover {

    color: #FFFFFF;

    text-decoration: none;
}


.footer-read-more i {

    font-size: 11px;
}


/* =========================================================
   QUICK LINKS
========================================================= */

.modern-footer-links {

    margin: 0;

    padding: 0;

    list-style: none;
}


.modern-footer-links li {

    margin-bottom: 11px;
}


.modern-footer-links a {

    display: flex;

    align-items: center;

    gap: 8px;

    color: rgba(255, 255, 255, 0.68);

    font-size: 13px;

    text-decoration: none;

    transition: all 0.3s ease;
}


.modern-footer-links a i {

    color: #2A9D8F;

    font-size: 11px;
}


.modern-footer-links a:hover {

    color: #FFFFFF;

    transform: translateX(4px);

    text-decoration: none;
}


/* =========================================================
   CONTACT
========================================================= */

.modern-contact-list {

    margin: 0;

    padding: 0;

    list-style: none;
}


.modern-contact-list li {

    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 18px;
}


.footer-icon {

    flex-shrink: 0;

    width: 35px;
    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    background: rgba(42, 157, 143, 0.12);

    border: 1px solid rgba(42, 157, 143, 0.25);

    border-radius: 7px;

    color: #2A9D8F;

    font-size: 14px;
}


.modern-contact-list span {

    display: block;

    margin-bottom: 3px;

    color: #2A9D8F;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.modern-contact-list p {

    margin: 0;

    color: rgba(255, 255, 255, 0.68);

    font-size: 12px;

    line-height: 1.6;
}


.modern-contact-list a {

    color: rgba(255, 255, 255, 0.70);

    font-size: 12px;

    text-decoration: none;

    transition: color 0.3s ease;
}


.modern-contact-list a:hover {

    color: #2A9D8F;

    text-decoration: none;
}


/* =========================================================
   APPOINTMENT
========================================================= */

.appointment-text {

    margin: -5px 0 18px;

    color: rgba(255, 255, 255, 0.62);

    font-size: 12px;

    line-height: 1.6;
}


.modern-appointment-form {

    width: 100%;
}


.footer-input {

    position: relative;

    margin-bottom: 10px;
}


.footer-input i {

    position: absolute;

    left: 13px;

    top: 50%;

    transform: translateY(-50%);

    color: #2A9D8F;

    font-size: 12px;

    z-index: 2;
}


.footer-input input,
.footer-input textarea {

    width: 100%;

    padding: 11px 12px 11px 35px;

    background: rgba(255, 255, 255, 0.07);

    border: 1px solid rgba(255, 255, 255, 0.12);

    border-radius: 6px;

    outline: none;

    color: #FFFFFF;

    font-size: 12px;

    transition: all 0.3s ease;
}


.footer-input input {

    height: 42px;
}


.footer-input textarea {

    height: 75px;

    resize: none;

    padding-top: 12px;
}


.footer-input textarea + i {

    top: 17px;

    transform: none;
}


.footer-input input::placeholder,
.footer-input textarea::placeholder {

    color: rgba(255, 255, 255, 0.45);
}


.footer-input input:focus,
.footer-input textarea:focus {

    border-color: #2A9D8F;

    background: rgba(255, 255, 255, 0.10);
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.footer-submit {

    width: 100%;

    height: 43px;

    border: none;

    border-radius: 6px;

    background: #176B87;

    color: #FFFFFF;

    font-size: 12px;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;
}


.footer-submit i {

    margin-left: 7px;
}


.footer-submit:hover {

    background: #2A9D8F;

    transform: translateY(-2px);

    box-shadow: 0 8px 20px rgba(42, 157, 143, 0.20);
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.modern-footer-bottom {

    background: #081520;

    border-top: 1px solid rgba(255, 255, 255, 0.08);

    padding: 18px 0;
}


.footer-bottom-inner {

    display: flex;

    align-items: center;

    justify-content: space-between;
}


.footer-bottom-inner p {

    margin: 0;

    color: rgba(255, 255, 255, 0.50);

    font-size: 11px;
}


.footer-bottom-inner strong {

    color: #2A9D8F;

    font-weight: 600;
}


/* =========================================================
   SOCIAL
========================================================= */

.footer-social {

    display: flex;

    gap: 8px;
}


.footer-social a {

    width: 34px;
    height: 34px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.12);

    border-radius: 50%;

    color: rgba(255, 255, 255, 0.65);

    font-size: 13px;

    text-decoration: none;

    transition: all 0.3s ease;
}


.footer-social a:hover {

    background: #2A9D8F;

    border-color: #2A9D8F;

    color: #FFFFFF;

    transform: translateY(-3px);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 991px) {

    .modern-footer {

        padding: 60px 0 45px;
    }


    .modern-footer-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 45px 30px;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 767px) {

    .modern-footer {

        padding: 50px 20px 35px;
    }


    .modern-footer-grid {

        grid-template-columns: 1fr;

        gap: 35px;
    }


    .footer-column h3 {

        font-size: 17px;
    }


    .footer-bottom-inner {

        flex-direction: column;

        gap: 15px;

        text-align: center;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .modern-footer {

        padding: 45px 15px 30px;
    }


    .footer-logo {

        width: 140px;

        height: 65px;
    }


    .footer-bottom-inner p {

        font-size: 10px;
    }

}


F

/* =========================================
   SHRINATH HOSPITAL - MODERN HEADER COLORS
   ========================================= */

/* =========================================
   TOP BAR
   ========================================= */

.top-bar-area {
    background-color: var(--dark-navy);
    color: var(--white);
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

/* Emergency Text */
.top-left p {
    margin: 0;
    color: #FFFFFF;
    font-size: 13px;
    line-height: 28px;
}

/* Phone Icon */
.top-left p span {
    color: var(--teal);
    margin-right: 8px;
    font-size: 15px;
}

/* Social Area */
.top-right {
    display: flex;
    justify-content: flex-end;
}

/* Social Links */
.top-bar-area .social-links {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Social Icons */
.top-bar-area .social-links li {
    list-style: none;
}

.top-bar-area .social-links li a {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;

    color: #FFFFFF;
    background-color: rgba(255, 255, 255, 0.08);

    border-radius: 50%;
    transition: all 0.3s ease;
}

/* Hover */
.top-bar-area .social-links li a:hover {
    background-color: var(--teal);
    color: #FFFFFF;
    transform: translateY(-2px);
}

/* =========================================
   MAIN HEADER
   ========================================= */

.header-area {
    background-color: var(--white);
    padding: 18px 0 12px;
    border-bottom: 1px solid var(--border);
}

/* Logo */
.header-area .logo {
    display: flex;
    align-items: center;
    height: 100%;
}

.header-area .logo img {
    max-width: 300px;
    height: auto;
    display: block;
}


/* =========================================
   HEADER RIGHT INFORMATION
   ========================================= */

.header-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

/* Information List */
.header-right > ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 28px;

    margin: 0;
    padding: 0;
}

/* Each Information Item */
.header-right > ul > li {
    display: flex;
    align-items: center;
    list-style: none;
    gap: 10px;
}


/* =========================================
   HEADER ICONS
   ========================================= */

.header-right .icon-holder {
    width: 42px;
    height: 42px;

    display: flex;
    align-items: center;
    justify-content: center;

    background-color: #EAF7F6;
    border-radius: 50%;
}

.header-right .icon-holder span {
    color: var(--teal);
    font-size: 18px;
}


/* =========================================
   HEADER TEXT
   ========================================= */

.header-right .text-holder h4 {
    margin: 0 0 4px;

    color: var(--medical-blue);

    font-size: 13px;
    font-weight: 600;
    line-height: 1.2;
}

.header-right .text-holder span {
    display: block;

    color: var(--text-gray);

    font-size: 12px;
    line-height: 1.5;
}


/* =========================================
   SEARCH BUTTON
   ========================================= */

.header-area .search-button {
    margin-left: 5px;
}

.header-area .toggle-search button {
    width: 42px;
    height: 42px;

    border: none;
    border-radius: 50%;

    background-color: var(--medical-blue);
    color: var(--white);

    display: flex;
    align-items: center;
    justify-content: center;

    cursor: pointer;

    transition: all 0.3s ease;
}

.header-area .toggle-search button:hover {
    background-color: var(--teal);
    transform: translateY(-2px);
}


/* =========================================
   ISO CERTIFICATION TEXT
   ========================================= */

.header-area .container > div:last-child p {
    margin: 8px 0 0;

    color: var(--text-gray);

    font-size: 11px;
    font-weight: 500;
}


/* =========================================
   RESPONSIVE HEADER
   ========================================= */

@media (max-width: 991px) {

    .header-right > ul {
        gap: 12px;
    }

    .header-right {
        gap: 10px;
    }

    .header-area .logo img {
        max-width: 190px;
    }

    .header-right .text-holder h4 {
        font-size: 12px;
    }

    .header-right .text-holder span {
        font-size: 11px;
    }
}


@media (max-width: 767px) {

    .header-area {
        padding: 15px 0;
    }

    .header-area .logo {
        justify-content: center;
        margin-bottom: 15px;
    }

    .header-right {
        justify-content: center;
        flex-wrap: wrap;
    }

    .header-right > ul {
        justify-content: center;
        flex-wrap: wrap;
    }

    .header-area .container > div:last-child {
        text-align: center;
    }
}

/* =========================================
   HEADER SEARCH
   ========================================= */

.header-search {
    background-color: var(--light-bg);
    padding: 12px 0;

    border-top: 1px solid var(--border);
    border-bottom: 1px solid var(--border);
}

/* Search Form */
.header-search .search-form {
    margin: 0;
}

/* Search Box */
.header-search .search {
    display: flex;
    align-items: center;

    width: 320px;
    height: 42px;

    background-color: var(--white);

    border: 1px solid var(--border);
    border-radius: 6px;

    overflow: hidden;

    transition: all 0.3s ease;
}

/* Search Input */
.header-search .search input {
    flex: 1;

    width: 100%;
    height: 100%;

    padding: 0 15px;

    border: none;
    outline: none;

    background-color: transparent;

    color: var(--text-dark);

    font-size: 13px;
}

/* Placeholder */
.header-search .search input::placeholder {
    color: #9CA3AF;
}

/* Focus */
.header-search .search:focus-within {
    border-color: var(--teal);

    box-shadow: 0 0 0 3px rgba(42, 157, 143, 0.10);
}

/* Search Button */
.header-search .search button {
    width: 45px;
    height: 100%;

    border: none;

    background-color: var(--medical-blue);
    color: var(--white);

    cursor: pointer;

    transition: all 0.3s ease;
}

/* Hover */
.header-search .search button:hover {
    background-color: var(--teal);
}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 767px) {

    .header-search .search-form {
        float: none !important;
        display: flex;
        justify-content: center;
    }

    .header-search .search {
        width: 100%;
        max-width: 400px;
    }
}

/* =========================================
   MODERN NAVIGATION / MAIN MENU
   ========================================= */

.mainmenu-area {
    background-color: var(--dark-navy);
    width: 100%;
    border-bottom: 3px solid var(--teal);
    position: relative;
    z-index: 999;
}

/* Main Menu */
.main-menu {
    margin: 0;
}

/* Navigation List */
.main-menu .navigation {
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
}

/* Navigation Items */
.main-menu .navigation > li {
    list-style: none;
    margin: 0;
}

/* Navigation Links */
.main-menu .navigation > li > a {
    display: block;
    padding: 18px 19px;
    color: var(--white);
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

/* Bottom hover line */
.main-menu .navigation > li > a::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    width: 0;
    height: 2px;
    background-color: var(--teal);
    transform: translateX(-50%);
    transition: width 0.3s ease;
}

/* Hover */
.main-menu .navigation > li:hover > a {
    color: var(--teal);
}

.main-menu .navigation > li:hover > a::after {
    width: 55%;
}



/* =========================================
   ACTIVE MENU
   ========================================= */

.main-menu .navigation > li.current > a {
    color: var(--teal);
    font-weight: 600;
}

.main-menu .navigation > li.current > a::after {
    width: 55%;
}


/* =========================================
   CONTACT US BUTTON
   ========================================= */

.mainmenu-right-box {
     margin-top:7px;
    display: flex;
    align-items: center;
    height: 100%;
}

.consultation-button {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* Contact Button */
.consultation-button .con a {
    display: inline-block;
    padding: 11px 20px;
    background-color: var(--medical-blue);
    color: var(--white);
    border-radius: 5px;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
}

/* Contact Hover */
.consultation-button .con a:hover {
    background-color: var(--teal);
    color: var(--white);
    transform: translateY(-1px);
}



/* =========================================
   SMALL LOGO
   ========================================= */

.consultation-button .logolink {
    display: none;
}


/* =========================================
   MOBILE MENU BUTTON
   ========================================= */

.navbar-toggle {
    background-color: var(--medical-blue);
    border: 1px solid var(--medical-blue);
    border-radius: 5px;
    padding: 9px 10px;
    margin: 8px 0;
}

.navbar-toggle:hover,
.navbar-toggle:focus {
    background-color: var(--teal);
    border-color: var(--teal);
}

/* Hamburger Lines */
.navbar-toggle .icon-bar {
    background-color: var(--white);
    width: 22px;
    height: 2px;
    margin: 4px 0;
}


/* =========================================
   MOBILE RESPONSIVE
   ========================================= */

@media (max-width: 991px) {
    .mainmenu-area {
        min-height: 50px;
    }

    .main-menu {
        width: 100%;
    }

    .navbar-header {
        float: none;
    }

    .navbar-toggle {
        display: block;
        float: right;
    }

    .navbar-collapse {
        border-top: 1px solid rgba(255,255,255,0.1);
        box-shadow: none;
    }

    .main-menu .navigation {
        display: block;
        width: 100%;
    }

    .main-menu .navigation > li {
        width: 100%;
    }

    .main-menu .navigation > li > a {
        padding: 13px 18px;

        border-bottom: 1px solid rgba(255,255,255,0.08);
    }

    .main-menu .navigation > li > a::after {
        display: none;
    }

    .mainmenu-right-box {
        display: none;
    }
}


/* =========================================
   SMALL MOBILE
   ========================================= */

@media (max-width: 767px) {

    .mainmenu-area {
        border-bottom-width: 2px;
    }

    .main-menu .navigation > li > a {
        font-size: 14px;
    }
}



/* =========================================
   DEPARTMENT BREADCRUMB
========================================= */

.modern-breadcrumb {
    position: relative;

    min-height: 250px;

    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;

    overflow: hidden;
}

.breadcrumb-overlay {
    position: absolute;
    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(13, 27, 42, 0.94),
            rgba(10, 46, 77, 0.82),
            rgba(23, 107, 135, 0.58)
        );
}

.breadcrumb-content {
    position: relative;
    z-index: 2;

    text-align: center;

    padding: 45px 15px 48px;

    color: var(--white);
}

.breadcrumb-subtitle {
    display: block;

    margin-bottom: 10px;

    color: var(--teal);

    font-size: 11px;
    font-weight: 700;

    letter-spacing: 3px;
    text-transform: uppercase;
}

.breadcrumb-content h1 {
    max-width: 850px;

    margin: 0 auto;

    color: var(--white);

    font-size: 40px;
    line-height: 1.3;

    font-weight: 700;
}

.breadcrumb-line {
    display: block;

    width: 48px;
    height: 4px;

    margin: 17px auto 14px;

    background: var(--teal);

    border-radius: 10px;
}

.breadcrumb-nav {
    display: flex;

    justify-content: center;
    align-items: center;

    gap: 10px;

    margin: 0;
    padding: 0;

    list-style: none;

    font-size: 14px;
}

.breadcrumb-nav a {
    color: var(--white);

    text-decoration: none;

    transition: color 0.3s ease;
}

.breadcrumb-nav a:hover {
    color: var(--teal);
}

.breadcrumb-nav .separator {
    color: rgba(255,255,255,0.5);

    font-size: 17px;
}

.breadcrumb-nav .active {
    color: var(--teal);

    font-weight: 600;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .modern-breadcrumb {
        min-height: 225px;
    }

    .breadcrumb-content {
        padding: 38px 12px;
    }

    .breadcrumb-subtitle {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .breadcrumb-content h1 {
        font-size: 27px;
        line-height: 1.35;
    }

    .breadcrumb-nav {
        flex-wrap: wrap;

        gap: 6px;

        font-size: 12px;
    }

    .breadcrumb-nav .separator {
        font-size: 15px;
    }
}











/* =========================================
   MODERN DEPARTMENT PAGE
========================================= */

:root {
    --dark: #0b1d2b;
    --teal: #16849a;
    --teal-light: #e8f7f9;
    --text: #52616b;
    --heading: #102333;
    --border: #dce9ed;
    --bg: #f5fafc;
    --white: #ffffff;
}

#departments-single-area {
    padding: 70px 0;
    background: var(--bg);
}

#departments-single-area .container {
    max-width: 1200px;
}

/* =========================================
   MAIN CONTENT
========================================= */

#departments-single-area .col-lg-9 {
    padding-left: 25px;
}

/* =========================================
   IMAGE ROW
========================================= */

.department-images-row {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
    margin-bottom: 42px;
}

.department-image {
    width: 100%;
    height: 195px;
    overflow: hidden;
    border-radius: 14px;
    background: #fff;
    border: 1px solid var(--border);
    box-shadow: 0 5px 18px rgba(15, 45, 60, 0.07);
    transition: all 0.35s ease;
}

.department-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.45s ease;
}

.department-image:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 28px rgba(15, 45, 60, 0.14);
}

.department-image:hover img {
    transform: scale(1.06);
}

/* =========================================
   DESCRIPTION
========================================= */

#departments-single-area .text-box {
    margin-bottom: 25px;
}

#departments-single-area .text-box p {
    color: var(--text);
    font-size: 15px;
    line-height: 1.9;
    margin-bottom: 18px;
    text-align: justify;
}
/* =========================================
   SERVICES SECTION
========================================= */

.service-plan {
    margin-top: 45px;
}

.service-plan .sec-title {
    margin-bottom: 30px;
}

.service-plan .sec-title h1 {
    color: var(--heading);
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 12px;
    line-height: 1.2;
}

.service-plan .sec-title .border {
    display: block;
    width: 48px;
    height: 3px;
    background: var(--teal);
    position: relative;
}

.service-plan .sec-title .border::after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
    height: 3px;
    background: #e64b73;
}


/* =========================================
   SERVICE ROW
========================================= */

.service-plan .row {
    display: flex;
    flex-wrap: wrap;
}


/* =========================================
   SERVICE COLUMN
========================================= */

.service-plan .col-md-6 {
    margin-bottom: 25px;
    display: flex;
}


/* =========================================
   SERVICE CARD
========================================= */

.service-plan .single-box {
    width: 100%;
    min-height: 0;
    height:220px;
    background: #ffffff;
    border: 1px solid #dcecef;
    border-radius: 14px;
    padding: 28px 28px;
    display: flex;
    align-items: flex-start;
    gap: 16px;
    box-shadow: 0 4px 15px rgba(15, 45, 60, 0.05);
    transition: all 0.3s ease;
}


/* Hover Effect */

.service-plan .single-box:hover {
    transform: translateY(-5px);

    border-color: #b9dce3;

    box-shadow:
        0 12px 30px rgba(15, 45, 60, 0.10);
}


/* =========================================
   ICON
========================================= */

.service-plan .icon-holder {
    width: 66px;
    min-width: 66px;
    height: 66px;

    border-radius: 15px;

    background: #f4fafb;

    border: 1px solid #dcecef;

    display: flex;
    align-items: center;
    justify-content: center;

    transition: all 0.3s ease;
}


/* Icon Image */

.service-plan .icon-holder img {
    width: 42px;
    height: 42px;
    filter: brightness(0) saturate(100%) invert(44%) sepia(30%) saturate(1000%) hue-rotate(145deg) brightness(90%) contrast(90%);
    object-fit: contain;
}






/* Hover par image white */
.service-plan .single-box:hover .icon-holder img {
    filter: brightness(0) invert(1);
}
/* Flaticon */

.service-plan .icon-holder span {
    font-size: 30px;
    color: var(--teal);
}


/* Icon Hover */

.service-plan .single-box:hover .icon-holder {
    background: teal;
    border-color: #b9dce3;
}

/* Font icon */
.service-plan .single-box:hover .icon-holder span {
    color: #fff;
}

/* Image icon */
.service-plan .single-box:hover .icon-holder img {
    filter: brightness(0) invert(1);
}


/* =========================================
   SERVICE CONTENT
========================================= */

.service-plan .text-box {
    margin: 0;
    padding: 0;
    flex: 1;
}


/* Heading */

.service-plan .single-box .text-box h3 {
    color: var(--heading);

    font-size: 19px;
    font-weight: 700;

    line-height: 1.4;

    margin: 0 0 8px;
}


/* Description */

.service-plan .single-box .text-box p {
    color: #71808a;

    font-size: 14px;

    line-height: 1.75;

    margin: 0;

    text-align: left;
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .service-plan {
        margin-top: 35px;
    }

    .service-plan .sec-title h1 {
        font-size: 28px;
    }

    .service-plan .col-md-6 {
        width: 100%;
        margin-bottom: 20px;
    }

    .service-plan .single-box {
        min-height: auto;

        padding: 22px 20px;

        gap: 15px;
    }

    .service-plan .icon-holder {
        width: 58px;
        min-width: 58px;
        height: 58px;
    }

    .service-plan .icon-holder img {
        width: 36px;
        height: 36px;
    }

    .service-plan .icon-holder span {
        font-size: 26px;
    }

    .service-plan .single-box .text-box h3 {
        font-size: 17px;
    }

    .service-plan .single-box .text-box p {
        font-size: 13px;
        line-height: 1.65;
    }
}


/* =========================================
   VERY SMALL MOBILE
========================================= */

@media (max-width: 480px) {

    .service-plan .single-box {
        padding: 20px 16px;
        gap: 13px;
    }

    .service-plan .icon-holder {
        width: 52px;
        min-width: 52px;
        height: 52px;
        border-radius: 12px;
    }

    .service-plan .icon-holder img {
        width: 32px;
        height: 32px;
    }

    .service-plan .single-box .text-box h3 {
        font-size: 16px;
    }

    .service-plan .single-box .text-box p {
        font-size: 12.5px;
    }
}
/* =========================================
   LEFT SIDEBAR
========================================= */

.departments-sidebar {
    padding-right: 5px;
}

.modern-sidebar-card {
    background: var(--white);
    border: 1px solid var(--border);
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(15, 45, 60, 0.06);
}

/* Sidebar Header */

.sidebar-title {
    background: var(--dark);
    padding: 22px 22px 20px;
    position: relative;
}

.sidebar-title h3 {
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    margin: 0;
}

.sidebar-title:after {
    content: "";
    display: block;
    width: 30px;
    height: 2px;
    background: var(--teal);
    margin-top: 9px;
}

/* Department List */

.modern-departments {
    margin: 0;
    padding: 0;
    list-style: none;
}

.modern-departments li {
    border-bottom: 1px solid var(--border);
}

.modern-departments li:last-child {
    border-bottom: 0;
}

.modern-departments li a {
    display: flex;
    align-items: center;
    gap: 9px;
    padding: 17px 18px;
    color: #253b49;
    font-size: 14px;
    text-decoration: none;
    line-height: 1.5;
    transition: all 0.25s ease;
}

.modern-departments li a i {
    font-size: 11px;
    color: var(--teal);
}

.modern-departments li:hover a {
    background: #f1fafb;
    color: var(--teal);
    padding-left: 22px;
}

.modern-departments li.active a {
    background: var(--teal);
    color: #fff;
}

.modern-departments li.active a i {
    color: #fff;
}

/* =========================================
   OPENING HOURS
========================================= */

.modern-opening {
    margin: 0;
    padding: 17px 20px;
    list-style: none;
}

.modern-opening li {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding: 14px 0;
    border-bottom: 1px dashed #dce7eb;
    color: #71808a;
    font-size: 13px;
}

.modern-opening li:last-child {
    border-bottom: 0;
}

.modern-opening strong {
    color: var(--teal);
    font-weight: 700;
    white-space: nowrap;
}

/* =========================================
   QUICK CONTACT
========================================= */

.modern-contact {
    padding: 10px 20px 15px;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 13px;
    padding: 15px 0;
    border-bottom: 1px solid #e3ecef;
}

.contact-item:last-child {
    border-bottom: 0;
}

.contact-icon {
    width: 40px;
    min-width: 40px;
    height: 40px;
    border-radius: 11px;
    background: #f3fafb;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--teal);
    border: 1px solid #e0eef1;
}

.contact-icon i {
    font-size: 17px;
}

.contact-text p {
    margin: 0;
    color: #52616b;
    font-size: 13px;
    line-height: 1.6;
    word-break: break-word;
}

/* =========================================
   RESPONSIVE
========================================= */

@media (max-width: 1199px) {

    .department-images-row {
        gap: 10px;
    }

    .department-image {
        height: 175px;
    }
}

@media (max-width: 991px) {

    #departments-single-area {
        padding: 50px 0;
    }

    #departments-single-area .col-lg-9 {
        padding-left: 15px;
    }

    .department-images-row {
        grid-template-columns: repeat(5, 1fr);
    }

    .department-image {
        height: 150px;
    }

    .departments-sidebar {
        margin-top: 40px;
        padding-right: 0;
    }
}

@media (max-width: 767px) {

    #departments-single-area {
        padding: 40px 15px;
    }

    .department-images-row {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }

    .department-image {
        height: 180px;
    }

    .service-plan .single-box {
        padding: 22px 18px;
    }

    .service-plan .single-box .text-box h3 {
        font-size: 17px;
    }
}

@media (max-width: 480px) {

    .department-images-row {
        grid-template-columns: 1fr 1fr;
    }

    .department-image {
        height: 145px;
    }

    .service-plan .single-box {
        flex-direction: column;
    }
}


/* =========================================
   MODERN APPOINTMENT CTA
========================================= */

.modern-cta {
    padding: 35px 0;

    background: var(--dark-navy);
}


.cta-inner {
    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 30px;

    padding: 32px 40px;

    background:
        linear-gradient(
            120deg,
            var(--dark-navy),
            var(--deep-blue)
        );

    border: 1px solid rgba(255, 255, 255, 0.08);

    border-radius: 18px;

    overflow: hidden;
}


/* Teal glow */

.cta-inner::after {
    content: "";

    position: absolute;

    width: 180px;
    height: 180px;

    right: -70px;
    top: -90px;

    background: var(--teal);

    opacity: 0.12;

    border-radius: 50%;
}


/* =========================================
   CONTENT
========================================= */

.cta-content {
    position: relative;

    z-index: 2;

    max-width: 700px;
}


.cta-label {
    display: block;

    margin-bottom: 7px;

    color: var(--teal);

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2.5px;
}


.cta-content h2 {
    margin: 0 0 8px;

    color: var(--white);

    font-size: 27px;

    font-weight: 600;

    line-height: 1.3;
}


.cta-content h2 strong {
    color: var(--teal);

    font-weight: 700;
}


.cta-content p {
    margin: 0;

    max-width: 600px;

    color: rgba(255,255,255,0.68);

    font-size: 13px;

    line-height: 1.6;
}


/* =========================================
   BUTTON
========================================= */

.cta-action {
    position: relative;

    z-index: 2;

    flex-shrink: 0;
}


.cta-btn {
    display: inline-flex;

    align-items: center;

    gap: 12px;

    padding: 13px 22px;

    background: var(--teal);

    color: var(--white) !important;

    border: 1px solid var(--teal);

    border-radius: 8px;

    font-size: 13px;

    font-weight: 600;

    text-decoration: none !important;

    transition: all 0.3s ease;
}


.cta-btn i {
    font-size: 12px;

    transition: transform 0.3s ease;
}


.cta-btn:hover {
    background: var(--medical-blue);

    border-color: var(--medical-blue);

    transform: translateY(-2px);
}


.cta-btn:hover i {
    transform: translateX(4px);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 767px) {

    .modern-cta {
        padding: 25px 0;
    }

    .cta-inner {
        flex-direction: column;

        align-items: flex-start;

        padding: 28px 24px;

        gap: 20px;
    }

    .cta-content h2 {
        font-size: 23px;
    }

    .cta-content p {
        font-size: 12px;
    }

    .cta-action {
        width: 100%;
    }

    .cta-btn {
        justify-content: center;

        width: 100%;
    }
}