

body.details-page { 
  --montserrat-font: 'Montserrat-SemiBold';
  --lato-font: 'Lato-Regular';
}

.details-page :is(h1,h2,h3,h4,h5,h6,table tr th) {
  font-family: var(--montserrat-font, inherit) !important;
}

.details-page :is(p,span,ul li,table tr td) {
  font-family: var(--lato-font, inherit) !important;
}

.home-hero-group{
  display: flex;
  gap:12px;
}
.home-hero-group .home-hero-left{
  width: 33%;
}
.home-hero-group .home-hero-right{
  width: fit-content;
  padding-left: 60px;
}
.home-hero-group .home-hero-left img.a-logo{
  height: 100%;
}


.vision-mission-values-block{
  padding-block: 0 !important;
  margin: 0 !important;
  width: 100%;
  display: flex;
  gap: 15px;
}
.vision-mission-values-block .card .flex1{
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

.auro-swiper .swiper{
  width:554px !important;  
  margin: 0 !important;
}



p {
  font-family: 'Montserrat-Regular';
}

.aurolab-header {
  padding: 45px 0;
}

.dropdown {
  position: relative;
  display: inline-block;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 160px;
  border-radius: 4px;
  box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
  z-index: 1;
  margin-top: 5px;
}

.dropdown-content a {
  padding: 12px 16px;
  display: block;
  text-decoration: none;
  color: black;
}

.dropdown-content a:hover {
  background-color: #ddd;
}

.bg-video-wrap {
  position: relative;
  overflow: hidden;
  width: 100%;
  line-height: 0;
  margin-top: 121px;
}

video {
  width: 100%;
  height: auto;
}

.hero_content {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.h1_title {
  font-size: 40px;
  line-height: 80px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 0;
  color: #ffffff;
  font-family: "Montserrat-SemiBold";
}

.bg-cerulean {
  background-color: #006380;
}

.text-cerulean {
  color: #006380;
}

.border-cerulean {
  border-color: #006380;
}

.logo-height img {
  height: 31px;
  position: relative;
  right: 10px;
}

.hover\:text-cerulean:hover {
  color: #006380;
}

.hover\:border-cerulean:hover {
  border-color: #006380;
}

.nav-aruolab ul li a:hover {
  font-weight: 600;
}

.bg-image-1 {
  background: url(/src/assets/images/auro-bg-1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.logo-bg {
  background: url(/src/assets/images/logo-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.circle-img img {
  width: 46%;
  margin-left: auto
}

.service-icon {
  width: 36px;
  height: 36px;
}

.solution-icons, .support-icons {
  width: 40px;
  height: 40px;
}

.vission-icons {
  width: 55px;
}

.certify-logo {
  width: 75%;
  position: relative;
  top: -15px;
}

.our-best-services>div>div {
  height: calc(100% - 23px);
  /* max-height: 342px; */
  overflow: hidden;
  margin: 0;
  padding-block:33px;
}

.back-top {
  display: none;
  position: fixed;
  width: 43px;
  height: 43px;
  background-size: 43px 43px;
  right: 20px;
  bottom: 30px;
  z-index: 10;
}

.back-top img {
  height: 100%;
  width: 100%;
}

.back-top.show {
  animation: comeIn 0.5s 1;
  animation-timing-function: linear;
  display: block !important;
}

.back-top.hide {
  animation: comeOut 0.5s 1;
  animation-timing-function: linear;
  display: block !important;
  right: -50px;
}

@keyframes comeIn {
  0% {
    right: -50px;
    transform: rotate(0deg);
  }

  100% {
    right: 20px;
    transform: rotate(-360deg);
  }
}

@keyframes comeOut {
  100% {
    right: -50px;
    transform: rotate(360deg);
  }

  0% {
    right: 20px;
    transform: rotate(0deg);
  }
}

.social-media {
  margin-top: 70px !important;
  position: relative;
}

.social-media::before {
  content: "";
  position: absolute;
  height: 4px;
  width: 100px;
  background: #006380;
  top: -30px;
}

.social-media a img {
  filter: brightness(0) saturate(100%) invert(17%) sepia(92%) saturate(3428%) hue-rotate(178deg) brightness(88%) contrast(103%);
}

.social-media a img:hover {
  opacity: 0.6;
}

.footer_link:hover {
  color: #006380;
}

.auro-card-title, .core-solution-title {
  font-family: "Montserrat-SemiBold";
}

.auro-swiper {
  padding: 0 !important;
  display: flex;
  justify-content: flex-end;
}

.auro-swiper .swiper-wrapper .swiper-slide img, .auro-swiper .swiper-wrapper .swiper-slide,
.auro-swiper, .auro-swiper .swiper-wrapper, .mySwiper {
  border-radius: 20px;
}

.circle-img {
  top: -70px;
  right: -130px;
  z-index: 9;
}

.hover\:font-semibold:hover {
  font-weight: 600;
}

.max-w-\[90\] {
  max-width: 90%;
  margin-inline: auto;
}

.auro-card-hover img {
  filter: brightness(0) saturate(100%) invert(15%) sepia(63%) saturate(5094%) hue-rotate(180deg) brightness(99%) contrast(101%);
}

.auro-shadow:hover {
  box-shadow: 4px 12px 11px 6px #00000012;
  transition: 0.5s;
  cursor: pointer;
}

.auro-card-hover:hover {
  border:1px solid #35c7cf;
  background: linear-gradient(70deg, rgb(255 255 255) 5%, rgb(225 245 246) 93%) !important;
  transition: 0.5s;
  cursor: pointer;
}
.auro-card-hover:hover h4 {
  color: #35c7cf !important;
}

.auro-card-hover:hover img {
  filter: brightness(0) saturate(100%) invert(75%) sepia(80%) saturate(684%) hue-rotate(140deg) brightness(90%) contrast(78%);
}
.our-service-box-1:hover .auro-shadow  {
  background-color: #047332;
}
.our-service-box-1:hover .auro-shadow .auro-bg-hover img {
  filter: brightness(0) saturate(100%) invert(24%) sepia(49%) saturate(2806%) hue-rotate(129deg) brightness(95%) contrast(97%);
}

.our-service-box-2:hover .auro-shadow  {
  background-color: #BF1D5D;
}
.our-service-box-2:hover .auro-shadow .auro-bg-hover img {
  filter: brightness(0) saturate(100%) invert(16%) sepia(97%) saturate(3141%) hue-rotate(323deg) brightness(88%) contrast(89%);
}


.our-service-box-3:hover .auro-shadow  {
  background-color: #EE7028;
}
.our-service-box-3:hover .auro-shadow .auro-bg-hover img {
  filter: brightness(0) saturate(100%) invert(50%) sepia(29%) saturate(1783%) hue-rotate(343deg) brightness(98%) contrast(90%);
}


.our-service-box-4:hover .auro-shadow  {
  background-color: #60348C;
}
.our-service-box-4:hover .auro-shadow .auro-bg-hover img {
  filter: brightness(0) saturate(100%) invert(25%) sepia(28%) saturate(2435%) hue-rotate(239deg) brightness(91%) contrast(95%);
}


.our-service-box-5:hover .auro-shadow  {
  background-color: #8DBF36;
}
.our-service-box-5:hover .auro-shadow .auro-bg-hover img {
  filter: brightness(0) saturate(100%) invert(68%) sepia(82%) saturate(379%) hue-rotate(35deg) brightness(89%) contrast(87%);
}




.our-service-box-6:hover .auro-shadow  {
  background-color: #EDC120;
}
.our-service-box-6:hover .auro-shadow .auro-bg-hover img {
  filter: brightness(0) saturate(100%) invert(97%) sepia(54%) saturate(2977%) hue-rotate(331deg) brightness(92%) contrast(102%);
}




.our-service-box-1:hover .auro-shadow .auro-bg-hover,
.our-service-box-2:hover .auro-shadow .auro-bg-hover,
.our-service-box-3:hover .auro-shadow .auro-bg-hover,
.our-service-box-4:hover .auro-shadow .auro-bg-hover,
.our-service-box-5:hover .auro-shadow .auro-bg-hover,
.our-service-box-6:hover .auro-shadow .auro-bg-hover {
  background-color: #fff !important;
}
.our-service-box-1:hover .auro-shadow .auro-card-title, .our-service-box-1:hover .auro-shadow p,
.our-service-box-2:hover .auro-shadow .auro-card-title, .our-service-box-2:hover .auro-shadow p,
.our-service-box-3:hover .auro-shadow .auro-card-title, .our-service-box-3:hover .auro-shadow p,
.our-service-box-4:hover .auro-shadow .auro-card-title, .our-service-box-4:hover .auro-shadow p,
.our-service-box-5:hover .auro-shadow .auro-card-title, .our-service-box-5:hover .auro-shadow p,
.our-service-box-6:hover .auro-shadow .auro-card-title, .our-service-box-6:hover .auro-shadow p{
  color: #fff;
}


.auro-shadow:hover .auro-bg-hover, .auro-bg-hover:hover {
  transition: 0.5s;
}

.auro-shadow:hover .auro-text-hover, .auro-text-hover:hover, .auro-card-hover:hover .auro-card-title {
  color: #006380;
  transition: 0.5s;
}

.our-services-card {
  min-height: 250px;
  padding: 26px !important;
}

.global-vision {
  background-image: url(/src/assets/images/auro-bg-2.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 100% 2%;
  background-color: #e3f4fe;
}

.global-vision-index {
  background-image: url(/src/assets/images/blue_globe.png);
  background-size: 40%;
  background-repeat: no-repeat;
  background-position: 100% 2%;
  background-color: #e3f4fe;
}

.solution-section {
  margin-top: 70px;
}

.solution-section-card {
  padding: 0;
  border-radius: 20px;
  background: #ffffff55;
  min-height: fit-content;
  padding-bottom:30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  clip-path: border-box;
}

.solution-section-card:hover {
  background: #ffffff80;
  transition: 0.5s;
}

/* .solution-section-card:hover .core-solution-img {
  background: linear-gradient(135deg, #40e0d0 0%, #48cae4 25%, #00b4d8 50%, #0077b6 75%, #9b59b6 100%);
} */

.solution-card-diagnostics:hover .solution-sub-para, .solution-card-diagnostics:hover .core-solution-img {
  background: #1D4F8D;
}

.solution-card-surgical:hover .solution-sub-para, .solution-card-surgical:hover .core-solution-img {
  background: #0979BF;
}

.solution-card-iols:hover .solution-sub-para, .solution-card-iols:hover .core-solution-img {
  background: #3F84C5;
}

.solution-card-therapeutics:hover .solution-sub-para, .solution-card-therapeutics:hover .core-solution-img {
  background: #00A8AA;
}

.solution-sub-para {
  font-size: 16px;
  font-family: "Montserrat-SemiBold";
  border-top: 1px solid #ffffff7d;
  padding: 17px;
  background-color: #006380;
  color: #fff !important;
  display: none;
}

.core-solution-img {
  margin-top: 35px;
  width: 75px;
  height: 75px;
  border-radius: 12px !important;
}

.solution-section-card p {
  font-size: 15px;
  color: #000;
}

.solution-section-card h3 {
  font-weight: 500;
  font-size: 21px;
}

.core-solution-img img {
  width: 60px !important;
}

.auro-title {
  color: #1c4f68;
}

.video-btn:hover {
  background: #006380;
  transition: 0.5s;
}

.action-btn:hover {
  background: #006380;
  transition: 0.5s;
}

.auro-sub-title {
  font-size: 20px;
  font-family: 'Montserrat-SemiBold';
}

#aurolab-header.shrink {
  padding: 20px 0;
}

.focus\:border-cerulean:focus {
  border: 1px solid #0684a3;
}

.svg-icon:hover img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(89%) saturate(634%) hue-rotate(137deg) brightness(94%) contrast(90%);
  transition: 0.5s;
}

/* .section-scroll {
  height: 100vh;
} */
.list-style {
  list-style: disc;
}

.gap-25 {
  gap: 25px;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-10 {
  padding-top: 2.5rem;
}

.action-block:hover .action-link {
  text-decoration: underline;
}

.action-block:hover .bg-cerulean {
  background: #006380;
  transition: 0.5s;
}
@media only screen and (min-width:960px) and (max-width:992px){
  .team-card .user-content {
   flex-direction: column;
  }
}

@media screen and (min-width:998px) {
  .pt-md-20 {
    padding-top: 5rem;
  }
}
/* @media only screen and (min-width:720px) and (max-width:1300px){
  .product-group .w-full {
      width: 50% !important;
  }
} */
@media screen and (max-width:768px) {
  
  .serving-country-group{    
    flex-direction: column-reverse !important;
  }
  .hero_content {
    position: absolute;
    left: 25px;
    top: auto;
  }

  .h1_title {
    font-size: 25px;
    line-height: 25px;
  }

  .video-btn {
    padding: 5px 10px;
    font-size: 12px;
    margin-top: 10px;
  }
}

.timeline-section {
  background-image: url(../images/section-bg-1.jpg);
  background-size: cover;
}







.section-timeline img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
  height: fit-content;
  width: 100%;
  border-radius: 10px;
}

.section-timeline .inline-block {
  max-width: 100%;
  display: inline-block;
}

.section-timeline .page-wrapper {
  z-index: 0;
  position: relative;
}

.section-timeline .container {
  margin-left: auto;
  margin-right: auto;
}

.section-timeline .margin-bottom-medium {
  margin-bottom: 32px;
}

.section-timeline .paragraph-large {
  letter-spacing: -0.02em;
  font-size: 20px;
}

.auro-card-title {
  font-size: 20px !important;
}

.section-timeline-heading {
  background-color: #0a0a0a;
}

.padding-vertical-xlarge {
  padding-top: 120px;
  padding-bottom: 120px;
}

.timeline-main_heading-wrapper {
  color: #fff;
  text-align: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

.timeline_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  width: 88%;
}

.timeline_item {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 180px 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  padding-bottom: 40px;
  display: grid;
  position: relative;
}

.timeline_left {
  text-align: right;
  justify-content: flex-end;
  align-items: stretch;
}

.timeline_centre {
  justify-content: center;
  display: flex;
}

.timeline_date-text {
  color: #006380;
  letter-spacing: -0.03em;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
  position: sticky;
  top: 50vh;
}

.timeline_text {
  color: #000 !important;
  font-size: 16px;
  line-height: 23px !important;
  width: 116%;
}

.timeline_circle {
  background-color: #fff;
  border-radius: 100%;
  width: 15px;
  min-width: 15px;
  max-width: 15px;
  height: 15px;
  min-height: 15px;
  max-height: 15px;
  position: sticky;
  top: 54vh;
  box-shadow: 0 0 0 8px #0cb5b2;
}

.timeline_progress {
  z-index: -2;
  background-color: #006380;
  width: 3px;
  height: 100%;
  position: absolute;
}

.timeline_progress-bar {
  z-index: -1;
  background: #ff6a00;
  background: -webkit-linear-gradient(to bottom, #ff6a00, #ee0979);
  background: linear-gradient(to bottom, #ff6a00, #ee0979);
  width: 3px;
  height: 50vh;
  position: fixed;
  inset: 0 auto 50vh;
}

.section-timeline {
  z-index: -3;
  position: relative;
  background-image: url(../images/section-bg-1.jpg);
  background-size: cover;
}

.margin-bottom-xlarge {
  margin-bottom: 56px;
}

.timeline_link {
  opacity: 0.6;
  color: #006380;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  border-radius: 8px;
  align-items: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: none;
  transition: opacity 0.3s;
  display: flex;
}

.timeline_link:hover {
  opacity: 1;
}

.link-icon {
  width: 20px;
  height: 20px;
  margin-left: 8px;
}

.inline-block {
  display: inline-block;
}

.text-colour-lightgrey {
  color: #006380;
}

.overlay-fade-top {
  background-image: linear-gradient(#9ac9e7, #0a0a0a00);
  height: 36%;
  position: absolute;
  inset: 0% 0% auto;
  z-index: -1;
  width: 4px;
  margin: auto;
}

.overlay-fade-bottom {
  background-image: linear-gradient(to top, #9ac9e7, #0a0a0a00);
  height: 36%;
  position: absolute;
  inset: auto 0% 0%;
  z-index: -1;
  width: 4px;
  margin: auto;
}

@media screen and (max-width: 767px) {
  h2 {
    font-size: 40px;
  }

  .paragraph-large {
    font-size: 18px;
  }

  .padding-vertical-xlarge {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .timeline_item {
    grid-template-columns: 64px 1fr;
    width: 100%;
  }

  .timeline_left {
    text-align: left;
    grid-area: 1 / 2 / 2 / 3;
  }

  .timeline_centre {
    justify-content: flex-start;
    grid-area: 1 / 1 / 3 / 2;
  }

  .timeline_right {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  .timeline_date-text {
    margin-bottom: 24px;
    font-size: 36px;
  }

  .timeline_text {
    font-size: 20px;
  }

  .timeline_progress {
    left: 6px;
  }

  .margin-bottom-xlarge {
    margin-bottom: 48px;
  }
}

.timeline_right {
  display: flex;
  flex-direction: row;
  gap: 33px;
  background: #ffffff75;
  padding: 20px;
  align-items: center;
  border-radius: 12px;
  border: 1px solid #ffffff;
  box-shadow: 0px 0px 14px 0px #00638021;
}

.timeline_content_left .margin-bottom-xlarge {
  text-align: right;
}

.timeline_content_left .timeline_image-wrapper {
  display: flex;
  justify-content: flex-end;
}

.timeline_date_right {
  text-align: left;
}

.timeline_text .timeline_content_left .margin-bottom-xlarge {
  display: flex;
}

.timeline_date-text {
  font-weight: 900;
}

.timeline-header-txt {
  font-size: 38px;
  display: flex;
  justify-content: flex-start;
  width: 100%;
  margin-top: 60px;
}

.hori-timeline .events {
  display: flex;
}

.hori-timeline .events .event-list {
  display: block;
  position: relative;
  text-align: center;
  padding-top: 70px;
  margin-right: 0;
}

.hori-timeline .events .event-list:before {
  content: "";
  position: absolute;
  height: 36px;
  border-right: 2px dashed #006380;
  top: 5px;
}

@media (min-width: 1140px) {
  .hori-timeline .events .event-list {
    display: inline-block;
    width: 24%;
    padding-top: 45px;
  }
}





.timeline-2 {
  background-image: linear-gradient(-45deg, #bee4ff, #b9e4ff, #66D1CF), url(../images/section-bg-1.jpg);
  background-size: 400% 400%, cover;
  background-position: 0% 50%, center;
  background-repeat: no-repeat;
  background-blend-mode: overlay;
  animation: morphGradient 15s ease infinite;
  padding-block: 100px;

}

.timeline-2 .title-timeline {
  font-size: 35px;
  text-align: center;
  margin-bottom: 46px;
}

.events {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  justify-content: center;
  list-style: none;
  position: relative;
}

.events::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: linear-gradient(90deg, #006380, #2fb7db);
  transform: translateY(-50%);
  z-index: 1;
}

.event-list {
  flex: 1;
  min-width: 250px;
  max-width: 300px;
  position: relative;
  z-index: 2;
}

.event-list>div {
  background: white;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #a8efec;
  background: #6ee9e429;
}

.event-list>div:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
}

.event-date {
  font-size: 1.5rem;
  font-weight: bold;
  padding: 15px 20px;
  text-align: center;
  border-radius: 15px 15px 0 0;
  position: relative;
  background-color: #006380;
  color: #fff
}

.event-date::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: inherit;
  border: 3px solid white;
}
.timeline-heading{
  font-size: 16px;
  text-align: center;
  font-family: 'Montserrat-Medium';
}

.content-wrapper {
  padding: 20px;
  padding-top: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

.content-text {
  color: #6c757d;
  line-height: 1.6;
  margin-bottom: 20px;
  text-align: justify;
}

.content-short {
  display: block;
  font-size: 15px;
  text-align: center;
  color: #000;  
  font-family: 'Lato-Regular';
}

.content-full {
  display: none;
  font-size: 16px;
  text-align: justify;
  color: #000;
}

.content-text.expanded .content-short {
  display: none;
}

.content-text.expanded .content-full {
  display: block;
}

.btn {
  display: inline-block;
  padding: 8px 16px;
  font-size: 0.875rem;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  color: white;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  text-align: center;
  transition: all 0.3s ease;
  /* background: linear-gradient(135deg, #40e0d0 0%, #48cae4 25%, #00b4d8 50%, #0077b6 75%, #9b59b6 100%); */
  background-color: #006380;
  box-shadow: 0 8px 25px rgba(64, 224, 208, 0.3);
}

.btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 15px 35px rgba(64, 224, 208, 0.4);
  background: linear-gradient(135deg, #48cae4 0%, #40e0d0 25%, #00b4d8 50%, #0096c7 75%, #8e44ad 100%);
}

.btn:active {
  transform: translateY(0);
}

@media (max-width: 768px) {
  .events {
    flex-direction: column;
    align-items: center;
  }

  .events::before {
    width: 3px;
    height: 100%;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(180deg, #e74c3c, #f39c12, #27ae60, #3498db);
  }

  .event-list {
    max-width: 100%;
    width: 100%;
  }

  .card-body {
    padding: 20px;
  }

  .card-title {
    font-size: 1.5rem;
    margin-bottom: 2rem;
  }
}


.image-animation {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  padding-bottom: 40px;
}

.image-animation img {
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.image-animation img:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.image-anime img{
  width: 50%;margin:auto;margin-top:50px;
}

@media (max-width: 768px) {
  .image-animation {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1rem;
  }

  .image-animation img {
    height: 200px;
  }
}



.timeline-image-group {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  padding-bottom: 40px;
}

.timeline-image-group img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.timeline-image-group img:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

@media (max-width: 768px) {
  .timeline-image-group {
    grid-template-columns: 1fr;
    gap: 1.5rem;
    padding: 1rem;
  }

  .timeline-image-group img {
    height: 200px;
  }
}

.burdcrumbs-header {
  margin-top: 121px;
  padding-block: 30px;
  background: linear-gradient(to bottom left, #b2f4ff, #e3f4fe);
}

.burdcrumbs-header h1 {
  font-size: 30px;
  line-height: 12px;
  margin-top: 10px;
}

.burdcrumbs-header p {
  font-size: 20px;
  line-height: 40px;
  margin-top: 10px;
}

.burdcrumbs-header h1, .burdcrumbs-header p {
  color: #006380;
}

.burdcrumbs-header .container {
  padding: 0;
}

.inner-header {
  background: linear-gradient(135deg, rgba(64, 224, 208, 0.5) 0%, rgba(72, 202, 228, 0.6) 25%, rgba(0, 180, 216, 0.6) 50%, rgba(0, 119, 182, 0.6) 75%, rgba(155, 89, 182, 0.8) 100%), url(../images/aurolab-building-2.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  padding-block: 9%;
  margin-top: 121px;
}

.inner-career-bg {
  padding-block: 150px;
  margin-top: 121px;
  background: #BDE4FF;
  /* background: linear-gradient(260deg, rgba(189, 228, 255, 1) 35%, rgba(108, 210, 210, 1) 99%); */
  background: linear-gradient(260deg,rgba(189, 228, 255, 0.8) 35%, rgba(108, 210, 210,  0.8) 99%), url(../images/careers.jpg);
  background-size: cover;
  background-position: center;
}
.inner-reach-bg {
  padding-block: 150px;
  margin-top: 121px;
  background: #BDE4FF;
  /* background: linear-gradient(260deg, rgba(189, 228, 255, 1) 35%, rgba(108, 210, 210, 1) 99%); */
  background: linear-gradient(260deg,rgba(189, 228, 255, 0.8) 35%, rgba(108, 210, 210,  0.8) 99%), url(../images/reach-us.jpg);
  background-size: cover;
  background-position: center;
}
.inner-product-bg {
  padding-block: 150px;
  margin-top: 121px;
  background: #BDE4FF;
  /* background: linear-gradient(260deg, rgba(189, 228, 255, 1) 35%, rgba(108, 210, 210, 1) 99%); */
  background: linear-gradient(260deg,rgba(189, 228, 255, 0.8) 35%, rgba(108, 210, 210,  0.8) 99%), url(../images/aurolab-building.jpg);
  background-size: cover;
  background-position: center;
}

.inner-bg h1, .inner-bg ul li, .inner-bg ul li a {
  color: #006380 !important;
}

@keyframes morphGradient {
  0% {
    background-position: 0% 50%, center;
  }

  50% {
    background-position: 100% 50%, center;
  }

  100% {
    background-position: 0% 50%, center;
  }
}

.vision-mission-group-parent {
    background: #e2f5f6;
}
.content-short li, .content-full li {
  margin-left: 25px;
}
.vision-mission-values-block .card { 
  background: #ffffffbd;
  width: 50%;
  clip-path: border-box;
  border-radius: 12px;
  border: 1px solid #ffffff;
  background: linear-gradient(70deg, rgb(255 255 255 / 66%) 5%, rgb(225 245 246) 93%);
}
.vision-mission-values-block .card:hover { 
  background: linear-gradient(271deg, rgb(255 255 255 / 66%) 5%, rgb(225 245 246) 93%);
  cursor: pointer;
}
.vision-mission-values-block .card:hover .title{
  color:#35c7cf !important;
}
.vision-mission-values-block .card:hover img{  
  background-color:#35c7cf !important;
}
.vision-mission-values-block .card .title {  
  padding: 0 15px;
  width: 100%;
  color: #006380;
  background: #ffffff38;
  font-weight: 700;
  font-size: 17px;
  font-family: 'Montserrat-Regular';
}
.vision-mission-values-block .card p {
  line-height: 21px;
}
.vision-mission-values-block .card p, .vision-mission-values-block .card ul {
  padding: 0 15px;
  font-size: 16px;
  font-family: 'Lato-Regular';
  text-align: left;
}


.vision-mission-group {
  display: flex;
  flex-direction: column;
  display: flex;
  display: flex;
  gap: 15px;
  width: 50%;
}

.vision-mission-group .card {
  height: 50%;
  width: 100%;
  display: flex;
  align-items: center;
  padding: 20px;
}
.vision-mission-values-block .card img {
  background: #006380;
  padding: 12px;
  border-radius: 9px;
}
.values-card {
  display: flex;
  align-items: flex-start;
  padding: 20px;

}
.values-card .flex1 {
  position: relative;
  width: 100%;
}
.knowus-content p {
  color: #fff !important;
}

.our-best-services .auro-card-hover {
  background: #ffffff85;
}

.p-0 {
  padding: 0 !important;
}

.content-box-group-1 {
  background: #FFF;
  background: linear-gradient(267deg, rgba(255, 255, 255, 1) 5%, rgba(227, 244, 254, 1) 93%);
  padding: 30px 33px;
  border-radius: 17px;
}

.content-box-group-2 {
  background: #FFF;
  background: linear-gradient(91deg, rgba(255, 255, 255, 1) 5%, rgba(227, 244, 254, 1) 93%);
  padding: 30px 33px;
  border-radius: 17px;
}

.content-box-group-3 {
  background: #FFF;
  background: linear-gradient(267deg, rgb(220 248 255) 5%, rgba(227, 244, 254, 1) 93%);
  padding: 20px;
  border-radius: 17px;
}




section#team {
  padding-block: 69px;
}












.site-heading h2 {
  display: block;
  font-weight: 700;
  margin-bottom: 10px;
  text-transform: uppercase;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading h4 {
  display: inline-block;
  padding-bottom: 20px;
  position: relative;
  text-transform: capitalize;
  z-index: 1;
}

.site-heading h4::before {
  background: #ff5a6e none repeat scroll 0 0;
  bottom: 0;
  content: "";
  height: 2px;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  width: 50px;
}

.site-heading h2 span {
  color: #ff5a6e;
}

.site-heading {
  margin-bottom: 60px;
  overflow: hidden;
  margin-top: -5px;
}

.team-area .single-item {
  margin-bottom: 30px;
  border: 1px solid #ddd;
}

.team-area .item .thumb {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.team-area .item .thumb .overlay p {
  color: #ffffff;
}

.team-area .item .thumb .overlay h4 {
  color: #ffffff;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}


.team-area .item .thumb .social li {
  display: inline-block;
}

.team-area .item .thumb .social li a {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  color: #ffffff;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 2px;
  text-align: center;
  width: 40px;
}

.team-area .info {
  background: #006380 none repeat scroll 0 0;
  padding: 20px 20px;
  text-align: center;
  /* margin-top:78px; */
}


.team-area .info h4 {
  font-weight: 600;
  margin-bottom: 5px;
  text-transform: capitalize;
  color: #fff;
  font-family: 'Montserrat-SemiBold';
}

.team-area .info span {
  color: #ffffff;
  font-weight: 500;
  font-size: 14px;
  font-family: "Lato-Regular";
}

.row.team-items {
  display: flex;
  gap: 46px;
  justify-content: center;
}

.know-us-services .solution-section-card {
  border: 1px solid #a8efec;
  padding: 0 27px;
  border-radius: 20px;
  background: #6ee9e429;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.know-us-services .solution-section-card:hover {
  background: linear-gradient(70deg, rgb(255 255 255) 5%, rgb(225 245 246) 93%);
  transition: 5s;
  cursor: pointer;
}

.know-us-services .solution-section-card p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin-top: 17px;
}

.know-us-services .solution-section-card:hover .core-solution-img {
  background: #35c7cf;
}

.know-us-services .solution-section-card:hover h3 {
  color: #35c7cf;
}


.product-us-services .solution-section-card {
  border: 1px solid #a8efec;
  border-radius: 20px;
  background: #6ee9e429;
  min-height: 250px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.product-us-services .solution-section-card:hover {
  background: linear-gradient(70deg, rgb(255 255 255) 5%, rgb(225 245 246) 93%);
  transition: 5s;
  cursor: pointer;
}

.product-us-services .solution-section-card p {
  font-size: 14px;
  color: #000;
  line-height: 20px;
  margin-top: 17px;
}

.product-us-vision {
  background-color: #e3f4fe;
}

.dropdown a {
  position: relative;
}

.certified-card p {
  text-align: center;
}

.certified-card .overflow-hidden.rounded {
  display: flex;
  margin: auto;
  justify-content: center;
}

.footer-dropdown {
  bottom: 39px;
  z-index: 100;
}

.footer-drop {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  right: -8px;
}

.arrow {
  margin-left: 1px;
  width: 22px;
  margin-top: 2px;
}


.timeline-2 .arrow {
  margin-left: 1px;
  width: 45px !important;
  margin-top: 2px;
}

.footer-drop .arrow {
  margin-top: 0 !important;
  width: 18px !important;
  margin-right: 12px;
}

.contact-info-bg .mb-8:hover .svg-icon {
  background-color: #a8efec;
}

.contact-info-bg .mb-8:hover h4 {
  color: #006380;
}
.reach-us-bg .mb-8:hover .svg-icon {
  background-color: #a8efec;
}

.reach-us .mb-8:hover h4 {
  color: #006380;
}

.enquiry-form-bg{  
  background-color: #e3f4fe;
}
.flip-card {
  background-color: transparent;
  width: 300px;
  height: calc(100% + 64px);
  perspective: 1000px;
  cursor: pointer;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-back {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.flip-card-front {
  background-color: #bbb;
  color: black;
}

.flip-card img {
  width: 300px;
  height: fit-content !important;
}

.flip-card-back {
  /* background-color: #006380;   */
  background: #6ee9e429;
  color: white;
  transform: rotateY(180deg);
}

.info span.desc-name {
  font-size: 13px !important;
  margin-left: 7px;
  display: block;
}

.flip-card-back p {
  line-height: 18px;
  text-align: justify;
  padding: 0 30px;
  font-size: 13px !important;
  color: #000 !important;
  font-weight: 500;
  height: 100%;
  display: flex;
  align-items: center;
}

.breadcrumb-inner {
  align-items: center;
  gap: 7px;
  color: #fff;
  justify-content: center;
}

.breadcrumb-inner li a:hover {
  text-decoration: underline;
}

.breadcrumb-inner li a.active {
  color: #baf1ff;
}

.home-about-aruo-group {
  display: flex;
}

.home-about-left {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  border-right: 3px solid #006380;
}

.home-about-right {
  padding-left: 50px;
}

.home-about-aruo-section {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.home-about-aruo-section h2 {
  font-size: 75px;
  font-family: 'Lato-Bold';
  padding-top: 20px;
}

.home-about-aruo-section span {
  font-size: 40px;
  font-family: 'Montserrat-Regular';
  font-weight: 600;
  width: 80%;
  line-height: 50px;
  margin-top: 30px;
}

.product-inner-bg {
  background-image: url(/src/assets/images/auro-products-collage-img.jpg);
  background-color: #D8DEF1;
  padding-block: 149px;
  position: relative;
  background-repeat: no-repeat;
  background-size: 46%;
  background-position: right;
  border-bottom: 10px solid #006380
}

.product-inner-bg-2 {
  background-color: #fff;
  position: relative;
}
.padding-block{  
  padding-block: 60px !important;
}
.overflow-img{
position: absolute;
width: 18%;
bottom: 0;
z-index: 0;
}
.product-left-bg {
  width: fit-content;
  display: flex;
  flex-direction: column;
  padding-right:50px;
}


.all-product-bg {
  background-color: #fff;
}

.all-product-bg .product-hero-section p {
  width: 30%;
  margin: auto;
  margin-bottom: 30px;
}

.product-box {
  border: 1px solid #ddd;
  border-radius: 3px;
  height: 100%;
}

.download-btn {
  padding: 6px 12px;
  border-radius: 2px;
  color: #006380;
  margin-top: 35px;
  width: 100%;
  border: 1px solid #006380;
}

.download-btn:hover, .product-box:hover .download-btn {
  background-color: #006380;
  color: #fff;
  transition: 0.4s;
}

.product-group .product-box p {
  font-size: 14px !important;
  font-family: 'Montserrat-Regular';
}

.product-group .w-full {
  margin-bottom: 30px;
}

.product-group .product-box h4 {
  margin-top: 9px;
  margin-bottom: 4px;
  font-size: 16px !important;
  font-family: 'Montserrat-SemiBold';
}

.product-group .product-box p {
  font-size: 13px !important;
  font-family: 'Montserrat-Regular';
}

.product-box:hover .product-image-group img {
  transition: 0.5s;
  transform: scale(1.05);
}

.product-box:hover {
  border: 1px solid #006380;
  transition: 1s;
  cursor: pointer;
}

.product-box:hover h4 {
  color: #006380;
}

.product-inner-bg-2 .product.active .product-image {
  transform: scale(1);
}

.product-inner-bg-2 .product img {
  width: 500px;
}

.product {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 40px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.8s ease-in-out;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.05));
}

.product.active {
  opacity: 1;
}

.product-image {
  width: 100%;
  height: fit-content;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.product.active .product-image {
  transform: scale(1.05);
}

.product-name {
  font-size: 24px;
  font-weight: bold;
  color: white;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.product-price {
  font-size: 20px;
  color: #FFD700;
  font-weight: 600;
  margin-bottom: 15px;
  text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.product-description {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  max-width: 280px;
}

.slider-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
}

.dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.3);
  cursor: pointer;
  transition: all 0.3s ease;
}

.dot.active {
  background: white;
  transform: scale(1.2);
}

.slider-controls {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 255, 255, 0.2);
  border: none;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  font-size: 18px;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-controls:hover {
  background: rgba(255, 255, 255, 0.3);
  transform: translateY(-50%) scale(1.1);
}

.prev {
  left: 20px;
}

.next {
  right: 20px;
}
.pdf-download-btn{  
  display: flex;
  justify-content: flex-start;
  width: fit-content;
  margin-top:20px;
  gap: 12px;
}
.pdf-download-btn img{  
  width: 12px;
}
.search-box {
  display: flex;
  align-items: center;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 30px;
  padding: 8px;
  /* box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1); */
  justify-content: space-between;
  width: 30%;
  margin: auto;
  margin-top: 30px !important;
}
.search-box input[type="text"] {
  border: none;
  outline: none;
  padding: 0 11px;
  font-size: 16px;
  border-radius: 30px;
  width: 100%;
}

.search-box button {
  border: none;
  background: #006380;
  color: white;
  padding: 6px 18px;
  border-radius: 30px;
  cursor: pointer;
  font-size: 16px;
  margin-left: 8px;
}

.search-box button:hover {
  background: #35c7cf !important;
}

.search-box button:hover {
  background-color: #006380;
}





.timeline-container {
  max-width: 100%;
  margin: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}

.timeline-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}


.nav-btn:hover {
  transform: scale(1.1);
}

.nav-btn:disabled {
  cursor: not-allowed;
  transform: none;
}

.nav-btn:disabled img {
  filter: grayscale(1);
}

.timeline-scroll {
  flex: 1;
  /* overflow: hidden; */
  position: relative;
  padding-left: 22%;
  z-index: 10;
  margin-top: 3px;
}

.timeline {
  display: flex;
  gap: 0;
  transition: transform 0.4s ease;
  transform: none;
}

.timeline .timeline-item::after {
  background: #006380;
  content: "";
  position: absolute;
  top: -53px;
  width: 2px;
  height: 20%;
  left: 50%;
}

.timeline .slide.highlight::after {
  background: #35c7cf;
}

.timeline .timeline-item {
  position: relative;
}

.timeline-item {
  width: 300px;
  background: white;
  border-radius: 20px;
  padding: 0;
  transition: all 0.3s ease;
  transform: scale(0.95);
  position: relative;
  border: 1px solid #a8efec;
  border-top: none !important;
  background: #6ee9e429;
  border: 1px solid #006380;
}

.slide.highlight .event-date {
  background: #35c7cf;
}

.slide.highlight {
  opacity: 1;
  /* transform: scale(1); */
  box-shadow: 0 5px 20px rgb(0 99 128 / 23%);
  border: 1px solid #35c7cf;
}

.slide.highlight .read-more-btn {
  background-color: #35c7cf;
}

.next-prev-btn {
  display: flex;
  width: 100%;
  justify-content: space-between;
  position: relative;
}

.next-prev-btn button {
  position: relative;
  z-index: 10;
}

.next-prev-btn::after {
  content: "";
  top: 25px;
  background: #006380;
  position: absolute;
  height: 2px;
  width: 95%;
  z-index: 1;
  margin: auto;
  left: 40px;
}

.timeline .timeline-item::before {
  background: #006380;
  width: 15px;
  height: 15px;
  border-radius: 12px;
  content: "";
  top: -62px;
  position: absolute;
  right: 47%;
  z-index: 100;
}

.timeline .slide.highlight::before {
  background: #35c7cf;
  width: 24px;
  height: 24px;
  border-radius: 12px;
  content: "";
  top: -66px;
  position: absolute;
  right: 46%;
  z-index: 100;
}

button.read-more-btn {
  background: #006380;
  padding: 4px 12px;
  border-radius: 17px;
  color: #fff;
  text-align: center;
  width: 115px;
}

.mobile-timeline {
  display: none;
}

@media only screen and (max-width:1319px) {
  .timeline-container {
    overflow: visible !important;
  }

  .desktop-timeline {
    display: none;
  }

  .mobile-timeline {
    display: block;
  }
}

.timeline-vertical {
  position: relative;
}

.timeline-vertical::before {
  content: '';
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #006380;
  transform: translateX(-50%);
  border-radius: 2px;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.timeline-item-vertical {
  position: relative;
  margin-bottom: 15px;
  opacity: 1;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.timeline-item-vertical:nth-child(odd) .timeline-content {
  margin-right: calc(50% + 40px);
  text-align: right;
}

.timeline-item-vertical:nth-child(even) .timeline-content {
  margin-left: calc(50% + 40px);
  text-align: left;
}

.timeline-content {
  border-radius: 15px;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid #a8efec;
  background: #6ee9e429;
}

.timeline-content .timeline-content-group {
  padding: 12px 20px 20px 20px;
}

.timeline-content:hover {
  transform: translateY(-5px);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
}

.timeline-content::before {
  content: '';
  position: absolute;
  top: 15px;
  width: 0;
  height: 0;
  border: 15px solid transparent;
}

.timeline-item-vertical:nth-child(odd) .timeline-content::before {
  right: -30px;
  border-left-color: #006380;
}

.timeline-item-vertical:nth-child(even) .timeline-content::before {
  left: -30px;
  border-right-color: #006380;
}

.timeline-marker {
  position: absolute;
  left: 50%;
  top: 20px;
  width: 24px;
  height: 24px;
  background: #006380;
  border-radius: 50%;
  transform: translateX(-50%);
  z-index: 10;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
}


.timeline-marker:hover {
  transform: translateX(-50%) scale(1.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}

.timeline-vertical .date {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  background: #006380;
  text-align: left;
  padding: 13px;
  border-radius: 15px 15px 0 0;
  color: #fff;
}

.timeline-vertical .title {
  font-size: 1.8rem;
  margin-bottom: 15px;
  color: #2c3e50;
  font-weight: 600;
}

.timeline-vertical .description {
  color: #555;
  font-size: 1rem;
  line-height: 1.7;
}

.timeline-vertical .tag {
  display: inline-block;
  background: linear-gradient(135deg, #667eea, #764ba2);
  color: white;
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  margin: 10px 5px 0 0;
  font-weight: 500;
}
.products-category-header{
  background-image: url(/src/assets/images/auro-bg-1.jpg);
}
.products-category-header{  
  padding-block: 6.7%;
  margin-top: 120px;
  /* height: calc(100vh - 20px); */
  height: fit-content;
  background-repeat: no-repeat;
  background-size: cover;
}

.products-category-header-iols{  
  background-image: url(/src/assets/images/products/product-banner-iols.jpg);
}
.products-category-header-diagnostics{  
  background-image: url(/src/assets/images/products/product-banner-diagnostics.jpg);
}
.products-category-header-surgical{  
  background-image: url(/src/assets/images/products/product-banner-surgical.jpg);
}
.products-category-header-therapeutics{  
  background-image: url(/src/assets/images/products/product-banner-therapeutics.jpg);
}
.products-category-header-equipments{  
  background-image: url(/src/assets/images/products/product-banner-equipments.jpg);
}
.products-category-header-opticals{  
  background-image: url(/src/assets/images/products/product-banner-opticals.jpg);
}
.products-category-header-iols .breadcrumb-inner{  
   justify-content: flex-start !important;
}

.iols-slider img{
  border-radius: 30px;
}


@media (max-width: 768px) {
  .timeline-vertical::before {
    left: 30px;
  }

  .timeline-item-vertical:nth-child(odd) .timeline-content,
  .timeline-item-vertical:nth-child(even) .timeline-content {
    margin-left: 70px;
    margin-right: 0;
    text-align: left;
  }

  .timeline-item-vertical:nth-child(odd) .timeline-content::before,
  .timeline-item-vertical:nth-child(even) .timeline-content::before {
    left: -28px;
    right: auto;
    border-right-color: #006380;
    border-left-color: transparent;
  }

  .timeline-marker {
    left: 30px;
  }

  .timeline-vertical .title {
    font-size: 1.5rem;
  }
}

.know-us-group-content {
  display: flex;
  gap: 45px;
  flex-direction: column;
  padding-block: 70px !important;
}

.content-box-left {
  width: 60%;
}

.footer-contact-form {
  padding: 3rem !important;
}

.content-box-group-1, .content-box-group-2, .content-box-group-3 {
  display: flex;
  align-items: center
}

.board-trustees-group {
  display: flex;
  margin-bottom: 30px;
  height: 390px;
  gap: 30px;
  margin: auto;
  justify-content: center;
}

.team-card {
  padding-inline: 8px;
  padding-bottom: 17px;
}

.team-card .user-content {
  display: flex;
  background: #006380;
  align-items: center;
  border-radius: 9px;
}


.team-card .user-content .user-photo img {
  width: 100%;
  border-radius: 7px 7px 0 0;
}


.team-card .user-content .user-info {
  width: fit-content;
  padding-inline: 20px;
  color: #000 !important;
}

.team-card .user-content .user-info p {
  font-size: 12px;
  line-height: 17px;
  color: #fff;
  margin-bottom: 30px;
}

.team-member-mobile .team-card .user-info {
  padding-inline: 12px;
}

.team-member-mobile {
  display: none;
}

.user-info-heading {
  padding-block: 13px;
}

.user-info h4 span {
  font-size: 12px !important;
}

.user-info h4 {
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  display: flex;
  flex-direction: column;
}

.user-info span {
  font-weight: 600;
  color: #fff;
}

#navbarToggler {
  display: none !important;
}

.product-inner-bg-content-group {
  display: flex;
  align-items: center;
  position: relative;
}

.product-slider-content {
  position: relative;
  width: 50%;
  /* adjust as needed */
  height: 500px;
  overflow: hidden;
}

.product-main-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.product-main-slider.active {
  opacity: 1;
}

.product-main-slider img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.lenses-group{
  background:  url(../images/lenses-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding-block: 4%;
    margin-top: 0;
}


.lenses-group-2{   
  background: linear-gradient(135deg, rgba(64, 224, 208, 0.8) 0%, rgba(72, 202, 228, 0.8) 25%, rgba(0, 180, 216, 0.8) 50%, rgba(0, 119, 182, 0.8) 75%, rgba(155, 89, 182, 0.8) 100%), url(../images/products/product-banner-opticals.jpg) !important;
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
   padding-block: 4%;
   margin-top: 0;
}
.lenses-group-2 .content-box-group-1 {
  background: linear-gradient(267deg, rgb(255 255 255 / 38%) 5%, rgb(255 255 255 / 100%) 100%) !important;
  border: 1px solid #ffffff75;
}

.lenses-group-2 .content-box-group-1:hover{
  background: #fff !important;
  border: 1px solid #ffffff75;
}

.lenses-group .content-box-group-1:not(.lenses-group-2 .content-box-group-1){  
  background:  linear-gradient(267deg, rgb(255 255 255 / 0%) 5%, rgb(255 255 255) 93%) !important;  
  border: 1px solid #ffffff75;
}

.lenses-group .content-box-group-2 {
  background: linear-gradient(91deg, rgb(255 255 255 / 0%) 5%, rgba(227, 244, 254, 1) 93%) !important;
  border: 1px solid #ffffff75;
}

.lenses-group-cards .lenses-cards-list {
  border: 1px solid #fff;
  width: 50%;
  padding: 18px;
  border-radius: 11px;background: #ffffff6e;
}

.lenses-group-cards {
  gap: 20px;
  display: flex;
  align-items: stretch;
  height: 138px;
}

.lenses-group-cards .lenses-cards-list p {
  font-size: 15px;
  line-height: 20px;
}

.lenses-group-cards .lenses-cards-list h2 {
  color: #222;
  margin-bottom: 12px !important;
}
.lenses-icon {
  background: #00AED8;
  display: inline-block;
  padding: 9px;
  border-radius: 12px;
}
.lenses-cards-every {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  background: #00aed814 !important;
  border: 1px solid #a7e1ef !important;
}
.lenses-icon img {
  width: 72px;
}
.nav-item {
  position: relative;
}

.nav-link {
  transition: opacity 0.2s ease;
}

.nav-link:hover {
  opacity: 0.8;
}

.dropdown-container {
  display: flex;
  align-items: center;
  gap: 6px;
  position: relative;
}

.dropdown-arrow {
  width: 14px;
  background-image: url(../images/menu_arrow.svg);
  transition: transform 0.2s ease;
  cursor: pointer;
  padding: 4px;
  background-size: cover;
}


.dropdown-arrow:hover {
  opacity: 0.8;
}
#footer .dropdown-menu{
  bottom:100% !important;
  top: unset !important;
}
.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  background: white;
  min-width: 180px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
  border-radius: 4px;
  padding: 8px 0;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.dropdown-menu.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-item {
  display: block;
  padding: 10px 16px;
  color: #333;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s ease;
}

.dropdown-item:hover {
  background-color: #f5f5f5;
}

.dropdown-arrow.rotated {
  transform: rotate(180deg);
}


.steps-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 80px;
  align-items: flex-start;
}

.step {
  width: 230px;
  height: 230px;
  background: white;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  border: 1px solid #0096c7;
  position: relative;
}
.pro-step{
  background: #0096c7;
}

.pro-step div{
  color:#fff !important
}
.pro-step .step-number{  
  background: #fff;
  border:1px solid #0096c7;
}
.step:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
  cursor: pointer;
}
.step:hover .step-number img {
  filter: brightness(0) saturate(100%) invert(44%) sepia(89%) saturate(583%) hue-rotate(151deg) brightness(89%) contrast(113%);
}


.step.pro-step:hover .step-number {
  border:1px solid #0096c7 !important;
}
.step-number {
  font-size: 3.5rem;
  font-weight: 700;
  color: #006380 !important;
  margin-bottom: 8px;
  position: absolute;
  left: -46px;
  background: #0096c7;
  border-radius: 51px;
  width: 97px;
  top: -6px;
  padding: 12px;
}
.step-icon {
  font-size: 1.5rem;
  margin-bottom: 12px;
  width: 40px;
  height: 40px;
  background: #f8f9fa;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c757d;
}

.step-title {
  font-size: 1rem;
  font-weight: 600;
  color: #495057;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}
.steps {
  font-size: 0.7rem;
  font-weight: 600;
  color: #5d5d5d;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 8px;
}

.step-desc {
  font-size: 0.8rem;
  color: #6c757d;
}
.step-desc ul li {
  list-style: disc;
  width: 70%;
  line-height: 14px;
  margin-bottom: 10px;
  text-align: left;
  margin-inline: auto !important;
  margin-right: 24px !important;
}
/* Subtle border accent */
.step:hover { 
  background-color: #0096c7;
 }


 .step:hover .step-number {
  background: #fff;
  border: 1px solid #0096c7 !important;
}
 .step:hover div { 
  color: #fff;
 }

@media (max-width: 768px) {
  .steps-container {
      flex-direction: column;
      align-items: center;
      gap: 30px;
  }
  
  .step {
      width: 180px;
      height: 180px;
  }
  
  .step-number {
      font-size: 3rem;
  }
}


.breadcrumb-inner img{  
  width: 7px;

}
.product-heading-content{
  width:35%;
}

.product-heading-content h1{
  color:#fff;    
  text-shadow: 
  0 0 10px rgba(255, 255, 255, 0.3),
  2px 2px 4px rgba(0, 0, 0, 0.4);
  font-size: 4rem;
}

.product-heading-content p{
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.3);
  font-size: 2rem;
  line-height: 38px;
  font-family: 'Montserrat-SemiBold';
  padding-block: 23px;
}

/* Scroll Down Button */
.scroll-down {
  z-index: 2;
  cursor: pointer;
  margin-top:45px;
}

.scroll-down-arrow {
  width: 50px;
  height: 50px;
  border: 2px solid white;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  transition: all 0.3s ease;
}

.scroll-down-arrow:hover {
  background: rgba(255, 255, 255, 0.2);
  transform: scale(1.1);
}

.scroll-down-arrow::after {
  content: '';
  width: 12px;
  height: 12px;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  transform: rotate(45deg);
  margin-top: -3px;
}


/* Animations */
@keyframes fadeInUp {
  from {
      opacity: 0;
      transform: translateY(30px);
  }
  to {
      opacity: 1;
      transform: translateY(0);
  }
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
      transform: translateX(-50%) translateY(0);
  }
  40% {
      transform: translateX(-50%) translateY(-10px);
  }
  60% {
      transform: translateX(-50%) translateY(-5px);
  }
}

/* Smooth scrolling */
html {
  scroll-behavior: smooth;
}



/* Responsive design */
@media (max-width: 768px) {
  .home-hero-left, .home-hero-right{
    width: 100% !important;
  }
  .home-hero-right{
    padding:0 !important;
  }
  .home-hero-left img{
    width: 50% !important;
  }
  
  .home-hero-group{
    flex-direction: column;
  }
  .nav-list {
      gap: 24px;
      flex-wrap: wrap;
  }
  
  
  .lenses-group-cards{
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .nav-list {
      gap: 16px;
  }
}


@media only screen and (max-width:1200px) {

  .product-heading-content{
    width:100%;
  }

  .product-inner-bg-content-group {
    flex-direction: column !important;
  }

  .home-about-aruo-section h2 {
    line-height: 30px;
    font-size: 40px;
  }

  .know-us-group-content .content-box-left, .know-us-group-content .conten-box-right {
    width: 60% !important;
    margin: auto !important;
    margin-block: 30px !important;
  }

  .content-box-group-1, .content-box-group-2, .content-box-group-3 {
    flex-direction: column !important;
    background: #e3f4fe !important;
  }

  .content-box-group-1 {
    flex-direction: column-reverse !important;
  }

  .content-box-group-2 .content-box-left {
    width: 38% !important;
  }

  .content-box-right p {
    text-align: center !important;
  }
}

@media only screen and (min-width:1024px) and (max-width:1320px) {
  .container {
    padding-inline: 30px !important;
  }
}

@media only screen and (max-width:1320px) {
  .know-us-group-content {
    padding-inline: 60px;
  }
}

@media only screen and (min-width:768px) and (max-width:1200px) {
  .container {
    padding-inline: 30px !important;
  }
}

@media only screen and (max-width:1024px) {
  .opportunity-form-group .footer-contact-form{
    flex-direction: column !important;
  }
  .opportunity-form-group .opportunity-forms{
    width: 100% !important;
  }
}
@media only screen and (max-width:960px) {
  .team-card .user-content {
    flex-direction: column;
  }

  nav {
    background: #006380 !important;
    padding: 20px;
  }

  nav ul li {
    padding-block: 7px;
  }

  .dropdown-content {
    position: revert !important;
    background: none !important;
    box-shadow: none !important;
  }

  .dropdown-content a {
    color: #fff;
    padding-block: 2px !important;
  }

  .team-member-mobile .team-card .user-info {
    text-align: center;
  }

  #navbarToggler {
    display: block !important;
  }

  #navbarToggler span {
    background-color: #fff !important;
  }
}

@media only screen and (max-width:992px) {
  .product-group .w-full {
      width: 50% !important;
  }
  .opportunity-form-group .footer-contact-form{
    margin:0 !important;
  }
  .opportunity-form-group .opportunity-content{
    margin-left:0 !important;
    margin-top:30px;
  }
  .dos-dont .content {      
    grid-template-columns: revert !important;
  }
  .make-request .bg-cerulean.text-primary{
    display:none !important;
  }
  .product-heading-content h1{
    font-size: 1.5rem;
  }
  .product-heading-content p{
    font-size: 0.9rem;
    line-height: 20px;
  }
  .product-left-bg{
    padding-right:0 !important;
  }
  .product-us-services .image-animation img {
      width: 100%;
      padding: 13px;
      height: fit-content;
  }
  .products-category-common-group {
      flex-direction: column;
  }
  .products-category-header {
    margin-top: 65px;
  }
  .aurolab-header {
    padding: 17px !important;
  }
  .inner-header, .inner-bg, .bg-video-wrap {
    margin-top: 65px;
  }
  .content-box-right {
    padding: 0 !important;
  }
  .team-member-mobile {
    display: block;
  }
  .team-member-desktop {
    display: none;
  }
  .home-about-aruo-group {
    flex-direction: column;
  }
  .home-about-left {
    border: none !important
  }
  .home-about-aruo-section span {
    width: 100%;
  }
  .home-about-right {
    padding: 0 !important
  }

  .our-best-services>div>div {
    height: fit-content;
    margin-bottom: 23px;
  }

  .action-block {
    display: flex;
    justify-content: flex-start;
  }

  .footer-contact-form {
    margin: 43px;
  }

  .product-slider-content {
    width: 106% !important;
  }

  .all-product-bg .product-hero-section p {
    width: 100%;
  }

  .search-box {
    width: 100%;
  }

  .know-us-group-content {
    padding-inline: 26px !important;
  }

  .know-us-group-content {
    padding-block: 32px !important;
  }

  .team-card-group {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
  }

  .team-card-group .team-card {
    width: 50%;
    display: flex;
  }
  .lenses-group-cards .lenses-cards-list {
    width: 100% !important;
  }
  .lenses-group-cards {
      height: fit-content;
  }
}

@media only screen and (max-width:539px) {
  
  .opportunity-form-group .opportunity-forms, .opportunity-form-group .opportunity-content{
    padding:20px;
  }
  .opportunity-form-group .opportunity-content{
    margin: 20px 20px !important;
  }
  .text-body-color{
    max-width: 100%;
  }
  .vision-mission-values-block{
    flex-direction: column;
  }
  .vision-mission-group .card, .vision-mission-group, .vision-mission-values-block .card{
    width: 100% !important;
  }
  .GV-Qoute, .values-card img{
    position:  revert !important;
  }
  .team-card-group .team-card {
    width: 100%;
  }
  section:not(.certify-request-bg, #footer) {
      padding-inline: 33px !important;
  }
  .make-request, .certify-bg{
      padding-inline: 33px !important;
  }
  .contact-info-bg .svg-icon, .circle-img{
    display: none;
  }
  .footer-contact-form, .solution-better-group{
    margin:0 !important;
    padding:12px !important
  }
  #footer .bg-cerulean{
    padding-inline:20px !important;
  }
  .auro-title{
    font-size: 25px;
  }
  .auro-sub-title{
    font-size: 17px;
  }
  .title-group{
    margin-inline:0;
    max-width: 100% !important;
  }
  .nav-aruolab{    
    width: 321px;
  }
  .global-vision{
    background-size: cover !important;
  }
  .site-heading {
    margin-bottom: 16px;
  }
  .know-us-group-content .content-box-left, .know-us-group-content .content-box-right{
    width: 100% !important;
  }
}

@media only screen and (max-width:550px) {
  .team-card .user-content .user-photo {
    width: fit-content;
  }
}
.products-category-header-iols .products-category-common-img img{
  width: 70%; 
}





.content:not(.vision-mission-values .content) {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

.section {
  background: rgba(255,255,255,0.95);
  border-radius: 20px;
  padding: 30px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.2);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255,255,255,0.3);
}

.section-header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid;
}

.dos .section-header {
  border-color: #10b981;
}

.donts .section-header {
  border-color: #ef4444;
}

.section-header h2 {
  font-size: 2.2rem;
  font-weight: 700;
  margin-left: 15px;
}

.dos .section-header h2 {
  color: #10b981;
}

.donts .section-header h2 {
  color: #ef4444;
}

.icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: white;
  flex-shrink: 0;
}

.dos .section-header .icon {
  background: linear-gradient(135deg, #10b981, #059669);
}

.donts .section-header .icon {
  background: linear-gradient(135deg, #ef4444, #dc2626);
}

.item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 25px;
  padding: 20px;
  border-radius: 15px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.item:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.dos .item {
  background: linear-gradient(135deg, #ecfdf5, #d1fae5);
  border-left: 4px solid #10b981;
}

.donts .item {
  background: linear-gradient(135deg, #fef2f2, #fee2e2);
  border-left: 4px solid #ef4444;
}

.item-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
  margin-right: 15px;
  flex-shrink: 0;
}

.dos .item-icon {
  background: #10b981;
  color: white;
}

.donts .item-icon {
  background: #ef4444;
  color: white;
}

.item-content h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 5px;
  color: #374151;
}
/* .GV-Qoute {  
  display: flex;
  flex-direction: column;
  background-color: #665993;
  padding: 12px 17px;
  border-radius: 6px;
}
.GV-Qoute p {
  color: #fff;
  font-size: 18px;
  line-height: 24px;
} */
.GV-Qoute {
  display: flex;
  flex-direction: column;
  background-color: #665993;
  padding: 12px 17px;
  border-radius: 0 0 0 15px !important;
  margin-top: 18px;
  position: absolute;
  bottom: -3px;
}
.GV-Qoute p {
  color: #fff;
  font-size: 15px;
  line-height: 20px;
  text-align: center;
  font-family: 'Montserrat-Regular';
  font-style: italic !important;
}
.GV-Qoute span.name{
  font-style: normal !important;
  font-weight: 600 !important;
}
.gv-group-section{  
  width: 100%;
  display: flex;
  flex-direction: row;
}
.gv-group-section .gv-left{  
  width: 37%;
}
.gv-group-section .gv-right{  
  width: fit-content;
  padding-left:30px;
}

.gv-group-section .gv-right p{  
  text-align: justify;
}

.our-best-services ul li {
  list-style: disc;
  text-align: left;
  width: 89%;
  margin: auto;
  line-height: 21px;
  font-size: 14.5px;
  margin-bottom: 6px !important;
}

.our-best-services h4 {
  line-height: 23px;
  font-size: 16px !important;
}

.products-category-common-group p, .products-category-common-group h1 {
  text-align: left !important;
}
@media only screen and (max-width:992px) {
  
  .products-category-header-iols .products-category-common-img img{
    width: 70%;
    margin:auto;
  }
  .products-category-common-group p, .products-category-common-group h1 {
      text-align: center !important;
  }
  .gv-group-section{  
    flex-direction: column;
  }
  .gv-group-section .gv-left{  
    width: 100%;
  }
  .gv-group-section .gv-right{    
    width: 100%;
    margin-top:70px;
    padding:0 !important;
  }

}
.opportunity-form-group .opportunity-form{
  gap: 30px;
  flex-direction: column;
}
.opportunity-form-group .footer-contact-form{
  display: flex;
  padding:0 !important;
}
.opportunity-form-group .opportunity-hightlight-content{  
  width: fit-content;
  background-color: #00AED8;
  border-radius: 12px;
  padding: 20px 30px;
  color:#fff !important;
  margin-top:30px;
}

.opportunity-form-group .opportunity-hightlight-content h2{  
  color:#fff !important;
  font-size: 20px;
}
.opportunity-form-group .opportunity-forms{
  width: 45%;
}
.opportunity-form-group .opportunity-content{
  width: fit-content;
  margin-left: 20px;  
  background-image: linear-gradient(260deg, #0062800f 35%, #fff 99%);
  border: 1px solid #00628092;
  border-radius: 12px;
  padding: 20px;
}
.opportunity-form-group .opportunity-content{
  position: relative;
}
.opportunity-form-group .opportunity-content .apply-btn{
  position: absolute;
  right: 20px;
}


.gallery {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

/* Base image container styles */
.image-container {
  position: relative;
  width: 100%;
  height: 250px;
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.4s ease;
}

/* Effect 1: Scale & Overlay */
.effect-1:hover img {
  transform: scale(1.1);
}

.effect-1 .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, #006280c6, #00628048);
  opacity: 0;
  transition: all 0.4s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: white;
  padding: 20px;
}

.effect-1 .overlay h1{
  font-size: 1.2rem;
  font-weight: bold;
}


.effect-1 .overlay p{
  font-size: 20px;
  font-size: 0.9rem;
  line-height: 17px;
  text-align: center;
  margin-top: 12px;
}

.effect-1:hover .overlay {
  opacity: 1;
}


.faq-item {
  border-bottom: 1px solid #e5e7eb;
  transition: all 0.2s ease;
}

.faq-item:last-child {
  border-bottom: none;
}

.faq-question {
  background: transparent;
  color: #1f2937;
  padding: 1rem 0;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1.125rem;
  font-weight: 500;
  transition: color 0.2s ease;
  border: none;
  width: 100%;
  text-align: left;
}

.faq-question:hover {
  color: #006380;
}

.faq-question:focus {
  outline: none;
  color: #006380;
}

.icon {
  width: 20px;
  height: 20px;
  transition: transform 0.2s ease;
  color: #9ca3af;
}

.faq-question:hover .icon {
  color: #006380;
}

.faq-question.active .icon {
  transform: rotate(180deg);
  color: #006380;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease;
  background: transparent;
}

.faq-answer.active {
  max-height: 200px;
  padding-bottom: 1.75rem;
}

.faq-answer p {
  color: #6b7280;
  font-size: 1rem;
  line-height: 1.7;
  padding-right: 2rem;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .certify-logo {
      top: -13px;
  }
    
  .product-group .w-full {
      width: 100% !important;
  }

  .faq-container {
      padding: 1rem 1.5rem 1.5rem;
  }

  .faq-question {
      padding: 1.5rem 0;
      font-size: 1rem;
  }

  .faq-answer p {
      padding-right: 1rem;
  }
}

@media (max-width: 480px) {

  .faq-container {
      padding: 1rem;
  }

  .faq-question {
      padding: 1.25rem 0;
      font-size: 0.9rem;
  }

  .faq-answer p {
      font-size: 0.9rem;
      padding-right: 0;
  }
}
.diagnostic-hero-banner{  
  background: linear-gradient(45deg, #eafeff, #ffffff48);
}

#footer .dropdown-container a {
  font-size: 0.875rem;
  line-height: 1.25rem;
  margin-left: 12px !important;
}
#footer .dropdown-arrow {
  width: 12px !important;
  background-size: 11px !important;
  background-repeat: no-repeat;
  background-position: 0 1px;
}

@media only screen and (max-width:1400px) {

  .products-category-header {
    padding-block: 2.7%;
  }
  
  .solution-section-card p {
    margin: auto;
  }
  .home-solution-section p {
    margin: auto;
    width: 90%;
  }
}

.products-category-common{
  padding-block: 20px !important;
}

.global-vision-index .title-group {
  margin-left: 0 !important;
  text-align: left;
}
.products-category-common-group{
  display: flex; align-items: center;
}
.products-category-common-img{
    display: flex;
    width: 100%;
    justify-content: flex-end;
}
@media only screen and (max-width:1024px) {
  .iols-banner-group{
      flex-direction: column;
  }
  .more-details-modal .modal-content {
      margin: 38% auto !important;
      width: 88% !important;
  }
}


/* The Modal (background) */
.more-details-modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1000; /* Sit on top */
  padding-top: 0; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: hidden; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.4); /* Black w/ opacity */
}

/* Modal Content */
.more-details-modal .modal-content {   
  background-color: #fefefe;
  margin: 11% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 60%;
  max-height: 80vh;
  overflow-x: hidden;
  overflow-y: scroll;
}

/* The Close Button */
.more-details-modal .modal-header .close {
  color: #aaaaaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
}

.more-details-modal .close:hover,
.more-details-modal .close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
.more-details-modal .modal-content .close {
  font-size: 25px;
  position: absolute;
  right: 14px;
  top: 3px;
}

.more-details-modal .modal-content {
  position: relative;
}


.more-details-modal .modal-content p.card_text {
  font-weight: 700;
  font-family: 'Montserrat-Regular';
}

.more-details-modal .modal-content ul li {
  font-size: 14px;
  list-style: disc;
  margin-left: 18px !important;
}

.more-details-modal .modal-content ul {
  margin-bottom: 12px;
}

.details-page nav {    
  background: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.details-page .dropdown-arrow.rotated + .dropdown-menu.active{
  display: block !important;
}
.details-page .dropdown-arrow.rotated + .dropdown-menu.active .dropdown-item{
  line-height: inherit;
}
.details-page .dropdown-container .nav-link{  
  min-width: fit-content;
}

.download-brochures{
  display: flex;
  gap:30px;
}

.download-brochures .brochure-single:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.download-brochures .brochure-single{
  background: #fff;
    padding: 30px;
    width: 50%;
    margin: auto;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    justify-content: space-between;
    border-radius: 20px;
}


.optical_bg {
  background-image:url(/src/assets/images/optical-bg.jpg) !important;
}
.career_bg, .optical_bg {
  background-size: 100% 100%;
}
.home_bg {
  background-image: url(/src/assets/images/home_bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 136px;
}
.serving-country-group{
  display: flex;
  justify-content: space-between;
  align-items: center;
}

header#aurolab-header nav ul li {
  font-family: 'Montserrat-Regular';
}

.content_gap .title-para{
  font-size: 20px;  
  padding-bottom: 30px;
  padding-top: 100px !important;
  display: block;
}


.content_gap li p span{
  font-weight: bold;
  display: block;
  font-size: 20px;
  color: #006380;
  margin-bottom:10px;
}

.content_gap li{
  margin-bottom:30px;
}


.content_gap li p{
  font-size: 18px;
  text-align: justify;
}


.terms_bg {
  background-image: url(/src/assets/images/home_bg.webp);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  margin-top: 121px;
  padding-bottom: 30px;
}