.checkout-v2-logo{
  width:100px !important;
height:100px !important;
}
.mw-embed-iframe, .mwembed{
  min-height:0px !important;
}
@media (max-width: 768px) {
    .shop-inner-page2  .mw-price-item {
		background-color:#fff !important;
        bottom: 0 !important;
        left: 0 !important;
        width: 100% !important;
        z-index: 1000;
        padding: 10px 2px;
        display: flex;
        justify-content: space-evenly;
        align-items: end !important;
        position: fixed;
    }
  .shop-inner-page2  .mw-price-item .row {
  	width:100% !important
  }
  .shop-inner-page2  .mw-price-item  .col-lg-6 {
  	width:50% !important;
  }
}
.mw-accordion-faq-skin-button {
  height: 30px !important;
  color: #000;
  border: none;
  width: 100%;
  text-align: left;
  padding: 0 15px;
  font-size: 14px;
  font-weight: 500;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s ease, transform 0.2s ease;
}
.mw-accordion-faq-skin-button h5{
  font-size:15px !important;
  color:#555 !important;
}
.cus
.snij-cta-text p{
  font-size:14px !important;
}
.form-control{
  font-size:14px !important;
}
#mw-element-1755061682455{
  background-color:#D0E7FF ;
 border-radius:10px !important;
}
.accordion h6{
  margin-top:20px !important;
}
.shop-products .product .price{
  color:#000;
  font-size:16px !important;
}
/*Everything your skin*/
.feature-section {
  text-align: center;
  padding: 40px 20px;
  background: #a5cf4b;
  font-family: 'Poppins', sans-serif;
}
.feature-section h2 {
  font-size: 28px;
  color: #064e3b;
  margin-bottom: 40px;
}
.feature-section h2 span {
  display: block;
  font-weight: 500;
}
.feature-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
}
.feature-box {
  background: #fff;
  border-radius: 50%;
  padding: 20px;
  width: 150px;
  height: 150px;
  box-shadow: 0 12px 25px rgba(0, 0, 0, 0.15);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
  border: 3px solid #064e3b;
}

.feature-box:hover {
  transform: translateY(-6px) scale(1.03);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.2);
}
.feature-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  object-fit: contain;
}
.feature-box p {
  font-size: 14px;
  color: #064e3b;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 768px) {
  .feature-container {
    justify-content: center;
    gap: 20px;
  }
  .feature-box {
    width: 45%;
    height: auto;
    aspect-ratio: 1 / 1;
    border-radius: 50%;
  }
}
/*Everything your skin END*/
/*Take care of your skin*/
.skin-feature-section {
      font-family: 'Poppins', sans-serif;
      padding: 60px 20px;
      display: flex;
      flex-direction: column;
      align-items: center;
    }
    .skin-feature-section h2 {
      font-size: 32px;
      color: #0e1b4d;
      font-weight: 600;
      margin-bottom: 50px;
      text-align: center;
      text-transform: uppercase;
      letter-spacing: 1px;
    }
    .feature-cards {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 40px;
      max-width: 1300px;
      width: 100%;
    }
    .feature-card {
      background: linear-gradient(to bottom right, #ffffff, #f3f9ff);
      border-radius: 24px;
      width: 280px;
      padding: 35px 25px;
      text-align: center;
      position: relative;
      transition: 0.4s ease;
      border: 1px solid rgba(0, 0, 0, 0.05);
      box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
      overflow: hidden;
    }
    .feature-card::before {
      content: "";
      position: absolute;
      top: -50%;
      left: -50%;
      width: 200%;
      height: 200%;
      background: radial-gradient(circle, #cde9ff 0%, transparent 70%);
      animation: rotate 8s linear infinite;
      z-index: 0;
    }
    .feature-card:hover {
      transform: translateY(-8px);
      box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
    }
    .feature-card-content {
      position: relative;
      z-index: 1;
    }
    .feature-img {
      width: 70px;
      height: 70px;
      background: #e6f2ff;
      padding: 15px;
      border-radius: 50%;
      margin: 0 auto 20px;
      box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
    }
    .feature-img img {
      width: 100%;
      height: auto;
      display: block;
    }
    .feature-card h3 {
      font-size: 16px;
      font-weight: 600;
      color: #102348;
      margin-bottom: 12px;
      text-transform: uppercase;
    }
    .feature-card p {
      font-size: 14px;
      color: #4b5773;
      line-height: 1.6;
    }
    @keyframes rotate {
      0% {
        transform: rotate(0deg);
      }
      100% {
        transform: rotate(360deg);
      }
    }
    @media screen and (max-width: 768px) {
      .feature-card {
        width: 100%;
      }
	  .bylt-footer h6{
		line-height:30px;
		margin-top:20px;
	  }
      .skin-feature-section h2 {
        font-size: 24px;
      }
    }
/*Take care of your skin END*/
/*Blog Post*/
.blog-posts-19 .h-100 {
  background-color: #ffffff;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  overflow: hidden;
  position: relative;
}

.blog-posts-19 .h-100:hover {
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.15);
  transform: translateY(-5px);
}

.blog-posts-19 h6 {
  color: #0056b3;
  font-weight: 700 !important;
  font-size: 18px;
  margin-top: 15px;
  transition: color 0.3s;
}

.blog-posts-19 .h-100:hover h6 {
  color: #7c4dff;
}

.blog-posts-19 p {
  font-size: 15px !important;
  color: #555 !important;
  line-height: 1.6;
  margin-top: 10px;
}

.blog-posts-19 .img-as-background {
  height: 220px !important;
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
  transition: transform 0.3s ease;
}

.blog-posts-19 .h-100:hover .img-as-background {
  transform: scale(1.05);
}

.blog-posts-19 small {
  color: #777;
  font-size: 13px !important;
  display: block;
  margin-top: 15px;
}

.blog-posts-19 .post-19::after {
  display: none;
}
@media (max-width: 768px) {
  .blog-posts-19 .img-as-background {
    height: 200px !important;
    width: 100% !important;
  }

  .blog-posts-19 .h-100 {
    padding: 15px;
  }

  .blog-posts-19 h6 {
    font-size: 16px;
  }

  .blog-posts-19 p {
    font-size: 14px !important;
  }
}
/*Blog Post END*/
.privacy-policy-section {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
  padding: 40px;
  margin-bottom: 40px;
  transition: all 0.3s ease;
}

.privacy-policy-section:hover {
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
  transform: translateY(-3px);
}


/*form details*/
.contact-us-details-1 {
  max-width: 800px;
  margin: 30px auto;
  padding: 15px;
  font-family: Arial, sans-serif;
}

.contact-us-details-card-1 {
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
}

.contact-us-details-header-1 {
  padding: 15px 20px;
  background: #f2f7ff;
  border-bottom: 1px solid #ddd;
}

.contact-us-details-title-1 {
  margin: 0;
  font-size: 24px;
  font-weight: bold;
  color: #1e5aa8;
}

.contact-us-details-body-1 {
  padding: 20px;
}

.contact-us-details-list-1 {
  margin: 0;
  display: grid;
  grid-template-columns: 150px 1fr;
  row-gap: 10px;
  column-gap: 10px;
}

.contact-us-details-list-1 dt {
  font-weight: bold;
  color: #333;
}

.contact-us-details-list-1 dd {
  margin: 0;
  color: #555;
}

.contact-us-details-link-1 {
  color: #1e5aa8;
  text-decoration: none;
  border-bottom: 1px dotted #1e5aa8;
}

.contact-us-details-link-1:hover {
  color: #3a7bd5;
  border-bottom-color: transparent;
}

@media (max-width: 600px) {
  .contact-us-details-list-1 {
    grid-template-columns: 1fr;
  }
}

/*About us*/
:root {
    --bg: #f7f9ff;
    --card: #ffffff;
    --text: #1f2430;
    --muted: #5c667a;
    --accent: #5b74ff;
    --accent-2: #8aa6ff;
    --ring: rgba(91, 116, 255, 0.18);
    --shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
    --radius: 16px;
  }

  /* ====== Section ====== */
  .about-snijderma {
    background: var(--bg);
    padding: 64px 18px;
  }

  .about-wrap {
    width: min(1100px, 100%);
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.1fr 0.9fr;
    gap: 32px;
    align-items: start;
  }

  @media (max-width: 900px) {
    .about-wrap {
      grid-template-columns: 1fr;
      gap: 24px;
    }
  }

  /* ====== Content ====== */
  .about-content {
    background: var(--card);
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    padding: 20px 28px; /* less top padding */
    border: 1px solid rgba(0, 0, 0, 0.04);
    animation: fadeInUp 0.6s ease both;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
  }

  .eyebrow {
    display: inline-block;
    font-size: 12px;
    letter-spacing: 0.14em;
    text-transform: uppercase;
    color: var(--muted);
    background: #eef2ff;
    border: 1px solid rgba(91, 116, 255, 0.22);
    padding: 6px 10px;
    border-radius: 999px;
    margin-bottom: 10px;
  }

  .title-1 {
    font-size: clamp(26px, 2.6vw, 34px);
    line-height: 1.15;
    color: var(--text);
    margin: 4px 0 14px;
  }

  .title-1::after {
    content: "";
    display: block;
    width: 68px;
    height: 4px;
    border-radius: 999px;
    margin-top: 12px;
    background: linear-gradient(90deg, var(--accent), var(--accent-2));
  }

  .lead {
    font-size: 16px;
    line-height: 1.75;
    color: var(--text);
    margin: 10px 0 10px;
  }

  .body {
    font-size: 15px;
    line-height: 1.8;
    color: var(--muted);
    margin: 0 0 18px;
  }

  /* ====== Highlights ====== */
  .highlights {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }

  @media (max-width: 520px) {
    .highlights {
      grid-template-columns: 1fr;
    }
  }

  .hl-card {
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 12px;
    align-items: start;
    background: #fbfcff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-radius: 14px;
    padding: 12px 14px;
    box-shadow: 0 6px 14px rgba(0, 0, 0, 0.05);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
    min-height: 88px;
  }

  .hl-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 12px 22px rgba(0, 0, 0, 0.08);
    border-color: var(--ring);
  }

  .hl-bullet {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    margin-top: 6px;
    background: radial-gradient(circle at 30% 30%, var(--accent), var(--accent-2));
    box-shadow: 0 0 0 6px rgba(91, 116, 255, 0.1);
  }

  .hl-card h3 {
    font-size: 15px;
    margin: 0 0 4px;
    color: var(--text);
  }

  .hl-card p {
    font-size: 13px;
    line-height: 1.6;
    color: var(--muted);
    margin: 0;
  }

  /* ====== Visual Side with Two Images ====== */
  .about-visual {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }

  .visual-img {
    width: 100%;
    max-width: 520px;
    border-radius: var(--radius);
    box-shadow: var(--shadow);
    border: 1px solid rgba(0, 0, 0, 0.04);
    object-fit: cover;
    animation: fadeInUp 0.6s ease both;
  }

  
  @keyframes fadeInUp {
    from {
      opacity: 0;
      transform: translateY(10px);
    }
    to {
      opacity: 1;
      transform: translateY(0);
    }
  }
/*about us end*/
/*mission icon section*/
.impact-section {
  padding: 20px 40px; 
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.impact-section h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 40px;
  color: #382454;
}

.impact-cards-container {
  display: flex;
  gap: 20px;
  justify-content: center; 
  overflow-x: auto;
  padding-bottom: 10px;
  scroll-snap-type: x mandatory;
}

.impact-card {
  flex: 0 0 200px;
  background: #fff;
  padding: 25px 18px;
  border-radius: 18px;
  box-shadow: 0 8px 24px rgba(56, 36, 84, 0.1);
  text-align: center;
  transition: all 0.3s ease;
  scroll-snap-align: start;
  min-width: 200px;
}

.impact-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 10px 26px rgba(56, 36, 84, 0.15);
}

.impact-icon {
  font-size: 38px;
  background: linear-gradient(135deg, #0056b3, #1c9c59);
  color: #fff;
  padding: 5px;
  margin-bottom: 15px;
}

.impact-card p {
  font-size: 15px;
  font-weight: 500;
  color: #333;
  margin: 0;
}

.impact-cards-container::-webkit-scrollbar {
  height: 8px;
}

.impact-cards-container::-webkit-scrollbar-thumb {
  background: #bbb;
  border-radius: 4px;
}
@media (max-width: 768px) {
  .impact-section h2 {
    font-size: 22px;
  }

  .impact-cards-container {
    justify-content: flex-start;
  }

  .impact-card {
    min-width: 180px;
    padding: 20px 15px;
  }

  .impact-icon {
    font-size: 32px;
  }
}
/*mission icon section END*/
/*Our Story content*/
.our-story-simple {
  background: #fff;
  padding: 50px 20px;
  font-family: 'Poppins', sans-serif;
  text-align: center;
}
.title-1 {
  color: #1c9c59;
  font-weight: 600;
  text-transform: uppercase;
}
.subtitle {
  font-size: 26px;
  font-weight: 700;
  margin: 5px 0 25px;
}
.blue { color: #0056b3; }
.green { color: #1c9c59; }

.story-image img {
  max-width: 100%;
  border-radius: 12px;
  margin-bottom: 30px;
  box-shadow: 0 6px 18px rgba(0,0,0,0.08);
}

.story-text {
  max-width: 800px;
  margin: auto;
  text-align: left;
}
.story-text p {
  margin-bottom: 15px;
  line-height: 1.7;
}
.story-text h4 {
  margin-top: 20px;
  color: #0056b3;
  font-size: 18px;
}
.promise ul {
  padding-left: 20px;
}
.promise li {
  margin-bottom: 8px;
}
.promise li::marker {
  color: #1c9c59;
}
.tagline {
  margin-top: 20px;
  font-style: italic;
  font-weight: 500;
  color: #0056b3;
}
@media (max-width: 768px) {
  .story-text {
    text-align: center;
  }
  .promise ul {
    text-align: left;
    display: inline-block;
  }
}
/*Our Story content END*/
.features-section {
  padding: 20px 0;
}

.features-container {
  display: flex;
  gap: 20px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none; 
}

.features-container::-webkit-scrollbar {
  display: none; 
}
.feature-item {
  flex: 0 0 auto;
  text-align: center;
  border: 2px solid transparent;
  border-radius: 50%;
  padding: 15px;
  background: linear-gradient(#fff, #fff) padding-box,
              linear-gradient(45deg, #0056b3, #1c9c59) border-box;
}

.feature-item img {
  width: 70px;
  height: auto;
  filter: brightness(0) saturate(100%) invert(32%) sepia(98%) saturate(392%) hue-rotate(160deg) brightness(90%) contrast(90%);
}
@media (min-width: 768px) {
  .features-container {
    overflow-x: hidden; 
    justify-content: center; 
    flex-wrap: nowrap; 
  }
}
/*Heading + Chip (For Beauticians)*/
.howto-head{
  text-align:center;
  margin-bottom:20px;
}
.howto-head h2 {
  font-size: 26px;   
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
/* Chip (For Beauticians) with gradient*/
.howto-head .chip{
  background: linear-gradient(135deg, #b5cef8); 
  color: #fff;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: .3px;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
  display: inline-block;
  transition: transform .2s, box-shadow .2s;
}

/* ===== Steps in ONE row (no icons) ===== */
.howto-steps{
  display:flex;
  gap:16px;
  padding:16px;
  margin:0;
  list-style:none;
  overflow-x:auto;              
}
.howto-steps::-webkit-scrollbar{ height:6px; }
.howto-steps::-webkit-scrollbar-thumb{ background:#cfcfcf; border-radius:6px; }

.step-icon{ display:none; }      

/* Step cards */
.howto-steps li {
  flex: 0 0 260px;
  border: 2px solid #1c9a5c;
  border-radius: 12px;
  padding: 16px 18px;
  scroll-snap-align: start;
  box-sizing: border-box;
  box-shadow: 0 4px 10px rgba(255, 140, 0, 0.15);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.howto-steps li:hover{
  transform:translateY(-4px);
  box-shadow:0 6px 16px rgba(0,0,0,.12);
  background:linear-gradient(135deg,#fdfbfb,#f3f3f3);
}
.howto-steps li p{ margin:0; }

/* ===== Notes ===== */
.howto-note{
  margin-top:12px;
  padding:12px 14px;
  border-radius:8px;
  background:#f0f4f8;
  border-left:4px solid #4a90e2;
  color:#333;
  font-size:14px;
}
.howto-note.warn{ border-left-color:#f44336; }

@media (max-width: 768px) {
  .howto-head h2 {
    font-size: 20px;  
  }

  .howto-steps {
    display: block;    
    padding: 0 12px;
  }

  .howto-steps li {
    max-width: 350px;
    margin-bottom: 15px;
  }

  .howto-head .chip {
    font-size: 12px;
    padding: 4px 10px;
  }
}

/* ==== Precaution Head ==== */
.precaution-head {
  text-align: center;
  margin-bottom: 20px;
}
.precaution-head h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 12px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.precaution-head .chip {
   color: #fff;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 600;
  display: inline-block;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
/*Precaution Cards*/
.precaution-list {
  display: flex;
  justify-content: center;   
  flex-wrap: wrap;           
  gap: 16px;
  padding: 16px;
  margin: 0;
  list-style: none;
}
.precaution-list li {
  flex: 1 0 93px;
  border: 2px solid #1c9a5c;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 4px 10px rgba(255, 140, 0, 0.15);
  transition: transform .2s, box-shadow .2s;
  background: #fff;
  text-align: left;          
  display: flex;
  align-items: center;      
  gap: 10px;                
}
.precaution-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0,0,0,.12);
  background: linear-gradient(135deg,#fdfbfb,#f3f3f3);
}
.precaution-list li p {
  margin: 0;
  line-height: 1.5;
  font-size: 15px;
}
@media (max-width:768px){
  .precaution-list {
    flex-wrap: nowrap;              
    overflow-x: auto;               
    -webkit-overflow-scrolling: touch;
    gap: 12px;
    padding: 12px;
  }
  .precaution-list li {
    flex: 0 0 auto;                
    min-width: 250px;  
  }
  .precaution-list::-webkit-scrollbar {
    height: 6px;
  }
  .precaution-list::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 4px;
  }
}
.ideal-head {
  text-align: center;
  margin-bottom: 20px;
}
.ideal-head h2 {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #333;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.ideal-head .chip {
  background: linear-gradient(135deg, #4a90e2, #50c9c3);
  color: #fff;
  font-size: 14px;
  padding: 5px 12px;
  border-radius: 999px;
  font-weight: 600;
  letter-spacing: .3px;
  display: inline-block;
  white-space: nowrap;
  box-shadow: 0 2px 6px rgba(0,0,0,.15);
}
.ideal-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;  
  gap: 16px;
  padding: 16px;
  margin: 0;
  list-style: none;
}
.ideal-list li {
  flex: 0 0 260px;
  border: 1px solid #cce5ff;
  border-radius: 12px;
  padding: 16px 18px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, .1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  background: #fff;
  text-align: left;
}
.ideal-list li:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, .15);
  background: linear-gradient(135deg, #fdfbfb, #f3f3f3);
}
.ideal-list li .i-icon {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: linear-gradient(135deg, #4a90e2, #50c9c3);
  border-radius: 50%;
  margin-right: 8px;
  vertical-align: middle;
}
@media (max-width: 768px) {
  .ideal-head h2 { font-size: 22px; }
  .ideal-list {
    flex-direction: column;  
    align-items: center;
    gap: 12px;
  }
  .ideal-list li {
    flex: 1 1 auto;
    max-width: 92%;
  }
  .ideal-head .chip {
    font-size: 13px;
    padding: 3px 9px;
  }
}
.home-page-services-section {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 30px;
  background: #94c83d;
  padding: 20px;
  flex-wrap: wrap; 
}
.home-service-box {
  background: #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  text-align: center;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  word-wrap: break-word; 
  padding: 15px;
}
.home-service-box img {
  width: 60px;
  height: 60px;
  margin-bottom: 8px;
  object-fit: contain;
}
.home-service-box p {
  color: #084a24;
  font-weight: bold;
  font-size: 14px;
  line-height: 1.3;
  text-align: center;
  margin: 0;
}
@media (max-width: 768px) {
  .home-page-services-section {
    justify-content: center;
    gap: 20px;
  }

  .home-service-box {
    width: 45%;  
    height: auto;
    aspect-ratio: 1/1; 
  }
}
/*Highlights*/
.highlight-section {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #eaf3fb;
  padding: 20px;
  gap: 40px;
  flex-wrap: nowrap;
  overflow-x: auto;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch; /* smooth scrolling on mobile */
}

.highlight-section::-webkit-scrollbar {
  display: none;
}

.highlight-gift,
.highlight-box {
  display: flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  text-align: center;
  min-width: 200px; /* ensures item takes up space for scrolling */
  flex-shrink: 0; /* prevent shrinking */
}

.highlight-gift img,
.highlight-box img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.highlight-gift p,
.highlight-box p {
  font-size: 16px;
  font-weight: bold;
  color: #0d1c4a;
  margin: 0;
}

@media (min-width: 768px) {
  .highlight-section {
    justify-content: space-evenly;
    overflow-x: hidden;
  }
}
/*Highlights END*/