.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;
}

/* Shop Name Styling */
.shop-name-wrapper {
  margin-bottom: 8px;
}

.shop-name-wrapper .shop-name {
  font-size: 12px;
  color: #666;
  display: inline-block;
  padding: 2px 8px;
  background: #f8f9fa;
  border-radius: 12px;
  border: 1px solid #e9ecef;
}

.shop-name-wrapper .shop-name i {
  margin-right: 4px;
  color: #007bff;
}

.shop-name-wrapper .shop-name:hover {
  background: #e3f2fd;
  color: #1976d2;
  transition: all 0.3s ease;
}

/* Header Logo Styling */
.header-logo-wrapper {
  display: flex;
  align-items: center;
}

.header-logo-wrapper .logo {
  height: 50px !important;
  width: auto !important;
  max-width: 180px !important;
  object-fit: contain !important;
  transition: all 0.3s ease;
}

/* Vendor Header Logo Styling */
.vendor-res-header-logo {
  height: 45px !important;
  width: auto !important;
  max-width: 160px !important;
  object-fit: contain !important;
  transition: all 0.3s ease;
}

/* Mobile Menu Logo Styling */
.mobile-menu-top img {
  height: 40px !important;
  width: auto !important;
  max-width: 150px !important;
  object-fit: contain !important;
}

/* Responsive logo sizing */
@media screen and (max-width: 991px) {
  .header-logo-wrapper .logo {
    height: 45px !important;
    max-width: 160px !important;
  }
  
  .vendor-res-header-logo {
    height: 40px !important;
    max-width: 140px !important;
  }
}

@media screen and (max-width: 767px) {
  .header-logo-wrapper .logo {
    height: 40px !important;
    max-width: 140px !important;
  }
  
  .vendor-res-header-logo {
    height: 38px !important;
    max-width: 130px !important;
  }
}

@media screen and (max-width: 575px) {
  .header-logo-wrapper .logo {
    height: 35px !important;
    max-width: 120px !important;
  }
  
  .vendor-res-header-logo {
    height: 35px !important;
    max-width: 120px !important;
  }
}