@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap');

/* ========== Global ========== */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    font-family: "Manrope", sans-serif;
    font-optier-product-imgcal-sizing: auto;
    font-style: normal;
    font-variation-settings: "slnt" 0, "wdth" 100;
}

/* ========== Hero 1 ========== */

.hero1 {
    position: relative;
    background-image: url('back2.jpg');
    background-color: #ffffff;
    height: 100vh;
    background-size: cover;
    overflow-x: hidden;
}

/* bottom white fade for readability */
.hero1::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70%;
    background: linear-gradient(
        to top,
        rgba(255, 255, 255, 1) 0%,
        rgba(255, 255, 255, 0) 100%
    );
    z-index: 1;
}

.hero-section {
    color: #000000;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.title {
    font-weight: 400;
    font-size: 2rem;
    text-shadow: 0 2px 4px #ffffff;
}

.left-head {
    font-weight: 100;
    text-shadow: 0 2px 4px #ffffff;
    position: relative;
    z-index: 2;
}

.right-head h1,
.right-head h2 {
    font-weight: 100;
    text-shadow: 0 2px 4px #ffffff;
    position: relative;
}

@media (max-width:768px) {
    .left-head,.right-head h2{
        font-size: 1rem;
    }
}

.center-head {
    margin-top: 2%;
    width: 70%;
    text-align: center;
    font-size: 3rem;
    font-weight: 300;
    display: inline-block;
    overflow: hidden;
    position: relative;
    z-index: 3;
}

.get-btn {
    background: linear-gradient(to right, #000, #7c7c7c);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 24px;
    border: 2px solid #00ffc8;
    margin-top: -20%;
    transition: 0.3s ease;
    cursor: pointer;
    position: relative;
    z-index: 2;
}

.get-btn:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 0 18px rgba(0, 255, 200, 0.6);
    border-color: #00ffc8;
}

/* SHINE SWIPE */
.get-btn {
    background: linear-gradient(to right, #000, #7c7c7c);
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 24px;
    border: 2px solid #535353;
    transition: 0.35s ease;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 2;
}

/* Glow + Lift */
.get-btn:hover {
    transform: translateY(-4px) scale(1.04);
    box-shadow: 0 0 18px rgba(255, 255, 255, 0.6);
    border-color: #ffffff;
}

/* SHINE SWIPE */
.get-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -120%;
    width: 80%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.45),
        transparent
    );
    transform: skewX(-20deg);
    transition: 0.4s ease;
}

.get-btn:hover::after {
    left: 120%;
}


.get-btn i {
    font-size: 24px;
}

.card-details {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 80%;
    position: relative;
    z-index: 2;
}

/* ========== Card Wrapper / Floating Card ========== */

.card-wrapper {
    position: fixed;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 300px;
    perspective: 1000px;
    z-index: 1;
}

.card-img {
    width: 100%;
    border-radius: 24px;
    box-shadow: 2px 4px 13px #000;
    background-image: url('./two.jpg');
    background-blend-mode: multiply;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    will-change: transform;
}

/* ========== Hero 2 ========== */

.hero2 {
    position: relative;
    background: #fff;
    height: 100vh;
    background-size: cover;
    overflow-x: hidden;
}

.tap {
    position: absolute;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero2-details {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    height: 100vh;
    overflow: hidden;
}

.hero2-details h1,
.floating-words {
    z-index: 0;
}

.hero2-details h1 {
    font-weight: 1000;
    font-size: 10rem;
    color: #000000;
    text-align: center;
    position: relative;
    z-index: 2;
}

.floating-words {
    position: absolute;
    top: 50%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    gap: 2rem;
    flex-wrap: wrap;
    width: 100%;
}

.fword {
    opacity: 0;
    transform: translateY(30px);
    font-size: 1rem;
    font-weight: 100;
    display: inline-block;
}

/* ========== Hero 3 (Spiral Layout) ========== */

.hero3 {
    background: radial-gradient(#ffffff, #6d6d6d);
    height: 100vh;
    width: 100%;
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2% 3%;
    z-index: 3;
}

/* background video */
.background-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

#nfcBackgroundVideo {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.background-video-wrapper::after {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.hero3-title {
    font-weight: 300;
    font-size: 3rem;
    color: #ffffff;
    position: absolute;
    top: -5%;
    left: -0%;
    z-index: 10;
    text-align: center;
    width: 100%;
}

.hero3details {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    perspective: 1200px;
}

.steps-grid {
    position: relative;
    width: 320px;
    height: 450px;
    transform-style: preserve-3d;
}

.step-card {
    position: absolute;
    top: 5%;
    left: 0%;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 24px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    border-left: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(0, 0, 0, 0.37);
}

.step-img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 12px;
    margin-bottom: 20px;
}

.step-card h2 {
    color: #ffffff;
    font-size: 1.8rem;
    margin-bottom: 10px;
    text-align: center;
}

.step-card p {
    color: #ffffff;
    font-size: 1.5rem;
    text-align: center;
}

/* =============================
   NFC SECTION — FULL UPDATED CSS
   ============================= */

/* holo-final.css — PERFECT CENTERING + 100vh FIT */
.holo-final {
  position: relative;
  width: 100vw;
  height: 100vh;
  margin: 0;
  padding: 0;
  background: #000;
  overflow: hidden;
  font-family: "Manrope", sans-serif;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 3;
}

.holo-bg {
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, #0f0f0f 0%, #000 100%);
}

.holo-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: repeating-linear-gradient(0deg, transparent, transparent 50px, rgba(255,255,255,0.03) 50px, rgba(255,255,255,0.03) 100px);
  animation: matrixFall 30s linear infinite;
  opacity: 0.3;
}

@keyframes matrixFall { to { transform: translateY(100px); } }

.holo-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  max-width: 1400px;
  max-height: 900px;
  perspective: 2000px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.holo-title {
  position: absolute;
  top: 0%;
  left: 70%;
  transform: translateX(-50%);
  font-size: clamp(3rem, 7.5vw, 5.5rem);
  font-weight: 800;
  letter-spacing: 2px;
  margin: 0;
  background: linear-gradient(90deg, #ffffff, #aaaaaa);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  z-index: 20;
  width: 100%;
  font-weight: 100;
}

.holo-sphere {
  position: absolute;
  width: 380px;
  height: 380px;
  transform: translate(-50%, -50%);
  transform-style: preserve-3d;
  left: 50%;
  top: 50%;
}

.holo-card {
  position: absolute;
  top: 70%;
  left: 50%;
  width: 340px;
  height: 215px;
  margin: -90px 0 0 -170px;
  border-radius: 26px;
  overflow: hidden;
  box-shadow: 0 0 90px rgba(255,255,255,0.25);
  border: 1px solid rgba(255,255,255,0.22);
}

.holo-card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.holo-ribbons {
  position: absolute;
  width: 100%;
  height: 100%;
  left: -4%;
  top: 0;
  transform-style: preserve-3d;
  pointer-events: none;
}

.holo-ribbon {
  position: absolute;
  left: 50%;
  top: 60%;
  padding: 18px 42px;
  background: rgba(255,255,255,0.09);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(255,255,255,0.25);
  border-radius: 60px;
  font-size: 1.35rem;
  font-weight: 600;
  color: white;
  white-space: nowrap;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

.holo-ribbon span{
    font-size: 0.7rem;
}

/* Mobile fallback */
/* Mobile Optimization: Flatten the 3D Ribbons into a Vertical List */
@media (max-width: 768px) {

    /* SECTION becomes auto height */
    .holo-final {
        height: auto !important;
        padding: 60px 0;
    }

    /* WRAPPER flows naturally */
    .holo-wrapper {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 40px;
        padding: 0 20px;
    }

    /* TITLE clean centered */
    .holo-title {
        position: relative !important;
        left: 0 !important;
        top: 0 !important;
        transform: none !important;
        width: 100%;
        text-align: center;
        font-size: 2rem;
        margin-bottom: 10px;
        padding: 0;
    }

    .holo-title::after {
        content: none !important;
    }

    /* CARD centered and scaled */
    .holo-sphere {
        position: relative !important;
        left: auto !important;
        top: auto !important;
        transform: none !important;
        width: 260px;
        height: 160px;
        margin: 0 auto;
    }

    .holo-card {
        top: 0 !important;
        left: 0 !important;
        width: 100%;
        height: 100%;
        transform: none !important;
        margin: 0 auto;
    }

    /* RIBBONS become stacked list */
    .holo-ribbons {
        position: relative !important;
        top: 0 !important;
        left: -45% !important;
        width: 100%;
        transform: none !important;
        padding: 0 10px;
        display: flex;
        flex-direction: column;
        gap: 14px;
    }

    .holo-ribbon {
        position: relative !important;
        opacity: 1 !important;
        transform: none !important;
        background: rgba(255, 255, 255, 0.15);
        border: 1px solid rgba(255, 255, 255, 0.25);
        padding: 14px 16px;
        border-radius: 12px;
        font-size: 1rem;
        white-space: normal;
    }

    .holo-ribbon span {
        display: block;
        margin-top: 5px;
        font-size: 0.8rem;
        opacity: 0.8;
    }
}

/*card types*/
/* --- 2. Premium Product Showcase CSS --- */
.card-tiers-section {
    padding: 80px 5%;
    background-color: #fff;
    text-align: center;
    position: relative;
    z-index: 3;
}

.tiers-title {
    font-size: 36px;
    font-weight: 800;
    margin-bottom: 60px;
    color: #1a1a1a;
}

.tier-grid {
    display: flex;
    gap: 30px;
    justify-content: center;
}

.tier-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    padding: 5px 30px;
    max-width: 350px;
    text-align: left;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    height: auto;
}

.tier-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.tier-icon i {
    font-size: 32px;
    color: var(--primary-color, #007bff);
    margin-bottom: 15px;
    background: #e6f0ff;
    padding: 10px;
    border-radius: 50%;
}

.tier-icon img{
    height: 500px;
    width: 250px;
}

.tier-card h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 10px 0;
    color: #1a1a1a;
}

.tier-card p {
    color: #555;
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
}

.tier-features {
    list-style: none;
    padding: 0;
    margin: 0;
}

.tier-features li {
    font-size: 15px;
    color: #333;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.tier-features li i {
    color: #28a745;
    font-size: 14px;
    margin-right: 8px;
    padding: 0; /* Override the padding from .tier-icon */
    background: none;
}

/* Mobile adjustments */
@media (max-width: 992px) {
    .tier-grid {
        flex-direction: column;
        align-items: center;
    }
    .tier-card {
        max-width: 90%;
    }
    .tier-icon img{
        height: auto;
    }
}

/* ===========================
   SMART MEMBERSHIP SPLIT LAYOUT
   =========================== */

#membershipCards.mc-split {
  height: 100vh;
  background: #0e0f12;
  display: flex;
  position: relative;
  overflow: hidden;
  color: #fff;
  z-index: 3;
}

/* LEFT SIDE */
.mc-left {
  width: 50%;
  padding: 60px;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.mc-title {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 12px;
}

.mc-sub {
  font-size: 16px;
  color: rgba(255,255,255,0.7);
  margin-bottom: 28px;
  line-height: 1.5;
}

/* Feature actions */
.mc-action-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.mc-action {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 14px 0;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.mc-icon {
  width: 42px;
  height: 42px;
  background: rgba(0, 200, 255, 0.15);
  border: 1px solid rgba(0,150,255,0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  font-size: 20px;
}

.mc-text h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.mc-text p {
  margin-top: 4px;
  font-size: 13px;
  color: rgba(255,255,255,0.75);
}

/* RIGHT SIDE */
.mc-right {
  width: 50%;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* Diagonal background */
.mc-right::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #12141a, #0f2431);
  clip-path: polygon(10% 0, 100% 0, 100% 100%, 0 100%);
  z-index: 1;
}

/* Big floating card */
.mc-card-float{
  position: relative;
  width: 420px;
  height: 260px;
  z-index: 3;
  animation: floatCard 4s ease-in-out infinite;
}

.mc-big-card {
  width: 100%;
  height: 100%;
  object-fit: contain;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,0.12);
}

.mc-card-glow {
  position: absolute;
  width: 500px;
  height: 350px;
  background: radial-gradient(circle, rgba(0,200,255,0.4), transparent 60%);
  filter: blur(80px);
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* Floating animation */
@keyframes floatCard {
  0%   { transform: translateY(0px); }
  50%  { transform: translateY(-18px); }
  100% { transform: translateY(0px); }
}

/* Responsive */
@media (max-width: 900px) {
  #membershipCards.mc-split {
    flex-direction: column;
    height: auto;
    padding: 60px 20px;
  }

  .mc-left {
    width: 100%;
    padding: 0;
  }
  .mc-right {
    width: 100%;
    margin-top: 40px;
  }
}

/* --- 3. B2B Google Review Standee CSS --- */
.b2b-tool-split {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 100px 5%;
    background-color: #f0f8ff; /* Light blue background for emphasis */
    gap: 50px;
    position: relative;
    z-index: 3;
}

.tool-left-content {
    flex: 1;
    max-width: 550px;
}

.sub-head-tag {
    font-size: 12px;
    font-weight: 700;
    color: var(--primary-color, #007bff);
    letter-spacing: 2px;
    display: block;
    margin-bottom: 10px;
}

.tool-main-title {
    font-size: 40px;
    font-weight: 800;
    color: #1a1a1a;
    line-height: 1.1;
    margin-bottom: 20px;
}

.tool-description {
    font-size: 18px;
    color: #555;
    margin-bottom: 30px;
}

.tool-benefits-list {
    margin-bottom: 40px;
}

.tool-benefit {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 16px;
    color: #333;
}

.tool-benefit i {
    font-size: 20px;
    color: #ffc107; /* Gold color for review stars */
    margin-right: 15px;
}

.tool-right-visual {
    flex: 1;
    display: flex;
    justify-content: center;
}

.tool-right-visual img {
    max-width: 50%;
    max-height: 10%;
    border-radius: 10px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

/* Styling for the New Product Images in Card Tiers */
.tier-icon {
    /* Keep this for padding/centering if needed, but remove any background color from here */
    width: 100%;
    height: 50%; /* Adjust height based on your design */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 15px;
}

.tier-product-img {
    /* Sty0les for the actual image */
    width: 100%;
    height: 100%;
    max-height: 100%; /* Ensure image fits well */
    border-radius: 8px; /* Optional: adds soft corners to the image */
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

/* Mobile adjustments */
@media (max-width: 992px) {
    .b2b-tool-split {
        flex-direction: column;
        text-align: center;
        padding: 50px 5%;
    }
    .tool-left-content {
        max-width: 100%;
    }
    .tool-main-title {
        font-size: 30px;
    }
    .tool-benefit {
        justify-content: center;
    }
    .tool-benefit i {
        margin-left: 0;
    }
}

/* ========== Hero 4 ========== */

.hero4 {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero4::before {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url('./black4.jpg');
    background-size: cover;
    background-position: center;
    filter: brightness(50%);
    z-index: -2;
}

.hero4::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
}

.hero4details {
    position: sticky;
    top: 0;
}

.hero4main {
    overflow: hidden;
    display: inline-block;
    font-weight: 800;
    font-size: 7rem;
    color: #ffffff;
    line-height: 1;
    margin: 0;
}



.hero4details h1 {
    
}

@media (max-width:768px) {
    .hero4main{
        font-size: 2.5rem !important;
    }
}

.list {
    height: auto;
    overflow-y: auto;
    list-style: disc;
    padding-left: 0;
    width: auto;
    position: sticky;
    top: 0;
    scrollbar-width: none;
}

.list li {
    font-size: 1.5rem;
    margin-bottom: 12px;
    margin-left: -12px;
    color: #fff;
}

/* ========== Hero 5 ========== */

.hero5 {
    width: 100vw;
    height: 100vh;
    position: sticky;
    top: 0;
    z-index: -1;
    overflow: hidden;
}

/* blurred background */
.hero5::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 100vw;
    height: 100%;
    transform: translateX(-50%) scale(1.1); /* center + prevent blur edges */
    background-image: url('./cardbackground.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    filter: blur(4px);
    z-index: -2;
}

/* dark overlay */
.hero5::after {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.45);
    z-index: -1;
}

/* foreground content */
.hero5details {
    height: 100vh;
    z-index: 10;
    padding: 0 3rem;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.hero5details h1 {
    margin: 0;
    color: #fff;
    font-size: 8rem;
    font-weight: 1000;
}

.brand-container {
    padding: 24px 12px;
    border-radius: 20px;
    text-align: center;
    max-width: 600px;
}

/* glass effect */
.glass-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.2);
}

.brand-container h2 {
    font-size: 3rem;
    font-weight: 600;
    margin-bottom: 10px;
    width: 100%;
    text-shadow: none;
    color: #fff;
}

@media (max-width:768px) {
    .brand-container h2{
        font-size: 2rem;
    }
    
}

.subtext {
    color: #e0e0e0;
    font-size: 16px;
    margin-bottom: 20px;
}

.features {
    list-style: none;
    padding: 0;
    margin: 0 0 20px 0;
    color: #dcdcdc;
    font-size: 15px;
}

.features li {
    margin-bottom: 6px;
}

/* CTA BUTTON */
.cta-btn {
    padding: 12px 25px;
    border: none;
    background: #ffffff;
    color: #000;
    font-weight: 600;
    border-radius: 24px;
    cursor: pointer;
    transition: 0.35s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

/* Hover effects (lift + color invert + glow) */
.cta-btn:hover {
    background: #000;
    color: #fff;
    transform: translateY(-4px) scale(1.03);
    box-shadow: 0 6px 20px rgba(255, 255, 255, 0.3);
}

/* Shine swipe effect */
.cta-btn::after {
    content: "";
    position: absolute;
    top: 0;
    left: -130%;
    width: 90%;
    height: 100%;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,0.35),
        transparent
    );
    transform: skewX(-25deg);
    transition: 0.45s ease;
}

.cta-btn:hover::after {
    left: 130%;
}


/* ========== GTA Section ========== */

.gta-section {
    position: relative;
    height: 300vh;
    background: black;
    overflow: hidden;
    z-index: 3;
}

#gtaVideo {
    position: sticky;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 1;
    object-fit: cover;
    will-change: transform;
}

.overlay-text {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #fff;
    z-index: 5;
    pointer-events: none;
    width: 100%;
    padding: 0 2rem;
}

.overlay-text h1 {
    font-size: 4rem;
    margin-bottom: 1rem;
}

.overlay-text p {
    font-size: 1.5rem;
}

.story-slide {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    padding: 8rem 2rem;
    box-sizing: border-box;
    gap: 2rem;
    background: transparent;
}

.story-cont {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
}

.story-cont h2 {
    font-size: 3rem;
    font-weight: 700;
    text-shadow: none;
    text-decoration: underline;
    color: #ffffff;
}

.story-cont p {
    font-size: 2rem;
    font-weight: 300;
    text-shadow: none;
    color: #adadad;
}

.slide-one .story-cont {
    padding: 2rem;
}

.slide-two .story-cont {
    background-color: #496449;
    padding: 2rem;
}

.slide-three .story-cont {
    background-color: #484865;
    padding: 2rem;
}

.story-slide img {
    width: 350px;
    height: 500px;
    border-radius: 24px;
}

/* --- 4. Comprehensive FAQ Section CSS --- */
.faq-container {
    padding: 80px 5%;
    background-color: #ffffff;
    text-align: center;
}

.faq-main-title {
    font-size: 38px;
    font-weight: 800;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.faq-sub-title {
    font-size: 18px;
    color: #555;
    margin-bottom: 40px;
}

.faq-accordion {
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.faq-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: box-shadow 0.3s;
}

.faq-item:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.faq-toggle {
    display: none; /* Hide the standard checkbox */
}

.faq-question {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 25px;
    background-color: #f9f9f9;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    cursor: pointer;
    transition: background-color 0.3s;
}

.faq-question:hover {
    background-color: #f0f0f0;
}

.faq-arrow {
    font-size: 16px;
    transition: transform 0.3s;
    color: var(--primary-color, #007bff);
}

.faq-answer {
    max-height: 0;
    padding: 0 25px;
    background-color: #ffffff;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    overflow: hidden;
}

.faq-answer p {
    padding: 15px 0;
    margin: 0;
    line-height: 1.6;
    color: #555;
    border-top: 1px solid #eee;
}

/* State when checkbox is checked */
.faq-toggle:checked + .faq-question {
    background-color: #fff;
    border-bottom: 1px solid #e0e0e0;
}

.faq-toggle:checked + .faq-question .faq-arrow {
    transform: rotate(180deg);
}

.faq-toggle:checked ~ .faq-answer {
    max-height: 200px; /* Adjust height based on content */
    padding: 0 25px 20px;
}

/* ========== Footer / Details Sections ========== */

.details-l {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: flex-start;
    padding: 2rem;
    position: sticky;
    top: -35%;
    height: 80vh;
}

.details-r {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    position: sticky;
    top: 0;
    box-sizing: border-box;
}

.details-r h3 {
    height: 0;
    width: 0;
}

.details-img {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding: 2rem;
    position: sticky;
    top: 35%;
}

.details-img img {
    height: 150px;
    width: 300px;
}

.details-left {
    position: sticky;
    top: 0;
}

.details-left h2 {
    color: #fff;
    text-shadow: none;
    font-weight: 600;
    font-size: 2rem;
}

.details-right {
    position: sticky;
    top: 0;
}

.details-right h2 {
    color: #fff;
    text-shadow: none;
    font-size: 1.1rem;
}

/* ========== Mobile Styles ========== */

@media (max-width: 768px) {
    .hero-section {
        padding-top: 2rem;
    }

    /* Hero 1 */
    .card-wrapper {
        width: 70vw;
        top: 25%;
    }

    .center-head {
        font-size: 1.3rem;
        width: auto;
        margin-top: 15%;
        padding: 0 24px;
    }

    .card-details {
        flex-direction: row;
        gap: 0.5rem;
        
    }

    .get-btn {
        margin-top: 50%;
    }

    /* Hero 2 */
    .tap {
        top: 50%;
        height: 50%;
        max-width: 200%;
    }

    .hero2-details h1 {
        font-size: 3rem;
        line-height: 1.2;
    }

    .floating-words {
        flex-direction: column;
        gap: 0.5rem;
        position: relative;
        margin-top: 5vh;
    }

    .fword {
        font-size: 1.5rem;
    }

    /* Hero 3 */
    .hero3-title {
        font-size: 2rem;
        top: 5%;
    }

    .steps-grid {
        width: 85vw;
        height: 60vh;
        max-height: 400px;
    }

    .step-card {
        left: 0;
    }

    .step-card h2 {
        font-size: 1.5rem;
    }

    .step-card p {
        font-size: 1.2rem;
    }

    /* GTA Section */
    .gta-section {
        max-width: 100%;
    }

    .story-slide {
        flex-direction: column;
        padding: 5rem 1rem;
        gap: 1rem;
    }

    .story-slide img {
        width: 80vw;
        height: auto;
        max-width: 300px;
    }

    .story-cont h2 {
        font-size: 1.5rem;
        text-decoration: none;
    }

    .story-cont p {
        font-size: 1rem;
    }

    /* Hero 4 */
    .hero4 {
        padding: 5vh 3vw;
        width: 100%;
    }

    .hero4details h1 {
        font-size: 3.5rem;
        text-align: center;
    }

    .list {
        width: 95%;
        margin-top: 5vh;
    }

    .list li {
        font-size: 1rem;
        margin-left: 15px;
    }

    /* Hero 5 */
    .hero5 {
        max-width: 100vw !important;
    }

    .hero5details {
        flex-direction: column;
        justify-content: center;
        text-align: center;
    }

    .hero5details h1 {
        font-size: 3rem;
        padding: 0 1rem;
    }

    /* Footer / Details */
    .details-l {
        height: 20%;
        position: static;
        padding: 1.5rem;
        justify-content: center;
        
    }

    .details-left h2{
        font-size: 0.5rem;
    }

    .details-img,
    .details-r,
    .details-left,
    .details-right {
        position: static;
        padding: 1.5rem;
        text-align: center;
        justify-content: center;
        
    }


    .details-left h2 {
        font-size: 1.5rem;
    }

    .details-right h2 {
        font-size: 1rem;
    }

    .details-img{
        top: 0% !important;
    }

    .details-img img {
        width: 80vw;
        height: auto;
        max-width: 300px;
    }
}


.whatsapp {
  position: fixed;
  bottom: 25px;
  right: 25px;
  border-radius: 20%;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999; /* stays above all elements */
  box-shadow: 0 8px 25px rgba(0,0,0,0.35);
  cursor: pointer;
  transition: transform 0.2s ease;
}

.whatsapp img {
  width: 60px;
  height: 60px;
  object-fit: cover;
}

.whatsapp:hover {
  transform: scale(1.08);
}

.logo {
  position: absolute;
  top: 0;
  left: 0;
  background: transparent;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  z-index: 9999; /* stays above all elements */
  cursor: pointer;
  transition: transform 0.2s ease;
}

.logo img {
  width: 40%;
  height: 50%;
}

.logo:hover {
  transform: scale(1.08);
}
