.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: transparent;
  transition: all 0.3s linear;
}
.main-nav.bgchange {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 0px 24px 0px rgba(234, 234, 234, 0.4);
  transition: all 0.3s linear;
}
.main-nav .navbar {
  height: 80px;
  flex-wrap: nowrap;
  position: unset;
  transition: all 0.3s linear;
  justify-content: space-between;
}
.pt-80 {
  padding-top: 80px;
}
.main-nav .nav-items {
  display: flex;
  align-items: center;
  gap: 10px;
}
.main-nav .nav-items .nav-link:hover {
  color: var(--dark-orange);
}
.main-nav .txt_black:hover {
  color: var(--dark-orange) !important;
}
.view__more_btn:hover svg path {
  stroke: var(--dark-orange);
  transition: linear all 0.3s;
}
.main-nav .nav-link {
  color: rgba(255, 255, 255, 1);
  font-family: "Ghawar";
  font-size: 16px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
}
/* #logo2 {
  display: none;
} */
.nav-items a {
  font-family: "Ghawar", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: rgba(255, 255, 255, 1);
}
.main-nav .nav-link.active {
  color: #e54e1a !important;
  position: relative;
  overflow: hidden;
}

.main-nav .nav-link.active::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgb(240, 238, 238);
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  z-index: 1;
  border-radius: 12px;
}
.main-nav .nav-link.active::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-image: linear-gradient(
    90deg,
    #e54e1a 0%,
    #0d3642 33.33%,
    #005b96 66.67%,
    #121212 100%
  );
  z-index: 2;
  border-radius: 12px;
  animation: moveBorder 4s linear infinite;
}
@keyframes moveBorder {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(100%);
  }
}
.nav-link.active .fas {
  color: #e54e1a !important;
}
.nav-item:hover .fas {
  color: #e54e1a !important;
}
a {
  color: unset;
}
.txt_black {
  color: black !important;
}
.txt_white {
  color: white;
}

.nav-items a:hover {
  color: white;
}
.main-nav #nav-toggler {
  display: none;
}
.hero-section {
  height: calc(100% - 80px);
}
.logo {
  width: 212px;
  height: 40px;
}
.home__hero {
  position: relative;
}
.hero_socail_icon {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 30px;
  height: fit-content;
}
@media screen and (max-width: 992px) {
  .main-nav #nav-toggler {
    display: block;
    font-size: 20px;
    color: var(--dark-orange);
  }
  .main-nav .nav-items {
    position: absolute;
    top: 104%;
    left: 0;
    right: 0;
    height: auto;
    width: 100%;
    background: #ffffff;
    flex-direction: column;
    align-items: center;
    clip-path: polygon(0 0, 100% 0, 100% 0, 0 0);
    transition: all 0.3s linear;
  }
  .main-nav .nav-items.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
    border-radius: 0px 0px 30px 30px;
    transition: all 0.5s linear;
  }
}
.glide {
  width: 500px;
  height: 250px;
}
.glide__slide img {
  width: 100%;
  height: 500px;
  -o-object-fit: cover;
  object-fit: cover;
}
.glide__bullets {
  width: 100%;
  display: flex;
  align-items: end;
  justify-content: center;
  margin-right: -10px;
  margin-left: -10px;
  position: absolute;
  bottom: 30px;
  gap: 24px;
}
.glide__slide {
  height: unset !important;
}
.glide__slides {
  height: 100vh;
}
.glide__track ul {
  margin-bottom: 0;
}
.hero_slide1 {
  background-image: url(../images/hero-sectionbg1.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
}
.hero_slide2 {
  background-image: url(../images/hero-sectionbg2.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
}
.hero_slide3 {
  background-image: url(../images/hero-sectionbg3.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
}
.glide__bullet {
  position: relative;
  display: flex;
  flex: 0 1 calc(100% / 3);
  max-width: calc(100% / 3);
  padding: 0;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
  overflow: hidden;
  color: white;
  height: 40px;
  margin-right: 10px;
  margin-left: 10px;
  background-color: transparent;
  z-index: 2;
  /* box-shadow: inset 0px -4px 0px 0px #4f4f4f6b; */
}
.glide__bullet::after {
  position: absolute;
  content: "";
  bottom: 0;
  height: 4px;
  width: 100%;
  background: rgba(128, 128, 128, 0.295);
  /* box-shadow: inset 0px -4px 0px 0px #4f4f4f9f; */
  border-radius: 12px;
}
.let_talk_section .glide__bullet {
  flex: 0 1 calc(100% / 2);
  max-width: calc(100% / 2);
}
.glide__bullet.animate-btn {
  animation-play-state: paused;
}
.glide__bullet.glide__bullet--active:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 4px;
  display: block;
  transform: translateX(-100%);
  background-image: linear-gradient(
    90deg,
    #e54e1a 0%,
    #0d3642 33.33%,
    #005b96 66.67%,
    #121212 100%
  );
  background-size: 100% 4px;
  background-position: bottom;
  background-repeat: repeat-x;
  animation-name: slidingEffect;
  animation-duration: 8s;
  animation-play-state: running;
  border-radius: 8px !important;
  z-index: 1;
}
@keyframes slidingEffect {
  from {
    transform: translate(-100%);
  }
  to {
    transform: translate(100%);
  }
}
.glide__bullet.glide__bullet--active:hover::before {
  animation-play-state: paused;
}
.glide__bullet--active:before {
  opacity: 1;
  transform: translateX(100%);
}
.sl1 {
  position: relative;
}
.hero_slide_content {
  padding: 100px 0px 100px 0px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}
/* certifications_awards_section */
.certifications_awards_section {
  padding: 20px 0px 20px 0px;
}
.hire_now_btn {
  display: flex;
  align-items: center;
  gap: 16px;
  width: fit-content;
  color: var(--global-white);
  text-decoration: none;
}
.hire_now_btn:hover {
  color: var(--dark-orange);
  transition: linear all 0.3s;
}
.hire_now_btn:hover svg path {
  stroke: var(--dark-orange);
  transition: linear all 0.3s;
}
.hire_now_btn:hover .border_solid_white {
  border: 1px solid var(--dark-orange);
  transition: linear all 0.3s;
}
.hire_now_circle {
  width: 56px;
  height: 56px;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hire_now_circle img {
  width: 14px;
  height: 14px;
}
/* clutch_tags */
.certifications_awards_section .Marquee-content {
  display: flex;
  gap: 170px;
}
.certifications_awards_section .Marquee .Marquee-content:hover {
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  -o-animation-play-state: running;
  -ms-animation-play-state: running;
  animation-play-state: running;
}
.certifications_awards_section .Marquee-content {
  -webkit-animation: marquee 50s linear infinite running;
  -moz-animation: marquee 50s linear infinite running;
  -o-animation: marquee 50s linear infinite running;
  -ms-animation: marquee 50s linear infinite running;
  animation: marquee 50s linear infinite running;
}
.certifications_awards_section {
  position: relative;
}
.certifications_awards_section::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  width: 200px;
  height: 166px;
  background: linear-gradient(
    90deg,
    #ffffff 3.39%,
    rgba(255, 255, 255, 0) 100%
  );
}
.certifications_awards_section::before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  right: 0;
  width: 200px;
  height: 166px;
  background: linear-gradient(
    90deg,
    #ffffff 3.39%,
    rgba(255, 255, 255, 0) 100%
  );
  z-index: 1;
  transform: rotate(180deg);
}
.clutch_tags {
  display: flex;
  justify-content: space-between;
  gap: 70px;
}
.clutch_tags {
  width: 120px;
  height: 129px;
  object-fit: contain;
}
/* partners_section */
.partners_section {
  padding: 64px 0px 40px 0px;
  background-color: rgba(244, 247, 255, 1);
}
.partners_section .swiper-slide {
  display: flex;
  justify-content: center;
}
.clutch_tags img {
  width: 100%;
  height: 100%;
  object-fit: scale-down;
}
/* best_services_section */
.best_services_section {
  padding: 64px 0px 64px 0px;
}
.best_services_section .hire_now_btn:hover {
  color: white;
}
.best_services_section .hire_now_btn:hover .border_solid_white {
  border: 1px solid white;
}
.best_services_section .hire_now_btn:hover svg path {
  stroke: white;
}
.services_cards_main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
}
.service__3 {
  background-image: url(../images/service3.webp);
}
.service__2 {
  background-image: url(../images/service2.webp);
}
.service__1 {
  background-image: url(../images/service1.webp);
}
.services__bg_images_style {
  position: relative;
  overflow: hidden; /* Ensures the zoom effect doesn't overflow the container */
}

.services__bg_images_style::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(../images/service1.webp);
  background-size: cover;
  background-position: center;
  transition: transform 0.5s ease;
  z-index: -1; /* Ensures the pseudo-element is behind the content */
}

.services__bg_images_style:hover::before {
  transform: scale(
    1.05
  ); /* Scales the background image up to 105% of its original size */
}

.services__bg_images_style {
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  max-width: 406px;
  min-height: 428px;
  position: relative;
  border-radius: 6px;
}
.service_content {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 39.03%, #000000 94.61%);
  position: absolute;
  bottom: 0;
  border-radius: 6px;
  padding: 24px;
  height: 100%;
  min-height: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  z-index: 1;
}
.service_content {
  overflow: hidden;
}
.service_content::before {
  content: "";
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(204, 78, 0, 0) 43.28%, #ff6a00 100%);
  opacity: 0;
  z-index: 2;
  transition: opacity 0.1s;
  pointer-events: none;
}

.service_content:hover::before {
  animation: gradientFade 1s forwards;
}

@keyframes gradientFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
    z-index: 1;
  }
}
.services__bg_images_style:hover .service_content h2,
p {
  position: relative !important;
  z-index: 10 !important;
}
.services__bg_images_style:hover .hire_now_btn {
  position: relative !important;
  z-index: 10 !important;
}

.hire_now_btn svg {
  width: 11px;
  height: 11px;
}
.read_more_circle img {
  width: 11px;
  height: 11px;
}
.view__more_btn svg {
  width: 11px;
  height: 11px;
}
.view__more_btn {
  display: flex;
  align-items: center;
  gap: 26px;
  width: fit-content;
}
.view__more_btn:hover {
  color: rgba(0, 91, 150, 1);
}
/* our_tools_section */
.our_tools_section {
  padding: 40px 0px 40px 0px;
  background-color: rgba(244, 247, 255, 1);
}
/* our_projects_section */
.our_projects_section {
  padding: 64px 0px 64px 0px;
}
/* client_say_section */
.client_say_section{
  padding: 70px 0px 20px 0px;
}
.client_say_card {
  padding: 32px 24px 32px 24px;
  border: 1px solid rgba(231, 235, 236, 1);
  box-shadow: 0px 6px 15px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  min-height: 287px;
  position: relative;
}
.client_say_card::after {
  position: absolute;
  content: "";
  top: 0;
  right: 68px;
  background-image: url(../images/court-in-slider.webp);
  background-repeat: no-repeat;
  background-size: contain;
  width: 102px;
  height: 78px;
}
.swiper-slide-prev .client_say_card::after {
  right: 24px;
  width: 44px;
  height: 33px;
}
.swiper-slide-next .client_say_card::after {
  right: 24px;
  width: 44px;
  height: 33px;
}
.client_say_card p {
  max-height: calc(8 * 1.2em);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}
.client_profile {
  display: flex;
  gap: 10px;
  align-items: center;
}
.client_profile img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}
.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets
  .swiper-pagination-bullet {
  width: 60px;
  height: 8px;
  border-radius: 12px;
}
.swiper-pagination-bullet:hover {
  color: var(--dark-orange) !important;
  cursor: pointer;
}
.swiper-pagination-bullet {
  transition: linear all 0.2s;
}
.swiper-pagination-bullet:hover {
  background: var(--dark-orange);
  opacity: 100%;
}
.swiper-pagination-bullet-active {
  background-color: rgba(0, 91, 150, 1) !important;
}
.view__more_btn:hover {
  color: var(--dark-orange);
  transition: linear all 0.3s;
}
.view__more_btn:hover .border__solid_blue {
  color: var(--dark-orange);
  border: 1px solid var(--dark-orange);
  transition: linear all 0.3s;
}
/* blogs_section */
.blogs_section {
  padding: 64px 0px;
}
.blogs_cards_content {
  border: 1px solid rgba(231, 235, 236, 1);
  padding: 24px;
  max-width: 404px;
  width: 100%;
  border-radius: 8px;
}
.blogs_title_image {
  width: 100%;
}
.blogs_cards {
  display: grid;
  gap: 32px;
  margin-top: 40px;
  grid-template-columns: 1fr 1fr 1fr;
}
/* at_glance_section */
.at_glance_section {
  padding: 48px 0px;
  background: linear-gradient(270deg, #005b96 -24.32%, #0d3642 134.02%);
}
.glance_main {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.glance__content {
  width: fit-content;
}
.glance__content:hover h2,
.glance__content:hover p {
  color: var(--dark-orange);
  transition: all 0.3s ease-in-out;
}
/* let_talk_section */
.let_talk_section {
  padding: 64px 0px;
}
.pro_show_map iframe {
  border-radius: 8px;
  box-shadow: 0px 2px 28px 0px #00000014;
  border: 6px solid #fff;
}
.pro_show_map iframe {
  width: 100%;
}
.let_talk_map {
  width: 100%;
  max-width: 528px;
  background: rgba(230, 239, 245, 1);
  box-shadow: 0px 0px 24px 0px rgba(0, 91, 150, 0.12);
  border-radius: 8px;
  position: relative;
}
.let_talk_map iframe {
  width: 100%;
  border: none;
  position: relative;
  z-index: 1;
}
.content-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  padding: 10px;
  text-align: center;
}
.let_talk_map .nav {
  width: fit-content;
  font-family: Ghawar;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #8c8c8c;
}
.let_talk_map .nav-pills .nav-link.active {
  border-bottom: 2px solid;
  border-image-source: linear-gradient(
    90deg,
    #e54e1a 0%,
    #0d3642 33.33%,
    #005b96 66.67%,
    #121212 100%
  );
  border-image-slice: 1;
  font-family: Ghawar;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  text-align: center;
}
.let_talk_map .nav-pills .nav-link.active {
  background: transparent;
  color: rgba(0, 0, 0, 1);
}
.our_projects_section .nav-tabs {
  justify-content: center;
  display: flex;
  margin-top: 40px !important;
  width: fit-content;
  margin: 0 auto;
}
.our_projects_section .nav-link.active {
  border-bottom: 2px solid;
  border-image-source: linear-gradient(
    90deg,
    #e54e1a 0%,
    #0d3642 33.33%,
    #005b96 66.67%,
    #121212 100%
  );
  border-image-slice: 1;
  font-family: Ghawar;
  font-size: 20px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  text-align: center;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #000000;
}
.our_projects_section .nav-pills .nav-link.active {
  background: transparent;
  color: #000000;
}
.our_projects_section .nav-link {
  width: 200px;
  font-family: Ghawar;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #6d6d6d;
}
.our_projects_section .nav-link {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.our_projects_section .nav-tabs .nav-link:focus {
  border-color: 0;
}
.our_projects_section .nav-tabs .nav-link:hover {
  border-color: transparent !important;
}
.our_projects_section .nav-tabs .nav-link {
  border-color: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.blogs__tabs_sec {
  padding: 50px 0px;
}
.blogs__tabs_sec .nav-tabs {
  justify-content: center;
  display: flex;
  margin-top: 40px !important;
  width: fit-content;
  margin: 0 auto;
}
.blogs__tabs_sec .nav-link.active {
  border-bottom: 2px solid;
  border-image-source: linear-gradient(
    90deg,
    #e54e1a 0%,
    #0d3642 33.33%,
    #005b96 66.67%,
    #121212 100%
  );
  border-image-slice: 1;
  font-family: Ghawar;
  font-size: 20px;
  font-weight: 500;
  /* line-height: 19.2px; */
  letter-spacing: -0.04em;
  text-align: center;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #000000;
}
.blogs__tabs_sec .nav-pills .nav-link.active {
  background: transparent;
  color: #000000;
}
.blogs__tabs_sec .nav-link {
  width: 200px;
  font-family: Ghawar;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  color: #6d6d6d;
}
.blogs__tabs_sec .nav-link {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.blogs__tabs_sec .nav-tabs .nav-link:focus {
  border-color: 0;
}
.blogs__tabs_sec .nav-tabs .nav-link:hover {
  border-color: transparent !important;
}
.blogs__tabs_sec .nav-tabs .nav-link {
  border-color: none;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}

.frequently_asked_questions_main .nav-link.active {
  border-bottom: 2px solid;
  border-image-source: linear-gradient(
    90deg,
    #e54e1a 0%,
    #0d3642 33.33%,
    #005b96 66.67%,
    #121212 100%
  );
  border-image-slice: 1;
  font-family: Ghawar;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  text-align: center;
  border-left: 0;
  border-right: 0;
  border-top: 0;
  color: #000000 !important;
}
.frequently_asked_questions_main .nav-tabs .nav-link {
  color: #6d6d6d;
  font-family: Ghawar;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
  text-align: center;
  border-left: 0;
  border-top: 0;
  border-right: 0;
}
.frequently_asked_questions_main .nav-tabs .nav-link:hover {
  border-left: 0;
  border-top: 0;
  border-right: 0;
  border-color: transparent;
}
.frequently_asked_questions_main .nav-link {
  width: 200px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.frequently_asked_questions_main .let_talk_map .nav-link {
  color: rgba(140, 140, 140, 1);
  font-family: Ghawar;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  text-align: center;
  border-bottom: 2px solid rgba(209, 209, 209, 1);
}
.frequently_asked_questions_main ul {
  width: fit-content;
  margin: 0 auto;
}
.let_talk_map .nav-link {
  color: rgba(140, 140, 140, 1);
  font-family: Ghawar;
  font-size: 16px;
  font-weight: 500;
  line-height: 19.2px;
  letter-spacing: -0.04em;
  text-align: center;
  border-bottom: 2px solid rgba(209, 209, 209, 1);
}
.let_talk_map .nav-pills .nav-link {
  border-radius: 0px;
}
.let_talk_form label {
  width: 100%;
}
.let_talk_form input {
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: 1px solid rgba(209, 209, 209, 1);
}
.let_talk_form input::placeholder {
  font-family: Ghawar;
  font-size: 17px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  color: rgba(61, 61, 61, 1);
}
.let_talk_form select {
  width: 100%;
  height: 40px;
  border: 0;
  border-bottom: 1px solid rgba(209, 209, 209, 1);
}
.custom-select-wrapper {
  position: relative;
}

.custom-select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: url("../images/form_drop_icon.svg") no-repeat right 5px center;
  background-size: 13px;
  padding-right: 30px;
}

.custom-select:focus {
  outline: none;
}

.let_talk_form textarea::placeholder {
  font-family: Ghawar;
  font-size: 17px;
  font-weight: 500;
  line-height: 12px;
  text-align: left;
  color: rgba(61, 61, 61, 1);
}
.let_talk_form textarea {
  width: 100%;
  height: 80px;
  border: 0;
  line-height: 18px;
  /* resize: none; */
  border-bottom: 1px solid rgba(209, 209, 209, 1);
}
.let_talk_main {
  display: flex;
  align-items: center;
  gap: 30px;
}
.let_talk_form .iti {
  width: 100%;
}
.iti__flag-container {
  height: 41px;
}
.error-message {
  color: red;
  font-size: 14px;
  font-family: Poppins;
}
#contactForm .error-message {
  position: absolute;
  left: 0;
  bottom: -25px;
}
/* footer_section */
.footer_section {
  padding: 80px 0px 40px 0px;
  background: linear-gradient(270deg, #005b96 -24.32%, #0d3642 134.02%);
}
.footer_section_main {
  display: flex;
  gap: 50px;
  align-items: baseline;
  justify-content: space-between;
}
.footer_info {
  max-width: 407px;
}
.footer_section_main a {
  text-decoration: none;
}
.footer_section_main a:hover {
  color: #fb7a00;
  transition: linear all 0.3s;
}
.footer_bar a:hover {
  color: #fb7a00;
  transition: linear all 0.3s;
}
.footer_bar {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid rgba(246, 246, 246, 1);
}
.footer_bar_social_links {
  display: flex;
  align-items: center;
  gap: 16px;
}
.footer_bar_social_links a:hover svg path {
  fill: var(--dark-orange);
}
.footer_bar_social_links a:hover.border_solid_white {
  border: 1px solid var(--dark-orange) !important;
  transition: linear 0.3s;
}

/* Styles for glide bullets */
.gl__bullets {
  display: flex;
  gap: 20px;
}
.Marquee {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1em;
  color: #fff;
  font-weight: 200;
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  overflow: hidden;
}
.Marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: box;
  display: flex;
  -webkit-animation: marquee 40s linear infinite running;
  -moz-animation: marquee 40s linear infinite running;
  -o-animation: marquee 40s linear infinite running;
  -ms-animation: marquee 40s linear infinite running;
  animation: marquee 40s linear infinite running;
}
.Marquee-content:hover {
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  -o-animation-play-state: paused;
  -ms-animation-play-state: paused;
  animation-play-state: paused;
}
.Marquee-tag {
  display: flex !important;
  flex-direction: column;
  width: 200px;
  margin: 0 0.5em;
  padding: 0.5em;
  background: rgba(255, 255, 255, 0.1);
  display: -webkit-inline-box;
  display: -moz-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-box;
  display: inline-flex;
  -webkit-box-align: center;
  -moz-box-align: center;
  -o-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -moz-box-pack: center;
  -o-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  text-decoration: none;
  font-family: "Ghawar", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  text-align: center;
  color: rgba(18, 18, 18, 1);
}
.Marquee-tag:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  cursor: pointer;
}
@-moz-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-webkit-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@-o-keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
@keyframes marquee {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -o-transform: translate(-50%);
    -ms-transform: translate(-50%);
    transform: translate(-50%);
  }
}
.main_project_card {
  display: flex;
  gap: 30px;
}
.main_project_card a {
  text-decoration: none;
}
.project__cards {
  width: 100%;
  max-width: 516px;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  border-radius: 32px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  min-height: 404px;
  position: relative;
  overflow: hidden;
}
.project__cards .align__pro_cards {
  position: relative;
  z-index: 2;
  padding: 32px;
}
.project__cards::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(204, 78, 0, 0) 43.28%, #ff6a00 100%);
  border-radius: 32px;
  opacity: 0;
  z-index: 1;
  transition: opacity 0.1s;
}
.project__cards:hover::before {
  animation: gradientFade 1s forwards;
}

@keyframes gradientFade {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.pro__1 {
  background-image: url(../images/project-quicksteps.png);
}
.pro__2 {
  max-width: 734px;
  background-image: url(../images/project-kutuby.png);
}
.pro__3 {
  max-width: 734px;
  background-image: url(../images/project-roomz.png);
}
.pro__4 {
  background-image: url(../images/project-investme.png);
}
.pro__5 {
  background-image: url(../images/project/project-united-master.png);
}
.pro__6 {
  background-image: url(../images/project/project-watch-tower.png);
  max-width: 734px;
}
.pro__7 {
  background-image: url(../images/project/revconductor.png);
  max-width: 734px;
}
.pro__8 {
  background-image: url(../images/project/lahebo.png);
}
.pro__9 {
  background-image: url(../images/project/qeme.png);
}
.project__view_more {
  border: 2.63px solid #ffffff;
  border-radius: 50px;
  width: 42px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.align__pro_cards {
  display: flex;
  align-items: end;
  gap: 47px;
  padding: 32px;
  border-radius: 32px;
}
.glide__bullet {
  transition: height linear 0.5s;
}
.h_150 {
  height: 130px;
}
.content {
  position: relative;
  z-index: 1;
  width: 300px;
  margin: 0 auto;
  overflow: hidden;
}
.carte_button {
  right: 0px;
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 30px;
  bottom: 0;
  text-align: left;
}
.carte {
  text-align: left;
  position: absolute;
  top: calc(100% + 3px);
  left: 0;
  z-index: 2;
  width: 100%;
  height: 0;
  transition: height 500ms, top 500ms;
}
.carte img {
  width: 100%;
}
.carte_button:hover + .carte,
.carte:hover {
  top: 0px;
  height: calc(100% - 50px);
}
.carte,
.carte_button p {
  text-transform: uppercase;
}
.hero_socail_icon {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.hero_socail_icon img {
  width: 48px;
  height: 48px;
}
.hero_socail_icon a {
  display: inline-block;
  transition: transform 0.3s linear;
}
.hero_socail_icon a:hover {
  transform: scale(1.2);
}
.client_say_section .swiper-slide-prev {
  width: 248px !important;
}
.client_say_section .swiper-slide-next {
  width: 248px !important;
}
.client_say_section .swiper-slide-active {
  width: 562px !important;
}
.client__say {
  padding: 0px 7px 0px 10px !important;
  margin: 40px 45px 0px 60px !important;
}
.client__say .swiper-wrapper {
  padding-bottom: 60px;
}
.client__say .swiper-button-next {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  right: 0px !important;
  background-color: #5e5d5d7a;
  font-weight: bold;
  color: #000000;
}
.client__say .swiper-button-prev {
  width: 35px;
  height: 35px;
  border-radius: 50px;
  left: 3px !important;
  background-color: #5e5d5d7a;
  font-weight: bold;
  color: #000000;
}
.client__say .swiper-button-next:after {
  font-size: 12px !important;
}
.client__say .swiper-button-prev:after {
  font-size: 12px !important;
}
.client__say .swiper-wrapper {
  margin-left: 10px;
}
@media screen and (max-width: 1030px) {
  .project_detail_title {
    gap: 70px !important;
  }
  .hidden_challenges_main {
    gap: 70px !important;
  }
}
@media screen and (max-width: 1020px) {
  .flx__wrp_1020 {
    flex-wrap: wrap;
  }
  .w_348 {
    max-width: unset;
  }
}
@media screen and (max-width: 992px) {
  .navbar-collapse.show {
    clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
  }
  .project_detail_title {
    gap: 30px !important;
    flex-wrap: wrap;
  }
  .hidden_challenges_main {
    gap: 30px !important;
    flex-wrap: wrap;
  }
  .navbar-light .navbar-toggler {
    color: rgba(0, 0, 0, 0.55);
    border-color: rgba(0, 0, 0, 0.1);
    padding: 0;
    border: none;
    outline: none;
    box-shadow: none;
  }
  .main-nav .nav-link {
    color: black;
  }
  #logo1 {
    display: none !important;
  }
  #logo2 {
    display: block !important;
  }
  .clutch_tags {
    flex-wrap: wrap;
  }
  .main-nav {
    background-color: white !important;
  }
  .blogs_cards {
    grid-template-columns: 1fr 1fr;
  }
  .glance_main {
    grid-template-columns: 1fr 1fr;
    text-align: center;
  }
  .at_glance_section {
    text-align: center;
  }
  .footer_section_main {
    flex-wrap: wrap;
    gap: 50px;
  }
  .let_talk_map {
    max-width: 450px;
  }
  .services_cards_main {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .project_card-container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .project_card {
    max-width: 318px;
  }
  .about_us_hero_main_content {
    flex-wrap: wrap;
  }
  .standard_we_follow_main {
    flex-wrap: wrap;
  }
  .outcome__deliverables_main {
    flex-wrap: wrap;
  }
  .main_project_card {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 800px) {
  .let_talk_main {
    flex-wrap: wrap;
  }
  .footer_info {
    max-width: unset;
    width: 100%;
  }
}
@media screen and (max-width: 600px) {
  .blogs_cards {
    grid-template-columns: 1fr;
  }
  .glance_main {
    grid-template-columns: 1fr;
  }
  .footer_section_main {
    gap: 30px;
  }
}
@media screen and (max-width: 500px) {
  .mt__22_500 {
    margin-top: 22px;
  }
  .footer__flg img {
    width: 28px;
    height: 16px;
  }
  .footer_bar {
    text-align: center;
  }
  .footer_bar_social_links {
    margin: 0 auto;
  }
  .footer_bar {
    flex-direction: column-reverse;
  }
  .footer_bar_txt {
    justify-content: center;
  }
  .footer_bar_txt p {
    order: 1;
  }
  .footer__ph_nowrap {
    white-space: nowrap;
  }
  .footer_info .font__16_300 {
    font-size: 13px;
  }
}

/* about_us_page */
.about_us_sec {
  position: relative;
  /* background-image: url(../images/about-us/linear_bg.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 100%;
  /* margin-top: -110px; */
}
.services__heo_sec {
  background-image: url(../images/services/service-detail-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  min-height: 100vh;
  margin-top: 0px;
  padding: 160px;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  justify-content: center;
  position: relative;
}
.services__heo_sec::after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  background-image: url(../images/services/white-bar.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 95px;
}
.about_us_hero_main_content {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
  margin-top: 110px;
  margin-bottom: 60px;
}
.about_us_hero_image img {
  width: 100%;
  /* max-width: 651px; */
  /* max-width: 500px; */
  max-height: calc(100vh - 160px);
}
.about_us_hero_text {
  max-width: 472px;
}
.vision__card {
  padding: 24px 24px;
  text-align: center;
  max-width: 406px;
  border-radius: 8px;
  border: 1px solid white;
  background-color: white;
}
.vision__card:hover {
  border: 1px solid rgba(229, 78, 26, 1);
  box-shadow: 3px 2px 8px 0px #0000001a;
  background: #e54e1a;
  border: 1px solid #e54e1a;
  border-radius: 8px;
  transition: linear all 0.3s;
}
.vision__card h2 {
  color: #3d3d3d;
}
.vision__card p {
  color: #6d6d6d;
}
.vision__card:hover p {
  color: white;
}
.vision__card:hover h2 {
  color: white;
}
.vision__card:hover svg path {
  fill: white;
}
.vision__card img {
  width: 72px;
  height: 72px;
}
.our_vision_cards {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
}
/* events_section */
.events_section {
  background-color: rgba(244, 247, 255, 1);
}
.events_title {
  display: flex;
  align-items: center;
  gap: 105px;
  /* padding-right: 80px; */
}
.events__swiper_btn {
  display: flex;
  align-items: center;
  gap: 16px;
}
/* our_mission_section */
.our_mission_section {
  background-color: rgba(244, 247, 255, 1);
  padding: 78px 0px;
}
.our_mission_main {
  display: flex;
  gap: 42px;
  /* flex-wrap: wrap; */
  align-items: center;
}
.mission_img img {
  width: 108px;
  height: 77px;
}
/* our_seo_section */
.ceo_image {
  background-image: url(../images/about-us/sync4tech-ceo-ateeq-ur-rehman-visionary-leader-driving-innovation-collaboration-and-excellence.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 509px;
  width: 100%;
  max-width: 368px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 32px;
  position: relative;
}
.ceo_image::after {
  position: absolute;
  content: "";
  top: 36px;
  left: 30px;
  background-image: url(../images/about-us/ceo-message-double-quote.svg);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 61px;
  height: 51px;
}
.innovation_bx {
  background-color: rgba(255, 244, 222, 1);
}
.invi__hov:hover {
  box-shadow: 0px 3px 8px 0px #00000026;
}
.user_centric_approach_bx {
  background-color: rgba(9, 17, 202, 0.1);
}
.collaboration_bx {
  background-color: rgba(255, 232, 224, 1);
}
.excellence_bx {
  background-color: rgba(228, 255, 239, 1);
}
.our_seo_main {
  box-shadow: 0px 0px 24px 0px rgba(0, 91, 150, 0.12);
  padding: 40px;
  border-radius: 12px;
  display: flex;
  gap: 56px;
  align-items: center;
}
.ceo_content_cards {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 35px;
}
.ceo__card_description {
  max-width: 318px;
  width: 100%;
}
.ceo_content {
  width: 100%;
  max-width: 784px;
}
/* our_team_section */
.teams_main_cards {
  gap: 30px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.team__1 {
  background-image: url(../images/about-us/team-1.webp);
}
.team__2 {
  background-image: url(../images/about-us/team-2.webp);
}
.team__3 {
  background-image: url(../images/about-us/team-3.webp);
}
.team__4 {
  background-image: url(../images/about-us/team-4.webp);
}
.team__5 {
  background-image: url(../images/our-team/team-5.png);
}
.team__6 {
  background-image: url(../images/our-team/team-6.png);
}
.team__7 {
  background-image: url(../images/our-team/team-7.png);
}
.team__8 {
  background-image: url(../images/our-team/team-8.png);
}
.team__9 {
  background-image: url(../images/our-team/team-9.png);
}
.team__10 {
  background-image: url(../images/our-team/team-10.png);
}
.team__11 {
  background-image: url(../images/our-team/team-11.png);
}
.team__12 {
  background-image: url(../images/our-team/team-12.png);
}
.teams__card {
  position: relative;
  background-repeat: no-repeat;
  width: 100%;
  max-width: 297px;
  min-height: 371px;
  border-radius: 8px;
}
.team__info {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000000 100%);
  position: absolute;
  bottom: 0;
  border-radius: 6px;
  padding: 24px;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.team__info:hover {
  background: linear-gradient(180deg, rgba(204, 78, 0, 0) 0%, #cc4e00 100%);
}
/* tell_us_about_your_project_sec */
.tell_us_about_main {
  background-image: url(../images/our-team/tell-us-about-bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 64px 42px;
  border-radius: 12px;
  display: flex;
}
.tell_us_about_text {
  max-width: 552px;
  width: 100%;
}
.tell__us_about_slider {
  width: 100%;
  max-width: 550px !important;
  margin: 0 auto !important;
  text-align: center !important;
  display: flex;
  align-items: center;
  justify-content: center;
}
.tell__us_about_slider .swiper-slide {
  text-align: center;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  justify-items: center;
}
/* services */
.services_card_content {
  padding: 24px;
  border: 1px solid #e7ebec;
  border-radius: 8px;
  max-width: 406px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.services_card_content:hover {
  background-color: var(--dark-orange);
  transition: linear all 0.3s;
}
.services_card_content:hover svg {
  width: 72px;
  height: 72px;
}
.services_card_content:hover svg path {
  fill: white;
  transition: linear all 0.3s;
}
.services_card_content:hover h2 {
  color: white;
  transition: linear all 0.3s;
}
.services_card_content h2 {
  color: #3d3d3d;
}
.services_card_content:hover p {
  color: white;
  transition: linear all 0.3s;
}
.services_card_content p {
  color: #6d6d6d;
}
.services_card_content:hover .view__more_btn.text_blue {
  color: white !important;
  transition: linear all 0.3s;
}
.services_card_content:hover .view__more_circle.border__solid_blue {
  border: 1px solid white;
  transition: linear all 0.3s;
}
.services_card_content:hover .view__more_circle svg {
  width: 11px;
}
.services_card_content:hover svg path {
  stroke: white;
  transition: linear all 0.3s;
}
.services__cards_main {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
}
.services__cards_main a {
  text-decoration: none;
}
/* standard_we_follow_sec */
.standard_we_follow_sec {
  background-color: #f4f7ff;
}
.standard_we_follow_main {
  display: flex;
  gap: 30px;
  align-items: center;
}
.standard_we_follow__text {
  max-width: 625px;
}
.standard__no_bx {
  width: 100%;
  max-width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #e6eff5;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
}
.standard__align {
  display: flex;
  align-items: baseline;
  gap: 16px;
}
/* .accordion-item{
  width: 100% !important;
  border: 0;
  border-radius: 12px;
  border: 1px solid #E7E7E7;
} */

.faq__tab_main {
  display: grid;
  gap: 30px;
  grid-template-columns: 1fr 1fr;
}
.faq__tab_main .accordion-item {
  margin: 0;
  border: 0;
  border: 1px solid #e7e7e7;
  margin-top: 20px;
  border-radius: 12px;
  overflow: hidden;
}
.faq__tab_main .accordion-button {
}
.faq__tab_main .accordion-button h2 {
  font-family: Ghawar;
  font-size: 20px;
  font-weight: 500;
  line-height: 25px;
  text-align: left;
  color: #3d3d3d;
  width: 490px;
  /* overflow: hidden; 
  white-space: nowrap; 
  text-overflow: ellipsis;  */
}
.faq__tab_main .accordion-body {
  font-family: Ghawar;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  text-align: left;
  color: #6d6d6d;
  padding-top: 0;
  /* display: -webkit-box;     
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; 
  overflow: hidden; 
  text-overflow: ellipsis;  
  height: calc(26px * 3);  
  line-height: 26px;  */
  margin-bottom: 20px;
}
.accordion-button:not(.collapsed)::after {
  background-image: url(../images/services/dropdown-icon.svg);
}
.accordion-button::after {
  background-image: url(../images/services/dropdown-icon.svg);
}
.faq__tabs .accordion-button:not(.collapsed) {
  background: none;
  box-shadow: none;
}
.faq__tabs .accordion-button:focus {
  box-shadow: none;
}
.linear__bg {
  position: relative;
}
.linear__bg::after {
  background-image: url(../images/about-us/linear_bg.webp);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: -110px;
  left: 0;
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
}
.accordion-item {
  margin: 10px;
}
/* our_process_page */
.our__process {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}
.process__content {
  max-width: 516px;
}
.process__align {
  display: flex;
  gap: 12px;
  align-items: flex-start;
}
/* outcome__deliverables_sec */
.outcome__deliverables_sec {
  background-color: #f4f7ff;
}
.outcome__deliverables_main {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  gap: 30px;
}
.outcome {
  width: 100%;
  padding: 24px;
  background-color: #e4ffef;
  border-top: 1px solid #339f5e;
  border-radius: 8px;
}
.deliverables {
  width: 100%;
  padding: 24px;
  background-color: #dde1fa;
  border-top: 1px solid #0911ca;
  border-radius: 8px;
}
.outcome__deliverables__crl_align {
  display: flex;
  align-items: center;
  gap: 16px;
}
/* project_detail_page */
.project_detail_title {
  display: flex;
  gap: 120px;
  align-items: center;
  justify-content: space-between;
}
/* hidden_challenges_sec */
.hidden_challenges_sec {
  background-color: #e6eff5;
}
#bdr__lg_blue {
  position: relative;
  width: 100%;
  max-width: 20px;
  height: 20px;
  border: 3px solid #005b96;
  border-radius: 100px;
}
#inner_lg_blue {
  position: absolute;
  background-color: #b0ccde;
  inset: 2px;
  border-radius: 100px;
}
.hidden_challenges_main {
  display: flex;
  align-items: flex-start;
  gap: 130px;
}
/* key_deliverables_sec */
.key_deliverables_content {
  padding: 16px;
  border: 1px solid rgba(128, 128, 128, 0.349);
  border-radius: 12px;
  max-width: 624px;
  height: 497px;
  overflow-y: scroll;
  position: relative;
}
.request-demo-button {
  display: none; /* Initially hide the button */
  position: absolute;
  bottom: 16px;
  /* left: 50%; */
  left: 5%;
  height: 40px !important;
  z-index: 2;
  transform: translateX(-50%);
  width: 90%;
  background-color: #005b96;
  height: 44px;
  border-radius: 8px;
  z-index: 10;
  line-height: 37px;
}
.hidden_doc_btn {
  position: relative;
}
.hidden_doc_btn::after {
  position: absolute;
  content: "";
  left: 0;
  right: 0;
  bottom: 0px;
  height: 300px;
  background: linear-gradient(
    180deg,
    rgba(102, 102, 102, 0) 0%,
    rgba(0, 0, 0, 0.5) 100%
  );
  filter: blur(5px);
  display: none;
}
.hidden_doc_btn.show-before::after {
  display: block;
  animation: fadeIn 2s ease forwards;
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* Apply animation to button */
.request-demo-button.show {
  display: block;
  animation: fadeIn 2s ease forwards;
}
.key_deliverables_content::-webkit-scrollbar {
  width: 5px;
}
.key_deliverables_content::-webkit-scrollbar-track {
  background: transparent;
  margin-top: 5px;
}
.key_deliverables_content::-webkit-scrollbar-thumb {
  background: #5d5d5d;
  border-radius: 12px;
}
.key_deliverables_content::-webkit-scrollbar-thumb {
  background: #5d5d5d;
}

.txt_black i {
  color: #5d5d5d !important;
}
.key_documents_main {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 24px;
}
.key_doc {
  min-height: 56px;
  border-bottom: 1px solid #e7ebec;
}
.key_doc {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-left: 8px;
}
.key_doc_info {
  display: flex;
  align-items: center;
  gap: 56px;
}
.doc__title {
  min-height: 41px;
  padding-left: 8px;
}
.tooltip-inner {
  background-color: #333; /* Background color */
  color: #fff; /* Text color */
  padding: 10px 15px; /* Padding */
  font-size: 14px; /* Font size */
  border-radius: 8px; /* Rounded corners */
}

.tooltip-arrow::before {
  border-top-color: #333; /* Arrow color */
}

.bs-tooltip-top .tooltip-arrow::before {
  border-top-color: #333; /* Arrow color for top placement */
}

.bs-tooltip-bottom .tooltip-arrow::before {
  border-bottom-color: #333; /* Arrow color for bottom placement */
}

.bs-tooltip-left .tooltip-arrow::before {
  border-left-color: #333; /* Arrow color for left placement */
}

.bs-tooltip-right .tooltip-arrow::before {
  border-right-color: #333; /* Arrow color for right placement */
}

/* Basic styling for the navigation menu */
.navbar .nav-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
}

.navbar .nav-item {
  position: relative;
}

.navbar .nav-link {
  text-decoration: none;
  /* color: black; */
  padding: 10px 20px;
  display: flex;
  align-items: center;
}

.navbar .nav-link i {
  margin-left: 5px; /* Space between text and icon */
}

/* Dropdown menu styling */
.navbar .dropdown-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  position: absolute;
  top: 100%;
  left: 0;
  display: none;
  background-color: white;
  /* box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2); */
}

.navbar .dropdown-menu li:last-child {
  border-bottom: none;
}

.navbar .dropdown-menu a {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.63) !important;
  /* padding: 10px 20px; */
  display: block;
}
.navbar .dropdown-menu a .text_title_span{
  color: var(--dark-orange) !important;
}
/* Show the dropdown menu on hover */
.navbar .nav-item:hover .dropdown-menu {
  display: block;
  padding: 12px 5px 12px 0px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  width: 280px;
  /* height: 300px; */
  /* overflow-y: scroll; */
  box-shadow: 0px 0px 8px 0px #0000000f;
  border-radius: 12px;
  border: 0;
}
.nav__scroll_style {
  /* width: 280px; */
  height: 300px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
/* Style the scrollbar */
.navbar .nav-item:hover .nav__scroll_style::-webkit-scrollbar {
  width: 4px; /* Width of the scrollbar */
}

.navbar .nav-item:hover .nav__scroll_style::-webkit-scrollbar-track {
  background: gainsboro;
  border-radius: 12px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.navbar .nav-item:hover .nav__scroll_style::-webkit-scrollbar-thumb {
  background: linear-gradient(
    360deg,
    #e54e1a 0%,
    #0d3642 33.33%,
    #005b96 66.67%,
    #121212 100%
  );
  border-radius: 4px; /* Rounded corners of the thumb */
}

.navbar .nav-item:hover .nav__scroll_style::-webkit-scrollbar-thumb:hover {
  background-color: #005b96; /* Color of the thumb on hover */
}
.navbar .nav-item:hover .nav-link{
  color: #e54e1a !important;
}
.nav-menu.sevices__drop_menu .dropdown-menu a{
  font-size: 14px;
}
.navbar .fa-chevron-down {
  color: white;
  font-size: 12px;
}
.navbar .nav-link:hover .fa-chevron-down {
  color: rgba(229, 78, 26, 1);
}
/* .nav-link:hover i {
transform: rotate(180deg);
} */
.navbar .dropdown-menu li a:hover {
  color: #000000 !important;
  font-weight: 600 !important;
}
.navbar .dropdown-menu li a {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
  width: 100%;
  position: relative;
  font-family: Ghawar !important;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  letter-spacing: 0.01em;
  text-align: left;
  color: #000000;
  height: 25px;
}
.navbar .nav__scroll_style li a::before,
.navbar .nav__scroll_style li a::after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 0;
  height: 2px; /* Height of the border */
  background: linear-gradient(
    90deg,
    #e54e1a 0%,
    #0d3642 33.33%,
    #005b96 66.67%,
    #121212 100%
  );
  transition: width 1s ease; /* Smooth transition for width */
}

.navbar .dropdown-menu li a::before {
  left: 50%; /* Start from the center */
  transform: translateX(-100%); /* Center horizontally */
}

.navbar .dropdown-menu li a::after {
  right: 50%; /* Start from the center */
  transform: translateX(100%); /* Center horizontally */
}

.navbar .dropdown-menu li a:hover::before {
  width: calc(
    100% - 20px
  ); /* Expand width to 50% minus padding on both sides */
}

.navbar .dropdown-menu li a:hover::after {
  width: calc(
    100% - 20px
  ); /* Expand width to 50% minus padding on both sides */
}

.blok:nth-of-type(odd) {
  background-color: white;
}

.blok:nth-of-type(even) {
  background-color: black;
}
@-webkit-keyframes border-transform {
  0%,
  100% {
    border-radius: 63% 37% 54% 46% / 55% 48% 52% 45%;
  }
  14% {
    border-radius: 40% 60% 54% 46% / 49% 60% 40% 51%;
  }
  28% {
    border-radius: 54% 46% 38% 62% / 49% 70% 30% 51%;
  }
  42% {
    border-radius: 61% 39% 55% 45% / 61% 38% 62% 39%;
  }
  56% {
    border-radius: 61% 39% 67% 33% / 70% 50% 50% 30%;
  }
  70% {
    border-radius: 50% 50% 34% 66% / 56% 68% 32% 44%;
  }
  84% {
    border-radius: 46% 54% 50% 50% / 35% 61% 39% 65%;
  }
}
/* Top progress bar */
.top-progress-bar {
  position: fixed;
  top: -5px;
  left: 0;
  width: 0%;
  height: 5px;
  z-index: 10000;
  background: linear-gradient(
    90deg,
    #e54e1a 0%,
    #0d3642 33.33%,
    #005b96 66.67%,
    #121212 100%
  );
  transition: width 0.2s ease;
}
/* Add gradient border to bottom */
.top-progress-bar::after {
  content: "";
  position: absolute;
  bottom: 4px; /* Adjust based on border thickness */
  left: 0;
  width: 100%;
  height: 4px; /* Border thickness */
  background: linear-gradient(
    90deg,
    #e54e1a 0%,
    #0d3642 33.33%,
    #005b96 66.67%,
    #121212 100%
  );
}
/* #Progress
================================================== */
/* .progress-wrap {
position: fixed;
right: 30px;
bottom: 110px;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
border-radius: 50px;
box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
z-index: 10000;
opacity: 0;
visibility: hidden;
transform: translateY(15px);
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.progress-wrap.active-progress {
opacity: 1;
visibility: visible;
transform: translateY(0);
}
.progress-wrap::after {
position: absolute;
font-family: 'unicons';
content: '\e84b';
text-align: center;
line-height: 46px;
font-size: 24px;
color: rgb(238, 8, 8); 
left: 0;
top: 0;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
z-index: 1;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.progress-wrap::before {
position: absolute;
font-family: 'unicons';
content: '\e84b';
text-align: center;
line-height: 46px;
font-size: 24px;
opacity: 0;
-webkit-background-clip: text;
-webkit-text-fill-color: transparent;
left: 0;
top: 0;
height: 46px;
width: 46px;
cursor: pointer;
display: block;
z-index: 2;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
}
.progress-wrap:hover::before {
opacity: 1;
}
.progress-wrap svg path {
fill: none;
}
.progress-wrap svg.progress-circle path {
stroke: rgb(238, 8, 8); 
stroke-width: 4;
box-sizing: border-box;
-webkit-transition: all 200ms linear;
transition: all 200ms linear;
} */

/* styles.css */

.top-progress-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px; /* Adjust height as needed */
  background-color: #ccc; /* Example background color */
  z-index: 9999; /* Ensure it's above other content */
  opacity: 0; /* Initially hidden */
  transition: opacity 200ms ease-out; /* Smooth transition */
}

.paginacontainer {
  position: fixed;
  right: 30px;
  bottom: 110px;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.1);
  z-index: 10000;
  opacity: 0; /* Initially hidden */
  visibility: hidden; /* Initially hidden */
  transform: translateY(15px);
  transition: all 200ms linear;
}

.paginacontainer.active-progress {
  opacity: 1; /* Show when active */
  visibility: visible; /* Show when active */
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  /* Remove the font-family and content properties */
  /* font-family: 'unicons'; */
  content: "";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  /* color: rgb(238, 8, 8);  */
  background-image: url("../images/grd_arrow.png"); /* Add your image URL here */
  background-repeat: no-repeat;
  background-size: 100% 100%; /* Ensure the image covers the element */
  left: 13px;
  top: 13px;
  height: 20px;
  width: 20px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  opacity: 0;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 46px;
  width: 46px;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}

.progress-circle {
  transform: rotate(-90deg);
  transform-origin: 50% 50%;
}

.contact__social_iocn {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.contact__social_iocn a img {
  width: 40px;
  height: 40px;
}
.contact__social_iocn a {
  display: inline-block; /* Ensure the link behaves like a block element */
  transition: transform 0.3s linear; /* Apply transition to transform property */
}

.contact__social_iocn a:hover {
  transform: scale(1.19); /* Scale up by 19% on hover */
}
.pagination {
  justify-content: flex-end;
  gap: 10px;
  align-items: center;
  margin-top: 34px;
  margin-bottom: 30px;
  width: 100%;
}
.pagination .page-link {
  border: 0;
}
.pagination .page-link.active {
  background-color: #e7e7e7;
  border: 0;
  border-radius: 50px;
  color: #262626 !important;
}
.pagination .center__li_pagination .page-link {
  width: 40px;
  height: 40px;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  font-family: Ghawar;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: center;
  color: #6d6d6d;
}
.pagination .page-item a {
  font-family: Inter;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-align: left;
  color: #262626;
}
.pagination .page-link:focus {
  box-shadow: none;
}
.pagination .page-link:hover {
  background-color: unset !important;
}
.pagination .page-link {
  padding: 0;
}
.custom-select {
  position: relative;
  display: inline-block;
  width: 100%;
  min-height: 52px;
  max-width: 241px;
  padding: 12px 8px;
  z-index: 1;
}
.custom-select select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding: 8px 30px 8px 10px;
  border-bottom: 1px solid #e7e7e7;
  border-top: 0;
  border-left: 0;
  border-right: 0;
  font-size: 16px;
  cursor: pointer;
  width: 100%;
  font-family: Ghawar;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
  color: #3d3d3d;
}
.custom-select__arrow {
  position: absolute;
  top: 12px;
  right: 0;
  bottom: 12px;
  width: 30px;
  background-color: #f1f1f1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.custom-select__arrow i {
  color: #555;
}
.blogs_cards a {
  text-decoration: none;
}
.blogs_detail_bg {
  background-image: url(../images/blog/blog-detail-bg.jpg);
}
.blog__detail_main {
  display: flex;
  align-items: flex-start;
  gap: 31px;
  position: relative;
}
.blog_detail_descriptiopn {
  width: 100%;
}
.blog_detail_sidebar {
  width: 100%;
  max-width: 297px;
  position: sticky;
  top: 100px;
}
.blogs_detail_search {
  position: relative;
}
.blogs_detail_search input {
  width: 100%;
  height: 52px;
  padding: 12px 30px 12px 8px;
  font-family: Ghawar;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #3d3d3d;
  border-bottom: 1px solid #e7e7e7;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
.blogs_detail_search input::placeholder {
  font-family: Ghawar;
  font-size: 16px;
  font-weight: 400;
  line-height: 12px;
  text-align: left;
  color: #3d3d3d;
}
.blogs_detail_search img {
  position: absolute;
  top: 18px;
  right: 12px;
  width: 20px;
  height: 20px;
}
.sidebar_most_popular_blogs {
  margin-top: 32px;
}
.side__pop_blogs {
  display: block;
  padding: 20px 0px;
  border-bottom: 1px solid #d1d1d1;
}
.sidebar_most_popular_blogs a {
  text-decoration: none;
}
.side__pop_blogs_categories {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
}
.pop_sub_categories {
  display: flex;
  gap: 5px;
  align-items: center;
  background: #f6f4f4;
  border-radius: 8px;
  padding: 6px 16px;
  height: 36px;
  width: fit-content;
}
.blog_content_auther {
  position: relative;
  /* height: 204px; */
  padding-left: 22px;
}
.blog_content_auther::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 3px;
  background: linear-gradient(
    180deg,
    #e54e1a 0%,
    #0d3642 33.33%,
    #005b96 66.67%,
    #121212 100%
  );
}
.blog_content_auther__profile {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog_content_copied {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}
.blog_content_copied__links {
  display: flex;
  align-items: center;
  gap: 12px;
}
.blog_content_copied__links button {
  display: flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  box-shadow: 0px 1px 2px 0px #1018280d;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  padding: 10px;
  background: transparent;
  font-family: Ghawar;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
  color: #344054;
}
.pos_rel_index_1 {
  position: relative;
  z-index: 1;
}
.blog_content_copied__links .copied__btn_link {
  padding: 10px 14px;
}
.steps-become-our-partner_main {
  display: flex;
}
.steps-become-our-partner_main .nav-tabs {
  display: flex;
  /* flex-direction: column; */
  max-width: 384px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.step_bx {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background-color: #e6eff5;
  font-family: Ghawar;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: -0.04em;
  text-align: center;
  color: #005b96;
  align-items: center;
  display: flex;
  justify-content: center;
}
.steps-become-our-partner_main .nav-tabs .nav-link {
  width: 100%;
  text-align: left !important;
  /* border-bottom: 1px solid #E7E7E7 !important; */
  height: 100%;
  padding-left: 30px;
  border-color: transparent !important;
  box-shadow: none;
  border-top: 0 !important;
  border-right: 0 !important;
}
.steps-become-our-partner_main .nav-link.active {
  border-left: 7px solid;
  border-bottom: 0 !important;
  border-right: 0;
  border-image-source: linear-gradient(
    10deg,
    #e54e1a 0%,
    #0d3642 33.33%,
    #005b96 66.67%,
    #121212 100%
  );
  border-image-slice: 1;
  background-color: #f6f6f6;
  border-top: 0;
  padding-left: 23px;
  border-color: unset !important;
}
.steps-become-our-partner_main .nav-link {
  outline: none;
  border: none;
  box-shadow: none;
}
.our-partner__content_im {
  background-image: url(../images/partner/partner-step-image.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 100%;
  height: 700px;
  display: flex;
  flex-direction: column;
  justify-content: end;
}
.steps-become-our-partner_main .tab-content {
  width: 100%;
}
.our-partner__content__no {
  width: 28px;
  height: 28px;
  border-radius: 50px;
  background-color: #005b96;
  font-family: Ghawar;
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: -0.04em;
  text-align: center;
  color: white;
  display: flex;
  justify-content: center;
  align-items: center;
}
.our-partner__content_im {
  display: flex;
  gap: 16px;
  text-align: left;
  padding: 24px;
}

.benefits_becoming_partner_main {
  width: 100%;
  height: 400px;
  overflow-y: scroll;
  padding: 20px;
  position: relative;
  direction: rtl;
}

.benefit_item {
  display: flex;
  gap: 1em;
  height: 312px;
  /* margin-bottom: 2em; */
  direction: ltr;
}

.benefit_number {
  font-family: Ghawar;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  text-align: left;
  color: #3d3d3d;
}
.benefit_content h2 {
  font-family: Ghawar;
  font-size: 32px;
  font-weight: 500;
  line-height: 38.4px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #121212;
}
.benefit_content h3 {
  font-family: Ghawar;
  font-size: 18px;
  font-weight: 600;
  line-height: 21.6px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #3d3d3d;
}
.benefit_content p {
  font-family: Ghawar;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
  letter-spacing: -0.04em;
  text-align: left;
  color: #6d6d6d;
}
.benefit_content {
  flex: 1;
}

.benefit_image {
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 1s ease-in-out;
}

.benefit_image.visible {
  opacity: 1;
}

/* .benefit_image img {
  max-width: 150px;
  border-radius: 5px;
} */

/* Custom scrollbar styles */
.benefits_becoming_partner_main::-webkit-scrollbar {
  width: 4px;
}

.benefits_becoming_partner_main::-webkit-scrollbar-track {
  background: #f1f1f1;
}

.benefits_becoming_partner_main::-webkit-scrollbar-thumb {
  background: linear-gradient(
    10deg,
    #e54e1a 0%,
    #0d3642 33.33%,
    #005b96 66.67%,
    #121212 100%
  );
}
.criteria_becoming_partner {
  background-image: url(../images/partner/criteria_becoming_partner_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 103px 0px;
}
.criteria_check_main {
  display: flex;
  align-items: center;
  gap: 10px;
}
.criteria_becoming_partner_main {
  text-align: center;
  padding: 0px 50px;
}
.criteria_becoming_partner_check {
  display: flex;
  flex-wrap: wrap;
  column-gap: 52px;
  row-gap: 10px;
  align-items: center;
  justify-content: center;
}
.criteria_check_main {
  max-width: 299px;
  width: 100%;
}
.modal-dialog {
  max-width: 850px;
  border-radius: 12px !important;
}
.hire_now_modal .modal-body {
  padding: unset;
  /* height: 100vh; */
}
.hire_now_modal .modal-content {
  border: unset;
  border-radius: 12px;
}
.hire_now_modal .modal-header {
  border: unset;
}
.hire_now_modal .modal-header {
  padding: unset;
  position: relative;
}
.hire_now_modal .modal-header button {
  position: absolute;
  top: 25px;
  right: 25px;
  z-index: 1;
}
.hire__know__modal_main {
  display: flex;
  /* flex-wrap: wrap; */
}
.hire__know__modal_info {
  /* width: 50%; */
  max-width: 350px;
  background-image: url(../images/hire__know__modal_info_bg.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 67px 32px;
  border-radius: 12px 0px 0px 12px;
  /* height: 100vh; */
}
.hire__know__modal_form {
  /* width: 50%; */
  max-width: 500px;
}
#hire_now__contactForm {
  padding: 25px 24px 32px 24px;
}
#hire_now__contactForm21 {
  padding: 25px 24px 32px 24px;
}
#book_consultation_form {
  padding: 25px 24px 32px 24px;
}
.about__yourself {
  padding: 24px 19px;
}
.hire__know__modal_form textarea {
  resize: none;
}
.hire__know__modal_form .error-message {
  font-size: 14px;
  position: absolute;
  left: 0;
  bottom: -20px;
}
.about__yourself {
  display: flex;
  gap: 12px;
  align-items: center;
  border-bottom: 1px solid #e7e7e7;
}
.about__yourself_bx {
  border: 5px solid #e6eff5;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  background-color: #5491b9;
  display: flex;
  align-items: center;
  justify-content: center;
}
.about__yourself_bx img {
  width: 100%;
  object-fit: scale-down;
}
.slot-container {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.slot {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 40px;
  border-radius: 6px;
  cursor: pointer;
  text-align: center;
  transition: background-color 0.3s;
}
.slot input[type="radio"] {
  display: none;
}
.slot input[type="radio"]:checked + label {
  background-color: #fb7a00;
  color: white;
  border: 0;
  /* border-radius: ; */
}
.slot label {
  width: 100%;
  max-width: 91px;
  height: 32px;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: Inter;
  font-size: 12px;
  font-weight: 400;
  line-height: 14.52px;
  text-align: left;
  color: #3d3d3d;
  border: 1px solid #e7e7e7;
  border-radius: 6px;
  cursor: pointer;
}

.dropdown-container {
  /* display: flex; */
  align-items: center;
  margin-top: 20px;
}
.custom-dropdown {
  position: relative;
  display: flex;
  align-items: center;
}

.dropdown-icon {
  position: absolute;
  left: 10px;
  width: 20px;
  height: 20px;
}

.dropdown-select {
  padding: 5px 5px 5px 40px;
  font-size: 16px;
  border: 1px solid #ccc;
  appearance: none;
}
.view_more_key_document {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #e7ebec;
  padding-bottom: 20px;
}
.download_zip_all_temp a svg {
  transform: rotate(90deg);
}
.download_zip_all_temp {
  justify-content: end;
  display: flex;
}
.download_zip_all_temp .view__more_btn {
  gap: 12px;
}
#book_consultation_modal #datepicker-error,
#timeslot-error,
#timezone-error {
  color: red;
  font-size: 14px;
  bottom: -20px;
  position: absolute;
}
#hire_now_modal #name-error,
#l_name-error,
#email-error,
#service_required-error, 
#business_domain-error,
#hire_now_phone-error{
  color: red;
  font-size: 14px;
  bottom: -20px;
  left: 0;
  position: absolute;
}
.navbar .nav-item:hover .dropdown-menu {
  width: 710px !important;
  height: auto;
  overflow: unset;
}
.navbar .dropdown-menu {
  /* right: -200% !important; */
  right: -142% !important;
  left: unset;
}
.sevices__drop_menu .nav__scroll_style {
  overflow-y: unset !important;
  height: 500px;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-10px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes fadeOut {
  from {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 1;
    transform: translateY(5px);
  }
}
.key_doc {
  display: none;
  opacity: 0;
}
.key_doc.show {
  display: flex;
  animation: fadeIn 0.7s ease forwards;
}
.key_doc.hide {
  animation: fadeOut 0.7s ease forwards;
}
.view__more_keydoc_btn svg {
  transition: transform 0.3s ease;
}
.view__more_keydoc_btn svg.rotate-90 {
  transform: rotate(90deg);
}

body,
html {
  margin: 0;
}

.loader-height {
  height: 100%;
  /* overflow: hidden; */
  /* margin: 0; */
}

#preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1000;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.loader-18 {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: inline-block;
  border-top: 4px solid #0f0f0f;
  border-right: 4px solid transparent;
  -webkit-animation: rotation 1s linear infinite;
  animation: rotation 1s linear infinite;
}
.loader-18:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border-bottom: 4px solid #ff3d00;
  border-left: 4px solid transparent;
}
.flex__wrap_992 {
  flex-wrap: nowrap;
  justify-content: space-evenly;
}
   /* ======= Dropdown Items Using .nav__scroll_style ======= */
.nav__scroll_style a {
  position: relative;
  display: inline-block;
  padding-bottom: 3px;
  color: #000;
  text-decoration: none;
  transition: all 0.3s ease;
  width: fit-content;
}

.nav__scroll_style a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 4px;
  height: 2px;
  width: 0;
  background-color: #e54e1a;
  transition: width 0.8s ease-in-out;
}

.nav__scroll_style a:hover::after {
  width: 100%;
}

.nav__scroll_style a i {
  transition: transform 0.8s ease;
}

.nav__scroll_style a:hover i {
  transform: translateX(5px);
}

@-webkit-keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

@media only screen and (max-width: 992px) {
  .faq__tab_main {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .services__cards_main {
    grid-template-columns: 1fr 1fr;
  }
  .image__responsive {
    width: 100%;
  }
  .faq__tab_main .accordion-button h2 {
    width: 100%;
  }
  .flex__wrap_992 {
    flex-wrap: nowrap;
  }
}
@media only screen and (max-width: 550px) {
  .faq__tab_main .accordion-button h2 {
    width: unset;
    white-space: wrap;
  }
}

@media only screen and (max-width: 500px) {
  .services__cards_main {
    grid-template-columns: 1fr;
  }
}
