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


html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 2rem;
}

/* Header */
.header {
    background: #C0D4DC;
    padding: 20px 0;
}

.header-grid {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header-left img,
.offcanvas-header img {
    width: 180px;
}

.fa-bars {
    color: #212C7B;
    cursor: pointer;
}

.offcanvas-body ul {
    list-style: none;
    padding: 0;
}

.offcanvas-body ul li {
    padding-bottom: 10px;
}

.offcanvas-body ul li a {
    text-decoration: none;
    color: #212C7B;
    font-size: 20px;
    font-weight: 600;
}

.bg-color {
    background: #C0D4DC;
}

/* Hero */
.hero {
    background: #C0D4DC;
    color: #212C7B;
    padding: 4rem 0 5rem;
    border-bottom: 4px solid #BD2416;
}

.hero-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.hero h1 {
    font-size: 2.9rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.2rem;
    color: #BD2416;
}

.hero h2 {
    color: #212C7B;
    font-size: 2rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 1.2rem;
}


.hero-features {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem 2rem;
    margin: 2rem 0;
    padding: 0;
}

.hero-features li {
    list-style: none;
    display: flex;
    align-items: start;
    gap: 0.6rem;
    width: calc(50% - 1rem);
    color: black;
}

.hero-features li i {
    position: relative;
    top: 3px;
    color: #28a745;
}

.hero-right img {
    max-width: 100%;
    border-radius: 24px;
}

.hero-text-l {
    margin: 1.8rem 0 2.2rem;
    font-weight: 700;
}

/* Common sections */
section {
    padding: 5rem 0;
    border-bottom: 1px solid #e9ecf2;
}

.section-eyebrow {
    color: #BD2416;
    font-weight: 700;
    font-size: 2.5rem;
}

.section-title-red {
    letter-spacing: 1px;
    font-weight: 700;
    color: #BD2416;
    margin-bottom: 0.25rem;
}

.section-title-blue {
    font-weight: 700;
    color: #212C7B;
    margin-bottom: 1.5rem;
    line-height: 1.3;
}

.grid-2col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 3rem;
    align-items: center;
}

.feature-list {
    list-style: none;
    margin: 1.5rem 0;
    padding: 0;
}

.feature-list li {
    margin-bottom: 0.8rem;
    display: flex;
    align-items: flex-start;
    gap: 0.8rem;
}

.feature-list li i {
    flex-shrink: 0;
    line-height: 1.5;
    color: #28a745;
}

.free-li {
    font-size: 18px;
    font-weight: bold;
    color: #212C7B;
}

.free-li i {
    color: #FFCE00 !important;
}

.shopify-btn {
    border-radius: 50px;
    width: 170px;
    height: auto;
    margin-left: 10px;
}

.btn-primary {
    background: #BD2416;
    color: white;
    font-weight: 600;
    padding: 0.9rem 2rem;
    border-radius: 50px;
    text-decoration: none;
    display: inline-block;
    box-shadow: 0 8px 18px rgba(229, 25, 55, 0.3);
}

.btn-secondary {
    background: transparent;
    border: 2px solid #212C7B;
    color: #212C7B;
    font-weight: 600;
    padding: 0.7rem 2rem;
    border-radius: 40px;
    text-decoration: none;
    display: inline-block;
}

.btn-secondary:hover {
    background: #212C7B;
    color: white;
}

/* Cards grid */
.grid-row {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    margin-bottom: 1.5rem;
}

.feature-card {
    background: #f8fafc;
    border-radius: 1rem;
    padding: 1.75rem 1.5rem;
    border: 1px solid #eef2f6;
}

.card-icon {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.card-title {
    color: #212C7B;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
}

.card-description {
    color: #5b6f82;
    font-size: 0.95rem;
}

.callout-banner {
    /*
    background: #DEEDF8;
    */
    background-color: #C0D4DC;
    border-radius: 2rem;
    padding: 2.5rem;
    text-align: center;
    margin-top: 3rem;
}

.callout-text {
    font-size: 1.5rem;
    font-weight: 500;
}

.callout-highlight {
    color: #BD2416;
    font-weight: 600;
}

/* Testimonials carousel */
.testimonial-section {
    max-width: 1280px;
    margin: 0 auto;
}

.section-tag {
    text-align: center;
    color: #BD2416;
    font-weight: 600;
    letter-spacing: 1px;
    margin-bottom: 0.5rem;
}

.section-headline-test {
    text-align: center;
    color: #212C7B;
    font-weight: 700;
    margin-bottom: 3rem;
}

.carousel-container {
    position: relative;
    width: 100%;
    overflow: hidden;
}

.carousel-track {
    display: flex;
    gap: 1.8rem;
    transition: transform 0.5s ease-in-out;
}

.testimonial-card {
    flex: 0 0 calc((100% - 3.6rem) / 3);
    background: #C0D4DC;
    border-radius: 28px;
    padding: 2rem 1.8rem;
}

.testimonial-text {
    font-size: 1.1rem;
    line-height: 1.5;
    color: black;
    margin-bottom: 1.8rem;
}

.testimonial-text::before {
    content: "“";
    font-size: 1.2rem;
    color: #2563eb;
    margin-right: 1px;
}

.testimonial-text::after {
    content: "”";
    font-size: 1.2rem;
    color: #2563eb;
    margin-left: 1px;
}


.card-footer {
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem 0.7rem;
    border-top: 1px solid #212C7B;
    padding-top: 1.3rem;
}

.founder {
    font-weight: 700;
    color: #212C7B;
}

.brand {
    color: black;
    font-size: 1rem;
    font-weight: 500;
}

.cat {
    color: #BD2416;
    font-size: 1rem;
    font-weight: 500;
}

.carousel-controls {
    display: flex;
    justify-content: center;
    gap: 1.2rem;
    margin-top: 2.5rem;
}

.control-btn {
    background: white;
    border: 1px solid #dde3ed;
    border-radius: 60px;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    color: #344e78;
}

.dot-indicators {
    display: flex;
    gap: 0.6rem;
    justify-content: center;
    margin: 1.5rem 0 0.5rem;
}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 20px;
    background: #ccd9ec;
    cursor: pointer;
}

.dot.active {
    width: 28px;
    background: #212C7B;
}

.play-pause-btn {
    width: 48px;
    height: 48px;
    background: #212C7B;
    border-color: #212C7B;
    color: white;
    transition: all 0.3s ease;
}

.play-pause-btn:hover {
    background: #BD2416;
    border-color: #BD2416;
    transform: scale(1.05);
}

.play-pause-btn.paused {
    background: #BD2416;
    border-color: #BD2416;
}

.play-pause-btn i {
    font-size: 1.2rem;
}

/* Onboarding */
.onboarding-section {
    /*
    background: linear-gradient(135deg, #f1f5f9 0%, #ffffff 100%);
    */
    background-color: #C0D4DC;
    padding: 5rem 0;
    text-align: center;
}

.section-headline-onboarding {
    color: #212C7B;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
}

.timer-card {
    background: #212C7B;
    color: white;
    padding: 2rem 3rem;
    border-radius: 100px;
    margin: 2rem 0 1rem;
    display: inline-block;
    text-align: center;
    max-width: 60%;
    margin: 0 auto;
}

.timer-text {
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-align: center;
    justify-content: center;
}

.timer-highlight {
    font-weight: 700;
    background: rgba(255, 255, 255, 0.15);
    padding: 0.2rem 0.8rem;
    border-radius: 50px;
}

.t-text {
    max-width: 40%;
    margin: 10px auto;
    font-weight: 600;
}

/*
.content-card {
    background: white;
    border-radius: 1.5rem;
    padding: 2rem;
    margin: 2rem 0;
    text-align: left;
    border: 1px solid #e9eef2;
}
    */

.content-title {
    color: #212C7B;
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-align: left;
}

.content-text {
    text-align: left;
    padding-top: 60px;
    font-weight: 600;
}

.content-text-2 {
    text-align: left;
}

.whatsapp-number {
    color: #212C7B;
    font-weight: 700;
    text-decoration: none;
    border-bottom: 2px solid #BD2416;
}

.step-list {
    list-style: none;
    padding: 0;
}

.step-item {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}

.availability-note {
    text-align: left;
    font-weight: bold;
}

/*
.availability-note {
    background: #f1f5f9;
    border-radius: 1rem;
    padding: 1rem 1.5rem;
    margin-top: 1.5rem;
    border-left: 4px solid #BD2416;
}
    */

.demo-note {
    margin-top: 2rem;
    padding: 1.5rem;
    background: #f1f5f9;
    border-radius: 1rem;
    border: 1px solid #dce3eb;
}

.demo-note strong {
    color: #BD2416;
}

/* Partners */
.partners-section {
    text-align: center;
}

.partners-section ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.partners-section img {
    width: 100%;
    height: auto;
}

/* Footer */
.footer {
    background: #212C7B;
    padding: 30px 0 15px;
}

.footer ul {
    list-style: none;
    padding: 0;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.footer ul li a {
    color: white;
    text-decoration: none;
}

.footer ul li a i {
    font-size: 20px;
}

.footer .list-inline {
    display: flex;
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}

.footer .list-inline a {
    text-decoration: none;
    font-size: 14px;
    color: white;
}

.copyright {
    color: white;
    font-size: 14px;
    text-align: center;
}

/* Responsive */
@media (min-width: 992px) and (max-width: 1199px) {}

@media (min-width: 768px) and (max-width: 991px) {

    .hero-grid,
    .grid-2col {
        grid-template-columns: 100%;
    }

    .grid-left {
        order: 2;
    }

    .grid-right {
        order: 1;
    }

    .grid-row {
        grid-template-columns: repeat(2, 1fr);
    }

    .testimonial-card {
        flex: 0 0 calc((100% - 1.8rem) / 2);
    }

    .timer-card,
    .t-text {
        max-width: 80%;
    }
}

@media screen and (max-width: 767px) {

    .header-left img {
        width: 150px;
    }

    .hero {
        padding: 2rem 0 2rem;
    }

    .hero-features {
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 20px;
    }

    .hero-features li {
        min-width: 100%;
    }

    .hero-right {
        display: none;
    }

    .hero h1 {
        font-size: 1.8rem;
    }

    .hero h2 {
        font-size: 1.2rem;
    }

    .hero-buttons a {
        padding: 12px 15px;
        font-size: 14px;
        width: 130px;
    }

    .shopify-btn {
        width: 140px;
        margin-left: -10px;

    }

    .section-headline-onboarding {
        font-size: 1.6rem;
    }

    .timer-card,
    .t-text {
        min-width: 100%;
    }

    .step-list {
        text-align: left;
    }

    .hero-grid {
        grid-template-columns: 100%;
    }

    .grid-2col {
        grid-template-columns: 100%;
    }

    .grid-left {
        order: 2;
    }

    .grid-right {
        order: 1;
    }

    .partners-section ul li img {
        width: 130px;
        margin-bottom: 20px;
    }

    .section-headline-test {
        font-size: 2rem;
    }

    .grid-row {
        grid-template-columns: 1fr;
    }

    .section-eyebrow {
        font-size: 2rem;
    }

    .testimonial-card {
        flex: 0 0 100%;
    }

    .timer-card {
        padding: 1.5rem;
        border-radius: 2rem;
    }

    .timer-text {
        flex-direction: column;
    }
}


    /* Floating Button */
    .chat-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;

        width: 180px;        /* Your PNG image is rectangular, so round button mat banao */
        height: auto;

        background: transparent;
        border: none;

        cursor: pointer;
        z-index: 9999;

        transition: 0.25s ease-in-out;
    }

    /* Hover */
    .chat-btn:hover {
        transform: scale(1.05);
    }

    /* Image Styling */
    .chat-btn img.callback-img {
        width: 90%;
        height: auto;
        object-fit: contain;
        border-radius: 0;   /* circle nahi chahiye → remove */
    }

    /* Back to top */

    #backToTop {
        position: fixed;
        bottom: 80px;
        left: 30px;
        width: 50px;
        height: 50px;
        background: linear-gradient(135deg, #6a11cb 0%, #2575fc 100%);
        color: white;
        border: none;
        border-radius: 50%;
        cursor: pointer;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 24px;
        box-shadow: 0 4px 12px rgba(106, 17, 203, 0.4);
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
        z-index: 1000;
    }
    
    #backToTop.show {
        opacity: 1;
        visibility: visible;
    }
    
    #backToTop:hover {
        transform: translateY(-5px);
        box-shadow: 0 6px 15px rgba(106, 17, 203, 0.5);
    }