/* .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-top: 60px ;
  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;
}
.footer_learn_more li a {
  color :#2165af !important;

}
.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: 32rem;
}

.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;
}
.card-container .product-card{
  cursor:  pointer !important;
}

.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;
}
.our-products-area .product-container .card-container .product-card .product-text{
  font-size: 0.7rem !important;

}
/* .planning_text {
  font-size: 13px;
} */
.invisible_aligner_text {
  font-size: 20px;
}
.treatment-image-area{
  width: -webkit-fill-available;
  padding: 0px 100px;
}
.treatment-img{
  width: -webkit-fill-available;
}

.center-product {
  width: 310px;
  height: 187px;
  position: absolute;
  margin-top: 61px;
  transform: scale(1);
  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;
  display: flex;
  align-items: center;
}

.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: #2165af;
}
.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;
}
.social_icons{
  padding-left: 1%;
}
.services-image-area{
  width: -webkit-fill-available;
  padding: 0px 100px;
}
.services-img{
  width: -webkit-fill-available;
  border-radius: 50px;
}


.address-item {
  width: 48%; /* Ensures two columns fit within one row */
}
.address-item h3 {

  color :#2165af !important;
}

.address-item span {

  color :#2165af !important;
}
.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;
}
.service-footer-mt {
  margin-top: 6.5rem !important;
}

.heading_color {
  color: #2165af !important;
}
.heading_color_white {
  color: #fff !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: 90px 0 0 0;
}

.footer1-section-area .footer-logo-area ul .twitter_icon a:hover img {
  filter: none;
}
.privacy-content ul .privacy_title {
  list-style: none;
}
/* Hide the submenu by default */
.main-menu .services-submenu {
  display: none;
  position: absolute;
  background-color: #fff;
  list-style: none;
  padding: 0;
  margin: 0;
  border: 1px solid #ddd;
  top: 100%;
}

/* Show the submenu when hovering over the Services item */
.main-menu .services-menu:hover .services-submenu {
  display: block;
}

/* Style the submenu items */
.main-menu .services-submenu li {
  padding: 10px;
}

/* Style links in the submenu */
.main-menu .services-submenu li a {
  text-decoration: none;
  color: #333;
  white-space: nowrap;
}

.main-menu .services-submenu li a:hover {
  background-color: #f1f1f1;
}
.footer_divider {
  border-left: 2px solid #2165af !important;
  height: 50%;
  position: relative;
  left: 21px;
  bottom: 0%;
}
.carousel-navigation button {
  background-color: #2165af;
  border: none;
  padding: 5px 13px;
  color: white;
  cursor: pointer;
  font-size: 14px;
}
.carousel-navigation {
  text-align: center;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 0%;
  z-index: 9;
  display: flex;
  justify-content: space-between;
  padding: 0px 2rem;
}
.carousel_relative {
  position: relative;
}
/* @media (min-width:993) {
  .hero-content {
    opacity: 1;
    z-index: 999;
  }
  .video-wrapper:hover {
    background-color: #2165af;
    z-index: 9999;
  
  }
} */
 @media (max-width: 1640px) {
  .video-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
   
    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);
    z-index: 1;
    pointer-events: none;
    transition: background-color 0.3s ease;
  }
} 

@media (min-width: 1640px) {
  .video-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: -webkit-fill-available;
   
    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);
    z-index: 1;
    pointer-events: none;
    transition: background-color 0.3s ease;
  }
} 


@media (max-width: 4000px) {
  .services-image-area {
    padding: 20px 0px;
  }

.hero-content {
  opacity: 1;
  z-index: 999;
}
.privacy-section {
  padding-top: 40px;
}

/* .video-wrapper:hover {
  background-color: #2165af;
  z-index: 9999;

} */

.video-wrapper:hover .hero-content {
  opacity: 1;
  visibility: visible;
}



/* .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: 92vh;
  object-fit: cover;
  z-index: -1;
}

.video-container {
  position: absolute;
  top: 47%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
}

@media (min-width: 769px) {
  .product-container {
      min-height: 33rem;
  }
}

/* @media (max-width: 544px) {
  .product-container {
      min-height: 59vh !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .product-container {
      min-height: 46vh !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
  .product-container {
      min-height: 50vh !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
  .product-container {
      min-height: 46vh !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 2) {
  .product-container {
      min-height: 46vh !important;
  }
}
@media (min-width: 2538px) {
  .product-container {
    min-height: 63vh;
  }
}

@media (min-width: 1706px) and (max-width: 1920px) {
  .product-container {
    min-height: 69vh;
  } */
}
@media (min-width: 200px) and (max-width: 400px) {
  .certification-item h6 {
    font-size: 0.5rem;

}
.certification-item {
  padding: 10px 5px !important;
}
}
@media (min-width: 400px) and (max-width: 500px) {
  .certification-item h6 {
    font-size: 0.6rem;
}
.certification-item {
  padding: 10px 7px !important;
}
}
@media (min-width: 500px) and (max-width: 768px) {
  .certification-item h6 {
    font-size: 0.7rem;
}
.certification-item {
  padding: 10px 15px !important;
}
}
@media (max-width:450px) {
  .hero-content {
    position: relative;
    bottom: 120px !important;
  }
}
.blog-author-section-area div .row{
  align-items: center;
}

@media (max-width: 768px) {
 
  .video-wrapper::before {
    height: 100% !important;
  }
  .video-container {
    position: static;
    transform: none;
  }

  .hero-content {
    position: relative;
    bottom: 180px;
  }

  .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; */
    flex-wrap: nowrap;
    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 */
  }



  .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: -125px !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;
  }
}


/* ✅ 1440px - 2K Resolution (WQHD) */
@media (min-width: 1440px) {
  .hero-content h1 {
    font-size: 2rem;
  }
  
  .hero-content p {
    font-size: 1rem;
  }

  .certification-item img {
    height: 80px;
  }

  .footer1-section-area .footer-logo-area1 {
    padding-right: 40%;
  }

  .center-product {
    width: 280px;
    height: 180px;
  }
}

/* ✅ 1920px - Full HD Screens */
@media (min-width: 1920px) {
  .hero-content h1 {
    font-size: 2.5rem;
  }
  
  .hero-content p {
    font-size: 1.2rem;
  }

  .certification-item img {
    height: 100px;
  }

  .footer1-section-area .footer-logo-area1 {
    padding-right: 35%;
  }

  .center-product {
    width: 320px;
    height: 200px;
  }

  .quote_right {
    height: 75%;
  }

  .quote_left {
    height: 85%;
  }
}

/* ✅ 3840px - 4K UHD Screens */
@media (min-width: 3840px) {
  .hero-content h1 {
    font-size: 3.5rem;
  }
  
  .hero-content p {
    font-size: 1.8rem;
  }

  .certification-item img {
    height: 150px;
  }

  .footer1-section-area .footer-logo-area1 {
    padding-right: 30%;
  }

  .center-product {
    width: 400px;
    height: 280px;
  }

  .quote_right {
    height: 90%;
  }

  .quote_left {
    height: 100%;
  }

  .service2-header h2 {
    font-size: 24px !important;
  }
}

/* @media (max-width: 1270px) {
  .nexus-group {
      height: 7.5rem !important;
  }
  .header-nexus-portal{
    padding-top: 23% !important;
  }
} */

.g-recaptcha {
  visibility: visible !important;
  position: static !important; 
  bottom: auto !important; 
  right: auto !important; 
  z-index: auto !important; 
}


.swiper {
  width: 150%;
  padding: 20px 0;
}

.swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 0.4s ease-in-out, opacity 0.4s ease-in-out;
}

/* Increase the size of the center image */
.swiper-slide-active img {
  transform: scale(1.3); /* Adjust size */
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.7);
  border-radius: 10px;
}

.swiper-slide img {
  width: 600px; /* Default size */
  height: 260px;
  border-radius: 10px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.4s ease-in-out, box-shadow 0.4s ease-in-out;
}

.swiper-button-next, .swiper-button-prev {
  color: #fff; /* Navigation arrows color */
}

.swiper-pagination-bullet {
  background: #fff; /* Pagination dots color */
}
/* Reduce opacity for non-center images */
.swiper-slide:not(.swiper-slide-active) {
  opacity: 0.6;
}







