.elementor-28 .elementor-element.elementor-element-3ac88ad{--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;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-dc905eb */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
  :root {
    --navy: #0d1b3e; --gold: #c8952a; --gold-light: #e8b84b;
    --green: #1a5c3a; --green-light: #2e7d52;
    --white: #ffffff; --offwhite: #f5f3ee; --text: #1c1c1c; --muted: #5a5a5a;
  }
  body { font-family: 'Barlow', sans-serif; color: var(--text); background: var(--white); overflow-x: hidden; }

  /* PAGE HERO */
  .page-hero {
    background: linear-gradient(135deg, var(--navy) 0%, #1a2f5e 60%, var(--green) 100%);
    padding: 120px 24px 80px; text-align: center; color: var(--white); position: relative; overflow: hidden;
  }
  .page-hero::after {
    content:''; position:absolute; bottom:-1px; left:0; right:0; height:60px;
    background: var(--white); clip-path: ellipse(55% 100% at 50% 100%);
  }
  .page-hero-tag { font-size: 0.75rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold-light); margin-bottom: 16px; }
  .page-hero h1 { font-family: 'Playfair Display', serif; font-size: clamp(2rem, 5vw, 3.8rem); margin-bottom: 16px; }
  .page-hero p { font-size: 1.05rem; color: rgba(255,255,255,0.7); max-width: 560px; margin: auto; line-height: 1.7; }

  section { padding: 80px 24px; }
  .section-inner { max-width: 1100px; margin: auto; }
  .section-tag { font-size: 0.75rem; font-weight: 700; letter-spacing: 3px; text-transform: uppercase; color: var(--gold); margin-bottom: 12px; }
  .section-title { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 3.5vw, 2.6rem); margin-bottom: 20px; line-height: 1.2; }
  .section-desc { font-size: 1rem; color: var(--muted); line-height: 1.8; max-width: 620px; }

  /* SERVICES GRID */
  .services-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(320px, 1fr)); gap: 32px; margin-top: 56px; }
  .service-card {
    border-radius: 6px; overflow: hidden; box-shadow: 0 4px 24px rgba(0,0,0,0.08);
    transition: transform .3s, box-shadow .3s; cursor: default;
  }
  .service-card:hover { transform: translateY(-6px); box-shadow: 0 12px 40px rgba(0,0,0,0.14); }
  .service-img { width: 100%; height: 220px; object-fit: cover; display: block; }
  .service-body { padding: 28px; border-top: 4px solid var(--gold); }
  .service-icon { font-size: 2rem; margin-bottom: 12px; }
  .service-body h3 { font-family: 'Playfair Display', serif; font-size: 1.3rem; color: var(--navy); margin-bottom: 10px; }
  .service-body p { font-size: 0.9rem; color: var(--muted); line-height: 1.75; margin-bottom: 16px; }
  .service-tag-list { display: flex; flex-wrap: wrap; gap: 6px; }
  .stag { background: var(--offwhite); border: 1px solid #ddd; padding: 4px 12px; border-radius: 50px; font-size: 0.76rem; font-weight: 600; color: var(--navy); }

  /* DIFFERENTIATORS */
  .diff-section { background: var(--offwhite); }
  .diff-grid { display: grid; grid-template-columns: repeat(auto-fit, minmax(240px, 1fr)); gap: 28px; margin-top: 48px; }
  .diff-card { background: var(--white); padding: 32px 28px; border-radius: 4px; text-align: center; box-shadow: 0 2px 16px rgba(0,0,0,0.06); transition: transform .3s; }
  .diff-card:hover { transform: translateY(-4px); }
  .diff-card .diff-icon { width: 60px; height: 60px; border-radius: 50%; background: linear-gradient(135deg, var(--navy), #2a4080); display: flex; align-items: center; justify-content: center; font-size: 1.6rem; margin: 0 auto 20px; }
  .diff-card h3 { font-size: 1rem; font-weight: 700; color: var(--navy); margin-bottom: 10px; }
  .diff-card p { font-size: 0.88rem; color: var(--muted); line-height: 1.7; }

  /* PROCESS VISUAL */
  .process-section { background: var(--navy); }
  .process-section .section-title { color: var(--white); }
  .process-section .section-desc { color: rgba(255,255,255,0.6); }
  .process-timeline { position: relative; margin-top: 60px; }
  /*.process-timeline::before {*/
  /*  content:''; position:absolute; left:50%; top:0; bottom:0; width:2px;*/
  /*  background: linear-gradient(var(--gold), transparent); transform:translateX(-50%);*/
  /*}*/
  .process-item { display: flex; align-items: flex-start; gap: 32px; margin-bottom: 48px; position: relative; }
  .process-item:nth-child(even) { flex-direction: row-reverse; }
  .process-num {
    width: 56px; height: 56px; border-radius: 50%; background: var(--gold); color: var(--navy);
    font-family: 'Playfair Display', serif; font-size: 1.4rem; font-weight: 900;
    display: flex; align-items: center; justify-content: center;
    flex-shrink: 0; position: relative; z-index: 2;
    box-shadow: 0 0 0 6px rgba(200,149,42,0.2);
  }
  .process-text { flex: 1; background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.1); padding: 24px; border-radius: 4px; }
  .process-text h3 { color: var(--gold-light); font-size: 1rem; font-weight: 700; margin-bottom: 8px; }
  .process-text p { color: rgba(255,255,255,0.65); font-size: 0.9rem; line-height: 1.7; }

  /* CTA */
  .cta-section { background: linear-gradient(135deg, var(--green) 0%, var(--green-light) 100%); text-align: center; padding: 80px 24px; }
  .cta-section h2 { font-family: 'Playfair Display', serif; font-size: clamp(1.8rem, 4vw, 2.8rem); color: var(--white); margin-bottom: 16px; }
  .cta-section p { color: rgba(255,255,255,0.75); font-size: 1.05rem; margin-bottom: 36px; }
  .btn-primary { background: var(--gold); color: var(--navy); padding: 16px 36px; border-radius: 4px; font-weight: 700; font-size: 0.95rem; text-decoration: none; letter-spacing: 1px; transition: all .3s; display: inline-block; }
  .btn-primary:hover { background: var(--gold-light); transform: translateY(-2px); }

  /* FOOTER */
  footer { background: #080e1f; padding: 48px 24px 24px; }
  .footer-inner { max-width: 1100px; margin: auto; display: grid; grid-template-columns: 2fr 1fr 1fr; gap: 40px; margin-bottom: 40px; }
  .footer-brand { color: #fff; }
  .footer-brand p { font-size: 0.88rem; line-height: 1.8; margin-top: 12px; color: rgba(255,255,255,0.5); }
  .footer-col h4 { color: var(--gold); font-size: 0.8rem; letter-spacing: 2px; text-transform: uppercase; margin-bottom: 16px; }
  .footer-col a { display: block; font-size: 0.88rem; color: rgba(255,255,255,0.5); text-decoration: none; margin-bottom: 8px; transition: color .2s; }
  .footer-col a:hover { color: var(--gold-light); }
  .footer-bottom { border-top: 1px solid rgba(255,255,255,0.08); padding-top: 24px; text-align: center; font-size: 0.8rem; color: rgba(255,255,255,0.3); max-width:1100px; margin:0 auto; }

  @media(max-width:768px){
    .process-timeline::before{display:none;}
    .process-item,.process-item:nth-child(even){flex-direction:column;}
    .footer-inner{grid-template-columns:1fr;}
  }/* End custom CSS */