.border-radius-left {
    border-radius: 15px 0px 0px 15px;
  }
  
  .border-radius-right {
    border-radius: 0px 15px 15px 0px;
  }
  
  .banners-bottom {
    background: url(/assets/images/product-slider-back.png);
  }
  
  .hero_section {
    padding: 0;
    position: relative;
    margin: 0 0 -6px;
  }
  
  .hero_section>img {
    min-height: 500px;
    object-fit: cover;
  }
  
  .hero_section .overlay {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    padding: 60px 0 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  }
  
  .hero_section h1 {
    font-size: 3.125rem;
    font-weight: 600;
    font-family: "Red Hat Display", sans-serif;
    letter-spacing: 0.02em;
    text-align: center;
    color: #fff;
  }
  
  .hero_section p {
    font-family: "Lato", sans-serif;
    font-size: 1.5rem;
    color: #fff;
    font-weight: 400;
    letter-spacing: 0.02em;
  }
  
  .letter-space-4 {
    letter-spacing: 4px;
  }
  
  .counter_box {
    display: flex;
    padding: 2.5rem 1.5rem;
    min-height: 150px;
    text-align: center;
    align-items: center;
    flex-direction: column;
    justify-content: center;
  }
  
  .counter_box h2 {
    font-family: "Lato", sans-serif;
    font-size: 2.5rem;
    font-weight: 800;
    line-height: 30px;
    color: #fff;
    letter-spacing: 0em;
  }
  
  .counter_box p {
    color: #fff;
    font-size: 1rem;
    font-weight: 500;
    line-height: 23px;
    font-family: "Lato", sans-serif;
  }
  
  @media (max-width: 767.98px) {
    .hero_section h1 {
      font-size: 2rem;
    }
    .counter_box{
        height:167px;
    }
  
    .hero_section p {
      font-size: 1.125rem;
    }
  
    .counter_box {
      padding: 2.5rem 1rem;
      min-width: 150px;
      min-height: 170px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
    }
  
    .counter_box h2 {
      font-size: 1.875rem;
    }
  }
  
  @media (max-width: 767.98px) {
    .hero_section h1 {
      font-size: 2.5rem;
    }
  
    .hero_section p {
      font-size: 1.125rem;
    }
  }
  .slider-container {
    margin-bottom: 20px;
    overflow: hidden;
    position: relative;
    width: 100%;
  }
  
  /* Style the slider wrapper */
  .slider-wrapper {
    display: flex;
    transition: transform 0.5s ease; /* Adjust the transition duration as needed */
  }
  
  /* Style individual slides */
  .slide {
    width: 100%; /* Set the width of each slide */
    box-sizing: border-box;
    padding: 0 10px;
  }
  
  /* Style the client logo container */
  .client-logo {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px; /* Set the height of each client logo container */
  }
  
  /* Style the client logo images */
  .client-logo img {
    max-width: 100px;
    height: 75px;
  }
  /* .swap img:last-child{
    display:none;
}
.swap:hover img:first-child{
    display:none;
}
.swap:hover img:last-child{
    display:inline-block;
} */
.ourproduct_carousel {
  padding: 6rem 0;
}

.ourproduct_carousel h2 {
  font-family: "Lato", sans-serif;
  font-size: 3.75rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  text-align: center;
  color: #000000;
  text-transform: uppercase;
}

.ourproduct_carousel h2 span {
  font-weight: 700;
  color: #e8262b;
}

.ourproduct_carousel p {
  font-family: "Lato", sans-serif;
  font-size: 1.375rem;
  font-weight: 300;
  color: #000;
  text-align: center;
}

.logo-container {
  position: relative;
  width: 100%;
  /* Adjust the width to match your logo dimensions */
  height: 100%;

  /* Adjust the height to match your logo dimensions */
  overflow: hidden;
}

.logo-container a {
  display: block;
  min-height: 350px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px;
}

.logo-img.ok {
  max-width: 100px;
}

.logo-img.josh {
  max-width: 150px;
}

.logo-img.sherose {
  max-width: 175px;
}

.logo-container .hover-logo-img {
  position: absolute;
  top: 0%;
  left: 0%;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(100%);
  transition: opacity 1s ease-in-out, transform 1s ease-in-out;
}
.logo-container .hover-logo-img img{
  width: 100%;
  object-fit: none;
  height: 100%;
}
.logo-container:hover .hover-logo-img {
  opacity: 1;
  transform: translateY(0);
}

@media (max-width: 767.98px) {
  .ourproduct_carousel h2 {
    font-size: 2rem;
  }

  .ourproduct_carousel p {
    font-size: 1.125rem;
  }
}

@media (max-width: 575.98px) {}

.dhanak-clinics {

  z-index: 1;
  padding: 6rem 0;
  }
  .dhanak-logo img {
  max-width: 150px;
  margin: 1rem 0;
  }
  .dhanak-clinics h2 {
  font-family: "Lato", sans-serif;
  font-size: 2.25rem;
  font-weight: 300;
  letter-spacing: 0.02em;
  color: #000000;
  margin-bottom: 0;
  }
  
  .dhanak-clinics h2 span {
  font-weight: 700;
  color: #e8262b;
  }
  
  .dhanak-clinics p {
  font-family: "Lato", sans-serif;
  font-size: 1.125rem;
  font-weight: 300;
  color: #000;
  margin-bottom: 1.5rem;
  }
  
  .video_wrap {
  border-radius: 10px;
  overflow: hidden;
  }
  
  .video_wrap video {
  border-radius: 10px;
  }
  
  .helpline_wrap {
  border: 4px solid #d1a7a7;
  background: #01612c;
  padding: 1rem 0;
  border-radius: 20px;
  }
  
  .helpline_wrap h3 {
  font-family: "Lato", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 900;
  letter-spacing: 1px;
  }
  
  .helpline_wrap a {
  display: flex;
  color: #fff !important;
  align-items: center;
  justify-content: center;
  text-decoration: none !important;
  font-family: "Lato", sans-serif;
  gap: 10px;
  font-size: 2.25rem;
  font-weight: 600;
  letter-spacing: 1px;
  text-align: left;
  }
  
  .helpline_wrap a small {
  display: block;
  text-align: center;
  font-size: 14px;
  }
  
  @media (max-width: 991.98px) {
  .helpline_wrap a {
    font-size: 1.5rem;
  }
  .helpline_wrap h3 {
    font-size: 1.5rem;
  }
  }
  @media (max-width: 767.98px) {
  .dhanak-clinics h2 {
    font-size: 2rem;
  }
  
  .dhanak-clinics p {
    font-size: 1rem;
  }
  
  .video_wrap {
    margin: 0 -5px;
  }
  .helpline_wrap {
    text-align: center;
  }
  .dhanak-logo img {
    margin: 2rem 0;
  }
  }
  
  
  /*New Css*/
  
  /* Our Impact */

.impact-section {
    width: 100%;
    padding: 40px 20px;
    box-sizing: border-box;
}

.impact-container {
    margin-left: 3rem;
    margin-right: 6rem;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}

.impact-image img {
    width:500px;
    height: auto;
}

.impact-content {
    flex: 1;
}

.sub-head {
    color: #be312e;
    font-size: 22px;
    font-family: 'Fira Sans', sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 20px;
    margin-top: 0%;
}

.impact-content h1 {
    margin: 0;
    font-size: 48px;
    font-weight: 700;
    color: #1d1d1bcc;
    font-family: 'Merriweather', sans-serif;
    line-height: 60px;
    margin-bottom: 30px;
}

.impact-content p {
    font-size: 16px;
    color: #555;
    line-height: 25px;
    font-family: 'Fira Sans', sans-serif;
}

.btn {
    display: inline-block;
    background: #be312e;
    padding: 8px 28px;
    font-family: 'Fira Sans', sans-serif;
    color: #fff !important;
    font-size: 16px;
    font-weight: 550;
    text-decoration: none;
    box-shadow: -8px 0px 0px 0px rgba(190,49,46,0.41);
    margin-top: 16px;
}

@media (max-width: 900px) {
    .impact-section{
        padding: 10px;
    }

    .impact-container {
        padding: 0%;
        flex-direction: column;
        margin-left: 1rem;   
        margin-right: 1rem;  
        gap: 30px;         
    }
    .impact-image img {
        width: 100%;
       
    }

    .btn {
        width: 100%;
        margin-top: 20px;
        color: #fff !important;
        text-align: center;
    }
    
    .impact-content h1 {
        font-size: 45px;
        margin-bottom: 30px;
    }
}

@media (max-width: 480px) {
    .impact-section{
        padding: 0;
    }

    .impact-container {
        margin-left: 0.5rem;
        margin-right: 0.5rem;
        gap: 20px;
    }
}

/* Our Impact */



/* Section Aurora Left CSS */

.section-aurora-left-section{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 3rem;
}

.section-aurora-left-container {
    position: relative;
    display: flex;
    width: 100%;
    margin: 0 auto;
    align-items: center;
}

.section-aurora-left-image {
    width: 40%;
    height: auto;
    display: block;
    margin-left: 4rem;
    border-radius: 15px;
}

.section-aurora-left-content {
    position: absolute; top: 50%; right: 11.5%;
    transform: translateY(-50%);
    width: 46%;
    background: #ffffffeb;
    padding: 0px 35px 35px 35px;
    border-radius: 8px;
    box-shadow: 0px 20px 60px rgba(0,0,0,0.15);
}

.section-aurora-left-title {
    font-size: 44px;
    font-weight: 700;
    color: #1d1d1bcc;
    font-family: 'Merriweather', sans-serif;
    line-height: 60px;
    margin: 0px;
}

.section-aurora-left-text {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Fira Sans', sans-serif;
}

.section-aurora-left-button {
    background: #be312e;
    padding: 8px 28px;
    font-family: 'Fira Sans', sans-serif;
    color: #fff !important;
    font-size: 16px;
    font-weight: 550;
    text-decoration: none;
    box-shadow: -8px 0px 0px 0px rgba(190,49,46,0.41);
}

@media (max-width: 900px) {

    .section-aurora-left-container {
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin-top: 2rem;
    }

    .section-aurora-left-image {
        width: 100%;
        margin: 0%;
    }

    .section-aurora-left-content {
        position: relative;
        top: 0;
        right: 0;
        transform: none;
        width: 100%;
        padding: 10px;
        background: none;
        margin-top: -15px;
    }
    
    .section-aurora-left-title {
        font-size: 34px;
        font-weight: 700;
        color: #1d1d1bcc;
        font-family: 'Merriweather', sans-serif;
        line-height: 40px;
        margin: 0px;
    }

    .section-aurora-left-button {
        width: 100%;
        color: #fff !important;
        margin-top: 20px;
        text-align: center;
    }
}
 
 /* Section Aurora Left CSS */
 

/* Section Zenith Right CSS */

.section-zenith-right-section{
    width: 100%;
    margin-top: 20px;
    margin-bottom: 3rem;
}

.section-zenith-right-container {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    align-items: center;
    flex-direction: row-reverse;
}

.section-zenith-right-image {
    width: 32%;
    height: 100%;
    display: block;
    margin-right: 5rem;
    border-radius: 15px;
}

.section-zenith-right-content {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    width: 55%;
    background: #ffffffeb;
    padding: 0px 35px 35px 35px;
    border-radius: 8px;
    box-shadow: 0px 20px 60px rgba(0,0,0,0.15);
}

.section-zenith-right-title {
    font-size: 48px;
    font-weight: 700;
    color: #1d1d1bcc;
    font-family: 'Merriweather', sans-serif;
    line-height: 60px;
    margin: 0px;
}

.section-zenith-right-text {
    font-size: 16px;
    color: #000000;
    font-weight: 400;
    line-height: 25px;
    font-family: 'Fira Sans', sans-serif;
}

.section-zenith-right-button {
    background: #be312e;
    padding: 8px 28px;
    font-family: 'Fira Sans', sans-serif;
    color: #fff !important;
    font-size: 16px;
    font-weight: 550;
    text-decoration: none;
    box-shadow: -8px 0px 0px 0px rgba(190,49,46,0.41);
}

@media (max-width: 900px) {

    .section-zenith-right-container {
        flex-direction: column;
        width: 100%;
        padding: 0;
        margin-top: 2rem;
    }

    .section-zenith-right-image {
        width: 100%;
        margin: 0;
    }

    .section-zenith-right-content {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        width: 100%;
        padding: 10px;
        background: none;
        margin-top: -15px;
    }
    
    .section-zenith-right-title {
        font-size: 34px;
        font-weight: 700;
        color: #1d1d1bcc;
        font-family: 'Merriweather', sans-serif;
        line-height: 40px;
        margin: 0px;
    }

    .section-zenith-right-button {
        width: 100%;
        color: #fff !important;
        margin-top: 20px;
        text-align: center;
    }
}

/* Section Zenith Right CSS */