:root {
  --primary-color: #071E63;
  --secondary-color: #e9eee6;
  --secondary-color2: #E2E8FA;
  --secondary-color3: #687189;
  --secondary-color4: #1D1D1D;
  --secondary-color5: #242424;
  --secondary-color6: #606060;
  --bs-white: #fff;
  --bs-dark: #000;
  --bodyFont: 'lufga-regular';
  --headingFont: 'lufga-regular';
}

@font-face {
  font-family: 'lufga-regular';
  src: url(../font/LufgaRegular.ttf);
}

.text-secondary {
  color: var(--secondary4-color) !important;
}

.relative,
body,
html {
  position: relative;
}

body,
ul {
  margin: 0;
  padding: 0;
}

html {
  max-width: 100%;
  overflow-y: scroll;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  font-weight: normal;
  line-height: 1.6 !important;
  font-size: 16px;
  font-weight: normal;
  font-family: var(--bodyFont);
  color: var(--secondary-color6);
  background: var(--bs-white);
  position: relative;
  z-index: 0;
  /* overflow-y: hidden;
  overflow-x: hidden; */
  min-height: 100%;
}

html {
  height: 100%;
}

ul {
  list-style: none;
}

.btn,
a,
button {
  display: inline-block;
  outline: 0 !important;
  box-shadow: none !important;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}

.btn,
a,
a:focus,
a:hover,
button {
  text-decoration: none;
  outline-style: none;
}

.btn {
  width: auto;
  text-align: center;
  text-transform: uppercase;
  padding: 0 25px;
  font-size: 15px;
  border-radius: 0;
  display: block;
  line-height: 57px;
  height: 57px;
  font-family: "TT Norms Pro";
  font-weight: 500;
  border-width: 2px;
  background: #faf7f0;
  color: #425d40;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
}

.btn:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--bs-white);
}

p {
  margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  line-height: 1.2;
  font-family: var(--headingFont);
  font-weight: bold;
}

h1 {
  font-size: 44px;
  color: var(--bs-dark);
}

h2 {
  font-size: 36px;
  font-weight: 700;
  color: #000;
}

h6 {
  font-size: 18px;
}







.p-v-75 {
  padding: 75px 0;
}

header {
  /* padding: 10px 0; */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  /* mix-blend-mode: screen; */
}

/* header.fixed .h_left,
header.fixed .r_left {
  background: rgba(0, 0, 0, 0.4);
} */
header.fixed {
  /* background: rgba(255, 255, 255, 0.6); */
  background: #E9EEE6;
  padding: 10px;
  /* backdrop-filter: blur(5px); */
}

.sideNav {
  width: 270px;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  border-right: #e0e0e0 1px solid;
  background: var(--bs-white);
  padding: 34px 0;
}

.logo {
  width: 100%;
}

.logo a {
  width: 100%;
  text-align: center;
}

.logo img {
  height: 66px;
  margin: 0 auto;
  object-fit: contain;
}

footer .logo {
  width: 100%;
  margin-bottom: 47px;
}

footer .logo a {
  width: auto;
}

footer .logo img {
  height: 41.5px;
  margin: 0;
  object-fit: contain;
}

header.fixed .logo {
  /* background: rgba(0, 0, 0, 0.4); */
  /* backdrop-filter: blur(2px); */
}

header.fixed .h_left ul a {
  color: var(--primary-color);
}

.h_left,
.r_left {
  width: 33.33%;
  flex: 0 0 33.33%;
  position: relative;
  min-height: 39px;
  font-family: "TT Norms Pro Compact";
  font-weight: 500;
  text-transform: uppercase;
}

/* navbar */
header {
  background-color: var(--secondary-color);
  padding: 30px 0;
}

.collapse.navbar-collapse {
  flex-direction: column;
  align-items: end;
}

.nav-item .nav-link {
  font-size: 15px;
  color: var(--bs-dark);
  padding: 12px;
}

header form {
  background-color: var(--bs-white);
  border-radius: 93px;
  max-width: 603px;
  width: 100%;
  padding: 5px;
  margin-right: 9px;

  .form-control {
    border: 0;
    background-color: transparent;
    max-height: 48px;

    &::placeholder {
      font-size: 14px;
      font-family: var(--bodyFont);
    }

    &:focus {
      box-shadow: none;
    }
  }
}

.custom_navbar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.user_options {
  display: flex;
  justify-content: end;
  align-items: center;
  padding-bottom: 24px;
}

.btn {
  background-color: var(--primary-color);
  border-radius: 93px;
  color: var(--bs-white);
  font-size: 13px;
  text-transform: capitalize;
  max-height: 48px;
  height: 100%;
  padding: 10px 18px;
  line-height: normal;
  font-family: var(--bodyFont);
}

.headerIcon {
  margin-left: 10px;
}

/* banner sec */
.hero_banner {
  background-color: var(--secondary-color);
}

.left_banner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;

  .hero-image {
    max-width: 584px;
    max-height: 458px;
  }
}

.productImage_hero,
.productPrice_round {
  position: absolute;
}

.mug {
  max-width: 192px;
  max-height: 180px;
  top: -70px;
  right: 19%;
}

.bottle {
  max-width: 97px;
  max-height: 323px;
  top: 0;
  right: 0;
}

.custom_btn {
  background-color: var(--bs-white);
  color: var(--bs-dark);
  padding: 16px 55px;
  border-radius: 93px;
  font-size: 15px;
  font-weight: 500;
}

.productPrice_round {
  background-color: #F4F8F2;
  width: 140px;
  height: 140px;
  padding: 40px 10px;
  border-radius: 50%;
  color: var(--bs-dark);
  text-align: center;

  h6 {
    font-weight: 700;
    font-size: 30px;
  }

  p {
    margin-bottom: 0;
    font-size: 17px;
  }
}

.mug-price {
  top: -65px;
  right: 47%;
}

.bottle-price {
  top: 60px;
  left: 0;
}

/* footer */
footer {
  background-color: var(--secondary-color4);
  padding-top: 44px;
}

.footerBottom {
  background-color: var(--secondary-color5);
  text-align: center;
  padding: 18px 0;
  margin-top: 65px;

  p,
  a {
    color: #848484;
  }

}

footer h5 {
  font-size: 17px;
  font-weight: 700;
  margin-bottom: 10px;
  color: var(--bs-white);
}

footer li {
  padding: 6px 0;
}

footer li a {
  font-size: 15px;
  color: var(--bs-white);
  font-weight: 400;

  &:hover {
    color: var(--secondary-color3);
  }
}






/* =========================categories===================== */
.categories {
  padding: 60px 0 60px 0;
}

.categories h2 {
  margin-bottom: 40px;
}

.categories .inner-content h6 {
  color: #000;
  font-weight: 600;
}

.categories .inner-content {
  gap: 10px;
  background-color: #E2E8FA;
  /* padding: 25px 100px; */
  border-radius: 11px;
}

/* indranil */
.product_details {
  padding: 45px 0 61px;

  h1 {
    font-size: 36px;
    color: #191818;
    font-weight: 500;
    margin-bottom: 12px;
  }

  p {
    font-size: 20px;
    font-weight: 500;
    color: #817777;
  }

  b {
    font-size: 28px;
    font-weight: 700;
    color: #292929;
  }
}

.product_details label {
  font-size: 22px;
  font-weight: 700;
  color: var(--bs-dark);
  /* margin-top: 30px; */
}

.form-select {
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #C3C3C3;
  padding: 6px 0;

  &:focus {
    box-shadow: none;
    border: 0;
  }
}

.product_btn_group {
  margin-top: 80px;
  display: flex;
  gap: 28px;
  /* justify-content: space-between; */
}

.product-btn {
  /* width: 369px; */
  width: 100%;
  height: 50px;
  font-size: 18px;
}

.quantity {
  border: 1px solid #D0D0D0;
  display: inline-block;
  border-radius: 26px;
  /* width: max-content; */
  width: 136px;
  display: flex;
  height: 50px;
}

.qty-btn {
  background-color: transparent;
  border: none;
  padding: 8px 14px;
  font-size: 32px;
  line-height: 1;
  cursor: pointer;
  color: #A1A1A1;
}

.qty-input {
  border: 0;
  width: 40px;
  text-align: center;
  /* height: 50px; */

  &:focus-visible {
    outline: 0;
  }

  &::placeholder {
    font-size: 18px;
  }
}

.cart-btn {
  width: 100%;
  font-size: 18px;
  margin-top: 20px;
  background-color: transparent;
  border: 1.3px solid #1B3042;
  color: var(--bs-dark);
}


.product_details .swiper {
  width: 100%;
  height: 500px;
  margin-left: auto;
  margin-right: auto;
}

.product_details .swiper-slide {
  background-size: cover;
  background-position: center;
  border: 1px solid #CFCFCF;
  border-radius: 11px;
}

/* .details .mySwiper2 {
  height: 80%;
  width: 100%;
} */
.product_details .mySwiper {
  height: auto;
  box-sizing: border-box;
  /* padding: 10px 0; */
  padding: 20px 0 0;
}

.product_details .mySwiper .swiper-slide {
  width: 25%;
  height: 100%;
  opacity: 0.4;
}

.product_details .mySwiper .swiper-slide-thumb-active {
  opacity: 1;
}

.product_details .swiper-slide img {
  width: 100%;
}

.product_details .swiper.mySwiper2 {
  border: 1px solid #CFCFCF;
  border-radius: 11px;

  .swiper-slide {
    border: 0;
  }
}

.description {
  padding: 4px 0 74px;
}

.description .nav-tabs {
  background-color: #F5F6F8;
  align-items: center;
  height: 50px;
  margin-bottom: 28px;
  border: 0;
}

.description .nav-tabs .active,
.description .nav-tabs .nav-link:hover {
  border: 1px solid #071E63;
  border-radius: 7px;
  background-color: #F5F6F8;
  height: 64px;
  padding: 22px 10px;
  position: relative;
  margin-bottom: -19px;
  margin-top: -19px;
}

.description .tab_content p {
  margin-bottom: 12px;
}

.shop_list {
  padding: 70px 0;
}

.short_text {
  color: var(--bs-dark);
  font-size: 18px;
}

.shorting_btn {
  background-color: transparent;
  border: 1px solid #D0D0D0;
  color: #817777;
}

.mb38 {
  margin-bottom: 38px;
}


.bestsellers .bestsellers-wrapper .image-wrapper {
  border: 1px solid #CFCFCF;
  border-radius: 11px;
  text-align: center;
  padding: 40px 10px;
  position: relative;
}

.bestsellers .bestsellers-wrapper .image-wrapper .position-icon-1 {
  width: 34px;
  height: 34px;
  border-radius: 50px;
  background-color: #071E63;
  display: flex;
  align-items: center;
  justify-content: center;
}

.bestsellers .bestsellers-wrapper .image-wrapper .position-icon-1 i {
  color: #fff;
  font-weight: 600;
}




/* sonali 04-02-2026 */
.hero_banner {
  position: relative;
  z-index: 1;
  padding-top: 50px;
}

.hero_banner_content p {
  font-size: 20px;
  line-height: 30px;
  color: var(--bs-dark);
  margin-top: 5px;
  margin-bottom: 26px;
}

.hero_banner_content .custom_btn {
  padding: 14px 55.4px;
  margin-bottom: 16px;
}

.banner_product_img {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: center;
  height: 202px;
  margin-bottom: 87px;
}

.banner_product_img.one img {
  width: 160px;
  height: 160px;
}

.banner_product_img.two img {
  width: 131px;
  height: 165px;
}

.banner_product_img::after {
  position: absolute;
  content: '';
  z-index: -1;
  height: 135px;
  width: 196px;
  border-radius: 67px;
  background: #FFFFFF;
  left: 0;
  bottom: 0;
}

.hero_banner_shape {
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 0;
  width: 100%;
}

.hero_banner_human {
  margin-left: 4rem;
}

.mug-price {
  top: -30%;
}

.categories h2,
.bestsellers h2,
.new_arrival h2,
.latest h2 {
  margin-bottom: 50px;
}

.our_categories .swiper {
  width: 100%;
}

.our_categories .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.categories .inner-content {
  gap: 10px;
  min-width: 309px;
  min-height: 110px;
  text-align: center;
  justify-content: center;
}

.inner-content img {
  width: 40px;
  height: 40px;
  object-fit: contain;
}

.categories .row,
.bestsellers .row,
.latest .row,
.new_arrival .row {
  position: relative;
}

.categories .swiper-button-next,
.categories .swiper-button-prev,
.bestsellers .swiper-button-next,
.bestsellers .swiper-button-prev,
.latest .swiper-button-next,
.latest .swiper-button-prev,
.new_arrival .swiper-button-next,
.new_arrival .swiper-button-prev {
  top: 30px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  border: 1px solid #000000;
}

.categories .swiper-button-prev,
.bestsellers .swiper-button-prev,
.latest .swiper-button-prev,
.new_arrival .swiper-button-prev {
  left: auto;
  right: 55px;
}

.categories .swiper-navigation-icon,
.bestsellers .swiper-navigation-icon,
.latest .swiper-navigation-icon,
.new_arrival .swiper-navigation-icon {
  height: 12px;
  color: #000;
}

.bestsellers .swiper,
.latest .swiper,
.new_arrival .swiper {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.bestsellers .swiper-slide,
.latest .swiper-slide,
.new_arrival .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* height: calc((964 - 70px) / 2) !important; */
  display: flex;
  justify-content: center;
  align-items: center;
}

.bestsellers .swiper-wrapper,
.latest .swiper-wrapper,
.new_arrival .swiper-wrapper {
  max-height: 900px;
}

.bestsellers_wrapper .image-wrapper,
.latest_bestsellers_wrapper .image-wrapper {
  border: 1px solid #CFCFCF;
  height: 335px;
  border-radius: 11px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 15px;
}

.bestsellers_wrapper .image-wrapper img,
.latest_bestsellers_wrapper .image-wrapper img {
  width: 100%;
  max-width: 80%;
}

.product_side_icon {
  position: absolute;
  top: 16px;
  right: 16px;
  display: flex;
  flex-direction: column;
  gap: 11px;
}

.product_side_icon_item {
  height: 33px;
  width: 33px;
  border-radius: 50%;
  border: 1px solid #CFCDCD;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #071E63;
}

.product_side_icon_item:hover {
  background-color: #071E63;
  color: #fff;
  border-color: #071E63;
}

.bestsellers .content-wrappere,
.latest .content-wrappere,
.new_arrival .content-wrappere {
  width: 100%;
}

.bestsellers_title {
  text-align: left;
  margin-top: 14px;
  margin-bottom: 15px;
}

.bestsellers_title h5 {
  font-size: 18px;
  line-height: 35px;
  color: var(--bs-dark);
  font-weight: 400;
}

.bestsellers_title .price {
  color: #687189;
  font-size: 24px;
  line-height: 35px;
  font-weight: 500;
}

.latest {
  padding: 50px 0;
}

.new_arrival {
  padding-bottom: 50px;
}

#myTab .nav-link {
  color: #929292;
  font-weight: 600;
  font-size: 18px;
  line-height: 28px;
}

#myTab .nav-link:hover,
#myTab .nav-link.active {
  color: #191818;
}

#myTabContent p {
  margin-bottom: 1.4rem;
}

#myTabContent p:last-child {
  margin-bottom: 0;
}

.size_color_row {
  margin-top: 40px;
}

.product_details .swiper-slide .productImg {
  height: 194px;
  width: 197px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.product_details .swiper-slide .productImg img {
  max-width: 80%;
}

.product_details .swiper.mySwiper2 {
  height: 636px;
}

.productBan_img {
  min-height: 636px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.productBan_img img {
  max-width: 80%;
}


/* =====================================================================
   INNER PAGES (About / Contact / FAQ) — webart 03-06-2026
   Reuses design tokens: --primary-color, --secondary-color, Lufga,
   11px card radius, #CFCFCF borders, pill buttons.
   ===================================================================== */

/* ---------- shared section spacing & titles ---------- */
.section_pad {
  padding: 80px 0; overflow: hidden;
}

/* section spacing / background helpers (avoid inline styles) */
.section_pad.no_top {
  padding-top: 0;
}

.bg_light {
  background-color: var(--bs-white);
}

.bg_sage {
  background-color: var(--secondary-color);
}

.section_head {
  margin-bottom: 50px;
}

.section_head .eyebrow {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--primary-color);
  background-color: var(--secondary-color2);
  padding: 7px 18px;
  border-radius: 93px;
  margin-bottom: 18px;
}

.section_head h2 {
  margin-bottom: 16px;
}

.section_head p {
  font-size: 17px;
  line-height: 1.7;
  color: var(--secondary-color6);
  max-width: 640px;
}

.section_head.text-center p {
  margin-left: auto;
  margin-right: auto;
}

/* ---------- page banner + breadcrumb ---------- */
.page_banner {
  background-color: #F1F1F1;
  /* extra top padding clears the fixed header on large screens
     where `main` has no padding-top (matches index.html behaviour) */
  padding: 190px 0 70px;
  text-align: center;
  position: relative;
  overflow: hidden;
}
textarea {resize: none !important;}

.page_banner h1 {
  font-size: 44px;
  color: var(--bs-dark);
  margin-bottom: 14px;
}

.page_banner p {
  font-size: 18px;
  color: var(--secondary-color6);
  max-width: 620px;
  margin: 0 auto;
}

.breadcrumb_custom {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 22px;
}

.breadcrumb_custom a,
.breadcrumb_custom span {
  font-size: 15px;
  color: var(--secondary-color3);
  font-weight: 500;
}

.breadcrumb_custom a:hover {
  color: var(--primary-color);
}

.breadcrumb_custom .sep {
  color: var(--secondary-color3);
  font-size: 12px;
}

.breadcrumb_custom .current {
  color: var(--primary-color);
  font-weight: 600;
}

/* ---------- generic ghost/pill CTA button (matches .custom_btn family) ---------- */
.pill_btn {
  background-color: var(--primary-color);
  color: var(--bs-white);
  padding: 14px 40px;
  border-radius: 93px;
  font-size: 15px;
  font-weight: 500;
}

.pill_btn:hover {
  background-color: var(--primary-color);
  color: white;
}

.pill_btn.outline {
  background-color: transparent;
  border: 1.5px solid var(--primary-color);
  color: var(--primary-color);
}

.pill_btn.outline:hover {
  background-color: var(--primary-color);
  color: var(--bs-white);
}

/* ---------- intro / two-column content ---------- */
.intro_img {
  border-radius: 11px;
  overflow: hidden;
  height: 100%;
}

.intro_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 11px;
}

.intro_content p {
  font-size: 17px;
  line-height: 1.8;
  color: var(--secondary-color6);
  margin-bottom: 18px;
}

.intro_content p:last-child {
  margin-bottom: 0;
}

/* ---------- mission / vision cards ---------- */
.mv_card {
  border: 1px solid #CFCFCF;
  border-radius: 11px;
  padding: 40px 35px;
  height: 100%;
  background-color: var(--bs-white);
  transition: 0.3s ease-in-out;
}

.mv_card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 18px 40px rgba(7, 30, 99, 0.08);
}

.mv_card .mv_icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

.mv_card .mv_icon i {
  font-size: 26px;
  color: var(--primary-color);
}

.mv_card h4 {
  font-size: 22px;
  font-weight: 700;
  color: var(--bs-dark);
  margin-bottom: 12px;
}

.mv_card p {
  font-size: 16px;
  line-height: 1.7;
  color: var(--secondary-color6);
}

/* ---------- why-choose-us icon cards ---------- */
.feature_card {
  border: 1px solid #CFCFCF;
  border-radius: 11px;
  padding: 36px 28px;
  height: 100%;
  text-align: center;
  background-color: var(--bs-white);
  transition: 0.3s ease-in-out;
}

.feature_card:hover {
  border-color: var(--primary-color);
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(7, 30, 99, 0.08);
}

.feature_card .feature_icon {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  background-color: var(--secondary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
  transition: 0.3s ease-in-out;
}

.feature_card:hover .feature_icon {
  background-color: var(--primary-color);
}

.feature_card .feature_icon i {
  font-size: 28px;
  color: var(--primary-color);
  transition: 0.3s ease-in-out;
}

.feature_card:hover .feature_icon i {
  color: var(--bs-white);
}

.feature_card h5 {
  font-size: 19px;
  font-weight: 700;
  color: var(--bs-dark);
  margin-bottom: 12px;
}

.feature_card p {
  font-size: 15px;
  line-height: 1.7;
  color: var(--secondary-color6);
}

/* ---------- stats / team strip ---------- */
.stats_section {
  background-color: var(--secondary-color);
}

.stat_item {
  text-align: center;
  padding: 20px 10px;
}

.stat_item h3 {
  font-size: 48px;
  font-weight: 700;
  color: var(--primary-color);
  line-height: 1;
  margin-bottom: 10px;
}

.stat_item p {
  font-size: 16px;
  color: var(--secondary-color6);
  font-weight: 500;
}

/* ---------- team cards ---------- */
.team_card {
  border: 1px solid #CFCFCF;
  border-radius: 11px;
  overflow: hidden;
  background-color: var(--bs-white);
  text-align: center;
  transition: 0.3s ease-in-out;
}

.team_card:hover {
  border-color: var(--primary-color);
  box-shadow: 0 18px 40px rgba(7, 30, 99, 0.08);
}

.team_card .team_img {
  height: 280px;
  overflow: hidden;
  background-color: var(--secondary-color);
}

.team_card .team_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.team_card .team_avatar {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  background-color: var(--secondary-color2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 38px auto 6px;
  transition: 0.3s ease-in-out;
}

.team_card:hover .team_avatar {
  background-color: var(--primary-color);
}

.team_card .team_avatar span {
  font-size: 30px;
  font-weight: 700;
  color: var(--primary-color);
  transition: 0.3s ease-in-out;
}

.team_card:hover .team_avatar span {
  color: var(--bs-white);
}

.team_card .team_body {
  padding: 14px 18px 30px;
}

.team_card h5 {
  font-size: 19px;
  font-weight: 700;
  color: var(--bs-dark);
  margin-bottom: 4px;
}

.team_card span {
  font-size: 14px;
  color: var(--secondary-color3);
}

/* ---------- CTA section (shared across pages) ---------- */
.cta_section {
  background-color: var(--primary-color);
  border-radius: 18px;
  padding: 60px 40px;
  text-align: center;
}

.cta_section h2 {
  color: var(--bs-white);
  margin-bottom: 16px;
}

.cta_section p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 17px;
  max-width: 600px;
  margin: 0 auto 30px;
}

.cta_section .custom_btn {
  background-color: var(--bs-white);
  color: var(--primary-color);
}

.cta_section .custom_btn:hover {
  background-color: var(--secondary-color2);
  color: var(--primary-color);
}

.cta_btn_group {
  display: flex;
  gap: 16px;
  justify-content: center;
  flex-wrap: wrap;
}

.cta_section .pill_btn.ghost {
  background-color: transparent;
  border: 1.5px solid rgba(255, 255, 255, 0.6);
  color: var(--bs-white);
}

.cta_section .pill_btn.ghost:hover {
  background-color: var(--bs-white);
  color: var(--primary-color);
  border-color: var(--bs-white);
}

/* ---------- contact info cards ---------- */
.contact_info_card {
  border: 1px solid #CFCFCF;
  border-radius: 11px;
  padding: 34px 26px;
  height: 100%;
  text-align: center;
  background-color: var(--bs-white);
  transition: 0.3s ease-in-out;
}

.contact_info_card:hover {
  border-color: var(--primary-color);
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(7, 30, 99, 0.08);
}

.contact_info_card .ci_icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background-color: var(--secondary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.contact_info_card .ci_icon i {
  font-size: 24px;
  color: var(--primary-color);
}

.contact_info_card h5 {
  font-size: 18px;
  font-weight: 700;
  color: var(--bs-dark);
  margin-bottom: 10px;
}

.contact_info_card p,
.contact_info_card a {
  font-size: 15px;
  color: var(--secondary-color6);
  line-height: 1.7;
  display: block;
}

.contact_info_card a:hover {
  color: var(--primary-color);
}

/* ---------- contact form ---------- */
.contact_form_wrap {
  border: 1px solid #CFCFCF;
  border-radius: 11px;
  padding: 45px 40px;
  background-color: var(--bs-white);
  height: 100%;
}

.contact_form_wrap h3 {
  font-size: 26px;
  font-weight: 700;
  color: var(--bs-dark);
  margin-bottom: 28px;
}

.form_field {
  margin-bottom: 22px;
}

.form_field label {
  display: block;
  font-size: 15px;
  font-weight: 600;
  color: var(--bs-dark);
  margin-bottom: 8px;
}

.form_field .form-control {
  border: 1px solid #D0D0D0;
  border-radius: 11px;
  padding: 13px 18px;
  font-size: 15px;
  color: var(--secondary-color6);
  background-color: var(--bs-white);
  width: 100%;
}

.form_field .form-control::placeholder {
  color: #a7a7a7;
  font-size: 14px;
}

.form_field .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}

.form_field textarea.form-control {
  min-height: 140px;
  resize: vertical;
}

.contact_form_wrap .pill_btn {
  border: none;
  width: 100%;
  cursor: pointer;
}

/* ---------- map embed ---------- */
.map_embed {
  border-radius: 11px;
  overflow: hidden;
  border: 1px solid #CFCFCF;
  height: 100%;
  min-height: 420px;
}

.map_embed iframe,
.map_embed .map_placeholder {
  width: 100%;
  height: 100%;
  min-height: 420px;
  border: 0;
  display: block;
}

.map_placeholder {
  background-color: var(--secondary-color);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  color: var(--primary-color);
}

.map_placeholder i {
  font-size: 46px;
  margin-bottom: 14px;
}

.map_placeholder p {
  font-size: 16px;
  font-weight: 600;
}

/* ---------- business hours ---------- */
.hours_card {
  border: 1px solid #CFCFCF;
  border-radius: 11px;
  padding: 40px 38px;
  background-color: var(--bs-white);
  height: 100%;
}

.hours_card h3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--bs-dark);
  margin-bottom: 26px;
}

.hours_list li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 0;
  border-bottom: 1px solid #ECECEC;
  font-size: 16px;
}

.hours_list li:last-child {
  border-bottom: 0;
}

.hours_list .day {
  font-weight: 600;
  color: var(--bs-dark);
}

.hours_list .time {
  color: var(--secondary-color6);
}

.hours_list .time.closed {
  color: #c0392b;
  font-weight: 600;
}

/* ---------- FAQ accordion (Bootstrap 5 override) ---------- */
.faq_categories {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
  margin-bottom: 45px;
}

.faq_filter_btn {
  background-color: var(--bs-white);
  border: 1px solid #CFCFCF;
  color: var(--secondary-color6);
  border-radius: 93px;
  padding: 9px 24px;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}

.faq_filter_btn.active,
.faq_filter_btn:hover {
  background-color: var(--primary-color);
  border-color: var(--primary-color);
  color: var(--bs-white);
}

.faq_search {
  max-width: 620px;
  margin: 0 auto 45px;
  position: relative;
}

.faq_search .form-control {
  border: 1px solid #D0D0D0;
  border-radius: 93px;
  padding: 15px 55px 15px 24px;
  font-size: 15px;
  width: 100%;
}

.faq_search .form-control:focus {
  border-color: var(--primary-color);
  box-shadow: none;
}

.faq_search i {
  position: absolute;
  right: 24px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--primary-color);
  font-size: 18px;
}

.faq_group_title {
  font-size: 22px;
  font-weight: 700;
  color: var(--bs-dark);
  margin: 0 0 22px;
}

.faq_accordion .accordion-item {
  border: 1px solid #CFCFCF;
  border-radius: 11px !important;
  margin-bottom: 16px;
  overflow: hidden;
  background-color: var(--bs-white);
}

.faq_accordion .accordion-button {
  font-family: var(--bodyFont);
  font-size: 17px;
  font-weight: 600;
  color: var(--bs-dark);
  background-color: var(--bs-white);
  padding: 22px 24px;
  box-shadow: none !important;
}

.faq_accordion .accordion-button:not(.collapsed) {
  background-color: var(--secondary-color);
  color: var(--primary-color);
}

.faq_accordion .accordion-button:focus {
  box-shadow: none;
  border-color: transparent;
}

.faq_accordion .accordion-button::after {
  background-image: none;
  content: "\F64D";
  font-family: "bootstrap-icons";
  font-size: 14px;
  width: auto;
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  transition: transform 0.3s ease-in-out;
}

.faq_accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
}

.faq_accordion .accordion-body {
  padding: 6px 24px 24px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--secondary-color6);
}

.faq_no_results {
  display: none;
}

/* ---------- support / contact CTA (light variant for FAQ) ---------- */
.support_box {
  background-color: var(--secondary-color);
  border-radius: 18px;
  padding: 55px 40px;
  text-align: center;
}

.support_box .support_icon {
  width: 76px;
  height: 76px;
  border-radius: 50%;
  background-color: var(--bs-white);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 22px;
}

.support_box .support_icon i {
  font-size: 32px;
  color: var(--primary-color);
}

.support_box h2 {
  margin-bottom: 14px;
}

.support_box p {
  font-size: 17px;
  color: var(--secondary-color6);
  max-width: 560px;
  margin: 0 auto 28px;
}

/* =====================================================================
   BUTTON HOVER INTERACTIONS — webart 03-06-2026
   Site-wide, premium & consistent hover/focus/active states for every
   button family (.btn, .custom_btn, .pill_btn, .product-btn, .cart-btn,
   .shorting_btn, .qty-btn, .faq_filter_btn, .product_side_icon_item).
   Uses existing design tokens + a shared easing curve. Subtle lift +
   brand-tinted shadow on hover, a tactile press on :active. Honours
   reduced-motion and disabled states. Layered on top of existing rules.
   ===================================================================== */

/* Shared, smoother easing + properties for all interactive buttons.
   These selectors already inherit a 0.3s transition; here we refine the
   curve and ensure transform/box-shadow are explicitly animated. */
.btn,
.custom_btn,
.pill_btn,
.product-btn,
.cart-btn,
.shorting_btn,
.qty-btn,
.faq_filter_btn,
.product_side_icon_item {
  transition: background-color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1),
              color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1),
              border-color 0.3s cubic-bezier(0.22, 0.61, 0.36, 1),
              box-shadow 0.3s cubic-bezier(0.22, 0.61, 0.36, 1),
              transform 0.3s cubic-bezier(0.22, 0.61, 0.36, 1) !important;
  will-change: transform;
}

/* ---------- base pill button (.btn — primary, used site-wide) ---------- */
.btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(7, 30, 99, 0.22);
}

.btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(7, 30, 99, 0.18);
}

/* ---------- white hero / CTA pill (.custom_btn) ---------- */
.custom_btn:hover {
  background-color: var(--primary-color);
  color: var(--bs-white);
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(7, 30, 99, 0.2);
}

.custom_btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(7, 30, 99, 0.16);
}

/* keep the CTA-section variants (white-on-blue) lifting too */
.cta_section .custom_btn:hover {
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.18);
}

/* ---------- inner-page pill CTA + variants (.pill_btn) ---------- */
.pill_btn:hover,
.pill_btn.outline:hover,
.cta_section .pill_btn.ghost:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(7, 30, 99, 0.18);
}

.pill_btn:active,
.pill_btn.outline:active,
.cta_section .pill_btn.ghost:active {
  transform: translateY(0);
  box-shadow: 0 4px 12px rgba(7, 30, 99, 0.14);
}

/* ---------- product page: add-to-cart / primary product buttons ---------- */
.product-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(7, 30, 99, 0.22);
}

.product-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(7, 30, 99, 0.18);
}

/* outline "add to cart" — fill on hover, consistent with .btn:hover token */
.cart-btn:hover {
  background-color: var(--primary-color) !important;
  border-color: var(--primary-color) !important;
  color: var(--bs-white);
  transform: translateY(-2px);
  box-shadow: 0 10px 24px rgba(7, 30, 99, 0.2);
}

.cart-btn:hover svg,
.cart-btn:hover path {
  stroke: var(--bs-white);
  fill: var(--bs-white);
}

.cart-btn:active {
  transform: translateY(0);
  box-shadow: 0 4px 10px rgba(7, 30, 99, 0.16);
}

/* ---------- shop-list sorting button (ghost outline) ---------- */
.shorting_btn:hover {
  border-color: var(--primary-color);
  color: var(--primary-color);
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(7, 30, 99, 0.12);
}

.shorting_btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(7, 30, 99, 0.1);
}

/* ---------- quantity +/- buttons (subtle, no lift — inline control) ---------- */
.qty-btn:hover {
  color: var(--primary-color);
}

.qty-btn:active {
  transform: scale(0.9);
}

/* ---------- FAQ category filter pills ---------- */
.faq_filter_btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(7, 30, 99, 0.16);
}

.faq_filter_btn:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(7, 30, 99, 0.12);
}

/* ---------- circular product side icons (wishlist / quick view) ---------- */
.product_side_icon_item:hover {
  transform: translateY(-2px) scale(1.05);
  box-shadow: 0 6px 16px rgba(7, 30, 99, 0.22);
}

.product_side_icon_item:active {
  transform: translateY(0) scale(0.96);
}

/* ---------- keyboard focus visibility (accessibility) ---------- */
.btn:focus-visible,
.custom_btn:focus-visible,
.pill_btn:focus-visible,
.product-btn:focus-visible,
.cart-btn:focus-visible,
.shorting_btn:focus-visible,
.faq_filter_btn:focus-visible,
.product_side_icon_item:focus-visible {
  outline: 2px solid var(--primary-color);
  outline-offset: 3px;
}

/* ---------- disabled buttons get no hover motion ---------- */
.btn:disabled,
.btn.disabled,
button:disabled,
.product-btn:disabled,
.cart-btn:disabled {
  transform: none !important;
  box-shadow: none !important;
  cursor: not-allowed;
  opacity: 0.6;
}

/* ---------- respect users who prefer reduced motion ---------- */
@media (prefers-reduced-motion: reduce) {

  .btn,
  .custom_btn,
  .pill_btn,
  .product-btn,
  .cart-btn,
  .shorting_btn,
  .qty-btn,
  .faq_filter_btn,
  .product_side_icon_item {
    transition: background-color 0.2s ease, color 0.2s ease,
                border-color 0.2s ease, box-shadow 0.2s ease !important;
  }

  .btn:hover,
  .custom_btn:hover,
  .pill_btn:hover,
  .pill_btn.outline:hover,
  .product-btn:hover,
  .cart-btn:hover,
  .shorting_btn:hover,
  .faq_filter_btn:hover,
  .product_side_icon_item:hover,
  .btn:active,
  .custom_btn:active,
  .pill_btn:active,
  .product-btn:active,
  .cart-btn:active,
  .shorting_btn:active,
  .faq_filter_btn:active,
  .product_side_icon_item:active,
  .qty-btn:active {
    transform: none !important;
  }
}

/* =====================================================================
   TERMS & CONDITIONS PAGE
   All content styles are scoped under the single parent class
   `.terms_page` so headings, sub-headings, p, ul and ol stay
   structured, reusable and isolated from the rest of the site.
   ===================================================================== */

.terms_page {
  background-color: var(--bs-white);
}

/* ---- intro meta row ---- */
.terms_page .terms_meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 12px;
  padding-bottom: 22px;
  margin-bottom: 36px;
  border-bottom: 1px solid #e7e9ef;
}

.terms_page .terms_eyebrow {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: var(--primary-color);
  background-color: var(--secondary-color2);
  padding: 7px 18px;
  border-radius: 93px;
}

.terms_page .terms_updated {
  font-size: 14px;
  color: var(--secondary-color3);
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.terms_page .terms_updated i {
  color: var(--primary-color);
}

/* ---- table of contents ---- */
.terms_page .terms_toc {
  background-color: var(--secondary-color);
  border: 1px solid #dfe6da;
  border-radius: 16px;
  padding: 28px 32px;
  margin-bottom: 50px;
}

.terms_page .terms_toc_title {
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--primary-color);
  margin: 0 0 14px;
}

.terms_page .terms_toc ol {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: toc;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 8px 28px;
}

.terms_page .terms_toc ol li {
  counter-increment: toc;
}

.terms_page .terms_toc ol li a {
  display: inline-flex;
  align-items: baseline;
  gap: 10px;
  font-size: 16px;
  font-weight: 500;
  color: var(--secondary-color4);
}

.terms_page .terms_toc ol li a::before {
  content: counter(toc, decimal-leading-zero);
  font-size: 13px;
  font-weight: 600;
  color: var(--primary-color);
}

.terms_page .terms_toc ol li a:hover {
  color: var(--primary-color);
}

/* ---- content blocks ---- */
.terms_page .terms_block {
  scroll-margin-top: 130px;
  padding: 32px 36px;
  margin-bottom: 28px;
  background-color: var(--bs-white);
  border: 1px solid #ebedf2;
  border-radius: 18px;
  box-shadow: 0 14px 40px rgba(7, 30, 99, 0.05);
}

.terms_page .terms_block_head {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 22px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eef0f4;
}

.terms_page .terms_block_num {
  flex: 0 0 auto;
  width: 46px;
  height: 46px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 600;
  color: var(--bs-white);
  background-color: var(--primary-color);
  border-radius: 12px;
}

/* ---- headings & sub-headings ---- */
.terms_page h2 {
  font-size: 26px;
  line-height: 1.3;
  color: var(--bs-dark);
  margin: 0;
}

.terms_page .terms_help h3 {
  font-size: 22px;
  color: var(--bs-dark);
  margin: 0 0 10px;
}

/* ---- paragraphs ---- */
.terms_page p {
  font-size: 16px;
  line-height: 1.8;
  color: var(--secondary-color6);
  margin: 0 0 16px;
}

.terms_page p:last-child {
  margin-bottom: 0;
}

.terms_page strong {
  color: var(--secondary-color4);
  font-weight: 600;
}

/* ---- ordered (numbered) clause lists ---- */
.terms_page ol.terms_clauses {
  list-style: none;
  margin: 0;
  padding: 0;
  counter-reset: clause;
}

.terms_page ol.terms_clauses > li {
  counter-increment: clause;
  position: relative;
  padding: 4px 0 4px 50px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--secondary-color6);
}

.terms_page ol.terms_clauses > li:last-child {
  margin-bottom: 0;
}

.terms_page ol.terms_clauses > li::before {
  content: counter(clause);
  position: absolute;
  left: 0;
  top: 4px;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 600;
  color: var(--primary-color);
  background-color: var(--secondary-color2);
  border-radius: 50%;
}

/* ---- unordered lists ---- */
.terms_page ul.terms_list {
  list-style: none;
  margin: 6px 0 20px;
  padding: 0;
}

.terms_page ul.terms_list li {
  position: relative;
  padding: 4px 0 4px 32px;
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 1.8;
  color: var(--secondary-color6);
}

.terms_page ul.terms_list li:last-child {
  margin-bottom: 0;
}

.terms_page ul.terms_list li::before {
  content: "\F633"; /* bootstrap-icons x-circle */
  font-family: "bootstrap-icons";
  position: absolute;
  left: 0;
  top: 5px;
  font-size: 16px;
  color: var(--primary-color);
}

/* ---- statutory-rights note ---- */
.terms_page .terms_note {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 4px 0 0;
  padding: 14px 18px;
  font-size: 15px;
  font-weight: 500;
  color: var(--primary-color);
  background-color: var(--secondary-color2);
  border-radius: 12px;
}

.terms_page .terms_note i {
  font-size: 18px;
}

/* ---- help / contact CTA ---- */
.terms_page .terms_help {
  margin-top: 40px;
  padding: 40px;
  text-align: center;
  background-color: var(--secondary-color);
  border-radius: 18px;
}

.terms_page .terms_help p {
  max-width: 520px;
  margin: 0 auto 22px;
}

/* ---- responsive ---- */
@media (max-width: 575.98px) {
  .terms_page .terms_block {
    padding: 24px 20px;
  }

  .terms_page .terms_toc {
    padding: 22px 20px;
  }

  .terms_page h2 {
    font-size: 22px;
  }

  .terms_page .terms_help {
    padding: 30px 22px;
  }
}