@import url('https://fonts.googleapis.com/css2?family=Tajawal:wght@200;300;400;500;700;800;900&display=swap');

body {
  font-family: 'Tajawal', sans-serif;
  background-color: #FFF;
}

a {
  text-decoration: none;
  color: #202020;
}

.btn-primary {
  background: #008F91;
  border-color: #008F91;
}

.btn-primary:hover {
  background: #ED2127;
  border-color: #ED2127;
}

.btn-warning {
  background-color: #F7941E;
  border-color: #F7941E;
  color: #FFF;
}

.btn-warning:hover {
  background-color: #FFF;
  color: #F7941E;
  border-color: #FFF;
}

.home .service,
.home .about,
.home .client,
.home .page-30,
.home .contact {
  padding-block: 8vh;
}

.title-head {
  margin-block-end: 2rem;
}

.title-head small {
  color: #F7941E;
}

.title-head h2 {
  font-size: 1.9rem;
  font-weight: bold;
}

.form-control {
  background: #F9F9F9;
  border: 0;
  min-height: 50px;
  direction: rtl !important;
}

.btn {
  padding: 11px 50px;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-size: 20px;
  color: #BFBFBF;
}

.swiper-button-next,
.swiper-button-prev {
  box-shadow: 0px 7px 15px #0000000A;
  width: 50px;
  height: 50px;
  background: #FFF;
  border-radius: 50%;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: -60px;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -60px;
}

/* Header */

header .btn {
  padding: 8px 20px;
}

#masthead {
  position: sticky;
  top: 0;
  background: #FFF;
  z-index: 2;
  box-shadow: 1px 1px 6px rgb(0 0 0 / 15%);
  padding-block: 10px;
}

#primary-menu {
  display: flex;
  padding: 0;
  list-style-type: none;
  gap: 1.8rem;
  margin: 0;
}

#primary-menu>li>a {
  font-weight: bold;
}

header .left-area {
  gap: 2rem;
}

header .left-area .box-search {
  position: relative;
}

header .left-area .box-search .search-form {
  display: flex;
  align-items: center;
  position: absolute;
  inset-inline-end: 20px;
  inset-block-start: -6px;
  opacity: 0;
  visibility: hidden;
}

header .left-area .box-search .search-form.show {
  opacity: 1;
  visibility: visible;
}

header .left-area .box-search .search-form input.search-field {
  border: 1px solid #eee;
  padding: .45rem;
  min-width: 250px;
  margin-inline-end: -1px;
}

header .left-area .box-search .search-form input.search-submit {
  background: #F7941E;
  min-width: 75px;
  color: #FFF;
  transition: 300ms;
  border: 1px solid transparent;
  min-height: 40px;
}

header .left-area .box-search .search-form input.search-submit:hover {
  border-color: #F7941E;
  color: #F7941E;
  background: #FFF;
}

/* Hero Page */
.hero-page .item {
  height: 657px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #FFF;
}

.hero-page .item:after {
  content: '';
  position: absolute;
  inset: 0;
  background: #586263;
  opacity: 57%;
}

.hero-page .item .content {
  position: absolute;
  z-index: 9;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  min-width: 620px;
  text-align: center;
}

.hero-page .item .content h1 {
  font-size: 1rem;
  font-weight: 400;
  margin-block-end: 3rem;
}

.hero-page .item .content h1 span {
  font-size: 3.6rem;
  font-weight: bold;
  display: block;
  margin-block: 1rem;
}

/* Services */
.service .item {
  padding: 2rem;
  border-radius: 5px;
  min-height: 320px;
}

.service .item figure {
  background: #FFF;
  width: 52px;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.service .item figure img {
  width: 32px;
  height: 32px;
  object-fit: scale-down;
}

.service .item a.title {
  font-weight: 600;
  font-size: 1.3rem;
  margin-block-end: 1rem;
  display: block;
}

.service .item p.mb-0 {
  display: -webkit-box;
  overflow: hidden;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 14px;
  margin-block-end: 16px !important;
}

/* About */
.about {
  position: relative;
  min-height: 545px;
  background: #F9F9F9;
}

.about figure.main-fig {
  position: absolute;
  width: 35%;
  top: -30px;
  right: 0;
  height: 575px;
}

.about figure.main-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about .col-lg-8 {
  padding-inline-start: 90px;
  font-size: 17px;
}

.about .inner-content .item h2 {
  font-size: 17px;
}

.about .inner-content .item .inner-content {
  color: #008F91;
  font-weight: 800;
  font-size: 40px;
}

/* Clients */
.client figure {
  box-shadow: 0px 10px 23px #4A4B4B0F;
  border-radius: 5px;
  height: 137px;
  margin: 10px;
}

.client figure img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}

.slider-client {
  position: relative;
}

/* page-30 */

.page-30 {
  background: #F7941E;
  color: #FFF;
  position: relative;
  min-height: 540px;
  font-size: 17px;
}

.page-30 .col-lg-8 {
  padding-inline-end: 80px;
}

.page-30 figure.main-fig {
  position: absolute;
  top: -25px;
  left: 0;
  width: 35%;
  height: 565px;
}

.page-30 figure.main-fig img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.page-30 small {
  color: #FFF !important;
}

.page-30 .btn-warning {
  background: transparent;
  border: 1px solid #FFF;
}

.page-30 .btn-warning:hover {
  background: #FFF;
}

.page-30 .inner-content {
  line-height: 33px;
}

.page-30 .inner-content p {
  margin-block-end: 50px;
}

/* map */
.map {
  height: 319px;
  overflow: hidden;
}

.map iframe {
  height: 319px;
  width: 100%;
  filter: grayscale(1);
}

/* Footer */
footer.site-footer {
  background-color: #008F91;
  color: #FFF;
  padding-block-start: 5vh;
  padding-block-end: 2vh;
  font-weight: 300;
  font-size: 15px;
  background-image: url(../images/logo-footer-bg.svg);
  background-repeat: no-repeat;
  background-position: -215px 0px;
}

footer.site-footer h2 {
  font-size: 17px;
  font-weight: 600;
  margin-block-end: 24px;
}

footer.site-footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  line-height: 2;
}

footer.site-footer ul li a {
  color: #FFF;
  transition: 300ms;
}

footer.site-footer ul li a:hover {
  color: #f7941e;
}

footer.site-footer ul.social {
  display: flex;
  gap: 20px;
  margin-block-start: 10px;
}

footer .bottom .container {
  border-top: 1px solid #FFF;
  margin-block-start: 20px;
  padding-block-start: 20px;
}

.post-thumbnail img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.post-thumbnail {
  max-width: 800px;
  aspect-ratio: 3 / 2;
  margin-inline: auto;
  margin-block-end: 20px;
}

.entry-header {
  text-align: center;
  min-height: 180px;
  background: #008f91;
  margin-block-end: 37px;
}

.entry-header .entry-title {
  color: #FFF;
  margin-block-end: 0;
  padding-block-start: 60px;
  font-size: 2rem;
  font-weight: bold;
}

.search .site-main li {
  list-style: none;
  font-size: 17px;
  border-bottom: 1px solid #eee;
  padding: 13px 10px;
}

@media (max-width:768px) {
  .mobile-menu {
    position: fixed;
    top: 0;
    height: 100vh;
    background: #FFF;
    right: 0;
    left: auto;
    padding-inline: 32px;
    padding-block: 35px;
    width: 260px;
    box-shadow: 1px 7px 6px rgb(0 0 0 / 49%);
    display: flex;
    flex-direction: column;
    transform: translateX(265px);
    transition: 350ms;
  }

  .mobile-menu.active {
    transform: translateX(0px);
  }

  button[data-btn-navbar] {
    background: transparent;
    font-size: 20px;
    border: 0;
  }

  #primary-menu {
    flex-direction: column;
    margin-block-start: 40px;
  }

  header .btn {
    margin-block-start: auto;
  }

  .hero-page .item {
    height: 310px;
  }

  .hero-page .item .content h1 span {
    font-size: 2rem;
  }

  .hero-page .item .content h1 {
    margin-block-end: 1rem;
  }

  .about figure.main-fig {
    position: static;
    width: 100%;
    height: 390px;
  }

  .page-30 figure.main-fig {
    position: static;
    width: 100%;
    margin-block-start: 30px;
    height: 440px;
  }


  footer.site-footer {
    text-align: center;
  }

  footer.site-footer ul.social {
    justify-content: center;
  }

  .search .site-main li {
    font-size: 15px;
  }
}