.single-service .icon-wrapper img {
  width: 60px !important;
  height: 60px !important;
  object-fit: contain !important;
}

/* Migrated editorial content: semantic headings and readable long-form rhythm. */
.gs-blog-details-wrapper .gs-blog-card > .fea-title {
  color: #161b22;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 750;
  letter-spacing: -0.025em;
  line-height: 1.12;
  margin-bottom: 1.25rem;
}

.blog-article-content {
  color: #303846;
  font-size: 1.0625rem;
  line-height: 1.78;
  overflow-wrap: anywhere;
}

.blog-article-content p,
.blog-article-content ul,
.blog-article-content ol,
.blog-article-content blockquote,
.blog-article-content table {
  margin: 0 0 1.35rem;
}

.blog-article-content h2 {
  color: #171c25;
  font-size: clamp(1.45rem, 2.6vw, 2rem);
  font-weight: 720;
  letter-spacing: -0.018em;
  line-height: 1.25;
  margin: 2.5rem 0 0.85rem;
}

.blog-article-content h3 {
  color: #202733;
  font-size: clamp(1.2rem, 2vw, 1.5rem);
  font-weight: 700;
  line-height: 1.35;
  margin: 2rem 0 0.7rem;
}

.blog-article-content a {
  color: #0b63e6;
  font-weight: 600;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 3px;
}

.blog-article-content a:hover {
  color: #084caf;
}

.blog-article-content ul,
.blog-article-content ol {
  padding-left: 1.5rem;
}

.blog-article-content li + li {
  margin-top: 0.45rem;
}

.blog-article-content blockquote {
  background: #f5f8fd;
  border-left: 4px solid #0b63e6;
  border-radius: 0 8px 8px 0;
  padding: 1rem 1.25rem;
}

.blog-article-content img {
  border-radius: 10px;
  display: block;
  height: auto;
  margin: 1.75rem auto;
  max-width: 100%;
}

@media screen and (max-width: 767px) {
  .gs-blog-details-wrapper .gs-blog-card > .fea-title {
    font-size: clamp(1.75rem, 8vw, 2.25rem);
  }

  .blog-article-content {
    font-size: 1rem;
    line-height: 1.7;
  }
}

/* Compact, consistently aligned contact form. */
.gs-contact-section .leave-reply-section .contact-form-compact .form-row {
  --bs-gutter-x: 16px;
  --bs-gutter-y: 14px;
}

.gs-contact-section .contact-phone-link {
  color: inherit;
  text-decoration: none;
}

.gs-contact-section .contact-phone-link:hover,
.gs-contact-section .contact-phone-link:focus-visible {
  color: #1243ee;
  text-decoration: underline;
}

.header-section .info-bar .header-currency-label {
  color: #fff;
}

.gs-contact-section .leave-reply-section .contact-form-compact .form-group {
  margin: 0;
}

.gs-contact-section .leave-reply-section .contact-form-compact .form-label {
  align-items: center;
  display: flex;
  font-size: 15px;
  font-weight: 600;
  gap: 3px;
  height: 20px;
  line-height: 20px;
  margin: 0 0 6px;
  white-space: nowrap;
}

.gs-contact-section
  .leave-reply-section
  .contact-form-compact
  .form-group
  .form-control {
  min-height: 48px;
  padding: 11px 14px;
}

.gs-contact-section
  .leave-reply-section
  .contact-form-compact
  .form-group
  textarea.form-control {
  height: 120px;
  min-height: 120px;
  resize: vertical;
}

.gs-contact-section .leave-reply-section .contact-form-compact .btn-forms {
  margin-top: 0;
}

@media screen and (max-width: 767px) {
  .gs-contact-section .leave-reply-section .contact-form-compact .form-row {
    --bs-gutter-y: 12px;
  }

  .gs-contact-section
    .leave-reply-section
    .contact-form-compact
    .form-group {
    margin-bottom: 0;
  }
}

.header-top .create-navbar {
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .header-top:not(.sticky) {
    padding-bottom: 12px;
    padding-top: 12px;
  }
}

/*
 * Bridge the desktop pointer gap between the product trigger and megamenu.
 * The transparent link pseudo-element keeps :hover active during slow,
 * natural downward pointer movement without making the menu feel sticky.
 */
@media screen and (min-width: 1200px) {
  .header-top
    .create-navbar
    .nav-center
    .nav-menus
    li.has-megamenu
    > a::before {
    background: transparent;
    content: "";
    height: 42px;
    left: -10px;
    position: absolute;
    right: -34px;
    top: 100%;
  }

  .header-top
    .create-navbar
    .nav-center
    .nav-menus
    li.has-megamenu
    .megamenu {
    transition:
      top 160ms ease,
      opacity 120ms ease,
      visibility 0s linear 160ms;
  }

  .header-top
    .create-navbar
    .nav-center
    .nav-menus
    li.has-megamenu:hover
    .megamenu,
  .header-top
    .create-navbar
    .nav-center
    .nav-menus
    li.has-megamenu:focus-within
    .megamenu {
    background-color: #fff;
    opacity: 1;
    top: 80%;
    transition-delay: 0s, 0s, 0s;
    visibility: visible;
  }
}

.header-top .create-navbar .nav-left {
  flex: 0 0 auto;
  height: auto !important;
  min-height: 64px;
}

.header-top .create-navbar .nav-left .header-logo-wrapper {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 0;
}

.header-top .create-navbar .nav-left img.logo,
.navbar-brand .nav-logo {
  display: block;
  height: auto !important;
  max-height: 116px;
  object-fit: contain !important;
  width: clamp(360px, 26vw, 430px) !important;
}

.navbar-brand {
  align-items: center;
  display: inline-flex;
  flex: 0 0 auto;
  line-height: 0;
}

.mobile-menu .mobile-menu-top img {
  height: auto !important;
  max-height: 72px;
  object-fit: contain !important;
  width: min(220px, 70vw) !important;
}

@media screen and (max-width: 1199.97px) {
  .header-top .create-navbar .nav-left {
    min-height: 58px;
  }

  .header-top .create-navbar .nav-left img.logo,
  .navbar-brand .nav-logo {
    max-height: 88px;
    width: clamp(230px, 26vw, 280px) !important;
  }
}

@media screen and (max-width: 991.97px) {
  .header-top .create-navbar .nav-left {
    min-height: 54px;
  }

  .header-top .create-navbar .nav-left img.logo,
  .navbar-brand .nav-logo {
    margin-left: 12px;
    max-height: 72px;
    width: clamp(180px, 32vw, 215px) !important;
  }
}

@media screen and (max-width: 459.99px) {
  .header-top .create-navbar .nav-left {
    min-height: 48px;
  }

  .header-top .create-navbar .nav-left img.logo,
  .navbar-brand .nav-logo {
    margin-left: 0;
    max-height: 58px;
    width: clamp(160px, 42vw, 178px) !important;
  }

  .mobile-menu .mobile-menu-top img {
    max-height: 58px;
    width: min(190px, 68vw) !important;
  }
}

@media screen and (max-width: 349.99px) {
  .header-top .create-navbar .nav-left img.logo,
  .navbar-brand .nav-logo {
    margin-left: -8px;
    max-height: 52px;
    width: 150px !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;
}

.single-offer-product .promo-img--contain {
  display: block;
  height: 328px !important;
  object-fit: contain !important;
  object-position: center;
}

.single-offer-product.verticle .promo-img--contain {
  height: 680px !important;
  object-fit: contain !important;
  object-position: center;
}

.gs-offer-section .homepage-promo-card-link {
  cursor: pointer;
  display: block;
  text-decoration: none;
}

.gs-offer-section .single-offer-product:hover .promo-img--contain,
.gs-offer-section .single-offer-product:focus-within .promo-img--contain {
  transform: none !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--contain {
    height: 200px !important;
    object-fit: cover !important;
  }
  .single-offer-product.verticle .promo-img--contain {
    height: 340px !important;
    object-fit: cover !important;
    object-position: left center;
  }
}


.sidebar-active-color {
  color: #ff4c3b!important;
}

@media screen and (min-width: 992px) {
  .gs-deal-of-day .deal-of-day-img {
    left: auto !important;
    right: clamp(16px, 4vw, 64px);
    top: 50%;
    bottom: auto;
    width: min(46vw, 680px);
    transform: translateY(-50%);
  }

  .gs-deal-of-day .deal-of-day-img img {
    display: block;
    width: 100% !important;
    max-width: 100%;
    height: auto !important;
    object-fit: contain !important;
    object-position: center;
  }
}

.promotional-category-hero {
  isolation: isolate;
  overflow: hidden;
  position: relative;
}

.promotional-category-hero__overlay {
  background: linear-gradient(
    90deg,
    rgba(255, 255, 255, 0.96) 0%,
    rgba(255, 255, 255, 0.92) 35%,
    rgba(255, 255, 255, 0.75) 55%,
    rgba(255, 255, 255, 0) 100%
  );
  inset: 0;
  pointer-events: none;
  position: absolute;
  z-index: 0;
}

.promotional-category-hero__container {
  position: relative;
  z-index: 1;
}

.promotional-category-hero__content {
  color: #000;
  max-width: min(100%, 610px);
  position: relative;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.72);
  z-index: 1;
}

.promotional-category-hero__content .subtitle,
.promotional-category-hero__content .title,
.promotional-category-hero__content .des {
  color: #000 !important;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.72);
}

.promotional-category-hero__content .des {
  color: #111 !important;
  max-width: 36rem;
}

@media screen and (max-width: 991px) {
  .promotional-category-hero__overlay {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.97) 0%,
      rgba(255, 255, 255, 0.94) 45%,
      rgba(255, 255, 255, 0.78) 68%,
      rgba(255, 255, 255, 0.18) 100%
    );
  }
}

@media screen and (max-width: 767px) {
  .promotional-category-hero__overlay {
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0.98) 0%,
      rgba(255, 255, 255, 0.95) 62%,
      rgba(255, 255, 255, 0.68) 100%
    );
  }

  .promotional-category-hero__content {
    margin-inline: auto;
    max-width: min(100%, 22rem);
    text-align: center;
  }

  .promotional-category-hero__content .des {
    max-width: 100%;
  }
}
