
    .hero {
    background: #C31F1F;
    color: white;
    padding: 30px 20px 20px;
    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%;
        }
      

        .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));

}
.products-section {
    padding: 50px 0;
}
.products-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 25px;
    margin-top: 20px;
}

.product-card {
    position: relative;
    padding: 100px 20px 30px;
    border-radius: 30px;
    background: #C31F1F;
    text-align: center;
    transition: 0.3s ease;
    overflow: visible;
    color: #fff;
}


.product-card .product-icon,
.product-card .product-shape {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    pointer-events: none;
}

.product-card .product-shape {
    top: 0px;
    width: 165px;
    z-index: 2;
}

.product-card .product-icon {
    top: 12px;
    z-index: 3;
}

.products-title {
    text-align: center;
    margin-bottom: 15px;
}

.products-subtitle {
    text-align: center;
    margin-bottom: 35px;
}

.order-section {
    padding: 40px 0 0px;
    background: #fff;
}

.order-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
}

/* LEFT SIDE */
.order-left .tagline {
    font-size: 20px;
    color: #111827;
    margin-bottom: 10px;
    display: block;
}

.order-left h2 {
    margin-bottom: 18px;
}

.order-left p {
    max-width: 460px;
    margin-bottom: 25px;
}

.order-btn {
    padding: 12px 28px;
    background: #C31F1F;
    border-radius: 50px;
    color: #fff;
    font-weight: 600;
    text-decoration: none;
    transition: 0.3s;
    display: inline-block;
}
.order-right img {
    width: 100%;
    border-radius: 30px;
}
.order-left {
    flex: 0 0 40%;
}
.order-right {
    flex: 0 0 60%; /* 60% width */
}
.features-grid {
    margin-top: 30px !important;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    padding: 30px 0 0;
}
.feature-box {
    border-radius: 26px;
    padding: 30px 20px;
    text-align: center;
    background: #C31F1F;
    transition: 0.3s;
    color: #fff;
}

.feature-box h4 {
    font-size: 18px;
    font-weight: 700;
    line-height: 28px;
}

.feature-box .icon {
    width: 50px;
    margin-bottom: 15px !important;
    margin: auto;
}
.services-section-pizza-ordering {
    padding: 60px 20px 10px;
    background-color: #fff;
    margin: 0 auto;
}

.services-grid-pizza-ordering {
  display: grid;
    grid-template-columns: repeat(4, 1fr) !important; 
  gap: 15px;
}
.service-box {
    text-align: center;
    padding: 30px 20px;
    border: 2px dotted #C31F1F;
    border-radius: 30px;
    transition: transform 0.3s, box-shadow 0.3s;
}
.service-box img {
    width: 60px;
    height: 60px;
    margin-bottom: 20px !important;
    margin: auto;
}
.service-box h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
}

.service-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.fastfood-order-types-section {
    padding: 30px 0 40px;
    text-align: center;
}
.fastfood-order-types-heading h4 {
  font-size: 22px;
  font-weight: 500;
}

.fastfood-order-types-heading h2 {
  font-size: 40px;
  font-weight: 700;
  margin: 10px 0;
}

.fastfood-order-types-heading p {
  font-size: 16px;
  margin: 0 auto 20px;
}

.fastfood-order-types-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
}

.fastfood-order-type-card {
  border: 2px solid #c81d1f;
  padding: 25px 20px;
  border-radius: 30px;
  background: #fff;
  text-align: center;
}

.fastfood-order-type-card img {
  width: 55px;
  margin: 0 auto 15px;
}

.fastfood-order-type-card h3 {
  font-size: 20px;
  font-weight: 600;
}

.fastfood-order-type-card p {
  font-size: 15px;
}
.fastfood-main-section {
    padding: 80px 0 0px;
    position: relative;
}

.fastfood-main-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: center;
  gap: 40px;
}

.fastfood-main-left .fastfood-top-text {
    color: #111827;
    font-size: 22px;
    margin-bottom: 10px;
    display: block;
}

.fastfood-main-left h2 {
  font-size: 40px;
  line-height: 1.2;
  color: #000;
  font-weight: 700;
}

.fastfood-main-left p {
  margin: 20px 0;
  color: #000;
  font-size: 16px;
  line-height: 1.6;
}



.fastfood-main-right img {
    width: 100%;
    border-radius: 30px;
}
.fastfood-feature-section {
    padding: 30px 0;
}

.fastfood-feature-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 25px;
}

.fastfood-feature-card {
  border: 2px solid #C31F1F;
  padding: 30px 15px;
  border-radius: 30px;
  text-align: center;
}.ordering-system {
    padding: 60px 0 ;
}

.wrap {
    display: grid;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    gap: 20px;
}.wrap h2 {
    margin-bottom: 15px;
}

.label {
    display: inline-block;
    margin-bottom: 12px;
    font-weight: 500;
    color: #c72020;
    font-size:22px;
}

.graphic {
    display: flex;
    justify-content: center;
}

.right-img {
    max-width: 100%;
    height: auto;
}
/* Section */
.order-types-section {
    padding: 40px 0 0px;
    text-align: center;
}
.api-support{
    padding: 40px 0 0px !important;
}
/* Heading */
.order-types-heading h4 {
    font-size: 22px;
    font-weight: 500;
}

.order-types-heading h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0;
}

.order-types-heading p {
    font-size: 16px;
    margin: 0 auto 20px;
}

/* Grid */
.order-types-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Card with dotted border */
.order-type-card {
    border: 2px dotted #c81d1f; /* dotted border */
    padding: 25px 20px;
    border-radius: 30px;
    background: #fff;
    text-align: center;
    transition: transform 0.3s, box-shadow 0.3s;
}

.order-type-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

/* Card Image */
.order-type-card img {
    width: 55px;
    margin: 0 auto 15px;
}

/* Card Heading & Text */
.order-type-card h3 {
    font-size: 20px;
    font-weight: 600;
}

.order-type-card p {
    font-size: 15px;
}
.feedbacks-section {
    padding: 40px;
    text-align: center;
    background-color: #C31F1F; 
    color: #fff;
}

.feedbacks-heading h4 {
    font-size: 22px;
    font-weight: 500;
}

.feedbacks-heading h2 {
    font-size: 40px;
    font-weight: 700;
    margin: 10px 0;
}

.feedbacks-heading p {
    font-size: 16px;
    margin: 0 auto 20px;
    max-width: 700px;
}

.feedbacks-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 columns */
    gap: 20px;

}

.feedback-card {
    padding: 25px 20px;
    border-radius: 30px;
    background: #fff; /* white card to contrast red bg */
    text-align: center;
    color: #000;
    transition: transform 0.3s, box-shadow 0.3s;
}

.feedback-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}

.feedback-card img {
    width: 55px;
    margin: 0 auto 15px;
}

.feedback-card h3 {
    font-size: 20px;
    font-weight: 600;
}

.feedback-card p {
    font-size: 15px;
}
.delivery-zones-section {
    padding: 30px 0;
    text-align: center;
}

.delivery-zones-heading span {
    display: block;
    color: #111827;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 22px;
}



.delivery-zones-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    padding-top: 32px;
}

.delivery-zones-left img {
    max-width: 100%;
    border-radius: 10px;
}

.delivery-zones-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
    flex: 1;
}

.delivery-zone-card {
    border: 1px solid #C31F1F;
    border-radius: 30px;
    padding: 25px;
    text-align: center;
    transition: 0.3s;
}
.delivery-zone-card img {
    width: 60px;
    margin-bottom: 15px !important;
    margin: auto;
}

.delivery-zone-card h3 {
    font-size: 20px;
    margin-bottom: 10px;
}

.delivery-zone-card:hover {
    border-color: #C72020;
    box-shadow: 0 10px 20px rgba(199, 32, 32, 0.2);
}
.businesses-order-section {
    padding: 60px 0;
}

.businesses-order-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
}

.businesses-order-left {
    flex: 1;
    max-width: 500px;
    text-align: left;
}

.businesses-order-left .small-tag {
    display: block;
    color: #111827;
    font-weight: 600;
    margin-bottom: 10px;
    font-size: 22px;
}



.businesses-order-left .btn-red {
    background-color: #C72020;
    color: #fff;
    padding: 14px 32px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    border: 2px solid #C72020;
    transition: 0.3s;
}

.businesses-order-left .btn-red:hover {
    background-color: #fff;
    color: #C72020;
}

.businesses-order-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    background-color: #C31F1F;
    padding: 30px;
    border-radius: 20px;
}

.business-feature-card {
    background: #fff;
    padding: 25px;
    border-radius: 12px;
    text-align: center;
    transition: 0.3s;
}
.business-feature-card img {
    width: 50px;
    margin-bottom: 15px !important;
    margin: auto;
}
.business-feature-card h3 {
    font-size: 17px;
    margin-bottom: 10px;
    
}
.businesses-order-left h2 {
    margin-bottom: 15px !important;
}


.business-feature-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
}
.dashboard-manage-section {
    background: #C31F1F;
    padding: 70px 0;
    color: #fff;
}

.dashboard-manage-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 50px;
    flex-wrap: wrap;
}

/* LEFT */
.dashboard-manage-left {
    flex: 1;
    max-width: 520px;
}

.dashboard-tag {
    display: inline-block;
    font-size: 22px;

    margin-bottom: 12px;
    opacity: 0.9;
}


.dashboard-manage-left h2 {
    margin-bottom: 15px;
}

/* RIGHT */
.dashboard-manage-right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.dashboard-card {
    background: #fff;
    color: #333;
    padding: 28px 22px;
    border-radius: 18px;
    text-align: center;
    transition: 0.3s;
}

.dashboard-card img {

    margin-bottom: 14px !important;
    margin: auto;
}
.dashboard-card h3 {
    font-size: 18px;
    margin-bottom: 8px;
}


.dashboard-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* MOBILE */
@media (max-width: 768px) {
    .dashboard-manage-row {
        flex-direction: column;
        text-align: center;
    }

    .dashboard-manage-left {
        max-width: 100%;
    }

    .dashboard-manage-right {
        grid-template-columns: 1fr;
    }
}
/* Responsive – 768 only */
@media (max-width: 768px) {
    .wrap {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .graphic {
        margin-top: 40px;
    }
}
/* ===============================
   IMPORTANT RESPONSIVE – 768px
   =============================== */
@media (max-width: 768px) {

  /* ---------- HERO ---------- */
  .hero {
    padding: 30px 15px;
  }

  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .hero-image {
    margin-top: 0px;
  }

  /* ---------- PRODUCTS ---------- */
  .products-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  /* ---------- ORDER SECTION ---------- */
  .order-row {
    flex-direction: column;
    text-align: center;
    gap: 0;
}

  .order-left,
  .order-right {
    flex: 0 0 100%;
  }

  .order-left p {
    max-width: 100%;
  }

  /* ---------- FEATURES ---------- */
  .features-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  /* ---------- SERVICES ---------- */
  .services-grid-pizza-ordering {
    grid-template-columns: repeat(1, 1fr) !important;
  }

  /* ---------- FASTFOOD TYPES ---------- */
  .fastfood-order-types-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  /* ---------- FASTFOOD MAIN ---------- */
  .fastfood-main-row {
    grid-template-columns: 1fr;
    text-align: center;
  }

  /* ---------- FASTFOOD FEATURES ---------- */
  .fastfood-feature-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  /* ---------- WRAP (40/60 → 100) ---------- */
  .wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .graphic {
    margin-top: 30px;
  }

  /* ---------- ORDER TYPES ---------- */
  .order-types-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  /* ---------- FEEDBACKS ---------- */
  .feedbacks-grid {
    grid-template-columns: repeat(1, 1fr);
  }

  /* ---------- DELIVERY ZONES ---------- */
  .delivery-zones-content {
    flex-direction: column;
    text-align: center;
  }

  .delivery-zones-grid {
    grid-template-columns: 1fr;
  }

  /* ---------- BUSINESSES ORDER ---------- */
  .businesses-order-row {
    flex-direction: column;
    text-align: center;
  }

 .businesses-order-grid {
    grid-template-columns: 1fr;
    margin-top: 20px;
}
  /* ---------- DASHBOARD ---------- */
  .dashboard-manage-row {
    flex-direction: column;
    text-align: center;
  }

  .dashboard-manage-right {
    grid-template-columns: 1fr;
  }.businesses-order-left {
    text-align: center;
}.businesses-order-section {
    padding: 30px 0;
}.businesses-order-row {
    gap: 0px; 

}.dashboard-manage-section {
    padding: 30px 0;

}.products-section {
    padding: 10px 0;
}.order-section {
    padding: 20px 0 0px;

}.ordering-system {
    padding: 10px 0;
}.api-support {
    padding: 7px 0 30px !important;
}.delivery-zones-main {
    flex-direction: column-reverse !important;
}.content {
    order: 2;
}
}


