/**
* Template Name: MediTrust
* Template URL: https://bootstrapmade.com/meditrust-bootstrap-hospital-website-template/
* Updated: Jul 04 2025 with Bootstrap v5.3.7
* Author: BootstrapMade.com
* License: https://bootstrapmade.com/license/
*/

@charset "UTF-8";

/*--------------------------------------------------------------
# Font & Color Variables
# Help: https://bootstrapmade.com/color-system/
--------------------------------------------------------------*/


/* Fonts */


.fixed-top {
    position: relative;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

section#hero {
    position: relative;
    top: -83px;
}


:root {
    --default-font: "Roboto", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    --heading-font: "Raleway", sans-serif;
    --nav-font: "Lato", sans-serif;
}


/* Global Colors - The following color variables are used throughout the website. Updating them here will change the color scheme of the entire website */

:root {
    --background-color: #ffffff;
    /* Background color for the entire website, including individual sections */
    --default-color: #2c3031;
    /* Default color used for the majority of the text content across the entire website */
    --heading-color: #18444c;
    /* Color for headings, subheadings and title throughout the website */
    --accent-color: #049ebb;
    /* Accent color that represents your brand on the website. It's used for buttons, links, and other elements that need to stand out */
    --surface-color: #ffffff;
    /* The surface color is used as a background of boxed elements within sections, such as cards, icon boxes, or other elements that require a visual separation from the global background. */
    --contrast-color: #ffffff;
    /* Contrast color for text, ensuring readability against backgrounds of accent, heading, or default colors. */
}


/* Nav Menu Colors - The following color variables are used specifically for the navigation menu. They are separate from the global colors to allow for more customization options */

:root {
    --nav-color: #496268;
    /* The default color of the main navmenu links */
    --nav-hover-color: #049ebb;
    /* Applied to main navmenu links when they are hovered over or active */
    --nav-mobile-background-color: #ffffff;
    /* Used as the background color for mobile navigation menu */
    --nav-dropdown-background-color: #ffffff;
    /* Used as the background color for dropdown items that appear when hovering over primary navigation items */
    --nav-dropdown-color: #496268;
    /* Used for navigation links of the dropdown items in the navigation menu. */
    --nav-dropdown-hover-color: #049ebb;
    /* Similar to --nav-hover-color, this color is applied to dropdown navigation links when they are hovered over. */
}


/* Color Presets - These classes override global colors when applied to any section or element, providing reuse of the sam color scheme. */

.light-background {
    --background-color: #f2f8f9;
    --surface-color: #ffffff;
}

.dark-background {
    --background-color: #479738;
    --default-color: #ffffff;
    --heading-color: #ffffff;
    --surface-color: #11262a;
    --contrast-color: #ffffff;
}


/* Smooth scroll */

:root {
    scroll-behavior: smooth;
}


/*--------------------------------------------------------------
# General Styling & Shared Classes
--------------------------------------------------------------*/

body {
    color: var(--default-color);
    background-color: var(--background-color);
    font-family: var(--default-font);
}

a {
    color: #df1529;
    text-decoration: none;
    transition: 0.3s;
}

a:hover {
    color: color-mix(in srgb, #df1529, transparent 25%);
    text-decoration: none;
}

h1,
h2 {
    color: #a70000;
    font-family: var(--heading-font);
    font-weight: 800;
}

h3,
h4,
h5,
h6 {
    color: #1a3779;
    font-family: var(--heading-font);
}

/* PHP Email Form Messages
------------------------------*/

.php-email-form .error-message {
    display: none;
    background: #df1529;
    color: #ffffff;
    text-align: left;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

.php-email-form .sent-message {
    display: none;
    color: #ffffff;
    background: #059652;
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
    font-weight: 600;
}

section#featured-departments {
    background: #f1f1f1;
}

.php-email-form .loading {
    display: none;
    background: var(--surface-color);
    text-align: center;
    padding: 15px;
    margin-bottom: 24px;
}

.php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #43bfca;
    border-top-color: var(--surface-color);
    animation: php-email-form-loading 1s linear infinite;
}

@keyframes php-email-form-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/*--------------------------------------------------------------
# Global Header
--------------------------------------------------------------*/

.header {
    color: var(--default-color);
    transition: all 0.5s;
    /* box-shadow: 0 3px 12px #000; */
    z-index: 997;
    background-color: #ffffff;
    /* margin-top: 11px; */
}

.header .header-container {
    border-radius: 50px;
    padding: 5px 25px;
}

.header .logo {
    line-height: 1;
}

.header .logo img {
    width: 62%;
}

@media (max-width: 575px) {
    .header .logo svg {
        height: 28px;
    }
}

.header .logo h1 {
    font-size: 24px;
    margin: 0;
    font-weight: 700;
    color: var(--heading-color);
}

@media (max-width: 575px) {
    .header .logo h1 {
        font-size: 20px;
    }
}


@media (max-width: 1439px) {
    .top-header.p-3 {
        display: none;
    }

}

.header .btn-getstarted,
.header .btn-getstarted:focus {
    color: var(--contrast-color);
    background: #bf0e0b;
    font-size: 20px;
    padding: 8px 20px;
    font-weight: 500;
    margin: 0 0 0 30px;
    border-radius: 50px;
    transition: 0.3s;
}

button.btn:hover {
    background-color: #43bfca !important;
}

.carousel {
    position: relative;
    top: 47px;
}

.header .btn-getstarted:hover,
.header .btn-getstarted:focus:hover {
    color: #ffffff;
    background: color-mix(in srgb, #113677, transparent 15%);
}

@media (max-width: 1200px) {
    .header {
        padding-top: 10px;
    }

    .header .header-container {
        margin-left: 10px;
        margin-right: 10px;
        padding: 10px 5px 10px 15px;
    }

    .header .logo {
        order: 1;
    }

    .header .btn-getstarted {
        order: 2;
        margin: 0 10px 0 0;
        padding: 6px 15px;
    }

    .header .navmenu {
        order: 3;
    }
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/


/* Desktop Navigation */

@media (min-width: 1200px) {
    .navmenu {
        padding: 0;
    }

    .navmenu ul {
        margin: 0;
        padding: 0;
        display: flex;
        list-style: none;
        align-items: center;
    }

    .navmenu li {
        position: relative;
    }

    .navmenu>ul>li {
        white-space: nowrap;
        padding: 15px 14px;
    }

    .navmenu>ul>li:last-child {
        padding-right: 0;
    }

    .col-md-5.Emergency {
        position: relative;
        top: 7px;
    }

    .top-header.p-3 {
        background: #113677;
    }


    .navmenu a,
    .navmenu a:focus {
        color: #1b3240;
        font-size: 23px;
        padding: 0 2px;
        font-family: var(--nav-font);
        font-weight: 600;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
        position: relative;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        transition: 0.3s;
    }

    .navmenu>ul>li>a:before {
        content: "";
        position: absolute;
        width: 100%;
        height: 2px;
        bottom: -6px;
        left: 0;
        background-color: #113677;
        visibility: hidden;
        width: 0px;
        transition: all 0.3s ease-in-out 0s;
    }

    .navmenu a:hover:before,
    .navmenu li:hover>a:before,
    .navmenu .active:before {
        visibility: visible;
        width: 100%;
    }

    .navmenu li:hover>a,
    .navmenu .active,
    .navmenu .active:focus {
        color: #bf0e0b;
    }

    .navmenu .dropdown ul {
        margin: 0;
        padding: 10px 0;
        background: var(--nav-dropdown-background-color);
        display: block;
        position: absolute;
        visibility: hidden;
        left: 14px;
        top: 130%;
        opacity: 0;
        transition: 0.3s;
        border-radius: 4px;
        z-index: 99;
        box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.1);
    }

    .navmenu .dropdown ul li {
        min-width: 200px;
    }

    .navmenu .dropdown ul a {
        padding: 5px 20px;
        font-size: 16px;
        text-transform: none;
        color: #1b3240;
    }

    .row.features-row.aos-init.aos-animate {
        margin-top: -10px;
    }

    .navmenu .dropdown ul a i {
        font-size: 12px;
    }

    .navmenu .dropdown ul a:hover,
    .navmenu .dropdown ul .active:hover,
    .navmenu .dropdown ul li:hover>a {
        color: #bf0e0b;
    }

    .navmenu .dropdown:hover>ul {
        opacity: 1;
        top: 100%;
        visibility: visible;
    }

    .navmenu .dropdown .dropdown ul {
        top: 0;
        left: -90%;
        visibility: hidden;
    }

    .navmenu .dropdown .dropdown:hover>ul {
        opacity: 1;
        top: 0;
        left: -100%;
        visibility: visible;
    }
}


/* Mobile Navigation */

@media (max-width: 1199px) {
    .mobile-nav-toggle {
        color: var(--nav-color);
        font-size: 28px;
        line-height: 0;
        margin-right: 10px;
        cursor: pointer;
        transition: color 0.3s;
    }

    .navmenu {
        padding: 0;
        z-index: 9997;
    }

    .navmenu ul {
        display: none;
        list-style: none;
        position: absolute;
        inset: 60px 20px 20px 20px;
        padding: 10px 0;
        margin: 0;
        border-radius: 6px;
        background-color: #1b3240;
        border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
        box-shadow: none;
        overflow-y: auto;
        transition: 0.3s;
        z-index: 9998;
    }

    .navmenu a,
    .navmenu a:focus {
        color: #ffffff;
        padding: 10px 20px;
        font-family: var(--nav-font);
        font-size: 17px;
        font-weight: 500;
        display: flex;
        align-items: center;
        justify-content: space-between;
        white-space: nowrap;
        transition: 0.3s;
    }

    .navmenu a i,
    .navmenu a:focus i {
        font-size: 12px;
        line-height: 0;
        margin-left: 5px;
        width: 30px;
        height: 30px;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        transition: 0.3s;
        background-color: color-mix(in srgb, #43bfca, transparent 90%);
    }

    .navmenu a i:hover,
    .navmenu a:focus i:hover {
        background-color: #43bfca;
        color: var(--contrast-color);
    }

    .navmenu a:hover,
    .navmenu .active,
    .navmenu .active:focus {
        color: var(--nav-dropdown-hover-color);
    }

    .navmenu .active i,
    .navmenu .active:focus i {
        background-color: #43bfca;
        color: var(--contrast-color);
        transform: rotate(180deg);
    }

    .navmenu .dropdown ul {
        position: static;
        display: none;
        z-index: 99;
        padding: 10px 0;
        margin: 10px 20px;
        background-color: var(--nav-dropdown-background-color);
        transition: all 0.5s ease-in-out;
    }

    .navmenu .dropdown ul ul {
        background-color: rgba(33, 37, 41, 0.1);
    }

    .navmenu .dropdown>.dropdown-active {
        display: block;
        background-color: rgba(33, 37, 41, 0.03);
    }

    .mobile-nav-active {
        overflow: hidden;
    }

    .mobile-nav-active .mobile-nav-toggle {
        color: #fff;
        position: absolute;
        font-size: 32px;
        top: 15px;
        right: 15px;
        margin-right: 0;
        z-index: 9999;
    }

    .mobile-nav-active .navmenu {
        position: fixed;
        overflow: hidden;
        inset: 0;
        background: rgba(33, 37, 41, 0.8);
        transition: 0.3s;
    }

    .mobile-nav-active .navmenu>ul {
        display: block;
    }
}


/*--------------------------------------------------------------
# Global Footer
--------------------------------------------------------------*/

.footer {
    color: #000000;
    background-color: #dbdbdb;
    font-size: 16px;
    font-weight: 500;
    position: relative;
}

.footer .footer-top {
    padding-top: 50px;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.footer .footer-about .logo {
    line-height: 1;
    margin-bottom: 25px;
}

.footer .footer-about .logo img {
    width: 100%;
}

.footer .footer-about .logo span {
    color: var(--heading-color);
    font-family: var(--heading-font);
    font-size: 26px;
    font-weight: 700;
    letter-spacing: 1px;
}

.footer .footer-about p {
    font-size: 15px;
    font-family: var(--heading-font);
    color: #000;
    font-weight: 500;
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    background-color: #1b3240;
    height: 40px;
    border-radius: 50%;
    font-size: 16px;
    color: #ffffff;
    margin-right: 10px;
    transition: 0.3s;
}

.footer .social-links a:hover {
    color: #fff;
    background-color: #43bfca;
}

.footer h4 {
    font-size: 21px;
    font-weight: bold;
    position: relative;
    padding-bottom: 12px;
}

.footer .footer-links {
    margin-bottom: 30px;
}

.footer .footer-links ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer .footer-links ul i {
    padding-right: 2px;
    font-size: 20px;
    line-height: 0;
}

.footer .footer-links ul li {
    padding: 10px 0;
    display: flex;
    align-items: center;
}

.footer .footer-links ul li:first-child {
    padding-top: 0;
}

.footer .footer-links ul a {
    color: #1b3240;
    display: inline-block;
    line-height: 1;
    font-weight: 500;
    font-size: 16px;
}

.footer .footer-links ul a:hover {
    color: #8b0000;
}

.footer .footer-contact p {
    margin-bottom: 5px;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
}

.about-content h5 {
    font-size: 18px;
    font-weight: 700;
    color: #1b3240;
}

.about-content p {
    font-size: 16px;
    color: #000;
    font-weight: 400;
}

.footer .copyright p {
    margin-bottom: 0;
    color: #1b3240;
}

.footer .credits {
    margin-top: 8px;
    font-size: 17px;
    color: #1b3240;
}

.credits img {
    width: 10%;
}

.sticky-social {
    position: fixed;
    top: 300px;
    right: 9px;
    padding: 0px;
    margin: 0px;
    z-index: 9999;
    transition: .5s;
}

.social {
    list-style: none;
}

li.fb {
    background-color: #113677;
}

li.youtube {
    background-color: red;
}

.social li {
    font-size: 17px;
    transition: all 0.8s ease-in-out;
    margin-top: 4px;
    border-radius: 3px;
    width: 33px;
    height: 33px;
    padding-top: 5px;
    text-align: center;
}

li.call {
    background-color: #8b0000;
}

li.insta {
    background: linear-gradient(115deg, #f9ce34, #ee2a7b, #6228d7);
}

.whats {
    background-color: #18e43a;
}


/*--------------------------------------------------------------
# Scroll Top Button
--------------------------------------------------------------*/

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: -15px;
    z-index: 99999;
    background-color: #8b0000;
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: all 0.4s;
}

.scroll-top i {
    font-size: 24px;
    color: var(--contrast-color);
    line-height: 0;
}

.scroll-top:hover {
    background-color: color-mix(in srgb, #21387b, transparent 20%);
    color: var(--contrast-color);
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
    bottom: 15px;
}


/*--------------------------------------------------------------
# Disable aos animation delay on mobile devices
--------------------------------------------------------------*/

@media screen and (max-width: 768px) {
    [data-aos-delay] {
        transition-delay: 0 !important;
    }
}


/*--------------------------------------------------------------
# Global Page Titles & Breadcrumbs
--------------------------------------------------------------*/

.page-title {
    text-align: center;
    margin: 160px 0 20px 0;
}

.page-title .breadcrumbs {
    margin-bottom: 1.5rem;
}

.page-title .breadcrumbs .breadcrumb {
    justify-content: center;
    margin: 0;
    padding: 0;
    background: none;
}

.page-title .breadcrumbs .breadcrumb .breadcrumb-item {
    font-size: 0.9rem;
    color: color-mix(in srgb, var(--default-color), transparent 30%);
}

.page-title .breadcrumbs .breadcrumb .breadcrumb-item.active {
    color: #43bfca;
}

.page-title .breadcrumbs .breadcrumb .breadcrumb-item a {
    color: inherit;
    text-decoration: none;
    transition: color 0.3s ease;
}

.page-title .breadcrumbs .breadcrumb .breadcrumb-item a:hover {
    color: #43bfca;
}

.page-title .breadcrumbs .breadcrumb .breadcrumb-item a i {
    font-size: 0.9rem;
    margin-right: 0.2rem;
}

.page-title .breadcrumbs .breadcrumb .breadcrumb-item+.breadcrumb-item::before {
    color: color-mix(in srgb, var(--default-color), transparent 50%);
}

.page-title .title-wrapper {
    max-width: 800px;
    margin: 0 auto;
    padding: 1rem 0;
}

.page-title .title-wrapper h1 {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    font-weight: 700;
    color: var(--heading-color);
}

.page-title .title-wrapper p {
    font-size: 1.1rem;
    color: color-mix(in srgb, var(--default-color), transparent 20%);
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .page-title .title-wrapper h1 {
        font-size: 2rem;
    }

    .page-title .title-wrapper p {
        font-size: 1rem;
    }
}

@media (max-width: 576px) {
    .page-title .title-wrapper h1 {
        font-size: 1.75rem;
    }
}


/*--------------------------------------------------------------
# Global Sections
--------------------------------------------------------------*/

section,
.section {
    color: var(--default-color);
    background-color: #e8e8e8;
    padding: 35px 0;
    /* scroll-margin-top: 0px; */
    /* overflow: clip; */
}

@media (max-width: 1199px) {

    section,
    .section {
        scroll-margin-top: 66px;
    }
}


/*--------------------------------------------------------------
# Global Section Titles
--------------------------------------------------------------*/

.section-title {
    text-align: center;
    padding-bottom: 60px;
    position: relative;
}

.section-title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 20px;
    padding-bottom: 20px;
    position: relative;
}

.section-title h2:after {
    content: "";
    position: absolute;
    display: block;
    width: 100px;
    height: 4px;
    background: #38679f;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
}

.section-title p {
    margin-bottom: 0;
}



/* banner video css start  */


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
}

.hero-section {

    position: relative;

    width: 100%;

    height: 650px;

    overflow: hidden;

    display: flex;

    align-items: center;

    justify-content: center;

}

.bg-video {

    position: absolute;

    top: 50%;

    left: 50%;

    min-width: 100%;

    min-height: 100%;

    width: auto;

    height: auto;

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

    object-fit: cover;

    /* z-index:-2; */

}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgb(2 2 2 / 56%);
    /* z-index: -1; */
}

.hero-content {
    color: #fff;
    z-index: 1;
}

.hero-content h1 {
    font-size: 51px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px;
    color: #ffffff !important;
}

.hero-content p {
    font-size: 22px;
    line-height: 1.6;
    margin-bottom: 40px;
    font-weight: 300;
}

.hero-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #b70600;
    padding: 10px 25px;
    border-radius: 60px;
    color: #fff;
    text-decoration: none;
    font-size: 23px;
    font-weight: 700;
    transition: .4s;
}

.hero-btn:hover {

    background: #113677;

    color: #fff;

    transform: translateY(-5px);

}

.hero-btn i {

    font-size: 25px;

}

.scroll-down {

    position: absolute;

    bottom: 35px;

    left: 50%;

    transform: translateX(-50%);

    text-align: center;

    color: #fff;

}

.scroll-down i {

    font-size: 40px;

    display: block;

    margin-bottom: 8px;

    animation: scroll 1.5s infinite;

}

.scroll-down span {

    font-size: 16px;

    font-weight: 600;

    letter-spacing: 1px;

}

@keyframes scroll {

    0% {

        transform: translateY(0);

    }

    50% {

        transform: translateY(10px);

    }

    100% {

        transform: translateY(0);

    }

}



.appointment-btn {

    position: absolute;

    right: 0;

    top: 50%;

    transform: translateY(-50%) rotate(-90deg);

    transform-origin: right top;

    background: #43e0b4;

    padding: 15px 40px;

    border-radius: 15px 15px 0 0;

    color: #fff;

    font-weight: 700;

    text-decoration: none;

    letter-spacing: 1px;

}

/* Tablet */

@media(max-width:991px) {

    .hero-section {

        height: 700px;

    }

    .hero-content h1 {

        font-size: 48px;

    }

    .hero-content p {

        font-size: 22px;

    }

    .hero-btn {

        font-size: 20px;

        padding: 15px 30px;

    }

}

/* Mobile */

@media(max-width:767px) {

    .hero-section {

        height: 600px;

        padding: 20px;

    }

    .hero-content h1 {

        font-size: 34px;

        line-height: 1.3;

    }

    .hero-content p {

        font-size: 18px;

    }

    .hero-btn {

        font-size: 17px;

        padding: 15px 25px;

    }

    .scroll-down {

        display: none;

    }

    .appointment-btn {

        display: none;

    }

}



/* tretment css start  */



.treatment-section {

    padding: 100px 0;

    background: #f6f6f6;

}

.section-title {
    text-align: center;
    margin-bottom: -10px;
}

.section-title h2 {

    font-size: 58px;

    font-weight: 700;

    color: #333;

    margin-bottom: 8px;

}

.section-title p {

    font-size: 30px;

    color: #777;

}

.treatment-box {
    display: flex;
    align-items: center;
    gap: 28px;
    transition: .4s;
    padding: 10px;
}

.treatment-box:hover {
    transform: translateY(-8px);
    box-shadow: 5px 8px 16px -12px;
}

.icon-box {
    width: 115px;
    /* height: 135px; */
    /* background: #fff; */
    border-radius: 0 0 60px 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    /* box-shadow: 0 8px 20px rgba(0, 0, 0, .06); */
    flex-shrink: 0;
}

.icon-box img {
    width: 100%;
}

.content h4 {
    font-size: 18px;
    font-weight: 700;
    color: #333;
    margin-bottom: 0px;
}

.content h4.green {
    color: #1a3779;
}

.content p {
    font-size: 18px;
    line-height: 1.3;
    color: #555;
    margin: 0;
}

.view-btn {
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 12px 39px;
    background: #af0000;
    color: #fff;
    border-radius: 50px;
    text-decoration: none;
    font-size: 22px;
    font-weight: 700;
    transition: .4s;
}

.view-btn:hover {

    background: #113677;

    color: #fff;

    transform: translateY(-5px);

}



/* Tablet */

@media(max-width:991px) {

    .section-title h2 {

        font-size: 45px;

    }

    .section-title p {

        font-size: 24px;

    }

    .content h4 {

        font-size: 22px;

    }

    .content p {

        font-size: 18px;

    }

}



/* Mobile */

@media(max-width:767px) {

    .treatment-section {

        padding: 70px 0;

    }

    .section-title h2 {

        font-size: 36px;

    }

    .section-title p {

        font-size: 20px;

    }

    .treatment-box {

        flex-direction: column;

        text-align: center;

    }

    .icon-box {

        margin: auto;

    }

    .content h4 {

        font-size: 20px;

    }

    .content p {

        font-size: 17px;

    }

    .view-btn {

        font-size: 18px;

        padding: 15px 30px;

    }

}




/* jounery section css start  */



.journrycontainer {
    display: flex;
    gap: 60px;
    /* max-width: 1400px; */
    margin: 0 auto;
}


.left-title {
    flex: 0 0 380px;
    font-size: 40px;
    font-weight: 400;
    color: #26398b;
    line-height: 1.2;
    padding-top: 220px;
}

.left-title b {
    font-weight: 700;
}

.timeline {
    flex: 1;
    position: relative;
    padding-left: 40px;
    min-width: 0;
}

.timeline::before {
    content: "";
    position: absolute;
    left: 9px;
    top: 12px;
    bottom: 12px;
    width: 0;
    border-left: 2px dashed #a00000;
}

.item {
    position: relative;
    padding-bottom: 28px;
    margin-bottom: 4px;
}

.item:not(:last-child) {
    border-bottom: 1px solid #afafaf;
    margin-bottom: 24px;
}

.journrycontainer .dot {
    position: absolute;
    left: -40px;
    top: 2px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    flex-shrink: 0;
}

.journrycontainer .dot.filled {
    background: #a70000;
}

.journrycontainer .dot.hollow {
    background: #fff;
    border: 3px solid #a00000;
}

.item h3 {
    margin: 0 0 12px 0;
    font-size: 19px;
    font-weight: 700;
    color: #1f1f1f;
}

.item.active h3 {
    color: #21387b;
}

.item p {
    margin: 0;
    font-size: 15px;
    line-height: 1.7;
    color: #444;
}

/* ---------- Tablet ---------- */
@media (max-width: 1024px) {
    body {
        padding: 45px 40px;
    }

    .container {
        gap: 40px;
    }

    .left-title {
        flex: 0 0 280px;
        font-size: 32px;
    }
}

/* ---------- Mobile (stack layout) ---------- */
@media (max-width: 768px) {
    body {
        padding: 32px 20px;
    }

    .container {
        flex-direction: column;
        gap: 24px;
    }

    .left-title {
        flex: none;
        font-size: 28px;
        padding-top: 0;
        text-align: left;
    }

    .timeline {
        padding-left: 32px;
    }

    .timeline::before {
        left: 7px;
    }

    .dot {
        left: -32px;
        width: 16px;
        height: 16px;
    }

    .item h3 {
        font-size: 16px;
    }

    .item p {
        font-size: 14px;
        line-height: 1.6;
    }
}

/* ---------- Small mobile ---------- */
@media (max-width: 420px) {
    .left-title {
        font-size: 24px;
    }

    .timeline {
        padding-left: 26px;
    }

    .dot {
        left: -26px;
        width: 14px;
        height: 14px;
        border-width: 2px;
    }

    .item h3 {
        font-size: 15px;
    }

    .item p {
        font-size: 13.5px;
    }
}



/* Highlights about us css start  */




/* .aboutusheilight {
    max-width: 1400px;
    margin: 0 auto;
  } */

.aboutcontent {
    display: flex;
    align-items: center;
    gap: 70px;
}

/* ---------------- LEFT: IMAGE COLLAGE ---------------- */
.image-col {
    flex: 0 0 46%;
    position: relative;
    padding: 10px 40px 60px 0;
}

.dots-pattern {
    position: absolute;
    top: -10px;
    left: 0;
    width: 170px;
    height: 60px;
    background-image: radial-gradient(#4ecb9a 1.5px, transparent 1.5px);
    background-size: 12px 12px;
    opacity: 0.5;
    z-index: 1;
}

.main-photo {
    position: relative;
    width: 90%;
    aspect-ratio: 4 / 5;
    border-radius: 4px;
    overflow: hidden;
    background: linear-gradient(135deg, #cfd6d6, #9aa3a3);
    z-index: 2;
    box-shadow: 11px 6px 24px -1px;
}

.main-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    /* filter: grayscale(100%); */
    /* border: 2px solid #a70000; */
}

.main-photo .placeholder-label {
    position: absolute;
    inset: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffffcc;
    font-size: 14px;
    text-align: center;
    padding: 20px;
}

.frame-outline {
    position: absolute;
    top: 40px;
    right: 0;
    width: 90%;
    aspect-ratio: 4 / 5;
    border: 2px solid #d7f2e6;
    border-radius: 4px;
    z-index: 0;
}

.video-thumb {
    position: absolute;
    bottom: -50px;
    right: 0;
    width: 46%;
    aspect-ratio: 4 / 3;
    border-radius: 4px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    z-index: 3;
    background: linear-gradient(135deg, #1e2a2f, #35474d);
}

.video-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    opacity: 0.85;
}

.play-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 52px;
    height: 52px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 14px rgba(0, 0, 0, 0.25);
}

.play-btn::before {
    content: "";
    border-left: 14px solid #333;
    border-top: 9px solid transparent;
    border-bottom: 9px solid transparent;
    margin-left: 4px;
}

/* ---------------- RIGHT: CONTENT ---------------- */


.more-details {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #a00000;
    color: #fff;
    font-weight: 700;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 15px 26px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.more-details:hover {
    background: #2b3a8d;
}

.aboutusheilight {
    background: #ffffff;
    padding-top: 100px;
    padding-bottom: 100px;
}

/* ---------------- RESPONSIVE ---------------- */
@media (max-width: 1024px) {
    body {
        padding: 45px 40px;
    }

    .container {
        gap: 40px;
    }

    .content-col h1 {
        font-size: 36px;
    }

    .video-thumb {
        bottom: -30px;
    }
}

@media (max-width: 860px) {
    .container {
        flex-direction: column;
    }

    .image-col {
        flex: none;
        width: 100%;
        padding: 10px 20px 70px 0;
        max-width: 480px;
        margin: 0 auto;
    }

    .content-col {
        width: 100%;
    }
}

@media (max-width: 480px) {
    body {
        padding: 30px 18px;
    }

    .content-col h1 {
        font-size: 30px;
    }

    .highlight-list li {
        font-size: 14.5px;
    }

    .more-details {
        font-size: 13px;
        padding: 13px 22px;
    }

    .video-thumb {
        width: 55%;
        bottom: -25px;
    }

    .dots-pattern {
        width: 110px;
        height: 40px;
    }
}



/* ExpertiseShowcase css start  */





@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');



.expertisemain img {
    max-width: 100%;
    display: block;
}

.expertisemain a {
    text-decoration: none;
}

.expertisemain ul {
    list-style: none;
}

/*==============================
Expertise Section
==============================*/

.expertisemain .expertise-section {

    padding: 90px 0;

    background: #fff;

    position: relative;

    overflow: hidden;

}

/* Background Pattern */

.expertisemain .expertise-section::before {

    content: "";

    position: absolute;

    top: -120px;

    left: -120px;

    width: 420px;

    height: 420px;

    border-radius: 50%;

    background: rgba(0, 0, 0, .02);

}

.expertisemain .expertise-section::after {

    content: "";

    position: absolute;

    right: -150px;

    bottom: -150px;

    width: 500px;

    height: 500px;

    border-radius: 50%;

    background: rgba(0, 0, 0, .02);

}

/*==============================
Heading
==============================*/

.expertisemain .section-title {

    margin-bottom: 60px;

}

.expertisemain .section-title h2 {

    font-size: 52px;

    font-weight: 700;

    color: #2d2d2d;

    margin-bottom: 10px;

}

.expertisemain .section-title p {

    font-size: 28px;

    color: #9b9b9b;

    font-weight: 300;

}

/*==============================
Swiper
==============================*/

.expertisemain .expertiseSlider {

    padding-bottom: 70px;

}

.expertisemain .swiper {

    overflow: hidden;

}

/*==============================
Card
==============================*/

.expertisemain .case-card {

    background: #fff;

    border: 1px solid #e6e6e6;

    min-height: 330px;

    padding: 18px;

    transition: .4s;

}

.expertisemain .case-card:hover {

    transform: translateY(-8px);

    box-shadow: 0 20px 45px rgba(0, 0, 0, .08);

}

/*==============================
Header
==============================*/

.expertisemain .case-header {

    display: flex;

    align-items: flex-start;

    gap: 18px;

    margin-bottom: 22px;

}

.expertisemain .case-header img {

    width: 86px;

    height: 86px;

    object-fit: cover;

    border: 1px solid #ececec;

    padding: 6px;

    background: #fff;

}

.expertisemain .case-header h4 {

    font-size: 18px;

    font-weight: 700;

    line-height: 1.35;

    color: #333;

    text-transform: uppercase;

}

/*==============================
Content
==============================*/

.expertisemain .case-content p {

    font-size: 17px;

    line-height: 1.9;

    color: #555;

}

.expertisemain .case-content strong {

    color: #222;

    font-weight: 700;

}

/*==============================
Pagination
==============================*/

.expertisemain .swiper-pagination {

    bottom: 5px !important;

}

.expertisemain .swiper-pagination-bullet {

    width: 14px;

    height: 6px;

    border-radius: 50px;

    background: #d5d5d5;

    opacity: 1;

    transition: .3s;

}

.expertisemain .swiper-pagination-bullet-active {

    width: 28px;

    background: #35d084;

}

/*==============================
Navigation
==============================*/

.expertisemain .swiper-button-next,
.swiper-button-prev {

    width: 46px;

    height: 46px;

    background: #fff;

    border-radius: 50%;

    box-shadow: 0 10px 25px rgba(0, 0, 0, .10);

    color: #333;

}

.expertisemain .swiper-button-next:hover,
.swiper-button-prev:hover {

    background: #35d084;

    color: #fff;

}

.expertisemain .swiper-button-next::after,
.swiper-button-prev::after {

    font-size: 16px;

    font-weight: bold;

}

/*==============================
Tablet
==============================*/

@media(max-width:992px) {

    .expertisemain .section-title h2 {

        font-size: 42px;

    }

    .expertisemain .section-title p {

        font-size: 22px;

    }

    .expertisemain .case-card {

        min-height: 340px;

    }

    .expertisemain .case-header h4 {

        font-size: 17px;

    }

    .expertisemain .case-content p {

        font-size: 16px;

    }

}

/*==============================
Mobile
==============================*/

@media(max-width:768px) {

    .expertisemain .expertise-section {

        padding: 70px 0;

    }

    .expertisemain .section-title {

        margin-bottom: 40px;

    }

    .expertisemain .section-title h2 {

        font-size: 34px;

    }

    .expertisemain .section-title p {

        font-size: 18px;

    }

    .expertisemain .case-card {

        min-height: auto;

        padding: 20px;

    }

    .expertisemain .case-header {

        flex-direction: column;

        align-items: center;

        text-align: center;

    }

    .expertisemain .case-header img {

        width: 82px;

        height: 82px;

    }

    .expertisemain .case-header h4 {

        font-size: 18px;

    }

    .expertisemain .case-content {

        text-align: center;

    }

    .expertisemain .case-content p {

        font-size: 15px;

        line-height: 1.8;

    }

    .expertisemain .swiper-button-next,
    .swiper-button-prev {

        display: none;

    }

}

/*==============================
Small Mobile
==============================*/

@media(max-width:576px) {

    .expertisemain .section-title h2 {

        font-size: 28px;

    }

    .expertisemain .section-title p {

        font-size: 16px;

    }

    .expertisemain .case-card {

        padding: 18px;

    }

    .expertisemain .case-header img {

        width: 72px;

        height: 72px;

    }

    .expertisemain .case-header h4 {

        font-size: 16px;

    }

    .expertisemain .case-content p {

        font-size: 14px;

    }

}












/* prodsuer css strat */


/* 
.Proceduresmaincontent .Proceduresmaincontent {
    max-width: 1400px;
    margin: 0 auto;
}

.Proceduresmaincontent .Procedurescontent {
    display: flex;
    gap: 60px;
    align-items: center;
}

.Proceduresmaincontent .left-col {
    flex: 0 0 340px;
}

.Proceduresmaincontent .left-col h1 {
    font-size: 40px;
    font-weight: 400;
    color: #2b2b2b;
    margin: 0 0 14px 0;
    line-height: 1.2;
}

.Proceduresmaincontent .left-col h1 b {
    font-weight: 700;
}

.Proceduresmaincontent .left-col p {
    font-size: 19px;
    color: #9aa0a6;
    margin: 0;
}

.Proceduresmaincontent .right-col {
    flex: 1;
    min-width: 0;
}

.Proceduresmaincontent .cards-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.Proceduresmaincontent .card {
    background: #e6e7e7;
    border-radius: 4px;
    padding: 26px;
    display: flex;
    gap: 18px;
}

.Proceduresmaincontent .card-icon {
    flex: 0 0 60px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #8f9494;
    display: flex;
    align-items: center;
    justify-content: center;
}

.Proceduresmaincontent .card-icon svg {
    width: 30px;
    height: 30px;
    stroke: #ffffff;
    fill: none;
}

.Proceduresmaincontent .card-text h3 {
    margin: 0 0 10px 0;
    font-size: 16.5px;
    font-weight: 700;
    color: #1f1f1f;
    letter-spacing: 0.2px;
}

.Proceduresmaincontent .card-text p {
    margin: 0;
    font-size: 14.5px;
    line-height: 1.6;
    color: #444;
}

.Proceduresmaincontent .view-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 40px;
}

.Proceduresmaincontent .view-more {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    background: #4ecb9a;
    color: #fff;
    font-weight: 700;
    font-size: 15px;
    letter-spacing: 0.5px;
    text-decoration: none;
    padding: 15px 32px;
    border-radius: 30px;
    border: none;
    cursor: pointer;
    transition: background 0.2s ease;
}

.Proceduresmaincontent .view-more:hover {
    background: #3fb886;
}

.cardProcedures {
    display: flex;
    gap: 23px;
    background: #e8e8e8;
    padding: 21px;
}

@media (max-width: 1100px) {
    body {
        padding: 45px 40px;
    }

    .left-col {
        flex: 0 0 280px;
    }

    .left-col h1 {
        font-size: 32px;
    }

    .left-col p {
        font-size: 16px;
    }
}

@media (max-width: 860px) {
    .container {
        flex-direction: column;
        align-items: flex-start;
    }

    .left-col {
        flex: none;
        margin-bottom: 10px;
    }

    .right-col {
        width: 100%;
    }
}

@media (max-width: 600px) {
    body {
        padding: 35px 20px;
    }

    .cards-grid {
        grid-template-columns: 1fr;
    }

    .left-col h1 {
        font-size: 26px;
    }

    .left-col p {
        font-size: 14px;
    }

    .card {
        padding: 20px;
    }

    .card-icon {
        flex: 0 0 48px;
        width: 48px;
        height: 48px;
    }

    .card-icon svg {
        width: 24px;
        height: 24px;
    }

    .card-text h3 {
        font-size: 15px;
    }

    .card-text p {
        font-size: 13.5px;
    }
} */

.procedures-container {
    width: 100%;
    /* max-width: 1200px; */
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

/* Left Side Content */
.proceduressection .procedures-left {
    flex: 0 0 35%;
    text-align: left;
}

.proceduressection .procedures-left h2 {
    font-size: 3rem;
    font-weight: 400;
    color: #333333;
    line-height: 1.2;
    margin-bottom: 10px;
}

.proceduressection .procedures-left h2 strong {
    font-weight: 700;
    color: #920000;
}

.proceduressection .procedures-left p {
    font-size: 1.4rem;
    color: var(--text-muted);
    font-weight: 300;
}

/* Right Side Content & Grid */
.proceduressection .procedures-right {
    flex: 0 0 60%;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    gap: 25px;
}

.proceduressection .procedures-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    width: 100%;
}

/* Card Styling */
.proceduressection .procedure-card {
    background-color: #cbcbcb;
    padding: 25px;
    display: flex;
    align-items: flex-start;
    gap: 15px;
    border-radius: 2px;
    min-height: 160px;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.proceduressection .procedure-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

/* Icon Wrapper (Circle inside card) */
.proceduressection .icon-wrapper {
    width: 50px;
    height: 50px;
    background-color: var(--icon-circle-bg);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #ffffff;
    font-size: 1.3rem;
    border: 2px solid #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

/* Card Text Content */
.proceduressection .card-content {
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.proceduressection .card-content h3 {
    font-size: 0.95rem;
    font-weight: 700;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    line-height: 1.3;
}

.proceduressection .card-content p {
    font-size: 0.85rem;
    color: #555555;
    line-height: 1.5;
}

/* Green View More Button */
.proceduressection .view-more-btn {
    background-color: #990000;
    color: #ffffff;
    text-decoration: none;
    padding: 12px 28px;
    border-radius: 25px;
    font-size: 0.95rem;
    font-weight: 700;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    box-shadow: 0 4px 10px rgb(33 93 187 / 49%);
    transition: background-color 0.2s ease, transform 0.2s ease;
    text-transform: uppercase;
}

.proceduressection .view-more-btn:hover {
    background-color: #21387b;
    transform: translateY(-1px);
}

/* Responsive Settings */
@media (max-width: 1024px) {
    .proceduressection .procedures-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 40px;
    }

    .proceduressection .procedures-left,
    .procedures-right {
        flex: 0 0 100%;
        width: 100%;
    }

    .proceduressection .procedures-right {
        align-items: flex-start;
    }
}

@media (max-width: 650px) {
    .proceduressection .procedures-grid {
        grid-template-columns: 1fr;
        /* Single column on mobile devices */
        gap: 15px;
    }

    .proceduressection .procedures-left h2 {
        font-size: 2.2rem;
    }

    .proceduressection .procedures-left p {
        font-size: 1.1rem;
    }

    .proceduressection .procedure-card {
        min-height: auto;
    }
}





.footer-bottom.py-2 {
    background: #e8e8e8;
}


/* contact us css start  */




/* Main Container Split Layout */
.contact-section {
    display: flex;
    width: 100%;
    max-width: 1200px;
    background: #ffffff;
    gap: 30px;
    align-items: stretch;
}

/* Left Side: Map Container */
.map-container {
    flex: 1;
    min-height: 450px;
    border-radius: 4px;
    overflow: hidden;
    border: 1px solid #e0e0e0;
}

.map-container iframe {
    width: 100%;
    height: 100%;
    border: 0;
    display: block;
}

/* Right Side: Contact Form Container */
.form-container {
    flex: 1;
    background: #ffffff;
    padding: 40px;
    border-radius: 4px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.form-container h2 {
    font-size: 1.6rem;
    color: #2d3748;
    margin-bottom: 25px;
    font-weight: 600;
}

/* Form Fields Styling */
.form-group {
    margin-bottom: 20px;
}

.form-control {
    width: 100%;
    padding: 14px 16px;
    font-size: 0.95rem;
    border: 1px solid #cbd5e1;
    border-radius: 6px;
    color: #333;
    outline: none;
    transition: border-color 0.2s ease;
}

.form-control::placeholder {
    color: #a0aec0;
}

.form-control:focus {
    border-color: #805ad5;
    /* Focus border color to match theme */
}

textarea.form-control {
    resize: vertical;
    min-height: 130px;
}

/* Submit Button Style */
.submit-btn {
    width: 100%;
    background-color: #920000;
    color: #ffffff;
    border: none;
    padding: 14px;
    font-size: 1rem;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    transition: background-color 0.2s ease;
    margin-top: 5px;
}

.submit-btn:hover {
    background-color: #21387b;
}

/* Responsive Breakpoints */
@media (max-width: 850px) {
    .contact-section {
        flex-direction: column;
        gap: 20px;
    }

    .map-container {
        min-height: 350px;
        order: 2;
        /* Mobile पर मैप नीचे आ जाएगा */
    }

    .form-container {
        padding: 25px;
        order: 1;
        /* Form ऊपर आ जाएगा */
    }
}





.footer-bottom.py-2 img {
    width: 70px !important;
}


