.elementor-1256 .elementor-element.elementor-element-a390885{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:stretch;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--padding-top:90px;--padding-bottom:90px;--padding-left:35px;--padding-right:35px;}.elementor-1256 .elementor-element.elementor-element-a390885:not(.elementor-motion-effects-element-type-background), .elementor-1256 .elementor-element.elementor-element-a390885 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:transparent;background-image:linear-gradient(269deg, var( --e-global-color-secondary ) 0%, var( --e-global-color-accent ) 100%);}.elementor-1256 .elementor-element.elementor-element-c35136d{--display:flex;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-1256 .elementor-element.elementor-element-d239e56{animation-duration:2500ms;animation-timing-function:cubic-bezier(0.77,0,0.175,1);}.elementor-1256 .elementor-element.elementor-element-d239e56 .aux-widget-inner > *{text-align:center;margin-left:auto !important;margin-right:auto !important;}.elementor-1256 .elementor-element.elementor-element-d239e56 .aux-modern-heading-primary{font-size:66px;font-weight:bold;text-transform:uppercase;color:var( --e-global-color-d036517 );margin:0px 0px 0px 0px;}.elementor-1256 .elementor-element.elementor-element-b86a4c3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1256 .elementor-element.elementor-element-785b38d{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1256 .elementor-element.elementor-element-1687717{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1256 .elementor-element.elementor-element-1687717.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-1256 .elementor-element.elementor-element-d685c37{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-1256 .elementor-element.elementor-element-b4bd1dd{--display:flex;}.elementor-1256 .elementor-element.elementor-element-ea26f81{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-1256 .elementor-element.elementor-element-a390885{--content-width:1600px;}.elementor-1256 .elementor-element.elementor-element-b86a4c3{--content-width:1600px;}.elementor-1256 .elementor-element.elementor-element-785b38d{--content-width:1600px;}.elementor-1256 .elementor-element.elementor-element-1687717{--width:94.743%;}.elementor-1256 .elementor-element.elementor-element-d685c37{--content-width:1600px;}.elementor-1256 .elementor-element.elementor-element-ea26f81{--content-width:1600px;}}@media(max-width:1024px){.elementor-1256 .elementor-element.elementor-element-d239e56 .aux-modern-heading-primary{font-size:56px;}}@media(max-width:767px){.elementor-1256 .elementor-element.elementor-element-d239e56 .aux-modern-heading-primary{font-size:42px;}}


/* Start custom CSS for html, class: .elementor-element-8908e5b *//* ============================================================
   HERO SECTION — BASE
   ============================================================ */
.eliverse-hero-true {
  background: transparent !important;
  padding: 80px 0;
}

.eliverse-hero-wrap {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;

  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 50px;
  align-items: center;
}

/* ============================================================
   LEFT SIDE
   ============================================================ */
.eliverse-left {
  color: #fff;
}

.eliverse-badge {
  font-size: 12px;
  background: rgba(255,255,255,0.07);
  padding: 6px 16px;
  border-radius: 20px;
  color: #c0c3ff;
  margin-bottom: 10px;
  display: inline-block;
}

.eliverse-title {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

.eliverse-desc {
  margin-top: 10px;
  color: #bfc4d9;
  line-height: 1.7;
  max-width: 540px;
}

/* BUTTON GROUP */
.eliverse-btns {
  display: flex;
  gap: 16px;
  margin-top: 20px;
}

/* ============================================================
   BUTTON STYLES + HOVER EFFECTS
   ============================================================ */
.eliverse-btn {
  padding: 12px 26px;
  border-radius: 50px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: .05em;
  text-transform: uppercase;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  transition: 0.25s ease;
}

/* Purple gradient button */
.purple-btn {
  background: linear-gradient(135deg, #5f2e8e, #a95bf8);
  color: #fff !important;
  box-shadow: 0 10px 24px rgba(169, 91, 248, 0.40);
}

.purple-btn:hover {
  transform: translateY(-3px) scale(1.04);
  box-shadow: 0 14px 28px rgba(169, 91, 248, 0.55);
  filter: brightness(1.10);
}

/* Secondary button */
.eliverse-btn.secondary {
  background: rgba(255,255,255,0.06);
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
}

.eliverse-btn.secondary:hover {
  transform: translateY(-3px) scale(1.04);
  background: rgba(255,255,255,0.12);
}

/* ============================================================
   RIGHT IMAGE + HOVER EFFECT
   ============================================================ */
.eliverse-img-box {
  position: relative;
  overflow: hidden;
  border-radius: 22px;
}

.eliverse-img-box img {
  width: 100%;
  display: block;
  border-radius: 22px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* IMAGE ZOOM ON HOVER */
.eliverse-img-box:hover img {
  transform: scale(1.07);
}

/* ============================================================
   OVERLAY ON IMAGE
   ============================================================ */
.eliverse-overlay {
  position: absolute;
  right: 20px;
  bottom: 20px;

  background: rgba(10, 12, 25, 0.85);
  backdrop-filter: blur(6px);
  border-radius: 16px;
  padding: 14px 18px;

  border: 1px solid rgba(255,255,255,0.15);

  display: flex;
  align-items: center;
  gap: 16px;
}

.eliverse-overlay p {
  margin: 0;
  font-size: 12px;
  color: #dfe1f2;
}

.overlay-btn {
  padding: 8px 16px;
  border-radius: 50px;
  border: 1px solid rgba(255,255,255,0.25);
  color: #fff;
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 1px;
  transition: 0.25s ease;
  text-decoration: none;
}

/* OVERLAY BUTTON HOVER */
.overlay-btn:hover {
  transform: scale(1.05);
  background: rgba(255,255,255,0.12);
}

/* ============================================================
   RESPONSIVE FIXES
   ============================================================ */

/* Tablets */
@media (max-width: 1024px) {
  .eliverse-hero-wrap {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .eliverse-btns {
    justify-content: center;
  }

  .eliverse-right {
    margin-top: 30px;
  }

  .eliverse-overlay {
    right: 50%;
    transform: translateX(50%);
  }
}

/* Mobile */
@media (max-width: 700px) {
  .eliverse-title {
    font-size: 28px;
    line-height: 1.3;
  }

  .eliverse-desc {
    font-size: 14px;
  }

  .eliverse-overlay {
    bottom: 10px;
    padding: 10px 14px;
    gap: 10px;
  }

  .overlay-btn {
    padding: 6px 12px;
    font-size: 10px;
  }
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-2c2f11c *//* ============================================================
   GLOBAL DARK BACKGROUND (matches your entire website)
   ============================================================ */
body, .site-content, #main {
  background: #07090f !important;
}

/* ============================================================
   UNIVERSAL SECTION WRAPPER (smooth, no tile, no border)
   ============================================================ */
.eliverse-section,
.eliverse-section-dark {
  position: relative;
  padding: 100px 0;
  background: transparent !important;
  overflow: hidden;
  border: none !important;
  box-shadow: none !important;
}



/* ============================================================
   SUPER-SMOOTH GLOBAL PURPLE BLEND (NO SHAPE, NO EDGES)
   ============================================================ */
.eliverse-section::before,
.eliverse-section-dark::before {
  content: "";
  position: absolute;
  inset: 0;

  background:
    radial-gradient(
      circle at 20% -20%,
      rgba(130, 80, 230, 0.06) 0%,
      rgba(7, 9, 15, 0.98) 60%,
      #07090f 100%
    );

  pointer-events: none;
  z-index: -1;
}





/* ============================================================
   MISSION & VISION — CLEAN BACKGROUND (FULLY BLENDED)
   ============================================================ */

#mission-vision {
  position: relative;
  padding: 100px 0;
  background: transparent !important; /* Removes all gradients */
}

/* Remove ANY background layer that was added previously */
#mission-vision::before {
  display: none !important;
}

/* Main container layout */
.mv-container {
  max-width: 1250px;
  margin: auto;
  padding: 0 20px;

  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 70px;
  align-items: center;
}

/* Title */
.mv-title {
  font-size: 36px;
  font-weight: 700;
  color: #ffffff;
}

/* Paragraph */
.mv-desc {
  color: #d8d9e5;
  font-size: 16px;
  line-height: 1.75;
  max-width: 540px;
  margin-bottom: 35px;
}

/* Cards */
.mv-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 22px;
}

.mv-card {
  flex: 1;
  min-width: 280px;

  background: rgba(255,255,255,0.04);
  border: 1px solid rgba(152, 90, 235, 0.18);
  padding: 24px 20px;
  border-radius: 20px;
  transition: 0.25s ease;
}

.mv-card:hover {
  transform: translateY(-4px);
  background: rgba(152, 90, 235, 0.12);
  border-color: rgba(152, 90, 235, 0.32);
}

.mv-card h3 {
  color: #fff;
  font-size: 18px;
  margin-bottom: 8px;
}

.mv-card p {
  color: #cfd2e2;
  font-size: 15px;
  line-height: 1.65;
}

/* Right image */
.mv-image-box {
  border-radius: 22px;
  overflow: hidden;
  box-shadow: 0 22px 45px rgba(0,0,0,0.55);
}

.mv-image-box img {
  width: 100%;
  display: block;
  transition: 0.45s ease;
}

.mv-image-box:hover img {
  transform: scale(1.07);
}

/* Responsive */
@media (max-width: 1100px) {
  .mv-container {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .mv-cards {
    justify-content: center;
  }

  .mv-image-box {
    max-width: 80%;
    margin: 40px auto 0;
  }
}

@media (max-width: 700px) {
  .mv-title {
    font-size: 28px;
  }
  .mv-card {
    min-width: 100%;
  }
  .mv-image-box {
    max-width: 100%;
  }
}










/* ============================================================
   FIX SECTION SPACING
   ============================================================ */

/* Reduce space after HERO */
.eliverse-hero-true {
  padding-bottom: 60px; /* was ~80–100px */
}

/* Global section spacing for all about page sections */
.eliverse-section {
  padding-top: 60px;   /* reduce top space */
  padding-bottom: 80px;
}

/* Make Mission & Vision closer to hero */
#mission-vision {
  padding-top: 40px;   
  margin-top: 0 !important;
}

/* Remove any accidental top margin inside container */
#mission-vision .mv-container {
  margin-top: 0;
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-ac3728b *//* ============================================================
   OUR APPROACH SECTION – FINAL CLEAN VERSION (NO BOUNDARIES)
   ============================================================ */

/* Make section blend with the page */
#our-approach {
  background: transparent !important;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1;
}

/* Remove the global purple gradient applied by eliverse-section */
#our-approach::before {
  content: none !important;
}

/* Make sure no child container inherits unwanted backgrounds */
#our-approach .approach-container,
#our-approach .approach-left,
#our-approach .approach-right,
#our-approach .approach-visual,
#our-approach .approach-main-image {
  background: transparent !important;
  box-shadow: none !important;
}

/* Main grid layout */
.approach-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 60px;
  align-items: center;
}

/* LEFT SIDE */
.approach-left {
  color: #ffffff;
}

.approach-title {
  font-size: 34px;
  font-weight: 700;
  margin-top: 14px;
  margin-bottom: 10px;
}

.approach-intro {
  color: #d3d6e7;
  font-size: 15px;
  line-height: 1.7;
  max-width: 520px;
  margin-bottom: 26px;
}

/* Steps list */
.approach-steps {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin-bottom: 26px;
  position: relative;
}

/* Timeline vertical line */
.approach-steps::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 0;
  bottom: 0;
  border-left: 1px dashed rgba(160, 120, 250, 0.5);
}

/* Step row */
.approach-step {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  position: relative;
}

.step-marker {
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #f5e4ff, #8250ff);
  color: #07090f;
  font-weight: 700;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 4px rgba(130, 80, 255, 0.25);
  position: relative;
  z-index: 1;
}

.step-body h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #ffffff;
}

.step-body p {
  margin: 0;
  font-size: 14px;
  color: #cfd2e6;
  line-height: 1.6;
}

/* CTA */
.approach-cta {
  margin-top: 4px;
}

/* RIGHT SIDE (image + mini cards) */
.approach-right {
  width: 100%;
}

.approach-visual {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.approach-main-image {
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 45px rgba(0,0,0,0.6) !important;
}

.approach-main-image img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.approach-main-image:hover img {
  transform: scale(1.05);
}

/* Mini cards */
.approach-mini-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mini-card {
  background: rgba(255,255,255,0.04) !important;
  border-radius: 14px;
  padding: 10px 12px;
  border: 1px solid rgba(160, 120, 250, 0.25);
  font-size: 12px;
  color: #d8daf1;
  line-height: 1.5;
  transition: 0.25s ease;
}

.mini-card:hover {
  transform: translateY(-3px);
  background: rgba(160, 120, 250, 0.12);
  border-color: rgba(160, 120, 250, 0.45);
}

.mini-label {
  display: inline-block;
  font-size: 11px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  margin-bottom: 4px;
  color: #f5e9ff;
}

/* ============================================================
   RESPONSIVE
   ============================================================ */

@media (max-width: 1100px) {
  .approach-container {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .approach-right {
    order: 2;
  }

  .approach-mini-cards {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 768px) {
  .approach-container {
    padding: 0 16px;
  }

  .approach-title {
    font-size: 26px;
  }

  .approach-intro {
    font-size: 14px;
  }

  .approach-steps::before {
    left: 16px;
  }

  .step-marker {
    width: 28px;
    height: 28px;
    font-size: 13px;
  }

  .approach-mini-cards {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 480px) {
  .approach-title {
    font-size: 24px;
  }

  .mini-card {
    font-size: 12px;
  }
}/* End custom CSS */


/* Start custom CSS for html, class: .elementor-element-d0fed08 *//* ============================================================
   OUR VALUES – NEW LAYOUT, PERFECTLY BLENDED BACKGROUND
   ============================================================ */

/* Section uses page background, no extra tiles */
#our-values {
  background: transparent !important;
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}

/* Kill any global ::before gradient for this section */
#our-values::before {
  content: none !important;
}

/* Main container */
.values-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.values-header {
  max-width: 680px;
  margin-bottom: 30px;
}

.values-title {
  font-size: 34px;
  color: #ffffff;
  margin-top: 14px;
  margin-bottom: 8px;
}

.values-sub {
  color: #d3d6e7;
  font-size: 15px;
  line-height: 1.7;
}

/* Two-column layout: image left, values right */
.values-layout {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 50px;
  align-items: center;
}

/* LEFT – image */
.values-media {
  width: 100%;
}

.values-image-box {
  position: relative;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 22px 45px rgba(0,0,0,0.6);
}

.values-image-box img {
  width: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* subtle zoom on hover */
.values-image-box:hover img {
  transform: scale(1.06);
}

/* overlay tag on image */
.values-image-overlay {
  position: absolute;
  left: 18px;
  bottom: 18px;
  right: 18px;
  padding: 10px 14px;
  border-radius: 16px;
  background: rgba(9, 11, 20, 0.88);
  border: 1px solid rgba(200, 180, 255, 0.35);
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.values-image-overlay p {
  margin: 0;
  font-size: 12px;
  color: #dde0f5;
}

.overlay-tag {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: #f5e9ff;
}

/* RIGHT – values list */
.values-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 14px;
}

/* each value row */
.value-item {
  display: flex;
  gap: 14px;
  align-items: flex-start;
  padding: 14px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,0.03);
  border: 1px solid rgba(155, 90, 240, 0.18);
  transition: 0.22s ease;
}

.value-item:hover {
  transform: translateY(-3px);
  background: rgba(155, 90, 240, 0.10);
  border-color: rgba(155, 90, 240, 0.35);
}

/* circular number icon */
.value-icon {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: radial-gradient(circle at 30% 20%, #f5e4ff, #7d4fe8);
  color: #07090f;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 0 0 3px rgba(125, 79, 232, 0.35);
}

/* text */
.value-body h3 {
  margin: 0 0 4px;
  font-size: 16px;
  color: #ffffff;
}

.value-body p {
  margin: 0;
  font-size: 14px;
  color: #d1d4e6;
  line-height: 1.6;
}

/* ============================================================
   RESPONSIVE ADJUSTMENTS
   ============================================================ */

@media (max-width: 1100px) {
  .values-layout {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .values-header {
    max-width: 100%;
  }

  .values-media {
    order: 2;  /* keep text first, image second on tablet */
  }
}

@media (max-width: 768px) {
  #our-values {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .values-title {
    font-size: 28px;
  }

  .values-sub {
    font-size: 14px;
  }

  .values-container {
    padding: 0 16px;
  }

  .values-image-overlay {
    left: 12px;
    right: 12px;
    bottom: 12px;
    padding: 8px 10px;
  }

  .value-item {
    padding: 12px 13px;
  }
}

@media (max-width: 480px) {
  .values-title {
    font-size: 24px;
  }

  .value-body p {
    font-size: 13px;
  }
}/* End custom CSS */

/* Start custom CSS for html, class: .elementor-element-9a2b0b9 *//* ============================================================
   GLOBAL PRESENCE – COUNTRY STRIP ONLY (CLEAN & BLENDED)
   ============================================================ */

#global-presence {
  background: transparent !important;   /* same as page */
  padding-top: 60px;
  padding-bottom: 80px;
  position: relative;
}

/* Remove any global gradient overlay for this section */
#global-presence::before {
  content: none !important;
}

/* Main container */
.gp-container {
  max-width: 1250px;
  margin: 0 auto;
  padding: 0 20px;
}

/* Header */
.gp-header {
  max-width: 720px;
  margin-bottom: 26px;
}

.gp-title {
  font-size: 34px;
  color: #ffffff;
  margin-top: 14px;
  margin-bottom: 8px;
}

.gp-sub {
  font-size: 15px;
  color: #d4d7e6;
  line-height: 1.7;
}

/* ============================================================
   COUNTRY STRIP
   ============================================================ */

.gp-country-strip {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 18px;
}

/* Card */
.gp-country-card {
  display: flex;
  flex-direction: column;
}

/* Tall image box */
.gp-country-image {
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0,0,0,0.6);
  aspect-ratio: 3 / 5; /* Tall card ratio */
}

.gp-country-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  transition: transform 0.5s ease;
}

/* Hover zoom */
.gp-country-image:hover img {
  transform: scale(1.06);
}

/* Country title */
.gp-country-card h3 {
  margin-top: 10px;
  margin-bottom: 4px;
  font-size: 14px;
  color: #ffffff;
}

/* Small detail text */
.gp-country-copy {
  margin: 0;
  font-size: 13px;
  line-height: 1.5;
  color: #d2d5e6;
}

/* ============================================================
   RESPONSIVE BEHAVIOUR
   ============================================================ */

@media (max-width: 1200px) {
  .gp-country-strip {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 992px) {
  /* turn into horizontal scroll list on tablet/mobile */
  .gp-country-strip {
    display: flex;
    gap: 14px;
    overflow-x: auto;
    padding-bottom: 6px;
    -webkit-overflow-scrolling: touch;
  }

  .gp-country-card {
    min-width: 170px;
    max-width: 200px;
  }

  .gp-country-strip::-webkit-scrollbar {
    height: 4px;
  }

  .gp-country-strip::-webkit-scrollbar-thumb {
    background: rgba(120, 120, 150, 0.5);
    border-radius: 999px;
  }
}

@media (max-width: 768px) {
  #global-presence {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .gp-container {
    padding: 0 16px;
  }

  .gp-title {
    font-size: 28px;
  }

  .gp-sub {
    font-size: 14px;
  }

  .gp-country-card h3 {
    font-size: 13px;
  }

  .gp-country-copy {
    font-size: 12px;
  }
}

@media (max-width: 480px) {
  .gp-title {
    font-size: 24px;
  }
}




/* Improved address formatting under country cards */
.gp-country-copy {
  margin: 4px 0 0;
  font-size: 13px;
  line-height: 1.45;
  color: #d4d7e6;
  opacity: 0.9;
}/* End custom CSS */



/* Start custom CSS for html, class: .elementor-element-1c742e2 *//* ============================================================
   FINAL CTA SECTION – ELEGANT, PROFESSIONAL, BLENDED
   ============================================================ */

#eliverse-final-cta {
  background: transparent !important; /* blend with page background */
  padding: 90px 0 110px;
  text-align: center;
  position: relative;
}

/* Remove any inherited global gradients */
#eliverse-final-cta::before {
  content: none !important;
}

.cta-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 20px;
}

.cta-title {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 18px;
}

.cta-sub {
  font-size: 16px;
  color: #d4d7e6;
  line-height: 1.8;
  margin-bottom: 35px;
}

/* CTA Button */
.cta-button {
  display: inline-block;
  padding: 14px 34px;
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  text-decoration: none;

  background: linear-gradient(135deg, #a26bff 0%, #6a2bff 100%);
  border-radius: 12px;

  transition: 0.25s ease;
  box-shadow: 0 10px 24px rgba(140, 80, 255, 0.25);
}

.cta-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 32px rgba(140, 80, 255, 0.38);
}

/* Subtle top divider (premium touch) */
#eliverse-final-cta::after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 1px;
  background: linear-gradient(
    to right,
    transparent,
    rgba(140, 80, 255, 0.25),
    transparent
  );
}

/* ============================================================
   RESPONSIVE CTA
   ============================================================ */

@media (max-width: 768px) {
  .cta-title {
    font-size: 32px;
  }
  .cta-sub {
    font-size: 14px;
  }
  .cta-button {
    padding: 12px 26px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cta-title {
    font-size: 28px;
  }
  #eliverse-final-cta {
    padding: 70px 0 90px;
  }
}/* End custom CSS */


