/* 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: red;
  --light-main-color: rgba(255, 0, 0, 0.021);
  --light-color: #fafafa;
  --dark-color: #2f3542;
  --text-color: #636e72;
  --white-color: #fff;
  --main-transition: all 0.4s;
}

body {
  font-family: "IBM Plex Sans Arabic", sans-serif !important;
  color: var(--dark-color);
}

.call-btn {
  padding: 10px;
}
.call-btn .call-btn-link {
  font-size: 18px;
  font-weight: bolder;
  padding: 10px 30px !important;
  border-radius: 100px;
  background-color: var(--main-color);
  color: var(--white-color);
}
.call-btn .call-btn-link:hover {
  color: var(--white-color);
  background-color: var(--dark-color);
}
.text-color {
  color: var(--text-color);
}
.text-main {
  color: var(--main-color);
}
.fw-bold {
  font-weight: 500 !important;
}

img.section-icon {
  border-radius: 0 !important;
}
/* End Global Rules */

.topbar {
  background-color: var(--main-color);
  color: var(--white-color);
  border-radius: 0 !important;
  text-align: center;
  padding: 10px;
}

/* Start Navbar */
.navbar {
  background-color: var(--dark-color) !important;
  margin: 0;
  padding: 0 !important;
}
.navbar .navbar-brand {
  background-color: var(--white-color);
  display: block;
  height: 100% !important;
  padding: 20px 10px;
}
.navbar .navbar-brand img {
  width: 120px !important;
}
.navbar .navbar-nav .nav-link {
  padding: 10px 15px;
  color: var(--white-color);
  font-size: 18px;
  border-radius: 100px;
  transition: var(--main-transition);
}
.navbar .navbar-nav .nav-link:hover {
  background-color: var(--main-color);
  color: var(--white-color);
}
/* End Navbar */

/* Start Hero Section */
.hero-section {
  background-color: var(--white-color);
  min-height: 80vh;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero-section img {
  border-radius: 30px;
}
.hero-section h1 {
  padding-top: 30px;
  color: var(--dark-color);
}
.hero-section a {
  font-weight: bold;
  text-decoration: none;
  color: var(--white-color);
}
.hero-section a:hover {
  color: var(--main-color) !important;
  transition: var(--main-transition);
}
.hero-section .showcase-box {
  border-radius: 30px;
  padding: 30px 15px;
  margin: 30px 0;
}
.hero-section .form-request-img {
  border-radius: 0 !important;
}
.hero-section .card {
  margin-top: 30px;
  padding: 30px;
  border: 0 !important;
  border-radius: 30px;
  background-color: var(--dark-color);
}
.hero-section .card input,
.hero-section .card textarea {
  padding: 8px 20px;
  background-color: #ffffff13;
  border-radius: 5px;
  border: solid 1px #fff;
  font-size: 18px;
  color: var(--white-color);
}
.hero-section .card input:focus,
.hero-section .card textarea:focus {
  box-shadow: 0 1px 20px var(--main-color);
  border-color: var(--main-color);
}
.hero-section .card input::placeholder,
.hero-section .card textarea::placeholder {
  color: var(--white-color);
}
.hero-section .card button {
  padding: 10px 20px;
  background-color: var(--main-color);
  color: var(--white-color);
  border-radius: 100px;
  font-size: 18px;
  font-weight: bolder;
}
.hero-section .showcase-btns {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.hero-section .showcase-btns .btn {
  padding: 10px 30px;
  border-radius: 100px;
  margin: 5px;
}
.hero-section .showcase-btns .btn:hover {
  color: var(--white-color) !important;
  background-color: var(--dark-color);
}
.hero-section .showcase-btns .hotline-call-btn {
  background-color: #2e86de;
}
.hero-section .showcase-btns .phone-call-btn {
  background-color: #ee5253;
}
.hero-section .showcase-btns .whatsapp-call-btn {
  background-color: #10ac84;
}

@media (max-width: 768px) {
  .hero-section .showcase-btns {
    flex-direction: column;
  }
  .hero-section h1 {
    text-align: center;
  }
  .hero-section p {
    text-align: center;
  }
  .hero-section .card {
    padding: 15px;
  }
}
/* End Hero Section */

/* Start About */
.about {
  padding: 50px 0;
  background-color: var(--light-color);
}
.about .box {
  padding: 20px 15px;
}
.about img {
  border-radius: 30px;
  margin: 20px 0;
}
.about .box {
  background-color: var(--white-color);
  padding: 10px 20px;
  margin-bottom: 15px;
  border-radius: 10px;
  display: flex;
  /* justify-content: center; */
  align-items: center;
  min-height: 200px;
}
.about .box p {
  color: var(--dark-color);
}
@media (max-width: 768px) {
  .about .box {
    min-height: 220px;
  }
}
/* End About */

/* Start Services */
.services {
  padding: 50px 0;
}
.services img {
  border-radius: 30px;
  margin: 30px 0;
}
.services .row {
  padding: 30px 0;
}
.services .why-choose-us {
  background-color: var(--light-main-color);
  border-radius: 30px;
  padding: 30px 15px;
  text-align: center;
}
.services .why-choose-us ul {
  list-style-position: inside;
  list-style-type: none;
  padding: 0 !important;
}
.services .why-choose-us ul li {
  background-color: var(--white-color);
  padding: 10px;
  margin: 10px;
  display: inline-block;
  border-radius: 10px;
}
@media (max-width: 768px) {
  .services .mobile-img-col {
    order: 1 !important;
  }
  .services .mobile-content-col {
    order: 2 !important;
  }
}
/* End Services */

/* Start Contact */
.contact {
  padding: 100px 0;
  background-color: var(--light-color);
}
.contact h3 {
  font-weight: bold !important;
}
.contact .showcase-btns {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-direction: row;
}
.contact .showcase-btns .btn {
  padding: 10px 30px;
  border-radius: 100px;
  margin: 5px;
  color: var(--white-color) !important;
  font-weight: bold !important;
}
.contact .showcase-btns .btn:hover {
  color: var(--white-color) !important;
  background-color: var(--dark-color);
}
.contact .showcase-btns .hotline-call-btn {
  background-color: #2e86de;
}
.contact .showcase-btns .phone-call-btn {
  background-color: #ee5253;
}
.contact .showcase-btns .whatsapp-call-btn {
  background-color: #10ac84;
}
.contact .card {
  margin-top: 30px;
  padding: 30px;
  border: 0 !important;
  border-radius: 30px;
  background-color: var(--dark-color);
}
.contact .card input,
.contact .card textarea {
  padding: 8px 20px;
  background-color: #ffffff13;
  border-radius: 5px;
  border: solid 1px #fff;
  font-size: 18px;
  color: var(--white-color);
}
.contact .card textarea:focus {
  box-shadow: 0 1px 20px var(--main-color);
  border-color: var(--main-color);
}
.contact .card input::placeholder,
.contact .card textarea::placeholder {
  color: var(--white-color);
}
.contact .card button {
  padding: 10px 20px;
  background-color: var(--main-color);
  color: var(--white-color);
  border-radius: 100px;
  font-size: 18px;
  font-weight: bolder;
}
.contact .box {
  background-color: var(--white-color);
  padding: 20px 15px;
  border-radius: 10px;
  margin-bottom: 10px;
}
.contact .box ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 20px;
  list-style: none;
  padding: 0 !important;
}
.contact img {
  border-radius: 30px;
}
@media (max-width: 768px) {
  .contact .showcase-btns {
    flex-direction: column;
  }
}
/* End Contact */

/* Start Footer */
footer {
  background-color: #1b1b1b;
  padding: 20px 10px;
}
footer p {
  color: var(--white-color);
  padding: 0;
  margin: 0;
}
/* End Footer */

/* Sticky Button */
.call-btn-sticky {
  position: fixed;
  bottom: 30px;
  left: 20px;
  background: #ff416c; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #ff4b2b,
    #ff416c
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #ff4b2b,
    #ff416c
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: var(--white-color);
  padding: 10px;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  animation: pulseZoom 1.5s ease-in-out infinite;
}
.call-btn-sticky2 {
  position: fixed;
  bottom: 120px;
  left: 20px;
  background: #11998e; /* fallback for old browsers */
  background: -webkit-linear-gradient(
    to right,
    #38ef7d,
    #11998e
  ); /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(
    to right,
    #38ef7d,
    #11998e
  ); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */

  color: var(--white-color);
  padding: 10px;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  animation: pulseZoom 1.5s ease-in-out infinite;
}
.whatsapp-btn-sticky {
  position: fixed;
  bottom: 30px;
  right: 20px;
  background-color: #10ac18;

  color: var(--white-color);
  padding: 10px;
  border-radius: 100%;
  width: 65px;
  height: 65px;
  font-size: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  animation: pulseZoom 1.5s ease-in-out infinite;
}
.call-btn-sticky:hover,
.call-btn-sticky2:hover,
.whatsapp-btn-sticky:hover {
  color: var(--white-color);
}
@keyframes pulseZoom {
  0%,
  100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.2);
  }
}

/* Start Content */
.content {
  padding: 100px 0;
}
.content h2,
.content h3 {
  color: var(--main-color);
}
/* End Content */
