.elementor-19 .elementor-element.elementor-element-be3ff1e{--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-19 .elementor-element.elementor-element-2f205e7{--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-19 .elementor-element.elementor-element-db52fc1{--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-19 .elementor-element.elementor-element-2686237{--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-19 .elementor-element.elementor-element-faa1aa5{--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-19 .elementor-element.elementor-element-11aea44{--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-fe0b0b2 *//* BRAND COLOUR SERVICES HERO */
.services-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 COLOUR GLOW */
.services-hero-brand::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at top right, rgba(123,192,67,0.25), transparent 60%),
    radial-gradient(circle at bottom left, rgba(246,166,35,0.22), transparent 55%);
}

/* CONTENT */
.hero-inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.hero-inner h1 {
  font-size: 46px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 12px;
  letter-spacing: 0.4px;
}

.hero-inner p {
  font-size: 16px;
  color: rgba(255,255,255,0.9);
  line-height: 1.6;
  margin-bottom: 16px;
}

/* BREADCRUMB */
.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) {
  .services-hero-brand {
    min-height: 190px;
  }

  .hero-inner h1 {
    font-size: 30px;
  }

  .hero-inner p {
    font-size: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5219a32 *//* SERVICES HERO SECTION */
.services-hero {
  padding: 120px 20px;
  background: linear-gradient(180deg, #ffffff, #f7fafc);
}

.container {
  max-width: 1200px;
  margin: auto;
}

.services-hero-grid {
  display: grid;
  grid-template-columns: 1.1fr 0.9fr;
  gap: 70px;
  align-items: center;
}

/* LEFT CONTENT */
.services-tag {
  display: inline-block;
  margin-bottom: 16px;
  color: #7bc043;
  font-weight: 600;
  letter-spacing: 0.4px;
}

.services-hero-content h1 {
  font-size: 46px;
  font-weight: 700;
  margin-bottom: 22px;
  color: #0b1c2d;
}

.services-hero-content h1 span {
  color: #f6a623;
}

.services-hero-content p {
  font-size: 16px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 30px;
}

/* POINTS */
.services-hero-points {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 14px 24px;
}

.point {
  font-size: 15px;
  color: #333;
}

/* RIGHT CARD */
.services-hero-visual {
  position: relative;
}

.hero-card {
  background: #ffffff;
  padding: 45px 40px;
  border-radius: 28px;
  box-shadow: 0 25px 65px rgba(0,0,0,0.12);
  transition: all 0.4s ease;
}

.hero-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 40px 90px rgba(0,0,0,0.18);
}

.hero-card h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #0b1c2d;
}

.hero-card ul {
  list-style: none;
  padding: 0;
}

.hero-card ul li {
  font-size: 15px;
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  color: #555;
}

.hero-card ul li:last-child {
  border-bottom: none;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .services-hero-grid {
    grid-template-columns: 1fr;
  }

  .services-hero-content h1 {
    font-size: 34px;
  }

  .services-hero-points {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2661510 *//* PREMIUM SERVICES SECTION */
.services-premium {
  padding: 120px 20px;
  background: linear-gradient(135deg, #081727, #102b46);
}

/* HEADER */
.section-header.light {
  text-align: center;
  max-width: 760px;
  margin: 0 auto 90px;
}

.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: 12px;
  line-height: 1.6;
}

/* GRID */
.services-premium-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  gap: 40px;
}

/* CARD */
.service-premium-card {
  background: #ffffff;
  padding: 46px 36px;
  border-radius: 30px;
  position: relative;
  box-shadow: 0 30px 70px rgba(0,0,0,0.35);
  transition: all 0.45s ease;
}

/* ICON BADGE */
.service-icon {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: linear-gradient(135deg, #f6a623, #7bc043);
  color: #0b1c2d;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 24px;
}

/* TEXT */
.service-premium-card h3 {
  font-size: 22px;
  margin-bottom: 12px;
  color: #0b1c2d;
}

.service-premium-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 18px;
}

.service-premium-card ul {
  padding-left: 18px;
  margin-bottom: 28px;
}

.service-premium-card ul li {
  font-size: 14px;
  color: #444;
  margin-bottom: 8px;
}

/* BUTTON */
.service-btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 30px;
  background: linear-gradient(135deg, #f6a623, #7bc043);
  color: #0b1c2d;
  text-decoration: none;
  font-weight: 600;
  transition: all 0.35s ease;
}

/* HOVER EFFECT */
.service-premium-card:hover {
  transform: translateY(-14px);
  box-shadow: 0 45px 90px rgba(0,0,0,0.5);
}

.service-premium-card:hover .service-btn {
  box-shadow: 0 15px 40px rgba(246, 166, 35, 0.45);
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .section-header.light h2 {
    font-size: 32px;
  }

  .service-premium-card {
    padding: 40px 28px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-326d043 *//* WHITE PREMIUM PROCESS SECTION */
.process-white-premium {
  padding: 120px 20px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* HEADER */
.process-header {
  max-width: 760px;
  margin-bottom: 80px;
}

.process-header h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 14px;
}

.process-header h2 span {
  color: #7bc043;
}

.process-header p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

/* LIST */
.process-list {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

/* ITEM */
.process-item {
  display: grid;
  grid-template-columns: 1fr 2fr;
  gap: 40px;
  padding: 36px 40px;
  border-radius: 26px;
  background: #f9fbfd;
  box-shadow: 0 18px 45px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  border-left: 6px solid transparent;
}

/* HOVER */
.process-item:hover {
  transform: translateY(-6px);
  box-shadow: 0 35px 70px rgba(0,0,0,0.14);
  border-left-color: #7bc043;
}

/* LEFT */
.process-left {
  display: flex;
  align-items: center;
  gap: 18px;
}

.step-count {
  font-size: 26px;
  font-weight: 700;
  color: #f6a623;
  min-width: 52px;
}

.process-left h3 {
  font-size: 22px;
  color: #0b1c2d;
  line-height: 1.3;
}

/* RIGHT */
.process-right p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .process-header h2 {
    font-size: 34px;
  }

  .process-item {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 32px 26px;
  }

  .process-left {
    gap: 14px;
  }

  .step-count {
    font-size: 22px;
  }

  .process-left h3 {
    font-size: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-116a76e *//* WHY CHOOSE SERVICES – PREMIUM */
.why-services-premium {
  padding: 120px 20px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* GRID */
.why-grid {
  display: grid;
  grid-template-columns: 1.1fr 1.4fr;
  gap: 80px;
  align-items: flex-start;
}

/* LEFT CONTENT */
.why-tag {
  display: inline-block;
  margin-bottom: 14px;
  color: #7bc043;
  font-weight: 600;
}

.why-content h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 18px;
}

.why-content h2 span {
  color: #f6a623;
}

.why-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 520px;
}

/* RIGHT CARDS */
.why-cards {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
}

/* CARD */
.why-card {
  background: #f9fbfd;
  padding: 34px 32px;
  border-radius: 22px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.08);
  transition: all 0.4s ease;
  border-top: 4px solid transparent;
}

/* HOVER */
.why-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 30px 65px rgba(0,0,0,0.14);
  border-top-color: #7bc043;
}

/* TEXT */
.why-card h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #0b1c2d;
}

.why-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .why-grid {
    grid-template-columns: 1fr;
    gap: 50px;
  }

  .why-content h2 {
    font-size: 34px;
  }

  .why-cards {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7921c35 *//* SERVICES FINAL CTA – WHITE PREMIUM */
.services-final-cta {
  padding: 130px 20px;
  background: #ffffff;
}

.container {
  max-width: 1200px;
  margin: auto;
}

/* CTA BOX */
.services-cta-box {
  background: #f9fbfd;
  border-radius: 36px;
  padding: 80px 90px;
  display: grid;
  grid-template-columns: 1.2fr 0.8fr;
  align-items: center;
  gap: 60px;
  box-shadow: 0 30px 80px rgba(0,0,0,0.12);
  transition: all 0.4s ease;
}

.services-cta-box:hover {
  transform: translateY(-6px);
  box-shadow: 0 45px 110px rgba(0,0,0,0.18);
}

/* TEXT */
.cta-content h2 {
  font-size: 44px;
  font-weight: 700;
  color: #0b1c2d;
  margin-bottom: 18px;
}

.cta-content h2 span {
  color: #7bc043;
}

.cta-content p {
  font-size: 16px;
  color: #555;
  line-height: 1.8;
  max-width: 520px;
}

/* ACTIONS */
.cta-actions {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.cta-btn {
  display: inline-block;
  text-align: center;
  padding: 16px 36px;
  border-radius: 40px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.35s ease;
}

/* PRIMARY */
.cta-btn.primary {
  background: linear-gradient(135deg, #f6a623, #7bc043);
  color: #0b1c2d;
}

.cta-btn.primary:hover {
  transform: translateY(-4px);
  box-shadow: 0 20px 45px rgba(246, 166, 35, 0.45);
}

/* SECONDARY */
.cta-btn.secondary {
  background: #ffffff;
  border: 2px solid #7bc043;
  color: #0b1c2d;
}

.cta-btn.secondary:hover {
  background: #7bc043;
  color: #ffffff;
}

/* RESPONSIVE */
@media (max-width: 900px) {
  .services-cta-box {
    grid-template-columns: 1fr;
    padding: 60px 40px;
    text-align: center;
  }

  .cta-actions {
    align-items: center;
  }

  .cta-content h2 {
    font-size: 34px;
  }
}/* End custom CSS */