:root {
  --swiper-pagination-color: #7000d2;
  --swiper-theme-color: #00002c;
}
/* ─── Iti-tele-code Css ──────────────────────────────────────────────────── */

.iti--fullscreen-popup.iti--container {
  z-index: 9999999;
}

.iti__search-icon {
  display: none;
}

.iti__dropdown-content {
  background: transparent;
  border: 0px !important;
}

.iti__country-list {
  background: var(--theme-color);
  color: var(--text-color);
  font-size: 1.65rem;
  border-radius: 8px;
  border: 2px solid rgba(2, 0, 143, 0.5);
}

.iti__search-input {
  height: 3em;
  font-size: 1.65rem;
  outline: 0;
  color: var(--text-color);
}

/* ─── ------------- ──────────────────────────────────────────────────────── */

.services-layout {
  display: grid;
  grid-template-columns: 1fr 3fr;
  gap: 2rem;
  height: 600px;
  max-width: 1200px;
  margin: 0 auto;

  @media (width<699px) {
  grid-template-columns: none;
  grid-template-rows: 1fr 1fr;
  }
}

/* Thumbs configuration */
.thumbs-swiper {
  width: 100%;
  height: 100%;
  touch-action: pan-y !important;
}

.thumbs-swiper .swiper-slide {
  height: 100px;
  font-size: clamp(1.65rem, 2vw, 2rem);
  padding: 1.5rem;
  background: linear-gradient(135deg, rgb(124, 91, 177), rgb(98, 91, 177));
  border-radius: 12px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  transition:
    background 0.2s ease,
    color 0.2s ease;
}

.thumbs-swiper .swiper-slide-thumb-active:nth-child(1) {
  background: #39d46e;
  color: #000;
}

.thumbs-swiper .swiper-slide-thumb-active:nth-child(2) {
  background: #8b52fe;
  color: #fff;
  border: 2px solid #39d46e;
}

.thumbs-swiper .swiper-slide-thumb-active:nth-child(3) {
  background: #f8904c;
  color: #000;
}

.thumbs-swiper .swiper-slide-thumb-active:nth-child(4) {
  background: #8b52fe;
  color: #fff;
  border: 2px solid #39d46e;
}

/* Main slides configuration */
.main-swiper {
  width: 100%;
  height: 100%;
  border-radius: 16px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
}

.main-swiper .swiper-slide {
  background-repeat: no-repeat !important;
  background-size: 100% 100% !important;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2rem;
  cursor: grab;
}

.main-swiper .swiper-slide:nth-child(1){
  background: url(../images/service-slide-1.webp);
}
.main-swiper .swiper-slide:nth-child(2){
  background: url(../images/service-slide-2.webp);
}
.main-swiper .swiper-slide:nth-child(3){
  background: url(../images/service-slide-3.webp);
}
.main-swiper .swiper-slide:nth-child(4){
  background: url(../images/service-slide-4.webp);
}
/* ─── Getting Started Popup ──────────────────────────────────────────────── */

.getting_started {
  max-width: 1280px;
  width: 100%;
  border-radius: 16px;
  background: linear-gradient(
    120deg,
    rgba(36, 0, 128, 0.85),
    rgba(0, 15, 80, 0.75)
  );
  box-shadow:
    -6px -12px 16px rgba(16, 1, 74, 0.75),
    6px 8px 16px rgba(0, 6, 125, 0.45);
  backdrop-filter: blur(5px);
  position: relative;
  padding: 0;
  margin: 0 auto;

  @media (width < 1440px) {
    max-width: 1024px;
  }
}

.getting-started-wrapper {
  width: 100%;
  padding: 0;
  padding-top: 3em;
  margin: 0;
}

.getting-started-wrapper .swiper-slide {
  border-radius: 16px;
  margin: 0 auto;
  padding: 0 3em;
  gap: 1em;
  width: 100%;

  @media (width < 1440px) {
    padding: 0 1em;
  }
}

.getting-started-wrapper .swiper-slide a {
  color: aquamarine;
}

.getting-started-wrapper .swiper-slide a:hover {
  color: greenyellow;
}

.getting-started-left-layout {
  gap: 0.5em;
  width: 100%;
  padding: 2em;
}

.getting-started-left-layout .section-header {
  display: block;
  margin-bottom: 1em;
  line-height: normal;
  text-align: left;
}

.getting-started-left-layout .section-header h3 {
  font-size: clamp(1.85rem, 2vw, 2.25rem);
  margin-bottom: 0.2em;
}

.getting-started-left-layout .section-header p {
  font-size: clamp(1.45rem, 2vw, 1.65rem);
  color: var(--text-description);
}

.gs-form-wrap {
  width: 100%;
}

.getting-started-left-layout h4 {
  font-size: clamp(1.65rem, 2vw, 1.85rem);
  justify-self: start;
}

.getting-started-left-layout h6 {
  font-size: clamp(1.45rem, 2vw, 1.65rem);
  margin-bottom: 1em;
  justify-self: start;
}

.getting-started-left-layout .form-items {
  align-content: flex-start;
  justify-content: flex-start;
  align-items: flex-start;
  flex-flow: column wrap;
  padding: 0.5em 1em;
  gap: 0.3em;
  width: 100%;
  text-align: left;

  @media (width>1024px) {
    max-height: 85px;
  }
}

.getting-started-left-layout .form-items label {
  font-size: clamp(1.45rem, 2vw, 1.65rem);
  margin-bottom: 0.15em;
}

.getting-started-left-layout .form-items input {
  width: 100%;
  background: rgb(234, 234, 234);
  color: #000;
  border: 1px solid #4c3e85;
  font-size: clamp(1.45rem, 2vw, 1.65rem);
}

.getting-started-left-layout .form-items input::placeholder {
  color: rgba(75, 75, 75, 0.3);
}

.getting-started-left-layout .checkbox-wrapper {
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0.5em;
  background: rgb(255 255 255 / 0.1);
  border-radius: 8px;
}

.getting-started-left-layout .checkbox-wrapper .label-text {
  font-size: 1.65rem;
}

/* <Right Side> */

.getting-started-right-layout {
  padding: 0.5em;

  @media (width < 1024px) {
    display: none;
  }
}

.getting-started-right-layout .grid {
  gap: 2em;
}

.getting-started-right-layout .grid .col-12 {
  background: rgb(255 255 255 / 0.05);
  padding: 1em;
  border-radius: 16px;
  text-align: left;
}

.getting-started-right-image {
  display: block;
  width: 100%;
  justify-self: flex-end;
  align-self: flex-end;
  border-radius: 12px;
}

.getting-started-right-image img {
  object-fit: contain;
  max-height: fit-content;
  height: 100%;
  width: 100%;
  border-radius: 12px;
}

.getting-started-right-layout h6 {
  font-size: 1.65rem;
  margin: 0.1em 0;
  padding: 0 1em;
}

.getting-started-right-layout p {
  font-size: 1.5rem;
  color: #eaeaea;
  padding: 0 1em;
}

.getting-started-input-label-pair {
  display: grid;
  gap: 0.1em;
  justify-self: start;
  grid-template-columns: 0.2fr 1fr;
  justify-content: start;
  align-items: center;
  justify-items: start;
  text-align: left;
  width: 100%;
  padding: 0.5em 0.7em;
  background: rgb(234, 234, 234, 0.1);
  border-radius: 8px;
}

.getting-started-input-label-pair label {
  font-size: clamp(1.5rem, 2vw, 1.65rem);
  text-align: left;
  justify-self: start;
  height: 100%;
  width: 100%;
  display: inline-block;
}

.getting-started-input-label-pair input[type="radio"] {
  justify-self: start;
  appearance: none;
  background: url(../images/hgyt.png) no-repeat;
  height: 15px;
  width: 15px;
  transition: background 0.15s ease;
}

.getting-started-input-label-pair input[type="radio"]:checked {
  background: url(../images/ghtyb.png) no-repeat;
}

.getting-started-textbox-wrapper {
  margin: 2em 0;
  display: flex;
  flex-flow: column wrap;
  align-items: flex-start;
  gap: 1.5em;
  background: rgba(94, 74, 126, 0.3);
  padding: 0.5em 1em;
  border-radius: 8px;
  justify-content: center;
  justify-items: center;
}

.getting-started-textbox-wrapper label[for="getting-started-textbox-brief"] {
  font-size: clamp(1.65rem, 2vw, 1.85rem);
  font-weight: 700;
}

.getting-started-textbox-wrapper textarea {
  width: 100%;
  height: 120px;
  background: rgb(234, 234, 234);
  color: rgb(0, 0, 44);
  border-radius: 8px;
  border: 2px solid rgba(2, 0, 143, 0.5);
  outline: 0px;
  font-size: 1.5rem;
  padding: 0.5em;
}

.getting-started-textbox-wrapper textarea::placeholder {
  color: rgb(143, 142, 155, 0.75);
  letter-spacing: 0.5px;
}

#getStartedBtnProject {
  align-self: center;
  justify-self: center;
}

.getting-started-success-page {
  display: flex;
  align-items: center;
}

.getting-started-success-page .grid {
  justify-content: center;
  justify-items: center;
  align-items: center;
}

.getting-started-success-page lottie-player {
  width: 350px;
  height: 350px;
  object-fit: contain;
}

.getting-started-success-page h3 {
  font-size: clamp(1.85rem, 2vw, 2.25rem);
}

.getting-started-success-page p {
  font-size: 1.85rem;
}

/* ─── ---------------- ───────────────────────────────────────────────────── */
/* SweetAlert2 Styles */
/* ─── ---------------- ───────────────────────────────────────────────────── */

.swal2-container {
  z-index: 999999;
  backdrop-filter: blur(4px);
}

.swal2-popup {
  border-radius: 16px;
  background: rgb(255 255 255 / 0.75);
  color: #0f0b1f;
}

.swal2-title {
  font-size: 2.2rem;
}

.swal2-html-container {
  font-size: 1.85rem !important;
}

.swal2-success-circular-line-left,
.swal2-success-circular-line-right,
.swal2-success-fix {
  display: none;
}

.swal2-actions button {
  font-size: 1.65rem !important;
  padding: 0.5em 1.5em !important;
  border-radius: 8px !important;
}

/* ─── Testimonials Card Sliders ──────────────────────────────────────────── */

.swiper.client-testimonials {
  max-width: 350px;
  width: 100%;
  padding: 1em;
}

.client-testimonials .swiper-slide {
  width: 100%;
  height: 350px;
  padding: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(
    135deg,
    rgba(41, 4, 252, 0.35),
    rgba(71, 4, 159, 0.75)
  );
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 12px;
}

@-moz-document url-prefix() {
  .client-testimonials .swiper-slide {
    background: linear-gradient(
      135deg,
      rgb(108, 82, 255),
      rgb(69, 4, 71)
    ) !important;
  }
}

.testimonial-quote {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  padding: 2em;
  gap: 2em;
}

.testimonial-quote .quote {
  font-size: 1.75rem;
}

.testimonial-quote .quote::after,
.testimonial-quote .quote::before {
  font-size: 1.85rem;
}

.testimonial-quote .quote::before {
  content: "❝";
}

.testimonial-quote .quote::after {
  content: "❞";
}

.testimonial-author {
  display: flex;
  flex-flow: column wrap;
  align-items: flex-end;
}

.testimonial-author h3 {
  font-size: 1.85rem;
  color: var(--text-color-light);
}

.testimonial-author p {
  font-size: 1.45rem;
  color: var(--text-description);
}
