        .footer-section {
            background: #821D1A;
            position: relative;
            overflow: hidden;
        }

        /* Top Curve Image */
        .top-curve {
            width: 100%;
            display: block;
            margin: 0;
            padding: 0;
        }

        .top-curve img {
            width: 100%;
            height: auto;
            display: block;
        }

        /* Timeline Section */
        .timeline-section {
            padding: 25px 20px 10px;
            max-width: 1200px;
            margin: 0 auto;
            position: relative;
        }

    .timeline-title {
    color: #F8F4EC;
    font-family: sans-serif;
    text-align: center;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 60px;
}

        .timeline-container {
            display: flex;
            justify-content: space-between;
            align-items: flex-start;
            position: relative;
            margin-bottom: 50px;
        }

       .timeline-curve {
    position: absolute;
    top: 51px;
    left: 40%;
    transform: translateX(-50%);
    width: 66%;
    height: auto;
    z-index: 1;
}
        .timeline-curve img {
            width: 100%;
            height: auto;
        }

        .timeline-item {
            flex: 1;
            max-width: 350px;
            position: relative;
            z-index: 2;
        }

        .timeline-badge {
            width: 100%;
            max-width: 150px !important;
            height: auto;
/*             margin: 0 auto 30px; */
            display: block;
        }

        .timeline-item.middle {
            margin-top: 100px;
        }

        .timeline-item.right {
            position: relative;
        }

       .side-image {
    position: absolute;
    top: -55px;
    right: -100px;
    width: 245px;
    height: auto;
}

     .timeline-heading {
    color: #F8F4EC;
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 15px;
}

        .timeline-content {
            list-style: none;
            padding-left: 0;
        }

       .timeline-content li {
    color: #F8F4EC;
    margin-bottom: 12px;
    position: relative;
    padding-left: 15px;
    font-size: 13px;
    line-height: 1.5;
}

        .timeline-content li:before {
            content: '•';
            position: absolute;
            left: 0;
            color: white;
        }

  /* Guarantee Section */
/*.guarantee-section {*/
    /*width: 1100px;*/
    /*height: 110vh;          */
    
    /*background-image: url("https://jainnetis.com/popcorn/wp-content/uploads/2026/01/SALTED-CARAMEL-4.png");*/
/*    background-size: cover;*/
/*    background-position: center;*/
/*    background-repeat: no-repeat;*/

/*    border-radius: 40px;*/
    /*margin: 30px auto;*/
    
/*    overflow: hidden;*/
/*}*/
/*@media (max-width: 768px) {*/
/*    .guarantee-section {*/
/*        width: calc(100% - 40px); */
/*        height: 250px;              */
/*        border-radius: 25px;*/
/*        margin: 20px auto;*/
/*    }*/
/*}*/




.popcorn-left {
        bottom: -30px;
    position: relative;
    left: 30px;
    width: 240px;
    height: auto;
    z-index: 10;
}

.popcorn-right {
    position: absolute;
    right: -50px;
    bottom: 250px;
    width: 230px;
    height: auto;
    transform: rotate(15deg);
    z-index: 10;
}

.days-badge {
    width: 80px;
    height: auto;
    display: inline-block;
    margin-bottom: 20px;
}

.guarantee-title {
    margin-top: 0px;
    color: #1E1E1E;
    font-size: 42px;
    font-weight: 600;
    margin-bottom: 20px;
}

.guarantee-text {
    font-weight: 500;
    text-align: center;
    max-width: 1000px;
    width: 1000px;
    color: #1E1E1E;
    margin: 0 auto 30px;
    line-height: 1.6;
    font-size: 18px;
}

.shop-btn-container {
    position: relative;
    display: inline-block;
    margin-top: 10px;
}

.shop-btn-wrapper {
    display: flex;
    align-items: center;
    gap: 0;
}

.shop-arrow {
    margin-right: 15px;
    background: #b71c1c;
    color: white;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    z-index: 2;
    position: relative;
}

.shop-btn {
    background: #b71c1c;
    color: white;
    padding: 12px 30px 12px 25px;
    border: none;
    border-radius: 25px;
    font-size: 1.1rem;
    font-weight: 600;
    cursor: pointer;
    display: inline-block;
    transition: background 0.3s;
    position: relative;
    margin-left: -15px;
    z-index: 1;
}

.shop-arrow-home {
    background: #fff;
    color: #B90E0A;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1rem;
    flex-shrink: 0;
    z-index: 2;
    position: relative;
}

.shop-btn-home {
    background: white;
    color: #B90E0A;
    padding: 1rem 2.5rem;
    border-radius: 50px;
    font-size: 1.1rem;
    font-weight: 600;
    border: none;
    cursor: pointer;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    transition: all 0.3s ease;
}

.shop-btn-home:hover {
    transform: scale(1.05);
    box-shadow: 0 15px 40px rgba(0,0,0,0.3);
}

.shop-btn:hover {
    background: #8b1515;
}

.shop-arrow:hover ~ .shop-btn {
    background: #8b1515;
}

/* Footer Main */
.footer-main {
                background: #821D1A;
    padding: 15px 20px 40px;
}

.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 1200px;
    margin: 0 30px 30px;
    gap: 100px;
}

.footer-left {
    flex: 0 0 300px;
}

.popcorn-decoration {
    width: 120px;
    height: auto;
    margin-bottom: 20px;
}

.logo-section {
    margin-top:-150px;
    text-align: center;
    margin-bottom: 60px;
}

.footer-logo {
    max-width: 300px!important;
    height: auto;
    display: block;
    margin: 0 auto;
}

.footer-column h3 {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 18px;
    color: white;
}

.newsletter-form {
    display: flex;
    align-items: center;
    border-bottom: 2px solid white;
    margin-bottom: 25px;
}

.newsletter-form input {
    background: transparent;
    border: none;
    color: white;
    flex: 1;
    font-size: 0.95rem;
    outline: none;
}

.newsletter-form input::placeholder {
    color: rgba(255, 255, 255, 0.8);
}

.newsletter-form input[type="email"] {
    background: transparent;
    flex: 1;
    padding: 0;
    border: 0;
    font-size: 20px;
    outline: none;
    color: #000;
    transition: 0.3s ease;
}

.newsletter-form input[type="email"]:focus {
    border-color: #000;
    box-shadow: 0 0 5px rgba(0,0,0,0.15);
}

.newsletter-form button {
    background: transparent;
    border: none;
    color: white;
    cursor: pointer;
    font-size: 1.2rem;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 25px;
}

.social-icons a {
    color: white;
    font-size: 1.3rem;
    transition: opacity 0.3s;
}

.social-icons a:hover {
    opacity: 0.7;
}

.country-selector {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #fff;
}

.country-selector span {
    color: #fff;
    margin-left: 10px;
    font-size: 14px;
}

.country-selector i {
    color: #fff;
    font-size: 13px;
    margin-left: 5px;
}

.footer-right {
    flex: 1;
    display: flex;
    gap: 30px;
    justify-content: flex-end;
    align-items: flex-start;
}

.footer-column ul {
    list-style: none;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    font-family: sans-serif;
    color: white;
    text-decoration: none;
    font-size: 13px;
    transition: opacity 0.3s;
}

.footer-column ul li a:hover {
    opacity: 0.7;
}

.footer-bottom {
    font-family: sans-serif;
    margin-top: 60px;
    display: block;
    font-size: 14px;
    max-width: 1250px;
    margin-left: auto;
    margin-right: auto;
    color: white;
}

.footer-links {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.footer-links a {
    color: white;
    text-decoration: none;
    position: relative;
    transition: opacity 0.3s;
}

.footer-links a:hover {
    opacity: 0.7;
}

/* Add | before every link except the first */
.footer-links a + a::before {
    content: "|";
    margin-right: 8px;
    color: white;
}

/* Tablet Styles */
@media (max-width: 968px) {
    /*.guarantee-section {*/
    /*    padding: 40px 30px;*/
    /*    margin: 0 15px 40px;*/
    /*}*/

    .guarantee-title {
        font-size: 32px;
    }

    .guarantee-text {
        width: 100%;
        max-width: 100%;
        font-size: 0.95rem;
    }

    .popcorn-left,
    .popcorn-right {
        display: none;
    }

    .timeline-container {
        margin-bottom:5px;
        flex-direction: column;
        align-items: center;
        gap: 40px;
    }

    .timeline-curve {
        display: none;
    }

    .timeline-item.middle {
        margin-top: 0;
    }

    .side-image {
        position: static;
        margin: 20px auto;
        display: block;
    }

    .footer-top {
        flex-direction: column;
        margin: 0 20px 30px;
        gap: 40px;
    }

    .footer-left {
        flex: 1;
        width: 100%;
    }

    .footer-right {
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 15px;
        margin-top: 40px;
    }

    .footer-links {
        gap: 15px;
    }
}

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

    .days-badge {
        width: 60px;
        margin-bottom: 15px;
    }

    .guarantee-title {
        font-size: 26px;
        margin-bottom: 15px;
    }

    .guarantee-text {
        font-size: 14px;
        line-height: 1.5;
        padding: 0 10px;
    }

    .shop-btn-container {
        margin-top: 20px;
    }

    .shop-arrow,
    .shop-arrow-home {
        width: 38px;
        height: 38px;
        font-size: 0.9rem;
        margin-right: 10px;
    }

    .shop-btn {
        font-size: 1rem;
        padding: 10px 25px 10px 20px;
        margin-left: -12px;
    }

    .shop-btn-home {
        font-size: 1rem;
        padding: 0.9rem 2rem;
    }

    /* Footer Mobile */
    .footer-main {
        padding: 15px 15px 30px;
    }

    .logo-section {
        margin-top:0;
        margin-bottom: 40px;
    }

    .footer-logo {
        max-width: 250px!important;
    }

    .popcorn-decoration {
        width: 80px;
        margin-bottom: 15px;
    }

    .footer-top {
        margin: 0 15px 20px;
        gap: 30px;
    }

    .footer-column h3 {
        font-size: 13px;
        margin-bottom: 15px;
    }

    .newsletter-form {
        margin-bottom: 20px;
    }

    .newsletter-form input[type="email"] {
        font-size: 16px;
    }

    .social-icons {
        gap: 12px;
        margin-bottom: 20px;
    }

    .social-icons a {
        font-size: 1.1rem;
    }

    .country-selector span {
        font-size: 12px;
    }

    .footer-column ul li {
        margin-bottom: 8px;
    }

    .footer-column ul li a {
        font-size: 12px;
    }

    .footer-bottom {
        font-size: 12px;
        margin-top: 30px;
        text-align: center;
        padding: 0 15px;
    }

    .footer-links {
        justify-content: center;
        gap: 10px;
    }

    .footer-links a + a::before {
        margin-right: 5px;
    }
}

/* Small Mobile Styles */
@media (max-width: 480px) {
    .guarantee-title {
        font-size: 22px;
    }

    .guarantee-text {
        font-size: 13px;
    }

    .shop-arrow,
    .shop-arrow-home {
        width: 35px;
        height: 35px;
        font-size: 0.85rem;
    }

    .shop-btn {
        font-size: 0.95rem;
        padding: 9px 20px 9px 18px;
    }

    .shop-btn-home {
        font-size: 0.95rem;
        padding: 0.8rem 1.8rem;
    }

    .footer-logo {
        max-width: 200px!important;
    }

    .newsletter-form input[type="email"] {
        font-size: 14px;
    }

    .footer-links {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }

    .footer-links a + a::before {
        display: none;
    }
}
/* Gift images center */
.corporate-gift-images {
    margin-top: 40px;
    display: flex;
    justify-content: center;
    align-items: flex-start; /* title ke liye better */
    gap: 30px;
    flex-wrap: wrap;
}

/* Wrapper for image + title */
.corporate-gift-images .gift-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

/* Image */
.corporate-gift-images img {
    max-width: 300px;
    width: 100%;
    object-fit: contain;
}

/* Title below image */
.corporate-gift-images .gift-title {
    margin-top: 12px;
    font-size: 18px;
    font-weight: 700;
    color: #821d1a;
}

/* Mobile */
@media (max-width: 768px) {
    .corporate-gift-images img {
        max-width: 200px;
    }

    .corporate-gift-images .gift-title {
        font-size: 13px;
    }
}


.gift-box-card {
    display: inline-block;
    margin: 0 50px;
    border-radius: 40px;
    overflow: hidden;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.gift-box-card img {
    width: 100%;
    height: auto;
    display: block;
}

@media (max-width: 767px) {
    .gift-box-card {
        margin: 20px;
        display: block;
        max-width: 100%;
        border-radius: 14px;
    }

    .gift-box-card img {
        width: 100%;
        height: auto;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
    .logo-section {
        margin-top: 0;
    }
}

