body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Play", sans-serif;
}

html {
  font-size: 100%;
}

@media (max-width: 576px) {
  html {
    font-size: 85%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: 88%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  html {
    font-size: 90%;
  }
}

@media (min-width: 992px) and (max-width: 1199px) {
  html {
    font-size: 95%;
  }
}

@media (min-width: 1200px) {
  html {
    font-size: 100%;
  }
}

a {
  color: #000000;
  text-decoration: none;
}

a:hover {
  color: #000000;
}

ul {
  list-style: none !important;
}

header .active {
  color: #F0BB78 !important;
}

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

header nav {
  background: #13101054;
}

.banner-section {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.banner-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.banner-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.4));
  z-index: 2;
}

.banner-section .container {
  position: relative;
  z-index: 3;
  height: 100%;
}

.banner-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.banner-section .row {
  padding-top: 10%;
}

.text-gold {
  color: #F0BB78;
}

@media (max-width: 992px) {
  .banner-section .row {
    height: 100%;
    align-items: center;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .banner-section {
    height: 80vh;
  }
}

/* ///////////////////////////////////////////////////////////////////////////////// */

.vehicles-section {
  padding: 4rem 0;
}

.vehiclesSwiper {
  padding: 50px 0;
  overflow: visible !important;
}

.vehicle-item {
  position: relative;
  transition: all 0.4s ease;
}

.vehicle-item img {
  width: -webkit-fill-available;
  max-height: 400px;
  object-fit: cover;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.8));
  transition: all 0.4s ease;
  padding-top: 1rem;
}

.vehicle-label {
  position: absolute;
  top: -15px;
  left: 0;
  transform: translateX(0%);
  background: #8B6914;
  color: white;
  padding: 12px 70px 12px 10px;
  font-family: 'Play', sans-serif;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
  white-space: nowrap;
  z-index: 10;
}

.swiper-slide {
  opacity: 0.5;
  transform: scale(0.7);
  transition: all 0.4s ease;
}

.swiper-slide-active {
  opacity: 1;
  transform: scale(1.1);
  z-index: 10;
}

.swiper-slide-active .vehicle-item img {
  transform: scale(1.3);
}

.swiper-button-next,
.swiper-button-prev {
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  top: 50% !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 30px !important;
  font-weight: bold;
}

.vehicles-nav {
  position: relative;
  z-index: 20;
}

.nav-arrow {
  width: 70px;
  height: 70px;
  backdrop-filter: blur(10px);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  user-select: none;
}

.nav-arrow:hover {
  transform: scale(1.1);
}

.arrow-icon {
  width: 32 '' px;
  height: 32px;
  transition: all 0.3s ease;
}

.nav-arrow:hover .arrow-icon {
  transform: translateX(-5px);
}

.nav-next:hover .arrow-icon {
  transform: translateX(5px);
}

@media (min-width: 992px) {
  .nav-arrow {
    width: 80px;
    height: 80px;
  }

  .arrow-icon {
    width: 38px;
    height: 38px;
  }
}

@media (max-width: 576px) {
  .vehicles-nav {
    gap: 20px !important;
  }

  .nav-arrow {
    width: 55px;
    height: 55px;
  }

  .arrow-icon {
    width: 26px;
    height: 26px;
  }

  .btn-outline-light {
    font-size: 14px !important;
    padding: 12px 30px !important;
  }
}

@media (max-width: 768px) {
  .vehicle-label {
    font-size: 16px;
    padding: 10px 25px;
  }

  .swiper-slide-active {
    transform: scale(1);
  }

  .vehicles-section {
    padding: 80px 0;
  }
}

/* /////////////////////////////////////////////////////////////////////////////////////// */


.challenges-v2 {
  padding: 4rem 0;
  background: #000;
}

.challenge-truck-img img {
  border-radius: 12px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.8);
  transition: transform 0.6s ease;
}

.challenge-truck-img img:hover {
  transform: translateY(-10px);
}

.title {
  font-size: 3rem;
}

.title-underline {
  position: absolute;
  bottom: -12px;
  left: 0;
  width: 120px;
  height: 6px;
  background: #F0BB78;
  border-radius: 3px;
}

.hug-badge {
  background: #0066FF;
  color: white;
  font-size: 14px;
  font-weight: 700;
  padding: 6px 16px;
  border-radius: 30px;
  margin-left: 20px;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(0, 102, 255, 0.4);
}

.challenge-box {
  padding: 24px 24px 24px 0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
  transition: all 0.3s ease;
}


.icon-box {
  width: 150px;
  height: 150px;
  background: rgba(255, 255, 255, 0.08);
  border-radius: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.icon-box i {
  font-size: 28px;
  color: #D4AF37;
}

@media (max-width: 992px) {
  .hug-badge {
    display: block;
    margin-left: 0;
    margin-top: 15px;
  }
}

@media (max-width: 767px) {
  .challenge-box {
    flex-direction: column;
    text-align: center;
  }

  .icon-box {
    margin: 0 auto 15px;
  }

  .title-underline {
    left: 50%;
    transform: translateX(-50%);
  }
}

.text-warning {
  color: #F0BB78 !important;
}


/* /////////////////////////////////////////////////////////////////////////////////////// */


/* ====== About Us Section ====== */
.about-us-section {
  position: relative;
  min-height: 90vh;
  overflow: hidden;
  padding: 2rem 1rem;
}

.about-us-section .about-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url('../img/section6.png') center center / cover no-repeat;
  z-index: 1;
}

.about-us-section .about-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.7) 0%, rgba(0, 0, 0, 0.8) 100%);
  z-index: 2;
}

.about-us-section .about-us-content {
  width: 90%;
  max-width: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem;
  z-index: 10;
  color: #fff;
}

.about-us-section h2 {
  position: relative;
  display: inline-block;
}

.about-us-section .title-underline {
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 50px;
  height: 3px;
  background-color: #F0BB78;
}

.left_image,
.right_image {
  position: absolute;
  z-index: 10;
  transition: width 0.6s ease-in-out, height 0.6s ease-in-out, opacity 0.6s ease-in-out;
  width: 25%;
}

.left_image {
  left: 0;
  top: 0;
  transform: scale(1);
}

.right_image {
  right: 0;
  bottom: 0;
  transform: scale(1);
}

.about-us-section.in-view .left_image {
  width: 35%;
}

.about-us-section.in-view .right_image {
  width: 35%;
}



/* ///////////////////////////////////////////////////////////////////////// */


.defense-section {
  background: #000;
  color: #fff;
  padding: 5rem 0;
}

.defense-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.3;
  position: relative;
}

.defense-text {
  opacity: 0.8;
  font-size: 1rem;
}

.explore-btn {
  display: inline-block;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 18px;
  border-radius: 4px;
  transition: 0.3s ease;
}

.explore-btn:hover {
  background: #fff;
  color: #000;
}

.defenseSwiper {
  width: 100%;
  padding: 20px 0;
}

.defenseSwiper .swiper-slide {
  width: 70%;
  transition: 0.3s;
  overflow: hidden;
  border-radius: 15px;
}

.defenseSwiper .swiper-slide img {
  /* width: 100%;
    height: 380px; */
  object-fit: cover;
  border-radius: 15px;
}

.swiper-slide:not(.swiper-slide-active) {
  opacity: 0.5;
  transform: scale(0.9);
}

/* ////////////////////////////////////////////////////////////////////////// */

footer {
  position: relative;
  width: 100%;
  background: url('../img/fotter.png') center center / cover no-repeat;
  background-color: #000;
  padding: 80px 0 0 0;
  overflow: hidden;
}

footer .container {
  position: relative;
  z-index: 2;
}

.footer-menu li a {
  display: inline-block;
}

.hover-gold {
  transition: color 0.3s ease;
  position: relative;
}

.hover-gold:hover {
  color: #D4AF37 !important;
}

.hover-gold::after {
  content: '';
  position: absolute;
  width: 0;
  height: 1px;
  bottom: -4px;
  left: 0;
  background: #D4AF37;
  transition: width 0.3s ease;
}

.hover-gold:hover::after {
  width: 100%;
}

@media (max-width: 992px) {

  footer h5 {
    font-size: 1.6rem !important;
  }

  footer p,
  footer a {
    font-size: 1.1rem;
  }

  footer .col-lg-3 {
    margin-bottom: 40px;
  }
}

@media (max-width: 768px) {


  footer .row {
    text-align: center !important;
  }

  footer img {
    margin-bottom: 20px;
    width: 160px;
  }

  .footer-menu {
    padding-left: 0 !important;
  }

  footer h5 {
    margin-top: 20px;
    font-size: 1.5rem !important;
  }

  footer .col-md-4,
  footer .col-6 {
    margin-bottom: 40px !important;
  }
}

@media (max-width: 576px) {

  footer img {
    width: 130px;
  }

  footer h5 {
    font-size: 1.3rem !important;
  }

  footer p,
  footer a {
    font-size: 1rem;
  }
}


/* ///////////////////   Vehicles  page ////////////////////////// */


.second_banner {
  position: relative;
  height: 100vh;
  min-height: 600px;
  overflow: hidden;
}

.second_banner .banner-img {
  object-fit: cover;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}


.vehicles-title {
  font-weight: 700;
  font-size: 16px;
  color: white;
  position: relative;
  margin-bottom: 4rem;
  padding-left: 2rem;
}

.vehicles-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1rem;
  background-color: #F0BB78;
  width: 8rem;
  height: 3px;
}

.vehicles-section .box_vehicle .btn:hover {
  color: white !important;
  background-color: black !important;
  border-color: white !important;
}

.vehicles-section .box_vehicle .vehicle-shape {
  background: #F0BB78;
  color: rgb(0, 0, 0);
  padding: 6px 5rem 6px 15px;
  font-size: 20px;
  text-transform: uppercase;
  clip-path: polygon(0% 0%, 80% 0%, 100% 100%, 0% 100%);
  white-space: nowrap;
  z-index: 10;
  width: max-content;
}

.vehicles-section .box_vehicle .vehicle-item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
}

.vehicles-section .box_vehicle .vehicle-item img {
  width: 100% !important;
}



/* ====================== Vehicle Detail Gallery – Unique ====================== */
.temsah-detail-gallery {
  padding: 120px 0;
  background-image: url('../img/background.png');
  background-size: cover;
  background-position: center;
}

/* Main Slider */
.temsahMainGallery {
  height: 500px;
  margin-bottom: 30px;
  border-radius: 12px;
  overflow: hidden;
}

.temsah-main-img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: transform 0.5s ease;
  /* background: #000; */
}

.temsahMainGallery .swiper-slide:hover .temsah-main-img {
  transform: scale(1.03);
}


/* Thumbnails */
.temsahThumbGallery {
  height: 230px;
}

.temsahThumbGallery .swiper-slide {
  opacity: 0.4;
  transition: all 0.4s ease;
  cursor: pointer;
  /* border: 3px solid transparent; */
  /* border-radius: 8px; */
  overflow: hidden;
}

.temsahThumbGallery .swiper-slide-thumb-active,
.temsahThumbGallery .swiper-slide:hover {
  opacity: 1;
  transform: scale(1.05);
}

.temsah-thumb-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

/* Responsive */
@media (max-width: 992px) {
  .temsahMainGallery {
    height: 500px;
  }

  .temsahThumbGallery {
    height: 100px;
  }
}

@media (max-width: 768px) {
  .temsahMainGallery {
    height: 400px;
  }

  .temsahThumbGallery {
    height: 80px;
  }

}

.temsah-next-arrow:after,
.temsah-prev-arrow:after {
  display: none !important;
}


.temsah-next-arrow,
.temsah-prev-arrow {
  width: 100px;
  height: 100px;
  position: relative;
  background-color: unset;
  z-index: 20;
}

.temsah-next-arrow::before,
.temsah-prev-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: translate(-50%, -50%);
}

/* صورة السهم اليمين */
.temsah-next-arrow::before {
  background-image: url('../img/ei_arrow-right2.png');
}

/* صورة السهم الشمال */
.temsah-prev-arrow::before {
  background-image: url('../img/ei_arrow-right.png');
}

@media (max-width: 768px) {

  .temsah-next-arrow,
  .temsah-prev-arrow {
    width: 45px;
    height: 45px;
  }

  .temsah-next-arrow::before,
  .temsah-prev-arrow::before {
    width: 22px;
    height: 22px;
  }
}


.data_accordion {
  padding: 5rem 0;
  background-color: #131010;
}

.data_accordion #accordionExample {
  gap: 1rem;
  display: flex;
  flex-direction: column;
}

.data_accordion .accordion-item,
.data_accordion .accordion-header,
.data_accordion .accordion-body {
  background-color: #131010;
  border: 0 !important;
}

.data_accordion .accordion-button {
  background: #131010;
  border: 0 !important;
  box-shadow: none !important;
  color: #fff;
}

.data_accordion .accordion-button::after {
  content: "";
  background-image: url("../img/Vector.png") !important;
  background-size: contain;
  background-repeat: no-repeat;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
}

.data_accordion .accordion-button.collapsed::after {
  transform: rotate(0deg);
  transition: transform 0.3s;
}

.data_accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(90deg);
}

.data_accordion hr {
  margin: 0.5rem 0;
}


/* ///////////////////////////////////////////////////////////////// */


.third_banner {
  position: relative;
  height: 70vh;
  min-height: 600px;
  overflow: hidden;
}

.third_banner .banner-img {
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
}

.contact-section {
  background: black;
  padding: 80px 0;
}

.contact-section .contact-box {
  border-radius: 20px;
  background: #1b1818;
  display: flex;
  flex-wrap: wrap;
  height: 450px;
}

/* .contact-section .contact-img img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
} */

.contact-section .contact-text {
  color: #fff;
}

.contact-section .contact-text h3 {
  font-size: 28px;
  color: #fff;
}

.contact-section .contact-text p {
  color: white;
  font-size: 15px;
  display: flex;
  align-items: flex-start;
  gap: 0.5rem;
}

.contact-section .contact-text img {
  width: 18px;
  margin-top: 3px;
}

@media (max-width: 767px) {
  /* .contact-section .contact-img img {
    height: 250px;
    border-radius: 20px 20px 0 0;
  } */

  .contact-section .contact-box {
    border-radius: 20px;
  }

  .contact-section .contact-text {
    padding: 20px !important;
  }

  .contact-section .contact-text h3 {
    font-size: 22px;
  }

  .contact-section .contact-text p {
    font-size: 14px;
  }
}

/* @media (min-width: 768px) and (max-width: 991px) {
  .contact-section .contact-img img {
    height: 350px;
  }
}

@media (min-width: 992px) {
  .contact-section .contact-img img {
    height: 450px;
  }
} */

@media (max-width: 575px) {
  .contact-section {
    padding: 30px;
  }
}


.get-in-section {
  background: black;
  padding: 60px 0;
}

.get-in-section .contact-box {
  padding: 40px;
  border-radius: 20px;
  background: #1b1818;
  display: flex;
  flex-wrap: wrap;
}

.get-in-section .input-group {
  position: relative;
  margin-bottom: 30px;
}

/* الـ input نفسه */
.get-in-section .input-group input,
.get-in-section .input-group textarea {
  width: 100%;
  padding: 24px 20px 18px 20px;
  font-size: 16px;
  border: none;
  border-radius: 10px !important;
  background: white;
  outline: none;
  transition: all 0.3s ease;
  color: #13101070;
}

/* الـ label */
.get-in-section .input-group label {
  position: absolute;
  top: 0;
  left: 20px;
  /* بدل right:20px */
  font-size: 16px;
  color: #13101050;
  pointer-events: none;
  transition: all 0.3s ease;
  background: transparent;
}


/* لما الـ input يكون فيه قيمة أو فوكس */
.get-in-section .input-group input:focus,
.get-in-section .input-group input:valid,
.get-in-section .input-group textarea:focus,
.get-in-section .input-group textarea:valid {
  padding-top: 30px;
  padding-bottom: 10px;
}

.get-in-section .input-group input:focus~label,
.get-in-section .input-group input:valid~label,
.get-in-section .input-group textarea:focus~label,
.get-in-section .input-group textarea:valid~label {
  top: 8px;
  left: 20px;
  /* برضه هنا */
  font-size: 12px;
  color: #888;
  font-weight: 500;
}


/* للـ textarea */
.get-in-section .input-group textarea {
  height: 130px;
  resize: none;
}

.get-in-section .submit-btn {
  width: auto;
  padding: 1rem 2rem;
  background: #ffffff;
  color: #131010;
  font-size: 18px;
  font-weight: 600;
  border: none;
  border-radius: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  margin-top: 10px;
}

.get-in-section .submit-btn:hover {
  background: #131010;
  color: white;
  border: 1px solid white;
}

@media (max-width: 991px) {
  .get-in-section .contact-box {
    flex-direction: column;
    padding: 20px;
  }

  .get-in-section .contact-box>div {
    padding: 0 !important;
    margin-bottom: 30px;
  }

  .get-in-section .col-lg-7 {
    padding-left: 0 !important;
  }

  .get-in-section .submit-btn {
    width: 100%;
    padding: 14px 0;
  }
}

/* للشاشات الصغيرة جدًا */
@media (max-width: 575px) {
  .get-in-section {
    padding: 40px 0;
  }

  .get-in-section .input-group input,
  .get-in-section .input-group textarea {
    padding: 18px 15px 14px 15px;
    font-size: 15px;
  }

  .get-in-section .input-group label {
    left: 15px;
  }

  .get-in-section .submit-btn {
    font-size: 16px;
  }
}