/* ========== GLOBAL RESET ========== */
* {
  margin: 0;
  padding: 0;
}



.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.py {
  margin: 0 5.3rem;
}

/* ========== ABOUT SECTION ========== */
.about-section {
  padding-top: 6rem;
  background: #fff;
  overflow: hidden;
  position: relative;
}

.about-section-start {
  background: #fff;
  overflow: hidden;
  padding: 5rem 0 5rem;
  position: relative;
}

.about-us {
  font-family: 'Texta';
  font-weight: 800;
  font-size: 4.25rem;
  line-height: 120%;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #1A202C;
}

/* RTL: mirror the hero watermark to the left so it doesn't sit behind the title */
[dir="rtl"] .about-bg { right: auto; left: 0; }

.about-bg {
  position: absolute;
  right: 0;
  top: 10%;
  font-family: 'Texta';
  font-weight: 800;
  font-size: 200px;
  line-height: 120%;
  letter-spacing: .2em;
  z-index: 0;
}

.about-subtext {
  font-family: 'Texta';
  font-weight: 700;
  font-size: 1.5rem;
  line-height: 130%;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #46484D;
}

.about-right-text {
  font-family: 'Texta';
  font-size: 18px;
  line-height: 146%;
  color: #00aca1;
  max-width: 100%;
  z-index: 1;
  text-align: left;
}

.about-inline {
  display: flex;
  align-items: center;
  gap: 37px;
}

.about-star {
  max-width: 50px;
  height: auto;
}

.about-span {
  font-family: 'Texta';
  font-weight: 500;
  font-size: 1.125rem;
  line-height: 146%;
  color: #616266;
}

/* ========== ABOUT STORY BLOCKS ========== */
.about-title {
  font-family: 'Texta';
  font-weight: 800;
  font-size: 2.5rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  display: inline;
  color: #1A1B1F;
  margin-left: 14px;
}

.down-icon {
  width: 52px;
  height: 52px;
  vertical-align: top !important;
}

.about-title:hover::after {
  transform: translateX(5px);
}

.about-story-text {
  font-family: 'Texta';
  font-weight: 800;
  font-size: 24px;
  letter-spacing: 1px;
  color: #46484D;
}

.about-story-span {
  font-family: 'Texta';
  font-weight: 400;
  font-size: 20px;
  padding-right: 3px;
  color: #46484D;
}

.xc-p-left {
  padding-right: 11%;
}

.pt {
  padding-left: 6% !important;
}

/* ========== PARALLAX / JARALLAX ========== */
.jarallax {
  position: relative;
  z-index: 1;
  height: 440px;
  width: 100%;
}

.jarallax-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
}

/* Force GPU rendering on the dynamic container Jarallax generates */
div[id^="jarallax-container-"] {
  will-change: transform;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* ========== CIRCLE SECTION ========== */
.circle-container {
  position: relative;
  width: 100%;
  min-height: 100vh;
  padding: 3rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 6%;
}

.circle {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  pointer-events: none;
  z-index: 0;
}

.cl1 {
  width: 480px;
}

.cl2 {
  width: 540px;
}

.cl3 {
  width: 600px;
}

.center-circle {
  text-align: center;
  margin-bottom: 1.5rem;
  z-index: 10;
  position: relative;
}

.how-me {
  font-family: 'Texta';
  font-weight: 400;
  font-size: clamp(2rem, 4vw + .5rem, 2.75rem);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1C1D20;
}

.get {
  font-family: 'Texta';
  font-weight: 800;
  font-size: clamp(2.25rem, 5vw + .5rem, 3.125rem);
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #1C1D20;
}

.circle-box {
  background: #fff;
  box-shadow: 0 8px 25px rgba(0, 0, 0, .08);
  width: 90%;
  max-width: 340px;
  padding: 15px 25px;
  margin: 1.5rem auto;
  text-align: left;
  z-index: 10;
  position: relative;
  font-weight: 800;
  font-family: 'Texta';
}

.circle-box h3 {
  font-family: 'Texta';
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: .5rem;
  color: #1A1B1F;
}

.circle-box span {
  float: right;
  color: #00b8a9;
  font-weight: 600;
  padding-top: 6px;
}

.circle-box p {
  font-family: 'Texta';
  font-weight: 500;
  font-size: .9rem;
  line-height: 1.5;
  color: #46484D;
  margin-top: 1rem;
}

.circle-bg {
  width: 100%;
  height: auto;
}

/* ===== Desktop Layout ===== */
@media (min-width:1350px) {
  .circle-container {
    height: 100vh;
    flex-direction: unset;
    justify-content: center;
  }

  .center-circle {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .circle-box {
    position: absolute;
    margin: 0;
  }

  .top-left {
    top: 8%;
    left: 15%;
  }

  .top-right {
    top: 8%;
    right: 15%;
  }

  .left {
    left: 11%;
    top: 50%;
    transform: translateY(-50%);
  }

  .right {
    right: 11%;
    top: 49%;
    transform: translateX(-29%);
  }

  .bottom {
    bottom: 3%;
    left: 38%;
    transform: translateX(-50%);
  }
}

@media (max-width:1350px) {

  .circle,
  .circle-bg {
    display: none;
  }
}

@media (max-width:1200px) {
  .circle-container {
    flex-direction: column;
    align-items: center;
    padding: 3rem 2rem;
  }

  .circle-box {
    position: static;
    margin: 2rem auto;
    width: 100%;
    max-width: 400px;
  }

  .top-left,
  .top-right,
  .left,
  .right,
  .bottom {
    position: static;
  }
}

@media (max-width:992px) {
  .xc-p-left {
    padding-right: 0%;
  }


}

@media (max-width:768px) {
  .center-circle {
    text-align: left !important;
    margin-bottom: 2rem;
  }

  .circle-slider-wrapper {
    display: block;
    width: 100%;
  }

  .circle-box {
    margin: 1.5rem auto;
  }

  .alliances-section {
    padding: 50px 0px !important;
  }
}

@media (max-width:500px) {
  .circle-slider-wrapper {
    margin-top: 1rem;
  }

  .circle-slider-wrapper .circle-box {
    margin: 0 10px;
  }

  .circle-box {
    max-width: 411px;
  }

  .circle-container {
    min-height: 0px;
  }
}



/* ========== ALLIANCES / LOGO SLIDER ========== */
.alliances {
  text-align: center;
  margin-bottom: 5%;
  padding: 0 15px;
}

.alliances h1 {
  font-family: 'Texta';
  font-weight: 800;
  font-size: 3.75rem;
  letter-spacing: 5px;
  text-transform: uppercase;
  color: #1C1D20;
  margin-bottom: 40px;
}

.alliances h2 {
  font-family: 'Texta';
  font-weight: 400;
  font-size: 2.75rem;
  letter-spacing: 6px;
  text-transform: uppercase;
  color: #1C1D20;
}

.alliances-slider-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0 60px;
}

.alliances-slider {
  width: 100%;
  padding: 50px 0;
}

.logo-grid {
  display: flex;
  flex-direction: column;
  gap: 48px;
  width: 100%;
}

.logo-row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 80px;
  width: 100%;
}

.logo-row img {
  max-height: 60px;
  max-width: 120px;
  width: auto;
  height: auto;
  object-fit: contain;
  flex-shrink: 1;
  transition: .3s ease;
}

.logo-row img:hover {
  transform: scale(1.1);
}

.slick-prev-customs,
.slick-next-customs {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
  background: #fff;
  border: 2px solid #D0D1D5;
  border-radius: 50%;
  width: 45px;
  height: 45px;
  font-size: 20px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s ease;
  color: #1C1D20;
}

.slick-prev-customs {
  left: 0;
}

.slick-next-customs {
  right: 0;
}

.slick-prev-customs:hover,
.slick-next-customs:hover {
  background: #f5f5f5;
}

.center-brand {
  gap: 95px !important;
}


@media (max-width:1000px) {

  .about-bg {
    display: none !important;
  }
}


/* ========== CORE VALUES SECTION ========== */
.core-values-section {
  text-align: center;
  padding: 60px 5%;
  margin-top: 10%;
}

.core-values-section h2 {
  font-family: 'Texta', sans-serif;
  font-weight: 400;
  font-size: 44px;
  line-height: 1.2;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.core-values-section h3 {
  font-family: 'Texta', sans-serif;
  font-weight: 800;
  font-size: 60px;
  line-height: 1.2;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  margin-bottom: 50px;
}

/* Grid Layout */
.core-values-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr) !important;
  /* 3 boxes per row on desktop */
  gap: 35px;
  padding: 0 2rem;
}

/* Card Styling */
.core-value-card {
  background: #fff;
  border: 1px solid #d0d1d5;
  box-shadow: 0 4px 12px rgba(0, 0, 0, .05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  overflow: hidden;
  text-align: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.core-value-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.08);
}

/* Images */
.core-value-card img {
  width: 141px;
  height: 151px;
  margin-top: 48px;
}

.logoz img {
  margin-top: 38px !important;
}

/* Inner Padding */
.test,
.test1,
.test2 {
  padding: 20px 25px;
}

/* Titles */
.core-value-card h2 {
  margin: 15px 0 10px;
  font-family: 'Texta';
  font-weight: 800;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Paragraphs */
.core-value-card p {
  font-family: 'Texta';
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #616266;
  margin: 0;
}

/* ===== Responsive ===== */

/* Tablet: 2 columns */
@media (max-width: 1200px) {
  .core-values-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 30px;
  }

  .core-value-card img {
    width: 120px;
    height: auto;
    margin-top: 40px;
  }
}

/* Add RTL support globally for core values */
html[dir="rtl"] .core-value-card {
  text-align: right;
}

/* Mobile: 1 column */
@media (max-width: 768px) {
  .core-values-grid {
    display: block !important;
    padding: 0 1rem;
    margin-bottom: 60px !important;
    position: relative;
  }

  /* Prevent shadow clipping */
  .core-values-grid .slick-list,
  .circle-slider-wrapper .slick-list {
    padding: 30px 0px !important;
    margin: -30px 0px !important;
  }

  .core-values-section h3 {
    font-size: 50px;
  }

  /* Indicators styling */
  .core-values-grid .slick-dots {
    bottom: -35px;
  }

  .core-values-grid .slick-dots li button:before {
    font-size: 13px;
    opacity: 0.5;
  }

  .core-values-grid .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #05ACA1;
  }

  .core-value-card {
    margin: 0 10px;
    /* Spacing between cards */
  }

  /* Force image block-centering since Slick overrides flex settings */
  .core-value-card img {
    width: 100px;
    height: auto;
    display: block !important;
    margin: 30px auto 0 auto !important;
    /* Centers image on EN & AR */
  }
}

@media (max-width:500px) {

  .core-values-section {
    padding: 50px 0%;

  }

  .about-section-start {

    padding: 5rem 0px;

  }


}





/* Core values slider arrows (Mobile only) */
.core-values-arrow {
  position: absolute;
  bottom: -50px;
  background: #fff;
  border: 1.25px solid #ccc;
  border-radius: 50px;
  color: #000;
  width: 38px;
  height: 38px;
  padding-top: 2px;
  display: flex !important;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
  font-size: 17px;
  z-index: 10;
  transition: all 0.3s ease;
}

.core-values-arrow:hover {
  background: #e9fdf9;
  border-color: #00b89f;
}

.core-values-prev {
  left: calc(50% - 30px);
  transform: translateX(-50%);
}

.core-values-next {
  left: calc(50% + 30px);
  transform: translateX(-50%);
}

html[dir="rtl"] .core-values-prev {
  left: auto;
  right: calc(50% - 30px);
  transform: translateX(50%);
}

html[dir="rtl"] .core-values-next {
  left: auto;
  right: calc(50% + 30px);
  transform: translateX(50%);
}

/* ========== LAST SECTION / SLIDER CONTAINER ========== */
.alliances-section {
  padding: 80px 0;
  text-align: center;
  overflow: hidden;
}

.alliances-section h3 {
  font-family: 'Texta';
  font-size: 60px;
  font-weight: 800;
  margin-bottom: 50px;
  color: #1C1D20;
}

.alliances-section h2 {
  font-size: 44px;
  font-family: 'Texta';
  font-weight: 400;
  margin-bottom: 0px;
}

.slider-container {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
  max-width: 90%;
}

.slider-track {
  display: flex;
  will-change: transform;
}

.slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.logo-row {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 23px auto;
}

.logo-row img {
  max-height: 70px;
  width: auto;
  max-width: 100%;
  object-fit: contain;
  transition: transform .25s ease;
}

.logo-row img:hover {
  transform: scale(1.05);
}

.slider-controls {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  pointer-events: none;
}


.slider-nav {
  pointer-events: auto;
  background: #fff;
  border: 1.25px solid #ccc;
  border-radius: 50%;
  color: #000 !important;
  /* ensure arrow stays black */
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, .12);
  font-size: 18px;



}




.slider-nav:hover {
  background: #e9fdf9;
  border-color: #00b89f;
}


@media (max-width:1500px) {
  .core-values-grid {
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    ;
  }

  .core-value-card p {
    font-size: 13px;
  }

}

@media (max-width:992px) {
  .about-star {
    display: none;
  }

  .alliances h1 {
    font-size: 40px;
    letter-spacing: 3px;
  }

  .alliances h2 {
    font-size: 28px;
    letter-spacing: 3px;
  }

  .logo-row img {
    max-width: calc(25% - 0px);
  }

  .slick-prev-customs,
  .slick-next-customs {
    width: 35px;
    height: 35px;
    font-size: 16px;
  }
}

@media (max-width:768px) {
  .custom-hero-image {
    height: 300px;
  }

  .mxyz {
    padding: 0 16px !important;
  }

  .about-title {
    font-size: 2rem;
  }

  .about-text p {
    font-size: .95rem;
  }

  .pt {
    padding: 0 !important;
  }

  .alliances-slider-wrapper {
    padding: 0 40px;
  }

  .alliances-slider {
    padding: 30px 0;
  }

  .logo-row {
    gap: 5px;
  }

  .logo-row img {
    max-width: calc(33.33% - 20px);
    max-height: 50px;
  }

  .slick-prev-customs,
  .slick-next-customs {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  /* .core-values-grid {
    margin: 5% 0 !important;
  } */
}

@media (max-width:576px) {
  .alliances h1 {
    font-size: 28px;
    letter-spacing: 2px;
    margin-bottom: 30px;
  }

  .alliances h2 {
    font-size: 20px;
    letter-spacing: 2px;
  }

  .logo-row img {
    max-width: calc(33.33% - 15px);
    max-height: 40px;
  }

  .slick-prev-customs,
  .slick-next-customs {
    width: 25px;
    height: 25px;
    font-size: 12px;
  }
}

@media (max-width:400px) {
  .alliances-slider-wrapper {
    padding: 0 30px;
  }

  .logo-row img {
    max-width: calc(33.33% - 12px);
    max-height: 30px;
  }
}

@media (min-width:1600px) {
  .alliances {
    max-width: 1600px;
    margin: 0 auto 5%;
    padding: 0 30px;
  }

  .alliances h1 {
    font-size: 4.5rem;
    letter-spacing: 6px;
    margin-bottom: 60px;
  }

  .alliances h2 {
    font-size: 3.5rem;
    letter-spacing: 8px;
  }

  .alliances-slider-wrapper {
    max-width: 1400px;
    padding: 0 80px;
  }

  .logo-grid {
    gap: 60px;
  }

  .logo-row {
    gap: 120px;
  }

  .logo-row img {
    max-height: 80px;
    max-width: 160px;
  }

  .center-brand {
    gap: 140px !important;
  }

  .slick-prev-customs,
  .slick-next-customs {
    width: 60px;
    height: 60px;
    font-size: 24px;
    border-width: 3px;
  }
}

@media (min-width:2000px) {
  .alliances {
    max-width: 1800px;
  }

  .alliances h1 {
    font-size: 5rem;
  }

  .alliances h2 {
    font-size: 4rem;
  }

  .alliances-slider-wrapper {
    max-width: 1600px;
  }

  .logo-row {
    gap: 150px;
  }

  .logo-row img {
    max-height: 100px;
    max-width: 200px;
  }

  .center-brand {
    gap: 180px !important;
  }
}


/* arabic */

[dir="rtl"] .about-right-text {
  text-align: right;
}

[dir="rtl"] .circle-box {
  text-align: right;
}

[dir="rtl"] .circle-box span {
  float: left;
}

[dir="rtl"] .test1,
.test2 {
  text-align: right !important;
}

[dir="rtl"] .test {
  text-align: right;
}


[dir="ltr"] .test2,
.test1 {

  text-align: left !important;
}