.widget-scroll {
  height: 600px;
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 20px;
  max-width: 100%;
  padding-right: 20px;
}
/* Services Map interactive hotspots */
.section-map-content__map {
  position: relative;
  width: 100%;
}
.section-map-content__map img{
  width: 100%; 
}
.map-hotspots {
  position: absolute;
  inset: 0;
  pointer-events: none;
  opacity: 0;
}
.map-hotspot {
  position: absolute;
  background: rgba(0, 123, 255, 0.12);
  border: 1px solid rgba(0, 123, 255, 0.35);
  border-radius: 12px;
  pointer-events: auto;
  cursor: pointer;
  transition: background-color 200ms ease, transform 200ms ease,
    box-shadow 200ms ease;
}
.map-hotspot:hover,
.map-hotspot:focus {
  background: rgba(0, 123, 255, 0.22);
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.12);
}

/* Rough positions; tune as needed to match the map */
.map-hotspot--usa {
  top: 33%;
  left: 12%;
  width: 16%;
  height: 14%;
}
.map-hotspot--canada {
  top: 8%;
  left: -1%;
  width: 32%;
  height: 25%;
}
.map-hotspot--europe {
  top: 10%;
  left: 42%;
  width: 16%;
  height: 33%;
}

/* Widget panels and animation */
.section-map-widget {
  position: relative;
  overflow: hidden;
}
.section-map-widget__panels {
  position: relative;
  min-height: 659px;
}
.section-map-widget__panel {
  position: absolute;
  inset: 0;
  opacity: 0;
  transform: translateX(16px);
  transition: opacity 700ms ease, transform 700ms ease;
  pointer-events: none;
}
.section-map-widget__panel.is-active {
  opacity: 1;
  transform: translateX(0);
  pointer-events: auto;
}
.section-map-widget.is-hidden-left .section-map-widget__panel.is-active {
  opacity: 0;
  transform: translateX(-24px);
}
:root {
  --font-inter: "Inter", sans-serif;
  --font-instrument-sans: "Instrument Sans", sans-serif;
  --font-montserrat: "Montserrat", sans-serif;
  --font-helvetica: "Helvetica", sans-serif;
}

/* Global */
.page-template-page-homepage-new-php {
  background: linear-gradient(
    109.32deg,
    rgba(215, 229, 248, 1),
    rgba(253.38613891601562, 253.38613891601562, 253.38613891601562, 1) 100%
  );
}

.section-title {
  color: rgb(10, 24, 68);
  font-family: var(--font-instrument-sans);
  font-size: 30px;
  font-weight: 700;
  line-height: 37px;
  margin-bottom: 12px;
  margin-top: 0;
}

.section-description {
  color: rgba(10, 24, 68, 1);

  font-family: var(--font-instrument-sans);
  font-size: 15px;
  font-weight: 400;
}

/* Hero section */

.hero .container {
  padding: 30px 15px 68px;
  position: relative;
  max-width: 1043px;
}

.container {
  max-width: 1182px;
  margin: 0 auto;
}

.hero {
  background-image: url(../image/hero-bg.png);
  background-size: cover;
  background-position: bottom;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
}

.hero .hero-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.hero-content-left {
  flex: 1;
}

.hero-content-right {
  width: 421px;
  position: relative;
  left: 42px;
}

.hero-title {
  color: rgb(255, 255, 255);
  font-family: var(--font-inter);
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  max-width: 521px;
  margin-bottom: 12px;
}

.hero-description {
  color: rgb(255, 255, 255);
  font-family: var(--font-instrument-sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;
}
.hero-list {
  margin-top: 56px;
}
.hero-list-title {
  color: rgb(255, 255, 255);
  font-family: var(--font-instrument-sans);
  font-size: 17px;
  font-weight: 600;
  line-height: 16px;

  text-align: left;
  margin-bottom: 20px;
}

.hero-list-items {
  display: flex;
  flex-direction: column;
  gap: 12px;
  list-style: none;
  padding: 0;
  margin: 0;
  align-items: flex-start;
}

.hero-list-items li {
  border-radius: 20px;
  backdrop-filter: blur(40px);
  background: rgba(19, 53, 153, 0.47);
  padding: 11px 20px;
  position: relative;
  padding-left: 40px;
  margin: 0;
  white-space: nowrap;
}

.hero-list-items li::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 15px;
  height: 15px;
  background-image: url("../image/icons/trust.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-list-items li p {
  margin: 0;
  padding: 0;
  color: rgb(255, 255, 255);
  font-family: var(--font-instrument-sans);
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
}

.hero-stats {
  display: flex;
  justify-content: space-between;
  gap: 87px;
  margin-top: 40px;

  box-sizing: border-box;
  border-radius: 27px;
  padding: 14px 42px;
  box-shadow: inset 0px 0px 8.8px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(90deg, rgb(10, 24, 69), rgb(25, 59, 171) 100%);
  border: 3px solid #0a1845;
  position: absolute;
  bottom: -27px;
  min-height: 94px;
}

.hero-stats-item-title {
  color: rgb(255, 255, 255);
  font-family: var(--font-instrument-sans);
  font-size: 50px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
}

.hero-stats-item {
  display: flex;

  align-items: center;
  gap: 10px;
}

.hero-stats-item-description {
  color: rgb(255, 255, 255);
  font-family: var(--font-instrument-sans);
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: left;
}

/* Map section */

.section-map {
  height: auto;
  width: 100%;
  padding: 100px 0 41px 0;
}

.section-map-content {
  display: flex;
  justify-content: space-between;
  position: relative;
}

.section-map-content-left {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}

.section-map-content-right {
  width: 345px;
  position: absolute;
  right: 0;
  top: 0;
  max-height: 100%;
}

.section-map-widget {
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 20px;
  padding: 16px;
  border-radius: 24px;

  border: 6px solid #bddeff;

  backdrop-filter: blur(14.6px);
  background: linear-gradient(
    180deg,
    rgb(255, 255, 255),
    rgb(255, 255, 255) 100%
  );

  position: relative;
}

.section-map-widget__items {
  display: flex;
  flex-direction: column;
  padding: 0px 4px;
  gap: 20px;
}

.section-map-widget__close {
  position: absolute;
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;

  border: none;
  outline: none;

  border-radius: 50%;
  cursor: pointer;
  top: 12px;
  right: 12px;

  border-radius: 12px;

  background: linear-gradient(90deg, rgb(24, 59, 170), rgb(10, 24, 68) 100%);
  transition: transform 0.3s ease;
}

.section-map-widget__close:hover {
  transform: scale(1.1);
}

.section-map-widget__close:active {
  transform: scale(0.95);
}

.section-map-widget {
  transition: all 0.3s ease;
  overflow: hidden;
  height: auto;
}

.section-map-widget.collapsed {
  height: 66px;
}

.section-map-widget.collapsed .section-map-widget__item:not(:first-child) {
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.section-map-widget.collapsed .section-map-widget__item:first-child p {
  display: none;
}

.section-map-widget.collapsed .section-map-widget__item:first-child {
  border-bottom: none;
  padding-bottom: 0;
}

.section-map-widget.collapsed
  .section-map-widget__item:first-child
  .section-map-widget__item-title {
  margin: 0;
  padding: 0;
}

.section-map-widget.collapsed .section-map-widget__items {
  gap: 0;
}

/* Reduce internal container heights when collapsed */
.section-map-widget.collapsed .section-map-widget__panels {
  min-height: 0;
  height: 66px;
}
.section-map-widget.collapsed .widget-scroll {
  height: 66px;
  overflow: hidden;
}

.section-map-widget__close {
  z-index: 10;
}

.section-map-widget__item {
  transition: all 0.3s ease;
}

.section-map-widget__item:not(:first-child) {
  max-height: 500px;
  opacity: 1;
  transition: all 0.3s ease;
}

.section-map-widget__item {
  display: flex;

  flex-direction: column;

  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 20px;
}

.section-map-widget__item-title {
  color: rgb(10, 24, 68);
  font-family: var(--font-instrument-sans);
  font-size: 15px;
  font-weight: 600;
  line-height: 16px;
  letter-spacing: 0%;
  text-align: left;

  margin-bottom: 20px;

  display: flex;
  align-items: center;
  gap: 10px;
}

.scrollbar-track-y {
  top: 0;
  right: 0;
  width: 5px !important;
  height: 100%;
}

.scrollbar-thumb {
  width: 5px;
  border-radius: 3px;
  border-radius: 3px;
  background: linear-gradient(
    180deg,
    rgba(24, 59, 170, 1),
    rgba(9.600000381469727, 23.60000228881836, 68, 1) 100%
  );
}

.section-map-widget__item p {
  color: rgb(4, 4, 4);
  font-family: var(--font-instrument-sans);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: left;
}

.section-map-widget__item-list {
  list-style-type: disc;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.section-map-widget__item-list li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  padding: 0;
  position: relative;
  padding-left: 30px;
  min-height: 22px;
}

.section-map-widget__item-list li::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 2px;
  display: block;
  background-color: #000;
  left: 12px;
  top: 11px;
  transform: translateY(-50%);
}

.section-map-widget__item-list li > span {
  color: rgb(4, 4, 4);
  font-family: var(--font-instrument-sans);
  font-size: 12px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: left;
}

.section-map-widget__item-list li a {
  border-radius: 8px;
  background: rgb(227, 241, 255);
  display: flex;
  align-items: center;
  gap: 5px;
  color: rgb(4, 4, 4);
  font-family: var(--font-instrument-sans);
  font-size: 10px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0%;
  text-align: left;
  padding: 4px 2px;
  min-width: 57px;
  margin-left: 8px;
  max-width: 57px;
  flex-basis: 57px;
  justify-content: center;
}

.section-map-widget__item-list li a img {
  /* Vector */
  width: 12px;
  height: 10px;
}

.section-map-widget__item-link {
  color: rgb(255, 255, 255);
  font-family: var(--font-helvetica);
  font-size: 11px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 5%;
  text-align: left;
  text-transform: capitalize;
  border-radius: 13px;

  background: linear-gradient(180deg, rgb(10, 24, 68), rgb(24, 59, 170) 100%);

  padding: 5px 16px;
}

.section-map-widget__item-link:hover {
  color: #fff;
}

.section-map-widget__item-link-wrapper {
  margin-top: 20px;
}

.text-center {
  text-align: center;
}

.section-services {
  padding-bottom: 74px;
}

.section-services__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 36px;
  row-gap: 22px;
  margin-top: 59px;
}

.section-services__item {
  display: grid;
  grid-template-columns: 1fr 172px;
  border-radius: 25px;
  background: rgba(255, 255, 255, 1);
  padding: 24px;
  position: relative;
  transition: all 0.3s ease;
  /* flex-wrap: wrap; */
  box-shadow: inset 0px 4px 11.800000190734863px 0px rgba(0, 0, 0, 0.25);

  min-height: 124px;
}

.section-services__item:hover {
  box-shadow: inset 0px 4px 11.800000190734863px 0px rgba(0, 0, 0, 0.25);
  background: rgba(20, 48, 135, 1);
  cursor: pointer;
}

.section-services__item:hover .section-services__item-title {
  color: rgba(255, 255, 255, 1);
  background: none;
  -webkit-text-fill-color: white;
}

.section-services__item:hover .section-services__item-description {
  color: rgba(255, 255, 255, 1);
}

.section-services .container {
  max-width: 1078px;
}

.section-services__item-right {
  width: 172px;
  position: absolute;
  right: 16px;
  top: -1px;
}

.section-services__item-left {
  min-height: 90px;
}

.section-services__item-title {
  background: linear-gradient(
    270deg,
    rgba(9.600000381469727, 23.60000228881836, 68, 1),
    rgba(24, 59.000003814697266, 170, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: var(--font-instrument-sans);
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
  margin-bottom: 12px; 
  grid-column: span 2;
  display: flex
;
    align-items: start; 
}

.section-services__item-description {
  color: rgba(0, 0, 0, 1);

  font-family: var(--font-instrument-sans);
  font-size: 14px;
  font-weight: 400;

  line-height: 1;
}

.section-services__item-link {
  border-radius: 10px;
  background: linear-gradient(
    180deg,
    rgba(11, 26, 73, 1),
    rgba(26.369863510131836, 62.328765869140625, 175, 1) 100%
  );
  width: 34px;
  height: 34px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;

  position: absolute;
  bottom: 15px;
  right: 20px;
  padding: 0;
  outline: none;
  box-shadow: none;
  border: none;
}

.section-services__item:last-child .section-services__item-right {
  top: 19px;
  right: -13px;
}

.section-advantages .container {
  max-width: 1078px;
}

.section-advantages__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 100px;
  border-top: 1px solid rgba(20, 54, 99, 1);
  padding: 80px 0;
}

.section-advantages__right {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.section-advantages__item {
  display: flex;
  flex-direction: column;
  gap: 10px;
  box-sizing: border-box;
  border: 1px solid rgba(255, 255, 255, 1);
  border-radius: 20px;

  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 1);
  padding: 17px;
}

.section-advantages__left-description {
  color: rgba(0, 0, 0, 1);

  font-family: var(--font-instrument-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 16px;
}

.section-advantages__item-title {
  background: linear-gradient(
    90deg,
    rgba(24, 59, 170, 1),
    rgba(9.600000381469727, 23.60000228881836, 68, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: var(--font-instrument-sans);
  font-size: 17px;
  font-weight: 700;
  line-height: 17px;
  letter-spacing: 0%;
  text-align: left;
  text-transform: uppercase;
  border-bottom: 1px solid #143663;
  padding-bottom: 10px;
  margin-bottom: 6px;
}

.section-advantages__item-description {
  color: rgba(0, 0, 0, 1);

  font-family: var(--font-instrument-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 15px;
  text-align: left;
}

.section-advantages__left img {
  margin-left: 24px;
}

.section-advantages .section-title {
  margin-top: 0;
  margin-bottom: 21px;

  background: linear-gradient(
    90deg,
    rgba(24, 59, 170, 1),
    rgba(9.600000381469727, 23.60000228881836, 68, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: var(--font-instrument-sans);
  font-size: 30px;
  font-weight: 700;
  line-height: 29px;
}

/* Reviews Section */
.section-reviews {
  background: linear-gradient(
    90deg,
    rgba(10, 24, 68, 1),
    rgba(25, 60, 170, 1) 100%
  );
  padding: 36px 0 80px;
}

.section-reviews .section-title {
  color: #ffffff;
  margin-bottom: 60px;
}

.reviews-slider {
  position: relative;
  max-width: 915px;
  margin: 0 auto;
}

.reviews-swiper {
  padding: 0 0;
}

/* Auto width slides for reviews slider */
.reviews-swiper .swiper-slide {
  width: auto;
}

@media (max-width: 767.98px) {
  .reviews-swiper .swiper-slide {
    width: 100% !important;
  }
}

.review-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 22px;
  height: 100%;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);

  display: flex;
  gap: 20px;
}

.review-card__message {
  font-family: var(--font-instrument-sans);
  font-size: 12px;
  line-height: 1.6;
  color: #333;
  flex: 1;
}

.review-card__header {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.review-card__logo {
  width: 40px;
  height: 40px;
  margin-right: 15px;
}

.review-card__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.review-card__info {
  flex: 1;
}

.review-card__title {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 5px;
}

.review-card.review_avatar_name_below {
  max-width: 411px;
}

.review-card.review_simple {
  display: flex;
  flex-direction: column;
  max-width: 411px;
}

.review-card.review_simple .review-card__header {
  margin-bottom: 0;
}

.review-card.review_with_screenshot {
  max-width: 411px;
  display: flex;
  flex-direction: column;
}

.review-card.review_with_screenshot .review-card__message {
  font-size: 12px;
}

.review-card.review_with_screenshot .review-card__left {
  max-width: 100%;
}

.review-card.review_default {
  max-width: 473px;
}

.review-card__left {
  max-width: 124px;
}

.review-card__name {
  color: var(--typography/color-heading, rgba(41, 45, 54, 1));

  font-family: var(--font-instrument-sans);
  font-size: 30px;
  font-weight: 600;
  line-height: 29px;
}

.review-card__badges {
  display: flex;
  gap: 5px;
}

.badge {
  padding: 2px 6px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 600;
}

.badge-check {
  background: #4caf50;
  color: white;
}

.badge-pro {
  background: #2196f3;
  color: white;
}

.review-card__subtitle {
  font-family: var(--font-instrument-sans);
  font-size: 14px;
  color: #666;
  margin-bottom: 15px;
}

.review-card__verification {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 20px;
}

.verification-item {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 12px;
  color: #4caf50;
  font-weight: 500;
}

.verification-icon {
  color: #4caf50;
  font-weight: bold;
}

.review-card__documents {
  margin-bottom: 20px;
}

.document-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 15px;
  background: #f8f9fa;
  border-radius: 10px;
  margin-bottom: 10px;
}

.document-preview {
  width: 30px;
  height: 30px;
}

.document-preview img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.document-info {
  flex: 1;
}

.document-name {
  font-size: 12px;
  font-weight: 600;
  color: #333;
  margin-bottom: 2px;
}

.document-size {
  font-size: 10px;
  color: #666;
}

.document-button {
  background: #2196f3;
  color: white;
  border: none;
  padding: 8px 12px;
  border-radius: 6px;
  font-size: 10px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.document-button:hover {
  background: #1976d2;
}

.review-card__profile {
  text-align: center;
  margin-bottom: 15px;
}

.profile-image {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 50%;
  overflow: hidden;
}

.profile-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 50%;
}

.review-card__rating {
  text-align: center;
  margin-bottom: 15px;
}

.stars {
  display: flex;
  justify-content: center;
  gap: 4px;
}

.star {
  color: #ffd700;
  font-size: 18px;
}

.review-card__message {
  font-family: var(--font-instrument-sans);
  font-size: 12px;
  line-height: 1.6;
  color: #333;
  flex: 1;
}

.review-card.review_avatar_name_below .review-card__message {
  display: flex;
  align-items: center;
}
.review-card.review_avatar_name_below .review-card__name {
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 7px;
  text-align: center;
}
.review-card.review_avatar_name_below .review-card__header {
  flex-direction: column;
}
.review-card.review_avatar_name_below .review-card__left {
  max-width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 131px;
}
.review-card {
  min-height: 328px;
}

/* Swiper Navigation */
.reviews-swiper-button-prev,
.reviews-swiper-button-next {
  width: 39px;
  height: 39px;
  background: rgba(57, 73, 211, 1);
  border-radius: 50%;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  position: absolute;
  top: calc(50% + 18px);
  transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.reviews-swiper-button-prev {
  left: -24px;
}

.reviews-swiper-button-next {
  right: -24px;
}

.reviews-swiper-button-prev:hover,
.reviews-swiper-button-next:hover {
  background: #1976d2;
}

.reviews-swiper-button-prev::after,
.reviews-swiper-button-next::after {
  font-size: 18px;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

@media (max-width: 1199px) {
  .hero-list-items li {
    white-space: normal;
  }
}
/* Responsive */
@media (max-width: 768px) {
  .detail-label {
    font-weight: 600;
  }
  .hero-description {
    display: none;
  }
  .hero .container {
    padding: 58px 30px 68px;
  }
  .share-block a:nth-child(2) {
    display: flex;
  }
  .partners-content {
    text-align: center;
    padding-left: 30px;
    padding-right: 30px;
  }
  .team-card.team-card-1 {
    margin-bottom: 22px;
  }
  .section-services .section-description {
    max-width: 87%;
    text-align: center;
    margin: 0 auto;
  }
  .section-description {
    font-size: 14px;
    font-weight: 400;
    line-height: 15px;
  }
  .section-reviews {
    padding: 65px 0 39px;
  }

  .section-reviews .section-title {
    margin-bottom: 33px;
  }
  .section-title {
    font-size: 25px;
    font-weight: 600;
    line-height: 20px;
  }
  .section-reviews .container {
    padding: 0 30px;
  }

  .review-card {
    padding: 20px;
    max-width: 100% !important;
  }

  .review-card__header {
    flex-direction: column;
    text-align: center;
  }

  .review-card__logo {
    margin-right: 0;
    margin-bottom: 10px;
  }

  .verification-item {
    font-size: 11px;
  }

  .document-item {
    flex-direction: column;
    text-align: center;
  }

  .document-button {
    width: 100%;
  }
}

/* Contact Team Section */
.section-contact-team {
  background: linear-gradient(135deg, #f0f8ff 0%, #ffffff 100%);
  padding: 80px 0;
}

.contact-team-header__left {
  width: 300px;
}

.contact-team-header {
  display: flex;
  justify-content: space-between;
  gap: 60px;
  margin-bottom: 100px;
  align-items: center;
}

.contact-team-header__left .section-title {
  background: linear-gradient(
    90deg,
    rgba(24, 59, 170, 1),
    rgba(9.600000381469727, 23.60000228881836, 68, 1) 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
  font-family: var(--font-instrument-sans);
  font-size: 30px;
  font-weight: 600;
  line-height: 36px;
  text-transform: capitalize;
  max-width: 227px;
}

.section-contact-team .container {
  max-width: 1078px;
}

.contact-team-header__right {
  display: flex;
  flex-direction: column;

  flex: 1;
}

.contact-label {
  color: rgba(24, 59, 170, 1);

  font-family: var(--font-instrument-sans);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 20%;
  margin-bottom: 16px;
  padding-left: 30px;
}

.contact-quote {
  color: rgba(24, 59, 170, 1);

  font-family: var(--font-inter);
  font-size: 17px;
  font-weight: 600;
}

.contact-description {
  color: rgba(0, 0, 0, 1);

  font-family: var(--font-inter);
  font-size: 17px;
  font-weight: 400;
  line-height: 21px;
  letter-spacing: 0%;
  text-align: left;

  margin-top: 4px;
  margin-bottom: 12px;
}

.contact-team-header__right-content {
  padding-left: 30px;
  border-left: 1px solid #143663;
}

.contact-team-buttons {
  display: flex;
  gap: 15px;
  margin-top: 10px;
}

.contact-button {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 20px;
  border-radius: 40px;

  background: rgba(24, 59, 170, 1);
  text-decoration: none;

  transition: all 0.3s ease;
  border: none;
  cursor: pointer;

  color: rgba(255, 255, 255, 1);

  font-family: var(--font-montserrat);
  font-size: 15px;
  font-weight: 400;
  line-height: 18px;
  transition: all 0.3s ease;
}

.contact-button__icon {
  width: 18px;
  height: 18px;
}

.contact-button:hover {
  color: white;
  transform: translateY(-2px);
}

.team-cards {
  display: flex;
  flex-direction: column;
  max-width: 920px;
  margin: 0 auto;
  gap: 75px;
}

.team-card {
  display: flex;
  gap: 70px;
  background: white;
  border-radius: 30px;

  box-shadow: 0px 4px 6px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 1);
  transition: transform 0.3s ease;
}

.team-card:hover {
  transform: translateY(-5px);
}

.team-card__photo {
  width: 229px;
  height: 239px;
  overflow: hidden;
  flex-shrink: 0;

  border-radius: 17px;

  box-shadow: 7px 4px 29.5px 0px rgba(0, 0, 0, 0.19);
}

.team-card__photo img {
  width: 100%;
  height: 122%;
  object-fit: cover;
}

.team-card__info {
  flex: 1;
  display: flex;
  flex-direction: column;

  padding: 33px 33px 19px 0;
}

.team-card__name {
  color: rgba(10, 24, 68, 1);

  font-family: var(--font-instrument-sans);
  font-size: 20px;
  font-weight: 600;
  line-height: 22px;
  text-transform: uppercase;
  margin-bottom: 6px;
}

.team-card__description {
  color: rgba(10, 24, 68, 1);

  font-family: var(--font-instrument-sans);
  font-size: 14px;
  font-weight: 400;
  margin-bottom: 18px;
}

.team-card__details {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;

  border-bottom: 1px solid #0a1844;
  padding-bottom: 8px;
  margin-bottom: 16px;
}

.team-card__detail {
  display: flex;
  flex-direction: column;
}

.detail-label {
  color: rgba(24, 59, 170, 1);

  font-family: var(--font-instrument-sans);
  font-size: 13px;
  font-weight: 400;

  text-transform: capitalize;
}

.detail-value {
  font-family: var(--font-instrument-sans);

  color: rgba(10, 24, 68, 1);

  font-size: 15px;
  font-weight: 500;
}

.team-card__contact-btn {
  background: #0a1844;
  color: white;
  border: none;
  padding: 8px 24px;

  font-family: var(--font-instrument-sans);
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;
  margin-top: auto;

  border-radius: 40px;
  color: #fff;

  background: linear-gradient(
    90deg,
    rgba(24, 59, 170, 1),
    rgba(9.600000381469727, 23.60000228881836, 68, 1) 100%
  );
}

.team-card__contact-btn:hover {
  transform: translateY(-2px);
  color: #fff;
}

/* Responsive */
@media (max-width: 768px) {
  .contact-team-buttons {
    justify-content: center;
  }
  .contact-description {
    font-size: 13px;
    font-weight: 400;
    line-height: 21px;

    margin-top: 0px;
    margin-bottom: 12px;
  }
  .team-card__line {
    border-bottom: 1px solid rgba(20, 54, 99, 1);
  }
  .hero-content-right {
    display: none;
  }
  .contact-label {
    text-align: left;
    padding-left: 10px;
    margin-bottom: 5px;
  }
  .contact-team-header__right-content {
    padding-left: 0;
    border-left: none;
    padding-left: 10px;
  }
  .contact-team-header {
    display: flex;
    flex-direction: column;
    text-align: center;
    margin-bottom: 40px;
    align-items: start;
    padding: 0 30px;
    gap: 25px;
  }

  .contact-team-header__left .section-title {
    font-size: 25px;
    text-align: left;
    line-height: 24px;
    line-height: 30px;
    max-width: 100%;
    color: #183baa;
    background: transparent;
    -webkit-text-fill-color: unset;
  }

  .contact-buttons {
    justify-content: center;
  }

  .team-card {
    flex-direction: column;
    text-align: left;
    gap: 20px;
    background: transparent;
    box-shadow: none;
    padding: 0px 33px;
  }

  .team-card__photo {
    align-self: center;
    width: 100%;
    height: auto;
    box-shadow: none;
    border-radius: 17px;
    display: flex;
  }

  .team-card__info {
    padding: 0;
  }

  .team-card__name {
    color: rgba(24, 59, 170, 1);
  }

  .team-card__photo img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 4 / 4;
    object-position: top;
  }

  .detail-value {
    font-size: 15px;
    font-weight: 400;
  }

  .team-card__description {
    font-size: 13px;

    line-height: 16px;
  }

  .team-card__details {
    justify-content: left;
    gap: 15px;
    border-bottom: none;
    margin-bottom: 27px;
  }

  .team-card__detail {
    border-bottom: 1px solid rgba(20, 54, 99, 1);
    padding-bottom: 4px;
    width: 100%;
    gap: 5px;
  }

  .team-card__contact-btn {
    align-self: center;
    width: 100%;
    display: flex;
    justify-content: center;
    gap: 12px;
    max-width: calc(100% - 41px);
    position: relative;
    align-items: center;
    padding: 7px 24px;
  }

  .team-card__contact-btn img {
    position: absolute;
    right: 12px;
  }
}

/* News Section */
.section-news {
  padding: 74px 0;
  max-width: 100%;
  overflow: hidden;
}

.section-news .container {
  max-width: 1078px;
}

.news-header {
  text-align: center;
  margin-bottom: 60px;
  display: flex;
  align-items: center;
  position: relative;
}

.news-header .section-title {
  color: rgba(24, 59, 170, 1);
  font-family: var(--font-instrument-sans);
  font-size: 30px;
  font-weight: 600;
  text-align: left;
  text-transform: capitalize;

  position: relative;
  z-index: 1;
  padding-right: 14px;
}

.news-divider {
  width: calc(100% - 85px);
  height: 1px;
  background: #143663;
  margin: 0;
  position: relative;
  top: -4px;
  right: 0;
}

.news-slider {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
}

.news-swiper {
  padding: 0 0 105px;
  overflow: visible;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after,
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: none !important;
}

.news-card {
  border-radius: 15px;

  transition: transform 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.news-card:hover {
  transform: translateY(-5px);
}

.news-card__image {
  width: 100%;
  overflow: hidden;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);
  display: flex;
  border-radius: 15px;
}

.news-card__image img {
  width: 100%;
  height: 305px;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
  border-radius: 0;
  object-position: center;
}

.news-card:hover .news-card__image img {
  transform: scale(1.05);
}

.news-card__content {
  padding: 12px 19px;
  display: flex;
  flex-direction: column;
  flex: 1;
  position: absolute;
  border-radius: 20px;

  background: rgba(249, 252, 255, 1);
  width: calc(100% - 34px);
  left: 40px;
  bottom: -27px;

  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.25);

  min-height: 122px;
  justify-content: space-between;
}

.news-card__title {
  color: rgba(0, 0, 0, 1);

  font-family: var(--font-instrument-sans);
  font-size: 17px;
  font-weight: 600;
  line-height: 17px;
  text-align: left;
  margin-bottom: 10px;
}

.news-card__read-btn {
  display: flex;
  align-items: center;
  gap: 8px;

  color: white;
  border: none;
  padding: 7px 20px;
  border-radius: 8px;
  color: rgba(255, 255, 255, 1);

  font-family: var(--font-helvetica);
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: center;
  text-transform: capitalize;

  cursor: pointer;
  transition: all 0.3s ease;
  align-self: flex-start;

  border-radius: 40px;

  background: rgba(24, 59, 170, 1);
  text-decoration: none;
}

.news-card__read-btn:hover {
  background: #1a3b7a;
  transform: translateY(-2px);
  color: #fff;
}

.news-card__arrow {
  width: 16px;
  height: 16px;
}

/* News Swiper Navigation */
.news-swiper-button-prev,
.news-swiper-button-next {
  width: 50px;
  height: 39px;
  border-radius: 0;
  color: white;
  font-size: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.3s ease;
  position: relative;
  cursor: pointer;
  background: linear-gradient(
    180deg,
    rgba(24, 59, 170, 1),
    rgba(9.600000381469727, 23.60000228881836, 68, 1) 100%
  );
  top: auto;
  z-index: 1;
}

.news-slider__buttons {
  display: flex;
  align-items: center;
  gap: 10px;
}

.news-swiper-button-prev {
  left: auto;
}

.news-swiper-button-next {
  right: auto;
}

.news-swiper-button-prev:hover,
.news-swiper-button-next:hover {
  background: #1a3b7a;
}

.news-swiper-button-prev::after,
.news-swiper-button-next::after {
  font-size: 18px;
}

.hero-stat-sm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 10px;

  box-sizing: border-box;
  width: 100%;

  box-shadow: inset 0px 0px 8.800000190734863px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(
    90deg,
    rgba(10, 24, 69, 1),
    rgba(24.782608032226562, 59.4782600402832, 171, 1) 100%
  );
  position: relative;
}

.hero-stat-sm__right-item {
  display: flex;

  align-items: center;

  gap: 10px;
}

.hero-stat-sm__right-item-title {
  color: rgba(255, 255, 255, 1);

  font-family: var(--font-instrument-sans);
  font-size: 35px;
  font-weight: 400;
  line-height: 16px;

  text-transform: uppercase;

  min-width: 70px;
  text-align: right;
}

.hero-stat-sm__right-item-description {
  color: rgba(255, 255, 255, 1);

  font-family: var(--font-instrument-sans);
  font-size: 15px;
  font-weight: 400;
  line-height: 15px;
}

.hero-stat-sm__right {
  display: flex;
  flex-direction: column;
  gap: 24px;
  position: relative;
  z-index: 2;
  padding-left: calc(100% - 185px);
}

.hero-stat-sm__left {
  position: absolute;
  max-width: 228px;
  left: -8px;
  top: -25px;
  z-index: 2;
}

.page-content-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 0 0 80px 0;
  gap: 20px;
}

/* Responsive */
@media (max-width: 768px) {
  .news-divider {
    top: 13px;
  }
  .news-swiper {
    padding: 32px 14px;
    overflow: hidden;
  }

  .news-card__title {
    font-size: 14px;
  }
}

/* Partners Section */
.section-partners {
  background: linear-gradient(
    90deg,
    rgba(24, 59, 170, 1),
    rgba(9.600000381469727, 23.60000228881836, 68, 1) 100%
  );
  padding: 80px 0;
}

.section-partners .section-title {
  color: #ffffff;
  margin-bottom: 60px;
  margin-top: 0;
}

.partners-content {
  text-align: center;
}

.partners-grid {
  display: flex;

  justify-content: center;
  align-items: center;
  gap: 48px;

  width: 100%;
}

.partner-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.partner-logo:hover {
  opacity: 0.8;
}

.partner-logo img {
  height: auto;
}

.hero-buy {
  background-image: url(../image/buy-hero.webp);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 70px;
  padding-bottom: 30px;
  color: #ffffff;
}

.hero-buy-content {
  max-width: 764px;
}

.hero-buy-title {
  color: rgba(255, 255, 255, 1);

  font-family: var(--font-instrument-sans);
  font-size: 30px;
  font-weight: 600;
  line-height: 22px;
  margin-bottom: 26px;
}

.hero-buy-description {
  color: rgba(255, 255, 255, 1);

  font-family: var(--font-instrument-sans);
  font-size: 15px;
  font-weight: 200;
  line-height: 22px;
  letter-spacing: 0%;
  text-align: left;
}

.hero-buy-list {
  border-radius: 20px;

  backdrop-filter: blur(40px);
  background: rgba(19, 53, 153, 0.3);

  list-style: none;
  padding: 25px 15px;
  margin-bottom: 26px;

  display: flex;
  flex-direction: column;
  gap: 10px;
}

.hero-buy-list-item {
  color: rgba(255, 255, 255, 1);
}

.hero-buy-button {
  color: rgba(255, 255, 255, 1);

  font-family: var(--font-instrument-sans);
  font-size: 17px;
  font-weight: 400;
  line-height: 1;
  text-align: center;
  text-transform: capitalize;

  border-radius: 40px;

  background: linear-gradient(
    90deg,
    rgba(24, 59, 167, 1),
    rgba(14, 32, 89, 1) 100%
  );

  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 13px 26px;
}

.hero-buy-button:hover {
  color: rgba(255, 255, 255, 1);
}

.hero-buy-list li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  background-image: url(../image/icons/trust.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

.hero-buy-list li {
  position: relative;
  padding-left: 30px;
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Ready Companies */
.ready-companies {
  padding: 42px 0;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 1),
    rgba(201.82391357421875, 214.57159423828125, 255, 1) 100%
  );
}

.ready-companies-header {
  text-align: center;
  margin-bottom: 42px;
}

.ready-companies-title {
  color: rgba(10, 24, 68, 1);
  font-family: var(--font-instrument-sans);
  font-size: 22px;
  font-weight: 600;
  line-height: 19px;
  text-align: center;
  text-transform: uppercase;

  padding: 19px 30px;
  display: inline-block;
  margin: 0;

  border-radius: 25px;

  background: rgba(255, 255, 255, 1);
}

.ready-companies-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 36px;
  max-width: 1200px;
  margin: 0 auto;
}

.company-card {
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;

  border-radius: 25px;

  box-shadow: inset 0px 4px 11.800000190734863px 0px rgba(0, 0, 0, 0.25);
  background: linear-gradient(
    90deg,
    rgba(24, 59, 170, 1),
    rgba(9.600000381469727, 23.60000228881836, 68, 1) 100%
  );

  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.company-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}

.company-card-header {
  min-height: 68px;
  padding: 9px 24px;
  display: flex;
  align-items: center;
}

.company-card-title {
  color: rgba(255, 255, 255, 1);

  font-family: var(--font-instrument-sans);
  font-size: 22px;
  font-weight: 600;
  line-height: 22px;

  text-transform: uppercase;
  margin: 0;
}

.company-card-content {
  padding: 24px;
  border-radius: 25px;

  box-shadow: inset 0px 4px 11.800000190734863px 0px rgba(0, 0, 0, 0.25);
  background: rgba(255, 255, 255, 1);

  overflow: hidden;
  flex: 1;
}

.company-location {
  margin-bottom: 12px;
}

.company-region {
  color: rgb(29, 78, 216);
  font-family: var(--font-instrument-sans);
  font-size: 21px;
  font-weight: 600;
  line-height: 18px;
}

.company-description {
  color: rgb(10, 24, 68);
  font-family: var(--font-instrument-sans);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  margin: 0 0 24px 0;
}

.company-card-button {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border-radius: 40px;

  background: #183baa;
  color: #ffffff;
  padding: 7px 14px;
  border-radius: 25px;
  text-decoration: none;
  font-family: var(--font-instrument-sans);
  font-size: 15px;
  font-weight: 500;
  transition: background-color 0.3s ease;
}

.company-card-button:hover {
  background: rgb(37, 99, 235);
  text-decoration: none;
  color: #ffffff;
}

.company-card-button img {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.company-card-button:hover img {
  transform: translateX(3px);
}

.lang-item {
  margin-bottom: 0;
}

.page-template-page-about .section-advantages__content {
  border-top: none;
  border-bottom: 1px solid rgba(20, 54, 99, 1);
  padding-top: 110px;
}

.page-template-page-about .section-contact-team {
  background: none;
}

.page-template-page-about .container {
  max-width: 1078px;
}

.section-map-widget__btn-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  margin-top: 16px;
  gap: 11px;
  padding: 0 11px;
}
.section-map-widget__btn-group a {
  border-radius: 8px;
  background: #e3f1ff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  color: #040404;
  font-family: var(--font-instrument-sans);
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0;
  padding: 6px 10px;
}

@media (min-width: 769px) {
  .invisible-lg {
    display: none;
  }
  .hero-stat-sm,
  .team-card__line {
    display: none;
  }
}

@media (max-width: 1024px) {
  .contact_photo img {
    aspect-ratio: 3/4;
    object-fit: cover;
  }
  .bank-top-right {
    width: 100%;
  }
  .page-template-page-bank #page-menu {
    top: 152px;
  }
  .contacts_bottom {
    max-width: 568px;
  }
  .page-content-wrapper .content-block {
    max-width: 580px;
  }
  .page-content__left {
    min-width: 234px;
    padding-left: 20px;
    width: 234px;
  }
  .page-template-default #page-menu p {
    color: rgb(24, 59, 170);
  }
  .page-template-default .container {
    max-width: 100%;
  }
  .news-card__image img {
    height: 326px;
  }
  .section-news .container {
    max-width: 890px;
  }
  .section-partners {
    padding: 59px 0;
  }
  .section-contact-team .container {
    max-width: 890px;
  }
  .section-reviews .container {
    max-width: 960px;
  }
  .section-advantages .container {
    max-width: 890px;
  }
  .section-services .container {
    max-width: 890px;
  }
  .section-map-widget__panels {
    min-height: 539px;
  }
  .container {
    max-width: 890px;
  }
  .hero-title {
    max-width: 100%;

    width: 530px;
  }
  .hero-content-right {
    width: 368px;
    left: 47px;
  }
  .hero-stats {
    gap: 66px;
    margin-top: 109px;
    box-sizing: border-box;
    border-radius: 27px;
    padding: 14px 34px;
  }
  .hero .container {
    max-width: 890px;
    padding: 30px 15px 123px;
  }
  .page-template-page-bank #title-block {
    background-position: calc(100% + 357px) -8px !important;
    height: 446px;
    margin-bottom: 72px;
  }
  .start-subtitle {
    border-radius: 15px;

    padding: 10px 12px;

    font-weight: 600;

    font-size: 14px;
    line-height: 1.2;
  }
  a.title-button {
    padding: 7px 28px;
    margin-top: 26px;
    color: rgb(255, 255, 255);
    font-size: 15px;
    font-weight: 500;
  }
  h2,
  h3 {
    font-size: 25px;
  }
  .title_block .h1,
  .h1 {
    font-size: 35px;
  }
  .page-template-page-bank .title_block {
    max-width: 364px;
  }
  .page-template-default .content,
  .page-template-page-bank .content {
    column-gap: 50px;
  }
  .page-template-default #page-menu,
  .page-template-page-bank #page-menu {
    flex-basis: 195px;
  }
  .section-services__item-right {
    width: 153px;
    position: absolute;
    right: 16px;
    top: 22px;
  }
}

/* Responsive */
@media (max-width: 768px) {
  .page-template-page-bank .first-block {
    padding-top: 0;
  }
  .page-template-page-bank #page-menu {
    top: 0;
  }
  .page-template-page-bank #title-block {
    margin-bottom: 15px;
  }
  .page-content-wrapper {
    flex-direction: column;
  }
  .news-card__image img {
    height: 239px;
  }
  .hero-title {
    width: auto;
  }
  .page-content__left {
    display: none;
  }
  .page-content__right {
    max-width: 100%;
  }
  .map-hotspot--canada {
    top: 9%;
    left: 2%;
    width: 32%;
    height: 25%;
  }
  .map-hotspot--usa {
    top: 34%;
    left: 12%;
    width: 19%;
    height: 14%;
  }
  .map-hotspot--europe {
    top: 20%;
    left: 42%;
    width: 24%;
    height: 21%;
  }
  .header-container {
    padding: 0 15px;
    align-items: center;
  }
  .mob-menu-block {
    margin-left: 10px;
  }
  .share-block a {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    max-width: 100%;
  }
  .lang-ul li a {
    color: rgb(255, 255, 255);
    font-family: Helvetica;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    display: flex;
    box-sizing: border-box;
    border: 1px solid rgba(255, 255, 255, 1);
    border-radius: 12px;
    height: 36px;
    min-width: 36px;
    align-items: center;
    justify-content: center;
    padding: 4px 6px;
  }

  .section-map-content-right {
    position: relative;
    right: auto;
    top: auto;
    width: 100%;
  }
  .section-services {
    padding-bottom: 51px;
    padding-top: 56px;
  }

  .team-cards {
    gap: 40px;
  }
  .team-card__line.w-full {
    margin-left: -15px;
    margin-right: -15px;
  }
  .news-header .section-title {
    font-size: 26px;
  }
  .section-news .container {
    padding: 0 46px;
  }
  .news-slider__buttons {
    position: absolute;
    top: -13px;
  }
  .section-news {
    padding: 60px 0;
  }
  .section-partners .section-title {
    margin-bottom: 29px;
    text-align: left;
    position: relative;
    font-size: 26px;
    font-weight: 700;
    display: flex;
    align-items: center;
    gap: 11px;
  }
  .section-partners .section-title__line {
    height: 1px;
    background: white;
    flex: 1;
  }
  .section-advantages__right {
    gap: 27px;
  }
  .section-advantages__left img {
    margin-left: 0;
  }
  .section-advantages__left-description {
    font-size: 13px;
    line-height: 20px;
  }
  .section-advantages .section-title {
    font-size: 25px;

    line-height: 24px;
  }
  .section-advantages__content {
    grid-template-columns: 1fr;
    padding: 39px 0;
    gap: 30px;
  }

  .hero-buy-title {
    font-size: 22px;
  }

  .hero-buy-description {
    font-size: 14px;
  }

  .partners-grid {
    gap: 18px;
    flex-direction: column;
  }

  .partner-logo {
    padding: 8px;
  }

  .partner-logo:nth-child(1) {
    width: 114px;
    height: auto;
  }

  .partner-logo:nth-child(2) {
    width: 60px;
    height: auto;
  }

  .partner-logo:nth-child(3) {
    width: 111px;
    height: auto;
  }

  .partner-logo:nth-child(4) {
    width: 102px;
    height: auto;
  }

  .partner-logo:nth-child(5) {
    width: 182px;
    height: auto;
  }

  .partner-logo:nth-child(6) {
    width: 89px;
    height: auto;
  }

  .partner-logo:nth-child(7) {
    width: 127px;
    height: auto;
  }

  /* Hero Buy Mobile */
  .hero-buy {
    padding-top: 40px;
    padding-bottom: 20px;
    background-image: url(../image/buy-hero-sm.webp);
  }

  .hero-buy .container {
    padding: 0 30px;
  }

  .hero-buy-content {
    max-width: 100%;
  }

  .hero-buy-title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 20px;
    text-align: center;
  }

  .hero-buy-description {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
  }

  .hero-buy-list {
    padding: 20px 15px;
    margin-bottom: 20px;
    gap: 8px;
  }

  .hero-buy-button-wrapper {
    text-align: center;
    position: relative;
    display: flex;
    justify-content: center;
  }

  /* Ready Companies Mobile */
  .ready-companies {
    padding: 48px 0;
  }

  .ready-companies .container {
    padding: 0;
  }

  .ready-companies-header {
    margin-bottom: 30px;
  }

  .ready-companies-title {
    font-size: 18px;
    line-height: 20px;
    padding: 16px 24px;
  }

  .ready-companies-grid {
    grid-template-columns: 1fr;
    gap: 48px;
    max-width: 100%;
  }

  .company-card-header {
    padding: 16px 20px;
  }

  .company-region {
    font-size: 18px;
    line-height: 20px;
  }

  .company-description {
    font-size: 13px;
    line-height: 18px;
    margin-bottom: 20px;
  }
}

/* Tablet responsive */
@media (max-width: 1024px) and (min-width: 769px) {
  /* Hero Buy Tablet */
  .hero-buy {
    padding-top: 50px;
    padding-bottom: 25px;
  }

  .hero-buy .container {
    padding: 20px;
  }

  .hero-buy-content {
    max-width: 700px;
    margin: 0 auto;
  }

  .hero-buy-title {
    font-size: 28px;
    line-height: 30px;
    text-align: center;
  }

  .hero-buy-description {
    text-align: center;
    margin-bottom: 24px;
  }

  .hero-buy-button-wrapper {
    text-align: center;
  }

  .hero-buy-button {
    max-width: 300px;
  }

  /* Ready Companies Tablet */
  .ready-companies .container {
    padding: 0 20px;
  }

  .ready-companies-grid {
    gap: 30px;
  }

  .company-card-title {
    font-size: 20px;
    line-height: 22px;
  }
}

@media (min-width: 769px) {
  .page-content__nav-mobile {
    display: none;
  }
}

/* Small mobile devices */
@media (max-width: 768px) {
  .page-template-default header {
    height: 492px;
}
  .section-services__item:first-child .section-services__item-right {
    top: 43px;
    right: 6px;
  }

  .section-services__item-left {
    width: 100%;
    padding-right: 138px;
  }
  .contact-button {
    padding: 8px 12px;

    font-size: 14px;
  }
  .section-partners {
    padding: 36px 0;
    overflow: hidden;
  }
  .contact-quote {
    display: none;
  }
  .section-services__item-right {
    width: 140px;
  }
  .section-services__item {
    flex-wrap: wrap;
    padding: 20px;
    min-height: 0;
    box-shadow: inset 0px 4px 11.800000190734863px 0px rgba(0, 0, 0, 0.25);
  }
  .hero-list-items li {
    background: rgba(19, 53, 153, 0.65);
  }
  .hero-list-title {
    margin-bottom: 30px;
    padding: 0 16px;
  }
  .section-map {
    padding: 62px 0;
    min-height: 0;
    background: #ffffff;
  }
  .section-map-content {
    flex-direction: column;
  }
  .section-services__list {
    grid-template-columns: 1fr;
    max-width: 100%;
    row-gap: 23px;
    margin-top: 48px;
  }
  .hero-stats {
    display: none;
  }
  .hero .hero-content {
    flex-direction: column;
  }
  .hero-title {
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    margin-bottom: 36px;
    padding: 0 16px;
  }
  /* Hero Buy Small Mobile */
  .hero-buy-title {
    font-size: 20px;
    line-height: 22px;
    text-align: left;
  }

  .hero-buy-description {
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    text-align: left;
  }

  .hero-buy-list {
    padding: 15px 10px;
  }

  .hero-buy-list li {
    font-size: 13px;
    line-height: 16px;
    padding-left: 38px;
    font-weight: 500;
    padding-right: 10px;
  }

  .hero-buy-list li:before {
    width: 15px;
    height: 15px;
    left: 6px;
  }

  .hero-buy-button {
    position: absolute;
    z-index: 1;
    left: auto;
  }

  /* Ready Companies Small Mobile */
  .ready-companies-title {
    font-size: 16px;
    line-height: 18px;
    padding: 14px 20px;
  }

  .company-card-title {
    font-size: 18px;
    line-height: 22px;
  }

  .company-card-header {
    padding: 14px 16px;
  }

  .company-card-content {
    padding: 20px;
  }

  .company-region {
    font-size: 16px;
    line-height: 18px;
  }

  .company-description {
    font-size: 12px;
    line-height: 16px;
  }

  .company-card-button {
    padding: 8px 14px;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .section-services__item:first-child .section-services__item-right {
    top: auto;
    right: auto;
  }
  .section-services__item:nth-child(3) .section-services__item-right {
    top: -21px;
    right: auto;
  }
  .section-services__item:last-child .section-services__item-right {
    top: auto;
    right: auto;
  }
  .section-services__item-title {
    grid-column: span 2;
  }
  .section-services__item {
    display: grid;
    grid-template-columns: 1fr 140px;
  }
  .section-services__item:nth-child(2) .section-services__item-right {
    top: -33px;
  }
  .section-services__item-right {
    width: 124px;
    top: auto;
    right: auto;
    position: relative;
  }
  .content {
    padding: 18px 0 78px 0;
  }
  .title-block {
    font-size: 17px;
  }
  h2,
  h3 {
    font-size: 17px;
  }
  .section-services__item-left {
    padding-right: 0;
    width: auto;
    flex: 1;
  }
}

/* Extra small mobile devices */
@media (max-width: 360px) {
  .section-services__item {
    grid-template-columns: 1fr 116px;
  }
  .section-services__item {
    padding: 15px;
  }
  .hero-buy .container {
    padding: 10px;
  }

  .hero-buy-title {
    font-size: 18px;
    line-height: 20px;
  }

  .hero-buy-description {
    font-size: 12px;
    line-height: 15px;
  }

  .hero-buy-list {
    padding: 12px 8px;
  }

  .hero-buy-list li {
    font-size: 11px;
    line-height: 14px;
    padding-left: 18px;
  }

  .ready-companies .container {
    padding: 0 10px;
  }

  .ready-companies-title {
    font-size: 14px;
    line-height: 16px;
    padding: 12px 16px;
  }

  .company-card-header {
    padding: 12px 14px;
  }

  .company-card-content {
    padding: 14px;
  }

  .company-card-title {
    font-size: 13px;
    line-height: 15px;
  }

  .company-region {
    font-size: 15px;
    line-height: 17px;
  }

  .company-description {
    font-size: 11px;
    line-height: 15px;
  }

  .company-card-button {
    padding: 6px 12px;
    font-size: 12px;
  }
}

@media (max-width: 393px) {
  .hero-stat-sm__left {
    left: -95px;
  }
}


/* ===== LAWSKAR CONTACT FORM (lcf) ===== */
.lcf-section { padding: 60px 0; }
.lcf-wrap {
  display: flex;
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 8px 40px rgba(24,59,170,0.15);
  max-width: 900px;
  margin: 0 auto;
}
.lcf-left {
  background: #183BAA;
  padding: 52px 44px;
  width: 44%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.lcf-badge {
  display: inline-block;
  border: 1.5px solid rgba(255,255,255,0.35);
  border-radius: 100px;
  padding: 6px 18px;
  font-size: 12px;
  font-weight: 600;
  color: rgba(255,255,255,0.85);
  letter-spacing: 0.8px;
  text-transform: uppercase;
  margin-bottom: 28px;
}
.lcf-title { font-size: 28px; font-weight: 700; color: #fff; line-height: 1.3; margin-bottom: 16px; }
.lcf-desc { font-size: 14px; color: rgba(255,255,255,0.72); line-height: 1.65; margin-bottom: 36px; }
.lcf-benefits { list-style: none; margin: 0 0 48px 0; padding: 0; }
.lcf-benefits li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: rgba(255,255,255,0.88);
  margin-bottom: 14px;
  line-height: 1.5;
}
.lcf-chk {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: rgba(255,255,255,0.18);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 1px;
}
.lcf-chk::after { content: '✓'; font-size: 11px; color: #fff; font-weight: 700; }
.lcf-proof { display: flex; align-items: center; gap: 12px; }
.lcf-avs { display: flex; }
.lcf-av {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  border: 2px solid #183BAA;
  background: #e8ecf8;
  margin-left: -8px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 700;
  color: #183BAA;
}
.lcf-av:first-child { margin-left: 0; }
.lcf-proof-txt { font-size: 13px; color: rgba(255,255,255,0.72); line-height: 1.4; }
.lcf-proof-txt strong { color: #fff; }
.lcf-right {
  background: #fff;
  padding: 52px 44px;
  width: 56%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lcf-grp { margin-bottom: 18px; }
.lcf-grp label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #374151;
  margin-bottom: 7px;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}
.lcf-grp label span { color: #183BAA; }
.lcf-grp input,
.lcf-grp textarea {
  width: 100%;
  padding: 13px 16px;
  border: 1.5px solid #e2e8f0;
  border-radius: 8px;
  font-size: 14px;
  font-family: 'Instrument Sans', Arial, sans-serif;
  color: #0f172a;
  outline: none;
  transition: border-color 0.2s, box-shadow 0.2s;
  background: #fafbff;
  box-sizing: border-box;
}
.lcf-grp input:focus,
.lcf-grp textarea:focus {
  border-color: #183BAA;
  box-shadow: 0 0 0 3px rgba(24,59,170,0.1);
  background: #fff;
}
.lcf-grp input::placeholder,
.lcf-grp textarea::placeholder { color: #c0c8d8; }
.lcf-grp textarea { height: 100px; resize: none; }
.lcf-row { display: flex; gap: 14px; }
.lcf-row .lcf-grp { flex: 1; }
.lcf-btn {
  width: 100%;
  padding: 15px;
  background: #183BAA;
  color: #fff;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 600;
  font-family: 'Instrument Sans', Arial, sans-serif;
  cursor: pointer;
  margin-top: 4px;
  transition: background 0.2s, transform 0.1s;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}
.lcf-btn:hover { background: #12308a; }
.lcf-btn:disabled { opacity: 0.7; cursor: not-allowed; }
.lcf-arrow { font-size: 16px; }
.lcf-privacy {
  font-size: 12px;
  color: #94a3b8;
  margin-top: 14px;
  line-height: 1.5;
  text-align: center;
}
.lcf-privacy a { color: #183BAA; text-decoration: none; }
.lcf-privacy a:hover { text-decoration: underline; }
#lcf-msg {
  margin-top: 12px;
  padding: 10px 14px;
  border-radius: 6px;
  font-size: 14px;
  text-align: center;
}
.lcf-ok { background: #ecfdf5; color: #065f46; border: 1px solid #6ee7b7; }
.lcf-err { background: #fef2f2; color: #991b1b; border: 1px solid #fca5a5; }

@media (max-width: 768px) {
  .lcf-wrap { flex-direction: column; }
  .lcf-left, .lcf-right { width: 100%; padding: 36px 24px; }
  .lcf-row { flex-direction: column; gap: 0; }
  .lcf-title { font-size: 22px; }
}
@media (max-width: 480px) {
  .lcf-left, .lcf-right { padding: 28px 18px; }
}