.single-service .icon-wrapper img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain !important;
}
.single-offer-product.verticle .promo-img {
  width: 100%;
  height: 680px !important;
  object-fit: cover !important;
}
.single-offer-product .promo-img {
  width: 100%;
  height: 328px !important;
  object-fit: cover !important;
}

.gs-footer-section .footer-row .left-info .social-links a i {
  color: black;
  transition: all 0.3s;
}
.gs-footer-section .footer-row .left-info .social-links a:hover i {
  color: white;
}

#cardNumber,
#securityCode,
#expirationDate {
  height: 60px;
  transition: color 0.25s, background-color 0.25s, border-color 0.25s;
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  background-color: #fff;
  color: #505050;
  font-size: 14px;
  padding: 0px 18px;
}

#cardNumber,
#securityCode,
#expirationDate {
  margin-bottom: 18px;
}

@media screen and (max-width: 767px) {
  .single-offer-product .promo-img {
    height: 200px !important;
  }
  .single-offer-product.verticle .promo-img {
    height: 400px !important;
  }
}


.sidebar-active-color {
  color: #ff4c3b!important;
}

/* ---- Modern Category Megamenu ---- */
.nav-menus li:has(.cat-megamenu) {
  position: relative !important;
}

.megamenu.cat-megamenu {
  padding: 4px 4px !important;
  width: auto !important;
  min-width: 250px;
  left: 0 !important;
  transform: none !important;
  top: 110% !important;
}

.cat-megamenu .cat-mega-inner {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 280px;
}

.cat-megamenu .cat-mega-item {
  padding: 7px 10px;
  border-radius: 8px;
  transition: background 0.2s;
  border: 1px solid transparent;
}

.cat-megamenu .cat-mega-item:hover {
  background: #f4f7ff;
  border-color: #e0e8ff;
}

.cat-megamenu .cat-mega-head {
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none !important;
  color: #1F0300;
}

.cat-megamenu .cat-mega-head:hover .cat-mega-name {
  color: #5C86E5;
}

.cat-megamenu .cat-mega-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  overflow: hidden;
  flex-shrink: 0;
  border: 1px solid #e8ecf4;
  background: #f0f2f8;
  display: flex;
  align-items: center;
  justify-content: center;
}

.cat-megamenu .cat-mega-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cat-megamenu .cat-mega-img-placeholder {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #ccd4e8;
  display: block;
}

.cat-megamenu .cat-mega-name {
  font-size: 12.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.35px;
  color: #1F0300;
  transition: color 0.2s;
  line-height: 1.2;
}

.cat-megamenu .cat-mega-subs {
  list-style: none;
  margin: 5px 0 0 45px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 1px;
}

.cat-megamenu .cat-mega-subs li a {
  font-size: 11.5px;
  color: #777;
  text-decoration: none;
  line-height: 1.75;
  display: block;
  transition: color 0.18s;
}

.cat-megamenu .cat-mega-subs li a:hover {
  color: #5C86E5;
}

/* ---- Pages submenu — match category dropdown style ---- */
.has-submenu .dropdown-menu {
  padding: 6px 6px !important;
  border: 1px solid #e8ecf4 !important;
  border-radius: 10px !important;
  box-shadow: 0 6px 24px rgba(0,0,0,0.10) !important;
  min-width: 240px !important;
}

.has-submenu .dropdown-menu li .dropdown-item {
  border-bottom: none !important;
  border-radius: 7px !important;
  padding: 8px 12px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #1F0300 !important;
  transition: background 0.18s, color 0.18s !important;
}

.has-submenu .dropdown-menu li:last-child .dropdown-item {
  border-bottom: none !important;
}

.has-submenu .dropdown-menu li .dropdown-item:hover,
.has-submenu .dropdown-menu li .dropdown-item:focus {
  background: #f4f7ff !important;
  color: #5C86E5 !important;
}

/* Product Meta Card Styles */
.product-meta-card {
  margin-top: 12px;
}

.product-meta-row {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.product-meta-row:last-child {
  margin-bottom: 0;
}

.product-meta-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  flex-shrink: 0;
}

.product-meta-icon i {
  font-size: 14px;
  color: white;
}

/* Blue circle for shop/store icon */
.product-meta-row:nth-child(1) .product-meta-icon {
  background-color: #5B7CFF;
}

/* Green/Teal circle for location icon */
.product-meta-row:nth-child(2) .product-meta-icon,
.product-meta-row-city .product-meta-icon {
  background-color: #10B981;
}

/* Purple circle for phone/WhatsApp icon */
.product-meta-row:nth-child(3) .product-meta-icon,
.product-meta-row-phone .product-meta-icon {
  background-color: #8B5CF6;
}

.product-meta-label {
  font-size: 13px;
  color: #6B7280;
  font-weight: 500;
  min-width: 60px;
}

.product-meta-value {
  font-size: 16px;
  color: #1F2937;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.product-meta-value[href] {
  color: #1F2937;
  text-decoration: none;
  transition: color 0.2s ease;
}

.product-meta-value[href]:hover {
  color: #5B7CFF;
}

/* List view specific styles */
/* .product-meta-card-list .product-meta-row {
  margin-bottom: 10px;
} */

.product-meta-card-list .product-meta-label {
  display: inline-block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .product-meta-icon {
    width: 28px;
    height: 28px;
  }
  
  .product-meta-icon i {
    font-size: 12px;
  }
  
  .product-meta-label,
  .product-meta-value {
    font-size: 12px;
  }
}