/* =========================================
   SHRINATH HOSPITAL
   MODERN WEBSITE THEME
   ========================================= */
/***************************************************************************************************************
||||||||||||||||||||||||||       MASTER STYLESHEET FOR HOSPITALS        |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
||||||||||||||||||||||||||                TABLE OF CONTENT               |||||||||||||||||||||||||||||||||||||||
****************************************************************************************************************
****************************************************************************************************************

01. Imported styles
02. Flaticon reset styles
03. Header styles
04. Mainmenu styles
05. Rev_slider_wrapper styles
66. Call to action area Style
07. Categories area style
08. Fact counter area style
09. Latest Blog area style
10. Latest blog area style 
11. Testimonial area style
12. Brand area style
13. Single service style
14. Pricing table area style
15. About page style
16. Account page style
17. 404 page style style
18. Blog page style
19. Blog single style
20. Team page style
21. Shop page style style
22. Shop with sidebar Style
23. Shop single Style
24. Cart page style style
25. Contact page style

****************************************************************************************************************
||||||||||||||||||||||||||||            End TABLE OF CONTENT                ||||||||||||||||||||||||||||||||||||
****************************************************************************************************************/


/* 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);
}

/* Footer */
footer {
    background: var(--dark);
    color: var(--white);
}

/* =========================================
   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;
    }
}


/* =========================================
   MODERN HERO
========================================= */

.modern-hero {
    position: relative;
    width: 100%;
    height: 650px;
    overflow: hidden;
}


/* =========================================
   VIDEO
========================================= */

.hero-video {
    position: absolute;
    top: 50%;
    left: 50%;

    width: 100%;
    height: 100%;

    transform: translate(-50%, -50%);

    object-fit: cover;
    object-position: center center;

    z-index: 0;
}


/* =========================================
   OVERLAY
========================================= */

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

    background: linear-gradient(
        90deg,
        rgba(13, 27, 42, 0.40) 0%,
        rgba(13, 27, 42, 0.25) 40%,
        rgba(23, 107, 135, 0.12) 100%
    );

    z-index: 1;
}


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

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

    width: 100%;
    height: 100%;

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 30px;

    display: flex;
    align-items: center;
}


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

.hero-text {
    max-width: 650px;
}

.hero-small-title {
    display: inline-block;

    margin-bottom: 15px;

    color: #2A9D8F;

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

    letter-spacing: 2px;
}

.hero-text h1 {
    margin: 0 0 18px;

    color: #FFFFFF;

    font-size: 52px;
    line-height: 1.15;
    font-weight: 700;
}

.hero-text h1 span {
    color: #2A9D8F;
}

.hero-text p {
    max-width: 580px;

    margin: 0 0 28px;

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

    font-size: 16px;
    line-height: 1.7;
}


/* =========================================
   BUTTONS
========================================= */

.hero-buttons {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.hero-btn {
    display: inline-flex;

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

    padding: 13px 23px;

    min-width: 165px;

    border-radius: 5px;

    font-size: 14px;
    font-weight: 600;

    text-decoration: none;

    transition: 0.3s ease;
}

.primary-btn {
    background: #176B87;
    color: #FFFFFF;
}

.primary-btn:hover {
    background: #2A9D8F;
    color: #FFFFFF;
}

.secondary-btn {
    background: transparent;

    color: #FFFFFF;

    border: 1px solid rgba(255,255,255,0.7);
}

.secondary-btn:hover {
    background: #2A9D8F;
    border-color: #2A9D8F;
    color: #FFFFFF;
}


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

@media (max-width: 991px) {

    .modern-hero {
        height: 560px;
    }

    .hero-content {
        padding: 0 25px;
    }

    .hero-text {
        max-width: 560px;
    }

    .hero-text h1 {
        font-size: 42px;
    }

    .hero-text p {
        font-size: 15px;
    }
}


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

@media (max-width: 767px) {

    .modern-hero {
        height: 520px;
    }

    .hero-video {
        object-position: center center;
    }

    .hero-overlay {
        background: rgba(13, 27, 42, 0.42);
    }

    .hero-content {
        justify-content: center;

        padding: 30px 20px;

        text-align: center;
    }

    .hero-text {
        max-width: 100%;
    }

    .hero-small-title {
        font-size: 10px;
        letter-spacing: 1.5px;
        margin-bottom: 12px;
    }

    .hero-text h1 {
        font-size: 32px;
        line-height: 1.2;
        margin-bottom: 15px;
    }

    .hero-text p {
        font-size: 14px;
        line-height: 1.6;
        margin-bottom: 22px;
    }

    .hero-buttons {
        justify-content: center;
    }

    .hero-btn {
        width: 100%;
        max-width: 240px;
        padding: 12px 18px;
    }
}


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

@media (max-width: 480px) {

    .modern-hero {
        height: 500px;
    }

    .hero-text h1 {
        font-size: 28px;
    }

    .hero-text p {
        font-size: 13px;
    }

    .hero-btn {
        max-width: 220px;
    }
}










/* =========================================================
   MODERN SHRINATH HOSPITALS
   SERVICES SECTION
========================================================= */


/* =========================================================
   SECTION
========================================================= */

.modern-services {
    padding: 80px 0;

    background: #F7FAFC;
}


/* =========================================================
   SECTION HEADING
========================================================= */

.services-heading {
    max-width: 750px;

    margin: 0 auto 45px;
}

.services-heading > span {
    display: inline-block;

    margin-bottom: 10px;

    color: #2A9D8F;

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

    letter-spacing: 2px;
}

.services-heading h2 {
    margin: 0 0 15px;

    color: #0D1B2A;

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

    line-height: 1.2;
}

.services-heading h2 strong {
    color: #176B87;

    font-weight: 700;
}

.services-heading p {
    max-width: 650px;

    margin: auto;

    color: #667085;

    font-size: 15px;

    line-height: 1.7;
}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.services-layout {
    display: flex;

    align-items: stretch;

    gap: 30px;

    width: 100%;
}


/* =========================================================
   LEFT SERVICE MENU
========================================================= */

.services-menu {
    flex: 0 0 350px;

    width: 350px;

    padding: 10px 0;
}


/* Remove Bootstrap Borders */

.modern-service-tabs {
    margin: 0;
    padding: 0;

    border: none;

    display: flex;

    flex-direction: column;

    gap: 10px;
}


/* Service Item */

.modern-service-tabs > li {
    float: none;

    width: 100%;

    margin: 0;

    padding: 0;

    list-style: none;
}


/* Service Link */

.modern-service-tabs > li > a {
    display: flex;

    align-items: center;

    width: 100%;

    min-height: 82px;

    margin: 0;

    padding: 10px 14px;

    background: #FFFFFF;

    border: 1px solid #E7EDF2 !important;

    border-radius: 10px;

    color: #0D1B2A;

    text-decoration: none;

    transition: all 0.3s ease;

    box-shadow: 0 3px 12px rgba(13, 27, 42, 0.04);
}


/* Hover */

.modern-service-tabs > li > a:hover {
    background: #FFFFFF;

    border-color: #2A9D8F !important;

    transform: translateX(4px);

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


/* =========================================================
   MENU IMAGE
========================================================= */

.service-menu-icon {
    flex: 0 0 62px;

    width: 62px;
    height: 62px;

    overflow: hidden;

    border-radius: 8px;

    margin-right: 14px;

    background: #EAF5F4;
}


.service-menu-icon img {
    display: block;

    width: 100%;
    height: 100%;

    object-fit: cover;

    transition: transform 0.4s ease;
}


.modern-service-tabs > li > a:hover
.service-menu-icon img {
    transform: scale(1.08);
}


/* =========================================================
   MENU TEXT
========================================================= */

.service-menu-text {
    flex: 1;

    min-width: 0;
}


.service-menu-text span {
    display: block;

    margin-bottom: 4px;

    color: #0D1B2A;

    font-size: 15px;

    font-weight: 700;

    line-height: 1.3;
}


.service-menu-text small {
    display: block;

    color: #7A8793;

    font-size: 11px;

    line-height: 1.3;
}


/* Arrow */

.modern-service-tabs > li > a > i {
    color: #A5AFB7;

    font-size: 18px;

    transition: all 0.3s ease;
}


.modern-service-tabs > li > a:hover > i {
    color: #2A9D8F;

    transform: translateX(3px);
}


/* =========================================================
   ACTIVE SERVICE
========================================================= */

.modern-service-tabs > li.active > a,
.modern-service-tabs > li.active > a:hover,
.modern-service-tabs > li.active > a:focus {
    background: #0D1B2A !important;

    border-color: #0D1B2A !important;

    color: #FFFFFF !important;

    box-shadow: 0 10px 25px rgba(13, 27, 42, 0.18);

    transform: translateX(5px);
}


.modern-service-tabs > li.active
.service-menu-text span {
    color: #FFFFFF;
}


.modern-service-tabs > li.active
.service-menu-text small {
    color: rgba(255,255,255,0.65);
}


.modern-service-tabs > li.active
.service-menu-icon {
    border: 2px solid #2A9D8F;
}


.modern-service-tabs > li.active
.service-menu-icon img {
    transform: scale(1.03);
}


.modern-service-tabs > li.active > a > i {
    color: #2A9D8F;

    transform: translateX(3px);
}


/* =========================================================
   RIGHT DETAILS
========================================================= */

.services-details {
    flex: 1;

    min-width: 0;
}


/* Bootstrap Tab Content */

.services-details .tab-content {
    height: 100%;
}


/* Tab Pane */

.services-details .tab-pane {
    height: 100%;
}


/* =========================================================
   DETAIL CARD
========================================================= */

.service-detail-content {
    display: flex;

    align-items: stretch;

    min-height: 530px;

    height: 100%;

    background: #FFFFFF;

    border-radius: 14px;

    overflow: hidden;

    border: 1px solid #E7EDF2;

    box-shadow: 0 8px 30px rgba(13, 27, 42, 0.07);
}


/* =========================================================
   DETAIL TEXT
========================================================= */

.service-detail-text {
    flex: 1;

    padding: 42px 38px;
}


.detail-label {
    display: inline-block;

    margin-bottom: 10px;

    color: #2A9D8F;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 1.5px;
}


.service-detail-text h2 {
    margin: 0 0 12px;

    color: #0D1B2A;

    font-size: 30px;

    font-weight: 700;

    line-height: 1.25;
}


.service-detail-text h2 small {
    display: block;

    margin-top: 5px;

    color: #176B87;

    font-size: 15px;

    font-weight: 600;
}


/* Line */

.detail-line {
    width: 50px;
    height: 3px;

    margin-bottom: 22px;

    background: #2A9D8F;

    border-radius: 10px;
}


/* Paragraph */

.service-detail-text p {
    margin: 0 0 16px;

    color: #667085;

    font-size: 14px;

    line-height: 1.8;
}


/* =========================================================
   SERVICE POINTS
========================================================= */

.service-points {
    margin: 22px 0;
}


.service-points div {
    display: flex;

    align-items: flex-start;

    margin-bottom: 10px;

    color: #4B5563;

    font-size: 13px;

    line-height: 1.5;
}


.service-points i {
    flex: 0 0 auto;

    width: 20px;
    height: 20px;

    margin-right: 8px;

    display: flex;

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

    background: #E8F5F3;

    border-radius: 50%;

    color: #2A9D8F;

    font-size: 10px;
}


/* =========================================================
   READ MORE BUTTON
========================================================= */

.modern-service-btn {
    display: inline-flex;

    align-items: center;

    gap: 10px;

    margin-top: 8px;

    padding: 12px 20px;

    background: #176B87;

    border-radius: 5px;

    color: #FFFFFF !important;

    font-size: 13px;

    font-weight: 600;

    text-decoration: none !important;

    transition: all 0.3s ease;
}


.modern-service-btn:hover {
    background: #2A9D8F;

    color: #FFFFFF !important;

    transform: translateY(-2px);
}


.modern-service-btn i {
    transition: transform 0.3s ease;
}


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


/* =========================================================
   DETAIL IMAGE
========================================================= */

.service-detail-image {
    flex: 0 0 42%;

    min-height: 530px;

    overflow: hidden;

    position: relative;
}


.service-detail-image::after {
    content: "";

    position: absolute;

    inset: 0;

    background: linear-gradient(
        90deg,
        rgba(13,27,42,0.08),
        transparent
    );

    pointer-events: none;
}


.service-detail-image img {
    display: block;

    width: 100%;
    height: 100%;

    min-height: 530px;

    object-fit: cover;

    object-position: center;

    transition: transform 0.5s ease;
}


.service-detail-content:hover
.service-detail-image img {
    transform: scale(1.03);
}


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

@media (max-width: 991px) {

    .modern-services {
        padding: 65px 0;
    }


    .services-heading h2 {
        font-size: 34px;
    }


    .services-layout {
        gap: 20px;
    }


    .services-menu {
        flex: 0 0 290px;

        width: 290px;
    }


    .service-menu-icon {
        flex: 0 0 55px;

        width: 55px;
        height: 55px;

        margin-right: 10px;
    }


    .service-menu-text span {
        font-size: 13px;
    }


    .service-menu-text small {
        font-size: 10px;
    }


    .service-detail-content {
        min-height: 500px;
    }


    .service-detail-text {
        padding: 32px 25px;
    }


    .service-detail-text h2 {
        font-size: 25px;
    }


    .service-detail-image {
        flex: 0 0 40%;

        min-height: 500px;
    }


    .service-detail-image img {
        min-height: 500px;
    }
}


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

@media (max-width: 767px) {

    .modern-services {
        padding: 50px 0;
    }


    .services-heading {
        margin-bottom: 30px;

        padding: 0 15px;
    }


    .services-heading h2 {
        font-size: 29px;
    }


    .services-heading p {
        font-size: 14px;
    }


    /* Stack Left + Right */

    .services-layout {
        display: block;
    }


    .services-menu {
        width: 100%;

        padding: 0;

        margin-bottom: 20px;
    }


    /* Two columns */

    .modern-service-tabs {
        display: grid;

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

        gap: 10px;
    }


    .modern-service-tabs > li > a {
        min-height: 75px;

        padding: 8px;
    }


    .service-menu-icon {
        flex: 0 0 48px;

        width: 48px;
        height: 48px;

        margin-right: 8px;
    }


    .service-menu-text span {
        font-size: 12px;
    }


    .service-menu-text small {
        display: none;
    }


    .modern-service-tabs > li > a > i {
        display: none;
    }


    .modern-service-tabs > li.active > a {
        transform: none;
    }


    .modern-service-tabs > li > a:hover {
        transform: translateY(-2px);
    }


    /* Detail */

    .service-detail-content {
        display: flex;

        flex-direction: column;

        min-height: auto;
    }


    .service-detail-text {
        order: 2;

        padding: 28px 22px;
    }


    .service-detail-image {
        order: 1;

        width: 100%;

        height: 250px;

        min-height: 250px;

        flex: none;
    }


    .service-detail-image img {
        width: 100%;

        height: 250px;

        min-height: 250px;
    }


    .service-detail-text h2 {
        font-size: 25px;
    }


    .service-detail-text p {
        font-size: 13px;
    }
}


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

@media (max-width: 480px) {

    .modern-services {
        padding: 40px 0;
    }


    .services-heading h2 {
        font-size: 25px;
    }


    .services-heading > span {
        font-size: 11px;
    }


    .modern-service-tabs {
        grid-template-columns: repeat(2, 1fr);
    }


    .modern-service-tabs > li > a {
        min-height: 68px;

        padding: 6px;
    }


    .service-menu-icon {
        flex: 0 0 42px;

        width: 42px;
        height: 42px;

        margin-right: 7px;
    }


    .service-menu-text span {
        font-size: 11px;
    }


    .service-detail-image {
        height: 210px;

        min-height: 210px;
    }


    .service-detail-image img {
        height: 210px;

        min-height: 210px;
    }


    .service-detail-text {
        padding: 24px 18px;
    }


    .service-detail-text h2 {
        font-size: 22px;
    }


    .modern-service-btn {
        padding: 11px 17px;

        font-size: 12px;
    }
}

/* =========================================================
   MODERN STATISTICS / FACT COUNTER
========================================================= */

.modern-stats {
    position: relative;
    padding: 60px 0;

    background:
        linear-gradient(
            135deg,
            #0D1B2A 0%,
            #123247 55%,
            #176B87 100%
        );

    overflow: hidden;
}


/* =========================================================
   DECORATIVE BACKGROUND
========================================================= */

.modern-stats::before {
    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    top: -180px;
    right: -100px;

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

    border-radius: 50%;

    pointer-events: none;
}


.modern-stats::after {
    content: "";

    position: absolute;

    width: 250px;
    height: 250px;

    bottom: -150px;
    left: -80px;

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

    border-radius: 50%;

    pointer-events: none;
}


/* =========================================================
   HEADING
========================================================= */

.stats-heading {
    position: relative;

    z-index: 2;

    max-width: 720px;

    margin: 0 auto 35px;

    text-align: center;
}


.stats-heading span {
    display: inline-block;

    margin-bottom: 8px;

    color: #2A9D8F;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}


.stats-heading h2 {
    margin: 0 0 12px;

    color: #FFFFFF;

    font-size: 34px;

    font-weight: 700;

    line-height: 1.2;
}


.stats-heading h2 strong {
    color: #2A9D8F;

    font-weight: 700;
}


.stats-heading p {
    max-width: 620px;

    margin: 0 auto;

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

    font-size: 14px;

    line-height: 1.6;
}


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

.modern-stats-grid {
    position: relative;

    z-index: 2;

    display: grid;

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

    gap: 20px;

    max-width: 1000px;

    margin: 0 auto;
}


/* =========================================================
   STAT CARD
========================================================= */

.modern-stat-card {
    padding: 25px 20px;

    text-align: center;

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

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

    border-radius: 12px;

    backdrop-filter: blur(8px);

    -webkit-backdrop-filter: blur(8px);

    transition: all 0.3s ease;
}


/* Card Hover */

.modern-stat-card:hover {
    transform: translateY(-6px);

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

    border-color: rgba(42, 157, 143, 0.6);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.18);
}


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

.stat-icon {
    display: flex;

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

    width: 55px;
    height: 55px;

    margin: 0 auto 14px;

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

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

    border-radius: 50%;

    color: #2A9D8F;

    font-size: 21px;

    transition: all 0.3s ease;
}


/* Icon Hover */

.modern-stat-card:hover .stat-icon {
    background: #2A9D8F;

    border-color: #2A9D8F;

    color: #FFFFFF;

    transform: scale(1.05);
}


/* =========================================================
   NUMBER
========================================================= */

.stat-number {
    margin-bottom: 7px;

    color: #FFFFFF;

    font-size: 40px;

    font-weight: 700;

    line-height: 1;
}


.stat-number sup {
    position: relative;

    top: -12px;

    margin-left: 3px;

    color: #2A9D8F;

    font-size: 19px;

    font-weight: 700;
}


/* =========================================================
   CARD TITLE
========================================================= */

.modern-stat-card h3 {
    margin: 0;

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

    font-size: 13px;

    font-weight: 500;

    line-height: 1.5;
}


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

@media (max-width: 991px) {

    .modern-stats {
        padding: 55px 0;
    }


    .stats-heading {
        margin-bottom: 30px;
    }


    .stats-heading h2 {
        font-size: 31px;
    }


    .stats-heading p {
        font-size: 14px;
    }


    .modern-stats-grid {
        gap: 15px;

        padding: 0 15px;
    }


    .modern-stat-card {
        padding: 23px 15px;
    }


    .stat-icon {
        width: 52px;
        height: 52px;

        font-size: 20px;
    }


    .stat-number {
        font-size: 36px;
    }


    .modern-stat-card h3 {
        font-size: 12px;
    }
}


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

@media (max-width: 767px) {

    .modern-stats {
        padding: 50px 0;
    }


    .stats-heading {
        padding: 0 20px;

        margin-bottom: 28px;
    }


    .stats-heading span {
        font-size: 11px;

        letter-spacing: 1.5px;
    }


    .stats-heading h2 {
        font-size: 27px;

        line-height: 1.25;
    }


    .stats-heading p {
        font-size: 13px;

        line-height: 1.6;
    }


    .modern-stats-grid {
        grid-template-columns: 1fr;

        gap: 12px;

        padding: 0 20px;
    }


    .modern-stat-card {
        padding: 22px 18px;

        width: 100%;
    }


    .stat-icon {
        width: 50px;
        height: 50px;

        margin-bottom: 12px;

        font-size: 19px;
    }


    .stat-number {
        font-size: 36px;
    }


    .stat-number sup {
        top: -10px;

        font-size: 17px;
    }


    .modern-stat-card h3 {
        font-size: 13px;
    }
}


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

@media (max-width: 480px) {

    .modern-stats {
        padding: 45px 0;
    }


    .stats-heading {
        padding: 0 15px;
    }


    .stats-heading h2 {
        font-size: 24px;
    }


    .stats-heading p {
        font-size: 12px;
    }


    .modern-stats-grid {
        padding: 0 15px;
    }


    .modern-stat-card {
        padding: 20px 15px;
    }


    .stat-icon {
        width: 48px;
        height: 48px;

        font-size: 18px;
    }


    .stat-number {
        font-size: 34px;
    }


    .modern-stat-card h3 {
        font-size: 12px;
    }
}


/* =========================================================
   MODERN FACILITIES + APPOINTMENT
   SHRINATH HOSPITALS
========================================================= */


/* =========================================================
   SECTION
========================================================= */

.modern-facilities-section {

    position: relative;

    width: 100%;

    padding: 75px 0;

    background: #F5F9FA;

    overflow: hidden;
}


/* =========================================================
   CONTAINER
========================================================= */

.modern-section-container {

    width: 100%;

    max-width: 1200px;

    margin: 0 auto;

    padding: 0 20px;

}


/* =========================================================
   MAIN LAYOUT
========================================================= */

.modern-facilities-layout {

    display: grid;

    grid-template-columns: 60% 40%;

    align-items: stretch;

}


/* =========================================================
   FACILITIES
========================================================= */

.modern-facilities {

    padding-right: 35px;

}


/* =========================================================
   SECTION HEADING
========================================================= */

.modern-section-heading {

    margin-bottom: 30px;

}


.modern-small-title {

    display: inline-block;

    margin-bottom: 8px;

    color: #2A9D8F;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

}


.modern-section-heading h2 {

    margin: 0 0 12px;

    color: #0D1B2A;

    font-size: 34px;

    font-weight: 700;

    line-height: 1.2;

}


.modern-section-heading h2 span {

    color: #176B87;

}


.modern-section-heading p {

    max-width: 650px;

    margin: 0;

    color: #667781;

    font-size: 14px;

    line-height: 1.7;

}


/* =========================================================
   SLIDER WRAPPER
========================================================= */

.facilities-slider-wrapper {

    position: relative;

    width: 100%;

}


/* =========================================================
   SLIDER
========================================================= */

.facilities-slider {

    position: relative;

    width: 100%;

    min-height: 355px;

    overflow: hidden;

}


.facility-slide {

    display: none;

    width: 100%;

    animation: facilityFade 0.5s ease;

}


.facility-slide.active {

    display: block;

}


@keyframes facilityFade {

    from {

        opacity: 0;

        transform: translateX(15px);

    }

    to {

        opacity: 1;

        transform: translateX(0);

    }

}


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

.facility-grid {

    display: grid;

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

    gap: 18px;

}


/* =========================================================
   FACILITY CARD
========================================================= */

.facility-card {

    min-height: 165px;

    padding: 22px;

    display: flex;

    align-items: flex-start;

    gap: 16px;

    background: #FFFFFF;

    border: 1px solid #E5EEF1;

    border-radius: 12px;

    box-shadow: 0 5px 18px rgba(13, 27, 42, 0.06);

    transition: all 0.3s ease;

}


.facility-card:hover {

    transform: translateY(-5px);

    border-color: rgba(42, 157, 143, 0.45);

    box-shadow: 0 12px 28px rgba(13, 27, 42, 0.10);

}


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

.facility-icon {
    flex-shrink: 0;

    width: 58px;
    height: 58px;

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

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

    border-radius: 12px;

    transition: all 0.3s ease;
}


/* Normal Image Color → Teal */

.facility-icon img {
    width: 38px;
    height: 38px;

    object-fit: contain;

    filter: brightness(0) saturate(100%)
            invert(48%)
            sepia(38%)
            saturate(700%)
            hue-rotate(125deg)
            brightness(88%)
            contrast(90%);

    transition: all 0.3s ease;
}


/* Hover Icon Background */

.facility-card:hover .facility-icon {
    background: #2A9D8F;
}


/* Hover Image → White */

.facility-card:hover .facility-icon img {
    filter: brightness(0) invert(1);
}

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

.facility-content {

    flex: 1;

}


.facility-content h3 {

    margin: 0 0 8px;

    color: #0D1B2A;

    font-size: 16px;

    font-weight: 700;

    line-height: 1.35;

}


.facility-content p {

    margin: 0;

    color: #6B7C85;

    font-size: 12px;

    line-height: 1.65;

}


/* =========================================================
   SLIDER ARROWS
========================================================= */

.facility-arrow {

    position: absolute;

    top: 50%;

    z-index: 5;

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    border: none;

    border-radius: 50%;

    background: #176B87;

    color: #FFFFFF;

    font-size: 18px;

    cursor: pointer;

    transform: translateY(-50%);

    opacity: 0;

    transition: all 0.3s ease;

}


.facilities-slider-wrapper:hover .facility-arrow {

    opacity: 1;

}


.facility-arrow:hover {

    background: #2A9D8F;

    transform: translateY(-50%) scale(1.08);

}


.facility-prev {

    left: -18px;

}


.facility-next {

    right: -18px;

}


/* =========================================================
   DOTS
========================================================= */

.facility-dots {

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 8px;

    margin-top: 22px;

}


.facility-dot {

    width: 8px;

    height: 8px;

    padding: 0;

    border: none;

    border-radius: 50%;

    background: #C7D7DC;

    cursor: pointer;

    transition: all 0.3s ease;

}


.facility-dot.active {

    width: 25px;

    border-radius: 10px;

    background: #2A9D8F;

}


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

.modern-appointment {

    padding-left: 25px;

}


.appointment-card {

    height: 100%;

    padding: 35px;

    background: #FFFFFF;

    border-radius: 14px;

    border: 1px solid #E3ECEF;

    box-shadow:
        0 12px 35px rgba(13, 27, 42, 0.08);

}


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

.appointment-heading {

    margin-bottom: 25px;

}


.appointment-heading span {

    display: block;

    margin-bottom: 7px;

    color: #2A9D8F;

    font-size: 11px;

    font-weight: 700;

    letter-spacing: 2px;

}


.appointment-heading h2 {

    margin: 0 0 10px;

    color: #0D1B2A;

    font-size: 28px;

    font-weight: 700;

    line-height: 1.2;

}


.appointment-heading h2 strong {

    color: #176B87;

}


.appointment-heading p {

    margin: 0;

    color: #71818A;

    font-size: 13px;

    line-height: 1.6;

}


/* =========================================================
   INPUT GROUP
========================================================= */

.modern-input-group {

    margin-bottom: 17px;

}


.modern-input-group label {

    display: block;

    margin-bottom: 7px;

    color: #263B46;

    font-size: 12px;

    font-weight: 600;

}


/* =========================================================
   INPUT
========================================================= */

.modern-input {

    position: relative;

    width: 100%;

}


.modern-input > i {

    position: absolute;

    top: 50%;

    left: 14px;

    z-index: 2;

    color: #2A9D8F;

    font-size: 14px;

    transform: translateY(-50%);

}


.modern-input input,

.modern-input select {

    width: 100%;

    height: 48px;

    padding: 0 15px 0 42px;

    border: 1px solid #DCE7EA;

    border-radius: 7px;

    outline: none;

    background: #F9FBFC;

    color: #263B46;

    font-size: 13px;

    transition: all 0.3s ease;

}


.modern-input select {

    cursor: pointer;

    appearance: auto;

}


.modern-input input::placeholder {

    color: #A5B1B6;

}


.modern-input input:focus,

.modern-input select:focus {

    border-color: #2A9D8F;

    background: #FFFFFF;

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

}


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

.appointment-submit {

    width: 100%;

    height: 48px;

    margin-top: 5px;

    border: none;

    border-radius: 7px;

    background: #176B87;

    color: #FFFFFF;

    font-size: 13px;

    font-weight: 600;

    cursor: pointer;

    transition: all 0.3s ease;

}


.appointment-submit i {

    margin-left: 8px;

    transition: transform 0.3s ease;

}


.appointment-submit:hover {

    background: #2A9D8F;

    transform: translateY(-2px);

    box-shadow:
        0 8px 18px rgba(23, 107, 135, 0.20);

}


.appointment-submit:hover i {

    transform: translateX(4px);

}


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

@media (max-width: 991px) {

    .modern-facilities-section {

        padding: 60px 0;

    }


    .modern-facilities-layout {

        grid-template-columns: 55% 45%;

    }


    .modern-facilities {

        padding-right: 20px;

    }


    .modern-appointment {

        padding-left: 15px;

    }


    .appointment-card {

        padding: 25px;

    }


    .facility-card {

        min-height: 175px;

        padding: 17px;

        gap: 12px;

    }


    .facility-icon {

        width: 50px;

        height: 50px;

    }


    .facility-icon img {

        width: 32px;

        height: 32px;

    }


    .facility-content h3 {

        font-size: 14px;

    }


    .facility-content p {

        font-size: 11px;

    }


    .modern-section-heading h2 {

        font-size: 30px;

    }

}


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

@media (max-width: 767px) {

    .modern-facilities-section {

        padding: 50px 0;

    }


    .modern-section-container {

        padding: 0 15px;

    }


    .modern-facilities-layout {

        display: block;

    }


    .modern-facilities {

        padding-right: 0;

        margin-bottom: 35px;

    }


    .modern-appointment {

        padding-left: 0;

    }


    .modern-section-heading {

        text-align: center;

        margin-bottom: 25px;

    }


    .modern-section-heading p {

        margin: 0 auto;

    }


    .modern-section-heading h2 {

        font-size: 27px;

    }


    .facilities-slider {

        min-height: auto;

    }


    .facility-grid {

        grid-template-columns: 1fr;

        gap: 12px;

    }


    .facility-card {

        min-height: auto;

        padding: 18px;

    }


    .facility-content h3 {

        font-size: 15px;

    }


    .facility-content p {

        font-size: 12px;

    }


    .facility-arrow {

        width: 34px;

        height: 34px;

        opacity: 1;

        font-size: 16px;

    }


    .facility-prev {

        left: 5px;

    }


    .facility-next {

        right: 5px;

    }


    .facility-dots {

        margin-top: 18px;

    }


    .appointment-card {

        padding: 25px 20px;

    }


    .appointment-heading h2 {

        font-size: 25px;

    }

}


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

@media (max-width: 480px) {

    .modern-facilities-section {

        padding: 40px 0;

    }


    .modern-section-heading h2 {

        font-size: 24px;

    }


    .modern-small-title {

        font-size: 10px;

    }


    .facility-card {

        padding: 15px;

    }


    .facility-icon {

        width: 46px;

        height: 46px;

    }


    .facility-icon img {

        width: 29px;

        height: 29px;

    }


    .facility-content h3 {

        font-size: 14px;

    }


    .facility-content p {

        font-size: 11px;

    }


    .appointment-card {

        padding: 22px 17px;

    }

}


/* =========================================================
   MODERN TRUST & AWARDS SECTION
========================================================= */

.modern-trust-section {
    position: relative;

    padding: 90px 0;

    background: #F7FAFC;

    overflow: hidden;
}


/* Decorative Circle */

.modern-trust-section::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    right: -220px;
    top: -180px;

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

    border-radius: 50%;

    pointer-events: none;
}


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

.modern-trust-grid {

    position: relative;

    z-index: 2;

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 70px;

    align-items: center;
}


/* =========================================================
   COMMON LABEL
========================================================= */

.trust-label {

    display: inline-block;

    margin-bottom: 12px;

    color: #2A9D8F;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2px;

    text-transform: uppercase;
}


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

.trust-content h2 {

    margin: 0 0 20px;

    color: #0D1B2A;

    font-size: 42px;

    font-weight: 700;

    line-height: 1.2;
}


.trust-content h2 span {

    color: #176B87;
}


.trust-content > p {

    margin-bottom: 16px;

    color: #64748B;

    font-size: 15px;

    line-height: 1.8;
}


.trust-content .trust-intro {

    color: #475569;

    font-size: 16px;

    line-height: 1.8;
}


/* =========================================================
   FEATURES
========================================================= */

.trust-features {

    margin-top: 30px;

    display: grid;

    gap: 15px;
}


.trust-feature {

    display: flex;

    align-items: center;

    gap: 15px;

    padding: 15px 18px;

    background: #FFFFFF;

    border: 1px solid #E5EAF0;

    border-radius: 10px;

    transition: all 0.3s ease;
}


.trust-feature:hover {

    transform: translateX(5px);

    border-color: rgba(42, 157, 143, 0.4);

    box-shadow: 0 8px 25px rgba(13, 27, 42, 0.08);
}


/* Feature Icon */

.trust-feature-icon {

    flex-shrink: 0;

    width: 48px;
    height: 48px;

    display: flex;

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

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

    border-radius: 10px;

    color: #2A9D8F;

    font-size: 20px;
}


.trust-feature h4 {

    margin: 0 0 4px;

    color: #0D1B2A;

    font-size: 15px;

    font-weight: 700;
}


.trust-feature p {

    margin: 0;

    color: #718096;

    font-size: 12px;

    line-height: 1.5;
}


/* =========================================================
   AWARDS SECTION
========================================================= */

.awards-heading {

    margin-bottom: 25px;
}


.awards-heading h2 {

    margin: 0 0 10px;

    color: #0D1B2A;

    font-size: 34px;

    font-weight: 700;
}


.awards-heading h2 span {

    color: #176B87;
}


.awards-heading p {

    margin: 0;

    color: #718096;

    font-size: 14px;

    line-height: 1.7;
}


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

.awards-grid {

    display: grid;

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

    gap: 18px;
}


/* =========================================================
   AWARD CARD
========================================================= */

.modern-award-card {

    position: relative;

    padding: 18px;

    background: #FFFFFF;

    border: 1px solid #E5EAF0;

    border-radius: 12px;

    box-shadow: 0 5px 20px rgba(13, 27, 42, 0.05);

    overflow: hidden;

    transition: all 0.3s ease;
}


.modern-award-card:hover {

    transform: translateY(-6px);

    border-color: rgba(42, 157, 143, 0.45);

    box-shadow: 0 15px 35px rgba(13, 27, 42, 0.10);
}


/* =========================================================
   AWARD IMAGE
========================================================= */

.award-image {

    height: 115px;

    display: flex;

    align-items: center;

    justify-content: center;

    margin-bottom: 12px;

    background:Teal;

    border-radius: 8px;

    overflow: hidden;
}


.award-image img {

    max-width: 85%;

    max-height: 90px;

    width: auto;

    height: auto;

    object-fit: contain;

    transition: transform 0.3s ease;
}


.modern-award-card:hover .award-image img {

    transform: scale(1.06);
}


/* =========================================================
   AWARD TEXT
========================================================= */

.award-content span {

    display: block;

    margin-bottom: 4px;

    color: #2A9D8F;

    font-size: 10px;

    font-weight: 700;

    letter-spacing: 1px;

    text-transform: uppercase;
}


.award-content h4 {

    margin: 0;

    color: #0D1B2A;

    font-size: 14px;

    font-weight: 600;
}


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

@media (max-width: 991px) {

    .modern-trust-section {

        padding: 70px 0;
    }


    .modern-trust-grid {

        grid-template-columns: 1fr;

        gap: 50px;
    }


    .trust-content h2 {

        font-size: 36px;
    }


    .awards-heading h2 {

        font-size: 30px;
    }

}


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

@media (max-width: 767px) {

    .modern-trust-section {

        padding: 55px 20px;
    }


    .modern-trust-grid {

        gap: 40px;
    }


    .trust-content h2 {

        font-size: 30px;
    }


    .trust-content > p {

        font-size: 14px;
    }


    .trust-feature {

        padding: 13px;
    }


    .awards-grid {

        grid-template-columns: 1fr 1fr;

        gap: 12px;
    }


    .modern-award-card {

        padding: 12px;
    }


    .award-image {

        height: 95px;
    }


    .award-image img {

        max-height: 75px;
    }

}


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

@media (max-width: 480px) {

    .modern-trust-section {

        padding: 45px 15px;
    }


    .trust-content h2 {

        font-size: 27px;
    }


    .awards-grid {

        grid-template-columns: 1fr;
    }


    .modern-award-card {

        display: flex;

        align-items: center;

        gap: 15px;
    }


    .award-image {

        width: 100px;

        min-width: 100px;

        height: 80px;

        margin: 0;
    }


    .award-image img {

        max-width: 85%;

        max-height: 65px;
    }

}



/* =========================================================
   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;
    }

}




/*------------------------------------------------------------------------------------------------------------
                                        MODERN RESPONSIVE About Page CSS
-------------------------------------------------------------------------------------------------------------*/

/* =========================================================
   MODERN BREADCRUMB
========================================================= */

.modern-breadcrumb {
    position: relative;

    min-height: 280px;

    display: flex;
    align-items: center;

    background-image: url("../images/hbg.jpg");
    background-size: cover;
    background-position: center;

    overflow: hidden;
}


/* Overlay */

.breadcrumb-overlay {
    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 100%;

    background:
        linear-gradient(
            90deg,
            rgba(13, 27, 42, 0.88) 0%,
            rgba(13, 27, 42, 0.72) 55%,
            rgba(23, 107, 135, 0.55) 100%
        );

    z-index: 1;
}


/* Content */

.breadcrumb-content {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 2;

    padding: 45px 0;
}


/* Small Title */

.breadcrumb-small-title {
    display: inline-block;

    margin-bottom: 10px;

    color: #2A9D8F;

    font-size: 12px;

    font-weight: 700;

    letter-spacing: 2.5px;
}


/* Main Heading */

.breadcrumb-content h1 {
    margin: 0;

    color: #FFFFFF;

    font-size: 48px;

    font-weight: 700;

    line-height: 1.2;
}


/* Teal Line */

.breadcrumb-line {
    width: 55px;
    height: 4px;

    margin: 18px 0;

    background: #2A9D8F;

    border-radius: 5px;
}


/* Breadcrumb Navigation */

.breadcrumb-nav {
    display: flex;

    align-items: center;

    gap: 12px;

    margin: 0;
    padding: 0;

    list-style: none;
}


.breadcrumb-nav li {
    color: rgba(255, 255, 255, 0.75);

    font-size: 14px;
}


.breadcrumb-nav li a {
    color: #FFFFFF;

    text-decoration: none;

    transition: 0.3s ease;
}


.breadcrumb-nav li a:hover {
    color: #2A9D8F;
}


.breadcrumb-nav li i {
    color: #2A9D8F;

    font-size: 13px;
}


.breadcrumb-nav li.active {
    color: #2A9D8F;

    font-weight: 600;
}


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

@media (max-width: 991px) {

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

    .breadcrumb-content {
        padding: 40px 20px;
    }

    .breadcrumb-content h1 {
        font-size: 40px;
    }
}


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

@media (max-width: 767px) {

    .modern-breadcrumb {
        min-height: 210px;

        background-position: center;
    }

    .breadcrumb-content {
        padding: 35px 20px;
    }

    .breadcrumb-small-title {
        font-size: 10px;

        letter-spacing: 2px;
    }

    .breadcrumb-content h1 {
        font-size: 32px;
    }

    .breadcrumb-line {
        width: 45px;

        margin: 14px 0;
    }

    .breadcrumb-nav {
        gap: 8px;
    }

    .breadcrumb-nav li {
        font-size: 13px;
    }
}


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

@media (max-width: 480px) {

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

    .breadcrumb-content h1 {
        font-size: 28px;
    }

    .breadcrumb-content {
        padding: 30px 15px;
    }
}


.scroll-to-top {
    background: transparent;
    border: 2px solid #AE4A84;
    bottom: 25px;
    color: #AE4A84;
    cursor: pointer;
    display: none;
    font-weight: normal;
    height: 45px;
    line-height: 42px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 50px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top:hover {
    background: #AE4A84;
    color: #fff;
}


/*Form validation styles */
input:focus,
textarea:focus,
select:focus {
  border-color: #43c3ea;
  outline: none;
}


/* Post pagination styles */
.post-pagination li {
    display: inline-block;
    margin: 0 3px;
}
.post-pagination li a {
    background: #fff none repeat scroll 0 0;
    border: 2px solid #f0f0f0;
    color: #222222;
    display: block;
    font-size: 20px;
    font-weight: 500;
    height: 55px;
    padding: 14px 0;
    transition: all 500ms ease 0s;
    width: 55px;
    font-family: 'Poppins', sans-serif;
    border-radius: 50%;
}
.post-pagination li.active a, .post-pagination li:hover a {
    background: #AE4A84;
    color: #fff;
    border: 2px solid #AE4A84;
}


/* Overlay styles  */
.overlay-style-one{
	-ms-filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	filter: alpha(opacity=0);
	opacity: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	top: 100%;
	background:rgb(254 155 0 / 87%);
	color: #fff;
	transition: all .9s ease;
}
.overlay-style-one .box{
    display: table;
    height: 100%;
    width: 100%;    
}
.overlay-style-one .box .content{
    display: table-cell;
    text-align: center;
    vertical-align: middle;    
}



.review-box {}
.review-box ul {
    margin-left: -1px;
    margin-right: -1px;
}
.review-box ul li {
    display: inline-block;
    margin: 0 1px;
}
.review-box ul li i {
    color: #AE4A84;
    font-size: 12px;
}



.scroll-to-top {
    background: transparent;
    border: 2px solid teal;
    bottom: 25px;
    color: teal;
    cursor: pointer;
    display: none;
    font-weight: normal;
    height: 45px;
    line-height: 42px;
    position: fixed;
    right: 15px;
    text-align: center;
    transition: all 500ms ease 0s;
    width: 50px;
    z-index: 99999;
    -webkit-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    -moz-box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
    box-shadow: 0px 8px 23px -6px rgba(27,27,27,1);
}
.scroll-to-top:hover {
    background: teal;
    color: #fff;
}
