
.flex-con-banner {
    display: flex !important;
}

.feature-heading {
    display: flex;
    align-items: center;
    gap: 14px;
    margin-bottom: 12px;
    margin-top: 22px;
}

.grocery-app-content,
.grocery-app-img {
    width: 50%;
    box-sizing: border-box;
    padding: 20px;
}

@media (max-width: 768px) {
    .flex-con-banner {
        flex-direction: column-reverse;
    }

    .grocery-app-content,
    .grocery-app-img {
        width: 100%;
        padding: 10px;
    }
}
.white-label-section {
    padding: 60px 20px;
    background-color: #fdf8f8;
    font-family: Arial, sans-serif;
    margin-bottom: 40px !important;
}

.white-label-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}

.white-label-image {
  flex: 1 1 45%;
  text-align: center;
}

.white-label-image img {
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}

.white-label-text {
  flex: 1 1 45%;
}
.gdp-section {
    background: linear-gradient(96.74deg, #000000 7.29%, #0083d4 90.69%);
    padding: 40px 0 0 !important;
    color: #fff;
    font-family: Arial, sans-serif;
}
.gdp-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 3rem;
}

.gdp-content {
  display: flex;
  gap: 2rem;
  align-items: center;
}

.gdp-benefits {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.gdp-benefit {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
}

.gdp-icon {
    background: rgb(255 255 255);
    padding: 1rem;
    border-radius: 0.5rem;
    border: 1px solid #444;
    min-width: 70px;
    min-height: 71px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.gdp-icon img {
  width: 2.25rem;
  height: 2.25rem;
}

.gdp-text h4 {
  font-size: 1.25rem;
  margin-bottom: 0.5rem;
  font-weight: 700;
}

.gdp-text p {
  font-size: 0.875rem;
  line-height: 1.5;
  margin: 0;
  color: rgba(255,255,255,0.8);
}

.gdp-image {
  flex: 1 1 50%;
  min-height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 0.5rem;
}

/* Responsive */
@media (max-width: 768px) {
  .gdp-content {
    flex-direction: column;
  }
  .gdp-image {
    min-height: 300px;
    width: 100%;
  }
}

@media (max-width: 900px) {
  .white-label-content {
    flex-direction: column;
    text-align: center;
  }

  .white-label-text {
    flex: 1 1 100%;
  }

  .white-label-image {
    flex: 1 1 100%;
    margin-bottom: 30px;
  }
}.grocery-delivery-app-cta {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 80px 0 20px ;
}

.grocery-delivery-app-cta .gdp-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 1rem;
}

/* Diamond Image */
.grocery-delivery-app-cta .gdp-diamond {
  position: absolute;
  top: -3.375rem;
  left: -1.6875rem;
  z-index: -1;
}

/* Demo Box */
.grocery-delivery-app-cta .gdp-demo-box {
  min-height: 22rem;
  border-radius: 1.25rem;
  background: #0c0c0e;
  border: 1px solid #373737;
  backdrop-filter: blur(0.25rem);
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/* Flex container */
.grocery-delivery-app-cta .gdp-demo-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  flex-wrap: wrap;
}

/* Left Section */
.grocery-delivery-app-cta .gdp-demo-left {
  flex: 1 1 60%;
  padding: 4rem 2rem 4rem 3rem;
  color: #fff;
}


.grocery-delivery-app-cta .gdp-demo-image {
    flex: 1 1 40%;
    min-height: 26rem;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: right center;
}
@media (max-width: 768px) {
  .grocery-delivery-app-cta .gdp-demo-content {
    flex-direction: column;
  }
  .grocery-delivery-app-cta .gdp-demo-image {
    width: 100%;
    min-height: 15rem;
    margin-top: 2rem;
  }
  .grocery-delivery-app-cta .gdp-demo-left {
    padding: 2rem 1rem;
  }
}/* Grocery Delivery App Features Section */
.grocery-delivery-app-features {
  padding: 4rem 0;
  font-family: Arial, sans-serif;
  background: #fff;
  color: #1f3b77;
}

.gdp-features-header {
  margin: 0 auto 3rem;
}
p.gdp-feature-desc {
    line-height: 24px;
}


/* Features Grid */
.gdp-features-grid {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  flex-wrap: wrap;
  margin-bottom: 1rem;
}

.gdp-feature-item {
  flex: 1 1 22%;
  text-align: center;
}
.gdp-code-text{
line-height: 22px;
}
.gdp-feature-icon {
  width: 60px;
  height: 60px;
  margin: 0 auto 1rem;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.gdp-feature-title{
color: #000000 !important;
	font-weight:700;
}


/* Code Quality Section */
.gdp-code-quality {
  display: flex;
  align-items: center;
  gap: 2rem;
  background: #f9f9f9;
  padding: 2rem;
  border-radius: 0.5rem;
}

.gdp-code-image {
  flex: 1 1 60%;
  text-align: center;
}

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

.gdp-code-list {
  flex: 1 1 60%;
}

.gdp-code-list h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
}

.gdp-code-list ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.gdp-code-list li {
  font-size: 1rem;
  margin-bottom: 0.5rem;
  position: relative;
  padding-left: 1.5rem;
}

.gdp-code-list li::before {
  content: '✔';
  position: absolute;
  left: 0;
  color: #ff6b6b;
}

/* Responsive */
@media (max-width: 992px) {
  .gdp-features-grid {
    flex-direction: column;
    gap: 2rem;
  }
  .gdp-feature-item {
    flex: 1 1 100%;
  }
  .gdp-code-quality {
    flex-direction: column;
  }
  .gdp-code-image, .gdp-code-list {
    flex: 1 1 100%;
  }
}

/* ===============================
   WHITE LABEL GROCERY SECTION
================================ */

.white-label-grocery-section {
  padding: 70px 0;
  background-color: #ffffff;
}

.white-label-grocery-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
}

/* Flex layout */
.grocery-flex {
  display: flex;
  align-items: center;
}

/* 50% columns */
.grocery-image,
.grocery-content {
  width: 50%;
}

/* Image side */
.grocery-image {
  padding-right: 25px;
}

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

/* Content side */
.grocery-content {
  padding-left: 25px;
}

.grocery-content h2 {
  font-size: 36px;
  line-height: 1.3;
  margin-bottom: 15px;
  color: #1f2937;
}

.grocery-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 25px;
}

/* List with custom icon */
.grocery-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.grocery-list li {
  position: relative;
  padding-left: 38px;
  margin-bottom: 16px;
  font-size: 16px;
  line-height: 1.5;
  color: #374151;
}

.grocery-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 22px;
  height: 22px;
  background-image: url("https://whitelabelapps.ca/wp-content/themes/hello-elementor-child/assets/images/tickBlue.png");
  background-repeat: no-repeat;
  background-size: contain;
}

/* ===============================
   RESPONSIVE
================================ */

@media (max-width: 991px) {
  .white-label-grocery-section {
    padding: 50px 0;
  }

  .grocery-flex {
    flex-direction: column;
  }

  .grocery-image,
  .grocery-content {
    width: 100%;
    padding: 0;
  }

  .grocery-image {
    margin-bottom: 30px;
    text-align: center;
  }

  .grocery-image img {
    max-width: 100%;
  }

  .grocery-content h2 {
    font-size: 28px;
  }
}/* ===============================
   ADVANTAGES SECTION – IMPROVED
================================ */

.white-label-advantages {
  padding: 90px 0;
  background: #eefbff;
}



/* Layout */
.advantages-flex {
  display: flex;
  align-items: center;
}

/* Left Content */
.advantages-content {
  width: 45%;
  padding-right: 40px;
}

.advantages-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.advantages-list li {
    position: relative;
    padding-left: 32px;
    margin-bottom: 12px;
    font-size: 16px;
    color: #464646;
    font-weight: 600;
}

.advantages-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 6px;
  width: 18px;
  height: 18px;
  background: #ff6b6b;
  border-radius: 50%;
}

/* Right Cards */
.advantages-boxes {
  width: 55%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
}
.adv-card img {
    margin-bottom: 14px;
}
.adv-card {
  background: #ffffff;
  border-radius: 14px;
  padding: 20px;
  text-align: left;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.06);
  transition: all 0.35s ease;
}

.adv-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 25px 45px rgba(0, 0, 0, 0.1);

}

.feature-row {
    display: flex;
    align-items: center;
    gap: 30px;
    margin-bottom: 40px;
}
.feature-row.reverse {
  flex-direction: row-reverse;
}

.feature-image,
.feature-content {
  width: 50%;
}

.feature-image img {
  width: 100%;
  border-radius: 16px;
}

/* Heading */
.feature-heading {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 12px;
}

.feature-heading img {
  width: 60px;
}

.feature-content h3 {
  font-size: 26px;
  color: #111827;
}

.feature-content p {
  font-size: 16px;
  line-height: 1.6;
  color: #4b5563;
  margin-bottom: 20px;
}

/* List with tick icon */
.feature-list {
  list-style: none;
  padding: 0;
  margin-bottom: 25px;
}

.feature-list li {
    position: relative;
    padding-left: 34px;
    margin-bottom: 10px;
    font-size: 16px;
    color: #343333;
    font-weight: 600;
    /* font-family: 'Impact'; */
    /* letter-spacing: 0.5px; */
}

.feature-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url("https://whitelabelapps.ca/wp-content/themes/hello-elementor-child/assets/images/tickBlue.png");
  background-size: contain;
  background-repeat: no-repeat;
}

/* Button */
.feature-btn {
  display: inline-block;
  padding: 12px 26px;
  background: #0ea5e9;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-size: 15px;
  transition: 0.3s;
}

.feature-btn:hover {
  background: #0284c7;
}

/* Responsive */
@media (max-width: 991px) {
  .feature-row,
  .feature-row.reverse {
    flex-direction: column;
  }

  .feature-image,
  .feature-content {
    width: 100%
	}}.use-cases {
    padding: 2rem 1.5rem 4rem;
    background: white;
}

.use-cases-grid {
    display: grid;
    gap: 1.5rem;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr)); /* responsive 4 per row */
}

.use-case-card {
    background: white;
    border: 1px solid #e5e7eb;
    border-radius: 1rem;
    overflow: hidden;
    transition: all 0.3s ease;
    cursor: pointer;
}

.use-case-card:hover {
    box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1);
}

.use-case-image {
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.use-case-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.use-case-card:hover .use-case-image img {
    transform: scale(1.05);
}

.use-case-content {
    padding: 1.5rem;
}

.use-case-icon {
    width: 48px;
    height: 48px;
    background: #FFF5F5;
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

.use-case-card:hover .use-case-icon {
    background: #C31F1F;
}

.use-case-icon svg {
    width: 24px;
    height: 24px;
    color: #C31F1F;
    transition: all 0.3s ease;
}

.use-case-card:hover .use-case-icon svg {
    color: white;
}

.use-case-content h4 {
    margin-bottom: 0.5rem;
    color: #111827;
    font-weight: 700;
}

.use-case-content > p {
    font-size: 0.875rem;
    color: #6B7280;
    margin-bottom: 1rem;
}

.use-case-features {
    list-style: none;
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
		padding: 0px;

}

.use-case-features li {
    font-size: 0.875rem;
    color: #6B7280;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}
.section-header {
    margin: 0px !important;
}
.bullet {
    width: 4px;
    height: 4px;
    background: #C31F1F;
    border-radius: 9999px;
    flex-shrink: 0;
}
/* Mobile view - max width 786px */
@media (max-width: 786px) {

    .feature-row {
        display: flex;
        align-items: center;
        gap: 0px;
        margin-bottom: 38px;
    }

    .white-label-content {
        gap: 0px;
    }

    .white-label-section {
        padding: 20px 0;
    }

    .grocery-delivery-app-features {
        padding: 2rem 0;
    }

    .use-cases {
        padding: 0px;
        background: white;
    }

    .advantages-flex {
        display: block;
    }

    .advantages-boxes {
        width: 100%;
        display: grid;
        grid-template-columns: 1fr; /* repeat(1fr) galat tha, 1fr likha */
        gap: 25px;
    }

    .white-label-advantages {
        padding: 20px 0;
        background: #eefbff;
    }

    .advantages-content {
        width: 100%;
    }

    .white-label-grocery-section {
        padding: 20px 0;
    }

    .grocery-app-content, 
    .grocery-app-img {
        width: 100%;
        box-sizing: border-box;
        padding: 20px;
        margin-top: 0px;
    }.gdp-image {
    min-height: 300px;
    width: 100%;
    display: none !important;
}
}
.white-label-grocery-section {
    padding: 10px 0 !important;
    background-color: #ffffff;
}.banner-main-heading {
    font-size: 40px !important;
    line-height: 48px !important;
}.hero-section-grocery {
    padding: 10rem 0 1rem 0 !important;
}
@media (max-width: 767px) {
  .banner-main-heading {
    font-size: 34px !important;
    line-height: 40px !important;
  }.grocery-app-img {
margin-top: 0px !important;
} .grocery-btn{
    display: none !important;
}.banner-top-sec{
    background: linear-gradient(to bottom right, #eff6ff, #ffffff);
    padding: 4rem 0 0 !important;
}.white-label-text li {
    margin-left: 20px;
    text-align: left;
}.grocery-delivery-app-cta .gdp-demo-image {
    width: 100%;
    min-height: 15rem;
    margin-top: 2rem;
    display: none !important;
}.cta-grocery {
    padding: 75px 0 0px !important;
}.grocery-delivery-app-features {
    padding: 0rem 0 !important;
}.gdp-features-header {
    max-width: 800px;
    margin: 29px auto 2rem;
}.grocery-app-content {
    margin-top: 0px !important;
	}.features-padding{
padding-top: 30px;
}.white-label-content {
    flex-direction: column-reverse !important;
} .feature-icon {
    position: absolute !important;
    opacity: 1;
    margin-top: 12px;
    width: 32px;
    height: 32px;
    top: 0;
    margin: 0 auto;
    left: 0;
    text-align: center;
}.feature-card {
    padding: 40px !important;
}
}
