@import url("https://fonts.googleapis.com/css?family=Inter:300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Spartan:300,400,500,600,700,800,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Playwrite+AU+SA:wght@100..400&display=swap");
body {
  font-family: "Inter", sans-serif;
  font-style: normal;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #0a3241;
  overflow-x: hidden;
}
/* solgon font */
.ubuntu-light {
  font-family: "Playwrite AU SA", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}


/* footericons */
.list-footer-item a {
  background-color: white;
  color: #0a3241 !important;
  border-radius: 30%;
  display: inline-block;
  padding: 0 8px;
  transition: background-color 0.3s, color 0.3s;
  text-decoration: none;
}

/* Prevent visited color change */
.list-footer-item a:visited,
.list-footer-item a:active {
  color: #0a3241 !important;
  background-color: white;
}

/* Hover effect */
.list-footer-item a:hover {
  background-color: #0a3241;
  color: white !important;
}

.page-wrapper {
  overflow-x: hidden;
}

.pointer {
  cursor: pointer;
}

.not-allowed {
  cursor: not-allowed;
}

.custom-width {
  width: 38%;
}
.width80{
    width: 80%;
}
.width70 {
  width: 70%;
}
.width40 {
  width: 40%;
}
.width35 {
  width: 35%;
}

@media (max-width: 575.98px) {
  .custom-width {
    width: 100%;
  }
  .width70 {
    width: 100%;
  }
  .width40 {
    width: 100%;
  }
  .width35 {
    width: 100%;
    flex-direction: row;
  }
}
/* reset-button */
.reset-button {
  background-color: transparent;
  color: #495057;
  border-radius: 10px;
  outline: 0;
  border: 1px solid #495057;
}
.reset-button:hover {
  background-color: #495057 !important;
  color: #fff !important;
}

/* Global max width for SideBar component */
.bp-sidebar {
  max-width: 360px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

/* ---------------------------------------------------------------------- */
/* Main image sizing - ALWAYS 400px */
.image-gallery-image {
  height: 400px !important;
  width: 400px !important;
  max-width: 100%;
  display: block;
  margin: 0 auto;
  cursor: default !important;
}

.image-gallery-content .image-gallery-slide .image-gallery-image {
  max-height: 400px !important;
  object-fit: fill !important;
}

/* Fullscreen mode container */
.image-gallery-content.fullscreen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh !important;
  background: rgba(0, 0, 0, 0.8) !important;
}

/* Fullscreen image container */
.image-gallery-content.fullscreen .image-gallery-slide-wrapper {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
}
/* =======$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$ */
.image-gallery-content.fullscreen .image-gallery-image {
  width: auto !important;
  height: auto !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  object-fit: contain !important;
  cursor: pointer;
}

/* new class */
.image-gallery-content.fullscreen .image-gallery-image img {
  width: auto !important;
  height: auto !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  object-fit: contain !important;
}

/* Ensure all gallery containers are full size in fullscreen mode */
.image-gallery-content.fullscreen .image-gallery-slide-wrapper,
.image-gallery-content.fullscreen .image-gallery-slides,
.image-gallery-content.fullscreen .image-gallery-slide,
.image-gallery-content.fullscreen .image-gallery-image {
  width: 100vw !important;
  height: 100vh !important;
  min-width: 100vw !important;
  min-height: 100vh !important;
  max-width: 100vw !important;
  max-height: 100vh !important;
  box-sizing: border-box;
  display: flex !important;
  align-items: center;
  justify-content: center;
}


.image-gallery-center {
  width: 400px !important;
  height: 400px !important;
  margin: auto;
}
/* =========================================================================================== */
/* Thumbnail positioning in fullscreen */
/* .image-gallery-content.fullscreen .image-gallery-thumbnails-container {
  display: flex;
  justify-content: center;
  padding: 20px 0;
  background: rgba(0, 0, 0, 0.8);
} */

/* Fix thumbnails in fullscreen to always stay at the bottom */
.image-gallery-content.fullscreen .image-gallery-thumbnails-container {
  position: fixed !important;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  width: 100vw !important;
  background: rgba(0,0,0,0.8);
  display: flex;
  justify-content: center;
  padding: 20px 0 10px 0;
  box-sizing: border-box;
}

.image-gallery-content.fullscreen .image-gallery-thumbnails {
  max-width: 80vw;
}
/* Fullscreen button positioning */
.gallery-container .image-gallery-fullscreen-button {
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  z-index: 1;
  bottom: auto !important;
  pointer-events: none;
}

/* For images only - cover the image area */
/* .gallery-container.image-slide .image-gallery-fullscreen-button {
  top: 0 !important;
  left: 0 !important;
  width: 80% !important;
  height: 80% !important;
  transform: none !important;
  background: transparent;
  cursor: pointer;
} */

/* Make SVG transparent and cover full area for images */
.gallery-container.image-slide
  .image-gallery-fullscreen-button
  .image-gallery-svg {
  width: 100% !important;
  height: 100% !important;
  color: transparent;
  pointer-events: auto;
  margin: auto;
}

/* Video specific positioning */
.gallery-container.video-slide .image-gallery-fullscreen-button {
  top: auto !important;
  bottom: 0px !important;
  left: 10px !important;
  transform: none !important;
  pointer-events: auto;
}

/* Fullscreen mode adjustments */
.image-gallery-content.fullscreen .image-gallery-fullscreen-button {
  top: 50% !important;
  left: 50% !important;
  transform: translate(-50%, -50%) !important;
  bottom: auto !important;
  width: auto !important;
  height: auto !important;
  pointer-events: auto;
  display: none !important;
}

/* Ensure navigation arrows are above everything */
.image-gallery-left-nav,
.image-gallery-right-nav {
  z-index: 10 !important;
}

.image-gallery-icon {
  z-index: 11 !important;
}

/* Navigation icons */
.image-gallery-left-nav,
.image-gallery-right-nav {
  padding: 20px !important;
}

.image-gallery-left-nav .image-gallery-svg,
.image-gallery-right-nav .image-gallery-svg {
  height: 50px !important;
  width: 50px !important;
}

.image-gallery-left-nav:hover .image-gallery-svg,
.image-gallery-right-nav:hover .image-gallery-svg {
  color: #32c8c8 !important;
}
.image-gallery-svg{
  /* display: none; */
}

.image-gallery-icon {
  color: #0a3241 !important;
  filter: drop-shadow(0 2px 2px #585858) !important;
  width: fit-content !important;
}

.image-gallery-icon:hover {
  color: #32c8c8 !important;
}
.image-gallery-thumbnail {
  width: 100px !important;
  height: 100px !important;
}
/* Active thumbnail indicator */
.image-gallery-thumbnail.active,
.image-gallery-thumbnail:focus {
  border: 2px solid #337ab7 !important;
}
.image-gallery-thumbnail-image {
  width: 100% !important;
  height: 100% !important;
}

.image-gallery-thumbnail-inner {
  width: 100% !important;
  height: 100% !important;
}


/* ============================================================= */

/* breadcrumb-item */
.breadcrumb-item:hover {
  color: #1bacac;
  transition: all 0.5s;
}
.breadcrumb-item .breadcrumb-link {
  color: #0a3241;
}
.breadcrumb-item .breadcrumb-link:hover {
  color: #1bacac;
}

/* Optional: Make input blend with buttons */
.form-product {
  border: 1px solid #ddd;
  border-radius: 4px;
  height: calc(1.5em + 1rem + 2px);
  font-size: 1rem;
  line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.5;
}
h1,
.h1 {
  font-size: 60px;
  font-weight: 600;
  line-height: 70px;
}
h2,
.h2 {
  font-size: 40px;
  line-height: 50px;
}
h3,
.h3 {
  font-size: 30px;
  line-height: 40px;
}
h4,
.h4 {
  font-size: 24px;
  line-height: 34px;
}
h5,
.h5 {
  font-size: 20px;
  line-height: 30px;
}
h6,
.h6 {
  font-size: 18px;
  line-height: 28px;
}
h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-weight: 500;
}
p {
  color: #8090b5;
  line-height: 1.7;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}
section {
  padding: 5rem 0;
}
ul {
  margin: 0px;
  padding: 0px;
}
.text-large {
  font-size: 3rem;
  line-height: 3.5rem;
}
.text-small {
  font-size: 0.9rem;
}
a {
  color: #32c8c8;
}
a:hover {
  color: #63dfdf;
  text-decoration: none;
}

/* ------------------------
Transition
------------------------*/
a,
i,
.btn,
button,
img,
span,
.dropdown-item,
.dropdown-toggle:after,
.dropdown-menu a:before,
.hover-translate,
.btn-animated:before,
.product-card,
.card-body,
.product-link,
.insta-icon,
.accordion .accordion__panel p,
.accordion .accordion__button:before {
  -webkit-transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -ms-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
  transition: all 0.5s ease-in-out 0s;
}
.hover-zoom:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  transform: scale(1.1);
}

.site-header i:hover,
.product-card .product-link .btn:hover i {
  -moz-transition: all 600ms cubic-bezier(0.99, 0, 0.57, 0.94);
  -o-transition: all 600ms cubic-bezier(0.99, 0, 0.57, 0.94);
  -webkit-transition: all 600ms cubic-bezier(0.99, 0, 0.57, 0.94);
  transition: all 600ms cubic-bezier(0.99, 0, 0.57, 0.94);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.font-w-3 {
  font-weight: 300;
}
.font-w-4 {
  font-weight: 400;
}
.font-w-5 {
  font-weight: 500;
}
.font-w-6 {
  font-weight: 600;
}
.font-w-7 {
  font-weight: 700;
}
.font-w-8 {
  font-weight: 800;
}
.font-w-9 {
  font-weight: 900;
}
.line-h-1 {
  line-height: 1.5;
}
.line-h-2 {
  line-height: 1.6;
}
.line-h-3 {
  line-height: 1.7;
}
.line-h-4 {
  line-height: 1.8;
}
.line-h-5 {
  line-height: 1.9;
}
.letter-space-1 {
  letter-spacing: 5px;
}
.letter-space-2 {
  letter-spacing: 10px;
}
.letter-space-3 {
  letter-spacing: 15px;
}

/* ------------------------
Left-Right
------------------------*/
.left-0 {
  left: 0;
}
.right-0 {
  right: 0;
}
.top-0 {
  top: 0;
}
.bottom-0 {
  bottom: 0;
}
.left-50 {
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
}
.top-50 {
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
}

/* ------------------------
Pre Loader
------------------------*/
#ht-preloader {
  background: #ffffff;
  bottom: 0;
  height: 100%;
  left: 0;
  overflow: hidden !important;
  position: fixed;
  right: 0;
  text-align: center;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.clear-loader {
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  z-index: 999;
  box-sizing: border-box;
  display: inline-block;
  left: 50%;
  position: absolute;
  text-align: center;
  top: 50%;
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: auto;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
  -webkit-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
}
.loader span {
  width: 20px;
  height: 20px;
  background-color: #63dfdf;
  border-radius: 50%;
  display: inline-block;
  animation: motion 3s ease-in-out infinite;
}
.loader p {
  color: #32c8c8;

}

/* Pulse effect for the preloader image to give a loading animation */
#ht-preloader .loader img {
  display: inline-block;
  will-change: opacity, transform;
  animation: ht-loader-pulse 2s ease-in-out infinite;
}

@keyframes ht-loader-pulse {
  10% {
    opacity: 1;
    transform: scale(1);
  }
  60% {
    opacity: 0.35;
    transform: scale(0.96);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* ------------------------
Button
------------------------*/
.btn {
  font-weight: 500;
  padding: 0.75rem 1rem;
  position: relative;
  overflow: hidden;
  z-index: 9;
}
.btn-sm {
  padding: 0.25rem 0.5rem;
}
.btn-primary {
  color: #fff;
  background-color: #32c8c8;
  border-color: #32c8c8;
  outline: 0;
}
.btn-primary:hover,
.btn-outline-primary:not(:disabled):not(.disabled).active,
.btn-outline-primary:not(:disabled):not(.disabled):active,
.show > .btn-outline-primary.dropdown-toggle {
  color: #fff;
  background-color: #63dfdf;
  border-color: #63dfdf;
}
.btn-outline-primary {
  color: #32c8c8;
  border-color: #32c8c8;
}
.btn-outline-primary:hover {
  background-color: #63dfdf;
  border-color: #63dfdf;
}
.btn-dark {
  background-color: #0a3241;
  border-color: #0a3241;
}
.btn-dark:hover {
  background-color: #63dfdf;
  border-color: #63dfdf;
}
.btn.focus,
.btn:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus,
.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-outline-primary.dropdown-toggle:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus,
.btn-primary:not(:disabled):not(.disabled):active:focus,
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: none;
}
.btn-animated:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #32c8c8;
  z-index: -1;
}
.btn-animated:hover:before {
  background: #0a3241;
  width: 50px;
  left: -20px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
}
.btn-animated.btn-dark:before {
  background: #0a3241;
}
.btn-animated.btn-dark:hover:before {
  background: #0a3241;
}
button:focus {
  outline: none;
}
.btn i {
  font-size: 24px;
  margin-top: -0.1875rem;
  vertical-align: middle;
}
.btn.btn-sm i {
  font-size: 18px;
}
.btn-primary:not(:disabled):not(.disabled).active,
.btn-primary:not(:disabled):not(.disabled):active,
.show > .btn-primary.dropdown-toggle {
  background-color: #32c8c8;
  border-color: #32c8c8;
}

/* ------------------------
text 
------------------------*/
.text-dark {
  color: #0a3241 !important;
}
.text-primary {
  color: #32c8c8 !important;
}
.text-muted {
  color: rgb(140, 152, 164) !important;
}
.text-white {
  color: #ffffff !important;
}

/* ------------------------
Background 
------------------------*/
.bg-primary {
  background-color: #32c8c8 !important;
}
.bg-light {
  background-color: #f5f9fc !important;
}
.bg-dark {
  background-color: #0a3241 !important;
}

/* ------------------------
Badge
------------------------*/
.badge-dark {
  background-color: #0a3241 !important;
}
.badge-primary {
  background-color: #32c8c8 !important;
}
.badge-primary-soft {
  color: #32c8c8;
}
.badge-primary-soft {
  background-color: rgba(50, 200, 200, 0.1);
  color: #32c8c8;
}

/* ------------------------
Icon
------------------------*/
.ic-1x {
  font-size: 1rem;
}
.ic-2x {
  font-size: 2rem;
}
.ic-3x {
  font-size: 3rem;
}
.ic-5x {
  font-size: 5rem;
}
.ic-7x {
  font-size: 7rem;
}
.icon-custom {
  font-size: 20px;
  margin: 0 5px;
}
.icon-footer-custom {
  font-size: 20px;
}
/* 
custom container
*/
.shop-banner {
  width: 90%;
  max-width: 1290px;
  margin: auto;
}

.description {
  text-align: justify;
  margin: 0 auto;
}
/* ------------------------
Shadow
------------------------*/
.shadow-primary {
  -webkit-box-shadow: 0 0.5rem 1rem rgba(50, 200, 200, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(50, 200, 200, 0.15) !important;
}
.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.shadow {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15) !important;
}
.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}
.shadow-none {
  box-shadow: none !important;
}

/* ------------------------
  Header
------------------------*/
.site-header.navbar-dark .navbar-nav .nav-link {
  color: #ffffff;
}
.site-header.navbar-dark .navbar-nav .nav-link:focus,
.site-header.navbar-dark .navbar-nav .nav-link:hover {
  color: #63dfdf;
}
#header-wrap {
  padding: 15px 0;
  position: relative;
}
#header-wrap .search-visability {
  display: none;
}
/* Hide middle header search helpers on xs/sm to allow compact search UX */
@media (max-width: 767.98px) {
  #header-wrap .search-visability,
  #header-wrap.fixed-header .search-visability {
    display: none !important;
  }
}
.header-2 #header-wrap {
  padding: 20px 0;
}
#header-wrap.fixed-header {
  padding: 10px 0;
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999 !important;
  background: #0a3241 !important;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15) !important;
  animation: smoothScroll 1s forwards;
}
#header-wrap.fixed-header .search-visability {
  display: block;
}

/*--navigation--*/
.navbar {
  padding: 0;
}
.navbar-nav .nav-item.dropdown .dropdown-menu {
  min-width: 12rem;
  background: #ffffff;
  padding: 15px;
  border: none;
  margin-top: 0;
  -webkit-box-shadow: 0 0.5rem 1rem rgba(50, 200, 200, 0.15) !important;
  box-shadow: 0 0.5rem 1rem rgba(50, 200, 200, 0.15) !important;
}
.navbar-brand {
  margin: 0;
  padding: 0;
}
.navbar-brand img {
  height: 100px;
}

/* Mobile logo swap (HeaderNavBar): default show dark logo, show light logo when header is fixed/dark */
.bp-logo-light { display: none; }
.bp-logo-dark { display: inline-block; }
#header-wrap.fixed-header .bp-logo-dark { display: none; }
#header-wrap.fixed-header .bp-logo-light { display: inline-block; }
@media (max-width: 991.98px){
  .navbar-brand img {
    height: 90px;
  }
}
header .navbar-nav .nav-item {
  margin: 0 15px;
}
.navbar-nav .nav-link {
  color: #0a3241;
  font-weight: 500;
  padding: 0 !important;
  border-radius: 0;
  text-transform: capitalize;
  position: relative;
}
.navbar-dark #header-wrap.fixed-header {
  background: #32c8c8 !important;
}
#header-wrap.fixed-header .navbar-nav .nav-link,
#header-wrap.fixed-header .lar {
  color: #ffffff;
}

/* Mobile navbar toggler should turn white when header becomes fixed/dark */
#header-wrap.fixed-header .navbar-toggler,
#header-wrap.fixed-header .navbar-toggler i {
  color: #ffffff !important;
  border: 1px solid #ffffff !important;
}

/* Bootstrap toggler icon uses a background-image, not font color */
#header-wrap.fixed-header .navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255,255,255,1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") !important;
}

#header-wrap.fixed-header span {
  color: #ffffff !important;
}

#header-wrap.fixed-header .navbar-nav .nav-link:hover,
#header-wrap.fixed-header .navbar-nav .nav-link:active,
#header-wrap.fixed-header .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .show > .nav-link,
.dropdown-menu a:focus,
.dropdown-menu a:hover {
  color: #32c8c8;
}

.navbar .dropdown-menu .dropdown-item {
  padding: 5px 0;
}
.navbar .dropdown-menu .dropdown-item.active,
.navbar .dropdown-menu .dropdown-item:active,
.navbar .dropdown-menu .dropdown-item:focus,
.navbar .dropdown-menu .dropdown-item:hover {
  color: #32c8c8;
  background-color: inherit;
}

.navbar .dropdown-menu a:focus,
.navbar .dropdown-menu a:hover {
  color: #32c8c8;
}
.navbar .dropdown-menu li {
  margin: 5px 0;
}
.navbar .dropdown-menu a {
  font-weight: 400;
  color: #8090b5;
  font-size: 0.9rem;
  position: relative;
  z-index: 1;
}
.navbar .dropdown-menu a:hover {
  padding-left: 20px;
}
.navbar .dropdown-menu a:before {
  content: "";
  background: #32c8c8;
  border-radius: 0.25rem;
  height: 3px;
  width: 0;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -1.5px;
  z-index: -1;
}
.navbar .dropdown-menu a:hover:before {
  width: 10px;
}

.nav-link.dropdown-toggle::after {
  font-size: 0.9rem;
  margin-left: 0.355em;
  border: none;
  content: "\f107";
  vertical-align: inherit;
  font-family: "Line Awesome Free";
  font-weight: 900;
}
.nav-link.dropdown-toggle:hover::after {
  transform: rotate(-180deg);
}

@media (max-width: 991.98px) {
  /*Header*/
  #header-wrap {
    padding: 15px 0;
  }
  #header-wrap.fixed-header {
    padding: 15px 0;
  }
  #header-wrap.fixed-header .search-visability {
    display: none;
  }
  .navbar {
    justify-content: flex-end;
    width: 100%;
    position: relative !important;
  }
  .navbar-brand {
    left: 0;
    z-index: 1;
    margin-right: 0;
    position: absolute;
    top: 50%;
    padding: 0;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
  }
  .navbar-toggler {
    background: none;
    height: 40px;
    width: 40px;
    padding: 0;
    border-radius: 0;
    margin-right: 15px;
  }
  .site-header .navbar-nav ul {
    position: static;
  }
  .site-header .navbar-nav .nav-item {
    margin: 0;
  }
  .site-header .navbar-nav .nav-link {
    padding: 10px !important;
    border-radius: 0;
  }
  .navbar-nav a .sub-arrow {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -0.7em 0.5em 0 0;
    border-radius: 0.25rem;
    padding: 0;
    width: 2em;
    height: 1.4em;
    font-size: 1.25rem;
    line-height: 1.2em;
    text-align: center;
  }
  .navbar-collapse {
    border-radius: 7px;
    background: #ffffff;
    max-height: 400px;
    left: 0;
    padding: 10px;
    position: absolute;
    z-index: 99;
    top: 55px;
    width: 100%;
    overflow: auto;
    border: medium none;
    -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
    -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
    box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
  }
  .navbar-collapse .nav-link {
    color: #0a3241 !important;
  }
  .navbar-nav .dropdown-toggle::after {
    position: absolute;
    top: 50%;
    right: 0;
    margin: -0.5rem 0.5em 0 0;
  }
  .site-header.navbar-dark .navbar-nav .nav-link {
    color: rgba(0, 0, 0, 0.5);
  }
  .navbar-collapse .nav-link:hover,
  .site-header.navbar-dark .navbar-nav .nav-link.active,
  .site-header.navbar-dark .navbar-nav .nav-link:focus,
  .site-header.navbar-dark .navbar-nav .nav-link:hover {
    color: #32c8c8 !important;
  }
}
@media (min-width: 992.98px) {
  .custom-drop {
    width: 750px;
    left: 0;
  }
}
.categories .navbar-toggler {
  width: 100%;
  background: #0a3241;
  border: none;
  text-align: left;
  color: #ffffff;
  padding: 15px;
  height: auto;
}
.categories .navbar-toggler i {
  font-size: 2rem;
  margin-right: 7px;
}
.categories .navbar-nav .nav-link {
  background: #f5f9fc;
  padding: 10px !important;
}
.categories .navbar-nav .nav-link {
  background: #ffffff;
  padding: 10px 20px !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}
.tab-content {
  padding: 30px;
}
.right-nav a i {
  font-size: 26px;
  color: #0a3241;
}
#header-cart-btn {
  margin-right: 0.75rem;
}
[data-cart-items] {
  position: relative;
  display: inline-block;
}
[data-cart-items]::before {
  content: attr(data-cart-items);
  position: absolute;
  top: -0.5rem;
  right: -0.75rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  font-size: 11px;
  font-weight: 500;
  border-radius: 50%;
  background-color: #32c8c8;
  color: #fff;
}

.banner-slider,
.banner-slider .owl-carousel,
.banner-slider .owl-stage-outer,
.banner-slider .owl-stage,
.banner-slider .owl-item,
.banner-slider .item {
  height: auto !important;
  /* max-height: 100vh !important; */
}


.owl-carousel .owl-item .item.bg-pos-rt {
  background: none !important;
}


.banner-slider .item,
.banner {
  background: none !important;
}



/* Banner image wrapper for 21:9 aspect ratio */
.banner-img-wrapper {
  width: 100%;
  max-height: 100%;
  max-width: 100% !important;
  height: 100% !important;
  aspect-ratio: 21 / 9 !important;
  position: relative !important;
  display: flex !important;
  justify-content: flex-start !important;
  align-items: center !important;
  /* overflow: hidden; */
  background: #fff;
}

.banner-img {
  width: 100% !important;
  height: 100%;
  max-height: 100%;
  max-width: 100% !important;
  aspect-ratio: 21 / 9;
  object-fit: contain !important;
  position: absolute;
  top: 0 !important;
  left: 0 !important;
}

/* End of the 21:9 aspect ratio wrapper */

/* Increase visual banner height on small screens while preserving 21:9 image ratio */
@media (max-width: 575.98px) {
  .banner-slider .banner-img-wrapper {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }
}
@media (max-width: 767.98px) and (min-width: 576px) {
  .banner-slider .banner-img-wrapper {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }
}


/* Center hero-circle and overlay content for banner */
.banner-overlay-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: flex-start !important;
  align-items: center !important;
  pointer-events: none;
}

/* Keep overlay content centered relative to the hero-circle (not the full banner) */
.banner-overlay-inner {
  position: absolute;
  z-index: 2;
  left: 19% !important;            /* same anchor as hero-circle */
  top: 50% !important;
  transform: translate(-50%, -50%) !important; /* center on the hero-circle */
  width: 360px;
  max-width: 70vw;
  text-align: center;
  pointer-events: auto;
}

.banner-overlay-inner .main-title {
  margin-left: auto !important;
  margin-right: auto !important;
}

/* Smaller "Shop Now" button across sizes */
.btn-shop-now {
  font-size: 0.95rem !important;
  padding: 0.55rem 0.9rem !important;
  border-radius: 0.35rem !important;
}

@media (max-width: 991.98px) {
  .btn-shop-now {
    font-size: 0.9rem !important;
    padding: 0.5rem 0.8rem !important;
  }
}

@media (max-width: 575.98px) {
  .btn-shop-now {
    font-size: 0.85rem !important;
    padding: 0.45rem 0.7rem !important;
  }
}


.hero-circle {
  position: absolute !important;
  left: 10% !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 350px;
  height: 350px;
  border-radius: 50%;
  background-color: #fff;
  z-index: 1 !important;
  transition: background 0.3s;
  pointer-events: none;
}




@media (max-width: 1500px) {
  .banner-overlay-inner {
    width: 23vw !important;
    left: 21% !important;
  }
  
  .banner-overlay-inner h3 {
    font-size: 1.8rem !important;
    line-height: 1.2 !important;
  }
  .banner-overlay-inner h5 {
    font-size: 1.5rem !important;
    line-height: 1.2 !important;
  }

  .hero-circle {
    width: 300px;
    height: 300px;
  }
  .banner-overlay-inner .btn {
    font-size: 1.2rem !important;
    padding: 0.5rem 0.75rem;
  }
}



@media (max-width: 1180px) {
  .banner-overlay-inner{
    width: 23vw !important;
    left: 24% !important;
  }
  .banner-overlay-inner h3,
  .banner-overlay-inner h5 {
    font-size: 1.4rem !important;
    line-height: 1.2 !important;
  }

  .hero-circle {
    width: 270px;
    height: 270px;
  }
  .banner-overlay-inner .btn {
    font-size: 1rem !important;
    padding: 0.5rem 0.75rem;
  }
}

@media (max-width: 850px) {
  .banner-overlay-inner{
    width: 24vw !important;
    left: 24% !important;
  }
  .banner-overlay-inner h3,
  .banner-overlay-inner h5 {
    font-size: 1rem !important;
    line-height: 1 !important;
  }
  .hero-circle {
    width: 200px !important;
    height: 200px !important;
  }
  .banner-overlay-inner .btn {
    font-size: 0.7rem !important;
    padding: 0.25rem 0.5rem !important;
  }
}


@media (max-width: 600px) {
  .banner-overlay-inner{
    width: 25vw !important;
    left: 23% !important;
  }
  .banner-overlay-inner h3,
  .banner-overlay-inner h5 {
    font-size: 0.7rem !important;
    line-height: 1 !important;
  }
  .hero-circle {
    width: 150px !important;
    height: 150px !important;
  }
  .banner-overlay-inner .btn {
    font-size: 0.5rem !important;
    padding: 0.25rem 0.5rem !important;
  }
}


@media (max-width: 480px) {
  .banner-overlay-inner{
    width: 40vw !important;
    left: 23% !important;
  }
  .banner-overlay-inner h3,
  .banner-overlay-inner h5 {
    font-size: 0.6rem !important;
    line-height: 1 !important;
  }
  .hero-circle {
    width: 120px !important;
    height: 120px !important;
  }
  .banner-overlay-inner .btn {
    font-size: 0.4rem !important;
    padding: 0.25rem 0.5rem !important;
  }
}


@media (max-width: 380px) {
  .banner-overlay-inner{
    width: 40vw !important;
    left: 27% !important;
  }
  .banner-overlay-inner h3 {
    font-size: 0.6rem !important;
    line-height: 1 !important;
  }
  .banner-overlay-inner h5 {
    font-size: 0.5rem !important;
    line-height: 1 !important;
  }
  .hero-circle {
    width: 100px !important;
    height: 100px !important;
  }
  .banner-overlay-inner .btn {
    font-size: 0.5rem !important;
    padding: 0.15rem 0.35rem !important;
  }
}


/* ------------------------
Contact
------------------------*/
.form-control {
  height: 3rem;
  font-size: 0.8rem;
}
.input-1 {
  border: 1px solid #d0d7e7;
}
.input-2 {
  border: none;
  background: none;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15) !important;
}
.form-control:focus {
  color: #495057;
  background-color: none;
  border-color: #32c8c8;
  outline: 0;
  box-shadow: none;
}
.form-group {
  margin-bottom: 1.3rem;
  position: relative;
}
.help-block.with-errors {
  position: absolute;
  color: red;
  right: 15px;
  font-size: 10px;
  line-height: 14px;
}

/* ------------------------
Tab
------------------------*/
.nav-tabs {
  border-bottom: 0 !important;
}
.nav-tabs .nav-item {
  display: inline-block;
}
.nav-tabs .nav-item .nav-link {
  display: inline-block;
  padding: 0 0.7rem 0.3rem;
  color: #0a3241;
  border-radius: 0;
  border: none;
  border-bottom: 3px solid transparent;
  margin-bottom: -1px;
}
.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  color: #32c8c8;
  border-bottom: 3px solid #32c8c8;
}
@media (max-width: 575.98px) {
  .nav-tabs .nav-item .nav-link {
    padding: 0.5rem 1rem;
    width: 100%;
  }
}

/* -------------------------------
 Background Position & Size
-------------------------------*/
[data-bg-img] {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.bg-pos-l {
  background-position: left;
}
.bg-pos-r {
  background-position: right;
}
.bg-pos-rt {
  background-position: right top;
}
.bg-pos-lt {
  background-position: left top;
}
.bg-pos-rb {
  background-position: right bottom;
}
.bg-pos-lb {
  background-position: left bottom;
}
.bg-repeat {
  background-repeat: repeat;
}
.bg-pos-b {
  background-position: bottom;
}

.owl-carousel .product-card {
  margin: 15px;
}
.owl-carousel .product-card:hover {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}
.product-card {
  border: none;
  padding-bottom: 20px;
  overflow: hidden;
  margin-bottom: 40px;
}
.product-card:hover {
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15) !important;
}
.product-card .btn-wishlist {
  position: absolute;
  top: 0.75rem;
  right: 0.75rem;
  z-index: 5;
  width: 2rem;
  height: 2rem;
  line-height: 2rem;
  padding: 0 !important;
  border: 0;
  border-radius: 50%;
  background-color: #ffffff;
  color: #32c8c8;
  text-align: center;
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15) !important;
}
.product-card .btn-wishlist i {
  animation: heartBeat 1.3s infinite running;
}
.product-card .card-footer {
  bottom: 0;
  width: 100%;
  position: absolute;
  display: none;
  padding: 0;
}
.product-link .btn {
  padding: 0.5rem 0.75rem;
}
.product-card:hover .card-footer {
  display: block;
}
.product-card:hover .product-link .btn {
  -webkit-animation-duration: 0.6s;
  animation-duration: 0.6s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInUp;
  animation-delay: 0.2s;
}
.product-card:hover .product-link .btn.btn-cart {
  animation-delay: 0.5s;
}
.product-card:hover .product-link .btn.btn-view {
  animation-delay: 0.7s;
}

.product-card img,
.product-card:hover img {
  width: 100%;
  aspect-ratio: 1/1;
  height: auto;
  object-fit: cover;
  display: block;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
}
.img-fluid{
    aspect-ratio: 1/1;
}


.product-card:hover .card-info {
  position: relative;
  background: #fff;
}
.product-card:hover .card-body {
  transform: translateY(-50px);
}
.card-img-hover > * {
  float: left;
}
.product-list .product-link {
  position: relative;
  left: inherit;
  top: inherit !important;
  opacity: 1;
}
.product-link .btn-view,
.product-link .btn-compare {
  background: #fff;
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}
.product-link button i,
.product-link a i {
  display: inline-block;
  font-size: 24px;
  line-height: 24px;
  vertical-align: bottom;
}
.product-list.product-card:hover .card-body {
  transform: inherit;
}
.product-list.product-card {
  padding: 30px;
}
.product-list.product-card .btn-wishlist {
  right: inherit;
  left: 0.75rem;
}
.product-list.product-card .card-body {
  padding: 0;
  text-align: left;
}
.product-list.product-card .card-footer {
  bottom: inherit;
  position: relative;
  display: block;
}
.card-img-hover .card-img-front {
  margin-left: -100%;
  object-fit: cover;
}
.card-img-hover .card-img-top {
  -webkit-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  object-fit: cover;
}
.card-img-hover .card-img-front {
  opacity: 0;
}
.product-card:hover .card-img-hover .card-img-front {
  opacity: 1;
}
.product-card:hover .card-img-hover .card-img-back {
  opacity: 0;
}
.product-card .card-body {
  padding: 20px;
  position: relative;
  text-align: start;
  background: #fff;
}
.product-price {
  color: #32c8c8;
  font-weight: 600;
}
.product-price del {
  font-size: 0.9rem;
}
.star-rating {
  color: #fdcc0d;
}

.widget-size input[type="checkbox"] {
  visibility: hidden;
  position: absolute;
}
.widget-size label {
  background: #f5f9fc;
  margin-bottom: 0;
  display: inline-block;
  height: 40px;
  min-width: 40px;
  text-align: center;
  font-size: 14px;
  color: #0a3241;
  font-weight: 500;
  cursor: pointer;
  border-radius: 0.25rem;
  line-height: 40px;
}
.widget-size input[type="checkbox"]:checked + label {
  background: #32c8c8;
  color: #fff;
}
.widget-color li {
  list-style-type: none;
  display: inline-block;
  margin-right: 1%;
  margin-bottom: 20px;
  width: 22%;
  text-align: center;
}
.widget-color li:nth-child(4n + 4) {
  margin-right: 0;
}
.widget-size li {
  list-style-type: none;
  display: inline-block;
  margin-bottom: 20px;
  width: 20%;
  text-align: center;
  float: left;
}
.widget-size li:nth-child(4n + 4) {
  margin-right: 0;
}
[type="checkbox"]:checked,
[type="checkbox"]:not(:checked) {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.form-check-label {
  width: 26px;
  height: 26px !important;
  border-radius: 0.25rem;
  padding: 0 !important;
}
.form-check-input[type="checkbox"]:checked + label,
.form-check-input[type="checkbox"]:not(:checked) + label,
label.btn input[type="checkbox"]:checked + label,
label.btn input[type="checkbox"]:not(:checked) + label {
  position: relative;
  padding-left: 35px;
  cursor: pointer;
  display: inline-block;
  height: 1.5625rem;
  line-height: 1.5625rem;
  transition: 0.28s ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.form-check-input[type="checkbox"] + label::after,
.form-check-input[type="checkbox"] + label::before,
label.btn input[type="checkbox"] + label::after,
label.btn input[type="checkbox"] + label::before {
  content: "";
  position: absolute;
  left: -2px;
  top: -2px;
  width: 30px;
  height: 30px;
  z-index: 0;
  transition: 0.28s ease;
  z-index: -1;
  border-radius: 0.25rem;
}
.form-check-input[type="checkbox"]:checked + label::after,
label.btn input[type="checkbox"]:checked + label::after {
  transform: scale(1.02);
}
.custom-control-input:checked ~ .custom-control-label::before {
  border-color: #32c8c8;
  background-color: #32c8c8;
}
input.form-product {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  height: 40px;
  border: none;
  background: #ffffff;
  text-align: center;
  width: 80px;
  border-top: 1px solid #eeeff7;
  border-bottom: 1px solid #eeeff7;
  color: #0a3241;
  vertical-align: middle;
}
.btn-product {
  background: none;
  color: #0a3241;
  border: 1px solid #eeeff7;
  height: 40px;
  width: auto;
  padding: 0 10px;
  font-size: 13px;
  cursor: pointer;
}
.view-filter a.active {
  color: #32c8c8;
}
.view-filter a {
  color: #0a3241;
  padding-right: 8px;
  display: inline-block;
  vertical-align: middle;
  font-size: 30px;
}
.cart-table thead th {
  padding: 20px;
  text-align: center;
  border: none;
  vertical-align: middle;
  color: #0a3241;
  font-size: 18px;
  font-weight: 500;
}
.cart-table td {
  padding: 10px;
  color: #0a3241;
  vertical-align: middle;
}

/* ------------------------
Countdown
------------------------*/
.countdown {
  width: 100%;
}
.countdown > li {
  font-weight: 600;
  list-style-type: none;
  display: flex;
  align-items: flex-end;
  margin-right: 20px;
}
.countdown > li span {
  font-family: "Spartan", sans-serif;
  font-size: 34px;
  font-weight: 600;
  line-height: 34px;
  display: inline-block;
  color: #0a3241;
}
.countdown > li p {
  font-family: "Spartan", sans-serif;
  text-transform: uppercase;
  font-size: 16px;
  display: block;
  line-height: 24px;
  margin-bottom: 0;
  color: #32c8c8;
}
.countdown.text-white > li span {
  color: #ffffff;
}
.coming-soon .countdown > li {
  background: #eeeff7;
  padding: 15px 20px 10px;
  border-radius: 0.25rem;
  align-items: center;
}

/* ------------------------
Other
------------------------*/
.clients-logo {
  background: #fff;
  border-right: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  padding: 50px 10px;
  width: calc(100% / 4);
}
.clients-logo:nth-child(4n + 4) {
  border-right: none;
}
.clients-logo:nth-child(n + 5) {
  border-bottom: none;
}
.list-group-item-action:focus,
.list-group-item-action:hover {
  color: #32c8c8;
  background-color: inherit;
}

.page-link {
  color: #0a3241;
}
.page-link:focus,
.page-link:hover {
  color: #32c8c8;
}
.page-item.active .page-link {
  background-color: #32c8c8;
  border-color: #32c8c8;
}
.page-item a.page-link:hover {
  color: #ffffff !important;
  background-color: #32c8c8;
  border-color: #32c8c8;
}

.link-title {
  color: #0a3241;
}
.link-title:hover {
  color: #32c8c8;
}
.line-h-0 {
  line-height: 0;
}
.la {
  line-height: inherit;
}
.bg-dark hr,
.bg-primary hr {
  border-top-color: rgba(255, 255, 255, 0.2);
}

/* ------------------------
Insta
------------------------*/
.insta-item {
  position: relative;
  display: inline-block;
  height: 100%;
}
.insta-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  content: "";
  opacity: 0;
  -webkit-transition: all 0.3s;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.insta-item:hover::before {
  opacity: 1;
}
.insta-icon {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  margin: auto;
  border-radius: 50%;
  background: #d6249f;
  background: radial-gradient(
    circle at 30% 107%,
    #fdf497 0%,
    #fdf497 5%,
    #fd5949 45%,
    #d6249f 60%,
    #285aeb 90%
  );
  opacity: 0;
  text-align: center;
  font-size: 30px;
  transform: scale(0);
  color: #ffffff;
}
.insta-item:hover .insta-icon {
  opacity: 1;
  transform: scale(1);
}

/* ------------------------
Modal Popup
------------------------*/
.modal .modal-dialog.cart-modal {
  margin: 0 0 0 auto;
  height: 100%;
  max-width: 450px;
}
.modal .modal-content {
  border: none;
  border-radius: 0.3rem;
  height: inherit;
  overflow-y: auto;
}
.modal.fade .modal-dialog.cart-modal {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.modal.show .modal-dialog.cart-modal {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}
.modal.view-modal .modal-dialog.cart-modal {
  max-width: 1200px;
}

#mailchimpModal.show {
  display: flex !important;
  align-items: center;
}
#mailchimpModal .modal-dialog {
  width: 700px;
  max-width: inherit;
}
#mailchimpModal .modal-body {
  padding: 3rem;
}
.modal-header .close {
  background: #32c8c8;
  color: #fff;
  opacity: 1;
}

/* ------------------------
    Accordion
------------------------*/
.accordion {
  border: none;
  border-radius: 0;
}
.accordion__item {
  margin-bottom: 1.5rem;
}
.accordion__item + .accordion__item {
  border-top: none;
}
.accordion__heading:focus,
.accordion__button:focus {
  outline: none !important;
}
.accordion .accordion__button {
  background: none;
  border: none;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  display: inline-block;
  padding: 0;
  position: relative;
}
.accordion .accordion__button:before {
  color: #0a3241;
  border: none;
  transform: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  text-align: center;
  line-height: 20px;
  background: #f5f9fc;
  content: "\f107";
  font-family: "Line Awesome Free";
  font-weight: 900;
  font-size: 0.7rem;
  top: 50%;
  position: absolute;
  right: 0;
  margin-top: -10px;
}
.accordion .accordion__button[aria-expanded="true"]:before {
  background: #32c8c8;
  color: #ffffff;
  transform: rotate(180deg);
}
.accordion .accordion__panel {
  padding: 15px;
  line-height: 2;
}
.accordion .accordion__panel p {
  margin-bottom: 0;
}

.error {
  color: red;
  font-size: 14px;
}

/* ------------------------
    Scroll to Top
------------------------*/
.scroll-top {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 600;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.8s ease-in-out;
  transition: all 0.8s ease-in-out;
  -webkit-transform: translate3d(0, 200%, 0);
  -ms-transform: translate3d(0, 200%, 0);
  transform: translate3d(0, 200%, 0);
}
.scroll-top a,
.scroll-top a:visited {
  font-size: 24px;
  color: #ffffff;
  background: #32c8c8;
  display: block;
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 0.25rem;
  -webkit-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
  -moz-box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
  box-shadow: 0 10px 55px 5px rgba(137, 173, 255, 0.15);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.scroll-top a:hover,
.scroll-top a:focus {
  color: #32c8c8;
  background: #ffffff;
}
.scroll-top.scroll-visible {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

@media (max-width: 991.98px) {
  h1,
  .h1 {
    font-size: 50px;
    line-height: 60px;
  }
  h2,
  .h2 {
    font-size: 34px;
    line-height: 44px;
  }
  h3,
  .h3 {
    font-size: 26px;
    line-height: 36px;
  }
  h4,
  .h4 {
    font-size: 22px;
    line-height: 32px;
  }
  .cart-table .media {
    display: block;
  }
  .clients-logo {
    padding: 30px 40px;
  }
}
@media (max-width: 767.98px) {
  h1,
  .h1 {
    font-size: 40px;
    line-height: 50px;
  }
  h2,
  .h2 {
    font-size: 24px;
    line-height: 35px;
  }
  h3,
  .h3 {
    font-size: 24px;
    line-height: 34px;
  }
  .parallaxie {
    background-position: center center !important;
  }
  .bg-sm-none {
    background-image: none !important;
  }
}
@media (max-width: 575.98px) {
  /* Reduce banner overlay vertical spacing on xs */
  .banner-overlay-inner h3.mb-3 { margin-bottom: 0.35rem !important; }
  .banner-overlay-inner .mb-3 { margin-bottom: 0.3rem !important; }

  /* Compact Sidebar Price filter on xs/sm */
  .price_slider_wrapper { font-size: 0.55rem; }
  .price_slider_wrapper .ant-slider { margin: 4px 0 2px !important; }
  .price_slider_wrapper .ant-slider-rail,
  .price_slider_wrapper .ant-slider-track { height: 3px !important; }
  .price_slider_wrapper .ant-slider-handle { 
      width: 10px !important; 
      height: 10px !important; 
      margin-top: -4px !important; 
    }
  .price_slider_wrapper .mt-2 { margin-top: 0.2rem !important; }

  h1,
  .h1 {
    font-size: 36px;
    line-height: 46px;
  }
  h3,
  .h3 {
    font-size: 22px;
    line-height: 28px;
  }
  h4,
  .h4 {
    font-size: 20px;
    line-height: 26px;
  }
  h6,
  .h6 {
    font-size: 17px;
    line-height: 24px;
  }
  .navbar-brand img {
    height: 70px;
  }
  .right-nav a i {
    font-size: 20px;
  }
  .hero-circle {
    width: 270px;
    height: 270px;
    left: 22%;
  }
  .main-title {
    width: 60%;
    margin: auto;
  }
  .clients-logo {
    width: calc(100% / 2);
    border-bottom: 1px solid #ebebeb !important;
  }
  .clients-logo:nth-child(n + 7) {
    border-bottom: none !important;
  }
  .tab.mt-n15 {
    margin-top: 0 !important;
  }
  .coming-soon .countdown > li {
    padding: 15px 10px 10px;
    margin-right: 10px;
  }
  .coming-soon .countdown > li span {
    font-size: 20px;
  }
  .bg-xs-none {
    background-image: none !important;
  }
  .pos-sm-r {
    position: relative;
    top: inherit;
    transform: inherit;
  }
  #mailchimpModal .modal-body {
    padding: 1rem;
  }
}

/* ------------------------
   Owl Carousel
------------------------*/
/* .owl-carousel .owl-item img {
  width: 100% !important;
  height: 100% !important;
  display: block !important;
} */

.owl-carousel .owl-stage-outer {
  padding-bottom: 60px;
}
.owl-carousel.no-pb .owl-stage-outer {
  padding-bottom: 0;
}

.owl-carousel .owl-controls .owl-dot {
  display: inline-block;
}
.owl-carousel .owl-dots {
  width: 100%;
  display: inline-block;
  position: absolute;
  line-height: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  cursor: pointer;
  text-align: center;
}
.owl-carousel .owl-dots .owl-dot span {
  background: #1bacac;
  border-radius: 50%;
  border: 5px solid #32c8c8;
  display: inline-block;
  width: 15px;
  height: 15px;
  margin: 0px 3px;
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.dark-bg .owl-carousel .owl-dots .owl-dot span {
  background: #ffffff;
}
.owl-carousel .owl-dots .owl-dot:hover span,
.owl-carousel .owl-dots .owl-dot.active span {
  background: #32c8c8;
  border-color: #32c8c8;
}

.owl-carousel .owl-nav {
  display: block;
  position: absolute;
  text-indent: inherit;
  text-align: center;
  bottom: -20px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  left: 50%;
  z-index: 999;
  background: #32c8c8;
  border-color: #32c8c8;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  line-height: 65px;
  font-weight: 900 !important;
  background: #32c8c8 !important;
  border-radius: 50%;
  color: #ffffff !important;
  cursor: pointer;
  display: inline-block;
  font-size: 20px !important;
}
.owl-carousel .owl-nav button.owl-prev:hover,
.owl-carousel .owl-nav button.owl-next:hover {
  background-color: #63dfdf !important;
  color: #ffffff !important;
}

.owl-carousel.owl-center .owl-item {
  opacity: 0.3;
}
.owl-carousel .owl-item.center {
  transform: scale(1.1);
  z-index: 99;
  opacity: 1;
}

.owl-carousel.owl-2 .owl-nav {
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  left: inherit;
  cursor: inherit;
  top: 50%;
  bottom: inherit;
  width: 100%;
}
.owl-carousel.owl-2 .owl-nav button.owl-prev,
.owl-carousel.owl-2 .owl-nav button.owl-next {
  position: absolute;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  top: 50%;
}
.owl-carousel.owl-2 .owl-nav button.owl-prev {
  left: -50px;
}
.owl-carousel.owl-2 .owl-nav button.owl-next {
  right: -50px;
}
.banner-slider.owl-carousel.owl-2 .owl-nav button.owl-prev {
  left: 0.5% !important;
}
.banner-slider.owl-carousel.owl-2 .owl-nav button.owl-next {
  right: 0.5% !important;
}

@media (max-width: 575.98px) {
  .owl-carousel .owl-nav button.owl-prev,
  .owl-carousel .owl-nav button.owl-next {
    width: 30px;
    height: 30px;
    line-height: 40px;
    font-size: 20px;
  }
  .owl-carousel.owl-2 .owl-nav button.owl-prev {
    left: 0;
  }
  .owl-carousel.owl-2 .owl-nav button.owl-next {
    right: 0;
  }
}



.force-desktop-receipt {
  width: 840px !important;          /* narrower fixed width */
  min-width: 840px !important;
  max-width: 840px !important;
  margin: 0 auto !important;
  padding: 28px !important;         /* slightly reduced padding */
  border-radius: 8px !important;
  box-shadow: 0 0 24px #0002 !important;
  background: #fff !important;
  color: #0a3241 !important;        /* match theme text color */
  font-size: 0.82rem !important;    /* slightly smaller base font */
  display: block !important;
  position: static !important;
}
/* Align horizontal paddings with page wrappers */
.force-desktop-receipt .mx-10,
.force-desktop-receipt .px-10,
.force-desktop-receipt .receipt-header,
.force-desktop-receipt .receipt-content {
  margin-left: 2.5rem !important;
  margin-right: 2.5rem !important;
  padding-left: 2.5rem !important;
  padding-right: 2.5rem !important;
}
.force-desktop-receipt .receipt-header {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: space-between !important;
  width: 100% !important;
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}
.force-desktop-receipt .receipt-header img {
  width: 100px !important;
  height: 100px !important;
  display: block !important;
  margin: 0 !important;
}
.force-desktop-receipt .receipt-header h3 {
  font-size: 22px !important; /* slightly smaller title */
  line-height: 34px !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  margin: 0 !important;
  padding-top: 0.5em !important;
  text-align: left !important;
}
.force-desktop-receipt .info-blocks-wrapper {
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  width: 100% !important;
  margin: 0 0 1.5rem 0 !important;
  padding: 0 !important;
  font-size: 0.8rem !important;
  gap: 2rem !important;
}
.force-desktop-receipt .order-block,
.force-desktop-receipt .contact-block,
.force-desktop-receipt .payment-block {
  width: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.8rem !important;
}
/* Right-align Order# and Order Date rows in PDF */
.force-desktop-receipt .order-block {
  margin-left: auto !important;
}
.force-desktop-receipt .order-block .info-row {
  justify-content: flex-end !important;
}
.force-desktop-receipt .order-block .info-label {
  min-width: auto !important;
  margin-right: 0.25rem !important;
}
.force-desktop-receipt .order-block .info-row span:last-child {
  margin-left: 0.25rem !important;
}
/* Contact block: top-align labels and make spacing tight */
.force-desktop-receipt .contact-block .info-row {
  align-items: flex-start !important;
  gap: 0.05rem !important; /* tighter row gap for label/value */
}
.force-desktop-receipt .contact-block .info-label {
  align-self: flex-start !important; /* align label with first line of value */
  min-width: 25px !important; /* even tighter label width for contact items */
  margin-right: 0.02em !important; /* ~1–2 character spaces */
  padding-top: 0.08em !important; /* tiny baseline nudge */
}
.force-desktop-receipt .contact-block .info-row span:last-child,
.force-desktop-receipt .contact-block .address-value {
  margin-left: 0 !important;
  white-space: normal !important;
  word-break: break-word !important;
}
.force-desktop-receipt .info-row {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: nowrap !important;
  align-items: flex-start !important; /* top align label and value for multi-line cases */
  justify-content: flex-start !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  font-size: 0.8rem !important;
  gap: 0.15rem !important; /* global minimal gap */
}
.force-desktop-receipt .info-label,
.force-desktop-receipt .order-block .info-label,
.force-desktop-receipt .contact-block .info-label,
.force-desktop-receipt .payment-block .info-label {
  min-width: 90px !important; /* reduce label width further */
  margin-right: 0.3rem !important; /* tighter label-to-value gap */
  white-space: nowrap !important;
  text-align: left !important;
  font-weight: 500 !important; /* match theme medium weight */
  font-size: 0.8rem !important;
  display: inline-block !important;
}
.force-desktop-receipt .address-value,
.force-desktop-receipt .info-row span:last-child {
  margin-left: 0 !important;
  display: inline-block !important;
  font-size: 0.82rem !important; /* match smaller base */
  line-height: 1.35 !important; /* slightly tighter for multi-line values */
  white-space: normal !important;
  word-break: break-word !important;
}
.force-desktop-receipt .table-responsive {
  overflow-x: visible !important;
  border: none !important;
  background: none !important;
  padding-bottom: 0 !important;
  position: static !important;
}
.force-desktop-receipt .table {
  width: 100% !important;
  font-size: inherit !important;
}
/* Totals panel matches on-page layout without floating */
.force-desktop-receipt .summary-block {
  display: flex !important;
  flex-direction: row !important;
  justify-content: flex-end !important;
  align-items: flex-start !important;
  width: 100% !important;
}
.force-desktop-receipt .custom-width {
  width: 300px !important;          /* slightly narrower summary panel */
  margin-left: auto !important;
  margin-right: 0 !important;
  float: none !important;
  display: block !important;
  font-size: 0.82rem !important;    /* match smaller base */
}
.force-desktop-receipt .px-10.py-4 {
  display: flex !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  align-items: flex-start !important;
  padding-left: 1.5rem !important;
  padding-right: 1.5rem !important;
  gap: 0 !important;
}
.force-desktop-receipt .receipt-contact-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  width: 32% !important;
  min-width: 0 !important;
  max-width: 33.33% !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  text-align: center !important;
}
.force-desktop-receipt .receipt-contact-item .icon-custom {
  margin-bottom: 0.4rem !important;
  font-size: 0.75rem !important;    /* smaller icons in bottom section */
  display: block !important;
}
.force-desktop-receipt .receipt-contact-item p {
  text-align: center !important;
  margin-left: 0 !important;
  margin-right: 0 !important;
  word-break: break-word !important;
  width: 100% !important;
  display: block !important;
  font-size: 0.65rem !important;    /* smaller text under icons */
}
.force-desktop-receipt .text-center > .btn {
  margin-bottom: 0 !important;
  margin-right: 0.5rem !important;
  width: auto !important;
  max-width: none !important;
  display: inline-block !important;
}
