.elementor-kit-34{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-34 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1500px;}.e-con{--container-max-width:1500px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== Global fonts & body ===== */
body {
  font-family: 'Poppins', 'Montserrat', sans-serif;
  color: #222;
  background-color: #ffffff;
}

/* ===== Header transparent + line ===== */
.header-transparent .site-header {
  background: transparent !important;
}
.site-header {
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

/* ===== HERO ===== */
.hero-section {
  background: #0b0b0b;
  padding: 70px 5% 70px 5%;
  border-bottom-left-radius: 40px;
  border-bottom-right-radius: 40px;
  overflow: visible;
}
.hero-section .elementor-column-wrap {
  align-items: center;
}

/* Big heading style */
.hero-h1 {
  color: #ffffff;
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -1px;
  margin: 0 0 12px 0;
  font-family: 'Montserrat', 'Poppins', sans-serif;
}
.hero-h1 .small {
  display: block;
  font-weight: 600;
  font-size: 24px;
  opacity: 0.9;
  margin-bottom: 8px;
}

/* Responsive heading sizes */
@media(min-width:1200px) {
  .hero-h1 .big {
    font-size: 140px;
  }
}
@media(min-width:992px) and (max-width:1199px){
  .hero-h1 .big { font-size: 110px; }
}
@media(max-width:991px){
  .hero-h1 .big { font-size: 52px; line-height:1; text-align:center; }
  .hero-section { padding: 40px 20px; border-radius: 0; }
}

/* Hero image styling */
.hero-image-wrap img {
  width: 100%;
  max-width: 420px;
  border-radius: 28px;
  box-shadow: 0 14px 30px rgba(0,0,0,0.5);
  display: block;
  margin-left: auto;
}
@media(max-width:991px){
  .hero-image-wrap { text-align:center; margin-top:18px; }
}

/* ===== SERVICES ===== */
.section-services { padding: 60px 5% 90px 5%; text-align:center; background:#fff; }
.section-services h2 { color:#ff6a00; font-weight:700; letter-spacing:1px; margin-bottom:36px; }

.service-card {
  background:#e6e6e6;
  border-radius:24px;
  padding:34px;
  min-height:210px;
  display:flex;
  align-items:center;
  justify-content:center;
  position:relative;
  box-shadow: none;
}
.service-card .card-inner { text-align:center; font-weight:500; letter-spacing:0.6px; color:#666; }

/* orange stripe behind first & third card */
.service-card.accent::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 80px;
  height: 20px;
  background: #ff6a00;
  z-index: 0;
  border-radius: 4px;
}
.service-card .card-inner { position: relative; z-index: 2; }

/* small subtitle */
.card-sub { font-weight:600; margin-top:18px; color:#111; }

/* RESPONSIVE grid */
@media(max-width:768px){
  .service-card { padding: 24px; min-height:170px; border-radius:18px; }
  .service-card.accent::before { left: 50%; transform: translateX(-50%) translateY(-60%); width:60px; height:12px; top: -10px; }
}/* End custom CSS */