.elementor-767 .elementor-element.elementor-element-a089cbd{--display:flex;--margin-top:-12px;--margin-bottom:0px;--margin-left:-8px;--margin-right:-25px;}.elementor-767 .elementor-element.elementor-element-a089cbd.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-767 .elementor-element.elementor-element-0b8d84f{width:100%;max-width:100%;background-color:var( --e-global-color-secondary );margin:0px 28px calc(var(--kit-widget-spacing, 0px) + 0px) 18px;}.elementor-767 .elementor-element.elementor-element-74ba027{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-767 .elementor-element.elementor-element-01ca940{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-767 .elementor-element.elementor-element-6f2c4ca{--display:flex;}.elementor-767 .elementor-element.elementor-element-ae25312{margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-767 .elementor-element.elementor-element-f6bb03d{--display:grid;--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-767 .elementor-element.elementor-element-1924b8c{--display:flex;}@media(max-width:1024px){.elementor-767 .elementor-element.elementor-element-74ba027{--grid-auto-flow:row;}.elementor-767 .elementor-element.elementor-element-01ca940{--grid-auto-flow:row;}.elementor-767 .elementor-element.elementor-element-f6bb03d{--grid-auto-flow:row;}}@media(min-width:768px){.elementor-767 .elementor-element.elementor-element-a089cbd{--width:98.612%;}}@media(max-width:767px){.elementor-767 .elementor-element.elementor-element-74ba027{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-767 .elementor-element.elementor-element-01ca940{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}.elementor-767 .elementor-element.elementor-element-f6bb03d{--e-con-grid-template-columns:repeat(1, 1fr);--e-con-grid-template-rows:repeat(1, 1fr);--grid-auto-flow:row;}}/* Start custom CSS for html, class: .elementor-element-0b8d84f *//* =============================================
   TRUST INDICATORS — PREMIUM REDESIGN
   ============================================= */
.mr-trust-bar {
  position: relative;
  width: 100%;
  background: #FFFFFF;
  padding-bottom: 0;
  margin-top: 0;
}
/* Wave pulls the blue hero into the white section smoothly */
.mr-trust-wave {
  display: block;
  width: 100%;
  line-height: 0;
  margin-bottom: -2px;
}
.mr-trust-wave svg {
  display: block;
  width: 100%;
  height: 60px;
}
/* Inner container with the card-style lift */
.mr-trust-inner {
  background: #FFFFFF;
  padding: 0 40px 0;
}
/* The floating card strip */
.mr-trust-grid {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  flex-wrap: wrap;
  max-width: 1280px;
  margin: 0 auto;
  background: #FFFFFF;
  border-radius: 16px;
  box-shadow:
    0 -4px 0px 0px #FFC107,
    0 8px 40px rgba(0, 63, 140, 0.12),
    0 2px 8px rgba(0, 0, 0, 0.06);
  overflow: hidden;
  transform: translateY(-40px);
  position: relative;
  z-index: 10;
}
/* Individual Item */
.mr-trust-item {
  display: flex;
  align-items: center;
  gap: 16px;
  flex: 1 1 200px;
  padding: 28px 24px;
  background: #FFFFFF;
  border-right: 1px solid #F0F0F0;
  transition: all 0.3s ease;
  cursor: default;
}
.mr-trust-item:last-child {
  border-right: none;
}
.mr-trust-item:hover {
  background: linear-gradient(135deg, #F0F5FF 0%, #FAFCFF 100%);
}
/* Gold top accent line on hover */
.mr-trust-item::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #FFC107;
  opacity: 0;
  transition: opacity 0.3s ease;
}
.mr-trust-item {
  position: relative;
}
.mr-trust-item:hover::before {
  opacity: 1;
}
/* Icon Wrapper */
.mr-trust-icon-wrap {
  flex-shrink: 0;
}
.mr-trust-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 58px;
  background: linear-gradient(135deg, #EEF4FF 0%, #E0ECFF 100%);
  border-radius: 14px;
  color: #003F8C;
  transition: all 0.3s ease;
  border: 1.5px solid rgba(0, 63, 140, 0.1);
}
.mr-trust-item:hover .mr-trust-icon {
  background: linear-gradient(135deg, #003F8C 0%, #005BBB 100%);
  color: #FFFFFF;
  border-color: transparent;
  transform: rotate(-4deg) scale(1.05);
  box-shadow: 0 6px 20px rgba(0, 63, 140, 0.3);
}
/* Text */
.mr-trust-text h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  color: #003F8C;
  margin: 0 0 5px 0;
  line-height: 1.3;
}
.mr-trust-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  color: #666666;
  margin: 0;
  line-height: 1.5;
}
/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .mr-trust-inner {
    padding: 0 20px;
  }
  .mr-trust-grid {
    transform: translateY(-30px);
    border-radius: 12px;
  }
  .mr-trust-item {
    padding: 22px 18px;
    flex: 1 1 180px;
  }
  .mr-trust-icon {
    width: 50px;
    height: 50px;
    border-radius: 12px;
  }
}
@media (max-width: 640px) {
  .mr-trust-wave svg {
    height: 40px;
  }
  .mr-trust-inner {
    padding: 0 12px;
  }
  .mr-trust-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    transform: translateY(-20px);
    border-radius: 12px;
    box-shadow:
      0 -4px 0px 0px #FFC107,
      0 6px 24px rgba(0, 63, 140, 0.12);
  }
  .mr-trust-item {
    flex-direction: column;
    align-items: flex-start;
    padding: 20px 16px;
    gap: 12px;
    border-right: none;
    border-bottom: 1px solid #F0F0F0;
  }
  .mr-trust-item:nth-child(odd) {
    border-right: 1px solid #F0F0F0;
  }
  .mr-trust-item:nth-last-child(-n+2) {
    border-bottom: none;
  }
  .mr-trust-icon {
    width: 46px;
    height: 46px;
  }
  .mr-trust-text h4 {
    font-size: 13px;
  }
  .mr-trust-text p {
    font-size: 11.5px;
  }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-a089cbd */.mr-trust-bar {
  background: #FFFFFF;
  padding: 0;
  border-top: 1px solid #E8E8E8;
  border-bottom: 1px solid #E8E8E8;
}

/* Icon color — change from white to blue */
.mr-trust-icon {
  color: var(--mr-blue);
  background: rgba(0, 63, 140, 0.08);
  border-color: rgba(0, 63, 140, 0.15);
}

/* Title — change from white to dark */
.mr-trust-text h4 {
  color: var(--mr-dark);
}

/* Description — change from light/muted white to gray */
.mr-trust-text p {
  color: var(--mr-gray);
}

/* Divider lines between items — adjust for white bg */
.mr-trust-item {
  border-right-color: #E8E8E8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-caa983e *//* =============================================
   SHOP BY CATEGORY
   ============================================= */
.mr-category-section {
  width: 100%;
  background: #F5F7FA;
  padding: 90px 0 80px;
}
/* Section Header */
.mr-section-header {
  text-align: center;
  margin-bottom: 0;
}
.mr-section-label {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #FFC107;
  margin-bottom: 10px;
}
.mr-section-title {
  font-family: 'Montserrat', sans-serif;
  font-size: clamp(26px, 3.5vw, 40px);
  font-weight: 800;
  color: #222222;
  line-height: 1.2;
  margin-bottom: 14px;
}
.mr-divider {
  width: 56px;
  height: 4px;
  background: #FFC107;
  border-radius: 2px;
  margin: 0 auto 52px;
}
/* Category Grid — 3 columns */
.mr-category-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
/* Each Category Card */
.mr-cat-card {
  position: relative;
  display: flex;
  flex-direction: column;
  background: #FFFFFF;
  border-radius: 18px;
  overflow: hidden;
  text-decoration: none;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
  border: 1.5px solid transparent;
}
.mr-cat-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 16px 48px rgba(0, 63, 140, 0.16);
  border-color: rgba(0, 63, 140, 0.15);
}
/* Image Wrapper */
.mr-cat-img-wrap {
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: linear-gradient(135deg, #EEF4FF, #E0ECFF);
}
.mr-cat-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}
.mr-cat-card:hover .mr-cat-img {
  transform: scale(1.07);
}
/* Dark overlay on image */
.mr-cat-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 40%,
    rgba(0, 20, 60, 0.35) 100%
  );
  transition: opacity 0.35s ease;
}
.mr-cat-card:hover .mr-cat-overlay {
  opacity: 0.5;
}
/* Card Content */
.mr-cat-content {
  display: flex;
  flex-direction: column;
  padding: 20px 22px 22px;
  gap: 6px;
  position: relative;
}
/* Small icon inside card */
.mr-cat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(0, 63, 140, 0.08);
  border-radius: 10px;
  color: #003F8C;
  margin-bottom: 4px;
  transition: all 0.3s ease;
}
.mr-cat-card:hover .mr-cat-icon {
  background: #003F8C;
  color: #FFFFFF;
}
.mr-cat-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #1A1A2E;
  margin: 0;
  line-height: 1.3;
}
.mr-cat-count {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  color: #888888;
}
/* Arrow — slides right on hover */
.mr-cat-arrow {
  position: absolute;
  right: 22px;
  bottom: 24px;
  width: 36px;
  height: 36px;
  background: #FFC107;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #222222;
  opacity: 0;
  transform: translateX(-8px);
  transition: all 0.3s ease;
}
.mr-cat-card:hover .mr-cat-arrow {
  opacity: 1;
  transform: translateX(0px);
}
/* View All CTA */
.mr-section-cta {
  display: flex;
  justify-content: center;
  margin-top: 48px;
}
.mr-btn-outline-blue {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  padding: 14px 36px;
  border-radius: 6px;
  border: 2px solid #003F8C;
  color: #003F8C;
  background: transparent;
  text-decoration: none;
  transition: all 0.3s ease;
}
.mr-btn-outline-blue:hover {
  background: #003F8C;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 63, 140, 0.25);
}
/* ---- Responsive ---- */
@media (max-width: 1024px) {
  .mr-category-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 18px;
    padding: 0 24px;
  }
  .mr-cat-img-wrap { height: 170px; }
}
@media (max-width: 768px) {
  .mr-category-section { padding: 60px 0; }
  .mr-category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding: 0 16px;
  }
  .mr-cat-img-wrap { height: 160px; }
  .mr-cat-arrow { opacity: 1; transform: translateX(0); }
}
@media (max-width: 480px) {
  .mr-category-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
  }
  .mr-cat-img-wrap { height: 130px; }
  .mr-cat-content { padding: 14px 16px 16px; }
  .mr-cat-title { font-size: 14px; }
  .mr-cat-icon {
    width: 36px;
    height: 36px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-dda1686 *//* =============================================
   BEST SELLERS SECTION
   ============================================= */
.mr-bestsellers-section {
  width: 100%;
  background: #FFFFFF;
  padding: 90px 0 80px;
}
/* ---- Filter Tabs ---- */
.mr-bs-tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 48px;
}
.mr-bs-tab {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #555555;
  background: #F5F7FA;
  border: 1.5px solid #E8E8E8;
  border-radius: 30px;
  padding: 9px 22px;
  cursor: pointer;
  transition: all 0.25s ease;
  outline: none;
}
.mr-bs-tab:hover {
  border-color: #003F8C;
  color: #003F8C;
  background: #EEF4FF;
}
.mr-bs-tab.active {
  background: #003F8C;
  color: #FFFFFF;
  border-color: #003F8C;
  box-shadow: 0 4px 14px rgba(0, 63, 140, 0.25);
}
/* ---- Products Grid ---- */
.mr-bs-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}
/* ---- Product Card ---- */
.mr-bs-card {
  background: #FFFFFF;
  border-radius: 16px;
  overflow: hidden;
  border: 1.5px solid #F0F0F0;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}
.mr-bs-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 40px rgba(0, 63, 140, 0.13);
  border-color: rgba(0, 63, 140, 0.18);
}
/* Image Wrapper */
.mr-bs-img-wrap {
  position: relative;
  width: 100%;
  height: 220px;
  background: linear-gradient(135deg, #F0F5FF, #E8F0FE);
  overflow: hidden;
}
.mr-bs-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 16px;
  transition: transform 0.45s ease;
}
.mr-bs-card:hover .mr-bs-img {
  transform: scale(1.06);
}
/* Badges */
.mr-bs-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
  z-index: 2;
}
.mr-badge-bestseller,
.mr-badge-new,
.mr-badge-hot {
  display: inline-block;
  font-family: 'Poppins', sans-serif;
  font-size: 10.5px;
  font-weight: 600;
  padding: 4px 10px;
  border-radius: 20px;
  letter-spacing: 0.3px;
}
.mr-badge-bestseller {
  background: #FFF3CD;
  color: #8B6000;
  border: 1px solid #FFE082;
}
.mr-badge-new {
  background: #E8F5E9;
  color: #2E7D32;
  border: 1px solid #A5D6A7;
}
.mr-badge-hot {
  background: #EEF4FF;
  color: #003F8C;
  border: 1px solid #90CAF9;
}
/* Hover Action Buttons */
.mr-bs-actions {
  position: absolute;
  top: 12px;
  right: 12px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  opacity: 0;
  transform: translateX(10px);
  transition: all 0.3s ease;
  z-index: 2;
}
.mr-bs-card:hover .mr-bs-actions {
  opacity: 1;
  transform: translateX(0);
}
.mr-bs-action-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  background: #FFFFFF;
  border: none;
  border-radius: 50%;
  color: #333333;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
  transition: all 0.25s ease;
}
.mr-bs-action-btn:hover {
  background: #003F8C;
  color: #FFFFFF;
  transform: scale(1.1);
}
/* Card Content */
.mr-bs-content {
  display: flex;
  flex-direction: column;
  padding: 18px 18px 20px;
  gap: 6px;
  flex: 1;
}
.mr-bs-category-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #003F8C;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.mr-bs-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1A1A2E;
  line-height: 1.35;
  margin: 0;
}
.mr-bs-flavor {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #999999;
  font-weight: 400;
}
/* Star Rating */
.mr-bs-rating {
  display: flex;
  align-items: center;
  gap: 6px;
}
.mr-stars {
  color: #FFC107;
  font-size: 13px;
  letter-spacing: 1px;
}
.mr-rating-count {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: #999999;
  font-weight: 400;
}
/* Price Row */
.mr-bs-price-row {
  margin-top: 4px;
}
.mr-bs-prices {
  display: flex;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
.mr-bs-price {
  font-family: 'Montserrat', sans-serif;
  font-size: 19px;
  font-weight: 800;
  color: #003F8C;
}
.mr-bs-original {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #AAAAAA;
  text-decoration: line-through;
  font-weight: 400;
}
.mr-bs-discount {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #2E7D32;
  background: #E8F5E9;
  padding: 2px 8px;
  border-radius: 20px;
}
/* Add to Cart Button */
.mr-bs-cart-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  margin-top: 10px;
  padding: 12px 16px;
  background: #003F8C;
  color: #FFFFFF;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.mr-bs-cart-btn:hover {
  background: #FFC107;
  color: #222222;
  transform: translateY(-1px);
  box-shadow: 0 6px 18px rgba(255, 193, 7, 0.35);
}
/* Hidden cards for filter */
.mr-bs-card.hidden {
  display: none;
}
/* ---- Responsive ---- */
@media (max-width: 1200px) {
  .mr-bs-grid {
    grid-template-columns: repeat(3, 1fr);
    padding: 0 24px;
    gap: 20px;
  }
}
@media (max-width: 900px) {
  .mr-bestsellers-section { padding: 60px 0; }
  .mr-bs-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 20px;
    gap: 16px;
  }
  .mr-bs-img-wrap { height: 190px; }
}
@media (max-width: 520px) {
  .mr-bs-grid {
    grid-template-columns: repeat(2, 1fr);
    padding: 0 12px;
    gap: 12px;
  }
  .mr-bs-img-wrap { height: 150px; }
  .mr-bs-content { padding: 14px 14px 16px; gap: 5px; }
  .mr-bs-name { font-size: 13px; }
  .mr-bs-price { font-size: 16px; }
  .mr-bs-cart-btn {
    font-size: 11.5px;
    padding: 10px 10px;
  }
  .mr-bs-tabs { gap: 8px; }
  .mr-bs-tab { font-size: 12px; padding: 7px 16px; }
  .mr-bs-actions { opacity: 1; transform: translateX(0); }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ae25312 *//* =============================================
   WHY CHOOSE US SECTION
   ============================================= */

.mr-why-section {
  width: 100%;
  background: #F5F7FA;
  padding: 100px 0;
  overflow: hidden;
}

/* Two Column Layout */
.mr-why-inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 80px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ==================
   LEFT — IMAGE SIDE
   ================== */

.mr-why-left {
  flex: 0 0 480px;
  position: relative;
}

/* Main image container */
.mr-why-img-wrap {
  position: relative;
  width: 100%;
  border-radius: 24px;
  overflow: visible;
}

.mr-why-img {
  width: 100%;
  height: 560px;
  object-fit: cover;
  border-radius: 24px;
  display: block;
  box-shadow: 0 24px 64px rgba(0, 63, 140, 0.18);
}

/* Blue accent border behind image */
.mr-why-img-wrap::before {
  content: '';
  position: absolute;
  top: 20px;
  left: -20px;
  width: 100%;
  height: 100%;
  border: 3px solid rgba(0, 63, 140, 0.15);
  border-radius: 24px;
  z-index: 0;
}

/* Gold accent line */
.mr-why-img-wrap::after {
  content: '';
  position: absolute;
  bottom: -16px;
  right: 40px;
  width: 120px;
  height: 5px;
  background: #FFC107;
  border-radius: 3px;
}

/* Floating Stat Cards */
.mr-why-stat-card {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 12px;
  background: #FFFFFF;
  border-radius: 14px;
  padding: 14px 20px;
  box-shadow: 0 8px 32px rgba(0, 63, 140, 0.14);
  z-index: 10;
  min-width: 180px;
  animation: mr-float 3.5s ease-in-out infinite;
}

.mr-why-stat-top {
  top: 30px;
  right: -30px;
  animation-delay: 0s;
}

.mr-why-stat-bottom {
  bottom: 60px;
  left: -30px;
  animation-delay: 1s;
}

.mr-why-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  background: rgba(0, 63, 140, 0.08);
  border-radius: 10px;
  color: #003F8C;
  flex-shrink: 0;
}

.mr-why-stat-icon.gold {
  background: rgba(255, 193, 7, 0.12);
  color: #FFC107;
}

.mr-why-stat-text {
  display: flex;
  flex-direction: column;
}

.mr-why-stat-text strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #1A1A2E;
  line-height: 1.2;
}

.mr-why-stat-text span {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: #888888;
  font-weight: 400;
  margin-top: 2px;
}

/* Experience Badge */
.mr-why-exp-badge {
  position: absolute;
  bottom: -20px;
  right: -20px;
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, #003F8C, #005BBB);
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  box-shadow: 0 8px 24px rgba(0, 63, 140, 0.35);
  z-index: 10;
  border: 3px solid #FFFFFF;
}

.mr-exp-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 22px;
  font-weight: 900;
  color: #FFC107;
  line-height: 1;
}

.mr-exp-label {
  font-family: 'Poppins', sans-serif;
  font-size: 9px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.85);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  line-height: 1.3;
  margin-top: 2px;
}

/* ===================
   RIGHT — CONTENT SIDE
   =================== */

.mr-why-right {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.mr-why-right .mr-section-label {
  margin-bottom: 10px;
}

.mr-why-right .mr-section-title {
  text-align: left;
  margin-bottom: 6px;
}

.mr-title-highlight {
  color: #003F8C;
  position: relative;
  display: inline-block;
}

.mr-title-highlight::after {
  content: '';
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 4px;
  background: #FFC107;
  border-radius: 2px;
  z-index: -1;
}

.mr-why-intro {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #666666;
  line-height: 1.75;
  margin-bottom: 36px;
  margin-top: 12px;
}

/* Benefits Grid */
.mr-why-benefits {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px 32px;
  margin-bottom: 40px;
}

/* Single Benefit Item */
.mr-benefit-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 18px;
  background: #FFFFFF;
  border-radius: 14px;
  border: 1.5px solid #F0F0F0;
  transition: all 0.3s ease;
  cursor: default;
}

.mr-benefit-item:hover {
  border-color: rgba(0, 63, 140, 0.2);
  box-shadow: 0 6px 24px rgba(0, 63, 140, 0.08);
  transform: translateY(-3px);
}

/* Benefit Icon */
.mr-benefit-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  min-width: 46px;
  background: linear-gradient(135deg, #EEF4FF, #E0ECFF);
  border-radius: 12px;
  color: #003F8C;
  transition: all 0.3s ease;
}

.mr-benefit-item:hover .mr-benefit-icon {
  background: linear-gradient(135deg, #003F8C, #005BBB);
  color: #FFFFFF;
  transform: rotate(-5deg) scale(1.05);
}

/* Benefit Text */
.mr-benefit-text h4 {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #1A1A2E;
  margin: 0 0 5px 0;
  line-height: 1.3;
}

.mr-benefit-text p {
  font-family: 'Poppins', sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  color: #777777;
  margin: 0;
  line-height: 1.55;
}

/* CTA Buttons */
.mr-why-cta {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
}

.mr-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  padding: 14px 32px;
  border-radius: 6px;
  border: 2px solid transparent;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
  white-space: nowrap;
}

.mr-btn-primary {
  background: #FFC107;
  color: #222222;
  border-color: #FFC107;
}

.mr-btn-primary:hover {
  background: #E0A800;
  border-color: #E0A800;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(255, 193, 7, 0.4);
}

.mr-btn-outline-blue {
  background: transparent;
  color: #003F8C;
  border-color: #003F8C;
}

.mr-btn-outline-blue:hover {
  background: #003F8C;
  color: #FFFFFF;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(0, 63, 140, 0.25);
}

/* ---- Responsive ---- */

/* Tablet */
@media (max-width: 1100px) {
  .mr-why-inner {
    gap: 48px;
    padding: 0 24px;
  }
  .mr-why-left {
    flex: 0 0 380px;
  }
  .mr-why-img {
    height: 480px;
  }
  .mr-why-stat-top { right: -16px; }
  .mr-why-stat-bottom { left: -16px; }
}

/* Stack on tablet */
@media (max-width: 900px) {
  .mr-why-section { padding: 70px 0; }
  .mr-why-inner {
    flex-direction: column;
    gap: 64px;
    padding: 0 24px;
  }
  .mr-why-left {
    flex: none;
    width: 100%;
    max-width: 540px;
    margin: 0 auto;
  }
  .mr-why-img { height: 400px; }
  .mr-why-right { width: 100%; }
  .mr-why-right .mr-section-title { text-align: center; }
  .mr-why-right .mr-section-label { text-align: center; display: block; }
  .mr-why-intro { text-align: center; }
  .mr-why-cta { justify-content: center; }
}

/* Mobile */
@media (max-width: 600px) {
  .mr-why-section { padding: 50px 0; }
  .mr-why-inner { padding: 0 16px; gap: 48px; }
  .mr-why-img { height: 300px; }
  .mr-why-benefits {
    grid-template-columns: 1fr;
    gap: 14px;
  }
  .mr-why-stat-top {
    top: 16px;
    right: -10px;
    padding: 10px 14px;
    min-width: 150px;
  }
  .mr-why-stat-bottom {
    bottom: 40px;
    left: -10px;
    padding: 10px 14px;
    min-width: 150px;
  }
  .mr-why-stat-text strong { font-size: 15px; }
  .mr-why-exp-badge {
    width: 72px;
    height: 72px;
    bottom: -14px;
    right: -10px;
  }
  .mr-exp-number { font-size: 18px; }
  .mr-why-cta { flex-direction: column; align-items: stretch; }
  .mr-why-cta .mr-btn { justify-content: center; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6e870bc *//* =============================================
   SHOP BY GOAL SECTION
   ============================================= */

.mr-goal-section {
  width: 100%;
  background: #FFFFFF;
  padding: 90px 0 80px;
}

/* Section Header */
.mr-goal-section .mr-section-header {
  text-align: center;
  margin-bottom: 0;
}

.mr-goal-section .mr-divider {
  margin: 0 auto 52px;
}

/* Goal Grid — 3 columns */
.mr-goal-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* ---- Goal Card ---- */
.mr-goal-card {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 20px;
  overflow: hidden;
  text-decoration: none;
  background: #FFFFFF;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.08);
  border: 1.5px solid #F0F0F0;
  transition: all 0.38s cubic-bezier(0.4, 0, 0.2, 1);
  cursor: pointer;
}

.mr-goal-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 56px rgba(0, 63, 140, 0.16);
  border-color: rgba(0, 63, 140, 0.2);
}

/* Image Wrapper */
.mr-goal-img-wrap {
  position: relative;
  width: 100%;
  height: 210px;
  overflow: hidden;
  background: linear-gradient(135deg, #001F5B, #003F8C);
}

.mr-goal-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.55s ease;
  opacity: 0.85;
}

.mr-goal-card:hover .mr-goal-img {
  transform: scale(1.08);
  opacity: 1;
}

/* Gradient Overlay on Image */
.mr-goal-gradient {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    rgba(0, 20, 60, 0.1) 0%,
    rgba(0, 20, 60, 0.55) 100%
  );
  transition: opacity 0.38s ease;
}

.mr-goal-card:hover .mr-goal-gradient {
  background: linear-gradient(
    to bottom,
    rgba(0, 20, 60, 0.05) 0%,
    rgba(0, 20, 60, 0.45) 100%
  );
}

/* Card Content Area */
.mr-goal-content {
  display: flex;
  flex-direction: column;
  padding: 22px 22px 24px;
  gap: 10px;
  flex: 1;
  position: relative;
}

/* Gold top accent line */
.mr-goal-content::before {
  content: '';
  position: absolute;
  top: 0;
  left: 22px;
  width: 40px;
  height: 3px;
  background: #FFC107;
  border-radius: 0 0 3px 3px;
  transition: width 0.3s ease;
}

.mr-goal-card:hover .mr-goal-content::before {
  width: 80px;
}

/* Icon */
.mr-goal-icon-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #EEF4FF, #E0ECFF);
  border-radius: 12px;
  color: #003F8C;
  border: 1.5px solid rgba(0, 63, 140, 0.12);
  transition: all 0.3s ease;
  flex-shrink: 0;
}

.mr-goal-card:hover .mr-goal-icon-wrap {
  background: linear-gradient(135deg, #003F8C, #005BBB);
  color: #FFFFFF;
  border-color: transparent;
  transform: rotate(-5deg) scale(1.05);
  box-shadow: 0 6px 18px rgba(0, 63, 140, 0.28);
}

/* Goal Title */
.mr-goal-title {
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  font-weight: 800;
  color: #1A1A2E;
  margin: 0;
  line-height: 1.25;
}

/* Goal Description */
.mr-goal-desc {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: #777777;
  margin: 0;
  line-height: 1.6;
}

/* Product Tags Row */
.mr-goal-products {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-top: 2px;
}

.mr-goal-products span {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 500;
  color: #003F8C;
  background: rgba(0, 63, 140, 0.07);
  border: 1px solid rgba(0, 63, 140, 0.12);
  border-radius: 20px;
  padding: 3px 10px;
  transition: all 0.25s ease;
}

.mr-goal-card:hover .mr-goal-products span {
  background: rgba(0, 63, 140, 0.12);
  border-color: rgba(0, 63, 140, 0.2);
}

/* Explore CTA at bottom */
.mr-goal-cta-wrap {
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid #F0F0F0;
}

.mr-goal-cta {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #003F8C;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.mr-goal-card:hover .mr-goal-cta {
  color: #FFC107;
  gap: 10px;
}

.mr-goal-card:hover .mr-goal-cta svg {
  transform: translateX(4px);
  transition: transform 0.3s ease;
}

/* Section CTA Button */
.mr-section-cta {
  display: flex;
  justify-content: center;
  margin-top: 52px;
}

/* ---- Responsive ---- */

/* Tablet — 2 columns */
@media (max-width: 1100px) {
  .mr-goal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    padding: 0 24px;
  }
  .mr-goal-img-wrap { height: 190px; }
}

/* Mobile — 2 columns compact */
@media (max-width: 640px) {
  .mr-goal-section { padding: 60px 0; }
  .mr-goal-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 14px;
    padding: 0 14px;
  }
  .mr-goal-img-wrap { height: 150px; }
  .mr-goal-content {
    padding: 16px 14px 18px;
    gap: 8px;
  }
  .mr-goal-title { font-size: 15px; }
  .mr-goal-desc { font-size: 12px; }
  .mr-goal-icon-wrap {
    width: 40px;
    height: 40px;
  }
  .mr-goal-products span { font-size: 10px; padding: 2px 8px; }
  .mr-goal-cta { font-size: 12px; }
}

/* Very small — 1 column */
@media (max-width: 380px) {
  .mr-goal-grid { grid-template-columns: 1fr; }
  .mr-goal-img-wrap { height: 180px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-009c197 *//* =============================================
   CUSTOMER REVIEWS SECTION
   ============================================= */

.mr-reviews-section {
  width: 100%;
  background: #F5F7FA;
  padding: 90px 0 80px;
  overflow: hidden;
}

/* ---- Rating Summary ---- */
.mr-rating-summary {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 48px;
  flex-wrap: wrap;
  max-width: 1000px;
  margin: 0 auto 64px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 36px 48px;
  box-shadow: 0 4px 24px rgba(0, 63, 140, 0.08);
  border: 1.5px solid #F0F0F0;
}

/* Big Rating Number */
.mr-rating-big {
  display: flex;
  align-items: center;
  gap: 18px;
  flex-shrink: 0;
}

.mr-rating-number {
  font-family: 'Montserrat', sans-serif;
  font-size: 72px;
  font-weight: 900;
  color: #003F8C;
  line-height: 1;
}

.mr-rating-details {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.mr-rating-stars-big {
  color: #FFC107;
  font-size: 24px;
  letter-spacing: 2px;
}

.mr-rating-total {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  color: #888888;
  font-weight: 400;
}

/* Rating Bars */
.mr-rating-bars {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1;
  min-width: 200px;
  max-width: 280px;
}

.mr-rating-bar-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.mr-bar-label {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 500;
  color: #555555;
  width: 28px;
  flex-shrink: 0;
}

.mr-bar-track {
  flex: 1;
  height: 8px;
  background: #EEEEEE;
  border-radius: 4px;
  overflow: hidden;
}

.mr-bar-fill {
  height: 100%;
  background: linear-gradient(90deg, #FFC107, #FFD54F);
  border-radius: 4px;
  transition: width 1s ease;
}

.mr-bar-percent {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  font-weight: 500;
  color: #888888;
  width: 32px;
  text-align: right;
  flex-shrink: 0;
}

/* Trust Badges */
.mr-rating-badges {
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.mr-rating-badge {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #444444;
}

.mr-rating-badge svg {
  color: #003F8C;
  flex-shrink: 0;
}

/* ---- Carousel ---- */
.mr-reviews-carousel-wrap {
  position: relative;
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

.mr-reviews-track-outer {
  overflow: hidden;
  flex: 1;
}

.mr-reviews-track {
  display: flex;
  gap: 24px;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}

/* ---- Review Card ---- */
.mr-review-card {
  background: #FFFFFF;
  border-radius: 20px;
  padding: 28px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.07);
  border: 1.5px solid #F0F0F0;
  min-width: calc(33.333% - 16px);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.mr-review-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #003F8C, #FFC107);
  opacity: 0;
  transition: opacity 0.3s ease;
}

.mr-review-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 36px rgba(0, 63, 140, 0.12);
  border-color: rgba(0, 63, 140, 0.15);
}

.mr-review-card:hover::before {
  opacity: 1;
}

/* Card Top Row */
.mr-review-top {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  flex-wrap: wrap;
}

/* Avatar */
.mr-reviewer-avatar {
  position: relative;
  flex-shrink: 0;
}

.mr-reviewer-avatar img {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  object-fit: cover;
  border: 2.5px solid #EEF4FF;
}

.mr-verified-tick {
  position: absolute;
  bottom: 0;
  right: -2px;
  width: 18px;
  height: 18px;
  background: #003F8C;
  border-radius: 50%;
  border: 2px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Reviewer Info */
.mr-reviewer-info {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.mr-reviewer-name {
  font-family: 'Montserrat', sans-serif;
  font-size: 15px;
  font-weight: 700;
  color: #1A1A2E;
  margin: 0;
}

.mr-reviewer-location {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: #999999;
  font-weight: 400;
}

.mr-review-stars {
  color: #FFC107;
  font-size: 14px;
  letter-spacing: 1px;
}

/* Product Tag */
.mr-review-product-tag {
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  color: #003F8C;
  background: rgba(0, 63, 140, 0.07);
  border: 1px solid rgba(0, 63, 140, 0.14);
  border-radius: 20px;
  padding: 4px 12px;
  white-space: nowrap;
  align-self: flex-start;
  margin-left: auto;
}

/* Quote Icon */
.mr-review-quote-icon {
  color: rgba(0, 63, 140, 0.08);
  line-height: 1;
  margin-bottom: -8px;
}

/* Review Text */
.mr-review-text {
  font-family: 'Poppins', sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #555555;
  line-height: 1.75;
  margin: 0;
  flex: 1;
}

/* Review Footer */
.mr-review-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 14px;
  border-top: 1px solid #F0F0F0;
}

.mr-review-date {
  font-family: 'Poppins', sans-serif;
  font-size: 11.5px;
  color: #AAAAAA;
  font-weight: 400;
}

.mr-review-helpful {
  display: flex;
  align-items: center;
  gap: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #888888;
  cursor: pointer;
  transition: color 0.2s ease;
}

.mr-review-helpful:hover { color: #003F8C; }
.mr-review-helpful svg { flex-shrink: 0; }

/* ---- Nav Buttons ---- */
.mr-rev-nav {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  min-width: 48px;
  background: #FFFFFF;
  border: 1.5px solid #E0E0E0;
  border-radius: 50%;
  color: #003F8C;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  z-index: 2;
}

.mr-rev-nav:hover {
  background: #003F8C;
  color: #FFFFFF;
  border-color: #003F8C;
  transform: scale(1.08);
  box-shadow: 0 6px 20px rgba(0, 63, 140, 0.25);
}

.mr-rev-nav:disabled {
  opacity: 0.35;
  cursor: not-allowed;
  transform: none;
}

/* ---- Dots ---- */
.mr-rev-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin-top: 32px;
}

.mr-rev-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #CCCCCC;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  padding: 0;
}

.mr-rev-dot.active {
  background: #003F8C;
  width: 24px;
  border-radius: 4px;
}

/* ---- Responsive ---- */
@media (max-width: 1100px) {
  .mr-review-card {
    min-width: calc(50% - 12px);
  }
  .mr-reviews-carousel-wrap {
    padding: 0 20px;
  }
}

@media (max-width: 900px) {
  .mr-rating-summary {
    gap: 32px;
    padding: 28px 32px;
  }
  .mr-rating-number { font-size: 56px; }
}

@media (max-width: 700px) {
  .mr-reviews-section { padding: 60px 0; }
  .mr-review-card {
    min-width: calc(100% - 0px);
  }
  .mr-reviews-carousel-wrap {
    padding: 0 14px;
    gap: 10px;
  }
  .mr-rev-nav {
    width: 40px;
    height: 40px;
    min-width: 40px;
  }
  .mr-rating-summary {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    padding: 24px 20px;
  }
  .mr-rating-bars { max-width: 100%; min-width: unset; width: 100%; }
  .mr-rating-badges { flex-direction: row; flex-wrap: wrap; gap: 12px; }
  .mr-review-product-tag { margin-left: 0; }
}

@media (max-width: 480px) {
  .mr-review-card { padding: 20px 18px; }
  .mr-review-text { font-size: 13px; }
  .mr-reviewer-name { font-size: 14px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b9f4f1e *//* =============================================
   BLOG SECTION
   ============================================= */

.mr-blog-section {
  width: 100%;
  background: #FFFFFF;
  padding: 90px 0 80px;
}

/* ---- Top Grid Layout ---- */
/* Featured card left + 2 small cards right */
.mr-blog-grid {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 28px;
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 40px;
}

/* Right column stacks 2 small cards */
.mr-blog-right-col {
  display: flex;
  flex-direction: column;
  gap: 28px;
}

/* ---- Bottom Row — 3 equal cards ---- */
.mr-blog-bottom-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  max-width: 1280px;
  margin: 36px auto 0;
  padding: 0 40px;
}

/* =====================
   BLOG CARD BASE STYLES
   ===================== */
.mr-blog-card {
  background: #FFFFFF;
  border-radius: 18px;
  overflow: hidden;
  border: 1.5px solid #F0F0F0;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
  transition: all 0.35s cubic-bezier(0.4, 0, 0.2, 1);
  display: flex;
  flex-direction: column;
}

.mr-blog-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 16px 48px rgba(0, 63, 140, 0.13);
  border-color: rgba(0, 63, 140, 0.18);
}

/* ---- Image Wrapper ---- */
.mr-blog-img-link {
  display: block;
  text-decoration: none;
}

.mr-blog-img-wrap {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, #001F5B, #003F8C);
}

/* Featured card — taller image */
.mr-blog-featured .mr-blog-img-wrap {
  height: 320px;
}

/* Small cards — shorter image */
.mr-blog-small .mr-blog-img-wrap {
  height: 190px;
}

/* Bottom cards */
.mr-blog-bottom-card .mr-blog-img-wrap {
  height: 210px;
}

.mr-blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  opacity: 0.9;
}

.mr-blog-card:hover .mr-blog-img {
  transform: scale(1.06);
  opacity: 1;
}

/* Dark gradient over image */
.mr-blog-img-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to bottom,
    transparent 50%,
    rgba(0, 20, 60, 0.3) 100%
  );
}

/* Category Badge on image */
.mr-blog-category-badge {
  position: absolute;
  top: 14px;
  left: 14px;
  font-family: 'Poppins', sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #222222;
  background: #FFC107;
  padding: 4px 12px;
  border-radius: 20px;
  z-index: 2;
}

/* ---- Card Content ---- */
.mr-blog-content {
  display: flex;
  flex-direction: column;
  padding: 22px 24px 24px;
  gap: 10px;
  flex: 1;
}

/* Small card content — tighter */
.mr-blog-small .mr-blog-content {
  padding: 18px 20px 20px;
  gap: 8px;
}

/* Meta row */
.mr-blog-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 6px;
}

.mr-blog-meta-item {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: #999999;
}

.mr-blog-meta-item svg {
  flex-shrink: 0;
  color: #BBBBBB;
}

.mr-blog-meta-dot {
  color: #DDDDDD;
  font-size: 14px;
}

/* Blog Title */
.mr-blog-title {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  color: #1A1A2E;
  margin: 0;
  line-height: 1.35;
}

.mr-blog-featured .mr-blog-title {
  font-size: 20px;
}

.mr-blog-small .mr-blog-title {
  font-size: 15px;
}

.mr-blog-bottom-card .mr-blog-title {
  font-size: 16px;
}

.mr-blog-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.25s ease;
}

.mr-blog-title a:hover {
  color: #003F8C;
}

/* Excerpt */
.mr-blog-excerpt {
  font-family: 'Poppins', sans-serif;
  font-size: 13.5px;
  font-weight: 400;
  color: #666666;
  line-height: 1.7;
  margin: 0;
  flex: 1;
}

.mr-blog-small .mr-blog-excerpt {
  font-size: 13px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.mr-blog-bottom-card .mr-blog-excerpt {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Card Footer */
.mr-blog-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: auto;
  padding-top: 14px;
  border-top: 1px solid #F0F0F0;
}

/* Read More Link */
.mr-blog-read-more {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  color: #003F8C;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  transition: all 0.25s ease;
}

.mr-blog-read-more:hover {
  color: #FFC107;
  gap: 10px;
}

.mr-blog-read-more svg {
  transition: transform 0.25s ease;
}

.mr-blog-read-more:hover svg {
  transform: translateX(4px);
}

/* Blog Stats */
.mr-blog-stats {
  display: flex;
  align-items: center;
  gap: 12px;
}

.mr-blog-stats span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  color: #AAAAAA;
}

.mr-blog-stats svg { color: #CCCCCC; }

/* ---- Responsive ---- */

@media (max-width: 1100px) {
  .mr-blog-grid,
  .mr-blog-bottom-grid {
    padding: 0 24px;
    gap: 20px;
  }
}

@media (max-width: 900px) {
  .mr-blog-grid {
    grid-template-columns: 1fr;
  }
  .mr-blog-right-col {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
  }
  .mr-blog-featured .mr-blog-img-wrap { height: 260px; }
  .mr-blog-bottom-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 640px) {
  .mr-blog-section { padding: 60px 0; }
  .mr-blog-grid,
  .mr-blog-bottom-grid {
    padding: 0 14px;
    gap: 16px;
  }
  .mr-blog-right-col {
    grid-template-columns: 1fr;
  }
  .mr-blog-bottom-grid {
    grid-template-columns: 1fr;
  }
  .mr-blog-featured .mr-blog-img-wrap { height: 220px; }
  .mr-blog-small .mr-blog-img-wrap { height: 180px; }
  .mr-blog-bottom-card .mr-blog-img-wrap { height: 180px; }
  .mr-blog-featured .mr-blog-title { font-size: 18px; }
  .mr-blog-content { padding: 16px 16px 18px; }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2ab8d1c *//* =============================================
   INSTAGRAM FEED SECTION
   ============================================= */

.mr-insta-section {
  position: relative;
  width: 100%;
  background: linear-gradient(
    135deg,
    #001F5B 0%,
    #003F8C 50%,
    #005BBB 100%
  );
  padding: 0 0 0;
  overflow: hidden;
}

/* Subtle pattern overlay */
.mr-insta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 40px,
    rgba(255,255,255,0.015) 40px,
    rgba(255,255,255,0.015) 80px
  );
  pointer-events: none;
}

/* Wave separators */
.mr-insta-wave-top,
.mr-insta-wave-bottom {
  display: block;
  width: 100%;
  line-height: 0;
}

.mr-insta-wave-top svg,
.mr-insta-wave-bottom svg {
  display: block;
  width: 100%;
  height: 60px;
}

/* Container inner padding */
.mr-insta-section .mr-container {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

/* ---- Section Header ---- */
.mr-insta-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 48px;
}

.mr-insta-header-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* White label override */
.mr-section-label.white {
  color: rgba(255, 193, 7, 0.9);
}

.mr-section-title.white {
  color: #FFFFFF;
  text-align: left;
  margin: 0;
}

.mr-insta-title-gold {
  color: #FFC107;
}

.mr-insta-subtext {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

/* Handle badge + follow button row */
.mr-insta-handle-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.mr-insta-handle-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 8px 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
}

.mr-insta-handle-badge svg {
  color: #FFC107;
  flex-shrink: 0;
}

.mr-insta-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #FFC107;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mr-insta-follow-btn:hover {
  background: #E0A800;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 193, 7, 0.35);
}

/* Stats */
.mr-insta-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 20px 32px;
  backdrop-filter: blur(8px);
}

.mr-insta-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 28px;
}

.mr-insta-stat strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #FFC107;
  line-height: 1;
}

.mr-insta-stat span {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mr-insta-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

/* ---- Instagram Grid ---- */
.mr-insta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 220px);
  gap: 12px;
}

/* Large post spans 2 columns + 2 rows */
.mr-insta-post.mr-insta-large {
  grid-column: span 2;
  grid-row: span 2;
}

/* Single post */
.mr-insta-post {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.mr-insta-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.mr-insta-post:hover .mr-insta-img {
  transform: scale(1.07);
}

/* Hover Overlay */
.mr-insta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 20, 60, 0.85) 0%,
    rgba(0, 20, 60, 0.3) 50%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  align-items: flex-end;
}

.mr-insta-post:hover .mr-insta-overlay {
  opacity: 1;
}

.mr-insta-overlay-content {
  padding: 20px;
  width: 100%;
}

/* Likes + Comments */
.mr-insta-overlay-stats {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.mr-insta-overlay-stats span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}

/* Caption (only on large card) */
.mr-insta-caption {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Type badge — top right corner */
.mr-insta-type-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  backdrop-filter: blur(4px);
  z-index: 2;
}

/* Reel badge — slightly different color */
.mr-insta-type-badge.reel {
  background: rgba(131, 58, 180, 0.7);
}

/* UGC badge */
.mr-insta-ugc-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #FFFFFF;
  background: rgba(255, 193, 7, 0.85);
  color: #222222;
  padding: 3px 9px;
  border-radius: 20px;
  z-index: 2;
  letter-spacing: 0.5px;
}

/* ---- Bottom Hashtag Row ---- */
.mr-insta-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 36px;
}

.mr-insta-hashtags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.mr-insta-hashtags span {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 5px 14px;
  transition: all 0.25s ease;
  cursor: default;
}

.mr-insta-hashtags span:hover {
  background: rgba(255, 193, 7, 0.15);
  border-color: rgba(255, 193, 7, 0.4);
  color: #FFC107;
}

/* Big follow CTA */
.mr-insta-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mr-insta-cta-btn:hover {
  background: #FFC107;
  color: #222222;
  border-color: #FFC107;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 193, 7, 0.3);
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .mr-insta-grid {
    grid-template-rows: repeat(2, 200px);
    gap: 10px;
  }
  .mr-insta-stat { padding: 0 20px; }
  .mr-insta-stat strong { font-size: 22px; }
}

@media (max-width: 768px) {
  .mr-insta-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .mr-insta-stats {
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
  }
  .mr-insta-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 160px);
    gap: 8px;
  }
  .mr-insta-post.mr-insta-large {
    grid-column: span 1;
    grid-row: span 1;
  }
  .mr-insta-section .mr-container {
    padding-bottom: 40px;
  }
}

@media (max-width: 520px) {
  .mr-insta-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 150px);
    gap: 8px;
  }
  .mr-insta-post:nth-child(n+6) {
    display: none;
  }
  .mr-insta-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .mr-insta-cta-btn { width: 100%; justify-content: center; }
  .mr-insta-stat strong { font-size: 18px; }
  .mr-insta-stats { gap: 0; padding: 14px 12px; }
  .mr-insta-stat { padding: 0 12px; }
  .mr-insta-wave-top svg,
  .mr-insta-wave-bottom svg { height: 36px; }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-1924b8c *//* =============================================
   INSTAGRAM FEED SECTION
   ============================================= */

.mr-insta-section {
  position: relative;
  width: 100%;
  background: linear-gradient(
    135deg,
    #001F5B 0%,
    #003F8C 50%,
    #005BBB 100%
  );
  padding: 0 0 0;
  overflow: hidden;
}

/* Subtle pattern overlay */
.mr-insta-section::before {
  content: '';
  position: absolute;
  inset: 0;
  background-image: repeating-linear-gradient(
    -45deg,
    transparent,
    transparent 40px,
    rgba(255,255,255,0.015) 40px,
    rgba(255,255,255,0.015) 80px
  );
  pointer-events: none;
}

/* Wave separators */
.mr-insta-wave-top,
.mr-insta-wave-bottom {
  display: block;
  width: 100%;
  line-height: 0;
}

.mr-insta-wave-top svg,
.mr-insta-wave-bottom svg {
  display: block;
  width: 100%;
  height: 60px;
}

/* Container inner padding */
.mr-insta-section .mr-container {
  padding-top: 20px;
  padding-bottom: 60px;
  position: relative;
  z-index: 1;
}

/* ---- Section Header ---- */
.mr-insta-header {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 48px;
}

.mr-insta-header-left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

/* White label override */
.mr-section-label.white {
  color: rgba(255, 193, 7, 0.9);
}

.mr-section-title.white {
  color: #FFFFFF;
  text-align: left;
  margin: 0;
}

.mr-insta-title-gold {
  color: #FFC107;
}

.mr-insta-subtext {
  font-family: 'Poppins', sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.72);
  margin: 0;
}

/* Handle badge + follow button row */
.mr-insta-handle-row {
  display: flex;
  align-items: center;
  gap: 16px;
  flex-wrap: wrap;
  margin-top: 6px;
}

.mr-insta-handle-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 30px;
  padding: 8px 18px;
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: #FFFFFF;
}

.mr-insta-handle-badge svg {
  color: #FFC107;
  flex-shrink: 0;
}

.mr-insta-follow-btn {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  background: #FFC107;
  color: #222222;
  font-family: 'Montserrat', sans-serif;
  font-size: 13px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 10px 22px;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mr-insta-follow-btn:hover {
  background: #E0A800;
  transform: translateY(-2px);
  box-shadow: 0 6px 18px rgba(255, 193, 7, 0.35);
}

/* Stats */
.mr-insta-stats {
  display: flex;
  align-items: center;
  gap: 0;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 16px;
  padding: 20px 32px;
  backdrop-filter: blur(8px);
}

.mr-insta-stat {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 28px;
}

.mr-insta-stat strong {
  font-family: 'Montserrat', sans-serif;
  font-size: 26px;
  font-weight: 800;
  color: #FFC107;
  line-height: 1;
}

.mr-insta-stat span {
  font-family: 'Poppins', sans-serif;
  font-size: 12px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.65);
  margin-top: 4px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.mr-insta-stat-divider {
  width: 1px;
  height: 40px;
  background: rgba(255, 255, 255, 0.15);
  flex-shrink: 0;
}

/* ---- Instagram Grid ---- */
.mr-insta-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 220px);
  gap: 12px;
}

/* Large post spans 2 columns + 2 rows */
.mr-insta-post.mr-insta-large {
  grid-column: span 2;
  grid-row: span 2;
}

/* Single post */
.mr-insta-post {
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 14px;
  background: rgba(0, 0, 0, 0.3);
  cursor: pointer;
}

.mr-insta-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
  display: block;
}

.mr-insta-post:hover .mr-insta-img {
  transform: scale(1.07);
}

/* Hover Overlay */
.mr-insta-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(
    to top,
    rgba(0, 20, 60, 0.85) 0%,
    rgba(0, 20, 60, 0.3) 50%,
    transparent 100%
  );
  opacity: 0;
  transition: opacity 0.35s ease;
  display: flex;
  align-items: flex-end;
}

.mr-insta-post:hover .mr-insta-overlay {
  opacity: 1;
}

.mr-insta-overlay-content {
  padding: 20px;
  width: 100%;
}

/* Likes + Comments */
.mr-insta-overlay-stats {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 8px;
}

.mr-insta-overlay-stats span {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: #FFFFFF;
}

/* Caption (only on large card) */
.mr-insta-caption {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
  margin: 0;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* Type badge — top right corner */
.mr-insta-type-badge {
  position: absolute;
  top: 10px;
  right: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  background: rgba(0, 0, 0, 0.45);
  border-radius: 50%;
  backdrop-filter: blur(4px);
  z-index: 2;
}

/* Reel badge — slightly different color */
.mr-insta-type-badge.reel {
  background: rgba(131, 58, 180, 0.7);
}

/* UGC badge */
.mr-insta-ugc-badge {
  position: absolute;
  top: 10px;
  left: 10px;
  font-family: 'Poppins', sans-serif;
  font-size: 10px;
  font-weight: 700;
  color: #FFFFFF;
  background: rgba(255, 193, 7, 0.85);
  color: #222222;
  padding: 3px 9px;
  border-radius: 20px;
  z-index: 2;
  letter-spacing: 0.5px;
}

/* ---- Bottom Hashtag Row ---- */
.mr-insta-bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 36px;
}

.mr-insta-hashtags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.mr-insta-hashtags span {
  font-family: 'Poppins', sans-serif;
  font-size: 13px;
  font-weight: 500;
  color: rgba(255, 255, 255, 0.7);
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 20px;
  padding: 5px 14px;
  transition: all 0.25s ease;
  cursor: default;
}

.mr-insta-hashtags span:hover {
  background: rgba(255, 193, 7, 0.15);
  border-color: rgba(255, 193, 7, 0.4);
  color: #FFC107;
}

/* Big follow CTA */
.mr-insta-cta-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  background: transparent;
  color: #FFFFFF;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  padding: 13px 28px;
  border-radius: 8px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.mr-insta-cta-btn:hover {
  background: #FFC107;
  color: #222222;
  border-color: #FFC107;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(255, 193, 7, 0.3);
}

/* ---- Responsive ---- */

@media (max-width: 1024px) {
  .mr-insta-grid {
    grid-template-rows: repeat(2, 200px);
    gap: 10px;
  }
  .mr-insta-stat { padding: 0 20px; }
  .mr-insta-stat strong { font-size: 22px; }
}

@media (max-width: 768px) {
  .mr-insta-header {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
  .mr-insta-stats {
    width: 100%;
    justify-content: center;
    padding: 16px 20px;
  }
  .mr-insta-grid {
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: repeat(3, 160px);
    gap: 8px;
  }
  .mr-insta-post.mr-insta-large {
    grid-column: span 1;
    grid-row: span 1;
  }
  .mr-insta-section .mr-container {
    padding-bottom: 40px;
  }
}

@media (max-width: 520px) {
  .mr-insta-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(3, 150px);
    gap: 8px;
  }
  .mr-insta-post:nth-child(n+6) {
    display: none;
  }
  .mr-insta-bottom {
    flex-direction: column;
    align-items: flex-start;
  }
  .mr-insta-cta-btn { width: 100%; justify-content: center; }
  .mr-insta-stat strong { font-size: 18px; }
  .mr-insta-stats { gap: 0; padding: 14px 12px; }
  .mr-insta-stat { padding: 0 12px; }
  .mr-insta-wave-top svg,
  .mr-insta-wave-bottom svg { height: 36px; }
}/* End custom CSS */