/* ============================================
   HOME PAGE CONTAINER - Ensures Vertical Stacking
   ============================================ */


/* Override Astra Theme Container Width */
/*.site-content,*/
/*.ast-container,*/
/*body .site-content > .ast-container {*/
/*    max-width: 1440px !important;*/
/*    padding: 0 !important;*/
/*}*/
@import url('https://fonts.googleapis.com/css2?family=Cal+Sans&family=Fraunces:ital,opsz,wght@0,9..144,100..900;1,9..144,100..900&family=Gloock&family=Jersey+10&family=Jersey+25&family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Righteous&family=Urbanist:ital,wght@0,100..900;1,100..900&display=swap');
.home-page-container {
    width: 100%;
    overflow: hidden;
    /*max-width: 1440px;*/
    margin: 0 auto;
    display: block;
    clear: both;
    top: -100px;
    margin-top: -100px;
        background-color: #eae9f7 !important;
}

.page-width{
        margin: 0 auto;
        padding: 0 20px;
}
.page-width-two{
 /*margin: 0 auto;*/
        padding: 0 0px !important;
    /*width: 1520px !important;*/
    margin-top: 80px;
}
/* ============================================
   DESKTOP STYLES (1024px and above) - DEFAULT
   ============================================ */

/* Update Home Page Main */
.home-page-main {
    width: 100%;
    max-width: 1336px; /* Changed from 1366px */
    height: 951px;
    position: relative;
    background: #FCF9FF;
    overflow: hidden;
    border-top-left-radius: 32px;
    border-top-right-radius: 32px;
    border: 1px solid #000000;
    margin: 0 auto;
    display: block;
}
.hading{
    display: none !important;
}
/* Background Blur Effects */
.background-blur-effects {
    width: 670.50px;
    height: 444.37px;
    position: absolute;
    left: 348px;
    top: 50px;
    opacity: 0.40;
    pointer-events: none;
}
button.custom--btn-text-pink:focus {
    border-radius: 28.11px !important;
    border: 1.22px solid #000000 !important;
    background-color: #fa47fd !important;
    color: #fff !important;
}
button.custom--btn-text-purple:focus {
    border: 1.22px solid #000000 !important;
    background-color: #7c3aed !important;
    color: #ffffff !important;
}
.blur-pink {
    width: 539px;
    height: 428.87px;
    position: absolute;
    left: 0;
    top: 0;
    background: #FA47FD;
    filter: blur(146.40px);
}

.blur-yellow {
    width: 345px;
    height: 421px;
    position: absolute;
    left: 325.50px;
    top: 23.37px;
    background: #FEF9C3;
    border-radius: 9999px;
    filter: blur(146.40px);
}
/*.hero-section-container {*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*    justify-content: center;*/
/*    text-align: center;*/
/*    padding: 60px 20px;*/
/*    width: 825;*/
/*    top:317px;*/
/*    left:271px;*/
/*    margin: 0 auto;*/
/*    gap: 24px;*/
/*}*/


/* Hero Content */
.hero-content {
        position: absolute;
        /* left: 366px; */
        top: 327px;
        display: flex;
        flex-direction: column;
        /* align-items: center; */
        gap: 12px;
        z-index: 2;
        text-align: center;
}

.hero-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

/* Hero Heading */
.hero-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}
.heading-line-1 {
    display: flex;
    /* align-items: flex-start; */
    gap: 12px;
    text-align: center;
    align-items: center;
}
.heading-line-2 {
    display: flex;
    align-items: center;
    gap: 7px;
}
.text-italic {
    color: 
#020617;
    font-size: 52px;
    font-family: 'Denton C';
    font-style: italic;
    font-weight: 400;
    color: #000000;
    justify-content: center;
}
.text-normal {
    font-family: "Denton C", Sans-serif;
    font-size: 30px;
    font-weight: 300;
    color: #000000;
    padding-right: 10px;
       padding-left: 40px;

}
/* Shopify Logo Wrapper */
.shopify-logo-wrapper {
    width: 166.69px;
    height: 52.29px;
    position: relative;
    flex-shrink: 0;
}
.shopify-logo-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Hero Subheading */
.hero-subheading {
    text-align: center;
    color: #020617;
    font-size: 18px;
    font-family: 'Gilory', sans-serif;
    font-weight: 400;
    align-self: stretch;
}

/* CTA Buttons */
.hero-cta-buttons {
    display: flex;
    align-items: center;
    gap: 14.14px;
    justify-content: center;
}

/* Custom Pink Button */
.custom--btn-pink {
    display: flex;
    width: 100%;
    max-width: fit-content;
    padding: 0 2px 3px;
    border: 1.22px solid #000000;
    border-radius: 32px;
    background-color: #fa47fd;
    position: relative;
    text-decoration: none;
}

.custom--btn-inner-pink {
    display: flex;
    width: 100%;
    max-width: fit-content;
    padding: 0 2px;
    border: 1.22px solid #000000;
    border-radius: 28px;
    background-color: #fa47fd;
    margin: 0;
    position: relative;
}

.custom--btn-text-pink {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 56px;
    opacity: 1;
    border-radius: 28.11px;
    border: 1.22px solid #000000;
    padding: 14px 24px;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #fa47fd;
    color: #fff;
    transform: translateY(-8px);
    z-index: 1;
    transition: transform 0.5s ease-in-out;
    font-family: 'Denton C', serif;
    cursor: pointer;
}

.custom--btn-inner-pink::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 1.22px;
    height: 30px;
    opacity: 1;
    background-color: #000;
    z-index: 1;
}

.custom--btn-inner-pink::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 15%;
    width: 1.22px;
    height: 30px;
    opacity: 1;
    background-color: #000;
}

.custom--btn-pink:hover .custom--btn-text-pink {
    transform: translateY(-2px);
}

.custom--btn-pink-b {
    display: flex;
    top: 30px;
    width: 100%;
    max-width: fit-content;
    padding: 0 2px 3px;
    border: 1.22px solid #000000;
    border-radius: 32px;
    background-color: #fa47fd;
    position: relative;
    text-decoration: none;
}

.custom--btn-inner-pink {
    display: flex;
    width: 100%;
    max-width: fit-content;
    padding: 0 2px;
    border: 1.22px solid #000000;
    border-radius: 28px;
    background-color: #fa47fd;
    margin: 0;
    position: relative;
}

.custom--btn-text-pink {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 56px;
    opacity: 1;
    border-radius: 28.11px;
    border: 1.22px solid #000000;
    padding: 14px 24px;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #fa47fd;
    color: #fff;
    transform: translateY(-8px);
    z-index: 1;
    transition: transform 0.5s ease-in-out;
    font-family: 'Denton C', serif;
    cursor: pointer;
}

.custom--btn-inner-pink::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 1.22px;
    height: 30px;
    opacity: 1;
    background-color: #000;
    z-index: 1;
}

.custom--btn-inner-pink::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 15%;
    width: 1.22px;
    height: 30px;
    opacity: 1;
    background-color: #000;
}

.custom--btn-pink-b:hover .custom--btn-text-pink {
    transform: translateY(-2px);
}
/* Custom Purple Button */
.custom--btn-purple {
    display: flex;
    width: 100%;
    max-width: fit-content;
    padding: 0 2px 3px;
    border: 1.22px solid #000000;
    border-radius: 32px;
    background-color: #7c3aed;
    position: relative;
    text-decoration: none;
}

.custom--btn-inner-purple {
    display: flex;
    width: 100%;
    max-width: fit-content;
    padding: 0 2px;
    border: 1.22px solid #000000;
    border-radius: 28px;
    background-color: #7c3aed;
    margin: 0;
    position: relative;
}

.custom--btn-text-purple {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 56px;
    opacity: 1;
    border-radius: 28.11px;
    border: 1.22px solid #000000;
    padding: 14px 24px;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #7c3aed;
    color: #fff;
    transform: translateY(-8px);
    z-index: 1;
    transition: transform 0.5s ease-in-out;
    font-family: 'Denton C', serif;
    cursor: pointer;
}

.custom--btn-inner-purple::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 1.22px;
    height: 30px;
    opacity: 1;
    background-color: #000;
    z-index: 1;
}

.custom--btn-inner-purple::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 15%;
    width: 1.22px;
    height: 30px;
    opacity: 1;
    background-color: #000;
}

.custom--btn-purple:hover .custom--btn-text-purple {
    transform: translateY(-2px);
}
.custom--btn-purple-b {
    display: flex;
    width: 100%;
    max-width: fit-content;
    padding: 0 2px 3px;
    border: 1.22px solid #000000;
    border-radius: 32px;
    background-color: #7c3aed;
    position: relative;
    text-decoration: none;
}

.custom--btn-inner-purple {
    display: flex;
    width: 100%;
    max-width: fit-content;
    padding: 0 2px;
    border: 1.22px solid #000000;
    border-radius: 28px;
    background-color: #7c3aed;
    margin: 0;
    position: relative;
}

.custom--btn-text-purple {
    display: flex;
    align-items: center;
    width: 100%;
    min-height: 56px;
    opacity: 1;
    border-radius: 28.11px;
    border: 1.22px solid #000000;
    padding: 14px 24px;
    gap: 10px;
    font-weight: 400;
    font-size: 18px;
    line-height: 1;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    background-color: #7c3aed;
    color: #fff;
    transform: translateY(-8px);
    z-index: 1;
    transition: transform 0.5s ease-in-out;
    font-family: 'Denton C', serif;
    cursor: pointer;
}

.custom--btn-inner-purple::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 15%;
    width: 1.22px;
    height: 30px;
    opacity: 1;
    background-color: #000;
    z-index: 1;
}

.custom--btn-inner-purple::after {
    content: '';
    position: absolute;
    bottom: 0;
    right: 15%;
    width: 1.22px;
    height: 30px;
    opacity: 1;
    background-color: #000;
}

.custom--btn-purple-b:hover .custom--btn-text-purple {
    transform: translateY(-2px);
}

/* Decorative Elements */
.decorative-elements {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 1;
}

/* Purple Square - Image */
.deco-purple-square {
    width: 273px;
    height: 273px;
    position: absolute;
   left: 1069px;
    top: 660px;
}

.deco-purple-square img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Combined Black and Gradient Squares - Single Image */
.deco-combined-squares {
      width: 64px;
    height: 89px;
    position: absolute;
    left: 180px;
    top: 560px;
}

.deco-combined-squares img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Shopify Card - Image */
.deco-shopify-card {
    width: 207px;
    position: absolute;
       left: 1017.35px;
    top: 262px;
    transform: rotate(0deg);
}

.deco-shopify-card img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* Merchant Badge with Animation */
.deco-merchant-badge {
    width: 256px;
    height: 256px;
    position: absolute;
    left: 661px;
    top: 640px;
    overflow: visible;
}

.merchant-shape {
    position: absolute;
        width: 150px;
    height: 92px;
    animation: path-loop-merchant 8s linear infinite;
}

/* Keyframes for Merchant Badge Animation */
@keyframes path-loop-merchant {
    0%, 100% { 
        top: 60%;
        left: 20%;
        transform: translate(-50%, -50%);
    }
    33% { 
        top: 30%;
        left: 60%;
        transform: translate(-50%, -50%);
    }
    66% { 
        top: 10%;
        left: 30%;
        transform: translate(-50%, -50%);
    }
}

/* Customer Badge with Animation */
.deco-customer-badge {
    width: 256px;
    height: 256px;
    position: absolute;
    left: 379px;
    top: 640px;
    overflow: visible;
}

.customer-shape {
    position: absolute;
    width: 150px;
    height: 92px;
    animation: path-loop-customer 9s linear infinite;
}

/* Keyframes for Customer Badge Animation */
@keyframes path-loop-customer {
    0%, 100% { 
        top: 60%;
        left: 30%;
        transform: translate(-50%, -50%);
    }
    33% { 
        top: 10%;
        left: 70%;
        transform: translate(-50%, -50%);
    }
    66% { 
        top: 40%;
        left: 10%;
        transform: translate(-50%, -50%);
    }
}

/* Purple Line - Image */
.deco-purple-line {
    width: 339px;
    height: 15px;
    position: absolute;
    left: 695px;
    top: 384px;
}

.deco-purple-line img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Top Decorations - Combined Image */
.deco-top-elements {
    width: 60px;
    height: 30px;
    position: absolute;
    left: 93px;
    top: 87px;
}

.deco-top-elements img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Bottom Animated Stars - Cycling Animation */
.deco-bottom-animated {
    position: absolute;
    left: 86px;
    top: 869px;
    width: 34.87px;
    height: 36.20px;
}

.deco-bottom-animated img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    object-fit: contain;
}

/* Star Image 1 - Normal Star */
.star-image-1 {
    animation: show-star-1 9s infinite;
}

@keyframes show-star-1 {
    0%, 33.33% { opacity: 1; }
    33.34%, 100% { opacity: 0; }
}

/* Star Image 2 - Blue Star */
.star-image-2 {
    animation: show-star-2 9s infinite;
}

@keyframes show-star-2 {
    0%, 33.33% { opacity: 0; }
    33.34%, 66.66% { opacity: 1; }
    66.67%, 100% { opacity: 0; }
}

/* Star Image 3 - Pink Star */
.star-image-3 {
    animation: show-star-3 9s infinite;
}

@keyframes show-star-3 {
    0%, 66.66% { opacity: 0; }
    66.67%, 100% { opacity: 1; }
}

/* No 1 Badge */
.deco-no1-badge {
    width: auto;
    height: auto;
    position: absolute;
    left: 556.32px;
    top: 269.97px;
    padding: 8px 16px;
    background: #FEF9C3;
    box-shadow: 0px 2px 6px 2px rgba(0, 0, 0, 0.15);
    border-radius: 24px;
    border: 3px solid white;
    display: flex;
    align-items: center;
    gap: 8px;
}

.badge-no1 {
    color: #020617;
    font-size: 18px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 400;
}

.badge-icon-fire {
    width: 24.40px;
    height: 27.4px;
    position: relative;
    overflow: hidden;
}

.badge-icon-fire img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.badge-text {
    color: #020617;
    font-size: 18px;
    font-family: 'Gilory', sans-serif;
    font-weight: 400;
}

/* Tilt Animation for No 1 Badge */
.tilt {
    /*animation: tiltAnim 2s ease-in-out infinite alternate;*/
    transform-origin: center center;
}

@keyframes tiltAnim {
    from { 
        transform: rotate(-10deg); 
    }
    to { 
        transform: rotate(10deg); 
    }
}

/* ============================================
   SUBSCRIPTION MARQUEE SECTION
   ============================================ */

/* Update Subscription Marquee */
.subscription-marquee-section {
     position: relative;
     /*overflow: hidden; */
    height: 70px;
    transform: rotate(-0.5deg);
    background: #e6ddf9;
    backdrop-filter: blur(8px);
    display: block;
    width: 100%;
    max-width: 1540px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -40px;
    clear: both;
    z-index: 10;
}
.subscription-marquee-track {
       display: flex;
        gap: 20px;
    background: #e6ddf9;
    white-space: nowrap;
    min-width: 200%;
    will-change: transform;
    animation: marquee-scroll 18s 
linear infinite;
    align-items: center;
    height: 100%;
    padding: 0 50px;
}

.subscription-marquee-section:hover .subscription-marquee-track {
    animation-play-state: paused;
}

.marquee-item {
    display: flex;
    gap: 12px;
    align-items: center;
    color: #444;
    font-size: 16px;
    font-family: 'Denton C', serif;
}

.marquee-item img {
    width: 30px;
    height: 30px;
    object-fit: contain;
    flex-shrink: 0;
}

.marquee-item-text {
    white-space: nowrap;
}

@keyframes marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}
/* ============================================
   TABLET STYLES (640px to 1024px)
   ============================================ */
/* ============================================
   TABLET STYLES (640px to 1024px)
   ============================================ */
@media (min-width: 640px) and (max-width: 1024px) {
    .home-page-container {
    width: 100%;
    overflow: hidden;
    /* max-width: 1440px; */
    margin: 0 auto;
    display: block;
    clear: both;
    top: -100px;
}
   
    .page-width-two {
    margin: 0 auto;
    /* padding: 0 20px; */
    width: auto !important;
}
    
    .home-page-main {
        max-width: 100%;
        width: 100%;
        height: auto;
        min-height: 800px;
        margin: 0;
    }
    
    /* Background Blur Effects - Scaled */
    .background-blur-effects {
        left: 50%;
        top: 40px;
        transform: translateX(-50%);
        width: 550px;
        height: 380px;
    }
    
    .blur-pink {
        width: 450px;
        height: 350px;
    }
    
    .blur-yellow {
        width: 280px;
        height: 340px;
    }
    
    /* Hero Content - Centered */
    .hero-content {
        left: 50%;
        top: 280px;
        transform: translateX(-50%);
        width: auto;
        max-width: 95%;
    }
    
    .hero-heading {
        display: flex;
        flex-direction: column;
        width: 100%;
        max-width: 750px;
        align-items: center;
        gap: 4px;
    }
    
    /* FIXED: First line - "Hola amigo" + "we make subscription easy for" */
    .heading-line-1 {
        display: block;
        text-align: center;
        width: 100%;
        line-height: 1.3;
    }
    
    .heading-line-1 .text-italic,
    .heading-line-1 .text-normal {
        display: inline;
        white-space: nowrap;
    }
    
    /* Force "Hola amigo" to stay together */
    .heading-line-1 .text-italic::after {
        content: " ";
        white-space: pre;
    }
    
    /* FIXED: Second line - Shopify logo + "merchants" */
    .heading-line-2 {
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 7px;
        width: 100%;
    }
    
    /* Text Sizing */
    .text-italic,
    .text-normal {
        font-size: 32px;
        line-height: 1.3;
    }
    
    .hero-subheading {
        font-size: 16px;
        max-width: 500px;
        margin-top: 8px;
    }
    
    /* Shopify Logo */
    .shopify-logo-wrapper {
        width: 110px;
        height: 35px;
        flex-shrink: 0;
    }
    
    /* Buttons - Slightly Smaller */
    .hero-cta-buttons {
        flex-wrap: wrap;
        justify-content: center;
        gap: 12px;
        margin-top: 8px;
    }
    
    .custom--btn-text-pink,
    .custom--btn-text-purple {
        font-size: 16px;
        padding: 12px 20px;
        min-height: 50px;
    }
    
    /* Decorative Elements - Scaled and Repositioned */
    .deco-purple-square {
       width: 160px;
        height: 160px;
        left: auto;
        right: -76px;
        top: auto;
        bottom: -8px;
    }
    
    .deco-combined-squares {
        width: 80px;
        height: 80px;
        left: 40px;
        top: auto;
        bottom: 200px;
    }
    
    .deco-shopify-card {
        width: 140px;
        left: auto;
        right: 60px;
        top: 180px;
    }
    
    .deco-merchant-badge {
        width: 180px;
        height: 180px;
        left: 50%;
        top: 570px;
        bottom: 100px;
        transform: translateX(80px);
    }
    
    .merchant-shape {
        width: 120px;
        height: 60px;
    }
    
    .deco-customer-badge {
        width: 180px;
        height: 180px;
        left: 50%;
        top: 570px;
        bottom: 120px;
        transform: translateX(-200px);
    }
    
    .customer-shape {
        width: 120px;
        height: 60px;
    }
    
    .deco-purple-line {
        width: 160px;
        height: 160px;
        left: auto;
        right: -76px;
        top: auto;
        bottom: -8px;
    }
    
    .deco-top-elements {
        width: 50px;
        height: 25px;
        left: 60px;
        top: 60px;
    }
    
    .deco-bottom-animated {
        width: 25px;
        height: 26px;
        left: 50px;
        top: auto;
        bottom: 40px;
    }
    
    /* FIXED: No 1 Badge - Remove tilt animation on tablet */
    .deco-no1-badge {
        left: 50%;
        top: 200px;
        transform: translateX(-50%);
        font-size: 14px;
        padding: 6px 12px;
        animation: none;
    }
    
    .badge-no1,
    .badge-text {
        font-size: 14px;
    }
    
    .badge-icon-fire {
        width: 18px;
        height: 18px;
    }
    
    /* Marquee Section - Tablet */
    .subscription-marquee-section {
                overflow: hidden;
        max-width: 100%;
        height: 60px;
        margin-top: -30px;
    }
    
    .subscription-marquee-track {
        gap: 70px;
        padding: 0 30px;
    }
    
    .marquee-item {
        font-size: 14px;
        gap: 10px;
    }
    
    .marquee-item img {
        width: 24px;
        height: 24px;
    }
}

/* ============================================
   MOBILE STYLES (Below 640px)
   ============================================ */
@media (max-width: 639px) {
    .home-page-main {
        max-width: 100%;
        width: 100%;
        height: auto;
        min-height: 526px;
        border-radius: 32px 32px 0 0;
        position: relative;
    }
    .hero-text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    }
    /* Background Blur Effects */
    .background-blur-effects {
        left: -23%;
        top: 5.6%;
        width: 100%;
        height: 59.5%;
    }
    
    .blur-pink {
        width: 80.4%;
        height: 96.5%;
    }
    
    .blur-yellow {
        width: 51.5%;
        height: 94.8%;
    }
    
    /* Hero Content */
    .hero-content {
        left: 50%;
        top: 31.3%;
        transform: translateX(-50%);
        width: 74.2%;
        max-width: 328px;
        gap: 16px;
    }
    
    .hero-heading {
        align-items: center;
        width: 100%;
    }
    
    .heading-line-1 {
        flex-direction: column;
        align-items: center;
        gap: 0px;
        width: 100%;
    }
    
    .heading-line-2 {
        gap: 0px;
        justify-content: center;
        width: 100%;
    }
    
    /* Text Sizing */
    .text-italic {
            font-size: 22px;
        font-weight: 700;
        text-align: center;
    }
    
    .text-normal {
       font-size: 22px;
        text-align: center;
    }
    
    /* Shopify Logo */
    .shopify-logo-wrapper {
                width: 70px;
        height: 32px;
        flex-shrink: 0;
    }
    
    /* Hero Subheading */
    .hero-subheading {
                text-align: center;
        width: 100%;
        max-width: 293px;
        font-size: 11px;
    }
    
    /* CTA Buttons - Stacked */
    .hero-cta-buttons {
        gap: 3.14px;
        flex-wrap: wrap;
        justify-content: center;
    }
    
    .custom--btn-pink,
    .custom--btn-purple {
                width: 136px;
        height: 59px;
        /* max-width: 180px;*/
    }
    
    .custom--btn-text-pink,
    .custom--btn-text-purple {
               font-size: 14.56px;
        padding: 5px 12px;
        min-height: 51px;
    }

     .custom--btn-pink-b{
                width: auto;
        height: 59px;
        /* max-width: 180px;*/
    }
    
    .custom--btn-text-pink-b{
               font-size: 14.56px;
        padding: 5px 12px;
        min-height: 51px;
    }
    
    .custom--btn-purple-b {
                width: auto;
        height: 59px;
        /* max-width: 180px;*/
    }
    
 
    .custom--btn-text-purple-b {
               font-size: 14.56px;
        padding: 5px 12px;
        min-height: 51px;
    }
    /* ============================================
       DECORATIVE ELEMENTS - PERCENTAGE BASED
       ============================================ */
    
    .decorative-elements {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        pointer-events: none;
        z-index: 1;
    }
    
    /* Purple Square - Bottom Right */
    .deco-purple-square {
               width: 35.9%;
        height: auto;
        aspect-ratio: 1 / 1;
        left: auto;
        right: -16.3%;
        top: auto;
        bottom: -2.1%;
    }
    
    /* Combined Squares - Left Side */
    .deco-combined-squares {
               display: none;
        width: 13.6%;
        height: auto;
        aspect-ratio: 1 / 1;
        left: 12.9%;
        top: 65.5%;
        bottom: auto;
        right: auto;
        transform: rotate(11deg);
    }
    
    /* Shopify Card - Top Right */
    .deco-shopify-card {
            width: 27.5%;
        height: auto;
        left: auto;
        right: 4.2%;
        top: 30%;
        bottom: auto;
        transform: rotate(0deg);
    }
    
    /* Hide merchant and customer badges on mobile */
    .deco-merchant-badge,
    .deco-customer-badge {
        display: none;
    }
    
    /* Purple Line - Below Heading */
    .deco-purple-line {
               width: 50.7%;
        height: auto;
        aspect-ratio: 339 / 15;
        left: 50%;
        top: 35.9%;
        bottom: auto;
        transform: translateX(-50%);
    }
    
    /* Top Elements - Top Left */
    .deco-top-elements {
        width: 9%;
        height: auto;
        aspect-ratio: 40 / 17.94;
        left: 10.6%;
        top: 5%;
        bottom: auto;
        right: auto;
    }
    
    /* Bottom Animated Stars - Bottom Left */
    .deco-bottom-animated {
               width: 7.8%;
        height: auto;
        aspect-ratio: 17 / 17.65;
        left: 9.8%;
        top: auto;
        bottom: 8.5%;
        right: auto;
    }
    
    /* No 1 Badge - Above Heading */
    .deco-no1-badge {
        width: auto;
        /* max-width: 220px; */
        left: 49%;
        top: 22.8%;
        bottom: auto;
        transform: translateX(-50%) rotate(0deg);
        padding: 6.98px 13.96px;
        border-radius: 20.94px;
        border: 2.62px solid white;
        /* animation: none;*/
    }
    
    .badge-no1,
    .badge-text {
                font-size: 10px;
    }
    
    .badge-icon-fire {
        width: 21.30px;
        height: 21.30px;
    }
    
    /* Marquee Section - Mobile */
    .subscription-marquee-section {
        overflow: hidden;
        max-width: 100%;
        width: 100%;
        height: 50px;
        margin-top: -30px;
    }
    
    .subscription-marquee-track {
        gap: 60px;
        padding: 0 20px;
    }
    
    .marquee-item {
        font-size: 12px;
        gap: 8px;
    }
    
    .marquee-item img {
        width: 20px;
        height: 20px;
    }
}


.product-categories-wrapper {
    width: 100%;
    position: relative;
}

.product-categories-section {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 124px;
    padding: 58px 0;
    transform: rotate(-1deg);
    transition: transform 0.5s ease-in-out;
}

.product-card {
         width: 333.39px;
    height: 407.16px;

    position: relative;
    flex-shrink: 0;
}

.product-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.card-text {
    position: absolute;
    bottom: 0px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    z-index: 10;
}

.card-label {
    display: block;
    color: white;
    font-size: 24px;
    font-family: 'Denton C', serif;
    font-style: italic;
    font-weight: 400;
}

.card-title {
    display: block;
    color: white;
    font-size: 28px;
    font-family: 'Denton C', serif;
    font-weight: 700;
    margin-top: 42px;
    
}

.card-text-dark .card-label,
.card-text-dark .card-title {
    color: #000000;
}

/* Hide duplicate cards and controls on desktop */
.carousel-duplicate,
.carousel-controls,
.carousel-dots {
    display: none;
}
/*.page-width-two {*/
/*    margin: 0 auto;*/
    /* padding: 0 20px; */
/*    width: auto !important;*/
/*}*/

/* ============================================
   TABLET - 2 Cards Carousel (640px - 1024px)
   ============================================ */
@media (min-width: 640px) and (max-width: 1024px) {
    .product-categories-wrapper {
        overflow: hidden;
        padding: 0 40px;
    }

    .product-categories-section {
        gap: 40px;
        padding: 40px 0;
        justify-content: flex-start;
    }

    .product-card {
        width: 298px;
        height: 356px;
        min-width: 298px;
    }

    /* Show duplicate cards for seamless loop */
    .carousel-duplicate {
        display: block;
    }

    /* Show Carousel Controls */
    .carousel-controls {
        display: flex;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        justify-content: space-between;
        padding: 0 10px;
        z-index: 20;
        pointer-events: none;
    }

    .carousel-btn {
        background: rgba(255, 255, 255, 0.95);
        border: 2px solid #000;
        border-radius: 50%;
        color: #000;
        font-size: 24px;
        font-weight: bold;
        cursor: pointer;
        width: 50px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        pointer-events: all;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .carousel-btn:hover {
        background: #fff;
        transform: scale(1.1);
    }

    .carousel-dots {
        display: flex;
        gap: 10px;
        justify-content: center;
        margin-top: 25px;
    }

    .carousel-dot {
        width: 12px;
        height: 12px;
        background: #bbb;
        border: 2px solid #000;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .carousel-dot.active {
        background: #4D47FD;
    }
}

/* ============================================
   MOBILE - 1 Card Carousel (Below 640px)
   ============================================ */
@media (max-width: 639px) {
    .product-categories-wrapper {
        overflow: hidden;
        padding: 0 20px;
    }

    .product-categories-section {
        gap: 20px;
        padding: 30px 0;
        justify-content: flex-start;
    }

    .product-card {
        width: 272.99px;
        height: 331.15px;
        min-width: 272.99px;
    }

    .card-label {
        font-size: 20px;
    }

    .card-title {
        font-size: 24px;
    }

    /* Show duplicate cards for seamless loop */
    .carousel-duplicate {
        display: block;
    }

    /* Show Carousel Controls */
    .carousel-controls {
        display: flex;
        position: absolute;
        top: 50%;
        left: 0;
        right: 0;
        transform: translateY(-50%);
        justify-content: space-between;
        padding: 0 5px;
        z-index: 20;
        pointer-events: none;
    }

    .carousel-btn {
        background: rgba(255, 255, 255, 0.95);
        border: 2px solid #000;
        border-radius: 50%;
        color: #000;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
        transition: all 0.3s ease;
        pointer-events: all;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    }

    .carousel-btn:hover {
        background: #fff;
    }

    .carousel-dots {
        display: flex;
        gap: 8px;
        justify-content: center;
        margin-top: 20px;
    }

    .carousel-dot {
        width: 10px;
        height: 10px;
        background: #bbb;
        border: 2px solid #000;
        border-radius: 50%;
        cursor: pointer;
        transition: background 0.3s ease;
    }

    .carousel-dot.active {
        background: #4D47FD;
    }
}
/* ============================================
   BRANDS & STATISTICS SECTION - DESKTOP
   ============================================ */

/* Update Brands Section */
.brands-statistics-section {
    width: 100%;
     /* Changed from 1366px */
    margin: 60px auto;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

.brands-container {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    position: relative;
}

/* ============================================
   SECTION HEADER
   ============================================ */

.brands-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

/* Background Outline Image */
.brands-outline-image {
       width: 660px;
    height: 212.13px;
    position: absolute;
    left: 50%;
        top: -20px;
    transform: translateX(-50%);
    z-index: 0;
}

.brands-outline-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brands-heading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.heading-row-1,
.heading-row-2 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
    margin-top: -25px;
}

.heading-row-1 .text-italic-bold {
    color: #020617;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-style: italic;
    font-weight: 700;
}

/*.heading-row-1 .text-normal,*/
.heading-row-2 .text-normal {
    color: black;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-weight: 400;
}

/* Blue Highlight Image */
.blue-highlight-image {
        width: 107.99px;
    height: 66px;
    position: absolute;
    left: -0.73px;
    top: 30.96px;
    /* transform: rotate(31deg); */
    z-index: 0;
}

.blue-highlight-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.brands-subheading {
    text-align: center;
    color: #020617;
    font-size: 24px;
    font-family: 'Gilory', sans-serif;
    font-weight: 400;
    z-index: 1;
        line-height: 25px;
}

/* ============================================
   BRAND LOGOS MARQUEE
   ============================================ */

.brands-marquee-wrapper {
    width: 734px;
    position: relative;
    overflow: hidden;
    mix-blend-mode: luminosity;
}

.brands-marquee-track {
    display: flex;
    align-items: center;
    gap: 50px;
    animation: brands-marquee-scroll 30s linear infinite;
}

.brand-logo-item {
    height: 56px;
    padding: 12px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-logo-item img {
    max-height: 100%;
    width: auto;
    object-fit: contain;
}

@keyframes brands-marquee-scroll {
    from {
        transform: translateX(0);
    }
    to {
        transform: translateX(-50%);
    }
}

.marquee-fade-left,
.marquee-fade-right {
    width: 95px;
    height: 95px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    pointer-events: none;
    z-index: 2;
}

.marquee-fade-left {
    left: 0;
    background: linear-gradient(90deg, #F5F3FF 0%, rgba(245, 243, 255, 0) 100%);
}

.marquee-fade-right {
    right: 0;
    background: linear-gradient(270deg, #F5F3FF 0%, rgba(245, 243, 255, 0) 100%);
}

/* ============================================
   DECORATIVE ICONS WRAPPER
   ============================================ */

.stats-decorative-wrapper {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 1;
}

/* Decorative Icon Left */
.stats-deco-icon-left {
    width: 293px;
    height: 283px;
    position: absolute;
    left: -163px;
    bottom: -94px;
    opacity: 1;
}

.stats-deco-icon-left img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Decorative Icon Right */
.stats-deco-icon-right {
   width: 76px;
    height: 43.91px;
    position: absolute;
    right: 0px;
    bottom: 224px;
    opacity: 1;
}

.stats-deco-icon-right img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* Bottom Planet Icon */
.stats-bottom-planet-icon {
   width: 80.93px;
    height: 80.28px;
    position: absolute;
    left: 50px;
    top: 431px;
    opacity: 1;
}

.stats-bottom-planet-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ============================================
   ANIMATED BAR GRAPH - DESKTOP
   ============================================ */

.bar-container-graph {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    gap: 2.5rem;
    flex-direction: row;
    padding-top: 70px;
}

.bar-wrapper-graph {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.top-image-graph {
        position: absolute;
    top: -42px;
    width: 100%;
    height: 5rem;
    z-index: 10;
}

.bar-graph {
    position: relative;
    width: 152px;
    height: 35rem;
    background-color: transparent;
    overflow: hidden;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    border: 2px solid #000;
    border-top: 0;
}

.bar-fill-graph {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    transform-origin: bottom;
}

.bar-fill-graph::before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 6rem;
}

.water-image-graph {
        position: absolute;
    top: 43px;
    left: 50%;
    transform: translate(-50%, -100%);
    width: 100%;
    height: 5rem;
}

.percentage-wrapper-graph {
    position: absolute;
    top: 444px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    gap: 4px;
    z-index: 20;
}

.percentage-text-graph {
    color: #fff;
    font-weight: 600;
    font-family: 'Denton C', serif;
    font-size: 27px;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
}

.arrow-icon-graph {
    width: 13px;
    margin-left: -4px;
    height: auto;
}

.label-graph {
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
    font-family: 'Denton C', serif;
}

/* === BAR 1: Recurring Revenue === */
.bar-wrapper-graph:nth-child(1) .bar-fill-graph {
    height: 75%;
    background-color: #6150e7;
    animation: grow-one 12.5s ease-in-out infinite;
}

.bar-wrapper-graph:nth-child(1) .bar-fill-graph::before {
    background: linear-gradient(to top, #6150e7, rgba(97, 80, 231, 0));
}

/* === BAR 2: Add-on Sales === */
.bar-wrapper-graph:nth-child(2) .bar-fill-graph {
    height: 85%;
    background-color: #6150e7;
    animation: grow-two 12.5s ease-in-out infinite;
}

.bar-wrapper-graph:nth-child(2) .bar-fill-graph::before {
    background: linear-gradient(to top, #6150e7, rgba(97, 80, 231, 0));
}

/* === BAR 3: Reduction in churn === */
.bar-wrapper-graph:nth-child(3) .bar-fill-graph {
    height: 65%;
    background-color: #8e58e3;
    animation: shrink-three 12.5s ease-in-out infinite;
}

.bar-wrapper-graph:nth-child(3) .bar-fill-graph::before {
    background: linear-gradient(to top, #8e58e3, rgba(142, 88, 227, 0));
}

/* === BAR 4: Fewer support ticket === */
.bar-wrapper-graph:nth-child(4) .bar-fill-graph {
    height: 65%;
    background-color: #8e58e3;
    animation: shrink-four 12.5s ease-in-out infinite;
}

.bar-wrapper-graph:nth-child(4) .bar-fill-graph::before {
    background: linear-gradient(to top, #8e58e3, rgba(142, 88, 227, 0));
}

/* ============================================
   KEYFRAMES FOR ANIMATIONS
   ============================================ */

@keyframes grow-one {
    0% { transform: scaleY(0.35); }
    20%, 60% { transform: scaleY(1); }
    90%, 100% { transform: scaleY(0.35); }
}

@keyframes grow-two {
    0%, 20% { transform: scaleY(0.35); }
    30%, 60% { transform: scaleY(1); }
    90%, 100% { transform: scaleY(0.35); }
}

@keyframes shrink-three {
    0%, 20%, 90%, 100% { transform: scaleY(1); }
    40%, 60% { transform: scaleY(0.35); }
}

@keyframes shrink-four {
    0%, 40%, 90%, 100% { transform: scaleY(1); }
    50%, 60% { transform: scaleY(0.35); }
}

/* ============================================
   BOTTOM BOX
   ============================================ */

.box-one-graph {
    z-index: 6;
    width: 785px;
    margin-top: -61px;
}

.box-one-graph img {
    width: 100%;
    height: auto;
}

/* ============================================
   TABLET STYLES (640px to 1024px)
   ============================================ */

@media (min-width: 640px) and (max-width: 1024px) {
    .brands-statistics-section {
        padding: 0 40px;
        gap: 50px;
        margin: 50px auto;
    }

    .brands-container {
        gap: 50px;
    }

    /* Header */
    .brands-outline-image {
        width: 500px;
        height: 130px;
    }

    .brands-heading .text-italic-bold,
    .brands-heading .text-normal {
        font-size: 36px;
    }

    .blue-highlight-image {
               width: 100px;
        height: 50px;
        left: -8px;
        top: 26px;
    }

    .brands-subheading {
      font-size: 21px;

    }
    .features-subheading{
        font-size: 16px;
    }

    /* Marquee */
    .brands-marquee-wrapper {
        width: 600px;
    }

    .brands-marquee-track {
        gap: 40px;
    }

    .brand-logo-item {
        height: 48px;
        padding: 10px;
    }

    .marquee-fade-left,
    .marquee-fade-right {
        width: 80px;
        height: 80px;
    }

    /* Decorative Icons - Tablet */
    .stats-deco-icon-left {
        width: 230px;
        height: 220px;
        left: -115px;
        bottom: 80px;
    }

    .stats-deco-icon-right {
        width: 60px;
        height: 35px;
        right: -40px;
        bottom: 230px;
    }

    .stats-bottom-planet-icon {
                width: 50px;
        height: 50px;
        left: -8px;
        top: 381px;
    }

    /* Animated Bar Graph - Tablet */
    .bar-container-graph {
        gap: 2rem;
        padding-top: 50px;
    }

    .bar-graph {
        width: 120px;
        height: 30rem;
    }
    .top-image-graph {
    position: absolute;
    top: -40px;
    width: 100%;
    height: 5rem;
    z-index: 10;
}

    .percentage-wrapper-graph {
        top: 327px;
    }

    .percentage-text-graph {
        font-size: 22px;
    }

    .label-graph {
        font-size: 16px;
    }

    .box-one-graph {
        width: 650px;
    }
}

/* ============================================
   MOBILE STYLES (Below 640px)
   ============================================ */

@media (max-width: 639px) {
    .brands-statistics-section {
        padding: 0 20px;
        gap: 40px;
        margin: 40px auto;
    }

    .brands-container {
        gap: 40px;
    }

    /* Header */
    .brands-outline-image {
        width: 320px;
        height: 100px;
    }

    .brands-heading .text-italic-bold,
    .brands-heading .text-normal {
        font-size: 19px;
        margin-top: 15px;
    }

    .heading-row-1 {
        /*flex-direction: column;*/
        align-items: center;
        gap: 8px;
    }

    .blue-highlight-image {
        width: 50px;
        height: 35px;
        left: 18px;
        top: 2px;
    }

    .brands-subheading {
        font-size: 14px;
        max-width: 280px;
                margin-top: -15px;
        line-height: 1.4;
    }

    /* Marquee */
    .brands-marquee-wrapper {
        width: 100%;
        max-width: 442px;
    }

    .brands-marquee-track {
        gap: 30px;
    }

    .brand-logo-item {
        height: 40px;
        padding: 8px;
    }

    .marquee-fade-left,
    .marquee-fade-right {
        width: 60px;
        height: 60px;
    }
    .stats-decorative-wrapper {
        position: absolute;
        width: 100%;
        height: 100%;
        pointer-events: none;
        z-index: 1;
    }
    
    /* Decorative Icon Left */
    .stats-deco-icon-left {
               width: 16.9%;
        /* max-width: 150px; */
        height: auto;
        /* aspect-ratio: 150 / 145; */
        left: -12%;
        top: auto;
        bottom: 8%;
    }
    
    /* Decorative Icon Right */
    .stats-deco-icon-right {
                width: 8.2%;
        /* max-width: 45px; */
        height: auto;
        /* aspect-ratio: 45 / 26; */
        right: -4.5%;
        top: auto;
        bottom: 24%;
    }
    
    /* Bottom Planet Icon */
    .stats-bottom-planet-icon {
       width: 9.8%;
        /* max-width: 30px; */
        height: auto;
        /* aspect-ratio: 30 / 32; */
        left: -5.5%;
        top: 60%;
        bottom: auto;
    }

    /* Animated Bar Graph - Mobile - ALL 4 BARS IN A ROW */
    .bar-container-graph {
        flex-direction: row;
        gap: 0.5rem;
        padding-top: 40px;
        align-items: flex-end;
        justify-content: center;
        overflow-x: auto;
    }

    .bar-wrapper-graph {
        flex-direction: column;
        align-items: center;
        position: relative;
        flex-shrink: 0;
    }

    .top-image-graph {
               position: absolute;
        top: -21px;
        left: 50%;
        transform: translateX(-50%);
        width: 100%;
        height: auto;
        z-index: 10;
    }

    .bar-graph {
        width: 70px;
        height: 180px;
        border: 2px solid #000;
        border-top: 0;
    }

    .bar-fill-graph::before {
        height: 3rem;
    }

    .water-image-graph {
        top: 20px;
        left: 50%;
        transform: translate(-50%, -100%);
        width: 100%;
        height: auto;
    }

    .percentage-wrapper-graph {
                position: absolute;
        top: 74%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        align-items: center;
        gap: 2px;
        z-index: 20;
    }

    .percentage-text-graph {
        font-size: 9px;
        font-weight: 600;
    }

    .arrow-icon-graph {
        width: 8px;
        margin-left: -2px;
    }

    .label-graph {
        font-size: 9px;
        bottom: 8px;
        font-weight: 700;
        /* white-space: nowrap; */
        line-height: 1.1;
    }

    .box-one-graph {
        width: 100%;
        max-width: 390px;
        margin-top: -43px;
    }

    /* Bar Fill Heights - Mobile */
    .bar-wrapper-graph:nth-child(1) .bar-fill-graph {
        height: 75%;
    }

    .bar-wrapper-graph:nth-child(2) .bar-fill-graph {
        height: 85%;
    }

    .bar-wrapper-graph:nth-child(3) .bar-fill-graph {
        height: 65%;
    }

    .bar-wrapper-graph:nth-child(4) .bar-fill-graph {
        height: 65%;
    }
}



/* ============================================
   FEATURES BUILT SECTION
   ============================================ */
.container-easy{
    display: none;
}
.features-built-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 120px;
}

.features-built-container {
   width: 100%;
    /* max-width: 1440px; */
    /* padding: 0 120px; */
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    position: relative;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
}

/* ============================================
   SECTION HEADER (Keep as is)
   ============================================ */

.features-built-header {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.features-outline-bg {
       width: 634px;
    height: 210.13px;
    position: absolute;
    left: 42%;
    top: -14px;
    transform: translateX(-50%);
    z-index: 0;
}

.features-outline-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.features-heading {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 1;
}

.features-heading-row-1,
.features-heading-row-2 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
     margin-top: -13px;
}

.features-text-italic-bold {
    color: #020617;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-style: italic;
    font-weight: 700;
}

.features-text-normal {
    color: #020617;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-weight: 400;
}

.features-blue-highlight {
        width: 135.99px;
    height: 66px;
    position: absolute;
    left: 25.95px;
    top: 38px;
    /* transform: rotate(31deg); */
    z-index: 0;
}

.features-blue-highlight img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.features-subheading {
    text-align: center;
    color: #020617;
    font-size: 24px;
    font-family: 'Gilory', sans-serif;
    font-weight: 400;
    z-index: 1;
}

/* ============================================
   FEATURES GRID - MAIN CONTAINER
   ============================================ */

.features-grid {
    /*width: 1388px;*/
    height: 671px;
    padding: 10px 11px;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
        gap: 100px;
}

/* ============================================
   LEFT COLUMN - 2 CARDS
   ============================================ */

.features-left-column {
    width: 723px;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/* ============================================
   RIGHT COLUMN - 1 CARD
   ============================================ */

.features-right-column {
       width: 638px;
    height: 661px;
}

/* ============================================
   FEATURE CARD BASE STYLES
   ============================================ */

.feature-card {
    position: relative;
    overflow: hidden;
    border-radius: 30px;
}

.feature-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* ============================================
   BUNDLES CARD
   ============================================ */

.bundles-card {
    width: 780px;
    height: 242px;
    border: 4px solid white;
}

.bundles-text {
        position: absolute;
    left: 40px;
    top: 50px;
    color: #FEFCE8;
    font-size: 30px;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    z-index: 5;
    text-shadow: 0px 2px 4px rgba(0, 0, 0, 0.3);
}

/* ============================================
   UPSELL CARD
   ============================================ */

.upsell-card {
       width: 780px;
    height: 403px;
    border: 3px solid white;
}

.upsell-text-top {
        position: absolute;
    left: 38px;
    top: 30px;
    color: white;
    font-size: 60px;
    font-family: 'Jersey 10', sans-serif;
    font-weight: 400;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.upsell-text-bottom {
    position: absolute;
    right: 60px;
    bottom: 40px;
    color: white;
    font-size: 60px;
    font-family: 'Jersey 10', sans-serif;
    font-weight: 400;
    text-shadow: 0px 4px 6px rgba(0, 0, 0, 0.4);
    z-index: 2;
}

.product-card-wrapper {
    position: absolute;
    z-index: 3;
}

.product-card-1 {
    left: 60px;
    bottom: 60px;
    width: 180px;
    transform: rotate(18deg);
}

.product-card-2 {
    right: 80px;
    top: 80px;
    width: 200px;
    transform: rotate(-14deg);
}

.product-card-wrapper img {
    width: 100%;
    height: auto;
}

/* ============================================
   GIFT PRODUCTS CARD
   ============================================ */

.gift-card {
    width: 619px;
    height: 661px;
    border: 3px solid white;
}

.gift-text {
    position: absolute;
    left: 170px;
    top: 49px;
    color: #FEFCE8;
    font-size: 40px;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    z-index: 3;
    text-shadow: 0px 4px 0px rgba(77, 71, 253, 0.8), 0px 8px 0px rgba(77, 71, 253, 0.5), 0px 12px 0px rgba(77, 71, 253, 0.3);
}

.gift-icon-wrapper {
   position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 662px;
    z-index: 2;
}

.gift-icon-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.gift-description {
     position: absolute;
    left: 50%;
    bottom: 47px;
    transform: translateX(-50%);
    padding: 24px;
    /* background: rgba(255, 255, 255, 0.10); */
    /* backdrop-filter: blur(10px); */
    /* border-radius: 20px; */
    color: white;
    font-size: 20px;
    font-family: 'Syne', sans-serif;
    font-weight: 700;
    text-align: center;
    width: 440px;
    z-index: 2;
}

/* ============================================
   TABLET STYLES (640px to 1024px)
   ============================================ */
@media (min-width: 640px) and (max-width: 1024px) {
     .container-easy{
    display: none;
}  
    .features-built-container {
        padding: 0 0px;
    }

        /* ============================================
       FEATURES GRID - KEEP DESKTOP LAYOUT
       ============================================ */
    
    .features-grid {
        width: 100%;
        /* max-width: 100%; */
        height: auto;
        padding: 10px;
        display: flex;
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
        flex-direction: row;
    }

    /* LEFT COLUMN - 2 CARDS */
    .features-left-column {
        width: 324px;
        /* max-width: 500px; */
        display: flex;
        flex-direction: column;
        gap: 16px;
    }

    /* RIGHT COLUMN - 1 CARD */
    .features-right-column {
       width: 370px;
        /* max-width: 500px; */
        height: auto;
    }

    /* ============================================
       CARD STYLES - MAINTAIN PROPORTIONS
       ============================================ */

    /* Bundles Card */
    .bundles-card {
        width: 100%;
        height: 200px;
        border: 3px solid white;
    }

    .bundles-text {
        left: 30px;
        top: 40px;
        font-size: 24px;
    }

    /* Upsell Card */
    .upsell-card {
        width: 100%;
        height: 330px;
        border: 3px solid white;
    }

    .upsell-text-top {
        left: 30px;
        top: 24px;
        font-size: 34px;
    }

    .upsell-text-bottom {
        right: 7px;
        bottom: 32px;
        font-size: 34px;
    }

    /* Gift Card */
    .gift-card {
                width: 100%;
        height: 544px;
        border: 3px solid white;
    }

    .gift-text {
        left: 50%;
        transform: translateX(-50%);
        top: 40px;
        font-size: 32px;
        text-align: center;
    }

    .gift-icon-wrapper {
        width: 100%;
        /*height: 100%;*/
    }

    .gift-description {
        font-size: 17px;
        width: 80%;
        bottom: 15px;
        padding: 20px;
    }

    /* ============================================
       FEATURES BOTTOM SECTION
       ============================================ */

    .features-bottom-section {
        gap: 24px;
    }

    /* Subscription Series */
    .subscription-series-section {
        width: 100%;
        max-width: 100%;
        height: 140px;
    }

    .series-text {
        font-size: 26px;
        left: 40px;
    }

    /* Bottom Cards - KEEP HORIZONTAL */
    .features-bottom-cards {
        width: 100%;
        max-width: 100%;
        height: auto;
        display: flex;
        flex-direction: row; /* KEEP SIDE BY SIDE */
        justify-content: center;
        align-items: flex-start;
        gap: 20px;
    }

    .bottom-feature-card {
        width: 48%;
        max-width: 450px;
        height: 320px;
        border: 4px solid white;
    }

    /* Loyalty & Rewards Card */
    .loyalty-heading-text {
        font-size: 32px;
        left: 36px;
        top: 36px;
    }

    .loyalty-description-text {
        font-size: 15px;
        left: 36px;
        top: 110px;
        width: 240px;
    }

    /* Custom Triggers & Flows Card */
    .triggers-heading-text {
        font-size: 26px;
        left: 40px;
        top: 42px;
    }

    .triggers-subtitle-text {
        font-size: 20px;
        left: 60px;
        top: 180px;
    }

    .triggers-list-text {
        left: 40px;
        top: 130px;
        gap: 10px;
    }

    .triggers-list-text span {
        font-size: 17px;
    }
}

/* ============================================
   MOBILE STYLES (Below 640px)
   ============================================ */
@media (max-width: 639px) {
    
    .features-built-container {
        padding: 0 20px;
        gap: 40px;
        overflow: visible !important;
    }

    /* Hide desktop sections */
    .features-grid {
        display: none !important;
    }
    
    .features-bottom-section {
        display: none !important;
    }
    
    /* Show swipe animation */
   .container-easy {
  position: relative;
  display: flex;
  flex-direction: column;
  max-width: 480px;
  gap: 24px;
  margin: 50px auto;
  /*height: 2600px;*/
  align-items: center;
}

.card-easy {
  width: 100%;
  margin: 0 20px;
  padding: 0 20px;
  box-sizing: border-box;
  min-height: 400px;
  border-radius: 0px;
  position: sticky;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

/* sticky offsets */
.one-easy { top: 80px; }
.two-easy { top: 110px; }
.three-easy { top: 140px; }
.four-easy { top: 170px; }
.five-easy { top: 200px; }

.image-wrapper-easy {
  width: 100%;
  height: 100%;
}

.image-wrapper-easy img {
  width: 100%;
}
}
/* ============================================
   FEATURES BOTTOM SECTION
   ============================================ */

.features-bottom-section {
    width: 100%;
    /*max-width: 1440px;*/
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
}

/* ============================================
   SUBSCRIPTION SERIES SECTION
   ============================================ */

.subscription-series-section {
    /*width: 1402px;*/
    height: 169px;
    position: relative;
    overflow: hidden;
}

.series-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.series-text {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: #B5F510;
    font-size: 32px;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    z-index: 2;
}

.series-day-labels {
    position: absolute;
    top: 20px;
    right: 100px;
    display: flex;
    gap: 80px;
    z-index: 2;
}

.day-label {
    color: white;
    font-size: 14px;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
}

.series-images {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    gap: 20px;
    align-items: center;
    z-index: 1;
}

.series-images img {
    width: 120px;
    height: auto;
    transform: rotate(-15deg);
}

.series-images img:nth-child(2) {
    transform: rotate(15deg);
}

.series-images img:nth-child(3) {
    transform: rotate(-10deg);
}

.series-images img:nth-child(4) {
    transform: rotate(20deg);
}

/* ============================================
   FEATURES BOTTOM SECTION
   ============================================ */

.features-bottom-section {
    width: 100%;
    max-width: 1440px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 33px;
}

/* ============================================
   SUBSCRIPTION SERIES SECTION
   ============================================ */

.subscription-series-section {
    width: 1402px;
    height: 169px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;
}

.series-bg-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.series-text {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    color: #B5F510;
    font-size: 32px;
    font-family: 'Syne', sans-serif;
    font-weight: 800;
    text-transform: uppercase;
    line-height: 1.2;
    z-index: 2;
}

/* ============================================
   FEATURES BOTTOM CARDS CONTAINER
   ============================================ */

.features-bottom-cards {
    width: 1362px;
    height: 382px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    border-top-left-radius: 120px;
    border-top-right-radius: 120px;
}

.bottom-feature-card {
    width: 669px;
    height: 382px;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    border: 6px solid white;
}

.bottom-card-bg {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

/* ============================================
   LOYALTY & REWARDS CARD
   ============================================ */

.loyalty-rewards-card {
    background: #FEF08A;
}

.loyalty-heading-text {
    position: absolute;
    left: 48px;
    top: 46px;
    color: #854D0E;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-weight: 700;
    line-height: 1.2;
    z-index: 2;
}

.loyalty-description-text {
    position: absolute;
    left: 48px;
    top: 140px;
    width: 280px;
    color: #854D0E;
    font-size: 18px;
    font-family: 'Gilroy-Medium', sans-serif;
    font-weight: 400;
    line-height: 1.4;
    z-index: 2;
}

/* ============================================
   CUSTOM TRIGGERS & FLOWS CARD
   ============================================ */

.triggers-flows-card {
    background: white;
    transform: rotate(1.98deg);
}

.triggers-heading-text {
    position: absolute;
    left: 58px;
    top: 51px;
    color: black;
    font-size: 33px;
    font-family: 'Denton C', serif;
    font-style: italic;
    font-weight: 700;
    z-index: 2;
    transform: rotate(-2deg);
}

.triggers-subtitle-text {
        position: absolute;
    left: 77px;
    top: 200px;
    color: #1E293B;
    transform: rotate(-16deg);
    font-size: 24px;
    font-family: 'Denton C', serif;
    font-weight: 400;
    z-index: 2;
}

.triggers-list-text {
    position: absolute;
    left: 54px;
    top: 170px;
    display: flex;
    flex-direction: column;
    gap: 12px;
    z-index: 2;
}

.triggers-list-text span {
    color: #1E293B;
    font-size: 20px;
    font-family: 'Denton C', serif;
    font-weight: 400;
}


/* ============================================
   TABLET STYLES (640px to 1024px)
   ============================================ */
@media (min-width: 640px) and (max-width: 1024px) {
    .features-bottom-section {
        gap: 24px;
    }

    .subscription-series-section {
        width: 100%;
        height: 140px;
    }

    .series-text {
        font-size: 24px;
        left: 30px;
    }

    .features-bottom-cards {
        width: 100%;
        height: auto;
        /*flex-direction: column;*/
        gap: 16px;
    }

    .bottom-feature-card {
               width: 100%;
        height: 208px;
    }

    .loyalty-heading-text {
        font-size: 36px;
        left: 30px;
        top: 30px;
    }

    .loyalty-description-text {
        font-size: 16px;
        left: 30px;
        top: 100px;
        width: 250px;
    }

    .triggers-heading-text {
                font-size: 16px;
        left: 42px;
        top: 23px;
    }

    .triggers-subtitle-text {
        font-size: 20px;
        left: 51px;
        top: 90px;
    }

    .triggers-list-text {
        left: 40px;
        top: 140px;
        gap: 10px;
    }

    .triggers-list-text span {
        font-size: 18px;
    }
}

/* ============================================
   MOBILE STYLES (Below 640px)
   ============================================ */
@media (max-width: 639px) {
    .features-bottom-section {
        gap: 20px;
    }

    .subscription-series-section {
        width: 100%;
        height: 120px;
    }

    .series-text {
        font-size: 20px;
        left: 20px;
    }

    .features-bottom-cards {
        width: 100%;
        height: auto;
        flex-direction: column;
        gap: 16px;
        border-top-left-radius: 60px;
        border-top-right-radius: 60px;
    }

    .bottom-feature-card {
        width: 100%;
        height: 300px;
        border: 4px solid white;
    }

    .loyalty-heading-text {
        font-size: 32px;
        left: 24px;
        top: 24px;
    }

    .loyalty-description-text {
        font-size: 14px;
        left: 24px;
        top: 90px;
        width: 220px;
    }

    .triggers-heading-text {
        font-size: 24px;
        left: 24px;
        top: 30px;
    }

    .triggers-subtitle-text {
        font-size: 18px;
        left: 30px;
        top: 80px;
    }

    .triggers-list-text {
        left: 30px;
        top: 120px;
        gap: 8px;
    }

    .triggers-list-text span {
        font-size: 16px;
    }
    .features-bottom-section{
        display: none;
    }
}

/* ============================================
   INTEGRATIONS SECTION
   ============================================ */

.integrations-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 120px auto;
}

.integrations-container {
    width: 100%;
    max-width: 1440px;
    padding: 0 120px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

/* ============================================
   SECTION HEADER
   ============================================ */

.integrations-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.integrations-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.integrations-heading-row-1,
.integrations-heading-row-2 {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    position: relative;
}

.integrations-text-italic-bold {
    color: #020617;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-style: italic;
    font-weight: 700;
}

.integrations-text-normal {
    color: #020617;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-weight: 400;
}

/* Blue highlight - NOW AN IMAGE */
.integrations-blue-highlight {
        width: 149.42px;
    height: 76.32px;
    position: absolute;
    left: 2.86px;
    top: 34px;
    /* transform: rotate(21deg); */
    z-index: 0;
}

.integrations-blue-highlight img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.integrations-subheading {
    text-align: center;
    color: #020617;
    font-size: 24px;
    font-family: 'Gilory', sans-serif;
    font-weight: 400;
}

/* ============================================
   INTEGRATION PILLS CONTAINER
   ============================================ */

.integration-pills-container {
    display: flex;
    flex-direction: column;
    align-items: center;
       gap: 24px;
}

/* ============================================
   MARKETING CARD WITH HOVER ANIMATION
   ============================================ */


.container-wrapper {
    position: relative;
    width: 1122px;
   height: 90px;
    cursor: pointer;
}

.main-card {
    position: absolute;
    width: 100%;
    height: 90px;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 28px 24px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to right, #ffffff, #F8F8FF, #F8F8FF);
    transform-origin: left center;
    z-index: 2;
    overflow: hidden;
    outline: 2px white solid;
    outline-offset: -2px;
}

.images-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    background: radial-gradient(ellipse at bottom, #e3e2fe 0%, rgba(255, 255, 255, 0) 80%);
    z-index: 0;
}

.label-box {
    width: 21%;
    position: absolute;
    left: 30px;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 9999px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 0 6px rgba(0, 0, 0, 0.1), 2px 0 4px rgba(0, 0, 0, 0.06);
    z-index: 10;
}

.label-text {
    font-size: 1.875rem;
    font-weight: 600;
    background-image: linear-gradient(to right, #4F46E5, #3B82F6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.blue-line {
    width: 80%;
    height: auto;
    margin-top: 0.25rem;
}

.images-container {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    transform: translateX(51%);
    opacity: 1;
}

.image-div {
    width: 100px;
    border-radius: 20px;
    overflow: hidden;
}

.image-div img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.image-div:nth-child(1) {
    transform: rotate(343deg) translateY(7px);
}

.image-div:nth-child(2) {
    transform: rotate(-360deg) translateY(16px);
}

.image-div:nth-child(3) {
    transform: rotate(370deg) translateY(14px);
}


/* HOVER EFFECTS FOR MARKETING CARD */
.container-wrapper:hover .main-card {
    transform: rotate(0deg);
}

.container-wrapper:hover .label-box {
    transform: rotate(0deg);
}

.container-wrapper:hover .images-container {
    transform: translateX(51%);
    opacity: 1;
}

.container-wrapper:hover .image-div:nth-child(1) {
    transform: rotate(343deg) translateY(7px);
}

.container-wrapper:hover .image-div:nth-child(2) {
    transform: rotate(-360deg) translateY(16px);
}

.container-wrapper:hover .image-div:nth-child(3) {
    transform: rotate(370deg) translateY(14px);
}

.container-wrapper:hover .images-background {
    background: radial-gradient(ellipse at bottom, #e3e2fe 0%, rgba(255, 255, 255, 0) 80%);
}

/* Handwritten Note - NOW AN IMAGE */
.handwritten-note {
        position: absolute;
    left: -25px;
    top: -31px;
    transform: rotate(-4deg);
    z-index: 3;
    width: 150px;
    height: auto;
}

.handwritten-note img {
    width: 100%;
    height: auto;
    object-fit: contain;
}

/* ============================================
   LOYALTY CARD (EXPANDED STATE)
   ============================================ */

.cardX-wrapper {
    position: relative;
    width: 1122px;
    height: 90px;
}

.cardX-main {
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 28px 24px rgba(0, 0, 0, 0.05);
    background-image: linear-gradient(to right, #ffffff, #F8F8FF, #F8F8FF);
    transform-origin: left center;
    z-index: 2;
    overflow: hidden;
    outline: 2px white solid;
    outline-offset: -2px;
}

.cardX-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 65%;
    height: 100%;
    background: radial-gradient(ellipse at bottom, #fbf2d6 0%, rgba(255, 255, 255, 0) 80%);
    z-index: 0;
}

.cardX-label-box {
    width: 21%;
    position: absolute;
    left: 30px;
    background-color: #fff;
    padding: 0.5rem;
    border-radius: 9999px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 0 6px rgba(0, 0, 0, 0.1), 2px 0 4px rgba(0, 0, 0, 0.06);
    z-index: 10;
}

.cardX-label-text {
    font-size: 1.875rem;
    font-weight: 600;
    color: #FFD700;
}

.cardX-blue-line {
    width: 80%;
    height: auto;
    margin-top: 0.25rem;
}

.cardX-images {
    position: absolute;
    width: 100%;
    height: 100%;
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    justify-content: flex-start;
    z-index: 1;
    transform: translateX(51%);
    opacity: 1;
}

.cardX-image {
    width: 100px;
    border-radius: 20px;
    overflow: hidden;
}

.cardX-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
}

.cardX-image:nth-child(1) {
    transform: rotate(343deg) translateY(7px);
}

.cardX-image:nth-child(2) {
    transform: rotate(-360deg) translateY(16px);
}

.cardX-image:nth-child(3) {
    transform: rotate(370deg) translateY(14px);
}

/* ============================================
   TABLET STYLES (640px to 1024px)
   ============================================ */
@media (min-width: 640px) and (max-width: 1024px) {
    .integrations-container {
        padding: 0 40px;
    }

    .integrations-text-italic-bold,
    .integrations-text-normal {
        font-size: 36px;
    }

    .integrations-blue-highlight {
        width: 110px;
        height: 56px;
    }

    .integrations-subheading {
        font-size: 21px;
    }

    .container-wrapper,
    .cardX-wrapper {
        width: 700px;
        height: 150px;
    }

    .main-card,
    .cardX-main {
        height: 60px;
    }

    .label-box,
    .cardX-label-box {
        left: 20px;
        padding: 0.35rem;
    }

    .label-text,
    .cardX-label-text {
        font-size: 1.25rem;
    }

    .blue-line,
    .cardX-blue-line {
        margin-top: 0.15rem;
    }

    .images-background {
        margin-right: 58px;
    }

    .image-div,
    .cardX-image {
        width: 65px;
        border-radius: 15px;
    }

    .image-div img,
    .cardX-image img {
        border-radius: 15px;
    }

    .container-wrapper:hover .image-div:nth-child(1) {
        transform: rotate(343deg) translateY(5px);
    }

    .container-wrapper:hover .image-div:nth-child(2) {
        transform: rotate(-360deg) translateY(10px);
    }

    .container-wrapper:hover .image-div:nth-child(3) {
        transform: rotate(370deg) translateY(9px);
    }

    .cardX-image:nth-child(1) {
        transform: rotate(343deg) translateY(5px);
    }

    .cardX-image:nth-child(2) {
        transform: rotate(-360deg) translateY(10px);
    }

    .cardX-image:nth-child(3) {
        transform: rotate(370deg) translateY(9px);
    }

    .handwritten-note {
        width: 120px;
    }
}

/* ============================================
   MOBILE STYLES (Below 640px)
   ============================================ */
@media (max-width: 639px) {
    .integrations-section {
        margin: 60px auto;
    }

    .integrations-container {
        padding: 0 20px;
        gap: 40px;
    }

    /* ============================================
       SECTION HEADER - MOBILE
       ============================================ */
    
    .integrations-header {
        width: 100%;
    }

    .integrations-heading {
        width: 100%;
    }

    .integrations-heading-row-1,
    .integrations-heading-row-2 {
        align-items: center;
        gap: 4px;
        display: block;
    }

    .integrations-text-italic-bold,
    .integrations-text-normal {
                font-size: 18px;
        text-align: center;
        align-items: center;
        line-height: 1.2;
    }

    .integrations-blue-highlight {
        width: 56px;
        height: auto;
        /* aspect-ratio: 149.42 / 76.32; */
        left: 12%;
        top: 95%;
        transform: translate(-50%, -50%);
    }

    .integrations-subheading {
        font-size: 12px;
        max-width: 288px;
        text-align: center;
    }

   /* ============================================
   INTEGRATION PILLS - MOBILE (LEFT & RIGHT ALIGNED)
   ============================================ */

.integration-pills-container {
            display: flex;
        flex-direction: column;
        gap: 32px;
        width: 100%;
}

/* Marketing Card */
.container-wrapper {
    width: 100%;
    height: auto;
    position: relative;
    cursor: default;
}

.main-card {
    width: 100%;
    height: 60px;
    border-radius: 45px;
    transform: rotate(0deg) !important;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Changed from center */
    padding: 0 20px; /* Fixed padding */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    background: linear-gradient(to right, #ffffff, #F8F8FF);
    transition: none;
    position: relative;
    overflow: hidden;
    outline: 2px white solid;
    outline-offset: -2px;
}

.images-background {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: radial-gradient(ellipse at bottom, #e3e2fe 0%, rgba(255, 255, 255, 0) 80%);
    z-index: 0;
}

.label-box {
    width: auto;
    min-width: 100px;
    max-width: 109px;
    position: relative;
    left: 0;
    background-color: #fff;
    padding: 8px 14px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 0 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    flex-shrink: 0;
}

.label-text {
    font-size: 13px;
    font-weight: 600;
    background-image: linear-gradient(to right, #4F46E5, #3B82F6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    white-space: nowrap;
}

.blue-line {
    display: none;
}

/* Images positioned on the right */
.images-container {
    position: relative;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    z-index: 1;
    transform: translateX(0) !important;
    opacity: 1 !important;
    padding: 0;
    top: 0; /* Reset top */
    left: 0; /* Reset left */
}

.image-div {
    width: auto;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
}

.image-div img {
    width: 53px;
    height: 26px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}

/* Remove all hover effects */
.container-wrapper:hover .main-card,
.container-wrapper:hover .label-box,
.container-wrapper:hover .images-container,
.container-wrapper:hover .image-div {
    transform: none !important;
}

.handwritten-note {
    display: none;
}

/* ============================================
   LOYALTY CARD - MOBILE (LEFT & RIGHT ALIGNED)
   ============================================ */

.cardX-wrapper {
    width: 100%;
    height: auto;
    position: relative;
}

.cardX-main {
    width: 100%;
    height: 60px;
    border-radius: 45px;
    display: flex;
    align-items: center;
    justify-content: space-between; /* Changed from center */
    padding: 0 20px; /* Fixed padding */
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.08);
    background: linear-gradient(to right, #ffffff, #F8F8FF);
    position: relative;
    overflow: hidden;
    outline: 2px white solid;
    outline-offset: -2px;
}

.cardX-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background: radial-gradient(ellipse at bottom, #fbf2d6 0%, rgba(255, 255, 255, 0) 80%);
    z-index: 0;
}

.cardX-label-box {
    width: auto;
    min-width: 100px;
    max-width: 109px;
    position: relative;
    left: 0;
    background-color: #fff;
    padding: 8px 14px;
    border-radius: 40px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    box-shadow: 4px 0 6px rgba(0, 0, 0, 0.1);
    z-index: 10;
    flex-shrink: 0;
}

.cardX-label-text {
    font-size: 13px;
    font-weight: 600;
    color: #FFD700;
    white-space: nowrap;
}

.cardX-blue-line {
    display: none;
}

/* Images positioned on the right */
.cardX-images {
    position: relative;
    width: auto;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 8px;
    z-index: 1;
    transform: translateX(0) !important;
    opacity: 1 !important;
    padding: 0;
    top: 0; /* Reset top */
    left: 0; /* Reset left */
}

.cardX-image {
    width: auto;
    border-radius: 12px;
    overflow: hidden;
    flex-shrink: 0;
    transform: none !important;
}

.cardX-image img {
    width: 53px;
    height: 26px;
    object-fit: cover;
    border-radius: 12px;
    display: block;
}
   
}
/* ============================================
   DUNNING MANAGEMENT SECTION
   ============================================ */

.dunning-section {
    width: 100%;
    /*max-width: 1440px;*/
    /*padding: 82px 8px;*/
    /*background: #F5F3FF;*/
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 auto;
}

.dunning-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 60px;
}

/* ============================================
   HEADER SECTION
   ============================================ */

.dunning-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.dunning-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.dunning-heading-row {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 0;
    position: relative;
}

.dunning-text-italic {
    color: black;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-style: italic;
    font-weight: 400;
    text-align: center;
}

.dunning-text-normal {
    color: black;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-weight: 400;
    text-align: center;
      margin-top: -18px;
}

/* Blue highlight - IMAGE (positioned below heading) */
.dunning-blue-highlight {
        width: 149.42px;
    height: 76.32px;
    position: absolute;
    left: 18%;
    top: 25%;
    /* transform: translate(-50%, -50%) rotate(21deg); */
    z-index: 0;
}

.dunning-blue-highlight img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* ============================================
   CARDS CONTAINER - One Image + 4 Texts
   ============================================ */

.dunning-cards-container {
        width: auto;
    height: auto;
    position: relative;
    border-radius: 8px;
}

.cards-background-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

/* ============================================
   DECORATIVE BORDERS (from Figma)
   ============================================ */

.decorative-border {
    width: 138.33px;
    height: 210.70px;
    position: absolute;
    border-radius: 18.32px;
    outline: 0.92px white solid;
    outline-offset: -0.46px;
    pointer-events: none;
}

.border-1 {
    left: 809.81px;
    top: 364.60px;
    transform: rotate(90deg);
    transform-origin: top left;
}

.border-2 {
    left: 940.81px;
    top: 178.63px;
    transform: rotate(-90deg);
    transform-origin: top left;
}

.border-3 {
    left: 339.86px;
    top: 366.43px;
    transform: rotate(90deg);
    transform-origin: top left;
}

/* ============================================
   TEXT LABELS ON IMAGE (Styled from Figma)
   ============================================ */

.card-text {
    position: absolute;
    color: white;
   font-size: 16.19px;
    font-family: 'Righteous', sans-serif;
    font-weight: 400;
    text-align: center;
    z-index: 2;
    padding: 13.74px 53.13px;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Text 1: When a card fails (Bottom of Red Card) */
.text-1 {
    left: 140px;
    gap: 4px;
    top: 309.97px;
    width: 269.74px;
    height: 60.46px;
    background: rgba(131, 41, 41, 0.16);
    overflow: hidden;
}

.text-1 .text-highlight {
    color: #FF4444;
}

/* Text 2: Notify Customer (Bottom of Blue Card) */
.text-2 {
    left: 482.48px;
    top: 481.31px;
    width: 242.74px;
    height: 60.46px;
    /* background: rgba(32, 18, 141, 0.21); */
    overflow: hidden;
}
/* Text 3: Recover Over due payments (Bottom of Yellow Card) */
.text-3 {
    left: 819.48px;
    top: 298.31px;
    width: 244.74px;
    height: 75.12px;
    /* background: rgba(255, 225, 0, 0.51); */
    overflow: hidden;
}

/* Text 4: Don't loose Customers (Bottom of Green Card) */
.text-4 {
    left: 1156.21px;
    top: 459.31px;
    width: 264.74px;
    height: 75.12px;
    /* background: rgba(18, 141, 55, 0.21); */
    overflow: hidden;
}

/* ============================================
   TABLET STYLES (640px to 1024px)
   ============================================ */
@media (min-width: 640px) and (max-width: 1024px) {
    .dunning-section {
        padding: 60px 8px;
    }

    .dunning-container {
        gap: 40px;
    }

    .dunning-text-italic,
    .dunning-text-normal {
        font-size: 36px;
    }

    .dunning-blue-highlight {
        width: 110px;
        height: 56px;
    }

    .dunning-cards-container {
        width: 100%;
        max-width: 900px;
        height: auto;
        aspect-ratio: 1282.95 / 533.43;
    }

    .decorative-border {
        display: none;
    }

    .card-text {
        font-size: 13px;
        padding: 1px 8px;
    }

    .text-1,
    .text-2,
    .text-3,
    .text-4 {
        w        width: 18%;
        height: auto;
        min-height: 50px;
    }

    .text-1 {
        left: 148px;
        bottom: 167px;
        width: 133.74px;
        top: auto;
    }

    .text-2 {
       left: 42%;
        bottom: 71px;
        top: auto;
    }

    .text-3 {
               left: 65%;
        bottom: 161px;
        top: auto;
        width: 143.74px;
    }

    .text-4 {
      left: 89%;
        bottom: 69px;
        top: auto;
        width: 139.74px;
    }
}

/* ============================================
   MOBILE STYLES (Below 640px)
   ============================================ */
@media (max-width: 639px) {
    .dunning-section {
        padding: 40px 8px;
        max-width: 100%;
    }
    
    .dunning-container {
        gap: 30px;
    }
    
    /* ============================================
       HEADING - FIXED POSITIONING
       ============================================ */
    
    .dunning-header {
        width: 100%;
        position: relative;
    }
    
    .dunning-heading {
        width: 100%;
    }
    
    .dunning-heading-row {
        flex-direction: column;
        align-items: center;
        gap: 4px;
        width: 100%;
    }
    
    .dunning-text-italic,
    .dunning-text-normal {
        font-size: 24px;
        text-align: center;
        /*line-height: 1.2;*/
    }
    
    .dunning-blue-highlight {
       width: 70px;
        height: auto;
        aspect-ratio: 149.42 / 76.32;
        left: 33%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    
    /* ============================================
       CARDS CONTAINER - FIXED ASPECT RATIO
       ============================================ */
    
    .dunning-cards-container {
        width: 100%;
        max-width: 100%;
        height: auto;
        aspect-ratio: 1282.95 / 533.43;
        position: relative;
    }
    
    .cards-background-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
        border-radius: 8px;
    }
    
    .decorative-border {
        display: none;
    }
    
    /* ============================================
       TEXT LABELS - FIXED PERCENTAGE POSITIONS
       ============================================ */
    
    .card-text {
                position: absolute;
        color: white;
        font-size: 7px;
        max-font-size: 12px;
        min-font-size: 9px;
        font-family: 'Righteous', sans-serif;
        font-weight: 400;
        text-align: center;
        z-index: 2;
        padding: 2% 4%;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 1.2;
        width: auto;
        height: auto;
        white-space: nowrap;
    }
    
    /* Text 1: When a card fails - Bottom Left (FIXED) */
    .text-1 {
                left: 18%;
        bottom: 41%;
        top: auto;
        right: auto;
        background: transparent;
        gap: 2px;
        /* flex-direction: column; */
        max-width: 22%;
    }
    
    .text-1 .text-highlight {
        color: #FF4444;
        display: block;
    }
    
    /* Text 2: Notify Customer - Center Bottom (FIXED) */
    .text-2 {
               left: 41%;
        bottom: 14%;
        top: auto;
        right: auto;
        max-width: 20%;
    }
    
    /* Text 3: Recover Over due payments - Right Top (FIXED) */
    .text-3 {
               left: 66%;
        top: 40%;
        bottom: auto;
        right: auto;
        max-width: 22%;
        white-space: normal;
    }
    
    /* Text 4: Don't loose Customers - Right Bottom (FIXED) */
    .text-4 {
       right: -10%;
        bottom: 12%;
        top: auto;
        left: auto;
        max-width: 22%;
        white-space: normal;
    }
}

/* ============================================
   SWITCHING SECTION
   ============================================ */

.switching-section {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    overflow: hidden; /* Add this */
}

/* ============================================
   TOP & BOTTOM BORDERS (NOW IMAGES)
   ============================================ */

.switching-border {
    width: 100%;
    height: 18px;
    position: relative;
    overflow: hidden;
}

.switching-border img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.switching-border.border-bottom{
    top:-1px;
}

.switching-border.border-top{
    top:2px;
}

/* ============================================
   MAIN CONTENT
   ============================================ */

.switching-content {
    width: 100%;
    height: 897px;
    position: relative;
    background: #7C3AED;
    overflow: hidden; /* Make sure this is here */
}

/* ============================================
   BACKGROUND ELEMENTS
   ============================================ */

.switching-background {
       position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url(https://easysubscription.io/wp-content/uploads/2026/01/0ea0852a516eda55e719c1401d538cc1df1d9dd3-2.png);
    background-position: 0px 80px;
    background-repeat: repeat;
    background-size: 28% auto;
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
    opacity: 0.5;
}

/* HIDE the yellow outline box */
.yellow-outline-box {
    display: none;
}

.bg-texture {
    width: 1769px;
    height: 1118px;
    position: absolute;
    left: 1605px;
    top: 1007px;
    transform: rotate(180deg);
    transform-origin: top left;
    opacity: 0.50;
    mix-blend-mode: multiply;
}

.black-glow {
    display: none;
}

/* ============================================
   CONTENT CONTAINER
   ============================================ */

.switching-container {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
     position: relative;
    width: 100%;
    max-width: 1440px; /* Add max-width constraint */
    height: 100%;
    margin: 0 auto; /* Center the container */
    z-index: 1;
    /*background-image: url(https://easysubscription.io/wp-content/uploads/2025/11/image-4438.png);*/
}

/* ============================================
   HEADER SECTION (CENTER TOP)
   ============================================ */

.switching-header {
    position: absolute;
    left: 361px;
    top: 88px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.header-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.header-text {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
}

.text-italic-bold {
    color: #F8FAFC;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-style: italic;
    font-weight: 700;
}

/*.text-normal {*/
/*    color: black;*/
/*    font-size: 48px;*/
/*    font-family: 'Denton C', serif;*/
/*    font-weight: 400;*/
/*}*/

.pink-highlight {
        width: 149.42px;
    height: 76.32px;
    position: absolute;
    left: 14.22px;
    top: 32.96px;
    /* transform: rotate(23deg); */
    transform-origin: top left;
    z-index: -1;
}

.pink-highlight img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-subtext {
    width: 501px;
    text-align: center;
    color: #F8FAFC;
    font-size: 21px;
    font-family: 'Gilory', sans-serif;
    font-weight: 400;
    margin: 0;
}

/* ============================================
   LEFT SIDE: FRIDGE IMAGE - CORRECT DIMENSIONS
   ============================================ */

.switching-left {
    position: absolute;
    left: 39px;
    top: 217px;
    width: 770.6px;
    height: 964px;
    max-width: 100%; /* Add this */
    overflow: hidden; /* Add this */
}

.phone-image {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

/* ============================================
   RIGHT SIDE: FEATURES
   ============================================ */

.switching-right {
    position: absolute;
    left: 861px;
    top: 300px;
}

.features-heading {
    width: 539px;
    color: #FDE047;
    font-size: 27.41px;
    font-family: 'Figma Hand', cursive;
    font-weight: 700;
    margin: 0 0 0px -120px;
}

.feature-pills {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 100px;
    position: relative;
}

/* Feature Pills - Grow with content */
.feature-pill {
    padding: 16px 24px;
    background: #4C1D95;
    border-radius: 80px;
    border: 2px dashed #A78BFA;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: fit-content;
    min-width: 172px;
    position: relative;
}

.feature-pill span {
    color: #F8FAFC;
    font-size: 18px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 400;
    line-height: 1.4;
}

/* Pill Icons */
.pill-icon {
    position: absolute;
    z-index: 10;
}

/* Icon 1 - Calendar (Zero downtime) */
.icon-1 {
    width: 78.92px;
    height: 73.14px;
    left: -56px;
    top: -14px;
}

/* Icon 2 - Link (Subscription cloning) */
.icon-2 {
       width: 56px;
    height: 73px;
    right: -42px;
    top: -14px;
}

/* Icon 3 - Team (Dedicated onboarding) */
.icon-3 {
    width: 74px;
    height: 42px;
    left: -38px;
    top: 10px;
}

/* Icon 4 - Workshop (Flow workshops) */
.icon-4 {
       width: 85px;
    height: 85px;
    right: -49px;
    top: -12px;
}

/* ============================================
   TABLET STYLES (640px to 1024px)
   ============================================ */
@media (min-width: 640px) and (max-width: 1024px) {
    .switching-content {
        height: auto;
        min-height: 800px;
        padding: 60px 20px;
    }

    .switching-header {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 40px;
    }

    .header-text {

                /* flex-direction: column; */

        align-items: center;

    }

    .text-italic-bold,
    .text-normal {
                      font-size: 18px;
        padding-left: 0px;
    }
    .text-italic-bold{
                font-size: 41px; !important
    }
    .header-subtext {
        width: 100%;
        max-width: 500px;
        font-size: 16px;
    }

    .pink-highlight {
        width: 110px;
        height: 56px;
    }

    .switching-left {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto;
        text-align: center;
        width: 600px;
        max-width: 100%; /* Add this */
        height: auto;
        display: none;
    }

    .phone-image {
        width: 100%;
        height: auto;
    }

    .switching-right {
        position: relative;
        left: 0;
        top: 40px;
        /*margin: 0 auto;*/
    }
        .feature-pills {

    display: flex;

    flex-direction: column;

    gap: 24px;

    align-items: center;

    position: relative;

        }

    .features-heading {
        width: 100%;
        font-size: 22px;
        margin:0px !important;
        
                text-align: center;
    }

    .feature-pill {
        width: 100%;
        max-width: 600px;
    }

    .feature-pill span {
        font-size: 16px;
    }

    .pill-icon {
        transform: scale(0.8);
    }
    .header-content {

    display: flex;

    flex-direction: column;

    justify-content: flex-start;

    align-items: center;

}
}

/* ============================================
   MOBILE STYLES (Below 640px)
   ============================================ */
@media (max-width: 639px) {
    .switching-content {
        height: auto;
        min-height: 600px;
        padding: 40px 15px;
    }
    .switching-border.border-bottom {
    top: -3px;
    }
    
    .switching-border.border-top {
    top: 4px;
    }
    .switching-header {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 30px;
    }

    .header-text {
        /*flex-direction: column;*/
        align-items: center;
        text-align: center;
    }

    .text-italic-bold,
    .text-normal {
                font-size: 14px;
        padding-left: 0px;
    }

    .header-subtext {
                width: 100%;
        max-width: 224px;
        font-size: 11px;
        line-height: 1.2;
    }

    .pink-highlight {
       width: 60px;
        height: 40px;
        position: absolute;
        left: 5.22px;
        top: 3.96px;
        transform-origin: top left;
        z-index: -1;
    }

    .switching-left {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        width: 100%;
        max-width: 400px;
        height: auto;
        display: none;
    }

    .phone-image {
        width: 100%;
        height: auto;
    }

    .switching-right {
        position: relative;
        left: 0;
        top: 30px;
        margin: 0 auto;
    }

    .features-heading {
            width: 100%;
        font-size: 18px;
        margin-bottom: 30px;
        text-align: center;
        margin: 0px !important;
    }
    .features-subheading{
                font-size: 14px;
        line-height: 17px;
    }
    .feature-pills {
        gap: 12px;
        width: 100%;
        align-items: center;
    }

    .feature-pill {
        padding: 12px 20px;
        /*width: 100%;*/
    }

    .feature-pill span {
       font-size: 11px;
        text-align: center;
    }
  .features-outline-bg {
    width: 315px;
    height: 97.13px;
    position: absolute;
    left: 50%;
    top: -24px;
    transform: translateX(-50%);
    z-index: 0;
}
.features-heading-row-1, .features-heading-row-2 {
    /* display: flex; */
    align-items: center;
    gap: 12px;
    position: relative;
      margin-top: -6px;
}
.features-text-italic-bold {
    color: #020617;
    font-size: 24px;
    font-family: 'Denton C', serif;
    font-style: italic;
    font-weight: 700;
}
.features-text-normal {
    color: #020617;
    font-size: 24px;
    font-family: 'Denton C', serif;
    font-weight: 400;
}
.features-blue-highlight {
    width: 84.99px;
    height: 66px;
    position: absolute;
    left: 6.95px;
    top: 4px;
    /* transform: rotate(31deg); */
    z-index: 0;
}


    
    .icon-1 {
    width: 53px;
    height: 51.14px;
    left: -23px;
    top: -28px;
}
.icon-2 {
    width: 45px;
    height: 62px;
    right: -33px;
    top: -26px;
}
.icon-3 {
    width: 64px;
    height: 35px;
    left: -34px;
    top: 9px;
}
.icon-4 {
    width: 60px;
    height: 60px;
    right: -31px;
    top: -19px;
}
}

/* ============================================
   TRAILER TEASER SECTION
   ============================================ */

/*.trailer-teaser-section {*/
/*    width: 100%;*/
/*    max-width: 1440px;*/
/*    margin: 80px auto;*/
/*    padding: 0 50px;*/
/*    display: flex;*/
/*    flex-direction: column;*/
/*    align-items: center;*/
/*}*/

.trailer-teaser-container {
        overflow: hidden;
    /*width: 1540px;*/
    padding-bottom: 80px;
    margin: 150px auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
    position: relative;
}

/* ============================================
   HEADING
   ============================================ */

.trailer-heading {
    width: auto;
    color: #000000;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-weight: 400;
    line-height: 100%;
    text-align: center;
    margin: 0;
}

/* ============================================
   TV/MONITOR IMAGE WRAPPER
   ============================================ */

.tv-image-wrapper {
    width: 100%;
    /*height: 866px;*/
    position: relative;
    z-index: 2;
}

.tv-monitor-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

/* ============================================
   PINK WAVY STRIPE (Bottom/Behind TV)
   ============================================ */

.pink-wavy-stripe {
        width: 100%;
    /* height: 138px; */
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    /* margin-left: -211px; */
    margin-right: -212px;
}

.wavy-stripe-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* ============================================
   TABLET STYLES (640px to 1024px)
   ============================================ */
@media (min-width: 640px) and (max-width: 1024px) {
    .trailer-teaser-section {
        padding: 0 40px;
        margin: 60px auto;
    }

    .trailer-teaser-container {
            overflow: hidden;
        width: 100%;
        /*max-width: 900px;*/
        padding-bottom: 60px;
        gap: 40px;
    }

    .trailer-heading {
        font-size: 36px;
    }

    .tv-image-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 1286 / 866;
    }

    .pink-wavy-stripe {
      width: 120%;
        margin-bottom: 15px;
        height: auto;
        /* aspect-ratio: 1709 / 138; */
        margin-left: 0;
        margin-right: 0;
        transform: translateX(-50%);
    }
}

/* ============================================
   MOBILE STYLES (Below 640px)
   ============================================ */
@media (max-width: 639px) {
    .trailer-teaser-section {
        
        padding: 0 20px;
        margin: 40px auto;
    }

    .trailer-teaser-container {
            overflow: hidden;
        width: 100%;
        padding-bottom: 40px;
        gap: 30px;
    }

    .trailer-heading {
        font-size: 24px;
    }

    .tv-image-wrapper {
        width: 100%;
        height: auto;
        aspect-ratio: 1286 / 866;
    }

    .pink-wavy-stripe {
        width: 130%;
        height: auto;
        /*aspect-ratio: 1709 / 138;*/
        margin-left: 0;
        margin-right: 0;
        transform: translateX(-50%);
    }
}

/* ============================================
   WHY BRANDS CHOOSE SECTION
   ============================================ */

.why-brands-choose-section {
    width: 100%;
    max-width: 1440px;
    margin: 80px auto;
    padding: 0 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.why-brands-container {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
}

/* ============================================
   SECTION HEADER
   ============================================ */

.why-brands-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.why-brands-heading-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

/* Blue highlight background - IMAGE */
.blue-highlight-bg {
       width: 124.28px;
    height: 63.48px;
    position: absolute;
    left: 147.52px;
    top: 18px;
    /* transform: rotate(24deg); */
    transform-origin: top left;
    z-index: 0;
}

.blue-highlight-bg img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.why-brands-heading {
    width: 805px;
    color: #020617;
    font-size: 36px;
    font-family: 'Denton C', serif;
    font-weight: 400;
    text-align: center;
    position: relative;
    z-index: 1;
    margin: 0;
}

.why-brands-subheading {
    text-align: center;
    color: #020617;
    font-size: 24px;
    font-family: 'Gilory', sans-serif;
    font-weight: 400;
    margin: 0;
}

/* ============================================
   COMPARISON TABLE
   ============================================ */

.comparison-table {
    width: 1286px;
    position: relative;
    background: white;
    box-shadow: 4px 4px 0px #4D47FD;
    overflow: hidden;
    border-radius: 16px;
    outline: 1px black solid;
    outline-offset: -1px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

/* ============================================
   COMPARISON COLUMNS
   ============================================ */

.comparison-column {
    padding: 16px 24px;
    background: white;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 24px;
}

/* Column 1: Tools */
.column-tools {
    width: 429px;
    align-self: stretch;
    outline: 1px black solid;
    outline-offset: -1px;
}

/* Column 2: What They Offer */
.column-offers {
    flex: 1 1 0;
    height: 320px;
}

/* Column 3: Easy Subscriptions Advantage */
.column-advantage {
    flex: 1 1 0;
    align-self: stretch;
    background: #EDE9FE;
    outline: 1px black solid;
    outline-offset: -1px;
}

/* ============================================
   COLUMN HEADERS
   ============================================ */

.column-header {
    align-self: stretch;
    padding: 12px;
    overflow: hidden;
    border-radius: 12px;
    outline: 1px black solid;
    outline-offset: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.column-header span {
    color: #020617;
    font-size: 24px;
    font-family: 'Denton C', serif;
    font-weight: 400;
}

.header-yellow {
    background: #FEF9C3;
}

.header-white {
    background: white;
}

.header-purple {
    background: #7C3AED;
}

.header-purple span {
    color: #F8FAFC;
}

/* ============================================
   COLUMN CONTENT
   ============================================ */

.column-content {
    align-self: stretch;
    height: 211px;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}

/* Tools Logos */
.tools-logos {
    outline: 1px black solid;
    outline-offset: -1px;
}

.tool-logo-item {
    align-self: stretch;
    flex: 1 1 0;
    padding: 12px;
    background: white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.tool-logo-item img {
    height: 34px;
    width: auto;
    object-fit: contain;
}

/* What They Offer List */
.offer-item {
    align-self: stretch;
    flex: 1 1 0;
    padding: 12px;
    background: white;
    overflow: hidden;
    border-bottom: 1px #E2E8F0 solid;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.offer-item:last-child {
    border-bottom: none;
}

.offer-item p {
    width: 357px;
    color: #0F172A;
    font-size: 16px;
    font-family: 'Gilory', sans-serif;
    font-weight: 400;
    margin: 0;
}

/* Easy Subscriptions Advantage List */
.advantage-item {
    align-self: stretch;
    flex: 1 1 0;
    padding: 12px;
    overflow: hidden;
    border-bottom: 1px #A78BFA solid;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 10px;
}

.advantage-item:last-child {
    border-bottom: none;
}

.advantage-item p {
    flex: 1 1 0;
    color: #2E1065;
    font-size: 16px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 400;
    margin: 0;
}

/* ============================================
   DECORATIVE BOXES - ALL IMAGES
   ============================================ */

.deco-box {
    width: 32px;
    height: 34px;
    position: absolute;
}

.deco-box img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.deco-box-1 {
    left: 842px;
    top: 235px;
}

.deco-box-2 {
    left: 842px;
    top: 61px;
}

.deco-box-3 {
        left: 1256px;
    top: 226px;
}

.deco-box-4 {
    left: 412px;
    top: 61px;
}

/* ============================================
   TABLET STYLES (640px to 1024px)
   ============================================ */
@media (min-width: 640px) and (max-width: 1024px) {
    .why-brands-choose-section {
        padding: 0 40px;
        margin: 60px auto;
    }

    .why-brands-container {
        gap: 50px;
    }

    .why-brands-heading {
        width: 100%;
        max-width: 700px;
        font-size: 28px;
    }

    .why-brands-subheading {
        font-size: 16px;
    }

    .blue-highlight-bg {
        width: 100px;
        height: 50px;
        left: 110px;
    }

    .comparison-table {
        width: 100%;
        /*flex-direction: column;*/
    }

    .column-tools,
    .column-offers,
    .column-advantage {
                width: 180px;
        height: 275px;
    }

    .deco-box {
        display: none;
    }
    .why-brands-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
    }
    .why-brands-heading-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    }
    .column-header span {
    color: #020617;
    font-size: 13px;
    font-family: 'Denton C', serif;
    font-weight: 400;
}
    .column-content {
    align-self: stretch;
    height: 211px;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
    .tool-logo-item {
    align-self: stretch;
    flex: 1 1 0;
    padding: 12px;
    background: white;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
}
    .tool-logo-item img {
    height: 18px;
    width: auto;
    object-fit: contain;
}
    .column-header span {
    color: #020617;
    font-size: 13px;
    font-family: 'Denton C', serif;
    font-weight: 400;
}
    .column-content {
    align-self: stretch;
    height: 211px;
    overflow: hidden;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
}
    .offer-item p {
    width: 357px;
    color: #0F172A;
    font-size: 12px;
    font-family: 'Gilory', sans-serif;
    font-weight: 400;
    margin: 0;
}
    .column-header {
    align-self: stretch;
    padding: 7px;
    overflow: hidden;
    border-radius: 12px;
    outline: 1px black solid;
    outline-offset: -1px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}
    .advantage-item p {
    flex: 1 1 0;
    color: #2E1065;
    font-size: 12px;
    font-family: 'Gilroy-Bold', sans-serif;
    font-weight: 400;
    margin: 0;
}
    
    
}

/* ============================================
   MOBILE STYLES (Below 640px)
   ============================================ */
@media (max-width: 639px) {
    .why-brands-choose-section {
        display: none;
    }

    .why-brands-container {
        gap: 40px;
    }

    .why-brands-heading {
        width: 100%;
        font-size: 22px;
    }

    .why-brands-subheading {
        font-size: 14px;
    }

    .blue-highlight-bg {
        width: 80px;
        height: 40px;
        left: 80px;
    }

    .comparison-table {
        width: 100%;
        flex-direction: column;
        box-shadow: 2px 2px 0px #4D47FD;
    }

    .column-tools,
    .column-offers,
    .column-advantage {
        width: 100%;
        height: auto;
        padding: 12px 16px;
    }

    .column-header span {
        font-size: 20px;
    }

    .offer-item p,
    .advantage-item p {
        width: 100%;
        font-size: 14px;
    }

    .column-content {
        height: auto;
    }

    .deco-box {
        display: none;
    }
}

/* ============================================
   TESTIMONIAL SECTION
   ============================================ */

.testimonial-section {
    width: 100%;
    margin: 150px auto;
    padding: 0 0px;
}

.testimonial-container {
    width: 100%;
    /*max-width: 1440px;*/
    margin: 0 auto;
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 60px;
}

/* ============================================
   SECTION HEADER
   ============================================ */

.testimonial-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.testimonial-heading-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.testimonial-blue-highlight {
    width: 116.66px;
    height: 59.58px;
    position: absolute;
    left: 0.36px;
    top: 15.42px;
    /* transform: rotate(21deg); */
    transform-origin: top left;
    z-index: 0;
}

.testimonial-blue-highlight img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.testimonial-heading {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    z-index: 1;
    margin: 0;
}

.heading-italic {
    color: #020617;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-style: italic;
    font-weight: 700;
}

.heading-normal {
    color: #020617;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-weight: 400;
}

.testimonial-subheading {
    text-align: center;
    color: #020617;
    font-size: 24px;
    font-family: 'Gilory', sans-serif;
    font-weight: 400;
    margin: 0;
        margin-top: 5px;
}

/* ============================================
   DESKTOP SLIDER (Horizontal Scroll)
   ============================================ */

.desktop-slider {
    display: block;
}

.mobile-slider {
    display: none;
}

.testimonial-slider {
    min-height: 450px;
    height: auto;
    width: 100%;
    /*max-width: 1520px;*/
    position: relative;
    overflow-x: scroll;
    overflow-y: hidden;
    -ms-overflow-style: none;
    scrollbar-width: none;
        padding-left: 378px;
}

.testimonial-slider::-webkit-scrollbar {
    display: none;
}

.slide-track {
    display: flex;
    gap: 1px;
    padding-top: 90px;
    padding-bottom: 20px;
    justify-content: center;
}

.testimonial-card {
    width: 316px;
    height: 327px;
    padding: 20px;
    padding-top: 84px;
    border-radius: 150px 150px 2px 2px;
    flex-shrink: 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    position: relative;
    transition: transform 0.3s, background 0.3s, box-shadow 0.3s;
}

.testimonial-card:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    z-index: 10;
}

.card-avatar {
    width: 176px;
    height: 177px;
    position: absolute;
    top: -76px;
    left: 50%;
    transform: translateX(-50%);
}

.card-avatar img {
    object-fit: cover;
    transition: transform 0.3s;
}

.testimonial-card:hover .card-avatar img {
    transform: rotate(-18deg);
}

.card-designation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    height: 40px;
}

.card-designation img {
    max-height: 40px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.card-description {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 200;
    margin: 0;
}

/* Card Colors */
.card-color-1 { background-color: #FDE047; }
.card-color-2 { background-color: #4D47FD; }
.card-color-3 { background-color: #FDE047; }
.card-color-4 { background-color: #4D47FD; }
.card-color-5 { background-color: #FDE047; }
.card-color-6 { background-color: #4D47FD; }

.card-color-1:hover { background: #FDE047; }
.card-color-2:hover { background: #4D47FD; }
.card-color-3:hover { background: #FDE047; }
.card-color-4:hover { background: #4D47FD; }
.card-color-5:hover { background: #FDE047; }
.card-color-6:hover { background: #4D47FD; }

/* Text Colors for Each Card */
.card1-description { color: #020617; }
.card2-description { color: #ffffff; }
.card3-description { color: #020617; }
.card4-description { color: #ffffff; }
.card5-description { color: #020617; }
.card6-description { color: #ffffff; }

/* ============================================
   MOBILE SLIDER (Carousel with Arrows)
   ============================================ */

.testimonial-slider-mobile {
    height: 420px;
    width: 100%;
    max-width: 1440px;
    position: relative;
    overflow: hidden;
}

.slide-track-mobile {
    display: flex;
    gap: 1px;
    padding-top: 90px;
    will-change: transform;
    transition: transform 0.6s ease-in-out;
}

.testimonial-card-mobile {
    width: 316px;
    height: 327px;
    padding: 20px;
    padding-top: 84px;
    border-radius: 150px 150px 2px 2px;
    flex-shrink: 0;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    position: relative;
    transition: transform 0.3s, background 0.3s, box-shadow 0.3s;
}

.testimonial-card-mobile:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.15);
    z-index: 10;
}

.card-avatar-mobile {
    width: 176px;
    height: 177px;
    position: absolute;
    top: -82px;
    left: 50%;
    transform: translateX(-50%);
}

.card-avatar-mobile img {
    object-fit: cover;
    transition: transform 0.3s;
}

.testimonial-card-mobile:hover .card-avatar-mobile img {
    transform: rotate(-18deg);
}

.card-designation-mobile {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    height: 40px;
}

.card-designation-mobile img {
    max-height: 40px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}

.card-description-mobile {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 200;
    margin: 0;
        font-size: 18px;
    line-height: 1.42;
    font-weight: 400;
    font-family: 'Urbanist';
}

/* Mobile Card Colors */
.card-color-1-mobile { background-color: #FDE047; }
.card-color-2-mobile { background-color: #4D47FD; }
.card-color-3-mobile { background-color: #FDE047; }
.card-color-4-mobile { background-color: #4D47FD; }
.card-color-5-mobile { background-color: #FDE047; }
.card-color-6-mobile { background-color: #4D47FD; }

/* Mobile Text Colors */
.card1-description-mobile { color: #020617; }
.card2-description-mobile { color: #fff; }
.card3-description-mobile { color: #020617; }
.card4-description-mobile { color: #fff; }
.card5-description-mobile { color: #020617; }
.card6-description-mobile { color: #fff; }

/* Carousel Arrows */
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 24px;
    z-index: 20;
    border-radius: 50%;
}

.prev-arrow {
    left: 10px;
}

.next-arrow {
    right: 10px;
}

/* ============================================
   TABLET & MOBILE RESPONSIVE
   ============================================ */

@media (max-width: 1024px) {
    .desktop-slider {
        display: none;
    }
    
    .mobile-slider {
        display: block;
    }
    
    .testimonial-section {
        padding: 0 20px;
        margin: 60px auto;
    }
    
    .testimonial-container {
        gap: 50px;
    }
    
    .heading-italic,
    .heading-normal {
        font-size: 36px;
    }
    
    .testimonial-subheading {
        font-size: 16px;
    }
    .testimonial-blue-highlight {
    width: 92.66px;
    height: 59.58px;
    position: absolute;
    left: 0.36px;
    top: 7.42px;
    /* transform: rotate(21deg); */
    transform-origin: top left;
    z-index: 0;
}
}

@media (max-width: 639px) {
    .heading-italic,
    .heading-normal {
        font-size: 28px;
    }
    
    .testimonial-subheading {
        font-size: 14px;
    }
    
    .testimonial-blue-highlight {
        width: 90px;
        height: 45px;
        left: 20px;
        top: 12px;
    }
}

/* ============================================
   INTERACTIVE REVEAL SECTION
   ============================================ */

.interactive-reveal-section {
    /*width: 1520px;*/
    /*margin: 0px auto;*/
    padding: 0;
    background-image: url('https://easysubscription.io/wp-content/uploads/2026/01/Frame-1707485078-1.png');
    background-position: center;
    border: none;
    background-size: 100% 100%;
    padding-bottom: 0px;
}

.interactive-reveal-container {
    width: 100%;
    /*max-width: 1440px;*/
    margin: 0 auto;
    padding: 60px 50px;
    position: relative;
}

/* ============================================
   DESKTOP/TABLET: MAGNIFYING GLASS
   ============================================ */

.desktop-tablet-viewer {
    display: block;
}

.mobile-scratch {
    display: none;
}

.viewer {
    width: 1380px;
    margin: 0 auto;
    position: relative;
}

.viewer .paper {
    width: 100%;
    height: 100%;
    background-size: auto;
    background-repeat: no-repeat;
}

.viewer .glass {
    position: absolute;
    top: -17px;
    left: 51px;
    width: 200px;
    height: 200px;
    border-radius: 112px;
    background: url("https://easysubscription.io/wp-content/uploads/2026/01/image-7.png");
    background-size: 1600px 2132px;
    pointer-events: none;
    box-shadow: inset -20px 20px 40px rgba(255, 255, 255, 0.4),
                inset 20px -20px 40px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 999999;
}

.viewer .glass::before,
.viewer .glass::after {
    position: absolute;
    left: -68px;
    top: -31px;
    width: 430px;
    height: 420px;
    content: "";
    border-radius: 32px;
}

.viewer .glass::after {
    background-image: url('https://easysubscription.io/wp-content/uploads/2026/01/glass.png');
    background-size: cover;
    mix-blend-mode: soft-light;
    opacity: 0.9;
}

/* Image with blend mode */
.viewer img {
    display: block;
    width: 100%;
    height: auto;
    mix-blend-mode: multiply;
}

/* ============================================
   MOBILE: SCRATCH CARD
   ============================================ */

.scratch-container-mob {
    position: relative;
    width: 90%;
    left: 20px;
    max-width: 500px;
    aspect-ratio: 3 / 4;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
    margin: 0 auto;
}

.scratch-background-mob {
    width: 100%;
    height: 100%;
    background: url("https://easysubscription.io/wp-content/uploads/2026/01/image-7.png") center/cover no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

canvas#scratchCanvas-mob {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    touch-action: none;
    cursor: grab;
}

.bottom-blend-image {
    /*     width: 1709px;*/
    /*height: 226px;*/
    /* margin: 30px auto 0; */
    /*top: -143px;*/
    /*left: -58px;*/
    /*position: relative;*/
    width: 100%;
    /* height: 226px; */
    margin: 30px auto 0;
    /* top: -143px; */
    left: -58px;
    position: relative;
    position: absolute;
    bottom: 0;
    left: 0%;
    
    
}

.bottom-blend-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    mix-blend-mode: exclusion; /* Blend mode applied */
}

/* ============================================
   TABLET STYLES (640px to 1024px)
   ============================================ */

@media only screen and (max-width: 1024px) {
    .interactive-reveal-section {
    width: 1024px;
    margin: 80px auto;
    padding: 0;
    background-image: url(https://easysubscription.io/wp-content/uploads/2025/11/Frame-1707485078.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
    .interactive-reveal-container {
        padding: 50px 40px;
    }

    .viewer {
                width: 79%;
                    margin: 0px;
    }

    .viewer .glass {
        width: 105px;
        height: 105px;
        border-radius: 50%;
        background-size: 1200px 1600px;
    }
    
    .viewer .glass {
    position: absolute;
            top: -27px;
        left: -29px;
    border-radius: 112px;
    background: url(https://easysubscription.io/wp-content/uploads/2026/01/image-7.png);
    background-size: 1600px 2132px;
    pointer-events: none;
    box-shadow: inset -20px 20px 40px rgba(255, 255, 255, 0.4), inset 20px -20px 40px rgba(0, 0, 0, 0.2);
    opacity: 0;
    transition: opacity 0.3s 
ease;
    z-index: 999999;
}

    .viewer .glass::before,
    .viewer .glass::after {
        width: 220px;
        height: 210px;
        left: -30px;
        top: -15px;
    }
    .bottom-blend-image {
                height: 180px;
        aspect-ratio: 1709 / 138;
        top: -126px;
        left: -125px;
        position: relative;
        width: 1709px;
}
}

/* ============================================
   MOBILE STYLES (Below 600px)
   ============================================ */

@media only screen and (max-width: 600px) {
    .desktop-tablet-viewer {
        display: none;
    }

    .mobile-scratch {
        display: block;
    }

    .interactive-reveal-container {
        padding: 40px 20px;
    }

    .scratch-container-mob {
        width: 100% !important;
        left: 0 !important;
    }
    .bottom-blend-image {
                display: none;
        width: 100%;
        height: auto;
        aspect-ratio: 1709 / 138;
        margin-top: 20px;
    }
}



/* ============================================
   STORIES OF GROWTH SECTION
   ============================================ */

.stories-growth-section {
    width: 100%;
    margin: 120px auto;
    padding: 0 50px;
}

.stories-growth-container {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 60px;
}

/* ============================================
   SECTION HEADER
   ============================================ */

.stories-header {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.stories-heading-wrapper {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.stories-blue-highlight {
        width: 116.66px;
    height: 59.58px;
    position: absolute;
    left: 8.36px;
    top: 15.42px;
    /* transform: rotate(21deg); */
    transform-origin: top left;
    z-index: 0;
}

.stories-blue-highlight img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.stories-heading {
    position: relative;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 12px;
    z-index: 1;
    margin: 0;
}

.stories-heading-italic {
    color: #020617;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-style: italic;
    font-weight: 700;
}

.stories-heading-normal {
    color: #020617;
    font-size: 48px;
    font-family: 'Denton C', serif;
    font-weight: 400;
}

.stories-subheading {
    text-align: center;
    color: #020617;
    font-size: 18px;
    font-family: 'Gilory', sans-serif;
    font-weight: 400;
    margin: 0;
}

/* ============================================
   MERCHANT CARDS CONTAINER
   ============================================ */

.merchant-cards-container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 20px;
}

.merchant-card {
       width: 407.54px;
    height: 486.86px;
    /* position: relative; */
    /* background: white; */
    /* box-shadow: 0px 5.47px 5.47px rgba(0, 0, 0, 0.30); */
    /* overflow: hidden; */
    /* border-radius: 16px; */
    /* outline: 5px white solid; */
    /* outline-offset: -5px; */
    transition: transform 0.3s 
ease;
}

.merchant-card:hover {
    transform: scale(1.05) !important;
}

/* Card Background Image */
.card-bg-image {
        width: 100%;
    height: 100%;
    position: absolute;
    /* top: 0; */
    /* left: 0; */
    object-fit: cover;
    /* filter: blur(12px); */
    /* box-shadow: 24px 24px 24px rgba(0, 0, 0, 0.3); */
    
}

/* Merchant Name Overlay */
.card-merchant-name {
    position: absolute;
    bottom: 55px;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    font-size: 32px;
    font-family: 'Denton C', serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.64px;
    z-index: 2;
    text-align: center;
    text-shadow: 2px 2px 8px rgba(0, 0, 0, 0.5);
}

/* Card with Percentage */
.card-with-percentage {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 7px;
    padding: 0 2px;
}

.percentage-text {
    color: white;
    font-size: 41.15px;
    font-family: 'Denton C', serif;
    font-weight: 500;
    letter-spacing: 0.82px;
}

.brand-name {
    color: white;
    font-size: 32px;
    font-family: 'Denton C', serif;
    font-style: italic;
    font-weight: 400;
    letter-spacing: 0.64px;
}

/* Card Rotations */
.card-rotate-left {
    transform: rotate(-3deg);
    transform-origin: top left;
}

.card-no-rotate {
    transform: rotate(0deg);
}

.card-rotate-right {
    transform: rotate(3deg);
    transform-origin: top left;
}

/* Hover Effects - Maintain Rotation */
.card-rotate-left:hover {
    transform: rotate(-3deg) scale(1.05) !important;
}

.card-no-rotate:hover {
    transform: rotate(0deg) scale(1.05) !important;
}

.card-rotate-right:hover {
    transform: rotate(3deg) scale(1.05) !important;
}
.features-heading-mobile,
.switching-left-mobile {
    display: none;
}

/* ============================================
   TABLET STYLES (640px to 1024px)
   ============================================ */

@media (min-width: 640px) and (max-width: 1024px) {
    .features-heading-mobile,
.switching-left-mobile {
    display: none;
}
    .stories-growth-section {
        padding: 0 40px;
        margin: 60px auto;
        margin-bottom: 180px;
    }

    .stories-growth-container {
        gap: 50px;
    }

    .stories-heading-italic,
    .stories-heading-normal {
        font-size: 36px;
    }

    .stories-subheading {
        font-size: 16px;
    }

    .stories-blue-highlight {
        width: 90px;
        height: 46px;
    }

    .merchant-cards-container {
                /* flex-direction: column; */
        /* align-items: center; */
        height: 280px;
        gap: 30px;
        width: 753px;
    }

    .merchant-card {
        width: 100%;
        max-width: 500px;
        height: 400px;
        transform: rotate(0deg) !important;
    }

    .card-rotate-left:hover,
    .card-no-rotate:hover,
    .card-rotate-right:hover {
        transform: rotate(0deg) scale(1.05) !important;
    }

    .card-merchant-name {
        font-size: 28px;
        bottom: 25px;
    }

    .percentage-text {
        font-size: 36px;
    }

    .brand-name {
        font-size: 28px;
    }
}

/* ============================================
   MOBILE STYLES (Below 640px)
   ============================================ */

@media (max-width: 639px) {
    .stories-growth-section {
        display: none;
        padding: 0 20px;
        margin: 40px auto;
    }
    .home-page-container {
    width: 100%;
    overflow: unset;
    /* max-width: 1440px; */
    margin: 0 auto;
    display: block;
    clear: both;
}

    .stories-growth-container {
        gap: 40px;
    }

    .stories-heading {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .stories-heading-italic,
    .stories-heading-normal {
        font-size: 28px;
        text-align: center;
    }

    .stories-subheading {
        font-size: 14px;
    }

    .stories-blue-highlight {
        width: 70px;
        height: 36px;
        left: 20px;
        top: 12px;
    }

    .merchant-cards-container {
        flex-direction: column;
        align-items: center;
        gap: 20px;
        width: 100%;
    }

    .merchant-card {
        width: 100%;
        height: 350px;
        transform: rotate(0deg) !important;
    }

    .card-rotate-left:hover,
    .card-no-rotate:hover,
    .card-rotate-right:hover {
        transform: rotate(0deg) scale(1.02) !important;
    }

    .card-merchant-name {
        font-size: 24px;
        bottom: 20px;
    }

    .percentage-text {
        font-size: 30px;
    }

    .brand-name {
        font-size: 24px;
    }
     .page-width-two {
    margin: 0 auto;
    /* padding: 0 20px; */
    width: auto !important;}
    .interactive-reveal-section {
    width: auto;
    margin: 80px auto;
    padding: 0;
    background-image: url(https://easysubscription.io/wp-content/uploads/2025/11/Frame-1707485078.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

   .switching-content {
        height: auto;
        min-height: auto;
        padding: 30px 15px 40px;
                padding-bottom: 0px;
    }
    
    /* Adjust container to use flexbox for proper ordering */
    .switching-container {
        display: flex;
        flex-direction: column;
        position: relative;
        width: 100%;
        height: auto;
        z-index: 1;
    }
    
    /* Header - Order 1 */
    .switching-header {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 30px;
        order: 1;
    }
    
    /* Feature Pills (Right Section) - Order 2 */
    .switching-right {
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto 30px;
        order: 2;
    }
    
    /* Hide desktop yellow text */
    .switching-right .features-heading {
        display: none !important;
    }
    
    /* Mobile Yellow Text - Order 3 */
    .features-heading-mobile {
        display: block;
        width: 100%;
        max-width: 320px;
        color: #FDE047;
        font-size: 18px;
        font-family: 'Figma Hand', cursive;
        font-weight: 700;
        line-height: 1.4;
        text-align: left;
        margin: 0 auto 20px;
        padding: 0 20px;
        position: relative;
        z-index: 2;
        order: 3;
    }
    
    /* Hide desktop fridge */
    .switching-left-desktop {
        display: none !important;
    }
    
    /* Mobile Fridge Image - Order 4 */
    .switching-left-mobile {
        display: block !important;
        position: relative;
        left: 0;
        top: 0;
        margin: 0 auto;
        width: 100%;
        max-width: 320px;
        height: auto;
        z-index: 2;
        order: 4;
    }
    
    .switching-left-mobile .phone-image {
        width: 100%;
        height: auto;
        display: block;
    }
    
    /* Feature pills styling */
    .feature-pills {
        gap: 12px;
        width: 100%;
        align-items: center;
                margin-top: 0px;
    }

    .feature-pill {
        padding: 12px 20px;
        width: fit-content;
        max-width: 90%;
    }

    .feature-pill span {
        font-size: 11px;
        text-align: center;
    }
    
    /* Icon sizing */
    .icon-1 {
        width: 53px;
        height: 51.14px;
        left: -23px;
        top: -28px;
    }
    
    .icon-2 {
        width: 45px;
        height: 62px;
        right: -33px;
        top: -26px;
    }
    
    .icon-3 {
        width: 64px;
        height: 35px;
        left: -34px;
        top: 9px;
    }
    
    .icon-4 {
        width: 60px;
        height: 60px;
        right: -31px;
        top: -19px;
    }
   
        .switching-background {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    background-image: url(https://easysubscription.io/wp-content/uploads/2026/01/0ea0852a516eda55e719c1401d538cc1df1d9dd3-2.png);
    background-position: 0px 80px;
    background-repeat: repeat;
    background-size: 80% auto;
    transition: background var(--overlay-transition, .3s), border-radius var(--border-transition, .3s), opacity var(--overlay-transition, .3s);
    opacity: 0.5;
}
    }
}   
    
}

@media (min-width: 640px) and (max-width: 1280px) {
 .page-width {
        margin: 0 auto;
        padding: 0 40px;
        max-width: 100%;
    }
    
}


.custom--btn-text-pink:hover{
        background: #fa47fd !important;
    border-color: black !important;
}

.custom--btn-text-purple{
        border: 1.22px solid #000000 !important;
    background-color: #7c3aed !important;
}

/* ============================================
   DESKTOP TESTIMONIAL SLIDER - CONTINUOUS LOOP
   ============================================ */

/* Desktop Slider - Continuous Loop */
.testimonial-slider.desktop-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
    padding: 40px 0;
    min-height: 450px;
}

.testimonial-slider.desktop-slider .slide-track {
    display: flex;
    /*gap: 24px;*/
    animation: scroll-testimonials 40s linear infinite;
    width: fit-content;
    padding-top: 90px;
    padding-bottom: 20px;
}

/* Pause animation on hover */
.testimonial-slider.desktop-slider:hover .slide-track {
    animation-play-state: paused;
}

/* Seamless Loop Animation */
@keyframes scroll-testimonials {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* Testimonial Card Styling */
.testimonial-slider.desktop-slider .testimonial-card {
    width: 316px;
    height: 327px;
    min-width: 316px;
    padding: 20px;
    padding-top: 84px;
    border-radius: 150px 150px 2px 2px;
    flex-shrink: 0;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    background: white;
    position: relative;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-slider.desktop-slider .testimonial-card:hover {
    transform: scale(1.1);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
    z-index: 10;
}

/* Card Avatar */
.testimonial-slider.desktop-slider .card-avatar {
    width: 176px;
    height: 177px;
    position: absolute;
    top: -76px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-slider.desktop-slider .card-avatar img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s;
}

.testimonial-slider.desktop-slider .testimonial-card:hover .card-avatar img {
    transform: rotate(-18deg);
}

/* Card Body */
.testimonial-slider.desktop-slider .card-body {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}

/* Card Designation */
.testimonial-slider.desktop-slider .card-designation {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 10px 0;
    height: 40px;
}

.testimonial-slider.desktop-slider .card-designation img {
    max-height: 40px;
    max-width: 200px;
    width: auto;
    height: auto;
    object-fit: contain;
}

/* Card Description */
.testimonial-slider.desktop-slider .card-description {
    font-size: 16px;
    font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 200;
    margin: 0;
    line-height: 1.5;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

/* Card Colors */
.testimonial-slider.desktop-slider .card-color-1 { 
    background-color: #FDE047; 
}
.testimonial-slider.desktop-slider .card-color-2 { 
    background-color: #4D47FD; 
}
.testimonial-slider.desktop-slider .card-color-3 { 
    background-color: #FDE047; 
}
.testimonial-slider.desktop-slider .card-color-4 { 
    background-color: #4D47FD; 
}
.testimonial-slider.desktop-slider .card-color-5 { 
    background-color: #FDE047; 
}
.testimonial-slider.desktop-slider .card-color-6 { 
    background-color: #4D47FD; 
}

/* Hover Background Colors */
.testimonial-slider.desktop-slider .card-color-1:hover { 
    background: #FDE047; 
}
.testimonial-slider.desktop-slider .card-color-2:hover { 
    background: #4D47FD; 
}
.testimonial-slider.desktop-slider .card-color-3:hover { 
    background: #FDE047; 
}
.testimonial-slider.desktop-slider .card-color-4:hover { 
    background: #4D47FD; 
}
.testimonial-slider.desktop-slider .card-color-5:hover { 
    background: #FDE047; 
}
.testimonial-slider.desktop-slider .card-color-6:hover { 
    background: #4D47FD; 
}

/* Text Colors for Each Card */
.testimonial-slider.desktop-slider .card1-description { 
    color: #020617; 
}
.testimonial-slider.desktop-slider .card2-description { 
    color: #ffffff; 
}
.testimonial-slider.desktop-slider .card3-description { 
    color: #020617; 
}
.testimonial-slider.desktop-slider .card4-description { 
    color: #ffffff; 
}
.testimonial-slider.desktop-slider .card5-description { 
    color: #020617; 
}
.testimonial-slider.desktop-slider .card6-description { 
    color: #ffffff; 
}

/* ============================================
   TABLET RESPONSIVE (640px - 1024px)
   ============================================ */
@media (min-width: 640px) and (max-width: 1024px) {
    .testimonial-slider.desktop-slider .slide-track {
        gap: 20px;
        animation: scroll-testimonials 35s linear infinite;
    }
    
    .testimonial-slider.desktop-slider .testimonial-card {
        width: 280px;
        height: 300px;
        min-width: 280px;
        padding: 18px;
        padding-top: 74px;
    }
    
    .testimonial-slider.desktop-slider .card-avatar {
        width: 150px;
        height: 151px;
        top: -66px;
    }
    
    .testimonial-slider.desktop-slider .card-designation {
        height: 36px;
    }
    
    .testimonial-slider.desktop-slider .card-designation img {
        max-height: 36px;
        max-width: 180px;
    }
    
    .testimonial-slider.desktop-slider .card-description {
        font-size: 14px;
    }
}

/* ============================================
   HIDE ON MOBILE (Below 640px)
   ============================================ */
@media (max-width: 639px) {
    .testimonial-slider.desktop-slider {
        display: none;
    }
}

/* ============================================
   OPTIONAL: FADE EDGES FOR BETTER EFFECT
   ============================================ */
/*.testimonial-slider.desktop-slider::before,*/
/*.testimonial-slider.desktop-slider::after {*/
/*    content: '';*/
/*    position: absolute;*/
/*    top: 0;*/
/*    width: 150px;*/
/*    height: 100%;*/
/*    z-index: 10;*/
/*    pointer-events: none;*/
/*}*/

.testimonial-slider.desktop-slider::before {
    left: 0;
    background: linear-gradient(90deg, #F5F3FF 0%, rgba(245, 243, 255, 0) 100%);
}

.testimonial-slider.desktop-slider::after {
    right: 0;
    background: linear-gradient(270deg, #F5F3FF 0%, rgba(245, 243, 255, 0) 100%);
}

/* Remove fade edges on tablet if desired */
@media (max-width: 1024px) {
    .testimonial-slider.desktop-slider::before,
    .testimonial-slider.desktop-slider::after {
        width: 80px;
    }
}
