@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&family=Montserrat&display=swap");

body-al {
  font-family: "Poppins", sans-serif;
  overflow-x: hidden;
}

/* Hide main h1 */
.py-5.py-xl-6.bg-light-subtle.text-dark-emphasis {
	display: none !important;
}

/* Animation Keyframes */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Base class for hidden elements */
.animate-hidden {
  opacity: 0;
}

/* Triggered when in view */
.animate-in {
  animation: fadeInUp 0.5s ease-out forwards; /* Reduced from 0.8s to 0.5s */
}

.main-title-al {
  font-size: 2.2rem;
  color: #18314f;
  text-align: center;
  font-weight: 400;
  max-width: 1200px;
  margin: 0 auto 1.5rem;
  line-height: 1.3;
  font-family: "Poppins", sans-serif;
}
.main-title-al strong {
  font-weight: 700;
}
.subtitlea-al {
  font-size: 1.5rem;
  color: #555;
  text-align: center;
  font-weight: 100 !important;
  max-width: 1200px;
  margin: 0 auto 3rem;
  line-height: 1.3;
}
.features-title-al {
  font-size: 2rem;
  color: #527f42;
  text-align: center;
  margin: 3rem 0;
  font-weight: normal;
}
.feature-card-al {
  background-color: #f0f0f0;
  border-radius: 20px;
  padding: 2rem 1rem;
  text-align: center;
  height: 100%;
}
.feature-icon-al {
  color: #527f42;
  font-size: 3rem;
  margin-bottom: 1rem;
}
.feature-title-al {
  color: #666;
  font-size: 1.1rem;
  margin-top: 1rem;
}
.svg-icon-al {
  width: 60px;
  height: 60px;
  margin-bottom: 15px;
  object-fit: contain;
}
/* Slider */
.section-title-al {
  text-align: center;
  color: #4f7534;
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 28px;
}
.carousel-wrapper-al {
  position: relative;
  padding-top: 30px;
  margin-bottom: 80px;
}
.slider-background-al {
  background: url("https://aqualumen.net/wp-content/uploads/2025/03/Subtract.png")
    no-repeat center top;
  border-radius: 20px;
  overflow: visible;
  position: relative;
  min-height: 360px;
  width: 100%;
  margin-top: 25px;
  border: none;
  outline: none;
  box-shadow: none;
  padding-bottom: 0;
}
.circular-indicator-al {
  background-color: #a3b75f;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  position: absolute;
  top: 14px;
  left: 50%;
  transform: translate(-50%, 32%);
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 4px solid white;
}
.circular-indicator-al:after {
  content: "↓";
  color: white;
  font-size: 40px;
  font-weight: bold;
  position: relative;
  top: -5px;
}
.slide-content-al {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 100%;
  min-height: 300px;
  padding: 50px 40px 0;
  position: relative;
}
.slide-image-al {
  width: 50%;
  position: relative;
  height: 340px;
  overflow: visible;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.slide-image-al img {
  position: absolute;
  bottom: 0;
  left: 10%;
  max-height: 340px;
  width: auto;
  z-index: 1;
}
.slide-text-al {
  width: 50%;
  padding: 20px 40px 20px 30px;
  position: relative;
}
.slide-text-al h4 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #4f7534;
}
.slide-text-al p {
  font-size: 16px;
  line-height: 1.5;
  color: #4a4a4a;
}
.divider-al {
  width: 2px;
  background-color: white;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  height: 80%;
}
.carousel-control-prev,
.carousel-control-next {
  width: 5%;
  filter: invert(100%);
  z-index: 20;
  opacity: 1;
}
.carousel-indicators {
  bottom: -70px;
  margin-bottom: 0;
}
.carousel-indicators [data-bs-target] {
  background-color: #8bad57;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  margin: 0 5px;
  opacity: 0.5;
}
.carousel-indicators .active {
  opacity: 1;
}
#slider-first-image-al {
  max-width: 90%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 10%;
  transform: translateY(-50%);
  object-fit: contain;
}
#slider-second-image-al {
  max-width: 90%;
  width: auto;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 17%;
  transform: translateX(0);
}
#slider-third-image-al {
  max-width: 90%;
  width: auto;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  object-fit: contain;
}
@media (min-width: 768px) and (max-width: 991px) {
  #slider-second-image-al {
    max-width: 115%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
  }
  .slide-image-al {
    display: flex;
    justify-content: center;
    align-items: flex-end;
  }
  .slide-text-al {
    padding-left: 40px;
  }
  .divider-al {
    height: 60%;
  }
}
@media (max-width: 767px) {
  .slide-content-al {
    flex-direction: column;
    padding-top: 60px;
    text-align: center;
  }
  .slide-image-al,
  .slide-text-al {
    width: 100%;
  }
  .slide-text-al {
    padding: 30px 20px 20px;
    max-height: 280px;
    overflow-y: auto;
    padding-bottom: 40px;
  }
  .slide-text-al h4 {
    margin-top: 10px;
    font-size: 19px;
  }
  .slide-text-al p {
    font-size: 15px;
  }
  .divider-al {
    display: none;
  }
  .slider-background-al {
    min-height: 650px;
  }
  .carousel-inner,
  .carousel-item {
    min-height: 580px;
    overflow: visible;
  }
  .slide-image-al {
    height: 250px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding-top: 20px;
  }
  .carousel-indicators {
    position: absolute;
    bottom: -60px !important;
    margin-bottom: 0;
    left: 0;
    right: 0;
    z-index: 20;
  }
  .carousel-wrapper-al {
    padding-bottom: 0;
    margin-bottom: 0;
  }
  #slider-first-image-al {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    transform: none;
    max-height: 220px;
    max-width: 80%;
    margin: 0 auto;
  }
  #slider-second-image-al {
    position: relative;
    top: auto;
    left: auto;
    bottom: auto;
    transform: none;
    max-height: 220px;
    max-width: 80%;
    margin: 20px auto 0;
    padding-top: 10px;
  }
  #slider-third-image-al {
    position: absolute; /* Keep as absolute */
    top: 50%; /* Position at 50% from top */
    left: 50%; /* Center horizontally */
    bottom: auto;
    transform: translate(
      -50%,
      -50%
    ); /* Center both horizontally and vertically */
    max-height: 220px;
    max-width: 80%;
    margin: 0; /* Remove margin */
    padding-top: 0; /* Remove padding */
  }
}
.small-bullet-al {
  font-size: 0.5rem;
  vertical-align: middle;
  margin-right: 4px;
}
/* SECTION 5 THE DISCOVERY */
.home-discovery-tab-content-wrapper-al {
  max-width: 77rem;
  width: calc(100% - 4rem);
  margin: 0 auto;
  background-color: #f8f8f8;
  color: #071046;
  border-radius: 0.75rem;
  padding: 3rem 1.5rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.1);
  margin-bottom: 2rem;
}
.home-discovery-tab-content-wrapper-al img {
  max-width: 100%;
  height: auto;
  border-radius: 0.5rem;
  object-fit: cover;
}
.home-discovery-tab-description-al {
  flex: 1;
  min-width: 250px;
  padding: 1rem;
}
.home-discovery-tab-description-al h2 {
  font-size: 1.75rem;
  font-weight: 700;
  margin-bottom: 0.75rem;
}
.home-discovery-tab-description-al .subtitle-al {
  font-size: 1.1rem;
  font-weight: 500;
  margin-bottom: 0.75rem;
}
.home-discovery-tab-description-al p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0.75rem;
}
.home-discovery-nav-tabs-al {
  border-bottom: none;
  margin-bottom: 1rem;
  display: flex;
  justify-content: center;
  gap: 0.25rem;
  padding: 0 1rem;
  flex-wrap: nowrap;
}
.home-discovery-nav-tabs-al .home-discovery-tab-link-al {
  font-size: 1rem;
  font-weight: 400;
  color: rgba(68, 68, 68, 0.6) !important;
  padding: 0.5rem 1rem;
  border-bottom: 3px solid transparent;
  transition: color 0.3s, border-color 0.3s;
  flex: 1;
  text-align: center;
  max-width: 180px;
  height: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
}
.home-discovery-nav-tabs-al .home-discovery-tab-link-al.active {
  color: #4f7534 !important;
  font-weight: 700;
  border-bottom: 3px solid #a3b75f;
}
.home-discovery-tab-title-al {
  text-transform: uppercase !important;
  color: #122039 !important;
  font-weight: 700 !important;
}
.subtitle-al {
  text-transform: uppercase !important;
  color: #5d5d5d !important;
  font-weight: 700 !important;
}
.home-discovery-tab-description-al p {
  color: #5d5d5d !important;
}
.home-discovery-tab-description-al p span.bold-al {
  font-weight: 500 !important;
}
.home-discovery-tab-description-al p span.regular-al {
  font-weight: 200 !important;
}
.fw-extralight-al {
  font-weight: 200 !important;
}
@media (max-width: 1024px) {
  .home-discovery-tab-content-wrapper-al {
    width: calc(100% - 2rem);
    padding: 2.5rem 1rem;
    gap: 0.75rem;
  }
  .home-discovery-tab-description-al {
    min-width: 200px;
  }
  .home-discovery-tab-description-al h2 {
    font-size: 1.5rem;
  }
  .home-discovery-tab-description-al .subtitle-al {
    font-size: 1rem;
  }
  .home-discovery-tab-description-al p {
    font-size: 0.9rem;
  }
  .home-discovery-nav-tabs-al {
    gap: 0.2rem;
    padding: 0 0.5rem;
  }
  .home-discovery-nav-tabs-al .home-discovery-tab-link-al {
    font-size: 0.9rem;
    padding: 0.4rem 0.8rem;
    max-width: 160px;
  }
}
@media (max-width: 768px) {
  .home-discovery-tab-content-wrapper-al {
    flex-direction: column;
    text-align: center;
    padding: 1.5rem 0.5rem;
    gap: 0.5rem;
  }
  .home-discovery-tab-description-al {
    padding: 0.5rem;
    min-width: auto;
  }
  .home-discovery-tab-description-al h2 {
    font-size: 1.25rem;
  }
  .home-discovery-tab-description-al .subtitle-al {
    font-size: 0.9rem;
  }
  .home-discovery-tab-description-al p {
    font-size: 0.8rem;
  }
  .home-discovery-nav-tabs-al {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0.1rem;
    padding: 0;
  }
  .home-discovery-nav-tabs-al .nav-item {
    flex: 0 0 calc(33.33% - 0.1rem);
    max-width: calc(33.33% - 0.1rem);
  }
  .home-discovery-nav-tabs-al .home-discovery-tab-link-al {
    flex: 1;
    font-size: 0.8rem;
    padding: 0.3rem 0.6rem;
    max-width: 140px;
    height: auto;
    margin-bottom: 0.25rem;
  }
  .home-discovery-nav-tabs-al .nav-item:nth-child(1),
  .home-discovery-nav-tabs-al .nav-item:nth-child(2),
  .home-discovery-nav-tabs-al .nav-item:nth-child(3) {
    order: 1;
  }
  .home-discovery-nav-tabs-al .nav-item:nth-child(4),
  .home-discovery-nav-tabs-al .nav-item:nth-child(5) {
    order: 2;
  }
}
@media (max-width: 480px) {
  .home-discovery-tab-content-wrapper-al {
    width: calc(100% - 1rem);
    padding: 1rem 0.25rem;
    gap: 0.3rem;
    border-radius: 0.5rem;
  }
  .home-discovery-tab-description-al h2 {
    font-size: 1rem;
  }
  .home-discovery-tab-description-al .subtitle-al {
    font-size: 0.8rem;
  }
  .home-discovery-tab-description-al p {
    font-size: 0.7rem;
    line-height: 1.4;
  }
  .home-discovery-nav-tabs-al {
    gap: 0.05rem;
  }
  .home-discovery-nav-tabs-al .nav-item {
    flex: 0 0 calc(33.33% - 0.05rem);
    max-width: calc(33.33% - 0.05rem);
  }
  .home-discovery-nav-tabs-al .home-discovery-tab-link-al {
    font-size: 0.7rem;
    padding: 0.2rem 0.4rem;
    max-width: 120px;
  }
}
@media (min-width: 1200px) {
  .home-discovery-tab-content-wrapper-al {
    padding: 4rem 2rem;
    gap: 1.5rem;
  }
  .home-discovery-tab-description-al h2 {
    font-size: 2rem;
  }
  .home-discovery-tab-description-al .subtitle-al {
    font-size: 1.25rem;
  }
  .home-discovery-tab-description-al p {
    font-size: 1.1rem;
  }
  .home-discovery-nav-tabs-al {
    gap: 0.75rem;
  }
  .home-discovery-nav-tabs-al .home-discovery-tab-link-al {
    font-size: 1.1rem;
    padding: 0.9rem 1.5rem;
    max-width: 220px;
  }
}

   

        /* THE NOTCH STYLE ----------------------------------------------------------------------*/
        .container-notch {
            width: 100%;
           
        }
        
        .card-notch {
            background: #1a2540;
            border-radius: 1.5625rem;
            overflow: hidden;
            box-shadow: 0 0.625rem 1.875rem rgba(0, 0, 0, 0.3);
            padding: 2.5rem;
        }
        
        .header-section-notch {
            text-align: center;
            margin-bottom: 2.5rem;
        }
        
        .main-content-notch {
            display: flex;
            gap: 2.5rem;
        }
        
        .video-container-notch {
            padding-left: 2rem;
            width: 50%;
            min-width: 18.75rem;
        }
        
        .video-square-notch {
            width: 100%;
            padding-bottom: 100%;
            background: #f5f5f5;
            border-radius: 1.25rem;
            position: relative;
        }
        
        .content-section-notch {
            padding-right: 2rem;
            flex: 1;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .main-title-notch {
            font-weight: 700;
            color: #a3cf62;
            margin-bottom: 0.9375rem;
            line-height: 1.2;
        }
        
        .main-title-notch .light-weight-notch {
            font-weight: 200;
        }
        
        .subtitle-notch {
            color: #a3cf62;
            margin-bottom: 1.5625rem;
            padding-bottom: 1.25rem;
            font-weight: 300;
            letter-spacing: 0.03em;
        }
        
        .description-notch {
            line-height: 1.6;
            color: #e5e5e5;
            margin-bottom: 25px;
            font-weight: 300;
        }
        
        .highlight-notch {
            color: white;
            font-weight: 700;
        }

        @media (max-width: 768px) {
            .main-content-notch { flex-direction: column; }
            .video-container-notch { 
                width: 100%; 
                max-width: 25rem; 
                margin: 0 auto 1.875rem; 
                padding: 0 1.25rem; 
            }
            .content-section-notch { text-align: center; }
        }

        @media (max-width: 480px) {
            .card-notch { padding: 1rem; }
            .video-container-notch {
                padding: 0 0.625rem;
            }
        }

        /* THE NOTCH STYLE ENDS-------------------------------------------------------------------------------- */





/* SECTION 6 THE VIDEO */
.video-container-al {
  max-width: 800px;
  margin: 0 auto;
}
#video-thumbnail-al {
  cursor: pointer;
  position: relative;
  max-width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}
.play-btn-al {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.6);
  color: white;
  border: none;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease-in-out;
}
.play-btn-al:hover {
  background: rgba(0, 0, 0, 0.8);
}
@media (max-width: 768px) {
  .video-container-al {
    width: 100%;
  }
  .play-btn-al {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
}
/* SECTION 7 STYLES */
.btn-custom-al {
  background-color: #a3b75f;
  color: white;
  font-size: 1.2rem;
  font-weight: 600;
  padding: 0.75rem 2rem;
  border-radius: 0.8rem;
  display: inline-block;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}
.btn-custom-al:hover {
  background-color: #a3b75f;
  color: white;
}
@media (max-width: 768px) {
  .btn-custom-al {
    font-size: 1rem;
    padding: 0.6rem 1.5rem;
  }
}

.aqualumen-logo-sec2 {
  width: 25rem; /* Set width */
  display: block;
  margin: 0 auto; /* Center the logo */
}
