:root {
  --primary-color: #007565;
  --secondary-color: rgb(199, 168, 119);
  --card-bg: #ffffff;
  -webkit-font-smoothing: antialiased;
  --primary-dark: #005247;
  --overlay-dark: rgba(10, 25, 22, 0.82);
}

.hero-img {
  border-radius: 36px;
}
.green-text {
  color: #007565;
}
.d-flex.flex-column.align-items-center.justify-content-center h2 {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 40px;
}

.btn--green {
  background-color: #007565;
  color: white;
  padding: 10px 15px;
  border-radius: 12px;
}

.btn--green:hover {
  transform: translateY(-5px) scale(1.02);
  background-color: #026558;
  color: white;
}

.btn--yello {
  border-radius: 12px;
  padding: 10px 15px;
  color: white;
  background-color: #c7a877;
}

.btn--yello:hover {
  transform: translateY(-5px) scale(1.02);
  background-color: #a58450;
  color: white;
}

.home1-process-section .process-wrapper {
  padding: 80px 70px;
}

@media all and (max-width: 426px) {
  .home1-process-section .process-wrapper {
    padding: 80px 10px;
  }
}

.section {
  overflow: hidden;
}

.wrapper {
  margin-top: 113px !important;
  height: 80vh !important;
}

.list {
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  padding: 0.2rem;
}

.item {
  width: 100vw;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: rgb(149, 157, 165, 0.2) 0px 8px 24px;
  overflow: hidden;
}

.item_number {
  font-size: 1.5rem;
  height: 3rem;
  width: 3rem;
  margin-bottom: 0.5rem;
  border-radius: 50%;
  background-color: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 400;
  position: absolute;
  top: 6rem;
  left: 3rem;
}

.item_content {
  background-color: #fff;
  color: #292929;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 3rem;
  display: flex;
  position: relative;
  width: 50%;
}

.item_media {
  object-fit: cover;
  width: 50%;
  height: 100%;
  position: relative;
}

.item_feature {
  position: absolute;
  top: 30px;
  left: 30px;
  background: linear-gradient(
    90deg,
    rgba(0, 117, 101, 1) 50%,
    rgba(199, 168, 119, 1) 100%
  );
  padding: 2px 10px;
  color: white;
  border-radius: 5px;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-vertical {
  padding: 2rem;
}

.features-hightlight {
  background: linear-gradient(
    90deg,
    rgba(0, 117, 101, 1) 50%,
    rgba(199, 168, 119, 1) 100%
  );
  padding: 2px 5px;
  font-size: 12px;
  color: white !important;
  border-radius: 5px;
}

.our-course-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 0;
  padding-left: 0;
}

.our-course-list li {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 0.92rem;
  font-weight: 500;
}

.our-course-list li i {
  /* color: var(--primary-color); */
  font-size: 1.1rem;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 1;
  width: 25px;
  height: 25px;
}

@media (max-width: 767px) {
  .heading {
    font-size: 2.5rem;
  }

  .item {
    display: flex;
    flex-direction: column;
  }

  .item_content,
  .item_media {
    height: 50vh;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .item_media img {
    width: 100%;
  }

  .item_number {
    font-size: 0.5rem;
    top: 1.5rem;
  }
}

.our-course-list li:nth-child(1) i {
  background-color: #e41a1d42;
  padding: 3px;
  border-radius: 3px;
  color: #e41a1c;
}

.our-course-list li:nth-child(2) i {
  background-color: #377eb842;
  padding: 3px;
  border-radius: 3px;
  color: #377eb8;
}

.our-course-list li:nth-child(3) i {
  background-color: #4daf4a42;
  padding: 3px;
  border-radius: 3px;
  color: #4daf4a;
}

.our-course-list li:nth-child(4) i {
  background-color: #984ea342;
  padding: 3px;
  border-radius: 3px;
  color: #984ea3;
}

.our-course-list li:nth-child(5) i {
  background-color: #ff7f0042;
  padding: 3px;
  border-radius: 3px;
  color: #ff7f00;
}

.our-course-list li:nth-child(6) i {
  background-color: #f533ff42;
  padding: 3px;
  border-radius: 3px;
  color: #f533ff;
}

.our-course-list li:nth-child(7) i {
  background-color: #a6562842;
  padding: 3px;
  border-radius: 3px;
  color: #a65628;
}

.home1-process-section .process-wrapper {
  background: linear-gradient(
    90deg,
    rgba(0, 117, 101, 0.02) 50%,
    rgba(199, 168, 119, 0.02) 100%
  );
  box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
}

.home1-process-section
  .process-wrapper
  .process-slider-area
  .process-card
  .process-content {
  padding: 20px 25px;
  height: 232px;
  background: linear-gradient(
    90deg,
    rgba(0, 117, 101, 0.15) 50%,
    rgba(199, 168, 119, 0.15) 100%
  );
}

.home1-process-section
  .process-wrapper
  .process-slider-area
  .process-card
  .process-content
  h5
  i {
  color: #007565;
}

.home1-process-section
  .process-wrapper
  .process-slider-area
  .process-card
  .process-content
  p {
  margin-bottom: 10px !important;
}

.content.d-flex.justify-content-between.align-items-end {
}

.why-choose-section {
  background-color: var(--bg-dark);
  color: #ffffff;
  /* font-family:
    system-ui,
    -apple-system,
    sans-serif; */
  overflow-x: hidden;
}

/* Animated Dynamic Radial Aura background */
.why-choose-section .infra-aura-glow {
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translateX(-50%);
  width: 600px;
  height: 400px;
  background: radial-gradient(
    circle,
    rgba(0, 117, 101, 0.15) 0%,
    rgba(0, 0, 0, 0) 70%
  );
  pointer-events: none;
  z-index: 0;
}

/* Swiper Container Padding to prevent card clipping during lift animation */
.why-choose-section .slider-outer-container {
  padding: 2rem 1rem 4rem 1rem;
  position: relative;
}

/* Premium Animated Feature Card with Background Image */
.why-choose-section .infra-showcase-card {
  background-color: var(--card-bg);
  /* Base background image fallback using abstract dark mesh pattern */
  background-image:
    linear-gradient(to bottom, rgba(18, 20, 24, 0.7), rgba(6, 7, 9, 0.9)),
    var(--bg-image);
  background-size: 120% 120%;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 1.5rem;
  padding: 2.5rem 2rem;
  height: 250px;
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  transition:
    transform 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    border-color 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    background-size 0.5s cubic-bezier(0.25, 1, 0.5, 1),
    background-image 0.5s ease;
  cursor: grab;
  position: relative;
  overflow: hidden;
  /* Ensures background images don't bleed past borders */
}

.why-choose-section .infra-showcase-card:active {
  cursor: grabbing;
}

/* Premium Hover & Interactive Effects */
.why-choose-section .infra-showcase-card:hover {
  /* Brighten the overlay slightly on hover to reveal the background image texture */
  background-image:
    linear-gradient(to bottom, rgba(18, 20, 24, 0.4), rgba(0, 117, 101, 0.25)),
    var(--bg-image);
  background-size: 105% 105%;
  /* Zoom effect on background image */
  border-color: rgba(0, 117, 101, 0.6);
  transform: translateY(-10px) scale(1.02);
  box-shadow:
    0 25px 50px rgba(0, 117, 101, 0.18),
    inset 0 0 20px rgba(0, 117, 101, 0.1);
}

.why-choose-section .infra-swiper-slider {
  padding-top: 32px;
  height: 350px;
}

/* Animated Icon Wrapper Box */
.why-choose-section .dynamic-icon-holder {
  width: 52px;
  height: 52px;
  background: rgba(0, 117, 101, 0.08);
  color: var(--secondary-color);
  border: 1px solid rgba(0, 117, 101, 0.15);
  border-radius: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}

.why-choose-section .infra-showcase-card:hover .dynamic-icon-holder {
  background: var(--primary-color);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 0 20px rgba(0, 117, 101, 0.4);
}
.why-choose-section
  .swiper-slide-next
  .infra-showcase-card
  .dynamic-icon-holder {
  background: var(--primary-color);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 0 20px rgba(0, 117, 101, 0.4);
}

/* Badge Pills styling */
.why-choose-section .status-pill-badge {
  font-size: 0.72rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  padding: 0.4rem 0.85rem;
  border-radius: 2rem;
  background: rgba(199, 168, 119, 0.08);
  color: var(--secondary-color);
  border: 1px solid rgba(199, 168, 119, 0.15);
  transition: all 0.4s ease;
}

.why-choose-section .infra-showcase-card:hover .status-pill-badge {
  background: rgba(0, 117, 101, 0.15);
  color: #00ffdc;
  border-color: rgba(0, 117, 101, 0.25);
}

/* Swiper Custom Active Pagination Dots styling */
.why-choose-section .swiper-pagination-bullet {
  background: #333333 !important;
  opacity: 1 !important;
  width: 8px;
  height: 8px;
  transition: all 0.4s ease;
}

.why-choose-section .swiper-pagination-bullet-active {
  background: var(--primary-color) !important;
  width: 28px !important;
  border-radius: 4px !important;
  box-shadow: 0 0 10px rgba(0, 117, 101, 0.5);
}

.why-choose-section .swiper-slide-next .infra-showcase-card .status-pill-badge {
  background: rgba(0, 117, 101, 0.15);
  color: #00ffdc;
  border-color: rgba(0, 117, 101, 0.25);
}
.swiper-slide-next .infra-showcase-card {
  background-size: 105% 105%;
  /* Zoom effect on background image */
  border-color: rgba(0, 117, 101, 0.6);
  transform: translateY(-10px) scale(1.02);
  box-shadow:
    0 25px 50px rgba(0, 117, 101, 0.18),
    inset 0 0 20px rgba(0, 117, 101, 0.1);
  background-image:
    linear-gradient(to bottom, rgba(18, 20, 24, 0.45), rgba(0, 117, 101, 0.3)),
    url("https://images.unsplash.com/photo-1639762681485-074b7f938ba0?q=80&w=600&auto=format&fit=crop");
  background-image:
    linear-gradient(to bottom, rgba(18, 20, 24, 0.4), rgba(0, 117, 101, 0.25)),
    var(--bg-image) !important;
}
.infra-showcase-card p {
  color: rgb(255, 255, 255);
}
.swiper-slide-next .infra-showcase-card p {
  color: rgb(255, 255, 255);
  /* padding: 10px;
      border-radius: 10px;
      background: #00756590; */
}
.why-choose-section .infra-showcase-card:hover p {
  color: rgb(255, 255, 255);
  /* padding: 10px;
      border-radius: 10px;
      background: #00756590; */
}
.why-choose-section .swiper-wrapper {
  height: auto !important;
}

.TrainingInstitutes-Section img {
  max-width: 100%;
  display: block;
}

.TrainingInstitutes-Section ul {
  list-style: none;
}

.TrainingInstitutes-Section a {
  text-decoration: none;
}

/*=====================================================
            COLORS
            =====================================================*/

:root {
  --primary: #007565;
  --secondary: #c7a877;

  --text: #1a1a1a;

  --light: #6d6d6d;

  --border: #e7e7e7;

  --bg: #ffffff;
}

/*=====================================================
        MAIN SECTION
        =====================================================*/

.TrainingInstitutes-Section .audience-section {
  position: relative;

  height: 600vh;

  /* background: #fff; */
}

.TrainingInstitutes-Section .pin-wrapper {
  position: sticky;

  top: 100px;

  width: 100%;

  height: 87vh;

  display: grid;

  grid-template-columns: 48% 52%;

  overflow: hidden;
}

/*=====================================================
            LEFT PANEL
            =====================================================*/

.TrainingInstitutes-Section .left-panel {
  position: relative;

  overflow: hidden;

  background: #f8f8f8;
}

.TrainingInstitutes-Section .image-stack {
  width: 100%;

  height: 100%;

  position: relative;
}

.TrainingInstitutes-Section .image-stack img {
  position: absolute;

  inset: 0;

  width: 100%;

  height: 100%;

  object-fit: cover;

  opacity: 0;

  transform: scale(1.15);

  transition:
    opacity 0.8s ease,
    transform 2s ease;
}

.TrainingInstitutes-Section .image-stack img.active {
  opacity: 1;

  transform: scale(1);
}

/*=====================================================
        RIGHT PANEL
        =====================================================*/

.TrainingInstitutes-Section .right-panel {
  position: relative;

  display: flex;

  flex-direction: column;

  justify-content: center;

  padding-left: 120px;

  padding-right: 140px;

  background: #fff;
}

/*=====================================================
            PROGRESS BAR
            =====================================================*/

.TrainingInstitutes-Section .progress {
  position: absolute;

  left: 70px;

  top: 50%;

  transform: translateY(-50%);

  width: 4px;

  height: 380px;

  background: #ececec;

  border-radius: 50px;

  overflow: hidden;
}

.TrainingInstitutes-Section .progress-fill {
  position: absolute;

  bottom: 0;

  left: 0;

  width: 100%;

  height: 0;

  background: var(--primary);

  transition: 0.5s;
}

/*=====================================================
            STORY
            =====================================================*/

.TrainingInstitutes-Section .story {
  position: absolute;

  width: calc(100% - 260px);

  opacity: 0 !important;

  transform: translateY(80px);

  pointer-events: none;
  overflow: hidden;
}

.TrainingInstitutes-Section .story.active {
  opacity: 1 !important;

  transform: translateY(0);

  pointer-events: auto;
}

/*=====================================================
            TAG
            =====================================================*/

.TrainingInstitutes-Section .tag {
  display: inline-flex;

  align-items: center;

  padding: 10px 18px;

  border-radius: 999px;

  background: linear-gradient(
    90deg,
    rgba(0, 117, 101, 1) 50%,
    rgba(199, 168, 119, 1) 100%
  );

  color: var(--bg);

  font-weight: 700;

  letter-spacing: 0.5px;

  margin-bottom: 28px;
}

/*=====================================================
            TITLE
            =====================================================*/

.TrainingInstitutes-Section .story h2 {
  font-size: 22px;

  line-height: 1.18;

  font-weight: 600;

  color: var(--text);

  margin-bottom: 35px;
}

/*=====================================================
        LIST
        =====================================================*/

.TrainingInstitutes-Section .story ul {
  display: flex;

  flex-direction: column;

  gap: 12px;
}

.TrainingInstitutes-Section .story li {
  display: flex;

  align-items: flex-start;

  gap: 18px;

  font-size: 1.08rem;

  color: #555;

  line-height: 1.7;
}

.TrainingInstitutes-Section .story li i {
  color: var(--primary);

  font-size: 20px;

  margin-top: 5px;
}

/*=====================================================
        SIDE DOTS
        =====================================================*/

.TrainingInstitutes-Section .side-nav {
  position: absolute;

  right: 45px;

  top: 50%;

  transform: translateY(-50%);

  display: flex;

  flex-direction: column;

  gap: 18px;
}

.TrainingInstitutes-Section .dot {
  width: 13px;

  height: 13px;

  border-radius: 50%;

  border: none;

  background: #d8d8d8;

  cursor: pointer;

  transition: 0.35s;
}

.TrainingInstitutes-Section .dot.active {
  background: var(--primary);

  transform: scale(1.4);

  box-shadow: 0 0 0 8px rgba(0, 117, 101, 0.15);
}

/*=====================================================
            NEXT SECTION
            =====================================================*/

.TrainingInstitutes-Section .after-section {
  min-height: 100vh;

  display: grid;

  place-items: center;

  background: #f8fafb;
}

.TrainingInstitutes-Section .container {
  width: min(900px, 90%);

  text-align: center;
}

.TrainingInstitutes-Section .container h2 {
  font-size: 4rem;

  margin-bottom: 20px;
}

.TrainingInstitutes-Section .container p {
  color: #666;

  font-size: 1.15rem;

  line-height: 1.8;
}

@media (max-width: 991px) {
  .TrainingInstitutes-Section .pin-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .TrainingInstitutes-Section .left-panel {
    height: 40%;
    width: 100%;
  }

  .TrainingInstitutes-Section .right-panel {
    height: 60%;
    width: 100%;
    padding: 10px 20px;
    overflow: hidden;
  }

  .TrainingInstitutes-Section .story {
    right: 0;
    width: 100%;
  }

  .TrainingInstitutes-Section .story p {
    margin: 0 10px 10px 10px;
  }
  .TrainingInstitutes-Section .story h2 {
    font-weight: 500;
    padding: 0 14px;
    margin-bottom: 15px;
  }
  .TrainingInstitutes-Section .tag {
    margin-left: 6px;
  }

  .TrainingInstitutes-Section .story ul {
    gap: 10px;
  }

  .TrainingInstitutes-Section .progress {
    opacity: 0;
  }

  .home1-process-section.mb-80 {
    margin-top: 100px;
  }

  .TrainingInstitutes-Section .side-nav {
    display: none;
  }
}

@media (max-width: 425px) {
  .TrainingInstitutes-Section .tag {
    font-size: 16px;
    font-family: 500;
    padding: 4px 8px;
    margin-left: 6px;
  }

  .TrainingInstitutes-Section .story li {
    font-size: 16px;
  }

  .TrainingInstitutes-Section .story li i {
    font-size: 16px;
  }

  /* .TrainingInstitutes-Section .d-flex.flex-column.align-items-center.justify-content-center p{
    display: none;
  } */
}

/*==========================================
            MOBILE
            ==========================================*/

@media (max-width: 768px) {
  .TrainingInstitutes-Section .story p {
    margin: 0px 10px 10px 10px;
  }
  .TrainingInstitutes-Section
    .d-flex.flex-column.align-items-center.justify-content-center:nth-child(1) {
    margin: 10px 20px;
  }
}

@media (max-width: 768px) {
  .features .section-title span {
    font-size: 20px;
  }

  .features .section-title h2 {
    font-size: 16px;
  }

  .our-course-list li {
    font-size: 14px;
  }

  .item_p.mt-3 {
    margin: 0 !important;
  }

  .notify-journey .step-content h3 {
    font-size: 20px !important;
    font-weight: 600 !important;
  }

  .notify-journey .step-content p {
    font-size: 14px !important;
    line-height: 1.4 !important;
  }

  .our-course-list {
    padding-top: 10px;
  }

  .features .icon {
    width: 50px;
    height: 50px;
  }

  .features .featuree-card p {
    font-size: 14px;
  }

  .features .featuree-card h3 {
    font-size: 16px;
  }

  .home1-process-section .process-wrapper .sections-title h2 {
    font-size: 20px;
  }

  .d-flex.flex-column.align-items-center.justify-content-center h2 {
    font-weight: 600;
    font-size: 30px;
  }

  .features .featuree-card::before {
    display: none;
  }
}

/*=========================================================
        NOTIFICATION JOURNEY
        =========================================================*/
.notify-journey {
  position: relative;
  padding: 80px 0;
  overflow: visible;
  /* Changed from hidden to allow sticky to work */
  background:
    radial-gradient(
      circle at top left,
      rgba(0, 117, 101, 0.08),
      transparent 35%
    ),
    radial-gradient(
      circle at bottom right,
      rgba(199, 168, 119, 0.08),
      transparent 35%
    ),
    #ffffff;
}

.notify-journey .notify-container {
  width: min(1350px, 92%);
  margin: auto;
}

/*=========================================================
        HEADING
        =========================================================*/
.notify-journey .notify-heading {
  max-width: 760px;
  margin: 0 auto 90px;
  text-align: center;
}

.notify-journey .notify-heading h2 {
  font-size: 40px;
  line-height: 1.15;
  /* color: #1c1c1c; */
  font-weight: 700;
  margin-bottom: 25px;
}

.notify-journey .notify-heading h2 span {
  color: #007565;
}

.notify-journey .notify-heading p {
  color: #666;
  line-height: 1.9;
  font-size: 1.08rem;
}

/*=========================================================
        LAYOUT (CRITICAL FIXES FOR STICKY SCROLL)
        =========================================================*/
.notify-journey .journey-layout {
  display: grid;
  grid-template-columns: 520px 1fr;
  gap: 100px;
  align-items: start;
  /* Changed from center so right block can slide */
  position: relative;
}

/*=========================================================
        LEFT SIDE
        =========================================================*/
.notify-journey .journey-left {
  position: relative;
  padding-left: 70px;
  /* Extra bottom spacing gives room to scroll the last element */
  padding-bottom: 30vh;
}

/*=========================================================
        TIMELINE
        =========================================================*/
.notify-journey .timeline-line {
  position: absolute;
  left: 28px;
  top: 0;
  width: 4px;
  height: 100%;
  background: #e9ecef;
  border-radius: 100px;
  overflow: hidden;
}

.notify-journey .timeline-progress {
  position: absolute;
  top: 0;
  /* Changed from bottom:0 to fill from top to down */
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to bottom, #007565, #00a78d);
  border-radius: 100px;
  transition: height 0.1s ease-out;
}

/*=========================================================
        STEP
        =========================================================*/
.notify-journey .journey-step {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 28px;
  margin-bottom: 120px;
  /* Increased for better scroll spacing */
  cursor: pointer;
  transition: 0.45s;
}

.notify-journey .journey-step:last-child {
  margin-bottom: 0;
}

/*=========================================================
        DOT
        =========================================================*/
.notify-journey .step-dot {
  position: absolute;
  left: -56px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  border: 2px solid #dfe5e8;
  color: #8b8b8b;
  font-size: 20px;
  transition: 0.4s;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
  z-index: 2;
}

.notify-journey .journey-step.active .step-dot {
  background: #007565;
  color: #fff;
  border-color: #007565;
  transform: scale(1.12);
}

/*=========================================================
        CONTENT
        =========================================================*/
.notify-journey .step-content {
  padding: 15px 20px;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: 0.4s;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.04);
  width: 100%;
}

.notify-journey .journey-step:hover .step-content {
  transform: translateX(10px);
  box-shadow: 0 25px 55px rgba(0, 0, 0, 0.08);
}

.notify-journey .journey-step.active .step-content {
  border-color: #007565;
  background: #fafafa;
  transform: translateX(10px);
}

.notify-journey .step-number {
  display: inline-block;
  font-size: 0.8rem;
  letter-spacing: 2px;
  color: #c7a877;
  font-weight: 700;
  margin-bottom: 12px;
}

.notify-journey .step-content h3 {
  font-size: 1.45rem;
  color: #202020;
  margin-bottom: 15px;
  font-weight: 700;
}

.notify-journey .step-content p {
  color: #6b6b6b;
  line-height: 1.8;
  font-size: 15px;
}

/*=========================================================
        RIGHT PANEL (FIXED STICKY EFFECT)
        =========================================================*/
.notify-journey .journey-right {
  position: sticky;
  top: 80px;
  /* Locks it 80px from top of viewport while scrolling left section */
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: calc(100vh - 160px);
  /* Keeps container centered viewport height */
}

/*=========================================================
        PHONE WRAPPER & VISUALS
        =========================================================*/
.notify-journey .phone-wrapper {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 450px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.notify-journey .phone-image {
  position: relative;
  z-index: 5;
}

.notify-journey .phone-image img {
  width: 260px;
  display: block;
  filter: drop-shadow(0 35px 70px rgba(0, 0, 0, 0.15));
  transition: 0.45s;
}

.notify-journey .ring {
  position: absolute;
  border-radius: 50%;
  border: 1px solid rgba(0, 117, 101, 0.12);
  animation: ringRotate 25s linear infinite;
}

.notify-journey .ring-1 {
  width: 320px;
  height: 320px;
}

.notify-journey .ring-2 {
  width: 320px;
  height: 320px;
  animation-direction: reverse;
}

.notify-journey .ring-3 {
  width: 320px;
  height: 320px;
  border-color: rgba(199, 168, 119, 0.2);
}

/*=========================================================
        FLOATING NOTIFICATION CARDS
        =========================================================*/
.notify-journey .floating-cardd {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 14px;
  width: 205px;
  padding: 6px;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(16px);
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.75);
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  transition: 0.4s;
  z-index: 20;
  opacity: 0.3;
  transform: scale(0.9);
}

.notify-journey .floating-cardd.active {
  opacity: 1;
  transform: scale(1.05);
  border-color: #007565;
  box-shadow: 0 25px 60px rgba(0, 117, 101, 0.18);
}

.notify-journey .floating-cardd i {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 14px;
  background: linear-gradient(
    90deg,
    rgba(0, 117, 101, 1) 50%,
    rgba(199, 168, 119, 1) 100%
  );
  color: #fff;
  font-size: 18px;
}

.notify-journey .floating-cardd h4 {
  font-size: 14px;
  color: #222;
  margin-bottom: 4px;
  margin-top: 0;
}

.notify-journey .floating-cardd p {
  color: #777;
  font-size: 12px;
  margin: 0;
}

.notify-journey .card-1 {
  top: 20px;
  left: -20px;
}

.notify-journey .card-2 {
  right: -40px;
  top: 108px;
}

.notify-journey .card-3 {
  left: -10px;
  bottom: 100px;
}

.notify-journey .card-4 {
  right: -10px;
  bottom: 30px;
}

.phone-wrapper:hover img {
  transform: scale(1.03);
}

/*=========================================================
        KEYFRAMES & RESPONSIVE
        =========================================================*/
@keyframes ringRotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1100px) {
  .notify-journey {
    overflow: hidden;
  }

  .notify-journey .journey-layout {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .notify-journey .journey-right {
    position: relative;
    top: 0;
    height: auto;
    order: -1;
  }

  .notify-journey .journey-left {
    padding-bottom: 0;
  }

  .notify-journey .phone-wrapper {
    height: 550px;
  }

  .notify-journey .floating-cardd {
    opacity: 1;
    transform: scale(1);
  }
}

@media (max-width: 768px) {
  .WebsiteBuilder .glow-orb {
    display: none;
  }

  .notify-journey {
    padding: 80px 0;
  }

  .notify-journey .journey-left {
    padding-left: 50px;
  }

  .notify-journey .step-dot {
    width: 46px;
    height: 46px;
    left: -45px;
    font-size: 16px;
  }

  .notify-journey .phone-image img {
    width: 220px;
  }

  .notify-journey .floating-cardd {
    display: none;
  }

  .notify-journey .ring-1 {
    width: 240px;
    height: 240px;
  }

  .notify-journey .ring-2 {
    width: 300px;
    height: 300px;
  }

  .notify-journey .ring-3 {
    width: 360px;
    height: 360px;
  }
}

/*=========================================================
        BASE & STICKY LAYOUT STRUCTURING
        =========================================================*/

.analytics-hero {
  position: relative;
  padding: 100px 0;
  overflow: visible;
  /* Changed from hidden to let floating cards bleed out elegantly */
  background: #ffffff;
}

.analytics-hero .analytics-container {
  width: min(1400px, 92%);
  margin: auto;
  position: relative;
  z-index: 2;
}

/* Container wrapper holding both the sticky elements and layout window */
.analytics-hero .interactive-wrapper {
  position: relative;
  display: flex;

  margin: 0 auto;
}

/*=========================================================
        BACKGROUND
        =========================================================*/
.analytics-hero .analytics-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
}

.analytics-hero .analytics-bg::before {
  content: "";
  position: absolute;
  width: 600px;
  height: 600px;
  background: radial-gradient(circle, rgba(0, 117, 101, 0.12), transparent 70%);
  top: -180px;
  left: -180px;
  border-radius: 50%;
  animation: blobOne 12s ease-in-out infinite;
}

.analytics-hero .analytics-bg::after {
  content: "";
  position: absolute;
  width: 520px;
  height: 520px;
  background: radial-gradient(
    circle,
    rgba(199, 168, 119, 0.1),
    transparent 70%
  );
  bottom: -180px;
  right: -120px;
  border-radius: 50%;
  animation: blobTwo 14s ease-in-out infinite;
}

/*=========================================================
        HEADER
        =========================================================*/
.analytics-hero .analytics-header {
  max-width: 850px;
  margin: 0 auto 80px;
  text-align: center;
}

.analytics-hero .analytics-header h2 {
  font-size: 40px;
  line-height: 1.1;
  color: #1f1f1f;
  font-weight: 600;
  margin-bottom: 30px;
}

.analytics-hero .analytics-header h2 span {
  color: #007565;
}

.analytics-hero .analytics-header p {
  max-width: 760px;
  margin: 0 auto 20px;
  color: #666;
  font-size: 16px;
  line-height: 1.9;
}

/*=========================================================
        DASHBOARD WINDOW
        =========================================================*/
.analytics-hero .dashboard-window {
  position: relative;
  width: 100%;
  border-radius: 28px;
  overflow: hidden;
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 40px 90px rgba(0, 0, 0, 0.08);
  transition: transform 0.4s cubic-bezier(0.25, 1, 0.5, 1);
  will-change: transform;
  z-index: 5;
}

.analytics-hero .window-header {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 28px;
  border-bottom: 1px solid #ececec;
  background: #fbfbfb;
}

.analytics-hero .window-buttons {
  display: flex;
  gap: 10px;
}

.analytics-hero .window-buttons span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.analytics-hero .window-buttons .red {
  background: #ff5f57;
}

.analytics-hero .window-buttons .yellow {
  background: #febc2e;
}

.analytics-hero .window-buttons .green {
  background: #28c840;
}

.analytics-hero .window-title {
  font-size: 15px;
  color: #555;
  font-weight: 600;
}

.analytics-hero .live-status {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  color: #007565;
  font-weight: 700;
}

.analytics-hero .live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #00c878;
  animation: livePulse 1.5s infinite;
}

.analytics-hero .dashboard-video {
  position: relative;
  background: #f4f6f8;
  overflow: hidden;
}

.analytics-hero .dashboard-video video {
  width: 100%;
  display: block;
  aspect-ratio: 16/9;
  object-fit: cover;
  transition: 0.5s;
}

/*=========================================================
        FLOATING METRIC CARDS
        =========================================================*/
.analytics-hero .metric-card {
  display: flex;
  align-items: center;
  gap: 18px;
  width: 260px;
  padding: 22px;
  background: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255, 255, 255, 0.7);
  border-radius: 22px;
  box-shadow: 0 20px 45px rgba(0, 0, 0, 0.08);
  z-index: 20;
  will-change: transform;
  /* Transition handle layout placement and mouse adjustments safely */
  transition:
    transform 0.4s cubic-bezier(0.25, 1, 0.5, 1),
    box-shadow 0.4s ease;
}

/* Wrapper element to isolate floating CSS rules away from JavaScript events */
.analytics-hero .float-wrapper {
  margin-left: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  place-content: center;
  width: 100%;
  gap: 30px;
  height: 100%;

  margin-top: 40px;
}

.analytics-hero .float-wrapper .metric-card {
  pointer-events: auto;
  /* Re-enables interactions specifically for cards */
}

/* Setup placement positions across the parent frame wrapper */
.analytics-hero .rev-pos {
  animation: floatOne 6s ease-in-out infinite;
}

.analytics-hero .enr-pos {
  animation: floatTwo 7s ease-in-out infinite;
}

.analytics-hero .sub-pos {
  animation: floatThree 6.5s ease-in-out infinite;
}

.analytics-hero .act-pos {
  animation: floatFour 7s ease-in-out infinite;
}

.analytics-hero .metric-icon {
  width: 58px;
  height: 58px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #007565;
  color: #fff;
  font-size: 22px;
  flex-shrink: 0;
}

.analytics-hero .metric-content {
  flex: 1;
}

.analytics-hero .metric-label {
  display: block;
  font-size: 13px;
  color: #888;
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.analytics-hero .metric-content h3 {
  font-size: 2rem;
  color: #202020;
  margin-bottom: 6px;
  font-weight: 800;
}

.analytics-hero .metric-content small {
  color: #007565;
  font-weight: 600;
}

/*=========================================================
        FEATURE ROW
        =========================================================*/
.analytics-hero .analytics-features {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.analytics-hero .feature-item {
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.06);
  border-radius: 20px;
  padding: 28px;
  text-align: center;
  transition: 0.35s ease;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.05);
}

.analytics-hero .analytics-hero .feature-item:hover {
  transform: translateY(-8px);
  border-color: #007565;
  box-shadow: 0 25px 55px rgba(0, 117, 101, 0.12);
}

.analytics-hero .feature-item i {
  width: 68px;
  height: 68px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  border-radius: 18px;
  background: rgba(0, 117, 101, 0.08);
  color: #007565;
  font-size: 28px;
  transition: 0.35s;
}

.analytics-hero .feature-item:hover i {
  background: #007565;
  color: #fff;
}

.analytics-hero .feature-item span {
  display: block;
  font-size: 17px;
  font-weight: 700;
  color: #222;
}

/*=========================================================
        ANIMATIONS
        =========================================================*/
@keyframes livePulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 200, 120, 0.45);
  }

  70% {
    transform: scale(1.15);
    box-shadow: 0 0 0 12px rgba(0, 200, 120, 0);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(0, 200, 120, 0);
  }
}

@keyframes floatOne {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-18px);
  }
}

@keyframes floatTwo {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(16px);
  }
}

@keyframes floatThree {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-15px);
  }
}

@keyframes floatFour {
  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(18px);
  }
}

@keyframes blobOne {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(60px, 40px) scale(1.15);
  }
}

@keyframes blobTwo {
  0%,
  100% {
    transform: translate(0, 0) scale(1);
  }

  50% {
    transform: translate(-50px, -40px) scale(1.1);
  }
}

.analytics-hero .analytics-header,
.analytics-hero .dashboard-window,
.analytics-hero .feature-item {
  opacity: 0;
  transform: translateY(50px);
  transition:
    opacity 0.8s ease,
    transform 0.8s ease;
}

.analytics-hero .analytics-header.show,
.analytics-hero .dashboard-window.show,
.analytics-hero .feature-item.show {
  opacity: 1;
  transform: translateY(0);
}

.analytics-hero .counter {
  font-variant-numeric: tabular-nums;
}

/*=========================================================
        MEDIA QUERIES (RESPONSIVE FIXES)
        =========================================================*/
@media (max-width: 1200px) {
  .analytics-hero .metric-card {
    width: 220px;
    padding: 18px;
  }

  .analytics-hero .metric-content h3 {
    font-size: 1.6rem;
  }
}
@media (max-width: 1024px) {
  .analytics-hero .interactive-wrapper {
    flex-direction: column;
  }
}

@media (max-width: 992px) {
  .analytics-hero .analytics-hero {
    padding: 90px 0;
  }

  .analytics-hero .analytics-header {
    margin-bottom: 60px;
  }

  .analytics-hero .float-wrapper {
    position: relative;
    height: auto;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 40px;
  }

  .analytics-hero .float-wrapper .rev-pos,
  .analytics-hero .float-wrapper .enr-pos,
  .analytics-hero .float-wrapper .sub-pos,
  .analytics-hero .float-wrapper .act-pos {
    position: relative;
    inset: auto;
    width: 100%;
    animation: none;
    transform: none !important;
  }

  .analytics-hero .analytics-features {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .analytics-hero .analytics-header h2 {
    font-size: 30px;
  }

  .analytics-hero .window-title {
    display: none;
  }

  .analytics-hero .float-wrapper {
    margin-left: 0;
    grid-template-columns: 1fr;
  }

  .analytics-hero .metric-card {
    flex-direction: column;
    text-align: center;
  }

  .analytics-hero .analytics-features {
    grid-template-columns: 1fr;
  }
}

/*======================================
          RESET & DESIGN VARIABLES
        =======================================*/

:root {
  --primary-color: #007565;
  --secondary-color: rgb(199, 168, 119);
  --bg-dark: #070a0e;
  --card-glass: rgba(255, 255, 255, 0.02);
  --border-glass: rgba(255, 255, 255, 0.06);
  --text-main: #f9fafb;
  --text-muted: #8a939e;
}

.WebsiteBuilder {
  /* font-family: "Plus Jakarta Sans", sans-serif; */
  background-color: var(--bg-dark);
  color: var(--text-main);
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow-x: hidden;
  padding: 40px 20px;
}

/*======================================
          AMBIENT ABSTRACT GLOWS
        =======================================*/
.WebsiteBuilder .glow-orb {
  position: absolute;
  width: 500px;
  height: 500px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(0, 117, 101, 0.12) 0%,
    transparent 70%
  );
  top: 10%;
  left: -10%;
  pointer-events: none;
  filter: blur(80px);
}

/*======================================
          MAIN SPLIT GRID LAYOUT
        =======================================*/
.WebsiteBuilder .bento-section {
  position: relative;
  max-width: 1300px;
  width: 100%;
  display: grid;
  grid-template-columns: 35% 65%;
  gap: 30px;
  align-items: center;
  z-index: 10;
}

/*--- Left Column Typography ---*/
.WebsiteBuilder .content-block {
  display: flex;
  flex-direction: column;
}

.WebsiteBuilder .section-tag {
  font-size: 40px;
  font-weight: 700;
  /* text-transform: uppercase; */
  letter-spacing: 0.1em;
  color: var(--primary-color);
  margin-bottom: 20px;
}

.WebsiteBuilder .content-block h2 {
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.03em;
  margin-bottom: 30px;
  background: linear-gradient(180deg, #ffffff 0%, #a1a1aa 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Interactive Text List System */
.WebsiteBuilder .interactive-list {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
}

.WebsiteBuilder .list-item {
  padding: 20px;
  border-radius: 16px;
  cursor: pointer;
  border: 1px solid transparent;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  background: transparent;
}

.WebsiteBuilder .list-item.active {
  background: linear-gradient(
    90deg,
    rgba(0, 117, 101, 0.15) 50%,
    rgba(199, 168, 119, 0.15) 100%
  );
  /* background: rgba(255, 255, 255, 0.02); */
  border-color: var(--border-glass);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.WebsiteBuilder .list-item h3 {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 8px;
  transition: color 0.3s;
  color: white;
}

.WebsiteBuilder .list-item.active h3 {
  color: var(--primary-color);
}

.WebsiteBuilder .list-item p {
  font-size: 0.95rem;
  color: white;
  opacity: 0.6;
  transition: opacity 0.3s;
}

.WebsiteBuilder .list-item.active p {
  opacity: 1;
}

/*--- Right Column Bento Terminal ---*/
.WebsiteBuilder .bento-display {
  position: relative;
  background: rgba(10, 15, 22, 0.6);
  border: 1px solid var(--border-glass);
  border-radius: 32px;
  padding: 30px;
  height: 560px;
  /* Enhanced baseline height to support elements spacing */
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  box-shadow: 0 50px 100px rgba(0, 0, 0, 0.5);
}

/* Inner Visual Cards Container */
.WebsiteBuilder .bento-card-view {
  position: absolute;
  width: 95%;
  height: 92%;
  opacity: 0;
  transform: scale(0.92) translateY(30px);
  transition: all 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.WebsiteBuilder .bento-card-view.active {
  opacity: 1;
  transform: scale(1) translateY(0px);
  pointer-events: auto;
}

/* Custom Inner Glass Visual Elements */
.WebsiteBuilder .preview-window {
  width: 100%;
  height: 72%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  background: linear-gradient(
    135deg,
    rgba(0, 117, 101, 0.1) 0%,
    rgba(199, 168, 119, 0.03) 100%
  );
  position: relative;
  overflow: hidden;
}

/* Dynamic Container for the Left Image Placement */
.WebsiteBuilder .preview-img-container {
  position: relative;
  height: 100%;
  min-height: 200px;
}

.WebsiteBuilder .preview-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0.8;
  mix-blend-mode: luminosity;
}

.WebsiteBuilder .matrix-badge {
  position: absolute;
  top: 20px;
  left: 20px;
  background: linear-gradient(
    90deg,
    rgba(0, 117, 101, 1) 50%,
    rgba(199, 168, 119, 1) 100%
  );

  padding: 6px 14px;
  border-radius: 100px;
  font-size: 0.75rem;
  font-weight: 700;
  color: #ffffff;
  z-index: 5;
}

.WebsiteBuilder .preview-info {
  padding-top: 15px;
}

.WebsiteBuilder .preview-info h4 {
  font-weight: 600;
  color: var(--primary-color);
}

.WebsiteBuilder .preview-metric {
  font-size: 1.8rem;
  font-weight: 700;
  color: var(--secondary-color);
}

/*======================================
          RESPONSIVE WIREFRAME DESIGN
        =======================================*/
@media (max-width: 1024px) {
  .WebsiteBuilder .bento-section {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .WebsiteBuilder .bento-display {
    height: auto;
    min-height: 600px;
    padding: 20px;
  }

  .WebsiteBuilder .interactive-list {
    flex-direction: row;
  }

  .WebsiteBuilder .bento-card-view {
  }

  .WebsiteBuilder .preview-window {
    height: auto;
  }

  .WebsiteBuilder .preview-img-container {
    height: 220px;
  }
}

@media (max-width: 768px) {
  .WebsiteBuilder .section-tag {
    font-size: 30px;
  }
  .WebsiteBuilder .interactive-list {
    flex-direction: row;
    gap: 17px;
  }
  .WebsiteBuilder .list-item p {
    display: none;
  }
  .WebsiteBuilder .list-item h3 {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0;
  }
  .WebsiteBuilder .list-item {
    padding: 5px;
  }
}

.WebsiteBuilder .features-list {
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 12px;
  margin-bottom: 0;
  padding-left: 0;
}

.WebsiteBuilder .features-list li {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  font-size: 0.92rem;
  font-weight: 500;
  color: var(--text-main);
}

.WebsiteBuilder .features-list li .bullet-icon {
  color: var(--primary-color);
  font-size: 1.1rem;
  display: flex;
  align-items: center;
  line-height: 1;
}

.cta {
  /* font-family: "Inter", sans-serif; */

  position: relative;

  overflow: hidden;

  padding: 120px 0;

  background: #f8fafc;
}

.cta .cta::after {
  content: "";

  position: absolute;

  width: 650px;

  height: 650px;

  background: radial-gradient(circle, #ffe8bf 0%, transparent 70%);

  right: -200px;

  bottom: -150px;

  animation: float2 8s ease-in-out infinite alternate;
}

@keyframes float1 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(40px);
  }
}

@keyframes float2 {
  from {
    transform: translateY(0);
  }

  to {
    transform: translateY(-40px);
  }
}

/* Card */

.cta .cta-card {
  position: relative;

  z-index: 2;

  background: rgba(255, 255, 255, 0.7);

  backdrop-filter: blur(18px);

  border-radius: 30px;

  padding: 80px 50px;

  box-shadow: 0 35px 80px rgba(0, 0, 0, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.7);
}

/* Badge */

.cta .badge-title {
  display: inline-block;

  padding: 10px 22px;

  background: #e7fff6;

  color: #047857;

  border-radius: 100px;

  font-size: 13px;

  letter-spacing: 3px;

  font-weight: 700;
}

/* Heading */

.cta h2 {
  font-size: 40px;

  font-weight: 600;

  margin: 30px 0 20px;

  color: #111827;

  line-height: 1.15;
}

.cta .gradient {
  background: linear-gradient(90deg, #047857, #e3d024);

  -webkit-background-clip: text;

  -webkit-text-fill-color: transparent;
}

/* Text */

.cta .lead {
  color: #6b7280;

  max-width: 700px;

  margin: auto;

  font-size: 18px;

  line-height: 1.8;
}

/* Buttons */

.cta .btn-primary-custom {
  background: linear-gradient(135deg, #047857, #065f46);

  color: #fff;

  border: none;

  padding: 16px 36px;

  border-radius: 60px;

  font-weight: 600;

  transition: 0.35s;
}

.cta .btn-primary-custom:hover {
  transform: translateY(-5px);

  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.15);
}

.cta .btn-outline-custom {
  border: 1px solid #d1d5db;

  padding: 16px 36px;

  border-radius: 60px;

  color: #111;

  background: #fff;

  transition: 0.35s;
}

.cta .btn-outline-custom:hover {
  background: #111827;

  color: #fff;
}

/* Features */

.cta .feature {
  color: #6b7280;

  font-size: 14px;

  font-weight: 500;
}

/* Responsive */

@media (max-width: 992px) {
  .cta h2 {
    font-size: 34px;
  }

  .cta .lead {
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .notify-journey .journey-right {
    display: none;
  }

  .cta .cta {
    padding: 80px 15px;
  }

  .cta .cta-card {
    padding: 50px 25px;
  }

  .cta h2 {
    font-size: 26px;
  }

  .cta .lead {
    font-size: 16px;
  }

  .cta .btn-primary-custom,
  .cta .btn-outline-custom {
    width: 100%;

    margin-bottom: 15px;
  }
}
.cta-before {
  position: absolute;
  width: 700px;
  height: 700px;
  background: radial-gradient(circle, #b9fff2 0%, transparent 70%);
  left: -220px;
  top: -120px;
  animation: float1 8s ease-in-out infinite alternate;
}

.our-courses-section .item {
  width: 94%;
  border-radius: 20px !important;
  margin-left: 3%;
}

.features-section {
  overflow-x: hidden;
  /* font-family: "Segoe UI", system-ui, sans-serif; */
  padding: 120px 0;
  width: 100%;
}

.features-section .features-header {
  max-width: 1200px;
  margin: 0 auto 40px auto;
  justify-content: center;
  display: flex;
  flex-direction: column;
  padding: 0 20px;
}

.features-section .features-header .subtitle {
  text-align: center;
  font-size: 16px;
}

.features-section .features-header h1 {
  text-align: center;
  color: var(--primary-color);
  font-size: 40px;
  margin-top: 5px;
  font-weight: 700;

  background: linear-gradient(to right,#007565, rgb(199, 168, 119));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.features-section .features-header h2{
  text-align: center;
  color: var(--primary-color);
  font-size: 30px;
  margin-top: 5px;
}

/* Swiper Outer Wrapper Settings */
.features-section .features-swiper {
  width: 100%;
  padding: 20px 40px !important;
  /* Extra vertical padding allows shadow clearance */
}

/* Base Configuration for Swiper Card Element */
.features-section .featuree-card {
  position: relative;
  background: var(--card-bg);
  border-radius: 24px;
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
  /* Let Swiper equalize heights natively via autoHeight option */
  min-height: 290px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.02);
  border: 1px solid #f1f5f9;
  overflow: hidden;
  transition: 0.4s linear;
  z-index: 1;
}

/* Hidden Background Image Scale Element */
.features-section .featuree-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: var(--bg-img);
  background-size: cover;
  background-position: center;
  opacity: 0;
  z-index: -2;
  transform: scale(1);
  transition:
    transform 0.6s cubic-bezier(0.25, 1, 0.5, 1),
    opacity 0.4s ease;
}

/* Linear Overlay Layer to assure dynamic contrast */
.features-section .featuree-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to top,
    rgba(0, 117, 101, 0.95) 20%,
    rgba(15, 23, 42, 0.6) 100%
  );
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease;
}

.features-section .card-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 25px;
}

.features-section .icon-box {
  width: 45px;
  height: 45px;
  background-color: var(--bg-accent);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

.features-section .tag {
  border-radius: 5px;
  padding: 5px 10px;
  font-size: 12px;
}

.features-section .featuree-card h3 {
  font-size: 1.3rem;
  margin-bottom: 12px;
}

.features-section .featuree-card p {
  font-size: 0.9rem;
  line-height: 1.6;
  margin-bottom: 25px;
  flex-grow: 1;
}

.features-section .learn-more {
  text-decoration: none;
  color: var(--primary-color);
  font-size: 0.85rem;
  font-weight: 600;
}

/* ✨ Swiper Hover Zoom Effects ✨ */
.features-section .featuree-card {
  box-shadow: 0 20px 40px rgba(0, 75, 65, 0.15);
}

.features-section .featuree-card::before {
  opacity: 1;
  transform: scale(1.12);
  /* Triggers image zoom layout */
}

.features-section .featuree-card::after {
  opacity: 1;
}

.features-section .featuree-card .tag {
  background: linear-gradient(
    90deg,
    rgba(0, 117, 101, 1) 50%,
    rgba(199, 168, 119, 1) 100%
  );
  color: white;
}

.features-section .featuree-card .icon-box {
  background-color: rgba(255, 255, 255, 0.2);
}
.features-section .featuree-card:hover .icon-box {
  transform: scale(1.2) rotate(-10deg);
}
.features-section .featuree-card:hover {
  transform: scale(1.02) translateY(-10px);
}
.features-section .featuree-card:hover::before {
  /* opacity: 0; */
}
.features-section .featuree-card:hover::after {
  opacity: 0.5;
}

.features-section .featuree-card:hover  p{
  display: none;
}
.features-section .featuree-card:hover{
  justify-content: end;
}
.features-section .featuree-card:hover .card-top{
  display: none;
}

.features-section .featuree-card h3,
.features-section .featuree-card p {
  color: #ffffff;
}

.features-section .featuree-card .learn-more {
  color: var(--secondary-color);
}
@media (max-width: 768px) {
  .features-section .features-header h1{
    font-size: 30px;
    font-weight: 600;
  }
  .features-section .features-header h2 {
    font-size: 20px;
    font-weight: 600;
  }
}

.integration-section {
  padding: 80px 0;
  background: url("../images/product/etrainia/newEtrainia/smart-commerce.jpg");
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.integration-section .integration-header {
  text-align: center;
  margin-bottom: 40px;
  padding: 0 20px;
}

.integration-section .integration-header h2 {
  color: #007565;
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.03em;
  margin-bottom: 12px;
}

.integration-section .integration-header p {
  font-size: 16px;
  color: #a1a1a6;
}

/* --- Tab Controls Styling --- */
.tab-controls {
  display: flex;
  background: rgba(255, 255, 255, 0.03);
  padding: 6px;
  border-radius: 30px;
  margin-bottom: 50px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  position: relative;
  z-index: 10;
}

.tab-btn {
  background: transparent;
  border: none;
  color: #a1a1a6;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  border-radius: 24px;
  transition: color 0.3s ease;
}

.tab-btn.active {
  color: #ffffff;
  background: #007565;
  box-shadow: 0 4px 12px rgba(0, 117, 101, 0.3);
}

/* --- Wrapper and Panel Layout --- */
.integration-section .wrappere {
  width: 100%;
  margin-top: 0 !important;
  max-width: 1200px;
  position: relative;
  padding: 0 20px;
}

.integration-section .panel {
  width: 100%;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.5);
  background: #23232455;
  display: none; /* Managed via JS classes */
  align-items: center;
  justify-content: center;
  padding: 60px 5%;
  gap: 80px;
  position: relative;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.integration-section .panel.active {
  display: flex;
}

.integration-section .left {
  max-width: 540px;
  opacity: 0;
  transform: translateY(20px);
}

.integration-section .tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  background: linear-gradient(90deg, #ff4500, #ff8c00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 16px;
}

.integration-section h2 {
  font-size: 40px;
  font-weight: 600;
  letter-spacing: -0.03em;
  line-height: 1.1;
  color: #ffffff;
  margin-bottom: 24px;
}

.integration-section p {
  font-size: 18px;
  line-height: 1.6;
  color: #a1a1a6;
  margin-bottom: 32px;
  font-weight: 400;
}

.integration-section ul {
  list-style: none;
}

.integration-section ul li {
  font-size: 16px;
  color: #e8e8ed;
  margin-bottom: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.integration-section ul li::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #0071e3;
  border-radius: 50%;
}

.integration-section .carddd {
  width: 500px;
  height: 500px;
  border-radius: 28px;
  background: #1c1c1e;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
  overflow: hidden;
  opacity: 0;
  transform: scale(0.95) translateX(30px);
}

.integration-section .carddd img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
}

.integration-section .panel:hover .card img {
  transform: scale(1.04);
}

:root {
  --mle-primary-color: #007565;
  --mle-secondary-color: rgb(199, 168, 119);
  --mle-bg-color: #f7f9fa;
  --mle-text-color: #1a2421;
  --mle-text-muted: #5c6b66;
}

html {
  scroll-behavior: smooth;
}

body {
  overflow-x: hidden;
}

.mle-experience-section {
  margin-top: 50px;
  /* font-family: "Inter", sans-serif; */
  background: var(--mle-bg-color);
  color: var(--mle-text-color);
}

.mle-experience-section img {
  width: 100%;
  height: auto;
  display: block;
}

.mle-experience-section .mle-container {
  width: min(1400px, 92%);
  margin: auto;
  position: relative;
  height: 100%;
}

/*==================================================
    Mobile Showcase Layout Structure
    ==================================================*/
.mle-experience-section .mle-mobile-showcase {
  position: relative;
  width: 100%;
  background: var(--mle-bg-color);
  padding-top: 100px;
  padding-bottom: 50px;
}

.mle-experience-section .mle-pin-wrapper {
  position: relative;
  height: calc(100vh - 100px);
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  will-change: transform;
}

.mle-experience-section .mle-showcase-grid {
  display: grid;
  grid-template-columns: 1fr 380px 1fr;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin-top: 30px;
}

/*==================================================
    Background Grid & Gradients
    ==================================================*/
.mle-experience-section .mle-bg-grid {
  position: absolute;
  inset: 0;
  background-image:
    linear-gradient(rgba(0, 117, 101, 0.04) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 117, 101, 0.04) 1px, transparent 1px);
  background-size: 80px 80px;
  opacity: 0.6;
  z-index: 1;
}

.mle-experience-section .mle-bg-gradient {
  position: absolute;
  width: 700px;
  height: 700px;
  border-radius: 50%;
  filter: blur(140px);
  z-index: 1;
}

.mle-experience-section .mle-gradient-1 {
  background: var(--mle-primary-color);
  top: -200px;
  left: -200px;
  opacity: 0.12;
}

.mle-experience-section .mle-gradient-2 {
  background: var(--mle-secondary-color);
  bottom: -200px;
  right: -0;
  opacity: 0.25;
}

/*==================================================
    Heading
    ==================================================*/
.mle-experience-section .mle-section-heading {
  margin: 0 auto;
  text-align: center;
  position: relative;
  z-index: 20;
}

.mle-experience-section .mle-section-heading h2 {
  font-size: 40px;
  line-height: 1.15;
  font-weight: 700;
  margin-bottom: 15px;
  letter-spacing: -1.5px;
  color: var(--mle-text-color);
}

.mle-experience-section .mle-section-heading h2 span {
  background: linear-gradient(
    90deg,
    var(--mle-primary-color),
    #20a390,
    var(--mle-secondary-color)
  );
  -webkit-background-clip: text;
  color: transparent;
}

.mle-experience-section .mle-section-heading p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--mle-text-muted);
  max-width: 720px;
  margin: auto;
}

/*==================================================
    Layout Columns
    ==================================================*/
.mle-experience-section .mle-features {
  display: flex;
  flex-direction: column;
  gap: 25px;
  position: relative;
  z-index: 10;
}

.mle-experience-section .mle-left-features {
  align-items: flex-end;
}

.mle-experience-section .mle-right-features {
  align-items: flex-start;
}

/*==================================================
    Central Phone Stage
    ==================================================*/
.mle-experience-section .mle-phone-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 5;
}

.mle-experience-section .mle-phone-glow {
  position: absolute;
  width: 420px;
  height: 420px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(0, 117, 101, 0.15), transparent 70%);
  filter: blur(50px);
  z-index: 1;
}

.mle-experience-section .mle-phone {
  position: relative;
  width: 320px;
  height: 640px;
  background: #0d1412;
  border-radius: 48px;
  padding: 12px;
  border: 3px solid #e2e8f0;
  box-shadow:
    0 40px 100px rgba(0, 75, 65, 0.08),
    0 10px 30px rgba(0, 0, 0, 0.03);
  z-index: 10;
  transform-style: preserve-3d;
  perspective: 1000px;
}

.mle-experience-section .mle-phone img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 38px;
}

.mle-experience-section .mle-phone-notch {
  position: absolute;
  top: 17px;
  left: 50%;
  transform: translateX(-50%);
  width: 85px;
  height: 23px;
  background: #000;
  border-radius: 50px;
  z-index: 100;
}

/*==================================================
    Premium Feature Glass Cards
    ==================================================*/
.mle-experience-section .mle-feature-card {
  position: relative;
  width: 100%;
  max-width: 340px;
  padding: 15px;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 117, 101, 0.08);
  cursor: pointer;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.01);
  transition:
    border 0.3s,
    background 0.3s,
    box-shadow 0.3s;
  z-index: 5;
  will-change: transform, opacity;
}

.mle-experience-section .mle-feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1.5px;
  border-radius: 24px;
  background: linear-gradient(
    135deg,
    var(--mle-primary-color),
    var(--mle-secondary-color)
  );
  -webkit-mask:
    linear-gradient(#fff 0 0) content-box,
    linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: opacity 0.4s;
}

.mle-experience-section .mle-feature-card:hover::before {
  opacity: 1;
}

.mle-experience-section .mle-feature-card:hover {
  background: #ffffff;
  box-shadow:
    0 20px 40px rgba(0, 75, 65, 0.06),
    0 1px 3px rgba(0, 0, 0, 0.02);
}

.mle-experience-section .mle-feature-card .mle-icon {
  width: 50px;
  height: 50px;
  border-radius: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  color: #fff;
  margin-bottom: 10px;
  background: linear-gradient(
    135deg,
    var(--mle-primary-color),
    var(--mle-secondary-color)
  );
  box-shadow: 0 10px 20px rgba(0, 117, 101, 0.2);
  transition: transform 0.45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.mle-experience-section .mle-feature-card:hover .mle-icon {
  transform: rotate(-10deg) scale(1.1);
}

.mle-experience-section .mle-feature-card h3 {
  font-size: 21px;
  margin-bottom: 10px;
  font-weight: 700;
  color: var(--mle-text-color);
}

.mle-experience-section .mle-feature-card p {
  color: var(--mle-text-muted);
  line-height: 1.65;
  font-size: 14px;
}

/*==================================================
    Floating UI Elements
    ==================================================*/
.mle-experience-section .mle-floating {
  position: absolute;
  width: 64px;
  height: 64px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(255, 255, 255, 0.95);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(0, 117, 101, 0.1);
  color: var(--mle-primary-color);
  font-size: 26px;
  box-shadow: 0 10px 25px rgba(0, 75, 65, 0.05);
  z-index: 30;
  will-change: transform;
}

.mle-experience-section .mle-floating-1 {
  top: 80px;
  left: -30px;
}
.mle-experience-section .mle-floating-2 {
  top: 170px;
  right: -35px;
}
.mle-experience-section .mle-floating-3 {
  bottom: 170px;
  left: -45px;
}
.mle-experience-section .mle-floating-4 {
  bottom: 90px;
  right: -30px;
}
.et-hero-carousel {
  /* Local Component Variables */
  --primary-color: #007565;
  --secondary-color: rgb(199, 168, 119);
  --primary-dark: #005247;
  --overlay-dark: rgba(10, 25, 22, 0.82);

  position: relative;
  width: 100%;
  height: 100vh;
  min-height: 850px;
  overflow: hidden;
  color: #ffffff;
  display: flex;
  align-items: center;
}

/* Background Slider */
.et-bg-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.et-bg-slide {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  opacity: 0;
  transform: scale(1.08);
  transition:
    opacity 1.2s ease-in-out,
    transform 6s ease-out;
  overflow: hidden;
}

/* Style for HTML5 Video inside slides */
.et-bg-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  inset: 0;
}

.et-bg-slide.active {
  opacity: 1;
  transform: scale(1);
}

/* Dark Overlay */
.et-hero-overlay {
  position: absolute;
  inset: 0;
  z-index: 1;
  background: linear-gradient(
    90deg,
    var(--overlay-dark) 0%,
    rgba(10, 25, 22, 0.7) 50%,
    rgba(10, 25, 22, 0.4) 100%
  );
}

/* Layout Grid */
.et-hero-container {
  position: relative;
  z-index: 2;
  max-width: 1280px;
  width: 90%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 3rem;
  align-items: center;
}

.et-content-wrapper {
  max-width: 680px;
  position: relative;
}

.et-slide-content {
  display: none;
  opacity: 0;
  transform: translateY(25px);
  transition:
    opacity 0.6s ease,
    transform 0.6s ease;
}

.et-slide-content.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.et-badge-tag {
  display: inline-block;
  padding: 0.4rem 0.95rem;
  background: white;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  border-radius: 30px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 1.25rem;
  backdrop-filter: blur(8px);
}

.et-hero-title {
  font-size: 3.25rem;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -0.02em;
  margin-bottom: 1.25rem;
  color: #ffffff;
}

.et-hero-title span {
  color: var(--secondary-color);
}

.et-hero-subtitle {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #e2e8f0;
  margin-bottom: 2.25rem;
  font-weight: 400;
}

/* Buttons */
.et-cta-group {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.et-btn {
  text-decoration: none;
  padding: 0.85rem 1.8rem;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.95rem;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.et-btn-primary {
  background: var(--primary-color);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(0, 117, 101, 0.4);
}

.et-btn-primary:hover {
  background: var(--primary-dark);
  transform: translateY(-2px);
  color: #ffffff;
  box-shadow: 0 6px 20px rgba(0, 117, 101, 0.6);
}

.et-btn-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(8px);
}

.et-btn-secondary:hover {
  background: var(--secondary-color);
  color: #000000;
  border-color: var(--secondary-color);
  transform: translateY(-2px);
}

/* Right Side Navigation */
.et-step-nav {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  position: relative;
}

.et-step-item {
  display: flex;
  flex-direction: column;
  padding: 10px 14px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(10px);
  cursor: pointer;
  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;
  position: relative;
  overflow: hidden;
}

.et-step-item:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.25);
  transform: translateX(4px);
}

.et-step-item.active {
  background: linear-gradient(
    180deg,
    rgba(0, 117, 101, 0.32) 0%,
    rgba(199, 168, 119, 0.33) 100%
  );
  border-color: var(--secondary-color);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.et-step-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0.25rem;
}

.et-step-num {
  font-size: 0.85rem;
  font-weight: 800;
  color: var(--secondary-color);
  letter-spacing: 0.05em;
}

.et-step-title {
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
}

.et-step-item:not(.active) .et-step-title {
  color: #e6e9ee;
}

.et-step-desc {
  font-size: 12px;
  color: #e6e9ee;
  line-height: 1.3;
}

/* Unique Progress Bar Keyframe Animation */
@keyframes etProgressBarAnim {
  0% {
    width: 0%;
  }

  100% {
    width: 100%;
  }
}

.et-progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 3px;
  width: 0%;
  background: var(--secondary-color);
}

/* Trigger Keyframe animation when active */
.et-step-item.active .et-progress-bar {
  animation: etProgressBarAnim 6s linear forwards;
}

@media (max-width: 992px) {
  .et-hero-container {
    grid-template-columns: 1fr;
  }

  .et-step-nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .et-hero-title {
    font-size: 2.25rem;
  }

  .et-cta-group {
    flex-direction: column;
    align-items: stretch;
  }
}
@media (max-width: 425px) {
  .et-content-wrapper{
    margin-top: 70px;
  }
}


.aec-section-wrapper {
  --aec-gap: 1.25rem;
  --aec-speed: 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  --aec-closed: 5rem;
  --aec-open: 40rem;
  --aec-primary: #007565;
  --aec-secondary: rgb(199, 168, 119);
  --aec-accent: var(--aec-primary);

  width: 100%;
  background: #07090d;
  color: #c5c7ce;
  /* font-family:
    Inter,
    system-ui,
    -apple-system,
    sans-serif; */
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.aec-section-wrapper *,
.aec-section-wrapper *::before,
.aec-section-wrapper *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.aec-header {
  max-width: 1400px;
  margin: auto;
  padding: 40px 20px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
}

.aec-title-heading {
  font-weight: 600;
  font-size: 40px;
  color: var(--aec-primary);
  line-height: 1.2;
}

.aec-nav-controls {
  display: flex;
  gap: 0.5rem;
}

.aec-nav-btn {
  width: 2.5rem;
  height: 2.5rem;
  border: 1px solid rgba(199, 168, 119, 0.2);
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
  font-size: 1.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: 0.3s;
}

.aec-nav-btn:hover {
  background: var(--aec-accent);
  border-color: var(--aec-accent);
}

.aec-nav-btn:disabled {
  opacity: 0.3;
  cursor: default;
}

.aec-slider-container {
  max-width: 1400px;
  margin: auto;
  padding: 0 20px;
}

/* Desktop Layout */
.aec-track-list {
  display: flex;
  gap: var(--aec-gap);
  align-items: flex-start;
  justify-content: center;
  padding-bottom: 30px;
}

.aec-accordion-item {
  position: relative;
  flex: 0 0 var(--aec-closed);
  height: 26rem;
  border-radius: 1rem;
  overflow: hidden;
  cursor: pointer;
  transition:
    flex-basis var(--aec-speed),
    transform var(--aec-speed);
}

.aec-accordion-item[data-active="true"] {
  flex-basis: var(--aec-open);
  transform: translateY(-4px);
  box-shadow: 0 18px 45px rgba(0, 0, 0, 0.5);
}

.aec-card-bg-image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.65) saturate(85%);
  transition:
    filter 0.3s,
    transform var(--aec-speed);
}

.aec-accordion-item:hover .aec-card-bg-image {
  filter: brightness(0.8) saturate(100%);
  transform: scale(1.05);
}

.aec-card-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.7rem;
  padding: 1rem;
  background: linear-gradient(
    180deg,
    rgba(7, 9, 13, 0.2) 0%,
    rgba(7, 9, 13, 0.95) 100%
  );
  z-index: 2;
}

.aec-card-title-text {
  color: #fff;
  font-weight: 700;
  font-size: 1.25rem;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  white-space: nowrap;
}

.aec-card-thumbnail,
.aec-card-description,
.aec-card-action-btn {
  display: none;
}

.aec-accordion-item[data-active="true"] .aec-card-overlay {
  flex-direction: row;
  align-items: center;
  padding: 2rem;
  gap: 1.5rem;
}

.aec-accordion-item[data-active="true"] .aec-card-title-text {
  writing-mode: horizontal-tb;
  transform: none;
  font-size: 1.85rem;
  white-space: normal;
}

.aec-accordion-item[data-active="true"] .aec-card-thumbnail,
.aec-accordion-item[data-active="true"] .aec-card-description,
.aec-accordion-item[data-active="true"] .aec-card-action-btn {
  display: block;
}

.aec-card-thumbnail {
  width: 220px;
  height: 220px;
  border-radius: 0.6rem;
  object-fit: cover;
  border: 1px solid rgba(199, 168, 119, 0.3);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  flex-shrink: 0;
}

.aec-card-description {
  color: #e2e8f0;
  font-size: 0.95rem;
  line-height: 1.5;
  max-width: 22rem;
  margin-block: 0.5rem 1rem;
}

.aec-card-action-btn {
  padding: 0.6rem 1.4rem;
  border: none;
  border-radius: 9999px;
  background: var(--aec-accent);
  color: #fff;
  font-size: 0.9rem;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s;
}

.aec-card-action-btn:hover {
  background: var(--aec-secondary);
}

.aec-indicator-dots {
  display: flex;
  gap: 0.5rem;
  justify-content: center;
  padding: 10px 0 30px;
}

.aec-indicator-dot {
  width: 10px;
  height: 10px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.25);
  cursor: pointer;
  transition:
    width 0.35s ease,
    background 0.35s ease;
}

.aec-indicator-dot.aec-dot-active {
  width: 32px; /* Expands into a pill */
  background: var(--aec-accent);
}

/* Desktop Heading Scaling */
@media (min-width: 1024px) {
  .aec-header {
    padding: 60px 20px 30px;
  }
  .aec-title-heading {
    font-size: 30px;
  }
}

/* MOBILE RESPONSIVE ACCORDION (Below 768px) */
@media (max-width: 767px) {
  .aec-track-list {
    flex-direction: column;
    align-items: stretch;
    gap: 0.75rem;
  }
  .aec-title-heading {
    font-size: 20px;
  }

  .aec-accordion-item {
    flex: none;
    width: 100%;
    height: 4rem; /* Collapsed Height */
    transition:
      height var(--aec-speed),
      transform var(--aec-speed);
  }

  .aec-accordion-item[data-active="true"] {
    max-height: 420px; /* Expanded Height */
    transform: none;

    box-shadow: #007565 0px 2px 8px 0px;
  }
  .aec-card-bg-image {
    display: none;
  }

  .aec-card-overlay {
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 1rem 1.25rem;
  }
  /* .aec-accordion-item[data-active="false"]{
    border-bottom: dotted 1px white;
  } */

  .aec-card-title-text {
    writing-mode: horizontal-tb;
    transform: none;
    font-size: 1.1rem;
  }

  .aec-accordion-item[data-active="true"] .aec-card-overlay {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    padding: 1.25rem;
    gap: 0.75rem;
    position: relative;
  }

  .aec-accordion-item[data-active="true"] .aec-card-thumbnail {
    width: 100%;
    height: 160px;
    margin-top: 0.25rem;
  }

  .aec-accordion-item[data-active="true"] .aec-card-title-text {
    font-size: 1.35rem;
  }

  .aec-accordion-item[data-active="true"] .aec-card-description {
    font-size: 0.9rem;
    line-height: 1.45;
    margin-block: 0.25rem 0.75rem;
  }

  .aec-accordion-item[data-active="true"] .aec-card-action-btn {
    width: 100%;
    text-align: center;
    padding: 0.75rem;
  }
}

/* Scoped Container Variables & Rules */
.cm-wrapper {
  --cm-brand-green: #007565;
  --cm-brand-green-hover: #059669;
  --cm-brand-green-light: rgba(16, 185, 129, 0.1);
  --cm-brand-green-border: rgba(16, 185, 129, 0.25);

  --cm-text-dark: #0f172a;
  --cm-text-body: #334155;
  --cm-text-muted: #64748b;

  --cm-card-bg: #ffffff;
  --cm-page-bg: #f8fafc;
  --cm-card-border: #e2e8f0;

  --cm-accent-purple: #9333ea;
  --cm-accent-purple-light: rgba(147, 51, 234, 0.1);
  --cm-accent-blue: #0284c7;
  --cm-accent-blue-light: rgba(2, 132, 199, 0.1);
  --cm-accent-amber: #d97706;
  --cm-accent-amber-light: rgba(217, 119, 6, 0.1);

  background-color: var(--cm-page-bg);
  color: var(--cm-text-body);

  padding: 1.5rem 0;
}

.cm-wrapper .row {
  margin-top: 0 !important;
}

.cm-font-monospace {
  /* font-family: "JetBrains Mono", monospace !important; */
}

/* Top Indicator Banner */
.cm-scroll-indicator {
  background: linear-gradient(180deg, #ffffff 0%, rgba(248, 250, 252, 0) 100%);
  letter-spacing: 0.05em;
}

/* Scroll Section Container */
.cm-apple-scroll-section {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .cm-apple-scroll-section {
    height: 100vh;
    display: flex;
    align-items: center;
  }
}

/* Feature Nav Items */
.cm-card-head-main {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.cm-feature-item {
  opacity: 0.85;
  transform: translateX(-4px);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  border-radius: 12px;
  padding: 0.875rem 1rem;
  border: 1px solid transparent;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.9);
  box-shadow:
    rgba(0, 0, 0, 0.05) 0px 6px 24px 0px,
    rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
  position: relative;
}

.cm-feature-item:hover {
  opacity: 0.95;
  background: rgba(255, 255, 255, 1);
}

.cm-feature-item.cm-active {
  opacity: 1;
  transform: translateX(0);
  background: #ffffff;
  border-color: #e2e8f0;
  box-shadow:
    0 10px 25px -5px rgba(15, 23, 42, 0.05),
    0 8px 10px -6px rgba(15, 23, 42, 0.01);
}

.cm-icon-box {
  width: 44px;
  height: 44px;
  background: #f1f5f9;
  color: #000000;
  border: 1px solid #e2e8f0;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.cm-feature-item.cm-active .cm-icon-box {
  background: #059669;
  color: #ffffff;
  border-color: #059669;
  box-shadow: 0 4px 12px rgba(5, 150, 105, 0.25);
}

/* Progress indicator bar on active feature item */
.cm-feature-progress-bar {
  position: absolute;
  left: 0;
  top: 15%;
  bottom: 15%;
  width: 3px;
  background: #059669;
  border-radius: 0 4px 4px 0;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.cm-feature-item.cm-active .cm-feature-progress-bar {
  opacity: 1;
}

/* Floating Preview Deck */
.cm-preview-deck {
  position: relative;
  width: 100%;
  min-height: 520px;
}

.cm-preview-card {
  position: absolute;
  inset: 0;
  background-color: var(--cm-card-bg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border: 1px solid var(--cm-card-border);
  border-radius: 24px;
  padding: 1.5rem;
  box-shadow: 0 20px 40px -15px rgba(0, 0, 0, 0.07);
  display: flex;
  flex-direction: column;
  opacity: 0;
  transform: translateY(20px) scale(0.97);
  transition:
    opacity 0.4s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
  pointer-events: none;
  overflow-y: auto;
  z-index: 1;
  color: var(--cm-text-body);
}

@media (min-width: 768px) {
  .cm-preview-card {
    padding: 2rem;
  }
}

/* LIGHT OVERLAYS FOR BACKGROUND IMAGES */
.cm-preview-card[data-index="0"] {
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 0.6)),
    url("../images/product/etrainia/courseware-integrations.jpg");
}

.cm-preview-card[data-index="1"] {
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 0.6)),
    url("../images/product/etrainia/multilingual-support.jpg");

}

.cm-preview-card[data-index="2"] {
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 0.6)),
    url("../images/product/etrainia/interactive-quizz.jpg");

}

.cm-preview-card[data-index="3"] {
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 0.6)),
    url("../images/product/etrainia/training-content-library.jpg");

}

.cm-preview-card[data-index="4"] {
  background-image:
    linear-gradient(rgba(15, 23, 42, 0.6), rgba(15, 23, 42, 0.6)),
    url("../images/product/etrainia/drip-content-scheduling.jpg");

}

.cm-preview-card.cm-active {
  opacity: 1;
  transform: translateY(0) scale(1);
  pointer-events: auto;
}

/* Inner Glassmorphism Visual Boxes */
.cm-node-box {
  /* background: rgba(199, 168, 119, 0.153); */
  /* backdrop-filter: blur(12px); */
  /* -webkit-backdrop-filter: blur(12px); */
  border: 1px solid rgba(226, 232, 240, 0.1);
  border-radius: 18px;
  padding: 0.875rem 1rem;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
  /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */



  background: rgba(255, 255, 255, 0.12);
backdrop-filter: blur(1px) url(#lg-filter) blur(2px) saturate(1.5) brightness(1.1);
-webkit-backdrop-filter: blur(8px) saturate(1.8) brightness(1.15) contrast(1.05);
box-shadow:
  inset 0 0 0 1px rgba(255, 255, 255, 0.15),
  inset 1.5px 1.5px 0 rgba(255, 255, 255, 0.5),
  inset 0 0 12px rgba(255, 255, 255, 0.2),
  0 8px 32px rgba(0, 0, 0, 0.2);
}
.timeline-box::before{
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  color: red;
  right: -10px;
  top: 1px;
}

.cm-node-box:hover {
  border-color: rgba(203, 213, 225, 1);
  background: rgba(199, 168, 119, 0.199) ;
}

/* Badge & Utility Styles */
.cm-main-badge {
  background: linear-gradient(
    90deg,
    rgba(0, 117, 101, 1) 50%,
    rgba(199, 168, 119, 1) 100%
  );
  color: white;
  font-size: 0.7rem;
  padding: 0.25rem 0.5rem;
  border-radius: 0.25rem;
  font-weight: 500;
}

.cm-timeline-line {
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 15px;
  width: 2px;
  background: #cbd5e17c;
  z-index: 1;
}

.cm-extra-small {
  font-size: 0.75rem;
}

.cm-tracking-tight {
  letter-spacing: -0.02em;
}

.cm-preview-card h4 {
  background: linear-gradient(
    90deg,
    rgba(0, 117, 101, 1) 50%,
    rgba(199, 168, 119, 1) 100%
  );
  color: white;
  display: inline-block;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 12px;
  font-size: 1.25rem;
}

/* Mobile Responsive Adaptations */
@media (max-width: 991.98px) {
  .cm-card-head-main {
    flex-direction: row;
    overflow-x: auto;
    justify-content: center;
    padding-bottom: 0.5rem;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
  }

  .cm-feature-item {
    flex: 0 0 auto;
    width: 220px;
    scroll-snap-align: start;
    transform: none !important;
  }

  .cm-feature-progress-bar {
    left: 15%;
    right: 15%;
    top: auto;
    bottom: 0;
    width: auto;
    height: 3px;
    border-radius: 4px 4px 0 0;
  }
  .cm-node-box-1 {
    display: none !important;
  }
  .cm-node-box-2 {
    display: none;
  }

  .cm-preview-deck {
    min-height: 580px;
  }
  .cm-card-head {
    display: none;
  }
  .cm-feature-item {
    width: 62px;
    padding: 0.625rem 0.75rem;
  }
}

@media (max-width: 575.98px) {
  .cm-icon-box {
    width: 36px;
    height: 36px;
    font-size: 1rem;
  }

  .cm-card-head h6 {
    font-size: 0.85rem !important;
  }

  .cm-card-head p {
    display: none;
  }

  .cm-preview-card {
    padding: 1.25rem;
    border-radius: 16px;
  }

  .cm-preview-card h4 {
    font-size: 1.1rem;
  }
}

/* CONTAINER SECTION */
.et-wrapper {
  max-width: 1200px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 10px;
  align-items: center;
}

/* LEFT SIDE: DYNAMIC IMAGE / PREVIEW DISPLAY */
.et-preview-box {
  max-width: 420px;
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 20px;
  background-color: #ffffff;
  /* Light grid background effect */
  background-image:
    linear-gradient(rgba(0, 135, 103, 0.08) 1px, transparent 1px),
    linear-gradient(90deg, rgba(0, 135, 103, 0.08) 1px, transparent 1px);
  background-size: 30px 30px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05);
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  margin: 0 auto;
  padding: 24px;
}

.et-preview-img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  border-radius: 12px;
  transition:
    opacity 0.4s ease,
    transform 0.4s ease;
  opacity: 1;
  width: 100%;
  height: 100%;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.et-preview-img.is-fading {
  opacity: 0;
  transform: scale(0.96);
}

/* RIGHT SIDE: ACCORDION CONTENT */
.et-content-box {
  display: flex;
  flex-direction: column;
}

.et-pill-badge {
  display: inline-block;
  align-self: flex-start;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: #007565;
  background: rgba(0, 135, 103, 0.1);
  border: 1px solid rgba(0, 135, 103, 0.2);
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.et-heading {
  font-size: 36px;
  font-weight: 700;
  line-height: 1.25;
  color: #007565;

  margin-bottom: 32px;
}

/* ACCORDION STYLES */
.et-accordion-group {
  display: flex;
  flex-direction: column;
}

.et-accordion-row {
  border-top: 1px solid #e2e8f0;
  padding: 20px 0;
  cursor: pointer;
  transition: border-color 0.3s ease;
}

.et-accordion-row:last-child {
  border-bottom: 1px solid #e2e8f0;
}

.et-row-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}

.et-title-group {
  display: flex;
  align-items: center;
  gap: 14px;
}

.et-status-icon {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.et-row-label {
  font-size: 18px;
  font-weight: 600;
  color: #475569;
  transition: color 0.3s ease;
}

.et-chevron-icon {
  width: 20px;
  height: 20px;
  color: #94a3b8;
  transition:
    transform 0.3s ease,
    color 0.3s ease;
}

/* SMOOTH ACCORDION TRANSITION FIX USING CSS GRID */
.et-row-drawer {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.35s cubic-bezier(0.4, 0, 0.2, 1);
}

.et-drawer-content {
  overflow: hidden;
  opacity: 0;
  padding-left: 38px;
  transition:
    opacity 0.3s ease,
    padding-top 0.3s ease;
}

.et-drawer-subtitle {
  font-size: 14px;
  font-weight: 600;
  color: #007565;
  margin-bottom: 8px;
}

.et-drawer-content ul {
  padding-left: 5px;
  /* list-style-type: disc !important; */
  margin: 0;
}

.et-drawer-content li {
  font-size: 14px;
  color: #475569;
  line-height: 1.6;
  margin-top: 4px;
}

/* ACTIVE ACCORDION STATE */
.et-accordion-row.is-open .et-row-label {
  color: #0f172a;
}

.et-accordion-row.is-open .et-status-icon {
  background: #007565;
  border-color: #007565;
  color: #ffffff;
}

.et-accordion-row.is-open .et-chevron-icon {
  transform: rotate(90deg);
  color: #007565;
}

.et-accordion-row.is-open .et-row-drawer {
  grid-template-rows: 1fr;
}

.et-accordion-row.is-open .et-drawer-content {
  opacity: 1;
  padding-top: 12px;
}
.et-wrapper .list-style {
  display: inline-flex;
  align-items: center;
}

.et-wrapper .list-style::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #475569; /* Bullet color */
  border-radius: 50%;
  margin-right: 8px;
  flex-shrink: 0;
}

/* RESPONSIVE DESIGN */
@media (max-width: 900px) {
  .et-wrapper {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .et-preview-box {
    max-width: 400px;
    margin: 0 auto;
  }
  .et-content-box {
    margin: 0 16px;
  }
}

/*==================================================
    Responsive Layout Breakpoints
    ==================================================*/
@media (max-width: 1200px) {
  .mle-experience-section .mle-mobile-showcase {
    padding-top: 40px;
  }

  .mle-experience-section .mle-pin-wrapper {
    height: auto;
    padding-top: 40px;
    padding-bottom: 80px;
    overflow: visible;
  }

  .mle-experience-section .mle-showcase-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .mle-experience-section .mle-left-features,
  .mle-experience-section .mle-right-features {
    align-items: center;
  }

  .mle-experience-section .mle-phone-wrapper {
    order: -1;
  }

  .mle-experience-section .mle-phone {
    width: 300px;
    height: 610px;
  }
}

@media (max-width: 768px) {
  .mle-experience-section .mle-section-heading h2 {
    font-size: 30px;
  }

  .mle-experience-section .mle-section-heading p {
    font-size: 15px;
  }

  .mle-experience-section .mle-phone {
    width: 270px;
    height: 550px;
  }

  .mle-experience-section .mle-feature-card {
    max-width: 100%;
  }

  .mle-experience-section .mle-floating {
    display: none;
  }
  .mle-experience-section .mle-bg-gradient {
    width: 50%;
  }
  .mle-experience-section .mle-gradient-2 {
    right: 0;
  }
  .mle-experience-section .mle-phone-glow {
    position: absolute;
    width: 220px;
    height: 420px;
  }
}

/* --- Responsiveness --- */
@media (max-width: 1024px) {
  .integration-section .panel {
    padding: 40px 5%;
    gap: 40px;
  }
  .integration-section h2 {
    font-size: 30px;
  }
  .integration-section .carddd {
    width: 380px;
    height: 380px;
  }
}

@media (max-width: 768px) {
  .integration-section .integration-header h2 {
    font-size: 30px;
  }
  .notify-journey .notify-heading h2 {
    font-size: 30px;
  }
  .integration-section {
    padding: 40px 0;
  }
  .tab-controls {
    margin-bottom: 30px;
  }
  .tab-btn {
    padding: 10px 20px;
    font-size: 14px;
  }
  .integration-section .panel {
    flex-direction: column;
    justify-content: center;
    gap: 40px;
    padding: 40px 24px;
  }
  .integration-section h2 {
    font-size: 24px;
  }
  .integration-section p {
    font-size: 15px;
  }
  .integration-section .carddd {
    width: 100%;
    max-width: 400px;
    height: 350px;
  }
}

@media all and (max-width: 646px) {
  .product-hero {
    min-height: 100vh;
  }
  .item_p.mt-3 {
    display: none;
  }
  .WebsiteBuilder .bento-card-view {
    height: auto;
  }
  .WebsiteBuilder .matrix-badge {
    display: none;
  }
}

body {
  overflow-x: hidden !important;
}
