@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  outline: none;
  list-style: none;
  color: #000000;
  font-family: Inter;
}

:root {
  --primiry-blue: #1570ef;
  --primary-white: #fff;
  --title-color: #111927;
  --span-color: #175cd3;
  --gray-color: #d2d6db;
  --description-color: #4d5761;
}

button {
  cursor: pointer;
}

h1,
h2,
h3,
h4,
h5,
p {
  margin: 0;
  padding: 0;
}

.text_gray {
  color: var(--description-color);
}

.text-gray {
  color: var(--gray-color);
}

.bg_blue {
  background-color: var(--primiry-blue);
}

.text_white {
  color: var(--primary-white);
}

.title_clr {
  color: var(--title-color);
}

.span_clr {
  color: var(--span-color);
}

.container {
  width: 100%;
  max-width: 1280px !important;
  margin: 0 auto;
  padding: 0px 20px;
}

.font_14 {
  font-size: 14px;
}

.font_16 {
  font-size: 16px;
}

.font_18 {
  font-size: 18px;
}

.font_20 {
  font-size: 20px;
}

.font_22 {
  font-size: 22px;
}

.font_24 {
  font-size: 24px;
}

.font_36 {
  font-size: 36px;
}

.font_53 {
  font-size: 53px;
}

.fw_400 {
  font-weight: 400;
}

.fw_500 {
  font-weight: 500;
}

.fw_600 {
  font-weight: 600;
}

.fw_700 {
  font-weight: 700;
}

.pd_10_18 {
  padding: 10px 18px;
}

.radius_20 {
  border-radius: 20px;
}

.max_480 {
  max-width: 480px;
}

.max_520 {
  max-width: 520px;
}

.max_554 {
  max-width: 554px;
  margin: 0 auto;
}

.mx_730 {
  max-width: 730px;
}

.mx_768 {
  max-width: 768px;
  width: 100%;
  margin: 0 auto;
}

.mt_12 {
  margin-top: 12px;
}

.mt_16 {
  margin-top: 16px;
}

.mt_20 {
  margin-top: 20px;
}

.mt_24 {
  margin-top: 24px;
}

.mt_56 {
  margin-top: 56px;
}

.border_left {
  border-left: 1px solid #e5e7eb;
}

.main-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: white;
  transition: all 0.3s linear;
}

.main-nav.bgchange {
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.nav-link.active {
  color: rgba(22, 75, 231, 1);
}

.succuss-message {
  position: fixed;
  top: 20px;
  left: 20px;
  right: 20px;
  background-color: #66b566;
  color: #fff;
  font-size: 16px;
  z-index: 999;
  padding: 12px 16px;
  border-radius: 8px;

  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}

#removeStatus {
  border: none;
  background-color: transparent;
}

.contact_us_btn {
  display: block;
  text-decoration: none;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border-radius: 9999px;
  width: fit-content;
  padding: 10px 18px;
  background: var(--Gradient-02,
      linear-gradient(89deg,
        rgba(30, 88, 252, 0.8) 8.58%,
        rgba(164, 39, 235, 0.8) 43.45%,
        rgba(217, 20, 228, 0.8) 59.2%,
        rgba(225, 15, 163, 0.8) 81.13%,
        rgba(241, 4, 25, 0.8) 109.25%));
  box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset,
    0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset,
    0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.gridient_clr {
  background: linear-gradient(88deg,
      rgba(30, 88, 252, 0.8) 7.18%,
      rgba(164, 39, 235, 0.8) 18.48%,
      rgba(217, 20, 228, 0.8) 23.58%,
      rgba(225, 15, 163, 0.8) 30.69%,
      rgba(241, 4, 25, 0.8) 39.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.heroSwiper .swiper-pagination {
  display: flex;
  text-align: left;
  gap: 10px;
}

.heroSwiper .swiper-wrapper {
  margin-bottom: 20px;
}

.contact_us_btn:hover {
  transition: linear all 0.3s;
}

.book_now_btn {
  display: block;
  text-decoration: none;
  text-align: center;
  align-items: center;
  display: flex;
  justify-content: center;
  border: 1px solid rgba(255, 255, 255, 1);
}

.book_now_btn:hover {
  background-color: white;
  color: var(--primiry-blue);
  transition: linear all 0.3s;
}

.main-nav .navbar {
  height: 80px;
  flex-wrap: nowrap;
  position: unset;
  transition: all 0.3s linear;
  justify-content: space-between;
  gap: 96px;
  display: flex;
  align-items: center;
  background-color: white;
}

.nav_links {
  display: flex;
  align-items: center;
  gap: 32px;
}

.main-nav .nav-items {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
  width: 100%;
}

.main-nav #nav-toggler {
  display: none;
}

.hero_sec {
  max-height: calc(100vh - 80px);
  margin-top: 80px;
  padding: 60px 0px 50px 0px;
}

.hero_main {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.hero_content {
  max-width: 600px;
  text-align: left;
}

.hero_image img {
  max-height: calc(100vh - 160px);
  border-radius: 8px;
  width: 100%;
  max-width: 600px;
}

/* logos_slide_sec */
.logos_slide_sec {
  padding: 40px 0px;
}

.mySwiper {
  border-top: 1px solid rgba(231, 231, 231, 1);
  border-bottom: 1px solid rgba(231, 231, 231, 1);
  padding: 32px 0px;
}

.swiper-slide {
  text-align: center;
}

.more__result_content p {
  direction: ltr;
}

.more__result_content::-webkit-scrollbar {
  width: 4px;
}

.more__result_content::-webkit-scrollbar-track {
  background: rgba(232, 238, 255, 1);
}

.more__result_content::-webkit-scrollbar-thumb {
  background-image: linear-gradient(89deg,
      rgba(30, 88, 252, 0.8) 8.58%,
      rgba(164, 39, 235, 0.8) 43.45%,
      rgba(217, 20, 228, 0.8) 59.2%,
      rgba(225, 15, 163, 0.8) 81.13%,
      rgba(241, 4, 25, 0.8) 109.25%);
}

.more__result_content::-webkit-scrollbar-thumb {
  background-image: linear-gradient(89deg,
      rgba(30, 88, 252, 0.8) 8.58%,
      rgba(164, 39, 235, 0.8) 43.45%,
      rgba(217, 20, 228, 0.8) 59.2%,
      rgba(225, 15, 163, 0.8) 81.13%,
      rgba(241, 4, 25, 0.8) 109.25%);
}

.more__result_content::-webkit-scrollbar-button {
  display: none;
}

body::-webkit-scrollbar {
  width: 10px;
}

body::-webkit-scrollbar-track {
  background: rgba(232, 238, 255, 1);
}

body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(89deg,
      rgba(30, 88, 252, 0.8) 48.58%,
      rgba(164, 39, 235, 0.8) 43.45%,
      rgba(217, 20, 228, 0.8) 59.2%,
      rgba(225, 15, 163, 0.8) 81.13%,
      rgba(241, 4, 25, 0.8) 109.25%);
  border-radius: 12px;
}

body::-webkit-scrollbar-thumb {
  background-image: linear-gradient(89deg,
      rgba(30, 88, 252, 0.8) 48.58%,
      rgba(164, 39, 235, 0.8) 43.45%,
      rgba(217, 20, 228, 0.8) 59.2%,
      rgba(225, 15, 163, 0.8) 81.13%,
      rgba(241, 4, 25, 0.8) 109.25%);
}

/* company_slider_sec */
.company_slider_sec {
  padding: 50px 0px;
}

/* our_services_sec */
.our_services_sec {
  padding: 96px 0px;
  background-color: #000d22;
}

.tabs-container {
  margin-top: 32px;
}

.tabs {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 2rem;
  border-radius: 8px;
  border: 1px solid #102a56;
  width: fit-content;
}

.tab {
  background: transparent;
  color: #ccc;
  border: none;
  padding: 8px 35px;
  border-radius: 8px;
  cursor: pointer;
  font-weight: 500;
  transition: 0.3s ease;
  position: relative;
  font-size: 14px;
  font-weight: 600;
  border: 1px solid transparent;
}

.tab_im {
  width: 100%;
  max-width: 576px;
}

.tab.active {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  border-radius: 8px;
  border: 1px solid #175cd3;
  background: #102a56;
  box-shadow: 0px 1px 2px 0px rgba(10, 13, 18, 0.05);
}

.tab-content {
  display: none;
  padding-top: 64px;
  animation: fadeIn 0.5s ease-in-out;
}

.tab-content.active {
  display: block;
}

.content-box {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
  align-items: center;
}

.content-box h2 {
  font-size: 1.8rem;
  margin-bottom: 1rem;
}

.content-box p {
  font-size: 1rem;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.content-box ul {
  list-style: none;
  padding: 0;
}

.content-box ul li a {
  color: #0c8ed9;
  text-decoration: none;
  display: block;
  margin: 0.9rem 0;
  font-weight: 500;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* feature_sec */
.feature_sec {
  padding: 96px 0px;
}

.cards-container {
  display: flex;
  width: 100%;
  height: 500px;
  gap: 10px;
  overflow: hidden;
  margin-top: 64px;
}

.card {
  flex: 1;
  position: relative;
  overflow: hidden;
  border-radius: 20px;
  background-color: #222;
  color: white;
  transition: flex 0.4s ease;
  cursor: pointer;
  height: 500px;
}

.card:hover {
  flex: 3;
}

.card-image {
  position: absolute;
  inset: 0;
  z-index: 1;
  border-radius: 20px;
  overflow: hidden;
}

.card-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.card:hover .card-image img {
  transform: scale(1.05);
}

.gradient-overlay {
  position: absolute;
  inset: 0;
  border-radius: 20px;
  background: linear-gradient(180deg,
      rgba(191, 94, 242, 0.33) 54.58%,
      #398bf5 90.56%);
  pointer-events: none;
  z-index: 2;
}

.card-content {
  position: absolute;
  bottom: 16px;
  left: 16px;
  right: 16px;
  z-index: 3;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

/* Keep h3 always visible and pinned to bottom */
.card-content h3 {
  margin: 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  color: white;
}

/* Extra content above h3, hidden by default */
.extra-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: opacity 0.4s ease, max-height 0.4s ease;
  margin-bottom: 8px;
}

/* On hover: show description and link */
.card:hover .extra-content {
  opacity: 1;
  max-height: 200px;
  /* enough to show p + a */
}

.extra-content p {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  color: white;
  line-height: 1.3;
  margin: 10px 0 12px 0;
}

.extra-content a {
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
}

/* our_alliances_sec */
.our_alliances_sec {
  background-color: #f9fafb;
  padding: 96px 0px;
}

.alliances_cards_wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 64px;
}

.alliances_cards {
  padding: 24px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background-color: white;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* selected_project_sec */
.selected_project {
  padding: 96px 0px;
}

.selected_projects_wrapper {
  display: grid;
  gap: 24px;
  grid-template-columns: 1fr 1fr;
  margin-top: 64px;
}

.selected_projects_wrapper img {
  width: 100%;
}

.selected_project_card {
  border-radius: 16px;
  background: #f9fafb;
  padding: 60px 65px;
}

/* award_sec */
.award_sec {
  padding: 96px 0px;
  background-color: #f9fafb;
}

.award_logo_wrapper {
  display: flex;
  gap: 32px;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 860px;
  margin: 0 auto;
  padding-top: 64px;
}

/* results_sec */
.results_sec {
  padding: 96px 0px;
}

.stats_wrapper {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  margin-top: 64px;
  gap: 30px;
}

.stat_item {
  flex: 1 1 200px;
  text-align: center;
}

.stat_item h3 {
  font-size: 60px;
  font-weight: 600;
  color: #1570ef;
}

.stat_item p {
  margin-top: 12px;
  font-size: 18px;
  font-weight: 600;
  color: #111927;
}

.AI_business_grow {
  border-radius: 16px;
  background: var(--Gradient-02,
      linear-gradient(89deg,
        rgba(30, 88, 252, 0.8) 8.58%,
        rgba(164, 39, 235, 0.8) 43.45%,
        rgba(217, 20, 228, 0.8) 59.2%,
        rgba(225, 15, 163, 0.8) 81.13%,
        rgba(241, 4, 25, 0.8) 109.25%));
  padding: 64px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 96px;
}

/* success_stories_sec */
.success_stories_sec {
  padding: 80px 0px;
}

.swiper_slides_cards {
  background-image: url(../images/client_1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 448px;
  /* width: 380px; */
  display: flex;
  flex-direction: column;
  justify-content: end;
  padding: 24px;
  text-align: left;
}

.swiper_slides_cards.client2 {
  background-image: url(../images/client_2.png);
}

.swiper_slides_cards.client3 {
  background-image: url(../images/client_3.png);
}

.swiper_slides_cards.client4 {
  background-image: url(../images/client_4.png);
}

.swiper_slides_cards.client5 {
  background-image: url(../images/client_5.png);
}

.success_stories_sec {
  padding: 80px 0px;
}

.success_stories__slide {
  display: flex;
  gap: 50px;
  text-align: left;
  align-items: center;
  justify-content: space-between;
}

.success_stories__slide_content {
  max-width: 531px;
}

.success_stories__slide_image img {
  width: 100%;
}

.sucess_stories_swiper_btnz {
  display: flex;
  position: absolute;
  top: 5px;
  right: 10px;
  width: fit-content;
  justify-content: flex-start;
  margin-left: 78px;
  padding-top: 80px;
}

.success_stories_sec .swiper-wrapper {
  padding-top: 100px;
}

.swiper-button-next:after {
  background-image: url(../images/swiper_arrow-right.png);
  background-repeat: no-repeat;
  width: 56px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid #e5e7eb;
  font-size: 16px;
  font-weight: 500;
  color: transparent;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
  background-position: center;
}

.swiper-button-prev:after {
  background-image: url(../images/swiper_arrow-left.png);
  background-repeat: no-repeat;
  background-position: center;
  width: 56px;
  height: 56px;
  border-radius: 50px;
  border: 1px solid #e5e7eb;
  font-size: 16px;
  font-weight: 500;
  color: transparent;
  align-items: center;
  display: flex;
  text-align: center;
  justify-content: center;
}

.swiper-button-prev {
  left: -148px;
  width: 56px;
  height: 56px;
}

.swiper-button-next {
  width: 56px;
  height: 56px;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
}

/* contact_us_sec */
.contact_us_sec {
  padding: 96px 0px;
  background: linear-gradient(294deg,
      rgba(75, 121, 253, 0.05) 0.01%,
      rgba(235, 60, 147, 0.05) 99.33%);
}

#name-error,
#l_name-error,
#email-error,
#message-error {
  position: absolute;
  bottom: -22px;
}

.iti--allow-dropdown .iti__flag-container {
  display: flex;
}

.iti.iti--allow-dropdown.iti--show-flags {
  display: flex;
  flex-direction: column;
}

.iti.iti--allow-dropdown.iti--show-flags .iti__selected-flag {
  height: 40px;
}

.contact_us_sec input {
  position: relative;
}

.contact_us_content {
  max-width: 555px;
}

.contact_us_content img {
  width: 100%;
}

.contact__info {
  max-width: 315px;
  box-shadow: 0px 3px 22px 0px rgba(0, 0, 0, 0.08);
  border-radius: 8px;
  padding: 15px;
  background: rgba(255, 255, 255, 1);
}

.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
  background-color: unset;
}

.contact_us_form {
  max-width: 480px;
}

.contact_us_form label {
  width: 100%;
}

.contact_us_form input {
  border: 1px solid #d2d6db;
  border-radius: 8px;
  padding: 16px;
  height: 40px;
  width: 100%;
  max-width: 519px;
}

.contact_us_form textarea {
  border: 1px solid #d2d6db;
  border-radius: 8px;
  padding: 16px;
  height: 115px;
  width: 100%;
  max-width: 519px;
  resize: none;
}

.contact_us_form input::placeholder {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.contact_us_form textarea::placeholder {
  font-family: Inter;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}

.contact_us_main {
  display: flex;
  gap: 30px;
  align-items: center;
  justify-content: space-between;
}

.error-message {
  color: red;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-align: left;
}

.iti {
  width: 100%;
  margin-top: 12px;
}

/* Hide flag image */
.iti__flag {
  display: none !important;
}

/* Adjust input for left padding */
.iti--allow-dropdown input {
  padding-left: 90px !important;
}

/* Style the flag container */
.iti__selected-flag {
  width: auto !important;
  min-width: 60px;
  padding-left: 12px !important;
  font-size: 14px;
  font-weight: 600;
  color: #333;
  display: flex;
  align-items: center;
  position: relative;
  pointer-events: auto;
  cursor: pointer;
}

/* Add custom dropdown arrow via CSS only */
.iti__selected-flag::after {
  content: "";
  position: absolute;
  right: 8px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border: solid #555;
  border-width: 0 2px 2px 0;
  pointer-events: none;
}

/* footer_sec */
.footer_sec {
  padding: 64px 0px 48px 0px;
  background-color: #111927;
}

.footer_main {
  color: #fff;
}

.footer_content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
}

.footer_brand {
  max-width: 320px;
}

.footer_links {
  display: flex;
  gap: 64px;
}

.footer_column {
  display: flex;
  flex-direction: column;
  gap: 12px;
  min-width: 150px;
}

.footer_column h2 {
  font-size: 14px;
  font-weight: 600;
  color: #a4a7ae;
  margin-bottom: 4px;
}

.footer_column a {
  font-size: 16px;
  font-weight: 600;
  color: #a4a7ae;
  text-decoration: none;
  transition: 0.3s;
}

.footer_column a:hover {
  color: #4f46e5;
}

.badge_new {
  background-color: #2e90fa;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  padding: 2px 6px;
  border-radius: 6px;
  margin-left: 6px;
  vertical-align: middle;
}

.footer_subscribe h2 {
  margin-bottom: 12px;
}

.subscribe_box {
  display: flex;
  gap: 8px;
  margin-top: 4px;
}

.subscribe_box input {
  background-color: #1a1c26;
  border: 1px solid #2c2f3a;
  padding: 10px 14px;
  border-radius: 8px;
  color: #fff;
  font-size: 14px;
  outline: none;
  min-width: 220px;
}

.subscribe_box button {
  border-radius: 9999px;
  border: 2px solid rgba(255, 255, 255, 0.12);
  background: #1570ef;
  box-shadow: 0px 0px 0px 1px rgba(10, 13, 18, 0.18) inset,
    0px -2px 0px 0px rgba(10, 13, 18, 0.05) inset,
    0px 1px 2px 0px rgba(10, 13, 18, 0.05);
  cursor: pointer;
  padding: 10px 16px;
}

.footer_bar {
  padding-top: 32px;
  font-size: 13px;
  color: #a4a7ae;
  border-top: 1px solid #1f222c;
  margin-top: 40px;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

/* .footer_bar_logo {
  display: flex;
  align-items: center;
  gap: 24px;
} */

@media screen and (max-width: 992px) {
  .main-nav #nav-toggler {
    display: block;
    font-size: 20px;
    color: var(--dark-orange);
  }

  .nav_links {
    flex-direction: column;
  }

  .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;
    padding: 20px 0px;
    background-color: #e8eeff;
  }

  .hero_sec {
    padding: 50px 0px 0px 0px;
  }

  .hero_main {
    flex-wrap: wrap;
    gap: 30px;
  }

  .content-box {
    grid-template-columns: 1fr;
  }

  .selected_projects_wrapper {
    grid-template-columns: 1fr;
    margin-top: 30px;
  }

  .selected_projects_wrapper img {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    display: flex;
  }

  .tab_im {
    max-width: 100%;
  }

  .alliances_cards_wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .contact_us_main {
    flex-wrap: wrap;
  }

  .company_slider_sec,
  .our_services_sec,
  .feature_sec,
  .our_alliances_sec,
  .selected_project,
  .award_sec,
  .results_sec,
  .contact_us_sec,
  .footer_sec {
    padding: 50px 0px !important;
  }

  .AI_business_grow {
    padding: 24px;
  }

  .stat_item {
    border: 0;
  }

  .sucess_stories_swiper_btnz {
    top: 130px;
  }

  .success_stories_sec .swiper-wrapper {
    padding-top: 75px;
  }

  .swiper-button-next:after {
    width: 47px;
    height: 47px;
  }

  .swiper-button-prev:after {
    width: 47px;
    height: 47px;
  }

  .swiper-button-prev {
    left: -130px;
  }

  .cards-container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    overflow: unset;
    height: unset;
  }

  .hero_sec {
    max-height: unset;
  }
}

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

  .alliances_cards_wrapper {
    grid-template-columns: 1fr;
  }

  .font_53 {
    font-size: 28px;
  }

  .font_20 {
    font-size: 16px;
  }

  .font_36 {
    font-size: 30px;
  }

  .fl_wap_500 {
    flex-wrap: wrap !important;
  }

  .footer_bar {
    justify-content: center;
  }

  .subscribe_box {
    flex-wrap: wrap;
    gap: 15px;
  }

  .selected_project_card {
    padding: 30px;
  }

  .stat_item h3 {
    font-size: 40px;
  }

  .tab {
    width: 100%;
  }

  .heroSwiper .swiper-pagination {
    text-align: center;
    justify-content: center;
    margin-top: 30px;
  }

  .heroSwiper .swiper-wrapper {
    margin-bottom: 35px;
  }

  .footer_column {
    min-width: unset;
  }
}

.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;
  gap: 44px;
  align-items: center;
  -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%);
  }
}

.iti--separate-dial-code .iti__selected-flag {
  background-color: transparent !important;
}

.iti__selected-flag::after {
  /* display: none; */
}

#phone2 .iti__country-list {
  height: 200px;
}

#phone2 .iti__country-list {
  position: absolute !important;
  top: 100% !important;
  left: 0 !important;
  /* width: 100% !important; */
  max-width: 480px !important;
  max-height: 300px;
  overflow-y: auto;
  z-index: 100;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  border-radius: 6px;
}

@media screen and (max-width: 500px) {
  #phone2 {
    position: relative;
  }

  #phone2 .iti__country-list {
    position: absolute !important;
    top: 100% !important;
    left: 0 !important;
    /* width: 100% !important; */
    max-width: 300px;
    max-height: 300px;
    overflow-y: auto;
    z-index: 10000;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }
}