
body {
    overflow-x: hidden;


    /* Disable text selection */
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

/* custom globals */
.almarai-light {
  font-family: 'Almarai', sans-serif;
  font-weight: 300;
  font-style: normal;
}

.almarai-regular {
  font-family: 'Almarai', sans-serif;
  font-weight: 400;
  font-style: normal;
}

.almarai-bold {
  font-family: 'Almarai', sans-serif;
  font-weight: 700;
  font-style: normal;
}

.almarai-extrabold {
  font-family: 'Almarai', sans-serif;
  font-weight: 800;
  font-style: normal;
}
.navbar-brand img {
  object-fit: contain;
}
section {
  margin: 50px 0;
}
.sec-title {
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
.sec-subtitle {
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 20.09px;
  margin-bottom: 1.5rem;
}

.social-icons-header {
  border-left: 2px solid var(--bs-gray);
  font-size: 13px;
  padding-left: 10px;
}
.social-icon {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  text-decoration: none;
  color: var(--bs-primary);
  background: #eee;
}
.social-icon:hover {
  background: var(--bs-primary);
  color: #fff;
}

.breadcrumbs-section {
  background-color: #104041;
  padding: 3rem 0;
}
.breadcrumbs-section .d-flex{
  flex-wrap: wrap;
  gap: 20px;
}
/* end breadcrumbs */

/* end testimonials */

/* start blog section */
.blog-section {
  padding: 50px 0 0;
}
.blog-section .blog-title h4 {
  position: relative;
  z-index: 1;
}

.blog-section .blog-card {
  position: relative;
  margin-top: 20px;
  border-radius: 30px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.blog-section .blog-card .blog-card-content {
  padding: 20px;
}
.blog-section .blog-card .blog-card-img img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  border-radius: 30px;
  max-height: 250px;
  height: 250px;
}

.blog-section .blog-card-title {
  width: 75%;
  font-weight: 700;
  line-height: 26.78px;
  margin-bottom: 10px;
  display: block;
}

/* end blog section */

/* services-steps */
.services-steps {
  padding: 50px 0 0;
}

.services-steps-title p {
  font-family: Almarai;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 31px;
  text-align: right;
  color: #5d6c7c;
}

.services-steps-cards-container .services-steps-card {
  padding: 40px 24px;
  border-radius: 15px;
}
.services-steps-cards-container .services-steps-card {
  background-color: #17a99e;
}
.services-steps-cards-container .services-steps-card.services-steps-card-grey {
  background-color: #f2f2f2;
}
.services-steps-cards-container .services-steps-card.services-steps-card-dark {
  background-color: #1c1c1d;
}

.services-steps-cards-container
  .services-steps-card
  .services-steps-card-number {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 26.78px;
  color: #ffffff;
  opacity: 50%;
  margin-bottom: 25px;
}
.services-steps-cards-container
  .services-steps-card
  .services-steps-card-title {
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 26.78px;
  color: #ffffff;
  margin-bottom: 20px;
}
.services-steps-cards-container .services-steps-card .services-steps-card-desc {
  font-size: 1rem;
  font-weight: 400;
  line-height: 24px;
  color: #ffffff;
}

.services-steps-cards-container
  .services-steps-card.services-steps-card-grey
  .services-steps-card-number {
  color: #929398;
  opacity: 30%;
}
.services-steps-cards-container
  .services-steps-card.services-steps-card-grey
  .services-steps-card-title {
  color: #777777;
}
.services-steps-cards-container
  .services-steps-card.services-steps-card-grey
  .services-steps-card-desc {
  color: #777777;
}

.services-steps-cards-container
  .services-steps-card.services-steps-card-dark
  .services-steps-card-number {
  color: #ffffff;
  opacity: 50%;
}
.services-steps-cards-container
  .services-steps-card.services-steps-card-dark
  .services-steps-card-title {
  color: #ffffff;
}
.services-steps-cards-container
  .services-steps-card.services-steps-card-dark
  .services-steps-card-desc {
  color: #ffffff;
  opacity: 80%;
}
.service-steps-thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
}

/* end service steps */

/* start cta form section */
.cta-form-section {
  padding: 50px 0 0;
}
.cta-form-section .container-fluid {
  padding: 45px 25px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background-image: url(../img/cta-form.png);
  background-position: left;
  background-size: cover;
}
.cta-form-section .container-fluid::after {
  background-color: rgba(54, 94, 94, 0.43);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 32px;
  z-index: -1;
  background-size: cover;
  background-repeat: no-repeat;
}
.cta-form-section form input {
  border-radius: 999px;
  padding: 10px 20px;
  margin: 10px 0;
  border: 1px solid rgba(255, 255, 255, 0.16);
  background-color: rgba(255, 255, 255, 0.16);
  text-align: right;
  color: #fff;
  line-height: 26.78px;
  /* font-size: 1.2rem; */
}
.cta-form-section form input:focus {
  border: 1px solid #fff;
  background-color: rgba(255, 255, 255, 0.16);
  color: #fff;
  box-shadow: none;
}

.cta-form-section form input::placeholder {
  color: #fff;
  text-align: right;
}
/* end cta form section */

footer {
  padding-top: 40px;
}
footer .footer-logo img {
  height: 85px;
  object-fit: cover;
  margin-bottom: 20px;
}
footer p {
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 0.5rem;
  width: 85%;
}
footer h4 {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
}
footer ul li {
  list-style: none;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  color: #fff !important;
  /* word-break: break-all; */
}
footer ul li a {
  color: #fff !important;
}
/* animations */

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-30px);
  }
  60% {
    transform: translateY(-15px);
  }
}

@keyframes slideUpandDown {
  0%,
  100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

/* The container <div> - needed to position the dropdown content */
.dropdown {
  position: relative;
  display: inline-block;
}

/* Dropdown Content (Hidden by Default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #f1f1f1;
  min-width: 210px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  z-index: 909;
}

/* Links inside the dropdown */
.dropdown-content a {
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  border-bottom: 1px solid #ddd;
}

/* Change color of dropdown links on hover */
.dropdown-content a:hover {
  background-color: #ddd;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: none;
}

/* Change the background color of the dropdown button when the dropdown content is shown */
.dropdown:hover .dropbtn {
  background-color: var(--bs-primary);
  color: #fff;
}

@media screen and (max-width: 480px) {
  .sec-title {
    font-size: 1.6rem;
  }
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: 'prev';
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-whatsapp {
  z-index: 10;
  position: fixed;
  top: 450px;
  right: 20px;
}

.floating-whatsapp img {
  width: 50px;
  height: 50px;
}

.cta-form-section input {
  display: none !important;
}
.cta-form-section button {
  width: 100%;
}
.regulations .regulations-cards-container img {
  height: 5rem;
  width: 5rem;
  object-fit: cover;
  margin-right: 1rem;
}
.regulations .regulations-cards-container .card{
  padding: 1.5rem 1rem;
  border-radius: 16px;
  margin-bottom: 1rem;
  border: 2px solid #e5e5e5;
}
.projects-cards-container .card,
.news-cards-container .card,
.news-cards-container .card img  {
  border-top-right-radius: 25px;
  border-top-left-radius: 25px;
}
.regulations .regulations-cards-container .card .card-text,
.projects-cards-container .card .card-text,
.news-cards-container .card .card-text {
  /* make text in 2 lines */
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}
.regulations .regulations-cards-container .card a {
  padding: 10px 15px;
}
.regulations .regulations-cards-container .card h5 {
  font-size: 1.3rem;
  font-weight: 500;
  margin: 0.5rem 0;
}
.projects-cards-container .card img,
.news-cards-container .card .card img {
  max-height: 400px;
/*  object-fit: cover;
*/}
.team-item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-align: center;
  padding: 1.5rem;
  border-radius: 16px;
  box-shadow: 0px 0px 0px 3px #1040415a;
  margin-bottom: 1.5rem;
}
.team-item-image img {
  height: 350px;
  width: 100%;
  object-fit: cover;
  border-radius: 16px;
}
.certificate-offer-number {
  padding: 5em 1em;
}
.certificate-offer-number .certificate-offer-number-container,
.certificate-offer-number .certificate-offer-number-details-container {
  background: #ffffff;
  border: 1px solid #eeeeee;
  box-shadow: 0px 6px 8px rgba(0, 0, 0, 0.05);
  border-radius: 4px;
  width: 40em;
  padding: 4em 2em;
}
