body {
    margin: 0;
    font-family: "Mukta", sans-serif;
}

.overflow-hidden{
    overflow: hidden;
}
.overflow-visble {
    overflow: visible !important;
}

.m-b20{
    margin-bottom: 20px;
}
.m-b30 {
    margin-bottom: 20px;
}
.m-b40 {
    margin-bottom: 20px;
}
/* header */
.bg-body-tertiary{
    background-color: #fff !important;
}
.container {
    padding: 0 85px;
}
.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 30px;
    background-color: #fff;
    border-bottom: 1px solid #ddd;
}

.logo-section {
    display: flex;
    align-items: center;
}


.logo {
	height: 28px;
    transform: scale(1.5);
    margin-right: 2px;
}

.logo-text {
    font-weight: bold;
    color: #002F5F;
    font-size: 20px;
}
li.nav-item {
   font-size: 16px;
    padding: 9px 19px;
    font-weight: 500;
}

li.nav-item .nav-link{
    color: #222;
}

.dropdown-item {
    background-color: #f5f9fb; /* Soft light blue/gray */
    width: 100%; /* Full width within parent */
    display: block;
    text-align: center;
    padding: 0px 20px;
    margin: 8px 0;
    border-radius: 12px;
    white-space: normal;
    word-break: break-word;
    font-size: 13px;
    font-weight: 600;
    color: #141414;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}


.btn-group ul li{
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
}
.btn-group ul li .dropdown-item{
    font-size: 18px;
    display: flex;
    gap: 10px;
    padding: 3px 9px;
    line-height: 30px;
}


.subtitle {
    font-family: "Mukta", sans-serif;
    font-size: 12px;
    color: #555;
    margin-top: -4px;
}

.nav-buttons {
    display: flex;
    align-items: center;
    gap: 10px;
}
.nav-buttons.btn{
    padding: 10px 30px;
    font-size: 15px;
}

.btn {
    padding: 16px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    font-size: 14px;
}

.btn-doctors {
    background-color: #10d9d0 !important;
    color: #fff;
    padding: 15px 53px;
    font-size: 16px;
	border-radius: 60px;
    margin-left: -40px;
    @media (max-width: 1400px) {
            padding: 14px 22px;
            font-size: 14px;
             color: #fff !important;  
        }
}


.btn-contact {
    background-color: #f3f6f8;
    color: #000;
    padding: 15px 53px;
    font-size: 16px;
    color: #000;
	border-radius: 60px;
    @media (max-width: 1400px) {
            padding: 14px 22px;
            font-size: 14px;
            
        }
}
.btn-group{
    margin-left: 15px;
}

button.btn.btn-secondary.dropdown-toggle {
    padding: 6px 8px;
    background: #f3f6f8;
}
.dropdown-toggle::after {
    color: #000;
}

.language-flag {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid #ccc;
    margin-left: 5px;
}

.hamburger {
    font-size: 24px;
    margin-left: 15px;
    cursor: pointer;
}

.right-section {
    display: flex;
    align-items: center;
}


/* banner */
.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 20px;
    flex-wrap: wrap;
}

.content {
    margin-top: +80px;
    flex: 1 1 500px;
    @media (max-width: 991px) {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        }
   
}
.content h4{
    font-family: "Mukta", sans-serif;
    font-size: 18px;
    font-weight: 400;
}

.content h1 {
    font-family: "Mukta", sans-serif;
	font-size: 44px;
    font-weight: 700;
    margin-bottom: 20px;
    @media (max-width: 991px) {
       text-align: center;
    }
}

.highlight {
    color: #00bfa6;
    font-weight: bold;
}

.content p {
	font-size: 17px;
    margin: 10px 0;
    color: #686e7a;
    width: 80%;
    @media (max-width: 991px) {
        text-align: center;
    }
}
.content .text{
    color: #1f1f1f !important;
    font-size: 17.2px;
}

.app-buttons a img {
    height: 50px;
    margin-right: 10px;
    margin-top: 20px;
}

.image {
    flex: 1 1 300px;
    text-align: center;
    width: 108%;
    @media (max-width: 768px) {
        display: flex;
        justify-content: center;
        align-items: center;
        transform: scale(0.8);
    }
}

.image img {
    max-width: 100%;
    height: auto;
   
}

/* about section */
.support-section {
    padding: 40px;
    display: flex;
    justify-content: center;
}

.support-container {
    display: flex;
    max-width: 1100px;
    border: 2px solid #00cfcf;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    flex-wrap: wrap;
}

.image-container {
    flex: 1 1 300px;
}

.image-container img {
    width: 100%;
    height: 10  0%;
    object-fit: cover;
}

.text-container {
    flex: 1 1 400px;
    padding: 30px;
    background-color: #fff;
}

.text-container h4 {
    font-family: "Mukta", sans-serif;
    color: #666;
    font-weight: 600;
    margin-bottom: 10px;
}

.text-container h2 {
    font-family: "Mukta", sans-serif;
    font-size: 28px;
    color: #222;
    margin-bottom: 20px;
}

.text-container h2 span {
    color: #00cfcf;
}

.support-list {
    list-style: none;
    padding: 0;
}

.support-list li {
    margin-bottom: 10px;
    font-size: 19px;
    color: #333;
    @media (max-width: 1400px){
        font-size: 14px;
    }
	i{
		margin-right:10px;
	}
} 
.support-list li i{
    color: #00c8c8;
}

/* about us swiper */
.hours-section {
    padding: 40px 20px;
    background: #f1f7f9;
}

.container {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

.left-content {
    flex: 1 1 40%;
}

.left-content h5 {
    font-family: "Mukta", sans-serif;
    font-size: 20px !important;
    color: #272626 !important;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.left-content h2 {
    font-family: "Mukta", sans-serif;
    font-size: 38px !important;
    margin-bottom: 20px;
}

.highlight {
    color: #00c8c8;
}

.hours-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.hours-list li {
    font-size: 19px !important;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    gap: 10px;
    @media(max-width: 1370px) {   
        font-size: 15px;
    }
}


.hours-list i {
	font-size: 18px;
    color: #0f243d;
    background: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 50px;
    height: 50px;
    text-align: center;
    line-height: 30px;
}

.right-content {
    flex: 1 1 55%;
}

.swiper {
    width: 100%;
    padding-bottom: 20px;
    
}


.card {
    background: white;
    border-radius: 15px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    text-align: center;
    transition: transform 0.3s ease;
    height: 100% !important; /* for grid/column layout */
    display: flex;
    flex-direction: column;
}


.card img {
    width: 100%;
    height: 220px !important;
    object-fit: cover;
}

.card p {
	padding: 40px 10px;
    font-weight: bold;
    font-size: 20px !important;
    margin: 0;
    @media(max-width: 1370px) {
        padding: 20px 10px;
        font-size: 15px;
    }
}


/* medications */
.no-prescribe-section {
    padding: 40px 20px;
}

.container {
    display: flex;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 auto;
    gap: 40px;
}

.left-content {
    flex: 1 1 60%;
    
    overflow-y: auto;
    padding-right: 20px;
}

.left-content h5 {
    font-family: "Mukta", sans-serif;
    text-transform: uppercase;
    color: #666;
    font-size: 22px;
    margin-bottom: 10px;
   @media(max-width: 1400px){
    font-size: 15px;
   }
}

.left-content h2 {
    font-family: "Mukta", sans-serif;
    font-size: 28px;
    margin-bottom: 10px;
}

.left-content .highlight {
    color: #00c8c8;
}

.right-content .subtext {
    font-size: 19px !important;
    width: 100%;
    color: #666668 !important;
}

.medication-list {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.medication-item {
    display: flex;
    gap: 15px;
    background: #fff;
    padding: 15px 20px;
    border-radius: 10px;
    align-items: center;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05), 0 0 20px rgba(0, 255, 255, 0.1);
        @media(max-width: 991px) {
            width: 100%;
        }
}
.img-box .ss-media{
    height: 50px;
    width: 50px;
    display: flex
}

.medication-item .icon {
    font-size: 20px;
    margin-top: 5px;
    width: 80px;
    height: 80px;
    background: #fff;
    text-align: center;
    line-height: 80px;
    border-radius: 50%;
    @media (max-width: 1380px) {
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        }

}

.icon.blue {
    color: #fff;
    background: #00c8c8;
}

.icon.dark {
    color: #fff;
    background: #003e5c;
}

.icon.green {
    color: #fff;
    background: #2acaa2;
}
strong {
    font-size: 22px;
    @media(max-width: 1400px) {
            font-size: 15px;
        }
}

.medication-item p {
    font-family: "Mukta", sans-serif;
    margin: 5px 0 0;
    font-size: 18px;
    color: #555;
    @media(max-width: 1400px) {
            font-size: 12px;
        }
}

.right-content {
    flex: 1 1 35%;
}

.sticky-image {
    position: sticky;
    top: 40px;
    border-radius: 20px;
    overflow: hidden;
    padding: 5px;
	margin-right: 150px;
   

}

@media(max-width: 1440px) {
    .sticky-image {
        margin-right: 70px;
    }
}
@media(max-width: 991px) {
    .sticky-image {
        margin-right: 0;
    }
}
.sticky-image img {
    width: 100%;
    border-radius: 15px;
    display: block; 
}

/* problem-swiper-sec */


.problems-section {
    padding: 40px 20px;
    text-align: center;
    background: #f1f7f9;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
}

.problems-section h5 {
    font-family: "Mukta", sans-serif;
    color: #666;
    text-transform: uppercase;
    font-size: 14px;
    margin-bottom: 10px;
}
.problemsSwiper {
    animation: moveleft 20s linear infinite;
    
   
}
 @keyframes moveleft {
     0% {
         right: -100px;
     }

     100% {
         right: 100%;
     }
 }

.problems-section h2 {
    font-family: "Mukta", sans-serif;
    font-size: 28px;
    margin-bottom: 30px;
}

.highlight {
    color: #00c8c8;
}

.swiper {
    padding-bottom: 10px;
    overflow-x: auto;
}

.problem-chip {
    padding: 14px 14px;
    background-color: #fff;
    border: 1px solid #00c8c8;
    border-radius: 9px;
    font-size: 19px;
    font-weight: 500;
    white-space: nowrap;
    display: inline-block;
    color: #000;
    cursor: default;
    transition: background 0.3s;
    width: auto !important;
}
.problem-chip:hover {
    background-color: #e6fbfb;
}

.swiper-wrapper {
    display: flex;
    align-items: center;
    padding-bottom: 10px; 
}

/* problems */

.not-treated-section {
    padding: 40px 20px;
}

/* Left Side (Sticky) */
.media-content {
    flex: 1 1 45%;
    position: sticky;
    top: 20px;
    align-self: flex-start;
}

.media-content h5 {
    font-family: "Mukta", sans-serif;
    color: #666;
    font-size: 14px;
    text-transform: uppercase;
    margin-bottom: 10px;
    
}
.sticky-top {
    position: sticky;
    top: 0;
}

.right-content h2 {
    font-family: "Mukta", sans-serif;
    font-size: 52px;
    line-height: 1.4;
    margin-bottom: 10px;
    @media(max-width: 1400px) {
        font-size: 35px;
    }
}
.right-content .subtext{
    font-size: 15px;
    width: 80%;
    color: #8f959c;
}

.media-content.highlight {
    color: #00c8c8;
}

.subheading {
    font-size: 18px;
    font-weight: normal;
    color: #333;
}

.info-text {
    margin: 15px 0 25px;
    font-size: 15px;
    color: #555;
}

.image-wrapper {
    border-radius: 20px;
    overflow: hidden;
    /* padding: 5px;
	margin-right: 40px; */
}

.image-wrapper img {
    width: 100%;
    border-radius: 15px;
    display: block;
    transform: scale(0.8);
}
.text-content{
    margin-top: 90px;
 
    
}
.text-content h5{
    font-size: 18px;
}
.text-content h2{
    font-size: 36px;
}
.text-content ul li {
    font-size: 17px;
}


  

/* Right Side (Scrollable List) */
.extra-features{
    flex: 1 1 55%;
    max-height: 80vh;
    overflow-y: auto;
    padding-right: 10px;
}

.extra-features.problem-item{
    display: flex;
    align-items: flex-start;
    gap: 15px;
    background: #f8f9fa;
    border-radius: 12px;
    padding: 15px 20px;
    margin-bottom: 20px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.05);
}

.extra-features.problem-item .icon{
    font-size: 20px;
    margin-top: 5px;
}

.extra-features.icon.teal{
    color: #00c8c8;
}

.extra-features.icon.navy{
    color: #003e5c;
}

.extra-features.problem-item p{
    font-family: "Mukta", sans-serif;
    margin: 5px 0 0;
    font-size: 14px;
    color: #555;
}

/* team-sec */
.team-section{
    padding: 40px 20px;
    text-align: center;
    background: #f1f7f9;
}

.container{
    max-width: 1300px;
    margin: 0 auto;
}

h5{
    font-family: "Mukta", sans-serif;
    color: #000000;
    font-size: 22px;
    text-transform: uppercase;
    margin-bottom: 10px;
    font-weight: 400;
    line-height: 1;
    @media(max-width: 1400px) {
            font-size: 15px;
        }
}

h2{
    font-family: "Mukta", sans-serif;
    font-size: 52px;
    margin-bottom: 17px;
    font-weight: 600;
    @media(max-width: 1400px) {
            font-size: 35px;
    }
}

.highlight{
    color: #00c8c8;
}

/* Swiper Expert Cards */
.swiper{
    padding-bottom: 20px;
}

.expert-card{
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    transition: transform 0.3s ease;
}

.expert-card:hover{
    transform: translateY(-5px);
}

.expert-card img{
    width: 100%;
    height: 280px;
    object-fit: cover;
}

.expert-info{
    padding: 15px;
  
}

.expert-info h4{
    font-family: "Mukta", sans-serif;
    margin: 0 0 8px;
    font-size: 24px;
    @media(max-width: 1400px) {
        font-size: 18px;
    }
}

.expert-info p{
    font-family: "Mukta", sans-serif;
    font-size: 17px;
    color: #555;
    margin: 0;
    line-height: 1.4;
    @media(max-width: 1400px) {
        font-size: 14px;
    }
}

/* contect us */
.contact-section {
    background-color: #00d2d3;
    padding: 40px 20px;
    text-align: center;
    position: relative;
    z-index: 1;
}
.contact-section::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    height: 400px;
    width: 100%;
    background: #fff;
    z-index: -1;
}

.contact-header h5 {
    font-family: "Mukta", sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    color: #000000;
    margin-bottom: 5px;
    font-weight: 500;
}

.contact-header h2 {
    font-family: "Mukta", sans-serif;
    color: #fff;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: 500;
}
.text-1 {
    color: #000 !important;
}

.contact-container {
    background-color: #fff;
    border-radius: 10px;
    margin: 0 auto;
    display: flex;
    overflow: hidden;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.contact-form {
    flex: 1;
    padding: 30px;
    text-align: left;
}

.contact-form form {
    display: flex;
    flex-direction: column;
}

.contact-form label {
    margin-bottom: 5px;
    font-size: 14px;
    color: #333;
}

.contact-form input,
.contact-form textarea {
    margin-bottom: 15px;
    padding: 18px 15px;
    border-radius: 6px;
    border: 1px solid #eee;
    background-color: #f7f7f7;
    font-size: 14px;
}

.contact-form button {
    background-color: #00d2d3;
    color: #000000;
    padding: 10px;
    border: none;
    border-radius: 6px;
    font-size: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.contact-form button:hover {
    background-color: #00b6b6;
}

.contact-image {
    flex: 1;
    max-height: 100%;
    padding: 30px 30px 30px 0px;
    @media(max-width: 991px) {
        display: none;
    }
}

.contact-image img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    border-radius: 12px;
}

/* Responsive */
@media (max-width: 768px) {
    .contact-container {
        flex-direction: column;
    }

    .contact-image {
        order: -1;
        max-height: 300px;
    } }

    /* footer */
        .footer {
            background-color: #1e1e21;
            color: #fff;
            padding: 40px 20px 20px;
            font-size: 14px;
        }
    
       
    
        .footer-col {
            flex: 1;
            min-width: 220px;
            margin-bottom: 20px;
        }
    
        .logo-col {
            max-width: 360px;
        }
    
        .footer-logo {
            color: #00d2d3;
            font-size: 20px;
            margin-bottom: 10px;
        }
    
        .footer-col p {
		   color: #adaeb2;
			font-size: 17px;
			font-family: "Mukta", sans-serif;
			margin-bottom: 20px;
			line-height: 1.5;
            @media(max-width: 1400px) {
                font-size: 15px;
            }
        }
    
        .footer-col h4 {
            font-family: "Mukta", sans-serif;
			font-size: 20px;
			margin-bottom: 15px;
			color: #fff;
            @media(max-width: 1400px) {
                    font-size: 16px;
                }
        }
    
        .footer-col ul {
            list-style: none;
            padding: 0;
        }
    
        .footer-col ul li {
            margin-bottom: 10px;
        }
    
        .footer-col ul li a {
		  font-family: "Mukta", sans-serif;
			font-size: 18px;
			color: #ccc;
			text-decoration: none;
            @media(max-width: 1400px) {
                    font-size: 14px;
                }
        }
    
        .footer-col ul li a:hover {
            color: #00d2d3;
        }
    
        .social-icons{
            display: flex;
        }
        .social-icons a {
            font-family: "Mukta", sans-serif;
            display: flex;
            margin-right: 10px;
            color: #ccc;
            font-size: 16px;
            border: 1px solid #fff;
            border-radius: 50%;
               padding: 20px;
            height: 12px;
            width: 12px;
            justify-content: center;
            align-items: center;
            text-decoration: none;
        }
    
        .social-icons a:hover {
            color: #00d2d3;
        }
    
        .store-badges img {
            height: 40px;
            margin-bottom: 10px;
            display: block;
        }
    
        .footer-bottom {
            text-align: center;
            margin-top: 20px;
            color: #999;
            
        }
        .footer-bottom p{
            @media(max-width: 1400px) {
                    font-size: 15px;
                }
        }


                 
    
        .footer-bottom hr {
            border: 0;
            border-top: 1px solid #444;
            margin-bottom: 10px;     
        }

        .container-fluid{
            max-width: 1600px;
            width: 1600px;
        }
                
        @media (max-width: 1600px) {
         .container-fluid {
                max-width: 1420px;
                width: 1420px ;
            }
        }
               
        @media (max-width: 1400px) {
         .container-fluid {
                max-width: 1180px;
                width: 1180px;
            }
        } @media (max-width: 1200px) {
         .container-fluid {
                max-width: 1140px;
                width: 1140px ;
            }
        }
        @media (max-width: 1200px) {
         .container-fluid {
                max-width: 1140px;
                width: 1140px ;
            }
        }
         @media (max-width: 991px) {
         .container-fluid {
                width: 100%;
                width: 100%;
                padding-left: 30px;
                padding-right: 30px;
            }
        }


   @media (max-width: 992px) {       
    .navbar-collapse {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 0;
        background: #fff;
        transition: 0.7s;
        opacity: 0;
    }
}
@media (max-width: 991px) {
    .navbar-collapse.show {
        opacity: 1;
        height: 100vh;
    }
}
ul.navbar-nav {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
    height: 100%;
    margin-left: 50px;
}

button.navbar-toggler {
    position: relative;
    z-index: 99999;
}


  @media (max-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        width: 100%;
    }
  }

  button.navbar-toggler {
    border: 0;
    padding: 0;
    margin-left: 15px;
    outline: none;
    box-shadow: none !important;
}


button.navbar-toggler.collapsed i{
    display: none;
}

.navbar-toggler.collapsed .navbar-toggler-icon{
    display: block;
}
.navbar-toggler .navbar-toggler-icon{
    display: none;
}

.media-content {
    height: 560px;
    overflow: auto;
}

.custom-dropdown {
  background: white;
  border-radius: 16px;
  padding: 10px;
  width: 250px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.1);
  font-family: sans-serif;
}

.custom-dropdown ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.custom-dropdown li {
background-color: #f4f9fb;
margin-bottom: 10px;
padding: 7px;
text-align: center;
font-weight: bold;
border-radius: 12px;
transition: background-color 0.2s ease;
cursor: pointer;
font-size: 13px;
}

.custom-dropdown li:last-child {
  margin-bottom: 0;
}

/* .custom-dropdown li:hover {
  background-color: #e3f2f7;
} */

ul.dropdown-menu.custom-dropdown.show {
    height: 400px;
    overflow: auto;
}
.doctorbox {
    width: 100%;
    padding-bottom: 20px;
    height: 470px;
    
}



.popup-box {
    position: absolute;
    background: #fff;
    border: 1px solid #ddd;
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
    padding: 10px;
    max-width: 300px;
    z-index: 999;
    display: none;
    transition: all 0.3s ease;
    border-radius: 8px;
    font-size: 14px;
    margin-left: -160px;
}









   .topbar {
    display: flex;
    align-items: center;
    gap: 20px;                /* no space between items */
    list-style: none;
    padding-left: 100px;       /* must be 0 (not -10) */
    margin-bottom: 0;
    margin-left: -55px;
   
}

.topbar .nav-item {
    margin: 0;
    padding: 0;
}

.topbar .nav-link {
    padding: 6px 6px;       /* minimal padding */
    font-size: 17px;
    line-height: 1;
    white-space: nowrap;
}


.navbar-nav {
    justify-content: center; /* Or use 'flex-start' for left-align */
    width: 100%;
}

@media (max-width: 768px) {
    .topbar {
        flex-wrap: wrap;
        justify-content: center;
    }
}







.nav-buttons {
    display: flex;
    flex-wrap: nowrap;        /* Keep in one row */
    gap: 8px;                 /* Space between buttons */
    align-items: center; 
    margin-left: 10px;
   
}

.nav-buttons .btn {
    font-size: 13px;
    padding: 14px 22px;
    white-space: nowrap;
  color:#000 !important;
}




.contact-image{
    padding-top: 80px;
}



/* contact form */

.error-message {
    color: rgb(243, 33, 33);
    font-size: 12px;
        margin-bottom: 10px;
    display: block;
}



/* Optional: Customize toastr success appearance */
.toast-success {
    background-color: #ffffff !important;
    color: #3e4b3f !important;
    border-left: 6px solid #4CAF50;
    font-weight: 500;
}








/* Make sure the right section stacks properly on mobile */
@media (max-width: 991px) {


    .navbar-collapse {
        padding-top: 80px;
    }

    .topbar {
        flex-direction: column;
        gap: 10px;
    }


    .dropdown-menu-end {
        width: 100%;
    }
}

.medication-item strong{
    font-size: 21px;
}
.medication-item p {
    font-size: 16px;
}

.container-fluid h5{
    font-size: 18px;

}
.container-fluid h2{
        font-size: 34px;

}