body{
  font-family: 'Roboto', sans-serif !important;
}

html, body {
  overflow-x: hidden;
}

/* UNIVERSAL */

.custom-radius{
  border-radius: 15px;
}

.backdrop-blur{
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}

.fs-sm{
  font-size: 1em;
  line-height: 0.8em;
}

.fs-md{
  font-size: 1.7em;
  line-height: 1em;
}

.fs-lg{
  font-size: 2em;
  line-height: 1em;
}

.fs-xl{
  font-size: 3em;
  line-height: 1em;
}

.fs-xxl{
  font-size: 5em;
  line-height: 1em;
}

/* HEADER */

.header-logo{
  height:30px;
  width: auto;
}

/* BODY */

.hero-section-block{
  height: 500px;
}

.featured-service{
  margin-top: -3rem; 
  margin-bottom: -2rem;
}

@media screen and (max-width: 992px) {
  .featured-service{
    margin-top: 0rem; 
    margin-bottom: 0rem;
  }
}

.light-gray-background {
  background-color: #F2F3F2;
}

.extralight-background {
  background-color: #FAF7F3;
}

.light-background {
  background-color: #F4EFE6;
}

.medium-plus-background {
  background-color: #F6EFE5;
}

.medium-background {
  background-color: #E8D8BC;
}

.dark-background {
  background-color: #957A36;
}

.medium-plus-border {
  border-color: #ECDCC9 !important;
}

.primary-shadow-sm {
  box-shadow: 0 .125rem .25rem rgba(204, 164, 59, 0.075) !important;
}
/* Index CTA */

.cta-background {
  background: #FAF7F3;
  background: linear-gradient(0deg,rgba(250, 247, 243, 1) 50%, rgba(255, 255, 255, 1) 50%);
}

/* Index GRID */

.index-grid-item{
  min-height: 300px !important;
}

.subhero-img{
  margin-top:-50px;
}

.subhero-block{
  height: 50px;
}

.subhero-block-light{
  background-color: #FAF7F3;
}

.subhero-block-mid{
  background-color: #F7F3ED;
}


.subhero-block-dark{
  background-color: #F4EFE6;
}

/* Index SOCIALS */

.mt-n50h {
  transform: translateY(-50%);
}

/* SERVICES */

.icon-circle-large{
  width: 60px !important;
  height: 60px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle{
  width: 50px !important;
  height: 50px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-circle-small{
  width: 40px !important;
  height: 40px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
}

/* FOOTER */

.footer-logo{
  height: 30px;
  width: auto;
}

/* Base widths */
.w-25 { width: 25% !important; }
.w-50 { width: 50% !important; }
.w-75 { width: 75% !important; }
.w-100 { width: 100% !important; }

/* Responsive width: Small (≥576px) */
@media (min-width: 576px) {
  .w-sm-25 { width: 25% !important; }
  .w-sm-50 { width: 50% !important; }
  .w-sm-75 { width: 75% !important; }
  .w-sm-100 { width: 100% !important; }
}

/* Medium (≥768px) */
@media (min-width: 768px) {
  .w-md-25 { width: 25% !important; }
  .w-md-50 { width: 50% !important; }
  .w-md-75 { width: 75% !important; }
  .w-md-100 { width: 100% !important; }
}

/* Large (≥992px) */
@media (min-width: 992px) {
  .w-lg-25 { width: 25% !important; }
  .w-lg-50 { width: 50% !important; }
  .w-lg-75 { width: 75% !important; }
  .w-lg-100 { width: 100% !important; }
}

/* Extra large (≥1200px) */
@media (min-width: 1200px) {
  .w-xl-25 { width: 25% !important; }
  .w-xl-50 { width: 50% !important; }
  .w-xl-75 { width: 75% !important; }
  .w-xl-100 { width: 100% !important; }
}

.img-cover {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.store-icon {
  width: 120px;
}

.parallax-wrapper {
    /* overflow: hidden; */
    height: 220px;
    position: relative;
}

@media (min-width: 576px) {
  .parallax-wrapper {
      height: 300px;
  }
}

@media (min-width: 768px) {
  .parallax-wrapper {
      height: 500px;
  }
}

.parallax-layer {
    pointer-events: none;
    transition: transform 0.1s linear;
}

.parallax-layer-1 {
  z-index: 1;
}

.parallax-layer-2 {
  z-index: 2;
}

.parallax-layer-3 {
  z-index: 3;
}

.parallax-layer img {
    display: block;
    height: auto;
    object-fit: cover;
}

/* Custom class for responsive positioning */
@media (min-width: 768px) {
  .overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
  }
}

.responsive-heading {
  font-size: 3rem; /* Default size for mobile */
}

@media (min-width: 768px) {
  .responsive-heading {
    font-size: 4rem;
  }
}

@media (min-width: 1200px) {
  .responsive-heading {
    font-size: 5rem;
  }
}

.footer-store-icon {
  width: 150px;
}

.card-title {
    min-height: 3.5rem; /* adjust based on your font size and line-height */
}

@media (min-width: 768px) {
  .card-title {
    min-height: 6rem; /* adjust based on your font size and line-height */
  }
}

.muted-text {
  color: #828682 !important;
}

.muted-text-light {
  color: #A1A19D !important;
}

.accordion-button:not(.collapsed) {
  background-color: #FAF7F3 !important;
  border: none !important;
  box-shadow: none !important;
  color: black;
}