/* Hide overlay scrollbars for inner elements while preserving the main body scrollbar */
/* WebKit: hide scrollbars for all elements except the body */
*:not(body)::-webkit-scrollbar { width: 0; height: 0; }
/* Firefox: hide scrollbar for inner elements */
*:not(body) { scrollbar-width: none; -ms-overflow-style: none; }
/* Ensure body keeps a visible scrollbar (customize if desired) */
body::-webkit-scrollbar { width: 12px; }
body::-webkit-scrollbar-thumb { background: rgba(0,0,0,0.45); border-radius: 8px; }

/* Mobile First Responsive Design */
@media (max-width: 480px) {
  .section-3 {
    margin-top: 0;
    min-height: 80vh;
    -webkit-clip-path: none;
    clip-path: none;
  }
  
  .section-content {
    padding: 5px 1rem;
    margin-top: 0;
  }
  
  .section-content h2 {
    font-size: 24px;
  }
  
  .section-content p {
    font-size: 14px;
    line-height: 22px;
    right: 0;
  }
  
  .ps3 {
    width: 100%;
    height: auto;
  }
  
  .content {
    margin-top: 60px;
  }
  
  .iconscards {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 40px;
  }
  
  .icons .lottie {
    width: 80px;
    height: 80px;
  }
  
  .icons p {
    font-size: 12px;
    right: 0;
  }
  
  .section4 {
    padding: 30px 1rem;
    margin-top: 20px;
  }
  
  .section4 h1 {
    font-size: 24px;
  }
  
  .section4 p {
    font-size: 14px;
    line-height: 22px;
  }
  
  .section5 {
    height: 200px;
  }
  
  .triangle-bottom svg {
    height: 40px;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .section-3 {
    margin-top: 0;
    min-height: 90vh;
    -webkit-clip-path: none;
    clip-path: none;
  }
  
  .section-content {
    padding: 8px 2rem;
    margin-top: 0;
  }
  
  .section-content h2 {
    font-size: 32px;
  }
  
  .section-content p {
    font-size: 16px;
    line-height: 26px;
    right: 0;
  }
  
  .ps3 {
    width: 100%;
    height: auto;
  }
  
  .content {
    margin-top: 80px;
  }
  
  .iconscards {
    flex-wrap: wrap;
    gap: 15px;
    margin-top: 60px;
  }
  
  .icons .lottie {
    width: 120px;
    height: 120px;
  }
  
  .icons p {
    font-size: 14px;
    right: 0;
  }
  
  .section4 {
    padding: 50px 2rem;
    margin-top: 30px;
  }
  
  .section4 h1 {
    font-size: 32px;
  }
  
  .section4 p {
    font-size: 16px;
    line-height: 26px;
  }
  
  .section5 {
    height: 300px;
  }
  
  .triangle-bottom svg {
    height: 60px;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .section-3 {
    margin-top: 0;
  }
  
  .section-content {
    padding: 10px 3rem;
    margin-top: 0;
  }
  
  .section-content h2 {
    font-size: 38px;
  }
  
  .section-content p {
    font-size: 17px;
    line-height: 28px;
    right: -50px;
  }
  
  .ps3 {
    width: 90%;
  }
  
  .content {
    margin-top: 100px;
  }
  
  .iconscards {
    gap: 15px;
    margin-top: 70px;
  }
  
  .icons .lottie {
    width: 140px;
    height: 140px;
  }
  
  .icons p {
    font-size: 16px;
    right: 0;
  }
  
  .section4 {
    padding: 60px 4rem;
    margin-top: 35px;
  }
  
  .section4 h1 {
    font-size: 38px;
  }
  
  .section4 p {
    font-size: 17px;
    line-height: 28px;
  }
  
  .section5 {
    height: 400px;
  }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .section-content {
    padding: 12px 4rem;
    margin-top: 0;
  }
  
  .section-content h2 {
    font-size: 42px;
  }
  
  .section-content p {
    font-size: 18px;
    line-height: 30px;
    right: -80px;
  }
  
  .ps3 {
    width: 950px;
  }
  
  .content {
    margin-top: 130px;
  }
  
  .iconscards {
    gap: 20px;
    margin-top: 80px;
  }
  
  .icons .lottie {
    width: 160px;
    height: 160px;
  }
  
  .icons p {
    font-size: 18px;
    right: 0;
  }
  
  .section4 {
    padding: 70px 6rem;
    margin-top: 40px;
  }
  
  .section4 h1 {
    font-size: 42px;
  }
  
  .section4 p {
    font-size: 18px;
    line-height: 30px;
  }
}

@media (min-width: 1400px) {
  .section-3 {
    margin-top: 0;
    min-height: 100vh;
    -webkit-clip-path: none;
    clip-path: none;
  }
  
  .section-content {
    padding: clamp(40px, 6vw, 90px) 5rem;
    margin-top: clamp(40px, 8vw, 160px);
  }
  
  .section-content h2 {
    font-size: 46.22px;
  }
  
  .section-content p {
    font-size: 19.55px;
    line-height: 31.64px;
    right: -100px;
  }
  
  .ps3 {
    width: 1052.21px;
    height: 143.89px;
  }
  
  .content {
    margin-top: 150px;
  }
  
  .iconscards {
    gap: 40px;
    margin-top: 100px;
  }
  
  .icons .lottie {
    width: 180px;
    height: 180px;
  }
  
  .icons p {
    font-size: 19.55px;
    right: 0;
  }
  
  .section4 {
    padding: 80px 200px;
    margin-top: 40px;
  }
  
  .section4 h1 {
    font-size: 46.22px;
  }
  
  .section4 p {
    font-size: 19.55px;
    line-height: 31.64px;
  }
  
  .section5 {
    height: 500px;
  }
  
  .triangle-bottom svg {
    height: 80px;
  }
}

.section-3 {
  position: relative;
  background-color: #9C7A44;
  min-height: 100vh;
  /* keep standard flow (no overlap) so top edge is straight */
  margin-top: 0;
  z-index: 30;
}





.section-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 10px 5rem;
  margin-top: 0;
  position: relative;
  z-index: 1;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section-content h2{
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 46.22px;
    color: #ffffff;
    font-weight: bold;
   
    margin-bottom: 20px;
}
.section-content p{
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 19.55px;
    line-height: 31.64px;
    position: relative;
    color: #ffffff;
    right: 0;
    font-weight:300;
    margin-bottom: 20px;
    text-align: center;
}
.ps3{
  width: 100% !important;
  max-width: 1052.21px !important;
  height: auto !important;
  margin: 0 auto !important;
  display: block !important;
  text-align: center !important;
  padding: 0 !important;
}

.ps3 p {
  text-align: center !important;
  right: 0 !important;
  margin: 0 auto !important;
  padding: 0 20px !important;
  display: block !important;
  width: 100% !important;
  left: 0 !important;
  position: static !important;
}

/* Media query for screens between 1420px and 1888px */
@media (min-width: 1420px) and (max-width: 1888px) {
  .section-content {
    padding: 10px 3rem !important;
  }

  .section-content h2 {
    font-size: 42px !important;
    margin-bottom: 25px !important;
  }

  .ps3 {
    width: 100% !important;
    max-width: none !important;
    margin: 0 auto !important;
    display: block !important;
    text-align: center !important;
    padding: 0 !important;
  }

  .ps3 p {
    font-size: 18.5px !important;
    line-height: 29px !important;
    text-align: center !important;
    right: 0 !important;
    left: 0 !important;
    margin: 0 auto !important;
    display: block !important;
    width: 100% !important;
    position: static !important;
    padding: 0 20px !important;
  }
}

/* Media query for screens greater than 1888px */
@media (min-width: 1888px) {
  .section-content {
    padding: 10px 5rem;
  }

  .section-content h2 {
    font-size: 48px;
    margin-bottom: 30px;
  }

  .ps3 {
    width: 90%;
    max-width: 1100px;
  }

  .ps3 p {
    font-size: 20px;
    line-height: 32px;
  }
}
.content{
  margin-top: 150px;
 
}
.iconscards{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  margin-top: 100px;
}
.icons{
  display: inline;
}
.icons img{
    width: 150px;
    height: 155px;
}
.icons .lottie{
  width: 180px;
  height: 180px;
  display: inline-block;
}
.icons .lottie svg{
  width: 100%;
  height: 100%;
}
.icons p{
  font-family: 'Helvetica Neue', Arial, sans-serif;
  text-transform: uppercase;
  font-size: 19.55px;
  position: relative;
     right: 0;
}

/* Full-bleed image utility: makes an image span edge-to-edge with no side gaps */
.section5 {
  /* keep vertical spacing above the section if desired */
  margin-top: 10px;
  position: relative;

    /* make the section full-bleed (no left/right gaps) */
    width: 100%;
    /* avoid using 100vw + translate which can create horizontal overflow when
      vertical scrollbars are present. Using 100% keeps the element within the
      document flow and prevents overflow. */

  /* background image (single image stretched/cropped to cover) */
  background-image: url('../assets/images/pic1.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  height: 500px; /* keep the requested height */
  padding: 0;
  overflow: hidden;
}
/* section 4----------------------------------------------------------------- */
.section4{
    margin-top: 40px;
    padding: 80px 200px;
    text-align: center;
    color: #9C7A44;
}

.section4 h1{
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size: 46.22px;
    
    color: #9C7A44;
    font-weight: bold;
   
    margin-bottom: 20px;
}
.section4 p{
    font-family: 'Helvetica Neue', Arial, sans-serif;
    font-size:19.55px;
     line-height: 31.64px;
    color: #9C7A44;
    font-weight:300;
    margin-bottom: 20px;
}

/* sectoion6 ---------------------------------------------------------------- */
.section6{
  display: flex;
  align-items: stretch;
  width: 100%;
  gap: 0;
  overflow: hidden;
  height: 520px; /* desktop / default height for cards */
}
.section6 .card{
  flex: 0 0 20%;
  max-width: 20%;
  display: block;
  position: relative;
  min-width: 0; /* allow shrinking without overflow */
  overflow: hidden;
}
.section6 .card img{
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: box-shadow 180ms ease, transform 180ms ease;
  box-shadow: 0 8px 24px rgba(0,0,0,0.18);
  margin: 0; /* remove negative offsets to align cleanly */
}

/* Clip-path sloped edges applied to the card container for reliable seams */
.section6 .card:nth-child(1){
  clip-path: polygon(0 0, 100% 6%, 100% 94%, 0 100%);
  z-index: 1;
}
.section6 .card:nth-child(2){
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 94%);
  z-index: 2;
}
.section6 .card:nth-child(3){
  clip-path: polygon(0 0, 100% 6%, 100% 94%, 0 100%);
  z-index: 3;
}
.section6 .card:nth-child(4){
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%); /* straight */
  z-index: 4;
}
.section6 .card:nth-child(5){
  clip-path: polygon(0 6%, 100% 0, 100% 100%, 0 94%);
  z-index: 2;
}

/* Responsive adjustments */
@media (max-width: 480px){
  .section6{ overflow-x: auto; padding: 8px; height: 200px; }
  .section6 .card{ flex: 0 0 120px; max-width: 120px; }
  .section6 .card + .card{ margin-left: -12px; }
}
@media (min-width: 481px) and (max-width: 768px){
  .section6{ overflow-x: auto; padding: 10px; height: 250px; }
  .section6 .card{ flex: 0 0 140px; max-width: 140px; }
  .section6 .card + .card{ margin-left: -15px; }
}
@media (min-width: 769px) and (max-width: 1100px){
  .section6{ height: 350px; }
  .section6 .card{ flex: 0 0 180px; max-width: 180px; }
  .section6 .card + .card{ margin-left: -25px; }
}
@media (min-width: 1101px) and (max-width: 1919px){
  .section6{ height: 480px; }
  .section6 .card{ flex: 0 0 19%; max-width: 19%; }
}

/* Section 7: sustainability text on left, single image on right */
.section7{
    margin-top: 100px;
    margin-bottom: 100px;
  padding: 64px 10rem;
  background: #fff;
}
.section7-inner{
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 3rem;
}
.section7-text{
  flex: 1 1 60%;
  color: #9C7A44;
  text-align: center; /* center text per screenshot */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.section7-text h2{
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 46.22px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #9C7A44;
}

.section7-text p{
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 19.55px;
  line-height: 31.64px;
  color: #9C7A44;
  max-width: 640px;
}
.section7-image{
  flex: 0 0 320px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section7-image img{
  max-width: 260px; /* match screenshot sizing */
  height: auto;
  display: block;
}

/* Remove gap between marquee and section 3 */
.section-3 {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

/* Remove any margins from marquee container */
div[class*="z-20"] {
  margin: 0 !important;
}

/* Remove margins from green marquee background */
div[class*="bg-[#048f40]"] {
  margin: 0 !important;
}

/* Ensure no spacing between adjacent sections */
.herosect + div,
div + .section-3 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

@media (max-width: 480px){

/* Remove top SVG/triangle effect from .section-3: force straight top edge */
.section-3 {
  -webkit-clip-path: none !important;
  clip-path: none !important;
}

  .section7{ padding: 30px 1rem; margin-top: 30px; margin-bottom: 30px; }
  .section7-inner{ flex-direction: column; gap: 1rem; }
  .section7-image{ order: 2; width: 100%; max-width: 250px; }
  .section7-text{ width: 100%; text-align: center; }
  .section7-image img{ max-width: 180px; }
}
@media (min-width: 481px) and (max-width: 768px){
  .section7{ padding: 40px 2rem; margin-top: 40px; margin-bottom: 40px; }
  .section7-inner{ flex-direction: column; gap: 1.5rem; }
  .section7-image{ order: 2; width: 100%; max-width: 320px; }
  .section7-text{ width: 100%; text-align: center; }
  .section7-image img{ max-width: 220px; }
}
@media (min-width: 769px) and (max-width: 1199px){
  .section7{ padding: 50px 4rem; margin-top: 50px; margin-bottom: 50px; }
  .section7-inner{ gap: 2rem; }
  .section7-image{ flex: 0 0 280px; }
  .section7-image img{ max-width: 240px; }
}
/* section7================================================================== */
.section7{
  display: flex;
}

/* Mobile First - Base Styles */

/* Tablet */

/* Desktop */
@media (min-width: 1920px)  {
  .section-content {
    padding: 15px 4rem;
    margin-top: 0;
  }
  
  .section-content h2 {
    font-size: 38px;
  }
  
  .section-content p {
    font-size: 17px;
    line-height: 28px;
  }
  
  .ps3 {
    width: 800px;
  }
  
  .iconscards {
    gap: 35px;
    margin-top: 80px;
  }
  
  .icons img {
    width: 120px;
    height: 125px;
  }
  .icons .lottie {
    width: 180px;
    height: 185px;
    display: inline-block;
  }
  
  .section4 {
    padding: 70px 100px;
    margin-top: 35px;
  }
  
  .section4 h1 {
    font-size: 38px;
  }
  
  .section4 p {
    font-size: 17px;
    line-height: 28px;
  }
.section5 {
    /* make the section truly full-bleed edge-to-edge */
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    width: 100vw;
    max-width: 100vw;
    box-sizing: border-box;

    /* keep vertical spacing above the section if desired */
    margin-top: 10px;

    /* background image (single image stretched/cropped to cover) */
    background-image: url('../assets/images/pic1.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    height: 500px; /* adjust as needed */
    padding: 0;
    overflow: hidden;
}
  .section7 {
    /* High-resolution tweaks for the .section7 layout */
    .section7 {
        padding: 70px 6rem;
        margin-top: 80px;
        position: relative;
        box-sizing: border-box;
        align-items: center;
        justify-content: center;
    }

    /* Constrain inner content and keep it centered on very wide viewports */
    .section7-inner {
        max-width: 1400px;
        margin: 0 auto;
        padding: 0 2rem;
        display: flex;
        gap: 3rem;
        align-items: center;
        justify-content: space-between;
    }

    /* Typography tweaks for large screens */
    .section7-text h2 {
        font-size: 38px;
        line-height: 1.05;
    }

    .section7-text p {
        font-size: 17px;
        line-height: 28px;
        max-width: 720px;
    }

    /* Right column sizing for the hero image */
    .section7-image {
        flex: 0 0 360px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .section7-image img {
        max-width: 300px;
        height: auto;
        display: block;
    }
    padding: 70px 6rem;
    margin-top: 80px;
  }
  
  .section7-text h2 {
    font-size: 38px;
  }
  
  .section7-text p {
    font-size: 17px;
    line-height: 28px;
  }
}

/* Large Desktop 1400px-1919px */
@media (min-width: 1400px) and (max-width: 1919px) {
  .section-3 {
    margin-top: -200px;
  }
  
  .herosect > .absolute.z-20,
  .herosect > .z-20 {
    top: auto !important;
    bottom: 18vh !important;
    z-index: 5 !important;
  }
  
  .herosect .relative.z-10 {
    margin-bottom: 5rem;
  }
  
  .section-content {
    padding: 12px 6rem;
    margin-top: 0;
  }
  
  .section-content h2 {
    font-size: 42px;
    margin-bottom: 30px;
  }
  
  .section-content p {
    font-size: 19px;
    line-height: 30px;
   left: 300px;
    margin-bottom: 40px;
  }
  
  .ps3 {
    width: 900px;
    margin-bottom: 60px;
  }
  
  .iconscards {
    gap: 45px;
    margin-top: 120px;
  }
  .icons p{
    right: 0;
    left: 0;
  }
  .icons img {
    width: 140px;
    height: 145px;
  }
  
  .icons .lottie {
    width: 200px;
    height: 205px;
    display: inline-block;
  }
  
  .section4 {
    padding: 80px 150px;
    margin-top: 45px;
  }
  
  .section4 h1 {
    font-size: 42px;
  }
  
  .section4 p {
    font-size: 19px;
    line-height: 30px;
  }
  
  .section6 {
    height: 550px;
  }
  
  .section7 {
    padding: 75px 8rem;
    margin-top: 100px;
    margin-bottom: 100px;
  }
  
  .section7-text h2 {
    font-size: 42px;
  }
  
  .section7-text p {
    font-size: 19px;
    line-height: 30px;
    max-width: 680px;
  }
  
  .section7-image {
    flex: 0 0 340px;
  }
  
  .section7-image img {
    max-width: 280px;
  }
}

/* 1920x1080 and Ultra Wide */
@media (min-width: 1920px) {
  .herosect {
    height: 100vh;
    padding: 100px 12rem;
  }
  
  .herosect h1 {
    font-size: 58px;
    line-height: 1.1;
  }
  
  .herosect p {
    font-size: 24px;
    line-height: 38px;
  }
  
  .section-content {
    padding: 20px 12rem;
    margin-top: 0;
  }
  
  .section-content h2 {
    font-size: 52px;
  }
  
  .section-content p {
    font-size: 22px;
    line-height: 36px;
    right: -400px;
  }

/* --- Reset triangular decorations for .section-3 across all viewports --- */
/* This forces a straight top edge and hides any SVG triangle elements that
   might be present or generated by pseudo-elements. Keeps layout stable. */
.section-3 {
  -webkit-clip-path: none !important;
  clip-path: none !important;
  margin-top: 0 !important;
}
.triangle-top,
.triangle-bottom {
  display: none !important;
}

  
  .ps3 {
    width: 1200px;
  }
  
  .iconscards {
    gap: 30px;
    margin-top: 120px;
  }
  
  .icons img {
    width: 180px;
    height: 185px;
  }
  .icons .lottie {
    width: 260px;
    height: 260px;
    display: inline-block;
  }
  .icons p{
    right: 0;
  }
  .section4 {
    padding: 100px 300px;
    margin-top: 60px;
  }
  
  .section4 h1 {
    font-size: 52px;
  }
  
  .section4 p {
    font-size: 22px;
    line-height: 36px;
  }
  

  
  .section6 {
    height: 620px;
  }
  
  .section7 {
    padding: 80px 12rem;
    margin-top: 120px;
    margin-bottom: 120px;
  }
  
  .section7-text h2 {
    font-size: 52px;
  }
  
  .section7-text p {
    font-size: 22px;
    line-height: 36px;
    max-width: 720px;
  }
  
  .section7-image {
    flex: 0 0 380px;
  }
  
  .section7-image img {
    max-width: 320px;
  }
}
@media only screen and (min-width: 1920px) and (min-height: 1080px) {
  /* 1920x1080 specific tweaks:
     - Pull `.section-3` up slightly to sit over the hero.
     - Move marquee down a little and ensure it does not use a conflicting `top` value.
     - Ensure hero text sits above the marquee by increasing its z-index and adding bottom spacing.
     These changes only apply at 1920x1080+ and won't affect other sizes. */
  .section-3 {
    margin-top: -240px !important;
  }

  /* Marquee wrapper: unset any top value (Tailwind may set lg:top) and force a lower z-index so hero sits above it */
  .herosect > .absolute.z-20,
  .herosect > .z-20 {
    top: auto !important;
    bottom: 23vh !important;
    z-index: 5 !important; /* sit behind hero text */
  }

  /* Ensure hero text container sits above the marquee and has extra bottom spacing */
  .herosect .relative.z-10 {
    margin-bottom: 6rem !important;
    z-index: 50 !important; /* above marquee */
    position: relative; /* ensure z-index takes effect */
  }

}

/* Large Ultra Wide (1920px-2078px) */
@media (min-width: 1920px) and (max-width: 2096px) {
  .herosect {
    height: 100vh;
    padding: 110px 14rem;
  }
  
  .herosect h1 {
    font-size: 64px;
    line-height: 1.1;
  }
  
  .herosect p {
    font-size: 26px;
    line-height: 40px;
  }
  
  .section-3 {
    margin-top: -260px !important;
  }
  
  .herosect > .absolute.z-20,
  .herosect > .z-20 {
    top: auto !important;
    bottom: 22vh !important;
    z-index: 5 !important;
  }
  
  .herosect .relative.z-10 {
    margin-bottom: 7rem !important;
    z-index: 50 !important;
    position: relative;
  }
}

/* Extra Large Ultra Wide (2097px-2355px) */
@media (min-width: 2097px) and (max-width: 2355px) {
  .herosect {
    height: 100vh;
    padding: 115px 15rem;
  }
  
  .herosect h1 {
    font-size: 68px;
    line-height: 1.1;
  }
  
  .herosect p {
    font-size: 27px;
    line-height: 42px;
  }
  
  .section-3 {
    margin-top: -280px !important;
  }
  
  .herosect > .absolute.z-20,
  .herosect > .z-20 {
    top: auto !important;
    bottom: 21vh !important;
    z-index: 5 !important;
  }
  
  .herosect .relative.z-10 {
    margin-bottom: 7.5rem !important;
    z-index: 50 !important;
    position: relative;
  }
}

/* Ultra Wide and 4K Displays (2560px+) */
@media (min-width: 2560px) {
  .section-3 {
    margin-top: -300px !important;
  }
  
  .herosect {
    height: 100vh;
    padding: 120px 16rem;
  }
  
  .herosect h1 {
    font-size: 72px;
    line-height: 1.1;
  }
  
  .herosect p {
    font-size: 28px;
    line-height: 44px;
  }
  
  .herosect > .absolute.z-20,
  .herosect > .z-20 {
    top: auto !important;
    bottom: 20vh !important;
    z-index: 5 !important;
  }
  
  .herosect .relative.z-10 {
    margin-bottom: 8rem !important;
    z-index: 50 !important;
    position: relative;
  }
  
  .section-content {
    padding: 25px 16rem;
    margin-top: 0;
  }
  
  .section-content h2 {
    font-size: 64px;
  }
  
  .section-content p {
    font-size: 26px;
    line-height: 42px;
  }
  
  .ps3 {
    width: 1400px;
  }
  
  .iconscards {
    gap: 40px;
    margin-top: 160px;
  }
  
  .icons img {
    width: 220px;
    height: 225px;
  }
  
  .icons .lottie {
    width: 320px;
    height: 320px;
  }
  
  .section4 {
    padding: 120px 400px;
    margin-top: 80px;
  }
  
  .section4 h1 {
    font-size: 64px;
  }
  
  .section4 p {
    font-size: 26px;
    line-height: 42px;
  }
  
  .section6 {
    height: 720px;
  }
  
  .section7 {
    padding: 100px 16rem;
    margin-top: 160px;
    margin-bottom: 160px;
  }
  
  .section7-text h2 {
    font-size: 64px;
  }
  
  .section7-text p {
    font-size: 26px;
    line-height: 42px;
    max-width: 900px;
  }
  
  .section7-image {
    flex: 0 0 450px;
  }
  
  .section7-image img {
    max-width: 400px;
  }
}
/* Make all headings bold across all screen sizes */
h1, h2, h3, h4, h5, h6 {
  font-weight: bold !important;
}

/* Compact spacing overrides for .section-3 (reduce top & bottom gaps) */
/* These are high-specificity, global overrides to make the section tighter */
.section-3 {
  min-height: auto !important; /* avoid forcing a full viewport height */
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}
.section-3 .section-content {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
  margin-top: 0 !important;
}
.section-3 .content { margin-top: 18px !important; }
.section-3 + .section4,
.section-3 + div.section4,
.section-3 ~ .section4 {
  margin-top: 12px !important; /* tighten spacing below section-3 */
}

/* If a full-bleed marquee or other element sits above, ensure it's flush */
.marquee-track, .marquee-track + * { margin-bottom: 0 !important; }

/* Final force-all override: ensure .section-3 is compact and flush on ALL viewports */
html body .section-3,
html body .herosect + .section-3,
html body .marquee-track + .section-3,
html body .marquee-track + div + .section-3 {
  margin-top: 0 !important;
  padding-top: 16px !important;
  padding-bottom: 16px !important;
  min-height: auto !important;
  -webkit-clip-path: none !important;
  clip-path: none !important;
}

/* Hide any triangle elements and remove tiny borders that might create hairline gaps */
.triangle-top, .triangle-bottom { display: none !important; }
.section-3 { border-top: none !important; }

/* Force equal top and bottom margins for section7 */
.section7 {
  margin-top: 100px !important;
  margin-bottom: 100px !important;
}

@media (max-width: 480px) {
  .section7 {
    margin-top: 30px !important;
    margin-bottom: 30px !important;
  }
}

@media (min-width: 481px) and (max-width: 768px) {
  .section7 {
    margin-top: 40px !important;
    margin-bottom: 40px !important;
  }
}

@media (min-width: 769px) and (max-width: 1199px) {
  .section7 {
    margin-top: 50px !important;
    margin-bottom: 50px !important;
  }
}

@media (min-width: 1400px) and (max-width: 1919px) {
  .section7 {
    margin-top: 100px !important;
    margin-bottom: 100px !important;
  }
}

@media (min-width: 1920px) {
  .section7 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 2560px) {
  .section7 {
    margin-top: 160px !important;
    margin-bottom: 160px !important;
  }
}
@media (min-width: 1025px) and (max-width: 1399px) {
  .section7 {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
  }
}

@media (min-width: 1920px) and (max-width: 2096px) {
  .section7 {
    margin-top: 120px !important;
    margin-bottom: 120px !important;
  }
}

@media (min-width: 2097px) and (max-width: 2355px) {
  .section7 {
    margin-top: 140px !important;
    margin-bottom: 140px !important;
  }
}
/* Make section4 and section7 have equal top and bottom margins */
.section4 {
  margin-bottom: 40px !important;
}

.section7 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

@media (max-width: 480px) {
  .section4 { margin-bottom: 20px !important; }
  .section7 { margin-top: 20px !important; margin-bottom: 20px !important; }
}

@media (min-width: 481px) and (max-width: 768px) {
  .section4 { margin-bottom: 30px !important; }
  .section7 { margin-top: 30px !important; margin-bottom: 30px !important; }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .section4 { margin-bottom: 35px !important; }
  .section7 { margin-top: 35px !important; margin-bottom: 35px !important; }
}

@media (min-width: 1025px) and (max-width: 1399px) {
  .section4 { margin-bottom: 40px !important; }
  .section7 { margin-top: 40px !important; margin-bottom: 40px !important; }
}

@media (min-width: 1400px) and (max-width: 1919px) {
  .section4 { margin-bottom: 45px !important; }
  .section7 { margin-top: 45px !important; margin-bottom: 45px !important; }
}

@media (min-width: 1920px) {
  .section4 { margin-bottom: 60px !important; }
  .section7 { margin-top: 60px !important; margin-bottom: 60px !important; }
}

@media (min-width: 2560px) {
  .section4 { margin-bottom: 80px !important; }
  .section7 { margin-top: 80px !important; margin-bottom: 80px !important; }
}

/* Force perfect center alignment for section3 text */
.section-3 .section-content h2,
.section-3 .section-content p {
  text-align: center !important;
  left: 0 !important;
  right: 0 !important;
  position: static !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

.section-3 .ps3,
.section-3 .ps3 p {
  text-align: center !important;
  left: 0 !important;
  right: 0 !important;
  position: static !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 100% !important;
}

/* Reduce padding on mobile for section3 text */
@media (max-width: 768px) {
  .section-3 .ps3 {
    padding: 0 8px !important;
  }
  
  .section-3 .ps3 p {
    padding: 0 !important;
  }
  
  .section-3 .section-content {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }
}