/* ==========================================================================
   ZAVELO OPTIMIZED & MERGED APPLICATION STYLESHEET
   Consolidated: zavelo-theme.css, style.css, glassmorphism-home.css, custom.css & responsive.css
   Merged duplicate classes, unified :root variables, and optimized media queries
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,300..900;1,300..900&family=Outfit:wght@300..900&family=Plus+Jakarta+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap');

:root {
  --theme-color: #c5a059;
  --color-green: #c5a059;
  --color-light-green: #daeac5;
  --color-lightness-green: #fdfff8;
  --color-gray: #8d949d;
  --color-gray-dark: #595959;
  --color-gray-400: #e7e7e7;
  --color-black: #232424;
  --color-white: #ffffff;
  --primary-font-family: 'Roboto', sans-serif;
  --secondary-font-family: 'Spartan', sans-serif;
  --arabic-font-family: 'Noto Kufi Arabic', sans-serif;
  --font-size-100: 14px;
  --font-size-200: 16px;
  --font-size-300: 18px;
  --font-size-400: 20px;
  --font-size-500: 25px;
  --font-size-600: 30px;
  --font-size-700: 35px;
  --font-size-800: 40px;
  --font-size-900: 65px;
  --heading-1: 40px;
  --heading-2: 35px;
  --heading-3: 28px;
  --heading-4: 22px;
  --heading-5: 18px;
  --heading-6: 16px;
  --line-height-100: 1;
  --line-height-200: 1.5;
  --glass-bg: rgba(255, 255, 255, 0.75);
  --glass-bg-hover: rgba(255, 255, 255, 0.92);
  --glass-border: rgba(255, 255, 255, 0.85);
  --glass-border-accent: rgba(12, 188, 19, 0.25);
  --glass-shadow: 0 16px 36px -8px rgba(0, 0, 0, 0.05), 0 0 0 1px rgba(255, 255, 255, 0.6) inset;
  --glass-shadow-hover: 0 22px 45px -8px rgba(12, 188, 19, 0.16), 0 0 0 1px rgba(12, 188, 19, 0.2) inset;
  --glass-blur: blur(16px);
  --theme-gradient: linear-gradient(135deg, #c5a059 0%, #059669 100%);
  --theme-gradient-hover: linear-gradient(135deg, #10d318 0%, #047857 100%);
  --theme-gradient-subtle: linear-gradient(135deg, rgba(12, 188, 19, 0.1) 0%, rgba(5, 150, 105, 0.05) 100%);
  --theme-glow: 0 8px 24px -4px rgba(12, 188, 19, 0.35);
  --theme-glow-hover: 0 12px 30px -2px rgba(12, 188, 19, 0.5);
  --surface-radius: 24px;
  --zv-primary: #0B1B13;
  --zv-primary-dark: #06120C;
  --zv-primary-light: #162E22;
  --zv-accent-gold: #C5A059;
  --zv-accent-gold-hover: #A8823B;
  --zv-accent-gold-light: #F6F2E9;
  --zv-bg-light: #FAFAF7;
  --zv-card-bg: #FFFFFF;
  --zv-text-main: #18221C;
  --zv-text-muted: #616D65;
  --zv-border: #E8E4DC;
  --zv-border-gold: rgba(197, 160, 89, 0.35);
  --zv-badge-sale: #9E2A2B;
  --zv-badge-new: #0B1B13;
  --zv-shadow-sm: 0 4px 15px rgba(11, 27, 19, 0.04);
  --zv-shadow-md: 0 8px 30px rgba(11, 27, 19, 0.08);
  --zv-shadow-hover: 0 15px 35px rgba(11, 27, 19, 0.12);
  --zv-font-heading: 'Outfit', 'Montserrat', -apple-system, BlinkMacSystemFont, sans-serif;
  --zv-font-body: 'Plus Jakarta Sans', -apple-system, BlinkMacSystemFont, sans-serif;
  --zv-transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}


/* ==========================================================================
   ZAVELO COMBINED & OPTIMIZED APPLICATION STYLESHEET
   Unified: fonts, css variables, reset, design system, theme, custom & responsive
   ========================================================================== */

/* --- COMBINED SECTION: style.css --- */
/* ******************************

:: 1.0 WEB FONTS

****************************** */

/* ******************************

:: 3.0 GLOBAL CSS

****************************** */

* {
  margin: 0;

  padding: 0;
}

body {
  font-family: "Montserrat", serif;

  font-weight: 400;

  color: #5f5f5f;
}

.main {
  overflow: hidden;
}

section,

.section {
  position: relative;
}

.container-fluid {
  padding: 0 100px;
}

h1,

h2,

h3,

h4,

h5,

h6 {
  font-weight: 600;

  color: #000000;

  margin-bottom: 0;
}

p {
  font-size: 1rem;

  font-weight: 400;

  line-height: 24px;

  margin-bottom: 0;
}

a {
  color: #444;
}

a:hover {
  color: #4dd513;
}

a,

a:hover,

a:focus,

.btn:focus {
  text-decoration: none;

  outline: none;

  -webkit-box-shadow: none;

  box-shadow: none;
}

ol,

ul {
  margin: 0;

  padding: 0;

  list-style-type: none;
}

img {
  /* height: auto; */

  max-width: 100%;
}

.text-primary {
  color: #2d3136 !important;
}

/* ******************************

:: 4.0 COMMON CSS

****************************** */

.fw-3 {
  font-weight: 300;
}

.fw-4 {
  font-weight: 400;
}

.fw-5 {
  font-weight: 500;
}

.fw-6 {
  font-weight: 600;
}

.fw-7 {
  font-weight: 700;
}

.op-5 {
  opacity: 0.5;
}

.pos-abs-top-right {
  position: absolute;

  top: 0;

  right: 0;

  left: auto;

  bottom: auto;
}

/*SECTION HEADING*/

.section-heading {
  margin-bottom: 40px;
}

/*SECTION PADDING*/

.ptb_60 {
  padding: 60px 0;
}

.btn.btn-bordered:before {
  z-index: -2;
}

.btn.btn-bordered:after {
  position: absolute;

  content: "";

  height: 100%;

  width: 100%;

  top: 0;

  left: 0;

  border-radius: 10px;

  background: #fff none repeat scroll 0 0;

  z-index: -1;
}

.btn.btn-bordered:hover:after,

.btn.btn-bordered:focus:after {
  opacity: 0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.btn.btn-bordered-white {
  background: transparent none repeat scroll 0 0;

  border: 2px solid #fff;
}

.btn.btn-bordered-white:hover,

.btn.btn-bordered-white:focus {
  border-color: transparent;

  outline: 0 none;
}

.btn.btn-bordered-white:after {
  opacity: 0;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";

  z-index: -1;
}

.btn.btn-bordered-white:hover:after,

.btn.btn-bordered-white:focus:after {
  opacity: 1;

  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.change-color {
  filter: invert();
}

/*BACKGROUND COLORS*/

.bg-theme {
  background-color: #c5a059;
}

.bg-dark {
  background-color: #1b1a1e !important;
}

.bg-gray {
  background-color: #ededed !important;
}

.bg-inherit {
  background: inherit !important;
}

.text-theme {
  color: #02b0fb;
}

.btn-buy-now {
  background-color: #02b0fb !important;
}

.btn-buy-now:hover {
  background-color: #fff !important;

  color: #02b0fb;

  border: 1px solid #02b0fb;
}

/* .btn,

.btn:active,

.btn.btn-bordered:before,

.btn.btn-bordered-white:after,

.section-heading h2::after {
  border: 1px solid transparent;

  transition: 0.3s;
} */

.btn-primary {
  background-color: #c5a059;
}

/*SOCIAL ICONS*/

.social-icons>a {
  margin: 5px;

  width: 45px;

  height: 45px;

  font-size: 20px;

  color: #fff;

  border-radius: 3px;

  overflow: hidden;

  -webkit-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  background-color: #02b0fb;
}

.social-icons>a:hover {
  background-color: #fff;

  color: #02b0fb;
}

.social-icons>a:hover i {
  color: #02b0fb;
}

/* ******************************

:: 5.0 PRELOADER AREA CSS

****************************** */

#preloader {
  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: #fff !important;

  z-index: 9999;
}

#loader {
  display: block;

  position: relative;

  left: 50%;

  top: 50%;

  width: 150px;

  height: 150px;

  margin: -75px 0 0 -75px;

  border-radius: 50%;

  border: 3px solid transparent;

  border-top-color: #c5a059;

  -webkit-animation: spin 2s linear infinite;

  animation: spin 2s linear infinite;
}

#loader:before {
  content: "";

  position: absolute;

  top: 5px;

  left: 5px;

  right: 5px;

  bottom: 5px;

  border-radius: 50%;

  border: 3px solid transparent;

  border-top-color: #000000;

  -webkit-animation: spin 3s linear infinite;

  animation: spin 3s linear infinite;
}

#loader:after {
  content: "";

  position: absolute;

  top: 15px;

  left: 15px;

  right: 15px;

  bottom: 15px;

  border-radius: 50%;

  border: 3px solid transparent;

  border-top-color: #000000;

  -webkit-animation: spin 1.5s linear infinite;

  animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);

    transform: rotate(0deg);

  }

  100% {
    -webkit-transform: rotate(360deg);

    transform: rotate(360deg);

  }
}

@media (max-width: 767px) {
  #loader {
    width: 100px;

    height: 100px;

    margin: -50px 0 0 -50px;

  }
}

/* ******************************

:: 6.0 SCROLL TO TOP AREA CSS

****************************** */

#scrollUp {
  position: fixed;

  right: 1%;

  bottom: 3%;

  height: 40px;

  width: 40px;

  border-radius: 3px;

  background-color: #02b0fb;

  text-align: center;

  cursor: pointer;

  z-index: 500;

  display: none;
}

#scrollUp>i {
  font-size: 24px;

  line-height: 38px;

  display: block;

  color: #fff;
}

#scrollUp:hover {
  -webkit-transform: translateY(-3px);

  transform: translateY(-3px);
}

/* ******************************

:: 7.0 HEADER AREA CSS

****************************** */

.hero-wrapper .svg-clipped {
  -webkit-clip-path: url(#svgPath);

  clip-path: url(#svgPath);

  height: 100%;

  z-index: -1;
}

.navbar {
  /* position: absolute; */

  top: 0;

  left: 0;

  right: 0;

  padding: 0.5rem 0;

  z-index: 999;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  background: transparent;
}

.navbar .navbar-nav .nav-link {
  padding-right: 1.25rem;

  padding-left: 1.25rem;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  color: #000;
}

.navbar.navbar-light .navbar-nav .nav-link {
  color: #000;
}

.navbar.navbar-light .navbar-nav .nav-link:hover,

.navbar.navbar-light .navbar-nav .nav-link:focus,

.navbar.navbar-light .navbar-nav .nav-link.active,

.navbar.navbar-light .navbar-nav .nav-link.current-menu-item {
  color: #2c2e30;
}

.navbar .navbar-brand-sticky {
  display: none;
}

.navbar-sticky {
  -webkit-transition: none;

  transition: none;
}

.navbar-sticky-transitioned {
  -webkit-transition: 0.3s;

  transition: 0.3s;
}

.navbar-sticky-moved-up {
  position: fixed;

  top: 0;

  background: #fff;

  margin-top: -100px;
}

[data-theme="dark"] .navbar-sticky-moved-up {
  background: #01081f;

  -webkit-box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3),

    0 1px 0px rgba(30, 39, 69, 0.4);

  box-shadow: 0 4px 25px rgba(30, 39, 69, 0.3), 0 1px 0px rgba(30, 39, 69, 0.4);
}

.navbar-sticky-on {
  margin-top: 0;

  -webkit-transition: 0.3s;

  transition: 0.3s;

  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 20px;

  box-shadow: rgba(0, 0, 0, 0.15) 0px 2px 20px;
}

.navbar-sticky-on .navbar-brand-regular {
  display: none;
}

.navbar-sticky-on .navbar-brand-sticky {
  display: inline;
}

/* ******************************

:: 10.0 ABOUT APP AREA CSS

****************************** */

.about-thumb {
  height: 100%;

  min-height: 450px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;
}

.about-thumb.bg-overlay::after {
  border-radius: 10px;
}

/* ******************************

:: 22.0 CONTACT AREA CSS

****************************** */

.contact-box .form-group input,

.contact-box .form-group textarea {
  font-size: 14px;

  height: 50px;

  padding: 0 15px;

  border: none;

  -webkit-box-shadow: none;

  box-shadow: none;

  border-radius: 0;

  -webkit-transition: 0.5s;

  transition: 0.5s;
}

.contact-box .form-group textarea {
  height: 100px;

  padding: 15px;
}

.contact-box .form-group input::-webkit-input-placeholder,

.contact-box .form-group textarea::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input:-ms-input-placeholder,

.contact-box .form-group textarea:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.6);
}

.contact-box .form-group input::placeholder,

.contact-box .form-group textarea::placeholder {
  color: rgba(68, 68, 68, 0.6);
}

.contact-box input:focus,

.contact-box textarea:focus,

.contact-box select:focus {
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);

  border-radius: 10px;
}

.contact-box button {
  padding: 12px 26px;
}

/* ******************************

:: 23.0 FOOTER AREA CSS

****************************** */

.footer-area.style-two .shape-top svg {
  position: relative;

  display: block;

  left: 50%;

  width: calc(100% + 1.3px);

  -webkit-transform: translateX(-50%) rotateY(180deg);

  transform: translateX(-50%) rotateY(180deg);
}

.footer-area .social-icons>a {
  width: 40px;

  height: 40px;

  font-size: 18px;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;
}

.copyright-area {
  border-top: 1px solid rgba(255, 255, 255, 0.2);

  color: rgba(255, 255, 255, 0.8);
}

.footer-area .social-icons>a:hover,

.footer-area .social-icons>a:focus {
  color: #fff !important;
}

/* new  */

.banner-wrap {
  position: absolute;

  z-index: 2;

  left: 0;

  right: 0;

  width: 100%;
}

.banner-slide-item img {
  width: 100%;

  height: 100%;

  object-fit: cover;
  height: calc(100vh - 150px);
}

.banner-slide-item {
  position: relative;

  display: flex;

  align-items: center;

  justify-content: center;
}

.service-text p {
  font-size: 1.2rem;

  font-weight: 600;

  text-align: center;

  color: #fff;
}

.single-service {
  border-radius: 4px;

  background-color: #fff;

  border: 1px solid rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);

  -webkit-transition: all 0.3s ease 0s;

  transition: all 0.3s ease 0s;

  padding: 0 !important;
}

.service-icon span {
  height: 54px;

  width: 54px;

  display: inline-block;

  text-align: center;

  line-height: 54px;

  font-size: 2rem;

  color: #c5a059;
}

.form-group {
  margin-bottom: 1rem;

  border: 1px solid #767676;

  border-radius: 10px;
}

.form-group input,

.form-group textarea {
  border-radius: 10px;

  background: transparent;
}

.client-box img {
  height: 80px;

  width: auto !important;
  object-fit: contain;
}

.footer-title {
  font-size: 1.5rem;
}

.footer-items ul li a:hover {
  color: #02b0fb !important;

  transition: 0.3s;

  margin-left: 0.5rem;
}

.footer-items ul li a {
  margin-left: 0rem;

  transition: 0.3s;
}

/* .banner-slider .owl-dots {
    position: absolute;

    bottom: 1rem;

    z-index: 9;

    left: 0;

    right: 0;

    margin: 0 auto;

    width: 100%;

    text-align: center;
}

.banner-slider .owl-dots .owl-dot span {
    width: 10px;

    height: 10px;

    background-color: #fff;

    display: inline-block;

    margin: 0.2rem;

    border-radius: 50%;
}

.banner-slider .owl-dots .owl-dot {
    outline: none !important;

    box-shadow: none !important;
}

.banner-slider .owl-dots .owl-dot.active span {
    width: 30px;

    height: 10px;

    background-color: #c5a059;

    display: inline-block;

    margin: 0.2rem;

    border-radius: 10px;
} */

.slick-dots {
  position: absolute;

  bottom: 1.5rem;
}

.slick-dots li button:before {
  font-family: slick;

  font-size: 12px;

  line-height: 20px;

  position: absolute;

  top: 0;

  left: 0;

  width: 20px;

  height: 20px;

  content: "•";

  text-align: center;

  opacity: 0.15;

  color: #000;

  -webkit-font-smoothing: antialiased;

  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;

  color: #c5a059;

  width: 30px;

  height: 10px;
}

.single-counter {
  background: #ededed;

  padding: 1.5rem 1rem;

  display: block !important;

  border-radius: 10px;
}

.navbar-dark .navbar-nav .nav-link:focus,

.navbar-dark .navbar-nav .nav-link:hover {
  color: #c5a059;
}

.object-fit-cover {
  object-fit: cover;
}

.section-heading.text-left.contact-heading>h2::after {
  left: 0;

  position: absolute;

  transform: translate(0);
}

.contact-info ul li:hover {
  background: #e1e1e1;
}

.contact-info ul li {
  list-style-type: none;

  background: #ffffff;

  box-shadow: 3px 5px 35px rgba(86, 68, 169, 0.1);

  border-radius: 5px;

  padding: 15px 20px;

  margin-top: 1rem;

  border: 1px solid #eeeeee;

  max-width: 450px;

  transition: all 0.4s;
}

.contact-info ul li h6 {
  font-size: 1.2rem;

  font-weight: 500;

  margin-bottom: 0.5rem;
}

.nav-pills .nav-link.active,

.nav-pills .show>.nav-link {
  color: #fff;

  background-color: #c5a059;
}

.contact-links a {
  color: #fff;
}

.logo img {
  max-height: 60px;
}

.wrapper-search {
  border: 1px solid #ebebeb;

  padding: 0.3rem 0.5rem;

  border-radius: 10px;

  display: flex;
  max-width: 100px;
}

.wrapper-search input {
  border: 0;

  outline: none;

  box-shadow: none !important;

  padding: 0 !important;
  font-size: 16px;
  color: #000;
}

.footer-items ul li h5 {
  color: #02b0fb;

  margin-bottom: 0.5rem;

  font-size: 16px;

  font-family: "Poppins", serif;
}

.client-box {
  border: 1px solid #ececec;

  border-radius: 10px;

  display: flex;

  align-items: center;

  justify-content: center;

  padding: 0.5rem;

  margin: 0 1rem;
}

.sec-heading {
  font-size: 2rem;

  color: #c5a059;

  font-weight: 800;
}

.view-all {
  font-size: 1.2rem;

  font-weight: 700;
}

.prod-img-box {
  background: rgb(2 176 251 / 10%);

  padding: 1.7rem;

  border-radius: 15px;

  text-align: center;
}

.off {
  background: #e2fa29;

  border-radius: 50%;

  padding: 5px;

  width: 48px;

  height: 48px;

  display: flex;

  align-items: center;

  justify-content: center;

  flex-direction: column;

  position: absolute;

  left: 10px;

  top: 10px;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.off span {
  line-height: 12px;

  font-family: "Poppins", serif;

  font-size: 14px;
}

.off p {
  font-size: 16px;

  font-weight: 600;

  line-height: 14px;

  font-family: "Poppins", serif;
}

.add-wishlist {
  background: #e7e7e7;

  width: 40px;

  height: 40px;

  display: flex;

  align-items: center;

  justify-content: center;

  border-radius: 50%;

  position: absolute;

  right: 10px;

  top: 10px;

  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
}

.product-item {
  position: relative;
}

.prod-content h3 {
  font-size: 1.2rem;

  margin-bottom: 0.7rem;

  font-weight: 600;

  min-height: 50px;
}

.prod-content {
  margin-top: 1.5rem;
}

.price {
  font-size: 1.5rem;

  font-weight: 800;
}

.price-wrap {
  display: flex;

  align-items: center;

  gap: 1rem;

  margin-bottom: 0.5rem;
}

.off-price {
  font-size: 18px;

  font-weight: 600;

  color: #5f5f5f;

  text-decoration: line-through;
}

.best-selling .prod-img-box {
  background: rgb(255 255 255);
}

.service-name {
  background: #fff;

  padding: 1rem;

  position: relative;

  width: 90%;

  margin: 0 auto;

  margin-top: -1.5rem;

  border-radius: 10px;

  box-shadow: 0 7px 15px rgba(0, 0, 0, 0.15);

  text-align: center;
}

.service-name p {
  font-size: 1.5rem;

  font-weight: 600;

  color: #323232;

  margin-bottom: 0.5rem;
}

.highlight-sec {
  background: rgb(226 250 41 / 14%);
}

.highlight-text {
  margin-top: 1.5rem;
}

.highlight-text p {
  font-size: 1.2rem;

  font-weight: 600;

  color: #323232;

  line-height: 32px;
}

.highlight-item {
  text-align: center;
}

.footer-items ul li a i {
  color: #02b0fb;
}

.service-img img {
  width: 100%;
}

.service-img {
  text-align: center;
}

span.count {
  background: #c5a059;

  width: 20px;

  height: 20px;

  position: absolute;

  top: -0.8rem;

  border-radius: 50%;

  display: flex;

  align-items: center;

  justify-content: center;

  color: #fff;

  font-size: 14px;

  right: -0.8rem;
}

.header ul.head-round-icon li .user-login i {
  color: #02b0fb;

  font-size: 1.5rem;
}

.cart-box i {
  font-size: 1.5rem;
}

.btn-check:checked+.btn,

.btn.active,

.btn.show,

.btn:first-child:active,

:not(.btn-check)+.btn:active {
  color: #fff;

  background-color: #09acf3;

  border-color: #09b0f6;
}

#searchMob {
  position: absolute;

  background: #fff;

  z-index: 999;

  width: 100%;

  left: 0;

  padding: 1rem;
}

.sort-by {
  max-width: 250px;
}

.text-green {
  color: #c5a059;
}

.section.other-banner {
  padding: 2rem 0;

  background: #e5f7ff;
}

.product-list .prod-content h3 {
  font-size: 1.2rem;
}

.product-list .price {
  font-size: 1.5rem;
}

.product-list .off-price {
  font-size: 18px;
}

.product-list .price-wrap {
  gap: 0.5rem;
}

.product-list .btn {
  font-size: 16px;

  padding: 12px 20px;
}

.product-list .add-wishlist {
  width: 32px;

  height: 32px;
}

.product-list .off p {
  font-size: 14px;
}

.product-list .off {
  padding: 4px;

  width: 42px;

  height: 42px;
}

.filter-items .form-check {
  margin-bottom: 0.25rem;
}

.product-view-main {
  background: #f3f3f3;

  padding-bottom: 1rem;
}

.slider.slider-for {
  padding: 2rem;
}

.prod-thumb-img {
  border: 1px solid #dedede;

  padding: 0.5rem;

  margin: 0.5rem 0;

  display: flex;

  align-items: center;

  justify-content: center;
}

.slider.slider-nav {
  width: 140px;

  margin: 0 auto;

  position: absolute;

  left: 0;

  top: 0;
}

.slider.slider-nav .slick-prev {
  left: 0;

  right: 0;

  margin: 0 auto;

  transform: rotate(90deg);

  top: -25px;
}

.slider.slider-nav .prod-thumb-img img {
  max-height: 100px;
}

.prod-big-img img {
  min-height: 400px;

  margin: 0 auto;
}

.slider.slider-nav {
  width: 90%;

  margin: 0 auto;
}

.slick-next:before,

.slick-prev:before {
  color: #c5a059;
}

.prod-desc li {
  list-style-type: square;
}

.prod-desc {
  padding-left: 1.3rem;
}

.prod-desc-main h4 {
  margin-bottom: 0.5rem;

  margin-top: 1rem;
}

.text-bg-primary {
  color: #fff !important;

  background-color: #02b0fb !important;
}

.cus-radio-item {
  display: block;

  position: relative;

  margin-bottom: 12px;

  cursor: pointer;

  font-size: 22px;

  -webkit-user-select: none;

  -moz-user-select: none;

  -ms-user-select: none;

  user-select: none;

  padding: 1rem;

  text-align: center;
}

/* Hide the browser's default radio button */

.cus-radio-item input {
  position: absolute;

  opacity: 0;

  cursor: pointer;
}

/* Create a custom radio button */

.checkmark {
  position: absolute;

  top: 0;

  left: 0;

  height: 100%;

  width: 100%;

  background-color: #eee;

  z-index: -1;

  border: 1px solid #dedede;

  border-radius: 10px;
}

/* On mouse-over, add a grey background color */

.cus-radio-item:hover input~.checkmark {
  background-color: #ccc;
}

/* When the radio button is checked, add a blue background */

.cus-radio-item input:checked~.checkmark {
  background-color: #e5f7ff;
}

/* Create the indicator (the dot/circle - hidden when not checked) */

.checkmark:after {
  content: "";

  position: absolute;

  display: none;
}

/* Show the indicator (dot/circle) when checked */

.cus-radio-item input:checked~.checkmark:after {
  display: block;
}

.off-price-select {
  text-decoration: line-through;
}

.img-zoom-lens {
  position: absolute;

  border: 1px solid #d4d4d4;

  /*set the size of the lens:*/

  width: 40px;

  height: 40px;
}

.img-zoom-result {
  border: 1px solid #d4d4d4;

  /*set the size of the result div:*/

  width: 300px;

  height: 300px;
}

.form-control {
  padding: 0.7rem 1rem;
}

.input-box-wrap input {
  width: 45px;

  height: 45px;

  border: 1px solid #dedede;
}

.cart-box .card img {
  max-height: 120px;
}

.prod-desc-main h5 {
  margin-bottom: 0.5rem;

  margin-top: 1rem;

  font-size: 1.2rem;
}

.quantity-box input {
  font-size: 1.2rem;

  font-weight: 600;
}

.quantity-box .btn.btn-outline-primary {
  border: 1px solid #d7d7d7;

  color: #c5a059;

  border-radius: 0.25rem;

  font-size: 1.2rem;

  padding: 1rem;
}

.highlight-icon img {
  max-height: 60px;
}

.footer-area {
  background: linear-gradient(45deg, #000000, #025071)
}

.footer-top,
.footer-bottom {
  position: relative;

  z-index: 2;
}

.footer-top {
  background-position: 50%;

  background-size: cover;

  height: 100%;

  position: relative;
}

.gshop-header-user .user-menu-wrapper {
  left: inherit;

  right: 0;
}

.vertical-product-card .offer-badge {
  background: #e2fa29;
}

span.count.fs-semibold {
  background: #0000;

  width: 20px;

  height: 20px;

  position: sticky;

  align-items: center;

  justify-content: center;

  color: #000;

  display: inline-grid;
}

.gshop-header-icons a svg {
  width: 2rem;

  height: 1.7rem;
}

.vertical-product-card .card-content p {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  margin-bottom: 0.5rem;
}

.tt-address-content .tt-edit-address {
  right: 0px;

  bottom: 0;

  top: inherit;

  margin-left: auto;

  left: inherit;
}

.swiper-slide.product-thumb-single img {
  height: 90px;

  object-fit: contain;
}

.swiper-wrapper .w-50.w-md-25 img {
  max-height: 250px;

  text-align: center;

  margin: 0 auto;
}

.swiper-wrapper .w-50.w-md-25 {
  text-align: center;

  margin: 0 auto;
}

#bulkOrderModal .form-label,
.career-page .form-label {
  margin-bottom: .5rem;

  font-weight: 600;
}

#bulkOrderModal .form-control,
.career-page .form-control,
.career-page .form-select {
  border: 1px solid #dedede;
}

.client-slider .slick-track {
  text-align: center;
  right: 0;
  margin: 0 auto;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slick-dotted.slick-slider {
  margin-bottom: 0;
}

.quickview-double-slider .swiper-slide.text-center img {
  max-height: 400px;
}

.tt-category-tag a {
  background: #e5f7ff;
}

ul.sidebar-posts .thumbnail img {
  height: 100px;
  object-fit: cover;
}

.blog-details-content .thumbnail img {
  height: auto;
  max-height: 350px;
  width: 100%;
  object-fit: cover;
}

.blog-card .thumbnail img {
  height: 250px;
  object-fit: cover;
  width: 100%;
}

.blog-card .blog-card-content p {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 3;

  -webkit-box-orient: vertical;

  margin-bottom: 0.5rem;
}

.blog-card .blog-card-content h2 {
  overflow: hidden;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 2;

  -webkit-box-orient: vertical;

  margin-bottom: 0.5rem;
  font-size: 1.1rem;
  min-height: 50px;
}

.brands-slider .swiper-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.team-img img {
  width: 100%;
  object-fit: contain;
  max-height: 180px;
}

.video-item {
  padding: 1rem;
}

.blog-details-content p {
  margin-bottom: 1rem;
}

.team-info h5 {
  font-size: 1rem;
}

.footer-top {
  z-index: 0;
}

.client-slider {
  margin-top: 1rem;
}

.cart-table tr td.h-100px img {
  max-height: 90px;
  object-fit: contain;
}

section.service-area .sec-heading {
  margin-bottom: 1rem !important;
}

.results-slider {
  margin-top: 0.5rem;
}

/* --- COMBINED SECTION: glassmorphism-home.css --- */
/* ==========================================================
   FARMROOT AGRITECH - 10X MODERN GLASSMORPHISM HOMEPAGE STYLES
   ========================================================== */

/* Glass Variables */

/* Page Background Ambient Mesh */
.main-wrapper {
  background-color: #f8faf9;
  background-image:
    radial-gradient(at 0% 0%, rgba(12, 188, 19, 0.04) 0px, transparent 50%),
    radial-gradient(at 100% 20%, rgba(6, 182, 212, 0.03) 0px, transparent 50%),
    radial-gradient(at 50% 50%, rgba(12, 188, 19, 0.03) 0px, transparent 60%),
    radial-gradient(at 0% 80%, rgba(16, 185, 129, 0.04) 0px, transparent 50%),
    radial-gradient(at 100% 100%, rgba(245, 158, 11, 0.03) 0px, transparent 50%);
  background-attachment: fixed;
}

/* Glowing Ambient Orbs */
.glow-orb {
  position: absolute;
  border-radius: 50%;
  filter: blur(70px);
  z-index: 1;
  pointer-events: none;
}

.glow-orb-1 {
  width: 320px;
  height: 320px;
  background: rgba(12, 188, 19, 0.12);
  top: -60px;
  left: 5%;
}

.glow-orb-2 {
  width: 360px;
  height: 360px;
  background: rgba(5, 150, 105, 0.1);
  bottom: -60px;
  right: 5%;
}

/* 10X Modern Heading & Pill Badges */
.modern-heading {
  font-size: 2.15rem;
  font-weight: 800;
  letter-spacing: -0.6px;
  color: #1a202c;
  line-height: 1.25;
}

@media (max-width: 768px) {
  .modern-heading {
    font-size: 1.6rem;
  }
}

.gradient-text {
  background: linear-gradient(135deg, #c5a059 0%, #047857 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline-block;
}

.glass-pill-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 16px;
  border-radius: 50px;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  background: rgba(12, 188, 19, 0.08);
  color: #c5a059;
  border: 1px solid rgba(12, 188, 19, 0.22);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 12px rgba(12, 188, 19, 0.08);
}

.title-accent-line {
  width: 54px;
  height: 3.5px;
  background: var(--theme-gradient);
  border-radius: 4px;
}

/* Modern Glass View All Pill Button */
.view-all-modern {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 20px;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  color: #c5a059;
  background: rgba(255, 255, 255, 0.85);
  border: 1px solid rgba(12, 188, 19, 0.25);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.03);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.view-all-modern:hover {
  background: var(--theme-gradient);
  color: #ffffff;
  border-color: transparent;
  transform: translateX(4px);
  box-shadow: var(--theme-glow);
}

.view-all-modern i {
  transition: transform 0.3s ease;
}

.view-all-modern:hover i {
  transform: translateX(4px);
}

/* 1. HERO SECTION POLISH */
.welcome-area {
  border-radius: 0 0 28px 28px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.04);
}

.banner-slide-item img {
  width: 100%;
  object-fit: cover;
  border-radius: 0 0 24px 24px;
}

/* 2. ABOUT US SECTION - 10X GLASSMORPHISM */
.about-us-sec {
  background: transparent;
  position: relative;
}

.about-glass-card {
  background: rgba(255, 255, 255, 0.75);
  backdrop-filter: blur(20px) saturate(190%);
  -webkit-backdrop-filter: blur(20px) saturate(190%);
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  border-radius: 30px;
  box-shadow: 0 24px 48px -12px rgba(12, 188, 19, 0.08), 0 0 0 1px rgba(12, 188, 19, 0.08);
  position: relative;
  overflow: hidden;
  transition: all 0.4s ease;
}

.about-glass-card:hover {
  border-color: rgba(12, 188, 19, 0.3);
  box-shadow: 0 28px 56px -12px rgba(12, 188, 19, 0.14), 0 0 0 1px rgba(12, 188, 19, 0.15);
}

.about-glass-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  right: 10%;
  height: 1.5px;
  background: linear-gradient(90deg, transparent, rgba(12, 188, 19, 0.6), transparent);
}

.about-desc {
  max-width: 820px;
  font-size: 1.05rem;
  line-height: 1.75;
  color: #4a5568;
}

.about-chip {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 18px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(12, 188, 19, 0.18);
  border-radius: 50px;
  font-size: 0.88rem;
  font-weight: 600;
  color: #2d3748;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.02);
  transition: transform 0.25s ease, background 0.25s ease;
}

.about-chip:hover {
  transform: translateY(-2px);
  background: #ffffff;
  border-color: rgba(12, 188, 19, 0.4);
}

.btn-modern-primary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: var(--theme-gradient);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 1rem;
  padding: 14px 34px;
  border-radius: 50px;
  border: none;
  box-shadow: var(--theme-glow);
  position: relative;
  overflow: hidden;
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
  z-index: 1;
}

.btn-modern-primary::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.25), transparent);
  transition: left 0.6s ease;
  z-index: -1;
}

.btn-modern-primary:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: var(--theme-glow-hover);
}

.btn-modern-primary:hover::before {
  left: 100%;
}

/* 3. CATEGORIES SECTION - 10X GLASS CARDS */
.category-modern-sec {
  background: transparent;
}

.glass-card-wrap {
  background: rgba(255, 255, 255, 0.72);
  backdrop-filter: blur(18px) saturate(180%);
  -webkit-backdrop-filter: blur(18px) saturate(180%);
  border: 1px solid rgba(255, 255, 255, 0.9);
  border-radius: 28px;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, 0.04);
}

.modern-category-card {
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 20px;
  padding: 24px 16px 20px;
  box-shadow: 0 10px 24px -4px rgba(0, 0, 0, 0.03), 0 0 0 1px rgba(12, 188, 19, 0.06);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.modern-category-card:hover {
  background: #ffffff;
  transform: translateY(-7px);
  border-color: rgba(12, 188, 19, 0.35);
  box-shadow: 0 18px 36px -6px rgba(12, 188, 19, 0.15), 0 0 0 1px rgba(12, 188, 19, 0.2);
}

.cat-icon-halo {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background: linear-gradient(135deg, rgba(12, 188, 19, 0.08) 0%, rgba(5, 150, 105, 0.02) 100%);
  border: 1.5px solid rgba(12, 188, 19, 0.15);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px;
  transition: all 0.35s ease;
  box-shadow: 0 6px 16px rgba(12, 188, 19, 0.06);
}

.modern-category-card:hover .cat-icon-halo {
  transform: scale(1.08) rotate(4deg);
  background: linear-gradient(135deg, rgba(12, 188, 19, 0.16) 0%, rgba(5, 150, 105, 0.06) 100%);
  border-color: #c5a059;
  box-shadow: 0 8px 20px rgba(12, 188, 19, 0.2);
}

.cat-icon-halo img {
  max-height: 46px;
  object-fit: contain;
}

.cat-name {
  font-size: 0.92rem;
  color: #1e293b;
  transition: color 0.25s ease;
}

.modern-category-card:hover .cat-name {
  color: #c5a059;
}

.cat-badge-count {
  font-size: 0.75rem;
  font-weight: 600;
  color: #64748b;
  background: #f1f5f9;
  padding: 3px 10px;
  border-radius: 50px;
  border: 1px solid #e2e8f0;
}

.cat-action-arrow {
  top: 12px;
  right: 12px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: rgba(12, 188, 19, 0.08);
  color: #c5a059;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  opacity: 0;
  transform: scale(0.6);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modern-category-card:hover .cat-action-arrow {
  opacity: 1;
  transform: scale(1);
}

.cat-action-arrow:hover {
  background: var(--theme-gradient);
  color: #ffffff;
}

/* 4. PRODUCT CARDS - 10X GLASSMORPHISM */
.modern-products-sec {
  background: transparent;
}

.bg-glass-tint {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(12, 188, 19, 0.03) 50%, rgba(255, 255, 255, 0.4) 100%);
}

.modern-glass-card {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  border-radius: 22px;
  box-shadow: 0 12px 30px -6px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.03);
  transition: all 0.38s cubic-bezier(0.16, 1, 0.3, 1);
  overflow: hidden;
}

.modern-glass-card:hover {
  background: #ffffff;
  transform: translateY(-8px);
  border-color: rgba(12, 188, 19, 0.35);
  box-shadow: 0 22px 45px -8px rgba(12, 188, 19, 0.16), 0 0 0 1px rgba(12, 188, 19, 0.18);
}

.modern-offer-badge {
  top: 14px;
  left: 14px;
  z-index: 3;
  padding: 5px 12px;
  border-radius: 50px;
  font-size: 0.72rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  background: linear-gradient(135deg, #f59e0b 0%, #ef4444 100%);
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(239, 68, 68, 0.3);
}

.thumbnail {
  background: linear-gradient(180deg, #f8faf9 0%, #ffffff 100%);
  border-radius: 18px 18px 0 0;
  overflow: hidden;
}

.thumb-link {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 190px;
}

.prod-thumb-img-main {
  max-height: 175px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.modern-glass-card:hover .prod-thumb-img-main {
  transform: scale(1.08);
}

.glass-action-btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(0, 0, 0, 0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #64748b;
  font-size: 0.9rem;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
  transition: all 0.25s ease;
}

.glass-action-btn:hover {
  background: #ef4444;
  color: #ffffff;
  border-color: #ef4444;
  transform: scale(1.1);
  box-shadow: 0 6px 16px rgba(239, 68, 68, 0.35);
}

.category-tag-pill {
  font-size: 0.72rem;
  font-weight: 600;
  color: #c5a059 !important;
  background: rgba(12, 188, 19, 0.08);
  padding: 2px 8px;
  border-radius: 4px;
  display: inline-block;
}

.modern-glass-card .card-title {
  font-size: 0.98rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.modern-glass-card:hover .card-title {
  color: #c5a059;
}

.modern-glass-card .price {
  font-size: 1.15rem;
  font-weight: 800;
  color: #c5a059;
}

.modern-glass-card .price del,
.modern-glass-card .price .text-muted {
  font-size: 0.85rem;
  font-weight: 500;
  color: #94a3b8 !important;
  margin-left: 6px;
}

.btn-modern-cart {
  background: var(--theme-gradient);
  color: #ffffff !important;
  font-weight: 700;
  font-size: 0.88rem;
  padding: 10px 16px;
  border-radius: 12px;
  border: none;
  box-shadow: 0 6px 18px -2px rgba(12, 188, 19, 0.3);
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.btn-modern-cart:hover {
  background: var(--theme-gradient-hover);
  transform: translateY(-2px);
  box-shadow: 0 10px 22px -2px rgba(12, 188, 19, 0.45);
}

.btn-modern-cart.disabled {
  background: #cbd5e1;
  box-shadow: none;
  cursor: not-allowed;
}

/* 5. OUR BRANDS - GLASS SECTION */
.glass-brands-wrapper {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.03);
}

.modern-brand-card {
  background: #ffffff;
  border-radius: 16px;
  padding: 10px 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid rgba(0, 0, 0, 0.06);
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.02);
  transition: all 0.3s ease;
  min-height: 100px;
}

.modern-brand-card:hover {
  transform: translateY(-4px);
  border-color: rgba(12, 188, 19, 0.3);
  box-shadow: 0 10px 24px rgba(12, 188, 19, 0.1);
}

.brand-logo-img {
  max-height: 55px;
  object-fit: contain;
  filter: grayscale(15%);
  transition: filter 0.3s ease;
}

.modern-brand-card:hover .brand-logo-img {
  filter: grayscale(0%);
}

/* 6. OUR TEAM - GLASS PROFILE CARDS */
.modern-team-card {
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 14px 32px -6px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(0, 0, 0, 0.02);
  transition: all 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.modern-team-card:hover {
  background: #ffffff;
  transform: translateY(-8px);
  border-color: rgba(12, 188, 19, 0.35);
  box-shadow: 0 22px 48px -8px rgba(12, 188, 19, 0.16), 0 0 0 1px rgba(12, 188, 19, 0.18);
}

.team-avatar-wrap {
  position: relative;
  overflow: hidden;
  background: linear-gradient(180deg, #f1f5f9 0%, #e2e8f0 100%);
  padding-top: 18px;
  display: flex;
  justify-content: center;
}

.team-img-fluid {
  max-height: 200px;
  object-fit: contain;
  transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.modern-team-card:hover .team-img-fluid {
  transform: scale(1.06);
}

.team-info-glass {
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.member-name {
  font-size: 1.08rem;
  color: #1e293b;
}

.member-position-pill {
  display: inline-block;
  font-size: 0.78rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  color: #c5a059;
  background: rgba(12, 188, 19, 0.08);
  padding: 4px 14px;
  border-radius: 50px;
  border: 1px solid rgba(12, 188, 19, 0.18);
}

/* 7. OUR SERVICES - INTERACTIVE GLASS CARDS */
.modern-service-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.04);
  transition: all 0.38s cubic-bezier(0.16, 1, 0.3, 1);
}

.modern-service-card:hover {
  background: #ffffff;
  transform: translateY(-8px);
  border-color: rgba(12, 188, 19, 0.35);
  box-shadow: 0 20px 42px -6px rgba(12, 188, 19, 0.16);
}

.service-img-wrap {
  position: relative;
  overflow: hidden;
  height: 200px;
  border-radius: 20px 20px 0 0;
}

.service-cover-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}

.modern-service-card:hover .service-cover-img {
  transform: scale(1.08);
}

.service-glass-footer {
  background: rgba(255, 255, 255, 0.9);
  border-top: 1px solid rgba(0, 0, 0, 0.04);
}

.service-title {
  font-size: 1rem;
  color: #1e293b;
}

.service-arrow-btn {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: rgba(12, 188, 19, 0.1);
  color: #c5a059;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.85rem;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
}

.modern-service-card:hover .service-arrow-btn {
  background: var(--theme-gradient);
  color: #ffffff;
  transform: translateX(4px);
  box-shadow: var(--theme-glow);
}

/* 8. TESTIMONIAL VIDEOS & RESULTS */
.glass-slider-frame {
  background: rgba(255, 255, 255, 0.7);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  border: 1.5px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 16px 36px rgba(0, 0, 0, 0.03);
}

.modern-video-card,
.modern-result-card {
  border: 1px solid rgba(255, 255, 255, 0.9);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.04);
  background: #000000;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.modern-video-card:hover,
.modern-result-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 32px rgba(12, 188, 19, 0.15);
}

.result-img-box {
  height: 240px;
  background: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.result-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.modern-result-card:hover .result-img {
  transform: scale(1.08);
}

/* Slick Carousel Modern Arrow Controls */
.slick-prev,
.slick-next {
  width: 44px !important;
  height: 44px !important;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  border-radius: 50% !important;
  border: 1.5px solid rgba(12, 188, 19, 0.2) !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08) !important;
  z-index: 10 !important;
  transition: all 0.25s ease !important;
}

.slick-prev:hover,
.slick-next:hover {
  background: var(--theme-gradient) !important;
  border-color: transparent !important;
  box-shadow: var(--theme-glow) !important;
}

.slick-prev:before,
.slick-next:before {
  color: #c5a059 !important;
  font-size: 18px !important;
  opacity: 1 !important;
  transition: color 0.25s ease !important;
}

.slick-prev:hover:before,
.slick-next:hover:before {
  color: #ffffff !important;
}

/* 9. DELIVERY HIGHLIGHTS - 10X GLASS BADGES */
.modern-highlight-sec {
  background: transparent;
}

.modern-highlight-card {
  background: rgba(255, 255, 255, 0.82);
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  border: 1.5px solid rgba(255, 255, 255, 0.95);
  box-shadow: 0 12px 28px -6px rgba(0, 0, 0, 0.04), 0 0 0 1px rgba(12, 188, 19, 0.05);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.modern-highlight-card:hover {
  background: #ffffff;
  transform: translateY(-6px);
  border-color: rgba(12, 188, 19, 0.35);
  box-shadow: 0 18px 36px -6px rgba(12, 188, 19, 0.15), 0 0 0 1px rgba(12, 188, 19, 0.18);
}

.highlight-icon-glow {
  width: 58px;
  height: 58px;
  min-width: 58px;
  border-radius: 16px;
  background: linear-gradient(135deg, rgba(12, 188, 19, 0.12) 0%, rgba(5, 150, 105, 0.05) 100%);
  border: 1.5px solid rgba(12, 188, 19, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  color: #c5a059;
  box-shadow: 0 6px 16px rgba(12, 188, 19, 0.1);
  transition: all 0.35s cubic-bezier(0.16, 1, 0.3, 1);
}

.highlight-icon-glow.glow-green {
  background: linear-gradient(135deg, rgba(12, 188, 19, 0.15) 0%, rgba(16, 185, 129, 0.05) 100%);
  border-color: rgba(12, 188, 19, 0.25);
  color: #c5a059;
}

.highlight-icon-glow.glow-blue {
  background: linear-gradient(135deg, rgba(14, 165, 233, 0.15) 0%, rgba(6, 182, 212, 0.05) 100%);
  border-color: rgba(14, 165, 233, 0.25);
  color: #0ea5e9;
}

.highlight-icon-glow.glow-amber {
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.15) 0%, rgba(234, 88, 12, 0.05) 100%);
  border-color: rgba(245, 158, 11, 0.25);
  color: #f59e0b;
}

.highlight-icon-glow.glow-purple {
  background: linear-gradient(135deg, rgba(139, 92, 246, 0.15) 0%, rgba(99, 102, 241, 0.05) 100%);
  border-color: rgba(139, 92, 246, 0.25);
  color: #8b5cf6;
}

.modern-highlight-card:hover .highlight-icon-glow {
  transform: scale(1.12) rotate(6deg);
}

.modern-highlight-card:hover .highlight-icon-glow.glow-green {
  background: var(--theme-gradient);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(12, 188, 19, 0.4);
}

.modern-highlight-card:hover .highlight-icon-glow.glow-blue {
  background: linear-gradient(135deg, #0ea5e9 0%, #0284c7 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(14, 165, 233, 0.4);
}

.modern-highlight-card:hover .highlight-icon-glow.glow-amber {
  background: linear-gradient(135deg, #f59e0b 0%, #d97706 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(245, 158, 11, 0.4);
}

.modern-highlight-card:hover .highlight-icon-glow.glow-purple {
  background: linear-gradient(135deg, #8b5cf6 0%, #6366f1 100%);
  color: #ffffff;
  border-color: transparent;
  box-shadow: 0 8px 24px rgba(139, 92, 246, 0.4);
}

.highlight-title {
  font-size: 0.95rem;
  font-weight: 700;
  color: #1e293b;
  line-height: 1.2;
}

.highlight-sub {
  font-size: 0.78rem;
  color: #64748b;
}

/* ==========================================================
   10. 10X MODERN GLASSMORPHISM FOOTER
   ========================================================== */
.footer-area.modern-glass-footer {
  background: linear-gradient(160deg, #07171e 0%, #031510 50%, #020b10 100%) !important;
  position: relative;
  border-top: 1px solid rgba(12, 188, 19, 0.25);
  box-shadow: 0 -10px 40px rgba(0, 0, 0, 0.2);
}

.footer-top-mesh {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 2.5px;
  background: linear-gradient(90deg, transparent, #c5a059, #10b981, #06b6d4, transparent);
  box-shadow: 0 0 16px rgba(12, 188, 19, 0.6);
  z-index: 2;
}

.footer-orb-glow {
  position: absolute;
  width: 450px;
  height: 450px;
  border-radius: 50%;
  filter: blur(90px);
  pointer-events: none;
  z-index: 0;
}

.footer-orb-1 {
  background: rgba(12, 188, 19, 0.08);
  top: -100px;
  left: -100px;
}

.footer-orb-2 {
  background: rgba(6, 182, 212, 0.06);
  bottom: -100px;
  right: -100px;
}

.footer-brand-wrap {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 20px;
  padding: 24px;
  transition: all 0.3s ease;
}

.footer-brand-wrap:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(12, 188, 19, 0.3);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.footer-logo-img {
  max-height: 52px;
  width: auto;
  object-fit: contain;
  transition: transform 0.3s ease;
}

.footer-brand-wrap:hover .footer-logo-img {
  transform: scale(1.04);
}

.footer-desc {
  color: rgba(255, 255, 255, 0.72) !important;
  font-size: 0.92rem;
  line-height: 1.65;
}

.footer-badge-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 14px;
  background: rgba(12, 188, 19, 0.12);
  border: 1px solid rgba(12, 188, 19, 0.25);
  border-radius: 50px;
  color: #10d318;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.footer-title-modern {
  font-size: 1.12rem;
  font-weight: 700;
  color: #ffffff !important;
  letter-spacing: -0.2px;
  position: relative;
  padding-bottom: 12px;
  margin-bottom: 18px;
}

.footer-title-modern::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 32px;
  height: 3px;
  background: var(--theme-gradient);
  border-radius: 3px;
}

.footer-links-list {
  padding-left: 0;
  list-style: none;
}

.footer-links-list li {
  margin-bottom: 10px;
}

.footer-link-item {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  color: rgba(255, 255, 255, 0.75) !important;
  font-size: 0.92rem;
  font-weight: 500;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
}

.footer-link-item i {
  font-size: 0.72rem;
  color: #c5a059;
  transition: transform 0.25s ease;
}

.footer-link-item:hover {
  color: #ffffff !important;
  transform: translateX(6px);
}

.footer-link-item:hover i {
  transform: translateX(3px);
  color: #10d318;
}

/* Contact Pills */
.footer-contact-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  padding: 10px 14px;
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  margin-bottom: 12px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.footer-contact-item:hover {
  background: rgba(255, 255, 255, 0.07);
  border-color: rgba(12, 188, 19, 0.3);
  transform: translateY(-2px);
}

.footer-contact-icon {
  width: 38px;
  height: 38px;
  min-width: 38px;
  border-radius: 10px;
  background: rgba(12, 188, 19, 0.15);
  border: 1px solid rgba(12, 188, 19, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #10d318;
  font-size: 0.95rem;
  transition: all 0.3s ease;
}

.footer-contact-item:hover .footer-contact-icon {
  background: var(--theme-gradient);
  color: #ffffff;
  box-shadow: 0 4px 14px rgba(12, 188, 19, 0.4);
}

.footer-contact-text {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.4;
  margin-bottom: 0;
}

.footer-contact-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  color: #94a3b8;
  letter-spacing: 0.5px;
  font-weight: 600;
  display: block;
}

/* Modern Social Hub */
.modern-footer-bottom {
  background: rgba(0, 0, 0, 0.45);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}

.glass-social-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.06);
  backdrop-filter: blur(8px);
  -webkit-backdrop-filter: blur(8px);
  border: 1px solid rgba(255, 255, 255, 0.12);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #e2e8f0;
  font-size: 0.95rem;
  margin-right: 8px;
  transition: all 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  text-decoration: none;
}

.glass-social-btn:hover {
  transform: translateY(-4px) scale(1.08);
  color: #ffffff;
  border-color: transparent;
}

.glass-social-btn.facebook:hover {
  background: #1877f2;
  box-shadow: 0 6px 18px rgba(24, 119, 242, 0.45);
}

.glass-social-btn.twitter:hover {
  background: #000000;
  box-shadow: 0 6px 18px rgba(255, 255, 255, 0.25);
}

.glass-social-btn.youtube:hover {
  background: #ff0000;
  box-shadow: 0 6px 18px rgba(255, 0, 0, 0.45);
}

.glass-social-btn.linkedin:hover {
  background: #0a66c2;
  box-shadow: 0 6px 18px rgba(10, 102, 194, 0.45);
}

.glass-social-btn.instagram:hover {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  box-shadow: 0 6px 18px rgba(220, 39, 67, 0.45);
}

.copyright-text-modern {
  font-size: 0.88rem;
  color: rgba(255, 255, 255, 0.65);
  margin-bottom: 0;
}

/* --- COMBINED SECTION: zavelo-theme.css --- */

/* ==========================================================================
   ZAVELO LUXURY JEWELRY THEME DESIGN SYSTEM
   Primary: Deep Emerald Green (#0B1B13)
   Accent: Metallic Champagne Gold (#C5A059)
   Heading Font: Outfit / Montserrat (Modern Clean Sans-Serif)
   ========================================================================== */

/* Base Overrides */
body {
    font-family: var(--zv-font-body);
    color: var(--zv-text-main);
    background-color: var(--zv-bg-light);
    line-height: 1.6;
    overflow-x: hidden;
    -webkit-font-smoothing: antialiased;
}

/* Boxed Container Layout (Not Full Width) */
.container-fluid,
.container {
    max-width: 1320px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.sec-heading,
.font-serif,
.font-heading {
    font-family: var(--zv-font-heading) !important;
    color: var(--zv-primary);
    font-weight: 600;
    letter-spacing: -0.01em;
}

a {
    color: var(--zv-primary);
    text-decoration: none;
    transition: var(--zv-transition);
}

a:hover {
    color: var(--zv-accent-gold);
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
}

::-webkit-scrollbar-track {
    background: #F1EFEA;
}

::-webkit-scrollbar-thumb {
    background: var(--zv-accent-gold);
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--zv-accent-gold-hover);
}

/* Global Announcement Top Bar */
.zv-announcement-bar {
    background-color: var(--zv-primary);
    color: #FFFFFF;
    font-size: 0.8125rem;
    font-weight: 500;
    letter-spacing: 0.05em;
    padding: 7px 0;
    border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}

.zv-announcement-bar a {
    color: var(--zv-accent-gold);
}

.zv-announcement-bar a:hover {
    color: #FFFFFF;
    text-decoration: underline;
}

/* Header & Navigation Styling */
.zv-navbar {
    background-color: #FFFFFF;
    border-bottom: 1px solid var(--zv-border);
    transition: var(--zv-transition);
    position: sticky;
    top: 0;
    z-index: 1030;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.03);
}

.zv-navbar .logo img {
    max-height: 80px;
    width: auto;
    object-fit: contain;
}

.zv-navmenu ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    gap: 1.2rem;
}

@media (max-width: 1199.98px) {
    .zv-navmenu ul {
        gap: 1rem;
    }

    .zv-navmenu ul li a {
        font-size: 0.825rem;
    }
}

.zv-navmenu ul li {
    position: relative;
}

.zv-navmenu ul li a {
    font-family: var(--zv-font-body);
    font-size: 0.8rem;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--zv-text-main);
    padding: 1rem 0;
    display: inline-block;
    position: relative;
}

.zv-navmenu ul li a::after {
    content: '';
    position: absolute;
    bottom: 8px;
    left: 0;
    width: 0%;
    height: 2px;
    background-color: var(--zv-accent-gold);
    transition: var(--zv-transition);
}

.zv-navmenu ul li:hover>a::after,
.zv-navmenu ul li.active>a::after {
    width: 100%;
}

.zv-navmenu ul li:hover>a {
    color: var(--zv-accent-gold);
}

/* Submenu / Dropdown */
.zv-navmenu ul li.has-submenu>ul {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 230px;
    background: #FFFFFF;
    box-shadow: var(--zv-shadow-md);
    border: 1px solid var(--zv-border);
    border-top: 3px solid var(--zv-accent-gold);
    border-radius: 0 0 8px 8px;
    padding: 0.75rem 0;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: var(--zv-transition);
    z-index: 100;
}

.zv-navmenu ul li.has-submenu:hover>ul {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.zv-navmenu ul li.has-submenu>ul li {
    display: block;
    width: 100%;
}

.zv-navmenu ul li.has-submenu>ul li a {
    padding: 8px 20px;
    font-size: 0.85rem;
    font-weight: 500;
    text-transform: capitalize;
    letter-spacing: 0.02em;
    color: var(--zv-text-main);
    display: block;
}

.zv-navmenu ul li.has-submenu>ul li a:hover {
    background-color: var(--zv-accent-gold-light);
    color: var(--zv-accent-gold-hover);
    padding-left: 24px;
}

.zv-navmenu ul li.has-submenu>ul li a::after {
    display: none;
}

/* Header Icons */
.zv-header-icon-btn {
    width: 42px;
    height: 42px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: var(--zv-primary);
    background-color: #F7F5F0;
    border: 1px solid var(--zv-border);
    transition: var(--zv-transition);
    position: relative;
    cursor: pointer;
}

.zv-header-icon-btn:hover {
    background-color: var(--zv-primary);
    color: var(--zv-accent-gold);
    border-color: var(--zv-primary);
    transform: translateY(-2px);
}

.zv-badge-count {
    position: absolute;
    top: -4px;
    right: -4px;
    background-color: var(--zv-accent-gold);
    color: #FFFFFF;
    font-size: 0.7rem;
    font-weight: 700;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid #FFFFFF;
}

/* Header Search Bar */
.zv-header-search-form {
    position: relative;
    max-width: 260px;
    width: 100%;
    flex: 1 1 auto;
}

@media (max-width: 1199.98px) {
    .zv-header-search-form {
        max-width: 190px;
    }
}

.zv-header-search-input {
    width: 100%;
    padding: 0.5rem 2.5rem 0.5rem 1rem;
    font-size: 0.85rem;
    border-radius: 30px;
    border: 1px solid var(--zv-border);
    background-color: #F8F7F3;
    transition: var(--zv-transition);
}

.zv-header-search-input:focus {
    outline: none;
    background-color: #FFFFFF;
    border-color: var(--zv-accent-gold);
    box-shadow: 0 0 0 3px rgba(197, 160, 89, 0.15);
}

.zv-header-search-btn {
    position: absolute;
    right: 4px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: transparent;
    color: var(--zv-primary);
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.zv-header-search-btn:hover {
    color: var(--zv-accent-gold);
}

/* Hero Banner Styling */
.zv-hero-section {
    background: linear-gradient(135deg, var(--zv-primary-dark) 0%, var(--zv-primary) 100%);
    color: #FFFFFF;
    position: relative;
    overflow: hidden;
}

.zv-hero-bg-overlay {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at 70% 30%, rgba(197, 160, 89, 0.15) 0%, transparent 60%);
    pointer-events: none;
}

.zv-hero-subtitle {
    font-family: var(--zv-font-body);
    font-size: 0.85rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--zv-accent-gold);
    display: inline-block;
    margin-bottom: 0.75rem;
}

.zv-hero-title {
    font-family: var(--zv-font-heading);
    font-size: clamp(2.2rem, 4.5vw, 3.8rem);
    font-weight: 600;
    color: #FFFFFF;
    line-height: 1.15;
    margin-bottom: 1.25rem;
}

.zv-hero-title span {
    color: var(--zv-accent-gold);
    font-style: italic;
}

.zv-hero-desc {
    font-size: 1.05rem;
    color: #D2DAD5;
    max-width: 540px;
    margin-bottom: 2rem;
    font-weight: 300;
}

/* Buttons System */
.btn-zv-primary {
    background-color: var(--zv-accent-gold);
    color: #FFFFFF;
    font-family: var(--zv-font-body);
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.85rem 2rem;
    border-radius: 4px;
    border: 1px solid var(--zv-accent-gold);
    transition: var(--zv-transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    box-shadow: 0 4px 15px rgba(197, 160, 89, 0.25);
}

.btn-zv-primary:hover {
    background-color: var(--zv-accent-gold-hover);
    border-color: var(--zv-accent-gold-hover);
    color: #FFFFFF;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(197, 160, 89, 0.35);
}

.btn-zv-outline {
    background-color: transparent;
    color: var(--zv-primary);
    font-family: var(--zv-font-body);
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.85rem 2rem;
    border-radius: 4px;
    border: 1px solid var(--zv-primary);
    transition: var(--zv-transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-zv-outline:hover {
    background-color: var(--zv-primary);
    color: var(--zv-accent-gold);
    transform: translateY(-2px);
}

.btn-zv-dark {
    background-color: var(--zv-primary);
    color: #FFFFFF;
    font-family: var(--zv-font-body);
    font-weight: 600;
    font-size: 0.875rem;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    padding: 0.85rem 2rem;
    border-radius: 4px;
    border: 1px solid var(--zv-primary);
    transition: var(--zv-transition);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.btn-zv-dark:hover {
    background-color: var(--zv-primary-dark);
    color: var(--zv-accent-gold);
    transform: translateY(-2px);
}

/* Category Cards */
.zv-category-card {
    background: #FFFFFF;
    border: 1px solid var(--zv-border);
    border-radius: 12px;
    padding: 1.5rem 1rem;
    text-align: center;
    transition: var(--zv-transition);
    position: relative;
    overflow: hidden;
    display: block;
    height: 100%;
}

.zv-category-card::before {
    content: '';
    position: absolute;
    inset: 0;
    border: 2px solid transparent;
    border-radius: 12px;
    transition: var(--zv-transition);
    pointer-events: none;
}

.zv-category-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--zv-shadow-md);
    border-color: var(--zv-border-gold);
}

.zv-category-card:hover::before {
    border-color: var(--zv-accent-gold);
}

.zv-category-img-wrap {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 1.25rem;
    overflow: hidden;
    background-color: #F8F6F0;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 2px solid var(--zv-border-gold);
    transition: var(--zv-transition);
}

.zv-category-card:hover .zv-category-img-wrap {
    transform: scale(1.08);
    border-color: var(--zv-accent-gold);
}

.zv-category-img-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: var(--zv-transition);
}

.zv-category-name {
    font-family: var(--zv-font-heading);
    font-size: 1.1rem;
    font-weight: 600;
    color: var(--zv-primary);
    margin-bottom: 0.25rem;
}

.zv-category-count {
    font-size: 0.8rem;
    color: var(--zv-text-muted);
    font-weight: 500;
}

/* Product Card Component */
.zv-product-card {
    background-color: #FFFFFF;
    border: 1px solid var(--zv-border);
    border-radius: 10px;
    overflow: hidden;
    transition: var(--zv-transition);
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.zv-product-card:hover {
    border-color: var(--zv-border-gold);
    box-shadow: var(--zv-shadow-hover);
    transform: translateY(-4px);
}

.zv-product-img-wrap {
    position: relative;
    width: 100%;
    padding-top: 110%;
    /* ~4:5 aspect ratio */
    overflow: hidden;
    background-color: #FAF9F5;
}

.zv-product-img-wrap img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.zv-product-card:hover .zv-product-img-wrap img {
    transform: scale(1.07);
}

/* Badges */
.zv-badge-group {
    position: absolute;
    top: 12px;
    left: 12px;
    display: flex;
    flex-direction: column;
    gap: 6px;
    z-index: 2;
}

.zv-badge {
    font-size: 0.7rem;
    font-weight: 700;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    padding: 4px 10px;
    border-radius: 30px;
    line-height: 1;
}

.zv-badge-sale {
    background-color: var(--zv-badge-sale);
    color: #FFFFFF;
}

.zv-badge-new {
    background-color: var(--zv-primary);
    color: var(--zv-accent-gold);
    border: 1px solid var(--zv-accent-gold);
}

/* Actions Bar on Image */
.zv-product-actions {
    position: absolute;
    top: 12px;
    right: 12px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 2;
}

.zv-action-btn {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    background: #FFFFFF;
    color: var(--zv-primary);
    border: 1px solid var(--zv-border);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.9rem;
    transition: var(--zv-transition);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    cursor: pointer;
}

.zv-action-btn:hover {
    background-color: var(--zv-primary);
    color: var(--zv-accent-gold);
    border-color: var(--zv-primary);
}

.zv-action-btn.active {
    background-color: var(--zv-badge-sale);
    color: #FFFFFF;
    border-color: var(--zv-badge-sale);
}

/* Product Content */
.zv-product-content {
    padding: 1.25rem;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.zv-product-category {
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--zv-accent-gold-hover);
    font-weight: 600;
    margin-bottom: 0.35rem;
}

.zv-product-title {
    font-family: var(--zv-font-heading);
    font-size: 1.05rem;
    font-weight: 600;
    color: var(--zv-primary);
    margin-bottom: 0.5rem;
    line-height: 1.35;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.zv-product-title a:hover {
    color: var(--zv-accent-gold-hover);
}

.zv-product-rating {
    display: flex;
    align-items: center;
    gap: 4px;
    color: #F5A623;
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
}

.zv-product-rating span {
    color: var(--zv-text-muted);
    font-size: 0.75rem;
    margin-left: 4px;
}

.zv-product-price-row {
    display: flex;
    align-items: baseline;
    gap: 8px;
    margin-top: auto;
    margin-bottom: 1rem;
}

.zv-price-current {
    font-family: var(--zv-font-body);
    font-weight: 700;
    font-size: 1.15rem;
    color: var(--zv-primary);
}

.zv-price-old {
    font-size: 0.875rem;
    color: var(--zv-text-muted);
    text-decoration: line-through;
}

.zv-price-discount {
    font-size: 0.75rem;
    font-weight: 700;
    color: var(--zv-badge-sale);
}

.zv-add-cart-btn {
    width: 100%;
    padding: 0.65rem 1rem;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.06em;
    text-transform: uppercase;
    border-radius: 6px;
    background-color: var(--zv-primary);
    color: #FFFFFF;
    border: 1px solid var(--zv-primary);
    transition: var(--zv-transition);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.zv-add-cart-btn:hover {
    background-color: var(--zv-accent-gold);
    border-color: var(--zv-accent-gold);
    color: #FFFFFF;
}

/* Section Header Component */
.zv-sec-header {
    text-align: center;
    max-width: 650px;
    margin: 0 auto 3rem;
}

.zv-sec-subtitle {
    font-size: 0.8rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    color: var(--zv-accent-gold);
    display: block;
    margin-bottom: 0.5rem;
}

.zv-sec-title {
    font-family: var(--zv-font-heading);
    font-size: clamp(1.75rem, 3vw, 2.5rem);
    color: var(--zv-primary);
    margin-bottom: 0.75rem;
}

.zv-title-divider {
    width: 60px;
    height: 2px;
    background-color: var(--zv-accent-gold);
    margin: 0 auto;
    position: relative;
}

.zv-title-divider::after {
    content: '◆';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: var(--zv-bg-light);
    padding: 0 6px;
    color: var(--zv-accent-gold);
    font-size: 0.6rem;
}

/* Brand USP Section */
.zv-usp-section {
    background-color: var(--zv-primary);
    color: #FFFFFF;
    padding: 2rem 0;
    border-top: 1px solid var(--zv-border-gold);
    border-bottom: 1px solid var(--zv-border-gold);
}

.zv-usp-item {
    text-align: center;
    padding: 1.5rem;
}

.zv-usp-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: rgba(197, 160, 89, 0.12);
    border: 1px solid var(--zv-accent-gold);
    color: var(--zv-accent-gold);
    font-size: 1.4rem;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.25rem;
    transition: var(--zv-transition);
}

.zv-usp-item:hover .zv-usp-icon {
    background-color: var(--zv-accent-gold);
    color: #FFFFFF;
    transform: rotateY(180deg);
}

.zv-usp-title {
    font-family: var(--zv-font-heading);
    font-size: 1.15rem;
    color: #FFFFFF;
    margin-bottom: 0.35rem;
}

.zv-usp-desc {
    font-size: 0.85rem;
    color: #A0B2A7;
    margin: 0;
}

/* Editorial Banners */
.zv-editorial-card {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 380px;
    display: flex;
    align-items: flex-end;
    padding: 2.5rem;
    background-size: cover;
    background-position: center;
}

.zv-editorial-overlay {
    position: absolute;
    inset: 0;
    background: linear-gradient(to top, rgba(11, 27, 19, 0.85) 0%, rgba(11, 27, 19, 0.1) 70%);
    transition: var(--zv-transition);
}

.zv-editorial-card:hover .zv-editorial-overlay {
    background: linear-gradient(to top, rgba(11, 27, 19, 0.92) 0%, rgba(11, 27, 19, 0.2) 70%);
}

.zv-editorial-content {
    position: relative;
    z-index: 2;
    color: #FFFFFF;
}

.zv-editorial-subtitle {
    font-size: 0.75rem;
    font-weight: 700;
    letter-spacing: 0.18em;
    text-transform: uppercase;
    color: var(--zv-accent-gold);
    margin-bottom: 0.5rem;
    display: block;
}

.zv-editorial-title {
    font-family: var(--zv-font-heading);
    font-size: 2rem;
    color: #FFFFFF;
    margin-bottom: 1rem;
}

/* Footer Styling */
.zv-footer {
    background-color: var(--zv-primary-dark);
    color: #D1DCD6;
    padding-top: 5rem;
    padding-bottom: 2rem;
    font-size: 0.9rem;
    border-top: 2px solid var(--zv-accent-gold);
}

.zv-footer-logo {
    max-height: 90px;
    margin-bottom: 0rem;
}

.zv-footer-title {
    font-family: var(--zv-font-heading);
    color: #FFFFFF;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
    position: relative;
    padding-bottom: 0.5rem;
}

.zv-footer-title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 35px;
    height: 2px;
    background-color: var(--zv-accent-gold);
}

.zv-footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}

.zv-footer-links li {
    margin-bottom: 0.65rem;
}

.zv-footer-links li a {
    color: #A0B2A7;
    transition: var(--zv-transition);
}

.zv-footer-links li a:hover {
    color: var(--zv-accent-gold);
    padding-left: 5px;
}

.zv-newsletter-form {
    display: flex;
    gap: 8px;
}

.zv-newsletter-input {
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(197, 160, 89, 0.3);
    color: #FFFFFF;
    padding: 0.65rem 1rem;
    border-radius: 4px;
    font-size: 0.85rem;
    width: 100%;
}

.zv-newsletter-input:focus {
    outline: none;
    border-color: var(--zv-accent-gold);
    background: rgba(255, 255, 255, 0.12);
}

.zv-social-icons {
    display: flex;
    gap: 12px;
    margin-top: 1.25rem;
}

.zv-social-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(197, 160, 89, 0.3);
    color: var(--zv-accent-gold);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--zv-transition);
}

.zv-social-icon:hover {
    background-color: var(--zv-accent-gold);
    color: #FFFFFF;
    transform: translateY(-3px);
}

.zv-footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    margin-top: 4rem;
    padding-top: 1.75rem;
    font-size: 0.825rem;
    color: #83948A;
}

/* Cart Page & Mini Cart Drawer */
.zv-cart-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 12px;
}

.zv-cart-table th {
    font-family: var(--zv-font-body);
    font-size: 0.785rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    color: var(--zv-text-muted);
    padding: 1rem;
    border-bottom: 1px solid var(--zv-border);
}

.zv-cart-table td {
    background-color: #FFFFFF;
    padding: 1.25rem 1rem;
    vertical-align: middle;
    border-top: 1px solid var(--zv-border);
    border-bottom: 1px solid var(--zv-border);
}

.zv-cart-table td:first-child {
    border-left: 1px solid var(--zv-border);
    border-radius: 10px 0 0 10px;
}

.zv-cart-table td:last-child {
    border-right: 1px solid var(--zv-border);
    border-radius: 0 10px 10px 0;
}

.zv-cart-thumb {
    width: 70px;
    height: 70px;
    border-radius: 8px;
    object-fit: cover;
    border: 1px solid var(--zv-border);
}

.zv-qty-control {
    display: inline-flex;
    align-items: center;
    border: 1px solid var(--zv-border);
    border-radius: 4px;
    overflow: hidden;
}

.zv-qty-btn {
    width: 32px;
    height: 32px;
    border: none;
    background: #F5F3ED;
    color: var(--zv-primary);
    font-weight: bold;
    cursor: pointer;
}

.zv-qty-input {
    width: 40px;
    height: 32px;
    border: none;
    text-align: center;
    font-weight: 600;
    font-size: 0.9rem;
}

/* Mobile Bottom Navigation Toolbar */
.zv-bottom-toolbar {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #FFFFFF;
    border-top: 1px solid var(--zv-border);
    box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.08);
    display: flex;
    justify-content: space-around;
    padding: 8px 0;
    z-index: 1040;
}

.zv-toolbar-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: var(--zv-text-muted);
    font-size: 0.7rem;
    font-weight: 600;
    position: relative;
}

.zv-toolbar-item i {
    font-size: 1.25rem;
    margin-bottom: 2px;
}

.zv-toolbar-item.active,
.zv-toolbar-item:hover {
    color: var(--zv-accent-gold-hover);
}

/* Responsive Rules */
@media (max-width: 991.98px) {
    .zv-navmenu {
        display: none;
    }

    .zv-hero-title {
        font-size: 2.2rem;
    }

    .zv-sec-header {
        margin-bottom: 2rem;
    }

    .zv-editorial-card {
        min-height: 280px;
        padding: 1.5rem;
    }
}

/* ==========================================================================
   LUXURY CALL TO ACTION (CTA) BANNER SECTION
   ========================================================================== */
.zv-cta-section {
    position: relative;
}

.zv-cta-box {
    position: relative;
    border-radius: 24px;
    padding: 3.5rem 2rem;
    background: linear-gradient(135deg, rgba(7, 18, 12, 0.92) 0%, rgba(15, 36, 26, 0.95) 50%, rgba(7, 18, 12, 0.92) 100%),
        url('https://images.unsplash.com/photo-1515562141207-7a88fb7ce338?q=80&w=1400&auto=format&fit=crop') center/cover no-repeat;
    border: 2px solid #C5A059;
    box-shadow: 0 20px 60px rgba(11, 27, 19, 0.4), 0 0 30px rgba(197, 160, 89, 0.2);
    overflow: hidden;
    text-align: center;
}

.zv-cta-box::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(197, 160, 89, 0.12) 0%, transparent 60%);
    pointer-events: none;
    animation: zvPulseGlow 6s ease-in-out infinite alternate;
}

@keyframes zvPulseGlow {
    0% {
        transform: scale(0.9);
        opacity: 0.5;
    }

    100% {
        transform: scale(1.1);
        opacity: 1;
    }
}

.zv-cta-badge {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 20px;
    border-radius: 50px;
    background: rgba(197, 160, 89, 0.18);
    border: 1px solid rgba(197, 160, 89, 0.5);
    color: #FFE8B6;
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 1.5rem;
}

.zv-cta-title {
    font-family: var(--zv-font-heading) !important;
    font-size: clamp(2rem, 4vw, 2.5rem);
    font-weight: 800;
    color: #FFFFFF;
    line-height: 1.2;
    margin-bottom: 1rem;
}

.zv-cta-title .gold-gradient-text {
    background: linear-gradient(135deg, #FFF0D0 0%, #E8C170 50%, #C5A059 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.zv-cta-desc {
    font-size: 1.05rem;
    color: #E2E8E4;
    max-width: 720px;
    margin: 0 auto 1.75rem;
    line-height: 1.7;
    opacity: 0.95;
}

.zv-cta-coupon-box {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 12px 24px;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.07);
    border: 1.5px dashed #C5A059;
    color: #FFFFFF;
    font-size: 1.05rem;
    font-weight: 600;
    margin-bottom: 2rem;
    backdrop-filter: blur(8px);
}

.zv-cta-coupon-box strong {
    color: #FFD700;
    font-weight: 800;
    letter-spacing: 0.05em;
    padding: 2px 8px;
    background: rgba(197, 160, 89, 0.3);
    border-radius: 6px;
}

/* High Contrast Gold Pop Button */
.btn-zv-gold {
    background: linear-gradient(135deg, #F5D77F 0%, #C5A059 50%, #A8823B 100%);
    color: #07120C !important;
    font-weight: 800 !important;
    font-size: 1.05rem !important;
    padding: 14px 34px !important;
    border-radius: 50px !important;
    border: none !important;
    box-shadow: 0 10px 30px rgba(197, 160, 89, 0.45);
    transition: all 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.btn-zv-gold:hover {
    transform: translateY(-3px) scale(1.02);
    box-shadow: 0 15px 40px rgba(197, 160, 89, 0.65);
    background: linear-gradient(135deg, #FFFFFF 0%, #F5D77F 50%, #C5A059 100%);
    color: #000000 !important;
}

.btn-zv-gold-outline {
    background: rgba(255, 255, 255, 0.08);
    color: #FFE8B6 !important;
    font-weight: 700 !important;
    font-size: 1.05rem !important;
    padding: 13px 30px !important;
    border-radius: 50px !important;
    border: 2px solid #C5A059 !important;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    backdrop-filter: blur(4px);
}

.btn-zv-gold-outline:hover {
    background: #C5A059;
    color: #07120C !important;
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(197, 160, 89, 0.4);
}

/* --- COMBINED SECTION: custom.css --- */
.h-60px {
    height: 60px;
}
.h-80px {
    height: 80px;
}
.h-100px {
    height: 100px;
}
.h-400px {
    height: 400px;
}
.header-icon {
    position: relative;
}
.cart-counter {
    position: absolute;
    top: -9px;
    right: -15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.wish-counter {
    position: absolute;
    top: -9px;
    right: -15px;
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
}
.label-input-field input,
.label-input-field textarea,
.label-input-field select {
    width: 100%;
    padding: 16px 24px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
    outline: 0;
}
.label-input-field label {
    z-index: 1;
}

/* select 2 css */
.select2-container {
    width: auto;
    display: block;
    padding: 14px 24px;
    border-radius: 4px;
    border: 1px solid #e4e4e4;
}

.select2-container--default
    .select2-selection--single
    .select2-selection__arrow {
    height: 60px;
    right: 10px;
}
.select2-dropdown {
    top: -4px;
    border-color: #e4e4e4;
}
.select2-container--open .select2-dropdown {
    left: -1px;
}
.select2-container .select2-selection--single .select2-selection__rendered {
    padding: 0;
}
.select2-container--default .select2-selection--single {
    border: none;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    border-color: #e4e4e4;
}

/* toastr */

#toast-container {
    z-index: 999999;
}

#toast-container > div {
    padding: 15px 25px 15px 50px !important;
    opacity: 1;
    margin-bottom: 1.25rem;
    border-color: transparent;
    -webkit-box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.2),
        0 0.275rem 1.25rem -0.0625rem rgba(249, 250, 251, 0.05) !important;
    box-shadow: 0 0.25rem 0.5625rem -0.0625rem rgba(0, 0, 0, 0.2),
        0 0.275rem 1.25rem -0.0625rem rgba(249, 250, 251, 0.05) !important;
    border-radius: 0.3125rem;
}

[dir="rtl"] #toast-container > div {
    direction: rtl;
    background-position: center right 0.9375rem;
    padding: 15px 50px 15px 25px !important;
}

[dir="rtl"] #toast-container.toast-top-left {
    right: 12px;
    left: auto;
}

[dir="rtl"] #toast-container.toast-top-right {
    left: 12px;
    right: auto;
}

[dir="rtl"] #toast-container.toast-bottom-left {
    right: 12px;
    left: auto;
}

[dir="rtl"] #toast-container.toast-bottom-right {
    left: 12px;
    right: auto;
}

[dir="rtl"] #toast-container.toast-top-full-width#toast-container > div,
[dir="rtl"] #toast-container.toast-bottom-full-width#toast-container > div {
    left: 0;
    right: 0;
}

#toast-container > .toast {
    max-width: 100%;
    background-size: 24px;
    background-repeat: no-repeat;
    background-position: 15px 16px;
    overflow: visible;
}

#toast-container.toast-bottom-full-width > div,
#toast-container.toast-top-full-width > div {
    padding: 15px 50px 15px 50px !important;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0 !important;
}

#toast-container.toast-bottom-full-width > div .toast-close-button,
#toast-container.toast-top-full-width > div .toast-close-button {
    top: 12px !important;
}

html:not([dir="rtl"])
    #toast-container.toast-bottom-full-width
    > div
    .toast-close-button,
html:not([dir="rtl"])
    #toast-container.toast-top-full-width
    > div
    .toast-close-button {
    right: 12px !important;
}

[dir="rtl"] #toast-container.toast-bottom-full-width > div .toast-close-button,
[dir="rtl"] #toast-container.toast-top-full-width > div .toast-close-button {
    left: 12px !important;
}

#toast-container > .toast-info {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2303c3ec' d='M256 90c44.3 0 86 17.3 117.4 48.6C404.7 170 422 211.7 422 256s-17.3 86-48.6 117.4C342 404.7 300.3 422 256 422s-86-17.3-117.4-48.6C107.3 342 90 300.3 90 256s17.3-86 48.6-117.4C170 107.3 211.7 90 256 90m0-42C141.1 48 48 141.1 48 256s93.1 208 208 208 208-93.1 208-208S370.9 48 256 48z'/%3E%3Cpath fill='%2303c3ec' d='M277 360h-42V235h42v125zm0-166h-42v-42h42v42z'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-info .toast-close-button {
    background-color: #0d5abf !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container > .toast-error {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ff3e1d' d='M405 136.798L375.202 107 256 226.202 136.798 107 107 136.798 226.202 256 107 375.202 136.798 405 256 285.798 375.202 405 405 375.202 285.798 256z'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-error .toast-close-button {
    background-color: #e03a1d !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container > .toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M186.301 339.893L96 249.461l-32 30.507L186.301 402 448 140.506 416 110z'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-success .toast-close-button {
    background-color: #20b250 !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container [dir="rtl"] > .toast-success {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%2371dd37' d='M96 110l-32 30.5L325.7 402L448 280l-32-30.5l-90.3 90.4L96 110z'/%3E%3C/svg%3E") !important;
}

#toast-container > .toast-warning {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512' width='512' height='512'%3E%3Cpath fill='%23ffab00' d='M32 464h448L256 48 32 464zm248-64h-48v-48h48v48zm0-80h-48v-96h48v96z'/%3E%3C/svg%3E") !important;
    background-size: 24px;
}

#toast-container > .toast-warning .toast-close-button {
    background-color: #fcac00 !important;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06) !important;
}

#toast-container:not(.toast-bottom-full-width, .toast-top-full-width) > div {
    width: 25rem !important;
}

.toast-progress {
    position: absolute;
    bottom: 0;
    top: auto;
    opacity: 0.2;
    height: 0.1875rem;
    background-color: #212b36;
    border-bottom-right-radius: 0.3125rem;
    border-bottom-left-radius: 0.3125rem;
}

[dir="rtl"] .toast-progress {
    left: auto;
    right: 0;
}

.toast-close-button {
    position: absolute;
    top: 0;
    text-shadow: none;
    border-top-right-radius: 0.25rem;
    padding: 0.2rem 0.45rem !important;
    -webkit-transition: all 0.23s ease 0.1s;
    transition: all 0.23s ease 0.1s;
    opacity: 1 !important;
    line-height: 0.98;
}

html:not([dir="rtl"]) .toast-close-button {
    right: 0 !important;
}

[dir="rtl"] .toast-close-button {
    left: -7px !important;
    right: auto !important;
}

@media (max-width: 419.98px) {
    .toast {
        width: 300px !important;
    }
}
#toast-container .toast-close-button {
    font-weight: 300;
    color: #f4f6f8 !important;
    background-color: #ffffff;
    -webkit-box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06);
    box-shadow: 0 0.125rem 0.3rem -0.0625rem rgba(0, 0, 0, 0.1),
        0 0.275rem 0.75rem -0.0625rem rgba(249, 250, 251, 0.06);
}

#toast-container > .toast-success,
#toast-container > .toast-success .toast-message a,
#toast-container > .toast-success .toast-message label {
    background-color: #ffffff !important;
    color: #20b250;
}
#toast-container > .toast-error,
#toast-container > .toast-error .toast-message a,
#toast-container > .toast-error .toast-message label {
    background-color: #ffffff !important;
    color: #e03a1d;
}
#toast-container > .toast-info,
#toast-container > .toast-info .toast-message a,
#toast-container > .toast-info .toast-message label {
    background-color: #ffffff !important;
    color: #0d5abf;
}
#toast-container > .toast-warning,
#toast-container > .toast-warning .toast-message a,
#toast-container > .toast-warning .toast-message label {
    background-color: #ffffff !important;
    color: #fcac00;
}
#toast-container > .toast-success .toast-close-button,
#toast-container > .toast-error .toast-close-button,
#toast-container > .toast-info .toast-close-button,
#toast-container > .toast-warning .toast-close-button {
    color: #ffffff !important;
}
/* toastr */

.address-delete-modal {
    max-width: 700px !important;
}

.min-h-400 {
    min-height: 400px !important;
}

.avatar-icon {
    width: 1.75rem;
    height: 1.75rem;
    line-height: 1.75rem;
}

.vertical-product-card .card-btn {
    z-index: 1;
}

@media (min-width: 1199px) and (max-width: 1399.98px) {
    .d-none-1399 {
        display: none !important;
    }
}

.checkout-sidebar {
    position: sticky;
    top: 100px;
}

.grecaptcha-badge {
    z-index: 99999;
    bottom: 140px !important;
}
 .scroll-top-btn.active {
    bottom: 80px; 
}
.object-fit-cover{
    object-fit: cover;
}

[data-bs-theme=light] .clr-scheme .topbar-info-right li a:not(.dropdown-menu a) {
    color: #fff !important
}
.topbar-info-right {
    gap: 30px;
}
.topbar-info-right li::before{
    left: -16px !important;
}

.pagination li .page-link {
    min-width: auto;
    height: auto;
    padding: 4px 12px !important;
}
.tt-custom-pagination{
    flex-wrap: nowrap;
    overflow-x: auto;
}

/* --- COMBINED SECTION: responsive.css --- */
@media (max-width: 1399.98px) {
  .container-fluid {
    padding: 0 70px;
  }
  .footer-title {
    font-size: 1.2rem;
  }
  .banner-slide-item img {
    height: 350px;
  }
  .service-name p {
    font-size: 1.2rem;
  }
}

@media all and (device-width: 1024px) and (device-height: 1366px) and (orientation: portrait) {
}

@media all and (device-width: 768px) and (device-height: 1024px) and (orientation: portrait) {
  .copyright-area {
    justify-content: center !important;

    align-items: center;
  }
}

@media all and (device-width: 1024px) and (device-height: 768px) and (orientation: landscape) {
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
}

@media (min-width: 768px) and (max-width: 1199.98px) {
}

@media (max-width: 1199.98px) {
  .view-all {
    font-size: 1rem;
  }

  .banner-slide-item img {
    height: 300px;
  }

  .container-fluid {
    padding: 0 50px;
  }
}

/* ******************************

:: 2.0 HEADER AREA CSS

****************************** */

@media (min-width: 992px) {
  .navbar .navbar-nav .nav-link {
    padding-top: 1rem;

    padding-bottom: 1rem;
  }

  .navbar-sticky-on .navbar-nav .nav-link {
    padding-top: 0.625rem;

    padding-bottom: 0.625rem;
  }
}

@media (max-width: 991.98px) {
  .side-logo img {
    height: 60px !important;
    width: auto !important;
  }
  .product-details-slider .item img {
    max-height: 300px;
  }

  .thumbnail-card .slick-slide img {
    height: 70px;
  }

  .main:before {
    content: "";

    position: fixed;

    top: 0;

    left: 0;

    height: 100%;

    width: 0;

    background: #000;

    z-index: 3;

    opacity: 0;

    visibility: hidden;

    -webkit-transition: 0.3s;

    transition: 0.3s;
  }

  [data-theme="dark"] .main:before {
    background: #01081f;
  }

  .canvas-open {
    overflow: hidden;
  }

  .canvas-open .main:before {
    width: 100%;

    opacity: 0.75;

    visibility: visible;
  }

  .navbar {
    padding-top: 0.625rem;

    padding-bottom: 0.625rem;
  }

  .navbar .navbar-brand img {
    max-height: 35px;

    padding: 0;

    margin: 0;
  }

  .navbar.active {
    display: block;
  }

  .navbar.active .navbar-inner {
    right: 0;
  }

  .navbar .navbar-inner {
    right: -100%;

    -webkit-transition: right 0.3s 0.2s;

    transition: right 0.3s 0.2s;
  }

  .navbar .nav-link {
    border-bottom: 1px solid #eee;

    padding-top: 0.75rem;

    padding-bottom: 0.75rem;
  }

  [data-theme="dark"] .navbar .nav-link {
    border-bottom: 1px solid #1e2745;
  }

  .navbar.navbar-dark .nav-link {
    color: #54565a;
  }

  [data-theme="dark"] .navbar.navbar-dark .nav-link {
    color: #f6f8f9;
  }

  .navbar.navbar-dark .nav-link:hover,
  .navbar.navbar-dark .nav-link:focus,
  .navbar.navbar-dark .nav-link.active,
  .navbar.navbar-dark .nav-link.current-menu-item {
    color: #2c2e30;
  }

  [data-theme="dark"] .navbar.navbar-dark .nav-link {
    color: #e7eaee;
  }

  [data-theme="dark"] .navbar.navbar-dark .nav-link:hover {
    background: #01081f;
  }

  .navbar-inner {
    position: fixed;

    top: 0;

    bottom: 0;

    width: 20rem;

    padding-top: 2.5rem;

    background-color: #fff;

    -webkit-box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);

    box-shadow: 0 0.5rem 1.875rem rgba(0, 0, 0, 0.15);

    border-radius: 0;

    overflow-y: auto;

    z-index: 1050;
  }

  [data-theme="dark"] .navbar-inner {
    background: #151c32;
  }

  .navbar-inner .dropdown-menu:before {
    content: none;
  }

  .navbar-inner .dropdown-menu {
    border: medium none;

    background: none;

    border-radius: 0;

    -webkit-box-shadow: none;

    box-shadow: none;

    float: none;

    margin: 0;

    padding-top: 0;

    position: static;
  }

  [data-theme="dark"] .navbar-inner .dropdown-menu .dropdown-item {
    color: #f6f8f9;
  }

  [data-theme="dark"] .navbar-inner .dropdown-menu .dropdown-item:hover {
    background: #01081f;
  }

  .nav-open .main-wrapper {
    -webkit-transform: translate3d(-150px, 0, 0);

    transform: translate3d(-150px, 0, 0);
  }

  ul#navbar-nav li {
    display: block;

    width: 100%;
  }

  ul#navbar-nav li .nav-link {
    padding-left: 0;

    padding-right: 0;
  }

  /*MOBILE NAVBAR TOGGLER*/

  .navbar-toggler {
    position: relative !important;

    top: auto;

    right: 0;

    bottom: auto;

    left: 0;

    border: none;

    height: 100%;

    width: 3.75rem;

    background-image: none;

    border-radius: 0;

    z-index: 1;

    display: inline-block;
  }

  .navbar-inner .navbar-toggler {
    position: absolute;

    height: 2.5rem;

    top: 0;
  }

  .navbar-toggler-icon {
    position: absolute;

    top: 0;

    right: 0;

    left: 0;

    bottom: 0;

    margin: auto;

    background-image: none !important;
  }

  .navbar-toggler-icon,
  .navbar-toggler-icon:before,
  .navbar-toggler-icon:after {
    -webkit-transition: 0.3s ease-in-out;

    transition: 0.3s ease-in-out;
  }

  .navbar-toggler-icon {
    height: 3px;

    width: 50%;

    background: #0cbc13;

    display: inline-block;
  }

  .navbar-dark .navbar-toggler-icon {
    background: #0cbc13;
  }

  .navbar-sticky-on .navbar-toggler-icon {
    background: #0cbc13;
  }

  .navbar-dark .navbar-toggler-icon.active:before,
  .navbar-dark .navbar-toggler-icon.active:after {
    background: #0cbc13;
  }

  .navbar-toggler-icon:before,
  .navbar-toggler-icon:after {
    content: "";

    background: #0cbc13;

    left: 0;

    height: 100%;

    width: 100%;

    position: absolute;
  }

  .navbar-dark .navbar-toggler-icon:before,
  .navbar-dark .navbar-toggler-icon:after {
    background: #0cbc13;
  }

  .navbar-sticky-on .navbar-toggler-icon:before,
  .navbar-sticky-on .navbar-toggler-icon:after {
    background: #0cbc13;
  }

  .navbar-toggler-icon::before {
    top: -0.5rem;
  }

  .navbar-toggler-icon::after {
    top: 0.5rem;
  }

  .navbar-toggler-icon.active {
    background-color: transparent;

    -webkit-transform: scale(0.85) rotate(270deg);

    transform: scale(0.85) rotate(270deg);
  }

  .navbar-toggler-icon.active:before {
    top: 0;

    -webkit-transform: scale(0.65) rotate(45deg);

    transform: scale(0.65) rotate(45deg);
  }

  .navbar-toggler-icon.active:after {
    top: 0;

    -webkit-transform: scale(0.65) rotate(-45deg);

    transform: scale(0.65) rotate(-45deg);
  }

  .navbar-dark.navbar-sticky-on .navbar-nav .nav-link {
    color: #000000;

    padding-left: 0;

    padding-right: 0;
  }

  ul#navbar-nav {
    padding-left: 1rem;
  }

  .client-box img {
    height: 60px;
  }

  .user-login i,
  .cart-box i {
    font-size: 1rem;
  }

  .highlight-text p {
    font-size: 1.1rem;

    line-height: 26px;
  }

  .highlight-text {
    margin-top: 1rem;
  }

  .service-name p {
    font-size: 1rem;
  }

  .sec-heading,
  .price {
    font-size: 1.4rem;
  }

  .prod-content h3 {
    font-size: 1.1rem;

    margin-bottom: 0.5rem;
  }

  .off-price {
    font-size: 18px;
  }

  .price-wrap {
    gap: 0.5rem;
  }

  .btn {
    font-size: 14px;

    padding: 10px 20px;
  }

  .wrapper-search {
    display: flex;

    align-items: center;
  }

  .footer-items {
    margin-top: 2rem;
  }

  .sort-by {
    max-width: 200px;
  }

  .client-box {
    margin: 0 0.5rem;
  }

  .login-left-img img {
    max-height: 350px;

    width: 100%;

    object-fit: cover;
  }

  .register h3 {
    font-size: 1.5rem;
  }

  .verify-content h5 {
    font-size: 1rem;
  }

  .my-dashbord {
    margin: 0;
  }

  .header ul.head-round-icon li a i {
    margin-right: 0.3rem;
  }

  .header-mobile-card .bars-search-card {
    width: auto;
  }

  table.table.order-table-user tr th {
    white-space: nowrap;
  }

  .order_status {
    text-align: left;
  }

  .header ul.head-round-icon li a i {
    width: 30px;

    height: 30px;

    line-height: 30px;

    font-size: 1.2rem;
  }
  ul.product-radio-btn {
    flex-wrap: wrap;
  }
  .gstore-breadcrumb {
    padding: 30px 0 30px;
  }
}

@media (max-width: 767.98px) {
  .footer-bottom.copyright-area {
      padding-bottom: 4rem !important;
  }
  .client-slider .slick-track {
    align-items: start;
    justify-content: start;
    width: auto !important;
  }
  .mobile-toolbar-item {
    vertical-align: middle;
  }
  .slick-next {
    right: 0;
    z-index: 9;
  }
  .slick-prev {
    left: 0;
    z-index: 9;
  }
  .ptb_60 {
    padding: 40px 0;
  }
  .login-left-img img {
    max-height: 290px;

    width: 100%;

    object-fit: cover;
  }

  .prod-content p.mb-2 {
    min-height: auto;
  }

  .highlight-item {
    padding: 1rem;
  }

  .highlight-icon img {
    height: 50px;
  }

  .banner-slide-item img {
    max-height: 300px;

    min-height: 300px;
  }

  .client-box img {
    height: 50px;
  }

  .container-fluid {
    padding: 0 20px;
  }

  .sec-heading {
    font-size: 1.4rem;
  }

  .social-icons {
    justify-content: center;
  }

  .footer-title {
    font-size: 1.2rem;
  }

  p {
    font-size: 14px;
  }

  ul.contact-links {
    text-align: center;

    display: block;
  }

  .header-top p.text-white {
    text-align: center;
  }

  span.count {
    width: 16px;

    height: 16px;

    font-size: 10px;
  }
  .number-count-filter input {
    max-width: 40px;
    padding: 6px;
  }
  .product-qty button {
    width: 35px;
    height: 35px;
  }
  .product-qty input {
    width: 45px;
    height: 35px;
    padding: 5px 3px;
  }
  .quickview-double-slider .swiper-slide.text-center img {
    max-height: 300px;
  }
  .offer-badge-box {
    padding: 3px 8px;
    font-size: 12px;
  }
}

@media (max-width: 575.98px) {
  .sort-by {
    max-width: 180px;
  }
}

@media (max-width: 375px) {
}

@media (max-width: 340px) {
}

