:root {
  /* --green: #1c4b42; */
  /* --light_green: #b4e717; */
  --primary: #B78429;
  --secondary: #FCD462;
  --yellow: #FAE609;
  --bg: #bdbeb6;
  --grey: #9d9e96;
  --light_yellow: #d2e824;
  --bg_secondary: #c5c5bd;
  --bg_third: #eceee1;
  --bg_forth: #f6f5f2;

  --primary: #B78429;
  --secondary: #E6CA19;
  --yellow: #FAE609;

  --bg: #0f1724;
  --card: #0b1220;
  --accent: var(--primary);
  --muted: #9aa4b2;
  --glass: rgba(255, 255, 255, 0.04);
  --radius: 16px;
  --maxw: 1100px;
}

/* @font-face {
  font-family: "heading";
  src: url("/assets/Marcellus/Marcellus-Regular.ttf");
}
@font-face {
  font-family: "content";
  src: url("/assets/Sora/static/Sora-Regular.ttf");
} */
/* @font-face {
  font-family: "heading";
  src: url("../Marcellus/Marcellus-Regular.ttf");
} */
/* @font-face {
  font-family: "heading";
  src: url("../comic/ComicRelief-Bold.ttf");
}

@font-face {
  font-family: "content";
  src: url("../comic/ComicRelief-Regular.ttf");
} */


/* @font-face {
  font-family: "content";
  src: url("../Sora/static/Sora-Regular.ttf");
} */

/* @font-face {
  font-family: "content";
  src: url("../algreya/Alegreya-VariableFont_wght.ttf");
}

@font-face {
  font-family: "heading";
  src: url("../algreya/Alegreya-Italic-VariableFont_wght.ttf");
} */

@font-face {
  font-family: "heading";
  src: url("../fonts/Petrona/Petrona-VariableFont_wght.ttf");
}

@font-face {
  font-family: "sub-head";
  src: url("../fonts/Petrona/Petrona-Italic-VariableFont_wght.ttf");
}

@font-face {
  font-family: "content";
  src: url("../fonts/Petrona/Petrona-Italic-VariableFont_wght.ttf");
}


/* @font-face {
  font-family: "heading";
  src: url("../black_chancery/BLKCHCRY.TTF");
}

@font-face {
  font-family: "content";
  src: url("../comic/ComicRelief-Regular.ttf");
} */



h2,
h2,
h3,
h4,
h5,
h6 {
  text-transform: capitalize;
  font-family: "heading" !important;
}

body {
  font-family: "content" !important;
  /* background-color: #1B1C22 !important; */
  background: radial-gradient(ellipse at center, #443501 0%, #000000 100%) !important;
  /* background: url(../img/banner/leaf_fall_4.gif);
  background-size: 900px auto; */

}

    * {
  box-sizing: border-box;
}

html, body {
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}

section {
  overflow: hidden;
}

p {
  font-size: 18px;
  font-weight: 400;
}

@media (max-width: 765px) {
  section {
    padding: 40px 0;
  }
}

@media (min-width: 765px) {
  section {
    padding: 50px 0;
  }
}

img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

a {
  text-decoration: none;
}

/* header style start  */

.logo {
  width: 100px !important;
  height: 100px !important;
  /* padding: 10px 0; */
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
    justify-content: flex-end;
  }
}

header {
  position: sticky;
  left: 0;
  right: 0;
  top: 0;
  z-index: 100;
  background: rgb(0, 0, 0);
  transition: background-color 0.5s ease, box-shadow 0.5s ease;

  nav {
    font-size: 17px;

    a {
      font-family: "sub-head" !important;
    }

    .nav-item {
      margin: 0 8px;

      .nav-link {
        color: var(--yellow);
        font-size: 20px;
        font-weight: 700;

      }

      .dropdown-item {
        color: white;
      }

      .dropdown-item:hover {
        color: var(--green);
        background-color: white;
      }
    }

    .dropdown-menu {
      background-color: var(--green);
      border-radius: 25px;
      overflow: hidden;
    }

    .navbar-nav .nav-link.active,
    .navbar-nav .nav-link.show {
      color: var(--light_green);
    }

    .btn_booking {
      /* background-color: var(--light_green) !important; */
      background: linear-gradient(-45deg, #E6CA19 40%, #B78429 50%, #E6CA19 60%);
      background-size: 100%;
      background-position: center;
      border-radius: 20px;
      display: inline-block;
      font-size: 15px;
      line-height: 1;
      padding: 12px 24px;
      fill: var(--green) !important;
      text-align: center;
      transition: all 0.3s;
      width: 150px;
      /* transition: all 1s ease-in-out; */
      color: white !important;
    }
  }


  .btn_booking:hover {
    background: linear-gradient(135deg, #B78429 0%, #E6CA19 100%);
    transition: opacity 1s ease-in-out;

    color: white;
    /* border:2px solid var(--light_yellow); */
  }
}

@media (max-width: 765px) {
  .navbar-toggler {
    color: var(--primary) !important;
    border: 2px solid var(--primary) !important;
  }

  .nav-toggler-top {
    position: relative;
    z-index: 999;
    /* Ensure it's above the popup-overlay */
  }
}

/* Scrolled style */
header.scrolled {
  background-color: white;
  /* Green background */
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

@media (max-width: 785px) {
  .navbar-collapse {
    background-color: transparent;
  }

  .nav-link {
    color: var(--primary) !important;
  }

  .dropdown-item {
    color: white !important;
  }

  .nav-toggler-top {
    position: relative;
    z-index: 9999;
  }
}

/* header style end  */


/* home banner style start   */




.banner {
  position: relative;
  width: 100%;
  height: 100vh;
  background-color: rgb(0, 0, 0);
  overflow: hidden;
}

/* Banner container */
.banner-container {
  width: 100%;
  height: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* First image (centered, 3:1 ratio) */
.center-image-container {
  width: 60%;
  height: calc(60% / 3 * 1);
  /* 3:1 ratio */
  max-height: 300px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 10%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.center-image-container img {
  /* width: 100%;
  height: auto; */
  /* width: 500px; */
  width: 200px;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* First image fade/slide out */
.center-image-container img.fade-out,
.center-image-container img.slide-down-out {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Captions for first image */
.captions {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--primary);
  text-align: center;
  z-index: 3;
  transition: opacity 0.8s ease, transform 0.8s ease;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 1;
}

/* .captions h2 { font-size:3rem; margin-bottom:0.5rem; } */
.captions h2 {
  font-size: 4rem;
  /* increased from 3rem */
  font-weight: 700;
  /* added bold weight */
  margin-bottom: 0.5rem;
}

.captions p {
  font-size: 2.5rem;
  /* increased from 2rem */
  font-weight: 500;
  /* added medium weight */
}

.split-captions h2 {
  font-size: 3rem;
  /* adjusted for split captions */
  font-weight: 700;
  /* added bold weight */
  margin-bottom: 0.5rem;

}

.split-captions p {
  font-size: 2rem;
  /* adjusted for split captions */
  font-weight: 500;
  /* added medium weight */
}

/* First caption hide animations */
.captions.slide-left-out {
  transform: translateX(-100px);
  opacity: 0;
}

.captions.slide-up-out {
  transform: translateY(-50px);
  opacity: 0;
}

/* Split container for second image + captions */
.split-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin-top: 150px;
  display: flex;
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Active split container */
.split-container.active {
  opacity: 1;
  transform: translateY(0);
}

/* Split image and captions - Desktop default (side-by-side) */
.split-image,
.split-captions {
  width: 50%;
  height: 79%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.split-image img {
  width: 70%;
  height: auto;
  object-fit: cover;
  border-radius: 10px;
}

.split-captions {
  color: var(--primary);
  text-align: center;
  flex-direction: column;
  display: flex;
  padding: 20px;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.7);
  opacity: 0;
  /* hidden initially */
  transform: translateX(50px);
  /* desktop slide from right */
  transition: opacity 0.8s ease, transform 0.8s ease;
}

/* Active desktop caption */
.split-container.active .split-captions {
  opacity: 1;
  transform: translateX(0);
}

/* Mobile adjustments */
@media (max-width:768px) {

  /* Stack split-container vertically */
  .mobile .split-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  /* Each takes half of the banner height */
  .mobile .split-image,
  .mobile .split-captions {
    width: 100%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* Captions slide down from top */
  .mobile .split-captions {
    transform: translateY(-50px);
    opacity: 0;
  }

  .mobile .split-container.active .split-captions {
    transform: translateY(0);
    opacity: 1;
  }

  /* Image slides up from bottom */
  .mobile .split-image {
    transform: translateY(50px);
    opacity: 0;
  }

  .mobile .split-container.active .split-image {
    transform: translateY(0);
    opacity: 1;
  }

  /* Responsive text sizes */
  .captions h2,
  .split-captions h2 {
    font-size: 2rem;
  }

  .captions h2,
  .split-captions h2 {
    font-size: 1.5rem;
  }

  .captions p,
  .split-captions p {
    font-size: 1rem;
  }

  .center-image-container {
    width: 80%;
    height: auto;
  }
}

/* Optional: smooth first image scale on desktop */
.desktop .center-image-container img.fade-out {
  transform: scale(0.9);
}




/* home banner style end   */



/* eft sec-1setion style start      */

.eft-sec1 {
  padding: 20px 0;
}

.eft-headd {
  text-align: center;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 15px;
  background: linear-gradient(90deg, #ffffff, #FFD700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
}

.eft-head {
  text-align: center;
  font-size: 37px;
  font-weight: bold;
  margin-bottom: 25px;
  background: linear-gradient(90deg, #ffffff, #FFD700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  /* for Firefox */
}

.eft-cnt p {
  font-size: 16px;
  /* line-height: 1.6; */
  margin-bottom: 18px !important;
  color: #ffffffff;
  text-align: center;
}

.eft-cnt .p-hl {
  font-size: 25px !important;
  font-weight: 700 !important;
  color: #ffffffff;
}

.eft-cnt .p-h2 {
  font-size: 22px !important;
  font-weight: 700 !important;
  color: var(--primary);
}

.eft-att h3 {
  font-size: 20px;
  font-weight: 600;
  color: #FCD462;
  margin-top: 20px;
}

.eft-workshop h4 {
  color: var(--yellow);
  text-align: center;
}

.eft-workshop .eft-sub {
  font-size: 25px;
  font-weight: 700;
}

.eft-workshop .eft-list {
  list-style: none;
  font-size: 22px;
  color: white;
}

.eft-note {
  border: 2px solid var(--yellow);
  font-size: 25px !important;
  font-weight: 700;
  padding: 5px;
  border-radius: 20px;
}

.eft-info {
  border: 2px solid var(--yellow);
  border-radius: 20px;
  padding: 5px;

  p {
    margin-bottom: 5px;
  }

  .rsrv {
    padding: 10px;
    background: linear-gradient(90deg, #ffffff, #FFD700);
    color: black;
    font-weight: 700;
    border-radius: 10px;
  }
}


.eft-img video {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

  .eft-img {
  position: relative;
  width: 100%;
  /* padding-bottom: 56.25%;  */
  overflow: hidden;
  padding-top: 20px;
  border-radius: 12px; /* optional, keep design smooth */
}

.eft-img iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

/* === Pulse Animation === */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(183, 132, 41, 0.7);
  }

  50% {
    transform: scale(1.08);
    box-shadow: 0 0 25px 5px rgba(183, 132, 41, 0.6);
  }

  100% {
    transform: scale(1);
    box-shadow: 0 0 0 0 rgba(183, 132, 41, 0.7);
  }
}


.eft-bk-btn {
  display: inline-block;
  text-align: center;
  display: flex;
  justify-content: center;
  margin-top: 15px !important;
}

/* === Button Styling === */
.eft-pulse-btn {
  display: inline-block;
  background: linear-gradient(135deg, #FCD462, #B78429);
  color: black;
  text-decoration: none;
  padding: 18px 32px;
  border-radius: 20px;
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  box-shadow: 0 6px 15px rgba(0, 0, 0, 0.3);
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  animation: pulse 1.6s infinite ease-in-out;

}

.eft-pulse-btn p {
  margin: 0;
  font-size: 20px;
  font-weight: 700;
}

.eft-pulse-btn span {
  display: block;
  font-size: 17px;
  font-weight: 600;
  opacity: 0.9;
}

@media (min-width: 768px) {
  .eft-head-prnt{
    display: none;
  }
}

@media (max-width: 768px) {
  .eft-att h3 {
    text-align: center;
  }

  .eft-head {
    /* font-size: 30px; */
    display: none;
  }
  /* .eft-head-prnt{
    position: relative;
    width: 100%;
    height: 400px;
  } */

  .eft-head-chld{
    position: relative;
    width: fit-content;
        /* left: 0;
    right: 0; */
    padding-bottom: 10px;
    margin: auto;
}

  

  .eft-head2 {
    text-align: center;
    font-size: 30px;
    font-weight: bold;
    /* margin-bottom: 40px; */
    background: linear-gradient(90deg, #ffffff, #FFD700);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 0;
    width: fit-content;
    white-space: nowrap;

  }

}


/* eft sec-1setion style end      */

/* sec2tion 2 style start */

.eft-heading {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: bold;
  background: linear-gradient(90deg, #ffffff, #FFD700);
  /* white to gold */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-top: 10px;
}

.eft-image {
  border-radius: 15px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  border: 2px solid #d4af37;
  ;
}

.eft-image:hover {
  transform: scale(1.05);
}


.eft-info-box {
  /* background: #3C2F10; */
  background: linear-gradient(135deg, black 0%, #3C2F10 50%, black 100%);
  border-radius: 12px;
  border: 2px solid #d4af37;
  padding: 20px;
  margin-bottom: 15px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
  color: white;
}






.eft-section {
  padding-top: 60px;
  padding-bottom: 60px;
}

.eft-dt-p {
  color: white;
}

@media (max-width: 768px) {
  .eft-heading {
    font-size: 25px;

  }

  .eft-dt-p {
    font-size: 16px
  }
}

/* sec2tion 2 style end */

/* ========================================================== */

.eft-section2 {
  position: relative;
  padding: 40px 20px;
  text-align: center;
  overflow: hidden;
  background: url('https://images.unsplash.com/photo-1601597113060-7078a2d569db?auto=format&fit=crop&w=1600&q=80') center/cover no-repeat;
  background-blend-mode: overlay;
  background-color: rgba(0, 0, 0, 0.7);
}

.eft-section2::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.2), transparent 70%);
  filter: blur(80px);
  transform: translate(-50%, -50%) scale(1);
  animation: pulseGlow 6s infinite ease-in-out;
  z-index: 0;
}

@keyframes pulseGlow {

  0%,
  100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.7;
  }

  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 1;
  }
}

.eft-content {
  position: relative;
  z-index: 2;
  max-width: 900px;
  margin: 0 auto;
  background: rgba(0, 0, 0, 0.5);
  border: 1px solid #d4af37;
  border-radius: 20px;
  padding: 50px 30px;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.3);
  backdrop-filter: blur(6px);
  animation: fadeUp 1.5s ease forwards;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eft-content h2 {
  color: #ffd700;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

p .h2 {
  color: #ffd700 !important;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 20px;
}

.eft-content p {
  line-height: 1.8;
  font-size: 1.1rem;
  margin: 15px 0;
  color: #fdf6d3;
}

.highlight {
  color: #f5d76e;
  font-weight: 600;
}

.remaining-content {
  display: none;
  margin-top: 20px;
}

.view-more-btn {
  display: inline-block;
  margin-top: 20px;
  padding: 10px 25px;
  font-size: 1rem;
  font-weight: 600;
  color: #000;
  background: #ffd700;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.view-more-btn:hover {
  background: #f5d76e;
  transform: translateY(-2px);
}

/* Floating Orbs */
.orb {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.6), transparent 70%);
  animation: floatOrb 10s infinite ease-in-out;
}

@keyframes floatOrb {

  0%,
  100% {
    transform: translateY(0) scale(1);
    opacity: 0.7;
  }

  50% {
    transform: translateY(-30px) scale(1.2);
    opacity: 1;
  }
}

.orb:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 20%;
  left: 15%;
  animation-delay: 0s;
}

.orb:nth-child(2) {
  width: 120px;
  height: 120px;
  bottom: 10%;
  right: 20%;
  animation-delay: 2s;
}

.orb:nth-child(3) {
  width: 100px;
  height: 100px;
  top: 60%;
  left: 70%;
  animation-delay: 4s;
}

@media (max-width: 768px) {
  .eft-content {
    padding: 30px 20px;
  }

  .eft-content h2 {
    font-size: 1.6rem;
  }

  .eft-content p {
    font-size: 1rem;
  }

  .view-more-btn {
    padding: 8px 20px;
    font-size: 0.9rem;
  }
}


/* ============================================================= */


/* testimonial video section style start */

.testm-heading {
  background: linear-gradient(90deg, #ffffff, #FFD700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-top: 10px;
}


.test-video-card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  /* background: #fff; */
  /* box-shadow: 0px 4px 12px rgba(0,0,0,0.15); */
  cursor: pointer;
  transition: transform 0.4s ease, z-index 0.4s ease;
  z-index: 1;
}

.test-video-card video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.test-video-card:hover {
  transform: scale(1.05);
  z-index: 5;
}

/* Hide slider on desktop */

.testimonials_slider {
  display: none !important;
}


/* Hide grid on mobile */
/* @media (max-width: 785px) {
  .test-video-grid {
    display: none !important;
  } */

.testimonials_slider {
  display: block;
}

.testm-heading {
  font-size: 19px;
  text-align: center;
}

.test-video-card video {
  width: 100%;
  height: 220px;   /* match iframe height */
  object-fit: cover;
  border-radius: 12px;
}


/* .slick-prev,
  .slick-next {
    display: none !important;
  } */
/* } */



/* section 2 */


/* introv-video section style start    */

.test-video-section {
  text-align: center;
  padding: 20px;
}

.test-video-section h2 {
  font-size: 2rem;
  margin-bottom: 15px;
  color: #EFBD57;
}

.test-video-section h3 {
  font-size: 2.2rem;
  margin-top: 10px;
  color: #FCD462;
}

.test-video-container {
  position: relative;
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
  aspect-ratio: 16 / 9;  /* Keeps video shape perfect */
}

.test-video-container video {
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: absolute;
  top: 0;
  left: 0;
  background: #000; /* optional */
}


.test-video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

@media (max-width: 768px) {
  .test-video-section h2 {
    font-size: 1.5rem;
  }

  .test-video-section h3 {
    font-size: 1.2rem;
    margin-top: 13px;
    font-weight: 700;
  }
}
/* introv-video section style end    */


/* emld section style start    */


.emldft-section {
  /* background: linear-gradient(180deg, rgba(15,23,36,1) 0%, rgba(6,9,14,1) 100%); */
  /* background: rgb(0, 0, 0); */
  color: #e6eef7;
  /* padding: 48px 18px; */
  display: flex;
  justify-content: center;
}

.emldft-wrap {
  width: 100%;
  /* max-width: 1100px; */
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 28px;
  align-items: center;
}

/* Left content card */
.emldft-card {
  /* background: linear-gradient(135deg, rgba(255,255,255,0.02), rgba(255,255,255,0.01)); */
  background: black;
  border-radius: 16px;
  padding: 28px;
  box-shadow: 0 10px 30px rgba(2, 6, 23, 0.6);
  border: 1px solid rgba(255, 255, 255, 0.03);
  position: relative;
  overflow: hidden;
}

.emldft-badge {
  display: inline-block;
  /* background: linear-gradient(90deg,var(--accent),#34d399); */
  background: linear-gradient(-45deg, #E6CA19 40%, #B78429 50%, #E6CA19 60%);
  background-size: 100%;
  background-position: center;
  color: white;
  font-weight: 700;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 16px;
  margin-bottom: 14px;
  box-shadow: 0 6px 18px rgba(16, 185, 129, 0.12);
}

@media screen and (max-width:768px) {
  .emldft-badge {
    padding: 10px 20px;
    border-radius: 20px;
  }

}

.emldft-title {
  font-size: 28px;
  line-height: 1.08;
  margin: 6px 0 14px 0;
  font-weight: 700;
  letter-spacing: -0.02em;
}

.emldft-sub {
  color: var(--muted);
  font-size: 15px;
  margin-bottom: 18px;
}

.emldft-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 8px;
}

.emldft-point {
  background: var(--glass);
  padding: 10px;
  border-radius: 10px;
  font-size: 14px;
  color: #d6e6f3;
  display: flex;
  gap: 10px;
  align-items: flex-start;
}

.emldft-point strong {
  display: block;
  font-weight: 700;
  font-size: 14px;
  color: var(--accent);
}

.emldft-desc {
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.6;
  color: #d9e9f7;
}

/* Right panel with image + CTA */
.emldft-side {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  min-height: 320px;
  background: linear-gradient(180deg, rgba(10, 14, 20, 0.6), rgba(6, 9, 12, 0.6));
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
}

.emldft-image {
  width: 100%;
  height: 260px;
  object-fit: cover;
  display: block;
  filter: saturate(1.02) contrast(1.02);
  transform: scale(1.02);
  transition: transform .9s cubic-bezier(.2, .9, .3, 1), filter .6s;
  will-change: transform;
}

.emldft-side:hover .emldft-image {
  transform: scale(1.06);
  filter: saturate(1.08) contrast(1.06);
}

.emldft-cta {
  padding: 18px;
  background: linear-gradient(180deg, rgba(2, 6, 18, 0.35), rgba(2, 6, 18, 0.4));
  display: flex;
  gap: 12px;
  align-items: center;
}

.emldft-cta .emldft-price {
  flex: 1;
}

.emldft-cta h4 {
  margin: 0;
  font-size: 18px;
  letter-spacing: -0.01em;
}

.emldft-cta p {
  margin: 4px 0 0 0;
  color: var(--muted);
  font-size: 13px;
}

.emldft-btn {
  background: linear-gradient(-45deg, #E6CA19 40%, #B78429 50%, #E6CA19 60%);
  background-size: 100%;
  background-position: center;
  color: white;
  font-size: 16px;
  padding: 12px 16px;
  border-radius: 10px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(16, 185, 129, 0.16);
  transition: transform .15s ease;
  white-space: nowrap;
}

.emldft-btn:active {
  transform: translateY(1px);
}

/* info footer */
.emldft-footer {
  margin-top: 14px;
  display: flex;
  gap: 12px;
  align-items: center;
  font-size: 13px;
  color: var(--muted);
}

/* Modal form */
.emldft-modal {
  position: fixed;
  inset: 0;
  display: none;
  align-items: center;
  justify-content: center;
  background: rgba(2, 6, 12, 0.6);
  z-index: 9999;
  padding: 18px;
}

.emldft-modal.open {
  display: flex;
}

.emldft-modal-card {
  width: 100%;
  max-width: 520px;
  background: #06111a;
  border-radius: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, 0.03);
  box-shadow: 0 18px 60px rgba(2, 6, 23, 0.7);
}

.emldft-close {
  background: transparent;
  border: 0;
  color: var(--muted);
  font-size: 20px;
  float: right;
  cursor: pointer;
}

.emldft-form input,
.emldft-form textarea {
  width: 100%;
  padding: 10px 12px;
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.02);
  color: #e6eef7;
  margin-top: 10px;
  font-size: 14px;
}

.emldft-form button.submit {
  margin-top: 12px;
  width: 100%;
  padding: 12px;
  border-radius: 10px;
  border: 0;
  background: linear-gradient(90deg, var(--accent), #34d399);
  color: #022024;
  font-weight: 700;
  cursor: pointer;
}

/* Responsive */
@media (max-width:1024px) {
  .emldft-wrap {
    grid-template-columns: 1fr 360px;
    gap: 18px;
  }

  .emldft-image {
    height: 220px;
  }
}

@media (max-width:800px) {
  .emldft-wrap {
    grid-template-columns: 1fr;
  }

  .emldft-side {
    order: -1;
  }

  .emldft-image {
    height: 220px;
  }

  .emldft-title {
    font-size: 22px;
  }

  .emldft-grid {
    grid-template-columns: 1fr;
  }
}

/* small decorative wave */
.emldft-wave {
  position: absolute;
  right: -40px;
  top: -40px;
  opacity: 0.06;
  width: 260px;
  transform: rotate(14deg);
}


/* emld section style end    */


/* section 3 */

/* eft section style start     */

.eft-hero {
  background: url("../assets/images/banner/bd-emr.png") no-repeat center center/cover;
  position: relative;
  padding: 20px;
}

.eft-hero::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.3);
  /* background:rgb(255 255 255 / 0%); */

  /* rgb(255 255 255 / 0%); */
}

.eft-container {
  position: relative;
  z-index: 1;
  display: flex;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: auto;
  gap: 30px;
  color: #fff;
}

/* Left side */
.eft-info {
  flex: 1 1 600px;
}

.eft-info-hd {
  font-size: 24px;
  border: 2px solid var(--yellow);
  border-radius: 20px;
  padding: 5px;
}

.eft-info h2 {
  font-size: 35px;
  margin-bottom: 15px;
  color: var(--yellow);
  line-height: 1.4;
}

.eft-info p {
  font-size: 20px;
  margin-bottom: 15px;
  line-height: 1.5;
}

/* Right side column */
.eft-register-column {
  flex: 2 1 320px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-self: flex-start;
  margin-top: -85px;
}

.eft-register-card {
  background: white;
  color: var(--brown);
  margin-top: 90px;
  padding: 25px;
  border-radius: 14px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.25);
  text-align: center;

  p {
    font-weight: 600;
    color: #000000;
  }
}

.eft-register-card h3 {
  color: var(--primary);
  font-size: 22px;
  font-weight: 800;
  margin-bottom: 10px;
}

.eft-register-card .price {
  font-size: 28px;
  font-weight: bold;
  color: red;
  margin: 15px 0;
}

.eft-register-card button {
  background: linear-gradient(-45deg, #E6CA19 40%, #B78429 50%, #E6CA19 60%);
  background-size: 100%;
  background-position: center;
  color: #fff;
  border: none;
  padding: 14px 30px;
  font-size: 18px;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

.eft-register-card button:hover {
  background: linear-gradient(-45deg, #B78429 40%, #E6CA19 50%, #B78429 60%);
  background-size: 100%;
  background-position: center;
  transition: 0.3s;
  color: var(--brown);
}

.eft-register-card small {
  display: block;
  margin-top: 15px;
  color: #000000;
  font-size: 14px;
  font-weight: 600;
}

@media (max-width:768px) {
  .eft-info p {
    font-size: 16px;
  }

  .eft-register-card {
    margin-top: 60px;

  }
}


/* ================================================================================================= */

/* Timeline */
.eft-timeline-inline {
  display: flex;
  justify-content: space-between;
  gap: 12px;
}

.eft-timeline-inline div {
  /* background: var(--secondary); */
  color: white;
  padding: 10px 14px;
  /* border-radius: 10px; */
  font-weight: 600;
  text-align: center;
  flex: 1;
  font-size: 17px;
  /* From https://css.glass */
  background: rgba(255, 255, 255, 0.08);
  border-radius: 16px;
  box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  border: 1px solid rgba(255, 255, 255, 0.16);
  /* box-shadow: 0 4px 10px rgba(0,0,0,0.15); */
}

.eft-timeline-inline div:nth-child(2) {
  border-left: 2px solid var(--secondary);
  border-right: 2px solid var(--secondary);

}

.eft-timeline-inline span {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  font-size: 20px;
  margin-bottom: 5px;
  font-weight: bold;
  color: var(--yellow);
}

/* Responsive */
@media (max-width: 768px) {
  .eft-container {
    flex-direction: column;
  }

  .eft-info h2 {
    font-size: 26px;
  }

  .eft-timeline-inline {
    flex-direction: column;
  }
}

@media (max-width: 768px) {
  .eft-hero {
    padding: 30px 15px; /* Add side padding for mobile */
  }

  .eft-container {
    flex-direction: column;
    align-items: center; /* Center all child elements */
    text-align: center; /* Center text for better look */
    width: 100%;
  }

  .eft-info,
  .eft-register-column {
    flex: 1 1 100%;
    width: 100%;
  }

  .eft-info h2,
  .eft-info p {
    text-align: center;
  }

  .eft-register-column {
    margin-top: 20px;
    align-items: center;
  }

  .eft-register-card {
    width: 90%;
    margin: 0 auto;
  }

  .eft-timeline-inline {
    flex-direction: column;
    align-items: center;
    width: 100%;
  }

  .eft-timeline-inline div {
    width: 90%;
  }
}


/* eft section style end     */


/* ================================================================================================= */


.offr-du-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  padding: 60px 20px;
  background: url('https://images.unsplash.com/photo-1515378791036-0648a3ef77b2?auto=format&fit=crop&w=1400&q=80') center/cover no-repeat;
  background-attachment: fixed;
}

.offr-du-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.85);
  backdrop-filter: blur(10px);
  z-index: 0;
}

.offr-du-content-wrapper {
  position: relative;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  z-index: 1;
  max-width: 1200px;
  width: 100%;
  animation: offr-du-fadeIn 1.5s ease;
}

@keyframes offr-du-fadeIn {
  from {
    opacity: 0;
    transform: translateY(50px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.offr-du-card {
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.3);
  border-radius: 20px;
  padding: 35px;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.15);
  backdrop-filter: blur(8px);
  transition: all 0.3s ease;
}

.offr-du-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 0 40px rgba(255, 215, 0, 0.3);
}

.offr-du-card h2,
.offr-du-card h3 {
  color: #ffd700;
  margin-bottom: 10px;
  font: size 25px;
}

.offr-du-card p {
  line-height: 1.7;
  margin-bottom: 10px;
}

.offr-du-points {
  margin-top: 15px;
  border-top: 1px solid rgba(255, 215, 0, 0.3);
  padding-top: 15px;
}

.offr-du-points ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.offr-du-points li {
  margin: 8px 0;
  padding-left: 28px;
  position: relative;
}

.offr-du-points li::before {
  content: "⚡";
  position: absolute;
  left: 0;
  color: #ffd700;
}

.offr-du-offer {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}

.offr-du-price {
  background: linear-gradient(90deg, #ffd700, #b8860b);
  color: #000;
  padding: 10px 30px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.2rem;
  margin: 10px 0;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.4);
}

.offr-du-countdown {
  display: flex;
  gap: 10px;
  margin-top: 20px;
}

.offr-du-time-box {
  background: rgba(255, 215, 0, 0.1);
  border: 1px solid #ffd700;
  border-radius: 10px;
  padding: 10px 15px;
  text-align: center;
}

.offr-du-time {
  font-size: 1.4rem;
  font-weight: 700;
  color: #ffd700;
}

.offr-du-label {
  font-size: 0.8rem;
}

.offr-du-register-btn {
  background: linear-gradient(90deg, #ffd700, #b8860b);
  color: #000;
  border: none;
  border-radius: 40px;
  padding: 12px 35px;
  font-weight: 600;
  margin-top: 20px;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.4);
  transition: all 0.3s ease;
}

.offr-du-register-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 40px rgba(255, 215, 0, 0.8);
}

/* Divider Line */
.offr-du-divider {
  grid-column: span 2;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(255, 215, 0, 0.5), transparent);
  margin: 20px 0;
  animation: offr-du-glow 2s infinite alternate;
}

@keyframes offr-du-glow {
  from {
    opacity: 0.4;
  }

  to {
    opacity: 1;
  }
}

/* Responsive */
@media (max-width: 900px) {
  .offr-du-content-wrapper {
    grid-template-columns: 1fr;
    gap: 30px;
  }
}

/* ================================================================================================= */

/* changes section style srat  */

.chng-eft-wrap {
  max-width: 1250px;
  margin: 20px auto;
  padding: 20px;
  color: #eee;
  line-height: 1.5;
}

/* Animations */
@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.fade-in-up {
  opacity: 0;
  animation: fadeInUp 1s forwards;
}

/* HERO */
.chng-eft-hero {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  padding: 20px;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
  animation: fadeInUp 1s forwards;
}

.chng-eft-hero-left {
  flex-direction: column;
    justify-content: center;
    display: flex;
  flex: 1 1 270px;
  /* flex: 1 1 400px; */

}

.chng-eft-kicker {
  display: inline-block;
  padding: 5px 10px;
  border-radius: 50px;
  background: linear-gradient(90deg, #d4af37, #f3d07a);
  color: #120000;
  font-weight: 700;
  font-size: 12px;
  animation: fadeInUp 1s 0.2s forwards;
}

.chng-eft-hero h2 {
  margin: 10px 0;
  font-size: 24px;
  animation: fadeInUp 1s 0.4s forwards;
}

.chng-eft-lead {
  color: #bdbdbd;
  font-size: 20px;
    font-weight: 700;
  margin-top: 8px;
  animation: fadeInUp 1s 0.6s forwards;
}

.chng-eft-hero-cta {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 10px;
  animation: fadeInUp 1s 0.8s forwards;
}

.chng-eft-btn-primary {
  background: linear-gradient(90deg, #d4af37, #f3d07a);
  color: #0b0b0b;
  padding: 10px 16px;
  border-radius: 12px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  transition: transform 0.3s, box-shadow 0.3s;
}

.chng-eft-btn-primary:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.5);
}

.chng-eft-btn-ghost {
  background: transparent;
  border: 1px solid rgba(212, 175, 55, 0.5);
  padding: 10px 16px;
  border-radius: 12px;
  color: #bdbdbd;
  cursor: pointer;
  transition: transform 0.3s, background 0.3s;
}

.chng-eft-btn-ghost:hover {
  transform: translateY(-3px);
  background: rgba(212, 175, 55, 0.1);
}

.chng-eft-price-tag {
  margin-left: auto;
  color: #f3d07a;
  font-weight: 700;
  font-size: 16px;
  animation: fadeInUp 1s 1s forwards;
}

.chng-eft-hero-card {
  flex: 1 1 300px;
  background: #1a1a1a;
  padding: 15px;
  border-radius: 15px;
  animation: fadeInUp 1s 1.2s forwards;
}

.chng-eft-hero-img {
  width: 100%;
  height: 180px;
  border-radius: 10px;
  background-size: cover;
  background-position: center;
  margin-bottom: 10px;
  transition: transform 0.5s;
}

.chng-eft-hero-img:hover {
  transform: scale(1.05);
}

.chng-eft-bullet {
  margin-top: 8px;
  color: #bdbdbd;
  animation: fadeInUp 1s forwards;
}

/* BEFORE / AFTER */
.chng-eft-diff {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 25px;
  animation: fadeInUp 1s forwards;
}

.chng-eft-card {
  flex: 1 1 300px;
  background: #0f0f0f;
  padding: 15px;
  border: 2px solid var(--primary);
  border-radius: 12px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.6);
  transition: transform 0.3s, box-shadow 0.3s;
}

.chng-eft-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(212, 175, 55, 0.5);
}

.chng-eft-card h3 {
  color: #d4af37;
  margin-bottom: 8px;
  animation: fadeInUp 0.8s forwards;
}

.chng-eft-list {
  list-style: none;
  padding-left: 8px;
  color: #bdbdbd;
}

.chng-eft-list li {
  padding: 6px 0;
  border-bottom: 1px dashed rgba(255, 255, 255, 0.03);
}

/* CHANGES GRID */
.chng-eft-changes {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  /* margin-top: 25px; */
  animation: fadeInUp 1s forwards;
  padding: 5px 0px 20px 0px;
}

.chng-eft-tile {
  flex: 1 1 200px;
  background: #1a1a1a;
  padding: 15px;
  border-radius: 12px;
  border: 2px solid var(--primary);
  transition: transform 0.3s, box-shadow 0.3s;
}

.chng-eft-tile:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(212, 175, 55, 0.5);
}

.chng-eft-tile h4 {
  color: #f3d07a;
  margin-bottom: 8px;
  animation: fadeInUp 0.8s forwards;
  font-size: 26px;
  font-weight: 800;
}

.chng-eft-tile p {
  color: #bdbdbd;
  font-size: 18px;
  animation: fadeInUp 0.8s forwards;
}

/* GOLD LINE */
.chng-eft-gold-line {
  height: 3px;
  background: linear-gradient(90deg, #d4af37, #f3d07a);
  border-radius: 3px;
  margin: 10px 0;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .chng-eft-hero {
    flex-direction: column;
  }

  .chng-eft-diff,
  .chng-eft-changes {
    flex-direction: column;
  }

  .chng-eft-hero h2 {
    font-size: 20px;
  }

  .chng-eft-hero-img {
    height: 160px;
  }
}




/* changes section style end  */

/* =================================================================== */

/* who can join section style start  */


.wh-join-section {
  margin: 0;
  background: #000;
  /* font-family: Poppins, system-ui, sans-serif; */
  color: #B78429;
  text-align: center;
  min-height: 80vh;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  padding-top: 40px;
  overflow-x: hidden;
}

.wh-head {
  font-size: 1.8rem;
  margin-bottom: 0.4rem;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: white;
}

.wh-subhead {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 2.2rem;
  opacity: 0.85;
}

.wh-join-container {
  position: relative;
  width: 280px;
  height: 220px;
  perspective: 1000px;
}

.wh-join-carousel {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  transform-style: preserve-3d;
  animation: wh-join-rotate360 35s linear infinite;
}

.wh-join-card {
  position: absolute;
  height: 150px;
  width: 150px;
  top: 40px;
  left: 80px;
  border-radius: 16px;
  border: 2px solid #EFCE72;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  /* background: rgba(255, 215, 0, 0.05); */
  background: black;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.6),
    inset 0 0 0 2000px rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(6px);
  transform-style: preserve-3d;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.wh-join-card:hover {
  transform: translateY(-8px) scale(1.05);
  box-shadow: 0 16px 40px rgba(255, 215, 0, 0.4);
}

.wh-join-icon {
  width: 70px;
  padding: 4px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: #000;
  background: linear-gradient(135deg, #FCD462, #B78429);
  /* box-shadow: 0 4px 14px rgba(255, 215, 0, 0.6); */
  transform: translateZ(30px);
}

.wh-join-icon img {
  width: 100%;
  height: 100%;

}

.wh-join-caption {
  margin-top: 12px;
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 0.3px;
  transform: translateZ(20px);
  user-select: none;
  background: linear-gradient(135deg, #FCD462, #B78429);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

@keyframes wh-join-rotate360 {
  from {
    transform: rotateY(0deg);
  }

  to {
    transform: rotateY(-360deg);
  }
}

@media (max-width: 768px) {
  .wh-join-container {
    width: 240px;
    height: 200px;
  }

  .wh-join-card {
    height: 140px;
    width: 120px;
    padding: 7px;
    top: 30px;
    left: 70px;
  }

  .wh-join-icon {
    width: 50px;
    height: 50px;
    font-size: 1.4rem;
  }

  .wh-head {
    font-size: 1.4rem;
    padding: 15px;
  }

  .wh-subhead {
    font-size: 0.9rem;
  }
}





/* who can join section style end  */




/* =================================================================== */




/* webinar section style start   */

/* =================================================================== */

/* Section Styling */
.webinar-section {
  padding: 60px 20px;
  background: linear-gradient(180deg, #000, #111);
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
}

/* Speaker Card */
.speaker-card {
  text-align: center;
}

.speaker-img {
  width: 280px;
  max-width: 100%;
  border-radius: 50%;
  border: 3px solid #d4af37;
  box-shadow: 0px 0px 12px rgba(212, 175, 55, 0.3);
  transition: transform 0.4s ease;
}

.speaker-img:hover {
  transform: scale(1.05);
}

.speaker-info h5 {
  color: #d4af37;
  font-weight: 700;
  margin-top: 20px;
  font-size: 30px;
}

.speaker-info p {
  color: #ddd;
  font-size: 15px;
  font-weight: 900;
  line-height: 1.6;
}

/* Webinar Details */
.webinar-section h4 {
  color: #d4af37;
  font-weight: 700;
  margin-bottom: 30px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.details-card {
  border-radius: 10px;
  padding: 18px 20px;
  background: rgba(30, 30, 30, 0.8);
  border: 1px solid rgba(212, 175, 55, 0.3);
  display: flex;
  color: wheat;
  align-items: center;
  transition: 0.3s;
}

.details-card:hover {
  background: rgba(40, 40, 40, 0.95);
  border-color: #d4af37;
  color: #d4af37;
}

.details-icon {
  font-size: 26px;
  margin-right: 12px;
  color: #d4af37;
}

.details-card strong {
  color: #fff;
}

/* CTA Button */
.bk-btn {
  display: block;
  text-align: center;
  background: #d4af37;
  color: #000;
  border-radius: 10px;
  padding: 18px 20px;
  font-size: 18px;
  font-weight: 700;
  margin-top: 25px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.bk-btn:hover {
  background: #c19e35;
  color: black;
  transform: scale(1.02);
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.3);
}

.bk-btn p {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
}

/* Responsive */
@media (max-width: 768px) {
  .webinar-section {
    text-align: center;
  }

  .details-card {
    justify-content: center;
  }
}

/* ================================================================ */


/* sliding add style start  */

@keyframes slide {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-100%);
  }
}

/* .scroll::before {
  content: "";
  position: absolute;
  top: 0px;
  left: -3px;
  width: 106%;
  height: 100%;
  background: #B20003;
  z-index: -1;
  transform: rotate(3deg);
} */

.scroll {
  position: relative;
  background: #B20003;
  padding: 1rem 0;
  display: flex;

  .scrol_sec {
    display: flex;
  }


  .scroll_contents {
    display: flex;
    animation: slide 70s linear infinite;
  }

  .card {
    border: 0;
    background: transparent;
    min-width: 200px;
    display: flex;
    flex-direction: row;
    align-items: center;
    margin: 0 3rem;
    width: max-content;

    .img_div {
      width: 50px;

      /* img {
        filter: invert(69%) sepia(88%) saturate(3569%) hue-rotate(19deg) brightness(96%) contrast(98%);
      } */
    }

    h5 {
      margin-left: 1rem;
      color: white;
      margin-bottom: 0;
      font-weight: 700;
    }
  }

}

/* sliding add style end  */




/* sliding add style end  */


/* eft-seg section style start  */


/* eft-seg section style start  */

.eft-seg-container {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 20px;
  width: 100%;
  align-items: center;
}

/* Column containers */
.eft-seg-left,
.eft-seg-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

/* Section title */
.eft-seg-section-title {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffd700;
  margin-bottom: 10px;
}

/* Center circle with glowing effect */
.eft-seg-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.eft-seg-circle {
  width: clamp(150px, 25vw, 220px);
  /* scales responsively */
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  background: radial-gradient(circle at center, #222, #000);
  border: 8px solid #caa740;
  box-shadow: 0 0 25px gold, inset 0 0 15px #caa740;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.eft-seg-circle img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
}

/* Info boxes */
.eft-seg-box {
  background: #1a1a1a;
  border: 2px solid #444;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.3);
  padding: 15px 20px;
  display: flex;
  align-items: center;
  gap: 15px;
  border: 2px solid var(--yellow);
  transition: transform 0.3s, box-shadow 0.3s;
}

.eft-seg-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.6);
}

/* Circle icons - now responsive */
.eft-seg-circle-icon {
  width: clamp(50px, 10vw, 75px);
  /* scales between 50px and 75px */
  aspect-ratio: 1 / 1;
  border-radius: 50%;
  overflow: hidden;
  border: 2px solid gold;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  flex-shrink: 0;
  padding: 5px;
}

.eft-seg-circle-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 50%;
}

/* Text */
.eft-seg-text h3 {
  margin: 0;
  font-size: clamp(17px, 2vw, 16px);
  color: #ffd700;
  font-weight: 800;
}

.eft-seg-text p {
  margin: 0;
  font-size: clamp(12px, 1.5vw, 13px);
  color: #ccc;
}

/* Responsive stacking */
@media (max-width: 900px) {
  .eft-seg-container {
    grid-template-columns: 1fr;
  }

  .eft-seg-left,
  .eft-seg-right {
    align-items: center;
  }

  .eft-seg-box {
    width: 90%;
  }

  .eft-seg-center {
    order: 2;
    margin: 20px 0;
  }

  .eft-seg-left {
    order: 1;
  }

  .eft-seg-right {
    order: 3;
  }
}

/* eft-seg-style end  */


.shiny-div {
  display: flex;
  justify-content: center;
  margin-top: 30px;
  margin-bottom: 30px;
}

.shiny-button {
  position: relative;
  display: inline-block;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
  background: #B78429;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
  white-space: normal;
  line-height: 1.4;
  max-width: 100%;

  /* Pulse animation */
  animation: pulse 1.8s infinite ease-in-out;
}

/* Shine animation */
.shiny-button::after {
  content: '';
  position: absolute;
  height: 250%;
  width: 40px;
  top: 0;
  left: -60px;
  background: linear-gradient(90deg, transparent, #E6CA19 40%, transparent);
  transform: rotate(45deg) translateY(-35%);
  animation: shine 4s ease infinite;
}

/* Pulse keyframes */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0px rgba(255, 215, 0, 0.6);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 0 15px rgba(255, 215, 0, 0.8);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0px rgba(255, 215, 0, 0.6);
  }
}

/* Shine keyframes */
@keyframes shine {
  0% {
    left: -80px;
  }
  40% {
    left: calc(100% + 20px);
  }
  100% {
    left: calc(100% + 20px);
  }
}

/* Responsive adjustments */
@media (max-width: 600px) {
  .shiny-button {
    font-size: 16px;
    padding: 15px 25px;
  }
}

/* eft-seg-style end  */



/* ================================================================ */



.eft-jl-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 20px;
  background: linear-gradient(135deg, #000 70%, #1a1a1a);
  position: relative;
  overflow: hidden;
}

.eft-jl-text {
  flex: 1 1 500px;
  padding: 20px 40px;
  animation: fadeInLeft 1.2s ease;
}

.eft-jl-text h2 {
  color: #d4af37;
  font-size: 1.8rem;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
  margin-bottom: 15px;
}

.eft-jl-text h2 {
  color: #f5e8b8;
  font-size: 1.3rem;
  margin-bottom: 10px;
}

.eft-jl-text p {
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 20px;
  color: #f2e7c9;
}

.eft-jl-cta-btn {
  background: linear-gradient(90deg, #d4af37, #f5e8b8);
  color: #000;
  border: none;
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
  transition: all 0.3s ease;
  cursor: pointer;
}

.eft-jl-cta-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(245, 232, 184, 0.9);
}

.eft-jl-image {
  flex: 1 1 400px;
  text-align: center;
  padding: 20px;
  animation: fadeInRight 1.2s ease;
}

.eft-jl-image img {
  max-width: 90%;
  border-radius: 20px;
  border: 2px solid #d4af37;
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.4);
}

.eft-jl-highlight-section {
  text-align: center;
  padding: 0px 20px;
  background: #111;
  /* animation: fadeInUp 1.2s ease; */
}

.eft-jl-highlight-section h2 {
  color: #d4af37;
  font-size: 1.7rem;
  margin-bottom: 20px;
  margin-top: 20px;

}

.eft-jl-highlight-section p {
  max-width: 800px;
  margin: 0 auto 20px auto;
  line-height: 1.9;
  color: #f2e7c9;
}

.eft-jl-benefits {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 25px;
  margin-top: 30px;
}

.eft-jl-benefit-card {
  background: #000;
  border: 1px solid #d4af37;
  border-radius: 15px;
  padding: 25px;
  width: 300px;
  text-align: center;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.3);
  transition: 0.3s;
}

.eft-jl-benefit-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.5);
}

.eft-jl-benefit-card img {
  width: 80px;
  height: 80px;
  padding: 4px;
  border-radius: 50%;
  margin-bottom: 15px;
  background: #d4af37;
  border: 2px solid #f5e8b8;
}

@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@media (max-width: 768px) {
  .eft-jl-wrapper {
    flex-direction: column;
  }

  .eft-jl-text,
  .eft-jl-image {
    padding: 20px;
    text-align: center;
  }

  .eft-jl-text h2 {
    font-size: 1.5rem;
  }

  .eft-jl-image {
    flex: 1 1 224px;
  }
}

/* Add pulse animation */
.eft-jl-cta-btn {
  background: linear-gradient(90deg, #d4af37, #f5e8b8);
  color: #000;
  border: none;
  padding: 14px 40px;
  border-radius: 50px;
  font-weight: 700;
  font-size: 1.1rem;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.6);
  transition: all 0.3s ease;
  cursor: pointer;
  animation: pulse 1.8s infinite ease-in-out;  /* Added pulse */
}

.eft-jl-cta-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(245, 232, 184, 0.9);
}

/* Pulse animation keyframes */
@keyframes pulse {
  0% {
    transform: scale(1);
    box-shadow: 0 0 0px rgba(212, 175, 55, 0.6);
  }
  50% {
    transform: scale(1.07);
    box-shadow: 0 0 20px rgba(245, 232, 184, 0.9);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 0px rgba(212, 175, 55, 0.6);
  }
}



/* ================================================================ */


.emr-fw-eft-jl {
  background: radial-gradient(circle at top left, #1a1a1a 0%, #000 80%);
  border-top: 1px solid rgba(212, 175, 55, 0.3);
  border-bottom: 1px solid rgba(212, 175, 55, 0.3);
  padding: 20px 0;
  position: relative;
  overflow: hidden;
}

.emr-fw-eft-jl::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 2px;
  background: linear-gradient(90deg, transparent, #d4af37, transparent);
  animation: emr-fw-lineGlow 5s linear infinite;
}

@keyframes emr-fw-lineGlow {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.emr-fw-pgm-highlights {
  width: 90%;
  margin: 0 auto;
  display: flex;
  gap: 25px;
  justify-content: center;
  flex-wrap: wrap;

  .slick-slide {
    display: block !important;
  }
}

.emr-fw-eft-card {
  background: rgba(255, 215, 0, 0.05);
  border: 1px solid rgba(212, 175, 55, 0.4);
  border-radius: 12px;
  padding: 20px 15px;
  text-align: center;
  color: #f5f5f5;
  min-height: 180px;
  width: 280px;
  transition: transform 0.4s ease, box-shadow 0.4s ease;
  backdrop-filter: blur(4px);
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}

.emr-fw-eft-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 200%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(212, 175, 55, 0.15), transparent);
  animation: emr-fw-lightSweep 4s infinite linear;
}

@keyframes emr-fw-lightSweep {
  0% {
    left: -100%;
  }

  100% {
    left: 100%;
  }
}

.emr-fw-eft-card h3 {
  color: #d4af37;
  font-size: 1.3rem;
  margin-bottom: 8px;
}

.emr-fw-eft-card h2 {
  color: #d4af37;
  font-size: 1.3rem;
}

.emr-fw-eft-card p {
  margin: 4px 0;
  font-size: 1.1rem;
  color: #ddd;
}

.emr-fw-eft-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

/* Hide slick arrows */

.emr-fw-eft-jl {

  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

/* ===== Mobile Thin Cards ===== */
@media (max-width: 768px) {
  .emr-fw-eft-card {
    min-height: 130px;
    /* reduced from 180px */
    padding: 15px 10px;
    /* slightly smaller padding */
    margin: 5px;

  }
}


/* ================================================================ */




/* bonus and certified section style start  */


.bonus-section {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.bonus-content h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}

.bonus-content h2 span {
  /* Initial state, your original color */
  color: #ffc107;
  /* Must be inline-block or block for transform to work */
  display: inline-block;
  /* Combine both animations for a dramatic effect */
  animation:
    color-pulse 1.5s infinite alternate,
    zoom-pulse 1s infinite alternate;
}

/* Keyframes for the color change (your original pulse) */
@keyframes color-pulse {
  0% {
    /* Bright Gold (Glow on) */
    color: #ffc107;
    text-shadow: 0 0 8px rgba(255, 193, 7, 0.9);
  }

  100% {
    /* Darker, Muted Gold (Glow off) */
    color: #b38905;
    text-shadow: none;
  }
}

/* Keyframes for the actual zoom-in/zoom-out size change */
@keyframes zoom-pulse {
  0% {
    /* Zoom Out (Normal size) */
    transform: scale(1);
  }

  100% {
    /* Zoom In (8% larger) */
    transform: scale(1.08);
  }
}

/* ... rest of your CSS ... */

.bonus-image-wrapper {
  perspective: 1000px;
  text-align: center;
  position: relative;
}

.bns-img-div {
  display: inline-block;
  padding: 15px;
  border-radius: 20px;
  box-shadow:
    -20px -20px 60px rgba(32, 32, 32, 0.6),
    0 0 30px rgba(255, 215, 0, 0.5),
    0 0 60px rgba(255, 215, 0, 0.3);
  transform: rotateY(-10deg) rotateX(5deg);
  animation: tiltAnim 4s infinite ease-in-out;
  transition: transform 0.5s ease;
  z-index: 11;
  background: #000;
  /* stays pure black */
  position: relative;
  overflow: hidden;
  /* needed for shine effect */
}

/* Shine sweep effect */
.bns-img-div::after {
  content: '';
  position: absolute;
  height: 200%;
  width: 50px;
  top: -50%;
  left: -80px;
  background: linear-gradient(90deg,
      transparent,
      rgba(255, 215, 0, 0.6) 40%,
      /* golden streak */
      transparent);
  transform: rotate(45deg);
  animation: shine 4s ease-in-out infinite;
  z-index: 5;
}

@keyframes shine {
  0% {
    left: -80px;
  }

  40% {
    left: calc(100% + 80px);
  }

  100% {
    left: calc(100% + 80px);
  }
}


.bns-cap {
  position: absolute;
  border: 2px solid #F5D276;
  padding-left: 20px;

  border-radius: 0px 20px 20px 0px;
  bottom: 35%;
  left: 63%;
  transform: rotateY(-10deg) rotateX(5deg);
  animation: tiltAnim 4s infinite ease-in-out;
  transition: transform 0.5s ease;
  z-index: 10;
  padding-right: 15px;

  p {
    font-size: 20px;
    font-weight: 700;
    color: white;

  }

}

.bonus-image {
  width: 300px;
  transform: rotateY(-10deg) rotateX(5deg);
  animation: tiltAnim 4s infinite ease-in-out;
  transition: transform 0.5s ease;
  z-index: 11;
  position: relative;
}

.bonus-image:hover {
  transform: rotateY(10deg) rotateX(-5deg) scale(1.05);
}

@keyframes tiltAnim {
  0% {
    transform: rotateY(-10deg) rotateX(5deg);
  }

  50% {
    transform: rotateY(10deg) rotateX(-5deg);
  }

  100% {
    transform: rotateY(-10deg) rotateX(5deg);
  }
}


@media (max-width: 768px) {

  .bonus-section {
    padding: 20px 0px 60px 0px;
  }

  .bonus-content {
    text-align: center;
    margin-bottom: 30px;
  }

  .bonus-image {
    width: 220px;
  }

  .bns-img-div {
    width: 200px;
  }

  .bns-cap {
    left: 37%;
    bottom: -31%;
    max-width: 120px;
    padding: 15px 15px 0px 15px;

    border-radius: 0px 0px 20px 20px;

    p {
      font-size: 17px;
      font-weight: 700;
      padding-top: 10px;
      margin-top: 20px;

    }
  }

  .bonus-content {
    margin-top: 30px;

    h2 {
      font-size: 20px;
      margin-top: 30px;
    }
  }
}

.bonus-details {
  margin-top: 25px;
  padding-left: 20px;
  list-style: none;
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.6;
}

.bonus-details li {
  margin-bottom: 8px;
  background: rgba(255, 215, 0, 0.1);
  /* padding: 8px 12px;
  border-left: 4px solid #ffd166; */
  border-width: 1px 1px 1px 8px; /* top right bottom left */
border-style: solid;
border-color: var(--yellow);
padding: 15px;
  border-radius: 8px;
  transition: transform 0.3s ease, background 0.3s ease;
}

.bonus-details li:hover {
  background: rgba(255, 215, 0, 0.2);
  transform: translateX(5px);
}

/* Responsive text scaling */
@media (max-width: 768px) {
  .bonus-details {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .bonus-details {
    font-size: 0.9rem;
    padding-left: 10px;
  }

  .bonus-details li {
    padding: 6px 10px;
  }
}



/* ======================================================== */

/* products style srart */


.products {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.product-item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  background: transparent;
  border: none;
  padding: 20px;
}

/* Image wrapper with golden base and shine effect */
.product-img-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: transparent;
  /* border-radius: 10px;
      background: linear-gradient(180deg, #a67c00, #ffdc73, #a67c00);
      animation: glow 4s ease-in-out infinite alternate; */
}

/* 45° shine effect */
.product-img-wrapper::before {
  content: '';
  position: absolute;
  top: -150%;
  left: -150%;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg,
      transparent 0%,
      rgba(241, 213, 88, 0.788) 50%,
      transparent 100%);
  transform: rotate(0deg);
  animation: shine45 3s linear infinite;
  pointer-events: none;
}

@keyframes shine45 {
  0% {
    top: -150%;
    left: -150%;
  }

  50% {
    top: 0%;
    left: 0%;
  }

  100% {
    top: 150%;
    left: 150%;
  }
}

@keyframes glow {
  from {
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
  }

  to {
    box-shadow: 0 0 25px rgba(255, 215, 0, 0.8);
  }
}

.product-img-wrapper img {
  display: block;
  width: auto;
  height: auto;
  max-height: 70vh;
  border-radius: 10px;
  background: transparent;
  position: relative;
  z-index: 2;
}

.product-item h3 {
  font-size: 2rem;
  margin: 10px 0;
  color: #fff;
  font-weight: 700;
}

.product-item h3 strong {
  font-size: 2.2rem;
  font-weight: 900;
  background: linear-gradient(90deg, #ffffff, #ac8c2f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.product-item p {
  font-size: 1.7rem;
  color: #ffd700;
  margin: 0;
}

/* Hide slick arrows */
.products {

  .slick-prev,
  .slick-next {
    display: none !important;
  }
}

/* Responsive */
@media(max-width: 768px) {

  .products {
    margin-bottom: 1px;
  }
  .product-img-wrapper img {
    width: 90%;
    max-height: none;
  }

  .product-item h3 {
    font-size: 1.3rem;
  }

  .product-item p {
    font-size: 1.2rem;
  }
}


/* products style srart */




/* ======================================================== */



/* Certificate Section Styles */


.cert-section {
  padding: 15px 0px 15px 0px;
  position: relative;
  overflow: hidden;

}

.cert-content h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.4;
  color: #ffffff;
}

.cert-content h2 span {
  /* Initial state, your original color */
  color: #ffc107;
  /* Must be inline-block or block for transform to work */
  display: inline-block;
  /* Combine both animations for a dramatic effect */
  animation:
    color-pulse 1.5s infinite alternate,
    zoom-pulse 1s infinite alternate;
}

/* Keyframes for the color change (your original pulse) */
@keyframes color-pulse {
  0% {
    /* Bright Gold (Glow on) */
    color: #ffc107;
    text-shadow: 0 0 8px rgba(255, 193, 7, 0.9);
  }

  100% {
    /* Darker, Muted Gold (Glow off) */
    color: #b38905;
    text-shadow: none;
  }
}

/* Keyframes for the actual zoom-in/zoom-out size change */
@keyframes zoom-pulse {
  0% {
    /* Zoom Out (Normal size) */
    transform: scale(1);
  }

  100% {
    /* Zoom In (8% larger) */
    transform: scale(1.08);
  }
}

/* ... rest of your CSS ... */

.cert-image-wrapper {
  perspective: 1000px;
  text-align: center;
  position: relative;
}

.crt-img-div {
  display: inline-block;
  padding: 15px;
  border-radius: 20px;
  box-shadow:
    -20px -20px 60px rgba(32, 32, 32, 0.6),
    0 0 30px rgba(255, 215, 0, 0.5),
    0 0 60px rgba(255, 215, 0, 0.3);
  transform: rotateY(-10deg) rotateX(5deg);
  animation: tiltAnim 4s infinite ease-in-out;
  transition: transform 0.5s ease;
  z-index: 11;
  background: linear-gradient(145deg, #F5D276, #8d7013);
  position: relative;
  /* z-index: 5; */
  overflow: hidden;
  /* Needed for shine effect */
}

/* Shine sweep effect */
.crt-img-div::after {
  content: '';
  position: absolute;
  height: 200%;
  width: 50px;
  top: -50%;
  left: -80px;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.6) 40%, transparent);
  transform: rotate(45deg);
  animation: shine 4s ease-in-out infinite;
}

@keyframes shine {
  0% {
    left: -80px;
  }

  40% {
    left: calc(100% + 80px);
  }

  100% {
    left: calc(100% + 80px);
  }
}




.crt-cap {
  position: absolute;
  border: 2px solid #F5D276;
  padding-right: 15px;
  border-radius: 20px 0px 0px 20px;
  bottom: 35%;
  right: 77%;
  transform: rotateY(-10deg) rotateX(5deg);
  animation: tiltAnim 4s infinite ease-in-out;
  transition: transform 0.5s ease;
  z-index: 10;

  p {
    font-size: 20px;
    font-weight: 700;
    color: white;

  }

}

.cert-image {
  width: 300px;
  transform: rotateY(-10deg) rotateX(5deg);
  animation: tiltAnim 4s infinite ease-in-out;
  transition: transform 0.5s ease;
  z-index: 11;
  position: relative;
}

.cert-image:hover {
  transform: rotateY(10deg) rotateX(-5deg) scale(1.05);
}

@keyframes tiltAnim {
  0% {
    transform: rotateY(-10deg) rotateX(5deg);
  }

  50% {
    transform: rotateY(10deg) rotateX(-5deg);
  }

  100% {
    transform: rotateY(-10deg) rotateX(5deg);
  }
}

@media (max-width: 768px) {
  .cert-content {
    text-align: center;
    /* margin-bottom: 30px; */
  }

  .cert-image {
    width: 220px;
  }

  .crt-img-div {
    width: 200px;
  }

  .crt-cap {
    right: 32%;
    bottom: -26%;
    padding: 15px 15px 0px 15px;
    border-radius: 0px 0px 20px 20px;

    p {
      font-size: 17px;
      font-weight: 700;
      padding-top: 10px;

    }
  }

  .cert-content {
    margin-top: 30px;

    h2 {
      font-size: 20px;
      margin-top: 55px;
    }
  }


}


/* bonus and certified section style end  */


/* 3 line sliders stye start  */


/* ================= Benefits Section ================= */
.benefits-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 50px 0;
  gap: 50px;
  width: 100%;
}

.benefits-heading {
  text-align: center;
  margin-bottom: 50px;
  font-size: 2.5rem;
  font-weight: bold;
  background: linear-gradient(90deg, #ffffff, #FFD700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  padding-top: 10px;
}

.benefits-subheading {
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.5rem;
  font-weight: 500;
  color: #fff;
}

/* ================= Slick Slides ================= */
.benefit-highlights {
  width: 90%;
  margin: auto;
  position: relative;
  /* Important for arrows to show */
}

.slick-slide {
  margin: 0 10px;
  display: flex !important;
  /* Make all slides flex items */
  align-items: stretch;
  /* Stretch to equal height */
}

/* ================= Benefit Cards ================= */
.card.benfits-items {
  background: #000;
  border-radius: 16px;
  padding: 20px;
  height: 250px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  text-align: center;
  flex: 1 0 auto;
  /* Grow to equal height */
  display: flex;
  flex-direction: column;
  /* Stack image + text vertically */
  justify-content: flex-start;
  /* Align content to top */
  transition: transform 0.3s ease;
}

.card.benfits-items:hover {
  transform: translateY(-6px);
}

.slick-next:before,
.slick-prev:before {
  display: none !important;
}

/* Scope arrows only to .benefit-highlights sliders */
.benefit-highlights.slick-slider .slick-prev,
.benefit-highlights.slick-slider .slick-next {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
  /* background: rgba(255, 215, 0, 0.8);  */
  border: none;
  color: var(--primary);
  font-weight: 800 !important;
  font-size: 30px !important;
  padding: 10px;
  border-radius: 50%;
  z-index: 10;
  cursor: pointer;
}

/* .benefit-highlights.slick-slider .slick-prev:hover,
.benefit-highlights.slick-slider .slick-next:hover {
  background: var(--primary);
} */

.benefit-highlights.slick-slider .slick-prev {
  left: -15px;
}

.benefit-highlights.slick-slider .slick-next {
  right: 0px;
}


/* ================= Card Image ================= */
.bnf-img-div {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  flex: 0 0 auto;
  /* Prevent image from stretching */
}

.bnf-img-div img {
  object-fit: contain;
  background-color: #ffffff;
  border: 5px solid #FCD462;
  border-radius: 50%;
  padding: 5px;
  width: 80px;
  height: 80px;
}

/* ================= Card Text ================= */
.bnf-cnt {
  flex: 1 0 auto;
  /* Make text block stretch */
  display: flex;
  align-items: center;
  /* Vertically center text */
  justify-content: center;
  text-align: center;
}

.bnf-cnt p {
  font-size: 1.1rem;
  color: #FCD462;
  line-height: 1.4;
}

/* ================= Card Icon ================= */
.benefit-icn {
  width: 60px;
  height: 60px;
  object-fit: contain;
}

/* ================= Responsive ================= */
@media (max-width: 992px) {
  .slick-slide {
    margin: 0 5px;
  }
}

@media (max-width: 768px) {
  .benefits-heading {
    font-size: 25px;
    margin-bottom: 10px;
  }

  .benefits-subheading {
    font-size: 18px;
    margin-top: -20px;
  }

  .bnf-cnt p {
    font-size: 1.1rem;
  }

  .benefit-icn {
    width: 50px;
    height: 50px;
  }

  .bnf-img-div img {
    width: 70px;
    height: 70px;
  }
}



/* 3 line sliders stye end  */


/* =========================================================================== */

/* what yo get sec style start  */

.get-section {
  width: 100%;
  max-width: 1200px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 15px;
}

.get-heading h2 {
  /* font-family: "Dancing Script", cursive; */
  font-size: 2.5rem;
  font-weight: 700;
  color: #ffd166;
  margin-bottom: 30px;
  text-align: center;
}

@media (min-width: 768px) {
  .get-heading h2 {
    text-align: left;
    font-size: 3rem;
  }
}

/* ========== STACK AREA ========== */
.get-stack {
  position: relative;
  width: 350px;
  height: 520px;
  margin: 0 auto;
}

.get-card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 340px;
  /* height: 350px;
  background: linear-gradient(145deg, #F6C66A,  #FFDFA0);
    background: linear-gradient(135deg, #B78429 0%, #E6CA19 100%);   */
  background: linear-gradient(90deg, #fac055 40%, #eec167 50%, #F6C66A 60%);




  border-radius: 1.5rem;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.25),
    0 15px 25px rgba(0, 0, 0, 0.15);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transition: transform 0.6s, z-index 0.6s;
  z-index: 1;
}

.get-card:hover {
  transform: translate(-50%, -50%) scale(1.05);
}

/* ========== IMAGE ========== */
.get-img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background: linear-gradient(135deg, #b78429, #f6c66a);
  padding: 5px;
  /* gold ring thickness */
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 20px auto 10px;
  box-shadow:
    0 4px 10px rgba(0, 0, 0, 0.25),
    /* dark shadow below */
    0 -2px 8px rgba(255, 255, 255, 0.4);
  /* soft light glow on top */
}

.get-img img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  object-fit: cover;
  background: #fff;
}



/* ========== CONTENT ========== */
.get-cnt {
  flex: 1;
  padding: 10px 20px 20px;
  text-align: center;

  color: black;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.get-cnt h3 {
  font-size: 1rem;
  color: black;
  font-weight: 800;
  line-height: 1.2;
}

.get-cnt h3 span {
  font-weight: 900;
  color: #000000;
  letter-spacing: 0.3px;
}


/* ========== STACK DEPTH EFFECT ========== */
.get-card:nth-last-child(n + 5) {
  --x: calc(-50% + 90px);
  transform: translate(var(--x), -50%) scale(0.85);
  opacity: 0.4;
}

.get-card:nth-last-child(4) {
  --x: calc(-50% + 60px);
  transform: translate(var(--x), -50%) scale(0.9);
  opacity: 0.6;
}

.get-card:nth-last-child(3) {
  --x: calc(-50% + 30px);
  transform: translate(var(--x), -50%) scale(0.95);
  opacity: 0.8;
}

.get-card:nth-last-child(2) {
  --x: calc(-50%);
  transform: translate(var(--x), -50%) scale(1);
  opacity: 0.95;
}

.get-card:nth-last-child(1) {
  --x: calc(-50% - 30px);
  transform: translate(var(--x), -50%) scale(1.05);
  opacity: 1;
  box-shadow: 0 0 20px rgba(255, 193, 111, 0.6);
  z-index: 10;
}

/* ========== ANIMATION ========== */
.get-swap {
  animation: get-swap 1.3s ease-out forwards;
}

@keyframes get-swap {
  30% {
    transform: translate(calc(var(--x) - 250px), -50%) scale(0.85) rotate(-5deg) rotateY(65deg);
    opacity: 0.5;
  }

  100% {
    transform: translate(calc(var(--x) - 30px), -50%) scale(0.5);
    z-index: -1;
    opacity: 0;
  }
}

/* ========== RESPONSIVENESS ========== */
@media (max-width: 768px) {
  .get-stack {
    width: 340px;
    height: 500px;
  }

  .get-card {
    width: 300px;
    height: 400px;
  }

  .get-cnt h3 {
    font-size: 22px;
    padding: 10px;
  }

  .get-cnt h3 span {
    font-weight: 900;
    color: #000000;
    letter-spacing: 0.3px;
  }

  .get-img {
    width: 125px;
    height: 125px;
  }

  .prev-btn {
    left: 5px;
  }

  .next-btn {
    right: 5px;
  }


  /* .get-cnt{
              padding:10px;
            } */

}

@media (max-width: 480px) {
  .get-stack {
    width: 320px;
    height: 440px;
  }

  .get-card {
    width: 300px;
    height: 400px;
  }

  .get-cnt h3 {
    font-size: 1.1rem;
  }

  .get-cnt h3 span {
    font-weight: 900;
    color: #000000;
    letter-spacing: 0.3px;
  }

  .get-heading h2 {
    font-size: 2rem;
  }
}

/* ==== */
.get-stack-wrapper {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.prev-btn,
.next-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: rgba(255, 193, 111, 0.8);
  border: none;
  font-size: 2rem;
  cursor: pointer;
  padding: 5px 10px;
  border-radius: 25%;
  z-index: 20;
}

@media (min-width: 768px) {
  .prev-btn {
    left: -15px;
  }

  .next-btn {
    right: -15px;
  }
}




/* what you get sect style end  */


/* ===================================================================== */

.bonus-section {
  text-align: center;
  padding: 80px 20px;
  background: linear-gradient(135deg, #000, #111, #000);
  padding: 20px 20px 70px 15px;
  position: relative;
  overflow: hidden;
  overflow-x: hidden;
}

/* Floating spark animation */
.bonus-section::before,
.bonus-section::after {
  content: '';
  position: absolute;
  width: 200%;
  height: 200%;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.15) 0%, transparent 70%);
  animation: spin 15s linear infinite;
}

.bonus-section::after {
  animation-direction: reverse;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

.offer-title {
  /* font-family: 'Noto Sans Malayalam', sans-serif; */
  color: #b78429;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 10px;
  animation: fadeInDown 1.5s ease;
}

.offer-subtitle {
  color: #ffeb99;
  font-size: 1.5rem;
  font-weight: 500;
  margin-bottom: 40px;
  animation: fadeInUp 1.5s ease;
}

@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translateY(-20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(20px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.bonus-list {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.4);
  border-radius: 15px;
  padding: 25px;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.2);
  backdrop-filter: blur(5px);
  animation: fadeIn 2s ease;
}

.bonus-item {
  margin: 15px 0;
  font-size: 1.1rem;
  line-height: 1.6;
  color: white;
}

.bonus-item span {
  color: #ffd700;
  font-weight: 600;
}

.register-btn {
  margin-top: 40px;
  background: linear-gradient(90deg, #b78429, #ff9900);
  color: #fff;
  font-size: 1.3rem;
  font-weight: 700;
  padding: 15px 40px;
  border: none;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 15px rgba(255, 153, 0, 0.5);
  animation: pulse 2s infinite;
}

.register-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 25px rgba(233, 219, 96, 0.7);
}

@keyframes pulse {

  0%,
  100% {
    box-shadow: 0 0 15px rgba(255, 153, 0, 0.5);
  }

  50% {
    box-shadow: 0 0 25px rgba(247, 230, 3, 0.9);
  }
}

.note {
  margin-top: 20px;
  color: #ffb700;
  font-size: 1rem;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@media (max-width: 600px) {

  .bonuss-section {
    padding: 20px 20px 70px 15px;
  }

  .offer-title {
    font-size: 1.8rem;
  }

  .offer-subtitle {
    font-size: 1.2rem;
  }

  .bonus-list {
    padding: 20px;
  }

  .register-btn {
    font-size: 1.1rem;
    padding: 12px 30px;
  }
}

.product-item .worth {
  margin: 6px 0 8px;
  color: rgba(255, 215, 0, 0.95);
  font-weight: 600;
  font-size: 0.95rem;
}

/* New description lines styling */
.product-item .product-desc {
  margin: 6px 0;
  font-size: 1.1rem;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.92);
  text-align: left;
  max-width: 500px;
  /* keeps lines tidy */
  margin-left: auto;
  margin-right: auto;
  position: relative;
  padding-left: 26px;
  /* space for the decorative bullet */
}

/* decorative gold dot on the left */
.product-item .product-desc::before {
  content: '•';
  position: absolute;
  left: 8px;
  top: 0;
  font-size: 1.2rem;
  color: #ffd700;
  line-height: 1.2;
}

/* .product-desc {
  color:white;
} */

/* responsive tweak: reduce width on very small screens */
@media (max-width: 420px) {
  .product-item .product-desc {
    max-width: 100%;
    padding-left: 22px;
    font-size: 0.9rem;
  }

  .product-item .worth {
    font-size: 0.9rem;
  }
}



/* ===================================================================== */

/* dude walking section style start  */




/* dude walking section style start  */


/* ===================================================================== */



.test-video2-section {
  text-align: center;
  padding: 20px;

}

.test-video2-section h2 {
  font-size: 2.2rem;
  margin-top: 10px;
  color: #EFBD57;
  font-weight: 900;

}


.test-video2-container {
  position: relative;
  width: 100%;
  /* max-width: 800px; */
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.test-video2-container video {
  width: 100%;
  height: auto;
  cursor: pointer;
  display: block;
}

@media (max-width: 768px) {


  .test-video2-section h2 {
    font-size: 18px;
    margin-top: 13px;
    font-weight: 900;

  }
}

/* ======================================================================== */
/* profile with counter section style  */
/* Main container */
.counter-section {
  width: 100%;
  text-align: center;
  background: #000;
  color: #fff;
  padding: 0px 20px;
  box-sizing: border-box;
}

/* Profile section */
.profile {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 40px;
}

.profile img {
  width: 100%;
  height: auto;
  border-radius: 12px;
  object-fit: cover;
  margin-bottom: 15px;
}

.profile h2 {
  font-size: 35px;
  font-weight: 900;
  margin: 0;
  margin-top: 20px;
  color: #f5e9c8;
}

.profile p {
  margin: 5px 0 0;
  font-size: 20px;
  font-weight: 600;
  color: rgba(255, 255, 255, 0.75);
}

/* Stats section */
.stats {
  display: flex;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  /* keep all in one row on desktop */
  gap: 20px;
  margin-top: 30px;
  overflow-x: auto;
  /* allow scroll if screen too small */
  scrollbar-width: none;
  /* hide scrollbar (Firefox) */
}

.stats::-webkit-scrollbar {
  display: none;
  /* hide scrollbar (Chrome/Safari) */
}

.stat {
  flex: 1 1 calc(20% - 20px);
  /* 5 per row */
  background: rgba(255, 255, 255, 0.05);
  border-radius: 12px;
  padding: 25px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-sizing: border-box;
  min-width: 200px;
}

.stat:hover {
  transform: translateY(-6px);
  box-shadow: 0 4px 15px rgba(199, 156, 47, 0.3);
}

.stat-number {
  font-size: 38px;
  font-weight: 700;
  color: #c79c2f;
  position: relative;
}

.stat-number::after {
  content: "";
  display: block;
  width: 230px;
  height: 3px;
  background: linear-gradient(90deg, #c79c2f, #f5e9c8);
  margin: 10px auto 0;
  border-radius: 2px;
}

.stat-label {
  margin-top: 10px;
  font-size: 16px;
  line-height: 1.5;
}

.stat-sub {
  font-size: 17px;
  color: rgba(255, 255, 255, 0.75);
}


.profile-image img {
  width: 100%;
  /* max-width: 500px; */
  border-radius: 12px;
  margin-bottom: 20px;
  object-fit: cover;
  box-shadow: 0 4px 15px rgba(199, 156, 47, 0.3);
}

@media (min-width:768px) {
.profile-image-mobv{
display: none;
}
}


@media (max-width:768px) {
.profile-image{
display: none;
}
}
/* Responsive breakpoints */
@media (max-width: 1200px) {
  .stat {
    flex: 1 1 calc(33.33% - 20px);
    /* 3 per row */
  }
}

@media (max-width: 768px) {
  .stats {
    flex-wrap: wrap;
  }

  .stat {
    flex: 1 1 45%;
    /* 2 per row */
  }
}

@media (max-width: 600px) {
  .stat {
    flex: 1 1 100%;
    /* 1 per row */
    width: 100%;
    padding: 20px;
  }

  .stat-number {
    font-size: 26px;
  }

  .stat-label {
    font-size: 18px;
  }

  .profile h2 {
    font-size: 22px;
  }

  .profile p {
    font-size: 15px;
  }
}



/* ======================================================================== */


.pgm-img-section {
  padding: 10px 20px;
  /* background: #fafafa; */
  text-align: center;
}

.pgm-img-heading {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
  color: #EFBD57;
}

.pgm-img-parent {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 12px;
  max-width: 1200px;
  margin: 0 auto;
}

.pgm-img-parent div {
  overflow: hidden;
  border-radius: 10px;
}

.pgm-img-parent img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.pgm-img-parent img:hover {
  transform: scale(1.05);
}

.pgm-img-section {

  .slick-prev,
  .slick-next {
    display: none !important;
  }

}

/* ✅ Responsive layout */
@media (max-width: 900px) {
  .pgm-img-parent {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 600px) {
  .pgm-img-parent {
    grid-template-columns: repeat(2, 1fr);
  }

  .pgm-img-heading {
    font-size: 1.6rem;
  }
}

/* ======================================================================== */



.cmp-reg {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #000000 0%, #1a1a1a 100%);
  padding: 20px 15px;
  text-align: center;
  border: 2px solid #d4af37;
  border-radius: 10px;
  max-width: 500px;
  margin: 40px auto;
  position: relative;
  overflow: hidden;
  transition: transform 0.3s ease;
}

.cmp-reg:hover {
  transform: scale(1.05);
}

.cmp-reg h2 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #d4af37;
  margin: 0 0 5px;
  animation: cmp-reg-fadeInDown 1s ease forwards;
}

.cmp-reg p {
  font-size: 1.4rem;
  color: #fff;
  margin: 3px 0;
  line-height: 1.4;
  animation: cmp-reg-fadeInUp 1s ease forwards;
}

.cmp-reg .cmp-reg-price {
  font-size: 1.1rem;
  font-weight: 600;
  color: #d4af37;
  margin: 5px 0;
  animation: cmp-reg-pulse 1.5s infinite;
}

.cmp-reg button {
  margin-top: 10px;
  padding: 8px 20px;
  background: #d4af37;
  color: #000;
  border: none;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}

.cmp-reg button:hover {
  background: #fff;
  transform: scale(1.05);
}

/* Animations */
@keyframes cmp-reg-fadeInDown {
  0% {
    opacity: 0;
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cmp-reg-fadeInUp {
  0% {
    opacity: 0;
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes cmp-reg-pulse {

  0%,
  100% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.1);
  }
}

/* Responsive */
@media (max-width: 600px) {
  .cmp-reg {
    padding: 15px 10px;
  }

  .cmp-reg h2 {
    font-size: 1.2rem;
  }

  .cmp-reg p {
    font-size: 1.2rem;
  }

  .cmp-reg .cmp-reg-price {
    font-size: 1rem;
  }
}




/* ======================================================================== */


/* 3dys training section style start  */


.f-timeline-block {
  padding: 20px 0 1px;
  position: relative;
  overflow: hidden;
}

.f-timeline_title-box {
  text-align: center;
  margin-bottom: 50px;
}

.f-timeline_tagline {
  font-size: 26px;
  color: #e6c56f;
  text-shadow: 0 0 8px rgba(255, 215, 0, 0.25);
  font-weight: 600;
  line-height: 1.4;
}

.f-format-container {
  width: 92%;
  max-width: 950px;
  margin: 0 auto;
  position: relative;
}

.f-timeline {
  position: relative;
  padding: 0;
}

/* Center Line */
.f-timeline_line {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  background: rgba(255, 215, 0, 0.2);
  transform: translateX(-50%);
  overflow: hidden;
  border-radius: 10px;
}

.f-timeline_line-progress {
  position: absolute;
  width: 100%;
  height: 0;
  background: linear-gradient(180deg, #ffd700, #c6a43d);
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.5);
  border-radius: 10px;
  transition: height 0.3s ease;
}

.f-timeline_item {
  position: relative;
  margin-bottom: 70px;
  /* margin-left: 20px; */
}

.f-timeline_item:nth-child(2n) {
  text-align: right;
}

.f-timeline-card_point {
  display: inline-block;
  height: 40px;
  width: 40px;
  line-height: 38px;
  border: 2px solid #ffd700;
  border-radius: 50%;
  background-color: #111;
  color: #ffd700;
  font-weight: 600;
  text-align: center;
  font-size: 16px;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.25);
  transition: all 0.3s ease;
}

.js-f-active .f-timeline-card_point {
  background: #ffd700;
  color: #000;
  box-shadow: 0 0 15px #ffd700;
  transform: scale(1.05);
}

.f-timeline-card_point-right {
  position: absolute;
  left: 43%;
}


.f-timeline-card_item {
  display: inline-block;
  width: 42%;
  background: #121212;
  border: 1px solid rgba(255, 215, 0, 0.2);
  border-radius: 10px;
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.08);
  transition: all 0.6s ease;
  opacity: 0;
  transform: translateX(150px);
  vertical-align: top;
}

/* .f-timeline_item:nth-child(2n+1) .f-timeline-card_item {
            transform: translateX(-150px);
        } */

.js-f-active .f-timeline-card_item {
  transform: translateX(0);
  opacity: 1;
}

.f-timeline-card_img {
  width: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  height: 200px;
  object-fit: cover;
  filter: brightness(0.85);
  transition: all 0.3s ease;
}

.f-timeline-card_item:hover .f-timeline-card_img {
  filter: brightness(1);
}

.f-timeline-card_info {
  padding: 15px 20px 20px;
}

.f-timeline-card_desc ul {
  margin: 0;
  padding-left: 18px;
  list-style: none;
}

.f-timeline-card_desc ul li {
  padding: 6px 0;
  font-size: 17px;
  color: #f5f5f5;
  border-left: 3px solid #d4af37;
  padding-left: 10px;
  transition: color 0.3s ease;
}

.f-timeline-card_desc ul li:hover {
  color: #ffd700;
}

.f-timeline-cta {
  text-align: center;
  margin-top: 60px;
}

.f-timeline-btn {
  display: inline-block;
  background: linear-gradient(90deg, #ffd700, #c6a43d);
  color: #000;
  font-weight: 700;
  text-decoration: none;
  padding: 18px 40px;
  border-radius: 50px;
  font-size: 20px;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.3);
  transition: all 0.3s ease;
  line-height: 1.5;
}

.f-timeline-btn small {
  display: block;
  font-size: 17px;
  font-weight: 700;

}

.f-timeline-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 35px rgba(255, 215, 0, 0.6);
  background: linear-gradient(90deg, #ffe873, #ffcc00);
}



@media (max-width: 992px) {
  .f-timeline-card_point-right {
    left: 0;
    right: auto;
    transform: translateX(0);
    top: 0;
    /* adjust if needed */
  }
}



@media (max-width: 600px) {
  .f-timeline-btn {
    font-size: 18px;
    padding: 14px 28px;
  }

  .f-timeline-btn small {
    font-size: 13px;
  }
}


/* --- Responsive Adjustments --- */
@media (max-width: 992px) {
  .f-timeline_line {
    left: 25px;
  }

  .f-timeline-card_item {
    transform: translateX(50px);
    /* smaller slide from left */
    opacity: 0;
  }

  .js-f-active .f-timeline-card_item {
    transform: translateX(0);
    opacity: 1;
  }

  .f-timeline_item,
  .f-timeline_item:nth-child(2n) {
    text-align: left;
  }

  .f-timeline-card_item {
    width: calc(100% - 65px);
    margin-left: 55px;
    /* transform: translateX(0) !important;
                opacity: 1; */
  }

  /* make all points align right of the line visually */
  .f-timeline-card_point {
    position: absolute;
    left: 0;
    transform: translateX(0);
  }

  /* make even items behave same as odd ones */
  .f-timeline_item:nth-child(2n) .f-timeline-card_item {
    transform: translateX(0);
    text-align: left;
  }

  .f-timeline-card_img {
    height: 180px;
  }
}

@media (max-width: 600px) {
  .f-timeline_tagline {
    font-size: 22px;
  }

  .f-timeline-card_item {
    margin-left: 45px;
    width: calc(100% - 55px);
  }

  .f-timeline-card_desc ul li {
    font-size: 15px;
  }
}


/* 3dys training section style end  */





/* <!-- =============================================================================== --> */

/* <!-- about section style start  --> */



.abt-jl {
  display: flex;
  justify-content: center;
}

.abt-jl-container {
  background: #111;
  border: 1px solid #FAE609;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  /* max-width: 1000px; */
  box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
}

.abt-jl-header {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.abt-jl-img {
  width: 80px;
  height: 80px;
  border-radius: 8px;
  border: 2px solid #FAE609;
  flex-shrink: 0;
}

.abt-jl-header h2 {
  color: #ffc107;
  margin: 0;
  font-size: 1.5rem;
}

.yellow {
  color: #FAE609;
  font-weight: 500;
  margin: 0;
}

.underline {
  width: 100px;
  height: 3px;
  background-color: #FCD462;
  margin-top: 5px;
  border-radius: 2px;
}

.abt-jl-content {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 10px;
  padding: 35px;
  position: relative;
  overflow: hidden;
}


@keyframes rotateLogo {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


.abt-jl-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('assets/images/logo/emrld-logo.png');
  background-size: 200px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.12;
  width: 100%;
  height: 100%;
  z-index: 0;

  /* ✅ Add animation */
  animation: rotateLogo 3s linear infinite;
}


/* Ensure text stays above background logo */
.abt-jl-content p,
.abt-jl-content .symbol,
.abt-jl-content .more-text {
  position: relative;
  z-index: 1;
}

.symbol {
  font-size: 40px;
  color: #FCD462;
  margin: 0;
  padding: 8px;
}

.more-text {
  display: none;
  margin-top: 10px;
}

button#toggleBtn {
  margin-top: 15px;
  background: linear-gradient(135deg, #FCD462, #B78429);
  color: #000;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

button#toggleBtn:hover {
  background: linear-gradient(135deg, #B78429, #FCD462);
}

 .jl-content-span{
    font-size: 16px;
    font-weight:900 !important;
  }

/* ---------- MOBILE VIEW ---------- */
@media (max-width: 768px) {
  .abt-jl-container {
    padding: 15px;
  }

  .abt-jl-content strong {
    font-size: 30px;
  }

  .abt-jl-content p {
    font-size: 14px;
  }

  .jl-content-span{
    font-size: 16px;
    font-weight:900 !important;
  }

  .abt-jl-header {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }

  .abt-jl-img {
    width: 74px;
    height: 80px;
  }

  .abt-jl-header h2 {
    font-size: 17px;
    font-weight: 800;
  }

  .yellow {
    font-size: 13px;
    font-weight: 700;
  }

  .abt-jl-content {
    padding: 5px;
  }

  .underline {
    width: 80px;
    height: 2px;
  }

  /* ✅ Mobile: logo smaller, still rotated, and slightly more visible */
  .abt-jl-content::before {
    background-size: 290px;
    opacity: 0.14;
    animation: rotateLogo 3s linear infinite;
  }

}

.abt-jl {
  display: flex;
  justify-content: center;
  padding: 20px;

}

.abt-jl-container {
  background: #111;
  border: 1px solid #FAE609;
  border-radius: 10px;
  padding: 20px;
  width: 100%;
  /* max-width: 1000px; */
  box-shadow: 0 0 15px rgba(255, 193, 7, 0.5);
}

.abt-jl-header {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
}

.abt-jl-img {
  width: 130px;
  height: 130px;
  border-radius: 8px;
  border: 2px solid #FAE609;
  flex-shrink: 0;
}

.abt-jl-header h2 {
  color: #ffc107;
  margin: 0;
  font-size: 2.5rem;
  font-weight: 900;
}

.yellow {
  color: #FAE609;
  font-weight: 500;
  margin: 0;
}

.underline {
  width: 100px;
  height: 3px;
  background-color: #FCD462;
  margin-top: 5px;
  border-radius: 2px;
}

.abt-jl-content {
  margin-top: 20px;
  background: rgba(255, 255, 255, 0.05);
  color: white;
  border-radius: 10px;
  padding: 35px;
  position: relative;
  overflow: hidden;
}


@keyframes rotateLogo {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}


.abt-jl-content::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url('../images/logo/emrld-logo.png');
  background-size: 280px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.12;
  width: 100%;
  height: 100%;
  z-index: 0;

  /* ✅ Add animation */
  animation: rotateLogo 3s linear infinite;
}


/* Ensure text stays above background logo */
.abt-jl-content p,
.abt-jl-content .symbol,
.abt-jl-content .more-text {
  position: relative;
  z-index: 1;
}

.symbol {
  font-size: 40px;
  color: #FCD462;
  margin: 0;
  padding: 8px;
}

.more-text {
  display: none;
  margin-top: 10px;
}

button#toggleBtn {
  margin-top: 15px;
  background: linear-gradient(135deg, #FCD462, #B78429);
  color: #000;
  border: none;
  padding: 10px 25px;
  font-weight: bold;
  border-radius: 8px;
  cursor: pointer;
  transition: 0.3s;
}

button#toggleBtn:hover {
  background: linear-gradient(135deg, #B78429, #FCD462);
}

/* ---------- MOBILE VIEW ---------- */
@media (max-width: 768px) {
  .abt-jl-container {
    padding: 15px;
  }

  .abt-jl-header {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 15px;
  }

  .abt-jl-img {
    width: 74px;
    height: 80px;
  }

  .abt-jl-header h2 {
    font-size: 17px;
    font-weight: 800;
  }

  .yellow {
    font-size: 13px;
    font-weight: 700;
  }

  .abt-jl-content {
    padding: 5px;
  }

  .underline {
    width: 80px;
    height: 2px;
  }

  /* ✅ Mobile: logo smaller, still rotated, and slightly more visible */
  .abt-jl-content::before {
    background-size: 290px;
    opacity: 0.14;
    animation: rotateLogo 3s linear infinite;
  }

}




/* <!-- about section style end  --> */


/* <!-- =============================================================================== --> */
/* live session style  */

     .live-session {
      text-align: center;
      padding: 0px 20px;
      background: linear-gradient(180deg, #000 0%, #111 100%);
    }

    .live-session h3 {
      font-size: 30px;
      color: #ffffffff;
      font-weight: 600;
      margin-bottom: 10px;
    }
      .live-session h2 {
      font-size: 35px;
      color: #d4af37;
      font-weight: 700;
      margin: 20px 0;
    }

    .live-session img {
      width: 100%;
      max-width: 500px;
      height: auto;
      margin: 20px 0;
      border-radius: 10px;
      border: 2px solid #d4af37;
      transition: transform 0.3s ease;
    }

    .live-session img:hover {
      transform: scale(1.03);
    }

    .live-session p {
      font-size: 22px;
      color: white;
      line-height: 1.6;
      max-width: 700px;
      margin: 15px auto;
    }

    .highlight {
      color: #d4af37;
      font-weight: 600;
    }

    .live-btn{
      padding: 5px;
      border: 2px solid var(--yellow);
      border-radius: 20px;
    }

    @media (max-width: 768px) {
      .live-session h2 {
        font-size: 30px;
      }

      .live-session h3 {
        font-size: 29px;
      }

      .live-h2{
        font-size: 28px;
      }

      .live-session p {
        font-size: 16px;
      }
    }

    /* Optional simple fade-in animation */
    .fade-in {
      opacity: 0;
      transform: translateY(30px);
      transition: opacity 1s ease, transform 1s ease;
    }

    .fade-in.visible {
      opacity: 1;
      transform: translateY(0);
    }




/* <!-- =============================================================================== --> */




.eft-class-highlight-section {
  background: #000;
  color: #fff;
  padding: 80px 20px;
  text-align: center;
  font-family: "Poppins", sans-serif;
}

/* Card Grid */
.eft-class-benefits {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  max-width: 1200px;
  margin: 0 auto;
}

/* Each Card */
.eft-class-benefit-card {
  background: #111;
  border: 2px solid rgba(255, 215, 0, 0.4);
  border-radius: 16px;
  padding: 30px 20px;
  transition: all 0.4s ease;
  box-shadow: 0 0 10px rgba(255, 215, 0, 0.15);
}

.eft-class-benefit-card:hover {
  transform: translateY(-8px);
  border-color: #ffd700;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.35);
}

/* Icon with Round Gold Border */
.eft-class-icon-wrapper {
  width: 100px;
  height: 100px;
  margin: 0 auto 20px;
  border: 2px solid #ffd700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 215, 0, 0.05);
  box-shadow: 0 0 15px rgba(255, 215, 0, 0.2);
  transition: all 0.4s ease;
}

.eft-class-benefit-card:hover .eft-class-icon-wrapper {
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.5);
}

.eft-class-icon-wrapper img {
  width: 66px;
  height: 66px;
  /* filter: brightness(0) invert(1) sepia(1) saturate(30) hue-rotate(10deg); */
}

/* Headings & Paragraph */
.eft-class-benefit-card h3 {
  color: #ffd700;
  font-size: 1.6rem;
  font-weight: 700;
  margin-bottom: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.eft-class-benefit-card p {
      font-size: 1.2rem;
    color: #ffffff;
    line-height: 1.4;
}

/* Glowing CTA Button */
.eft-class-cta {
  margin-top: 60px;
}

.eft-class-glow-btn {
  background: linear-gradient(90deg, #ffd700, #ffb400);
  color: #000;
  border: none;
  padding: 15px 35px;
  font-size: 1.2rem;
  border-radius: 50px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.6);
  transition: all 0.3s ease-in-out;
  line-height: 1.6;
}

.eft-class-glow-btn:hover {
  box-shadow: 0 0 40px rgba(255, 215, 0, 0.9);
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 768px) {
  .eft-class-highlight-section {
    padding: 20px 15px;
  }

  .eft-class-benefit-card {
    padding: 25px 15px;
  }

  .eft-class-icon-wrapper {
    width: 80px;
    height: 80px;
  }

  .eft-class-icon-wrapper img {
    width: 45px;
    height: 45px;
  }

  .eft-class-benefit-card h3 {
    font-size: 1.3rem;
  }

  .eft-class-glow-btn {
    width: 100%;
    font-size: 1rem;
  }
}


/* <!-- =============================================================================== --> */






/* f-register section style start  */

section.f-register {
  position: relative;
  background: radial-gradient(circle at center, #111 0%, #000 80%);
  padding: 80px 20px;
  text-align: center;
  border-top: 1px solid #d4af37;
  border-bottom: 1px solid #d4af37;
  overflow: hidden;
}

.f-register::before {
  content: "";
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: rgba(212, 175, 55, 0.15);
  filter: blur(100px);
  border-radius: 50%;
  animation: glowMove 6s infinite alternate;
}

@keyframes glowMove {
  0% {
    transform: translate(0, 0);
  }

  100% {
    transform: translate(50px, 60px);
  }
}

.f-register .f-register-content {
  position: relative;
  max-width: 700px;
  margin: auto;
  z-index: 2;
  animation: fadeInUp 1.3s ease-out;
}

@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(40px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.f-register .f-register-content h2 {
  font-size: 2rem;
  color: #d4af37;
  font-weight: 600;
  margin-bottom: 20px;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

.f-register .f-register-content p {
  font-size: 1.5rem;
  margin-bottom: 25px;
  line-height: 1.6;
  color: #f2f2f2;
}

.f-register .f-register-price {
  font-size: 1.5rem;
  color: #000;
  background: #d4af37;
  display: inline-block;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  margin-bottom: 15px;
  transition: transform 0.3s ease;
}

.f-register .f-register-price:hover {
  transform: scale(1.1);
}

.f-register .f-register-btn {
  background: transparent;
  border: 2px solid #d4af37;
  color: #d4af37;
  padding: 12px 35px;
  font-size: 1.5rem;
  border-radius: 30px;
  cursor: pointer;
  transition: all 0.4s ease;
  font-weight: 500;
}

.f-register .f-register-btn:hover {
  background: #d4af37;
  color: #000;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.7);
  transform: translateY(-2px);
}

.f-register .f-register-note {
  margin-top: 20px;
  font-size: 1.3rem;
  color: #f5f5f5;
  opacity: 0.9;
}

@media (max-width: 600px) {
  .f-register .f-register-content h2 {
    font-size: 1.6rem;
  }

  .f-register .f-register-content p {
    font-size: 1.3rem;
  }

  .f-register .f-register-price {
    font-size: 1.2rem;
    padding: 8px 20px;
  }

  .f-register .f-register-btn {
    font-size: 1rem;
    padding: 10px 25px;
  }
}


/* f-register section style end  */




/* ======================================================================== */




/* testimonial section style start   */

.tst-swiper-container {
  border-radius: 10px;
  width: 90vw;
  overflow: hidden;
  padding-bottom: 50px;
}

.tst-swiper-slide {
  display: flex;
  flex-direction: column;
  background: white;
  border-radius: 10px;
  overflow: hidden;
  padding: 0;

}



.tst-img-holder {
  background: linear-gradient(-45deg, #B78429 40%, #E6CA19 50%, #B78429 60%);
  background-size: 100%;
  background-position: center;
  padding: 30px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.tst-content-holder {
  padding: 15px;
  background: white;
  border-top-right-radius: 20px;
  position: relative;
}

.tst-content-holder::before {
  content: '';
  background: var(--primary);
  width: 50px;
  height: 50px;
  position: absolute;
  top: -5px;
  right: 0;
  z-index: -1;
}

.tst-swiper-slide img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 3px solid #E6CA19;
  outline: 2px solid white;
  object-fit: cover;
}

.tst-swiper-slide h3 {
  font-size: 1.1rem;
  text-align: center;
  font-weight: bold;
  margin-top: 10px;
}

.tst-swiper-slide p {
  font-size: 0.9rem;
  text-align: center;
  padding: 5px;
}

.tst-swiper-pagination-bullet {
  background-color: white;
  opacity: 1;
  border: 1px solid var(--primary);
}

.tst-swiper-pagination-bullet-active {
  background-color: var(--primary);
}

@media (max-width: 768px) {
  .tst-swiper-container {
    width: 95vw;
  }
}

@media (max-width: 480px) {
  .tst-swiper-slide img {
    width: 80px;
    height: 80px;
  }
}


/* testimonial section style end   */


/* =========================================================================== */
/* jaleeel profile sec  */


.eft-jl-prf-section {
  /* font-family: 'Poppins', sans-serif; */
  background: linear-gradient(180deg, #000 10%, #111 100%);
  color: white;
  overflow-x: hidden;
  width: 100%;
  padding: 10px 0;
}

.eft-jl-prf-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  /* padding: 3rem 2rem; */
  position: relative;
}

.eft-jl-prf-hding{
      font-size: 40px;
    font-weight: 800;
    text-align: center;

}

.eft-jl-prf-glow-bg {
  position: absolute;
  top: -100px;
  left: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(255, 215, 0, 0.2), transparent 70%);
  border-radius: 50%;
  animation: eft-jl-prf-float 6s ease-in-out infinite alternate;
  z-index: 0;
}

.eft-jl-prf-glow-bg.eft-jl-prf-right {
  left: auto;
  right: -100px;
  top: 200px;
  background: radial-gradient(circle, rgba(184, 134, 11, 0.25), transparent 70%);
}

@keyframes eft-jl-prf-float {
  from {
    transform: translateY(0);
    opacity: 0.7;
  }

  to {
    transform: translateY(40px);
    opacity: 1;
  }
}

.eft-jl-prf-profile {
  flex: 1 1 350px;
  text-align: center;
  z-index: 1;
  animation: eft-jl-prf-fadeIn 1.2s ease;
  padding: 1rem;
}

.eft-jl-prf-profile img {
  display: block;
  width: 500px;
  margin: 0 auto;
  border-radius: 20px;
  border: 2px solid #c6a43d;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.5);
  transition: transform 0.5s ease, box-shadow 0.5s ease;
}

.eft-jl-prf-profile img:hover {
  transform: scale(1.05);
  box-shadow: 0 0 45px rgba(255, 215, 0, 0.8);
}

.eft-jl-prf-profile h2 {
  font-size: 2rem;
  background: linear-gradient(90deg, #ffd700, #c6a43d);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-top: 1rem;
  font-weight: 700;
}

.eft-jl-prf-profile h3 {
  color: #e6e6e6;
  font-weight: 500;
  font-size: 1.5rem;
  margin-top: 0.4rem;
  line-height: 1.2;
}



.eft-jl-prf-content {
  flex: 1 1 400px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 215, 0, 0.25);
  padding: 1rem;
  border-radius: 18px;
  backdrop-filter: blur(10px);
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.15);
  animation: eft-jl-prf-fadeUp 1.5s ease;
  margin: 1rem;
}

@keyframes eft-jl-prf-fadeUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.eft-jl-prf-content h2 {
  font-size: 2.3rem;
  color: #FFD700;
  text-align: center;
  margin-bottom: 1rem;
  font-weight: 600;
}

.eft-jl-prf-details p {
  font-size: 1.7rem;
  margin: 0.5rem 0;
  text-align: center;
  color: #f1f1f1;
}

.eft-jl-prf-highlight {
  color: #FFD700;
  font-weight: 600;
}

.eft-jl-prf-cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-top: 1.5rem;
}

.eft-jl-prf-card {
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 215, 0, 0.2);
  padding: 1rem 1.5rem;
  border-radius: 12px;
  color: #FFD700;
  font-weight: 600;
  transition: all 0.4s ease;
  text-align: center;
  min-width: 140px;
  font-size: 20px;
}

.eft-jl-prf-card:hover {
  transform: translateY(-5px);
  background: rgba(255, 215, 0, 0.1);
}

.eft-jl-prf-cta {
  text-align: center;
  margin-top: 2rem;
}

.eft-jl-prf-cta button {
  background: linear-gradient(135deg, #FFD700, #e9c878);
  color: black;
  font-weight: 700;
  font-size: 1.1rem;
  border: none;
  padding: 0.9rem 2.2rem;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.4s ease;
}

.eft-jl-prf-cta button:hover {
  transform: scale(1.08);
  /* box-shadow: 0 0 25px rgba(255,215,0,0.8); */
  background: linear-gradient(135deg, #e9c878, #FFD700);
}

@media (max-width: 900px) {

  .eft-jl-prf-profile img {
    width: 100%;
  }
  .eft-jl-prf-container {
    flex-direction: column;
    text-align: center;
  }

  .eft-jl-prf-content {
    margin-top: 10rem;
  }

  .eft-jl-prf-content h2 {
    font-size: 2rem;
  }

  .eft-jl-prf-details p {
    font-size: 1.2rem;
  }

  .eft-jl-prf-profile h2 {
    font-size: 1.9rem;
  }

  .eft-jl-prf-profile h3 {
    font-size: 1.2rem;
  }

}

@keyframes eft-jl-prf-fadeIn {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ================================================= */


/* =================================================================== */

section.offer-eft-hero {
  min-height: 85vh;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 0.4rem 2rem;
  background: radial-gradient(circle at top, #111 0%, #000 100%);
}

@media (min-width: 768px) {
section.offer-eft-hero {
      gap: 80px;
}
}

.offer-eft-content {
  flex: 1 1 400px;
  max-width: 600px;
  text-align: left;
  animation: offer-eft-fadeInLeft 1.5s ease;
}

.offer-eft-content h2 {
  font-size: 2.5rem;
  color: #FFD700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
  text-shadow: 0 0 25px #B8860B;
}

.offer-eft-content p {
      font-size: 1.6rem;
    color: #B8860B;
    margin-bottom: 1.5rem;
    font-weight: 700;
}

.offer-eft-highlight-box {
  background: rgba(255, 215, 0, 0.05);
  border: 2px solid rgba(255, 215, 0, 0.4);
  padding: 1.5rem;
  border-radius: 15px;
  box-shadow: 0 0 25px rgba(255, 215, 0, 0.1);
  backdrop-filter: blur(6px);
  margin-bottom: 1.5rem;
  animation: offer-eft-fadeIn 2s ease;
}

.offer-eft-highlight-box .offer-eft-normal {
  color: #ff4444;
  font-size: 1.3rem;
  /* text-decoration: line-through; */
  margin-bottom: 0.5rem;
  display: block;
}

.offer-eft-highlight-box .offer-eft-special {
  font-size: 1.4rem;
  color: #fff;
  margin: 0.3rem 0;
}

.offer-eft-highlight-box .offer-eft-price {
  font-size: 2rem;
  font-weight: 700;
  color: #FFD700;
  text-shadow: 0 0 20px #B8860B;
}

.offer-eft-cta-btn {
  background: linear-gradient(45deg, #FFD700, #B8860B);
  color: #0b0b0b;
  border: none;
  padding: 1rem 3rem;
  font-size: 1.2rem;
  font-weight: 700;
  border-radius: 50px;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 0 20px #FFD700;
}

.offer-eft-cta-btn:hover {
  transform: scale(1.08);
  box-shadow: 0 0 40px #FFD700;
}

.offer-eft-visual {
  /* flex: 1 1 400px; */
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  animation: offer-eft-fadeInRight 1.5s ease;
}

.offer-eft-visual img {
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  animation: offer-eft-float 4s ease-in-out infinite;
}

.offer-eft-footer {
  text-align: center;
  padding: 2rem 0;
  color: #B8860B;
  font-size: 0.95rem;
  background: #000;
  border-top: 1px solid rgba(255, 215, 0, 0.3);
}

/* Animations */
@keyframes offer-eft-fadeInLeft {
  from {
    opacity: 0;
    transform: translateX(-40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes offer-eft-fadeInRight {
  from {
    opacity: 0;
    transform: translateX(40px);
  }

  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes offer-eft-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes offer-eft-float {

  0%,
  100% {
    transform: translateY(0px);
  }

  50% {
    transform: translateY(-10px);
  }
}

/* Scroll Reveal */
.offer-eft-reveal {
  opacity: 0;
  transform: translateY(40px);
  transition: all 1s ease;
}

.offer-eft-reveal.active {
  opacity: 1;
  transform: translateY(0);
}

/* Responsive */
@media (max-width: 850px) {
  section.offer-eft-hero {
    flex-direction: column-reverse;
    text-align: center;
  }

  .offer-eft-content {
    text-align: center;
  }

  .offer-eft-content h2 {
    font-size: 2rem;
  }

  .offer-eft-highlight-box {
    margin: 1rem auto;
  }
}




/* ======================================================================================== */

/* conclusin section  */


.conc-eft-container {
  /* max-width: 900px; */
  margin: 10px auto;
  padding: 20px;
  color: #ffffff;
}

.conc-eft-highlight {
  color: #FFD700;
  /* Gold color */
  font-weight: 700;
}

.conc-eft-title {
  font-size: 3rem;
  color: #FFD700;
  text-align: center;
  margin-bottom: 30px;
}

.conc-eft-text {
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.conc-eft-important {
  font-weight: 800;
  font-size: 1.4rem;
  color: #FFD700;
}

.conc-eft-cta {
  display: block;
  text-align: center;
  background: #FFD700;
  color: #000;
  font-size: 1.2rem;
  font-weight: 800;
  padding: 15px 30px;
  border-radius: 10px;
  text-decoration: none;
  margin-top: 30px;
  transition: all 0.3s ease;
}

.conc-eft-cta:hover {
  background: #e6c200;
}

@media (max-width: 768px) {
  .conc-eft-title {
    font-size: 1.9rem;
  }

  .conc-eft-text {
    font-size: 1rem;
  }

  .conc-eft-cta {
    padding: 12px 25px;
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .conc-eft-container {
    /* margin: 30px 15px; */
    padding: 15px;
  }

  .conc-eft-title {
    font-size: 1.9rem;
  }

  .conc-eft-text {
    font-size: 1.1rem;
  }
}




/* =================emrld-faq============================== */

@media (max-width:765px) {
  .emrld-faq-section {

    /* h5 {
            font-size: 25px !important;
        } */
    h2 {
      font-size: 2rem !important;
    }

    .qstn {
      font-size: 1.3rem !important;

    }
  }
}

.emrld-faq-section {
  position: relative;
  
.accordion i.arrow-icon {
  margin-left: auto;
  transition: transform 0.3s ease;
  color: black;
}
  h2 {
    font-weight: bold;
    font-size: 2.3rem;
    color: transparent;

    background: linear-gradient(135deg, #FFD700 0%, #B8860B 100%);

    background-clip: text !important;
    text-align: center;
  }

  .qstn {
    font-weight: bold;
    font-size: 2.3rem;
    color: transparent;
    background: linear-gradient(135deg, #FFD700 0%, #B8860B 100%);
    background-clip: text !important;
    text-align: center;
  }

  .accordion {
    border-radius: 15px;
    color: black;
    cursor: pointer;
    padding: 20px 15px;
    width: 100%;
    border: none;
    text-align: left;
    outline: none;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
    transition: all 0.3s ease;
  }

  .accordion:hover,
  .accordion.active {
    background: linear-gradient(135deg, #FFD700 0%, #B8860B 100%);
  }

  .accordion:hover p,
  .accordion.active p {
    color: black;
    font-weight: 700;
  }

  .accordion p {
    margin-bottom: 0;
  }

  .accordion span {
    font-weight: bold;
    font-size: 1.8rem;
    /* color: transparent;
            background: linear-gradient(135deg, #FFD700 0%, #B8860B 100%);
            background-clip: text !important; */
    color: #7f5a00;
    margin-right: 10px;
  }

  .accordion i {
    color: #0486BF;
    font-size: 22px;
    transition: transform 0.3s ease;
  }

  .panel {
    padding: 0px 18px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.8s ease-out;
  }

  .panel p {
    padding-top: 10px;
    font-size: 17px;
    color: white;
  }

  /* On mobile view */
  @media screen and (max-width: 600px) {
    .accordion {
      width: 100%;
    }

    p {
      font-size: 18px;
    }
  }
}

/* ==========================emrld-faq======================= */


/* ====================================================================== */

/* last timer section style starts  */


.timer-last-section {
    background: #000;
    color: #fff;
    text-align: center;
    overflow-x: hidden;
    padding: 50px 20px 160px 20px;
    /* font-family: "Poppins", sans-serif; */
  }

  .timer-last-heading {
    color: #f5d76e;
    font-size: 2.3rem;
    margin-bottom: 12px;
  }

  .timer-last-sub {
    color: #fff;
    font-size: 1.3rem;
    margin-bottom: 25px;
  }

  .timer-last-price {
    font-size: 2.7rem;
    font-weight: 700;
    margin: 15px 0;
  }

  .timer-last-strike {
    text-decoration: line-through;
    color: #ff0000;
    margin-right: 10px;
  }

  .timer-last-highlight {
    color: #ff0000;
  }

  .timer-last-note {
    color: #f0e6b2;
    font-size: 1.4rem;
    margin-bottom: 25px;
  }

  /* 🔹 Offer Start Box */
  .timer-last-start-box {
    display: inline-block;
    border: 2px solid #d4af37;
    padding: 12px 25px;
    border-radius: 12px;
    background: rgba(212, 175, 55, 0.1);
    box-shadow: 0 0 15px rgba(245, 215, 110, 0.4);
    margin-bottom: 20px;
    animation: glowBox 2s ease-in-out infinite alternate;
  }

  @keyframes glowBox {
    from {
      box-shadow: 0 0 10px rgba(245, 215, 110, 0.3);
    }
    to {
      box-shadow: 0 0 25px rgba(245, 215, 110, 0.8);
    }
  }

  .timer-last-start {
    color: #f5d76e;
    font-size: 1.4rem;
    margin: 0;
  }

  .timer-last-highlight-date {
    color: #fff;
    background: linear-gradient(90deg, #d4af37, #f5d76e);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight: 700;
    text-shadow: 0 0 10px rgba(245, 215, 110, 0.6);
  }

  .timer-last-gift {
    color: #f5d76e;
    margin-top: 20px;
    font-weight: 600;
    font-size: 1.4rem;
  }

  /* Circular Timer */
  .timer-last-timer {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 30px 0;
    flex-wrap: wrap;
  }

  .timer-last-circle {
    width: 130px;
    height: 130px;
    padding: 5px;
    border: 3px solid #d4af37;
    border-radius: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: radial-gradient(circle, rgba(212,175,55,0.1) 10%, #000 90%);
    color: #fff;
    box-shadow: 0 0 18px rgba(245, 215, 110, 0.5);
    animation: glow 2s ease-in-out infinite alternate;
  }

  .timer-last-circle span {
    display: block;
    font-size: 2.6rem;
    font-weight: 700;
    color: #f5d76e;
    margin-bottom: -10px;
  }

  .timer-last-circle p {
    margin-top: 6px;
    font-size: 1.5rem;
    color: #f0e6b2;
  }

  @keyframes glow {
    from {
      box-shadow: 0 0 12px rgba(245, 215, 110, 0.4);
    }
    to {
      box-shadow: 0 0 28px rgba(245, 215, 110, 0.9);
    }
  }

  .timer-last-btn {
    background: linear-gradient(45deg, #d4af37, #f5d76e);
    border: none;
    color: #000;
    font-size: 1.3rem;
    font-weight: 600;
    padding: 16px 35px;
    border-radius: 50px;
    cursor: pointer;
    transition: 0.3s;
    box-shadow: 0 0 15px rgba(245, 215, 110, 0.5);
  }

  .timer-last-btn:hover {
    transform: scale(1.05);
    box-shadow: 0 0 30px rgba(245, 215, 110, 0.9);
  }

  @media (max-width: 768px) {
    .timer-last-heading {
      font-size: 1.5rem;
    }

    .timer-last-sub {
      font-size: 1.3rem;
    }

    .timer-last-price {
      font-size: 2.2rem;
    }

    .timer-last-circle {
      width: 100px;
      height: 100px;
    }

    .timer-last-circle span {
      font-size: 2rem;
    }

    .timer-last-circle p {
      font-size: 1.2rem;
    }

    .timer-last-btn {
      width: 100%;
    }
  }
/* Pulse Animation added */
.timer-last-btn {
  background: linear-gradient(45deg, #d4af37, #f5d76e);
  border: none;
  color: #000;
  font-size: 1.3rem;
  font-weight: 600;
  padding: 16px 35px;
  border-radius: 50px;
  cursor: pointer;
  transition: 0.3s;
  box-shadow: 0 0 15px rgba(245, 215, 110, 0.5);

  animation: pulseScale 1.7s infinite ease-in-out; /* NEW */
}

.timer-last-btn:hover {
  transform: scale(1.05);
  box-shadow: 0 0 30px rgba(245, 215, 110, 0.9);
}

/* Keyframes for pulsing size animation */
@keyframes pulseScale {
  0% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(245, 215, 110, 0.4);
  }
  50% {
    transform: scale(1.08);
    box-shadow: 0 0 25px rgba(245, 215, 110, 0.8);
  }
  100% {
    transform: scale(1);
    box-shadow: 0 0 10px rgba(245, 215, 110, 0.4);
  }
}

/* ======================== added section inside last timer section =========================  */

.optout-section {
  background: #000;
  padding: 20px 20px;
  font-family: "Poppins", sans-serif;
  color: #fff;
  text-align: center;
  /* margin-bottom: 200px; */
}

.optout-box {
  max-width: 850px;
  margin: auto;
  padding: 35px 25px;
  border-radius: 12px;
  border: 1px solid #c79b2b;
  background: rgba(255, 215, 0, 0.08);
}

.optout-title {
  font-size: 24px;
  font-weight: 700;
  color: #f3d17b;
  margin-bottom: 15px;
}

.optout-text {
  font-size: 20px;
  line-height: 1.7;
  margin-bottom: 25px;
  color: #fff;
}

.optout-text strong {
  color: #f3d17b;
}

.gold-highlight {
  color: #f3d17b;
  font-weight: 700;
}

.gold-btn {
  display: inline-block;
  padding: 14px 35px;
  background: linear-gradient(90deg, #f3d17b, #c79b2b);
  color: #000;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50px;
  text-decoration: none;
  transition: 0.3s;
}

.gold-btn:hover {
  opacity: 0.8;
}

@media(max-width: 600px) {
  .optout-text {
    font-size: 18px;
  }
  .optout-title {
    font-size: 20px;
  }
  .gold-btn {
    width: 100%;
  }
}


/* ======================== added section inside last timer section =========================  */

/* ================================================================ */


/* last timer section style end  */


/* ========================================================================= */

/* floating buttons and bootm sticky style star */

/* Unique Prefix: prs- */
  .prs-bottom-sticky {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #000;
    color: #ffd700;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 18px 20px;
    z-index: 9999;
    box-shadow: 0 -4px 15px rgba(0, 0, 0, 0.8);
    border-top: 3px solid #d4af37;
    border-radius: 10px;
  }

  .prs-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 20px;
    text-align: center;
  }

  .prs-text {
    font-size: 1.8rem;
    font-weight: 800;
    color: red;
    letter-spacing: 1px;
    /* text-transform: uppercase; */
  }

  .prs-pulse {
    color: red;
    animation: prs-pulseAnim 1.1s infinite ease-in-out;
    text-shadow: 0 0 10px #ff0000, 0 0 20px #ff4444;
  }

  @keyframes prs-pulseAnim {
    0% { opacity: 1; transform: scale(1); text-shadow: 0 0 10px #ff0000; }
    50% { opacity: 0.7; transform: scale(1.15); text-shadow: 0 0 25px #ff4444; }
    100% { opacity: 1; transform: scale(1); text-shadow: 0 0 10px #ff0000; }
  }

  .prs-glow-btn {
    background: linear-gradient(135deg, #FCD462, #B78429);
    color: #000;
    border: none;
    padding: 14px 30px;
    border-radius: 50px;
    font-weight: 800;
    text-transform: uppercase;
    font-size: 1.2rem;
    cursor: pointer;
    animation: prs-glowAnim 1.5s infinite alternate;
    box-shadow: 0 0 15px #ffd700;
    transition: transform 0.2s ease;
  }

  .prs-glow-btn:hover {
    transform: scale(1.08);
  }

  @keyframes prs-glowAnim {
    from {
      box-shadow: 0 0 15px #d4af37, 0 0 25px #ffd700;
    }
    to {
      box-shadow: 0 0 30px #ffd700, 0 0 50px #ffd700;
    }
  }

  /* Responsive adjustments */
  @media (max-width: 768px) {
    .prs-text {
      font-size: 1.4rem;
    }
    .prs-glow-btn {
      font-size: 1rem;
      padding: 12px 24px;
    }
  }

  @media (max-width: 480px) {
    .prs-content {
      flex-direction: column;
      gap: 12px;
    }
    .prs-text {
      font-size: 1.3rem;
    }
  }







  /* =========================================== */

  /* Floating Buttons Container */
  .prs-floating-buttons {
    position: fixed;
    bottom: 90px; /* Above sticky bar */
    right: 20px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 99999;
  }

  /* Scroll to Top Button */
  .prs-to-top {
    background: linear-gradient(145deg, #d4af37, #ffd700);
    color: #000;
    border: none;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    font-size: 1.6rem;
    font-weight: bold;
    cursor: pointer;
    /* box-shadow: 0 0 15px #ffd700;
    animation: prs-glowAnim 1.5s infinite alternate;
    transition: transform 0.2s; */
  }

  .prs-to-top:hover {
    transform: scale(1.1);
  }

  /* WhatsApp Floating Icon (no background) */
  .prs-whatsapp img {
    width: 50px;
    height: 50px;
    cursor: pointer;
    transition: transform 0.2s ease, filter 0.2s ease;
  }

  .prs-whatsapp img:hover {
    transform: scale(1.1);
    filter: drop-shadow(0 0 10px #25D366);
  }

  /* Call Button */
  .prs-call {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: linear-gradient(145deg, #d4af37, #ffd700);
    display: flex;
    justify-content: center;
    align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 1.6rem;
    font-weight: bold;
    /* box-shadow: 0 0 15px #ffd700;
    animation: prs-glowAnim 1.5s infinite alternate;
    transition: transform 0.2s; */
  }

  .prs-call:hover {
    transform: scale(1.1);
  }

  /* Glow Animation */
  /* @keyframes prs-glowAnim {
    from {
      box-shadow: 0 0 10px #d4af37, 0 0 20px #ffd700;
    }
    to {
      box-shadow: 0 0 25px #ffd700, 0 0 40px #ffd700;
    }
  } */

  /* Responsive Tweaks */
  @media (max-width: 768px) {
    .prs-floating-buttons {
      right: 12px;
      bottom: 150px;
      gap: 10px;
    }

    .prs-to-top,
    .prs-call {
      width: 45px;
      height: 45px;
      font-size: 1.4rem;
    }

    .prs-whatsapp img {
      width: 45px;
      height: 45px;
    }
  }




/* floating buttons and bootm sticky style star */











