body,
html {
  height: 100%;
  font-size: 62.5%;
  font-family: var(--ff-primary);
}

/* Typography */
.logoText {
  font-weight: 800;
  font-size: var(--fs-logo-text);
  color: var(--primary-clr);
}

.navlinks li {
  margin: 0 0.8rem;
  font-size: var(--fs-nav-link);
  font-weight: 400;
}
.navlinks .dropdown-menu[data-bs-popper] {
  top: 130%;
}
.navlink-item a {
  font-size: var(--fs-nav-item);
  font-weight: 600;
}
.mainTitle {
  font-weight: 400;
  font-size: var(--fs-main-title);
}
.primaryTitle {
  font-weight: 500;
  font-size: var(--fs-primary-title);
}
.secondaryTitle {
  font-weight: 500;
  font-size: var(--fs-secondary-title);
}
.secondaryTitle1 {
  font-weight: 400;
  font-size: var(--fs-secondary-title-1);
}
.secondaryTitle2 {
  font-weight: 400;
  font-size: var(--fs-secondary-title-2);
}
.primaryText {
  font-weight: 400;
  font-size: var(--fs-primary-text);
}
.primaryText1 {
  font-weight: 400;
  font-size: var(--fs-primary-text-1);
}
.secondaryText {
  font-weight: 400;
  font-size: var(--fs-secondary-text);
}
.secondaryText1 {
  font-weight: 400;
  font-size: var(--fs-secondary-text-1);
}
.navTitle {
  font-weight: 600;
  font-size: var(--fs-nav-title);
}
.smallText {
  font-weight: 500;
  font-size: var(--fs-small-text);
  color: var(--black-offset-clr);
}

/* Utils */
.primary_action_btn {
  width: max-content;
  position: relative;
  overflow: hidden;
  background: var(--primary-clr);
  border-radius: 1rem;
  color: var(--white-clr) !important;
  transition: background 250ms ease, color 250ms ease;
}

.header_cta {
  font-size: var(--fs-12) !important;
  padding: 0.65rem 0;
}

@media all and (max-width: 768px) {
  .header_cta {
    font-size: var(--fs-primary-text);
  }
}

.header_cta span {
  margin-top: 0.25rem;
}

.header_search input {
  font-size: var(--fs-14);
  color: #333;
}
.hero_header_search input {
  font-size: clamp(var(--fs-14), 1.25vw + 1rem, var(--fs-18));
  color: #333;
}
.header_search input::placeholder {
  color: #999;
}
.primary_action_btn:hover {
  cursor: pointer;
  background: #ef414f; /* Solid color on hover */
}

.secondary_action_btn {
  position: relative;
  overflow: hidden;
  color: var(--black-clr);
  border: 1px solid #282a31;
  border-radius: 1rem;
  transition: all 250ms ease, color 250ms ease;
}
.secondary_action_btn:hover {
  border: 1px solid var(--primary-clr);
  cursor: pointer;
  color: var(--primary-clr);
}
.offer_list {
  list-style: none;
  padding-left: 0;
}
.new_section {
  font-family: var(--ff-poppins) !important;
}
.section-padding {
  padding: 4rem 3rem;
}
.header-padding {
  padding: 4rem;
}
.quicklinks {
  list-style: none;
}
.service_link {
  display: inline-block;
  text-decoration: none;
  color: inherit;
}
.px_14 {
  padding-left: var(--px-14);
  padding-right: var(--px-14);
}
.px_15 {
  padding-left: var(--px-15);
  padding-right: var(--px-15);
}
.w-254 {
  width: 25.4rem;
}
.lh-125 {
  line-height: 1.25;
}
.icon_box {
  background: var(--gray-100);
  height: 4rem;
  width: 4rem;
  border-radius: 50%;
  margin-right: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 180ms;
}
.icon_box_1 {
  background: var(--offset-clr-2);
  height: 1.85rem;
  width: 1.85rem;
  border-radius: 50%;
  margin-right: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.square_image {
  aspect-ratio: 1/1;
  object-fit: cover;
}
.rectange_image {
  aspect-ratio: 16/9;
  object-fit: contain;
}

.floating-buttons {
  position: fixed;
  bottom: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.bg_secondary_1 {
  background: var(--bg-secondary-1, #f5f4f4) !important;
}
/* Section Styles */
.section .section_heading {
  font-size: var(--fs-primary-title);
  font-weight: 700;
  margin-bottom: 1em;
}
.section .section_title {
  font-size: var(--fs-primary-text);
  font-weight: 600;
  margin-bottom: 0.5em;
  line-height: 32px;
}
.section .section_desc {
  font-size: var(--fs-secondary-text);
  font-weight: 400;
  color: #282a31;
}
.section .section_description {
  padding: 1.5rem 0;
}
.section .section_description > * {
  font-size: var(--fs-primary-text-1);
  font-weight: 400;
  color: #282a31;
}
.section .section_description strong {
  font-weight: 600;
}
.section .section_link {
  font-size: var(--fs-primary-btn);
  font-weight: 600;
  color: var(--black-clr);
}
.primary_clr {
  color: var(--primary-clr);
}
.scrollbar_hide {
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.border-primary {
  border-color: var(--primary-clr) !important;
}
.border-secondary {
  border-color: #f2f3f3 !important;
}
.border-offset-clr {
  border-color: var(--primary-offset-clr) !important;
}
.icon_box {
  color: var(--primary-clr);
  background: var(--primary-offset-clr);
  height: 5rem;
  width: 5rem;
  border-radius: 50%;
}

/* custom utilits */
.mh-140 {
  height: 100%;
  min-height: 14rem;
}
.mxh-6 {
  max-height: 6rem;
}
.py-10 {
  padding-top: 10rem;
  padding-bottom: 10rem;
}
.py-20 {
  padding-top: 20rem;
  padding-bottom: 20rem;
}
.px-10 {
  padding-left: 10rem;
  padding-right: 10rem;
}
.px-20 {
  padding-left: 20rem;
  padding-right: 20rem;
}
.fw-400 {
  font-weight: 400 !important;
}
.fw-500 {
  font-weight: 500 !important;
}
.fw-600 {
  font-weight: 600 !important;
}
.fw-700 {
  font-weight: 700 !important;
}
.fw-800 {
  font-weight: 800 !important;
}
.cursor-pointer,
.cursor-pointer label {
  cursor: pointer !important;
}
.border-dotted {
  border-style: dotted !important;
}
.border-dashed {
  border-style: dashed !important;
}
.border-bottom-dotted {
  border-bottom-style: dotted !important;
}
.border-bottom-dashed {
  border-bottom-style: dashed !important;
}
.icon_box_50 {
  transition: background 180ms;
  height: 6.5em;
  width: 6.5em;
}
.icon_box_50:hover {
  background-color: var(--primary-clr) !important;
  color: var(--white-clr);
}

.hover_primary {
  transition: background 180ms;
  cursor: pointer;
}
.hover_primary:hover {
  background-color: var(--primary-clr) !important;
  color: var(--white-clr);
}
.custom-checkbox {
  appearance: none;
  -webkit-appearance: none;
  width: 1.2rem;
  height: 1.2rem;
  border: 2px solid var(--primary-clr);
  border-radius: 4px;
  position: relative;
  cursor: pointer;
  outline: none;
}

.custom-checkbox:checked {
  background-color: var(--primary-clr);
  border-color: var(--primary-clr);
}
@media all and (min-width: 400px) and (max-width: 992px) {
  .col-xs-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xs-3 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xs-4 {
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.badge-new {
  background: var(--badge-new);
}
.badge {
  font-size: var(--fs-secondary-text-1);
  padding: 0.65em 1.5em;
}
.blur {
  /* top: 62.3px; */
  backdrop-filter: blur(4px);
  background: rgba(0, 0, 0, 0.4);
  transition: opacity 0.5s ease-in-out;
}
.mainDropDown {
  /* height: 75vh; */
}
/* overrite bootstrap */
.z-10 {
  z-index: 10;
}
.w-80 {
  max-width: 80%;
}
.shadow {
  box-shadow: 0 0 #000, 0 0 #000, 0 1.2rem 2.8rem 0 rgba(36, 7, 70, 0.06) !important;
  /* box-shadow: 0px 12px 28px 0px rgba(36, 7, 70, 0.06) !important; */
}
.border-danger {
  border-color: var(--primary-clr) !important;
}
@media (max-width: 768px) {
  .shadow {
    box-shadow: 0 0 #000, 0 0 #000, 0 0.6rem 1.4rem 0 rgba(36, 7, 70, 0.03) !important;
    /* Reduce blur and spread for a softer effect */
  }
}
@media all and (min-width: 768px) and (max-width: 992px) {
  .container {
    max-width: 800px;
  }
}
.shadow-sm {
  box-shadow: -2px 0px 8px 0px rgba(42, 7, 70, 0.02),
    2px 6px 8px 0px rgba(42, 7, 70, 0.04) !important;
}
.shadow-sm-e {
  box-shadow: 6px 0px 12px -6px rgba(0, 0, 0, 0.06) !important;
}

.shadow-offset-clr {
  box-shadow: 0 0 #0000, rgba(59, 130, 246, 0.5), 3px 3px 0px 0px #f2dddf;
}

.splide .splide__arrow {
  background: var(--white-clr) !important;
  border-radius: 50%;
  height: 4.5rem;
  width: 4.5rem;
  display: flex;
  font-size: 1.5rem;
  align-items: center;
  justify-content: center;
  transition: box-shadow 180ms;
  opacity: 0.86;
  color: var(--black-clr) !important;
}
.splide .splide__arrow:hover {
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.07), 0 2px 2px rgba(0, 0, 0, 0.06) !important;
}
.splide .splide__arrow--prev {
  left: -3%;
}
.splide .splide__arrow--next {
  right: -3%;
}

.rounded-right-5 {
  border-radius: 0 10px 10px 0;
}
.rounded-full {
  border-radius: 100%;
}
.w-150 {
  width: 15rem;
}
.h-150 {
  height: 15rem;
}
.w-8 {
  width: 8rem;
}
.h-8 {
  height: 8rem;
}
.object-cover {
  object-fit: cover;
}
/* component css */
.category_card {
  min-height: 12rem;
}

@media all and (min-width: 768px) {
  .position-md-sticky {
    position: sticky;
  }
  .py-md-20 {
    padding-top: 20rem;
    padding-bottom: 20rem;
  }
  .mh-md-240 {
    height: 100%;
    min-height: 24rem;
  }
}

@media all and (max-width: 992px) {
  .header_cta {
    padding: 1rem 0;
  }
}
@media all and (max-width: 768px) {
  .section-padding {
    padding: 2.5rem 1.4rem;
  }
}
