/*This needs bootstrap*/
/* ----- Montserrat Font (match @font-face names) ----- */
.font-montserrat-regular {
    font-family: 'Montserrat Regular', sans-serif;
    font-weight: 400;
}

.font-montserrat-medium {
    font-family: 'Montserrat Medium', sans-serif;
    font-weight: 400;
}

.font-montserrat-bold {
    font-family: 'Montserrat Bold', sans-serif;
    font-weight: 400;
}

/* ----- New Spirit Font (match @font-face names) ----- */
.font-newspirit-regular {
    font-family: 'New Spirit Regular', serif;
    font-weight: 400;
}

.font-newspirit-medium {
    font-family: 'New Spirit Medium', serif;
    font-weight: 400;
}

.font-newspirit-light {
    font-family: 'New Spirit Light', serif;
    font-weight: 400;
}

.font-newspirit-bold {
    font-family: 'New Spirit Bold', serif;
    font-weight: 400;
}

/**Custome Container**/
.custom-container {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
}

/* Responsive max-widths */
@media (min-width: 576px) {
    .custom-container {
        max-width: 540px;
    }
}

@media (min-width: 768px) {
    .custom-container {
        max-width: 720px;
    }
}

@media (min-width: 992px) {
    .custom-container {
        max-width: 960px;
    }
}

@media (min-width: 1200px) {
    .custom-container {
        max-width: 1140px;
    }
}

@media (min-width: 1400px) {
    .custom-container {
        max-width: 1320px;
    }
}

/**How to use it css**/

.number-circle {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 52px;
    height: 52px;
    font-size: 48px;
    border-radius: 50%;
    line-height: 52px;
    flex-shrink: 0;
}

.text-salmon {
    color: #ffa08e;
}

.text-bright-blue {
    color: #183EFF;
}

.text-white {
    color: #FFFFFF;
}

.text-dark-navy {
    color: #181F2E;
}

.bg-dark-navy {
    background-color: #181F2E;
}


.bg-salmon {
    background-color: #ffa08e;
}

.f-48 {
    font-size: 48px;
}

.f-24 {
    font-size: 24px;
}

.f-20 {
    font-size: 20px;
}

.f-16 {
    font-size: 16px !important;
}

.f-36 {
    font-size: 36px;
}

.white-divider {
    border-top: 1px solid #FFFFFF;
}

.content-border-radius {
    border-radius: 20px;
}

.h-100 {
    height: 100%;
}

.mh-100 {
    min-height: 100%;
}

.content-label {
    font-size: 48px;
    line-height: 48px;
}

.content-desc {
    font-size: 24px;
    line-height: 36px;
}

.section-heading {
    padding: 20px 0px 20px 0px;
}

.content-text {
    padding: 0px 30px 0px 30px;
}

.align-items-top {
    align-items: flex-start;
}

.video-wrapper {
    position: relative;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    height: auto;
}

.video-iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}


/**FIK Styles**/
.bg-light-grey {
    background-color: #F6F6F8;
}

.btn-blue-extra {
    text-decoration: none;
    display: inline-block;
}

.fik-link-section {
    padding: 20px 0px 20px 0px;
}

.device-img-container {
    transform: scale(0.75);
    transform-origin: center;
}

.device-img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
}


.device-tagline-desktop {
    font-size: 16px !important;
    font-style: italic;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -220%);
}

.device-tagline-mobile {
    font-size: 16px !important;
    font-style: italic;
}

.desktop-view {
    display: block !important;
}

.mobile-view {
    display: none !important;
}

.desktop-view-top-sec {
    display: block !important;
}

.mobile-view-top-sec {
    display: none !important;
}

.sub-text {
    font-size: 16px;
    line-height: 24px;
}

.section-padding {
    padding: 5rem 1rem 2rem 1rem;
}

.top-sec-padding {
    padding-top: 4rem;
}

.trustpilot-sec {
    padding-top: 0rem;
}

.get-now-padding {
    padding: 2rem 12rem 2rem 12rem;
}

.shrink-img {
    transform: scale(0.75);
    transform-origin: center;
}

.text-wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.first-text {
    white-space: nowrap;
}

.second-text {
    max-width: 100%;
}

@media (max-width:1400px) {
    .get-now-padding {
        padding: 2rem 10rem 2rem 10rem;
    }

    .shrink-img {
        transform: scale(0.8);
        transform-origin: center;
    }
}

@media (max-width:1200px) {
    .top-sec-padding {
        padding-top: 3rem;
    }

    .get-now-padding {
        padding: 2rem 8rem 2rem 8rem;
    }

    .shrink-img {
        transform: scale(0.9);
        transform-origin: center;
    }

    .device-tagline-desktop {
        top: 50%;
        left: 49%;
        transform: translate(-50%, -150%);
    }
}

@media (max-width: 992px) {

    .content-label {
        font-size: 36px;
        line-height: 36px;
    }

    .content-text {
        padding: 30px 20px 30px 20px;
    }

    .desktop-view {
        display: none !important;
    }

    .mobile-view {
        display: block !important;
    }

    .device-img-container {
        transform: scale(1.0);
        transform-origin: center;
    }

    .trustpilot-sec {
        padding-top: 1rem;
    }

    .top-sec-padding {
        padding-top: 3rem;
    }

    .get-now-padding {
        padding: 2rem 2rem 2rem 2rem;
    }

    .shrink-img {
        transform: scale(1.1);
        transform-origin: center;
    }

    .device-tagline-desktop {
        top: 50%;
        left: 19%;
        transform: translate(0%, 50%);
    }
}

@media (max-width: 767px) {
    .desktop-view-top-sec {
        display: none !important;
    }

    .mobile-view-top-sec {
        display: block !important;
    }

    .top-sec-padding {
        padding-top: 2rem;
    }

    .get-now-padding {
        padding: 2rem 2rem 2rem 2rem;
    }

    .shrink-img {
        transform: scale(1.0);
        transform-origin: center;
    }
}

@media (max-width: 576px) {
    .content-desc {
        font-size: 20px;
        line-height: 24px;
    }

    .number-circle {
        width: 48px;
        height: 48px;
        border-radius: 50%;
        line-height: 48px;
        font-size: 36px;
    }

    .first-text {
        white-space: wrap;
    }
}

/*How it works styles*/
.tab-button {
    cursor: pointer;
    display: inline-block;
    margin: 0 10px;
    background-color: transparent;
    border: none;
    border-bottom: 2px solid grey;
    outline: none;
    font-size: 20px;
    line-height: 27px;
    color: grey !important;
    transition: all 0.3s ease;
    text-decoration: none;
}

.tab-button.active {
    color: white !important;
    border-bottom: 2px solid #ffffff !important;
    /* Always force white border */
}

.tab-content {
    display: none;
    margin-top: 20px;
}

.tab-content.active {
    display: block;
}

.how-it-works-image {
    max-width: 120px;
    height: auto;
    margin-bottom: 15px;
}

.accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 10px;
    border-bottom: 1px solid grey;
    cursor: pointer;
}

.accordion-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.accordion-icon {
    font-size: 24px;
}

.accordion-header p {
    margin: 0;
    flex-grow: 1;
    text-align: left;
    font-size: 18px;
    font-family: 'New Spirit Regular';
}


.accordion-body {
    display: none;
    padding: 10px;
    border-bottom: 1px solid grey;
    text-align: left;
}

.accordion-element.active .accordion-body {
    display: block;
}

.accordion-element.active .accordion-icon::after {
    content: "-";
}

.accordion-icon::after {
    content: "+";
}

.faq-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: transparent;
    padding: 10px;
    border-bottom: 1px solid grey;
    cursor: pointer;
}

.faq-img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.faq-icon {
    font-size: 24px;
}

.faq-header p {
    margin: 0;
    flex-grow: 1;
    text-align: left;
    font-size: 20px;
    font-family: 'New Spirit Regular';
    font-weight: bold;
}


.faq-body {
    display: none;
    padding: 10px;
    border-bottom: 1px solid grey;
    text-align: left;
}

.faq-body p {
    font-size: 16px;
    font-family: 'Montserrat Regular';
}

.faq-element.active .faq-body {
    display: block;
}

.faq-element.active .faq-icon::after {
    content: "-";
}

.faq-icon::after {
    content: "+";
}

@media (max-width: 767px) {
    .faq-header p {
        font-size: 16px;
    }
}

.standard-width {
  margin-left: auto;
  margin-right: auto;
  width: 91.666667%;
}

@media (min-width: 768px) {
  .standard-width {
    width: 83.333333%;
  }
}

@media (min-width: 1024px) {
  .standard-width {
    width: 80%;
  }
}

@media (min-width: 1280px) {
  .standard-width {
    width: 75%;
  }
}

@media (min-width: 1536px) {
  .standard-width {
    width: 66.666667%;
  }
}

@media (min-width: 2560px) {
  .standard-width {
    width: 40%;
  }
}

.extra-padding {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

@media (min-width: 768px) {
  .extra-padding {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

.hidden-for-mobile {
  display: none;
}

@media (min-width: 768px) {
  .hidden-for-mobile {
    display: block;
  }
}

.hidden-for-desktop {
  display: block;
}

@media (min-width: 768px) {
  .hidden-for-desktop {
    display: none;
  }
}

.hero-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 2rem;
  column-gap: 0rem;
}

@media (min-width: 768px) {
  .hero-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: start;
    column-gap: 0rem;
    row-gap: 0rem;
  }
}

@media (min-width: 1024px) {
  .hero-wrapper {
    column-gap: 2rem;
    row-gap: 0rem;
  }
}

.hero-content-wrapper {
  width: 100%;
}

@media (min-width: 768px) {
  .hero-content-wrapper {
    width: 50%;
  }
}

.hero-textual-content-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  row-gap: 2.25rem;
}

@media (min-width: 1024px) {
  .hero-textual-content-wrapper {
    width: 80%;
  }
}

.hero-textual-content-title-and-description-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.foodmarble-aire2-title {
  margin: 0rem !important;
  font-size: 36px;
  line-height: 36px;
  white-space: wrap;
}

@media (min-width: 768px) {
  .foodmarble-aire2-title {
    margin: 0rem !important;
    font-size: 36px;
    line-height: 36px;
  }
}

@media (min-width: 1024px) {
  .foodmarble-aire2-title {
    margin: 0rem !important;
    font-size: 48px;
    line-height: 48px;
    white-space: nowrap;
  }
}

.hero-textual-content-pricing-shipping-CTA-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.hero-textual-content-pricing-and-shipping-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 0.5rem;
}

.hero-textual-content-key-features-and-trustpilot-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: 1rem;
}

.hero-content-image-and-description-wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  row-gap: 2rem;
}

@media (min-width: 768px) {
  .hero-content-image-and-description-wrapper {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }
}

.hero-content-images-wrapper {
  width: 100%;
}

.image-carousel-wrapper {
  width: 100%;
}

.image-carousel-swiper-wrapper {
  width: 100%;
}

.image-wrapper {
  width: 100%;
}

.foodmarble-aire2-image {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 25px;
}

.swiper-button-next,
.swiper-button-prev {
  color: white !important;
  border: 0.5rem !important;
}
