.container {
width:100%;
  max-width: 1200px !important;
  margin: 0 auto;
  padding: 0 15px;
}


/* Hero Section */
.hero-section {
  background: url('https://c.animaapp.com/mi8fdknsB0pY1v/img/group-1686557210.png') center/cover;
  min-height: 763px;
  position: relative;
  display: flex;
  align-items: center;
  color: white;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.hero-text h1 {
  font-family: "Zen Old Mincho", serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 77.5px;
  margin-bottom: 30px;
}

.hero-text .subtitle {
  font-size: 18px;
  margin-bottom: 20px;
  text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
}

.hero-text .features {
  font-size: 18px;
  line-height: 28px;
  text-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  margin-bottom: 30px;
}

.start-selling-btn {
  background: white;
  color: black;
  padding: 16px 28px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
  margin-top: 20px;
}

.hero-image {
  text-align: right;
}

.hero-image img {
  max-width: 100%;
  height: auto;
}



.banner-right-img img {
  left: 50%;
  height: 100%;
}
.banner-right-img img {
  position: absolute;
  right: 0;
  top: 50%;
  height: 100%;
  /* width: 800px;
  max-width: 800px; */
  object-fit: contain;
}




/* Restaurant Ordering Section */
.restaurant-ordering-section {
  padding: 80px 0;
  background: white;
}

.section-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

.section-text h2 {
  font-size: 45px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 20px;
  line-height: 1.2;
}

.section-subtitle {
  font-size: 18px;
  color: #111827;
  margin-bottom: 30px;
}

.get-started-secondary {
  background: #c31f1f;
  color: white;
  padding: 16px 32px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 15px;
  display: inline-block;
}

/* Convenience Section */
.convenience-section {
  padding: 80px 0;
  text-align: center;
  background: white;
}

.convenience-section h2 {
  font-size: 45px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 30px;
  line-height: 55.1px;
}

/* Features Cards Section */
.features-cards-section {
  padding: 80px 0;
  background: white;
}

.cards-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;

}
.has-background-white .site a.white-btn:focus:not(.wp-block-button__link):not(.wp-block-file__button) {
  background-color: #fff !important;
  color: #cd0f1f !important;
  outline: none;
}

.feature-card {
  background: #c31f1f;
  border-radius: 30px;
  height: 360px;
  position: relative;
  overflow: hidden;
}

.feature-card img {
  width: 100%;
  height: 305px;
  object-fit: cover;
}

.card-title {
  position: absolute;
  bottom: 70px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 22px;
  font-weight: 700;
  text-align: center;
  width: 100%;
}

.card-description {
  position: absolute;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 12px;
  text-align: center;
  width: 90%;
  line-height: 18.8px;
}

.card-badge {
  position: absolute;
  bottom: 16px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  font-size: 22px;
  font-weight: 700;
}

.pagination {
  display: flex;
  justify-content: center;
  gap: 28px;
  margin-top: 40px;
}

.pagination-dot {
  width: 34px;
  height: 34px;
  background: #c31f1f;
  border-radius: 50%;
}


.content {
  max-width: 50%;
}

.content h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 56.2px;
  margin-bottom: 30px;
}

.content .disclaimer {
  font-size: 14px;
  margin: 20px 0;
  line-height: 1.5;
}



.image-container {
  position: absolute;
  bottom: 0;
  right: 186px;

  height: auto;
  z-index: 1;
}


.conven-item:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 21.15%, rgba(0, 0, 0, 0.95) 100%);
    border-radius: 30px;
}

/* Secret Ingredient Section */
.secret-ingredient-section {

  text-align: center;
  background: white;
}

.secret-ingredient-section h2 {
  font-size: 38px !important;
  font-weight: 700;
  color: #111827;
  line-height: 55.1px;
  /* max-width: 750px; */
  margin: 0 auto;
}


.features-grid {
  display: grid;
  grid-template-columns: 380px 1fr;
  gap: 16px;
}

.feature-large {
  background: rgba(195, 31, 31, 0.1);
  border: 1px solid #c31f1f;
  border-radius: 30px;
  padding: 47px 26px;
  grid-row: span 2;
}

.feature-small {
  background: rgba(255, 255, 255, 0.2);
  border: 1px solid #c31f1f;
  border-radius: 30px;
  padding: 25px 76px 25px 25px;
  display: flex;
  align-items: center;
  gap: 11px;
}

.feature-icon {
  width: 65px;
  height: 65px;
  flex-shrink: 0;
}

.feature-large .feature-icon {
  width: 152px;
  height: 105px;
  margin-bottom: 20px;
}

.feature-title {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
}

.feature-description {
  font-size: 18px;
  color: #111827;
  line-height: 22.5px;
}

/* Integrations Section */
.integrations-content{
    display: flex;
    gap: 0;
}



.integrations-section {
  padding: 80px 0;
  background: white;
}

.integrations-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: start;
}

.integrations-text h2 {
  font-size: 45px;
  font-weight: 700;
  color: #111827;
  line-height: 55.1px;
  margin-bottom: 30px;
}

.integration-cards {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.integration-card {
  background: rgba(255, 255, 255, 0.2);
  border: 2px solid #c31f1f;
  border-radius: 30px;
  padding: 31px 18px;
  display: flex;
}

.integration-card h3 {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 8px;
}

.integration-card p {
  font-size: 16px;
  color: #111827;
  line-height: 26px;
}

.explore-btn {
    background: #c31f1f;
    color: white;
    padding: 14px 20px;
    border-radius: 2dvb;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-top: 30px;
}

.commission-display {
  text-align: center;
  margin-top: 40px;
}

.commission-display .percentage {
  font-size: 106px;
  font-weight: 700;
  color: #c31f1f;
  line-height: 157px;
}

/* Red Background Sections */
.red-bg-section {
  background: #c31f1f;
  padding: 120px 0;
  color: white;

  position: relative;
  overflow: hidden;
}

.red-bg-section h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 56.2px;
  margin-bottom: 20px;
  width: 70%;
}

.red-bg-section .disclaimer {
    font-size: 16px;
    margin: 16px 0;
    line-height: 33px;
    width: 70%;
}


.red-bg-image {
  position: absolute;
  right: 0;
  top: 0;
  width: 407px;
  height: 528px;
  z-index: 1;
}

/* Combined Strategy Section */
.combined-strategy-section {
  padding: 80px 0;
  text-align: center;
  background: white;
}

.combined-strategy-section h2 {
  font-size: 45px;
  font-weight: 700;
  color: #111827;
  line-height: 55.1px;
  margin-bottom: 30px;
}

.comparison-section {
    padding: 80px 0px 0px !important;
    background: white;
}

.comparison-grid {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    gap: 50px;
    align-items: start;
    margin-top: 50px;
}
.comparison-grid-heading{
text-align:center
}
.comparison-grid-text{
text-align:center
}
.comparison-side h3 {
  font-size: 25px;
  font-weight: 700;
  color: #000;
  margin-bottom: 30px;
  line-height: 31.2px;
}

.comparison-item {
  display: flex;
  align-items: flex-start;
  gap: 13px;
  margin-bottom: 25px;
}

.comparison-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
}

.comparison-text {
  font-size: 16px;
  line-height: 25px;
}

.comparison-text strong {
  font-weight: 700;
}

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

/* Delivery Apps Section */
.delivery-apps-section {
  text-align: center;
  background: white;
}

.delivery-apps-section h2 {
  font-size: 45px;
  font-weight: 700;
  color: #111827;
  line-height: 55.1px;
}

.easy-switch-section {
    padding: 10px 0px 0px;
    background: white;
}

.switch-card {
  background: #c31f1f;
  border-radius: 30px;
  padding: 35px;
  display: grid;
  grid-template-columns: 558px 1fr;
  gap: 50px;
  align-items: center;
}

.switch-image {
  border-radius: 35px;
  overflow: hidden;
}

.switch-image img {
  width: 100%;
  height: 558px;
  object-fit: cover;
}

.switch-content {
  color: white;
}

.switch-item {
    margin-bottom: 50px;
    padding-bottom: 20px;
    border-bottom: 2px dotted rgb(255 255 255 / 81%);
}

.switch-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.switch-item h3 {
  font-size: 22px;
  font-weight: 700;
  line-height: 27.5px;
  margin-bottom: 15px;
}

.switch-item p {
  font-size: 16px;
  line-height: 20px;
}

/* Online Ordering Growth Section */
.online-ordering-growth-section {
  padding: 80px 0;
  text-align: center;
  background: white;
}

.online-ordering-growth-section h2 {
  font-size: 45px;
  font-weight: 700;
  color: #111827;
  line-height: 55.1px;
}

/* Benefits Section */
.benefits-section {
  padding: 80px 0;
  background: white;
}

.benefits-grid {
  display: grid;
  grid-template-columns: 676px 380px 480px;
  gap: 20px;
  align-items: start;
}

.benefit-card-large {
  background: url('https://c.animaapp.com/mi8fdknsB0pY1v/img/rectangle-1000003044.svg') center/cover;
  height: 454px;
  border-radius: 34px;
  padding: 44px;
  color: white;
  position: relative;
}

.benefit-card-medium {
  background: #c31f1f;
  border-radius: 34px;
  padding: 24px;
  color: white;
  height: 221px;
  position: relative;
}

.benefit-card-small {
  background: white;
  border: 2px solid #c31f1f;
  border-radius: 34px;
  padding: 36px;
  height: 454px;
  position: relative;
}

.benefit-tag {
  font-size: 16px;
  margin-bottom: 10px;
}

.benefit-title {
  font-size: 35px;
  font-weight: 700;
  line-height: 43.8px;
  margin-bottom: 20px;
}

.benefit-card-small .benefit-title {
  font-size: 30px;
  color: #110f0f;
  line-height: 37.5px;
}

.benefit-card-medium .benefit-title {
  font-size: 25px;
  line-height: 31.2px;
}

.savings-cards {
  position: relative;
  margin-top: 20px;
}

.savings-card {
  background: white;
  border-radius: 20px;
  padding: 20px;
  box-shadow: 0px 4px 4px rgba(0,0,0,0.25);
  position: absolute;
  width: 318px;
  height: 76px;
  display: flex;
  align-items: center;
  gap: 15px;
}

.savings-card:nth-child(1) { top: 0; opacity: 1; }
.savings-card:nth-child(2) { top: -8px; opacity: 0.5; }
.savings-card:nth-child(3) { top: -16px; opacity: 0.5; }

.savings-text {
  font-size: 14px;
  color: #000;
  line-height: 20px;
}

.savings-amount {
  color: #19b04c;
  font-weight: 700;
}



/* Mobile Apps Section */
.mobile-apps-section {
  padding: 80px 0;
  background: white;
}

.mobile-apps-grid {
  display: grid;
  grid-template-columns: 578px 1fr;
  gap: 15px;
  align-items: start;
}
#cardSlider {
    margin-top: 32px;
}
.mobile-app-card {
  background: url('https://c.animaapp.com/mi8fdknsB0pY1v/img/rectangle-1000002978.png') center/cover;
  height: 551px;
  border-radius: 30px;
  padding: 25px;
  color: white;
  position: relative;
}

.app-content {
  position: absolute;
  bottom: 25px;
  left: 25px;
  right: 25px;
}

.app-title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.app-description {
  font-size: 14px;
  line-height: 17.5px;
  margin-bottom: 15px;
}

.app-btn {
  background: #e21a27;
  color: white;
  padding: 12px 24px;
  border-radius: 10px;
  text-decoration: none;
  font-size: 14px;
}

.loyalty-cards {
  display: grid;
  grid-template-rows: 268px 268px;
  gap: 15px;
}

.loyalty-card {
	background: url(https://ishopo.ca/wp-content/uploads/2025/11/Group-1686559466-1.webp) center / cover;
    border-radius: 30px;
    padding: 25px;
    color: white;
    position: relative;
  	overflow: hidden;
}

.loyalty-card-two {
	background: url(https://ishopo.ca/wp-content/uploads/2025/11/Rectangle-1000002979.webp) center / cover;
}
.loyalty-rewards {
  position: absolute;
  top: 75px;
  right: 25px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.reward-card {
  background: white;
  border-radius: 14px;
  padding: 15px;
  width: 181px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-shadow: 0px 0px 4px #f99d3a;
}

.reward-info h4 {
  font-size: 17px;
  font-weight: 700;
  color: #000;
}

.reward-info p {
  font-size: 7px;
  color: #969696;
}

.reward-points {
  background: #f99d3a;
  border-radius: 14px;
  width: 61px;
  height: 53px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.reward-points .number {
  font-size: 19px;
  font-weight: 700;
  color: white;
}

.reward-points .label {
  font-size: 12px;
  color: white;
}

/* Stats Section */
.stats-section {
  padding: 60px 0 !important;
  background: white;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}

.stat-card {
  position: relative;
      border: 2px solid #C31F1F !important;
}

.stat-image {
  width: 100%;
  height: 207px !important;
  border-radius: 30px;
  object-fit: cover;
}

.stat-overlay {
  background: #c31f1f;
  border-radius: 25px;
  padding: 35px;
  margin-top: -78px;
  position: relative;
  z-index: 2;
  height: 78px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.stat-text {
  color: white;
  text-align: left;
  font-size: 12.5px;
  line-height: 15.6px;
}

.stat-number {
  font-size: 34px;
  font-weight: 700;
  line-height: 1;
}

/* Trusted By Section */
.trusted-by-section {
  padding: 80px 0;
  text-align: center;
  background: white;
}

.trusted-by-section h2 {
  font-size: 45px;
  font-weight: 700;
  color: #111827;
  line-height: 55.1px;
  margin-bottom: 30px;
}

/* Footer Images */
.footer-images img {
  width: 100%;
  display: block;
}

/* Responsive Design */
@media (max-width: 1200px) {
  .container {
    max-width: 960px;
  }
  
  .hero-content,
  .section-content {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
  }
  
  .cards-grid {
    grid-template-columns: 1fr;
  }
  
  .benefits-grid {
    grid-template-columns: 1fr;
  }
  
  .mobile-apps-grid {
    grid-template-columns: 1fr;
  }
  
  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .container {
    padding: 0 20px;
  }
  
  .hero-text h1 {
    font-size: 48px;
    line-height: 1.2;
  }
  
  .section-text h2,
  .convenience-section h2,
  .secret-ingredient-section h2 {
    font-size: 32px;
  }
  
  .navbar {
    display: none;
  }
  
  .stats-grid {
    grid-template-columns: 1fr;
  }.phone-mobile img {
  
    display: none;
}.easy-switch-section {
    padding: 40px 0px 80px;

}#cardSlider {
    gap: 14px !important;

}
.Convenience-card-pd {
    padding: 20px !important;
}
}

#cardSlider {
    gap: 40px;

}



.ordering-block {
  width: 100%;
  padding: 60px 0;
  background: #ffffff;
}

.ordering-wrapper {

  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 40px;
}

.ordering-text {
  width: 45%;
}

.ordering-tag {
  color: #555;
  font-size: 14px;
  margin-bottom: 12px;
}

.ordering-title {
  font-size: 40px;
  line-height: 1.3;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
}

.ordering-btn {
  background: #d62828;
  padding: 12px 30px;
  border-radius: 6px;
  color: #fff;
  border: none;
  cursor: pointer;
  font-size: 14px;
}

.ordering-media {
  width: 50%;
  text-align: right;
}

.ordering-photo {
  width: 90%;
  height: auto;
}
/* iShopo Online Food Ordering - Red Background Section */
.ishopo-online-food-ordering {
  background: #c31f1f;
  padding: 40px 0;
  color: white;

}
.ishopo-online-food-ordering-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
}
.ishopo-online-ordering-left {
  flex: 1;
  padding-right: 20px;
  text-align: left; /* Align text to the left */
}

.ishopo-online-ordering-left h2 {
  font-size: 45px;
  font-weight: 700;
  line-height: 56.2px;
  margin-bottom: 30px;
}

.ishopo-online-ordering-left p {
  font-size: 16px;
  margin-bottom: 20px;
}

.white-btn,
.white-btn:hover,
.white-btn:active {
    background: white;
    color: black;
    padding: 14px 32px;
    border-radius: 20px;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
}


.ishopo-online-ordering-right {
  flex: 1;
  display: flex;
  justify-content: flex-end;
}

.ishopo-online-ordering-right img {
  width: 100%;
 
}

.additional-info {
  margin-top: 20px;
  text-align: center;
  font-size: 14px;
  color: white;
}

.additional-info p {
  margin-bottom: 10px;
}
#prevBtn, #nextBtn {
  width: 34px;
  height: 34px;
  background: #C31F1F;
  display: flex;
  align-items: center;
  justify-content: center;
}
#prevBtn i, #nextBtn i {
  font-size: 14px;
  color: #fff;
}




/* Mobile Responsiveness */
@media (max-width: 768px) {
  .container {
    flex-direction: column;
    align-items: center;
    gap: 30px;
  }
  .satp, .satp-1, .feature-small {
    flex-direction: column;
  }
  .integration-with-imagepart .satp:first-child .satp-image img {
    position: inherit !important;
    bottom: 0 !important;
    right: -13% !important;
    width: auto !important;
    max-width: max-content !important;
  }
  .feature-small {
    padding: 25px;
  }
  div#cardSlider {
    width: 100% !important;
    gap:0 !important;
  }
  div#cardSlider .slider-card {
    width: 100% !important;
    flex: 0 0 100% !important;
    margin: 0 10px;
  }
  .ishopo-online-ordering-left {
    text-align: center;
    padding-right: 0;
  }

  .ishopo-online-ordering-right {
    justify-content: center;
    width: 100%;
  }

  .ishopo-online-ordering-right img {
    max-width: 80%;
  }

  .ishopo-online-ordering-left h2 {
    font-size: 36px;
  }

  .ishopo-online-ordering-left p {
    font-size: 14px;
  }

  .white-btn {
    padding: 20px 40px;
    font-size: 16px;
  }

  .additional-info p {
    font-size: 12px;
  }
}
.food-hero {
    padding: 50px 0;
    background: #fff;
    overflow: hidden;
}
.food-hero-flex {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
}
/* Left */
.small-title {
    font-size: 14px;
    color: #6b6b6b;
    margin-bottom: 10px;
}

.big-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.1;
    margin-bottom: 25px;
    color: #111;
}

.food-btn {
    background: #c62828;
    color: #fff;
    padding: 12px 22px;
    border-radius: 8px;
    display: inline-block;
    text-decoration: none;
    font-weight: 600;
    box-shadow: 0 6px 16px rgba(198, 40, 40, 0.25);
}

.food-btn:hover {
    opacity: 0.9;
}


.food-left {
    padding: 40px 0;
    width:50%;
}
/* Right Side */
.food-right {
    position: relative;
    overflow: inherit;
    padding: 120px 0;
}
.food-right::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: url('https://ishopo.ca/wp-content/uploads/2025/11/Group-1686559484.webp');
    background-position: left center;
    background-size: cover;
}

.food-image {
    position: relative;
    width: 95%;
    z-index: 2;
    right: -20px;
}
.food-right::after {
    content: '';
    position: absolute;
    top: 0;
    right: -79%;
    background: #c31f20;
    width: 100%;
    height: 100%;
    border-radius: 30px 0px 0px 80px;
}
/* Responsive */
@media (max-width: 900px) {
    .container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .food-right {
        margin-top: 20px;
    }

    .food-absolute {
        width: 300px;
        margin: auto;
        right: 0;
        left: 0;
    }

    .food-image {
        right: 0;
        margin-top: 10px;
    }

    .big-title {
        font-size: 30px;
    }
}
.integration-section{    
    padding: 150px 0px 90px;
}
.integration-text{
    font-size: 45px;
    font-weight: 700;
    color: #111827;
    margin-bottom: 20px;
}
.satp-content-title{
    font-size: 22px;
    margin-bottom: 13px;
    color: #111827 ;
    font-weight: 700;
}
.satp-content-subtitle{
    font-size: 16px; color: #111827;
}
.integration-contenrt-part-A{
    width: 80%;
}
.integration-subtext{
    font-size: 16px;
    color: #111827;
    margin-bottom: 13px;
}
.explore-btn {
    background: #c31f1f;
    color: white;
    padding: 22px 32px;
    border-radius: 2dvb;
    text-decoration: none;
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin-top: 30px;
}
.container-1{
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    
    align-items: center;
    justify-content: center;
}
.satp-3{
    /* display: flex; */
    border: 2px solid #C31F1F;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    border-radius: 30px;
}
.satp{
    display: flex;
    border: 2px solid #C31F1F;
    justify-content: center;
    align-items: center;
    border-radius: 30px;
}
.satp-1{
    display: flex;
    border: 2px solid #C31F1F;
    justify-content: center;
    align-items: center;
    
    border-radius: 30px;
}
 
.satp-content{
    padding: 18px;
    width: 100%;
}
.satp-image-1{
    margin-left: -50px;
    width: 60%;
}
 
.satp-image-2{
 
    margin-left: -120px;
}
 
.satp-image {
    margin-top: -36px;
    width: 100%;
    position: relative;
}
.satp-image img{
  width: 100%;
  max-width: 100%;
}

.integration-with-imagepart .satp:first-child .satp-content {
  flex: 0 0 70%;
}
.integration-with-imagepart .satp:first-child .satp-image img {
  position: absolute;
  bottom: -84px;
  right: 3px;
  width: 240px;
  max-width: 240px;
}


.integration-with-imagepart{
    display: flex;
    flex-direction: column;
    row-gap: 20px;
}
.number-integration{
    font-size: 106px;
    font-weight: bold;
    color: #C31F1F;
     margin-left: 70px;
}


@media (max-width: 768px) {
    .red-bg-section .red-bg-image {
        display: none;
    }

    .red-bg-section .disclaimer {
        width: 100%;
    }

    .red-bg-section h2 {
        width: 100%;
    }
    .red-bg-section {

    padding: 50px 0;
  
}.mobile-app-card {
    height: 342px;
}.stats-section {
    padding: 10px !important;
    margin-top:40px;
}.switch-card {
   
    grid-template-columns: 1fr;
  
}.ishopo-online-food-ordering-flex{
display:block;
}
.comparison-grid {
    grid-template-columns: 1fr;
}.image-container{
display:none;
}.online-food-ordering{
padding: 50px 0;
}.online-food-ordering .content {
    max-width: 100%;
}.container-1 {
    flex-direction: column;
    padding: 10px;
}.integration-contenrt-part-A {
    width: 100%;
}.integration-contenrt-part.integration-section {
    padding: 50px 0px;
}.satp-image-2 {
    margin-left: 0px;
}.satp-image {
    margin-top: 0px;

}.integration-section {
    padding: 50px 0px !important;
    text-align: center !important;
}
.food-hero-flex {
    flex-direction: column;
}.food-hero {
    padding: 10px 0;

}.feature-large .feature-icon {

    margin-bottom: 20px !important;
    margin: auto;
}.integration-contenrt-part-A {
    padding-bottom: 32px;
}.food-left {
    padding: 40px 10px 0px;
    width: 100%;
}
.food-right::after {
 display:none;
}
}
/* Header */
.header {
    text-align: center;
    margin-bottom: 32px;
}

.header h1 {
    color: #111827;
    max-width: 672px;
    margin: 0 auto;
    font-size: 36px;
    font-weight: 700;
    line-height: 1.2;
}

/* Cards Grid */
.cards-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 24px;
}

/* Left Column */
.left-column {
    position: relative;
        background-color: #C52A2A;
    border-radius: 24px;
}

/* Red Cards */
.card-red {
    background-color: #C52A2A;
    border-radius: 24px;
    padding: 24px;
    color: white;
    position: relative;
    overflow: hidden;
}

.card-top {
    margin-bottom: 16px;
}

.card-content {
    position: relative;
    z-index: 10;
}

/* White Card */
.card-white {
    background-color: white;
    border: 2px solid #e5e7eb;
    border-radius: 24px;
    padding: 24px;
    position: relative;
    overflow: hidden;
}

/* Labels */
.label {
    font-size: 14px;
    opacity: 0.9;
    margin-bottom: 8px;
}

.label-dark {
    color: #C31F1F;
    opacity: 1;
}

/* Headings */
h2 {
    font-size: 28px;
    font-weight: 700;
    line-height: 1.3;
    margin-bottom: 24px;
}

.heading-dark {
    color: #111010;
    max-width: 448px;
    margin-bottom: 24px;
    font-size: 35px;
    font-weight: 700;
}
/* Savings Box */
.savings-box {
    background-color: white;
    border-radius: 16px;
    padding: 16px;
    margin-bottom: 24px;
}

.savings-inner {
    display: flex;
    align-items: flex-start;
    gap: 12px;
}

.emoji {
    font-size: 24px;
}

.savings-text {
    color: #111827;
    font-size: 14px;
    line-height: 1.5;
}

.amount {
    color: #16a34a;
}

/* Bottom Section */
.bottom-section .label {
    margin-bottom: 4px;
    color: white;
}
.highlight-text {
    font-size: 18px;
    line-height: 1.5;
    color:white;
    font-weight:700;
}

/* Phone Mockup */
.phone-mockup {
    display: none;
}.card-red.card-top .card-content h2 {
    font-size: 32px;
    font-weight: 700;

}

.phone-mobile {
    display: flex;
    justify-content: center;
    margin-top: 24px;
}

.phone-mobile img {
    width: 224px;
    height: auto;
    filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
}

.phone-desktop {
    display: none;
}

/* Network Container */
.network-container {
    position: relative;
    margin-top: 32px;
}

.central-image {
    height: 192px;
}

.central-image img {
    width: 100%;
 
}

/* Avatars */
.avatar {
    position: absolute;
    border-radius: 50%;
    border: 4px solid white;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.avatar-1 {
    top: 16px;
    left: 32px;
    width: 48px;
    height: 48px;
    background: linear-gradient(to bottom right, #60a5fa, #2563eb);
}

.avatar-2 {
    top: 48px;
    right: 48px;
    width: 40px;
    height: 40px;
    background: linear-gradient(to bottom right, #c084fc, #9333ea);
}

.avatar-3 {
    bottom: 64px;
    left: 16px;
    width: 44px;
    height: 44px;
    background: linear-gradient(to bottom right, #f472b6, #ec4899);
}

.avatar-4 {
    bottom: 80px;
    right: 32px;
    width: 48px;
    height: 48px;
    background: linear-gradient(to bottom right, #4ade80, #16a34a);
}

.avatar-5 {
    top: 128px;
    left: 48px;
    width: 40px;
    height: 40px;
    background: linear-gradient(to bottom right, #fb923c, #ea580c);
}

.avatar-6 {
    top: 112px;
    right: 16px;
    width: 44px;
    height: 44px;
    background: linear-gradient(to bottom right, #2dd4bf, #0d9488);
}

.avatar-7 {
    bottom: 32px;
    right: 80px;
    width: 40px;
    height: 40px;
    background: linear-gradient(to bottom right, #818cf8, #4f46e5);
}

.card-bottom {
    border-top: 15px solid #fff;
    border-right: 15px solid #fff;
    border-top-left-radius: 0;
        border-top-right-radius: 30px;
}

/* Tablet Styles (768px and up) */
@media (min-width: 768px) {
    .section {
        padding: 64px 16px;
    }

    .header {
        margin-bottom: 48px;
    }

    .header h1 {
        font-size: 48px;
    }

    .card-red,
    .card-white {
        padding: 32px;
    }

   
    .card-white .card-content {
        padding-right: 0;
    }

    h2 {
        font-size: 36px;
    }

    .heading-dark {
        margin-bottom: 32px;
    }

    .highlight-text {
        font-size: 22px;
    }

    /* Show desktop phone, hide mobile phone */
    .phone-mobile {
        display: none;
    }

    .phone-desktop {
        display: block;
        position: absolute;
        right: 10px;
        bottom: 0px;
        width: 192px;
        z-index: 20;
    }

    .phone-desktop img {
        width: 100%;
        height: auto;
        filter: drop-shadow(0 25px 25px rgba(0, 0, 0, 0.15));
    }

    .central-image {
        width: 100%;

    }

   
}

/* Desktop Styles (1024px and up) */
@media (min-width: 1024px) {
    .section {
        padding: 80px 16px;
    }

    .cards-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }

    .card-red {
        padding: 40px;
    }
    .card-white .card-content {
        padding-right: 0;
    }

    .phone-desktop {
        width: 254px;
    }
}
.Convenience-card-pd {
    padding: 20px !important;

}@media (max-width: 768px) {
.card-bottom {

    border-right: 1px solid #fff !important;
    
}.features-grid {
    margin-top: 32px;
}.relative .Build-img-hide {
    display: none;
}
}
.loyalty-card-first::before,
.loyalty-card-two::before,
.mobile-app-card::before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) -2.85%, rgba(0, 0, 0, 0.95) 100%);
    border-radius: 30px;
    top: 0;
    left: 0;
}

