.elementor-11 .elementor-element.elementor-element-517720c{--display:flex;}.elementor-11 .elementor-element.elementor-element-99665db{--display:flex;}.elementor-11 .elementor-element.elementor-element-b2f6ccd{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-58b38ec{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-96cf050{--display:flex;--flex-direction:row-reverse;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap-reverse;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-11 .elementor-element.elementor-element-598047e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-3f8838e{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-11 .elementor-element.elementor-element-11da9ee{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-11 .elementor-element.elementor-element-f436001{--display:flex;}.elementor-11 .elementor-element.elementor-element-9c151a0{--display:flex;}body.elementor-page-11:not(.elementor-motion-effects-element-type-background), body.elementor-page-11 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}@media(min-width:768px){.elementor-11 .elementor-element.elementor-element-598047e{--width:33.3333%;}.elementor-11 .elementor-element.elementor-element-3f8838e{--width:66.6666%;}}/* Start custom CSS for html, class: .elementor-element-fe48d62 */:root {
  --accent: #a5c8ff;
  --speed: 3500ms;
}

/* Reset */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'Montserrat', sans-serif;
}

/* ================= HERO SECTION ================= */
.hero-section {
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
  background: #000;
  border-radius: 20px;
}

.swiper {
  width: 100%;
  height: 100%;
}

/* ================= SLIDES ================= */
.swiper-slide {
  position: relative;
  display: flex;
  align-items: center;
  padding: 0 10%;

  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;

  opacity: 0 !important;
  transition: opacity 1.2s ease-in-out;
}

.swiper-slide-active {
  opacity: 1 !important;
}

/* Overlay */
.swiper-slide::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    90deg,
    rgba(3, 11, 23, 0.9) 0%,
    rgba(3, 11, 23, 0.3) 100%
  );
  z-index: 1;
}

/* ================= CONTENT ================= */
.content {
  z-index: 10;
  color: #fff;
  max-width: 600px;

  transform: translateY(30px);
  transition: 0.8s ease 0.3s;
}

.swiper-slide-active .content {
  transform: translateY(0);
}

.content h1 {
  font-size: 3.5rem;
  font-weight: 300;
  text-transform: uppercase;
  line-height: 1.1;
}

.content h1 span {
  display: block;
  font-weight: 900;
  color: var(--accent);
}

/* Button */
.btn {
  margin-top: 35px;
  display: inline-block;
  padding: 16px 45px;

  background: #fff;
  color: #000;

  text-decoration: none;
  font-weight: 700;
  border-radius: 4px;

  text-transform: uppercase;
  letter-spacing: 1px;
}

/* ================= PAGINATION ================= */
.custom-pagination {
 position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;

  gap: 0px; /* 👈 yahan control hai */
  z-index: 100;
}

/* Nav Item */
.nav-item {
  position: relative;
  width: 45px;
  height: 45px;
margin: 0 -6px; /* 👈 gap forcefully kam karega */
  display: flex;
  align-items: center;
  justify-content: center;

  cursor: pointer;
  color: rgba(255, 255, 255, 0.6);

  font-weight: 700;
   font-size: 11px; /* pehle 14px tha */

}

.nav-item.active {
  color: #fff;
}

/* SVG Circle */
.nav-item svg {
  position: absolute;
  inset: 0;
  width: 45px;
  height: 45px;

  transform: rotate(-90deg);
  visibility: hidden;
}

.nav-item.active svg {
  visibility: visible;
}

.nav-item svg circle {
  fill: none;
  stroke: #fff;
  stroke-width: 1;

  /* 38px box → approx radius 17 → circumference ≈ 107 */
stroke-dasharray: 100;
stroke-dashoffset: 100;
}


.nav-item.active svg circle {
  animation: progress var(--speed) linear forwards;
}

/* Animation */
@keyframes progress {
  to {
    stroke-dashoffset: 0;
  }
}

@media (max-width: 768px) {

  .hero-section{
    height: 250px; /* 👈 MAIN FIX */
  }

  .swiper,
  .swiper-slide{
    height: 250px; /* 👈 ensure full stretch */
  }

  .swiper-slide {
    text-align: center;
    justify-content: center;
    padding: 0 5%;
  }

  .content h1 {
    font-size: 2.2rem;
  }

  .swiper-slide::before {
    background: rgba(3, 11, 23, 0.7);
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e25902f */body {
  margin: 0;
  font-family: 'Inter', sans-serif;
  background-color: #fceec0;
}

/* WRAPPER SCOPE FIX (IMPORTANT) */
.slider-container {
  overflow: hidden;
  padding: 10px 0;
  border: 1px solid #bfb6a3;
    border-radius: 20px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  background: transparent;
}

/* TRACK */
.slider-container .slider-track {
  display: flex;
  gap: 80px;
  animation: scroll 20s linear infinite;
}

/* FEATURE BOX */
.slider-container .feature {
  flex: 0 0 auto;
  text-align: center;
  color: #1f1814;
  min-width: 150px;
}

/* ICON */
.slider-container .feature i {
  font-size: 30px;
  color: #1f1814;
}

/* TEXT */
.slider-container .feature p {
  font-size: 10px;
  font-weight: 800;
  margin: 0;
  color: #1f1814 !important;
}

/* ANIMATION */
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

/* MOBILE */
@media (max-width: 768px) {

  .slider-container .slider-track {
    gap: 25px;
    animation-duration: 20s;
  }

  .slider-container .feature {
    min-width: 110px;
  }

  .slider-container .feature i {
    font-size: 20px;
    color: #2a241f;
  }

  .slider-container .feature p {
    font-size: 9px;
    font-weight: 500;
    letter-spacing: 0.3px;
  }

  .slider-container {
    border: 1px solid rgba(31, 24, 20, 0.5);
    border-radius: 10px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ccea43 */.hero-exact {
  text-align: center;
  font-family: 'Poppins', sans-serif;
}

.hero-inner {
  max-width: 780px;
  margin: 0 auto;
}

.hero-exact h1 {
  font-size: 30px;
  line-height: 1.2;
  font-weight: 400;
  color: #6b7280;
  text-align: center;
}

/* "Made Simple" ko thoda left shift */
.hero-exact .bold {
  display: block;
  color: #111;
  font-weight: 700;
  transform: translateX(-20px); /* 👈 left move */
}

/* "Your Health" ko thoda right feel dene ke liye */
.hero-exact h1::first-line {
  letter-spacing: 0.5px;
}

/* optional fine tuning */
.hero-exact h1 {
  position: relative;
  left: 10px; /* 👈 pura heading thoda right */
  margin-bottom: 5px; /* 👈 reduce gap */
}



/* SUBTEXT */
.subtext {

  font-size: 18px;
  line-height: 1.8;
  color: #4b5563;

}

.divider {
  position: relative;
  top: -10px;

  display: flex;
  align-items: center; /* 👈 THIS IS IMPORTANT */
  justify-content: center;
  gap: 20px;
}

/* line ko perfectly center karne ke liye */
.divider span {
  width: 150px;
  height: 1px; /* 👈 2px ki jagah 1px (image jaisa) */
  background: #9ca3af;
  position: relative;
  top: 1px; /* 👈 slight adjust */
}

/* text */
.divider p {
  font-size: 13px;
  letter-spacing: 4px;
  color: #6b7280;
  font-weight: 500;
  margin: 0; /* 👈 default margin remove */
}

/* BOTTOM TEXT */
.hero-exact h2 {
  font-size:24px;
  font-weight: 700;
  color: #111;
  letter-spacing: 1px;
}

/* MOBILE */
@media (max-width: 767px) {

  .hero-exact {

  }

  .hero-exact h1 {
    font-size: 28px; /* 👈 desktop jaisa proportion maintain */
    left: 10px; /* 👈 same desktop shift */
  }

  .hero-exact .bold {
    transform: translateX(-20px); /* 👈 same desktop effect */
  }

  .subtext {
    font-size: 15px;
    line-height: 1.6;
  }

  .divider {
    margin: 30px 0 10px;
  }

  .divider span {
    width: 60px;
  }
  /* text */
.divider p {
  font-size: 10px;
  letter-spacing: 4px;
  color: #6b7280;
  font-weight: 500;

}

  .hero-exact h2 {
    font-size: 18px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f8e7f43 */.supplement-section {
  border: 1px solid rgba(31, 24, 20, 0.2);
  border-radius: 20px;
  padding: 30px;
  text-align: center;
  font-family: 'Poppins', sans-serif;

  background: linear-gradient(
    135deg,
    #1f1814 0%,
    #2a211c 40%,
    #3a2d25 100%
  );
}

/* ✅ ONE PLACE WHITE COLOR CONTROL */
.supplement-section,
.supplement-section * {
  color: #ffffff;
}

.supplement-inner {
  max-width: 1000px;
  margin: 0 auto;
}

/* HEADING */
.supplement-section h2 {
  font-size: 38px;
  font-weight: 400;
  margin-bottom: 10px;
}

.supplement-section h2 span {
  font-weight: 700;
}

/* SUBTEXT */
.subtitle {
  font-size: 16px;
}

/* FEATURES */
.features {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

/* ITEM */
.feature {
  text-align: center;
  max-width: 140px;
}

/* TEXT */
.feature p {
  font-family: 'Poppins', sans-serif;
  font-weight: 400;
  font-size: 18px;
  margin-top: 6px;
  line-height: 1.4;
  color: #ffffff !important;
}

/* ICON */
.icon {
  width: 45px;
  height: 45px;
  margin: 0 auto 8px;

  display: flex;
  align-items: center;
  justify-content: center;

  color: #d2b48c; /* icon color alag hi rahega */
}

/* SVG */
.icon svg {
  width: 22px;
  height: 22px;
}

/* HOVER */
.feature:hover .icon {
  transform: scale(1.1);
  color: #e6c9a8;
  transition: 0.3s ease;
}

/* MOBILE OPTIMIZED */
@media (max-width: 767px) {

  .supplement-section {
    padding: 30px 15px;
    border-radius: 16px;
  }

  .supplement-inner {
    max-width: 100%;
  }

  /* HEADING */
  .supplement-section h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  /* SUBTEXT */
  .subtitle {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  /* FEATURES GRID */
  .features {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 10px;
    justify-items: center;
  }

  /* ITEM */
  .feature {
    max-width: 120px;
  }

  /* ICON */
  .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 6px;
  }

  .icon svg {
    width: 20px;
    height: 20px;
  }

  /* TEXT */
  .feature p {
    font-size: 13px;
    line-height: 1.4;
  }
}

/* MOBILE OPTIMIZED */
@media (max-width: 767px) {

  .supplement-section {

    padding: 30px 15px;
    border-radius: 16px;
  }

  .supplement-inner {
    max-width: 100%;
  }

  /* HEADING */
  .supplement-section h2 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 8px;
  }

  /* SUBTEXT */
  .subtitle {
    font-size: 13px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  /* FEATURES GRID (FIXED LAYOUT) */
  .features {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 2 per row */
    gap: 20px 10px;
    justify-items: center;
  }

  /* ITEM */
  .feature {
    max-width: 120px;
  }

  /* ICON */
  .icon {
    width: 40px;
    height: 40px;
    margin-bottom: 6px;
  }

  .icon svg {
    width: 20px;
    height: 20px;
  }

  /* TEXT */
  .feature p {
    font-size: 13px;
    line-height: 1.4;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b46f7b0 */.faq-section{

  font-family:Arial,sans-serif;
}

.faq-container{
  max-width:800px;
 
}

/* HEADING */
.faq-section h2{
  font-size:34px;
  font-weight:500;
  text-align:center;
  margin-bottom:18px; /* 25 → 18 (tight) */
}

/* BOX */
.faq-box{
 
  overflow:hidden;

}

/* ITEM */
.faq-item{
  border-bottom:1px solid #bfb6a3;
  cursor:pointer;
}

/* QUESTION */
.faq-question{
  min-height:70px; /* 80 → 70 */
  padding:12px 20px; /* 15 → 12 */
  font-size:18px; /* 19 → 18 */
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px; /* 15 → 10 */
}

/* TEXT FIX (important) */
.faq-question span:first-child{
  flex:1; /* 👈 text full width lega */
}

/* ICON */
.plus{
  font-size:24px; /* 28 → 24 */
  flex-shrink:0; /* 👈 icon compress nahi hoga */
}
/* ICON */
.plus{
  font-size:22px; /* 24 → 22 */
}

/* ANSWER */
.faq-answer{
  display:none;
  padding:0 20px 15px; /* 20 → 15 */
  font-size:14px; /* 15 → 14 */
}
.faq-item.active .faq-answer{
  display:block;
}
@media (max-width: 768px) {

  .faq-section{
    padding: 0px 0px;
  }

  .faq-container{
    max-width:100%;
  }

  /* heading premium mobile */
  .faq-section h2{
    font-size:16px;
    font-weight:700;
    margin-bottom:18px;
    line-height:1.2;
  }

  /* FAQ item spacing clean */
  .faq-question{
    min-height:65px;
    padding:12px 15px;
    font-size:13px;
    gap:10px;
    font-weight:510;
  }

  .plus{
    font-size:22px;
  }

  .faq-answer{
    padding:0 15px 15px;
    font-size:14px;
    line-height:1.6;
    color:#444;
  }
}/* End custom CSS */