
    .menu-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        border-bottom: 4px solid transparent;
        cursor: pointer;
        padding: 0.5rem 0;
    }

    .nav-text {



        font-weight: 500;

        font-size: 14px;
        margin-top: 10px;
        text-align: center;

    }

    .mbl-btn {
        position: fixed;
        bottom: 0;
        background-color: white;
        z-index: 9999999;
        display: none;

    }

    .swiper-slide {
        padding-bottom: 0px !important;
    }

    .news-section .swiper-slide {
        padding-bottom: 52px !important;
    }

    .standard-maroon-btn {
        border-radius: 6px;
        background-color: var(--primary-color);
        border: none;
        padding: .7rem 1.2rem;
        max-width: 230px;
        text-align: center;
        font-weight: 500;
        width: 100%;
        font-size: 1.25rem;
        transition: background-color 0.3s ease;
        color: var(--background-light) !important;
        text-align: center;
    }
      .standard-maroon-btn:hover {
  color: var(--background-light);
       
    }
   
   .banner-btn  a {
  color: inherit;              /* Keep original text color */
  text-decoration: none;       /* Optional: remove underline */
}

.banner-btn a:visited,
.banner-btn  a:focus,
.banner-btn  a:active {
  color:inherit;
  text-decoration: none;
  outline: none;
}



    .standard-white-btn {
        border-radius: 6px;
        color: var(--primary-color) !important;
        border: none;
        padding: .7rem 1.2rem;
        border: solid 2px var(--primary-color);
        font-weight: 500;
        font-size: 1.25rem;
        transition: background-color 0.3s ease;
        background-color: var(--background-light);
        max-width: 230px;
        width: 100%;
        text-align: center;
    }
    .standard-white-btn:hover {
     
        color: var(--primary-color) !important; 
       
    }

    .breadcrumb-custom {
        background: none;
        padding: 0;
        margin: 0;
        font-size: 0.9rem;
    }

    .breadcrumb-custom .breadcrumb-item {
        color: var(--primary-color);
    }

    .breadcrumb-custom .breadcrumb-item.active {
        color: var(--primary-color);
        font-weight: 500;
    }

    .breadcrumb-item+.breadcrumb-item::before {

        color: var(--primary-color) !important;

    }

    .hospital-title {
        color: var(--primary-color);
        font-weight: 700;
        font-size: 2.5rem;
        margin-bottom: 1.5rem;
    }




    .hero-image {
        border-radius: 15px;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        width: 100%;
        height: auto;
        object-fit: cover;
    }

    .action-buttons {

        border-radius: 15px;
        padding: 20px;
        margin: 30px 0;
    }

    .action-btn {
        background: white;
        border: 1px solid #ddd;
        border-radius: 10px;
        padding: 15px 20px;
        text-decoration: none;
        color: #333;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        font-weight: 500;
    }

    .action-btn:hover {
        background-color: var(--primary-red);
        color: white;
        transform: translateY(-3px);
        box-shadow: 0 5px 15px rgba(165, 42, 42, 0.3);
    }

    .action-btn i {
        margin-right: 8px;
        font-size: 1.1rem;
        display: none;
    }





    .content-section {
        padding: 60px 0;
    }



    .section-text {
        color: #666;
        font-size: 1.1rem;
        line-height: 1.8;
        margin-bottom: 20px;
    }

    .navigation-container {
        max-width: 1000px;
        margin: 0 auto;
        padding: 0 15px;
    }

    .nav-buttons-wrapper {
        background-color: var(--nav-bg);
        border-radius: 50px;



        border: 1px solid #54545433;
    }

    .nav-button {
        background-color: transparent;
        border: none;
        color: var(--text-color);
        font-weight: 500;
        font-size: 1rem;
        padding: 15px 20px;
        /* border-radius: 40px; */
        transition: all 0.3s ease;
        text-decoration: none;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        min-height: 60px;
        cursor: pointer;

    }



    .nav-button:active {
        transform: translateY(0);
    }

    .nav-button .icon {
        margin-left: 8px;
        font-size: 1.1rem;
        opacity: 0.7;
        transition: all 0.3s ease;
    }

    .nav-button:hover .icon {
        opacity: 1;
        transform: translateX(3px);
    }

    .nav-button .text {
        white-space: nowrap;


        font-weight: 500;

        font-size: 20px;

        color: var(--text-light);


        text-align: center;




    }

    /* Custom circular arrow icon */
    .circular-arrow {
        width: 20px;
        height: 20px;
        border: 2px solid var(--text-light);
        border-radius: 50%;
        position: relative;
        display: inline-block;
        margin-left: 8px;
    }

    .circular-arrow::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        width: 6px;
        height: 6px;
        border-top: 2px solid var(--text-light);
        border-right: 2px solid var(--text-light);
    }

    .nav-btn-row {
        display: flex;
        width: 100%;
    }

    .section-divider-lg {
        width: 110px;
        height: 2px;
        background-color: var(--primary-color);

        margin-bottom: .7rem;

    }

    .stat-speciality {


        text-align: center;
        color: white;
        padding: 1rem;
        margin: 0px 10px;

        width: 200px;
    }

    .doctors-section {
        background-color: #f8f9fa;
        /* min-height: 100vh; */
        padding: 60px 0;
    }

    .doctor-card {
        background: white;
        border-radius: 12px;

        text-align: center;
        box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
        transition: all 0.3s ease;
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        border: 1px solid #e9ecef;
    }



    .doctor-image {
        /* margin-bottom: 20px; */
        position: relative;
        overflow: hidden;
    padding: 16px;
        /* border-radius: 8px; */
    }

    .doctor-image img {
        /* width: 100%; */
        max-height: 288px;
        /* object-fit: cover; */
        /* border-radius: 50%; */
        transition: transform 0.3s ease;
    }



    .doctor-info {
        flex-grow: 1;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 16px;
    }

    .doctor-name {
        font-size: 1.25rem;
        font-weight: 600;
        color: #3C3C3C;
        margin-bottom: 1px;
        line-height: 1.3;
    }

    .doctor-title {
        color:#606060;
        font-size: 0.9rem;
        line-height: 1.4;
        margin-bottom: 20px;
        min-height: 40px;
        font-weight:400;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 10px !important;
    }

    .btn-appointment {
        background: white;
        color: #D94E4E;
        border: 1px solid #D94E4E;

        padding: 10px 20px;
        border-radius: 25px;
        font-size: 0.9rem;
        font-weight: 700;
        transition: all 0.3s ease;
        text-transform: none;
        letter-spacing: 0.3px;
        margin-top: auto;
        width: 100%;
    }

    .doc-appointment-section {
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 12px;
        /* margin-top: auto; */
    }

    .call-icon {
        width: 40px;
        height: 40px;
        background: white;

        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: var(--neon-pink);
        font-size: 0.9rem;
        transition: all 0.3s ease;
        padding: 10px 18px;
        box-shadow: 0 2px 8px rgba(231, 76, 60, 0.2);
        font-size: 0.85rem;
    }

    .call-icon i {
        color: white;
    }





    /* Responsive Design */
    @media (max-width: 1199.98px) {
        .doctor-card {}

        .doctor-name {
            font-size: 1.1rem;
        }


    }

    @media (max-width: 991.98px) {
        .doctors-section {
            padding: 40px 0;
        }

        .doctor-card {

            margin-bottom: 20px;
        }


    }

    @media (max-width: 767.98px) {
        .doctors-section {
            padding: 30px 0;
        }

        .doctor-card {

            margin-bottom: 15px;
        }

        .doctor-name {
            font-size: 1.05rem;
        }

        .doctor-title {
            font-size: 0.85rem;
            min-height: 35px;
        }

        .btn-appointment {
            padding: 10px 16px;
            font-size: 0.85rem;
        }


    }

    @media (max-width: 575.98px) {


        .doctor-card {}



        .doctor-name {
            font-size: 1.1rem;
        }

        .doctor-title {
            font-size: 0.9rem;
        }

        .btn-appointment {
            padding: 12px 18px;
            font-size: 0.9rem;
        }
    }

    /* Animation for cards loading */
    .doctor-card {
        animation: fadeInUp 0.6s ease forwards;
        opacity: 0;
        transform: translateY(30px);
    }

    .doctor-card:nth-child(1) {
        animation-delay: 0.1s;
    }

    .doctor-card:nth-child(2) {
        animation-delay: 0.2s;
    }

    .doctor-card:nth-child(3) {
        animation-delay: 0.3s;
    }

    .doctor-card:nth-child(4) {
        animation-delay: 0.4s;
    }

    .doctor-card:nth-child(5) {
        animation-delay: 0.5s;
    }

    .doctor-card:nth-child(6) {
        animation-delay: 0.6s;
    }

    .doctor-card:nth-child(7) {
        animation-delay: 0.7s;
    }

    .doctor-card:nth-child(8) {
        animation-delay: 0.8s;
    }

    @keyframes fadeInUp {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    /* Accessibility improvements */
    .btn-appointment:focus-visible {
        outline: 2px solid #e74c3c;
        outline-offset: 2px;
    }

    .doctor-card:focus-within {
        box-shadow: 0 0 0 3px rgba(231, 76, 60, 0.1);
    }

    /* Print styles */
    @media print {
        .doctors-section {
            background: white !important;
            padding: 20px 0 !important;
        }

        .doctor-card {
            box-shadow: none !important;
            border: 1px solid #ddd !important;
            break-inside: avoid;
            margin-bottom: 20px !important;
        }

        .btn-appointment {
            background: #666 !important;
            color: white !important;
        }
    }

    /* Responsive Design */
    @media (max-width: 768px) {
        .nav-button {
            font-size: 0.9rem;
            padding: 12px 15px;
            min-height: 50px;
        }

        .content-section {
            padding: 40px 0;
        }

        .nav-buttons-wrapper {
            padding: 6px;
        }

        .nav-button .text {
            font-size: 0.85rem;
        }

        .circular-arrow {
            width: 18px;
            height: 18px;
        }

        .circular-arrow::after {
            width: 5px;
            height: 5px;
        }

        .stat-bg {
            padding: 0rem 0px !important;
        }

    }

    @media (max-width: 576px) {
        .nav-button {
            font-size: 0.8rem;
            padding: 10px 12px;
            min-height: 45px;
        }

        .nav-button .text {
            font-size: 0.8rem;
        }

        .circular-arrow {
            width: 16px;
            height: 16px;
            margin-left: 6px;
        }

        .circular-arrow::after {
            width: 4px;
            height: 4px;
        }
    }

    @media (max-width: 480px) {
        .navigation-container {
            padding: 0 0px;
        }

        .nav-buttons-wrapper {
            padding: 4px;
        }

        .nav-button {
            font-size: 0.75rem;
            padding: 8px 10px;
            min-height: 40px;
        }

        .nav-button .text {
            font-size: 0.75rem;
        }
    }

    /* Alternative stacked layout for very small screens */
    @media (max-width: 1000px) {

        .nav-buttons-wrapper {
            border-radius: 20px;
            padding: 10px;
        }

        .mbl-btn {
            position: fixed;
            bottom: 0;
            background-color: white;
            z-index: 9999999;
            display: block;

        }

        .nav-button-container {
            width: 100% !important;
        }

        .nav-button {
            border-radius: 15px !important;
            border: none !important;
            /* margin-bottom: 8px !important; */
            width: 100%;
            justify-content: space-between;
        }

        .action-buttons {

            margin: 0px;
            padding: 16px 0px;
            display: none;
        }

        .nav-button:last-child {
            margin-bottom: 0;
        }

        .row.g-0>.col-4 {
            flex: 0 0 100%;
            max-width: 100%;
        }

        .navigation-container {

            /* width: fit-content; */
        }

        .nav-btn-row {
            flex-direction: column;
            gap: 10px;
        }
    }

    /* Hover effects for better UX */
    .nav-button::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
        border-radius: 40px;
        opacity: 0;
        transition: opacity 0.3s ease;
    }

    .nav-button:hover::before {
        opacity: 1;
    }

    /* Focus states for accessibility */
    .nav-button:focus {
        outline: 2px solid var(--hover-text);
        outline-offset: 2px;
    }


    /* Loading animation */
    @keyframes fadeInUp {
        from {
            opacity: 0;
            transform: translateY(20px);
        }

        to {
            opacity: 1;
            transform: translateY(0);
        }
    }

    .navigation-container {
        animation: fadeInUp 0.6s ease-out;
    }

    /* Responsive adjustments */
    @media (max-width: 768px) {
        .hospital-title {
            font-size: 2rem;
            margin-bottom: 11px;
        }

        .stat-number {
            font-size: 1.5rem;
        }

        .section-title {
            font-size: 1.8rem;
        }

        .btn-primary-custom,
        .btn-outline-custom {
            padding: 10px 20px;
            font-size: 0.9rem;
            margin-bottom: 10px;
            width: 100%;
            text-align: center;
        }

        .action-btn {
            margin-bottom: 10px;
            font-size: 0.9rem;
        }

        .stats-section {
            padding: 30px 15px;
        }

        .stat-item {
            margin-bottom: 20px;
        }

        .stat-speciality {

            width: 142px;
            margin: 0px;
        }


    }

    /* Add responsive styles for buttons */
    @media (max-width: 991.98px) {

        .standard-maroon-btn,
        .standard-white-btn {
            font-size: 1.1rem;
            padding: .6rem 1rem;
            max-width: 200px;
        }
    }

    @media (max-width: 767.98px) {

        .standard-maroon-btn,
        .standard-white-btn {
            font-size: 1rem;
            padding: .5rem .9rem;
            max-width: 180px;
        }
    }

    @media (max-width: 575.98px) {

        .standard-maroon-btn,
        .standard-white-btn {
            font-size: 0.9rem;
            padding: .4rem .8rem;
            max-width: 160px;
        }
    }

    .doctors-swiper {
        /* padding-bottom: 40px !important; */
        position: relative;
    }

    .doctors-swiper .swiper-pagination {
        bottom: 0 !important;
        position: absolute;
    }

    .doctors-swiper .swiper-slide {
        height: auto;
    }

    .doctors-swiper .doctor-card {
        height: 100%;
        margin: 0;
    }

    .doctors-swiper .swiper-pagination-bullet-active {
        background: var(--primary-color) !important;
    }

    @media (max-width: 767.98px) {
        .doctors-swiper .doctor-card {
            margin-bottom: 0;
        }

        .doctors-swiper {
            margin: 0 -15px;
            padding-left: 15px;
            padding-right: 15px;
        }
    }
