/* .hero-section-area {
    padding: 60px 0;
    color: #fff;
  }
  
  .hero-content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 20px;
  }
  
  .hero-content p {
    font-size: 1.1rem;
    margin-bottom: 30px;
  }
  
  .hero-image-area img {
    max-width: 100%;
    border-radius: 10px;
  } */

  body {
    font-family: 'Montserrat', sans-serif;
}

.all-section-bg{
  background-color: #f8f8f8;
} 


  .btn-group a {
    margin-right: 15px;
    text-decoration: none;
    border-radius: 4px;
  }

  .btn-group .header-company{
    border: 3px solid #2165af  !important;
    font-weight: 500;
  }
  
  .nexus-group{
   /*  height: 4rem !important;
    display: flex; */
  /*   height: 6.1rem !important;
    display: grid;
    width: 100%;
    position: relative;
    left: 16px; */
    height: 100% !important;
    display: flex;
    width: 100%;
    position: relative;
    left: 16px;
  }

 /* header */
 
  .privacy-content strong{
    font-weight: 300;
  }

.privacy-info-collect strong{
  font-weight: bolder;
}

.privacy-content ul li{
  list-style: inside;
}


  .text-description{
    font-size: 20px;
  }
  
  .text-white{
    color: white !important;
  }

  
.header-nexus-portal{
    background-color: #2165af !important;
}  
.header_color ul li a{
     color: #2165af !important;
}
.header-company{
    border-color:#2165af !important;
    color: #2165af !important;
    background: transparent !important;
}

.hero-content{
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
}
  
  
  .hero-image-area img {
    max-width: 100%;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3);
  }
  

  .hero1-section-area {
    padding: 60px 0;
    color: #fff;
    background-size: cover;
    background-position: center;
    text-align: left;
    /* padding: 400px 0 135px !important; */
    /* padding: 340px 0 117px !important; */
  }
  
  .hero-content h1 {
    text-align: center;
    font-size: 3rem;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 20px;
  }
  
  .hero-content p {
    font-size: 1.5rem;

  }

  .certification-item:last-child {
    border-right: none;
  }

  .certifications {
    width: 100%;
    /* background: linear-gradient(to right, rgba(0, 80, 167, 0.8),#305b8d); */
    background: linear-gradient(to right, rgba(0, 80, 167, 0.4),rgba(33, 101, 175, 0.5));
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between; 
    gap: 30px;
    flex-wrap: wrap;
    position: relative;
    z-index:1;
  }

 .video_slider_certifications{
  margin-top: -119px !important;
  } 

  .certifications_technology {
    width: 97%;
    background: linear-gradient(to right, rgba(0, 80, 167, 0.8),#305b8d);
    border-radius: 10px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    justify-content: space-between; 
    gap: 20px;
    flex-wrap: wrap;
    position: relative;
    bottom: 84px;
  }
  
   .certification-item {
    padding: 15px 39px !important;
    border-radius: 8px;
    color: white;
    font-weight: 600;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
  } 

  .certification-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    /* padding: 40px 0; */
  }

  .g-recaptcha {
    visibility: visible !important;
    position: fixed;
    bottom: 10px; 
    right: 10px;
    z-index: 9999;
}

.progress-wrap{
  right: 2px !important;
  bottom: 80px !important;
}
  
.language_switcher {
  position: relative;
  padding-right: 13px;
} 
.certification-logo {
    max-width: 100%; /* Ensures responsiveness */
    height: 100px;   /* Uniform height */
    object-fit: contain; /* Maintains aspect ratio */
  }
  
  .certification-item-footer {
    flex: 1 1 auto;
    max-width: 120px; /* Limits max size */
    margin: 10px;     /* Spacing between items */
    text-align: center;
  }
  
  .certification-item h6 {
    margin: 0;
    font-size: 1.1rem;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.5);
    font-weight: 600;
    color: #fff;
  }
  

  .vertical {
    border-left: 2px solid rgba(255, 255, 255, 0.5);
    height: 66px; 
    margin: 0 19px;
    opacity: 1 !important;
  }
  
/* products page */
.our-products-area {
  background-color: #f8f8f8;
  position: relative;
  bottom: 100px;
}


.product-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 80vh;
}

.section-title {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 20px;
  color: #2165af !important;
}


.card-container {
  display: flex;
  flex-wrap: nowrap; /* Ensure items do not wrap to the next line */
  justify-content: space-around;
  transition: transform 0.5s ease-in-out;
  width: 100%;
  max-width: 50%;
  overflow: hidden; /* Prevent overflowing during animation */
}


.product-card {
  width: 200px;
  height: 170px;
  margin: 10px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;  
  transition: transform 0.5s ease-in-out, opacity 0.5s ease-in-out;
}


.small_product{
  width: 89px;height: 142px;
  transform: scale(0.8);
}

.product-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}

.product-card:hover img {
  transform: scale(1.1);
}

.product-text {
  position: absolute;
  bottom: 1px;
  left: 10px;
  right: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 5px;
  padding: 5px;
}

.planning_text{
  font-size: 13px;
}
.invisible_aligner_text{
  font-size: 20px;
}

.center-product{
  width: 310px;
    height: 187px;
    position: absolute;
    margin-top: 61px;
    transform: scale(1.0);
    z-index: 1;
    
}

.zoom-effect {
  display: inline-block;
}

.background_setting{
  background-repeat: no-repeat; background-size: cover; background-position: bottom;
}


.certification-desc {
  margin-top: 18px;
  font-size: 19px;
  color: #fff;
}

.certification-desc span{
  font-size: 16px;
}

.service2-header h2{
  font-size: 32px !important;
}

.quote_right{
  height: 65%;
  bottom: 79%;
  left: 25%;
}

.quote_left{
  right: 26%;
  top: 62%;
  height: 65%;

}



.ensmile-aligner img{
  border-radius: 7px !important;
  width: 85% !important;
}

.ensmile_heading {
  color: #2165af !important;
  font-size: 31px !important;
  font-weight: 800 !important;
}
.contact_btn{
  background: #2165af !important;
  height: 60px;
}

.contact_btn:hover{
  background: #2165af !important;
}

.contact_btn span{
  transform: rotate(0deg) !important;
  font-weight: 500;
  color: white;
  font-size: 26px;
  background-color: transparent !important;
  
}

.gear_image{
  left: 24%;
}

.contact_heading h2{
  font-size: 36px !important;
}

.contact-boxarea {
  background-color: transparent;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}

.input-area input,
.input-area select,
.input-area textarea {
  width: 100%;
  padding: 12px;
  border-radius: 5px;
  border: 1px solid #000; /* Black border for input fields */
  background-color: #fff; /* White background for input fields */
  color: #000; /* Black text color */
  font-size: 14px;
  margin-bottom: 20px;
}

.input-area textarea {
  height: 150px;
  resize: none;
}

.input-area select {
  background-color: #fff; /* White background for select */
  color: #000; /* Black text color */
}

.nice-select6 {
  width: 100%;
}

.header-btn1 {
  color: white;
  border: none;
  padding: 10px 20px;
  font-size: 16px;
  cursor: pointer;
}

.download_btn{
  display: block; 
  width: 100%;
   text-align: center;
    padding: 15px 0;
     background-color: white !important; 
     color: #2165af !important;
      font-size: 16px;
      border: 2px solid black !important;
      border-radius: 0px !important;
        text-transform: uppercase; font-weight: bold; transition: background-color 0.3s ease;
}

.download_btn:hover{
  color: white !important;
}
.download_btn:after{
  background: #2165af !important;
}
.support{
  display: flex;
    flex-direction: row;
}

.footer-logo-area p{
  font-size: 22px !important;
  color:  #2165af !important
}


.support_content{
  position: relative;
  left: 18px;
  color: #3d3b3b;
}
.footer-logo-area1 p{
  font-size: 22px !important;
  color:  #2165af !important
}


.footer-logo-area1{
  padding-top: 0%;
  padding-left: 11px !important;
}

.footer-logo-area2 {
  font-size: 22px !important;
  color: #2165af !important;
  border-right: 1px solid #ddd;
  padding: 10px;
}

.footer-logo-area2:last-child {
  border-right: none;
}

.footer-logo-area2 p {
  padding-top: 12%;
}

.footer-logo-area2 h3 {
  font-size: 19px !important;
}

.footer-logo-area2 span {
  font-size: 15px !important;
  color: black !important;
}

.address-row {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.address-item {
  width: 48%; /* Ensures two columns fit within one row */
}

.footer1-section-area .footer-logo-area ul {
  margin-top: 87px !important;
}


.footer_certifications {
  margin-top: 20px;
  width: 70%;
}

.certification-row {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.certification {
  flex: 1;
  text-align: center;
  margin: 0 10px;
}

.certification h3 {
  font-size: 18px;
  margin-bottom: 10px;
}


.certification h3 a{
  color: black;
}


.certification img {
  width: 62%;
  height: 60% !important;
}

/* .divider {
  width: 0.5px;
  background-color: #2165af;
  margin: 85px -12px;
  height: 207px;
} */


.footer-logo-area2 {
  border-right: 1px solid #ddd !important  ;
  padding: 10px;
}

.footer-logo-area2:last-child {
  border-right: none !important;
}

.about-content-area hr {
  width: 14% !important;
  border: 5px solid #2165af !important;
  border-radius: 3px;
  opacity: 1;
}

.know_more{
  background: #2165af !important;
  width: 66%;
  height: 53px;
  text-align: center;
  padding: 5px 25px !important;
}
.know_more span{
  left: 39px !important;
  transform: rotate(0deg) !important;
  background: transparent !important;
  font-weight: 500;
    color: white;
    font-size: 26px;
}

.contact-form input{
  border: 2px solid black !important;
  border-radius: 0px !important;
}


.know_more:hover{
  background: #2165af !important;
}

.heading_color{
  color :#2165af !important;
}

.homepage1-body .header-area.homepage1 {
  background: var(--ztc-text-text-1) !important;
}

.header-area .container{
  max-width: 100%;
}

.main-menu.console.log("Header Section Loaded");_color{
  padding-left: 16%;
}

.terms-line{
  border: 0;
  height: 2px;
  background-color: #8b98b5;
  width: 73%;
  opacity: 1;
  margin: 2px 0 2px 27px;
  padding-right: 12px !important;
}


.homepage1-body .header-area.homepage1 {
  padding: 0px 0 !important;
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.25);
}

/* Arrow Styles */
.arrow {
  font-size: 5rem;
  color: #2165af;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  user-select: none;
}

.left-arrow {
  left: 15%;
}

.right-arrow {
  right: 16%;
}

.arrow:hover {
  color: #174b85;
}

hr.horizontal {
  display: none;
}
 
.terms-line-privacy{
  margin: 0px 0 2px 40px ;
  width: 59%;
  border: 0;
    height: 2px;
    background-color: #8b98b5;
    opacity: 1;
    padding-right: 12px !important;
}

.privacy-section{
  padding: 40px 0 100px;
}


.footer1-section-area .footer-logo-area ul .twitter_icon a:hover img {
  filter: none;
}

.footer_divider{
  border-left: 2px solid #2165af !important;
    height: 50%;
    position: relative;
    left: 21px;
    bottom: 0%;
}


.hero-content {
  opacity: 1;
  z-index: 999;
}

/* .video-wrapper:hover {
  background-color: #2165af;
  z-index: 9999;

} */


.video-wrapper:hover .hero-content {
  opacity: 1;
  visibility: visible; 
}


.video-wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 92%;
  /* background: linear-gradient(to right, rgba(0, 80, 167, 0.8), #305b8d);*/
  background: linear-gradient(to right, rgba(0, 80, 167, 0.7),rgba(33, 101, 175, 0.5));
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
/*  background-color: rgba(33, 101, 175, 0.5); */
  z-index: 1; 
  pointer-events: none; 
  transition: background-color 0.3s ease;
} 



/* .hover:hover > * {
   margin:0px 8.5% !important;  
  background-color: rgba(33, 101, 175, 0.5);
  color: #fff !important;
  z-index: -1;
    width: 83%; 
} */

.background-video{
  width: 100vw;
  height: 626px;
  object-fit: contain;
  z-index: -1;
}

.video-container{
  position: absolute;
  top: 47%;
  left: 50%; 
  transform: translate(-50%, -50%);
  z-index:1;
}

@media (min-width: 2538px) {
  .product-container {
    min-height: 67vh;
  }
}

@media (min-width: 1706px) and (max-width: 1920px) {
  .product-container {
    min-height: 69vh;
  }
}


@media (max-width: 768px) {

  .video-wrapper::before{
    height: 100% !important;
  }
  .video-container {
    position: static; 
    transform: none;
  }

  .hero-content {
    position: relative;
    bottom: 87px;
  }

  .hero-content h1 {
    font-size: 1.2rem !important;
}

.hero-content p {
  font-size: 0.6rem !important;
}

.certifications hr.vertical {
  display: none;
}

.all-section-bg {
  position: relative;
    bottom: 361px;
}

.certifications{
  flex-direction: column;
  align-items: center;
  gap: 10px;
  position: relative;
  top: 5px;
}



 .certification-item {
  width: 100%;
  text-align: center;
} 


hr.horizontal {
  display: block;
  margin: 0 auto;
  border: 1px solid white;
  opacity: 1;
  width: 33%;
  margin: 0px auto; /* Reduce margin above and below the line */
}

.certification-item {
  padding: 10px 34px !important;
}

.hero1-section-area {
  background-size: contain !important; 
  background-repeat: no-repeat !important;
  position: relative;
  bottom: 318px;
   padding: 344px 0 2px !important;
}

.background-video{
  position: relative;
  top: 74px !important;
  height: 100%;
}

.video_slider_certifications {
  margin-top: -38px !important;
}
/* .video_slider_certifications{
  top: 126px !important;
} */

.product-container {
  min-height: 72vh;
}

.left-arrow {
  top: 81%;
  left: 5%;
}


.right-arrow {
  top: 81%;
  right: 7%;

}

.center-product {
  width: 243px;
  height: 152px;
}

.small_product {
display: none;
}

.product-card{
  display: none;
}
.center-product{
  display: block !important;
}

.quote_right {
  height: 65%;
  bottom: 87% !important;
  left: 2% !important;
}

.quote_left {
  right: 2% !important;
  top: 67% !important;
  height: 79%;
}
.gear_image {
  left: 14%;
}

/* .footer_divider{
  border-left: none;
  border-top: 4px solid #2165af !important;
  height: 0;
  width: 100%;
  position: relative;
  left: -172px;
  bottom: 0;
  margin-top: 135px;
} */

.footer_divider{
  display: none;
}

.footer1-section-area .footer-logo-area1 {
  padding-right: 52%;
}

.footer_certifications {
  width: 100%;
}

.terms-line {
  width: 99%;
  margin: 3px 3px 6px 5px;
}
.terms-line-privacy{
  margin: 3px 12px 2px 11px;
  width: 79px;
}

.know_more span {
  left: 38px !important;
}
.certification {
   margin: 0 0px;
   padding-right: 12px;
}

.certification h3 {
  font-size: 13px;
}

.certification img {
  width: 100%;
  height: 44px !important;
}
.certifications_technology{
  width: 100%;
}

.service2-header h2 {
  font-size: 17px !important;
}


}

/* @media (max-width: 1270px) {
  .nexus-group {
      height: 7.5rem !important;
  }
  .header-nexus-portal{
    padding-top: 23% !important;
  }
} */
