.elementor-13 .elementor-element.elementor-element-b8c13c6{--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-13 .elementor-element.elementor-element-7b57598{--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-13 .elementor-element.elementor-element-5df98bc{--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-13 .elementor-element.elementor-element-0c76564{--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-13 .elementor-element.elementor-element-a9bf45e{--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-13 .elementor-element.elementor-element-b03c721{--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;}/* Start custom CSS for html, class: .elementor-element-07d645b *//* ABOUT US – BRAND COLOUR HERO */
.about-hero-brand {
  min-height: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 40px 20px;

  background:
    linear-gradient(
      135deg,
      #0b1c2d 0%,
      #143d63 55%,
      #0b1c2d 100%
    );
  position: relative;
  overflow: hidden;
}

/* SOFT BRAND GLOW */
.about-hero-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top left, rgba(123,192,67,0.28), transparent 60%),
    radial-gradient(circle at bottom right, rgba(246,166,35,0.22), transparent 55%);
}

/* CONTENT */
.about-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 720px;
}

.about-hero-inner h1 {
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: 0.4px;
}

.about-hero-inner p {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  margin-bottom: 16px;
}

/* BREADCRUMB (reuse same style) */
.breadcrumb-brand {
  font-size: 14px;
}

.breadcrumb-brand a {
  color: #7bc043;
  text-decoration: none;
  font-weight: 500;
}

.breadcrumb-brand span {
  margin: 0 6px;
  color: #ffffff;
}

/* MOBILE */
@media (max-width: 768px) {
  .about-hero-brand {
    min-height: 190px;
  }

  .about-hero-inner h1 {
    font-size: 30px;
  }

  .about-hero-inner p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4a1a26e *//* ABOUT HERO SECTION */
.about-hero {
  padding: 110px 20px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

.about-grid {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 70px;
  align-items: center;
}

/* LEFT CONTENT */
.about-tag {
  display: inline-block;
  margin-bottom: 15px;
  color: #7bc043;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.about-content h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #0b1c2d;
}

.about-content h1 span {
  color: #f6a623;
}

.about-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 18px;
}

.about-subtext {
  opacity: 0.9;
}

/* HIGHLIGHTS */
.about-highlights {
  display: flex;
  gap: 20px;
  margin-top: 35px;
  flex-wrap: wrap;
}

.highlight-box {
  background: #f9fbfd;
  padding: 22px 26px;
  border-radius: 18px;
  box-shadow: 0 15px 35px rgba(0,0,0,0.08);
  transition: all 0.35s ease;
}

.highlight-box:hover {
  transform: translateY(-8px);
  box-shadow: 0 30px 55px rgba(0,0,0,0.15);
}

.highlight-box h3 {
  font-size: 18px;
  margin-bottom: 4px;
  color: #0b1c2d;
}

.highlight-box span {
  font-size: 14px;
  color: #666;
}

/* RIGHT IMAGE */
.about-visual {
  position: relative;
}

.about-image {
  border-radius: 28px;
  overflow: hidden;
  box-shadow: 0 30px 70px rgba(0,0,0,0.15);
  transition: transform 0.4s ease;
}

.about-image:hover {
  transform: scale(1.04);
}

.about-image img {
  width: 100%;
  height: 420px;
  object-fit: cover;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .about-grid {
    grid-template-columns: 1fr;
  }

  .about-content h1 {
    font-size: 34px;
  }

  .about-image img {
    height: 300px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7a23d82 *//* COLOURED VMV SECTION */
.vmv-colored {
  padding: 110px 20px;
  background: linear-gradient(
    135deg,
    #0b1c2d 0%,
    #143d63 50%,
    #0b1c2d 100%
  );
}

/* HEADER LIGHT */
.section-header.light {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 80px;
}

.section-header.light h2 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
}

.section-header.light h2 span {
  color: #7bc043;
}

.section-header.light p {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin-top: 10px;
  line-height: 1.6;
}

/* GRID */
.vmv-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px;
}

/* CARD (UNCHANGED LOOK, JUST ENHANCED SHADOW) */
.vmv-card {
  background: #ffffff;
  padding: 45px 35px;
  border-radius: 26px;
  text-align: center;
  box-shadow: 0 20px 55px rgba(0,0,0,0.25);
  transition: all 0.4s ease;
}

/* HOVER */
.vmv-card:hover {
  transform: translateY(-12px);
  box-shadow: 0 35px 75px rgba(0,0,0,0.35);
}

/* ICON */
.vmv-icon {
  width: 70px;
  height: 70px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6a623, #7bc043);
  color: #0b1c2d;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXT */
.vmv-card h3 {
  font-size: 22px;
  margin-bottom: 14px;
  color: #0b1c2d;
}

.vmv-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .section-header.light h2 {
    font-size: 32px;
  }

  .vmv-card {
    padding: 38px 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-39e2d76 *//* MODERN JOURNEY SECTION */
.journey-modern {
  padding: 110px 20px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.section-header {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 80px;
}

.section-header h2 {
  font-size: 42px;
  font-weight: 700;
  color: #0b1c2d;
}

.section-header h2 span {
  color: #7bc043;
}

.section-header p {
  font-size: 16px;
  color: #555;
  margin-top: 12px;
  line-height: 1.6;
}

/* CARDS GRID */
.journey-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

/* CARD */
.journey-card {
  position: relative;
  background: #f9fbfd;
  padding: 45px 30px;
  border-radius: 24px;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
}

/* HOVER */
.journey-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 35px 70px rgba(0,0,0,0.15);
}

/* STEP NUMBER */
.journey-step {
  display: inline-block;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 700;
  color: #ffffff;
  background: linear-gradient(135deg, #f6a623, #7bc043);
  padding: 10px 18px;
  border-radius: 30px;
}

/* TEXT */
.journey-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #0b1c2d;
}

.journey-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 1024px) {
  .journey-cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 600px) {
  .journey-cards {
    grid-template-columns: 1fr;
  }

  .section-header h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef5b1a5 *//* TRUST SECTION */
.trust-section {
  padding: 110px 20px;
  background: linear-gradient(135deg, #102b46, #0b1c2d);
}

/* HEADER (LIGHT) */
.section-header.light {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 80px;
}

.section-header.light h2 {
  font-size: 42px;
  font-weight: 700;
  color: #ffffff;
}

.section-header.light h2 span {
  color: #7bc043;
}

.section-header.light p {
  font-size: 16px;
  color: rgba(255,255,255,0.85);
  margin-top: 10px;
  line-height: 1.6;
}

/* GRID */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 35px;
}

/* CARD */
.trust-card {
  background: rgba(255,255,255,0.08);
  padding: 40px 32px;
  border-radius: 26px;
  text-align: center;
  backdrop-filter: blur(8px);
  box-shadow: 0 20px 45px rgba(0,0,0,0.35);
  transition: all 0.4s ease;
}

/* HOVER */
.trust-card:hover {
  transform: translateY(-12px);
  background: rgba(255,255,255,0.12);
  box-shadow: 0 35px 70px rgba(0,0,0,0.45);
}

/* ICON */
.trust-icon {
  width: 72px;
  height: 72px;
  margin: 0 auto 22px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6a623, #7bc043);
  color: #0b1c2d;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* TEXT */
.trust-card h3 {
  font-size: 20px;
  margin-bottom: 12px;
  color: #ffffff;
}

.trust-card p {
  font-size: 15px;
  color: rgba(255,255,255,0.85);
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .section-header.light h2 {
    font-size: 32px;
  }

  .trust-card {
    padding: 34px 26px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5f19488 *//* FINAL CTA SECTION – WHITE */
.about-final-cta-white {
  padding: 110px 20px;
  background: #ffffff;
}

/* CTA BOX */
.cta-box-white {
  max-width: 900px;
  margin: auto;
  text-align: center;
  background: #f9fbfd;
  padding: 70px 60px;
  border-radius: 32px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.12);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.cta-box-white:hover {
  transform: translateY(-6px);
  box-shadow: 0 40px 90px rgba(0,0,0,0.18);
}

/* TEXT */
.cta-box-white h2 {
  font-size: 40px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 18px;
}

.cta-box-white h2 span {
  color: #7bc043;
}

.cta-box-white p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 40px;
}

/* CALL BUTTON */
.call-btn-white {
  display: inline-block;
  padding: 16px 42px;
  border-radius: 40px;
  background: linear-gradient(135deg, #f6a623, #7bc043);
  color: #0b1c2d;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}

/* HOVER EFFECT */
.call-btn-white:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(246, 166, 35, 0.45);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .cta-box-white {
    padding: 50px 30px;
  }

  .cta-box-white h2 {
    font-size: 30px;
  }

  .call-btn-white {
    font-size: 16px;
    padding: 14px 30px;
  }
}/* End custom CSS */