/* Start Global Rules */
@import url("https://fonts.googleapis.com/css2?family=IBM+Plex+Sans+Arabic:wght@100;200;300;400;500;600;700&display=swap");

:root {
  --main-color: #195714;
  --blue-color: #483cff;
  --warm-color: #f6efd26c;
  --light-color: #ffffff;
  --dark-color: #1b1b1b;

  --main-trans: all 0.4s ease-in-out;
}
body {
  color: var(--dark-color);
  font-family: "IBM Plex Sans Arabic", sans-serif;
  direction: rtl !important;
}

p.lead,
li {
  color: var(--dark-color);
}

/* call-btn */
.call-btn {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  color: var(--light-color);
  background-color: var(--main-color);
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  transition: var(--main-trans);
  font-size: 18px;
}
.call-btn:hover {
  background-color: var(--main-color);
  color: var(--light-color);
}
.call-btn img {
  width: 25px;
  margin-right: 5px;
}

/* whatsapp-btn */
.whatsapp-btn {
  text-decoration: none;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 12px 40px;
  color: var(--light-color);
  background-color: #25d366;
  border-radius: 100px;
  text-align: center;
  font-weight: bold;
  transition: var(--main-trans);
  font-size: 18px;
}
.whatsapp-btn:hover {
  background-color: var(--main-color);
  color: var(--light-color);
}
.whatsapp-btn img {
  width: 25px;
  margin-right: 5px;
}

/* End Global Rules */

/* Start Navbar */
#mainNavbar {
  transition: background-color 0.3s ease;
}
/* اللون الأبيض بعد السكرول */
#mainNavbar.scrolled {
  background-color: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
#mainNavbar.scrolled .navbar-nav .nav-link {
  color: var(--dark-color);
}
.navbar {
  min-height: 90px;
}
.navbar .navbar-brand img {
  width: 100px !important;
}
.navbar .navbar-toggler {
  box-shadow: none !important;
  border: none !important;
}
.navbar .navbar-nav .nav-link {
  font-weight: 500;
  font-size: 18px;
  color: var(--light-color);
  padding: 10px 20px;
}
.navbar .navbar-nav a:hover {
  color: var(--main-color);
}
/* End Navbar */

/* Start Showcase */
.showcase {
  padding: 100px 0 120px 0;
  /* background-color: var(--warm-color); */
  height: 100vh;
  display: flex;
  align-items: center;
}
.showcase video {
  object-fit: cover;
  z-index: 0;
}
.showcase .container {
  z-index: 1;
}
.showcase .overlay {
  background: rgba(0, 0, 0, 0.5); /* أسود شفاف */
  z-index: 1;
}
.showcase > * {
  color: var(--light-color) !important;
}
.showcase span {
  color: var(--light-color);
  font-weight: bold;
  background-color: var(--main-color);
  display: inline-block;
  padding: 0 10px;
  border-radius: 100px;
}
.showcase .showcase-btns {
  display: flex;
  justify-content: center;
}
.showcase .showcase-btns a {
  margin: 0 10px 0 10px;
}
.showcase .showcase-btns .whatsapp-color {
  background-color: #25d366 !important;
}

@media (max-width: 768px) {
  .showcase {
    padding-top: 50px;
  }
  .showcase h1,
  .showcase p {
    width: 100% !important;
  }
  .showcase .showcase-btns a {
    margin: 0 5px 0 5px;
    font-size: 16px;
  }
}
/* End Showcase */

/* Start Features */
.features {
  padding: 100px 0;
}
.features .location-box {
  border-radius: 24px;
  overflow: hidden;
  padding: 0;
  margin: 0;
  height: 100%;
}
.features .box {
  background-color: var(--warm-color);
  height: 100%;
  padding: 30px 15px;
  border-radius: 24px;
}
.features .box h3 {
  color: var(--main-color);
}
/* End Features */

/* Start Services */
.services {
  padding: 50px 0 120px 0;
}
.services .row {
  padding: 50px 0;
}
.services .service-img {
  border-radius: 24px;
}

@media (max-width: 768px) {
  .services .order-to-1 {
    order: 1;
  }
  .services .order-to-2 {
    order: 2;
  }
}
/* End Services */

/* Start Testimonials */
/* End Testimonials */

/* Start FAQ */
.faq {
  padding: 100px 0;
  background-color: var(--warm-color);
}
.faq h2 {
  color: var(--main-color);
  padding-bottom: 30px;
}
.faq-drawer {
  margin-bottom: 30px;
}

.faq-drawer__content-wrapper {
  font-size: 1.25em;
  line-height: 1.4em;
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s ease-in-out;
}

.faq-drawer__title {
  border-top: #00000023 1px solid;
  cursor: pointer;
  display: block;
  font-size: 1.25em;
  font-weight: 700;
  padding: 30px 0 0 0;
  position: relative;
  margin-bottom: 0;
  transition: all 0.3s ease-out;
}
.faq-drawer__title:hover {
  color: var(--main-color) !important;
}

.faq-drawer__title::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: " ";
  display: inline-block;
  float: left;
  height: 10px;
  left: 2px;
  position: relative;
  left: 20px;
  top: 2px;
  transform: rotate(135deg);
  transition: 0.5s ease-in-out;
  vertical-align: top;
  width: 10px;
}

/* OPTIONAL HOVER STATE */
.faq-drawer__title:hover {
  color: #4e4b52;
}

.faq-drawer__trigger:checked
  + .faq-drawer__title
  + .faq-drawer__content-wrapper {
  max-height: 350px;
}

.faq-drawer__trigger:checked + .faq-drawer__title::after {
  transform: rotate(-45deg);
  transition: 0.5s ease-in-out;
}

input[type="checkbox"] {
  display: none;
}
/* End FAQ */

/* Start Contact */
.contact {
  padding: 100px 0;
  background-color: var(--dark-color);
}
.contact h2 {
  color: var(--light-color);
}
.contact h3 {
  font-size: 25px;
}
.contact .box {
  background-color: var(--main-color);
  padding: 30px 20px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.contact .box-2 {
  background-color: #25d366;
  padding: 30px 20px;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
}
/* End Contact */

/* Start Footer */
footer {
  background-color: #000;
  padding: 20px 10px;
}
/* End Footer */

/* Bottom Btns */
.bottom-btns {
  display: flex;
  position: fixed;
  bottom: 15px;
  left: 15px;
  flex-direction: column;
  z-index: 1000;
}
.bottom-btns .btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  margin: 5px 0;
  border-radius: 50%;
  padding: 0;
  transition: 0.3s;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}
.bottom-btns .btn img {
  width: 30px;
  height: 30px;
  margin: 0;
}
.bottom-btns .hotline-btn {
  background-color: var(--blue-color);
  animation: 2s infinite pulse;
}
.bottom-btns .whatsapp-btn {
  background-color: #25d366;
}
.bottom-btns .btn:hover {
  transform: scale(1.1);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}
@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(46, 60, 253, 0.4);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(253, 49, 46, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(253, 49, 46, 0);
  }
}
