.footer {
  background-color: var(--gcf-footer-main-bg, #092143);
  color: var(--gcf-footer-main-text, #ffffff);
}
.footer-services {
  background-color: var(--gcf-footer-top-bg, #092143);
  color: var(--gcf-footer-top-text, #ffffff);
  padding: 60px 0;
}
.service-item {
  padding: 10px 0;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}
.service-icon {
  width: 48px;
  height: 48px;
  flex-shrink: 0;
}
.service-text {
  font-size: 18px;
  font-weight: 600;
  color: var(--gcf-footer-top-text, #ffffff);
  margin: 0 !important;
}
.footer-main {
  padding: 60px 0 40px;
  background-color: var(--gcf-footer-main-bg, #092143);
  color: var(--gcf-footer-main-text, #b8c5d6);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-widget {
  margin-bottom: 30px;
}
.footer-logo-img {
  max-width: 290px;
  height: auto;
}
.footer-description {
  font-size: 14px;
  line-height: 1.8;
  color: var(--gcf-footer-main-text, #b8c5d6);
  margin: 0;
}
.footer-widget-title {
  font-size: 14px !important;
  font-weight: 600 !important;
  color: var(--gcf-footer-main-text, #ffffff);
  text-transform: uppercase;
  margin-bottom: 24px;
  letter-spacing: 0.5px;
  transition: color 0.3s ease;
}
.footer-widget-title:hover {
  color: var(--gcf-footer-main-link-hover, #ffffff);
}
.footer-widget {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-widget ul {
  padding: 0;
}
.footer-widget li {
  list-style: none;
  margin-bottom: 12px;
}
.footer-main .footer-widget a {
  color: var(--gcf-footer-main-link, #9da6b4);
  text-decoration: none;
  font-size: 14px;
  transition: color 0.3s ease;
  display: inline-block;
}
.footer-main .footer-widget a:active,
.footer-main .footer-widget a:focus,
.footer-main .footer-widget a:hover {
  color: var(--gcf-footer-main-link-hover, #ffffff);
}
.footer-contact {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer-contact li {
  margin-bottom: 16px;
  font-size: 16px;
  color: var(--gcf-footer-main-text, #b8c5d6);
  font-weight: 400;
}
.footer-contact i {
  color: var(--gcf-footer-main-text, #b8c5d6);
  font-size: 24px;
  display: inline-block;
  width: 24px;
  text-align: center;
}
.footer-main .footer-contact a,
.footer-main .footer-contact span {
  color: var(--gcf-footer-main-link, #b8c5d6);
  text-decoration: none;
  transition: color 0.3s ease;
  line-height: 1.6;
}
.footer-main .footer-contact a:active,
.footer-main .footer-contact a:focus,
.footer-main .footer-contact a:hover {
  color: var(--gcf-footer-main-link-hover, #ffffff);
}
.footer-bottom {
  background-color: var(--gcf-footer-bottom-bg, #092143);
  color: var(--gcf-footer-bottom-text, #ffffff);
  padding: 40px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-bottom-item {
  margin-bottom: 20px;
}
.footer-bottom-title {
  font-size: 15px;
  font-weight: 600;
  color: var(--gcf-footer-bottom-text, #ffffff);
  margin-bottom: 16px;
}
.footer-payment-img,
.footer-shipping-img {
  max-width: 100%;
  height: auto;
  display: block;
}
.footer-social-links {
  display: flex;
  gap: 12px;
}
.footer-social-links a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--gcf-footer-bottom-link, #ffffff);
  text-decoration: none;
  transition: all 0.3s ease;
}
.footer-social-links a:has(.fa-facebook-f) {
  background-color: #365493;
}
.footer-social-links a:has(.fa-instagram) {
  background-color: #774430;
}
.footer-social-links a:has(.fa-youtube) {
  background-color: #cb2027;
}
.footer-social-links a:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
.footer-social-links i {
  font-size: 16px;
}
.footer-copyright-section {
  background-color: var(--gcf-footer-copyright-bg, #092143);
  color: rgba(255, 255, 255, 0.8);
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-copyright {
  margin: 0;
  padding: 0;
}
.footer-copyright p {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
}
.footer-services a,
.footer-services a:visited {
  color: var(--gcf-footer-top-link, #ffffff) !important;
}
.footer-services a:active,
.footer-services a:focus,
.footer-services a:hover {
  color: var(--gcf-footer-top-link-hover, #ffffff) !important;
}
.footer-bottom a,
.footer-bottom a:visited {
  color: var(--gcf-footer-bottom-link, #ffffff) !important;
}
.footer-bottom a:active,
.footer-bottom a:focus,
.footer-bottom a:hover {
  color: var(--gcf-footer-bottom-link-hover, #ffffff) !important;
}
.footer-copyright a,
.footer-copyright a:visited {
  color: var(--gcf-footer-copyright-link, #ffffff) !important;
}
.footer-copyright a:active,
.footer-copyright a:focus,
.footer-copyright a:hover {
  color: var(--gcf-footer-copyright-link-hover, #ffffff) !important;
}
.floating-footer-nav {
  display: none;
}
.floating-nav-item {
  text-decoration: none;
}
@media (max-width: 1024px) {
  .service-item {
    flex-direction: column;
    text-align: center;
    gap: 15px;
    justify-content: center;
  }
  .service-text {
    font-size: 16px;
    line-height: 1.2;
  }
  .service-icon {
    width: 48px;
    height: 48px;
  }
  .widget_about_company {
    text-align: center;
  }
  .about-widget-logo-area {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .about-widget-social-area {
    display: flex;
    justify-content: center;
    gap: 15px;
  }
  .footer-main > .container > .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
  .footer-main > .container > .row > .col,
  .footer-main > .container > .row > [class*="col-"] {
    margin-top: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .footer-main > .container > .row > .col:first-child,
  .footer-main > .container > .row > [class*="col-"]:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom > .container > .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
  .footer-bottom > .container > .row > .col {
    margin-top: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .footer-bottom > .container > .row > .col:last-child {
    grid-column: 1/-1;
  }
  .footer-bottom-item {
    text-align: center;
  }
  .footer-social-links {
    justify-content: center;
  }
  .footer-payment-img,
  .footer-shipping-img {
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .footer-services {
    padding: 40px 0;
  }
  .footer-services .row {
    row-gap: 30px !important;
  }
  .service-item {
    padding: 0;
    max-width: none;
    margin: 0 auto;
  }
  .service-icon {
    width: 42px;
    height: 42px;
  }
  .footer-main {
    padding: 40px 0 30px;
  }
  .footer-widget-title {
    font-size: 15px;
    margin-bottom: 16px;
  }
  .footer-bottom {
    padding: 30px 0 20px;
  }
  .footer-main > .container > .row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px 20px;
    margin-left: 0;
    margin-right: 0;
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
  .footer-main > .container > .row > .col,
  .footer-main > .container > .row > [class*="col-"]:first-child {
    margin-top: 0;
    max-width: none;
    padding-left: 0;
    padding-right: 0;
    width: auto;
  }
  .footer-main > .container > .row > .col:first-child,
  .footer-main > .container > .row > [class*="col-"]:first-child {
    grid-column: 1/-1;
  }
  .footer-bottom > .container > .row > .col:last-child:nth-child(odd) {
    grid-column: 1/-1;
  }
  .footer-bottom-item {
    text-align: center;
  }
  .footer-social-links {
    justify-content: center;
  }
  .footer-main .footer-contact a,
  .footer-main .footer-contact span {
    overflow-wrap: anywhere;
    word-break: break-word;
  }
  .footer-payment-img,
  .footer-shipping-img {
    margin: 0 auto;
  }
}
@media (max-width: 991.98px) {
  .floating-footer-nav {
    align-items: center;
    background: #fff;
    border: 1px solid #e5e7eb;
    bottom: 15px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    left: 15px;
    min-height: 72px;
    padding: 8px 10px calc(8px + env(safe-area-inset-bottom, 0px));
    position: fixed;
    right: 15px;
    z-index: 1050;
    border-radius: 16px;
  }
  .floating-nav-item {
    align-items: center;
    color: #374151;
    display: flex;
    flex-direction: column;
    font-size: 11px;
    font-weight: 600;
    gap: 6px;
    justify-content: center;
    line-height: 1.1;
    min-height: 54px;
    text-align: center;
  }
  .floating-nav-item:visited {
    color: #374151;
  }
  .floating-nav-item:active,
  .floating-nav-item:focus,
  .floating-nav-item:hover {
    color: var(--gcf-link-hover-color, #0b5ed7);
  }
  .floating-nav-item i {
    font-size: 19px;
    line-height: 1;
  }
  .floating-nav-icon-wrap {
    display: inline-flex;
    position: relative;
  }
  .floating-nav-badge {
    align-items: center;
    background: #ef4444;
    border: 2px solid #fff;
    border-radius: 999px;
    color: #fff;
    display: inline-flex;
    font-size: 10px;
    font-weight: 700;
    height: 18px;
    justify-content: center;
    min-width: 18px;
    position: absolute;
    right: -12px;
    top: -9px;
  }
}
.desktop-sticky-cart {
  display: none;
  position: fixed;
  bottom: 100px;
  width: 65px;
  height: 65px;
  border-radius: 12px;
  z-index: 998;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  background: #fff;
}
@media (min-width: 1025px) {
  .desktop-sticky-cart {
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .desktop-sticky-cart.position-top-left {
    top: 40px;
    left: 40px;
    bottom: auto;
  }
  .desktop-sticky-cart.position-top-right {
    top: 40px;
    right: 40px;
    bottom: auto;
  }
  .desktop-sticky-cart.position-bottom-left {
    bottom: 40px;
    left: 40px;
    top: auto;
  }
  .desktop-sticky-cart.position-bottom-right {
    bottom: 40px;
    right: 40px;
    top: auto;
  }
  .desktop-sticky-cart:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.18);
  }
}
.sticky-cart-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  text-decoration: none !important;
}
.sticky-cart-icon-wrap {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}
.sticky-cart-icon-wrap i {
  font-size: 28px;
}
.sticky-cart-badge {
  position: absolute;
  top: -12px;
  right: -12px;
  background-color: #ef4444;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  min-width: 22px;
  height: 22px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid #fff;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
}
.desktop-sticky-cart.position-left-vertical-center {
  top: calc(50% - 32.5px);
  left: 40px;
  bottom: auto;
}
.desktop-sticky-cart.position-right-vertical-center {
  top: calc(50% - 32.5px);
  right: 40px;
  bottom: auto;
}
