
/*banner start*/
/* ✅ Extra Small devices (max-width: 480px - Mobile Phones) */
@media (max-width: 480px) {
  .banner {
    height: 60%;
    padding: 10px;
    text-align: center;
    margin-top: 80px;
  }

  .banner-content {
    padding: 20px;
    max-width: 95%;
  }

  .main-title {
    font-size: 1.8rem;
    padding-top: 20px;
  }

  .feature-list {
    flex-direction: column;
    /*align-items: center;*/
    gap: 10px;
    margin-top: 10px;

  }
 

  .feature-list li a {
    font-size: 12px;
    padding: 6px clamp(10px, 4vw, 22px);
    width: 100%; /* Make them all equal width if needed */
  max-width: 205px;
  display: inline-block;
  }

  .e3-container {
    bottom: 0px;
    left: 10px;
    gap: 10px;
  }

  .e3-text {
    font-size: 22px;
  }

  .separator {
    height: 50px;
  }

  .e3-description p {
    font-size: 9px;
  }
}

/* ✅ Small devices (481px to 576px - Large Phones) */
@media (min-width: 481px) and (max-width: 576px) {
   .banner {
    height: 60%;
    padding: 10px;
    text-align: center;
    margin-top: 80px;
  }

  .main-title {
    font-size: 22px;
  }

  .feature-list {
    gap: 12px;
  }
   .feature-list {
    flex-direction: column;
    /*align-items: center;*/
    gap: 10px;
    margin-top: 10px;

  }
 

  .feature-list li a {
    font-size: 12px;
    padding: 6px clamp(10px, 4vw, 22px);
    width: 100%; /* Make them all equal width if needed */
  max-width: 205px;
  display: inline-block;
  }

  .e3-text {
    font-size: 2.5rem;
  }

  .separator {
    height: 60px;
  }
  .e3-container{
    bottom: 15px;
    gap: 10px;
  }
  .e3-description p {
    font-size: 12px;
  }
}

/* ✅ Medium devices (577px to 768px - Tablets) */
@media (min-width: 577px) and (max-width: 768px) {
  .banner {
    height: 100%;
    margin-top: 80px;
  }

  .main-title {
    font-size: 2.2rem;
  }

  .feature-list {
    gap: 14px;
  }
   .feature-list {
    flex-direction: column;
    /*align-items: center;*/
    gap: 10px;
    margin-top: 10px;

  }
 

  .feature-list li a {
    font-size: 14px;
    padding: 6px clamp(10px, 4vw, 22px);
    width: 100%; /* Make them all equal width if needed */
  max-width: 250px;
  display: inline-block;
  }

  
  .e3-text {
    font-size: 2rem;
  }

  .separator {
    height: 60px;
  }
  .e3-container{
    bottom: 15px;
    gap: 10px;
  }
  .e3-description p {
    font-size: 12px;
  }
}

/* ✅ Large devices (769px to 992px - Small Laptops) */
@media (min-width: 769px) and (max-width: 992px) {
  .banner {
    height: 100%;
    margin-top: 85px;
  }

  .main-title {
    font-size: 2rem;
    padding: 0px;
  }

  .feature-list {
    gap: 25px;
  }
  .banner-content{
    padding: 0px;
  }

  .e3-text {
    font-size: 2.8rem;
  }

  .separator {
    height: 60px;
  }
  .e3-container{
    bottom: 15px;
    gap: 10px;
  }
  .e3-description p {
    font-size: 14px;
  }

}

/* ✅ Extra Large devices (993px to 1200px - Laptops) */
@media (min-width: 993px) and (max-width: 1200px) {
  .banner {
    height: 110%;
    margin-top: 80px;
  }

  .main-title {
    font-size: 2.8rem;
  }

  .feature-list {
    gap: 18px;
  }

  .e3-text {
    font-size: 2.5rem;
  }
  .separator {
    height: 60px;
  }
  .e3-container{
    bottom: 15px;
    gap: 10px;
  }
  .e3-description p {
    font-size: 14px;
  }
}

/* ✅ Extra Large Screens (1201px to 1400px) */
@media (min-width: 1201px) and (max-width: 1400px) {
  .banner {
    height: 110vh;
  }

  .main-title {
    font-size: 3rem;
  }

  .feature-list {
    gap: 20px;
  }

  .e3-text {
    font-size: 6rem;
  }
}

/* ✅ Ultra-Wide Screens (1401px to 1600px) */
@media (min-width: 1401px) and (max-width: 1600px) {
  .banner {
    height: 110vh;
  }

  .main-title {
    font-size: 3.2rem;
  }

  .feature-list {
    gap: 22px;
  }

  .e3-text {
    font-size: 6.5rem;
  }
}

/* ✅ Ultra-Wide Screens (Above 1600px - 4K & Ultra-Wide Displays) */
@media (min-width: 1601px) {
  .banner {
    height: 120vh;
  }

  .main-title {
    font-size: 3.5rem;
  }

  .feature-list {
    gap: 25px;
  }

  .e3-text {
    font-size: 7rem;
  }
}

/*@media (min-width: 1601px) {
  .banner {
    height: 100vh;
  }
}


@media (min-width: 1401px) and (max-width: 1600px){
  .banner {
    height: 100vh;
  }

}

@media (min-width: 1201px) and (max-width: 1400px) {
  .banner {
    height: 95vh;
    background-size: contain;
    background-size: cover;
    background-position: top;
    margin-top: 50px;
  }


}

@media(min-width: 993px) and (max-width: 1200px) {
  .banner {
    height: 90vh;
    background-size: contain;
    background-size: cover;
    background-position: top;
    margin-top: 50px;
  }

}

@media (min-width: 769px) and (max-width: 992px) {
  .banner {
    height: 100%;
    background-size: contain;
    background-size: cover;
    background-position: top;
    margin-top: 50px;
  }


  .main-title {
    font-size: 2rem;
  }

  .feature-list li {
    font-size: 1rem;
    padding: 8px 12px;
  }

  .e3-text {
    font-size: 3.5rem;
  }

  .e3-description p {
    font-size: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 768px) {
  .banner {
    height: 6%;
    background-size: contain;
    background-size: cover;
    background-position: top;
    margin-top: 50px;
  }

  .main-title {
    font-size: 1.8rem;
  }

  .feature-list {
    gap: 10px;
  }

  .feature-list li {
    font-size: 0.9rem;
    padding: 6px 10px;
  }

  .e3-container {
    bottom: 15px;
    left: 10px;
    gap: 8px;
  }

  .e3-text {
    font-size: 3rem;
  }

  .e3-description p {
    font-size: 0.9rem;
  }
}


/*rounded-box-start*/
/* Extra small devices (phones, 600px and down) */
@media (max-width: 576px) {
  .inline-list {
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Centers items horizontally */
    text-align: center;
    /* Centers text inside */
    gap: 10px;
    width: 100%;
    /*padding-left: 50px;*/
    /* Remove left padding for proper centering */
  }

  .inline-list li {
    flex: 1 1 calc(50% - 10px);
    /* Two per row on small screens */
    max-width: calc(100% - 10px);
    font-size: 14px;
    display: inline;
  border-bottom: 1px solid white;
  }
 .inline-list li i{
  display: none;
 }
 
}


/* Medium devices (landscape tablets, 768px and up) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .rounded-box {
    padding: 17px 0px;
  }

  .inline-list {
    gap: 6px;
  }

  .inline-list li {
    font-size: 1.2rem;
  }
}

/* Large devices (laptops/desktops, 992px and up) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .rounded-box {
    padding: 15px 35px;
  }

  .inline-list {
    gap: 6px;
  }

  .inline-list li {
    font-size: 1.3rem;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .rounded-box {
    padding: 20px 40px;
  }

  .inline-list {
    gap: 40px;
  }

  .inline-list li {
    font-size: 1.2rem;
  }

  li img {
    height: 40px;
    width: 40px;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .rounded-box {
    padding: 20px 50px;
  }

  .inline-list {
    gap: 45px;
  }

  .inline-list li {
    font-size: 1.3rem;
  }

  li img {
    height: 45px;
    width: 45px;
  }
}

@media (min-width: 1601px) {
  .rounded-box {
    padding: 20px 60px;
  }

  .inline-list {
    gap: 30px;
  }

  .inline-list li {
    font-size: 29px;
  }

  li img {
    height: 50px;
    width: 50px;
  }
}



/*rounded-box-end*/


/*heath care product start*/
/* ========= Responsive Media Queries ========= */

/* Extra Small Devices (phones, max-width: 600px) */
@media (max-width: 576px) {
  .container_health {
    padding-top: 66px;
  }

  .container_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
    gap: 10px;
    /* Space between items */
    justify-content: center;
    width: 100%;

  }

  .container_1 .card {
    width: 100%;
    /* Responsive width */
    max-width: 90%;
    /* Adjust based on your layout */
    height: 218px;
    border-radius: 15px;
    transition: 0.5s;
    margin: auto;
  }

  .container_1 .card:hover {
    height: 270px;
    /*margin-top: 60px;
    margin-bottom: 20px;*/
  }

  .container_1 .card:hover .content {
    position: relative;
    top: 57px;

    height: 144px;
  }

  .container_1 .card .img-box {
    width: 100%;
    height: 140px;
    border-radius: 10px;
  }

  .container_1 .card .content {
    top: 180px;
    height: 60px;
  }


  .container_1 .card .content h2 {
    font-size: 0.9rem;
  }

  .container_1 .card .content h3 {
    font-size: 14px;
  }

  .container_1 .card .content p {
    font-size: 0.8rem;
    padding-bottom: 0px;
  }

  .container_1 .card .content a {
    font-size: 0.8rem;
    padding: 6px 10px;
  }
}


/* Small Devices (portrait tablets and large phones, min-width: 600px and max-width: 767px) */
@media (min-width: 576px) and (max-width: 768px) {
  .container_health {
    padding-top: 150px;
  }

  .container_1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    justify-content: center;
    width: 100%;
    height: 100%;
  }

  .container_1 .card {
    width: 90%;
    max-width: 100%;
    height: 250px;
    border-radius: 15px;
    transition: 0.5s;
    margin: auto;
  }

  .container_1 .card:hover {
    height: 300px;
  }

  .container_1 .card .img-box {
    width: 100%;
    height: 187px;
    border-radius: 10px;
  }

  .container_1 .card .content {
    top: 214px;
    height: 70px;
  }

  .container_1 .card:hover .content {
    position: relative;
    top: 88px;

    height: 165px;
  }

  .container_1 .card .content h2 {
    font-size: 1rem;
  }

  .container_1 .card .content h3 {
    font-size: 15px;
  }

  .container_1 .card .content p {
    font-size: 0.9rem;
  }

  .container_1 .card .content a {
    font-size: 0.85rem;
    padding: 8px 12px;
  }
}

/* Medium Devices (landscape tablets, min-width: 768px and max-width: 991px) */
@media (min-width: 769px) and (max-width: 992px) {
  .container_health {
    padding-top: 115px;
  }

  .container_1 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
    justify-content: center;
    width: 95%;
    height: 100%;
  }

  .container_1 .card {
    width: 100%;
    max-width: 100%;
    height: 270px;
    border-radius: 15px;
    transition: 0.5s;
    margin: auto;
  }

  .container_1 .card:hover {
    height: 320px;
  }

  .container_1 .card .img-box {
    width: 100%;
    height: 190px;
    border-radius: 10px;
  }

  .container_1 .card .content {
    top: 228px;
    height: 70px;
  }

  .container_1 .card:hover .content {
    position: relative;
    top: 90px;
    height: 170px;
  }

  .container_1 .card .content h2 {
    font-size: 1.1rem;
  }

  .container_1 .card .content h3 {
    font-size: 16px;
  }

  .container_1 .card .content p {
    font-size: 1rem;
  }

  .container_1 .card .content a {
    font-size: 0.9rem;
    padding: 10px 14px;
  }
}


/* Large Devices (laptops/desktops, min-width: 992px and max-width: 1199px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .container_health {
    padding-top: 135px;
  }

  .container_1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    gap: 15px; /* Adjusted spacing */
    justify-content: center;
    width: 95%;
    height: 100%;
    margin: auto;
  }

  .container_1 .card {
    width: 100%;
    max-width: 280px; /* Adjusted width to fit 4 columns */
    height: 270px;
    border-radius: 15px;
    transition: 0.4s;
    margin: auto;
    height: 300px;
  }
  .container_1 .card .img-box{
    top: 37;
  }

  .container_1 .card:hover {
    height: 320px;
  }

  .container_1 .card .img-box {
    width: 100%;
    height: 200px;
    border-radius: 12px;
  }

  .container_1 .card .content {
    top: 257px;
    height: 60px;
  }

  .container_1 .card:hover .content {
    position: relative;
    top: 80px;
    height: 150px;
  }

  .container_1 .card .content h2 {
    font-size: 1.1rem;
  }

  .container_1 .card .content h3 {
    font-size: 16px;
  }

  .container_1 .card .content p {
    font-size: 0.95rem;
  }

  .container_1 .card .content a {
    font-size: 0.9rem;
    padding: 8px 14px;
  }
}

@media (min-width: 1201px) and (max-width: 1400px) {
  .container_health {
    padding-top: 80px;
  }

  .container_1 {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    gap: 20px; /* Adjusted spacing */
    justify-content: center;
    width: 90%;
    margin: auto;
  }

  .container_1 .card {
    max-width: 290px; /* Adjusted width */
    height: 310px;
    border-radius: 15px;
    transition: 0.4s;
  }

  .container_1 .card:hover {
    height: 340px;
  }

  .container_1 .card .img-box {
    width: 100%;
    height: 200px;
    border-radius: 12px;
  }

  .container_1 .card .content {
    top: 265px;
    height: 65px;
  }

  .container_1 .card:hover .content {
    position: relative;
    top: 85px;
    height: 160px;
  }

  .container_1 .card .content h2 {
    font-size: 1.2rem;
  }

  .container_1 .card .content h3 {
    font-size: 17px;
  }

  .container_1 .card .content p {
    font-size: 1rem;
  }

  .container_1 .card .content a {
    font-size: 1rem;
    padding: 10px 16px;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .container_health {
    padding-top: 80px;
  }

  .container_1 {
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
  }

  .container_1 .card {
    max-width: 300px;
    height: 320px;
  }

  .container_1 .card:hover {
    height: 350px;
  }

  .container_1 .card .content {
    top: 273px;
    height: 70px;
  }
  .container_1 .card .img-box{
    height: 216px;
  }

  .container_1 .card:hover .content {
    top: 90px;
    height: 170px;
  }

  .container_1 .card .content h2 {
    font-size: 1.3rem;
  }

  .container_1 .card .content h3 {
    font-size: 18px;
  }

  .container_1 .card .content p {
    font-size: 1.1rem;
  }

  .container_1 .card .content a {
    font-size: 1.1rem;
    padding: 12px 18px;
  }
  .body_pro {
     display: flex;
    justify-content: center;
    align-items: center;
   /* min-height: 60vh;*/
    background: white;
    box-sizing: border-box;
  }
}

/* ✅ Ultra-Wide Screens (Above 1600px - 4K & Ultra-Wide Displays) */
@media (min-width: 1601px) {
  .container_health {
    padding-top: 100px;
  }

  .container_1 {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
  }

  .container_1 .card {
    max-width: 320px;
    height: 330px;
  }

  .container_1 .card:hover {
    height: 370px;
  }

  .container_1 .card .content {
    top: 280px;
    height: 75px;
  }

  .container_1 .card:hover .content {
    top: 100px;
    height: 180px;
  }

  .container_1 .card .content h2 {
    font-size: 1.4rem;
  }

  .container_1 .card .content h3 {
    font-size: 19px;
  }

  .container_1 .card .content p {
    font-size: 1.2rem;
  }

  .container_1 .card .content a {
    font-size: 1.2rem;
    padding: 14px 20px;
  }
}


/*@media only screen and (min-width: 1200px) {
  .container_1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
    width: 100%;
  }

  .container_1 .card {
    width: 100%;
    max-width: 400px;

    height: auto;

    min-height: 300px;
    padding-bottom: 10px;
  }

  .container_1 .card .img-box {
    width: 100%;
    max-width: 350px;
    height: auto;
    aspect-ratio: 16/9;
    
    border-radius: 12px;
  }

  .container_1 .card .content {
    position: relative;
    top: auto;
    height: auto;
    padding: 15px;
  }

  .container_1 .card .content h2 {
    font-size: 1.2rem;
  }

  .container_1 .card .content h3 {
    font-size: 20px;
  }

  .container_1 .card .content p {
    font-size: 16px;
  }

  .container_1 .card .content a {
    font-size: 14px;
    padding: 12px 15px;
  }

  .container_1 .card:hover {
    transform: scale(1.05);
    transition: 0.3s ease-in-out;
  }
}
*/

/*heath care product end*/

/*pharma care product satrt*/

/* ========= Media Queries ========= */

/* Extra Small Devices (phones, max-width: 600px) */
@media only screen and (max-width: 576px) {
  .container_pharma {
    padding-top: 40px;
  }

  .ul_p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
    gap: 10px;
    /* Space between items */
    justify-content: center;
    padding: 10px;
  }

  ul .booking-card {
    width: 100%;
    /* Responsive width */
   
    /* Adjust based on your layout */
    flex: 0 0 auto;
    height: 200px;
    border-radius: 8px;
    transition: 0.3s;
  }
  .title_h{
    font-size: 16px;
  }

  ul .booking-card .informations-container {
    transform: translateY(50px);
    padding-top: 10px;
  }
  ul .booking-card .informations-container p{
  font-size: 12px;
}

  ul .booking-card:hover .informations-container {
    transform: translateY(-159px);
  }

  ul .booking-card .book-container {
    height: 154px;
  }

  ul .booking-card .book-container .content {
    height: 160px;
  }

  ul .booking-card:hover .book-container .content {
    opacity: 1;
    transform: translateY(0px);
  }

  ul .booking-card .book-container .content .btn {
    font-size: 10px;
    padding: 5px 7px;
  }

  ul .booking-card .informations-container .title {
    font-size: 0.9em;
   
  }
   ul .booking-card:hover .informations-container .title {
    font-size: 1em;
    color: white;

  }

  ul .booking-card .informations-container .sub-title {
    font-size: 12px;
    margin-bottom: 0px;
  }
  ul .booking-card .informations-container .btn{
    padding: 5px 7px;
  }
}


/* Small Devices (portrait tablets and large phones, 600px - 767px) */
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .container_pharma {
    padding-top: 60px;
  }
  .title_h{
    font-size: 18px;
  }


  .ul_p {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    justify-content: center;
    padding: 15px;
  }

  ul .booking-card {
    width: 100%;
    max-width: 320px;
    flex: 0 0 auto;
    height: 340px;
    border-radius: 10px;
    transition: 0.3s;
  }

  ul .booking-card .informations-container {
    transform: translateY(181px);
    padding: 10px;
  }

  ul .booking-card:hover .informations-container {
    transform: translateY(-75px);
  }

  ul .booking-card .book-container {
    height: 160px;
  }

  ul .booking-card .book-container .content {
    height: 170px;
  }

  ul .booking-card:hover .book-container .content {
    opacity: 1;
    transform: translateY(0px);

  }

  ul .booking-card .book-container .content .btn {
    font-size: 12px;
    padding: 10px 14px;
  }

  ul .booking-card .informations-container .title {
    font-size: 1em;
   
  }
   ul .booking-card:hover .informations-container .title {
    font-size: 1.2em;
    color: white;

  }

  ul .booking-card .informations-container .sub-title {
    font-size: 14px;
    margin-bottom: 0px;
  }
}
@media only screen and (min-width: 769px) and (max-width: 992px) {
  .container_pharma {
    padding-top: 50px;
  }

  .title_h {
    font-size: 20px;
  }

  .ul_p {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: center;
    padding: 20px;
  }

  ul .booking-card {
    width: 100%;
    max-width: 350px;
    flex: 0 0 auto;
    height: 284px;
    border-radius: 12px;
    transition: 0.3s;
  }

  ul .booking-card .informations-container {
    transform: translateY(190px);
    padding: 12px;
  }

  ul .booking-card:hover .informations-container {
    transform: translateY(-120px);
  }

  ul .booking-card .book-container {
    height: 170px;
  }

  ul .booking-card .book-container .content {
    height: 180px;
  }

  ul .booking-card:hover .book-container .content {
    opacity: 1;
    transform: translateY(0px);
  }

  ul .booking-card .book-container .content .btn {
    font-size: 14px;
    padding: 12px 16px;
  }

  ul .booking-card .informations-container .title {
    font-size: 1.1em;
  }

  ul .booking-card:hover .informations-container .title {
    font-size: 1.3em;
    color: white;
  }

  ul .booking-card .informations-container .sub-title {
    font-size: 16px;
    margin-bottom: 0px;
  }
}

/* Large Devices (laptops/desktops, 992px - 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .container_pharma {
    padding-top: 60px;
  }

  .title_h {
    font-size: 22px;
  }

  .ul_p {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    justify-content: center;
    padding: 25px;
  }

  ul .booking-card {
    width: 100%;
    max-width: 380px;
    flex: 0 0 auto;
    height: 245px;
    border-radius: 15px;
    transition: 0.3s;
  }

  ul .booking-card .informations-container {
    transform: translateY(200px);
    padding: 14px;
  }

  ul .booking-card:hover .informations-container {
    transform: translateY(-156px);
  }

  ul .booking-card .book-container {
    height: 180px;
  }

  ul .booking-card .book-container .content {
    height: 190px;
  }

  ul .booking-card:hover .book-container .content {
    opacity: 1;
    transform: translateY(0px);
  }

  ul .booking-card .book-container .content .btn {
    font-size: 16px;
    padding: 14px 18px;
  }

  ul .booking-card .informations-container .title {
    font-size: 1.2em;
  }

  ul .booking-card:hover .informations-container .title {
    font-size: 1.4em;
    color: white;
  }

  ul .booking-card .informations-container .sub-title {
    font-size: 18px;
    margin-bottom: 5px;
  }
}



@media only screen and (min-width: 1201px) and (max-width: 1400px) {
  .container_pharma {
    padding-top: 80px;
  }
.title_h{
    font-size: 20px;
  }

  .ul_p {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
    width: 90%;
    margin: auto;
  }

  ul .booking-card {
    max-width: 290px;
    height: 330px;
    border-radius: 12px;
    transition: 0.3s;
    margin: auto;
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
  }

  ul .booking-card:hover {
    height: 370px;
    box-shadow: rgba(60, 64, 67, 0.3) 0px 1px 2px 0px, rgba(60, 64, 67, 0.15) 0px 1px 3px 1px;
  }

  ul .booking-card .informations-container {
    transform: translateY(136px);
  }

  ul .booking-card:hover .informations-container {
    transform: translateY(-77px);
  }

  ul .booking-card .book-container {
    height: 180px;
  }

  ul .booking-card ..informations-container  .btn {
    font-size: 13px;
    padding: 12px 16px;
  }

  ul .booking-card .informations-container .title {
    font-size: 1.1em;
  }
   ul .booking-card:hover .informations-container .title {
    font-size: 1.5em;
    color: white;

  }

  ul .booking-card .informations-container .sub-title {
    font-size: 1em;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .container_pharma {
    padding-top: 40px;
  }
  .title_h{
    font-size: 20px;
  }

  .ul_p {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
    width: 85%;
    margin: auto;
  }

  ul .booking-card {
    max-width: 300px;
    height: 325px;
  }

  ul .booking-card:hover {
    height: 380px;
  }

  ul .booking-card .informations-container {
    transform: translateY(150px);
  }

  ul .booking-card:hover .informations-container {
    transform: translateY(-73px);
  }

  ul .booking-card .book-container {
    height: 185px;
  }

  ul .booking-card .book-container .content .btn {
    font-size: 14px;
    padding: 14px 18px;
  }

  ul .booking-card .informations-container .title {
    font-size: 1.2em;
  }
   ul .booking-card:hover .informations-container .title {
    font-size: 1.5em;
    color: white;

  }

  ul .booking-card .informations-container .sub-title {
    font-size: 1.1em;
  }
}

/* ✅ Ultra-Wide Screens (Above 1600px - 4K & Ultra-Wide Displays) */
@media (min-width: 1601px) {
  .container_pharma {
    padding-top: 100px;
  }
  .title_h{
    font-size: 24px;
  }

  .ul_p {
   display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    justify-content: center;
    width: 80%;
    margin: auto;
  }

  ul .booking-card {
    max-width: 320px;
    height: 320px;
  }

  ul .booking-card:hover {
    height: 390px;
  }

  ul .booking-card .informations-container {
    transform: translateY(111px);
  }

  ul .booking-card:hover .informations-container {
    transform: translateY(-75px);
  }

  ul .booking-card .book-container {
    height: 190px;
  }

  ul .booking-card .book-container .content .btn {
    font-size: 15px;
    padding: 16px 20px;
  }

  ul .booking-card .informations-container .title {
    font-size: 1.3em;
  }
   ul .booking-card:hover .informations-container .title {
    font-size: 1.6em;
    color: white;

  }

  ul .booking-card .informations-container .sub-title {
    font-size: 1.2em;
  }
}

/*pharma care product end*/
/*New lanchu satrt*/
/* Extra small devices (phones, 600px and down) */
/*@media only screen and (max-width: 600px) {

 
  .row [class*="col-"] {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .card_3 {
    margin: 10px auto;
  }

  .img_1 {
    height: 120px;
  }

  .card-title_2 {
    font-size: 18px;
  }

  .card-text {
    font-size: 15px;
  }

  .Available_p {
    font-size: 13px;
  }

  .box {
    width: 90px;
    height: 35px;
    font-size: 14px;
  }
}
*/
/* Small devices (portrait tablets and large phones, 600px and up to 767px) */
/*@media only screen and (min-width: 600px) and (max-width: 767px) {
  .row [class*="col-"] {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .card_3 {
    margin: 10px auto;
  }

  .img_1 {
    height: 130px;
  }

  .card-title_2 {
    font-size: 19px;
  }

  .card-text {
    font-size: 16px;
  }

  .Available_p {
    font-size: 14px;
  }

  .box {
    width: 100px;
    height: 38px;
    font-size: 15px;
  }
}*/

/* Medium devices (landscape tablets, 768px and up to 991px) */
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
  .row [class*="col-"] {
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }

  .img_1 {
    height: 140px;
  }

  .card-title_2 {
    font-size: 20px;
  }

  .card-text {
    font-size: 17px;
  }

  .Available_p {
    font-size: 14px;
  }

  .box {
    width: 110px;
    height: 40px;
    font-size: 16px;
  }
}
*/
/* Large devices (laptops/desktops, 992px and up to 1199px) */
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .row [class*="col-"] {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .img_1 {
    height: 150px;
  }

  .card-title_2 {
    font-size: 20px;
  }

  .card-text {
    font-size: 17px;
  }

  .Available_p {
    font-size: 14px;
  }

  .box {
    width: 110px;
    height: 40px;
    font-size: 16px;
  }
}


@media only screen and (min-width: 1200px) {
  .row [class*="col-"] {
    flex: 0 0 25%;
    max-width: 25%;
  }

  
}*/

/*New lanchu end*/


/*our accreditations start */
/* ========= Responsive Media Queries ========= */

/* Extra Small Devices (phones, max-width: 600px) */
@media only screen and (max-width: 576px) {
  .our_accreditions{
  padding-top: 20px;
}
  .eleven h1 {
    font-size: 1.5rem;
  }

  .slider {
    height: 150px;
    top: 10px;
  }

  .slide {
    width: 120px;
    margin: 0 10px;
  }

 /* .slide-track {
   
    width: calc(130px * 18);
    animation: scroll-xs 15s linear infinite;
  }
*/
  @keyframes scroll-xs {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-130px * 9));
    }
  }
}

/* Small Devices (portrait tablets and large phones, 600px to 767px) */
@media only screen and (min-width: 577px) and (max-width: 767px) {
    .our_accreditions{
  padding-top: 30px;
}
  .eleven h1 {
    font-size: 1.7rem;
  }

  .slider {
    height: 122px;
    top: 15px;
  }

  .slide {
    width: 140px;
    margin: 0 12px;
  }

  /*.slide-track {
    width: calc(150px * 18);
    animation: scroll-sm 18s linear infinite;
  }*/

  @keyframes scroll-sm {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-150px * 9));
    }
  }
}

/* Medium Devices (landscape tablets, 768px to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .our_accreditions{
    padding-top: 25px;
  }
  .eleven h1 {
    font-size: 1.9rem;
  }

  .slider {
    height: 130px;
    top: 15px;
  }

  .slide {
    width: 150px;
    margin: 0 15px;
  }

  /*.slide-track {
    width: calc(165px * 18);
    animation: scroll-md 20s linear infinite;
  }*/

  @keyframes scroll-md {
    0% {
      transform: translateX(0);
    }

    100% {
      transform: translateX(calc(-165px * 9));
    }
  }
}

/* Large Devices (laptops/desktops, 992px to 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .eleven h1 {
    font-size: 2rem;
  }

  .slider {
    height: 144px;
    top: 10px;
  }

  .slide {
    width: 163px;
    margin: 0 28px;
  }

  
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .eleven h1 {
    font-size: 2.2rem;
  }

  .slider {
    height: 160px;
    top: 15px;
  }

  .slide {
    width: 180px;
    margin: 0 30px;
  }

 /* .slide-track {
    width: calc(240px * 18);
    animation: scroll 22s linear infinite;
  }*/

  .our_accreditions {
    padding-top: 25px;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .eleven h1 {
    font-size: 2.5rem;
  }

  .slider {
    height: 170px;
    top: 20px;
  }

  .slide {
    width: 190px;
    margin: 0 32px;
  }

 /* .slide-track {
    width: calc(250px * 18);
    animation: scroll 24s linear infinite;
  }*/

  .our_accreditions {
    padding-top: 30px;
  }
}

/* ✅ Ultra-Wide Screens (Above 1600px - 4K & Ultra-Wide Displays) */
@media (min-width: 1601px) {
  .eleven h1 {
    font-size: 2.8rem;
  }

  .slider {
    height: 180px;
    top: 25px;
  }

  .slide {
    width: 200px;
    margin: 0 35px;
  }

 /* .slide-track {
    width: calc(260px * 18);
    animation: scroll 26s linear infinite;
  }*/

  .our_accreditions {
    padding-top: 40px;
  }
}

/* Extra Large Devices (desktops, min-width: 1200px) */


/*our accreditations end */
/*footer start*/
/* =============================
       Responsive Media Queries
    ============================= */

/* Extra small devices (phones, max-width: 600px) */
/* @media only screen and (max-width: 600px) {
      .footer-cta {
        padding: 30px 0;
      }
      .cta-text h4 {
        font-size: 24px;
      }
      .cta-text span {
        font-size: 14px;
      }
      .footer-content {
        flex-direction: column;
        text-align: center;
      }
      .footer-widget {
        width: 100%;
        margin-bottom: 20px;
      }
      .footer-menu ul {
        padding-left: 0;
        text-align: center;
      }
      .footer-menu li {
        margin-left: 10px;
      }
    }*/

/* Small devices (portrait tablets and large phones, 600px to 767px) */
/*@media only screen and (min-width: 600px) and (max-width: 767px) {
      .footer-cta {
        padding: 35px 0;
      }
      .cta-text h4 {
        font-size: 26px;


      }
      .cta-text span {
        font-size: 15px;
      }
      .footer-content {
        flex-direction: row;
        text-align: left;
      }
      .footer-widget {
        width: 48%;
      }
      .footer-menu ul {
        padding-left: 0;
        text-align: center;
      }
    }*/

/* Medium devices (landscape tablets, 768px to 991px) */
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
      .footer-cta {
        padding: 40px 0;
      }
      .cta-text h4 {
        font-size: 28px;
      }
      .cta-text span {
        font-size: 16px;
      }
      .footer-content {
        flex-direction: row;
        text-align: left;
      }
      .footer-widget {
        width: 32%;
      }
      .footer-menu ul {
        padding-left: 20px;
      }
    }*/

/* Large devices (laptops/desktops, 992px to 1199px) */
/*@media only screen and (min-width: 992px) and (max-width: 1199px) {
      .footer-cta {
        padding: 50px 0;
      }
      .cta-text h4 {
        font-size: 31px;
      }
      .cta-text span {
        font-size: 16px;
      }
      .footer-content {
        flex-direction: row;
        text-align: left;
      }
      .footer-widget {
        width: 24%;
      }
      .footer-menu ul {
        padding-left: 245px;
      }
    }
*/
/* Extra large devices (desktops, min-width: 1200px) */
/*@media only screen and (min-width: 1200px) {
      .footer-cta {
        padding: 60px 0;
      }
      .cta-text h4 {
        font-size: 33px;
      }
      .cta-text span {
        font-size: 18px;
      }
      .footer-content {
        flex-direction: row;
        text-align: left;
      }
      .footer-widget {
        width: 24%;
      }
      .footer-menu ul {
        padding-left: 245px;
      }
    }*/

/*footer end*/

/*wt app link start*/
/* ============== Media Queries ============== */

/* Extra small devices (phones, max-width: 600px) */
/*@media only screen and (max-width: 600px) {
      .float {
        width: 45px;
        height: 45px;
        bottom: 80px;
        right: 20px;
        font-size: 20px;
      }
      .my-float {
        margin-top: 12px;
      }
    }
*/
/* Small devices (portrait tablets and large phones, 600px and up) */
/* @media only screen and (min-width: 600px) and (max-width: 767px) {
      .float {
        width: 50px;
        height: 50px;
        bottom: 90px;
        right: 25px;
        font-size: 22px;
      }
      .my-float {
        margin-top: 14px;
      }
    }*/

/* Medium devices (landscape tablets, 768px and up) */
/* @media only screen and (min-width: 768px) and (max-width: 991px) {
      .float {
        width: 55px;
        height: 55px;
        bottom: 100px;
        right: 30px;
        font-size: 24px;
      }
      .my-float {
        margin-top: 15px;
      }
    }
*/
/* Large devices (laptops/desktops, 992px and up) */
/* @media only screen and (min-width: 992px) and (max-width: 1199px) {
      .float {
        width: 55px;
        height: 55px;
        bottom: 112px;
        right: 37px;
        font-size: 25px;
      }
      .my-float {
        margin-top: 16px;
      }
    }*/

/* Extra large devices (large laptops and desktops, 1200px and up) */
/*@media only screen and (min-width: 1200px) {
      .float {
        width: 60px;
        height: 60px;
        bottom: 120px;
        right: 40px;
        font-size: 26px;
      }
      .my-float {
        margin-top: 18px;
      }
    }*/
/*wt app link end*/
/*back to top button start*/
/* Responsive Media Queries */

/* Extra small devices (phones, max-width: 600px) */
@media only screen and (max-width: 600px) {
  .back-to-top {
    width: 48px;
    height: 48px;
    right: 40px;
    bottom: 50px;
    padding-top: 8px;
  }

  .back-to-top svg.icon__arrow-up {
    width: 30px;
    height: 29px;
  }
}

/* Small devices (portrait tablets and large phones, 600px to 767px) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  .back-to-top {
    width: 50px;
    height: 50px;
    right: 24px;
    bottom: 24px;
    padding-top: 10px;
  }

  .back-to-top svg.icon__arrow-up {
    width: 26px;
    height: 26px;
  }
}

/* Medium devices (landscape tablets, 768px to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .back-to-top {
    width: 54px;
    height: 54px;
    right: 28px;
    bottom: 28px;
    padding-top: 11px;
  }

  .back-to-top svg.icon__arrow-up {
    width: 30px;
    height: 30px;
  }
}

/* Large devices (laptops/desktops, 992px to 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  .back-to-top {
    width: 56px;
    height: 56px;
    right: 32px;
    bottom: 42px;
    padding-top: 12px;
  }

  .back-to-top svg.icon__arrow-up {
    width: 32px;
    height: 32px;
  }
}

/* Extra large devices (desktops, 1200px and up) */
@media only screen and (min-width: 1200px) {
  .back-to-top {
    width: 60px;
    height: 60px;
    right: 31px;
    bottom: 36px;
    padding-top: 14px;
  }

  .back-to-top svg.icon__arrow-up {
    width: 36px;
    height: 36px;
  }
}


/*back to top button end*/
/*.image_heading 
 style start*/
/* ========== Responsive Media Queries ========== */

/* Extra small devices (phones, max-width: 600px) */
/*image_with text start*/



@media only screen and (max-width: 576px) {
  .img_container{
  padding-top: 20px;
}
  .image_heading h1 {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 10px;
  }


  .eleven h1 {
    font-size: 24px;
    padding-left: 10px;


  }
}

/* Small devices (600px to 767px) */
@media only screen and (min-width: 577px) and (max-width: 767px) {
  .img_container{
  padding-top: 30px;
}
  .image_heading h1 {
    font-size: 27px;
    
  }

  .eleven h1 {
    font-size: 28px;
    padding-left: 20px;

  }
}

/* Medium devices (768px to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
 .img_container{
  padding-top: 25px;
}
  .image_heading h1 {
    font-size: 30px;
    
  }

  .eleven h1 {
    font-size: 30px;
    padding-left: 40px;

  }
}

/* Large devices (992px to 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  h1 {
    font-size: 40px;
  }

  .eleven h1 {
    font-size: 32px;
    padding-left: 50px;

  }
}

/* Extra large devices (1200px and up) */
@media only screen and (min-width: 1200px) {
 

  .eleven h1 {
    font-size: 35px;
    padding-left: 60px;

  }
}
@media only screen and (min-width: 1400px){
  .eleven h1 {
    font-size: 38px;
    padding-left: 60px;

  }

}
@media only screen and (min-width: 1600px){
  .eleven h1 {
    font-size: 42px;
    padding-left: 60px;

  }

}

/*heading style end*/
/*menu start*/
/* ===============================
       Responsive Media Queries
    =============================== */

/* Extra Small Devices (max-width: 600px) */
@media only screen and (max-width: 600px) {
  nav .navbar {
    padding: 0 20px;
  }

  .navbar .logo {
    font-size: 1.8em;
    /* width: auto;*/
  }

  .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75%;
    max-width: 270px;
    background: white;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: left 0.5s ease;
    z-index: 1000;
  }

  .nav-links.active {
    left: 0;
  }

  .nav-links ul {
    flex-direction: crow;
  }

  .nav-links ul li {
    padding: 10px 0;
  }

  .bx-menu {
    display: block;
    font-size: 30px;
  }

  .sidebar-logo i,
  .navbar .bx-menu {
    font-size: 30px;
    color: var(--green);
  }
}

/* Small Devices (600px to 767px) */
@media only screen and (min-width: 600px) and (max-width: 767px) {
  nav .navbar {
    padding: 0 25px;
  }

  .navbar .logo {
    font-size: 1.9em;
  }

  /* Mobile menu similar to extra small */
  .nav-links {
    position: fixed;
    top: 0;
    left: -100%;
    width: 75%;
    max-width: 270px;
    background: white;
    padding: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    transition: left 0.5s ease;
    z-index: 1000;
  }

  .nav-links.active {
    left: 0;
  }

  .nav-links ul {
    flex-direction: column;
  }

  .bx-menu {
    display: block;
  }
}

/* Medium Devices (768px to 991px) */
@media only screen and (min-width: 768px) and (max-width: 991px) {
  nav .navbar {
    /*padding: 0 39px;*/

  }

  .navbar .logo {
    font-size: 2em;
  }

  /* Display horizontal menu */
  .nav-links {
    position: relative;
    /*left: -127px;*/
    display: block;
    width: 540px;
    box-shadow: none;
    padding: 0px;
    margin-top: 0px;

  }

  .nav-links ul {
    flex-direction: row;
  }

  .bx-menu {
    display: none;
  }

  .download-btn {
    padding: 10px 25px;
    font-size: 10px;
  }
}

nav .navbar .links li a {
  font-size: 13px;
  padding: 10px 5px;
}
nav .navbar .links li a:hover{
  padding: 10px 5px;
}
}
/* Large Devices (992px to 1199px) */
@media only screen and (min-width: 992px) and (max-width: 1199px) {
  nav .navbar {
    padding: 0 30px;
  }

  .navbar .logo {
    font-size: 2em;
  }
  nav .navbar .links li a {
    font-size: 13px; /* Adjusted font size for better readability */
   /* padding: 12px 15px;*/
  }

  .nav-links {
    position: static;
    display: block;
    width: auto;
    box-shadow: none;
    padding: 0;
  }

  .nav-links ul {
    flex-direction: row;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  nav .navbar {
    padding: 0 40px; /* Adjusted padding for wider screens */
  }

  .navbar .logo {
    width: 220px; /* Slightly increased logo size */
  }

  nav .navbar .links li a {
    font-size: 16px; /* Adjusted font size for better readability */
   /* padding: 12px 15px;*/
  }
nav .navbar .links li a:hover{
  /* padding: 12px 15px;*/
}
  .navbar .links li .sub-menu {
    top: 65px; /* Adjust dropdown position */
    width: 250px; /* Adjust width */
  }

  .navbar .links li .sub-menu a {
    font-size: 14px; /* Adjust submenu font size */
    padding: 10px 20px;
  }

  .navbar .search-box {
    width: 45px;
    height: 45px;
  }

  .navbar .search-box i {
    font-size: 24px; /* Increase icon size */
  }

  .navbar .search-box .input-box {
    width: 320px; /* Increased search box width */
  }

  .download-btn {
    font-size: 17px; /* Slightly larger download button */
    padding: 12px 22px;
  }

  .download-btn i {
    font-size: 16px;
  }
}
@media (min-width: 1401px) and (max-width: 1600px) {
  nav .navbar {
    padding: 0 60px;
    margin: -6px /* Increased padding for better spacing */
  }

  .navbar .logo {
    width: 230px; /* Slightly increased logo size */
  }

  nav .navbar .links li a {
    font-size: 17px; /* Adjusted font size */
    padding: 14px 18px;
  }

  .navbar .links li .sub-menu {
    top: 68px; /* Adjust dropdown position */
    width: 260px; /* Adjust width */
  }

  .navbar .links li .sub-menu a {
    font-size: 15px; /* Adjust submenu font size */
    padding: 12px 22px;
  }

  .navbar .search-box {
    width: 50px;
    height: 50px;
  }

  .navbar .search-box i {
    font-size: 26px; /* Increase icon size */
  }

  .navbar .search-box .input-box {
    width: 350px; /* Increased search box width */
  }

  .download-btn {
    font-size: 18px; /* Slightly larger download button */
    padding: 14px 24px;
  }

  .download-btn i {
    font-size: 18px;
  }
}
@media (min-width: 1601px) {
  nav .navbar {
    padding: 0 80px; /* More spacing for larger screens */
     margin: -10px 
  }

  .navbar .logo {
    width: 250px; /* Slightly larger logo */
  }

  nav .navbar .links li a {
    font-size: 16.5px; /* Slightly bigger font for better readability */
    /*padding: 16px 20px;*/
    font-weight: 600;
  }

  .navbar .links li .sub-menu {
    top: 70px; /* Adjust dropdown position */
    width: 280px; /* More width for better spacing */
  }

  .navbar .links li .sub-menu a {
    font-size: 16px;
    padding: 14px 24px;
  }

  .navbar .search-box {
    width: 55px;
    height: 55px;
  }

  .navbar .search-box i {
    font-size: 28px; /* Larger search icon */
  }

  .navbar .search-box .input-box {
    width: 400px; /* More width for larger screens */
  }

  .download-btn {
    font-size: 20px; /* Bigger button for better UX */
    padding: 16px 28px;
  }

  .download-btn i {
    font-size: 20px;
  }
}

/*menu end*/
/*Topical / Skin Antiseptics start*/
/* Responsive Design */
@media only screen and (max-width: 576px) {
  .container_topical {
    padding-top: 40px;
  }

  .container_products {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /* 2 columns */
    gap: 10px;
    /* Space between items */
    justify-content: center;
    padding: 10px;
  }

  .figure_pro {
    width: 100%;
    /* Responsive width */
    max-width: 90%;
    /* Adjust size for better spacing */
    flex: 0 0 auto;
    height: 100%;
    /* Reduce height for better fit */
    border-radius: 8px;
    transition: 0.3s;
    margin-left: 7px;
  }

  .figure_pro img {
    width: 100%;
    height: 200px;
    /* Adjust image height */
    object-fit: cover;
  }

  .content_pro {
    padding: 7px;
    font-size: 0.9rem;
    /* Reduce font size for compact layout */
  }

  .availability {
    font-size: 12px;
    margin: 0px;

  }

  .title_pro {
    font-size: 1rem;
  }

  .paragraph_p {
    font-size: 0.85rem;
  }

  .button_pro {
    font-size: 0.85rem;
    padding: 8px 12px;
  }
}
@media (min-width: 577px) and (max-width: 768px) {
  .container_topical {
    padding-top: 60px;
  }
  
}


@media only screen and (min-width: 768px) and (max-width: 991px) {
  .container_topical {
    padding-top: 60px;
  }

  
}


}

@media only screen and (min-width: 993px) and (max-width: 1200px) {
  .container_topical {
    padding-top: 60px;
  }

  .container_products {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    gap: 15px; /* Adjust spacing */
    justify-content: center;
    margin: auto;

  }

  .figure_pro {
    width: 100%;
    max-width: 260px; /* Adjust size for 4 items per row */
    flex: 0 0 auto;
    height: 300px;
    border-radius: 10px;
    transition: 0.3s;
    margin: auto;
  }

  .figure_pro img {
    width: 100%;
    height: 240px; /* Adjust height */
    object-fit: cover;
  }

  .content_pro {
    padding: 10px;
    font-size: 0.9rem;
  }

  .availability {
    font-size: 13px;
    margin-top: 5px;
  }

  .title_pro {
    font-size: 1.1rem;
  }

  .paragraph_p {
    font-size: 0.9rem;
  }

  .button_pro {
    font-size: 0.85rem;
    padding: 8px 12px;
  }
}
@media (min-width: 1201px) and (max-width: 1400px) {
  .container_topical {
    padding-top: 80px;
  }

  .container_products {
    grid-template-columns: repeat(4, 1fr); /* Maximum 4 items per row */
    gap: 20px;
    margin: 15px;
  }

  .figure_pro {
    max-width: 280px;
    height: 320px;
    border-radius: 12px;
  }

  .figure_pro img {
    height: 250px;
  }

  .content_pro {
    padding: 12px;
    font-size: 1rem;
  }

  .title_pro {
    font-size: 1.2rem;
  }

  .paragraph_p {
    font-size: 1rem;
  }

  .availability {
    font-size: 14px;
  }

  .button_pro {
    font-size: 0.9rem;
    padding: 10px 14px;
  }
}

@media (min-width: 1401px) and (max-width: 1600px) {
  .container_topical {
    padding-top: 80px;
  }

  .container_products {
    grid-template-columns: repeat(4, 1fr); /* Sticking to 4 items per row */
    gap: 25px;
    
    margin: auto; /* Centers the grid */
    max-width: 86%;
   /* margin-left: 60px;*/
  }
  .body_pro {
            margin: 0;           
            display: flex;
    justify-content: center;
    align-items: center;
    background: white;
    box-sizing: border-box;
            
            
        }

  .figure_pro {
    max-width: 300px;
    height: 330px;
  }

  .figure_pro img {
    height: 260px;
  }

  .content_pro {
    font-size: 1.1rem;
  }

  .title_pro {
    font-size: 1.3rem;
  }

  .paragraph_p {
    font-size: 1.1rem;
  }

  .availability {
    font-size: 15px;
  }

  .button_pro {
    font-size: 1rem;
    padding: 12px 16px;
  }
}

/* ✅ Ultra-Wide Screens (Above 1600px - 4K & Ultra-Wide Displays) */
@media (min-width: 1601px) {
  .container_topical {
    padding-top: 100px;
  }

  .container_products {
    grid-template-columns: repeat(4, 1fr); /* Lock to 4 items per row */
    gap: 30px;
    max-width: 1300px;
    margin: auto; /* Centers grid for ultra-wide screens */
  }

  .figure_pro {
    max-width: 320px;
    height: 340px;
  }

  .figure_pro img {
    height: 270px;
  }

  .content_pro {
    font-size: 1.2rem;
  }

  .title_pro {
    font-size: 1.4rem;
  }

  .paragraph_p {
    font-size: 1.2rem;
  }

  .availability {
    font-size: 16px;
  }

  .button_pro {
    font-size: 1.1rem;
    padding: 14px 18px;
  }
}

/*Topical / Skin Antiseptics end*/