@media (min-width: 768px) {
        #mobile-dashboard {
            display: none;
        }
    }   

.page-container {
    width: 80%; 
    margin: 0 auto; 
    padding: 20px;
    box-sizing: border-box; 
}
@media (max-width: 768px) {
    .page-container {
        width: 100%; 
        padding: 10px;
    }
}
#mobile-dashboard {
    background-color: #f5f5f5;
    padding: 20px;
}

#mobile-dashboard .container {
    max-width: 500px;
    margin: 0 auto;
}

.dashboard-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); 
    gap: 15px; 
    padding: 10px;
}

.dashboard-item {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 15px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.dashboard-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.dashboard-link {
    text-align: center;
    text-decoration: none;
}

.dashboard-icon {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
    object-fit: contain; 
}

.dashboard-text {
    font-size: 14px;
    font-weight: bold;
    color: #333;
}


@media (max-width: 480px) {
    .dashboard-grid {
        grid-template-columns: repeat(2, 1fr); 
    }

    .dashboard-text {
        font-size: 12px;
    }
}
@media (min-width: 768px) {
    #mobile-dashboard {
        display: none;
    }
}       

.main-slider {
    position: relative;
}

.main-slider-caption {
    margin-top: 50px; 
    margin-left: 20px; 
    color: white;
}

.wrap-caption h1 {
    font-size: 36px;
    font-weight: bold; 
    margin-bottom: 10px;
}

.wrap-caption .text {
    font-size: 18px; 
    margin-bottom: 20px; 
}

.main-slider-btn {
    display: inline-block;
    background-color: #007bff; 
    color: white;
    padding: 10px 20px; 
    border-radius: 5px;
    text-decoration: none; 
    margin-right: 10px;
    transition: transform 0.2s, background-color 0.3s; 
    box-shadow: 0 4px 10px rgba(0, 123, 255, 0.5);
}

.main-slider-btn:hover {
    background-color: #0056b3;
    transform: translateY(-2px);
}

.link-btn .btn1 {
    background-color: #28a745;
}

.link-btn .btn1:hover {
    background-color: #218838;
}
.slide-overlay {
    background: rgba(0, 0, 0, 0.5);
}

@media (max-width: 767px) { 
    #main-slider {
        display: none; 
    }
}
.welcome-area.desktop-only {
    background: linear-gradient(to bottom, #2f2f2f, #4caf50);
    color: #fff;
    padding: 40px 20px;
}

.welcome-area.desktop-only .main-heading1 {
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 10px;
    position: relative;
    left: 0px; 
    z-index: 1;
    text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.7);
}

.decor-container {
    display: flex;
    align-items: center;
    justify-content: flex-start; 
}

.decor {
    margin-right: 15px;
}

.decor .inner {
    background: #F4C300;
    width: 50000px;
    height: 10px;
}
.welcome-area.desktop-only .main-heading2 {
    color: #fff;
    font-size: 24px;
    margin-bottom: 20px;
}
.welcome-area.desktop-only .wel-img img {
    max-width: 100%; 
    height: auto;
    margin-bottom: 10px;
}
.welcome-area.desktop-only p {
    font-size: 18px;
    line-height: 1.6;
    font-weight: bold; 
    border: 2px solid #000;
    padding: 10px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5);
    margin-top: 5px;
    margin-bottom: 10;
}
@media (max-width: 768px) {
    .desktop-only {
        display: none;
    }

   .mobile-only {
    display: block;
    background: linear-gradient(to bottom, #2f2f2f, #4caf50);
    color: #fff;
    padding: 40px 20px;
    text-align: center; 
    margin-top: 1px;
}
    .mobile-only .wel-img img {
        max-width: 100%;
        height: auto;
        margin-bottom: 20px;
    }

    .mobile-only .main-heading1 {
        font-size: 24px; 
        margin-bottom: 10px;
    }

    .mobile-only .main-heading2 {
        font-size: 20px;
        margin-bottom: 15px;
    }

   .mobile-only .description-text {
    font-size: 16px;
    line-height: 1.5; 
    font-weight: bold;
    border: 2px solid #000;
    padding: 10px;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.5); 
    margin-top: 10px;
    margin-bottom: 0;
}
}

@media (min-width: 769px) {
    .mobile-only {
        display: none;
    }
}

.notification-container {
    padding: 20px;
}

@media (min-width: 992px) {
    .notification-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 1200px;
    }

    .notification-boxes {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
         
    }    
     .notification-boxes .col-lg-3 {
        margin-bottom: 15px;
        padding: 15 10px; 
    }
    .notification-boxes .col-lg-3 {
        margin-bottom: 30px;
    }
    .box {
        border: 1px solid #ddd; 
        padding: 20px;
        background-color: #fff;
        border-radius: 10px;
        text-align: center;
        max-width: 80%;       
    }
    .icon i {
        font-size: 24px;
        color: #333; 
    }
    h4 {
        margin: 15px 0;
    }
    p {
        margin-bottom: 15px; 
    }
    .btn-transparent {
        border: 1px solid #333;
        color: #333;
        padding: 10px 20px;
    }

    .btn-transparent:hover {
        background-color: #333;
        color: #fff;
    }
}

.notification-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 2px 2px;
}

    
.carousel-section {
        background-color: black;
        padding: 0; 
        margin: 0; 
    }

    .box {
        padding: 20px;
        border-radius: 10px;
        background-color: rgba(50, 50, 50, 0.8);
        color: white;
        transition: transform 0.3s ease, box-shadow 0.3s ease;
        width: 100%;
        margin: 0 auto;
        
    }

    .box:hover {
        transform: translateY(-10px);
        box-shadow: 5px 5px 15px rgba(0, 0, 0, 0.7);
        
    }

    .icon {
        font-size: 50px;
        color: #f0ad4e;
        margin-bottom: 15px;
        padding: 1px; 
        border-radius: 50%;
        
    }

    .carousel-indicators {
        position: absolute;
        bottom: 10px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        gap: 5px;
    }

    .carousel-indicators button {
        background-color: #f0ad4e;
        border: none;
        border-radius: 50%;
        width: 12px;
        height: 12px;
    }

    .carousel-indicators .active {
        background-color: green;
    }

    @media (max-width: 768px) {
        .d-md-flex { display: none; }
    }    
    @media (max-width: 768px) {
        .d-md-none { display: block; }
    }

    
     @media (max-width: 768px) {
    .featured-doctors {
        display: none;
    }
    .featured-doctors-mobile {
        display: block;
    }
}
@media (min-width: 769px) {
    .featured-doctors-mobile {
        display: none;
    }
}

.featured-doctors .bio-box {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    border: 2px solid #28a745;
}

.featured-doctors .bio-box:hover {
    transform: scale(1.05);
}
.featured-doctors .profile-img img {
    border-radius: 50%;
    transition: all 0.3s ease;
}
.featured-doctors .profile-img img:hover {
    filter: brightness(1.2);
}
.txt-holder {
    padding: 10px;
}
.featured-doctors-mobile .container {
    max-width: 100%;
    margin: 0 auto;
    padding: 2px 2px;
}

.featured-doctors-mobile .bio-box {
    background-color: #222;
    border-radius: 10px;
    padding: 20px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border: 2px solid #28a745;
    
}

.featured-doctors-mobile .profile-img img {
    border-radius: 50%;
    margin-bottom: 15px;
}

.featured-doctors-mobile h5 {
    color: #fff;
}

.featured-doctors-mobile p.designation {
    color: #ddd;
}

.featured-doctors-mobile .overlay {
    background: rgba(0, 0, 0, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

@media (max-width: 768px) {
    .bio-box {
        margin-bottom: 20px;
    }
    .bio-box .txt-holder {
        margin-bottom: 15px;
    }
    
    .sm-links {
        margin-top: 15px;
    }

 .sm-links a {
    display: inline-block;
    width: 25px; 
    height: 25px; 
    line-height: 50px; 
    text-align: center;
    border-radius: 50%; 
    background-color: #4CAF50; 
    color: #fff; 
    font-size: 10px; 
    transition: background-color 0.3s; 
}
.bio-box .overlay-txt {
        margin-top: 20px;
    }
}

@media only screen and (max-width: 767px) {
    .featured-doctors-mobile {
        background-color: #000; 
        padding: 20px 10px;
    }

    .featured-doctors-mobile .sec-title h2 {
        background-color: #000; 
        color: #fff; 
        padding: 10px 15px;
        font-size: 24px;
        border: 2px solid #28a745; 
        border-radius: 5px;
        margin-bottom: 10px;
    }

    .featured-doctors-mobile .sec-title p {
        color: #fff; 
        font-size: 16px;
        line-height: 1.5;
        background-color: rgba(0, 0, 0, 0.8); 
        padding: 10px;
        border-radius: 5px;
        margin: 0 auto;
          border: 2px solid #ff9933;
    }
@media (max-width: 768px) {
    .sm-links {
        display: flex; 
        justify-content: center; 
        padding: 0; 
        margin: 0; 
    }

    .sm-links li {
        display: inline-block;
        margin: 0 10px; 
    }

    .sm-links a {
        display: inline-flex;
        width: 35px; 
        height: 35px;
        line-height: 35px;
        text-align: center;
        border-radius: 50%; 
        background-color: #333;
        color: #fff; 
        font-size: 18px; 
        transition: background-color 0.3s ease, color 0.3s ease;
        text-decoration: none; 
    }

    .sm-links a:hover {
        background-color: #555; 
        color: #fff; 
    }
}
.mobile-testimonial {
    display: none;
}

.desktop-testimonial {
    display: block;
}

@media (max-width: 768px) {
    .desktop-testimonial {
        display: none;
    }
    .mobile-testimonial {
        display: block;
    }
}

.mobile-testimonial {
    display: none;
}


.desktop-testimonial {
    display: block;
    background: linear-gradient(45deg, #008000, #FF9933);
    color: #fff; 
}

@media (max-width: 768px) {
    .desktop-testimonial {
        display: none;
    }
    .mobile-testimonial {
        display: block;
        background: linear-gradient(45deg, #008000, #FF9933); 
        color: #fff;
    }
}

.testimonial-wrapper {
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); 
}


.sec-title h2 {
    color: #fff; 
    font-size: 36px;
    margin-bottom: 10px;
}
.sec-title p, .text-box p {
    color: #fff;
}

.text-box p {
    color: #000; 
}
@media (max-width: 768px) {
    .testimonial-description-mobile {
        font-family: 'Open Sans', sans-serif;
        font-size: 18px;
        color: #f0f0f0; 
        background-color: #000; 
        padding: 15px;
        line-height: 1.6; 
        border-left: 5px solid #ffdd33; 
        border-radius: 8px; 
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
        margin: 20px auto;
        text-align: left; 
        max-width: 95%; 
    }
}
   
    .d-md-block { display: block; }
    .d-md-none { display: none; }
    .big-screen-heading {
        font-size: 40px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
        letter-spacing: 2px;
        position: relative;
    }
    .big-screen-heading::after {
        content: '';
        width: 80px;
        height: 5px;
        background-color: #ffcc00;
        position: absolute;
        bottom: -15px;
        left: 50%;
        transform: translateX(-50%);
    }
    .big-screen-description {
        font-size: 18px;
        line-height: 1.8;
        margin-top: 10px;
        color: #dcdcdc;
        font-family: 'Open Sans', sans-serif;
    }
    .counter-heading {
        font-size: 20px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        margin-top: 10px;
        letter-spacing: 1px;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    }  
    .counter-heading-mobile {
        font-size: 24px;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
        letter-spacing: 1px;
        margin-top: 10px;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
    }
    .mobile-counters-wrapper .carousel-item {
        padding: 20px;
        background: rgba(0, 0, 0, 0.7);
        border-radius: 10px;
        box-shadow: 0px 4px 15px rgba(0, 0, 0, 0.3);
    }    
    .carousel-item i {
        font-size: 40px;
        color: #ffcc00;
        margin-bottom: 15px;
    }
    .carousel-item .counter {
        font-size: 30px;
        color: #ffcc00;
        font-weight: bold;
    }    
    @media (max-width: 768px) {
    .services-section { 
        display: none; 
    }
    .services-section-mobile {
        display: block; 
    }
}

@media (min-width: 769px) {
    .services-section-mobile {
        display: none; 
    }
}
.sidebar-menu {
    position: fixed;
    left: -250px;
    top: 0;
    width: 250px;
    height: 100%;
    background-color:#222;
    transition: 0.3s ease;
    z-index: 999;
}
.sidebar-menu.show {
    left: 0;
}

.sidebar-menu ul {
    padding-left: 0;
}

.sidebar-menu ul li {
    list-style: none;
    padding: 15px;
    border-bottom: 1px solid #fff;
}

.sidebar-menu ul li a {
    color: #fff;
    text-decoration: none;
}
.navbar-toggler {
    border: none;
    background: transparent;
    color: #fff;
    font-size: 24px;
}
#strickyMenu {
    padding: 5px 0; 
}

.navbar-toggler {
    outline: none; 
}

.navbar-brand img {
    max-height: 40px; 
}

.login-btn a {
    border-radius: 5px; 
}

.navbar {
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); 
}
 .navbar-brand img {
        transition: transform 0.3s, box-shadow 0.3s;
        transform: scale(1); 
        box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
    }
    
    .navbar-brand:hover img {
        transform: scale(1.05) translateY(-2px); 
        box-shadow: 0 6px 12px rgba(0, 0, 0, 0.5); 
    }