@import url('https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,100..1000;1,9..40,100..1000&display=swap');

* {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-font-smotthing: antialiased;
    /*font-family: satoshi, sans-serif;*/
    font-family: "DM Sans", sans-serif;
}

html,
body {
    scroll-behavior: smooth;
    /* overflow-x: hidden; */
}

section{
    overflow-x: hidden !important;
}
section.facilities-section{
    overflow-x: unset !important;
}

/* width */
::-webkit-scrollbar {
    width: 3px;
}



/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #1C1156;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.navbar-toggler:focus,
.navbar-toggler,
.navbar-toggler:active,
.navbar-toggler .navbar-toggler-icon:focus,
.navbar-toggler-icon {
    outline: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
    border: 0 !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
ul,
li {
    padding: 0;
    margin: 0;
    list-style: none;
    text-decoration: none;
}



:root {
    --primary-color: #463176;
    --secondary-color: #1C1156;
    --accent-color: #EFE38E;
    --success-color: #10b981;
    --text-dark: #1f2937;
    --text-light: #6b7280;
    --bg-light: #f8fafc;
    --gradient-primary: linear-gradient(135deg, #463176 0%, #1C1156 100%);
    --gradient-accent: #463176;
    --shadow-soft: 0 10px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
}

img {
    max-width: 100%;
    height: auto;
}

.navbar {
    background: #fff;
    padding: 1rem 0;

    transition: all 0.3s ease;
}

nav .logo {
    width: 100px;
    padding: 5px 0;
    transition: all 0.3s ease;
}


nav .dropdown-menu {
    border: 0;
}

nav .dropdown-menu .dropdown-item {
    padding: 15px 18px;
    border-bottom: 1px solid #ededed;
}

.navbar.scrolled {
    background: #fff;
    /* padding: 0.5rem 0; */
    box-shadow: var(--shadow-soft);
}

.navbar.scrolled .logo {
    width: 70px;
}

nav .dropdown:hover .dropdown-menu {
    display: block;
    /* padding-top: 20px; */
}

nav .dropdown .dropdown-menu {
    /* display: block; */
    top: 69px;
}

nav .dropdown .dropdown-menu2 {
    /* display: block; */
    left: -30px;
}

.nav-link {
    color: rgba(0, 0, 0, 0.9) !important;
    font-weight: 500;
    transition: all 0.3s ease;
    position: relative;
    margin: 0 0.5rem;
    font-size: 1rem;
    display: block;
}

nav .navbar-collapse {
    gap: 20px;
}

.btn-1 {
    background-color: var(--primary-color);
    padding: 12px 18px;
    color: #fff !important;
    border-radius: 10px;
    transition: all 0.5s ease;
    border: 1px solid transparent;
}

.btn-1:hover {
    background-color: transparent;
    color: var(--gradient-accent) !important;
    border: 1px solid var(--gradient-accent);
}

.btn-2 {
    background-color: transparent;
    padding: 12px 18px;
    color: var(--text-dark) !important;
    border-radius: 10px;
    transition: all 0.5s ease;
    border: 1px solid var(--text-dark);
}

.btn-2:hover {
    background-color: transparent;
    color: var(--gradient-accent) !important;
    border: 1px solid var(--gradient-accent);
}

.nav-item {
    padding: 20px 0;
    padding-right: 10px;


}

.nav-link:hover,
.nav-link.active {
    color: white;
    transform: translateY(-1px);
}



.hero-section {
    color: white;
    /* padding: 120px 0 80px; */
    position: relative;
    margin-top: 100px;
    overflow: hidden;
    min-height: calc(100vh - 111px);
}





.carousel-control-prev {

    width: 100px;
}

.carousel-control-next {

    width: 100px;
}

.hero-content {
    position: relative;
    z-index: 2;
}

.hero-title {
    font-size: 4rem;
    font-weight: 800;
    margin-bottom: 1.5rem;
    line-height: 1.1;
    color: var(--gradient-accent);
}


.hero-highlight {
    background: var(--gradient-accent);
    padding: 1rem 2rem;
    border-radius: 15px;
    margin-bottom: 2rem;
    display: inline-block;
    font-weight: 600;
}



.stats-section {
    background: var(--bg-light);
    padding: 80px 0;
    position: relative;
    overflow: hidden;
}

.doctors-section{
    overflow: hidden;
}

.stat-card {
    text-align: center;
    padding: 2.5rem 2rem;
    background: white;
    border-radius: 20px;
    box-shadow: var(--shadow-soft);
    margin-bottom: 2rem;
    transition: all 0.4s ease;
    border-top: 4px solid var(--secondary-color);
    position: relative;

}

.color {
    color: var(--primary-color);
}

.text {
    color: var(--text-dark);
}




section.about {
    padding: 100px 0;
}


.stat-number {
    font-size: 3.5rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
    line-height: 1;
}

.stat-label {
    font-weight: 600;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
    font-size: 1.1rem;
}

.facilities-section {
    padding: 100px 0;
    background: white;
}

.section-title {
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.section-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 4rem;
}

.facility-card {
    background: white;
    border-radius: 20px;
    padding: 1rem 1.5rem;
    box-shadow: var(--shadow-soft);
    margin-bottom: 2rem;
    transition: all 0.4s ease;
    border: 1px solid rgba(59, 130, 246, 0.1);
    position: relative;
    overflow: hidden;
    height: 100%;
}

/* .facility-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
    border-color: var(--secondary-color);
} */


.facility-card:hover::before {
    transform: scaleX(1);
}


.facility-icon {
    font-size: 3.5rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 1.5rem;
    display: inline-block;
}



.facility-title {
    font-size: 1.4rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 1rem;
}

.doctors-section {
    background: var(--bg-light);
    padding: 43px 0 30px 0;
}

.doctors-section .doctor-avatar {
    margin-bottom: 20px;
    border-radius: 20px;
}

.doctors-section .doctor-avatar img {
    border-radius: 20px;
}

.doctors-section .doctor-avatar img {
    border-radius: 20px;
}


section.about .doctor-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}



.doctor-name {
    font-size: 1.3rem;
    font-weight: 700;
    color: var(--text-dark);
    margin-bottom: 0.5rem;
}

.doctor-speciality {
    color: var(--secondary-color);
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.about-section {
    padding: 100px 0;
    background: white;
}

.about-content {
    background: #fffce5;
    border-radius: 25px;
    padding: 2rem;
    height: 100% !important;

}

.contact-section {
    background: var(--gradient-primary);
    color: white;
    padding: 100px 0;
    position: relative;
}

.contact-card {
    background: white;
    color: var(--text-dark);
    border-radius: 20px;
    padding: 2.5rem;
    box-shadow: var(--shadow-soft);
    margin-bottom: 2rem;
}

.footer {
    background: var(--text-dark);
    color: white;
    padding: 80px 0 30px;
}

.footer h5 {
    color: var(--accent-color);
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.footer a {
    color: #d1d5db;
    text-decoration: none;
    transition: all 0.3s ease;
}

.footer a:hover {
    color: white;
    transform: translateX(5px);
}

.insurance-logos {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;

}

.insurance-logos2 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
}

.govt {
    background-color: var(--primary-color);
    border-radius: 20px;
    padding: 20px;
    color: #fff;
    text-align: center;
}

.insurance-logo {

    padding: 1rem 2rem;
    border-radius: 15px;
    font-weight: 600;
    color: var(--text-dark);
    transition: all 0.3s ease;
    text-align: center;

}

/* .insurance-logo:hover {
    transform: translateY(-5px);
} */


.floating-contact {
    position: fixed;
    bottom: 25px;
    right: 19px;
    z-index: 1000;
}

.floating-btn {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: var(--gradient-accent);
    border: none;
    box-shadow: 0 8px 25px rgba(245, 158, 11, 0.3);
    color: white;
    font-size: 1.5rem;
    transition: all 0.3s ease;
    animation: pulse 2s infinite;
}

.floating-btn:hover {
    transform: scale(1.1);
}

@keyframes pulse {
    0% {
        box-shadow: 0 0 0 0 rgba(9, 4, 49, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(245, 158, 11, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(245, 158, 11, 0);
    }
}

.feature-highlight {
    background: var(--gradient-accent);
    color: white;
    padding: 0.3rem 1rem;
    border-radius: 25px;
    font-size: 0.9rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 1rem;
}


.insurance-logo {
    text-align: center;
    margin-bottom: 10px;
}


.contact-form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    
}

section.facilities-section .hover {
    transition: all 0.5s ease;
    opacity: 0;
    position: absolute;
    right: 20px;
    bottom: 20px;
}
section.facilities-section .facility-card {
    transition: all 0.5s ease;
    position: relative;
    cursor: pointer;
}



section.facilities-section .facility-card:hover .hover {
    opacity: 1;

}
section.facilities-section .facility-card:hover  {
    transform: translateY(-10px);

}


section.bg-last{
background: url(../Images/last-bg.png) no-repeat;
background-size: cover;
background-position: center;
background-attachment: fixed;
padding: 6rem 0;
}

section.bg-last li{
    color: #fff;
}
section.bg-last .btn-2{
    color: #fff !important;
    border-color: #fff;
}



.breadcrumb {
    background: transparent;
    margin-bottom: 0;
}

.breadcrumb-item a {
    color: rgba(255,255,255,0.8);
    text-decoration: none;
}

.breadcrumb-item.active {
    color: white;
}

.section {
    padding: 80px 0;
}

.section-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: var(--text-dark);
}

.section-subtitle {
    font-size: 1.2rem;
    color: var(--text-light);
    margin-bottom: 3rem;
}

.story-card {
    background: white;
    border-radius: 20px;
    padding: 3rem;
    box-shadow: var(--shadow-soft);
    margin-bottom: 3rem;
    position: relative;
    overflow: hidden;
}

.story-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: var(--gradient-primary);
}

.timeline {
    position: relative;
    padding: 2rem 0;
}

.timeline::before {
    content: '';
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    width: 4px;
    background: var(--gradient-primary);
    transform: translateX(-50%);
}

.timeline-item {
    position: relative;
    margin-bottom: 3rem;
    width: 45%;
}

.timeline-item:nth-child(odd) {
    left: 0;
    text-align: right;
    padding-right: 3rem;
}

.timeline-item:nth-child(even) {
    left: 55%;
    text-align: left;
    padding-left: 3rem;
}

.timeline-dot {
    position: absolute;
    width: 20px;
    height: 20px;
    background: var(--accent-color);
    border-radius: 50%;
    top: 1rem;
}

.timeline-item:nth-child(odd) .timeline-dot {
    right: -13px;
}

.timeline-item:nth-child(even) .timeline-dot {
    left: -13px;
}

.timeline-card {
    background: white;
    padding: 2rem;
    border-radius: 15px;
    box-shadow: var(--shadow-soft);
    transition: all 0.3s ease;
}

.timeline-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}

.year {
    font-size: 2rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 1rem;
}

.founder-section {
    background: var(--bg-light);
}

.founder-card {
    border-radius: 25px;
    padding: 3rem;
    box-shadow: var(--shadow-soft);
    text-align: center;
    position: relative;
    overflow: hidden;
    text-align: start;
}

@keyframes rotate {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

.founder-avatar {
    width: 200px;
    height: 200px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 2rem;
    font-size: 4rem;
    color: white;
    position: relative;
    z-index: 2;
}

.vision-mission {
    background: white;
}

.mission-card {
    background: var(--bg-light);
    border-radius: 20px;
    padding: 2rem;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
    height: 1005;
}



.mission-icon {
    font-size: 3rem;
    background: var(--gradient-primary);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    margin-bottom: 0.2rem;
}

.values-section {
    background: var(--bg-light);
}

.value-card {
    background: white;
    border-radius: 20px;
    padding: 2.5rem;
    text-align: center;
    box-shadow: var(--shadow-soft);
    margin-bottom: 2rem;
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

.value-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 4px;
    background: var(--gradient-accent);
    transition: all 0.4s ease;
}

.value-card:hover::before {
    left: 0;
}

.value-card:hover {
    transform: translateY(-10px);
}

.value-icon {
    font-size: 3.5rem;
    color: var(--accent-color);
    margin-bottom: 1.5rem;
}

.impact-section {
    background: white;
}

.impact-card {
    text-align: center;
    padding: 2rem;
    background: var(--bg-light);
    border-radius: 20px;
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.impact-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--shadow-soft);
}

.impact-number {
    font-size: 3rem;
    font-weight: 800;
    color: var(--primary-color);
    margin-bottom: 0.5rem;
}

.team-section {
    background: var(--bg-light);
}

.trustee-card {
    background: white;
    border-radius: 20px;
    padding: 2rem;
    text-align: center;
    box-shadow: var(--shadow-soft);
    margin-bottom: 2rem;
    transition: all 0.3s ease;
}

.trustee-card:hover {
    transform: translateY(-5px);
}

.trustee-avatar {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    background: var(--gradient-primary);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
    font-size: 2.5rem;
    color: white;
}

.cta-section {
    background: var(--gradient-primary);
    color: white;
    text-align: center;
}



section.about-page {
    background: var(--primary-color);
    color: #fff;
    padding: 5% 0;
}

.color-bg{
    background: #fffce5;
    color: var(--primary-color);
}





section.inside-card .card_1{
    background: white;
    border-radius: 20px;
    padding:24px;
    box-shadow: var(--shadow-soft);
    margin-bottom: 2rem;
    transition: all 0.4s ease;
    border: 1px solid rgba(59, 130, 246, 0.1);
}

section.inside-card ul {
  list-style-type: upper-alpha;
}




  .header-section {
            background: linear-gradient(135deg, var(--primary-color) 0%, var(--secondary-color) 100%);
            color: white;
            padding: 2rem 0;
            position: relative;
            overflow: hidden;
            margin-top: 111px;
        }

        .header-section::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grid" width="10" height="10" patternUnits="userSpaceOnUse"><path d="M 10 0 L 0 0 0 10" fill="none" stroke="rgba(255,255,255,0.1)" stroke-width="1"/></pattern></defs><rect width="100" height="100" fill="url(%23grid)"/></svg>');
            opacity: 0.3;
        }

        .header-content {
            position: relative;
            z-index: 2;
        }

        .header-title {
            font-size: 3rem;
            font-weight: 700;
            margin-bottom: 0.5rem;
            text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
        }

        .header-subtitle {
            font-size: 1.2rem;
            opacity: 0.9;
            font-weight: 300;
        }

        .search-section {
            background: transparent;
            border-radius: 15px;
            padding: 2rem;
            margin: 0rem auto 2rem;
            /* max-width: 800px; */
            /* box-shadow: 0 10px 30px rgba(0,0,0,0.1); */
            position: relative;
            z-index: 3;
        }
/* 
        .search-container {
            position: relative;
        }

        .search-input {
            border: 2px solid var(--border-color);
            border-radius: 50px;
            padding: 1rem 1.5rem 1rem 3.5rem;
            font-size: 1.1rem;
            transition: all 0.3s ease;
            box-shadow: 0 2px 10px rgba(0,0,0,0.05);
        }

        .search-input:focus {
            border-color: var(--secondary-color);
            box-shadow: 0 0 0 0.2rem rgba(74, 144, 226, 0.25);
            outline: none;
        }

        .search-icon {
            position: absolute;
            left: 1.2rem;
            top: 50%;
            transform: translateY(-50%);
            color: var(--text-muted);
            font-size: 1.2rem;
        } */

        .filter-buttons {
            display: flex;
            flex-wrap: wrap;
            gap: 0.5rem;
            margin-top: 1.5rem;
            justify-content: center;
        }

        .filter-btn {
            background: var(--accent-color);
            border: 2px solid transparent;
            color: var(--primary-color);
            padding: 0.5rem 1rem;
            border-radius: 25px;
            font-weight: 500;
            transition: all 0.3s ease;
            cursor: pointer;
        }

        .filter-btn:hover, .filter-btn.active {
            background: var(--primary-color);
            color: white;
            transform: translateY(-2px);
            box-shadow: 0 4px 12px rgba(44, 90, 160, 0.3);
        }

        .stats-section {
            background: white;
            border-radius: 15px;
            padding: 1.5rem;
            margin-bottom: 2rem;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        }

        .stat-item {
            text-align: center;
            padding: 1rem;
        }

        .stat-number {
            font-size: 2.5rem;
            font-weight: 700;
            color: var(--primary-color);
            display: block;
        }

        .stat-label {
            color: var(--text-muted);
            font-size: 0.9rem;
            text-transform: uppercase;
            letter-spacing: 1px;
        }

        .doctor-card {
            background: white;
            border-radius: 15px;
            padding: 1.5rem;
            margin-bottom: 1.5rem;
            box-shadow: 0 5px 20px rgba(0,0,0,0.02);
            border: 1px solid var(--border-color);
            transition: all 0.3s ease;
            position: relative;
            overflow: hidden;
        }

        /* .doctor-card::before {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(to bottom, var(--primary-color), var(--secondary-color));
            transform: scaleY(0);
            transition: transform 0.3s ease;
            transform-origin: bottom;
        } */



        #feedback .owl-dots{
            display: none;
        }
        #feedback .owl-nav{
             display: flex;
          align-items: center;
          justify-content: center;
        }
        #feedback .owl-nav span{
 font-size: 32px;
          
        }
        #feedback .owl-nav button{
         width: 50px;
          height: 50px;
      
        }
        #feedback .owl-nav button:hover{
          background-color: #1C1156;
          color: #fff;
         width: 50px;
          height: 50px;
        }


        .doctor-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 15px 40px rgba(0,0,0,0.1);
        }

        .doctor-card:hover::before {
            transform: scaleY(1);
            transform-origin: top;
        }

        .doctor-name {
            font-size: 1.3rem;
            font-weight: 700;
            color: var(--primary-color);
            margin-bottom: 0.5rem;
            display: flex;
            align-items: center;
            gap: 0.5rem;
        }

        .doctor-specialty {
            background: linear-gradient(135deg, var(--accent-color), #f0f8ff);
            color: var(--primary-color);
            padding: 0.3rem 1rem;
            border-radius: 20px;
            font-size: 0.85rem;
            font-weight: 600;
            display: inline-block;
            margin-bottom: 0.8rem;
            /* text-transform: uppercase; */
            letter-spacing: 0.5px;
        }

        .doctor-qualification {
            font-size: 14px;
            color: var(--text-muted);
            margin-bottom: 0.5rem;
            font-weight: 500;

            height: 45px;
        }

        .doctor-position {
            /* color: var(--success-color); */
            font-size: 0.95rem;
            font-weight: 600;
            margin-bottom: 0.3rem;
        }

        .doctor-hospital {
            color: var(--text-muted);
            font-size: 0.9rem;
            font-style: italic;
        }

        .no-results {
            text-align: center;
            padding: 3rem 2rem;
            background: white;
            border-radius: 15px;
            box-shadow: 0 5px 20px rgba(0,0,0,0.08);
        }

        .no-results-icon {
            font-size: 4rem;
            color: var(--text-muted);
            margin-bottom: 1rem;
        }

        
        @media (max-width: 768px) {
            .header-title {
                font-size: 2rem;
            }
            
            .search-section {
                margin: -2rem 1rem 1rem;
                padding: 1.5rem;
            }
            
            .filter-buttons {
                justify-content: flex-start;
            }
            
            .doctor-card {
                padding: 1rem;
            }
        }

        /* .fade-in {
            opacity: 0;
            transform: translateY(20px);
            transition: all 0.3s ease;
        }

        .fade-in.visible {
            opacity: 1;
            transform: translateY(0);
        } */

        .highlight {
            background: linear-gradient(120deg, #ffeb3b 0%, #ffeb3b 100%);
            background-size: 100% 0.2em;
            background-repeat: no-repeat;
            background-position: 0 88%;
            transition: background-size 0.25s ease-in;
        }

