body {
    margin-top: 0 !important;
    padding-top: 0 !important;
}

.width1100 {
    width: 1100px !important;
    margin: 0 auto;
    padding: 0 0px !important;
}

.who-we-are .width1100 {
    padding: 0 20px !important;
}
footer {
    width: 1100px;
    margin: 0 auto;
    padding: 36px 0px;
}

.footer-area {
    background: #000;
}

.padding100 {
    padding: 100px 0 !important;
}
section.header-area.width1100px {
    width: 1100px;
}

section.header-area.width1100px nav {
    padding: 0;
    padding: 22px 0px;
}

section.header-area a.nav-btn {
  text-decoration: none;
}


section.header-area nav {
    background: #dddddd00;
}
section.banner-wrapper {
    padding-top: 120px !important;
}

section.header-area {
  position: fixed;
  top: 0;
  left: 50%;
  width: 100%;
  transform: translateX(-50%);
  z-index: 99;
  /* background: transparent; */

  /* IMPORTANT: transition must be here */
  transition:
    width 0.9s cubic-bezier(0.4, 0, 0.2, 1),
    transform 0.9s cubic-bezier(0.4, 0, 0.2, 1),
    /* background 0.6s ease, */
    box-shadow 0.6s ease;
}
section.header-area.scrolled {

    position: fixed;

    width: 50%;

    /* left: 25%; */

    z-index: 99;

    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);

    background: #000000;

    border-radius: 78px;

    transition: 1s;

}


section.header-area.scrolled nav {
  border-radius: 50px;
}






section.header-area {
  /* animation setup */
  transition:
    width 0.8s ease,
    left 0.8s ease,
    box-shadow 0.5s ease,
    background 0.5s ease;
}

.logo img {
  max-width: 134px;
}

section.header-area.scrolled .logo {
  padding-top: 6px;
}

section.header-area.scrolled nav {
  padding: 20px 25px !important;
}

/* banner right side image style  */

.right-book img,
.right-book video {
  width: 330px;
  border-radius: 50px 50px 0px 0px;
  border-top: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
}

.right-book {
  text-align: center;
}

.banner-wrapper {
  position: relative;
}
.left-content-area {
  z-index: 999;
}

.reviewcard {
  height: 350px;
  width: 100%;
}
.banner-wrapper:before {
  position: absolute;
  content: "";
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(0, 0, 0, 1) 100%
  );
  width: 100%;
  height: 87%;
  bottom: 0;
  z-index: 4;
  left: 0;
}
.banner-btn-info {
    background: #010101c4;
}

section.width90 {
  width: 90%;
  margin: 100px auto;
  margin-bottom: 40px;
}

.width90 {
  width: 90%;
  margin: 0 auto;
}
body {
  margin-bottom: 0;
  padding-bottom: 0 !important;
}
img.f-logo {
    width: 100px;
}

.right-book img,
.right-book video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border: 3px solid var(--green);
}
img.icon-banner-btm {
  width: 31px;
  border-radius: 50px;
}

.hero-proof {
  margin-top: 0;
}

.beforeaftersection {
    width: 747px;
    margin: 0 auto;
}
.image-box {
    position: relative;
    width: 460px;
    /* height: 480px; */
    border-radius: 16px;
    overflow: hidden;
}

button#prod-toggle {
    height: 35px;
    width: 35px;
}

.padding4300{
  padding:100px 0;
}


.section4row {
  
  margin-top:30px;
  display:grid;
  grid-template-columns:1fr 1fr 1fr;
  gap:16px

}



/* video slider  */


#prod-overflow {
    position: relative;
    z-index: 1;
}

#prod-overflow:before {
    position: absolute;
    content: "";
    background: linear-gradient(275deg, rgba(255, 255, 255, 0) 9%, rgb(13 15 14) 67%);
    width: 21% !important;
    height: 100% !important;
    z-index: 999999999999;
}


#prod-overflow:after {
    position: absolute;
    content: "";
    background: linear-gradient(92deg, rgba(255, 255, 255, 0) 9%, rgb(13 15 14) 67%);
    width: 21% !important;
    height: 100% !important;
    right: 0;
    z-index: 99;
    top: 0;
}

/* outer container with hidden overflow - creates mask for infinite illusion */
.marquee-container {
  overflow: hidden;
  margin-bottom: 20px;
  padding: 20px 0 40px;
  position: relative;
  width: 100%;
}

/* horizontal scroll row – flex with gap, animated */
.reel-row {
  display: flex;
  gap: 18px;
  width: max-content;
  will-change: transform;
  animation: scrollRow 42s linear infinite;
  padding: 10px 0;
}

/* keyframe infinite linear scroll */
@keyframes scrollRow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* pause animation on hover (optional but improves UX) */
.marquee-container:hover .reel-row {
  animation-play-state: paused;
}

/* reel card styling – glassmorphic, premium vertical reel look */
.reel-card {
  flex-shrink: 0;
  width: 180px;
  transition:
    transform 0.2s ease,
    filter 0.2s;
  cursor: pointer;
}

.reel-card:hover {
  transform: translateY(-6px);
}

/* video poster / preview container */
.video-frame {
  position: relative;
  width: 180px;
  height: 320px;
  background: #0b0c0e;
  border-radius: 28px;
  overflow: hidden;
  border: 2px solid rgba(168, 255, 62, 0.25);
  box-shadow:
    0 12px 30px rgba(0, 0, 0, 0.6),
    0 0 0 1px rgba(255, 255, 255, 0.03);
  transition:
    border 0.2s,
    box-shadow 0.2s;
}

/* featured card variation (first card special highlight) */
.featured-border {
  border: 2px solid var(--green);
  box-shadow:
    0 0 12px rgba(168, 255, 62, 0.3),
    0 16px 35px rgba(0, 0, 0, 0.5);
}

section#contact {
  padding-top: 101px;
}
.video-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: brightness(0.75) contrast(1.05);
  transition: filter 0.3s ease;
}

.reel-card:hover .video-frame img {
  filter: brightness(0.85) contrast(1.1);
}

/* gradient overlay for readability */
.gradient-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.8) 0%,
    rgba(0, 0, 0, 0.2) 50%,
    transparent 80%
  );
  pointer-events: none;
  z-index: 1;
}

/* big play button - modern, reactive */
.play-icon-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 44px;
  height: 44px;
  border-radius: 60px;
  background: var(--green);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s cubic-bezier(0.2, 0.9, 0.4, 1.1);
  z-index: 10;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.4);
  backdrop-filter: blur(2px);
}

.play-icon-btn:hover {
  transform: translate(-50%, -50%) scale(1.12);
  background: var(--teal);
}

.play-icon-btn span {
  font-size: 14px;
  color: #0a0c0b;
  font-weight: 800;
  margin-left: 3px;
  letter-spacing: 1px;
}

/* views badge */
.views-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background: var(--green);
  border-radius: 100px;
  padding: 4px 12px;
  font-size: 11px;
  font-weight: 800;
  color: #0d0f0e;
  backdrop-filter: blur(2px);
  z-index: 3;
  font-family: monospace;
  letter-spacing: 0.3px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

/* progress & duration row */
.video-meta-bottom {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  padding: 8px 12px;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 3;
}

.play-symbol {
  font-size: 10px;
  color: var(--green);
  font-weight: 800;
}

.progress-bar-bg {
  flex: 1;
  height: 3px;
  background: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
  overflow: hidden;
}

.duration-text {
  font-size: 9px;
  color: rgba(255, 255, 255, 0.7);
  font-weight: 500;
  font-family: monospace;
}

/* channel info row */
.channel-info {
  margin-top: 14px;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 0 4px;
}

.avatar {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  overflow: hidden;
  background: #2a2c2b;
  flex-shrink: 0;
  border: 1px solid rgba(168, 255, 62, 0.5);
}

.avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.channel-name {
  font-size: 14px;
  font-weight: 700;
  color: var(--white);
  line-height: 1.3;
}

.followers {
  font-size: 11px;
  color: var(--muted);
  font-weight: 500;
}

/* lightbox / video modal – full immersive player */
.video-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.96);
  backdrop-filter: blur(16px);
  z-index: 1000;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  font-family: system-ui;
}

.modal-content {
  max-width: 90vw;
  width: 460px;
  background: #030303;
  border-radius: 42px;
  overflow: hidden;
  box-shadow: 0 25px 50px -12px black;
  border: 1px solid rgba(168, 255, 62, 0.35);
  animation: modalPop 0.25s ease-out;
}

@keyframes modalPop {
  from {
    opacity: 0;
    transform: scale(0.96);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

.video-wrapper {
  position: relative;
  width: 100%;
  background: #000;
}

.video-wrapper video {
  width: 100%;
  height: auto;
  display: block;
  aspect-ratio: 9 / 16;
  object-fit: cover;
}

.modal-meta {
  padding: 16px 18px;
  background: #121212;
  color: white;
}

.modal-channel-row {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
}

.modal-channel-name {
  font-weight: 700;
  font-size: 18px;
}

.close-modal {
  position: absolute;
  top: 20px;
  right: 20px;
  background: rgba(0, 0, 0, 0.7);
  backdrop-filter: blur(6px);
  border-radius: 60px;
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  font-size: 26px;
  color: white;
  transition: 0.2s;
  z-index: 1001;
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.close-modal:hover {
  background: var(--green);
  color: black;
  transform: scale(1.05);
}

@media (max-width: 560px) {
  .reel-card {
    width: 160px;
  }
  .video-frame {
    width: 160px;
    height: 284px;
  }
  .views-badge {
    font-size: 9px;
    padding: 3px 8px;
  }
}

/* before after css  */

/* slider wrapper styling — enhanced with smooth transitions and modern look */
.slider-wrapper {
  position: relative;
  max-width: 960px;
  margin: 0 auto;
  border-radius: 32px;
  overflow: hidden;
  box-shadow: var(--shadow-sm);
  background: #0f1110;
  cursor: ew-resize;
  user-select: none;
  aspect-ratio: 16 / 9; /* consistent cinematic ratio for images */
  width: 100%;
}

.image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.image-container img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  pointer-events: none; /* allow drag handle to work smoothly */
}

/* After image container (full visible by default) */
.after-img {
  position: absolute;
  inset: 0;
  z-index: 2;
}

/* Before image container — clipped based on slider position */
.before-img {
  position: absolute;
  inset: 0;
  z-index: 3;
  clip-path: inset(0 50% 0 0); /* initial 50% split */
  transition: clip-path 0.05s linear; /* super smooth while dragging */
}

/* Draggable divider line (vertical handle) */
.drag-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 4px;
  background: white;
  transform: translateX(-50%);
  z-index: 10;
  cursor: ew-resize;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  transition: background 0.2s;
  backdrop-filter: blur(2px);
}

.drag-handle::before {
  content: "⇄";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: var(--green);
  color: white;
  font-weight: 800;
  font-size: 20px;
  width: 46px;
  height: 46px;
  border-radius: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
  border: 2px solid white;
  transition:
    transform 0.1s,
    background 0.2s;
  font-family: monospace;
  letter-spacing: 2px;
}

.drag-handle:active::before {
  transform: translate(-50%, -50%) scale(0.96);
  background: var(--teal);
}

/* captions / labels over images for context (elegant micro UI) */
.badge-label {
  position: absolute;
  bottom: 20px;
  left: 24px;
  background: rgba(0, 0, 0, 0.65);
  backdrop-filter: blur(8px);
  padding: 6px 16px;
  border-radius: 40px;
  font-size: 0.8rem;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: white;
  z-index: 12;
  pointer-events: none;
  font-family: var(--font-d);
  border-left: 3px solid var(--green);
}

.after-badge {
  left: auto;
  right: 24px;
  border-left: none;
  border-right: 3px solid var(--green);
}

/* hint text under slider */
.drag-hint {
  text-align: center;
  margin-top: 20px;
  font-size: 0.85rem;
  color: var(--muted);
  font-weight: 500;
  background: rgba(0, 0, 0, 0.03);
  display: inline-block;
  padding: 5px 18px;
  border-radius: 50px;
  letter-spacing: 0.3px;
}

.hint-wrapper {
  display: flex;
  justify-content: center;
}

/* responsive: on mobile adjust padding */
@media (max-width: 700px) {
  .sec {
    padding: 48px 20px;
  }
  .stitle {
    font-size: 1.9rem;
  }
  .badge-label {
    font-size: 0.7rem;
    padding: 4px 12px;
    bottom: 12px;
  }
  .drag-handle::before {
    width: 38px;
    height: 38px;
    font-size: 18px;
  }
}

/* subtle transition for background wrapper */
.slider-wrapper {
  transition: box-shadow 0.2s;
}
.slider-wrapper:active {
  cursor: ew-resize;
}

/* footer  */

section#contact {
  padding: 60px 0;
}

section#contact p.cta-note {
  margin-top: 40px;
}

.row.aboutus-32 {
    margin-top: 50px;
}
.paragraph-443 p {
    padding: 0;
    margin-bottom: 25px;
}
/* about us section  */
.wrapper-about img {
    width: 100%;
    margin: 0px 0;
    border-radius: 40px;
}
.section-about-us {
    margin: 70px auto;
    text-align: center;
}
.section-about-us .wrapper-about {
    width: 100%;
    margin: 0 auto;
}
.wrapper-about h3 {
    font-family: var(--font-d);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -1.5px;
    font-size: 25px;
    margin-bottom: 20px;
    color: #ddd;
}

.row .col-6 {
    width: 45%;
    display: inline-block;
}

.row.topwrapper4 {
    overflow: hidden;
    margin-top: 40px;
}


.right-content-wrapper {
    text-align: left;
    padding: 8px 30px;
}


.paragraph-443 p{

      font-size: 17px;
    color: var(--muted);
    margin: 0 auto 40px;
    line-height: 1.6;
    position: relative;
    z-index: 3;
    font-weight: 300;

}
a.btnstyle44 {
    background: var(--green);
    color: #0d0f0e;
    padding: 16px 36px;
    border-radius: 100px;
    font-family: var(--font-b);
    font-weight: 600;
    font-size: 16px;
    transition: all 0.2s;
    display: inline-block;
    margin-top: 30px;
}

a.btnstyle44:hover {
    background: var(--green-light);
    transform: translateY(-2px);
}

.imagbialbe-item img {
    border-radius: 30px;
}

.after-43 {
    position: absolute;
    bottom: 30px;
    left: 21px;
}

/* Growing chart line behind the hero GIF, bleeding into the text side and fading out on the right */
.growth-chart {
    position: absolute;
    left: -280px;
    top: -20px;
    width: calc(100% + 480px);
    height: calc(100% + 40px);
    z-index: 0;
    pointer-events: none;
}

.growth-chart .chart-line {
    fill: none;
    stroke: url(#lineFade);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 1700;
    stroke-dashoffset: 1700;
    opacity: 0.85;
    filter: drop-shadow(0 0 6px rgba(168, 255, 62, 0.6));
    animation: growthDraw 10s cubic-bezier(0.45, 0, 0.4, 1) infinite;
}

@keyframes growthDraw {
    0% { stroke-dashoffset: 1700; }
    38% { stroke-dashoffset: 0; }
    62% { stroke-dashoffset: 0; }
    100% { stroke-dashoffset: -1700; }
}

/* cookie consent banner */
.cookie-banner {
  position: fixed;
  left: 20px;
  right: 20px;
  bottom: 20px;
  max-width: 640px;
  margin: 0 auto;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 16px;
  padding: 20px 24px;
  z-index: 9999;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  justify-content: space-between;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
  pointer-events: none;
}

.cookie-banner.visible {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.cookie-banner p {
  color: var(--muted);
  font-size: 13.5px;
  line-height: 1.6;
  margin: 0;
  flex: 1 1 260px;
}

.cookie-banner p a {
  color: var(--green);
  text-decoration: underline;
}

.cookie-banner-actions {
  display: flex;
  gap: 10px;
  flex-shrink: 0;
}

.cookie-banner-actions button {
  font-family: var(--font-b);
  font-size: 13.5px;
  font-weight: 600;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid var(--border);
  background: transparent;
  color: var(--white);
  cursor: pointer;
  white-space: nowrap;
  transition: background 0.2s ease, transform 0.2s ease;
}

.cookie-banner-actions button.cb-accept {
  background: var(--green);
  border-color: var(--green);
  color: #08110a;
}

.cookie-banner-actions button:hover {
  transform: translateY(-2px);
}

.cookie-banner-actions button.cb-accept:hover {
  background: var(--green-light);
}

@media screen and (max-width: 600px) {
  .cookie-banner {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 18px;
    flex-direction: column;
    align-items: stretch;
  }
  .cookie-banner-actions {
    width: 100%;
  }
  .cookie-banner-actions button {
    flex: 1;
  }
}

.legal-links {
  text-align: center;
  padding: 14px 20px;
  background: #000;
  border-top: 1px solid var(--border);
}
.legal-links a {
  color: var(--muted);
  font-size: 12px;
  text-decoration: none;
  margin: 0 10px;
  transition: color 0.2s;
}
.legal-links a:hover {
  color: var(--green);
}