/* ===== HERO SECTION ===== */
.iyeg-hero {
    height: 100vh;
    /*height: 100dvh;*/
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    background: #000;
    overflow: hidden;
    box-sizing: border-box;
  }
  
  /*@supports (-webkit-touch-callout: none) {*/
  /*  .iyeg-hero { height: -webkit-fill-available; }*/
  /*}*/
  
  .iyeg-hero::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 30%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 2;
    pointer-events: none;
  }
  
  .iyeg-hero__content,
  .iyeg-scroll-hint { z-index: 10; }
  
  .iyeg-hero__video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 1;
    pointer-events: none;
  }
  
  .iyeg-hero__content {
    position: relative;
    text-align: center;
    z-index: 5;
  }
  
  .iyeg-hero__title {
    font-size: var(--iyeg-font-size-hero);
    margin-bottom: 0.625rem;
    line-height: 1.1;
    font-weight: 800;
  }
  
  .iyeg-hero__subtitle {
    letter-spacing: 0.3125rem;
    font-size: var(--iyeg-font-size-md);
    margin-top: 1rem;
  }
  
  /*.iyeg-scroll-hint {*/
  /*  position: absolute;*/
  /*  bottom: 1.875rem;*/
  /*  left: 50%;*/
  /*  transform: translateX(-50%);*/
  /*  text-align: center;*/
  /*  font-size: var(--iyeg-font-size-xs);*/
  /*  letter-spacing: 0.125rem;*/
  /*  z-index: 10;*/
  /*  text-decoration: none;*/
  /*  color: inherit;*/
  /*  cursor: pointer;*/
  /*}*/
  
  /*.iyeg-scroll-hint__arrow {*/
  /*  display: block;*/
  /*  margin-top: 0.625rem;*/
  /*  font-size: var(--iyeg-font-size-md);*/
  /*  color: var(--iyeg-active-green);*/
  /*  transition: 0.4s;*/
  /*  animation: up-down 1s ease-in-out infinite alternate-reverse both;*/
  /*}*/
  
  .iyeg-scroll-hint {
    position: absolute;
    bottom: 1.875rem;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    font-size: var(--iyeg-font-size-xs);
    letter-spacing: 0.125rem;
    z-index: 10;
    text-decoration: none;
    color: inherit;
    cursor: pointer;
    
    /* CRITICAL FIXES - Make it a flex container */
    display: flex;
    flex-direction: column;
    align-items: center;  /* This centers the arrow horizontally */
    justify-content: center;
    width: max-content;    /* Width based on content */
    
    /* Remove any default link styles that might interfere */
    line-height: 1;
}

.iyeg-scroll-hint__arrow {
    display: block;
    margin-top: 0.625rem;
    font-size: var(--iyeg-font-size-md);
    color: var(--iyeg-active-green);
    animation: up-down 1s ease-in-out infinite alternate;
    
    /* Ensure the arrow itself doesn't have any alignment issues */
    text-align: center;
    width: 100%;  /* Take full width of parent for centering */
}
  
  
  /* ===== SPEC HIGHLIGHT SECTION ===== */
  .iyeg-spec-section {
    background-color: var(--iyeg-spec-bg);
    padding: var(--iyeg-space-lg) 0;
  }
  
  .iyeg-spec-container {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: var(--iyeg-space-md);
    padding: 0 2rem;
    box-sizing: border-box;
  }
  
  .iyeg-spec-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
  }
  
  .iyeg-spec-item::after {
    content: "";
    position: absolute;
    right: -1rem;
    bottom: 0.625rem;
    height: 3.75rem;
    width: 2px;
    background-color: var(--iyeg-active-green);
  }
  
  .iyeg-spec-item:first-child:before {
    content: "";
    position: absolute;
    left: -1rem;
    bottom: 0.625rem;
    height: 3.75rem;
    width: 2px;
    background-color: var(--iyeg-active-green);
  }
  
  .iyeg-spec__icon {
    width: 2.5rem;
    height: 2.5rem;
    margin-bottom: 1.25rem;
    object-fit: contain;
  }
  
  .iyeg-spec__icon[alt="Range"] {
    transform: scale(1.39);
    transform-origin: bottom center;
  }
  
  .iyeg-spec__value {
    color: var(--iyeg-active-green);
    /*font-family: "Inter";*/
    font-family: 'Barlow Semi Condensed';
    /*font-size: var(--iyeg-font-size-xl);*/
    font-size: 3rem;
    /*font-weight: 800;*/
    font-weight: 600;
    line-height: 1;
  }
  
  .iyeg-spec__value sup {
    /*font-size: var(--iyeg-font-size-sm);*/
    font-size: var(--iyeg-font-size-base);
    color: #fff;
    margin-left: 0.125rem;
    vertical-align: super;
  }
  
  .iyeg-spec__label {
    color: #ffffff;
    font-size: var(--iyeg-font-size-xs);
    letter-spacing: 0.125rem;
    margin-top: 0.5rem;
    text-transform: uppercase;
    font-weight: 600;
  }
  
  /* ===== CAROUSEL ===== */
  .iyeg-carousel {
    position: relative;
    width: 100%;
    height: 90vh;
    overflow: hidden;
    background: url('/assets/images/background/iyeg-atv-background.png') center/cover no-repeat;
  }

  .iyeg-carousel__track {
    position: relative;
    width: 100%;
    height: 100%;
  }

  .iyeg-carousel__slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
  }

  /* Specific fix for the distant photoshoot slide */
.iyeg-carousel__slide--scaled-1 {
  /* Increase this percentage until it matches the visual scale of the other ATVs */
   background-size: 85% !important; 
  
  /* If scaling it makes it sit too high or low, adjust the position here */
  background-position: center center; 
}
.iyeg-carousel__slide--scaled-2 {
  /*background-size: 60% !important;*/
  background-size: 70% !important;
  
  /* If scaling it makes it sit too high or low, adjust the position here */
  background-position: center center; 
}

/* Targets the 5th slide specifically without changing HTML */
/* .iyeg-carousel__slide:nth-child(7) {
  background-size: 135% !important;
} */

  /* This class will be toggled by JavaScript */
.iyeg-carousel__slide.active {
  opacity: 1;
}
  
  .iyeg-carousel__btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: rgba(255, 255, 255, 0.1);
    color: white;
    border: none;
    width: 3.125rem;
    height: 3.125rem;
    cursor: pointer;
    z-index: 10;
    font-size: var(--iyeg-carousel-icon-size);
    /*font-size: 1.25rem;*/
    /*font-size: 1.375rem;*/
    font-weight: 400; /* it is not effective*/
    display: flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(10px);
    border-radius: 50%;
    margin: 0 1.875rem;
    transition: var(--iyeg-transition-base);
  }
  
  .iyeg-carousel__btn:hover {
    background: rgba(255, 255, 255, 0.25);
    color: var(--iyeg-active-green);
  }
  
  .iyeg-carousel__btn--prev { left: var(--iyeg-carousel-offset); }
  .iyeg-carousel__btn--next { right: var(--iyeg-carousel-offset); }
  
  
  /* ===== SPECIFICATIONS SECTION ===== */
  .iyeg-specs-section {
    background-color: #000;
    /*padding: var(--iyeg-space-xl) 10%;*/
    padding: var(--iyeg-space-xl) var(--iyeg-container-padding);
  }
  
  .iyeg-accordion {
  max-width: 800px; /* Limits the width of the specs */
  margin: 0 auto;   /* Centers the container, distributing space to the sides */
}
  
  /*.iyeg-specs__title {*/
    /*font-family: "Roboto", sans-serif;*/
  /*  font-family: 'Barlow Semi Condensed';*/
  /*  font-weight: 500;*/
  /*  font-size: var(--iyeg-font-size-xl);*/
  /*  line-height: 3.5rem;*/
  /*  text-align: center;*/
  /*  text-transform: uppercase;*/
  /*  margin-bottom: var(--iyeg-space-lg);*/
  /*}*/
  
  .iyeg-accordion__item {
    position: relative;
    margin-bottom: 0;
  }
  
  .iyeg-accordion__item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px; /* Match your desired border thickness */
  background: linear-gradient(
    90deg,
    #000000 0%,          /* Dark at the left end */
    var(--iyeg-active-green) 50%,  /* Full green in the middle */
    #000000 100%         /* Dark at the right end */
  );
}
  
  .iyeg-accordion__header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    /*padding: 1.5625rem 0;*/
    padding: 1rem 0;
    cursor: pointer;
    background: transparent;
  }
  
  .iyeg-accordion__title {
    margin: 0;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.125rem;
    line-height: 100%;
    color: var(--iyeg-active-green);
    /*text-transform: uppercase;*/
  }
  
   /*.iyeg-specs__title::first-letter{*/
  /*    text-transform: uppercase;*/
  /*}*/
  
  
  .iyeg-accordion__icon {
    color: var(--iyeg-active-green);
    /*font-size: var(--iyeg-font-size-md);*/
    font-size: var( --iyeg-carousel-icon-size);
    transition: transform 0.4s ease;
  }
  
  .iyeg-accordion__item.active .iyeg-accordion__icon { transform: rotate(180deg); }
  
  .iyeg-accordion__content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  }
  
  .iyeg-accordion__item.active .iyeg-accordion__content { max-height: 2000px; }
  
  .iyeg-spec-row {
    display: flex;
    justify-content: space-between;
    /*padding: 1.125rem 0;*/
    padding: 0.6rem 0;
    border-bottom: 1px solid #1a1a1a;
  }
  
  .iyeg-spec-row__label {
    font-family: "Open Sans", sans-serif;
    color: var(--iyeg-text-gray);
    font-weight: 400;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    width: auto;
    min-width: 6.5625rem;
  }
  
  .iyeg-spec-row__label::before {
    content: "•";
    color: var(--iyeg-active-green);
    font-size: 1.375rem;
  }
  
  .iyeg-spec-row__value {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: var(--iyeg-font-size-base);
    line-height: 100%;
    text-align: right;
    color: #ffffff;
    max-width: 50%;
  }
  
  .mobile-break, .mobile-break-sm {
    display: none;
}
  
  .iyeg-download-container { text-align: center; margin-top: var(--iyeg-space-lg); }
  
  /* ===== COLOR SWITCHER SECTION ===== */
  .iyeg-color-section {
    position: relative;
    width: 100%;
    height: calc(100vh - var(--iyeg-header-height));
    overflow: hidden;
    min-height: 600px;
    background-color: #000;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;


  background-image: url('/assets/images/background/iyeg-atv-background.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  }
  
  .iyeg-vehicle-container {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .iyeg-vehicle-image {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%;
    max-height: 75%;
    object-fit: contain;
    
    /* Start dimmed and invisible */
    opacity: 0;
     filter: brightness(50%); 
    /*filter: brightness(0%);*/
    transition: opacity 0.8s ease, filter 0.8s ease;
    z-index: 1;
    pointer-events: none; 
  }
  
  /* .iyeg-vehicle-image.active {
    opacity: 1;
    z-index: 2;
  } */

  .iyeg-vehicle-image.active {
    opacity: 1;
    filter: brightness(100%);
    z-index: 2;
    /* pointer-events: auto; */
  }

  
  .iyeg-color-picker {
    position: absolute;
    left: 5%;
    top: 50%;
    transform: translateY(-50%) !important;
    display: flex;
    flex-direction: column;
    gap: 0.9375rem;
    z-index: 10;
  }
  
  .iyeg-color-btn {
    width: 2rem;
    height: 2rem;
    border: 2px solid transparent;
    cursor: pointer;
    transition: transform var(--iyeg-transition-base), border-color var(--iyeg-transition-base);
    box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.5);
    /*border-radius: 50%;*/
    border-radius: 4px;

    /* pointer-events: auto; */
  z-index: 10; 
  }
  
  .iyeg-color-btn:hover { transform: scale(1.1); }
  
  .iyeg-color-btn.active {
    border-color: #ffffff;
    outline: 2px solid var(--iyeg-active-green);
  }

  /* Accessibility: High visibility focus state */
/* .iyeg-color-btn:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 3px;
  transform: scale(1.2);
} */
  
  .iyeg-color-caption {
    position: absolute;
    bottom: 3.125rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    font-family: "Inter", sans-serif;
    font-size: var(--iyeg-font-size-lg);
    font-weight: 400;
    /*letter-spacing: 0.25rem;*/
    /*text-transform: uppercase;*/
    color: #fff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.8);
  }
  
  /* ===== DRIVE HIGHLIGHTS SECTION ===== */
  .iyeg-highlights-section {
    background-color: #000;
    padding: var(--iyeg-space-xl) 5%;
  }
  
  .iyeg-highlights__title {
    font-family: "Roboto", sans-serif;
    font-weight: 500;
    font-size: var(--iyeg-font-size-xl);
    line-height: 3.5rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: var(--iyeg-space-lg);
    letter-spacing: 0.125rem;
  }
  
  .iyeg-highlights-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
    max-width: 1400px;
    margin: 0 auto;
  }
  
  .iyeg-highlight-card {
    position: relative;
    /*aspect-ratio: 4 / 3;*/
    /*aspect-ratio: 3 / 4;*/
    aspect-ratio: auto;
    height: 400px;
    overflow: hidden;
    border-radius: 8px;
    cursor: pointer;
  }
  
  .iyeg-highlight-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s ease;
  }
  
  .iyeg-highlight-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--iyeg-overlay-bg);
    display: flex;
    flex-direction: column;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    transform: translateY(85%);
    z-index: 2;
  }
  
  .iyeg-highlight-card:hover .iyeg-highlight-overlay { transform: translateY(0%); }
  
  .iyeg-overlay-title {
    height: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    /*padding: 0 1.5625rem;*/
    padding: 0 1.25rem;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: var(--iyeg-font-size-base);
    line-height: 100%;
    /*line-height: 1.3rem;*/
    text-transform: uppercase;
    color: #fff;
  }
  
  .iyeg-overlay-description {
    /* padding: 3.125rem 2.5rem; */
    padding: 1rem 1.2rem;
    font-family: "Open Sans", sans-serif;
    font-size: var(--iyeg-font-size-base);
    line-height: 1.5;
    color: var(--iyeg-text-gray);
    opacity: 0;
    transition: opacity 0.3s ease;
    text-align: left;
  }

  .iyeg-overlay-description span{
    color: white;
  }
  
  .iyeg-highlight-card:hover .iyeg-overlay-description { opacity: 1; }
  
  /* ===== DOMINATE TERRAIN SECTION ===== */
  .iyeg-dominate-section {
    background-color: #000000;
    /*padding: var(--iyeg-space-lg) 8%;*/
    padding: 4rem 8%;
    position: relative;
    z-index: 10;
  }
  
  .iyeg-dominate-container {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: var(--iyeg-space-md);
    align-items: center;
  }
  
  .iyeg-dominate-content {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
  }
  
  .iyeg-dominate__title {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 1.625rem;
    line-height: 2.1rem;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: -2px;
  }
  
  .iyeg-dominate__description {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: var(--iyeg-font-size-base);
    line-height: 1.5rem;
    color: #ffffff;
    max-width: 31.25rem;
    opacity: 0.8;
  }
  
  .iyeg-dominate-section .iyeg-btn--primary {
    display: block; 
    width: fit-content;
    white-space: nowrap;
      /*margin: 0 auto;*/
      margin-left: 0;
    }

  .iyeg-dominate-image{
    position: relative;
        height: 100%;
  }
  
  /* .iyeg-overlap-image {
    position: relative;
    width: 105%;
    transform: scale(1.05);
    filter: drop-shadow(0 0.9375rem 1.875rem rgba(0, 0, 0, 0.4));
  } */

  .iyeg-overlap-image {
    position: absolute;
    width: 100%; /* Scaled up */
    top: 50%;
    left: 55%;
    transform: translate(-50%, -50%) scale(0.9); 
    z-index: 99;
    filter: drop-shadow(0 15px 30px rgba(0,0,0,0.4));
}
  
  /* ===== ACCESSORIES SECTION ===== */
  .iyeg-accessories-section {
    background-color: #0f0f0f;
    padding: var(--iyeg-space-xl) 8%;
    text-align: center;
  }
  
  /*.iyeg-section-title {*/
  /*  font-family: "Inter", sans-serif;*/
  /*  font-weight: 400;*/
  /*  font-size: var(--iyeg-font-size-xl);*/
  /*  line-height: 3.5rem;*/
  /*  color: #ffffff;*/
  /*  text-transform: uppercase;*/
  /*  margin-bottom: var(--iyeg-space-lg);*/
  /*  text-align: center;*/
  /*}*/
  
  
  .iyeg-section-title {
    /*font-family: "Roboto", sans-serif;*/
    /*font-family: 'Barlow Semi Condensed';*/
    font-family: 'Inter';
    font-weight: 500;
    /*font-size: var(--iyeg-font-size-xl);*/
    font-size: 1.875rem;
    line-height: 3.5rem;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: var(--iyeg-space-lg);
  }
  
  .iyeg-accessories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.875rem;
    max-width: 1000px;
    margin: 0 auto;
  }
  
  .iyeg-accessory-card {
    position: relative;
    cursor: pointer;
    overflow: hidden;
    border-radius: 8px;
    transition: transform var(--iyeg-transition-base);
  }
  
  .iyeg-accessory-card:hover { transform: translateY(-0.3125rem); }
  
  .iyeg-accessory-card img {
    width: 100%;
    height: 300px;
    object-fit: cover;
    display: block; /* Adds this to fix alignment/clipping issues */
  }
  
  .iyeg-accessory-label {
    position: absolute;
    top: 1.25rem;
    right: 1.25rem;
    background-color: #173125;
    border: 1px solid #145234;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: var(--iyeg-font-size-sm);
    line-height: 100%;
    color: #00ff8c;
    text-transform: uppercase;
    padding: 0.5rem 1rem;
  }
  
  /* ===== VIDEO SECTION ===== */
  .iyeg-video-section {
    background-color: #0F0F0F;
    padding: var(--iyeg-space-xl) 8%;
    text-align: center;
  }
  
  .iyeg-video-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
    margin-bottom: 3.125rem;
  }
  
  .iyeg-video-card {
    position: relative;
    cursor: pointer;
    border-radius: 12px;
    overflow: hidden;
    aspect-ratio: 16 / 9;
    background: #000;
  }
  
  .iyeg-video-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.2) 30%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
    opacity: 0;
    transition: opacity var(--iyeg-transition-base);
  }
  
  .iyeg-video-card:hover::before { opacity: 1; }
  
  .iyeg-video-thumbnail {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: filter 0.3s;
    display: block;
    z-index: 0;
  }
  
  .iyeg-video-card:hover .iyeg-video-thumbnail { filter: brightness(0.8); }
  
  .iyeg-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50px;
    height: 50px;
    background: radial-gradient(var(--iyeg-active-green) 50%, rgba(0, 255, 140, 0.4) 52%);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all var(--iyeg-transition-base);
    z-index: 2;
    box-shadow: 0 6px 20px rgba(0, 255, 136, 0.3);
    overflow: hidden;
  }
  
  .iyeg-play-button::before {
    content: '';
    position: absolute;
    width: 65px;
    height: 65px;
    animation: iyeg-pulsate-btn 2s infinite;
    border-radius: 50%;
    border: 3px solid rgba(0, 255, 136, 0.7);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: transparent;
    pointer-events: none;
  }
  
  .iyeg-play-triangle {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 8px 0 8px 12px;
    border-color: transparent transparent transparent #000;
    margin-left: 3px;
    transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    position: relative;
    z-index: 3;
  }
  
  .iyeg-video-card:hover .iyeg-play-triangle {
    border-left-color: var(--iyeg-active-green);
    transform: scale(20);
  }
  
  .iyeg-video-card:hover .iyeg-play-button {
    transform: translate(-50%, -50%) scale(1.1);
    background: radial-gradient(var(--iyeg-hover-green) 50%, rgba(0, 204, 106, 0.6) 52%);
    box-shadow: 0 10px 25px rgba(0, 255, 136, 0.4);
  }
  
  .iyeg-expand-button, .iyeg-mute-button {
    position: absolute;
    bottom: 15px;
    background: rgba(0, 0, 0, 0.85);
    border: 2px solid rgba(255, 255, 255, 0.2);
    color: white;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 3;
    transition: all var(--iyeg-transition-base);
    opacity: 0;
    font-size: 0.9rem;
  }
  
  .iyeg-expand-button { right: 15px; }
  .iyeg-mute-button { left: 15px; }
  
  .iyeg-video-card:hover .iyeg-expand-button,
  .iyeg-video-card:hover .iyeg-mute-button { opacity: 1; }
  
  .iyeg-expand-button:hover,
  .iyeg-mute-button:hover {
    background: var(--iyeg-active-green);
    color: #000;
    transform: scale(1.1);
    border-color: var(--iyeg-active-green);
  }
  
  .iyeg-video-container-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .iyeg-video-container-inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: none;
    border-radius: 12px;
  }
  
  .iyeg-video-card.playing .iyeg-play-button {
    opacity: 0;
    pointer-events: none;
  }
  
  .iyeg-video-card.playing .iyeg-video-container-inner video { display: block; }
  
  .iyeg-video-card.playing .iyeg-video-thumbnail { display: none; }
  
  .iyeg-video-card.playing::before {
    opacity: 0.3;
    background: rgba(0, 0, 0, 0.6);
  }
  
  .iyeg-view-all-container {
    margin-top: var(--iyeg-space-lg);
    text-align: center;
  }
  
  /* ===== TESTIMONIAL SECTION ===== */
  .iyeg-testimonial-section {
    position: relative;
    height: 37.5rem;
    width: 100%;
    background-image: url("/assets/images/iyeg-our-story.jpg");
    background-attachment: scroll;
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
  }
  
  .iyeg-testimonial-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #0f0f0f;
    opacity: 0.85;
    z-index: 1;
  }
  
  .iyeg-testimonial-container {
    position: relative;
    z-index: 2;
    color: #ffffff;
    max-width: 56.25rem;
    width: 90%;
    margin: 0 auto;
    text-align: center;
  }
  
  .iyeg-testimonial-slide {
    display: none;
    animation: iyeg-fadeIn 0.8s ease;
  }
  
  .iyeg-testimonial-slide.active { display: block; }
  
  .iyeg-review-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    /*font-size: var(--iyeg-font-size-md);*/
    font-size: var(--iyeg-font-size-base);
    line-height: 1.6875rem;
    margin-bottom: 1.5625rem;
    opacity: 0.8;
  }
  
  .iyeg-text-quote {
  color: var(--iyeg-active-green);
  font-size: 1.125rem; /* Slightly larger than the text (1.125rem) */
  vertical-align: top;
  margin: 0 0.5rem; /* Space between the icon and the words */
  opacity: 0.9;
}

/* Adjusting the left quote specifically for alignment */
.fa-quote-left {
  margin-left: 0; 
}

/* Adjusting the right quote specifically for alignment */
.fa-quote-right {
  margin-right: 0;
  vertical-align: bottom; /* Right quotes usually sit lower */
}

/*.iyeg-review-text {*/
/*  font-family: "Inter", sans-serif;*/
/*  font-weight: 400;*/
/*  font-size: 1.125rem;*/
/*  line-height: 1.8;*/
/*  text-align: center;*/
/*  max-width: 50rem;*/
/*  margin: 0 auto 1.5625rem auto;*/
/*}*/
  
  .iyeg-customer-name {
    font-family: "Inter", sans-serif;
    font-weight: 600;
    /*font-size: var(--iyeg-font-size-md);*/
    font-size: 1.125rem;
    line-height: 1.875rem;
    text-transform: uppercase;
  }
  
  .iyeg-testimonial-nav {
    position: absolute;
    width: 100%;
    display: flex;
    justify-content: space-between;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    padding: 0 1.25rem;
    /* pointer-events: none; */
    z-index: 3;
  }
  
  .iyeg-nav-btn {
    background: rgba(0, 0, 0, 0.2);
    border: none;
    color: #ffffff;
    font-size: var(--iyeg-font-size-lg);
    width: 3.125rem;
    height: 3.125rem;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--iyeg-transition-base);
    backdrop-filter: blur(5px);
  }
  
  .iyeg-nav-btn:hover {
    background-color: var(--iyeg-active-green);
    color: #000;
  }
  
  .iyeg-dots-container {
    margin-top: 2.5rem;
    display: flex;
    justify-content: center;
    gap: 0.75rem;
  }
  
  .iyeg-dot {
    width: 0.625rem;
    height: 0.625rem;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
    transition: var(--iyeg-transition-base);
  }
  
  .iyeg-dot.active {
    background: var(--iyeg-active-green);
    transform: scale(1.2);
  }
  
  /* ===== NEWS SECTION ===== */
  .iyeg-news-section {
    background-color: #000;
    /*padding: var(--iyeg-space-xl) 8%;*/
  }
  
  .iyeg-news-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1.875rem;
  }
  
  .iyeg-news-card {
    background-color: #1a1a1a;
    border: 1px solid #252525;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.302);
    transition: transform var(--iyeg-transition-base);
    height: 100%;
  }
  
  .iyeg-news-card:hover { transform: translateY(-0.3125rem); }
  
  .iyeg-news-image-container {
    position: relative;
    width: 100%;
    height: 12.5rem;
  }
  
  .iyeg-news-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .iyeg-news-label {
    position: absolute;
    top: 0.9375rem;
    right: 0.9375rem;
    width: 7.5rem;
    height: 1.625rem;
    background-color: #173125;
    color: #00ff8c;
    border: 1px solid #145234;
    border-radius: 8px;
    font-family: "Open Sans", sans-serif;
    font-size: var(--iyeg-font-size-xs);
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    text-transform: lowercase;
  }
  
  .iyeg-news-content {
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
  }
  
  .iyeg-news-title {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: var(--iyeg-font-size-base);
    line-height: 100%;
    color: #ffffff;
    margin-bottom: 0.9375rem;
  }
  
  .iyeg-news-description {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: var(--iyeg-font-size-sm);
    line-height: 1.5rem;
    color: #868c96;
    margin-bottom: 1.25rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    flex-grow: 1;
  }
  
  .iyeg-read-more {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: var(--iyeg-font-size-xs);
    line-height: 100%;
    color: #00ff8c;
    text-decoration: none;
    text-transform: uppercase;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: letter-spacing var(--iyeg-transition-base);
  }
  
  .iyeg-read-more:hover { letter-spacing: 1px; }
  
  /* ===== CTA SECTION ===== */
  .iyeg-cta-section {
    padding: 0 var(--iyeg-space-xl) var(--iyeg-container-padding) !important;
    display: flex;
    justify-content: center;
    background-color: #000;
  }
  
  .iyeg-cta-inner {
    width: 100%;
    max-width: 68.0625rem;
    height: 17.5rem;
    position: relative;
    background: url("/assets/images/iyeg-about-hero.png") center/cover no-repeat;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 2.5rem;
    border-radius: 8px;
    overflow: hidden;
  }
  
  .iyeg-cta-inner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #034124ba;
    z-index: 1;
  }
  
  .iyeg-cta-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 53.125rem;
    margin: 0 auto;
  }
  
  .iyeg-cta-text {
    font-family: "Inter", sans-serif;
    /*font-size: var(--iyeg-font-size-md);*/
    font-size: 1.125rem;
    line-height: 1.5rem;
    color: #ffffff;
    margin-bottom: 1.875rem;
    font-weight: 400;
  }
  
  /* ===== DISCLAIMER SECTION ===== */
  .iyeg-disclaimer-section {
    /*background-color: #0a0a0a;*/
    background-color: #0f0f0f;
    padding: var(--iyeg-space-lg) 8% 5rem 8%;
    display: flex;
    justify-content: center;
  }
  
  .iyeg-disclaimer-container {
    max-width: 62.5rem;
    text-align: center;
  }
  
  /*.iyeg-disclaimer-title {*/
  /*  font-family: "Inter", sans-serif;*/
  /*  font-weight: 400;*/
  /*  font-size: var(--iyeg-font-size-md);*/
  /*  line-height: 100%;*/
  /*  color: #00ff88;*/
  /*  margin-bottom: 1.5625rem;*/
  /*}*/
  
  .iyeg-disclaimer-section .iyeg-section-title {
      margin-bottom: var(--iyeg-space-md);
      line-height: 1.7rem;
  }
  
  /*--iyeg-space-xs: 0.5rem;*/
  /*  --iyeg-space-sm: 1rem;*/
  /*  --iyeg-space-md: 2rem;*/
  /*  --iyeg-space-lg: 4rem;*/
  /*  --iyeg-space-xl: 6rem;*/
  
  /* .iyeg-section-title {*/
    /*font-family: "Roboto", sans-serif;*/
    /*font-family: 'Barlow Semi Condensed';*/
  /*  font-family: 'Inter';*/
  /*  font-weight: 500;*/
    /*font-size: var(--iyeg-font-size-xl);*/
  /*  font-size: 1.875rem;*/
  /*  line-height: 3.5rem;*/
  /*  text-align: center;*/
  /*  text-transform: uppercase;*/
  /*  margin-bottom: var(--iyeg-space-lg);*/
  /*}*/
  
  .iyeg-disclaimer-text {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: var(--iyeg-font-size-xs);
    line-height: 1.5rem;
    color: #ffffff;
    text-align: center;
    opacity: 0.8;
  }
  
  .iyeg-disclaimer-text p { margin-bottom: 1.25rem; }
  .iyeg-disclaimer-text p:last-child { margin-bottom: 0; }
  
  /* ===== LIGHTBOX MODALS ===== */
  .iyeg-lightbox {
    display: none;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    justify-content: center;
    align-items: center;
  }
  
  .iyeg-lightbox__content img {
    max-width: 90vw;
    max-height: 80vh;
    /*border: 2px solid #333;*/
    border: 1px solid #333;
    border-radius: 16px;
  }
  
  .iyeg-lightbox__nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    border: none;
    color: #00ff8c;
    font-size: 2.5rem;
    cursor: pointer;
    padding: 1.25rem;
    transition: var(--iyeg-transition-base);
  }
  
  .iyeg-lightbox__nav:hover { color: #fff; }
  .iyeg-lightbox__nav--prev { left: 1.25rem; }
  .iyeg-lightbox__nav--next { right: 1.25rem; }
  
  .iyeg-lightbox__close {
    position: absolute;
    top: 1.875rem;
    right: 2.5rem;
    color: #fff;
    /*font-size: 3.125rem;*/
    font-size: 2.3rem;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
    -webkit-text-stroke: 1px rgba(0,0,0,0.1);
    font-weight: 200 !important;
    opacity: 0.7; /* Softens the "boldness" */
  transition: all var(--iyeg-transition-base);
  z-index: 3000;
  }
  
  .iyeg-lightbox__close:hover {
  color: var(--iyeg-active-green);
  opacity: 1;
  transform: rotate(90deg) scale(1.1); /* Adds a sophisticated rotation effect */
}
  
  .iyeg-lightbox__badge {
    width: 11.0625rem;
    height: 2.75rem;
    background-color: #173125;
    border: 1px solid #145234;
    border-radius: 6px;
    color: #00ff8c;
    font-family: "Inter", sans-serif;
    font-size: var(--iyeg-font-size-base);
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem auto;
    letter-spacing: 1px;
    /*padding: 0.5rem 1rem;*/
  }
  
  .iyeg-video-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.95);
    z-index: 10000;
    justify-content: center;
    align-items: center;
  }
  
  .iyeg-video-container {
    width: 85%;
    max-width: 68.75rem;
    aspect-ratio: 16 / 9;
    position: relative;
  }
  
  .iyeg-video-container iframe {
    width: 100%;
    height: 100%;
    border: none;
  }
  
  .iyeg-video-lightbox__close {
    position: absolute;
    top: 1.875rem;
    right: 2.5rem;
    color: #fff;
    font-size: 3.125rem;
    cursor: pointer;
    background: none;
    border: none;
    line-height: 1;
  }


  /* ===== SIMPLE PRELOADER ===== */
.iyeg-preloader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}

.iyeg-preloader--hidden {
  opacity: 0;
  visibility: hidden;
}

.iyeg-preloader__spinner {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(0, 0, 0, 0.1);
  border-left: 4px solid var(--iyeg-active-green);
  border-radius: 50%;
  animation: iyeg-spin 1s linear infinite;
}

@keyframes iyeg-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}


#globalFlash {
  position: fixed;
  top: 20px;
  right: 20px;
  z-index: 9999;
}

.flash-message {
  background: #222;
  color: #fff;
  padding: 14px 20px;
  margin-top: 10px;
  border-radius: 6px;
  min-width: 250px;
  opacity: 0;
  transform: translateY(-10px);
  transition: 0.3s ease;
}

.flash-message.show {
  opacity: 1;
  transform: translateY(0);
}

.flash-success { background: #2ecc71; }
.flash-error   { background: #e74c3c; }


