@charset "UTF-8";

body {
  font: 500 18px/1.21 "Plus Jakarta Sans", sans-serif;
  min-width: 360px;
  color: #5a616e;
}

@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: 400;
  color: #232434;
}

h1,
.h1 {
  line-height: 1.42;
  margin: 0 0 20px;
  font-size: 27px;
  font-weight: 800;
}

@media (min-width: 576px) {

  h1,
  .h1 {
    font-size: 36px;
  }
}

@media (min-width: 768px) {

  h1,
  .h1 {
    font-size: 46px;
  }
}

@media (min-width: 1024px) {

  h1,
  .h1 {
    font-size: 60px;
    font-size: clamp(1.2rem, 3.75vw, 3.75rem);
  }
}

h2,
.h2 {
  font-size: 48px;
  line-height: normal;
  margin: 0 0 20px;
  font-weight: 700;
}

@media (max-width: 1200px) {

  h2,
  .h2 {
    font-size: 35px;
  }
}

@media (max-width: 1023px) {

  h2,
  .h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {

  h2,
  .h2 {
    font-size: 24px;
  }
}

h3,
.h3 {
  font-size: 36px;
  line-height: normal;
  margin: 0 0 20px;
  font-weight: 700;
  letter-spacing: -1px;
}

@media (max-width: 1199px) {

  h3,
  .h3 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {

  h3,
  .h3 {
    font-size: 16px;
    letter-spacing: 0;
  }
}

h4,
.h4 {
  font-size: 24px;
  line-height: 1.363;
  margin: 0 0 20px;
  font-weight: 500;
}

@media (max-width: 767px) {

  h4,
  .h4 {
    font-size: 18px;
  }
}

h5,
.h5 {
  font-size: 20px;
  line-height: 1.363;
  margin: 0 0 20px;
}

@media (max-width: 767px) {

  h5,
  .h5 {
    font-size: 18px;
  }
}

p {
  margin: 0 0 20px;
}

h1:last-child,
.h1:last-child,
h2:last-child,
.h2:last-child,
h3:last-child,
.h3:last-child,
h4:last-child,
.h4:last-child,
h5:last-child,
.h5:last-child,
h6:last-child,
.h6:last-child,
p:last-child {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

a,
input,
button {
  transition: all 0.25s ease-in-out;
  outline: none !important;
}

input,
button {
  font-family: inherit;
}

.button {
  text-transform: capitalize;
  line-height: 20px;
  font-weight: 600;
  text-align: center;
  gap: 10px;
  transition: 0.3s;
  min-width: 140px;
  background-color: black;
  color: white;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 13px 0;
  border-radius: 6px;
  border: 2px solid transparent;
}

.button.btn-small {
  min-width: 120px;
}

.button img {
  width: 17px;
  height: 16px;
}

input {
  padding: 14px 32px;
  border-radius: 40px;
  border: 1px solid #6e7775;
  gap: 10px;
  display: flex;
  background-color: transparent;
  font-family: "Plus Jakarta Sans", sans-serif;
}

label {
  font-size: 14px;
  display: block;
  margin-bottom: 20px;
  background-color: transparent;
}

textarea {
  width: 100%;
  border-radius: 6px;
  border: 1px solid #6e7775;
  padding: 14px 32px;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
  background-color: transparent;
  resize: none;
  height: 90px;
}

@media (max-width: 767px) {
  .section-head {
    margin-bottom: 0 !important;
  }
}

.blue {
  color: #026cfe;
}

.red {
  color: #ff500a;
}

.orange {
  color: #f36c42;
}

.gray {
  color: #D9D9D9;
}

.heading {
  font-weight: 700;
  text-align: center;
  display: block;
  font-size: 16px;
}

.section {
  padding: 40px 0;
}

@media (max-width: 767px) {
  .section {
    padding: 30px 0;
  }
}

.section-header {
  text-align: center;
  padding: 80px 0 80px;
}

.section-header br {
  display: none;
}

@media (min-width: 1024px) {
  .section-header br {
    display: block;
  }
}

.bg-blue {
  background-color: #026CFE;
}

/* General Layout Styles */
*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  min-width: 360px;
  background: #fff;
  color: #5A616E;
}

#wrapper {
  position: relative;
  min-height: 100vh;
}

.container {
  max-width: 1210px;
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

.container-sm {
  max-width: 1460px;
  position: relative;
  padding: 0 15px;
  margin: 0 auto;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 767px) {
  * {
    letter-spacing: 0;
  }
}

.wrapper {
  overflow: hidden;
}

.home.wrapper {
  overflow: visible;
}

.brand-logos {
  overflow: hidden;
}

.brand-logos .heading {
  color: #a3aab9;
  padding-bottom: 40px;
}

.brand-logos .box-holder {
  width: 100%;
  overflow: hidden;
  position: relative;
}

.brand-logos .box-holder::before {
  content: "";
  top: 0;
  left: 0;
  background: linear-gradient(to right, rgb(255, 255, 255) 0%, rgba(255, 255, 255, 0) 100%);
  height: 40px;
  width: 50px;
  position: absolute;
}

.brand-logos .box-holder:after {
  content: "";
  top: 0;
  right: 0;
  height: 40px;
  width: 50px;
  position: absolute;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
}

.brand-logos .icon-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  overflow: hidden;
  gap: 80px;
}

.brand-logos .icon-holder {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 187px;
  height: 40px;
  flex-shrink: 0;
}

.brand-logos .icon-holder img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  max-width: 187px;
  max-height: 40px;

}

.content-wrapper {
  background-image: url("../images/gradient-bg.png");
  background-size: cover;
}

.communication {
  margin-top: 80px;
}

@media (max-width: 767px) {
  .communication {
    margin-top: 0;
  }
}

@media (min-width: 1200px) {
  .communication {
    margin-bottom: -150px;
  }
}

.communication .heading {
  padding: 0 0 15px;
}

.communication .text-box {
  text-align: center;
  max-width: 712px;
  margin: 0 auto;
}

.communication .text-box h2 {
  font-weight: 700;
  letter-spacing: -1px;
  color: #121C30;
}

.communication .text-box h2 p {
  color: #121C30;

}

.communication .strike-text {
  color: #a3aab9;
  display: block;
}

@media (min-width: 1200px) {
  .counter {
    margin-top: -150px;
  }
}

.counter h2 {
  max-width: 770px;
  margin: 0 auto;
  text-align: center;
  padding: 30px 0;
}

.counter .served-number {
  max-width: 1070px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: flex;
  margin: 0 auto;
  list-style: none;
  padding: 0;
  position: relative;
}

@media (max-width: 575px) {
  .counter .served-number {
    flex-wrap: wrap;
    align-items: center;
  }
}

.counter .counter-box {
  width: 20%;
  text-align: center;
}

@media (max-width: 1023px) {
  .counter .counter-box {
    width: 25%;
  }
}

@media (max-width: 575px) {
  .counter .counter-box {
    width: 50%;

    br {
      display: none;
    }
  }
}

.counter .number {
  display: flex;
  align-items: center;
  justify-content: center;
}

.counter .number .blue {
  font-weight: 700;
  font-size: clamp(1.2rem, 4vw, 3rem);
}

.counter .counter-value {
  font-weight: 700;
  font-size: clamp(1.2rem, 4vw, 3rem);
  color: #121c30;
}

.counter .text {
  color: #a3aab9;
  font-weight: 700;
  padding-top: 24px;
}

@media (max-width: 575px) {
  .counter .text {
    padding: 15px 0;
  }
}

.articles {
  position: relative;
}

.articles.section {
  padding: 79px 0 63px;
}

@media (max-width: 1023px) {
  .articles.section {
    padding: 50px 0 50px;
  }
}

@media (max-width: 767px) {
  .articles.section {
    padding: 20px 0 20px;
  }
}

.articles .container {
  max-width: 1270px;
}

.articles article+article {
  padding-top: 95px;
}

@media (max-width: 767px) {
  .articles article+article {
    padding-top: 0px;
  }
}

.articles article:nth-child(even) .article-holder {
  flex-direction: row-reverse;
}

@media (max-width: 767px) {
  .articles article:nth-child(even) .article-holder {
    flex-direction: column;
  }
}

.articles article:nth-child(odd) .article-holder {
  flex-direction: row;
}

@media (max-width: 767px) {
  .articles article:nth-child(odd) .article-holder {
    flex-direction: column;
  }
}

.articles .article-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: white;
  border-radius: 20px;
  padding: 32px;
}

@media (max-width: 767px) {
  .articles .article-holder {
    flex-direction: column;
    padding: 20px;
  }
}

.articles .box-holder {
  border-radius: 20px;
  width: 48.2%;
  flex-shrink: 0;
  border-radius: 20px;
  overflow: hidden;
}

.articles .box-holder .color-block {
  padding: 120px 50px 20px;
  flex-shrink: 0;
  border-radius: 30px;
  position: relative;
  display: flex;
  align-items: center;
}

@media (max-width: 1023px) {
  .articles .box-holder .color-block {
    border-radius: 10px;
    padding: 120px 50px 60px;
  }
}

@media (max-width: 767px) {
  .articles .box-holder .color-block {
    padding: 120px 50px 75px;
  }
}

@media (max-width: 480px) {
  .articles .box-holder .color-block {
    padding: 80px 50px 30px;
  }
}

.articles .box-holder .color-block.blue-bg {
  background-color: #026cfe;
}

.articles .box-holder .color-block .center-bg {
  position: absolute;
  background-color: #F7F7F8;
  border: 10px solid #171a2f;
  border-bottom: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 337px;
  max-width: 337px;
  height: 320px;
  border-radius: 30px 30px 0 0;
}

@media (max-width: 1023px) {
  .articles .box-holder .color-block .center-bg {
    height: 200px;
    width: 70%;
    max-width: 100%;
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .articles .box-holder .color-block .center-bg {
    border-radius: 15px 15px 0 0;
    border: 5px solid #171a2f;
    border-bottom: 0;
  }
}

.articles .box-holder .color-block .tag {
  color: #232434;
  background-color: white;
  padding: 10px 20px;
  font-weight: 700;
  letter-spacing: -1px;
  width: fit-content;
  position: relative;
  margin: 0 auto;
  font-size: clamp(1.2rem, 2vw, 2rem);
  border-radius: 10px;
  max-width: 286px;
  line-height: 1.4;
}

@media (max-width: 1023px) {
  .articles .box-holder .color-block .tag {
    max-width: 80%;
    padding: 10px;
  }

  .articles .box-holder .color-block .tag br {
    display: none;
  }
}

@media (max-width: 767px) {
  .articles .box-holder .color-block .tag {
    padding: 10px;
    max-width: 100%;
    width: 70%;
    text-align: center;
  }
}

@media (max-width: 480px) {
  .articles .box-holder .color-block .tag {
    width: 85%;
    min-height: 136px;
    height: 136px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}

.articles .box-holder .color-block.black-bg {
  background-color: #2a3346;
}

.articles .box-holder .color-block.red-bg {
  background-color: #F36C42;
}

@media (max-width: 1023px) {
  .articles .box-holder .color-block.red-bg {
    padding: 120px 50px 50px;
  }
}

@media (max-width: 767px) {
  .articles .box-holder .color-block.red-bg {
    padding: 120px 50px 75px;
  }
}

@media (max-width: 480px) {
  .articles .box-holder .color-block.red-bg {
    padding: 80px 50px 30px;
  }
}

.articles .box-holder .color-block.smoke-bg {
  background-color: #f6f7f9;
}

@media (max-width: 1023px) {
  .articles .box-holder .color-block.smoke-bg {
    padding: 120px 50px 50px;
  }
}

@media (max-width: 991px) {
  .articles .box-holder .color-block.smoke-bg {
    padding: 120px 40px 40px;
  }
}

@media (max-width: 767px) {
  .articles .box-holder .color-block.smoke-bg {
    padding: 120px 50px 65px;
  }
}

@media (max-width: 480px) {
  .articles .box-holder .color-block.smoke-bg {
    padding: 80px 50px 30px;
  }
}

@media (min-width: 1200px) {
  .articles .box-holder .color-block {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .articles .box-holder .color-block {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .articles .box-holder {
    width: 100%;
    border-radius: 10px;
  }
}

.articles .text-box {
  width: 48.7%;
}

@media (max-width: 767px) {
  .articles .text-box {
    width: 100%;
    padding-top: 20px;
  }
}

.articles .text-box h3 {
  letter-spacing: -1px;
}

.articles .btn-holder .button {
  min-width: 127px;
  background-color: #121C30;
}

.articles-modern {
  overflow: hidden;
}

.articles-modern .section-header {
  text-align: center;
  margin-bottom: 70px;
  padding: 40px 0;
}

@media (max-width: 575px) {
  .articles-modern .section-header {
    margin-bottom: 30px;
    padding: 25px 0;
  }
}

.articles-modern .section-header h2 {
  margin: 30px 0;
  color: #121C30;
}

@media (max-width: 767px) {
  .articles-modern .section-header h2 {
    margin: 15px 0;
  }
}

.articles-modern .section-header .text {
  font-weight: 700;
  font-size: clamp(1.2rem, 2.5vw, 1.875rem);
  color: #121c30;
  max-width: 712px;
  margin: 0 auto;
  letter-spacing: -1px;
}

.articles-modern.section {
  padding: 0 0 110px;
}

@media (max-width: 767px) {
  .articles-modern.section {
    padding: 20px 0 50px;
  }
}

.articles-modern .container {
  max-width: 1210px;
}

.articles-modern .article-holder {
  padding: 0;
  background: transparent;
}

.articles-modern article+article {
  padding-top: 50px;
}

.articles-modern article:nth-child(even) .box-holder {
  flex-direction: row;
}

.articles-modern .image-holder {
  width: 51%;
  position: relative;
}

@media (max-width: 767px) {
  .articles-modern .image-holder {
    width: 100%;
  }
}

.articles-modern .image-holder img {
  position: relative;
  z-index: 1;
}

.articles-modern .text-box {
  width: 37.1%;
}

@media (max-width: 767px) {
  .articles-modern .text-box {
    width: 100%;
  }
}

.sticky-items-block {
  width: 100%;
  position: relative;
}

.sticky-items-block .container {
  display: flex;
  max-width: 1200px;
  margin: 50px auto;
  gap: 20px;
  padding: 0 15px;
}

@media (max-width: 1023px) {
  .sticky-items-block .container {
    margin: 0;
  }
}

.sticky-items-block .left-column {
  flex: 1;
  padding: 250px 0 170px;
}

@media (max-width: 1023px) {
  .sticky-items-block .left-column {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .sticky-items-block .left-column .color-block {
    padding: 120px 0 0;
  }
}

@media (min-width: 768px) {
  .sticky-items-block .left-column .color-block {
    width: 50%;
    padding: 100px 50px 0;
  }
}

@media (min-width: 1200px) {
  .sticky-items-block .left-column .color-block {
    display: none;
  }
}

@media (min-width: 768px) {
  .sticky-items-block .left-column .color-block.black-bg {
    padding: 100px 50px 0;
  }
}

.sticky-items-block .right-right {
  flex: 1;
  position: relative;
}

@media (max-width: 1199px) {
  .sticky-items-block .right-right {
    display: none;
  }
}

.sticky-items-block .sticky {
  position: sticky;
  top: 0;
  height: 100vh;
  width: 100%;
  display: flex;
  align-items: center;
}

.sticky-items-block .text-block {
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

@media (min-width: 768px) {
  .sticky-items-block .text-block {
    flex-wrap: nowrap;
    margin-bottom: 20px;
    padding: 50px 0;
  }
}

@media (min-width: 1200px) {
  .sticky-items-block .text-block {
    padding: 50px 35px;
    transition: opacity 0.25s ease;
    color: #5a616e;
  }
}

@media (max-width: 1023px) {
  .sticky-items-block .text-block+.text-block {
    padding-top: 0;
  }
}

.sticky-items-block .text-block-inner {
  width: 100%;
  padding-bottom: 20px;
  text-align: left;
}

.sticky-items-block .text-block-inner p {
  line-height: 1.6;
}

@media (min-width: 768px) {
  .sticky-items-block .text-block-inner {
    padding-right: 20px;
    padding-bottom: 0;
  }
}

@media (min-width: 768px) and (min-width: 1200px) {
  .sticky-items-block .text-block-inner {
    padding-right: 0;
  }
}

.sticky-items-block .content-box {
  width: 100%;
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.sticky-items-block .content-box.active {
  display: block;
  opacity: 1;
  transform: translateY(0);
}

.sticky-items-block .color-block {
  padding: 185px 50px 0;
  flex-shrink: 0;
  border-radius: 30px;
  position: relative;
}

@media (max-width: 1023px) {
  .sticky-items-block .color-block {
    border-radius: 10px;
  }
}

.sticky-items-block .color-block.blue-bg {
  background-color: #026cfe;
}

.sticky-items-block .color-block .center-bg {
  position: absolute;
  background-color: rgba(247, 247, 248, 0.8);
  border: 10px solid #171a2f;
  border-bottom: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  min-width: 337px;
  max-width: 337px;
  height: 320px;
  border-radius: 30px 30px 0 0;
}

@media (max-width: 767px) {
  .sticky-items-block .color-block .center-bg {
    width: 70%;
    max-width: 100%;
    min-width: auto;
    border-radius: 15px 15px 0 0;
    border: 5px solid #171a2f;
    border-bottom: 0;
  }
}

.sticky-items-block .color-block .tag {
  color: #232434;
  background-color: white;
  padding: 11px 20px;
  font-weight: 700;
  letter-spacing: -1px;
  width: fit-content;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .sticky-items-block .color-block .tag {
    padding: 10px;
  }
}

.sticky-items-block .color-block .tag span {
  padding: 0 3px;
}

.sticky-items-block .color-block .tag.main-tag {
  font-size: clamp(1.2rem, 2vw, 1.625rem);
  border-radius: 10px;
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.6);
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .sticky-items-block .color-block .tag.main-tag {
    box-shadow: 0 0 0 3px rgba(255, 255, 255, 0.6);
  }
}

.sticky-items-block .color-block .tag.normal-tag {
  font-size: 16px;
  border-radius: 6px;
}

.sticky-items-block .color-block .tag+.tag {
  margin-top: 10px;
}

.sticky-items-block .color-block .icon-holder {
  width: 24px;
  height: 24px;
  margin: 25px auto;
  position: relative;
}

.sticky-items-block .color-block.black-bg {
  background-color: #2a3346;
  padding-top: 180px;
}

@media (max-width: 767px) {
  .sticky-items-block .color-block.black-bg {
    padding: 120px 0 0;
  }
}

.sticky-items-block .color-block.black-bg .tag.main-tag {
  min-width: 455px;
  margin-top: 15px;
}

@media (max-width: 1023px) {
  .sticky-items-block .color-block.black-bg .tag.main-tag {
    min-width: auto;
  }
}

.sticky-items-block .color-block.red-bg {
  background-color: #F36C42;
}

.sticky-items-block .color-block.red-bg .tag.main-tag {
  margin-top: 15px;
}

.sticky-items-block .color-block.smoke-bg {
  background-color: #f6f7f9;
}

@media (min-width: 1200px) {
  .sticky-items-block .color-block {
    height: 420px;
  }
}

@media (max-width: 767px) {
  .sticky-items-block .color-block {
    width: 100%;
  }
}

.sticky-items-block .Strategy-list {
  padding: 0;
  margin: 0;
  list-style: none;
}

.sticky-items-block .Strategy-list li {
  position: relative;
  padding: 3.5px 0 3.5px 15px;
  display: flex;
  align-items: center;
  margin-bottom: 6px;
  line-height: 1.6;
}

.sticky-items-block .Strategy-list li::before {
  position: absolute;
  content: url("../images/arrow.png");
  top: 4px;
  left: 0;
}

.localization-section {
  background-color: #121c30;
  color: white;
  padding: 100px 0;
  font-family: "Arial", sans-serif;
}

@media (max-width: 767px) {
  .localization-section {
    padding: 50px 0 30px;
  }
}

.localization-section .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.localization-section .top-content {
  text-align: center;
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 80px;
}

.localization-section .top-content .sub-heading {
  color: #026cfe;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 16px;
}

.localization-section .top-content .main-heading {
  color: currentColor;
  margin: 0 auto 30px;
  line-height: 1.3;
}

.localization-section .top-content .buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
}

.localization-section .top-content .buttons .btn {
  padding: 10px 20px;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
  font-size: 14px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.localization-section .top-content .buttons .btn.active {
  background-color: #10315d;
  color: #026cfe;
}

.localization-section .top-content .buttons .btn.active:hover {
  background-color: #0156cc;
  color: white;
}

.localization-section .top-content .buttons .btn {
  background-color: rgba(255, 255, 255, 0.1);
  color: white;

}

.localization-section .top-content .buttons .btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.localization-section .content-box {
  background-color: #202439;
  border-radius: 12px;
  display: flex;
  overflow: hidden;
  margin-bottom: 50px;
}

@media (max-width: 767px) {
  .localization-section .content-box {
    flex-direction: column;
    margin-bottom: 0;
  }
}

.localization-section .content-box .left-content {
  flex: 1;
  padding: 40px;
}

.localization-section .content-box .left-content h3 {
  color: currentColor;
  margin-bottom: 20px;
  line-height: 1.3;
}

.localization-section .content-box .left-content p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 25px;
  opacity: 0.9;
}

.localization-section .content-box .learn-more {
  display: inline-block;
  background-color: #3E4257;
  color: white;
  padding: 14.5px 20px;
  border-radius: 5px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.localization-section .content-box .learn-more:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.localization-section .content-box .right-content {
  flex: 1;
  padding: 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.localization-section .content-box .right-content .translation-box {
  padding: 20px;
  border-radius: 8px;
  min-height: 192px;
  border: 1px solid #404455;
}

.localization-section .content-box .right-content .translation-box .label {
  color: #026cfe;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
}

.localization-section .content-box .right-content .translation-box h4 {
  color: currentColor;
  font-weight: 600;
  margin-bottom: 10px;
}

.localization-section .content-box .right-content .translation-box p {
  font-size: 14px;
  line-height: 1.5;
  opacity: 0.8;
}

.localization-section .brands-section {
  text-align: center;
  margin: 100px 0 0;
}

@media (max-width: 767px) {
  .localization-section .brands-section {
    margin-bottom: 0;
    margin-top: 50px;
  }
}

.localization-section .brands-section .brands-heading {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 30px;
}

.localization-section .brands-section .brands-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
}

@media (min-width: 767px) {
  .localization-section .brands-section .brands-grid.one {
    padding: 0 60px;
  }
}

.localization-section .brands-section .brands-grid.two {
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .localization-section .brands-section .brands-grid.two {
    justify-content: center;
  }
}

.localization-section .brands-section .brand {
  width: 16.666%;
  padding: 10px 20px;
  margin-bottom: 20px;
  max-width: 206px;
  max-height: 60px;
}

@media (max-width: 992px) {
  .localization-section .brands-section .brand {
    width: 25%;
  }
}

@media (max-width: 767px) {
  .localization-section .brands-section .brand {
    width: 33.333%;
  }
}

.localization-section .brands-section .brand img {
  width: auto;
  object-fit: contain;
  filter: brightness(0) invert(1);
}

.testimonials-section {
  padding: 80px 0;
  background-color: #f9f9f9;
}

@media (max-width: 767px) {
  .testimonials-section {
    padding: 50px 0;
  }
}

.testimonials-section .container {
  max-width: 1370px;
  margin: 0 auto;
  padding: 0 15px;
}

.testimonials-section .section-header {
  max-width: 634px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 0px;
  padding: 40px 0 60px;
}

@media (max-width: 767px) {
  .testimonials-section .section-header {
    margin-bottom: 30px;
  }
}

.testimonials-section .section-header .heading {
  display: inline-block;
  margin-bottom: 20px;
}

.testimonials-section .section-header .section-title {
  color: #121c30;
  margin: 0;
  line-height: 1.3;
}

.testimonials-section .testimonials-grid {
  display: block !important;
  /* avoid flex or grid */
}

.testimonials-section .testimonials-grid .col {
  padding: 0 12px;

}

@media (max-width: 992px) {
  .testimonials-section .testimonials-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 768px) {
  .testimonials-section .testimonials-grid {
    grid-template-columns: 1fr;
  }
}

.testimonials-section .testimonial-card {
  background-color: #fff;
  border-radius: 12px;
  padding: 25px;
  /* box-shadow: 0 2px 12px rgba(0, 0, 0, 0.05); */
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonials-section .testimonial-card:hover {
  /* transform: translateY(-5px); */
  /* box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08); */
}

.testimonials-section .testimonial-card .rating {
  display: flex;
  margin-bottom: 20px;
}

.testimonials-section .testimonial-card .rating .star-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  background-image: url("path/to/star-icon.svg");
  background-size: contain;
  background-repeat: no-repeat;
}

.testimonials-section .testimonial-card .rating .star-icon:last-child {
  margin-right: 0;
}

.testimonials-section .testimonial-card .testimonial-text {
  font-size: 18px;
  line-height: 1.6;
  color: #5A616E;
  margin-bottom: 20px;
  letter-spacing: -0.18px;
  font-weight: 400;
}

.testimonials-section .testimonial-card .client-info {
  font-size: 12px;
  color: #A3AAB9;
  margin: 0;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .testimonials-section .testimonial-card {
    padding: 40px;
    min-height: 442px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
  }
}

.download-section .container {
  max-width: 1176px;
  color: white;
  background: #026cfe;
  padding: 60px;
  border-radius: 40px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 100px;
  margin: 0 auto;
}

@media (max-width: 1190px) {
  .download-section .container {
    margin: 0 25px;
    padding: 40px;
    gap: 50px;
  }
}

@media (max-width: 1023px) {
  .download-section .container {
    text-align: center;
    justify-content: center;
    gap: 30px;
    border-radius: 20px;
  }
}

@media (max-width: 767px) {
  .download-section .container {
    border-radius: 15px;
    padding: 50px 0;
  }
}

@media (max-width: 575px) {
  .download-section .container {
    padding: 45px;
  }
}

.download-section .container h2 {
  color: currentColor;
}

.download-section .content {
  max-width: 650px;
}

@media (max-width: 1023px) {
  .download-section .content {
    max-width: 100%;
  }
}

.download-section .content h2 {
  font-size: 42px;
}

@media (max-width: 1200px) {
  .download-section .content h2 {
    font-size: 35px;
  }
}

@media (max-width: 1023px) {
  .download-section .content h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .download-section .content h2 {
    font-size: 24px;
  }
}

.download-section .download-btn {
  display: flex;
  gap: 10px;
  color: currentColor;
  background: #121c30;
  padding: 14px 20px;
  border-radius: 6px;
}

.tabs {
  padding-top: 0;
}

.tabs .section-header {
  background-color: white;
  padding: 40px 0;
  margin-bottom: 20px;
}

.tabs .section-header h3 {
  margin-bottom: 40px;
}

.tabs .section-header .tab-buttons {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.tabs .section-header .tab-buttons .tab-btn {
  background: #ffffff;
  border: 1px solid #CED0D4;
  padding: 11.5px 31px;
  border-radius: 6px;
  cursor: pointer;
  transition: background 0.3s, box-shadow 0.3s;
  font-size: 18px;
  color: #878787;
}

.tabs .section-header .tab-buttons .tab-btn.active {
  background: #FFFFFF;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  border-color: transparent;
  color: #65676B;
}

.tabs .tabs-wrapper {
  text-align: center;
}

@media (max-width: 600px) {
  .tabs .tabs-wrapper .tab-buttons {
    flex-direction: column;
    align-items: center;
  }
}

.tabs .tabs-inner {
  background-color: #F1F2F5;
  padding: 80px 0;
}

.tabs .tab-content {
  display: none;
}

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

.tabs .tab-content .cards {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(371px, 1fr));
  gap: 32px;
  margin-top: 20px;
}

@media (max-width: 400px) {
  .tabs .tab-content .cards {
    grid-template-columns: auto;
  }
}

.tabs .tab-content .cards .card {
  background: #fff;
  border-radius: 30px;
  text-align: left;
  overflow: hidden;
  transition: transform 0.3s;
}

.tabs .tab-content .cards .card:hover {
  transform: translateY(-5px);
}

.tabs .tab-content .cards .card img {
  width: 100%;
  max-height: 220px;
}

@media (max-width: 1206px) {
  .tabs .tab-content .cards .card img {
    height: auto;
    max-height: 100%;
  }
}

.tabs .tab-content .cards .text {
  padding: 30px 20px;
  color: #5A616E;
  font-size: 14px;
  font-weight: 400;
}

.tabs .tab-content .cards .text .tags span {
  background: #e0e0e0;
  border-radius: 4px;
  padding: 4.5px 10px;
  font-size: 12px;
  margin-right: 5px;
  color: #1A1C1E;
  font-weight: 700;
  display: inline-block;
}

.tabs .tab-content .cards .text .tags span.blue {
  color: #026cfe;
}

.tabs .tab-content .cards .text .date {
  font-size: 12px;
  margin: 10px 0;
}

.tabs .tab-content .cards .text h6 {
  font-size: 18px;
  margin: 10px 0;
  font-weight: 700;
}



@media (min-width: 1199px) {
  .tabs .tab-content .cards .text h6 {
    padding-right: 60px;
  }
}

.tabs .tab-content .cards .text p {
  font-size: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  letter-spacing: -0.18px;
  font-weight: 400;
}

.tabs .tab-content .cards .text .circle-dot {
  position: relative;
  margin-left: 15px;
}

.tabs .tab-content .cards .text .circle-dot::before {
  content: "";
  position: absolute;
  top: 6px;
  left: -9px;
  width: 4px;
  height: 4px;
  background-color: #5A616E;
  border-radius: 50%;
}

.tabs .tab-content .cards .text .spacer {
  margin: 0 5px;
}

.blog-content {
  margin: 0;
  padding: 20px 0;
}

.blog-content .container {
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  .blog-content .container {
    flex-direction: column;
    max-width: 100%;
  }
}

.blog-content .content {
  width: 65.9%;
}

@media (max-width: 1023px) {
  .blog-content .content {
    width: 55%;
  }
}

@media (max-width: 767px) {
  .blog-content .content {
    width: 100%;
  }
}

.blog-content .content .breadcrumb {
  font-size: 14px;
  color: #777;
  margin-bottom: 38px;
  margin-top: 18px;
}

.blog-content .content .breadcrumb a {
  color: #121C30;
  text-decoration: none;
  margin-right: 5px;
}

.blog-content .content .breadcrumb a+a {
  margin-left: 5px;
}

.blog-content .content .breadcrumb span {
  margin-left: 5px;
}

.blog-content .content .feature-image {
  border-radius: 10px;
  overflow: hidden;
}

.blog-content .content .feature-image img {
  width: 100%;
  height: auto;
  border-radius: 20px;
  max-height: 362px;
  object-fit: cover;
}

.blog-content .content .content-detail {
  font-size: 18px;
  line-height: 1.6;
  color: #232434;
  padding: 33px 0 13px;
}

.blog-content .content .content-detail .heading {
  text-align: left;
  margin-bottom: 22px;
}

.blog-content .sidebar {
  width: 31.55%;
}

@media (max-width: 1023px) {
  .blog-content .sidebar {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .blog-content .sidebar {
    width: 100%;
  }
}

.blog-content .sidebar .heading {
  font-size: 18px;
}

.blog-content .sidebar .search-box {
  background-color: #FBFBFD;
  padding: 30px;
  border-radius: 20px;
  position: relative;
}

@media (max-width: 1023px) {
  .blog-content .sidebar .search-box {
    padding: 15px;
  }
}

.blog-content .sidebar .search-box input {
  width: 100%;
  padding: 10px 50px;
  border: 1px solid #ddd;
  border-radius: 30px;
}

.blog-content .sidebar .search-box img {
  position: absolute;
  width: auto;
  max-width: 20px;
  top: 83px;
  left: 50px;
}

@media (max-width: 1023px) {
  .blog-content .sidebar .search-box img {
    top: 67px;
    left: 35px;
  }
}

.blog-content .sidebar .search-box .heading {
  text-align: left;
  color: #232434;
}

.blog-content .sidebar .recent-posts {
  margin: 33px 0;
  background-color: #FBFBFD;
  padding: 20px 30px;
  border-radius: 20px;
}

@media (max-width: 1023px) {
  .blog-content .sidebar .recent-posts {
    padding: 15px;
    margin: 15px 0;
  }

  .blog-content .sidebar .recent-posts br {
    display: none;
  }
}

.blog-content .sidebar .recent-posts .heading {
  text-align: left;
  margin-bottom: 20px;
  color: #232434;
}

.blog-content .sidebar .recent-posts .recent-post {
  display: flex;
  margin-bottom: 20px;
  align-items: center;
  font-size: 16px;
  color: #363636;
  line-height: 24px;
}

@media (max-width: 1023px) {
  .blog-content .sidebar .recent-posts .recent-post br {
    display: none;
  }
}

.blog-content .sidebar .recent-posts .recent-post img {
  width: 90px;
  height: 90px;
  border-radius: 10px;
  margin-right: 20px;
}

.blog-content .sidebar .recent-posts .recent-post small {
  display: block;
  color: #65676B;
  margin-top: 5px;
  font-size: 12px;
}

.blog-content .sidebar .social-icons {
  background-color: #FBFBFD;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  padding: 20px 30px;
  border-radius: 20px;
}

@media (max-width: 1023px) {
  .blog-content .sidebar .social-icons {
    padding: 15px;
  }
}

.blog-content .sidebar .social-icons .heading {
  width: 100%;
  text-align: left;
  color: #232434;
}

.blog-content .sidebar .social-icons a {
  text-decoration: none;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #F1F2F5;
  border-radius: 50%;
}

.blog-content .sidebar .social-icons a img {
  width: auto;
}

.related-posts-section {
  background: #F6F7F9;
}

.related-posts-section .section-title {
  font-weight: 700;
  text-align: center;
  margin-bottom: 40px;
  color: #1d1d1d;
  text-align: left;
}

.related-posts-section .posts-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(270px, 1fr));
  gap: 32px;
}

.related-posts-section .post-article {
  border-radius: 10px;
  overflow: hidden;
  text-align: left;
  transition: all 0.3s ease;
}

.related-posts-section .post-article:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.related-posts-section .post-article img {
  width: 100%;
  height: 160px;
  object-fit: cover;
  display: block;
}

.related-posts-section .post-article .text {
  padding: 16px;
}

.related-posts-section .post-article .tags {
  padding-bottom: 8px;
}

.related-posts-section .post-article .tags .tag {
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  padding: 4px 8px;
  border-radius: 4px;
  margin-right: 6px;
  margin-bottom: 6px;
  font-weight: 700;
}

.related-posts-section .post-article .tags .blue {
  background: #CCE2FF;
}

.related-posts-section .post-title {
  font-size: 18px;
  font-weight: 500;
  color: #232434;
  line-height: 1.4;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  min-height: 48px;
  margin: 0;
}

.related-posts-section .post-title br {
  display: none;
}

@media (min-width: 1024px) {
  .related-posts-section .post-title br {
    display: block;
  }
}

.story .section-head h1 {
  margin-bottom: 10px;
}

.story .section-head p {
  font-size: 30px;
  color: #121c30;
  margin-bottom: 40px;
}

.discover-section .discover-head {
  text-align: center;
  margin-bottom: 60px;
}

@media (max-width: 767px) {
  .discover-section .discover-head {
    margin-bottom: 40px;
  }
}

@media (max-width: 575px) {
  .discover-section .discover-head {
    margin-bottom: 30px;
  }
}

.discover-section .discover-head .heading {
  margin-bottom: 16px;
}

.discover-section .discover-items {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

@media (max-width: 1023px) {
  .discover-section .discover-items {
    gap: 20px;
  }
}

@media (max-width: 767px) {
  .discover-section .discover-items {
    flex-direction: column;
    align-items: center;
    gap: 40px;
  }
}

.discover-section .discover-item {
  flex: 1;
  text-align: center;
  max-width: 320px;
}

@media (max-width: 767px) {
  .discover-section .discover-item {
    max-width: 400px;
  }
}

.discover-section .discover-item h4 {
  max-width: 226px;
  margin: 20px auto;
  font-weight: 700;
}

.discover-section .discover-item p {
  font-size: 16px;
  line-height: 1.5;
  color: #a3aab9;
}

@media (max-width: 767px) {
  .discover-section .discover-item p {
    font-size: 14px;
  }
}

.discover-section .icon-holder {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  background-color: #fde9de;
}

.discover-section .icon-holder:nth-child(1) {
  background-color: #ffe8e2;
}

.discover-section .icon-holder:nth-child(2) {
  background-color: #fde9de;
}

.discover-section .icon-holder:nth-child(3) {
  background-color: #ffebd7;
}

.discover-section .icon-holder img {
  width: 45px;
  height: 45px;
  object-fit: contain;
}

.brand-connect-section {
  text-align: center;
  padding: 100px 20px;
}

.brand-connect-section.section {
  padding: 120px 0 160px;
}

@media (max-width: 1023px) {
  .brand-connect-section.section {
    padding: 50px 0;
  }
}

.brand-connect-section p {
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .brand-connect-section p {
    font-size: 14px;
  }
}

.brand-connect-section h1 {
  max-width: 800px;
  margin: 0 auto;
}

.brand-connect-section h1 span.blue {
  color: #026cfe;
}

.vision-story-section {
  color: #232434;
  background-image: url("../images/map.png");
  background-repeat: no-repeat;
  background-size: contain;
  padding: 120px 0 45px;
  background-position-y: 25px;
}

@media (max-width: 1023px) {
  .vision-story-section {
    padding: 40px 0;
    background-size: cover;
  }
}

.vision-story-section .vision-wrap {
  text-align: center;
  margin-bottom: 120px;
  margin-top: 0;
}

@media (max-width: 767px) {
  .vision-story-section .vision-wrap {
    margin-bottom: 40px;
  }
}

/* .vision-story-section .vision-wrap .counter-value {
  color: #026CFE;
  font-size: clamp(1.2rem, 2.1vw, 3rem);
} */

/* .vision-story-section .vision-wrap .number .blue {
  font-size: clamp(1.2rem, 2.1vw, 3rem);
} */

.vision-story-section h2 {
  max-width: 750px;
  margin: 0 auto;
}

@media (max-width: 1200px) {
  .vision-story-section h2 {
    font-size: 35px;
  }
}

@media (max-width: 1023px) {
  .vision-story-section h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .vision-story-section h2 {
    font-size: 24px;
  }
}

.vision-story-section .story-wrap {
  display: flex;
  align-items: center;
  gap: 60px;
  border-radius: 10px;
  padding: 32px;
}

@media (max-width: 1023px) {
  .vision-story-section .story-wrap {
    gap: 40px;
  }
}

@media (max-width: 767px) {
  .vision-story-section .story-wrap {
    flex-direction: column-reverse;
    gap: 30px;
    padding: 0;
  }
}

.vision-story-section .story-content {
  flex: 0 0 50%;
}

@media (max-width: 767px) {
  .vision-story-section .story-content {
    flex: 0 0 100%;
    width: 100%;
  }
}

.vision-story-section .story-content .lead {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px;
  color: currentColor;
}

.vision-story-section .story-content p {
  margin: 0 0 20px;
  line-height: 1.5;
  color: #5a616e;
}

@media (max-width: 767px) {
  .vision-story-section .story-content p {
    font-size: 14px;
  }
}

.vision-story-section .story-content .story-image {
  flex: 0 0 45%;
}

@media (max-width: 767px) {
  .vision-story-section .story-content .story-image {
    flex: 0 0 100%;
    width: 100%;
  }
}

.vision-story-section .story-content .story-image img {
  width: 100%;
  border-radius: 10px;
  display: block;
}

.vision-story-section .story-content .button {
  width: 127px;
}

@media (max-width: 767px) {
  .vision-story-section .story-content .button {
    padding: 10px 15px;
    font-size: 12px;
  }
}

.story-article .section-header {
  text-align: center;
  margin-bottom: 58px;
}

.story-article.section {
  padding: 25px 0 50px;
}

.story-article.articles article+article {
  padding-top: 30px;
}

.story-article.articles .image-holder {
  width: 41%;
  min-width: 230px;
}

@media (max-width: 1023px) {
  .story-article .article-holder {
    padding: 20px 0;
  }
}

.story-article .sub-text {
  font-weight: 700;
  color: #232434;
}

.founders-section {
  background-color: #F6F7F9;
  color: #fff;
}

.founders-section.section {
  padding: 100px 0;
}

@media (max-width: 1023px) {
  .founders-section.section {
    padding: 50px 0;
  }
}

.founders-section h2 {
  text-align: center;
  margin-bottom: 80px;
  margin-top: 10px;
}

@media (max-width: 1023px) {
  .founders-section h2 {
    margin-bottom: 30px;
  }
}

.founders-section .founders-container {
  display: flex;
  gap: 30px;
}

@media (min-width: 1024px) {
  .founders-section .founders-container {
    padding: 0 95px;
  }
}

@media (max-width: 767px) {
  .founders-section .founders-container {
    flex-direction: column;
  }
}

.founders-section .founder-card {
  background-color: #ffffff;
  border-radius: 12px;
  padding: 40px;
  flex: 1;
  display: flex;
  flex-direction: column;
  border: 1px solid #EBEEF4;
  color: #5A616E;
  text-align: justify;
  position: relative;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .founders-section .founder-card {
    padding: 25px;
  }
}

@media (max-width: 767px) {
  .founders-section .founder-card {
    padding: 20px;
  }
}

.founders-section .founder-card .ico-holder {
  max-width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.founders-section .founder-card:before {
  content: "";
  position: absolute;
  background-image: url(../images/white-coma.png);
  background-repeat: no-repeat;
  width: 80px;
  height: 50px;
  top: 20px;
  left: 26px;
}

.founders-section .author-info {
  display: flex;
  gap: 20px;
  align-items: center;
}

.founders-section h5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .founders-section h5 {
    font-size: 20px;
  }
}

.founders-section p {
  color: #026cfe;
  font-size: 14px;
}

.founders-section .founder-bio {
  font-size: 16px;
  line-height: 1.5;
  opacity: 0.9;
  color: #5A616E;
  letter-spacing: -0.18px;
}

@media (max-width: 767px) {
  .founders-section .founder-bio {
    font-size: 13px;
    line-height: 1.4;
  }
}

.cta-section-story.section {
  padding: 72px 0 35px;
}

@media (max-width: 1023px) {
  .cta-section-story.section {
    padding: 0 0 35px;
  }
}

.cta-section-story .cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background-color: #026CFE;
  border-radius: 40px;
  padding: 60px;
}

@media (max-width: 1023px) {
  .cta-section-story .cta-container {
    gap: 20px;
    padding: 20px;
    border-radius: 10px;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .cta-section-story .cta-container {
    flex-direction: column;
  }
}

@media (max-width: 1023px) {
  .cta-section-story .cta-content {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cta-section-story .cta-content {
    flex-shrink: 0;
  }
}

.cta-section-story .cta-content h2 {
  color: white;
  font-size: 42px;
  margin-bottom: 10px;
}

@media (max-width: 1200px) {
  .cta-section-story .cta-content h2 {
    font-size: 35px;
  }
}

@media (max-width: 1023px) {
  .cta-section-story .cta-content h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .cta-section-story .cta-content h2 {
    font-size: 24px;
  }
}

.cta-section-story .cta-content h4 {
  color: white;
}

@media (max-width: 767px) {
  .cta-section-story .cta-content {
    max-width: 100%;
    text-align: left;
    width: 100%;
  }
}

.cta-section-story .cta-link {
  font-weight: 700;
  display: inline-block;
  margin: 0;
  color: white;
  width: 100%;
  text-align: center;
}

.cta-section-story .cta-link:hover {
  text-decoration: underline;
}

@media (max-width: 1023px) {
  .cta-section-story .cta-link {
    width: auto;
  }
}

@media (max-width: 767px) {
  .cta-section-story .cta-link {
    font-size: 16px;
    width: 100%;
  }
}

.cta-section-story .cta-buttons {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
  width: 33%;
}

@media (max-width: 1023px) {
  .cta-section-story .cta-buttons {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .cta-section-story .cta-buttons {
    justify-content: center;
  }
}

.cta-section-story .cta-buttons .button {
  width: auto;
  padding: 13px 24px;
}

@media (max-width: 1023px) {
  .cta-section-story .cta-buttons .button {
    width: auto;
    font-size: 14px;
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .cta-section-story .cta-buttons .button {
    width: 47%;
  }
}

.news-letter.section {
  padding: 35px 0;
}

@media (max-width: 767px) {
  .news-letter.section {
    padding: 20px 0;
  }
}

.news-letter .box-holder {
  background-color: #F6F7F9;
  padding: 60px 89px;
  border-radius: 40px;
  display: flex;
  justify-content: space-between;
}

@media (max-width: 1023px) {
  .news-letter .box-holder {
    border-radius: 10px;
    padding: 25px 20px;
  }
}

@media (max-width: 767px) {
  .news-letter .box-holder {
    flex-direction: column;
  }
}

.news-letter .box-holder .col {
  width: fit-content;
}

@media (max-width: 1023px) {
  .news-letter .box-holder .col {
    width: 33.333%;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}

@media (max-width: 767px) {
  .news-letter .box-holder .col {
    width: 100%;
  }
}

.news-letter .box-holder .col p {
  color: #A3AAB9;
  font-weight: 700;
}

@media(max-width:767px) {
  .news-letter .box-holder .col p {
    margin: 15px 0;
  }
}

.news-letter .box-holder .col h4 {
  font-weight: 700;
}

.news-letter .box-holder .col h4 a {
  color: #232434;
}

@media (max-width: 1023px) {
  .news-letter .box-holder .col h4 {
    font-size: 18px;
  }
}

.services .case-studies-content.section {
  padding: 40px 0 27px;
}

.services .section-head {
  max-width: 755px;
}

.services .section-header {
  margin: 0 auto;
  padding: 40px 0 80px;
}

.services .section-header .sub-heading {
  max-width: 577px;
  margin: 0 auto;
  line-height: 24px;
}

.services .offer-cards-wrapper {
  line-height: 1.6;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

@media (max-width: 1023px) {
  .services .offer-cards-wrapper {
    gap: 20px;
  }
}

.services .offer-cards-wrapper .offer-card {
  background-color: #fff;
  padding: 40px;
  border: 1px solid #EBEEF4;
  border-radius: 16px;
  box-shadow: 0 0 0 rgba(0, 0, 0, 0);
  transition: box-shadow 0.3s ease;
}

@media (max-width: 1023px) {
  .services .offer-cards-wrapper .offer-card {
    padding: 20px;
  }
}

.services .offer-cards-wrapper .offer-card h4 {
  font-weight: 700;
}

.services .story-article {
  padding: 25px 0 0;
}

.services .story-article .article-holder {
  flex-direction: row !important;
}

@media (max-width: 767px) {
  .services .story-article .article-holder {
    flex-direction: column;
  }
}

.services .story-article .article-holder .text {
  width: 48%;
}

.services .story-article .article-holder .text h4 {
  margin-bottom: 5px;
  text-align: left;
}

.services .story-article .article-holder .text p {
  line-height: 1.6;
}

.services .story-article .article-holder .text ul {
  list-style: none;
  padding-left: 0;
}

.services .story-article .article-holder .text ul li {
  position: relative;
  padding-left: 20px;
  margin-bottom: 10px;
  font-size: 18px;
  letter-spacing: -0.5px;
}

.services .story-article .article-holder .text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 12px;
  height: 12px;
  background: url("../images/arrow-icon.svg") no-repeat center;
  background-size: contain;
}

@media (max-width: 767px) {
  .services .story-article .article-holder .text {
    width: 100%;
    padding-top: 25px;
  }
}

.services .story-article .box-holder .tag {
  min-width: 286px;
  min-height: 228px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

@media (max-width: 1023px) {
  .services .story-article .box-holder .tag {
    display: block;
    min-height: auto;
    min-width: auto;
  }
}

.services .story-article .box-holder .tag br {
  display: none;
}

.services .story-article .section-header {
  max-width: 740px;
  margin: 0 auto;
}

.services .text-quote {
  position: relative;
  z-index: 1;
}

.services .text-quote.section {
  padding: 242px 0 274px;
  /* padding: 70px 0; */
}

@media (max-width: 1199px) {
  .services .text-quote.section {
    padding: 200px 0;
  }
}

@media (max-width: 767px) {
  .services .text-quote.section {
    padding: 150px 0;
  }
}

.services .text-quote h2 {
  text-align: center;
}

.services .text-quote h2 br {
  display: none;
}

@media (min-width: 1200px) {
  .services .text-quote h2 br {
    display: block;
  }
}


.services .slider-marquee .icon-wrapper {
  gap: 38px;
}

.services .brand-logos .box-holder::before,
.services .brand-logos .box-holder::after {
  display: none;
}

.services .slider-marquee .icon-holder {
  flex-direction: column;
  max-height: 100%;
  align-items: flex-start;
  height: auto;
  width: auto;
  max-width: 252px;
  position: relative;

}

.logo-img {
  position: absolute;
  bottom: 80px;
  left: 20px;
  max-width: 252px;
}

.logo-img .logo {
  width: 90px !important;
  height: auto !important;
  display: block;
  object-fit: contain;
  border-radius: 0 !important;
  filter: brightness(100%) !important;


}



.services .slider-marquee .icon-holder .img-description {
  text-align: left;
  padding-top: 18px;
  min-height: 57px;
  display: flex;
  align-items: flex-start;
  font-weight: 700;
}

.services .slider-marquee .icon-holder img {
  border-radius: 25px;
  overflow: hidden;
  max-width: 100%;
  width: 252px;
  max-height: 100%;
  position: relative;
  filter: brightness(60%);

}


.services .accordion {
  background-color: #F7F7F8;
}

.services .accordion.section {
  padding: 80px 0;
}

.services .accordion .section-header {
  padding: 0 0 80px;
  text-align: center;
}

.services .accordion .section-header h2 br {
  display: none;
}

@media (min-width: 1024px) {
  .services .accordion .section-header h2 br {
    display: block;
  }
}

.services .accordion .accordion-inner {
  width: 100%;
  max-width: 778px;
  border-radius: 20px;
  overflow: hidden;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .services .accordion .accordion-inner {
    border-radius: 10px;
  }
}

.services .accordion .accordion-inner .accordion-item {
  background-color: #fff;
  color: #111;
  padding: 0 20px;
  position: relative;
}

@media (max-width: 767px) {
  .services .accordion .accordion-inner .accordion-item {
    padding: 0 10px;
  }
}

.services .accordion .accordion-inner .accordion-item+.accordion-item::before {
  top: 0;
  background-color: #EFEFEF;
  position: absolute;
  content: "";
  height: 1px;
  left: 20px;
  right: 20px;
}

.services .accordion .accordion-inner .accordion-item-header {
  padding: 20px 20px 20px 48px;
  min-height: 3.5rem;
  line-height: 1.25rem;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

@media (max-width: 767px) {
  .services .accordion .accordion-inner .accordion-item-header {
    padding: 10px 10px 10px 30px;
  }
}

.services .accordion .accordion-inner .accordion-item-header::after {
  content: "+";
  font-size: 32px;
  position: absolute;
  left: 0;
  font-weight: 300;
  width: 20px;
  height: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 50%;
  transform: translateY(-50%);
  margin: -4px 0 0;
  color: #B9BAC0;
}

@media (max-width: 767px) {
  .services .accordion .accordion-inner .accordion-item-header::after {
    font-size: 25px;
  }
}

.services .accordion .accordion-inner .accordion-item-header.active::after {
  content: "−";
}

.services .accordion .accordion-inner .accordion-item-body {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
}

.services .accordion .accordion-inner .accordion-item-body-content {
  padding: 1rem;
  line-height: 1.5rem;
  color: rgb(90, 97, 110);
}

.localization .section-head {
  max-width: 797px;
  margin-bottom: 5px;
}

.localization .banner-cards {
  padding: 50px 0 30px;
}

@media (max-width: 767px) {
  .localization .banner-cards {
    padding: 30px 0;
  }
}

.localization .banner-cards .offer-card {
  border-color: #EBEEF4;
}

.localization .banner-cards p {
  color: #5A616E;
  letter-spacing: -0.18px;
  font-size: 14px;
}

.localization .advertising-block {
  padding: 30px 0;
}

@media (max-width: 767px) {
  .localization .advertising-block {
    padding: 30px 0;
  }
}

.localization .advertising-block .section-header {
  padding: 0 0 80px;
}

.localization .advertising-block .section-header h4,
.localization .advertising-block .section-header h2,
.localization .advertising-block .section-header p {
  color: #232434;
}

.localization .advertising-block .box-holder {
  max-width: 842px;
  margin: 0 auto;
  display: flex;
  gap: 30px;
}

@media (max-width: 767px) {
  .localization .advertising-block .box-holder {
    flex-direction: column;
    gap: 20px;
  }
}

.localization .advertising-block .text-box {
  border-radius: 20px;
  border: 1px solid #EBEEF4;
  padding: 40px;
  background-color: white;
}

.localization .advertising-block .text-box p {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: -0.18px;
  color: #5A616E;
  line-height: 24px;
}

.localization .advertising-block h4 {
  font-weight: 700;
  color: #232434;
}

.localization .advertising-block .right-col {
  width: 50%;
}

@media (max-width: 767px) {
  .localization .advertising-block .right-col {
    gap: 20px;
    width: 100%;
  }
}

.localization .advertising-block .right-col .text-box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}

.localization .advertising-block .left-col {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  gap: 30px;
}

@media (max-width: 767px) {
  .localization .advertising-block .left-col {
    gap: 20px;
    width: 100%;
  }
}

.localization .advertising-block .img-holder {
  padding: 24px 54px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.localization .advertising-block .img-holder img {
  border-radius: 50%;
  width: 218px;
  height: 218px;
  min-width: 218px;
}

.localization .lang-translation .section-header {
  padding: 20px 0 30px;
}

@media (max-width: 1023px) {
  .localization .lang-translation .section-header {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .localization .lang-translation .section-header {
    padding: 25px 0 25px;
  }
}

.localization .lang-translation .lang-step {
  padding: 60px 0;
  margin: 0;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  list-style: none;
  position: relative;
}

@media (max-width: 1023px) {
  .localization .lang-translation .lang-step {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .localization .lang-translation .lang-step {
    padding: 25px 0;
  }
}

.localization .lang-translation li {
  border-radius: 20px;
  background-color: #026CFE;
  padding: 20px;
  width: 45.8%;
  position: relative;
  color: white;
}

@media (max-width: 1023px) {
  .localization .lang-translation li {
    width: 85%;
  }
}

.localization .lang-translation li+li {
  margin-top: 44px;
}

@media (max-width: 767px) {
  .localization .lang-translation li+li {
    margin-top: 20px;
  }
}

.localization .lang-translation li:after,
.localization .lang-translation li::before {
  content: "";
  position: absolute;
}

.localization .lang-translation li:before {
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #026CFE;
  border: 6px solid #EBEEF4;
  left: -40px;
  z-index: 1;
}

.localization .lang-translation li:after {
  background-color: #EBEEF4;
  top: 0;
  bottom: -80px;
  width: 2px;
  left: -29px;
}

@media (max-width: 767px) {
  .localization .lang-translation li:after {
    bottom: -40px;
  }
}

.localization .lang-translation li:first-child:after {
  background-color: #EBEEF4;
  top: 28px;
}

.localization .lang-translation li:nth-child(2) {
  background-color: #404040;
}

.localization .lang-translation li:nth-child(2):before {
  background-color: #404040;
}

.localization .lang-translation li:last-child {
  background-color: #f36c42;
}

.localization .lang-translation li:last-child:after {
  display: none;
}

.localization .lang-translation li:last-child:before {
  background-color: #f36c42;
}

.localization .lang-translation li h4 {
  color: currentColor;
}

.localization .lang-translation .sub-title {
  font-size: 14px;
  margin-bottom: 10px;
  display: inline-block;
}

.localization .lang-translation h4 {
  font-weight: 700;
}

.localization .slider-marquee {
  background-color: #F7F7F8;
}

.localization .slider-marquee .section-header {
  text-align: center;
  padding: 40px 0;
}

@media (max-width: 1023px) {
  .localization .slider-marquee .section-header {
    padding: 30px 0;
  }
}

@media (max-width: 767px) {
  .localization .slider-marquee .section-header {
    padding: 25px 0;
  }
}

.localization .slider-marquee .section-header br {
  display: none;
}

@media (min-width: 1024px) {
  .localization .slider-marquee .section-header br {
    display: block;
  }
}

.localization .slider-marquee .images-marquee {
  padding: 40px 0 20px;
}

@media (max-width: 1023px) {
  .localization .slider-marquee .images-marquee {
    padding: 30px 0;
  }
}


@media (max-width: 767px) {
  .localization .slider-marquee .images-marquee {
    padding: 25px 0;
  }
}

.localization .articles.section {
  padding: 67px 0 18px;
}

@media (max-width: 767px) {
  .localization .articles.section {
    padding: 25px 0;
  }
}

@media (max-width: 1023px) {
  .localization .articles .text-box h3 {
    letter-spacing: 0;
  }
}

.localization .article-holder {
  flex-direction: row !important;
}

@media(max-width:767px) {
  .localization .article-holder {
    flex-direction: column !important;
  }
}

.localization .article-holder .img-holder {
  border-radius: 20px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .localization .cta-section-story.section {
    padding: 25px 0;
  }
}

.contact-section .section-header {
  padding: 40px 0;
}

.contact-section .section-header h4 {
  font-weight: 700;
}

@media (max-width: 1023px) {
  .contact-section .section-header {
    padding: 25px 0;
  }
}

@media (max-width: 767px) {
  .contact-section .section-header {
    padding: 0;
  }
}

.contact-section .form-holder {
  max-width: 808px;
  margin: auto;
  padding: 74px 0 17px;
}

@media (max-width: 1023px) {
  .contact-section .form-holder {
    padding: 50px 0 17px;
  }
}

.contact-section .form-holder label {
  display: block;
  margin-bottom: 6px;
  font-weight: 700;
  color: #261F25;
  font-size: 16px;
}

.contact-section .form-holder input,
.contact-section .form-holder select,
.contact-section .form-holder textarea {
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d1d1;
  border-radius: 0;
  padding: 14px 0;
  color: #000;
  font-size: 14px;
  outline: none;
  margin-bottom: 30px;
  appearance: none;
}

@media (max-width: 767px) {

  .contact-section .form-holder input,
  .contact-section .form-holder select,
  .contact-section .form-holder textarea {
    margin-bottom: 15px;
    padding: 7px 0;
  }
}

.contact-section .form-holder input::placeholder,
.contact-section .form-holder select::placeholder,
.contact-section .form-holder textarea::placeholder {
  color: #A3AAB9;
}

.contact-section .form-holder input:-webkit-autofill,
.contact-section .form-holder select:-webkit-autofill,
.contact-section .form-holder textarea:-webkit-autofill {
  -webkit-text-fill-color: #000 !important;
  transition: background-color 9999s ease-in-out 0s;
}

.contact-section .form-holder .select-tag {
  position: relative;
}

.contact-section .form-holder .select-tag .chevron-down {
  position: absolute;
}

.contact-section .form-holder .select-tag .chevron-down::after {
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: inline-block;
  height: 10px;
  position: absolute;
  vertical-align: top;
  width: 10px;
  top: 0px;
  right: 7px;
  transform: rotate(135deg);
  background-color: white;
  margin: 10px;
  pointer-events: none;
  border-color: #121C30;
}

@media (max-width: 767px) {
  .contact-section .form-holder .select-tag .chevron-down::after {
    width: 7px;
    height: 7px;
  }
}

.contact-section .form-holder .select-tag select {
  color: #A3AAB9;
  background-color: white;
}

.contact-section .form-holder .form-row {
  display: flex;
  gap: 20px;
}

@media (max-width: 767px) {
  .contact-section .form-holder .form-row {
    display: block;
  }
}

.contact-section .form-holder .form-row>div {
  flex: 1;
}

.contact-section .form-holder textarea {
  resize: vertical;
  height: 70px;
  resize: none;
}

@media (max-width: 767px) {
  .contact-section .form-holder textarea {
    height: 50px;
  }
}

.contact-section .form-holder small {
  display: block;
  color: #A3AAB9;
  margin-bottom: 30px;
  font-size: 12px;
}

.contact-section .form-holder button {
  font-size: 14px;
  transition: background-color 0.3s ease;
  width: 200px;
  margin-left: auto;
}

@media (max-width: 767px) {
  .contact-section .form-holder button {
    width: 100px;
    padding: 8px 0;
    min-width: auto;
  }
}

.cs {
  margin-top: 0;
  padding: 80px 0;
}

/* @media (max-width: 1023px) {
  .cs .counter-box {
    width: 100%;
  }
} */



@media (max-width: 1023px) {
  .cs {
    padding: 25px 0;
  }
}

.cs .text {
  text-align: center;
}

/* .cs article:nth-child(odd) .article-holder {
  flex-direction: row;
}

.cs article:nth-child(even) .article-holder {
  flex-direction: row-reverse;
} */

.case-studies-content {
  padding: 0;
}

.case-studies-content .section-header {
  text-align: center;
}

@media (max-width: 1023px) {
  .case-studies-content .section-header {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .case-studies-content .section-header {
    padding: 25px 0;
    margin-bottom: 0;
  }
}

.case-studies-content .section-header .blue {
  font-size: 24px;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .case-studies-content .section-header .blue {
    font-size: 14px;
  }
}

.case-studies-content .section-header h2 {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

@media (max-width: 1199px) {
  .case-studies-content .section-header h2 {
    font-size: 30px;
  }
}

@media (max-width: 1023px) {
  .case-studies-content .section-header h2 {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .case-studies-content .section-header h2 {
    font-size: 22px;
  }

  .case-studies-content .section-header h2 br {
    display: none;
  }
}

.case-studies-content .filter-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 20px;
}

.case-studies-content .filter-section h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .case-studies-content .filter-section h3 {
    font-size: 20px;
  }
}

.case-studies-content .filter-section .industry-filters {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  margin-bottom: 60px;
  max-width: 1078px;
}

.case-studies-content .filter-section .industry-filters .filter-btn {
  padding: 10px 20px;
  border-radius: 30px;
  border: 1px solid transparent;
  background-color: #f7f7f8;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
}

.case-studies-content .filter-section .industry-filters .filter-btn:hover {
  border-color: transparent;
  color: #026cfe;
}

.case-studies-content .filter-section .industry-filters .filter-btn.active {
  background-color: #cce2ff;
  color: #026cfe;
}

@media (max-width: 767px) {
  .case-studies-content .filter-section .industry-filters .filter-btn {
    font-size: 12px;
    padding: 6px 12px;
  }
}

.case-studies-content .filter-section .case-studies-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 32px;
  width: 100%;
}

@media (max-width: 1199px) {
  .case-studies-content .filter-section .case-studies-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 1023px) {
  .case-studies-content .filter-section .case-studies-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 575px) {
  .case-studies-content .filter-section .case-studies-grid {
    grid-template-columns: 1fr;
  }
}

.case-studies-content .filter-section .case-study-card {
  border-radius: 25px;
  overflow: hidden;
  height: auto;
  display: none;
}

.case-studies-content .filter-section .show {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 270px;
  max-height: 200px;
}

.case-studies-content .filter-section img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.case-studies-content .search-bar {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin-bottom: 30px;
}

.case-studies-content .search-bar .search-input {
  width: 100%;
  padding: 14px 40px 14px 40px;
  border-radius: 6px;
  border: 2px solid #e0e0e0;
  background-color: white;
  font-size: 14px;
  font-family: "Plus Jakarta Sans", sans-serif;
}

.case-studies-content .search-bar .search-input::placeholder {
  color: #a0a0a0;
}

.case-studies-content .search-bar .search-input:focus {
  border-color: #026cfe;
  outline: none;
}

.case-studies-content .search-bar .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
  height: 16px;
  pointer-events: none;
}

.case-studies {
  position: relative;
  overflow: hidden;
  padding: 94px 0 0px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  min-height: 580px;
  border-radius: 30px;
  background-color: #026CFE;
}

.case-studies .container {
  width: 100%;
}

@media (max-width: 1023px) {
  .case-studies {
    padding: 100px 0 50px;
    min-height: 500px;
  }
}

@media (max-width: 767px) {
  .case-studies {
    min-height: 460px;
  }
}

@media (max-width: 575px) {
  .case-studies {
    min-height: 450px;
  }
}

.case-studies .section-head {
  text-align: center;
  max-width: 988px;
  margin: 0 auto 0;
  color: white;
}

@media (max-width: 767px) {
  .case-studies .section-head {
    margin-bottom: 40px;
  }
}

.case-studies .section-head .heading {
  margin-bottom: 16px;
  font-size: 24px;
}

@media (max-width: 480px) {
  .case-studies .section-head .heading {
    margin-bottom: 10px;
    font-size: 18px;
  }
}

.case-studies .section-head h1 {
  margin-bottom: 16px;
  color: white;
  letter-spacing: -1px;
}

@media (max-width: 480px) {
  .case-studies .section-head h1 {
    margin-bottom: 4px;
    line-height: 1.2;
  }
}

.case-studies .section-head p {
  font-size: 16px;
  color: white;
  margin-bottom: 40px;
  line-height: normal;
}

.case-studies .section-head p br {
  display: none;
}

@media (min-width: 768px) {
  .case-studies .section-head p br {
    display: block;
  }
}

.case-studies .search-bar {
  position: relative;
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .case-studies .search-bar {
    max-width: 80%;
    margin: 0 auto;
  }
}

.case-studies .search-bar .search-input {
  width: 100%;
  padding: 14px 45px;
  border-radius: 30px;
  border: 2px solid white;
  background-color: transparent;
  font-size: 14px;
}

.case-studies .search-bar .search-input::placeholder {
  color: white;
}

.case-studies .search-bar .search-input:focus {
  outline: none;
}

.case-studies .search-bar .search-icon {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
  width: 23px;
  height: 23px;
  pointer-events: none;
}

.case-studies .button {
  min-width: 127px;
  margin: 0 auto;
  display: inline-flex;
  padding: 14px 20px;
  background-color: transparent;
  border-color: white;
  border-radius: 30px;
}

@media (max-width: 767px) {
  .case-studies .button {
    padding: 10px 15px;
    font-size: 14px;
  }
}

.case-studies .sub-heading {
  max-width: 538px;
  margin: 20px auto 0;
}

.case-studies img.quote {
  width: auto;
  position: absolute;
  left: 40px;
  bottom: 82px;
  width: 11.8%;
}

@media (max-width: 480px) {
  .case-studies img.quote {

    left: 10px;
    bottom: 20px;
  }
}



.case-studies img.side-quote {
  left: auto;
  rotate: 90deg;
  bottom: 125px;
  right: 0;
}

.case-studies.blog-detail {
  min-height: 406px;
}

.case-studies.blog-detail h1 {
  font-size: 44px;
}

.case-studies.blog-detail .circle-dot {
  position: relative;
  margin-left: 18px;
}

.case-studies.blog-detail .circle-dot::before {
  content: "";
  position: absolute;
  top: 7px;
  left: -11px;
  width: 4px;
  height: 4px;
  background-color: white;
  border-radius: 50%;
}

.case-studies.blog-detail .circle-dot.bold {
  font-size: 14px;
}

.case-studies.blog-detail .circle-dot.bold::before {
  width: 5px;
  height: 5px;
  top: 9px;
}

.case-studies.blog-detail p {
  font-size: 12px;
}

.case-studies.blog-detail .spacer {
  margin: 0 5px;
}

.wrapper {
  width: 100%;
  position: relative;
}

.hero-section {
  padding: 20px;
  background-color: white;
  position: relative;
}

@media (max-width: 1199px) {
  .hero-section {
    padding: 15px;
  }
}

.header {
  position: absolute;
  z-index: 4;
  top: 44px;
  left: 20px;
  right: 20px;
  padding: 6px 0;
  border-radius: 30px;
}

@media (max-width: 400px) {
  .header {
    margin: 0;
  }
}

.header .container {
  display: flex;
  align-items: center;
  gap: 20px;
  max-width: 100%;
  padding: 0 60px;
}

@media (max-width: 1199px) {
  .header .container {
    gap: 10px;
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .header .container {
    padding: 0 15px;
  }
}

.header .logo {
  width: 160px;
  flex-shrink: 0;
  display: block;
}

.header .logo a {
  display: block;
}

.header .logo img {
  display: block;
  height: auto;
  width: 100%;
}

@media (max-width: 1199px) {
  .header .logo {
    width: 150px;
  }
}

@media (max-width: 480px) {
  .header .logo {
    width: 120px;
  }
}

.menu-holder {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-grow: 1;
}

@media (max-width: 1023px) {
  .menu-holder {
    flex-direction: row-reverse;
    justify-content: flex-start;
  }
}

.menu-holder .btn-holder {
  display: flex;
}

@media (max-width: 1023px) {
  .menu-holder .btn-holder {
    margin-right: 15px;
  }
}

.menu-holder .btn-holder .button {
  border-radius: 30px;
  background-color: transparent;
  border-color: white;
  padding: 9px 13px;
  min-width: 107px;
  font-weight: 500;
}

@media (max-width: 767px) {
  .menu-holder .btn-holder .button {
    display: none;
  }
}

.menu-holder .btn-holder .language-select {
  border-radius: 30px;
  border: 2px solid white;
  font-weight: 500;
  max-width: 126px;
  width: fit-content;
  padding: 9px;
}

.nav-holder {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 10px;
  flex-shrink: 0;
}

.nav-opener {
  display: none;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  position: relative;
  z-index: 1;
}

@media (max-width: 1023px) {
  .nav-opener {
    display: flex;
    background-color: #026cfe;
  }
}

.nav-opener span {
  position: relative;
  width: 24px;
  height: 2px;
  background: #fff;
  display: block;
  transition: 0.3s;
}

.nav-active .nav-opener span {
  background: transparent;
}

.nav-opener span:before,
.nav-opener span:after {
  width: 100%;
  height: 2px;
  background: #fff;
  content: "";
  position: absolute;
  left: 0;
  transition: 0.3s;
}

.nav-opener span:before {
  top: -7px;
}

.nav-active .nav-opener span:before {
  top: 0;
  transform: rotate(45deg);
}

.nav-opener span:after {
  bottom: -7px;
}

.nav-active .nav-opener span:after {
  bottom: 0;
  transform: rotate(-45deg);
}

.nav-active {
  overflow: hidden;
}

.main-nav {
  width: 100%;
}

@media (max-width: 1023px) {
  .main-nav {
    width: 320px;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    background: #f36c42;
    padding: 105px 0;
    overflow: auto;
    transition: 0.3s;
    transform: translateX(100%);
    z-index: 1;
  }
}

@media (max-width: 1023px) and (min-width: 1024px) {
  .main-nav {
    top: 20px;
  }
}

@media (max-width: 1023px) {
  .nav-active .main-nav {
    transform: none;
  }
}

.main-nav>ul {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}

@media (min-width: 1024px) {
  .main-nav>ul {
    display: flex;
    justify-content: space-between;
  }
}

.main-nav>ul>li {
  position: relative;
  font-weight: 400;
  color: #1A1C1E;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: 0 0 0 15px;
}

@media (min-width: 1024px) {
  .main-nav>ul>li {
    margin: 0 7px;
    padding: 0;
    border: 0;
    flex-wrap: nowrap;
  }
}

@media (min-width: 1200px) {
  .main-nav>ul>li {
    margin: 0 10px;
  }
}

.main-nav>ul>li>a {
  color: white;
  display: flex;
  align-items: center;
  font-size: 14px;
  padding: 12px 0 12px 5px;
  flex-grow: 1;
}

@media (min-width: 1024px) {
  .main-nav>ul>li>a {
    padding-left: 0;
  }
}

.main-nav>ul>li>a:hover {
  opacity: 0.6;
}

@media (max-width: 767px) {
  .main-nav .btn-holder {
    display: flex;
    align-items: flex-start;
    padding-top: 20px;
    justify-content: flex-start;
    margin-left: 20px;
    margin-right: 0;
  }
}

.main-nav .btn-holder .button {
  display: none;
}

@media (max-width: 767px) {
  .main-nav .btn-holder .button {
    padding: 7px 0;
    min-width: 125px;
    display: flex;
  }
}

.btn-holder {
  display: flex;
  align-items: center;
  gap: 20px;
}

.btn-holder .language-select {
  position: relative;
  display: inline-flex;
  align-items: center;
  background: #fff;
  border: 2px solid #ccc;
  border-radius: 6px;
  padding: 9px 15px;
  cursor: pointer;
  user-select: none;
  width: 134px;
}

@media (max-width: 1299px) {
  .btn-holder .language-select {
    padding: 8px;
    max-width: 134px;
    width: 105px;
  }
}

.btn-holder .lang-dropdown {
  opacity: 0;
  visibility: hidden;
  transition: 0.2s;
  background: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
  position: absolute;
  left: 0;
  top: 100%;
  padding: 10px;
  margin: 0;
  list-style: none;
  width: 100%;
}

.btn-holder .lang-dropdown li a {
  color: black;
  font-size: 14px;
}

.btn-holder .language-select {
  position: relative;
}

.btn-holder .language-select .lang-opener {
  display: flex;
  align-items: center;
  gap: 8px;
  background-color: transparent;
  border: 0;
  width: 100%;
}

.btn-holder .language-select .lang-opener #selected-lang {
  font-size: 14px;
}

@media (max-width: 1299px) {
  .btn-holder .language-select .lang-opener #selected-lang {
    font-size: 12px;
  }
}

.btn-holder .language-select .lang-opener span {
  flex-shrink: 0;
}

.btn-holder .language-select.active .lang-dropdown {
  opacity: 1;
  visibility: visible;
}

@media (max-width: 1299px) {
  .btn-holder .button {
    padding: 7px;
    min-width: 100px;
    font-size: 12px;
  }

  .btn-holder .button img {
    width: 12px;
  }
}

.visual-section {
  position: relative;
  overflow: hidden;
  padding: 82px 0 20px;
  border-radius: 30px;
}

@media (max-width: 400px) {
  .visual-section {
    margin: 0;
  }
}

.visual-section .container {
  max-width: 100%;
  padding: 0 60px;
}

@media (max-width: 1199px) {
  .visual-section .container {
    padding: 0 30px;
  }
}

@media (max-width: 767px) {
  .visual-section .container {
    padding: 0 15px;
  }
}

.visual-section .box-holder {
  display: flex;
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0;
}

@media (max-width: 1023px) {
  .visual-section .box-holder {
    flex-direction: column-reverse;
    padding: 20px 0;
  }
}

.visual-section .text-box {
  max-width: 590px;
  flex-shrink: 0;
  color: #232434;
}

@media (max-width: 1299px) {
  .visual-section .text-box {
    max-width: 50%;
  }
}

@media (max-width: 1023px) {
  .visual-section .text-box {
    max-width: 100%;
    width: 100%;
    padding-left: 0;
    padding: 50px 0 0px;
  }
}

.visual-section .text-box .tag {
  display: flex;
  background-color: transparent;
  border-radius: 28px;
  border: 2px solid white;
  padding: 10px 20px;
  gap: 10px;
  width: fit-content;
  color: #ffffff;
}

@media (max-width: 575px) {
  .visual-section .text-box .tag {
    font-size: 12px;
    align-items: center;
    padding: 5px 7px;
    margin-bottom: 10px;
  }
}

.visual-section .text-box .ico-holder {
  width: auto;
  height: auto;
}

.visual-section .text-box h1 {
  letter-spacing: -1px;
  color: white;
  font-weight: 700;
}

@media (max-width: 767px) {
  .visual-section .text-box h1 {
    letter-spacing: 0;
    line-height: normal;
    margin-top: 10px;
  }
}

.visual-section .text-box .description {
  padding: 0 0 33px;
  color: white;
}

@media (min-width: 1024px) and (max-width: 1140px) {
  .visual-section .text-box .description {
    padding: 0 70px 33px 0;
  }
}

.visual-section .text-box .btn-holder .button {
  border-radius: 30px;
  background-color: transparent;
  border-color: white;
  min-width: 167px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1399px) {
  .visual-section .text-box .btn-holder .button {
    width: fit-content;
    min-width: auto;
  }
}

@media (max-width: 575px) {
  .visual-section .text-box .btn-holder .button {
    width: auto;
    min-width: 130px;
  }
}

.visual-section .text-box .btn-holder .btn-small {
  min-width: 147px;
}

@media (max-width: 1399px) {
  .visual-section .text-box .btn-holder .btn-small {
    width: fit-content;
    min-width: auto;
  }
}

@media (max-width: 575px) {
  .visual-section .text-box .btn-holder .btn-small {
    width: auto;
    min-width: 100px;
  }
}

.visual-section .banner-img {
  width: 49.66%;
  flex-shrink: 0;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.6);
  overflow: hidden;
  height: 80vh;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width: 1440px) {
  .visual-section .banner-img {
    height: 65vh;
  }
}

@media (min-width: 1441px) {
  .visual-section .banner-img {
    height: 75vh;
    width: 45%;
  }
}

@media (max-width: 1023px) {
  .visual-section .banner-img {
    width: 100%;
  }
}

@media (max-width: 620px) {
  .visual-section .banner-img {
    height: 40vh;
  }
}

@media (max-width: 480px) {
  .visual-section .banner-img {
    height: 35vh;
  }
}

.visual-section .banner-img .scroll-container {
  display: flex;
  transform: rotate(35deg);
  gap: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.visual-section .banner-img .scroll-container .scroll-track,
.visual-section .banner-img .scroll-container .scroll-track1,
.visual-section .banner-img .scroll-container .scroll-track2 {
  display: flex;
  flex-direction: column;
  animation: scrollLoop 15s linear infinite;
}

.visual-section .banner-img .scroll-container .scroll-track.scroll-track1,
.visual-section .banner-img .scroll-container .scroll-track1.scroll-track1,
.visual-section .banner-img .scroll-container .scroll-track2.scroll-track1 {
  animation: scrollLoopReverse 15s linear infinite;
}

.visual-section .banner-img .scroll-container .mobile-group {
  display: flex;
  align-items: center;
  gap: 20px;
  flex-direction: column;
  padding: 20px 0 0;
}

.visual-section .banner-img .scroll-container .mobile-group img {
  border-radius: 20px;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}

@keyframes scrollLoop {
  0% {
    transform: translateY(0%);
  }

  100% {
    transform: translateY(-50%);
  }
}

@keyframes scrollLoopReverse {
  0% {
    transform: translateY(-50%);
  }

  100% {
    transform: translateY(0%);
  }
}

.footer {
  background-color: #121c30;
  color: white;
  padding: 60px 0 30px;
}

.footer .footer-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 48px;
}

@media (max-width: 991px) {
  .footer .footer-content {
    flex-direction: column;
    gap: 40px;
  }
}

.footer .footer-brand .logo {
  display: inline-block;
  margin-bottom: 20px;
}

.footer .footer-brand .logo img {
  max-width: 200px;
  height: auto;
}

.footer .footer-brand .brand-description {
  font-size: 16px;
  line-height: 1.6;
  color: #80858F;
  max-width: 298px;
}

@media (max-width: 991px) {
  .footer .footer-brand .brand-description {
    max-width: 100%;
  }
}

.footer .footer-links {
  padding: 80px 0 0;
}

@media (max-width: 991px) {
  .footer .footer-links {
    flex: 0 0 100%;
    margin-bottom: 0;
    padding: 10px 0 0;
  }
}

.footer .footer-links h3 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #8B8D97;
  letter-spacing: 0;
}

.footer .footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  display: flex;
}

.footer .footer-links ul li {
  margin-bottom: 12px;
  width: 50%;
}

.footer .footer-links ul li a {
  color: white;
  text-decoration: none;
  transition: color 0.3s ease;
  font-weight: 400;
}

.footer .footer-links ul li a:hover {
  color: white;
}

.footer .footer-bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 30px;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

@media (max-width: 576px) {
  .footer .footer-bottom {
    flex-direction: column;
    gap: 20px;
  }
}

.footer .footer-bottom .copyright {
  font-size: 14px;
  color: #606060;
  font-weight: 600;
}

.footer .footer-bottom .social-links {
  display: flex;
  gap: 15px;
}

.footer .footer-bottom .social-links .social-link {
  display: flex;
  justify-content: center;
  align-items: center;
  color: white;
  text-decoration: none;
  font-size: 16px;
  transition: opacity 0.3s ease;
}

.footer .footer-bottom .social-links .social-link:hover {
  opacity: 0.8;
}

*,
*:after,
*:before {
  box-sizing: border-box;
}

body {
  margin: 0;
}

img {
  max-width: 100%;
  height: auto;
  width: 100%;
}

.founders-section .founder-bio p {
  color: #fff;
}

.contact-section .form-holder .button {
  font-size: 14px;
  transition: background-color 0.3s ease;
  width: 200px;
  margin-left: auto;
  color: white;
}

.recent-post div a,
.related-posts-section .text a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: currentColor;
}

/* extra styling */

.founders-section .founder-bio p {
  color: #fff;
}

.contact-section .form-holder .button {
  font-size: 14px;
  transition: background-color 0.3s ease;
  width: 200px;
  margin-left: auto;
  color: white
}

.recent-post div a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: currentcolor;
}

.tabs .tab-content .cards .text h6 a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: currentcolor;
}

.case-studies.blog-detail .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.case-studies.blog-detail .social-icons .ico-holder {
  max-width: 18px;
  max-height: 18px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.case-studies.blog-detail .social-icons .ico-holder img {
  width: auto;
}

/* customizer css */

.founders-section .founder-bio p {
  color: #fff;
}

.contact-section .form-holder .button {
  font-size: 14px;
  transition: background-color 0.3s ease;
  width: 200px;
  margin-left: auto;
  color: white;
  background-color: black;
  border-radius: 6px;
}

.recent-post div a {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  color: currentcolor;
}


.container-scroller {
  display: flex;
  align-items: stretch;
  padding: 0 24px;
  gap: 30px;
  rotate: 30deg;
  width: 100%;
}

.scroller {
  flex: 1;
  height: 85vh;
  gap: 24px;
}

.scroller__inner {
  padding-block: 1rem;
  display: flex;
  flex-wrap: nowrap;
  gap: 30px;
  flex-direction: column;
  height: 82%;
  animation: scroll var(--_animation-duration, 3s) var(--_animation-direction, forwards) linear infinite;
}

.scroller__inner.reverse {
  --_animation-direction: reverse;
}

.container-scroller img {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
}

@keyframes scroll {
  to {
    transform: translateY(calc(-50% - 0.5rem));
  }
}

@media only Screen and (max-width: 767px) {
  .container-scroller {
    gap: 25px;
  }

  .scroller__inner {
    gap: 25px;
  }

  .container-scroller img {
    border-radius: 10px;
  }

  /* .scroller{
    height: 50vh;
  } */
}

@media (max-width: 480px) {
  .container-scroller {
    gap: 20px;
  }

  .scroller__inner {
    gap: 20px;
  }

  .container-scroller img {
    border-radius: 5px;
  }
}

.scroller__inner>* {
  float: none !important;
}

.home-marquee {
  margin: 108px 0 0;
}


@media only Screen and (max-width: 767px) {
  .home-marquee {
    margin: 50px 0 0;
  }
}

.articles-modern .text-box p {
  line-height: 24px;
}

@media (max-width: 480px) {
  .scroller {
    height: 40vh;
  }
}

.case-studies .section-head p .bold {
  font-size: 30px;
  letter-spacing: -1px;
  font-weight: 600;
  line-height: normal;

}

@media (max-width: 480px) {
  .case-studies .section-head p .bold {
    font-size: 22px;
    letter-spacing: -1px;
  }
}

.counter.vision-wrap .text {
  color: #121C30;
}

.story-article .section-header span.blue {
  margin-bottom: 30px;
  display: block;
  font-weight: 700;
}

.localization .lang-translation li p {
  line-height: 24px;
  letter-spacing: -0.18px;
  font-weight: 400;
}

.localization .slider-marquee .section-header p {
  color: #232434;
  line-height: normal;
}

.service-page-heading .blue {
  font-size: 24px;
  font-weight: 500 !important;
}

.highlight {
  color: #D9D9D9;
  opacity: 0.3;
  transition: all 0.6s ease;
}

.highlight.visible {
  color: black;
  opacity: 1;
}

.highlight.last.visible {
  color: #026cfe;
}

.lang-ar .sticky-items-block .Strategy-list li::before,
.lang-ar .services .story-article .article-holder .text ul li::before {
  right: -22px;
  transform: rotate(180deg);
  left: auto;
}


.lang-ar .services .accordion .accordion-inner .accordion-item-header::after {
  right: -11px;

}

.lang-ar .localization .lang-translation li::before {
  right: -40px;
  left: auto;
}

.lang-ar .localization .lang-translation li::after {
  right: -29px;
  left: auto;
}


.lang-ar .tabs .tab-content .cards .text h6 {
  padding-right: 0;
}



.lang-ar .sticky-items-block .text-block .text-block-inner h4,
.lang-ar .sticky-items-block .text-block .text-block-inner h3,
.lang-ar .sticky-items-block .text-block .text-block-inner p,
.lang-ar .sticky-items-block .Strategy-list,
.lang-ar .articles .text-box,
.lang-ar .localization-section .content-box .left-content,
.lang-ar .localization-section .content-box .right-content,
.lang-ar .testimonials-section .testimonial-card,
.lang-ar .download-section .container,
.lang-ar .footer .footer-content,
.lang-ar .vision-story-section .story-content,
.lang-ar .founders-section .founders-container,
.lang-ar .cta-section-story .cta-container,
.lang-ar .services .offer-cards-wrapper,
.lang-ar .services .story-article .article-holder .text,
.lang-ar .services .story-article .article-holder .text h4,
.lang-ar .services .accordion .accordion-inner,
.lang-ar .localization .advertising-block .box-holder,
.lang-ar .localization .lang-translation .lang-step,
.lang-ar .services .slider-marquee .icon-holder,
.lang-ar .tabs .tab-content .cards .text,
.lang-ar .contact-section .form-holder,
.lang-ar .contact-section .form-holder input,
.lang-ar .contact-section .form-holder textarea,
.lang-ar .blog-content .content .content-detail,
.lang-ar .blog-content .sidebar .recent-posts,
.lang-ar .related-posts-section .post-article .text {
  direction: rtl;
  text-align: right;
}

.lang-ar .contact-section .form-holder .button {
  text-align: center !important;
}

.lang-ar .blog-content .sidebar .recent-posts .recent-post img {
  margin-left: 20px;
}

.lang-ar .counter h2,
.lang-ar .articles-modern .section-header,
.lang-ar .case-studies .section-head,
.lang-ar .discover-section .discover-head,
.lang-ar .brand-connect-section h1,
.lang-ar .vision-story-section h2,
.lang-ar .story-article .section-header,
.lang-ar .case-studies-content .section-header,
.lang-ar .services .accordion .section-header,
.lang-ar .localization .advertising-block .section-header,
.lang-ar .localization .lang-translation .section-header,
.lang-ar .localization .slider-marquee .section-header,
.lang-ar .cs .text,
.lang-ar .case-studies-content .section-header h2,
.lang-ar .case-studies .search-bar .search-input,
.lang-ar .tabs .section-header,
.lang-ar .services .text-quote.section,
.lang-ar .contact-section .section-header,
.lang-ar .news-letter .box-holder,
.lang-ar .counter .served-number,
.lang-ar .cs,
.lang-ar .testimonials-section .section-header,
.lang-ar .localization-section .brands-section .brands-heading,
.lang-ar .localization-section .top-content {
  direction: rtl;

}

.single-case_studies .articles .box-holder {
  height: 500px;
}

.single-case_studies .articles .box-holder .image-holder {
  height: 100%;
}

.single-case_studies .articles .box-holder img {
  height: 100%;
  display: block;
  object-fit: cover;
}

.elementor.elementor-801 .articles article:nth-child(3) .article-holder .box-holder img {
  object-position: center left;
}