@import url("https://fonts.cdnfonts.com/css/gilroy-bold");
@import url("https://fonts.cdnfonts.com/css/mono-sans");
@font-face {
  font-family: "F37 Judge";
  src: url("./fonts/F37Judge-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "F37 Judge";
  src: url("./fonts/F37Judge-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "F37 Judge";
  src: url("./fonts/F37Judge-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "F37 Judge";
  src: url("./fonts/F37Judge-RegularItalic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
.section-light {
  background-color: #fffef8;
  background-image: url("https://cdn.prod.website-files.com/671ffd4760927484d2ebc851/672012a96e5ff7ce84f8f7e3_BGtexture.png");
}

body {
  overflow-x: hidden !important;
  background-color: #fffef8;
  background-image: url("https://cdn.prod.website-files.com/671ffd4760927484d2ebc851/672012a96e5ff7ce84f8f7e3_BGtexture.png");
}

.section-dark {
  background-color: #1a1a1a;
}

.loading-screen {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #1a1a1a;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
  opacity: 1;
  visibility: visible;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.loading-screen.hidden {
  opacity: 0;
  visibility: hidden;
}
.loading-screen .loading-content {
  text-align: center;
}
.loading-screen .loading-logo {
  width: 150px;
  margin-bottom: 30px;
  opacity: 0.8;
}
.loading-screen .loading-bar {
  width: 200px;
  height: 2px;
  background: rgba(255, 255, 255, 0.1);
  margin: 20px auto;
  position: relative;
  overflow: hidden;
}
.loading-screen .loading-progress {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0%;
  background: #fff;
  transition: width 0.2s linear;
}
.loading-screen .loading-text {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  color: #fff;
  letter-spacing: 2px;
  transition: opacity 0.3s ease;
}

.head {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
@media (max-width: 575.98px) {
  .head {
    font-size: 28px;
  }
}

h4 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: normal;
  color: #000;
}
@media (max-width: 575.98px) {
  h4 {
    font-size: 24px;
  }
}

.text {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
@media (max-width: 575.98px) {
  .text {
    font-size: 16px;
  }
}

.btn.see-more-btn {
  position: relative;
  background-color: #0369a1;
  height: 4rem;
  width: 16rem;
  border: 1px solid transparent;
  padding: 0.75rem;
  text-align: left;
  color: #f9fafb;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 0.5rem;
  overflow: hidden;
  text-decoration: underline;
  text-underline-offset: 0.5rem;
  transform-origin: left;
  transition: all 0.5s ease;
}
.btn.see-more-btn::before {
  content: "";
  position: absolute;
  width: 3rem;
  height: 3rem;
  right: 0.25rem;
  top: 0.25rem;
  z-index: 10;
  background-color: #38bdf8;
  border-radius: 9999px;
  filter: blur(8px);
  transition: all 0.5s ease;
}
.btn.see-more-btn::after {
  content: "";
  position: absolute;
  width: 5rem;
  height: 5rem;
  right: 2rem;
  top: 0.75rem;
  z-index: 10;
  background-color: #0e7490;
  border-radius: 9999px;
  filter: blur(8px);
  transition: all 1s ease;
  transform: scale(1);
}
.btn.see-more-btn:hover {
  background-color: #7dd3fc;
  color: #0c4a6e;
  border-color: #7dd3fc;
  text-decoration-thickness: 2px;
  text-underline-offset: 1rem;
}
.btn.see-more-btn:hover::before {
  right: 4rem;
  top: 2rem;
  bottom: -2rem;
  filter: none;
}
.btn.see-more-btn:hover::after {
  right: -0.5rem;
  transform: scale(1.5);
  filter: none;
}

.navbar {
  z-index: 1000;
  background: transparent;
}
.navbar .logo {
  width: 80px;
}
@media (max-width: 575.98px) {
  .navbar .logo {
    width: 60px;
  }
}
.navbar .dropdown-item {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  color: #333;
  padding: 12px 16px;
  transition: all 0.3s ease;
}
.navbar .dropdown-item:hover {
  background-color: #f8f9fa;
  color: #0F2E50;
  font-family: "Gilroy-Medium", sans-serif;
}
.navbar .nav-drop:hover > .dropdown-menu {
  display: block !important;
}
.navbar .nav-link {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  transition: color 0.3s, mix-blend-mode 0.3s;
}
.navbar .nav-link:hover {
  font-family: "Gilroy-Medium", sans-serif;
}
.navbar .nav-link.active {
  font-family: "Gilroy-Bold", sans-serif;
  color: #0F2E50;
}
.navbar .nav-link-black {
  color: #fff !important;
}
.navbar .nav-link-black.active {
  color: #9fcdff !important;
}
.navbar .btn.btn-white {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.25);
  border: 1px solid #cecece;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.navbar .btn.btn-white:hover {
  background-color: #f0f0f0;
  color: #000;
}
@media (max-width: 575.98px) {
  .navbar .navbar-toggler-icon {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgb%2867%2C 196%2C 216%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  }
}

.cta {
  position: relative;
  background-image: url("../img/after.svg");
  background-size: 900px auto;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 575.98px) {
  .cta {
    background: transparent !important;
  }
}
.cta .row-split {
  position: relative;
  z-index: 100;
  padding-top: 50px;
}
.cta .row-split .outro-left .hinged-images,
.cta .row-split .outro-right .hinged-images {
  transition: none;
  will-change: transform;
  backface-visibility: hidden;
  z-index: 100;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
@media (max-width: 575.98px) {
  .cta .row-split .outro-left .hinged-images,
  .cta .row-split .outro-right .hinged-images {
    display: none;
  }
}
.cta .content-container {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  z-index: 10;
  will-change: transform, opacity;
}
@media (max-width: 575.98px) {
  .cta .content-container {
    top: 150px;
    position: relative;
    margin-left: 0px;
  }
}
.cta .content-container .subhead {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #666;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.cta .content-container .head {
  margin: 1rem 0 1.5rem;
  color: #1a1a1a;
}
.cta .content-container .text {
  color: #666;
  max-width: 400px;
  margin: 0 auto;
}
.cta .content-container .button-container {
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 16px;
}
.cta .content-container .button-container .gradient-background {
  position: absolute;
  inset: 0;
  duration: 1s;
  opacity: 0.6;
  transition: all 0.2s ease;
  background: linear-gradient(to right, #6366f1, #ec4899, #facc15);
  border-radius: 12px;
  filter: blur(8px);
}
.cta .content-container .button-container:hover .gradient-background {
  opacity: 1;
  scale: 1.05;
  filter: blur(12px);
  transition: all 0.2s ease;
  transition-duration: 0.2s;
}
.cta .content-container .button-container .custom-button {
  position: relative;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #ffffff;
  border-radius: 12px;
  background-color: #071f38;
  padding: 12px 32px;
  transition: all 0.2s ease;
  border: none;
}
.cta .content-container .button-container .custom-button:hover {
  background-color: #0F2E50;
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(75, 85, 99, 0.3);
}
.cta .content-container .button-container .custom-button .arrow-icon {
  height: 10px;
  width: 10px;
  fill: none;
  margin-top: 2px;
  margin-left: 8px;
  margin-right: -4px;
  stroke: #ffffff;
  stroke-width: 2;
}
.cta .content-container .button-container .custom-button .arrow-icon .arrow-line {
  transition: opacity 0.2s ease;
  opacity: 0;
}
.cta .content-container .button-container .custom-button .arrow-icon .arrow-head {
  transition: transform 0.2s ease;
}
.cta .content-container .button-container .custom-button:hover .arrow-icon .arrow-line {
  opacity: 1;
}
.cta .content-container .button-container .custom-button:hover .arrow-icon .arrow-head {
  transform: translateX(3px);
}

.footer .logo-footer {
  width: 180px;
}
.footer h4 {
  font-family: "F37 Judge";
  font-size: 32px;
  font-weight: 700;
  line-height: 1.2;
  color: #000;
}
.footer a,
.footer .text {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000 !important;
  transition: all 0.3s ease;
  border: 0;
  border-bottom: 1px solid #929292;
}
.footer a:last-child,
.footer .text:last-child {
  border-bottom: none;
}
.footer a span,
.footer .text span {
  font-size: 14px;
}
.footer a:hover {
  color: #10d0f4 !important;
  padding-left: 5px !important;
}

form .form-label {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
}
form .form-control {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  border: 0;
  border-radius: 0;
  background: transparent;
  border-bottom: 1px solid #d1d5db;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}
form .form-control:focus {
  border-color: #4f46e5;
  box-shadow: none;
  outline: none;
}
form .form-control::-moz-placeholder {
  color: #9ca3af;
}
form .form-control::placeholder {
  color: #9ca3af;
}

.btn.btn-submit {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background: linear-gradient(135deg, #5eb2c0, #1a63b0);
  border: none;
  border-radius: 8px;
  padding: 12px 32px;
  transition: all 0.3s ease;
}
.btn.btn-submit:hover {
  transform: translateY(-2px);
  box-shadow: 0 10px 25px rgba(94, 178, 192, 0.3);
}
.btn.btn-submit:active {
  transform: translateY(0);
}

.modal-title {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 30px;
  font-weight: 600;
  line-height: 1;
  color: #000;
}
@media (max-width: 575.98px) {
  .modal-title {
    font-size: 22px;
  }
}

.whatsapp {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  height: 50px;
  width: 50px;
}
@media (max-width: 575.98px) {
  .whatsapp {
    bottom: 20px;
    right: 20px;
    height: 35px;
    width: 35px;
  }
}

.iti {
  display: block;
}
.iti .iti__dropdown-content {
  border-radius: 3px;
  background-color: #071f38 !important;
}
.iti .iti__country {
  color: #fff !important;
}

input.parsley-success,
select.parsley-success,
textarea.parsley-success {
  color: #468847;
  background-color: #DFF0D8;
  border: 1px solid #D6E9C6;
}

input.parsley-error,
select.parsley-error,
textarea.parsley-error {
  color: #e02d2a;
  background-color: #F2DEDE;
  border: 1px solid #EED3D7;
}

.parsley-errors-list {
  margin: 2px 0 3px;
  padding: 0;
  list-style-type: none;
  font-size: 0.9em;
  line-height: 0.9em;
  opacity: 0;
  color: #e00f0b;
  transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  -moz-transition: all 0.3s ease-in;
  -webkit-transition: all 0.3s ease-in;
}

.parsley-errors-list.filled {
  opacity: 1;
  margin-top: 6px;
}

:root {
  --iti-hover-color: rgba(0, 0, 0, 0.05);
  --iti-border-color: #ccc;
  --iti-dialcode-color: #999;
  --iti-dropdown-bg: white;
  --iti-search-icon-color: #999;
  --iti-spacer-horizontal: 8px;
  --iti-flag-height: 12px;
  --iti-flag-width: 16px;
  --iti-border-width: 1px;
  --iti-arrow-height: 4px;
  --iti-arrow-width: 6px;
  --iti-triangle-border: calc(var(--iti-arrow-width) / 2);
  --iti-arrow-padding: 6px;
  --iti-arrow-color: #555;
  --iti-path-flags-1x: url("../img/flags.webp");
  --iti-path-flags-2x: url("../img/flags@2x.webp");
  --iti-path-globe-1x: url("../img/globe.webp");
  --iti-path-globe-2x: url("../img/globe@2x.webp");
  --iti-flag-sprite-width: 3904px;
  --iti-flag-sprite-height: 12px;
  --iti-mobile-popup-margin: 30px;
}

.iti {
  position: relative;
  display: inline-block;
}

.iti * {
  box-sizing: border-box;
}

.iti__a11y-text {
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  overflow: hidden;
  position: absolute;
}

.iti input.iti__tel-input,
.iti input.iti__tel-input[type=text],
.iti input.iti__tel-input[type=tel] {
  position: relative;
  z-index: 0;
  margin: 0 !important;
}

[dir=rtl] .iti input.iti__tel-input,
[dir=rtl] .iti input.iti__tel-input[type=text],
[dir=rtl] .iti input.iti__tel-input[type=tel] {
  text-align: right;
}

.iti__country-container {
  position: absolute;
  top: 0;
  bottom: 0;
  padding: var(--iti-border-width);
}

.iti__selected-country {
  z-index: 1;
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  border-radius: 0;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: none;
}

.iti__selected-country-primary {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 var(--iti-arrow-padding) 0 var(--iti-spacer-horizontal);
}

.iti__arrow {
  margin-left: var(--iti-arrow-padding);
  width: 0;
  height: 0;
  border-left: var(--iti-triangle-border) solid transparent;
  border-right: var(--iti-triangle-border) solid transparent;
  border-top: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

[dir=rtl] .iti__arrow {
  margin-right: var(--iti-arrow-padding);
  margin-left: 0;
}

.iti__arrow--up {
  border-top: none;
  border-bottom: var(--iti-arrow-height) solid var(--iti-arrow-color);
}

.iti__dropdown-content {
  border-radius: 3px;
  background-color: var(--iti-dropdown-bg);
}

.iti--inline-dropdown .iti__dropdown-content {
  position: absolute;
  z-index: 2;
  margin-top: 3px;
  margin-left: calc(var(--iti-border-width) * -1);
  border: var(--iti-border-width) solid var(--iti-border-color);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.2);
}

.iti__search-input {
  width: 100%;
  border-width: 0;
  border-radius: 3px;
  padding-left: 30px;
  padding-right: 28px;
}

[dir=rtl] .iti__search-input {
  padding-left: inherit;
  padding-right: 30px;
  background-position: right 8px center;
}

.iti__search-input + .iti__country-list {
  border-top: 1px solid var(--iti-border-color);
}

.iti__search-input::-webkit-search-cancel-button {
  -webkit-appearance: none;
          appearance: none;
}

.iti__search-input-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.iti__search-icon {
  position: absolute;
  left: 8px;
  display: flex;
  pointer-events: none;
}

[dir=rtl] .iti__search-icon {
  left: auto;
  right: 8px;
}

.iti__search-icon-svg {
  stroke: var(--iti-search-icon-color);
  fill: none;
  stroke-width: 3;
}

.iti__search-clear {
  position: absolute;
  right: 4px;
  background: transparent;
  border: 0;
  border-radius: 3px;
  cursor: pointer;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.15s ease;
  width: 24px;
  height: 24px;
}

.iti__search-clear .iti__search-clear-x {
  stroke-width: 2;
}

.iti__search-clear .iti__search-clear-bg {
  fill: var(--iti-search-icon-color);
}

[dir=rtl] .iti__search-clear {
  right: auto;
  left: 4px;
}

.iti__search-clear:hover,
.iti__search-clear:focus-visible {
  background: var(--iti-hover-color);
  outline: none;
}

.iti__no-results {
  text-align: center;
  padding: 30px 0;
}

.iti__country-list {
  list-style: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

.iti--inline-dropdown .iti__country-list {
  max-height: 185px;
}

.iti--flexible-dropdown-width .iti__country-list {
  white-space: nowrap;
}

@media (max-width: 500px) {
  .iti--flexible-dropdown-width .iti__country-list {
    white-space: normal;
  }
}
.iti__country {
  display: flex;
  align-items: center;
  padding: 8px var(--iti-spacer-horizontal);
  outline: none;
}

.iti__dial-code {
  color: var(--iti-dialcode-color);
}

.iti__country.iti__highlight {
  background-color: var(--iti-hover-color);
}

.iti__country-list .iti__flag,
.iti__country-name {
  margin-right: var(--iti-spacer-horizontal);
}

[dir=rtl] .iti__country-list .iti__flag,
[dir=rtl] .iti__country-name {
  margin-right: 0;
  margin-left: var(--iti-spacer-horizontal);
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) button.iti__selected-country {
  cursor: pointer;
}

.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country-primary:hover,
.iti--allow-dropdown .iti__country-container:not(:has(+ input[disabled])):not(:has(+ input[readonly])) .iti__selected-country:has(+ .iti__dropdown-content:hover) .iti__selected-country-primary {
  background-color: var(--iti-hover-color);
}

.iti .iti__selected-dial-code {
  margin-left: 4px;
}

[dir=rtl] .iti .iti__selected-dial-code {
  margin-left: 0;
  margin-right: 4px;
}

.iti--container {
  position: fixed;
  top: -1000px;
  left: -1000px;
  z-index: 1060;
  padding: var(--iti-border-width);
}

.iti--container:hover {
  cursor: pointer;
}

.iti__hide {
  display: none;
}

.iti__v-hide {
  visibility: hidden;
}

.iti--fullscreen-popup.iti--container {
  background-color: rgba(0, 0, 0, 0.5);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  position: fixed;
  padding: var(--iti-mobile-popup-margin);
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}

.iti--fullscreen-popup .iti__dropdown-content {
  display: flex;
  flex-direction: column;
  max-height: 100%;
  position: relative;
}

.iti--fullscreen-popup .iti__country {
  padding: 10px 10px;
  line-height: 1.5em;
}

.iti__flag {
  --iti-flag-offset: 100px;
  height: var(--iti-flag-height);
  width: var(--iti-flag-width);
  border-radius: 1px;
  box-shadow: 0px 0px 1px 0px #888;
  background-image: var(--iti-path-flags-1x);
  background-repeat: no-repeat;
  background-position: var(--iti-flag-offset) 0;
  background-size: var(--iti-flag-sprite-width) var(--iti-flag-sprite-height);
}

.iti__ac {
  --iti-flag-offset: 0px;
}

.iti__ad {
  --iti-flag-offset: -16px;
}

.iti__ae {
  --iti-flag-offset: -32px;
}

.iti__af {
  --iti-flag-offset: -48px;
}

.iti__ag {
  --iti-flag-offset: -64px;
}

.iti__ai {
  --iti-flag-offset: -80px;
}

.iti__al {
  --iti-flag-offset: -96px;
}

.iti__am {
  --iti-flag-offset: -112px;
}

.iti__ao {
  --iti-flag-offset: -128px;
}

.iti__ar {
  --iti-flag-offset: -144px;
}

.iti__as {
  --iti-flag-offset: -160px;
}

.iti__at {
  --iti-flag-offset: -176px;
}

.iti__au {
  --iti-flag-offset: -192px;
}

.iti__aw {
  --iti-flag-offset: -208px;
}

.iti__ax {
  --iti-flag-offset: -224px;
}

.iti__az {
  --iti-flag-offset: -240px;
}

.iti__ba {
  --iti-flag-offset: -256px;
}

.iti__bb {
  --iti-flag-offset: -272px;
}

.iti__bd {
  --iti-flag-offset: -288px;
}

.iti__be {
  --iti-flag-offset: -304px;
}

.iti__bf {
  --iti-flag-offset: -320px;
}

.iti__bg {
  --iti-flag-offset: -336px;
}

.iti__bh {
  --iti-flag-offset: -352px;
}

.iti__bi {
  --iti-flag-offset: -368px;
}

.iti__bj {
  --iti-flag-offset: -384px;
}

.iti__bl {
  --iti-flag-offset: -400px;
}

.iti__bm {
  --iti-flag-offset: -416px;
}

.iti__bn {
  --iti-flag-offset: -432px;
}

.iti__bo {
  --iti-flag-offset: -448px;
}

.iti__bq {
  --iti-flag-offset: -464px;
}

.iti__br {
  --iti-flag-offset: -480px;
}

.iti__bs {
  --iti-flag-offset: -496px;
}

.iti__bt {
  --iti-flag-offset: -512px;
}

.iti__bw {
  --iti-flag-offset: -528px;
}

.iti__by {
  --iti-flag-offset: -544px;
}

.iti__bz {
  --iti-flag-offset: -560px;
}

.iti__ca {
  --iti-flag-offset: -576px;
}

.iti__cc {
  --iti-flag-offset: -592px;
}

.iti__cd {
  --iti-flag-offset: -608px;
}

.iti__cf {
  --iti-flag-offset: -624px;
}

.iti__cg {
  --iti-flag-offset: -640px;
}

.iti__ch {
  --iti-flag-offset: -656px;
}

.iti__ci {
  --iti-flag-offset: -672px;
}

.iti__ck {
  --iti-flag-offset: -688px;
}

.iti__cl {
  --iti-flag-offset: -704px;
}

.iti__cm {
  --iti-flag-offset: -720px;
}

.iti__cn {
  --iti-flag-offset: -736px;
}

.iti__co {
  --iti-flag-offset: -752px;
}

.iti__cr {
  --iti-flag-offset: -768px;
}

.iti__cu {
  --iti-flag-offset: -784px;
}

.iti__cv {
  --iti-flag-offset: -800px;
}

.iti__cw {
  --iti-flag-offset: -816px;
}

.iti__cx {
  --iti-flag-offset: -832px;
}

.iti__cy {
  --iti-flag-offset: -848px;
}

.iti__cz {
  --iti-flag-offset: -864px;
}

.iti__de {
  --iti-flag-offset: -880px;
}

.iti__dj {
  --iti-flag-offset: -896px;
}

.iti__dk {
  --iti-flag-offset: -912px;
}

.iti__dm {
  --iti-flag-offset: -928px;
}

.iti__do {
  --iti-flag-offset: -944px;
}

.iti__dz {
  --iti-flag-offset: -960px;
}

.iti__ec {
  --iti-flag-offset: -976px;
}

.iti__ee {
  --iti-flag-offset: -992px;
}

.iti__eg {
  --iti-flag-offset: -1008px;
}

.iti__eh {
  --iti-flag-offset: -1024px;
}

.iti__er {
  --iti-flag-offset: -1040px;
}

.iti__es {
  --iti-flag-offset: -1056px;
}

.iti__et {
  --iti-flag-offset: -1072px;
}

.iti__fi {
  --iti-flag-offset: -1088px;
}

.iti__fj {
  --iti-flag-offset: -1104px;
}

.iti__fk {
  --iti-flag-offset: -1120px;
}

.iti__fm {
  --iti-flag-offset: -1136px;
}

.iti__fo {
  --iti-flag-offset: -1152px;
}

.iti__fr {
  --iti-flag-offset: -1168px;
}

.iti__ga {
  --iti-flag-offset: -1184px;
}

.iti__gb {
  --iti-flag-offset: -1200px;
}

.iti__gd {
  --iti-flag-offset: -1216px;
}

.iti__ge {
  --iti-flag-offset: -1232px;
}

.iti__gf {
  --iti-flag-offset: -1248px;
}

.iti__gg {
  --iti-flag-offset: -1264px;
}

.iti__gh {
  --iti-flag-offset: -1280px;
}

.iti__gi {
  --iti-flag-offset: -1296px;
}

.iti__gl {
  --iti-flag-offset: -1312px;
}

.iti__gm {
  --iti-flag-offset: -1328px;
}

.iti__gn {
  --iti-flag-offset: -1344px;
}

.iti__gp {
  --iti-flag-offset: -1360px;
}

.iti__gq {
  --iti-flag-offset: -1376px;
}

.iti__gr {
  --iti-flag-offset: -1392px;
}

.iti__gt {
  --iti-flag-offset: -1408px;
}

.iti__gu {
  --iti-flag-offset: -1424px;
}

.iti__gw {
  --iti-flag-offset: -1440px;
}

.iti__gy {
  --iti-flag-offset: -1456px;
}

.iti__hk {
  --iti-flag-offset: -1472px;
}

.iti__hn {
  --iti-flag-offset: -1488px;
}

.iti__hr {
  --iti-flag-offset: -1504px;
}

.iti__ht {
  --iti-flag-offset: -1520px;
}

.iti__hu {
  --iti-flag-offset: -1536px;
}

.iti__id {
  --iti-flag-offset: -1552px;
}

.iti__ie {
  --iti-flag-offset: -1568px;
}

.iti__il {
  --iti-flag-offset: -1584px;
}

.iti__im {
  --iti-flag-offset: -1600px;
}

.iti__in {
  --iti-flag-offset: -1616px;
}

.iti__io {
  --iti-flag-offset: -1632px;
}

.iti__iq {
  --iti-flag-offset: -1648px;
}

.iti__ir {
  --iti-flag-offset: -1664px;
}

.iti__is {
  --iti-flag-offset: -1680px;
}

.iti__it {
  --iti-flag-offset: -1696px;
}

.iti__je {
  --iti-flag-offset: -1712px;
}

.iti__jm {
  --iti-flag-offset: -1728px;
}

.iti__jo {
  --iti-flag-offset: -1744px;
}

.iti__jp {
  --iti-flag-offset: -1760px;
}

.iti__ke {
  --iti-flag-offset: -1776px;
}

.iti__kg {
  --iti-flag-offset: -1792px;
}

.iti__kh {
  --iti-flag-offset: -1808px;
}

.iti__ki {
  --iti-flag-offset: -1824px;
}

.iti__km {
  --iti-flag-offset: -1840px;
}

.iti__kn {
  --iti-flag-offset: -1856px;
}

.iti__kp {
  --iti-flag-offset: -1872px;
}

.iti__kr {
  --iti-flag-offset: -1888px;
}

.iti__kw {
  --iti-flag-offset: -1904px;
}

.iti__ky {
  --iti-flag-offset: -1920px;
}

.iti__kz {
  --iti-flag-offset: -1936px;
}

.iti__la {
  --iti-flag-offset: -1952px;
}

.iti__lb {
  --iti-flag-offset: -1968px;
}

.iti__lc {
  --iti-flag-offset: -1984px;
}

.iti__li {
  --iti-flag-offset: -2000px;
}

.iti__lk {
  --iti-flag-offset: -2016px;
}

.iti__lr {
  --iti-flag-offset: -2032px;
}

.iti__ls {
  --iti-flag-offset: -2048px;
}

.iti__lt {
  --iti-flag-offset: -2064px;
}

.iti__lu {
  --iti-flag-offset: -2080px;
}

.iti__lv {
  --iti-flag-offset: -2096px;
}

.iti__ly {
  --iti-flag-offset: -2112px;
}

.iti__ma {
  --iti-flag-offset: -2128px;
}

.iti__mc {
  --iti-flag-offset: -2144px;
}

.iti__md {
  --iti-flag-offset: -2160px;
}

.iti__me {
  --iti-flag-offset: -2176px;
}

.iti__mf {
  --iti-flag-offset: -2192px;
}

.iti__mg {
  --iti-flag-offset: -2208px;
}

.iti__mh {
  --iti-flag-offset: -2224px;
}

.iti__mk {
  --iti-flag-offset: -2240px;
}

.iti__ml {
  --iti-flag-offset: -2256px;
}

.iti__mm {
  --iti-flag-offset: -2272px;
}

.iti__mn {
  --iti-flag-offset: -2288px;
}

.iti__mo {
  --iti-flag-offset: -2304px;
}

.iti__mp {
  --iti-flag-offset: -2320px;
}

.iti__mq {
  --iti-flag-offset: -2336px;
}

.iti__mr {
  --iti-flag-offset: -2352px;
}

.iti__ms {
  --iti-flag-offset: -2368px;
}

.iti__mt {
  --iti-flag-offset: -2384px;
}

.iti__mu {
  --iti-flag-offset: -2400px;
}

.iti__mv {
  --iti-flag-offset: -2416px;
}

.iti__mw {
  --iti-flag-offset: -2432px;
}

.iti__mx {
  --iti-flag-offset: -2448px;
}

.iti__my {
  --iti-flag-offset: -2464px;
}

.iti__mz {
  --iti-flag-offset: -2480px;
}

.iti__na {
  --iti-flag-offset: -2496px;
}

.iti__nc {
  --iti-flag-offset: -2512px;
}

.iti__ne {
  --iti-flag-offset: -2528px;
}

.iti__nf {
  --iti-flag-offset: -2544px;
}

.iti__ng {
  --iti-flag-offset: -2560px;
}

.iti__ni {
  --iti-flag-offset: -2576px;
}

.iti__nl {
  --iti-flag-offset: -2592px;
}

.iti__no {
  --iti-flag-offset: -2608px;
}

.iti__np {
  --iti-flag-offset: -2624px;
}

.iti__nr {
  --iti-flag-offset: -2640px;
}

.iti__nu {
  --iti-flag-offset: -2656px;
}

.iti__nz {
  --iti-flag-offset: -2672px;
}

.iti__om {
  --iti-flag-offset: -2688px;
}

.iti__pa {
  --iti-flag-offset: -2704px;
}

.iti__pe {
  --iti-flag-offset: -2720px;
}

.iti__pf {
  --iti-flag-offset: -2736px;
}

.iti__pg {
  --iti-flag-offset: -2752px;
}

.iti__ph {
  --iti-flag-offset: -2768px;
}

.iti__pk {
  --iti-flag-offset: -2784px;
}

.iti__pl {
  --iti-flag-offset: -2800px;
}

.iti__pm {
  --iti-flag-offset: -2816px;
}

.iti__pr {
  --iti-flag-offset: -2832px;
}

.iti__ps {
  --iti-flag-offset: -2848px;
}

.iti__pt {
  --iti-flag-offset: -2864px;
}

.iti__pw {
  --iti-flag-offset: -2880px;
}

.iti__py {
  --iti-flag-offset: -2896px;
}

.iti__qa {
  --iti-flag-offset: -2912px;
}

.iti__re {
  --iti-flag-offset: -2928px;
}

.iti__ro {
  --iti-flag-offset: -2944px;
}

.iti__rs {
  --iti-flag-offset: -2960px;
}

.iti__ru {
  --iti-flag-offset: -2976px;
}

.iti__rw {
  --iti-flag-offset: -2992px;
}

.iti__sa {
  --iti-flag-offset: -3008px;
}

.iti__sb {
  --iti-flag-offset: -3024px;
}

.iti__sc {
  --iti-flag-offset: -3040px;
}

.iti__sd {
  --iti-flag-offset: -3056px;
}

.iti__se {
  --iti-flag-offset: -3072px;
}

.iti__sg {
  --iti-flag-offset: -3088px;
}

.iti__sh {
  --iti-flag-offset: -3104px;
}

.iti__si {
  --iti-flag-offset: -3120px;
}

.iti__sj {
  --iti-flag-offset: -3136px;
}

.iti__sk {
  --iti-flag-offset: -3152px;
}

.iti__sl {
  --iti-flag-offset: -3168px;
}

.iti__sm {
  --iti-flag-offset: -3184px;
}

.iti__sn {
  --iti-flag-offset: -3200px;
}

.iti__so {
  --iti-flag-offset: -3216px;
}

.iti__sr {
  --iti-flag-offset: -3232px;
}

.iti__ss {
  --iti-flag-offset: -3248px;
}

.iti__st {
  --iti-flag-offset: -3264px;
}

.iti__sv {
  --iti-flag-offset: -3280px;
}

.iti__sx {
  --iti-flag-offset: -3296px;
}

.iti__sy {
  --iti-flag-offset: -3312px;
}

.iti__sz {
  --iti-flag-offset: -3328px;
}

.iti__tc {
  --iti-flag-offset: -3344px;
}

.iti__td {
  --iti-flag-offset: -3360px;
}

.iti__tg {
  --iti-flag-offset: -3376px;
}

.iti__th {
  --iti-flag-offset: -3392px;
}

.iti__tj {
  --iti-flag-offset: -3408px;
}

.iti__tk {
  --iti-flag-offset: -3424px;
}

.iti__tl {
  --iti-flag-offset: -3440px;
}

.iti__tm {
  --iti-flag-offset: -3456px;
}

.iti__tn {
  --iti-flag-offset: -3472px;
}

.iti__to {
  --iti-flag-offset: -3488px;
}

.iti__tr {
  --iti-flag-offset: -3504px;
}

.iti__tt {
  --iti-flag-offset: -3520px;
}

.iti__tv {
  --iti-flag-offset: -3536px;
}

.iti__tw {
  --iti-flag-offset: -3552px;
}

.iti__tz {
  --iti-flag-offset: -3568px;
}

.iti__ua {
  --iti-flag-offset: -3584px;
}

.iti__ug {
  --iti-flag-offset: -3600px;
}

.iti__us {
  --iti-flag-offset: -3616px;
}

.iti__uy {
  --iti-flag-offset: -3632px;
}

.iti__uz {
  --iti-flag-offset: -3648px;
}

.iti__va {
  --iti-flag-offset: -3664px;
}

.iti__vc {
  --iti-flag-offset: -3680px;
}

.iti__ve {
  --iti-flag-offset: -3696px;
}

.iti__vg {
  --iti-flag-offset: -3712px;
}

.iti__vi {
  --iti-flag-offset: -3728px;
}

.iti__vn {
  --iti-flag-offset: -3744px;
}

.iti__vu {
  --iti-flag-offset: -3760px;
}

.iti__wf {
  --iti-flag-offset: -3776px;
}

.iti__ws {
  --iti-flag-offset: -3792px;
}

.iti__xk {
  --iti-flag-offset: -3808px;
}

.iti__ye {
  --iti-flag-offset: -3824px;
}

.iti__yt {
  --iti-flag-offset: -3840px;
}

.iti__za {
  --iti-flag-offset: -3856px;
}

.iti__zm {
  --iti-flag-offset: -3872px;
}

.iti__zw {
  --iti-flag-offset: -3888px;
}

.iti__globe {
  background-image: var(--iti-path-globe-1x);
  background-size: contain;
  background-position: right;
  box-shadow: none;
  height: 19px;
}

@media (min-resolution: 2x) {
  .iti__flag {
    background-image: var(--iti-path-flags-2x);
  }
  .iti__globe {
    background-image: var(--iti-path-globe-2x);
  }
}
@keyframes notyf-fadeinup {
  0% {
    opacity: 0;
    transform: translateY(25%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes notyf-fadeinleft {
  0% {
    opacity: 0;
    transform: translateX(25%);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@keyframes notyf-fadeoutright {
  0% {
    opacity: 1;
    transform: translateX(0);
  }
  to {
    opacity: 0;
    transform: translateX(25%);
  }
}
@keyframes notyf-fadeoutdown {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  to {
    opacity: 0;
    transform: translateY(25%);
  }
}
@keyframes ripple {
  0% {
    transform: scale(0) translateY(-45%) translateX(13%);
  }
  to {
    transform: scale(1) translateY(-45%) translateX(13%);
  }
}
.notyf {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  color: #fff;
  z-index: 9999;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: flex-end;
  pointer-events: none;
  box-sizing: border-box;
  padding: 20px;
}

.notyf__icon--error,
.notyf__icon--success {
  height: 21px;
  width: 21px;
  background: #fff;
  border-radius: 50%;
  display: block;
  margin: 0 auto;
  position: relative;
}

.notyf__icon--error:after,
.notyf__icon--error:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
  left: 9px;
  height: 12px;
  top: 5px;
}

.notyf__icon--error:after {
  transform: rotate(-45deg);
}

.notyf__icon--error:before {
  transform: rotate(45deg);
}

.notyf__icon--success:after,
.notyf__icon--success:before {
  content: "";
  background: currentColor;
  display: block;
  position: absolute;
  width: 3px;
  border-radius: 3px;
}

.notyf__icon--success:after {
  height: 6px;
  transform: rotate(-45deg);
  top: 9px;
  left: 6px;
}

.notyf__icon--success:before {
  height: 11px;
  transform: rotate(45deg);
  top: 5px;
  left: 10px;
}

.notyf__toast {
  display: block;
  overflow: hidden;
  pointer-events: auto;
  animation: notyf-fadeinup 0.3s ease-in forwards;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.25);
  position: relative;
  padding: 0 15px;
  border-radius: 2px;
  max-width: 300px;
  transform: translateY(25%);
  box-sizing: border-box;
  flex-shrink: 0;
}

.notyf__toast--disappear {
  transform: translateY(0);
  animation: notyf-fadeoutdown 0.3s forwards;
  animation-delay: 0.25s;
}

.notyf__toast--disappear .notyf__icon,
.notyf__toast--disappear .notyf__message {
  animation: notyf-fadeoutdown 0.3s forwards;
  opacity: 1;
  transform: translateY(0);
}

.notyf__toast--disappear .notyf__dismiss {
  animation: notyf-fadeoutright 0.3s forwards;
  opacity: 1;
  transform: translateX(0);
}

.notyf__toast--disappear .notyf__message {
  animation-delay: 0.05s;
}

.notyf__toast--upper {
  margin-bottom: 20px;
}

.notyf__toast--lower {
  margin-top: 20px;
}

.notyf__toast--dismissible .notyf__wrapper {
  padding-right: 30px;
}

.notyf__ripple {
  height: 400px;
  width: 400px;
  position: absolute;
  transform-origin: bottom right;
  right: 0;
  top: 0;
  border-radius: 50%;
  transform: scale(0) translateY(-51%) translateX(13%);
  z-index: 5;
  animation: ripple 0.4s ease-out forwards;
}

.notyf__wrapper {
  display: flex;
  align-items: center;
  padding-top: 17px;
  padding-bottom: 17px;
  padding-right: 15px;
  border-radius: 3px;
  position: relative;
  z-index: 10;
}

.notyf__icon {
  width: 22px;
  text-align: center;
  font-size: 1.3em;
  opacity: 0;
  animation: notyf-fadeinup 0.3s forwards;
  animation-delay: 0.3s;
  margin-right: 13px;
}

.notyf__dismiss {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 26px;
  margin-right: -15px;
  animation: notyf-fadeinleft 0.3s forwards;
  animation-delay: 0.35s;
  opacity: 0;
}

.notyf__dismiss-btn {
  background-color: rgba(0, 0, 0, 0.25);
  border: none;
  cursor: pointer;
  transition: opacity 0.2s ease, background-color 0.2s ease;
  outline: none;
  opacity: 0.35;
  height: 100%;
  width: 100%;
}

.notyf__dismiss-btn:after,
.notyf__dismiss-btn:before {
  content: "";
  background: #fff;
  height: 12px;
  width: 2px;
  border-radius: 3px;
  position: absolute;
  left: calc(50% - 1px);
  top: calc(50% - 5px);
}

.notyf__dismiss-btn:after {
  transform: rotate(-45deg);
}

.notyf__dismiss-btn:before {
  transform: rotate(45deg);
}

.notyf__dismiss-btn:hover {
  opacity: 0.7;
  background-color: rgba(0, 0, 0, 0.15);
}

.notyf__dismiss-btn:active {
  opacity: 0.8;
}

.notyf__message {
  vertical-align: middle;
  position: relative;
  opacity: 0;
  animation: notyf-fadeinup 0.3s forwards;
  animation-delay: 0.25s;
  line-height: 1.5em;
}

@media only screen and (max-width: 480px) {
  .notyf {
    padding: 0;
  }
  .notyf__ripple {
    height: 600px;
    width: 600px;
    animation-duration: 0.5s;
  }
  .notyf__toast {
    max-width: none;
    border-radius: 0;
    box-shadow: 0 -2px 7px 0 rgba(0, 0, 0, 0.13);
    width: 100%;
  }
  .notyf__dismiss {
    width: 56px;
  }
}

.hero-services-inner {
  margin-top: 80px;
}
.hero-services-inner h1 {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 60px;
  font-weight: 500;
  line-height: 80px;
  color: #000;
  z-index: 3;
  position: relative;
}
@media (max-width: 575.98px) {
  .hero-services-inner h1 {
    font-size: 30px;
    line-height: 40px;
  }
}

.service-pointers,
.section-dark {
  background-image: url("../img/bg-services-pages.svg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.service-pointers h2,
.section-dark h2 {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
}
@media (max-width: 575.98px) {
  .service-pointers h2,
  .section-dark h2 {
    font-size: 24px;
  }
}
.service-pointers .accordion-item,
.section-dark .accordion-item {
  background: transparent;
  border: 0;
  border-radius: 0;
  border-bottom: 1px solid #fff;
}
.service-pointers .accordion-item:last-child,
.section-dark .accordion-item:last-child {
  border-bottom: 0 !important;
}
.service-pointers .accordion-item .service-title,
.section-dark .accordion-item .service-title {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .service-pointers .accordion-item .service-title,
  .section-dark .accordion-item .service-title {
    font-size: 20px;
  }
}
.service-pointers .accordion-item .details-btn,
.section-dark .accordion-item .details-btn {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: transparent;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.service-pointers .accordion-item .details-btn:hover,
.section-dark .accordion-item .details-btn:hover {
  color: #1a1a1a;
  background-color: #fff;
}
.service-pointers .accordion-item .accordion-button,
.section-dark .accordion-item .accordion-button {
  box-shadow: none;
  position: relative;
  z-index: 2;
}
.service-pointers .accordion-item .accordion-button::after,
.section-dark .accordion-item .accordion-button::after {
  display: none;
}
.service-pointers .accordion-item .accordion-button .arrow,
.section-dark .accordion-item .accordion-button .arrow {
  transition: transform 0.3s ease;
}
.service-pointers .accordion-item .accordion-button[aria-expanded=true] .arrow,
.section-dark .accordion-item .accordion-button[aria-expanded=true] .arrow {
  transform: rotate(90deg);
}

.service-title {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 1.5;
  color: #fff;
  margin-bottom: 20px;
}
@media (max-width: 575.98px) {
  .service-title {
    font-size: 20px;
  }
}

.content-row {
  position: relative;
  z-index: 1;
}
.content-row .text {
  color: #e0e0e0;
}
.content-row .service-badge {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #e0e0e0;
  background-color: #2d2d2d;
  border-radius: 20px;
  margin-bottom: 20px;
  border: 1px solid #e0e0e0;
  padding: 5px 10px;
}

.details-btn {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  border: 1px solid #fff;
  padding: 10px 20px;
  border-radius: 30px;
  background-color: transparent;
  transition: color 0.3s ease, background-color 0.3s ease;
}
.details-btn:hover {
  color: #1a1a1a;
  background-color: #fff;
}

.work .card-work {
  border: 1px solid #b9b9b9;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.work .card-work .title {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  color: #000;
}
.work .card-work .text {
  font-size: 16px;
}

.why-us .why-us-container {
  border: 1px solid #8f8f8f;
  border-radius: 10px;
}
.why-us .why-us-container .whyus-img {
  animation: float 3s ease-in-out infinite;
}
@keyframes float {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.faq {
  background-image: url("../img/bg-faq.svg") !important;
  background-position: center;
}
.faq .accordion {
  max-width: 700px;
  margin: 0 auto;
  border: none;
}
.faq .accordion .accordion-item {
  border: none;
  border-bottom: 1px solid #989898;
  border-radius: 0px;
  margin-bottom: 1rem;
  overflow: hidden;
  background: transparent;
  transition: background 0.1s ease, color 0.1s ease !important;
}
.faq .accordion .accordion-item.active, .faq .accordion .accordion-item:has(.accordion-collapse.show) {
  background-color: #fff;
  color: #1a1a1a;
  border-radius: 5px;
}
.faq .accordion .accordion-item.active .accordion-button, .faq .accordion .accordion-item:has(.accordion-collapse.show) .accordion-button {
  background-color: transparent;
  color: #1a1a1a;
}
.faq .accordion .accordion-item.active .accordion-body, .faq .accordion .accordion-item:has(.accordion-collapse.show) .accordion-body {
  color: #ccc;
}
.faq .accordion .accordion-button {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  border: none;
  box-shadow: none;
  padding: 1.2rem 1.5rem;
  transition: background 0.3s ease, color 0.3s ease;
}
.faq .accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3Csvg fill='%23fff' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 10l5 5 5-5z'/%3E%3C/svg%3E");
  transition: transform 0.3s ease;
}
.faq .accordion .accordion-button:not(.collapsed)::after {
  transform: rotate(180deg);
  filter: invert(1);
}
.faq .accordion .accordion-button:focus {
  box-shadow: none;
}
.faq .accordion .accordion-body {
  padding: 0 1.5rem 1.2rem;
  font-size: 0.95rem;
  color: #444;
}
.faq .btn-main:hover {
  background-color: #0F2E50;
  color: #fff;
}
.faq .btn-main {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #1a1a1a;
  background-color: #fff;
  padding: 12px 24px;
  border-radius: 30px;
  border: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.faq .btn-outline {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.5;
  color: #fff;
  background-color: transparent;
  padding: 10px 20px;
  border: 2px solid #fff;
  border-radius: 30px;
  transition: background-color 0.3s ease, color 0.3s ease;
}
.faq .btn-outline:hover {
  background-color: #fff;
  color: #1a1a1a;
}

.services-process {
  position: relative;
}
.services-process .process-timeline {
  position: relative;
}
.services-process .process-timeline::before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  bottom: 0;
  width: 3px;
  background: linear-gradient(to bottom, transparent 0%, #e0e0e0 10%, #e0e0e0 90%, transparent 100%);
  z-index: 1;
}
@media (max-width: 575.98px) {
  .services-process .process-timeline::before {
    left: 14px;
    transform: none;
    width: 2px;
  }
}
.services-process .process-timeline::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  width: 3px;
  height: 0%;
  background: linear-gradient(to bottom, #4f46e5, #7c3aed, #ec4899);
  z-index: 2;
  transform-origin: top;
  transition: height 0.3s ease;
}
@media (max-width: 575.98px) {
  .services-process .process-timeline::after {
    left: 14px;
    transform: none;
    width: 2px;
  }
}
.services-process .carousel-container {
  max-width: 510px !important;
}
@media (max-width: 575.98px) {
  .services-process .carousel-container {
    max-width: 300px !important;
  }
  .services-process .carousel-container img {
    max-width: 300px;
    height: auto;
  }
}
.services-process .process-step {
  position: relative;
  margin-bottom: 4rem;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 100%;
  margin: 22px;
  z-index: 10;
}
@media (max-width: 575.98px) {
  .services-process .process-step {
    margin: 22px 0;
  }
}
.services-process .process-step:last-child {
  margin-bottom: 0;
}
.services-process .process-step.animate-in {
  opacity: 1;
  transform: translateY(0);
}
@media (min-width: 769px) {
  .services-process .process-step {
    display: flex;
    align-items: center;
  }
  .services-process .process-step:nth-child(even) .process-content::before {
    left: auto;
    right: -40px;
    background: linear-gradient(to left, #4f46e5, rgba(79, 70, 229, 0.3));
  }
  .services-process .process-step:nth-child(even) .process-content::after {
    left: auto;
    right: -52px;
  }
  .services-process .process-step:nth-child(odd) {
    flex-direction: row-reverse;
  }
  .services-process .process-step:nth-child(odd) .process-content {
    margin-right: 44px;
  }
}
.services-process .process-step .process-content {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
  background: #ffffff;
  border: 1px solid #e0e0e0;
  border-radius: 16px;
  padding: 2rem;
  position: relative;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  width: 45%;
}
@media (max-width: 575.98px) {
  .services-process .process-step .process-content {
    width: calc(100% - 60px);
    margin-left: 60px !important;
    margin-right: 0 !important;
  }
}
.services-process .process-step .process-content:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: #4f46e5;
}
.services-process .process-step .process-content::before {
  content: "";
  position: absolute;
  top: 30px;
  width: 40px;
  height: 2px;
  background: linear-gradient(to right, #4f46e5, rgba(79, 70, 229, 0.3));
  z-index: 0;
  left: -40px;
}
@media (max-width: 575.98px) {
  .services-process .process-step .process-content::before {
    left: -40px;
    width: 40px;
    background: linear-gradient(to right, #4f46e5, rgba(79, 70, 229, 0.3));
  }
}
.services-process .process-step .process-content::after {
  content: "";
  position: absolute;
  top: 22px;
  width: 16px;
  height: 16px;
  background: linear-gradient(135deg, #4f46e5, #7c3aed);
  border-radius: 50%;
  border: 3px solid #fffef8;
  z-index: 10;
  box-shadow: 0 0 0 2px rgba(79, 70, 229, 0.2);
  transition: all 0.3s ease;
  left: -52px;
}
@media (max-width: 575.98px) {
  .services-process .process-step .process-content::after {
    left: -52px;
    width: 12px;
    height: 12px;
    border-width: 2px;
  }
}
.services-process .process-step .process-info {
  flex: 1;
}
.services-process .process-step .process-step-title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.3;
  color: #1a1a1a;
  margin-bottom: 0.75rem;
}
@media (max-width: 575.98px) {
  .services-process .process-step .process-step-title {
    font-size: 1.25rem;
  }
}
.services-process .process-step .process-step-description {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  color: #666666;
  margin-bottom: 0;
}
.services-process .process-step .process-step-description small {
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 0.85rem;
  font-weight: 400;
  line-height: 1.4;
  color: #888888;
  display: block;
  margin-top: 0.5rem;
  font-style: italic;
}
.services-process .process-step:hover .process-content::after {
  transform: scale(1.2);
  box-shadow: 0 0 0 4px rgba(79, 70, 229, 0.3);
}
.services-process .process-step:nth-child(1) {
  transition-delay: 0.1s;
}
.services-process .process-step:nth-child(2) {
  transition-delay: 0.2s;
}
.services-process .process-step:nth-child(3) {
  transition-delay: 0.3s;
}
.services-process .process-step:nth-child(4) {
  transition-delay: 0.4s;
}
.services-process .process-step:nth-child(5) {
  transition-delay: 0.5s;
}
.services-process .process-step:nth-child(6) {
  transition-delay: 0.6s;
}
.services-process h2 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: #1a1a1a;
  margin-bottom: 3rem;
  text-align: center;
}
@media (max-width: 575.98px) {
  .services-process h2 {
    font-size: 2rem;
    text-align: center;
  }
}/*# sourceMappingURL=services.css.map */