@font-face {
  font-family: "ChevySans-Black";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../../assets/fonts/ChevyFonts/ChevySans-Black.otf) format("opentype");
}

@font-face {
  font-family: "ChevySans-Bold";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../../assets/fonts/ChevyFonts/ChevySans-Bold.otf) format("opentype");
}

@font-face {
  font-family: "ChevySans-CondensedRegular";
  font-weight: 100 900;
  font-display: swap;
  src: url(../../../assets/fonts/ChevyFonts/ChevySans-CondensedRegular.otf) format("opentype");
}

@font-face {
  font-family: "ChevySans-Medium";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../../assets/fonts/ChevyFonts/ChevySans-Medium.otf) format("opentype");
}

@font-face {
  font-family: "ChevySans-NarrowRegular";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../../assets/fonts/ChevyFonts/ChevySans-NarrowRegular.otf) format("opentype");
}

@font-face {
  font-family: "ChevySans-Regular";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../../assets/fonts/ChevyFonts/ChevySans-Regular.otf) format("opentype");
}

@font-face {
  font-family: "HelveticaNeueLTArabic-Roman";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../../assets/fonts/Helvetica-Neue/HelveticaNeueLTArabic-Roman.ttf) format("opentype");
}

@font-face {
  font-family: "LouisChevrolet-Arabic-Bold";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../../assets/fonts/LouisChevrolet/LouisChevrolet-Arabic-Bold.ttf) format("opentype");
}

@font-face {
  font-family: "LouisChevrolet-Arabic-Heavy";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(../../../assets/fonts/LouisChevrolet/LouisChevrolet-Arabic-Heavy[8271]\ 1.ttf) format("opentype");
}



:root {
  --font-black: "ChevySans-Black", sans-serif;
  --font-bold: "ChevySans-Bold", sans-serif;
  --font-medium: "ChevySans-Medium", sans-serif;
  --font-regular: "ChevySans-Regular", sans-serif;
  --font-condensed: "ChevySans-CondensedRegular", sans-serif;
  --font-narrow: "ChevySans-NarrowRegular", sans-serif;
  --font-arabic-roman: "HelveticaNeueLTArabic-Roman", sans-serif;
  --font-arabic-bold: "LouisChevrolet-Arabic-Bold", sans-serif;
  --font-arabic-heavy: "LouisChevrolet-Arabic-Heavy", sans-serif;
  --form-bg-color: rgba(0, 0, 0, 0.65);
  --input-field-color: rgba(255, 255, 255, 0.14);
  --dropdown-arrow-color: #e1e1e1;
  --primary-btn-color: #b2832d;
  --section-dark-bg: #efefef;
  --link-color: #3fa8ff;
}

/* ==========================
   GLOBAL STYLES
========================== */
html {
  scroll-behavior: smooth;
  overflow-x: hidden;
}

body {
  margin: 0;
  color: black;
  background: white;
}

section:nth-of-type(odd) {
  background-color: var(--section-dark-bg);
}

h2 {
  font-family: var(--font-black);
  font-weight: 900;
  font-size: 30px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  color: white;
  margin: 10px auto;
}

h6 {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: white;
  text-align: center;
  margin: 10px auto;
}
.ar h4{
  font-family: var(--font-arabic-roman);
}
h4 {
  font-family: var(--font-narrow);
  font-weight: 400;
  font-size: 12px;
  line-height: 22px;
  vertical-align: middle;
  margin: 0;
  color: white;
}

label {
  font-family: var(--font-condensed);
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  text-decoration-style: solid;
  color: white;
}

/* ==========================
   HEADER IMAGE SECTION
========================== */
.header-image-section {
  position: relative;
}

.image-header-div {
  position: relative;
}

.mobile-header {
  height: 100%;
  width: 100%;
}

/* Desktop & Mobile Slider */
#header-image .owl-carousel .owl-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
  object-position: right;
}

/* Hide/Show desktop/mobile */
.hide-mobile {
  display: block;
}

.hide-desktop {
  display: none;
}

/* Hero Form Wrapper */
.hero-form-wrapper {
  position: absolute;
  left: 5%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
  width: 460px;
}

.desktop-logo {
  position: absolute;
  right: 100px;
  left: 0;
  z-index: 999;
  text-align: right;
  bottom: 50px;
}

.desktop-logo img {
  width: 435px;
  height: 27px;
}

/* Language Selector */
#language-selector {
  position: absolute;
  top: 5%;
  right: 100px;
  left: 0;
  z-index: 999;
  text-align: right;
}

#language-selector a {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  padding: 5px 15px;
  color: black;
  border: 1px solid white;
  background-color: white;
  font-family: var(--font-arabic-bold);
}

fieldset {
  border: none;
  margin: 0 auto;
  padding: 0;
  width: 100%;
}

.ar .error {
  font-family: var(--font-arabic-roman);
  text-align: left;
  right: unset;
  left: 0;
  margin-top: 0;
  bottom: 3px;
}

.error {
  display: block;
  margin-top: 2px;
  transition: all 0.3s ease;
  color: red;
  font-size: 8px;
  font-family: var(--font-medium);
  text-align: right;
  position: absolute;
  right: 0;
  bottom: 0;
  white-space: nowrap;
  line-height: 1em;
}

/* Form Container */
.form-container {
  width: 100%;
  max-width: 430px;
  padding: 20px;
  background: var(--form-bg-color);
  border-radius: 5px;
}

select {
  appearance: none !important;
}

.form input,
.form select {
  width: 100%;
  height: 44px;
  border: none;
  padding: 0 12px;
  font-size: 14px;
  font-family: var(--font-medium);
  box-sizing: border-box;
  background: var(--input-field-color);
  color: white;
}

.iti__search-input {
  color: black !important;
}

.iti__search-input::placeholder {
  color: black !important;
}

.iti {
  width: 100%;
}

.form input::placeholder {
  color: white;
}

.form-group {
  position: relative;
  margin: 0 0 5px 0;
  width: 100%;
}

.flex-group,
.flex-group-one {
  display: flex;
  gap: 5px;
}

.ar .iti--allow-dropdown input.iti__tel-input {
  text-align: right;
}

.ar .select-wrap::after {
  right: unset;
  left: 10px;
}

.ar .submit {
  font-family: var(--font-arabic-bold);
  font-weight: 700;
  font-size: 17px;
}

.ar .section-title {
  font-family: var(--font-arabic-heavy);
  font-size: 26px;
  line-height: 30px;
  text-align: right;
  width: 100%;
}

.ar section.chevy-lineup.footer-sec .container {
  width: 60%;
}

.ar .card-section .slider-wrapper {
  width: 91%;
}

.ar section.chevy-lineup.footer-sec .container .section-title {
  text-align: center;
}

.ar .accordion-content ul {
  padding-left: 0;
  margin-bottom: 25px;
  font-family: var(--font-medium);
  text-align: right;
  direction: rtl;
}

.ar .accordion-header h3 {
  font-family: var(--font-arabic-bold);
  font-weight: 700;
  font-size: 27px;
}

.ar .accordion-header h4 {
  font-family: var(--font-arabic-bold);
  font-weight: 700;
  font-size: 17px;
}

.ar .arrow-border-box {
  margin-right: unset;
  margin-left: 10px;
}

.ar section.chevy-lineup.footer-sec p.section-desc {
  font-family: var(--font-arabic-roman);
  font-weight: 400;
  font-size: 16px;
  line-height: 163%;
  direction: rtl;
}

.ar .car-intro {
  font-family: var(--font-arabic-roman);
  font-weight: 400;
  font-size: 18px;
  text-align: right;
}

.ar .car-heading {
  font-family: var(--font-arabic-bold);
  font-size: 19px;
  text-align: right;
}

.ar .accordion-content li {
  font-family: var(--font-arabic-roman);
}


.ar #about p {
  font-family: var(--font-arabic-roman);
  font-weight: 400;
  font-size: 18px;
  line-height: 163%;
}

.ar .primary-btn {
  font-family: var(--font-arabic-bold);
  font-weight: 700;
  font-size: 18px;
}

.ar #success-overlay {
  direction: rtl;
}

.ar #success-overlay h4 {
  font-family: var(--font-arabic-bold);
}

.ar #success-overlay h5 {
  font-family: var(--font-arabic-roman);
  line-height: 30px;
}


.ar #success-overlay-close {
  right: unset;
  left: 0;
}

.ar .privacy-box .error {
  bottom: -10px;
  left: unset;
  right: 17px;
}

.flex-group-one .form-group:first-child {
  width: 75px;
  flex: 0 0 75px;
}

.flex-group-one .form-group:nth-child(2),
.flex-group-one .form-group:nth-child(3) {
  width: calc((100% - 75px - 2px) / 2);
}

.select-wrap {
  position: relative;
}

.select-wrap::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid var(--dropdown-arrow-color);
  pointer-events: none;
}

.iti__arrow {
  height: 0;
  border-top: var(--iti-arrow-height) solid var(--dropdown-arrow-color);
}

/* Submit Button */
.submit {
  border: none;
  background: white;
  width: 100%;
  text-transform: uppercase;
  cursor: pointer;
  color: black;
  padding: 10px;
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  border-radius: 0;
}

.chevy-lineup {
  background: white;
  padding: 60px 0;
}

.container {
  width: 90%;
  margin: auto;
}

/* =========================
   SECTION TITLE
========================= */

.section-title {
  font-family: var(--font-black);
  font-weight: 900;
  font-size: 28px;
  line-height: 100%;
  text-transform: uppercase;
  color: black;
  display: inline-block;
  padding: 0;
}

.section-desc {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin: 0px 0 50px;
}

/* =========================
   FLEX LAYOUT
========================= */

.cars-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}

.car-card {
  width: 48.333%;
  position: relative;
}

/* =========================
   IMAGE
========================= */

.car-image {
  width: 100%;
  height: auto;
  margin-bottom: 30px;
}

/* =========================
   ACCORDION HEADER
========================= */

.accordion-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
  border-bottom: 1px solid #aeaeae;
  padding-bottom: 0;
}

.accordion-header h3 {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 28px;
  text-transform: uppercase;
  margin: 15px 0;
}

/* Arrow */
.arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
}

/* Rotate when active */
.accordion-header.active .arrow {
  transform: rotate(-135deg);
}

/* =========================
   ACCORDION CONTENT
========================= */
.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.card-button {
  margin-top: 20px;
}

a.primary-btn.whatsapp-btn img {
  width: 30px;
  margin-top: -5px;
}

.accordion-content.active {
  max-height: 500px;
  /* large enough to fit content */
  opacity: 1;
  padding-top: 20px;
  position: relative;
}

section.chevy-lineup.footer-sec {
  text-align: center;
}

section.chevy-lineup.footer-sec p.section-desc {
  margin: 20px 0 0;
  font-family: var(--font-regular);
}

section.chevy-lineup.footer-sec .container {
  width: 80%;
}

footer {
  height: 40px;
  background: #000;
}

section.chevy-lineup.footer-sec .bottom-buttons {
  margin-top: 40px;
}

.car-intro {
  font-family: var(--font-regular);
  font-weight: 500;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 15px;
}

.ar #language-selector a {
  font-family: var(--font-regular);
}

.car-heading {
  font-family: var(--font-bold);
  font-weight: 700;
  font-size: 18px;
  line-height: 100%;
  margin-bottom: 15px;
}

.car-heading span {
  text-transform: lowercase;
}

.accordion-content ul {
  padding-left: 18px;
  margin-bottom: 25px;
  font-family: var(--font-medium);
}

.accordion-content li {
  font-family: var(--font-regular);
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  margin-bottom: 8px;
}

/* Remove Chrome autofill background completely */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
  box-shadow: 0 0 0 1000px transparent inset !important;
  -webkit-text-fill-color: #fff !important;
  /* change if needed */
  background-color: transparent !important;
  transition: background-color 9999s ease-in-out 0s;
}

option {
  background: var(--form-bg-color);
  color: white;
}

#about {
  padding: 40px 0;
}

.about-div {
  display: flex;
  flex-direction: row;
  gap: 5rem;
}

.about-content {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

#about p {
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 16px;
  margin-bottom: 15px;
}

.video-wrapper {
  position: relative;
  max-width: 50%;
  overflow: hidden;
}

.video-wrapper video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

#about h2 {
  margin: unset;
}

/* =========================
   OUTLINE BUTTON
========================= */

.outline-btn {
  display: inline-block;
  border: 2px solid var(--primary-btn-color);
  padding: 12px 25px;
  font-family: var(--font-medium);
  font-weight: 600;
  font-size: 18px;
  text-decoration: none;
  color: var(--primary-btn-color);
  width: -webkit-fill-available;
  text-align: center;
}

/* =========================
   BOTTOM BUTTONS
========================= */

.bottom-buttons {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 80px;
}

.primary-btn {
  width: 529px;
  height: 55px;
  background: black;
  color: white;
  font-family: var(--font-medium);
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 60px;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 9px;
}

button {
  outline: none;
}

div#success {
  text-align: center;
  margin: 30px 0 0;
}

.ar #success-overlay {
  direction: rtl;
}

#success-overlay {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0px;
  bottom: 0px;
  width: 100%;
  z-index: 1000;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999999;
}

#success-overlay-innerwrap {
  display: block;
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 40px;
  background-color: rgb(255 255 255 / 90%);
  border-radius: 5px;
}

#success-overlay h4 {
  font-family: var(--font-bold);
  text-align: center;
  font-size: 30px;
  color: black;
}



#success-overlay h5 {
  font-family: var(--font-medium);
  text-align: center;
  font-size: 18px;
  color: black;
}



.ar #success-overlay-close {
  right: unset;
  left: 0;
}

#success-overlay-close {
  position: absolute;
  right: 0px;
  top: 0px;
  font-size: 22px;
  cursor: pointer;
  padding: 12px 15px 8px;
  font-weight: 600;
  color: black;
  font-family: var(--font-regular);
}

/* privacy checkbox */
.privacy-box input#privacy {
  width: 15px;
  height: 15px;
  background: #ffffff4d;
  z-index: 9;
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

.privacy-box .error {
  bottom: -10px;
  left: 17px;
  right: unset;
}

.privacy-box {
  display: flex;
  gap: 7px;
  margin-bottom: 20px;
}

.privacy-box .checkmark {
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  border: 0.5px solid #ffffff;
  background: rgba(255, 255, 255, 0.3);
  /* #FFFFFF4D */
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  -webkit-transform: translateZ(0);
  cursor: pointer;
}

.privacy-box input:checked+.checkmark {
  background: rgba(255, 255, 255, 0.3);
}

.privacy-box input:checked+.checkmark::after {
  content: "";
  position: absolute;
  left: 4.5px;
  top: 1px;
  width: 3px;
  height: 8px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

.privacy-box a {
  color: var(--link-color);
}

.keyfeature-section,
.gallery-section {
  padding: 3rem 0;
}

.ar form h2 {
  font-family: var(--font-arabic-heavy);
  font-weight: 900;
  font-size: 24px;
  line-height: 34px;
}

.ar h6 {
  font-family: var(--font-arabic-roman);
  font-weight: 400;
  font-size: 16px;
  line-height: 21px;
  direction: rtl;
}

.ar .form input,
.ar .form select {
  font-family: var(--font-arabic-roman);
}

.ar label {
  font-family: var(--font-arabic-roman);
}

.ar .submit {
  font-family: var(--font-arabic-bold);
  font-weight: 700;
  font-size: 17px;
}

/* ==========================
   RESPONSIVE
========================== */
@media (max-width: 1300px) {
  .ar .card-section h4 {
    height: 80px !important;
  }
}

@media (max-width: 400px) {
  .ar .card-section h4 {
    height: 100px !important;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .hero-form-wrapper {
    position: static;
    transform: none;
    width: 100%;
    margin-top: -5px;
  }

  .hide-mobile {
    display: none;
  }

  .hide-desktop {
    display: block;
  }

  .iti--fullscreen-popup.iti--container.iti--country-search {
    padding: 0;
    margin: 10px 0;
  }

  .mobile-logo {
    position: absolute;
    right: 10px;
    z-index: 999;
    margin-top: -50px;
  }

  .mobile-logo img {
    width: 236px;
    height: 13px;
  }

  #language-selector {
    right: unset;
    /* keep right anchor */
    left: 10px;
    margin-top: -55px;
    top: unset;
  }

  .form-container {
    width: unset;
    max-width: unset;
    background-color: black;
  }

  .privacy-box .error {
    bottom: -12px;
  }

  h2 {
    font-size: 24px;
  }

  .container {
    width: 90%;
    padding: 0;
  }

  .cars-wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .car-card {
    width: 100%;
  }

  .car-image {
    min-height: auto;
    margin-bottom: 20px;
  }

  .ar .premier-section .cars-wrapper {
    flex-direction: column;
  }

  .ar .mobile-logo img {
    width: 180px;
  }

  .ar .about-div {
    flex-direction: column-reverse;
  }



  /* =========================
     SECTION TITLE
  ========================= */

  .section-title {
    font-size: 24px;
    line-height: 28%;
  }

  .ar section.chevy-lineup.footer-sec .container {
    width: 90%;
  }

  .section-desc {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 30px;
  }

  /* =========================
     DROPDOWN HEADING
  ========================= */

  .accordion-header h3 {
    font-size: 24px;
    line-height: 20px;
  }

  /* =========================
     DROPDOWN CONTENT
  ========================= */

  .car-intro {
    font-size: 16px;
    line-height: 22px;
  }

  .accordion-content li {
    font-size: 14px;
    line-height: 20px;
  }

  /* =========================
     BUTTON
  ========================= */

  .outline-btn {
    font-size: 16px;
    padding: 10px 20px;
  }

  /* =========================
     BOTTOM BUTTONS
  ========================= */

  .bottom-buttons {
    flex-direction: column;
    gap: 15px;
    margin-top: 40px;
  }

  .primary-btn {
    width: 100%;
    height: 50px;
    font-size: 16px;
    /* WhatsApp button 16 */
  }

  #about .container {
    max-width: 100%;
  }

  .about-content {
    max-width: 100%;
  }

  .video-wrapper {
    max-width: 100%;
  }

  .keyfeature-section,
  .gallery-section {
    padding: 40px 0;
  }

  .about-div {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 0;
  }

  section.chevy-lineup.footer-sec .container {
    width: 90%;
  }

  .chevy-lineup {
    padding: 40px 0;
  }

  .car-mobile {
    margin-top: 15px;
  }

  #about.container {
    width: 100%;
    margin: auto;
  }

  .about-content {
    width: 90%;
    margin: auto;
  }

  .main-form {
    background: black;
  }
  .cen-tagline {
    font-size: 16px !important;
  }
  .ar .cen-tagline{
    font-size: 16px !important;
  }

}
@media (min-width: 769px) and (max-width: 1100px) {
  #header-image .owl-carousel .owl-item img {
    height: 650px;
  }
}
/* new tagline */
.cen-tagline {
  color: #ffffff;
  font-family: var(--font-medium);
  text-align: center;
  margin-top: 0px;
  font-size: 18px;
}
.ar .cen-tagline{
  font-family: var(--font-arabic-roman);
  line-height: 1.2em;
  font-size: 18px;
}