/* ------------------------------- */
/* Correct Font Imports            */
/* ------------------------------- */
@font-face {
  font-family: "Inter24pt";
  src: url("/font/Inter24pt-Regular.woff2") format("woff2"),
    url("/font/Inter24pt-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter24pt";
  src: url("/font/Inter24pt-Bold.woff2") format("woff2"),
    url("/font/Inter24pt-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Inter24pt";
  src: url("/font/Inter24pt-Medium.woff2") format("woff2"),
    url("/font/Inter24pt-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


/* ------------------------------- */
/* Global utilities                */
/* ------------------------------- */

body {
  font-family: 'Inter24pt', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

p,
li {
  font-size: 1rem;
  font-family: 'Inter24pt', sans-serif !important;
}

a {
  color: inherit;
  text-decoration: none;
  font-family: 'Inter24pt', sans-serif !important;
}


h1,
h2 {
  font-family: 'Inter24pt', sans-serif !important;
  font-size: 36px;
  font-weight: 700;
}


h3,
h4,
h5,
h6 {
  font-family: 'Inter24pt', sans-serif !important;
  font-weight: 700;
}

label {
  font-family: 'Inter24pt', sans-serif !important;
}

p,
input,
select,
textarea,
li {
  font-family: 'Inter24pt', sans-serif !important;
  font-size: 17px;
}

/* Prevent layout shifts - set aspect ratios */
img {
  max-width: 100%;
  height: auto;
}

.blog-img-wrapper {
  aspect-ratio: 400/250;
  overflow: hidden;
}

.blog-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-icon {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Container aspect ratio guards */
.container {
  width: 100%;
  max-width: 1200px;
}

.py-5 {
  padding: 3.5rem 0 !important;
}

section.HeroSection-module__sBkrQG__heroSection.py-5 {
  background: #f1f1f1;
}

section.pb-5.features-sec {
  display: none;
}

/* a.nav-link:hover {
  color: black !important;
} */

.btn-primary:hover {
  background-color: #000000 !important;
}

.btn-primary {
  background-color: #2f80ff !important;
  border: 0px !important;
  color: white !important;
}

.inner-banner {
  background-color: #d1e3ff !important
}

.blog-card {
  border: 1px solid #3f3f3f !important;
}

.search-box.mb-4.w-50.position-relative {
  width: 33% !important;
}

button.accordion-button.collapsed {
  margin-bottom: 8px;
  background: #448cff !important;
  border-radius: 6px !important;
  color: white !important;
}

.faq-btn {
  background-color: #0d6efd !important;
  color: #fff !important;
  border: none !important;
  box-shadow: none !important;
}

.faq-btn:focus {
  box-shadow: none !important;
}

.faq-body {
  background-color: #f8f9fa;
  border: none;
}

.offcanvas-header {
  background: #2f80ff !important;
  color: #fff !important
}

.navbar-toggler:focus {
  box-shadow: none !important;
}

section {
  overflow-x: hidden !important;
}


@media only screen and (max-width: 768px) {

  .search-box.mb-4.w-50.position-relative {
    width: 100% !important;
  }

  .btn-sign-login {
    display: none !important;
  }

  .offcanvas {
    z-index: 99990099 !important;
  }

  button.bg-white.navbar-toggler.collapsed {
    padding: 6px !important;
  }

  .navbar-toggler-icon {
    width: 1em;
    height: 1em;
  }

  button.btn-cart span {
    display: none !important;
  }
}

.btn-sign-login-mobile {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .btn-sign-login-mobile {
    display: block !important;
  }
}


@media only screen and (max-width: 767px) {
  h1 { font-size: 28px !important; }
    h2 { font-size: 24px !important; }
    h3 { font-size: 20px !important; }
    h4 { font-size: 18px !important; }
    h5 { font-size: 16px !important; }
    h6 { font-size: 14px !important; }
    p { font-size: 14px !important; }
    label { font-size: 14px !important; }
    input, select, textarea { font-size: 14px !important; }
    a { font-size: 14px !important; }
    span, a, li, label { font-size: 12px; }
}
span.cart-btn-numbrt {
    background: red;
    padding: 5px;
    font-size: 8px;
    border-radius: 50%;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 0px;
}
button.btn-cart.btn.border.rounded-pill.px-3.py-1.text-white.Navbar-module__cJzEcG__actionButton.position-relative {   
    overflow: visible !important;
}