/* Add custom CSS styles below */
body {
background-color: #000;
    color: #fbf8e8;
    }
h1, h2, h3, h4, h5, h6 {
  /*color: #f7f1d2 !important*/
}
.bg-white {
    background: none !important;
}
.s-quantity-input-input {
color: #000 !important;
}
#app > div.app-inner.flex.flex-col.min-h-full > header > div.top-navbar {
display: none !important;
}
#mainnav {
    background: #00000033 !important;
   color : #fbf8e8;
}
#mainnav > div > div > div > div:nth-child(1) > a.lg\:hidden.mburger.mburger--collapse.leading-none.rtl\:ml-4.ltr\:mr-4 > i {
color : #f7f1d2!important;
}
.header-btn__icon {
  color: #f7f1d2 !important;
    border-color: #f7f1d2 !important;
}

#swiper-wrapper-6b4cc1b038ebfaf5 {color: #000000 !important;}

.SaabContainer {
  width: 85%;
  margin: 50px auto;
} 
.TowBoxis {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  align-items: center;
  gap: 20px;
  justify-items: end;
}
.withmyFeaturesList{
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.myFeaturesList li{
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
}

.box1 {
  /* max-width: 400px; */
  text-align: left; /* text stays aligned left */
}

.box2 img {
  width: 450px;
  height: auto;
  border-radius: 10px;
}


.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}

.box_rtl {
  direction: rtl; /* for right-to-left languages */
}
.box_ltr {
  direction: ltr; /* for left-to-right languages */
}


.saabButton {
    padding: 10px 20px;
    color: #000;
    background: #f7f1d2;
    border: none;
    box-shadow: 0px 0px 1px 0px #fbf8e8;
    font-size: 20px;
    border-radius: 8px;
}


/* Responsive: stack vertically on small screens */
@media (max-width: 768px) {

#app > div.app-inner.flex.flex-col.min-h-full > section:nth-child(4) > div {
background-position: right;
}
  .TowBoxis {
    grid-template-columns: 1fr; /* single column */
    text-align: center;         /* center text on mobile */
  }

  .box1 {
    max-width: 100%;
  }

  .box2 img {
    width: 100%;
  }

  .text_left, .text_right {
    text-align: center; /* center text on mobile */}
}