
    .hero {
    background: #C31F1F;
    color: white;
    padding: 30px 20px 0;
    display: flex;
    align-items: center;
}
      .hero-content {
    display: grid;
    grid-template-columns: 60% 40%;
    gap: 20px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
    width: 100%;
    padding: 70px 0 0;
}
      

        .hero-text ul {
            list-style: none;
            margin-bottom: 32px;
            font-size: 1rem;
        }

        .hero-text ul li {
            padding: 8px 0;
            opacity: 0.9;
        }

        .hero-text ul li:before {
            content: "✓ ";
            font-weight: bold;
            margin-right: 8px;
        }

        .btn-primary {
            background: white !important;
            color: #d32f2f !important;
            padding: 14px 32px;
            border: none;
            border-radius: 25px;
            font-weight: 600;
            font-size: 1rem;
            cursor: pointer;
            transition: all 0.3s ease;
            display: inline-block;
            text-decoration: none;
        }
.margin-take-away-btn{
    margin: 30px 0 40px;
}
        .hero-image {
            display: flex;
            justify-content: center;
            align-items: center;
        }

       .hero-image img {
    max-width: 100%;
    filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));

}

        /* Features Section */
        .features-section {
            padding: 30px 20px;

        }

        .features-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .features-text h2 {
            margin-bottom: 24px;
            line-height: 1.3;
            text-align:left;
        }

        .features-text p {
            font-size: 1.05rem;
            margin-bottom: 24px;
            line-height: 1.8;
            text-align:left;
        }

        .features-image {
            display: flex;
            justify-content: center;
        }

        .features-image img {
            max-width: 100%;
            height: auto;
            border-radius: 12px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        .brands-section {
    padding: 50px 20px;
    background: #fff;
    text-align: center;
}

.brands-heading h4 {
    font-size: 22px;
    font-weight: 500;
    color: #111827;
    margin-bottom: 10px;
}

.brands-heading h2 {

    margin-bottom: 40px;
}

.brands-line {
    width: 100%;
    height: 2px;
    background: #d32f2f;
}

/* Logos container */
.brands-logos {
    display: flex;
    justify-content: center;
    gap: 34px;
    flex-wrap: nowrap;
}

.brand-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
}
.brand-item .line {
    width: 2px;
    background: #d32f2f;
}
.logo-box {
    width: 90px;
    height: 90px;
    border: 2px solid #d32f2f;
    border-radius: 30px;
    background: #fff;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logo-box img {
    width: 100%;
    height: auto;
    object-fit: contain;
}
.brand-item-1 .line { height: 120px; }
.brand-item-2 .line { height: 148px; }
.brand-item-3 .line { height: 80px; }
.brand-item-4 .line { height: 130px; }
.brand-item-5 .line { height: 80px; }
.brand-item-6 .line { height: 126px; }
.brand-item-7 .line { height: 100px; }
.brand-item-8 .line { height: 80px; }
.brand-item-9 .line { height: 155px; }
.brand-item-10 .line { height: 90px; }
/* Delivery Options Section */
.delivery-section {
    padding: 40px 20px;
    background: white;
}

.delivery-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    max-width: 1200px;
    margin: 0 auto;
}

.delivery-options {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.option-btn-wrapper {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
}

.option-btn {
    background: white !important;
    border: 2px solid #d32f2f;
    color: #d32f2f !important;
    padding: 12px 24px;
    border-radius: 25px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    width: fit-content;
}

.option-btn.active {
    background: #C31F1F33;
    color: #000000;
}
/* RIGHT SIDE IMAGES */
.delivery-image-box {
    position: relative;
}

.delivery-img {
    width: 100%;
    display: none;
}

.delivery-img.active {
    display: block;
}

.payment-section {
    background: #C31F1F;
    color: white;
    padding: 30px 20px 0;
}
    .payment-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .payment-text h2 {
            margin-bottom: 24px;
            line-height: 1.3;
        }

        .payment-text p {
            font-size: 1.05rem;
            margin-bottom: 24px;
            opacity: 0.95;
            line-height: 1.8;
        }

        .payment-image {
            display: flex;
            justify-content: center;
            position: relative;
        }

        .payment-image img {
            max-width: 100%;
            height: auto;
            filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
        }

        .coupons-section {
            padding: 80px 20px;
            background: white;
        }

        .coupons-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .coupons-text h2 {
            margin-bottom: 24px;
            line-height: 1.3;
        }

        .coupons-text p {
            font-size: 1.05rem;
            margin-bottom: 24px;
            line-height: 1.8;
        }

        .coupons-image {
            display: flex;
            justify-content: center;
        }

     
    .integration-section {
    background: #C31F1F;
    color: white;
    padding: 40px 20px 0;
}
        .integration-content {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 60px;
            align-items: center;
            max-width: 1200px;
            margin: 0 auto;
        }

        .integration-text h2 {

            margin-bottom: 24px;
            line-height: 1.3;
        }

        .integration-text p {
            font-size: 1.05rem;
            margin-bottom: 24px;
            opacity: 0.95;
            line-height: 1.8;
        }

        .integration-image {
            display: flex;
            justify-content: center;
        }

        .integration-image img {
            max-width: 100%;
            height: auto;
            filter: drop-shadow(0 10px 30px rgba(0, 0, 0, 0.2));
        }

       
        @media (max-width: 768px) {
            .hero-content {
                grid-template-columns: 1fr;
                gap: 0px;
                padding: 0;
           }

            .features-content,
            .delivery-content,
            .payment-content,
            .coupons-content,
            .integration-content {
                grid-template-columns: 1fr;
                gap: 40px;
            }

            .features-text h2,
            .coupons-text h2,
            .payment-text h2,
            .integration-text h2 {
                font-size: 1.8rem;
            }

            .section-title {
                font-size: 1.5rem;
                margin-bottom: 32px;
            }

            .brands-grid {
                grid-template-columns: repeat(auto-fit, minmax(70px, 1fr));
                gap: 20px;
            }

            .brand-logo {
                width: 70px;
                height: 70px;
            }

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

            .hero {
                padding: 40px 20px 0;
                min-height: auto;
            }

            .features-section,
            .delivery-section,
            .coupons-section,
            .features-grid-section {
                padding: 60px 20px;
            }

            .payment-section,
            .integration-section {
                padding: 60px 20px;
            } .brands-line {
    DISPLAY: NONE;
}.brand-item .line {
    DISPLAY: NONE;
}.brands-section {
    padding: 50px 20px 0PX;
  
}.delivery-section {
    padding: 0px 20px;

} .integration-section {
    padding: 60px 20px 0;
}.delivery-options h2 {
    font-size: 30px;
}.integration-section-main{
padding-bottom:30px !important;
}.integration-text-left {
    margin-bottom: 34px !important;
}.takeaway-ordering {
    display: none; 
}
}

        @media (max-width: 480px) {

       
            .section-title {
                font-size: 1.3rem;
            }

            .features-text h2,
            .coupons-text h2,
            .payment-text h2,
            .integration-text h2 {
                font-size: 30PX;
            }

            .feature-card {
                padding: 20px;
            }

            .feature-card h3 {
                font-size: 1.1rem;
            }
   .logo-box {
        width: 75px;
        height: 75px;
        padding: 12px;
    }
    .brand-item .line {
        margin-bottom: -15px;
    } .brands-heading h2 {
        font-size: 30px;
    }
          
        }.takeaway-ordering {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-top: 25px;
    flex-wrap: wrap;
}

.takeaway-ordering .primary-btn {
    background: #C72020;
    color: #fff;
    padding: 14px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #C72020;
    transition: 0.3s ease;
}

.takeaway-ordering .outline-btn {
    background: transparent;
    color: #000;
    padding: 8px 32px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 10px;
    display: inline-block;
    border: 2px solid #C72020;
    transition: 0.3s ease;
}

.takeaway-ordering .primary-btn:hover {
    background: #a51818;
    border-color: #a51818;
}

.takeaway-ordering .outline-btn:hover {
    background: #C72020;
    color: #fff;
}

/* RESPONSIVE */
@media (max-width: 768px) {
.brands-logos {
    flex-wrap: wrap;
}
}

@media (max-width: 600px) {
    .takeaway-ordering {
        gap: 12px;
    }
    .takeaway-ordering .primary-btn,
    .takeaway-ordering .outline-btn {
        width: 100%;
        text-align: center;
        font-size: 16px;
        padding: 12px 25px;
    }
}
.features-section {
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
}
.features-heading h4 { font-size: 22px; color:#000; margin-bottom:8px; font-weight:600; }
.features-heading h2 { margin-bottom:10px; }


/* Grid */
.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    align-items: stretch;
}

/* Card base */
.feature-card{
    position: relative;
    background: #fff;
    border: 1px solid #C31F1F;
    border-radius: 12px;
    padding: 28px 22px;
    text-align: left;
    overflow: hidden;

}

/* default curve: rounded quarter look sitting top-right
   We create a circle and position it partly outside so it looks like a corner cut */
.feature-card .curve{
    position: absolute;
    width: 110px;
    height: 110px;
    right: -38px;   /* move circle partly outside */
    top: -38px;
    background: #C31F1F;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .22s ease;
    box-shadow: none;
}

/* icon inside curve - smaller, centered nicely */
.feature-card .curve img {
    width: 28px;
    height: 28px;
    object-fit: contain;
    margin-left: 16px;
    margin-top: -12px;
}
/* Title + text */
.feature-card h3{
    font-size:18px;
    margin: 6px 0 12px;
    font-weight:700;
}
.feature-card p{

    font-size:16px;
    line-height:1.6;
    margin:0;
}

/* RED CARD special appearance */
.red-card{
    background: #D32F2F;
    border-color: #D32F2F;
    color: #fff;
}
.red-card h3, .red-card p { color: #fff; }

/* for red-card curve slightly darker */
.red-card .curve{ background: #a11414; }
/* icon on red card should appear white (keep filter) */
.red-card .curve img { filter: brightness(0) invert(1); }

/* ---------- Hover behaviour ---------- */
/* 2) Normal cards hover: yellow background
   Exclude red-card from this rule */
.feature-card:not(.red-card):hover{
    background: #C31F1F; /* light yellow */
    transform: translateY(-4px);
    cursor: pointer;
}

/* 4) On hover, the curve background becomes white and icon turns red (for non-red cards) */
.feature-card:not(.red-card):hover .curve{
    background: #ffffff;
}
.feature-card:not(.red-card):hover .curve img{
    /* convert the provided icon to red-ish using CSS filter */
    /* This filter produces a red tint for many simple monochrome icons */
    filter: brightness(0) saturate(100%) sepia(100%) hue-rotate(-10deg) saturate(400%) contrast(90%);
    transform: scale(1.02);
}

/* Small refinement: when card hovered, give subtle box-shadow */
.feature-card:not(.red-card):hover{
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
}

/* Ensure the red-card doesn't change on hover (kept consistent) */
.red-card:hover{ transform:none; box-shadow:none; }

/* ---------- Responsive ---------- */
@media (max-width: 1000px){
    .features-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 600px){
    .features-grid { grid-template-columns: 1fr; }
    .feature-card { padding: 20px; }
    .feature-card .curve { width: 92px; height: 92px; right: -30px; top: -30px; }
    .feature-card .curve img { width: 38px; height: 38px; }
}.takeaway-features {
    padding: 60px 0;
    text-align: center;
}

.takeaway-features .section-top p.sub {
    max-width: 700px;
    margin: auto;
    margin-bottom: 30px;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
    margin-top: 25px;
}

.feature-card {
    background: #fff;
    padding: 40px !important;
    border: 2px solid #C31F1F;
    border-radius: 12px;
    position: relative;

    overflow: hidden;
    text-align: left;
}

/* TOP RIGHT CURVE */
.feature-card .curve {
    width: 70px;
    height: 70px;
    background: #C31F1F;
    border-bottom-left-radius: 80px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.feature-card .curve img {
    width: 28px;
    height: 28px;
    object-fit: contain;
}

/* RED CARD (LTR/RTL) */
.feature-card.feature-red {
    background: #C31F1F;
    border-color: #C31F1F;
}

.feature-card.feature-red h3,
.feature-card.feature-red p {
    color: #fff;
}

/* HOVER — Yellow Background */
.feature-card:hover {
    background: #FFD748;
}

/* HOVER TEXT WHITE */
.feature-card:hover h3,
.feature-card:hover p {
    color: #fff;
}

/* HOVER — CURVE INVERT */
.feature-card:hover .curve {
    background: #fff !important;
}

.feature-card:hover .curve img {
    filter: brightness(0) saturate(100%) invert(18%) sepia(95%) saturate(7470%) hue-rotate(357deg) brightness(86%) contrast(107%);
}

/* Title */
.feature-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: 700;
    color: #000;
}


/* RESPONSIVE */
@media (max-width: 992px) {
    .features-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .features-grid {
        grid-template-columns: 1fr;
    }.takeaway-ordering {
    display: none; 
}
}
@media (max-width: 768px) {
    .margin-take-away-btn {
        display: block;
        text-align: center;
    }.features-heading h2 { font-size: 30px; font-weight:800; line-height:1.2; margin-bottom:10px; }
}
/* Hide by default (desktop & tablet) */
.mobile-only-buttons {
    display: none;
}
.hero-image img {
    margin-bottom: 0px !important;
}
.mobile-only-buttons .primary-btn {
    background: #C72020;
    color: #fff;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #C72020;
    transition: 0.3s ease;
}

.mobile-only-buttons .outline-btn {
    background: transparent;
    color: #000;
    padding: 10px;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #C72020;
    transition: 0.3s ease;
}

@media (max-width: 768px) {
    .mobile-only-buttons {
        display: block;
        margin-bottom:20px;
    }.hero-image img {
    position: unset;
}
}


