/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
body {
  background: linear-gradient(to bottom, #EBF6FB, #E9ECFB);
}
.body-container-wrapper{
  padding-top: 50px !important;
}
.header-container-wrapper {
  position: unset !important;
}
.header-container {
  background: unset !important;
}

#logo-wrap {
  display: flex;
  flex-direction: column;
  align-items: center; /* Centers images horizontally */
}

#logo-wrap .hfd-logo {
  width: 150px;
}
#logo-wrap .invisalign-logo {
  width: 500px;
}

#content {
  padding-left: 50px;
  padding-right: 50px;
  font-family: 'Inter', sans-serif;
  color: #000000;
}

#content h3 {
  font-weight; 700;
  margin: auto;
  max-width: 800px;
  font-family: 'Inter', sans-serif;
}

#content h1 {
  font-weight: 900;
  margin: auto;
  max-width: 800px;
  font-family: 'Inter', sans-serif;
  font-size: 46px;
}

#content p {
  margin: auto;
  max-width: 800px;
}

.selling-points {
  max-width: 800px;
  margin: 30px auto;
}

.selling-point {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 15px; /* Space between icon and text */
  margin-bottom: 38px; /* Space between selling points */
}

.icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 25px; /* Adjust image size as needed */
  height: auto;
}

.content {
  margin-left: 45px;
}

.content h3 {
  font-size: 18px;
  margin: 0;
}

.content h4 {
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.content p {
  font-size: 14px;
  margin: 0px !important;
}

/* Container Styling */
.stats-container {
  display: flex;
  justify-content: center;
  gap: 20px; /* Space between the two boxes */
}

/* Individual Box Styling */
.stat-box {
  background: white;
  border-radius: 12px;
  padding: 25px 40px;
  display: flex;
  align-items: center;
  gap: 10px; /* Space between number and text */
  white-space: nowrap;
}

/* Number Styling */
.stat-number {
  font-size: 24px;
  font-weight: bold;
  color: #1E88E5; /* Blue color */
}

/* Text Styling */
.stat-text {
  font-size: 16px;
  color: #333; /* Darker text for contrast */
}

/* Unique Box Container */
.enrollment-box {
  background: white;
  border-radius: 12px;
  padding: 40px;
  max-width: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  position: relative; /* Allows absolute positioning inside */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 10px; /* Optional: Rounded corners */
}

.enrollment-content {
  position: relative; /* Makes this the reference point for absolute positioning */
  max-width: 550px; /* Limits width */
  width: 100%;
  padding: 50px 20px 20px; /* Extra padding at the top for the image */
  border-radius: 10px; /* Optional: Rounds the corners */
  text-align: center;
}

/* Decorative Top */
.enrollment-box-decoration {
  position: absolute;
  top: 0; /* Attach to the very top of the container */
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 138px;
  background: url('https://2520274.fs1.hubspotusercontent-na1.net/hubfs/2520274/raw_assets/public/Custom/Landing%20Pages/Assets/Circle%20Accent.png') no-repeat center;
  background-size: contain;
  pointer-events: none;
}

/* Header */
.enrollment-box h2 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 15px;
  margin-top: 130px;
}

.enrollment-content h2,
.fallback-text {
  text-align: center;
  font-size: 20px !important;
  line-height: 1.2;
  margin-top: 0 !important;
  margin-bottom: 10px !important;
  font-weight: bold;
}

.industry-section h2 {
  font-size: 32px !important;
}

.question-section {
  margin-bottom: 18px;
}

/* Dropdown Styling */
.enrollment-dropdown-container {
  max-width: 350px;
  margin: 0 auto 8px auto;
}

.enrollment-dropdown {
  cursor: pointer;
}

/* Button Styling */
.enrollment-button {
  background: #0145F1;
  color: white;
  font-size: 16px;
  font-weight: bold;
  border: none;
  border-radius: 6px;
  padding: 12px 20px;
  width: 150px;
  cursor: pointer;
  transition: background 0.3s;
  margin-top: 20px;
}

.enrollment-button:hover {
  background: #0052CC;
}

/* Testimonial Section */
.enrollment-testimonial {
  display: flex; /* Enables flexbox */
  align-items: center; /* Aligns items vertically */
  gap: 20px; /* Adds spacing between logo and content */
  margin-top: 50px;
}

.enrollment-testimonial-logo {
  flex-shrink: 0; /* Prevents the logo from shrinking */
  width: 130px; /* Adjust width as needed */
}

.enrollment-logo {
  width: 130px; /* Ensures the logo does not exceed its container */
  height: auto; /* Keeps aspect ratio */
}

.enrollment-logo-small {
  display: none;
}

/* Testimonial Text */
.enrollment-testimonial-content {
  flex: 1; /* Allows the text to take remaining space */
}

.enrollment-testimonial p {
  font-size: 14px;
  margin: 0;
  color: #5E5E5E;
}

/* Testimonial Author */
.enrollment-testimonial-author {
  margin-top: 10px !important;
  font-weight: 600;
}

/* Author Link */
.enrollment-testimonial-author a {
  color: #0066FF;
  text-decoration: none;
  font-weight: bold !important;
}

.enrollment-testimonial-author a:hover {
  text-decoration: underline;
}

/* Logo Carousel */
.logo-carousel {
  overflow: hidden;
  width: 100%;
  padding: 10px 0;
  margin-top: 20px;
}

.logo-track {
  display: flex;
  width: max-content;
  align-items: center;
  animation: scrollLogos 45s linear infinite;
}

.logo-track img {
  height: 50px;
  width: auto;
  margin: 0 30px;
  object-fit: contain;
  flex-shrink: 0;
  opacity: 0.9;
  transition: opacity 0.3s ease;
}

.logo-track img:hover {
  opacity: 1;
}

.footer {
  padding: 100px 0 25px 0px;
  text-align: center;
}

.footer-content {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px; /* Space between items */
  font-size: 16px;
  color: #000; /* Black text */
}

.footer-item {
  display: flex;
  align-items: center;
  gap: 8px; /* Space between icon and text */
}

.footer-item i {
  font-size: 18px;
}

@keyframes scrollLogos {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* Tablet Styles (768px - 1024px) */
@media screen and (max-width: 1024px) {}

/* Mobile Styles (Up to 767px) */
@media screen and (max-width: 767px) {
  #logo-wrap {
    padding-top: 25px;
  }
  
  #logo-wrap .hfd-logo {
    width: 100px !important;
  }
  
  #logo-wrap .invisalign-logo {
    width: 250px !important;
  }
  
  #highlights {
    display: none;
  }

  #content {
    padding: 0px 25px !important;
  }
  
  .body-container-wrapper {
    padding-top: 25px !important;
  }
  
  .enrollment-box {
    padding: 0px 20px !important;
  }

  .enrollment-box-decoration {
    display: none;
  }
  
  .enrollment-content {
    padding: 0px 20px 20px !important;
  }
  
  .enrollment-box h2 {
    margin-top: 50px !important;
    font-size: 18px;
  }

  .enrollment-content h2,
  .fallback-text {
    font-size: 18px !important;
    margin-top: 0 !important;
    margin-bottom: 8px !important;
  }

  .industry-section h2 {
    font-size: 24px !important;
  }

  .question-section {
    margin-bottom: 16px;
  }

  .enrollment-dropdown-container {
    margin: 0 auto 6px auto;
  }
  
  .enrollment-testimonial {
    display: unset !important;
    padding-bottom: 25px;
    margin-top: 25px;
  }

  .enrollment-testimonial p {
    font-size: 10px;
  }
  
  .enrollment-logo {
    display: none !important;
  }
  
  .enrollment-logo-small {
    width: 40px; 
    padding-right: 5px;
    display: unset !important;
  }

  .logo-carousel {
    margin-bottom: 20px;
  }

  .logo-track img {
    height: 36px;
    margin: 0 20px;
  }
  
  .footer-content {
    font-size: 10px;
  }
}
.bottom-credibility-logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 48px;
  margin-bottom: 18px;
}

.bottom-credibility-logos img {
  height: 50px;
  width: auto;
  object-fit: contain;
}

.bottom-credibility-logos img:first-child {
  height: 120px;
}

.bottom-credibility-logos img:nth-child(2) {
  height: 42px;
}

.bottom-credibility-logos img:nth-child(3) {
  height: 75px;
}