.elementor-42 .elementor-element.elementor-element-37f9c7b{--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;}/* Start custom CSS for container, class: .elementor-element-37f9c7b */:root {
      --primary: #f59e0b;
      --primary-dark: #d97706;
      --accent: #10b981;
      --dark: #0f172a;
      --dark-alt: #1e293b;
      --mid: #334155;
      --light: #f8fafc;
      --text: #1e293b;
      --text-muted: #64748b;
      --white: #ffffff;
      --radius: 8px;
      --shadow: 0 4px 24px rgba(0,0,0,0.08);
      --transition: all 0.3s ease;
      --font: 'Inter', sans-serif;
    }
    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }
    html { scroll-behavior: smooth; }
    body { font-family: var(--font); color: var(--text); background: var(--white); line-height: 1.6; }
    a { text-decoration: none; color: inherit; }

    /* ===== PAGE HERO ===== */
    .page-hero {
      background: linear-gradient(135deg, #0f172a 0%, #1e293b 60%, #0f2518 100%);
      padding: 80px 24px 70px;
      text-align: center;
      position: relative;
      overflow: hidden;
    }
    .page-hero::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at 70% 50%, rgba(245,158,11,0.12) 0%, transparent 60%),
                  radial-gradient(ellipse at 20% 80%, rgba(16,185,129,0.1) 0%, transparent 50%);
    }
    .page-hero-inner { max-width: 760px; margin: 0 auto; position: relative; }
    .hero-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(245,158,11,0.15);
      border: 1px solid rgba(245,158,11,0.3);
      border-radius: 50px;
      padding: 6px 18px;
      font-size: 0.82rem;
      font-weight: 600;
      color: #f59e0b;
      letter-spacing: 0.5px;
      margin-bottom: 22px;
    }
    .page-hero h1 {
      font-size: clamp(2rem, 4vw, 2.8rem);
      font-weight: 900;
      color: #f8fafc;
      margin-bottom: 16px;
      line-height: 1.15;
    }
    .page-hero h1 span { color: #f59e0b; }
    .page-hero p {
      font-size: 1.05rem;
      color: #94a3b8;
      max-width: 580px;
      margin: 0 auto;
      line-height: 1.75;
    }

    /* ===== QUICK CONTACT STRIP ===== */
    .quick-contact {
      background: #f8fafc;
      border-bottom: 1px solid #e2e8f0;
      padding: 0 24px;
    }
    .quick-contact-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 0;
    }
    .qc-item {
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 24px 20px;
      border-right: 1px solid #e2e8f0;
      transition: var(--transition);
    }
    .qc-item:last-child { border-right: none; }
    .qc-item:hover { background: #fff; }
    .qc-icon {
      width: 44px;
      height: 44px;
      border-radius: 10px;
      background: linear-gradient(135deg, #f59e0b, #10b981);
      display: flex;
      align-items: center;
      justify-content: center;
      flex-shrink: 0;
    }
    .qc-icon svg { width: 20px; height: 20px; color: #fff; }
    .qc-text span { display: block; font-size: 0.75rem; font-weight: 600; color: #94a3b8; text-transform: uppercase; letter-spacing: 0.5px; margin-bottom: 3px; }
    .qc-text strong { font-size: 0.9rem; font-weight: 700; color: var(--dark); }
    .qc-text a { color: var(--dark); transition: var(--transition); }
    .qc-text a:hover { color: var(--primary); }

    /* ===== MAIN SECTION ===== */
    .contact-section {
      max-width: 1200px;
      margin: 0 auto;
      padding: 72px 24px;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 60px;
      align-items: start;
    }

    /* ===== CONTACT FORM ===== */
    .form-box {
      background: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 16px;
      padding: 40px;
      box-shadow: var(--shadow);
    }
    .form-box h2 {
      font-size: 1.5rem;
      font-weight: 800;
      color: var(--dark);
      margin-bottom: 6px;
    }
    .form-box > p {
      font-size: 0.9rem;
      color: var(--text-muted);
      margin-bottom: 28px;
    }

    /* Enquiry type tabs */
    .enquiry-tabs {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-bottom: 28px;
    }
    .enq-tab {
      padding: 7px 14px;
      border-radius: 50px;
      border: 1.5px solid #e2e8f0;
      background: #f8fafc;
      font-size: 0.8rem;
      font-weight: 600;
      color: var(--text-muted);
      cursor: pointer;
      transition: var(--transition);
      user-select: none;
    }
    .enq-tab.active, .enq-tab:hover {
      background: #fef3c7;
      border-color: var(--primary);
      color: var(--primary-dark);
    }

    .form-group { margin-bottom: 18px; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; }
    .form-group label {
      display: block;
      font-size: 0.83rem;
      font-weight: 600;
      color: var(--dark);
      margin-bottom: 6px;
    }
    .form-group label span { color: #ef4444; }
    .form-group input,
    .form-group select,
    .form-group textarea {
      width: 100%;
      padding: 11px 14px;
      border: 1.5px solid #e2e8f0;
      border-radius: var(--radius);
      font-family: var(--font);
      font-size: 0.9rem;
      color: var(--text);
      background: #f8fafc;
      outline: none;
      transition: var(--transition);
    }
    .form-group input:focus,
    .form-group select:focus,
    .form-group textarea:focus {
      border-color: var(--primary);
      background: #fff;
      box-shadow: 0 0 0 3px rgba(245,158,11,0.12);
    }
    .form-group textarea { resize: vertical; min-height: 110px; }
    .form-group select { appearance: none; background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E"); background-repeat: no-repeat; background-position: right 14px center; padding-right: 36px; }

    .form-submit {
      width: 100%;
      padding: 14px;
      background: var(--primary);
      color: var(--dark);
      font-family: var(--font);
      font-size: 0.97rem;
      font-weight: 700;
      border: none;
      border-radius: 50px;
      cursor: pointer;
      transition: var(--transition);
      margin-top: 6px;
    }
    .form-submit:hover {
      background: var(--primary-dark);
      color: #fff;
      transform: translateY(-1px);
      box-shadow: 0 6px 20px rgba(245,158,11,0.35);
    }
    .form-note {
      font-size: 0.78rem;
      color: var(--text-muted);
      margin-top: 12px;
      text-align: center;
    }

    /* ===== CONTACT INFO PANEL ===== */
    .info-panel { display: flex; flex-direction: column; gap: 28px; }

    .info-card {
      background: #fff;
      border: 1px solid #e2e8f0;
      border-radius: 14px;
      padding: 28px;
      box-shadow: var(--shadow);
    }
    .info-card h3 {
      font-size: 1rem;
      font-weight: 800;
      color: var(--dark);
      margin-bottom: 18px;
      display: flex;
      align-items: center;
      gap: 10px;
    }
    .info-card h3 svg { width: 18px; height: 18px; color: var(--primary); }

    .info-row {
      display: flex;
      align-items: flex-start;
      gap: 12px;
      margin-bottom: 14px;
    }
    .info-row:last-child { margin-bottom: 0; }
    .info-row svg { width: 16px; height: 16px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }
    .info-row div { font-size: 0.88rem; color: var(--text-muted); line-height: 1.55; }
    .info-row div strong { display: block; font-weight: 600; color: var(--dark); margin-bottom: 2px; font-size: 0.87rem; }
    .info-row a { color: var(--text-muted); transition: var(--transition); }
    .info-row a:hover { color: var(--primary); }

    /* Response time badge */
    .response-badge {
      display: flex;
      align-items: center;
      gap: 10px;
      background: linear-gradient(135deg, rgba(16,185,129,0.08), rgba(245,158,11,0.08));
      border: 1px solid rgba(16,185,129,0.2);
      border-radius: 10px;
      padding: 14px 18px;
    }
    .response-badge svg { width: 22px; height: 22px; color: var(--accent); flex-shrink: 0; }
    .response-badge p { font-size: 0.85rem; color: var(--text-muted); line-height: 1.5; }
    .response-badge p strong { color: var(--dark); font-weight: 700; }

    /* ===== OFFICES SECTION ===== */
    .offices-section {
      background: var(--dark);
      padding: 72px 24px;
    }
    .offices-inner { max-width: 1200px; margin: 0 auto; }
    .section-label {
      display: inline-block;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 1.5px;
      text-transform: uppercase;
      color: var(--primary);
      margin-bottom: 10px;
    }
    .offices-inner h2 {
      font-size: clamp(1.6rem, 3vw, 2.2rem);
      font-weight: 900;
      color: #f8fafc;
      margin-bottom: 10px;
    }
    .offices-inner > p {
      color: #94a3b8;
      font-size: 0.95rem;
      margin-bottom: 44px;
      max-width: 560px;
    }
    .offices-grid {
      display: grid;
      grid-template-columns: repeat(3, 1fr);
      gap: 24px;
    }
    .office-card {
      background: #1e293b;
      border: 1px solid #334155;
      border-radius: 14px;
      padding: 28px;
      transition: var(--transition);
    }
    .office-card:hover {
      border-color: var(--primary);
      transform: translateY(-3px);
    }
    .office-flag {
      width: 44px;
      height: 44px;
      border-radius: 10px;
      background: linear-gradient(135deg, var(--primary), var(--accent));
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 16px;
    }
    .office-flag svg { width: 22px; height: 22px; color: #fff; }
    .office-card h4 {
      font-size: 1rem;
      font-weight: 800;
      color: #f8fafc;
      margin-bottom: 4px;
    }
    .office-card .office-type {
      font-size: 0.75rem;
      font-weight: 600;
      color: var(--primary);
      text-transform: uppercase;
      letter-spacing: 0.5px;
      margin-bottom: 16px;
    }
    .office-detail {
      display: flex;
      align-items: flex-start;
      gap: 8px;
      margin-bottom: 10px;
      font-size: 0.85rem;
      color: #94a3b8;
      line-height: 1.5;
    }
    .office-detail svg { width: 14px; height: 14px; color: var(--primary); flex-shrink: 0; margin-top: 2px; }
    .office-detail a { color: #94a3b8; transition: var(--transition); }
    .office-detail a:hover { color: var(--primary); }

    /* ===== MAP SECTION ===== */
    .map-section { padding: 0; }
    .map-section iframe {
      width: 100%;
      height: 380px;
      border: none;
      display: block;
      filter: grayscale(0.2);
    }

    /* ===== TRUST STRIP ===== */
    .trust-strip {
      background: #f8fafc;
      border-top: 1px solid #e2e8f0;
      border-bottom: 1px solid #e2e8f0;
      padding: 28px 24px;
    }
    .trust-strip-inner {
      max-width: 1200px;
      margin: 0 auto;
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
    }
    .trust-item {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 0.85rem;
      font-weight: 600;
      color: var(--text-muted);
    }
    .trust-item svg { width: 18px; height: 18px; color: var(--accent); }

    /* ===== FAQ ===== */
    .faq-section {
      max-width: 800px;
      margin: 0 auto;
      padding: 72px 24px;
    }
    .faq-section h2 {
      font-size: clamp(1.5rem, 3vw, 2rem);
      font-weight: 900;
      color: var(--dark);
      text-align: center;
      margin-bottom: 8px;
    }
    .faq-section > p {
      text-align: center;
      color: var(--text-muted);
      font-size: 0.95rem;
      margin-bottom: 44px;
    }
    .faq-item {
      border: 1px solid #e2e8f0;
      border-radius: var(--radius);
      margin-bottom: 10px;
      overflow: hidden;
    }
    .faq-q {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 18px 22px;
      cursor: pointer;
      font-weight: 600;
      font-size: 0.93rem;
      color: var(--dark);
      background: #fff;
      transition: var(--transition);
      gap: 12px;
    }
    .faq-q:hover { background: #fef3c7; }
    .faq-q svg { width: 18px; height: 18px; color: var(--primary); flex-shrink: 0; transition: transform 0.3s; }
    .faq-a {
      display: none;
      padding: 0 22px 18px;
      font-size: 0.88rem;
      color: var(--text-muted);
      line-height: 1.75;
      background: #fff;
    }
    .faq-item.open .faq-a { display: block; }
    .faq-item.open .faq-q svg { transform: rotate(180deg); }

    /* ===== RESPONSIVE ===== */
    @media (max-width: 1024px) {
      .quick-contact-inner { grid-template-columns: repeat(2, 1fr); }
      .qc-item:nth-child(2) { border-right: none; }
      .offices-grid { grid-template-columns: 1fr 1fr; }
      .contact-section { grid-template-columns: 1fr; gap: 40px; }
    }
    @media (max-width: 640px) {
      .quick-contact-inner { grid-template-columns: 1fr; }
      .qc-item { border-right: none; border-bottom: 1px solid #e2e8f0; }
      .qc-item:last-child { border-bottom: none; }
      .offices-grid { grid-template-columns: 1fr; }
      .form-row { grid-template-columns: 1fr; }
      .form-box { padding: 24px; }
    }/* End custom CSS */