/* @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;
}

.enrollment-content h2 {
 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;
}

/* Dropdown Styling */
.enrollment-dropdown-container {
    max-width: 350px;
  margin: 0 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;
}

/* Slider Container */
.enrollment-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 30px;
    margin-top: 20px;
}

/* Inner slider wrapper */
.slider-container {
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    justify-content: center;
}

/* Actual slider with images */
.slider {
    display: flex;
    gap: 40px; /* Space between logos */
    animation: slide 20s linear infinite;
}

/* Individual logos */
.slider img {
    height: 25px; /* Adjust height as needed */
    width: auto;
    object-fit: contain;
  vertical-align: middle;
  display: block;
  margin: auto;
}

#heartlanddental {
  height: 55px !important;
}

/* Ensures smooth scrolling effect */
.slider:hover {
    animation-play-state: paused;
}


.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;
}

/* 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-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;
  }
  .enrollment-slider {
    margin-bottom: 20px;
  }
  
  @keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-225%);
    }
}
  
  .footer-content {
    font-size: 10px;
  }
}