.retail_ecomm1-con {
  background: #fff;
}

.retail_ecomm1-con .retail_ecomm1-left {
  padding-left: 40px;
}

/* LEFT SIDE */
.retail_ecomm1-con .retail_ecomm1-left .section-subtitle {
  color: #E76F51;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  border-bottom: 3px solid #E76F51;
  max-width: 100px;
}

.retail_ecomm1-con .retail_ecomm1-left .section-title {
  font-size: 30px;
  font-weight: 800;
  color: #000000;
  line-height: 1.3;
  margin-bottom: 15px;
}

.retail_ecomm1-con .retail_ecomm1-left .section-desc {
  color: #000000;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.retail_ecomm1-con .btn-expert {
  background-color: #E76F51;
  color: #fff;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.retail_ecomm1-con .btn-expert:hover {
  background-color: #E76F51;
  transform: translateY(-2px);
}

/* RIGHT SIDE */
.retail_ecomm1-con .retail_ecomm1-right .retail_ecomm1-img {
  max-width: 450px;
  height: auto;
  animation: floatAnim 3s ease-in-out infinite;
}

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

/* Extra Small Devices (Mobile Phones ≤ 480px or ≤ 576px) */
@media (max-width: 576px) {
  .retail_ecomm1-con {
    text-align: center;
    padding: 15px;
  }
  .retail_ecomm1-con .retail_ecomm1-left {
    margin-bottom: 30px;
  }
  .retail_ecomm1-con .retail_ecomm1-left .section-subtitle {
    font-size: 18px;
    max-width: 120px;
  }
  .retail_ecomm1-con .retail_ecomm1-left .section-title {
    font-size: 26px;
    line-height: 1.4;
  }
  .retail_ecomm1-con .retail_ecomm1-left .section-desc {
    font-size: 15px;
  }
  .retail_ecomm1-con .btn-expert {
    font-size: 14px;
    padding: 10px 18px;
  }
  .retail_ecomm1-con .retail_ecomm1-right .retail_ecomm1-img {
    width: 90%;
  }
}

/* Small Devices (Tablets: 577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .retail_ecomm1-con {
    text-align: center;
    padding: 25px;
  }
  .retail_ecomm1-con .retail_ecomm1-left .section-subtitle {
    text-align: left;
  }
  .retail_ecomm1-con .retail_ecomm1-left {
    margin-bottom: 35px;
  }
  .retail_ecomm1-con .retail_ecomm1-left .section-title {
    font-size: 30px;
  }
  .retail_ecomm1-con .retail_ecomm1-left .section-desc {
    font-size: 16px;
  }
  .retail_ecomm1-con .btn-expert {
    font-size: 15px;
    padding: 10px 22px;
  }
}

/* Medium Devices (Small Laptops: 769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .retail_ecomm1-con {
    text-align: center;
  }
  .retail_ecomm1-con .retail_ecomm1-left .section-title {
    font-size: 32px;
  }
  .retail_ecomm1-con .retail_ecomm1-left .section-desc {
    font-size: 16px;
  }
  .retail_ecomm1-con .retail_ecomm1-right .retail_ecomm1-img {
    width: 85%;
  }
}

/* Large Devices (Desktops: 993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .retail_ecomm1-con .retail_ecomm1-left .section-title {
    font-size: 36px;
  }
  .retail_ecomm1-con .retail_ecomm1-left .section-desc {
    font-size: 17px;
  }
}



.retail_ecomm2-con {
  background-color: #FEB09C;
  overflow: hidden;
}

/* LEFT SIDE IMAGE */
.retail_ecomm2-con .retail_ecomm2-left .retail_ecomm2-img {
  max-width: 90%;
  height: auto;
}

/* RIGHT SIDE TEXT */
.retail_ecomm2-con .retail_ecomm2-right {
  padding: 20px 40px;
}

.retail_ecomm2-con .retail_ecomm2-text {
  font-size: 16px;
  color: #000000;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 18px;
}

/* ==============================================
   RESPONSIVE DESIGN BREAKPOINTS
   ============================================== */

/* Extra Small Devices (Mobile Phones ≤ 576px) */
@media (max-width: 576px) {
  .retail_ecomm2-con {
    text-align: center;
  }
  .retail_ecomm2-con .retail_ecomm2-right {
    padding: 15px;
  }
  .retail_ecomm2-con .retail_ecomm2-text {
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 16px;
    text-align: left;
    padding: 10px;
  }
  .retail_ecomm2-con .retail_ecomm2-left .retail_ecomm2-img {
    width: 100%;
    margin-bottom: 25px;
  }
}

/* Small Devices (Tablets: 577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .retail_ecomm2-con {
    text-align: center;
    padding: 20px;
  }
  .retail_ecomm2-con .retail_ecomm2-text {
    font-size: 16px;
    line-height: 1.8;
    text-align: left;
  }
  .retail_ecomm2-con .retail_ecomm2-left .retail_ecomm2-img {
    max-width: 400px;
    margin-bottom: 30px;
  }
}

/* Medium Devices (Small Laptops: 769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .retail_ecomm2-con {
    text-align: center;
    padding: 60px 40px;
  }
  .retail_ecomm2-con .retail_ecomm2-right {
    padding: 25px 30px;
  }
  .retail_ecomm2-con .retail_ecomm2-text {
    font-size: 16px;
  }
  .retail_ecomm2-con .retail_ecomm2-left .retail_ecomm2-img {
    width: 80%;
  }
}

/* Large Devices (Desktops: 993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .retail_ecomm2-con .retail_ecomm2-right {
    padding: 25px 40px;
  }
  .retail_ecomm2-con .retail_ecomm2-text {
    font-size: 17px;
  }
}

.retail_ecomm3-con .retail_ecomm3-img img {
  width: 100%;
  max-width: 600px;
  border-radius: 20px;
  margin-top: 150px;
}



.retail_ecomm4-con {
  position: relative;
  padding: 20px;
  background: #fff;
  border-radius: 6px;
}

/* Decorative corners */
.retail_ecomm4-con::before,
.retail_ecomm4-con::after {
  content: "";
  position: absolute;
  width: 38px;
  height: 28px;
  border-radius: 2px;
  padding: 20px;
}

.retail_ecomm4-con::before {
  top: 16px;
  left: 16px;
  border-top: 4px solid #E76F51;
  border-left: 4px solid #E76F51;
  padding: 20px;
}

.retail_ecomm4-con::after {
  bottom: 16px;
  right: 16px;
  border-bottom: 4px solid #E76F51;
  border-right: 4px solid #E76F51;
  padding: 20px;
}

/* Headings and Text */
.retail_ecomm4-con .retail_ecomm4-title {
  font-weight: 800;
  color: #000000;
  font-size: 26px;
  padding-top: 20px;
}

.retail_ecomm4-con .retail_ecomm4-text {
  color: #27323a;
  line-height: 1.75;
  font-size: clamp(.95rem, .4vw + .85rem, 1rem);  
  margin: 0 auto;
}

/* Chips Section */
.retail_ecomm4-con .retail_ecomm4-tags {
  margin-right: 50px;  /* Slightly shift the chips to the right */
  gap: 35px;
  text-align: center;
  margin: auto;
  margin-left: -50px;
}

/* Chip Styling */
.retail_ecomm4-con .retail_ecomm4-tags .chip {
  display: flex;
  justify-content: center;
  align-items: center;  /* Vertically and horizontally center the text */
  width: 220px;
  height: 60px;
  text-align: center;
  background: #E76F51;
  line-height: 1.4;
  color: #fff;
  padding: 10px 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 14px;
  transition: all 0.3s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.08);
  cursor: pointer;
}

/* Hover Animation */
.retail_ecomm4-con .retail_ecomm4-tags .chip:hover {
  background: #E76F51;
  transform: translateY(-3px);
}


/* ================= Responsive Tweaks ================= */

/* Extra Small Devices (Phones â‰¤480px / â‰¤576px) */
@media (max-width: 576px) {
  .retail_ecomm4-con .retail_ecomm4-title { font-size: 1.4rem; text-align: center; }
  .retail_ecomm4-con .retail_ecomm4-text { font-size: 0.9rem; text-align: justify; }
  .retail_ecomm4-con .retail_ecomm4-tags {
    margin: auto;
  }
  .retail_ecomm4-con .retail_ecomm4-tags .chip { 
    white-space: normal; 
    font-size: 0.85rem;
    width: 100%;
  }
  .retail_ecomm4-con::before { top: 8px; left: 8px; }
  .retail_ecomm4-con::after { right: 8px; bottom: 8px; }
}

/* Small Devices (Tablets 577pxâ€“768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .retail_ecomm4-con .retail_ecomm4-title { font-size: 1.6rem; text-align: center; }
  .retail_ecomm4-con .retail_ecomm4-text { font-size: 0.95rem; }
  .retail_ecomm4-con .retail_ecomm4-tags .chip { 
    font-size: 0.9rem;
    padding: 8px 14px;
  }
}

/* Medium Devices (Laptops 769pxâ€“992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .retail_ecomm4-con .retail_ecomm4-title { font-size: 1.8rem; }
  .retail_ecomm4-con .retail_ecomm4-text { font-size: 1rem; }
  .retail_ecomm4-con .retail_ecomm4-tags .chip {
    font-size: 0.95rem;
    padding: 9px 15px;
  }
}

/* Large Devices (Desktops 993pxâ€“1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .retail_ecomm4-con .retail_ecomm4-title { font-size: 2rem; }
  .retail_ecomm4-con .retail_ecomm4-text { font-size: 1rem; }
}


.retail_ecomm5-con {
  padding: 20px;
  background: #fff;
}

/* Each card */
.retail_ecomm5-con .feature-card {
  background: #ffffff;
  border: 1px solid #8a8787;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
}

.retail_ecomm5-con .feature-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
}

/* Image styling */
.retail_ecomm5-con .feature-img {
  width: 160px;
  height: 140px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 20px;
}

/* Content area */
.retail_ecomm5-con .feature-content {
  flex: 1;
}

.retail_ecomm5-con .feature-title {
  font-weight: 700;
  color: #E76F51;
  margin-bottom: 8px;
  font-size: 26px;
}

.retail_ecomm5-con .feature-text {
  color: #000000;
  font-size: 18px;
  line-height: 1.6;
  margin: 0;
}

/* ================= Responsive Styles ================= */

/* Extra Small Devices (≤480px) */
@media (max-width: 480px) {
  .retail_ecomm5-con .feature-card {
    flex-direction: column;
    text-align: center;
    padding: 15px;
  }
  .retail_ecomm5-con .feature-img {
    margin: 0 0 12px 0;
    width: 100%;
    height: auto;
  }
  .retail_ecomm5-con .feature-title {
    font-size: 1rem;
  }
  .retail_ecomm5-con .feature-text {
    font-size: 0.85rem;
  }
}

/* Extra Small to Small Devices (≤576px) */
@media (max-width: 576px) {
  .retail_ecomm5-con .feature-card {
    flex-direction: column;
    text-align: center;
  }
  .retail_ecomm5-con .feature-img {
    margin: 0 auto 15px auto;
    width: 100%;
    height: auto;
  }
}

/* Small Devices (577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .retail_ecomm5-con .feature-card {
    flex-direction: row;
    text-align: left;
  }
  .retail_ecomm5-con .feature-img {
    width: 120px;
    height: 110px;
    margin-right: 15px;
  }
  .retail_ecomm5-con .feature-title {
    font-size: 1.1rem;
  }
  .retail_ecomm5-con .feature-text {
    font-size: 0.9rem;
  }
}

/* Medium Devices (769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .retail_ecomm5-con .feature-img {
    width: 130px;
    height: 120px;
  }
  .retail_ecomm5-con .feature-title {
    font-size: 1.2rem;
  }
  .retail_ecomm5-con .feature-text {
    font-size: 0.9rem;
  }
}

/* Large Devices (993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .retail_ecomm5-con .feature-img {
    width: 150px;
    height: 130px;
  }
  .retail_ecomm5-con .feature-title {
    font-size: 1.4rem;
  }
}


.retail_ecomm6-con {
  padding: 20px;
  background: #f9fafa;
}


.retail_ecomm6-con .retail_ecomm6-title {
  font-weight: 700;
  color: #1c1c1c;
  font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
  margin-bottom: 40px;
}

.retail_ecomm6-con .retail_ecomm6-title span {
  color: #E76F51;
}

/* ==== Feature Box ==== */
.retail_ecomm6-con .feature-box {
  background: #fff;
  border-radius: 12px;
  padding: 15px 10px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.05);
  transition: all 0.3s ease;
  height: 100%;
  width: 100%;
}

.retail_ecomm6-con .feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 14px rgba(0,0,0,0.1);
}

/* Image */
.retail_ecomm6-con .feature-img {
  border-radius: 10px;
  max-width: 140px;
  height: 170px;
  margin-bottom: 20px;
}

/* Text */
.retail_ecomm6-con .feature-text {
  font-size: 14px;
  color: #000000;
  line-height: 1.5;
  font-weight: 600;
}

/* ====== Card Colors ====== */
.retail_ecomm6-con .orange { background-color: #FFC48D;}
.retail_ecomm6-con .purple { background-color: #709BDA;}
.retail_ecomm6-con .pink { background-color: #A1BCC8;}
.retail_ecomm6-con .peach { background-color: #FFD5A6;}
.retail_ecomm6-con .blue { background-color: #B2DAFF;}

/* ========================= Responsive Breakpoints ========================= */

/* Extra Small Devices (Mobile Phones ≤480px) */
@media (max-width: 480px) {
  .retail_ecomm6-con {
    padding: 10px;
  }
  .retail_ecomm6-con .retail_ecomm6-title {
    font-size: 1.3rem;
    margin-bottom: 25px;
  }
  .retail_ecomm6-con .feature-box {
    padding: 15px 10px;
  }
  .retail_ecomm6-con .feature-img {
    max-width: 100px;
    margin-bottom: 10px;
  }
  .retail_ecomm6-con .feature-text {
    font-size: 0.85rem;
    line-height: 1.4;
  }
}

/* Extra Small Devices (≤576px) */
@media (max-width: 576px) {
  .retail_ecomm6-con .retail_ecomm6-title {
    font-size: 1.4rem;
  }
  .retail_ecomm6-con .feature-box {
    padding: 18px 12px;
  }
  .retail_ecomm6-con .feature-img {
    max-width: 150px;
  }
  .retail_ecomm6-con .feature-text {
    font-size: 0.9rem;
  }
}

/* Small Devices (Tablets: 577px–768px) */
@media (min-width: 577px) and (max-width: 768px) {
  .retail_ecomm6-con .retail_ecomm6-title {
    font-size: 1.6rem;
  }
  .retail_ecomm6-con .feature-box {
    padding: 20px 12px;
  }
  .retail_ecomm6-con .feature-img {
    max-width: 150px;
  }
  .retail_ecomm6-con .feature-text {
    font-size: 0.95rem;
  }
}

/* Medium Devices (Small Laptops: 769px–992px) */
@media (min-width: 769px) and (max-width: 992px) {
  .retail_ecomm6-con .retail_ecomm6-title {
    font-size: 1.8rem;
  }
  .retail_ecomm6-con .feature-box {
    padding: 22px 15px;
  }
  .retail_ecomm6-con .feature-img {
    max-width: 100px;
  }
  .retail_ecomm6-con .feature-text {
    font-size: 1rem;
  }
}

/* Large Devices (Desktops: 993px–1200px) */
@media (min-width: 993px) and (max-width: 1200px) {
  .retail_ecomm6-con .retail_ecomm6-title {
    font-size: 1.9rem;
  }
  .retail_ecomm6-con .feature-img {
    max-width: 110px;
  }
  .retail_ecomm6-con .feature-text {
    font-size: 1rem;
  }
}




.retail_ecomm7-con {
  padding: 20px;
  background: #ffffff;
}

/* Title */
.retail_ecomm7-con .retail_ecomm7-title {
  font-weight: 700;
  color: #000000;
  font-size: clamp(1.6rem, 2vw + 1rem, 2rem);
}

.retail_ecomm7-con .retail_ecomm7-title span {
  color: #E76F51;
}

/* Subtitle */
.retail_ecomm7-con .retail_ecomm7-subtitle {
  color: #000000;
  font-size: 1rem;
  line-height: 1.6;
  max-width: 800px;
  margin: auto;
}

/* retail_ecomm7 Box */
.retail_ecomm7-con .retail_ecomm7-box {
  text-align: center;
  transition: all 0.3s ease-in-out;
}

.retail_ecomm7-con .retail_ecomm7-img {
  width: 140px;
  height: 140px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 auto 15px;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}

.retail_ecomm7-con .retail_ecomm7-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

/* Hover Effects */
.retail_ecomm7-con .retail_ecomm7-box:hover .retail_ecomm7-img img {
  transform: scale(1.1);
}

.retail_ecomm7-con .retail_ecomm7-name {
  font-weight: 600;
  line-height: 1.3;
  font-size: 1rem;
  color: #000;
}

/* ==========================================================
   RESPONSIVE DESIGN FOR ALL DEVICE SIZES
   ========================================================== */

/* Extra Small Devices (Mobile Phones): max-width: 576px */
@media (max-width: 576px) {
  .retail_ecomm7-con {
    padding: 15px;
  }

  .retail_ecomm7-con .retail_ecomm7-title {
    font-size: 1.4rem;
  }

  .retail_ecomm7-con .retail_ecomm7-subtitle {
    font-size: 0.9rem;
    line-height: 1.5;
  }

  .retail_ecomm7-con .retail_ecomm7-img {
    width: 100px;
    height: 100px;
  }

  .retail_ecomm7-con .retail_ecomm7-name {
    font-size: 0.9rem;
  }
}

/* Small Devices (Tablets): min-width: 577px and max-width: 768px */
@media (min-width: 577px) and (max-width: 768px) {
  .retail_ecomm7-con {
    padding: 50px 20px;
  }

  .retail_ecomm7-con .retail_ecomm7-title {
    font-size: 1.6rem;
  }

  .retail_ecomm7-con .retail_ecomm7-subtitle {
    font-size: 0.95rem;
    line-height: 1.6;
  }

  .retail_ecomm7-con .retail_ecomm7-img {
    width: 120px;
    height: 120px;
  }

  .retail_ecomm7-con .retail_ecomm7-name {
    font-size: 0.95rem;
  }
}

/* Medium Devices (Small Laptops): min-width: 769px and max-width: 992px */
@media (min-width: 769px) and (max-width: 992px) {
  .retail_ecomm7-con {
    padding: 60px 30px;
  }

  .retail_ecomm7-con .retail_ecomm7-title {
    font-size: 1.8rem;
  }

  .retail_ecomm7-con .retail_ecomm7-img {
    width: 130px;
    height: 130px;
  }

  .retail_ecomm7-con .retail_ecomm7-name {
    font-size: 1rem;
  }
}

/* Large Devices (Desktops): min-width: 993px and max-width: 1200px */
@media (min-width: 993px) and (max-width: 1200px) {
  .retail_ecomm7-con {
    padding: 70px 40px;
  }

  .retail_ecomm7-con .retail_ecomm7-title {
    font-size: 2rem;
  }

  .retail_ecomm7-con .retail_ecomm7-img {
    width: 140px;
    height: 140px;
  }

  .retail_ecomm7-con .retail_ecomm7-name {
    font-size: 1rem;
  }
}


.retail_ecomm8-con {
  background-color: #E76F51;
  border-radius: 20px;
  padding-top: 10px;
  color: #fff;
  margin: 20px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Left Text Section */
.retail_ecomm8-con .sec-title {
  font-size: clamp(1.6rem, 2vw + 1rem, 2rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.retail_ecomm8-con .sec-subtext {
  font-size: 1.05rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.retail_ecomm8-con .sec-list {
  list-style: none;
  padding-left: 0;
}

.retail_ecomm8-con .sec-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 1rem;
}

/* Bullet Styling */
.retail_ecomm8-con .sec-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 5px;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
}

/* Right Image Section */
.retail_ecomm8-con .security-img {
  max-width: 90%;
}

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

/* ========= Extra Small Devices (Mobile Phones) ========= */
@media (max-width: 480px) {
  .retail_ecomm8-con {
    padding: 15px;
  }

  .retail_ecomm8-con .sec-title {
    font-size: 1.3rem;
  }

  .retail_ecomm8-con .sec-subtext {
    font-size: 0.9rem;
    text-align: left;
  }

  .retail_ecomm8-con .sec-list li {
    font-size: 0.85rem;
    padding-left: 20px;
    text-align: left;
  }

  .retail_ecomm8-con .security-img {
    max-width: 100%;
    margin-top: 20px;
  }
}

/* ========= XS Devices (max-width: 576px) ========= */
@media (max-width: 576px) {
  .retail_ecomm8-con {
    text-align: center;
  }

  .retail_ecomm8-con .sec-title {
    font-size: 1.4rem;
  }

  .retail_ecomm8-con .security-img {
    max-width: 95%;
    margin-top: 25px;
  }
}

/* ========= Small Devices (Tablets) 577px–768px ========= */
@media (min-width: 577px) and (max-width: 768px) {
  .retail_ecomm8-con {
    padding: 35px;
    text-align: center;
  }

  .retail_ecomm8-con .sec-title {
    font-size: 1.6rem;
    text-align: left;
  }

  .retail_ecomm8-con .sec-subtext {
    font-size: 1rem;
    text-align: left;
  }

  .retail_ecomm8-con .sec-list li {
    padding-left: 20px;
    text-align: left;
  }

  .retail_ecomm8-con .security-img {
    max-width: 100%;
    margin-top: 25px;
  }
}

/* ========= Medium Devices (769px–992px) ========= */
@media (min-width: 769px) and (max-width: 992px) {
  .retail_ecomm8-con {
    padding: 45px;
  }

  .retail_ecomm8-con .security-img {
    max-width: 90%;
    margin-top: 20px;
  }
}

/* ========= Large Devices (993px–1200px) ========= */
@media (min-width: 993px) and (max-width: 1200px) {
  .retail_ecomm8-con {
    padding: 50px;
  }

  .retail_ecomm8-con .sec-title {
    font-size: 2rem;
  }

  .retail_ecomm8-con .security-img {
    max-width: 75%;
  }
}



.retail_ecomm9-con {
  background-color: #E76F51;
  border-radius: 15px;
  margin: 20px;
  color: #fff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* Left Text Section */
.retail_ecomm9-con .sec-title {
  font-size: clamp(1.6rem, 2vw + 1rem, 2rem);
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 20px;
}

.retail_ecomm9-con .sec-subtext {
  font-size: 1.05rem;
  color: #ffffff;
  margin-bottom: 20px;
}

.retail_ecomm9-con .sec-list {
  list-style: none;
  padding-left: 0;
}

.retail_ecomm9-con .sec-list li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 12px;
  color: #ffffff;
  font-size: 1rem;
}

/* Bullet Styling */
.retail_ecomm9-con .sec-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  top: 5%;
  color: #ffffff;
  font-size: 1.2rem;
  line-height: 1;
}

/* Right Image Section */
.retail_ecomm9-con .security-img {
  max-width: 80%;
}

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

/* ========== Extra Small Devices (Mobile) max-width 480px ======== */
@media (max-width: 480px) {
  .retail_ecomm9-con {
    padding: 30px 15px;
    text-align: center;
  }

  .retail_ecomm9-con .sec-title {
    font-size: 1.3rem;
  }

  .retail_ecomm9-con .sec-subtext {
    font-size: 0.9rem;
  }

  .retail_ecomm9-con .sec-list li {
    font-size: 0.85rem;
    padding-left: 20px;
  }

  .retail_ecomm9-con .security-img {
    margin-top: 20px;
    max-width: 85%;
  }
}


/* ========== Extra Small Devices (max-width 576px) ========== */
@media (max-width: 576px) {
  .retail_ecomm9-con {
    text-align: center;
  }

  .retail_ecomm9-con .sec-title {
    font-size: 1.4rem;
  }

  .retail_ecomm9-con .sec-subtext {
    font-size: 0.95rem;
    text-align: left;
  }

  .retail_ecomm9-con .sec-list li {
    font-size: 0.9rem;
    text-align: left;
  }

  .retail_ecomm9-con .security-img {
    max-width: 95%;
    margin-top: 25px;
  }
}


/* ========== Small Devices (Tablets: 577px–768px) ========== */
@media (min-width: 577px) and (max-width: 768px) {
  .retail_ecomm9-con {
    padding: 40px 20px;
    text-align: center;
  }

  .retail_ecomm9-con .sec-title {
    font-size: 1.6rem;
    text-align: left;
  }

  .retail_ecomm9-con .sec-subtext {
    font-size: 1rem;
    text-align: left;
  }

  .retail_ecomm9-con .sec-list li {
    font-size: 0.9rem;
    text-align: left;
  }

  .retail_ecomm9-con .security-img {
    max-width: 100%;
    margin-top: 20px;
  }
}


/* ========== Medium Devices (769px–992px) Small Laptops ========== */
@media (min-width: 769px) and (max-width: 992px) {
  .retail_ecomm9-con {
    padding: 50px 30px;
  }

  .retail_ecomm9-con .sec-title {
    font-size: 1.8rem;
  }

  .retail_ecomm9-con .security-img {
    max-width: 95%;
  }
}


/* ========== Large Devices (993px–1200px) Desktop ========== */
@media (min-width: 993px) and (max-width: 1200px) {
  .retail_ecomm9-con .sec-title {
    font-size: 1.9rem;
  }

  .retail_ecomm9-con .security-img {
    max-width: 100%;
  }
}


.retail_ecomm10-con {
  background: #fff;
  border-radius: 20px;
  padding: 20px;
  margin: 20px;
  border: 3px solid #b3aeae;
  box-shadow: 0 3px 8px rgba(0,0,0,0.05);
}

.retail_ecomm10-con .benefits-title {
  font-size: clamp(1.6rem, 2vw + 1rem, 2rem);
  font-weight: 700;
  color: #000000;
  margin-bottom: 40px;
}

/* Individual Cards */
.retail_ecomm10-con .benefit-card {
  border: 2px solid #b3aeae;
  border-radius: 14px;
  background: #fff;
  padding: 15px 10px;
  transition: all 0.3s ease;
  max-width: 800px;
  height: 130px;
}

.retail_ecomm10-con .benefit-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
}

/* Image */
.retail_ecomm10-con .benefit-img {
  max-width: 100%;
  height: 80px;
  border-radius: 8px;
}

/* Text */
.retail_ecomm10-con .benefit-text {
  font-weight: 600;
  color: #0e2530;
  font-size: 10px;
  margin: 0;
}

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


/* ========= Extra Small Devices – Mobile (max-width: 480px) ========= */
@media (max-width: 480px) {
  .retail_ecomm10-con {
    padding: 25px 10px;
    margin: 15px;
  }

  .retail_ecomm10-con .benefits-title {
    font-size: 1.4rem;
    margin-bottom: 25px;
  }

  .retail_ecomm10-con .benefit-card {
    padding: 18px 10px;
  }

  .retail_ecomm10-con .benefit-img {
    max-width: 70%;
  }

  .retail_ecomm10-con .benefit-text {
    font-size: 0.8rem;
  }
}


/* ========= Extra Small Devices – Mobile (max-width: 576px) ========= */
@media (max-width: 576px) {
  .retail_ecomm10-con .benefit-card {
    padding: 20px 10px;
  }

  .retail_ecomm10-con .benefit-img {
    max-width: 75%;
  }

  .retail_ecomm10-con .benefit-text {
    font-size: 0.85rem;
  }
}


/* ========= Small Devices – Tablets (577px to 768px) ========= */
@media (min-width: 577px) and (max-width: 768px) {
  .retail_ecomm10-con {
    padding: 35px 15px;
  }

  .retail_ecomm10-con .benefit-card {
    padding: 22px 12px;
    height: 250px;
  }

  .retail_ecomm10-con .benefit-img {
    max-width: 80%;
  }

  .retail_ecomm10-con .benefit-text {
    font-size: 0.9rem;
  }
}


/* ========= Medium Devices – Small Laptops (769px to 992px) ========= */
@media (min-width: 769px) and (max-width: 992px) {
  .retail_ecomm10-con {
    padding: 45px 20px;
  }

  .retail_ecomm10-con .benefit-card {
    padding: 24px 15px;
  }

  .retail_ecomm10-con .benefit-img {
    max-width: 85%;
  }

  .retail_ecomm10-con .benefit-text {
    font-size: 1rem;
  }
}


/* ========= Large Devices – Desktops (993px to 1200px) ========= */
@media (min-width: 993px) and (max-width: 1200px) {
  .retail_ecomm10-con .benefit-card {
    padding: 25px 18px;
  }

  .retail_ecomm10-con .benefit-img {
    max-width: 80%;
  }

  .retail_ecomm10-con .benefit-text {
    font-size: 1rem;
  }
}



.retail_ecomm11-con {
  background-color: #FEB09C; 
  margin: 50px 0;
}

/* Illustration Image */
.retail_ecomm11-con .retail_ecomm11-img {
  max-width: 70%;
  height: auto;
  margin: auto; 
}

/* Title */
.retail_ecomm11-con .retail_ecomm11-title {
  font-size: clamp(1.5rem, 2vw + 1rem, 2rem);
  font-weight: 800;
  color: #000000;
  margin-bottom: 15px;
}

/* Description Text */
.retail_ecomm11-con .retail_ecomm11-text {
  color: #000000;
  font-size: 20px;
  line-height: 1.7;
  font-weight: 500;
}

/* ============================================================
   RESPONSIVE BREAKPOINTS (ALL SIZES YOU REQUESTED)
   ============================================================ */


/* ========= Extra Small Devices – Mobile (max-width: 576px) ========= */
@media (max-width: 576px) {
  .retail_ecomm11-con .retail_ecomm11-img {
    max-width: 90%;
  }
  .retail_ecomm11-con .retail_ecomm11-title {
    font-size: 1.4rem;
  }
  .retail_ecomm11-con .retail_ecomm11-text {
    font-size: 0.9rem;
  }
}


/* ========= Small Devices – Tablets (577px to 768px) ========= */
@media (min-width: 577px) and (max-width: 768px) {
  .retail_ecomm11-con {
    padding: 40px 15px;
  }
  .retail_ecomm11-con .retail_ecomm11-img {
    max-width: 85%;
  }
  .retail_ecomm11-con .retail_ecomm11-title {
    font-size: 1.5rem;
  }
  .retail_ecomm11-con .retail_ecomm11-text {
    font-size: 1rem;
  }
}


/* ========= Medium Devices – Small Laptops (769px to 992px) ========= */
@media (min-width: 769px) and (max-width: 992px) {
  .retail_ecomm11-con {
    padding: 50px 20px;
  }
  .retail_ecomm11-con .retail_ecomm11-img {
    max-width: 80%;
  }
  .retail_ecomm11-con .retail_ecomm11-title {
    font-size: 1.7rem;
  }
  .retail_ecomm11-con .retail_ecomm11-text {
    font-size: 1.05rem;
  }
}


/* ========= Large Devices – Desktops (993px to 1200px) ========= */
@media (min-width: 993px) and (max-width: 1200px) {
  .retail_ecomm11-con .retail_ecomm11-img {
    max-width: 75%;
  }
  .retail_ecomm11-con .retail_ecomm11-title {
    font-size: 1.9rem;
  }
  .retail_ecomm11-con .retail_ecomm11-text {
    font-size: 1.1rem;
  }
}
