/* ======== FONT FAMILY ( FUNNEL DISPLAY ) ======================= */
@import url('https://fonts.googleapis.com/css2?family=Funnel+Display:wght@300..800&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
/* ======== NUNITO FAMILY ( NUNITO) */
@import url('https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
/* =========== ANIMATION CDN ============= */
@import url('https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css');
/* ====================== ANIMATION CDN ========================= */
@import url("https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css");
/* ===================== HUDE ICON FONT AWSEOME CDN ================= */
@import url("https://cdn.hugeicons.com/font/hgi-stroke-rounded.css");
/* ==================== SWIPER CDN ======================== */
@import url("https://cdn.jsdelivr.net/npm/swiper/swiper-bundle.min.css");
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Google+Sans:ital,opsz,wght@0,17..18,400..700;1,17..18,400..700&family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap');

:root {
  /* --bg1: #e5edf0; */
  --bg1: #f0f6f8;
  --bg2: #d9e0e3;
  /* --default-color: #6ea84c; */
  /* #ff6161 */
  /* --default-color: #2e2e2e; */
  --default-color: #64392a;

}

body {
  margin: 0% !important;
  padding: 0% !important;
  font-family: "Google Sans", sans-serif !important;
  background-color: var(--bg1) !important;
  scroll-behavior: auto !important;
  /* overflow: hidden !important; */


}

main {
  max-width: 1600px !important;
  margin: 0% auto !important;
}

.h_100vh {
  height: 100vh !important;
}
.contact-success-modal {
    background: var(--bg1);
    border: 1px solid rgba(100, 57, 42, 0.12);
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 25px 70px rgba(100, 57, 42, 0.18);
}


.contact-success-modal .modal-body {
    padding: 45px 35px 40px;
}


/* ===============================
   SUCCESS ICON
   =============================== */

.contact-success-icon {
    width: 78px;
    height: 78px;

    margin: 0 auto 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--default-color);

    color: #ffffff;

    font-size: 30px;

    box-shadow:
        0 12px 30px rgba(100, 57, 42, 0.22);
}


.contact-success-icon i {
    animation: contactSuccessPop 0.45s ease;
}


@keyframes contactSuccessPop {

    0% {
        transform: scale(0.4);
        opacity: 0;
    }

    70% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }

}


/* ===============================
   EYEBROW
   =============================== */

.contact-success-eyebrow {
    display: inline-block;

    margin-bottom: 8px;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: 2px;

    color: var(--default-color);
}


/* ===============================
   TITLE
   =============================== */

.contact-success-title {
    margin: 0 0 12px;

    font-size: 30px;
    font-weight: 700;

    color: var(--default-color);
}


/* ===============================
   DESCRIPTION
   =============================== */

.contact-success-text {
    max-width: 400px;

    margin: 0 auto;

    font-size: 15px;
    line-height: 1.7;

    color: #5f6669;
}


/* ===============================
   BUTTON
   =============================== */

.contact-success-button {
    margin-top: 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    padding: 13px 24px;

    border: 0;
    border-radius: 10px;

    background: var(--default-color);

    color: #ffffff;

    font-size: 14px;
    font-weight: 600;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}


.contact-success-button:hover {
    background: #4f2c20;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(100, 57, 42, 0.22);
}


.contact-success-button i {
    font-size: 13px;

    transition: transform 0.25s ease;
}


.contact-success-button:hover i {
    transform: translateX(4px);
}


/* ===============================
   MOBILE
   =============================== */

@media (max-width: 575px) {

    .contact-success-modal .modal-body {
        padding: 38px 24px 32px;
    }


    .contact-success-icon {
        width: 68px;
        height: 68px;

        font-size: 25px;
    }


    .contact-success-title {
        font-size: 26px;
    }


    .contact-success-text {
        font-size: 14px;
    }

}
.max_width {
  max-width: 1400px !important;
  margin: 0% auto !important;

}

.bg {
  background-color: var(--bg1) !important;
}

.bg2 {
  background-color: var(--bg2) !important;
}

.df {
  background-color: var(--default-color) !important;
}

.col-org {
  color: var(--default-color) !important;
}
/* =========================================================
   ADMIN SIDEBAR TOGGLE
========================================================= */

#adminLayout {
    transition: all 0.3s ease;
}


/* SIDEBAR */

#adminSidebar {
    transition:
        width 0.35s ease,
        max-width 0.35s ease,
        flex 0.35s ease,
        opacity 0.25s ease,
        padding 0.35s ease;

    overflow: hidden;
}
.category_banner_main img{
  background-position: center!important;
  object-fit: cover !important;
  width: 100% !important;
  height: 700px !important;
}


/* CONTENT */

#view_product {
    transition:
        width 0.35s ease,
        max-width 0.35s ease,
        flex 0.35s ease;

    min-width: 0;
}


/* =========================================================
   COLLAPSED STATE
========================================================= */

#adminLayout.sidebar-collapsed #adminSidebar {

    flex: 0 0 0% !important;

    width: 0 !important;

    max-width: 0 !important;

    padding: 0 !important;

    margin: 0 !important;

    opacity: 0;

}


/* CONTENT FULL WIDTH */

#adminLayout.sidebar-collapsed #view_product {

    flex: 0 0 100% !important;

    width: 100% !important;

    max-width: 100% !important;

}


/* =========================================================
   TOGGLE BUTTON
========================================================= */



#sidebarToggleBtn{
  background-color: transparent !important;
  border: none !important;
  font-size: 24px !important;
}

.row_product{
  font-size: 13px !important;
}
/* =========================================================
   ICON
========================================================= */

#sidebarToggleIcon {

    transition:
        transform 0.3s ease;

}


#adminLayout.sidebar-collapsed
#sidebarToggleIcon {

    transform: rotate(180deg);

}
#navbar {
  /* border-radius: 50px !important; */
  /* position: fixed !important; */
  /* top: 8% !important; */
  /* left: 15% !important; */
  z-index: 999 !important;
  /* max-width: 1400px !important; */

  background-color: white !important;
  transition: 0.9s ease-in-out !important;
}

#navbar.active {

  padding: 0px 25px !important;
  position: fixed !important;
  top: 0% !important;
  /* border-radius: 60px !important; */
  /* left: 50% !important;
  transform: translateX(-50%); */
  transition: 0.9s ease-in-out !important;
  background-color: white !important;
  /* max-width: 1400px !important; */

}

.nav_ul {
  font-size: 18px !important;
}

/* #ss {
  height: 990vh !important;
} */

.y_axis {
  font-weight: lighter !;

  writing-mode: vertical-lr !important;
}

/* =========== HOME BANNER CSS CODE START  =============== */
.round_20 {
  border-radius: 40px !important;
}
.dash_acc .accordion-item{
    border-radius: 10px !important;
    color: var(--color1) !important;
}
.dash_acc .accordion-item .accordion-button{
  background-color: var(--default-color) !important;
}
/* =========================================================
       SLIDER
    ========================================================= */
.nav_pills .nav-link{
  color: #333 !important;
    border-radius: 10px !important;
    background-color: var(--bg1) !important;
}

.nav_pills .dropdown-menu {
    position: relative !important;
    top: 0% !important;
}@media (min-width:992px) {
    .h_97vh {
        height: 97vh !important;
    }
}
.h_97vh{
    max-width: 1900px !important;

}
@media (max-width:992px) {
  .slider {
  position: relative;
  /* max-height: 100vh !important; */
  height: 400px !important;
  /* max-width: 1350px !important; */

  /* margin: 0% auto !important; */

  overflow: hidden;
  user-select: none;
}
.navbar_pills .nav-link {
    color: var(--color1) !important;
}

.slide-image {
  /* border-radius: 40px !important; */
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position:center center !important;
  background-size: cover!important;
/* background-color: red !important; */
  background-repeat:no-repeat !important;
  /* transform: scale(1.03); */
  will-change: transform;
}

}
.slide {
  max-width: 1350px !important;

  margin: 0% auto !important;
  padding: 0% !important;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  visibility: hidden;
}

.slide.active {
  visibility: visible;
}

/*
      The image underneath the curtain.
    */

.btut{
  border-radius: 25px !important;
  color: var(--tg-heading) !important;
  background-color: var(--bg1) !important;
}

@media (min-width:992px) {
  
.slider {
  position: relative;
  max-height: 100vh !important;
  min-height: 700px !important;
  max-width: 1350px !important;

  margin: 0% auto !important;

  overflow: hidden;
  user-select: none;
}

.slide-image {
  /* border-radius: 40px !important; */
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background-position:top bottom !important;
  background-size: cover !important;

  background-repeat:no-repeat !important;
  /* transform: scale(1.03); */
  will-change: transform;
}
}

/*
      Dark overlay gives the text better contrast.
    */

.slide-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    linear-gradient(180deg,
      rgba(0, 0, 0, 0.28) 0%,
      rgba(0, 0, 0, 0.04) 45%,
      rgba(0, 0, 0, 0.45) 100%);
}

/* =========================================================
       CURTAIN
    ========================================================= */

.curtain {
  position: absolute;
  inset: 0;
  z-index: 10;
  display: flex;
  pointer-events: none;
}

.curtain-column {
  position: relative;
  width: calc(100% / 12);
  height: 100%;
  overflow: hidden;
  background: var(--default-color);
  transform-origin: center center;
  will-change: clip-path, transform;
}

/*
      Each curtain column contains a copy of the next image.
      This lets the image remain perfectly aligned while the
      individual columns wipe away.
    */

.curtain-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 1200%;
  height: 100%;
  max-width: none;
  object-fit: cover;
  object-position: center center;
  will-change: transform;
}

/* =========================================================
       CONTENT
    ========================================================= */

.content {
  position: absolute;
  z-index: 20;
  left: 7vw;
  bottom: 8vh;
  max-width: 700px;
  pointer-events: none;
}

.chapter {
  display: block;
  margin-bottom: 18px;
  overflow: hidden;

  color: rgba(255, 255, 255, 0.7);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}

.chapter span {
  display: inline-block;
  will-change: transform;
}

.title {
  overflow: hidden;
  font-size: clamp(52px, 9vw, 150px);
  font-weight: 500;
  line-height: 0.88;
  letter-spacing: -0.055em;
}

.title span {
  display: block;
  will-change: transform;
}

.description {
  margin-top: 25px;
  max-width: 450px;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.78);
  font-size: 14px;
  line-height: 1.5;
}

.description span {
  display: block;
}

/* =========================================================
       COUNTER
    ========================================================= */

.counter {
  position: absolute;
  z-index: 30;
  top: 6vh;
  right: 6vw;

  display: flex;
  align-items: center;
  gap: 12px;

  font-size: 12px;
  letter-spacing: 0.15em;
}

.counter-current {
  position: relative;
  width: 30px;
  height: 20px;
  overflow: hidden;
  text-align: center;
}

.counter-current span {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

.counter-line {
  width: 45px;
  height: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.counter-total {
  color: rgba(255, 255, 255, 0.55);
}

/* =========================================================
       NAVIGATION
    ========================================================= */

.navigation {
  position: absolute;
  z-index: 30;
  right: 6vw;
  bottom: 7vh;

  display: flex;
  gap: 8px;
}

.nav-button {
  position: relative;

  width: 58px;
  height: 58px;

  display: flex;
  align-items: center;
  justify-content: center;

  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 50%;

  background: rgba(0, 0, 0, 0.08);
  color: #fff;

  cursor: pointer;

  transition:
    background 0.3s ease,
    border-color 0.3s ease,
    transform 0.3s ease;

  backdrop-filter: blur(5px);
}

.nav-button:hover {
  background: #fff;
  color: var(--default-color);
  border-color: #fff;
  transform: scale(1.05);
}

.nav-button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.5;
}

/* =========================================================
       PROGRESS
    ========================================================= */

.progress {
  position: absolute;
  z-index: 30;
  left: 7vw;
  bottom: 5vh;

  width: 180px;
  height: 1px;

  background: rgba(255, 255, 255, 0.25);
  overflow: hidden;
}

.progress-bar {
  width: 100%;
  height: 100%;
  background: #fff;
  transform-origin: left center;
  transform: scaleX(0);
}

/* =========================================================
       DRAG CURSOR
    ========================================================= */

.drag-indicator {
  position: absolute;
  z-index: 50;

  width: 80px;
  height: 80px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: #fff;
  color: var(--default-color);

  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;

  pointer-events: none;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.7);
}

/* =========================================================
       MOBILE
    ========================================================= */

@media (max-width: 700px) {
  .content {
    left: 7vw;
    right: 7vw;
    bottom: 15vh;
  }

  .title {
    font-size: clamp(48px, 16vw, 100px);
  }

  .description {
    font-size: 13px;
    max-width: 330px;
  }

  .navigation {
    right: 7vw;
    bottom: 5vh;
  }

  .nav-button {
    width: 48px;
    height: 48px;
  }

  .progress {
    left: 7vw;
    bottom: 6vh;
    width: 110px;
  }

  .counter {
    top: 5vh;
    right: 7vw;
  }
}

/* =========================================================
       REDUCED MOTION
    ========================================================= */

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* =========== HOME BANNER CSS CODE END ===================== */


/* ==================== SLIDER CODE START ==================== */

/* =========================================
       MAIN
    ========================================= */

.marquee-section {
  padding: 20px 0px !important;
  position: relative;
  /* background-color: red !important; */
  /* width: 100vw; */
  height: 500px !important;

  overflow: hidden;

  display: flex;
  flex-direction: column;
  justify-content: center;

  gap: 8px;
}


/* =========================================
       ROW
    ========================================= */

.marquee-row {
  position: relative;

  width: 120vw;

  display: flex;
  align-items: center;

  flex-shrink: 0;

  will-change: transform;
}

.marquee-row.row-one {
  transform: rotate(-2deg);
}

.marquee-row.row-two {
  transform: rotate(-2deg);
}


/* =========================================
       TRACK
    ========================================= */

.marquee-track {
  display: flex;
  align-items: center;

  width: max-content;

  flex-shrink: 0;

  will-change: transform;

  cursor: grab;

  user-select: none;
  -webkit-user-select: none;

  touch-action: pan-y;
}

.marquee-track:active {
  cursor: grabbing;
}


/* =========================================
       ITEM
    ========================================= */

.marquee-item {
  display: flex;
  align-items: center;

  flex-shrink: 0;

  gap: 34px;

  padding-right: 34px;
}


/* =========================================
       BIG TEXT
    ========================================= */

.marquee-text {
  display: block;

  white-space: nowrap;

  font-size: clamp(
      /* 75px, */
      35px,
      4.8vw,

      /* 9.8vw, */
      100px
      /* 170px */
    );

  line-height: 0.78;

  font-weight: 400;

  letter-spacing: -0.075em;

  /* letter-spacing: -0.075em; */

  text-transform: uppercase;

  color: #050505;
}


/* =========================================
       IMAGE
    ========================================= */

.marquee-image {
  position: relative;

  width: clamp(150px,
      10.2vw,
      180px);

  height: clamp(105px,
      7.4vw,
      130px);

  flex-shrink: 0;

  overflow: hidden;

  border-radius: 5px;

  background: #ddd;

  transform: translateY(-2px);
}

.marquee-image img {
  width: 100%;
  height: 100%;

  display: block;

  object-fit: cover;

  pointer-events: none;

  user-select: none;

  filter: saturate(0.9) contrast(1.04);
}


/* =========================================
       DIFFERENT IMAGE TILTS
    ========================================= */

.image-one {
  transform: rotate(-1.5deg);
}

.image-two {
  transform: rotate(1deg);
}

.image-three {
  transform: rotate(-1deg);
}

.image-four {
  transform: rotate(1.5deg);
}


/* =========================================
       MOBILE
    ========================================= */

@media (max-width: 700px) {

  .marquee-section {
    gap: 20px;
  }

  .marquee-row {
    width: 180vw;
  }

  .marquee-item {
    gap: 20px;
    padding-right: 20px;
  }

  .marquee-text {
    font-size: 76px;
    letter-spacing: -0.07em;
  }

  .marquee-image {
    width: 125px;
    height: 90px;
  }
}


/* =========================================
       REDUCED MOTION
    ========================================= */

@media (prefers-reduced-motion: reduce) {

  .marquee-track {
    transform: translate3d(0, 0, 0) !important;
  }
}

/* ==================== SLIER CODE END ========================= */

/* ==================== CATEGORY CODE START ====================== */

/* ============================================
       SCROLL COVER
       ============================================ */



.scroll-cover-hint {
  position: absolute;

  bottom: 1.5rem;
  left: 50%;

  transform: translateX(-50%);

  display: flex;
  flex-direction: column;
  align-items: center;

  gap: 0.5rem;

  pointer-events: none;
}

.scroll-cover-hint-text {
  font-size: 0.6875rem;
  font-weight: 500;

  color: rgba(10, 10, 10, 0.3);

  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.scroll-cover-hint-line {
  position: relative;

  width: 1px;
  height: 2rem;

  background: rgba(10, 10, 10, 0.2);

  overflow: hidden;
}

.scroll-cover-hint-line::after {
  content: "";

  position: absolute;

  top: -100%;
  left: 0;

  width: 100%;
  height: 100%;

  background: rgba(10, 10, 10, 0.6);

  animation: scrollHintLine 1.5s ease-in-out infinite;
}

@keyframes scrollHintLine {
  0% {
    top: -100%;
  }

  100% {
    top: 100%;
  }
}

/* ============================================
       ANIMATION SECTION
       ============================================ */

.preview-animation {
  min-height: 100vh !important;
  /* min-height: max-content !important; */

  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0 3rem;
}

.preview-animation.is-fullwidth {
  /* min-height: 100vh; */
  min-height: max-content !important;

  padding: 0;
}

.animation-container {
  width: 100%;

  max-width: 1200px;
  margin: 0 auto;
  /* background-color: green !important; */
}

.preview-animation.is-fullwidth .animation-container {
  width: 100%;
  max-width: none;
  height: auto;
  min-height: auto;
}

/* ============================================
       PROGRESS COMPONENT
       ============================================ */

[data-anm-progress] {
  position: relative;

  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.progress_svg {
  display: block;
  overflow: visible;
}

.progress_track {
  opacity: 1;
}

.progress_circle {
  will-change: stroke-dashoffset;

  transition: stroke 0.3s ease;
}

.progress_percent {
  position: absolute;

  top: 50%;
  left: 50%;

  transform: translate(-50%, -50%);

  font-variant-numeric: tabular-nums;
  font-weight: 600;

  pointer-events: none;

  line-height: 1;
}

/* ============================================
       BAR PROGRESS
       ============================================ */

[data-anm-progress="bar"] {
  flex-direction: column;

  gap: 0.5rem;

  width: 100%;
  max-width: 200px;
}

.progress_bar_track {
  position: relative;

  width: 100%;
  height: 4px;

  border-radius: 2px;

  overflow: hidden;
}

.progress_bar_fill {
  position: absolute;

  top: 0;
  left: 0;

  width: 100%;
  height: 100%;

  border-radius: 2px;

  transform-origin: left center;

  will-change: transform;
}

/* ============================================
       TEXT PROGRESS
       ============================================ */

[data-anm-progress="text"] {
  display: inline-block;
}

.progress_text {
  font-variant-numeric: tabular-nums;

  font-weight: 600;

  line-height: 1;
}

/* ============================================
       DEMO SECTION
       ============================================ */

.progress_demo_section {
  position: relative;

  display: grid;

  grid-template-columns: 1fr 1fr;

  gap: 4rem;

  padding: 0 4rem;
  min-height: max-content !important;

  height: 100px !important;
}

/* ============================================
       LEFT CONTENT
       ============================================ */

.progress_content {
  display: flex;

  flex-direction: column;

  gap: 2rem;

  padding-top: 8rem;
  padding-bottom: 8rem;
}

/* ============================================
       STICKY RIGHT SIDE
       ============================================ */
.rating-area {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stars {
    display: flex;
    gap: 3px;
}

.stars i {
    font-size: 14px;
    color: #d5d5d5;
}

.stars i.active {
    color: #f5b301;
}

.review-text {
    font-size: 14px;
    color: #666;
}

.progress_sticky_wrap {
  position: sticky;
/* background-color: red !important; */
  top: 0;

  height: 100vh;

  display: flex;
  flex-direction: row;
  justify-content: end;
  align-items: end;
  /* justify-content: center; */
}

.progress_circular {
  position: relative;

  display: inline-flex;

  align-items: center;
  justify-content: center;
}

.progress_circular .progress_percent {
  font-size: 1.2rem;
  color: #0a0a0a;
}

/* ============================================
       CARDS
       ============================================ */

.progress_card {
  position: relative;

  background: #0a0a0a;

  border: 1px solid #262626;

  border-radius: 6px;

  display: flex;

  flex-direction: column;

  gap: 1rem;

  aspect-ratio: 3 / 4;

  justify-content: flex-end;

  overflow: hidden;
}

.progress_card_bg {
  position: absolute;

  inset: 0;

  width: 100%;
  height: 100%;

  object-fit: cover;

  opacity: 0.7;

  pointer-events: none;
}

.progress_card_content {
  position: relative;

  z-index: 1;

  display: flex;

  flex-direction: column;

  gap: 1rem;

  padding: 3rem;

  background:
    linear-gradient(to top,
      rgba(10, 10, 10, 0.9) 0%,
      rgba(10, 10, 10, 0.6) 50%,
      transparent 100%);
}

.progress_card_label {
  font-size: 0.875rem;

  font-weight: 600;

  text-transform: uppercase;

  letter-spacing: 0.15em;

  color: #a3a3a3;
}

.progress_card_title {
  font-size: 2.5rem;

  font-weight: 700;

  letter-spacing: -0.03em;

  color: #fafafa;

  line-height: 1.1;
}

.progress_card_text {
  font-size: 1rem;

  line-height: 1.6;

  color: #d1d1d1;
}

/* ============================================
       REDUCED MOTION
       ============================================ */

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  .scroll-cover-hint-line::after {
    animation: none;
  }

  .progress_circle,
  .progress_bar_fill,
  .progress_text,
  .progress_percent {
    transition: none !important;
    animation: none !important;
  }
}

/* ============================================
       TABLET
       ============================================ */

@media (max-width: 991px) {
  .progress_demo_section {
    grid-template-columns: 1fr;

    gap: 2rem;

    padding: 0 2rem;
  }

  .progress_sticky_wrap {
    position: relative;

    height: auto;

    padding: 4rem 0;
  }

  .progress_content {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .progress_card {
    aspect-ratio: auto;

    min-height: 400px;
  }

  .progress_card_content {
    padding: 2rem;
  }

  .progress_card_title {
    font-size: 2rem;
  }
}

/* ============================================
       MOBILE
       ============================================ */

@media (max-width: 768px) {
  .preview-animation {
    padding: 0 1.5rem;
  }
}

@media (max-width: 479px) {
  .progress_demo_section {
    padding: 0 1.5rem;
  }

  .progress_card {
    min-height: 350px;
  }

  .progress_card_content {
    padding: 1.5rem;
  }

  .progress_card_title {
    font-size: 1.75rem;
  }

  .progress_circular .progress_percent {
    font-size: 1.5rem;
  }
}

/* ==================== CATEGORY CODE END ============================ */


/* ================= FEATURE PRODUCT CODE START ================= */

#feature_product {
  position: relative;
  width: 100%;
  top:30px !important;
  min-height: 120vh;
  overflow: hidden;
}

#feature_product .feature-gallery-wrapper {
  width: 100%;
  overflow: hidden;
}

#feature_product .feature-gallery-strip {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}
.feature-project{
  /* width: 10% !important; */
    flex: 0 0 10.666666% !important;
    width: 10.666666% !important;
    max-width: 10.666666% !important;
}
.div_75{
    overflow-y: scroll !important;
    overflow-x: scroll !important;

    height: 96vh !important;
}
.feature-project .tre{
  border-radius: 20px !important;
  background-color: white !important;
}

/* #feature_product .feature-project .tre{
  background-color: white !important;
  padding: 2rem;
  border-radius: 25px !important;
  box-sizing: border-box;
} */
.ctr{
  width: max-content !important;
}
#feature_product .feature-project img {
  height: 43vh !important;
  display: block;
  width: 100%;
  border-radius: 25px !important;
/* box-shadow: rgba(0, 0, 0, 0.062) 0px 18px 50px -10px !important; */
  /* aspect-ratio: 1 / 1; */
  /* object-fit: cover; */
}

/* ======================= FEATURE PRIDCUT CODE END ======================= */






/* ================= BEST SELLING PRODUCT CODE START ================= */

#best_sellers {
  position: relative;
  width: 100%;
  top:20px !important;
  min-height: 120vh;
  overflow: hidden;
}

#best_sellers .feature-gallery-wrapper {
  width: 100%;
  overflow: hidden;
}

#best_sellers .feature-gallery-strip {
  display: flex;
  flex-wrap: nowrap;
  width: max-content;
  will-change: transform;
}

/* #best_sellers .feature-project .tre{
  background-color: white !important;
  padding: 2rem;
  border-radius: 25px !important;
  box-sizing: border-box;
} */
.ctr{
  width: max-content !important;
}

#best_sellers .feature-project img {
  height: 43vh !important;
  display: block;
  width: 100%;
  border-radius: 25px !important;
/* box-shadow: rgba(0, 0, 0, 0.062) 0px 18px 50px -10px !important; */
  /* aspect-ratio: 1 / 1; */
  /* object-fit: cover; */
}
.fs_6{
  font-size: 12px !important;
}
.navbar_lg ul{
  list-style: none !important;
}
.title_S{
  /* background-color: red !important; */
  height: 50px !important;
}
/* ======================= BEST SELLING PRODUCT CODE END ======================= */

/* ======================= REVIEW CODE START ======================== */
.preview-container {

  width: 100%;
  max-width: 1200px;
  min-height: 100vh;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* padding: 3rem; */
  gap: 3rem;
}

/* Full-width variant for marquees / grids / sliders */
.preview-container.is-fullwidth {
  max-width: none;
  padding: 0;
}

.animation-container {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.animation-container.is-fullwidth {
  max-width: none;
  width: 100%;
}

/* ============================================
         DEMO GRID STYLES (used by some animation demos)
         ============================================ */
.demo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 1.5rem;
  width: 100%;
}

.demo-card {
  background: #d33636;
  border-radius: 6px;
  padding: 3rem;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-text {
  font-size: 1.5rem;
  font-weight: 500;
  color: #0a0a0a;
  text-align: center;
}

/* ============================================
         BUTTON STYLES (used by some demos)
         ============================================ */
.demo-button {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 500;
  color: #0a0a0a;
  background: #d9d9d9;
  border: none;
  border-radius: 100vw;
  cursor: pointer;
  transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1);
}

.demo-button:hover {
  background: #cec9c7;
}

/* ============================================
         RESPONSIVE
         ============================================ */
@media (max-width: 768px) {
  .preview-container {
    padding: 2rem 1.5rem;
  }
}

/* ============================================
         ANIMATION CSS (injected from animation)
         ============================================ */
.tg_section {
  --tg-canvas: var(--default-color);
  --tg-heading: #141414;

  --tg-gutter: clamp(20px, 4.5vw, 64px);
  position: relative;

  width: 100%;
  box-sizing: border-box;
  background: var(--tg-canvas);
  color: var(--tg-heading);
   overflow: hidden;
}

.tg_head {
  max-width: 1440px;
  margin: 0 auto;
  padding: 120px var(--tg-gutter) 24px;
  display: flex;
  justify-content: center;
}

.tg_headline {
  font-family: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 600;
  font-size: clamp(30px, 3vw, 42px);
  letter-spacing: -0.04em;
  line-height: 1.05;
  color: var(--tg-heading);
  max-width: 560px;
  text-align: center;
}

.tg_stage {
  position: relative;
}

.tg_globe_layer {
  position: absolute;
  inset: 0;
  cursor: grab;
}

.tg_globe_layer:active {
  cursor: grabbing;
}

.tg_globe_layer canvas {
  display: block;
  width: 100%;
  height: 100%;
  touch-action: pan-y;
}

.tg_container {
  position: relative;
  max-width: 1440px;
  margin: 0 auto;
  padding: 48px var(--tg-gutter) 128px;
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: repeat(3, min-content);
  column-gap: 24px;
  row-gap: 40px;
  pointer-events: none;
}

.tg_card {
  pointer-events: auto;
  border-radius: 24px;
  background: rgba(18, 18, 21, 0.58);
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  border: 1px solid rgba(255, 255, 255, 0.815);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.12);
  padding: 26px 28px 22px;
  color: #f2f2f2;
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  will-change: transform, opacity;
}

.tg_card_1 {
  grid-column: 2 / span 3;
  grid-row: 1;
}

.tg_card_2 {
  grid-column: 8 / span 4;
  grid-row: 2;
}

.tg_card_3 {
  grid-column: 3 / span 4;
  grid-row: 3;
}

.tg_quote {
  font-family: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: -0.015em;
  line-height: 1.35;
  margin: 0;
  color: #f2f2f2;
}

.tg_person {
  display: flex;
  align-items: center;
  gap: 12px;
}

.tg_avatar {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  object-fit: cover;
  object-position: 50% 22%;
  flex-shrink: 0;
  display: block;
}

.tg_person_name {
  font-family: "Instrument Sans", "Helvetica Neue", Arial, sans-serif;
  font-weight: 500;
  font-size: 14.5px;
  letter-spacing: -0.01em;
  color: #f2f2f2;
}

.tg_person_role {
  font-size: 12.5px;
  color: rgba(255, 255, 255, 0.55);
  margin-top: 2px;
}

@media (max-width: 900px) {
  .tg_head {
    padding: 72px var(--tg-gutter) 8px;
  }

  .tg_headline {
    font-size: clamp(26px, 6vw, 32px);
  }

  .tg_stage {
    height: 74vh;
    min-height: 480px;
  }

  .tg_globe_layer.tg_css_mode {
    perspective: 1100px;
    cursor: default;
  }

  .tg_css_stage {
    position: absolute;
    inset: 0;
    transform-style: preserve-3d;
    will-change: transform;
    animation: tg_css_spin 46s linear infinite;
  }

  .tg_css_tile {
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 4px;
    background-size: cover;
    background-position: center;
    backface-visibility: hidden;
    -webkit-backface-visibility: hidden;
  }

  .tg_container {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: none;
    display: flex;
    flex-direction: row;
    gap: 14px;
    padding: 0 var(--tg-gutter) 48px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-padding-left: var(--tg-gutter);
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    pointer-events: auto;
    cursor: grab;
  }

  .tg_container::-webkit-scrollbar {
    display: none;
  }

  .tg_card {
    flex: 0 0 82%;
    scroll-snap-align: start;
    border-radius: 20px;
  }

  .tg_mobile_off .tg_globe_layer {
    display: none;
  }

  .tg_mobile_off .tg_stage {
    height: auto;
    min-height: 0;
  }

  .tg_mobile_off .tg_container {
    position: relative;
    bottom: auto;
    flex-direction: column;
    gap: 20px;
    padding: 20px var(--tg-gutter) 80px;
    overflow-x: visible;
    scroll-snap-type: none;
  }

  .tg_mobile_off .tg_card {
    flex: 0 0 auto;
  }
}

@media (max-width: 480px) {
  .tg_quote {
    font-size: 16px;
  }

  .tg_card {
    padding: 22px 22px 18px;
  }
}

@keyframes tg_css_spin {
  from {
    transform: rotateX(-16deg) rotateY(0deg);
  }

  to {
    transform: rotateX(-16deg) rotateY(360deg);
  }
}

@media (prefers-reduced-motion: reduce) {
  .tg_card {
    transition: none;
  }

  .tg_css_stage {
    animation-play-state: paused;
  }
}

/* ======================= REVIEW CODE END ============================ */

/* ======================== contact_section_css code start ================ */
/* =========================================================
   MODERN ECOMMERCE FOOTER
========================================================= */

.ecommerce-footer {
    background: #1f1714;
    color: #ffffff;
}


/* =========================================================
   NEWSLETTER
========================================================= */

.footer-newsletter {
    background: var(--default-color);
    padding: 65px 0;
}

.footer-eyebrow {
    display: inline-block;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 12px;
    opacity: 0.75;
}

.footer-newsletter-title {
    font-size: clamp(28px, 4vw, 42px);
    line-height: 1.15;
    font-weight: 600;
    margin: 0 0 15px;
}

.footer-newsletter-text {
    max-width: 600px;
    font-size: 15px;
    line-height: 1.8;
    opacity: 0.85;
}


/* =========================================================
   SUBSCRIBE FORM
========================================================= */

.footer-subscribe-form .input-group {
    background: #ffffff;
    padding: 6px;
    border-radius: 50px;
}

.footer-subscribe-form .form-control {
    border: 0;
    box-shadow: none !important;
    background: transparent;
    padding: 14px 20px;
    font-size: 14px;
}

.footer-subscribe-form .form-control::placeholder {
    color: #777;
}

.footer-subscribe-btn {
    border: 0;
    border-radius: 50px;
    padding: 12px 24px;
    background: #1f1714;
    color: #ffffff;
    font-weight: 600;
    transition: all 0.3s ease;
}

.footer-subscribe-btn:hover {
    background: #000000;
    color: #ffffff;
    transform: translateX(2px);
}

.footer-subscribe-note {
    display: block;
    margin-top: 12px;
    font-size: 11px;
    opacity: 0.7;
}


/* =========================================================
   MAIN FOOTER
========================================================= */

.footer-main {
    padding: 75px 0 65px;
    background: #1f1714;
}


/* =========================================================
   LOGO
========================================================= */



.footer-logo img {
  height: 100px !important;
   
}


/* =========================================================
   DESCRIPTION
========================================================= */

.footer-description {
    max-width: 360px;
    color: rgba(255, 255, 255, 0.65);
    font-size: 14px;
    line-height: 1.9;
    margin: 0;
}


/* =========================================================
   HEADINGS
========================================================= */

.footer-heading {
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 24px;
    color: #ffffff;
}


/* =========================================================
   FOOTER LINKS
========================================================= */

.footer-links {
    margin: 0;
    padding: 0;
}

.footer-links li {
    margin-bottom: 13px;
}

.footer-links a {
    color: rgba(255, 255, 255, 0.62);
    text-decoration: none;
    font-size: 13px;
    transition: all 0.25s ease;
}

.footer-links a:hover {
    color: #ffffff;
    padding-left: 4px;
}


/* =========================================================
   SOCIAL ICONS
========================================================= */

.footer-socials {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-social {
    width: 40px;
    height: 40px;

    display: inline-flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 50%;

    color: #ffffff;
    text-decoration: none;

    transition: all 0.3s ease;
}

.footer-social:hover {
    background: #ffffff;
    color: var(--default-color);
    border-color: #ffffff;
    transform: translateY(-3px);
}


/* =========================================================
   FOOTER BOTTOM
========================================================= */

.footer-bottom {
    border-top: 1px solid rgba(255, 255, 255, 0.10);
    padding: 22px 0;
    background: #18110f;
}

.footer-copyright {
    color: rgba(255, 255, 255, 0.45);
    font-size: 12px;
}

.footer-bottom-links {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-bottom-links a {
    color: rgba(255, 255, 255, 0.45);
    text-decoration: none;
    font-size: 12px;
    transition: color 0.25s ease;
}

.footer-bottom-links a:hover {
    color: #ffffff;
}

.footer-bottom-links span {
    color: rgba(255, 255, 255, 0.25);
    font-size: 11px;
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 767px) {

    .footer-newsletter {
        padding: 50px 0;
    }

    .footer-newsletter-title {
        font-size: 30px;
    }

    .footer-subscribe-form .input-group {
        border-radius: 15px;
        flex-direction: column;
        padding: 6px;
    }

    .footer-subscribe-form .form-control {
        width: 100%;
        min-height: 48px;
    }

    .footer-subscribe-btn {
        width: 100%;
        border-radius: 10px;
    }

    .footer-main {
        padding: 55px 0 45px;
    }

    .footer-logo {
        max-width: 130px;
    }

}
/* =========================================================
   GET IN TOUCH SECTION
========================================================= */

.get-touch-section {
  padding: 70px 0px !important;
    background: var(--bg1);
}


/* =========================================================
   LEFT CONTENT
========================================================= */

.get-touch-content {
    padding: 20px 15px 20px 0;
}

.get-touch-eyebrow {
    display: inline-block;
    color: var(--default-color);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.5px;
    margin-bottom: 18px;
}

.get-touch-title {
    max-width: 500px;
    margin: 0;
    color: #211815;
    font-size: clamp(38px, 5vw, 62px);
    font-weight: 600;
    line-height: 1.05;
    letter-spacing: -2px;
}

.get-touch-title span {
    color: var(--default-color);
}

.get-touch-description {
    max-width: 500px;
    margin-top: 25px;
    color: #706967;
    font-size: 15px;
    line-height: 1.9;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.get-touch-details {
    display: flex;
    flex-direction: column;
    gap: 17px;
}

.get-touch-detail {
    display: flex;
    align-items: center;
    gap: 15px;
    color: inherit;
    text-decoration: none;
}

.get-touch-icon {
    width: 48px;
    height: 48px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 14px;

    background: #ffffff;
    color: var(--default-color);

    box-shadow: 0 8px 25px rgba(60, 40, 30, 0.06);

    transition: all 0.3s ease;
}

.get-touch-detail:hover .get-touch-icon {
    background: var(--default-color);
    color: #ffffff;
    transform: translateY(-3px);
}

.get-touch-detail span {
    display: block;
    color: #8b8380;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 3px;
}

.get-touch-detail strong {
    display: block;
    color: #2b211e;
    font-size: 14px;
    font-weight: 600;
}


/* =========================================================
   SOCIAL
========================================================= */

.get-touch-social-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.get-touch-social-wrap > span {
    color: #8b8380;
    font-size: 12px;
    font-weight: 600;
}

.get-touch-socials {
    display: flex;
    gap: 8px;
}

.get-touch-socials a {
    width: 36px;
    height: 36px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(100, 57, 42, 0.15);
    border-radius: 50%;

    color: var(--default-color);
    text-decoration: none;

    transition: all 0.3s ease;
}

.get-touch-socials a:hover {
    background: var(--default-color);
    color: #ffffff;
    transform: translateY(-3px);
}


/* =========================================================
   FORM CARD
========================================================= */

.get-touch-form-card {
    padding: 45px;
    background: #ffffff;

    border: 1px solid rgba(100, 57, 42, 0.08);
    border-radius: 28px;

    box-shadow:
        0 20px 60px rgba(45, 30, 20, 0.07);
}

.get-form-label {
    display: block;
    color: var(--default-color);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    margin-bottom: 10px;
}

.get-form-title {
    margin: 0;
    color: #211815;
    font-size: 30px;
    font-weight: 600;
}


/* =========================================================
   FORM FIELDS
========================================================= */

.get-form-field-label {
    display: block;
    margin-bottom: 8px;

    color: #403633;
    font-size: 12px;
    font-weight: 600;
}

.get-form-control {
    min-height: 52px;

    padding: 14px 16px;

    border: 1px solid #e7e1de;
    border-radius: 12px;

    background: #faf9f8;

    color: #2b211e;
    font-size: 14px;

    box-shadow: none !important;

    transition:
        border-color 0.25s ease,
        background 0.25s ease;
}

.get-form-control::placeholder {
    color: #aaa3a0;
}

.get-form-control:focus {
    border-color: var(--default-color);
    background: #ffffff;
}

.get-form-textarea {
    min-height: 145px;
    resize: vertical;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.get-touch-submit {
    width: 100%;
    min-height: 56px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 8px 9px 8px 22px;

    border: 0;
    border-radius: 14px;

    background: var(--default-color);
    color: #ffffff;

    font-size: 14px;
    font-weight: 600;

    transition: all 0.3s ease;
}

.get-touch-submit span {
    width: 40px;
    height: 40px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 10px;

    background: rgba(255, 255, 255, 0.14);

    transition: all 0.3s ease;
}

.get-touch-submit:hover {
    background: #4e2c21;
    transform: translateY(-2px);
    box-shadow: 0 12px 25px rgba(100, 57, 42, 0.18);
}

.get-touch-submit:hover span {
    background: #ffffff;
    color: var(--default-color);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .get-touch-section {
        padding: 75px 0;
    }

    .get-touch-content {
        padding-right: 0;
    }

    .get-touch-title {
        font-size: 46px;
    }

}

@media (max-width: 767px) {

    .get-touch-section {
        padding: 60px 0;
    }

    .get-touch-title {
        font-size: 40px;
        letter-spacing: -1px;
    }

    .get-touch-description {
        font-size: 14px;
    }

    .get-touch-form-card {
        padding: 28px 20px;
        border-radius: 22px;
    }

    .get-form-title {
        font-size: 25px;
    }

    .get-touch-social-wrap {
        margin-top: 35px !important;
    }

}


/* ======================== contact_section_css code end ======================== */


/* ========================= PRODUCT POP-UP CODE START ======================= */
.custom-popup {
  position: fixed !important;
  inset: 0;

  top: 30% !important;
  display: flex;
  align-items: center;
  justify-content: center;

  background: rgba(0, 0, 0, 0.6);

  z-index: 9999;

  visibility: hidden;
  opacity: 0;
}

.popup-box {
  position: relative;

  width: min(500px, 90%);
  padding: 40px;

  background: #fff;
  border-radius: 20px;

  opacity: 0;
}

.popup-close {
  position: absolute;

  top: 10px;
  right: 15px;

  border: 0;
  background: transparent;

  font-size: 30px;
  cursor: pointer;
}
/* ========================= PRODUCT POP-UP CODE END ========================= */

/* ===================== ADD_PRODUCT CODE START=============== */
.add_to_Card_modal{
  z-index: 92929 !important;
}
.swal2-container {
    z-index: 999999 !important;
}
.img_modal{
  height: 400px !important;
}
.carousel-item img{
  background-color: red !important;
}
.car_img{
  height: 400px !important;
  

}


/* MAIN IMAGE */

.product-main-image {
  width: 100%;
  border-radius: 20px !important;
  height: 56vh !important;
  overflow: hidden;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  /* padding: 10px; */
  /* background-color: var(--bg2) !important; */
  /* background: #070303; */
}

.product-main-image img {
  padding: 5px !important;
  border-radius: 20px !important;

  width: 100%;
  height: 100%;
  /* object-fit: cover; */
  display: block;
}


/* THUMBNAILS */

.product-thumbnails {
  display: flex;
  gap: 10px;
  margin-top: 15px;
}


.product-thumbnail {
  transition: 0.4s ease-in-out !important;
  width: 80px;
  height: 90px;

  padding: 0;

  border: 1px solid #ddd;

  background: transparent;

  cursor: pointer;

  overflow: hidden;
}


.product-thumbnail img {
  transition: 0.4s ease-in-out !important;

  width: 100%;
  height: 100%;

  object-fit: cover;

  display: block;
}


/* ACTIVE */

.product-thumbnail.active {
  transition: 0.4s ease-in-out !important;

  border-radius: 10px !important;

  border: 2px solid #2e2e2eaf;
}


.product-thumbnail:hover {
  border-color: var(--default-color) !important;
}/* ==========================================
   SIZE BUTTON
========================================== */

.size-btn {

  min-width: 55px;

  padding: 10px 15px;

  border: 1px solid #ccc;

  background: #fff;

  color: #222;

  border-radius: 8px;

  cursor: pointer;

  transition: all 0.25s ease;

}


/* Hover */

.size-btn:hover {

  border-color: #222;

}


/* Selected */

.size-btn.selected {

  background: #222;

  color: #fff;

  border-color: #222;

  
}
.swal2-container {
    z-index: 999999 !important;
}
/* ===================== ADD_PRODUCT CODE END ========================= */


/* ====================== PRODUCT.HTML CODE START ============================ */
/* =====================================================
   PRODUCT SECTION
===================================================== */



/* =====================================================
   GALLERY
===================================================== */

.product_html .product-gallery {
  position: sticky;
  top: 50px !important;
}

.product_html .main-image-wrapper {
  /* width: 100%; */
  max-height: 70vh !important;
  /* background-color: red !important ; */
  border-radius: 20px;
  overflow: hidden;
  /* display: flex; */
  /* flex-direction: row !important; */
  /* align-items: center; */
  /* justify-content: center; */
}

.product_html .main-product-image {
  /* width: 100%; */
  /* height: 100%; */
  object-fit: cover;
  display: block;
  transition: opacity 0.25s ease;
}

.product_html .thumbnail-wrapper {
  display: flex;
  gap: 12px;
  margin-top: 15px;
  overflow-x: auto;
  padding-bottom: 5px;
}

.product_html .thumbnail-btn {
  width: 85px;
  height: 85px;
  min-width: 85px;
  border: 2px solid transparent;
  padding: 0;
  background: #f5f5f5;
  border-radius: 12px;
  overflow: hidden;
  cursor: pointer;
  transition: 0.25s ease;
}

.product_html .thumbnail-btn:hover {
  transform: translateY(-2px);
}

.product_html .thumbnail-btn.active {
  border-color: var(--default-color);
}

.product_html .thumbnail-btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}


/* =====================================================
   PRODUCT DETAILS
===================================================== */

.product_html .product-category {
  display: inline-block;
  background: #f1f1f1;
  padding: 7px 15px;
  border-radius: 50px;
  font-size: 13px;
  margin-bottom: 15px;
}

.product_html .product-title {
  font-size: 42px;
  line-height: 1.15;
  font-weight: 600;
  margin-bottom: 15px;
}

.product_html .product-description-short {
  color: #666;
  line-height: 1.7;
  margin-bottom: 25px;
}


/* =====================================================
   PRICE
===================================================== */

.product_html .price-area {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 25px;
}

.product_html .current-price {
  font-size: 30px;
  font-weight: 600;
}

.product_html .old-price {
  font-size: 18px;
  color: #999;
}

.product_html .discount-badge {
  background: var(--default-color);
  color: #fff;
  padding: 5px 10px;
  border-radius: 50px;
  font-size: 12px;
}


/* =====================================================
   RATING
===================================================== */

.product_html .rating-area {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 25px;
}

.product_html .stars {
  color: #f5a623;
}

.product_html .review-text {
  color: #777;
  font-size: 14px;
}


/* =====================================================
   SIZE
===================================================== */

.product_html .section-label {
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 12px;
}

.product_html .size-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.product_html .size-btn {
  min-width: 55px;
  height: 45px;
  padding: 0 15px;
  border: 1px solid #ddd;
  background: #fff;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.2s ease;
}

.product_html .size-btn:hover {
  border-color: var(--default-color);
}

.product_html .size-btn.selected {
  background: var(--default-color);
  color: #fff;
  border-color: var(--default-color);
}

.product_html .size-btn.disabled {
  opacity: 0.4;
  cursor: not-allowed;
  text-decoration: line-through;
}


/* =====================================================
   STOCK
===================================================== */

.product_html .stock-info {
  margin-top: 12px;
  font-size: 14px;
  color: #555;
}


/* =====================================================
   QUANTITY
===================================================== */

.product_html .quantity-wrapper {
  display: flex;
  align-items: center;
  width: 150px;
  height: 48px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
}

.product_html .quantity-btn {
  width: 48px;
  height: 100%;
  border: 0;
  background: #f5f5f5;
  font-size: 20px;
  cursor: pointer;
}

.product_html .quantity-input {
  width: 54px;
  height: 100%;
  border: 0;
  outline: none;
  text-align: center;
  font-weight: 600;
}


/* =====================================================
   TOTAL
===================================================== */

.product_html .total-box {
  background: #f7f7f7;
  border-radius: 15px;
  padding: 18px;
  margin-top: 25px;
}

.product_html .total-price {
  font-size: 25px;
  font-weight: 700;
}


/* =====================================================
   BUTTONS
===================================================== */

.product_html .product-action-btn {
  height: 55px;
  border-radius: 12px;
  font-weight: 600;
  border: 0;
  transition: 0.25s ease;
}

.product_html .add-cart-btn {
  background: var(--default-color);
  color: #fff;
}

.product_html .add-cart-btn:hover {
  background: #333;
  color: #fff;
}

.product_html .buy-now-btn {
  background: #e9e9e9;
  color: var(--default-color);
}

.product_html .buy-now-btn:hover {
  background: #ddd;
}


/* =====================================================
   INFORMATION TABS
===================================================== */

.product_html .product-info-section {
  padding: 30px 0 80px;
}

.product_html .product-tabs {
  border-bottom: 1px solid #ddd;
  gap: 25px;
}

.product_html .product-tabs .nav-link {
  color: #777;
  border: 0;
  border-bottom: 2px solid transparent;
  border-radius: 0;
  padding: 15px 5px;
}

.product_html .product-tabs .nav-link.active {
  color: var(--default-color);
  border-bottom-color: var(--default-color);
  background: transparent;
}

.product_html .tab-content {
  padding-top: 30px;
}

.product_html .description-content {
  color: #666;
  line-height: 1.9;
}

.product_html .info-table {
  width: 100%;
}

.product_html .info-table tr {
  border-bottom: 1px solid #eee;
}

.product_html .info-table td {
  padding: 15px 10px;
}

.product_html .info-table td:first-child {
  font-weight: 600;
  width: 200px;
}


/* =====================================================
   LOADING
===================================================== */

.product_html #loading {
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 991px) {

  .product_html .product-section {
    padding: 30px 0;
  }

  .product_html .product-gallery {
    position: relative;
    top: 0;
  }

  .product_html .main-image-wrapper {
    height: 450px;
  }

  .product_html .product-title {
    font-size: 32px;
    margin-top: 30px;
  }

}


@media (max-width: 575px) {

  .product_html .main-image-wrapper {
    height: 380px;
    border-radius: 15px;
  }

  .product_html .thumbnail-btn {
    width: 70px;
    height: 70px;
    min-width: 70px;
  }

  .product_html .product-title {
    font-size: 27px;
  }

  .product_html .current-price {
    font-size: 25px;
  }

}/* =====================================================
   PRODUCT PAGE BANNER
===================================================== */

.product_html .product-page-banner {
  /* width: 100%; */
  /* min-height: 260px; */
  background: var(--bg2) !important;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}


/* =====================================================
   BANNER CONTENT
===================================================== */

.product_html .product-banner-content {
  text-align: center;
  padding: 20px 15px;
}


/* =====================================================
   BREADCRUMB
===================================================== */

.product_html .product-breadcrumb {
  display: flex;
  align-items: center;
  justify-content: start;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 18px;
/* padding: 10px 0px !important; */
  font-size: 16px !important;
  color: #202020;
}

.product_html .product-breadcrumb a {
  color: var(--default-color);
  text-decoration: none;
  transition: 0.2s ease;
}

.product_html .product-breadcrumb a:hover {
  opacity: 0.6;
}

.product_html .product-breadcrumb span {
  color: #272727;
}


/* =====================================================
   BANNER TITLE
===================================================== */

.product_html .product-page-banner h1 {
  margin: 0;
  font-size: 42px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--default-color);
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 991px) {

  .product_html .product-page-banner {
    min-height: 220px;
  }

  .product_html .product-banner-content {
    padding: 40px 15px;
  }

  .product_html .product-page-banner h1 {
    font-size: 34px;
  }

}


@media (max-width: 575px) {

  .product_html .product-page-banner {
    min-height: 190px;
  }

  .product_html .product-banner-content {
    padding: 35px 10px;
  }

  .product_html .product-breadcrumb {
    font-size: 12px;
    gap: 7px;
  }

  .product_html .product-page-banner h1 {
    font-size: 27px;
  }

}

        .category-banner {

            min-height: 240px;

            display: flex;

            align-items: center;

            justify-content: center;

            background:
                linear-gradient(
                    135deg,
                    var(--bg2),
                    var(--bg1)
                );

            border-bottom:
                1px solid var(--border);

        }


        .category-banner-content {

            text-align: center;

        }


        .category-breadcrumb {

            display: flex;

            justify-content: center;

            align-items: center;

            gap: 8px;

            color: var(--muted);

            font-size: 14px;

            margin-bottom: 12px;

        }


        .category-breadcrumb a:hover {
            color: var(--default-color);
        }


        .category-banner h1 {

            margin: 0;

            font-size: clamp(
                30px,
                4vw,
                52px
            );

            font-weight: 500;

            text-transform: capitalize;

            color: var(--default-color);

        }


        #categoryDescription {

            max-width: 650px;

            margin:
                12px auto 0;

            color: var(--muted);

            font-size: 15px;

        }


        /* =========================================================
           SHOP AREA
        ========================================================= */

        .shop-section {

            padding:
                50px 0 70px;

        }


        /* =========================================================
           FILTER SIDEBAR
        ========================================================= */

        .filter-sidebar {

            background: var(--white);

            border:
                1px solid var(--border);

            border-radius: 18px;

            padding: 22px;

            position: sticky;

            top: 20px;

        }


        .filter-heading {

            display: flex;

            justify-content: space-between;

            align-items: center;

            padding-bottom: 18px;

            border-bottom:
                1px solid var(--default-color) !important;

            margin-bottom: 20px;

        }
  

        .clear-filter {

            border: 0;

            background: var(--default-color) !important;

            color: w;

            font-size: 13px;

            cursor: pointer;

        }


        .clear-filter:hover {

            color:
                var(--default-color);

        }


        .filter-group {

            /* padding-bottom: 22px; */

            margin-bottom: 35px;

            border-bottom:
                1px solid var(--border);

        }


        .filter-group:last-child {

            border-bottom: 0;

            margin-bottom: 0;

        }


        .filter-title {

            font-size: 15px;

            font-weight: 600;

            margin-bottom: 13px;

        }


        /* SEARCH */

        .search-box {

            position: relative;

        }


        .search-box i {

            position: absolute;

            left: 14px;

            top: 50%;

            transform:
                translateY(-50%);

            color: #999;

        }


        .search-box input {

            width: 100%;

            height: 44px;

            border:
                1px solid var(--border);

            border-radius: 10px;

            padding:
                0 14px 0 40px;

            outline: none;

            transition: .2s;

        }


        .search-box input:focus {

            border-color:
                var(--default-color);

        }


        /* SELECT */

        .filter-select {

            width: 100%;

            height: 44px;

            border:
                1px solid var(--border);

            border-radius: 10px;

            padding:
                0 12px;

            background: white;

            outline: none;

        }


        .filter-select:focus {

            border-color:
                var(--default-color);

        }


        /* CHECKBOX */

        .check-option {

            display: flex;

            align-items: center;

            gap: 9px;

            margin-bottom: 10px;

            cursor: pointer;

            font-size: 14px;

        }


        .check-option input {

            width: 16px;

            height: 16px;

            accent-color:
                var(--default-color);

        }


        /* PRICE */

        .price-values {

            display: flex;

            justify-content: space-between;

            font-size: 13px;

            color: var(--muted);

            margin-bottom: 10px;

        }


        .price-range {

            width: 100%;

            accent-color:
                var(--default-color);

            cursor: pointer;

        }


        /* =========================================================
           SHOP TOP BAR
        ========================================================= */

        .shop-toolbar {

            background: var(--white);

            border:
                1px solid var(--border);

            border-radius: 15px;

            padding:
                13px 16px;

            display: flex;

            align-items: center;

            justify-content: space-between;

            gap: 15px;

            margin-bottom: 25px;

        }


        .result-count {

            color: var(--muted);

            font-size: 14px;

        }


        .toolbar-right {

            display: flex;

            align-items: center;

            gap: 10px;

        }


        /* =========================================================
           GRID BUTTONS
        ========================================================= */

        .grid-buttons {

            display: flex;

            gap: 4px;

            padding: 4px;

            background:
                var(--bg1);

            border-radius: 9px;

        }


        .grid-btn {

            width: 34px;

            height: 34px;

            border: 0;

            background: transparent;

            border-radius: 7px;

            color: #777;

            display: flex;

            align-items: center;

            justify-content: center;

            cursor: pointer;

        }


        .grid-btn:hover {

            color:
                var(--default-color);

        }


        .grid-btn.active {

            background: white;

            color:
                var(--default-color);

            box-shadow:
                0 2px 7px
                rgba(0,0,0,.08);

        }


        .sort-select {

            height: 42px;

            border:
                1px solid var(--border);

            border-radius: 9px;

            padding:
                0 12px;

            outline: none;

            background: white;

        }


        /* =========================================================
           PRODUCT GRID
        ========================================================= */

        #productGrid {

            display: grid;

            grid-template-columns:
                repeat(4, minmax(0, 1fr));

            gap: 22px;

        }


        #productGrid.grid-2 {

            grid-template-columns:
                repeat(2, minmax(0, 1fr));

        }


        #productGrid.grid-4 {

            grid-template-columns:
                repeat(4, minmax(0, 1fr));

        }


        #productGrid.grid-6 {

            grid-template-columns:
                repeat(6, minmax(0, 1fr));

            gap: 15px;

        }


        /* =========================================================
           PRODUCT CARD
        ========================================================= */

        .product-card {

            background: white;

            border:
                1px solid var(--border);

            border-radius: 16px;

            overflow: hidden;

            position: relative;

            transition:
                transform .25s ease,
                box-shadow .25s ease;

        }


        .product-card:hover {

            transform:
                translateY(-4px);

            box-shadow:
                0 12px 30px
                rgba(0,0,0,.08);

        }


        .product-image-wrap {

            position: relative;

            aspect-ratio: 1 / 1.12;

            background:
                #eef3f4;

            overflow: hidden;

        }


        .product-image {

            width: 100%;

            height: 100%;

            object-fit: cover;

            transition:
                transform .5s ease;

        }


        .product-card:hover
        .product-image {

            transform:
                scale(1.04);

        }


        .product-badges {

            position: absolute;

            top: 12px;

            left: 12px;

            display: flex;

            flex-direction: column;

            align-items: flex-start;

            gap: 5px;

            z-index: 2;

        }


        .product-badge {

            background: white;

            color:
                var(--default-color);

            border-radius: 30px;

            padding:
                5px 9px;

            font-size: 10px;

            font-weight: 600;

            box-shadow:
                0 3px 10px
                rgba(0,0,0,.08);

        }


        .product-badge.sale {

            background:
                var(--default-color);

            color: white;

        }


        .product-info {

            padding: 15px;

        }


        .product-category {

            font-size: 11px;

            color: #888;

            text-transform: uppercase;

            letter-spacing: .5px;

            margin-bottom: 5px;

        }


        .product-title {

            font-size: 15px;

            line-height: 1.4;

            font-weight: 500;

            margin:
                0 0 9px;

            display:
                -webkit-box;

            -webkit-line-clamp: 2;

            -webkit-box-orient: vertical;

            overflow: hidden;

        }


        .product-price {

            display: flex;

            align-items: center;

            gap: 8px;

            flex-wrap: wrap;

            margin-bottom: 12px;

        }


        .current-price {

            font-size: 17px;

            font-weight: 600;

            color:
                var(--default-color);

        }


        .old-price {

            font-size: 13px;

            color: #999;

            text-decoration:
                line-through;

        }


        .discount-percent {

            font-size: 11px;

            color:
                #b02a37;

            font-weight: 600;

        }


        .product-stock {

            font-size: 12px;

            margin-bottom: 12px;

        }


        .stock-available {

            color: #198754;

        }


        .stock-low {

            color: #b8860b;

        }


        .stock-out {

            color: #dc3545;

        }


        .add-cart-btn {

            width: 100%;

            height: 42px;

            border: 1px solid
                var(--default-color);

            border-radius: 9px;

            background:
                var(--default-color);

            color: white;

            font-size: 13px;

            font-weight: 500;

            transition: .2s;

        }


        .add-cart-btn:hover {

            background:
                transparent;

            color:
                var(--default-color);

        }


        .add-cart-btn:disabled {

            background: #ddd;

            border-color: #ddd;

            color: #777;

            cursor: not-allowed;

        }


        /* =========================================================
           EMPTY
        ========================================================= */

        .empty-products {

            grid-column:
                1 / -1;

            background: white;

            border:
                1px solid var(--border);

            border-radius: 16px;

            text-align: center;

            padding: 70px 20px;

        }


        .empty-products i {

            font-size: 45px;

            color: #bbb;

            margin-bottom: 15px;

        }


        .empty-products h5 {

            color:
                var(--default-color);

        }


        /* =========================================================
           LOADING
        ========================================================= */

        .loading-products {

            grid-column:
                1 / -1;

            display: flex;

            justify-content: center;

            align-items: center;

            min-height: 300px;

        }


        /* =========================================================
           RESPONSIVE
        ========================================================= */

        @media (max-width: 1199px) {

            #productGrid.grid-6 {

                grid-template-columns:
                    repeat(4, minmax(0, 1fr));

            }

        }


        @media (max-width: 991px) {

            .filter-sidebar {

                position: static;

                margin-bottom: 25px;

            }


            #productGrid,
            #productGrid.grid-4,
            #productGrid.grid-6 {

                grid-template-columns:
                    repeat(3, minmax(0, 1fr));

            }

        }


        @media (max-width: 767px) {

            .category-banner {

                min-height: 190px;

            }


            .shop-toolbar {

                align-items:
                    flex-start;

                flex-direction:
                    column;

            }


            .toolbar-right {

                width: 100%;

                justify-content:
                    space-between;

            }


            #productGrid,
            #productGrid.grid-2,
            #productGrid.grid-4,
            #productGrid.grid-6 {

                grid-template-columns:
                    repeat(2, minmax(0, 1fr));

                gap: 12px;

            }


            .product-info {

                padding: 11px;

            }


            .product-title {

                font-size: 13px;

            }


            .current-price {

                font-size: 15px;

            }

        }


        @media (max-width: 480px) {

            #productGrid,
            #productGrid.grid-2,
            #productGrid.grid-4,
            #productGrid.grid-6 {

                grid-template-columns:
                    repeat(1, minmax(0, 1fr));

            }

        }

/* ====================== PRODUCT.HTML CODE END ============================ */
.cf-page{
  max-width:1400px;
  margin:0 auto;
  padding:24px 16px 60px;
  display:grid;
  grid-template-columns:280px 1fr;
  gap:24px;
  align-items:start;
}
@media (max-width:991px){
  .cf-page{ grid-template-columns:1fr; }
}

/* ---------------- SIDEBAR ---------------- */

@media (min-width:992px) {
  .cf-sidebar{
  position:sticky;
  top:16px;
  background:#fff;
  border:1px solid #e6e6e6;
  border-radius:16px;
  padding:20px;
}
}
.cf-sidebar h6{
  font-size:.95rem;
  font-weight:600;
  margin:0 0 12px;
}
.cf-sidebar .cf-block{ margin-bottom:26px; }
.cf-sidebar .cf-block:last-child{ margin-bottom:0; }

.cf-search-wrap{
  position:relative;
}
.cf-search-wrap i{
  position:absolute;
  left:12px; top:50%;
  transform:translateY(-50%);
  color:#999;
  font-size:.85rem;
}
#cf_search{
  width:100%;
  padding:10px 12px 10px 34px;
  border:1px solid #ddd;
  border-radius:10px;
  font-size:.9rem;
  outline:none;
}
#cf_search:focus{ border-color:var(--default-color); }

.cf-cat-item{
  cursor:pointer;
  border:1px solid #e9e9e9;
  border-radius:10px;
  padding:.5rem .8rem;
  margin-bottom:.5rem;
  font-size:.9rem;
  transition:background .15s ease,color .15s ease;
}
.cf-cat-item:hover{ background:#f5f5f5; }
.cf-cat-item.active{ background:var(--default-color); color:#fff; border-color:var(--default-color); }

#cf_sort{
  width:100%;
  padding:10px 12px;
  border:1px solid #ddd;
  border-radius:10px;
  font-size:.9rem;
  background:#fff;
  outline:none;
}
#cf_sort:focus{ border-color:var(--default-color); }

.cf-range-wrap{ position:relative; height:34px; margin-top:6px; }
.cf-range-wrap input[type="range"]{
  position:absolute; width:100%; top:10px; left:0;
  -webkit-appearance:none; appearance:none; background:none;
  pointer-events:none; height:0; margin:0;
}
.cf-range-wrap input[type="range"]::-webkit-slider-thumb{
  -webkit-appearance:none; pointer-events:all;
  width:16px; height:16px; border-radius:50%;
  background:var(--default-color); cursor:pointer; border:2px solid #fff;
  box-shadow:0 0 0 1px var(--default-color);
}
.cf-range-wrap input[type="range"]::-moz-range-thumb{
  pointer-events:all; width:16px; height:16px; border-radius:50%;
  background:var(--default-color); cursor:pointer; border:2px solid #fff;
  box-shadow:0 0 0 1px var(--default-color);
}
.cf-range-track{ position:absolute; top:15px; left:0; right:0; height:4px; background:#e5e5e5; border-radius:2px; }
.cf-range-fill{ position:absolute; top:15px; height:4px; background:var(--default-color); border-radius:2px; }
.cf-price-labels{ display:flex; justify-content:space-between; font-size:.82rem; color:#777; margin-top:6px; }

.cf-grid-btns{ display:flex; gap:8px; }
.cf-grid-btn{
  flex:1; padding:8px 0; border:1px solid #ddd; background:#fff;
  border-radius:10px; font-size:.9rem; cursor:pointer; font-weight:500;
  transition:all .15s ease;
}
.cf-grid-btn:hover{ border-color:var(--default-color); }
.cf-grid-btn.active{ background-color:var(--default-color) !important; color:#fff; border-color:var(--default-color) !important; }

#cf_clear{
  width:100%; padding:11px 0; border:none; border-radius:10px;
  background:var(--default-color); color:#fff; font-size:.9rem; font-weight:600;
  cursor:pointer; display:flex; align-items:center; justify-content:center; gap:8px;
}
#cf_clear:hover{ background:var(--default-color) !important; }

/* ---------------- MAIN AREA ---------------- */

.cf-main-header{
  display:flex; align-items:baseline; justify-content:space-between;
  margin-bottom:18px;
}
.cf-main-header h4{ margin:0; font-weight:700; font-size:1.5rem; }
.cf-result-count{ color:#888; font-size:.9rem; }

#no_products_found{
  display:none; text-align:center; color:#999; padding:60px 0;
  background:#fff; border-radius:16px; border:1px solid #e6e6e6;
}
#no_products_found i{ font-size:2.4rem; display:block; margin-bottom:12px; color:#ccc; }

/* ---------------- PRODUCT GRID ---------------- */

#products_row{
  display:grid;
  grid-template-columns:repeat(3, 1fr);
  gap:18px;
}
@media (max-width:991px){ #products_row{ grid-template-columns:repeat(2,1fr) !important; } }
@media (max-width:520px){ #products_row{ grid-template-columns:1fr !important; } }

.feature-project-s{

  /* background:#b42525 !important; */
  border:1px solid #ececec;
  border-radius:16px;
  overflow:hidden;
  display:flex;
  flex-direction:column;
  transition:box-shadow .2s ease, transform .2s ease;
}
.feature-project-s:hover{
  box-shadow:0 10px 30px rgba(0,0,0,.08);
  transform:translateY(-3px);
}
.feature-project-s .cf-img-wrap{
  width:100%;
  height: 100% !important; 
  /* aspect-ratio:3/4; */
  background:#f2f2f2;
  overflow:hidden;
  display:block;
}
.feature-project-s .cf-img-wrap img{
  /* width:100%; */
margin: 0% auto !important;
  height:330px !important;
  /* object-fit:cover; */
  display:block;
}
.feature-project-s .cf-card-body{
    padding: 10px !important;
background-color: var(--bg2) !important;
  /* padding:14px 16px 16px; */
  display:flex;
  flex-direction:column;
  flex:1;
}
.feature-project-s .cf-badge{
  align-self:flex-start;
  font-size:.72rem;
  font-weight:600;
  color:#444;
  background:#fff;
  border:1px solid #e2e2e2;
  border-radius:999px;
  padding:4px 12px;
  margin-bottom:10px;
}
.feature-project-s .cf-title{
  font-size:.95rem;
  font-weight:500;
  line-height:1.35;
  margin:0 0 10px;
  min-height:2.6em;
  color:#1c1c1c;
  overflow:hidden;
  display:-webkit-box;
  -webkit-line-clamp:2;
  -webkit-box-orient:vertical;
}
.feature-project-s .cf-price-row{
  display:flex;
  align-items:baseline;
  gap:8px;
  margin-bottom:6px;
}
.feature-project-s .cf-price-now{ font-size:1.15rem; font-weight:700; }
.feature-project-s .cf-price-old{ font-size:.85rem; color:#999; text-decoration:line-through; }
.feature-project-s .cf-stock-note{ font-size:.75rem; color:#c0392b; margin-bottom:8px; }
.feature-project-s .cf-btn-row{
  display:flex;
  gap:8px;
  margin-top:auto;
  padding-top:8px;
}
.feature-project-s .cf-btn{
  flex:1;
  border:none;
  border-radius:9px;
  padding:9px 6px;
  font-size:.82rem;
  font-weight:600;
  cursor:pointer;
  text-align:center;
}
.feature-project-s .add_to_Cart_btn{ background:var(--bg1); color:rgb(107, 106, 106); }
.feature-project-s .add_to_Cart_btn:hover{ background:var(--default-color) ; color:white !important }
.feature-project-s .add_to_what_btn{ background:var(--bg1);  color:rgb(107, 106, 106) }
.feature-project-s .add_to_what_btn:hover{ background:var(--default-color) ; color:white !important }
.feature-project-s .cf-btn:disabled{ background:#ddd; color:#888; cursor:not-allowed; }

/* modal galleries (used inside the Bootstrap modal bodies) */
.product-main-image img{

  width:100%; border-radius:10px; object-fit:cover; max-height:420px; }
.product-thumbnails{ 
    padding: 10px !important;
  display:flex; gap:8px; margin-top:8px; flex-wrap:wrap; }
.product-thumbnail{ border:2px solid transparent; border-radius:8px; padding:0; background:none; cursor:pointer; width:60px; height:60px; overflow:hidden; }
.product-thumbnail img{ width:100%; height:100%; object-fit:cover; }
.product-thumbnail.active{ border-color:var(--default-color); }
.product-no-image{ background:#f2f2f2; border-radius:10px; padding:60px 0; text-align:center; color:#aaa; }

.size-btn, .size-btn-buy-now{
  border:1px solid #ccc; background:#fff; border-radius:8px;
  padding:6px 14px; font-size:.85rem; cursor:pointer;
}
.size-btn.selected, .size-btn-buy-now.selected{ background:var(--default-color); color:#fff; border-color:var(--default-color); }
/* =========================================================
   JACVIBE CONTACT PAGE
   Uses existing:
   --bg1
   --bg2
   --default-color
========================================================= */


/* =========================================================
   CONTACT PAGE HERO
========================================================= */

.contact-page-hero {
    padding: 120px 0 95px;
    background: var(--bg1);
    border-bottom: 1px solid rgba(100, 57, 42, 0.08);
}

.contact-page-eyebrow {
    display: inline-block;
    margin-bottom: 18px;

    font-family: "Space Mono", monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;
    color: var(--default-color);
}

.contact-page-title {
    margin: 0;

    font-family: "Fraunces", serif;
    font-size: clamp(50px, 7vw, 92px);
    line-height: 0.95;
    font-weight: 600;
    letter-spacing: -3px;

    color: var(--default-color);
}

.contact-page-title span {
    font-style: italic;
}

.contact-page-description {
    max-width: 680px;
    margin: 30px auto 0;

    font-family: "Inter", sans-serif;
    font-size: 16px;
    line-height: 1.8;

    color: #687276;
}

.contact-page-breadcrumb {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;

    margin-top: 30px;

    font-family: "Space Mono", monospace;
    font-size: 11px;
    letter-spacing: 1px;
}

.contact-page-breadcrumb a {
    color: #7b8386;
    text-decoration: none;
    transition: color 0.25s ease;
}

.contact-page-breadcrumb a:hover {
    color: var(--default-color);
}

.contact-page-breadcrumb span {
    color: #adb3b5;
}

.contact-page-breadcrumb strong {
    color: var(--default-color);
}


/* =========================================================
   CONTACT INFORMATION SECTION
========================================================= */

.contact-information-section {
    padding: 90px 0;
    background: var(--bg2);
}

.contact-information-card {
    height: 100%;
    padding: 35px;

    background: var(--bg1);

    border: 1px solid rgba(100, 57, 42, 0.08);
    border-radius: 20px;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.contact-information-card:hover {
    transform: translateY(-6px);

    border-color: rgba(100, 57, 42, 0.16);

    box-shadow:
        0 20px 45px rgba(100, 57, 42, 0.10);
}

.contact-information-icon {
    width: 56px;
    height: 56px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    border-radius: 50%;

    background: var(--default-color);
    color: #ffffff;

    font-size: 19px;
}

.contact-information-card > span {
    display: block;
    margin-bottom: 9px;

    font-family: "Space Mono", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;

    color: var(--default-color);
}

.contact-information-card h3 {
    margin: 0;

    font-family: "Fraunces", serif;
    font-size: 27px;
    font-weight: 600;

    color: var(--default-color);
}

.contact-information-card p {
    margin: 15px 0 22px;

    font-size: 14px;
    line-height: 1.75;

    color: #70797c;
}

.contact-information-card > a {
    display: inline-flex;
    align-items: center;
    gap: 10px;

    font-size: 13px;
    font-weight: 700;

    color: var(--default-color);
    text-decoration: none;

    transition: gap 0.25s ease;
}

.contact-information-card > a:hover {
    gap: 15px;
}

.contact-information-card > a i {
    font-size: 11px;
}


/* =========================================================
   MAIN CONTACT SECTION
========================================================= */

.get-touch-section {
    padding: 110px 0;

    background: var(--bg1);
}

.get-touch-section .container {
    max-width: 1250px;
}


/* =========================================================
   LEFT CONTACT CONTENT
========================================================= */

.get-touch-content {
    padding: 30px 15px 30px 0;
}

.get-touch-eyebrow {
    display: inline-block;
    margin-bottom: 18px;

    font-family: "Space Mono", monospace;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 3px;

    color: var(--default-color);
}

.get-touch-title {
    max-width: 530px;
    margin: 0;

    font-family: "Fraunces", serif;
    font-size: clamp(45px, 5vw, 70px);
    line-height: 0.98;
    font-weight: 600;
    letter-spacing: -2px;

    color: var(--default-color);
}

.get-touch-title span {
    display: block;
    font-style: italic;
}

.get-touch-description {
    max-width: 500px;
    margin: 28px 0 0;

    font-family: "Inter", sans-serif;
    font-size: 15px;
    line-height: 1.85;

    color: #687276;
}


/* =========================================================
   CONTACT DETAILS
========================================================= */

.get-touch-details {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.get-touch-detail {
    width: fit-content;

    display: flex;
    align-items: center;
    gap: 15px;

    color: inherit;
    text-decoration: none;
}

.get-touch-icon {
    width: 50px;
    height: 50px;
    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: var(--bg2);
    color: var(--default-color);

    font-size: 17px;

    transition:
        background 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.get-touch-detail:hover .get-touch-icon {
    background: var(--default-color);
    color: #ffffff;
    transform: translateY(-2px);
}

.get-touch-detail > div:last-child {
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.get-touch-detail span {
    font-family: "Space Mono", monospace;
    font-size: 9px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #8a9295;
}

.get-touch-detail strong {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 600;

    color: var(--default-color);
}


/* =========================================================
   SOCIAL LINKS
========================================================= */

.get-touch-social-wrap {
    display: flex;
    align-items: center;
    gap: 20px;
}

.get-touch-social-wrap > span {
    font-family: "Space Mono", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1.5px;
    text-transform: uppercase;

    color: #8a9295;
}

.get-touch-socials {
    display: flex;
    align-items: center;
    gap: 8px;
}

.get-touch-socials a {
    width: 38px;
    height: 38px;

    display: flex;
    align-items: center;
    justify-content: center;

    border: 1px solid rgba(100, 57, 42, 0.14);
    border-radius: 50%;

    color: var(--default-color);
    text-decoration: none;

    font-size: 13px;

    transition:
        background 0.3s ease,
        border-color 0.3s ease,
        color 0.3s ease,
        transform 0.3s ease;
}

.get-touch-socials a:hover {
    background: var(--default-color);
    border-color: var(--default-color);
    color: #ffffff;

    transform: translateY(-3px);
}


/* =========================================================
   FORM CARD
========================================================= */

.get-touch-form-card {
    position: relative;

    padding: 45px;

    background: #ffffff;

    border: 1px solid rgba(100, 57, 42, 0.08);
    border-radius: 24px;

    box-shadow:
        0 20px 60px rgba(100, 57, 42, 0.08);

    overflow: hidden;
}

.get-touch-form-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 4px;

    background: var(--default-color);
}


/* =========================================================
   FORM HEADING
========================================================= */

.get-form-label {
    display: inline-block;
    margin-bottom: 8px;

    font-family: "Space Mono", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2px;

    color: var(--default-color);
}

.get-form-title {
    margin: 0;

    font-family: "Fraunces", serif;
    font-size: 35px;
    font-weight: 600;

    color: var(--default-color);
}

.get-touch-form-card > div > p {
    font-size: 13px;
    line-height: 1.7;
    color: #7b8386;
}


/* =========================================================
   FORM LABELS
========================================================= */

.get-form-field-label {
    display: block;
    margin-bottom: 8px;

    font-size: 12px;
    font-weight: 600;

    color: var(--default-color);
}

.get-form-field-label small {
    font-size: 10px;
    font-weight: 400;
    color: #92999b;
}


/* =========================================================
   FORM INPUTS
========================================================= */

.get-form-control {
    min-height: 50px;

    padding: 12px 15px;

    border: 1px solid rgba(100, 57, 42, 0.13);
    border-radius: 9px;

    background: #f8fafb;

    font-family: "Inter", sans-serif;
    font-size: 13px;

    color: var(--default-color);

    box-shadow: none !important;

    transition:
        border-color 0.25s ease,
        background 0.25s ease;
}

.get-form-control::placeholder {
    color: #a0a7a9;
}

.get-form-control:focus {
    border-color: var(--default-color);
    background: #ffffff;
}

select.get-form-control {
    cursor: pointer;
}

.get-form-textarea {
    min-height: 145px;
    resize: vertical;
}


/* =========================================================
   SUBMIT BUTTON
========================================================= */

.get-touch-submit {
    width: 100%;
    min-height: 53px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 10px 12px 10px 22px;

    border: 0;
    border-radius: 9px;

    background: var(--default-color);
    color: #ffffff;

    font-family: "Inter", sans-serif;
    font-size: 13px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.get-touch-submit:hover {
    background: #4f2c20;

    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(100, 57, 42, 0.20);
}

.get-touch-submit > span:last-child {
    width: 34px;
    height: 34px;

    display: flex;
    align-items: center;
    justify-content: center;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.13);
}

.get-touch-submit i {
    font-size: 12px;

    transition: transform 0.25s ease;
}

.get-touch-submit:hover i {
    transform: translateX(4px);
}


/* =========================================================
   QUICK HELP SECTION
========================================================= */

.contact-help-section {
    padding: 100px 0;

    background: var(--bg2);
}

.contact-help-eyebrow {
    display: inline-block;
    margin-bottom: 15px;

    font-family: "Space Mono", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;

    color: var(--default-color);
}

.contact-help-title {
    margin: 0;

    font-family: "Fraunces", serif;
    font-size: clamp(38px, 5vw, 60px);
    line-height: 1;

    color: var(--default-color);
}

.contact-help-title span {
    font-style: italic;
}

.contact-help-description {
    max-width: 550px;

    margin: 20px 0 0;

    font-size: 14px;
    line-height: 1.7;

    color: #70797c;
}


/* =========================================================
   HELP CARDS
========================================================= */

.contact-help-card {
    height: 100%;

    display: flex;
    flex-direction: column;

    padding: 30px;

    background: var(--bg1);

    border: 1px solid rgba(100, 57, 42, 0.08);
    border-radius: 18px;

    color: inherit;
    text-decoration: none;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

.contact-help-card:hover {
    transform: translateY(-6px);

    background: #ffffff;

    box-shadow:
        0 18px 40px rgba(100, 57, 42, 0.10);
}

.contact-help-card > i {
    width: 45px;
    height: 45px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 22px;

    border-radius: 50%;

    background: var(--default-color);
    color: #ffffff;

    font-size: 15px;
}

.contact-help-card h3 {
    margin: 0;

    font-family: "Fraunces", serif;
    font-size: 24px;
    font-weight: 600;

    color: var(--default-color);
}

.contact-help-card p {
    margin: 12px 0 22px;

    font-size: 13px;
    line-height: 1.7;

    color: #747d80;
}

.contact-help-card > span {
    margin-top: auto;

    display: inline-flex;
    align-items: center;
    gap: 8px;

    font-size: 11px;
    font-weight: 700;

    color: var(--default-color);
}

.contact-help-card > span i {
    font-size: 9px;

    transition: transform 0.25s ease;
}

.contact-help-card:hover > span i {
    transform: translateX(4px);
}


/* =========================================================
   NEWSLETTER SECTION
========================================================= */

.contact-newsletter-section {
    padding: 85px 0;

    background: var(--default-color);

    color: #ffffff;
}

.contact-newsletter-eyebrow {
    display: inline-block;
    margin-bottom: 12px;

    font-family: "Space Mono", monospace;
    font-size: 10px;
    font-weight: 700;
    letter-spacing: 2.5px;

    color: rgba(255, 255, 255, 0.65);
}

.contact-newsletter-title {
    margin: 0;

    font-family: "Fraunces", serif;
    font-size: clamp(35px, 4vw, 55px);
    line-height: 1;

    color: #ffffff;
}

.contact-newsletter-description {
    max-width: 600px;

    margin: 20px 0 0;

    font-size: 14px;
    line-height: 1.75;

    color: rgba(255, 255, 255, 0.72);
}


/* =========================================================
   NEWSLETTER FORM
========================================================= */

.contact-newsletter-form {
    margin-top: 10px;
}

.contact-newsletter-form .input-group {
    padding: 6px;

    background: #ffffff;

    border-radius: 10px;
}

.contact-newsletter-form input {
    min-height: 48px;

    border: 0 !important;
    box-shadow: none !important;

    padding-left: 15px;

    font-size: 13px;

    color: var(--default-color);
}

.contact-newsletter-form input::placeholder {
    color: #9ca4a6;
}

.contact-newsletter-form button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    padding: 0 20px;

    border: 0;
    border-radius: 7px;

    background: var(--default-color);
    color: #ffffff;

    font-size: 12px;
    font-weight: 600;

    cursor: pointer;

    transition:
        background 0.25s ease,
        transform 0.25s ease;
}

.contact-newsletter-form button:hover {
    background: #4f2c20;
}

.contact-newsletter-form button i {
    font-size: 10px;
}


/* =========================================================
   SUCCESS MODAL
========================================================= */

.contact-success-modal {
    background: var(--bg1);

    border: 1px solid rgba(100, 57, 42, 0.12);

    border-radius: 24px;

    overflow: hidden;

    box-shadow:
        0 25px 70px rgba(100, 57, 42, 0.18);
}

.contact-success-modal .modal-body {
    padding: 45px 35px 40px;
}

.contact-success-icon {
    width: 78px;
    height: 78px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0 auto 22px;

    border-radius: 50%;

    background: var(--default-color);
    color: #ffffff;

    font-size: 30px;

    box-shadow:
        0 12px 30px rgba(100, 57, 42, 0.22);
}

.contact-success-icon i {
    animation: contactSuccessPop 0.45s ease;
}

@keyframes contactSuccessPop {

    0% {
        transform: scale(0.4);
        opacity: 0;
    }

    70% {
        transform: scale(1.15);
    }

    100% {
        transform: scale(1);
        opacity: 1;
    }

}

.contact-success-eyebrow {
    display: inline-block;

    margin-bottom: 8px;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;

    color: var(--default-color);
}

.contact-success-title {
    margin: 0 0 12px;

    font-family: "Fraunces", serif;
    font-size: 31px;
    font-weight: 600;

    color: var(--default-color);
}

.contact-success-text {
    max-width: 400px;

    margin: 0 auto;

    font-size: 14px;
    line-height: 1.7;

    color: #687276;
}

.contact-success-button {
    margin-top: 28px;

    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 14px;

    padding: 13px 24px;

    border: 0;
    border-radius: 9px;

    background: var(--default-color);
    color: #ffffff;

    font-size: 13px;
    font-weight: 600;

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.contact-success-button:hover {
    background: #4f2c20;

    transform: translateY(-2px);

    box-shadow:
        0 10px 25px rgba(100, 57, 42, 0.22);
}

.contact-success-button i {
    font-size: 11px;

    transition: transform 0.25s ease;
}

.contact-success-button:hover i {
    transform: translateX(4px);
}


/* =========================================================
   RESPONSIVE
========================================================= */

@media (max-width: 991px) {

    .contact-page-hero {
        padding: 90px 0 75px;
    }

    .contact-information-section {
        padding: 70px 0;
    }

    .get-touch-section {
        padding: 80px 0;
    }

    .get-touch-content {
        padding: 0;
    }

    .get-touch-form-card {
        padding: 35px;
    }

    .contact-help-section {
        padding: 75px 0;
    }

    .contact-newsletter-section {
        padding: 70px 0;
    }

}


@media (max-width: 767px) {

    .contact-page-hero {
        padding: 75px 0 65px;
    }

    .contact-page-title {
        letter-spacing: -2px;
    }

    .contact-page-description {
        font-size: 14px;
        margin-top: 22px;
    }

    .contact-information-section {
        padding: 60px 0;
    }

    .contact-information-card {
        padding: 28px;
    }

    .get-touch-section {
        padding: 65px 0;
    }

    .get-touch-title {
        font-size: 48px;
    }

    .get-touch-form-card {
        padding: 30px 25px;
    }

    .get-form-title {
        font-size: 30px;
    }

    .contact-help-section {
        padding: 65px 0;
    }

    .contact-newsletter-section {
        padding: 60px 0;
    }

    .contact-newsletter-form {
        margin-top: 30px;
    }

}


@media (max-width: 575px) {

    .contact-page-hero {
        padding: 60px 0 55px;
    }

    .contact-page-eyebrow {
        font-size: 9px;
        letter-spacing: 2px;
    }

    .contact-page-title {
        font-size: 48px;
    }

    .contact-page-description {
        font-size: 13px;
        line-height: 1.7;
    }

    .contact-page-breadcrumb {
        font-size: 9px;
    }

    .contact-information-card {
        padding: 25px;
    }

    .get-touch-section {
        padding: 55px 0;
    }

    .get-touch-title {
        font-size: 43px;
    }

    .get-touch-description {
        font-size: 14px;
    }

    .get-touch-social-wrap {
        align-items: flex-start;
        flex-direction: column;
        gap: 12px;
    }

    .get-touch-form-card {
        padding: 25px 20px;
        border-radius: 18px;
    }

    .get-form-title {
        font-size: 28px;
    }

    .contact-help-title {
        font-size: 40px;
    }

    .contact-newsletter-title {
        font-size: 38px;
    }

    .contact-newsletter-form .input-group {
        flex-direction: column;
        gap: 6px;
        background: transparent;
        padding: 0;
    }

    .contact-newsletter-form input {
        width: 100%;
        border-radius: 8px !important;
        background: #ffffff;
    }

    .contact-newsletter-form button {
        width: 100%;
        min-height: 48px;
        border-radius: 8px;
    }

    .contact-success-modal .modal-body {
        padding: 38px 24px 32px;
    }

    .contact-success-icon {
        width: 68px;
        height: 68px;
        font-size: 25px;
    }

    .contact-success-title {
        font-size: 27px;
    }

    .contact-success-text {
        font-size: 13px;
    }

}/* =========================================================
   NAVBAR DROPDOWN - HOVER
========================================================= */

.navbar_lg .nav-item.dropdown {
    position: relative;
}
/* =========================================================
   MD / TABLET NAVBAR
========================================================= */

#mdNavbar {
    position: relative;
    z-index: 1030;
}

.md-navbar-logo {
    width: 135px;
    height: auto;
}

.md-cart-btn,
.md-menu-btn {
    border: 0 !important;
    box-shadow: none !important;
    padding: 6px 8px !important;
}

.md-cart-btn {
    position: relative;
}

.md-cart-btn #mdLene {
    position: absolute;
    top: 0px;
    right: 0px;
}


/* =========================================================
   MD NAVBAR OFFCANVAS
========================================================= */

.md-navbar-offcanvas {
    width: 320px !important;
    background: var(--bg1) !important;
    border-left: 0 !important;
}

.md-navbar-offcanvas .offcanvas-header {
    padding: 22px 20px 15px;
    border-bottom: 1px solid rgba(100, 57, 42, 0.08);
}

.md-offcanvas-logo {
    width: 125px;
    height: auto;
}

.md-navbar-offcanvas .btn-close {
    box-shadow: none !important;
    opacity: 0.7;
}


/* =========================================================
   NAV LINKS
========================================================= */

.md-mobile-nav {
    width: 100%;
}

.md-mobile-nav-link {
    width: 100%;
    min-height: 52px;

    display: flex;
    align-items: center;
    justify-content: space-between;

    padding: 14px 5px;

    border: 0;
    border-bottom: 1px solid rgba(100, 57, 42, 0.08);

    background: transparent;

    color: var(--default-color) !important;

    text-decoration: none;

    font-size: 15px;
    font-weight: 500;

    transition:
        padding-left 0.25s ease,
        background 0.25s ease;
}

.md-mobile-nav-link:hover {
    padding-left: 10px;
    background: rgba(100, 57, 42, 0.04);
}


/* =========================================================
   DROPDOWN BUTTON
========================================================= */

.md-mobile-dropdown-btn {
    cursor: pointer;
}

.md-mobile-dropdown-btn i {
    font-size: 18px;
    transition: transform 0.25s ease;
}


/* Rotate arrow when open */

.md-mobile-dropdown-btn[aria-expanded="true"] i {
    transform: rotate(180deg);
}


/* =========================================================
   SUB MENU
========================================================= */

.md-mobile-submenu {
    padding: 5px 0 8px 15px;
}

.md-mobile-submenu a {
    display: flex;
    align-items: center;

    min-height: 42px;

    padding: 8px 10px;

    color: var(--default-color);

    text-decoration: none;

    font-size: 14px;
    font-weight: 400;

    border-left: 1px solid rgba(100, 57, 42, 0.12);

    transition:
        padding-left 0.25s ease,
        background 0.25s ease;
}

.md-mobile-submenu a:hover {
    padding-left: 17px;
    background: rgba(100, 57, 42, 0.05);
}


/* =========================================================
   CATEGORY LOADING
========================================================= */

.md-category-loading {
    display: block;
    padding: 10px;
    color: rgba(100, 57, 42, 0.55);
    font-size: 13px;
}


/* =========================================================
   OFFCANVAS BOTTOM
========================================================= */

.md-navbar-bottom {
    margin-top: 35px;
    padding: 18px;

    border-radius: 14px;

    background: rgba(100, 57, 42, 0.05);

    color: var(--default-color);
}

.md-navbar-bottom p {
    margin: 0 0 4px;
    font-size: 14px;
    font-weight: 600;
}

.md-navbar-bottom small {
    font-size: 12px;
    opacity: 0.65;
}


/* =========================================================
   TABLET
========================================================= */



/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 575px) {

    .md-navbar-logo {
        width: 115px;
    }

    .md-navbar-offcanvas {
        width: 85% !important;
    }

}
/* Dropdown default hidden */
.navbar_lg .nav-item.dropdown .dropdown-menu {
    display: block;
    visibility: hidden;
    opacity: 0;

    /* margin-top: 8px !important; */

    transform: translateY(5px);

    pointer-events: none;

    border: 0;
    border-radius: 12px;

  background-color: white !important;

    box-shadow:
        0 15px 40px rgba(100, 57, 42, 0.15);

    transition:
        opacity 0.25s ease,
        transform 0.25s ease,
        visibility 0.25s ease;
}


/* =========================================================
   OPEN ON HOVER
========================================================= */

.navbar_lg .nav-item.dropdown:hover .dropdown-menu {
    visibility: visible;
    opacity: 1;

    transform: translateY(0);

    pointer-events: auto;
}


/* =========================================================
   NAV LINK
========================================================= */

.navbar_lg .nav-item.dropdown .nav-link {
    cursor: pointer;
}


/* =========================================================
   DROPDOWN ITEMS
========================================================= */

.navbar_lg .nav-item.dropdown .dropdown-item {
    padding: 10px 18px;



    background: transparent;

    transition:
        background 0.25s ease,
        color 0.25s ease,
        padding-left 0.25s ease;
}


/* Hover item */

.navbar_lg .nav-item.dropdown .dropdown-item:hover {
    background: rgba(100, 57, 42, 0.07);

    color: var(--default-color);

    padding-left: 23px;
}


/* First item */

.navbar_lg .nav-item.dropdown .dropdown-menu li:first-child .dropdown-item {
    border-radius: 12px 12px 0 0;
}


/* Last item */

.navbar_lg .nav-item.dropdown .dropdown-menu li:last-child .dropdown-item {
    border-radius: 0 0 12px 12px;
}


/* =========================================================
   REMOVE BOOTSTRAP ARROW IF YOU WANT CLEAN LOOK
========================================================= */

.navbar_lg .nav-item.dropdown .dropdown-toggle::after {
    margin-left: 7px;

    vertical-align: 2px;

    transition: transform 0.25s ease;
}


/* Arrow rotate */

.navbar_lg .nav-item.dropdown:hover .dropdown-toggle::after {
    transform: rotate(180deg);
}


/* =========================================================
   MOBILE
   Keep Bootstrap's normal click behavior on mobile
========================================================= */

@media (max-width: 991px) {

    .navbar_lg .nav-item.dropdown .dropdown-menu {
        display: none;

        visibility: visible;
        opacity: 1;

        transform: none;

        pointer-events: auto;

        margin-top: 0;

        box-shadow: none;
    }

    .navbar_lg .nav-item.dropdown:hover .dropdown-menu {
        display: none;
    }

    .navbar_lg .nav-item.dropdown.show .dropdown-menu {
        display: block;
    }

}