.elementor-154 .elementor-element.elementor-element-b44bd9f{--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-154 .elementor-element.elementor-element-b44bd9f:not(.elementor-motion-effects-element-type-background), .elementor-154 .elementor-element.elementor-element-b44bd9f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F8F6;}.elementor-154 .elementor-element.elementor-element-4679dcf{--spacer-size:30px;}.elementor-154 .elementor-element.elementor-element-5339703{--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-154 .elementor-element.elementor-element-5339703:not(.elementor-motion-effects-element-type-background), .elementor-154 .elementor-element.elementor-element-5339703 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F8F6;}.elementor-154 .elementor-element.elementor-element-bb6a052{--display:flex;}.elementor-154 .elementor-element.elementor-element-dc75f31.elementor-element{--align-self:center;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-154 .elementor-element.elementor-element-fa6bcba{text-align:center;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-154 .elementor-element.elementor-element-e236e68{text-align:center;}.elementor-widget-button .elementor-button{background-color:var( --e-global-color-accent );font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}.elementor-154 .elementor-element.elementor-element-12f8d1b .elementor-button{background-color:var( --e-global-color-secondary );}.elementor-154 .elementor-element.elementor-element-f9c097b{margin:-30px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 25px 0px;}.elementor-154 .elementor-element.elementor-element-f9c097b.elementor-element{--align-self:center;}.elementor-154 .elementor-element.elementor-element-1746605{--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-154 .elementor-element.elementor-element-1746605:not(.elementor-motion-effects-element-type-background), .elementor-154 .elementor-element.elementor-element-1746605 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#F7F8F6;}/* Start custom CSS for html, class: .elementor-element-dc75f31 *//* =========================
   Luxury Eyebrow Text — Clean Version
   ========================= */

.ile-eyebrow {
  display: inline-block;

  font-size: 12px;
  letter-spacing: 0.18em;
  text-transform: uppercase;

  color: rgba(30,30,30,0.55);

  margin-bottom: 18px;
}/* End custom CSS */
/* Start custom CSS for button, class: .elementor-element-12f8d1b */.ile-premium-btn .elementor-button {
  position: relative;
  overflow: hidden;
}

/* TOP LINE */

.ile-premium-btn .elementor-button::before {
  content: "";
  position: absolute;

  top: 0;
  left: -100%;

  width: 100%;
  height: 2px;

  background: #ffffff;
  transition: left 0.5s ease;
}

/* BOTTOM LINE */

.ile-premium-btn .elementor-button::after {
  content: "";
  position: absolute;

  bottom: 0;
  right: -100%;

  width: 100%;
  height: 2px;

  background: #ffffff;
  transition: right 0.5s ease;
}

/* Hover */

.ile-premium-btn .elementor-button:hover::before {
  left: 0;
}

.ile-premium-btn .elementor-button:hover::after {
  right: 0;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9c097b */.ile-hero-flag-bar {
  display: block;

  width: 80px;
  height: 3px;

  margin: 5px auto 0;

  border-radius: 2px;

  background: linear-gradient(
    90deg,
    #008C45 0%,
    #E8E5DF 50%,
    #CD212A 100%
  );

  min-height: 1px; /* prevents collapse */
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e50c223 *//* =====================================
   ILE Philosophy Section — Final
   ===================================== */

.ile-philosophy-section {
  padding: 95px 0;
  background: #f7f8f6;
  position: relative;
  overflow: hidden;
}

/* Subtle Luxury Glow */

.ile-philosophy-section::before {
  content: "";
  position: absolute;
  top: -150px;
  left: -100px;
  width: 500px;
  height: 500px;

  background: radial-gradient(
    circle,
    rgba(27,72,51,0.08),
    transparent 70%
  );

  pointer-events: none;
}

.ile-philosophy-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 25px;
  text-align: center;
}

/* Heading */

.ile-philosophy-heading {
  font-size: 48px;
  margin-bottom: 25px;
  color: #1e1e1e;
}

/* Intro Text */

.ile-philosophy-intro {
  font-size: 18px;
  line-height: 1.8;
  color: #4a4a4a;
  max-width: 680px;
  margin: 0 auto 60px;
}

/* Grid Layout */

.ile-philosophy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px;
}

/* Card */

.ile-philosophy-card {
  position: relative;
  text-align: left;
  padding-left: 30px;
  transition: all 0.35s ease;
}

/* Vertical Accent Bar — BRAND GREEN */

.ile-philosophy-card::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  width: 3px;
  height: 65%;

  background: linear-gradient(
    180deg,
    #1b4833,
    rgba(27,72,51,0.2)
  );

  border-radius: 3px;
  opacity: 0.8;

  transition: height 0.35s ease;
}

/* Hover Effect */

.ile-philosophy-card:hover::before {
  height: 100%;
}

/* Number */

.ile-philosophy-number {
  font-size: 12px;
  letter-spacing: 0.18em;
  color: rgba(30,30,30,0.45);
  display: block;
  margin-bottom: 10px;
}

/* Title */

.ile-philosophy-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
  color: #1e1e1e;
}

/* Description */

.ile-philosophy-card p {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
}

/* =====================================
   Responsive
   ===================================== */

@media (max-width: 900px) {

  .ile-philosophy-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }

  .ile-philosophy-heading {
    font-size: 34px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-52f38ef *//* =====================================
   ILE Global Advisory Section — Final
   ===================================== */

.ile-global-section {
  padding: 90px 0;
  background: #ffffff;
  position: relative;
  overflow: hidden;
}

/* Subtle Background Glow */

.ile-global-section::before {
  content: "";
  position: absolute;
  right: -150px;
  top: -120px;
  width: 450px;
  height: 450px;

  background: radial-gradient(
    circle,
    rgba(27,72,51,0.06),
    transparent 70%
  );

  pointer-events: none;
}

.ile-global-container {
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 25px;

  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* LEFT Content */

.ile-global-heading {
  font-size: 44px;
  margin-bottom: 28px;
  color: #1e1e1e;
}

.ile-global-text {
  font-size: 17px;
  line-height: 1.8;
  color: #4a4a4a;
  margin-bottom: 22px;
  max-width: 520px;
}

/* RIGHT Capsules Grid */

.ile-global-capsules {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

/* Capsule */

.ile-capsule {
  padding: 18px 22px;
  border-radius: 10px;

  background: #f7f8f6;
  font-size: 15px;
  color: #1e1e1e;

  position: relative;
  transition: all 0.35s ease;
  cursor: default;
}

/* Capsule Glow Hover */

.ile-capsule:hover {
  background: #ffffff;
  box-shadow:
    0 10px 30px rgba(0,0,0,0.06),
    0 4px 10px rgba(0,0,0,0.04);
  transform: translateY(-4px);
}

/* Capsule Accent Line — BRAND GREEN */

.ile-capsule::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;

  width: 3px;
  height: 100%;

  background: linear-gradient(
    180deg,
    #1b4833,
    rgba(27,72,51,0.2)
  );

  border-radius: 3px 0 0 3px;
  opacity: 0.8;
}

/* =====================================
   Responsive
   ===================================== */

@media (max-width: 900px) {

  .ile-global-container {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ile-global-heading {
    font-size: 34px;
  }

  .ile-global-text {
    max-width: 100%;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cac8f52 *//* =====================================
   ILE Advisory Approach Timeline
   ===================================== */

.ile-approach-section {
  padding: 95px 0;
  background: #f7f8f6;
  position: relative;
  overflow: hidden;
}

/* Soft Glow */

.ile-approach-section::before {
  content: "";
  position: absolute;
  right: -120px;
  top: -150px;
  width: 420px;
  height: 420px;

  background: radial-gradient(
    circle,
    rgba(27,72,51,0.06),
    transparent 70%
  );

  pointer-events: none;
}

.ile-approach-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 25px;
  text-align: center;
}

/* Heading */

.ile-approach-heading {
  font-size: 44px;
  margin-bottom: 25px;
  color: #1e1e1e;
}

/* Intro */

.ile-approach-intro {
  font-size: 18px;
  line-height: 1.8;
  color: #4a4a4a;
  max-width: 650px;
  margin: 0 auto 80px;
}

/* Timeline Container */

.ile-approach-timeline {
  position: relative;
  padding-left: 80px;
}

/* Vertical Authority Line */

.ile-approach-timeline::before {
  content: "";
  position: absolute;
  left: 28px;
  top: 0;
  bottom: 0;
  width: 2px;

  background: linear-gradient(
    180deg,
    #1b4833,
    rgba(27,72,51,0.15)
  );
}

/* Step */

.ile-approach-step {
  text-align: left;
  position: relative;
  margin-bottom: 60px;
  transition: all 0.35s ease;
}

/* Editorial Stagger */

.ile-shift {
  margin-left: 40px;
}

/* Step Number */

.ile-approach-number {
  position: absolute;
  left: -80px;
  top: 2px;

  font-size: 13px;
  letter-spacing: 0.18em;
  color: rgba(30,30,30,0.45);
}

/* Step Title */

.ile-approach-step h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #1e1e1e;
}

/* Step Text */

.ile-approach-step p {
  font-size: 16px;
  line-height: 1.75;
  color: #555;
  max-width: 520px;
}

/* Hover Refinement */

.ile-approach-step:hover h3 {
  color: #1b4833;
}

/* =====================================
   Responsive
   ===================================== */

@media (max-width: 768px) {

  .ile-approach-timeline {
    padding-left: 45px;
  }

  .ile-approach-timeline::before {
    left: 15px;
  }

  .ile-shift {
    margin-left: 0;
  }

  .ile-approach-number {
    left: -45px;
  }

  .ile-approach-heading {
    font-size: 34px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f9e4359 *//* =====================================
   ILE Cultural Connection Section — Final
   ===================================== */

.ile-culture-section {
  padding: 110px 0;
  background: #f7f8f6;
  position: relative;
  overflow: hidden;
}

/* Section Layout */

.ile-culture-wrap {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 25px;

  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 80px;
  align-items: center;
}

/* LEFT CONTENT */

.ile-culture-content h2 {
  font-size: 44px;
  margin-bottom: 30px;
  color: #1e1e1e;
}

.ile-culture-content p {
  font-size: 17px;
  line-height: 1.9;
  color: #4a4a4a;
  margin-bottom: 22px;
  max-width: 520px;
}

/* RIGHT IMAGE CONTAINER */

.ile-culture-image {
  position: relative;
}

/* IMAGE STYLING */

.ile-culture-image img {
  width: 100%;
  height: 460px;
  object-fit: cover;

  border-radius: 18px;

  /* Editorial Luxury Tone */

  filter:
    saturate(92%)
    contrast(94%)
    brightness(98%);

  /* Depth Shadow */

  box-shadow:
    0 25px 60px rgba(0,0,0,0.10),
    0 8px 20px rgba(0,0,0,0.06);
}

/* Subtle Inner Depth Layer */

.ile-culture-image::after {
  content: "";
  position: absolute;
  inset: 0;

  border-radius: 18px;

  box-shadow:
    inset 0 0 40px rgba(0,0,0,0.05);

  pointer-events: none;
}

/* =====================================
   Responsive
   ===================================== */

@media (max-width: 900px) {

  .ile-culture-wrap {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .ile-culture-image img {
    height: 340px;
  }

  .ile-culture-content p {
    max-width: 100%;
  }

  .ile-culture-content h2 {
    font-size: 34px;
  }

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c725721 *//* =====================================
   ILE Signature CTA Section — Refined
   ===================================== */

.ile-cta-section {
  padding: 80px 0;
  background: #f7f8f6;
}

/* Rounded Luxury Panel */

.ile-cta-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 70px 50px;

  background: #1b4833;
  border-radius: 18px;

  text-align: center;
  position: relative;
  overflow: hidden;
}

/* Glow Atmosphere */

.ile-cta-container::before {
  content: "";
  position: absolute;
  top: -180px;
  right: -150px;
  width: 420px;
  height: 420px;

  background: radial-gradient(
    circle,
    rgba(255,255,255,0.08),
    transparent 70%
  );

  pointer-events: none;
}

/* Heading */

.ile-cta-heading {
  font-size: 40px;
  color: #ffffff;
  margin-bottom: 22px;
}

/* Text */

.ile-cta-text {
  font-size: 17px;
  line-height: 1.8;
  color: rgba(255,255,255,0.85);
  max-width: 600px;
  margin: 0 auto 40px;
}

/* Button */

.ile-cta-button .elementor-button {
  display: inline-block;
  padding: 15px 34px;

  background: transparent;
  border: 1px solid rgba(255,255,255,0.6);

  color: #ffffff;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-transform: uppercase;

  border-radius: 6px;
  transition: all 0.3s ease;
}

.ile-cta-button .elementor-button:hover {
  background: rgba(255,255,255,0.08);
  border-color: #ffffff;
}

/* Premium Sweep Animation */

.ile-premium-btn .elementor-button {
  position: relative;
  overflow: hidden;
}

.ile-premium-btn .elementor-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: left 0.5s ease;
}

.ile-premium-btn .elementor-button::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: -100%;
  width: 100%;
  height: 2px;
  background: #ffffff;
  transition: right 0.5s ease;
}

.ile-premium-btn .elementor-button:hover::before {
  left: 0;
}

.ile-premium-btn .elementor-button:hover::after {
  right: 0;
}

/* =====================================
   Responsive
   ===================================== */

@media (max-width: 768px) {

  .ile-cta-container {
    padding: 55px 30px;
  }

  .ile-cta-heading {
    font-size: 30px;
  }

}/* End custom CSS */