/* ==========================================================
   1. GLOBAL RESET & TYPOGRAPHY
   ========================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  font-family: "DM Sans", sans-serif !important;
  font-optical-sizing: auto;
  font-weight: 600;
}
body {
  font-family: "DM Sans", sans-serif !important;

  overflow-x: hidden;
  background-color: #fff;
}

/* ==========================================================
   2. TOPBAR & HEADER
   ========================================================== */
.topbar {
  height: 5px;
  background: #6f2dbd;
}

.main-header {
  background: #f4f4f4;
  padding: 2px 0;
  border-bottom: 1px solid #ddd;
}

.logo {
  font-size: 22px;
  font-weight: 600;
  color: #d14aa3;
  white-space: nowrap;
}

.logo i {
  margin-right: 6px;
}

.search-box {
  position: relative;
}

.search-box input {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #ccc;
  padding: 10px 40px 10px 15px;
  outline: none;
}

.search-box button {
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%);
  background: none;
  border: none;
  color: #6f2dbd;
  cursor: pointer;
}

.header-right a {
  margin-left: 15px;
  font-size: 17px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.header-right a:hover {
  color: #6f2dbd;
}

/* ==========================================================
   3. DESKTOP NAVIGATION (MEGA MENU)
   ========================================================== */
.nav-menu {
  background: #f8f8f8;
  position: relative;
  border-bottom: 1px solid #eaeaea;
}

.nav-item {
  position: relative;
}

.nav-menu .nav-link {
  color: #333;
  padding: 15px 18px;
  font-size: 15px;
  cursor: pointer;
  font-weight: 500;
}

.nav-menu .nav-link:hover {
  color: #a64ac9;
}

.text-purple {
  color: #6f2dbd !important;
}

.mega-menu {
  position: absolute;
  left: 0;
  top: 100%;
  width: 100%;
  background: white;
  padding: 30px;
  display: none;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.15);
  z-index: 999;
  border-top: 2px solid #6f2dbd;
}

.nav-item:hover > .mega-menu {
  display: block; /* Hover Show */
}

.mega-title {
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 14px;
  color: #111;
}

.mega-menu ul {
  padding: 0;
  list-style: none;
}

.mega-menu ul li {
  margin-bottom: 10px;
  font-size: 14px;
  color: #555;
  cursor: pointer;
}

.mega-menu ul li:hover {
  color: #a64ac9;
}

.top-seller img {
  width: 100%;
  border-radius: 5px;
}

.top-seller p {
  font-size: 12px;
  margin-top: 5px;
  font-weight: 500;
}

/* ==========================================================
   4. MOBILE MENU (SIDEBAR)
   ========================================================== */
.mobile-toggle {
  display: none; /* Hidden on desktop */
  font-size: 22px;
  cursor: pointer;
  color: #333;
}

.mobile-menu {
  position: fixed;
  left: -100%;
  top: 0;
  height: 100%;
  width: 280px;
  background: white;
  z-index: 1050;
  overflow-y: auto;
  transition: left 0.3s ease-in-out;
  box-shadow: 2px 0 15px rgba(0, 0, 0, 0.2);
}

.mobile-menu.active {
  left: 0;
}

.mobile-menu-header {
  padding: 20px 15px;
  background: #f4f4f4;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #ddd;
}

.mobile-close {
  font-size: 24px;
  cursor: pointer;
  color: #dc3545;
}

.mobile-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.mobile-menu li {
  border-bottom: 1px solid #eee;
}

.mobile-menu a {
  display: block;
  padding: 15px;
  color: #333;
  text-decoration: none;
  font-weight: 500;
}

.mobile-submenu {
  display: none;
  background: #f9f9f9;
}

.mobile-submenu a {
  padding-left: 30px;
  font-size: 14px;
  color: #666;
}

.mobile-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.mobile-link i {
  transition: transform 0.3s;
}

.mobile-link.active i {
  transform: rotate(180deg);
}

/* ==========================================================
   5. BANNER / CAROUSEL
   ========================================================== */
.banner-img {
  width: 100%;
  height: auto;
  object-fit: cover;
}

.carousel-indicators li {
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #53225f;
  opacity: 0.5;
  margin: 0 5px;
}

.carousel-indicators .active {
  opacity: 1;
}

/* ==========================================================
   6. BRAND LOGO SECTION
   ========================================================== */
.brandlogo_wrapper {
  background: white;
  padding: 20px 0;
}

.brand-heading {
  font-size: 34px;
  font-weight: 700;
  color: black;
  margin-bottom: 40px;
}

.brand-heading span {
  color: #53225f;
}

.brand-box {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.brand-box img {
  width: 75px;
}

.brand-text h5 {
  font-size: 18px;
  font-weight: 600;
  color: #000000;
  margin: 0;
  line-height: 1.4;
}

/* ==========================================================
   7. CATEGORY SECTION
   ========================================================== */
.category-section {
  /* background: #f2f2f2; */
  padding: 0px 0px 5px 0px;
  position: relative;
}

.category-slider {
  display: flex;
  overflow-x: auto;
  scroll-behavior: smooth;
  gap: 10px;
  padding: 10px 50px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.category-slider::-webkit-scrollbar {
  display: none;
}

.cat-card {
  min-width: 140px;
  text-align: center;
  cursor: pointer;
  flex-shrink: 0;
}

.cat-card img {
  /* width: 100px;
  height: 100px; */
  /* border-radius: 5%; Make them round like usual category icons */
  /* background: #f3ead7; */
  /* border: 2px solid #ead9b6; */
  transition: transform 0.3s;
  object-fit: cover;
}

.cat-card img:hover {
  transform: scale(1.05);
}

.cat-card p {
  margin-top: 14px;
  font-size: 13px;
  font-weight: 800;
  color: #000000;
}

/* Slider Navigation Buttons */
.cat-btn,
.offer-btn,
.review-btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 45px;
  height: 45px;
  border-radius: 50%;
  border: none;
  background: white;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
  cursor: pointer;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #555;
  transition: background 0.3s;
}

.cat-btn:hover,
.offer-btn:hover {
  background: #f0f0f0;
}

.cat-btn.prev,
.offer-btn.prev {
  left: 10px;
}
.cat-btn.next,
.offer-btn.next {
  right: 10px;
}

/* Modern Custom CSS */
.modern-products-area {
  background-color: #fcfcfc;
}

.modern-sec-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 20px;
  border-bottom: 2px solid #eaeaea;
  padding-bottom: 10px;
}

.modern-sec-title {
  font-size: 1.4rem;
  font-weight: 700;
  color: #222;
  margin: 0;
  text-transform: capitalize;
}

.modern-view-btn {
  background: #e62e5c;
  color: #fff;
  padding: 6px 18px;
  border-radius: 20px;
  font-size: 0.85rem;
  font-weight: 600;
  text-decoration: none;
  transition: background 0.3s;
}

.modern-view-btn:hover {
  background: #c21a44;
  color: #fff;
  text-decoration: none;
}

/* Product Card Styling */
.modern-card {
  background: #fff;
  border-radius: 12px;
  border: 1px solid #f0f0f0;
  overflow: hidden;
  height: 100%;
  display: flex;
  flex-direction: column;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.04);
  transition:
    transform 0.3s ease,
    box-shadow 0.3s ease;
}

.modern-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.modern-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  /* 1:1 Aspect Ratio (Square) */
  background-color: #f9f9f9;
  overflow: hidden;
}

.modern-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.modern-card:hover .modern-img-wrap img {
  transform: scale(1.05);
  /* Hover zoom effect */
}

.modern-badge {
  position: absolute;
  top: 12px;
  right: 12px;
  background-color: #ff3b3b;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 4px 10px;
  border-radius: 4px;
  z-index: 2;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.modern-card-body {
  padding: 15px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
  justify-content: space-between;
}

.modern-card-title {
  font-size: 0.95rem;
  font-weight: 600;
  color: #111;
  text-decoration: none;
  margin-bottom: 15px;
  line-height: 1.4;
  display: block;
}

.modern-card-title:hover {
  color: #e62e5c;
  text-decoration: none;
}

/* Action Buttons Array */
.modern-actions {
  display: flex;
  gap: 6px;
  justify-content: space-between;
}

.m-btn {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 8px 0;
  border-radius: 6px;
  font-size: 0.8rem;
  font-weight: 600;
  color: #fff;
  text-decoration: none;
  transition: opacity 0.3s ease;
}

.m-btn:hover {
  opacity: 0.85;
  color: #fff;
  text-decoration: none;
}

.m-btn-call {
  background-color: #007bff;
}

.m-btn-wa {
  background-color: #25d366;
}

.m-btn-view {
  background-color: #333333;
}

/* ==========================================================
   8. CITY SERVICE SECTION
   ========================================================== */
.city-service-section {
  background-color: #fbf9ff;
  padding: 60px 0;
}

.city-service-title {
  color: #5c4ebc;
  font-weight: bold;
  font-size: 2.2rem;
}

.city-service-subtitle {
  color: #838592;
  font-weight: 600;
  font-size: 1.1rem;
  margin-bottom: 40px;
}

.city-card img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 12px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.city-card img:hover {
  transform: scale(1.03);
}

.city-card .city-name {
  color: #3b115f;
  font-weight: bold;
  font-size: 1.1rem;
  margin-top: 15px;
}

/* ==========================================================
   9. OFFERS SECTION
   ========================================================== */
.offer-section {
  padding: 50px 30px;
  background: #ffffff;
  position: relative;
}

.offer-title {
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 30px;
  text-align: center;
}

.offer-slider {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
  padding: 10px 0;
}

.offer-slider::-webkit-scrollbar {
  display: none;
}

.offer-card {
  flex: 0 0 calc(33.333% - 14px);
  max-width: calc(33.333% - 14px);
}

.offer-card img {
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
}

/* ==========================================================
   10. TAILORED FOR YOU (TABS & PRODUCTS)
   ========================================================== */
.tailored-section {
  padding: 60px 0;
  background-color: #fff;
}

.tailored-title {
  font-size: 1.8rem;
  font-weight: 700;
  color: #111;
  margin-bottom: 30px;
  text-align: center;
}

.custom-tabs {
  border-bottom: 1px solid #e0e0e0;
  flex-wrap: nowrap;
  overflow-x: auto;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.custom-tabs .nav-item {
  flex: 1;
  text-align: center;
  min-width: 130px;
}

.custom-tabs .nav-link {
  color: #666;
  font-weight: 500;
  font-size: 0.9rem;
  border: none;
  padding: 15px 10px;
  border-radius: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  border-bottom: 3px solid transparent;
}

.custom-tabs .nav-link.active {
  color: #111;
  font-weight: 600;
  background-color: #faf9f6;
  border-bottom: 3px solid #556b2f; /* Highlight Active Tab */
}

.product-card {
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 25px;
  background: #fff;
  transition: box-shadow 0.3s;
}

.product-card:hover {
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.product-img-wrap {
  position: relative;
  width: 100%;
  padding-top: 100%;
  background-color: #f9f9f9;
}

.product-img-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.product-info {
  padding: 15px;
}

.product-title {
  font-size: 0.9rem;
  color: #333;
  margin-bottom: 8px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.price-wrap {
  font-size: 1rem;
}

.old-price {
  color: #999;
  text-decoration: line-through;
  margin-right: 8px;
  font-size: 0.85rem;
}

.new-price {
  font-weight: 700;
  color: #111;
}

.price-drop-tag {
  background-color: #ff3b3b;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 3px 8px;
  border-radius: 3px;
  margin-top: 8px;
  display: inline-block;
}

/* ==========================================================
   11. STORIES SECTION (VIDEOS)
   ========================================================== */
.stories-section {
  padding: 50px 0;
  background: #fff;
}

.stories-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 25px;
}

.stories-track {
  display: flex;
  overflow-x: auto;
  gap: 15px;
  padding-bottom: 10px;
  -ms-overflow-style: none;
  scrollbar-width: none;
  justify-content: center;
}

.story-card {
  flex: 0 0 180px;
  height: 320px;
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background-color: #000;
  cursor: pointer;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.story-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.story-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 12px;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.6) 0%,
    transparent 30%,
    transparent 70%,
    rgba(0, 0, 0, 0.8) 100%
  );
  pointer-events: none;
}

.story-views {
  color: white;
  font-size: 0.8rem;
  background: rgba(0, 0, 0, 0.5);
  padding: 4px 8px;
  border-radius: 4px;
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.story-label {
  background-color: #5c6bc0;
  color: #fff;
  font-size: 0.7rem;
  font-weight: bold;
  padding: 6px 12px;
  border-radius: 20px;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
}

.story-play-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.9);
  font-size: 3rem;
  pointer-events: none;
  transition: opacity 0.3s;
}

/* ==========================================================
   12. TAKE CARE SECTION
   ========================================================== */
.take-care-section {
  background-image: url("img/bg-img-section.avif"); /* Update Path */
  background-size: cover;
  background-position: center;
  padding: 80px 0;
  background-color: #fcfade; /* Fallback color */
}

.main-heading {
  color: #1a5435;
  font-size: 48px;
  font-weight: 800;
  font-style: italic;
  line-height: 1.1;
  margin-bottom: 20px;
}

.take-care-desc {
  color: #1a5435;
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.btn-learn-more {
  background: #1a5435;
  color: #fff;
  font-weight: bold;
  padding: 12px 30px;
  border-radius: 8px;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s;
}

.btn-learn-more:hover {
  background: #113d25;
  color: white;
  text-decoration: none;
}

.features-grid {
  display: flex;
  flex-wrap: wrap;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  width: calc(50% - 10px);
  margin-bottom: 20px;
}

.feature-icon-wrap {
  width: 60px;
  height: 60px;
  flex-shrink: 0;
}

.feature-icon-wrap img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.feature-text {
  color: #881b8f;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
}

/* ==========================================================
   13. CALENDAR / CELEBRATIONS
   ========================================================== */
.celebrations-section {
  padding: 60px 0;
}

.celebrations-title {
  font-size: 1.8rem;
  font-weight: 700;
  margin-bottom: 30px;
  text-align: center;
}

.calendar-track {
  display: flex;
  gap: 20px;
  overflow-x: auto;
  padding-bottom: 15px;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.calendar-card {
  flex: 0 0 calc(20% - 16px);
  max-width: calc(20% - 16px);
  background: #fff;
  border-radius: 12px;
  border: 1px solid #eaeaea;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
}

.cal-img-wrap {
  width: 100%;
  /* aspect-ratio: 1/1; */
}

.cal-img-wrap img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cal-event-name {
  text-align: center;
  padding: 15px 10px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #222;
}

/* ==========================================================
   14. FOUNDERS SECTION
   ========================================================== */
.founders-section {
  /* background-color: #fcf7e8; */
  border: 1px solid #eaeaea;
}

.founders-text-wrap {
  padding: 60px 8%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.founders-title {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 25px;
}

.founders-desc {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #333;
}

.founders-img-col img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 400px;
}

/* ==========================================================
   15. CELEBRATE LOVE
   ========================================================== */
.celebrate-love-section {
  padding: 10px 0;
}

.left-banner-wrap {
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(255, 75, 114, 0.15);
}

.left-banner-wrap img {
  width: 100%;
  display: block;
}

.heart-category-item {
  text-align: center;
  margin-bottom: 30px;
  cursor: pointer;
}

.heart-img-wrap {
  margin: 0 auto 12px;
  transition: transform 0.3s;
}

.heart-img-wrap img {
  width: 160px;
  height: auto;
}

.heart-category-item:hover .heart-img-wrap {
  transform: scale(1.1);
}

.category-name {
  font-size: 1rem;
  font-weight: 600;
  color: #222;
}

/* ==========================================================
   16. REVIEWS SECTION
   ========================================================== */
.review-section {
  padding: 0px 0px;
  background: #fdfdfd;
}

.review-title {
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.review-slider-wrapper {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.review-slider {
  display: flex;
  overflow-x: auto;
  gap: 20px;
  padding: 10px;
  scroll-behavior: smooth;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

.review-slider::-webkit-scrollbar {
  display: none;
}

.review-card {
  flex: 0 0 calc(25% - 15px);
  max-width: calc(25% - 15px);
  border: 1px solid #eee;
  border-radius: 12px;
  padding: 20px;
  background: #fff;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.review-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 15px;
}

.review-card-title {
  font-size: 1.1rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.review-stars {
  color: #f4c150;
  margin-bottom: 10px;
}

.review-text {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.6;
}

.review-author {
  text-align: right;
  font-weight: 600;
  margin-top: 15px;
  color: #222;
}

.review-btn {
  background-color: #cc0000;
  color: white;
}
.review-btn.prev {
  left: -20px;
}
.review-btn.next {
  right: -20px;
}

.custom-footer {
  background: #fff;
  padding: 20px 0 20px;
  color: #333;
}

/* ===== Trust Section ===== */
.trust-row {
  border-bottom: 1px solid #eee;
  padding-bottom: 30px;
  margin-bottom: 40px;
}

.trust-feature {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 15px;
  border-radius: 10px;
  transition: 0.3s;
}

.trust-feature:hover {
  background: #f9f4fb;
  transform: translateY(-3px);
}

.trust-icon {
  color: #53225f;
  font-size: 22px;
}

.trust-text {
  font-weight: 600;
  font-size: 20px;
  margin: 0;
  color: #53225f;
}

/* ===== Headings ===== */
.footer-heading {
  font-weight: 700;
  margin-bottom: 15px;
  font-size: 16px;
  color: #53225f;
}

/* Links */
.footer-links {
  list-style: none;
  padding: 0;
}

.footer-links a {
  color: #555;
  text-decoration: none;
  line-height: 2;
  font-size: 16px;
  transition: 0.3s;
}

.footer-links a:hover {
  color: #53225f;
  padding-left: 5px;
}

.footer-logo {
  text-align: center;
}

/* Logo */
.footer-logo img {
  margin-bottom: 15px;
}

.footer-text {
  font-size: 16px;
  line-height: 1.6;
  color: #666;
}

/* Bottom */
.footer-bottom {
  border-top: 1px solid #eee;
  margin-top: 30px;
  padding-top: 15px;
  text-align: center;
  font-size: 18px;
  color: #777;
}

/* ==========================================================
   18. MEDIA QUERIES (RESPONSIVENESS)
   ========================================================== */

/* TABLET VIEW (Max 991px) */
@media (max-width: 991px) {
  .header-right,
  .nav-menu {
    display: none; /* Hide desktop menus */
  }

  .mobile-toggle {
    display: block; /* Show hamburger icon */
  }

  .main-heading {
    font-size: 38px;
  }

  .review-card {
    flex: 0 0 calc(33.333% - 14px);
    max-width: calc(33.333% - 14px);
  }

  .calendar-card {
    flex: 0 0 calc(30% - 15px);
    max-width: calc(30% - 15px);
  }
  .category-section {
    padding: 5px 0px 5px 0px;
  }
}

/* MOBILE VIEW (Max 768px) */
@media (max-width: 768px) {
  .mobile-products{
    padding: 4px !important;
  }
  /* Global Adjustments */
  .container,
  .container-fluid {
    padding-left: 15px;
    padding-right: 15px;
  }
  .page-content-wrapper {
    margin-top: 0px;
  }
  .category-section {
    padding: 5px 0px 5px 0px;
  }
  /* Sliders - Hide Buttons & Enable Native Scroll Snapping */
  .cat-btn,
  .offer-btn,
  .review-btn {
    display: none;
  }

  .category-slider {
    gap: 0px;
    padding: 2px;
  }

  .category-slider,
  .offer-slider,
  .review-slider,
  .calendar-track,
  .stories-track {
    padding-left: 10px;
    scroll-snap-type: x mandatory;
  }

  .cat-card,
  .offer-card,
  .review-card,
  .calendar-card,
  .story-card {
    scroll-snap-align: start;
  }

  /* Category Slider */
  .cat-card img {
    width: 95px;
    /* height: 100px; */
  }

  .cat-card p {
    margin-top: 2px;
    margin-bottom: 0px;
    font-size: 9px;
  }
  .cat-card {
    min-width: 105px;
  }
  .brandlogo_wrapper {
    padding: 25px 0;
  }
  .brand-heading {
    margin-bottom: 15px;
  }
  .brand-text h5 {
    font-size: 10px;
  }
  .offer-title {
    margin-bottom: 10px;
  }
  /* Brand Logos */
  .brand-heading {
    font-size: 24px;
  }
  .brand-box {
    flex-direction: column;
    text-align: center;
  }

  /* Cards Sizing for Swiping */
  .offer-card {
    flex: 0 0 85%;
    max-width: 65%;
  }
  .offer-card img {
    width: 250px;
  }
  .review-card {
    flex: 0 0 85%;
    max-width: 85%;
  }

  .calendar-card {
    flex: 0 0 60%;
    max-width: 60%;
  }

  .story-card {
    flex: 0 0 140px;
    height: 250px;
  }
  .modern-products-area {
    padding: 0px 0px !important;
  }
  /* Take Care Section */
  .take-care-section {
    padding: 50px 0;
    text-align: center;
  }
  .modern-sec-header {
    margin-top: 10px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
  .main-heading {
    font-size: 32px;
  }
  .celebrate-love-section {
    padding: 0px 0;
  }
  .stories-section {
    padding: 0px 0;
  }
  .feature-item {
    width: 100%;
    justify-content: center;
  }
  .review-section {
    padding: 20px 15px;
  }
  .review-title {
    margin-bottom: 8px;
  }
  /* Founders Section */
  .founders-text-wrap {
    padding: 40px 15px;
    text-align: center;
  }
  .founders-img-col img {
    min-height: 250px;
  }

  /* Celebrate Love */
  .left-banner-wrap {
    margin-bottom: 30px;
  }
  .heart-img-wrap img {
    width: 90px;
  }

  .modern-sec-title {
    font-size: 1.15rem;
  }

  .modern-view-btn {
    padding: 4px 12px;
    font-size: 0.8rem;
  }

  .modern-card-body {
    padding: 9px;
  }

  .modern-card-title {
    font-size: 0.85rem;
    margin-bottom: 12px;
  }

  /* On mobile, text hides, only icons show for Call and WA */
  .m-btn .btn-txt {
    display: none;
  }

  .m-btn i {
    font-size: 1.1rem;
  }

  /* Give View Details button slightly more width on mobile */
  .m-btn-view {
    flex: 1.5;
  }

  .m-btn-view .btn-txt {
    display: inline-block;
    font-size: 0.75rem;
  }

  .m-btn-view i {
    font-size: 0.9rem;
  }

  .trust-feature {
    justify-content: flex-start;
  }

  .footer-col-mobile {
    margin-bottom: 25px;
  }

  .trust-row {
    padding-bottom: 15px;
    margin-bottom: 15px;
  }
  .trust-feature {
    padding: 2px;
  }
}

/* SMALL MOBILE VIEW (Max 576px) */
@media (max-width: 576px) {
  .main-heading {
    font-size: 28px;
  }
  .city-card .city-name {
    font-size: 0.9rem;
  }
  .product-title {
    font-size: 0.8rem;
  }

  .feature-item {
    width: 100%;
    justify-content: flex-start;
    text-align: left;
  }
}
