.inner-curve {
  background-color: #f1efed;
  padding-top: 100px !important;
  padding: 0px;
}

.MotorCoverImage {
    height: 650px;
    min-height: 650px;
    background-image: url(../images/TravelPage/Travel_banner.webp);

    @media (max-width: 768px) {
        background-image: url(../images/TravelPage/TravelMobile.webp);
    }
}

html[dir="ltr"] .MotorCoverImage {
  margin-top: -8px !important;
  background-position-y: -2px;
}

html[dir="rtl"] .MotorCoverImage {
  margin-top: -8px !important;
  transform: translate(0%, 0) scaleX(-1);
}

html[dir="ltr"].ImageFlipBanner {
  transform: translate(0%, 30%);
  min-width: 690px;

  @media (max-width: 768px) {
    min-width: 100%;
  }
}

.MotorBoxContainer {
  border: 1px solid var(--TBS);
}

.MotorBoxContent {
  border: 1px solid var(--TBS);
}

.contact-item {
  border: 1px solid var(--TBS);
}

.ImageFlipBanner {
  height: auto;
  width: 100%;
  position: absolute;
  top: -122px;
  right: -26%;

  @media (max-width: 720px) {
    width: 46%;
  }
}

@media (max-width: 960px) {
 
    .ImageFlipBanner {
        height: auto;
        width: 690px;
        position: absolute;
        top: -20px;
        right: -54%;
    }
}

@media (max-width: 540px) {
    .MotorCoverImage {
        height: 450px !important;
        min-height: 450px !important;
    }

        #BuyPolicyButton {
            width: 100% !important;
        }

        .ImageFlipBanner {
            height: auto !important;
            width: 334px !important;
            max-width: 525px !important;
            position: absolute !important;
            top: 35% !important;
            right: -20% !important;
        }
    }

@media (max-width: 720px) {
  .MotorCoverImage {
    /*   height: 750px;
        min-height: 750px;*/
  }
  .ImageFlipBanner {
    display: none !important;
    height: auto;
    width: 744px;
    max-width: 491px;
    position: absolute;
    top: 72px;
    right: -32%;
  }
}

html[dir="rtl"] .ImageFlipBanner {
  transform: translate(4%, 5%) scaleX(1);

  @media (max-width: 768px) {
  }
}

/* --- Your custom classes (exact from your <style>) --- */
.icon-size {
  width: 50px;
  height: 50px;
}

.bg-color {
  background: #f0eeec;
}

.custom-button {
  background: #f8f6f3;
  border-radius: 50px;
  height: 50px;
  padding-inline: 40px;
}

/* --- Utility equivalents you used (approx Tailwind-like) --- */

/* Layout */
.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
/* Tailwind container behavior is configurable [web:2] */
.relative {
  position: relative;
}

.absolute {
  position: absolute;
}

.inset-0 {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.overflow-hidden {
  overflow: hidden;
}

/* Display */
.flex {
  display: flex;
}

.grid {
  display: grid;
}

.w-full {
  width: 100%;
}

.h-full {
  height: 100%;
}

/* Flex helpers */
.flex-col {
  flex-direction: column;
}

.items-center {
  align-items: center;
}

.justify-center {
  justify-content: center;
}

/* Grid columns */
.grid-cols-1 {
  grid-template-columns: repeat(1, minmax(0, 1fr));
}
/* Standard Tailwind grid formula [web:6] */

/* Text */
.text-center {
  text-align: center;
}

.text-right {
  text-align: right;
}
/*
.font-bold {
  font-weight: 700;
}

.font-semibold {
  font-weight: 600;
}

.font-black {
  font-weight: 900;
}

.text-white {
  color: #fff;
}

.text-black {
  color: #000;
}*/

/* Object fit */
.object-cover {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.object-contain {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

/* Borders / radius / colors (from your arbitrary values) */
.border1 {
  border: 1px solid;
}

.border-b {
  border-bottom: 1px solid;
  border-left: 0;
  border-right: 0;
  border-top: 0;
}

.border-\[\#e0e0d7\] {
  border-color: #e0e0d7;
}

.border-\[\#e8e8e8\] {
  border-color: #e8e8e8;
}

.rounded-\[3rem\] {
  border-radius: 3rem;
}

.rounded-\[2rem\] {
  border-radius: 2rem;
}

.rounded-full1 {
  border-radius: 9999px;
}
/* Tailwind rounded-full is effectively fully rounded [web:13] */
/*.bg-white {
    background-color: #fff;
}*/

.bg-\[\#f4f3f1\] {
  background-color: #f4f3f1;
}

.bg-\[\#b99f70\] {
  background-color: #b99f70;
}

.bg-black\/10 {
  background-color: rgba(0, 0, 0, 0.1);
}

.bg-black\/20 {
  background-color: rgba(0, 0, 0, 0.2);
}

/* Transforms */
.-translate-x-1\/2 {
  transform: translateX(-50%);
}

.-translate-y-1\/2 {
  transform: translateY(-50%);
}

/* Effects (approx; Tailwind exact shadow values may differ) */
.transition-all {
  transition: all 0.3s ease;
}
/* Tailwind uses 300ms via duration-300 [web:2] */
.duration-300 {
  transition-duration: 300ms;
}

.hover\:shadow-xl:hover {
  box-shadow:
    0 20px 25px rgba(0, 0, 0, 0.1),
    0 8px 10px rgba(0, 0, 0, 0.08);
}
/* approximate */
.shadow-\[0_2px_20px_rgba\(0\,0\,0\,0\.06\)\] {
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.06);
}

/* Spacing (set to common Tailwind defaults; these are the main ones you used) */
.mt-3 {
  margin-top: 0.75rem;
}

.mt-24 {
  margin-top: 6rem;
}

.mb-3 {
  margin-bottom: 0.75rem;
}

.mb-6 {
  margin-bottom: 1.5rem;
}

.pb-12 {
  padding-bottom: 3rem;
}

.p-4 {
  padding: 1rem;
}

.p-8 {
  padding: 2rem;
}

.p-12 {
  padding: 3rem;
}

.p-24 {
  padding: 6rem;
}

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem;
}

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem;
}

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.pt-2 {
  padding-top: 0.5rem;
}

.pb-8 {
  padding-bottom: 2rem;
}

.gap-2 {
  gap: 0.5rem;
}

.gap-6 {
  gap: 1.5rem;
}

.gap-8 {
  gap: 2rem;
}

.top-4 {
  top: 1rem;
}

.left-4 {
  left: 1rem;
}

html[dir="rtl"] .left-4 {
  left: unset;
  right: 1rem;
}
.right-\[20\%\] {
  right: 20%;
}

/* Sizes (common Tailwind defaults) */
.w-24 {
  width: 6rem;
}

.h-24 {
  height: 6rem;
}

.h-40 {
  height: 10rem;
}

.h-48 {
  height: 12rem;
}

.h-56 {
  height: 14rem;
}

.h-72 {
  height: 18rem;
}

/* Typography sizes (common Tailwind defaults) */
.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem;
}

.text-base {
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem;
}

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem;
}

/*.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem;
}*/

.text-5xl {
  font-size: 3rem;
  line-height: 1;
}

.leading-relaxed {
  line-height: 1.625;
}

.tracking-tight {
  letter-spacing: -0.025em;
}

/* --- Responsive breakpoints (Tailwind defaults: sm=640px, md=768px, lg=1024px) --- */
@media (min-width: 640px) {
  .sm\:flex-row {
    flex-direction: row;
  }

  .sm\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
  /* [web:6] */
  .sm\:col-span-2 {
    grid-column: span 2 / span 2;
  }

  .sm\:gap-8 {
    gap: 2rem;
  }
}

@media (min-width: 768px) {
/*  .md\:grid-cols-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }*/
  /* [web:6] */
  .md\:h-72 {
    height: 18rem;
  }

  .md\:h-48 {
    height: 12rem;
  }

  .md\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .md\:text-5xl {
    font-size: 3rem;
    line-height: 1;
  }

  .md\:text-right {
    text-align: right;
  }

  .md\:left-auto {
    left: auto;
  }

  .md\:right-\[20\%\] {
    right: 20%;
  }

  .md\:translate-x-0 {
    transform: translateX(0);
  }
  /* simplified */
}

@media (min-width: 1024px) {
  .lg\:mt-48 {
    margin-top: 12rem;
  }

  .lg\:grid-cols-3 {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
  /* [web:6] */
  .lg\:gap-8 {
    gap: 2rem;
  }

  .lg\:p-8 {
    padding: 2rem;
  }

  .lg\:col-span-1 {
    grid-column: span 1 / span 1;
  }
}

/* Hover translate used in cards (approx Tailwind -translate-y-1 => -0.25rem) */
.hover\:-translate-y-1:hover {
  transform: translateY(-0.25rem);
}

.icon-size {
  width: 50px;
  height: 50px;
}

.bg-color {
  background: #f0eeec;
}

.custom-button {
  background: #f8f6f3;
  border-radius: 50px;
  height: 50px;
  padding-inline: 40px;
}

.PlanDifCard {
  padding-block: 18px !important;
}
.dark .DownloadIconSvg path {
  fill: white !important;
}

/* Discover Qatar Hover Reveal Animation */
.discover-qatar-content {
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    margin-top: 0 !important;
    transition: all 0.5s ease-in-out;
}
.discover-qatar-container {
    background: #f4f3f1;
}
/* Expanded state on hover */
.discover-qatar-container:hover .discover-qatar-content {
    max-height: 1000px;
    opacity: 1;
    padding-top: 2rem !important;
    padding-bottom: 2rem !important;
    margin-top: 0.75rem !important;
    background: #f4f3f1;
}

.dark .border-\[\#e0e0d7\] {
    border-color: #434343 !important;
}

.dark .border-\[\#e8e8e8\] {
    border-color: #434343 !important;
}

.choices[data-type*="select"] .choices__list--dropdown {
    top: auto !important;
    bottom: 100% !important;
    margin-top: 0 !important;
    margin-bottom: 4px !important;
}
/* Ensure the whole component is fully opaque */
.choices,
.choices * {
    opacity: 1 !important;
}

/* Make dropdown background solid (sometimes theme uses rgba) */
.choices__list--dropdown,
.choices__list[aria-expanded] {
    background: #fff !important;
}

    /* If your CSS adds an overlay/pseudo element */
    .choices__list--dropdown::before,
    .choices__list--dropdown::after {
        opacity: 1 !important;
        background: transparent !important;
    }

    .choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
        max-height: 200px;
    }

.loginForm .SForm {
    opacity: 100% !important;
}

.BuyPolicyButton:hover {
    background-color: black !important;
}

@media (max-width: 720px) {
    .LangingHomeHead1 {
        line-height:120% !important;
/*        font-weight:400 !important;
*/    }
    .MotorCoverImage {
        height: 450px !important;
        min-height: 450px !important;
    }
    #BuyPolicyButton {
        padding-inline: 23px !important;
    }
}