/** Shopify CDN: Minification failed

Line 23:19 Expected identifier but found whitespace
Line 23:21 Unexpected "{"
Line 23:30 Expected ":"
Line 170:19 Expected identifier but found whitespace
Line 170:21 Unexpected "{"
Line 170:30 Expected ":"
Line 416:19 Expected identifier but found whitespace
Line 416:21 Unexpected "{"
Line 416:30 Expected ":"
Line 417:14 Expected identifier but found whitespace
... and 27 more hidden warnings

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:maju-faq-new (INDEX:57) */
.faq-new-section {
  padding: 60px 20px;
  background-color: {{ section.settings.background_color }};
  text-align: center;
}

.faq-new-heading {
    margin-bottom: 40px;
    color: var(--black, #202020);
    font-family: "Cormorant Garamond";
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: 115%;
    letter-spacing: 0;
    vertical-align: middle;
    margin:0;
    padding-bottom:25px;
}

.faq-new-heading span {
  color: #AB8D3F;;
}

.faq-new-container {
  max-width: 610px;
  margin: 0 auto;
  text-align: left;
}

.faq-new-item {
     background-color: transparent;
    border: none;
    border-radius: 0;
    margin-bottom: 0px;
    overflow: hidden;
    transition: all 0.3s ease;
}
.faq-new-item:not(:last-child) {
  padding-bottom: 0;
}
.faq-new-item:not(:last-child)::after {
  content: "";
  display: block;
  height: 1px;
  align-self: stretch;
  background: var(--orange-250, #FCF4E8);
  margin-top: 20px;
}

.faq-new-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 18px 0;
    padding-bottom: 0;
    cursor: pointer;
    display: grid;
    grid-template-columns: 1fr auto;
    justify-content: space-between;
    align-items: center;
        letter-spacing: 0;
    vertical-align: middle;
    color: var(--black, #202020);
    font-family: "Cormorant Garamond";
    font-size: 22px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    padding-right: 1px;
    gap: 8px;
}

.faq-new-question:hover {
  background-color: transparent;
}

.faq-new-icon {
  position: relative;
  width: 38px;
  height: 38px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.faq-new-icon .faq-new-icon-svg--default,
.faq-new-icon .faq-new-icon-svg--active {
  position: absolute;
  inset: 0;
  width: 38px;
  height: 38px;
  display: block;
  transition: opacity 0.28s ease;
}
.faq-new-icon .faq-new-icon-svg--active {
  opacity: 0;
}

.faq-new-item.active .faq-new-icon .faq-new-icon-svg--default {
  opacity: 0;
}

.faq-new-item.active .faq-new-icon .faq-new-icon-svg--active {
  opacity: 1;
}

.faq-new-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  transition: max-height 0.1s ease, padding 0.1s ease;
}

.faq-new-item.active .faq-new-answer {
  padding: 0;
  padding-top: 16px;
    max-height: 500px;
      color: var(--color-gray-800, #323232);
    font-family: Nunito;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    letter-spacing: 0;
    vertical-align: middle;
    max-width: 90%;
}
@media screen and (max-width: 768px) {
  .faq-new-heading {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .faq-new-section {
    padding: 40px 16px;
  }
  .faq-new-item{
    margin-bottom: 16px;
  }
}
/* END_SECTION:maju-faq-new */

/* START_SECTION:maju-faq (INDEX:59) */
.faq-section {
  padding: 60px 20px;
  background-color: {{ section.settings.background_color }};
  text-align: center;
}

.faq-heading {
    margin-bottom: 40px;
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    margin:0;
    padding-bottom:50px;
}

.faq-heading span {
  color: #AB8D3F;;
}

.faq-container {
  max-width: 610px;
  margin: 0 auto;
  text-align: left;
}

.faq-item {
  background-color: #fffbe9;
  border: 1px solid #ddd;
  border-radius: 8px;
  margin-bottom: 20px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.faq-question {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 18px 20px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-family: 'Roboto Condensed';
    font-weight: 400;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    color: #000000;
}

.faq-question:hover {
  background-color: #fff3cc;
}

.faq-icon {
  font-size: 18px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
  transform: rotate(45deg);
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  padding: 0 20px;
  font-size: 15px;
  color: #333;
  line-height: 1.6;
  transition: max-height 0.1s ease, padding 0.1s ease;
}

.faq-item.active .faq-answer {
  padding: 10px 20px 18px;
  max-height: 500px;
  font-family: 'Roboto Condensed';
  font-weight: 400;
  font-style: Regular;
  font-size: 18px;
  line-height: 120%;
  letter-spacing: 0;
  vertical-align: middle;

}
@media screen and (max-width: 768px) {
  .faq-heading {
    font-size: 28px;
    padding-bottom: 20px;
  }
  .faq-section {
    padding: 40px 16px;
  }
  .faq-item{
    margin-bottom: 16px;
  }
}
/* END_SECTION:maju-faq */

/* START_SECTION:maju-journey-chart (INDEX:66) */
.mjc {
  background: #FFFFFC;
  padding: 32px 56px 56px;
}

.mjc__inner {
  max-width: 1512px;
  margin: 0 auto;
}

.mjc__chart {
  border: 1px solid #FAEDDB;
  background: #FFFFFF;
}

.mjc__grid {
  display: grid;
  grid-template-columns: repeat(var(--mjc-cols, 3), minmax(0, 1fr));
}

.mjc__col {
  border-right: 1px solid #FAEDDB;
}

.mjc__col:last-child {
  border-right: 0;
}

.mjc__head {
  color: #202020;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  padding: 12px 8px;
  background: #FFFFFF;
  border-bottom: 1px solid #FAEDDB;
}

.mjc__body {
  padding: 18px 12px 16px 12px;
  background: #FFFFFF;
}

.mjc__col.mjc__col--highlight .mjc__head,
.mjc__col.mjc__col--highlight .mjc__body {
  background: #FFF7EC;
}

.mjc__list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mjc__point {
  color: #202020;
  font-family: Nunito, system-ui, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  margin: 0;
}

.mjc__footnote {
  margin: 0;
  padding: 16px 12px 18px;
  border-top: 1px solid #FAEDDB;
  color: #202020;
  font-family: Nunito, system-ui, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

@media screen and (max-width: 989px) {
  .mjc {
    padding: 24px 16px 40px;
  }
}

@media screen and (max-width: 640px) {
  .mjc__grid {
    grid-template-columns: repeat(var(--mjc-mobile-cols, 3), minmax(0, 1fr));
  }

  .mjc__grid[data-mobile-cols='2'] .mjc__col {
    border-right: 1px solid #FAEDDB;
  }

  .mjc__grid[data-mobile-cols='2'] .mjc__col:nth-child(2n) {
    border-right: 0;
  }

  .mjc__grid[data-mobile-cols='2'] .mjc__col:nth-child(-n+2) {
    border-bottom: 1px solid #FAEDDB;
  }

  .mjc__grid[data-mobile-cols='2'] .mjc__col:last-child,
  .mjc__grid[data-mobile-cols='2'] .mjc__col:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
  }

  .mjc__head {
    font-size: 20px;
    padding: 8px 4px;
  }

  .mjc__body {
    padding: 12px 6px 10px;
  }

  .mjc__list {
    gap: 10px;
  }

  .mjc__point {
    font-size: 14px;
    line-height: 125%;
  }

  .mjc__footnote {
    font-size: 13px;
    padding: 10px 8px 12px;
  }
}
/* END_SECTION:maju-journey-chart */

/* START_SECTION:maju-logo (INDEX:67) */
.as-seen-on-section {
  text-align: center;
  background-color: {{ section.settings.bg_color }};
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}
.as-seen-on-logos {
  padding-bottom: 50px;
}
.as-seen-on-heading {
  margin-bottom: 30px;
  font-family: 'Roboto Condensed';
  font-weight: 600;
  font-size: 24px;
  line-height: 100%;
  letter-spacing: 0px;
  vertical-align: middle;
  text-transform: uppercase;
  color: {{ section.settings.heading_color }};
  margin: 0;
  padding-top: 50px;
  padding-bottom: 40px;
}

/* Grid Layout Styles */
.logos-grid {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 60px;
  flex-wrap: wrap;
}
.logos-grid .as-seen-on-logo {
  max-width: 150px;
}
.logos-grid .as-seen-on-logo:hover {
  opacity: 1;
}

/* Swiper Layout Styles */
.logo-swiper {
  overflow: hidden;
  position: relative;
  width: 100%;
}
.logo-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.logo-swiper .as-seen-on-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
}

.as-seen-on-logo img {
  width: 100%;
  max-width: 150px;
  max-height: 65px;
  height: auto;
  display: block;
  object-fit: contain;
}

/* Swiper Navigation Buttons */
.swiper-button-next,
.swiper-button-prev {
  color: #000;
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 16px;
  font-weight: bold;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
}

/* Swiper Pagination */
.swiper-pagination {
  position: relative;
  margin-top: 30px;
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background: #ccc;
  opacity: 1;
  transition: all 0.3s ease;
}
.swiper-pagination-bullet-active {
  background: #000;
  width: 24px;
  border-radius: 4px;
}

@media screen and (max-width: 768px) {
  .as-seen-on-logos {
    padding-bottom: 20px;
  }
  .as-seen-on-heading {
    padding-top: 20px;
    padding-bottom: 16px;
    font-size: 20px;
  }
  .logos-grid {
    gap: 20px;
  }
  .logos-grid .as-seen-on-logo {
    max-width: 100px;
  }
  .as-seen-on-logo img {
    max-height: 35px;
    max-width: 82px;
  }
  .swiper-button-next,
  .swiper-button-prev {
    width: 32px;
    height: 32px;
  }
  .swiper-button-next:after,
  .swiper-button-prev:after {
    font-size: 14px;
  }
  .swiper-pagination {
    margin-top: 20px;
  }
}
/* END_SECTION:maju-logo */

/* START_SECTION:maju-lp-bottom-sticky-bar (INDEX:68) */
.mjlsb {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99999999999;
  background: #FFFFFC;
  border-top: 1px solid #F5ECD8;
  padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
}

.mjlsb.mjlsb--with-top-badges {
  padding-top: 14px;
}

.mjlsb__inner {
  max-width: 1512px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.mjlsb__top-badges {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, -50%);
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  pointer-events: none;
}

.mjlsb__top-badges[hidden] {
  display: none !important;
}

.mjlsb__top-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 5px 10px;
  border-radius: 999px;
  border: 1px solid #202020;
  background: #FAEDDB;
  color: #202020;
  font-family: Nunito, system-ui, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  white-space: nowrap;
}

.mjlsb__top-badge[hidden] {
  display: none !important;
}

.mjlsb__top-badge--discount {
  background: #B96526;
  border-color: #B96526;
  color: #FFFFFC;
}

.mjlsb__info {
  min-width: 0;
  display: flex;
  align-items: center;
  gap: 10px;
}

.mjlsb__media {
  width: 42px;
  height: 42px;
  border-radius: 4px;
  overflow: hidden;
  background: #F7F1E8;
  flex: 0 0 42px;
}

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

.mjlsb__meta {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.mjlsb__label {
  color: #6B6B6B;
  font-family: Nunito, system-ui, sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.mjlsb__title {
  color: #202020;
  font-family: Nunito, system-ui, sans-serif;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.mjlsb__price {
  color: #B96526;
  font-family: Nunito, system-ui, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
}

.mjlsb__price-row {
  display: flex;
  align-items: baseline;
  gap: 6px;
  flex-wrap: wrap;
}

.mjlsb__compare {
  color: #6B6B6B;
  font-family: Nunito, system-ui, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  text-decoration: line-through;
}

.mjlsb__compare[hidden] {
  display: none !important;
}

.mjlsb__variant-meta {
  display: none !important;
}

.mjlsb__btn {
  flex: 0 0 auto;
  min-width: 150px;
  min-height: 48px;
  padding: 8px 16px;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  border-bottom: 3px solid #000;
  border-left: 1px solid #000;
  border-radius: 8px;
  background: #B96526;
  color: #FFFFFC;
  text-align: center;
  font-family: Nunito, system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%;
  text-transform: uppercase;
  cursor: pointer;
}

.mjlsb__btn:hover {
  opacity: 0.94;
}

.mjlsb__btn:focus-visible {
  outline: 2px solid #B96526;
  outline-offset: 2px;
}

@media screen and (max-width: 480px) {
  .mjlsb {
    padding: 10px 12px calc(10px + env(safe-area-inset-bottom));
  }

  .mjlsb.mjlsb--with-top-badges {
    padding-top: 14px;
  }

  .mjlsb__btn {
    min-width: 128px;
    font-size: 14px;
  }

  .mjlsb__media {
    width: 38px;
    height: 38px;
    flex-basis: 38px;
  }

  .mjlsb__title {
    font-size: 12px;
  }
}

body.mjlsb-page-offset {
  padding-bottom: var(--mjlsb-offset, 0px);
}
/* END_SECTION:maju-lp-bottom-sticky-bar */

/* START_SECTION:maju-multi-use-results (INDEX:72) */
.multiuse-reviews-section {
  padding: 60px 0px;
  background-color: #FFFCEB;
  text-align: center;
}

.multiuse-reviews-heading {
   
  /* margin-bottom: 40px; */
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 50px;
}

.multiuse-reviews-heading span {
  color: #AB8D3F;
}

.multiuse-swiper {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding-left: 80px;
}

.multiuse-review-card {
  text-align: left;
    border-radius: 12px;
    border: 1px solid var(--charcol, #3B3B3B);
    background: #FFF;
    padding: 30px 20px;
    align-items: center;
}

.multiuse-review-name {
    font-family: 'Roboto Condensed';
    font-weight: 700;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
    color: #000;
}

.multiuse-review-date {
    float: right;
    color: #3B3B3B4D;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: Bold;
    font-size: 18px;
    line-height: 120%;
    letter-spacing: 0;
    vertical-align: middle;
    text-transform: uppercase;
}

.multiuse-stars {
  max-height: 22px;
  padding: 12px 0px;
}

.multiuse-review-text {
    font-style: italic;
    color: #333;
    margin: 0;
    font-family: Roboto Condensed;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    letter-spacing: 0;
    vertical-align: middle;
    min-height: 100px;
}

.multiuse-slider-btns {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 50px;
}
.multiuse-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0;
}
/* .multiuse-btn {
  background: #e0d7a3;
  border: none;
  padding: 6px 9px;
  border-radius: 4px;
  cursor: pointer;
  transition: all 0.3s ease;
} */

/* .multiuse-btn:hover {
  background: #c6b87b;
} */
 @media screen and (max-width: 768px) {
  .multiuse-reviews-heading {
    font-size: 29px;
    padding-bottom: 20px;
  }
  .multiuse-reviews-section {
    padding: 40px 0 40px 16px;
  }
  .multiuse-swiper {
    padding-left: unset;
  }
  .multiuse-review-text{
    min-height: 130px;
  }
 }
/* END_SECTION:maju-multi-use-results */

/* START_SECTION:maju-turkish-superiority-figma (INDEX:89) */
.section-maju-turkish-superiority-figma {
  overflow: hidden;
}

.mjtsf {
  background: var(--mjtsf-bg, #FAEDDB);
  padding: var(--mjtsf-py, 88px) var(--mjtsf-px, 56px);
  overflow: hidden;
}

.mjtsf__inner {
  max-width: 1512px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 36px;
}

.mjtsf__intro {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.mjtsf__heading {
  margin: 0;
  color: #202020;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.mjtsf__description {
  max-width: 770px;
  margin: 0 auto;
  color: #202020;
  text-align: center;
  font-family: Nunito, system-ui, sans-serif;
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.01em;
}

.mjtsf__description p {
  margin: 0;
}

.mjtsf__cards-wrap {
  position: relative;
}

.mjtsf__cards-wrap::before {
  content: "";
  position: absolute;
  width: 1098px;
  height: 851px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 0.5px dashed #B96526;
  border-radius: 50%;
  opacity: 0.4;
  pointer-events: none;
}

.mjtsf__cards {
  position: relative;
  z-index: 1;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 356px));
  justify-content: center;
  gap: 32px;
}

.mjtsf__card {
  position: relative;
  min-height: 451px;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  transform: rotate(var(--mjtsf-rotate-desktop, 0deg));
  transform-origin: center center;
}

.mjtsf__card-media {
  position: relative;
  z-index: 0;
  width: 100%;
  aspect-ratio: 1 / 0.94;
  flex: 0 0 auto;
  overflow: hidden;
}

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

.mjtsf__card-content {
  position: relative;
  z-index: 1;
  width: 100%;
  margin: 0;
  padding: 16px;
  background: #FFFFFF;
  border-radius: 0 0 8px 8px;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.mjtsf__card-title {
  margin: 0;
  color: #1C1813;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 28px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
}

.mjtsf__card-description {
  margin: 0;
  color: #1C1813;
  font-family: Nunito, system-ui, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}

.mjtsf__mobile-arrow {
  display: none;
}

@media screen and (max-width: 989px) and (min-width: 750px) {
  .mjtsf {
    padding-inline: 16px;
  }
}

@media screen and (max-width: 749px) {
  .mjtsf {
    padding: var(--mjtsf-py-m, 88px) var(--mjtsf-px-m, 16px);
    overflow: visible;
  }

  .mjtsf__heading {
    font-size: 32px;
    line-height: 1.2;
    font-weight: 600;
  }

  .mjtsf__description {
    max-width: none;
    font-size: 16px;
    line-height: 150%;
    letter-spacing: 0;
  }

  .mjtsf__cards-wrap::before {
    display: none;
  }

  .mjtsf__cards {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .mjtsf__cards .mjtsf__card {
    z-index: 1;
  }

  .mjtsf__cards .mjtsf__card--mobile-arrow-left {
    z-index: 6;
  }

  .mjtsf__cards .mjtsf__card--mobile-arrow-right {
    z-index: 4;
  }

  .mjtsf__card {
    min-height: 364px;
    width: min(calc(100% - 44px), 332px);
    overflow: visible;
    transform: rotate(var(--mjtsf-rotate-mobile, 0deg));
  }

  .mjtsf__mobile-arrow {
    display: block;
    position: absolute;
    bottom: -48px;
    width: 64px;
    height: 156px;
    pointer-events: none;
    z-index: 8;
  }

  .mjtsf__mobile-arrow svg {
    width: 100%;
    height: 100%;
    display: block;
  }

  .mjtsf__mobile-arrow--left {
    left: -59px;
  }

  .mjtsf__mobile-arrow--right {
    right: -56px;
    transform: scaleX(-1);
  }

  .mjtsf__card-media {
    aspect-ratio: 1 / 0.92;
    border-radius: 8px 8px 0 0;
    overflow: hidden;
  }

  .mjtsf__card-content {
    width: 100%;
    margin: 0;
    padding: 12px;
  }

  .mjtsf__card-title {
    font-size: 24px;
  }

  .mjtsf__card-description {
    font-size: 15px;
  }
}
/* END_SECTION:maju-turkish-superiority-figma */

/* START_SECTION:maju-turkish-superiority (INDEX:90) */
.mjts {
  background: var(--mjts-bg, #FFFFFC);
  padding: var(--mjts-py, 56px) var(--mjts-px, 56px);
}

.mjts__inner {
  max-width: 1512px;
  margin: 0 auto;
}

.mjts__heading {
  margin: 0 0 28px;
  color: #202020;
  text-align: center;
  font-family: "Cormorant Garamond", Georgia, serif;
  font-size: 42px;
  font-style: normal;
  font-weight: 600;
  line-height: 115%;
}

.mjts__heading-image-wrap {
  display: flex;
  justify-content: center;
  margin: 0 0 28px;
}

.mjts__heading-image {
  display: block;
  width: 100%;
  max-width: var(--mjts-heading-image-max-w, 320px);
  height: auto;
  object-fit: contain;
}

.mjts__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.mjts__item {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid #F5E5D5;
  background: #FFF7EC;
  padding: 14px 12px;
}

.mjts__icon {
  width: var(--mjts-icon-size, 28px);
  height: var(--mjts-icon-size, 28px);
  flex: 0 0 var(--mjts-icon-size, 28px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.mjts__icon svg,
.mjts__icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.mjts__text {
  color: #202020;
  font-family: Nunito, system-ui, sans-serif;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
}

@media screen and (max-width: 989px) {
  .mjts {
    padding: var(--mjts-py-m, 44px) var(--mjts-px-m, 16px);
  }

  .mjts__heading {
    font-size: 32px;
    margin-bottom: 22px;
  }

  .mjts__heading-image-wrap {
    margin-bottom: 22px;
  }

  .mjts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media screen and (max-width: 640px) {
  .mjts__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .mjts__item {
    flex-direction: column;
    justify-content: center;
    text-align: center;
    gap: 8px;
    min-height: 132px;
  }

  .mjts__text {
    text-align: center;
  }
}
/* END_SECTION:maju-turkish-superiority */

/* START_SECTION:maju-why-choose (INDEX:93) */
.why-choose-section {
  text-align: center;
  background-color: {{ section.settings.bg_color }};
  padding-top: {{ section.settings.padding_top }}px;
  padding-bottom: {{ section.settings.padding_bottom }}px;
}

.why-choose-heading {
    margin: 0;
    font-family: Roboto Condensed;
    font-weight: 700;
    font-style: Bold;
    font-size: 48px;
    line-height: 100%;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding-bottom: 32px;
    padding-top: 80px;
}

.why-choose-heading span {
  color: #AB8D3F;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  justify-items: center;
  padding-bottom: 80px;
}

.why-choose-item {
  background-color: {{ section.settings.card_bg }};
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  border-radius: 6px;
  padding: 30px 20px;
  width: 100%;
  background: #fffceb;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  box-shadow: 1px 3px 0px 0px #3B3B3B;
  border: 0.5px solid #3B3B3B
}
.why-choose-text strong {
    color: #AB8D3F;
}

.why-choose-item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0,0,0,0.15);
}

.why-choose-icon {
  width: 40px;
  height: 40px;
  margin-bottom: 15px;
  margin: 0 auto;
}

.why-choose-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.why-choose-text {
  font-size: 14px;
  font-weight: 700;
  color: {{ section.settings.text_color }};
  line-height: 1.4;
  text-transform: uppercase;
}
.why-choose-text p {
    margin: 0;
    font-family: Roboto Condensed;
    font-weight: 600;
    font-style: SemiBold;
    font-size: 20px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
    padding-top: 12px;
}

@media screen and (max-width: 768px) {
  .why-choose-heading {
    font-size: 28px;
    padding: 40px 0 20px 0;
    letter-spacing: 0;
    line-height: 100%;
  }
  .why-choose-icon {
    width: 45px;
    height: 45px;
  }
  .why-choose-text p {
    font-size: 18px;
  }
  .why-choose-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
    padding-bottom: 40px;
  }
  .why-choose-item {
    padding: 30px 7.5px;
  }
}
/* END_SECTION:maju-why-choose */