.elementor-2295 .elementor-element.elementor-element-5a34afd{--display:flex;}.elementor-2295 .elementor-element.elementor-element-980d21f{width:100%;max-width:100%;border-radius:10px 10px 10px 10px;}.elementor-2295 .elementor-element.elementor-element-980d21f.elementor-element{--align-self:center;--flex-grow:1;--flex-shrink:0;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-980d21f *//* =========================================================
   01, TOKENS AND GLOBALS, START
   ========================================================= */

:root{
  --text-main:#ffffff;
  --text-soft:rgba(255,255,255,0.88);

  --gold:rgba(215,179,84,0.95);
  --gold-soft:rgba(215,179,84,0.20);
  --gold-border:rgba(215,179,84,0.16);

  --card-bg-a:rgba(10,10,10,0.78);
  --card-bg-b:rgba(18,18,18,0.70);

  --ease-soft:cubic-bezier(0.25,0.85,0.25,1);
  --t-slow:700ms;
}

*,
*::before,
*::after{ box-sizing:border-box; }

body{
  margin:0;
  font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  background:#ffffff;
  color:var(--text-main);
  line-height:1.6;
}

/* =========================================================
   01, TOKENS AND GLOBALS, END
   ========================================================= */


/* =========================================================
   02, CONTAINER AND GRID, START
   ========================================================= */

.container{
  margin:0 auto;
  padding:0 1rem;
}

.grid{
  display:grid;
  gap:1.4rem;
}

.grid-3{
  grid-template-columns:repeat(3,minmax(0,1fr));
}

/* =========================================================
   02, CONTAINER AND GRID, END
   ========================================================= */


/* =========================================================
   03, SECTION HEADING, START
   ========================================================= */

.section-heading{
  margin:0 auto 2rem;
  text-align:center;
}

.pill{
  display:inline-flex;
  padding:0.22rem 0.8rem;
  border-radius:999px;
  font-size:0.72rem;
  letter-spacing:0.12em;
  text-transform:uppercase;
  background:rgba(0,0,0,0.40);
  border:1px solid var(--gold-border);
  color:rgba(255,255,255,0.95);
  margin-bottom:0.75rem;
}

.section-heading h2{
  margin:0 0 0.4rem;
  font-weight:650;
  color:rgba(248,248,248,0.96);
  text-shadow:0 1px 2px rgba(0,0,0,0.45);
}

.section-heading p{
  margin:0;
  color:var(--text-soft);
  line-height:1.45;
  text-shadow:0 1px 2px rgba(0,0,0,0.25);
}

/* =========================================================
   03, SECTION HEADING, END
   ========================================================= */


/* =========================================================
   04, SERVICES VIGNETTE BACKGROUND, START
   ========================================================= */

#services-overview{
  position:relative;
  padding:2.4rem 0 2.8rem;
  overflow:hidden;
}

#services-overview::before{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(
      ellipse at center,
      rgba(0,0,0,0.82) 0%,
      rgba(0,0,0,0.62) 28%,
      rgba(0,0,0,0.38) 50%,
      rgba(0,0,0,0.16) 66%,
      rgba(0,0,0,0.00) 86%
    );
}

#services-overview::after{
  content:"";
  position:absolute;
  inset:0;
  pointer-events:none;
  background:
    radial-gradient(700px 520px at 50% 10%, rgba(255,255,255,0.04), rgba(0,0,0,0) 62%);
}

#services-overview .container{
  position:relative;
  z-index:1;
}

/* =========================================================
   04, SERVICES VIGNETTE BACKGROUND, END
   ========================================================= */


/* =========================================================
   05, CARDS AND LIST LINKS, START
   ========================================================= */

.card{
  background:linear-gradient(145deg,var(--card-bg-a),var(--card-bg-b));
  border:1px solid var(--gold-border);
  border-radius:18px;
  padding:1.2rem;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.08),
    0 18px 40px rgba(0,0,0,0.45);
  transition:
    transform var(--t-slow) var(--ease-soft),
    box-shadow var(--t-slow) var(--ease-soft),
    border-color var(--t-slow) var(--ease-soft),
    background var(--t-slow) var(--ease-soft);
}

.card h3{
  margin:0 0 0.4rem;
  font-weight:650;
  color:rgba(248,248,248,0.96);
  text-shadow:0 1px 2px rgba(0,0,0,0.45);
}

.card p{
  color:var(--text-soft);
  text-shadow:0 1px 2px rgba(0,0,0,0.25);
}

.service-list{
  margin:0.85rem 0 0.85rem;
  padding:0;
  list-style:none;
  display:grid;
  gap:0.42rem;
}

.service-list a{
  color:rgba(255,255,255,0.94);
  text-decoration:none;
  position:relative;
}

.service-list a::after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:-0.25rem;
  height:1px;
  background:linear-gradient(90deg, transparent, rgba(215,179,84,0.90), transparent);
  opacity:0;
  transition:opacity 200ms ease;
}

.service-list a:hover::after{
  opacity:1;
}

/* Hover, keep it subtle, add a gold hint */
.service-card:hover,
.service-card:focus-within{
  transform:translateY(-1px);
  border-color:rgba(215,179,84,0.24);
  background:
    radial-gradient(140% 120% at 50% 0%, rgba(215,179,84,0.10), rgba(0,0,0,0) 55%),
    linear-gradient(145deg, rgba(12,12,12,0.82), rgba(20,20,20,0.74));
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,0.10),
    0 22px 48px rgba(0,0,0,0.52);
}

/* =========================================================
   05, CARDS AND LIST LINKS, END
   ========================================================= */


/* =========================================================
   06, BREAKPOINTS, START
   ========================================================= */

@media (max-width: 1440px){
  .container{ max-width:1200px; }
  .section-heading h2{ font-size:1.6rem; }
  .section-heading p{ font-size:0.95rem; }
}

@media (min-width: 1441px) and (max-width: 1920px){
  .container{ max-width:1400px; }
  .section-heading h2{ font-size:1.9rem; }
}

@media (min-width: 1921px) and (max-width: 2560px){
  .container{ max-width:1700px; }
  .grid{ gap:1.6rem; }
}

@media (min-width: 2561px){
  .container{ max-width:2000px; }
  .grid{ gap:2rem; }
}

@media (max-width: 1024px){
  .grid-3{ grid-template-columns:repeat(2,minmax(0,1fr)); }
}

@media (max-width: 480px){
  .container{ padding:0 0.7rem; }
  .section-heading h2{ font-size:1.25rem; }
  .section-heading p{ font-size:0.8rem; }
}

@media (max-width: 390px){
  .container{ padding:0 0.55rem; }
  .section-heading h2{ font-size:1.15rem; }
}

@media (max-width: 360px){
  .section-heading h2{ font-size:1.05rem; }
  .section-heading p{ font-size:0.75rem; }
}

@media (max-width: 720px){
  .grid-3{ grid-template-columns:minmax(0,1fr); }
  .grid{ gap:0.75rem; }
  .card{
    padding:0.85rem;
    border-radius:14px;
  }
}

/* Reduce motion */
@media (prefers-reduced-motion: reduce){
  .card{ transition:none; }
  .service-card:hover,
  .service-card:focus-within{
    transform:none;
  }
}

/* =========================================================
   06, BREAKPOINTS, END
   ========================================================= *//* End custom CSS */