/* Start custom CSS for text-editor, class: .elementor-element-8dd436d */*, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'DM Sans', sans-serif;
      background: #FFFFFF;
      color: #1C1C1C;
      font-size: 15px;
      line-height: 1.6;
      overflow-x: hidden;
    }

    a { text-decoration: none; color: inherit; transition: all 0.2s; }
    img { display: block; max-width: 100%; }
    svg { display: block; flex-shrink: 0; }
    .ast-single-post .entry-content a, .ast-comment-content a:not(.ast-comment-edit-reply-wrap a){text-decoration:none !important;}
    /* ── HERO ── */
    #hero {
      position: relative;
      min-height: 92vh;
      background: linear-gradient(140deg, #060e20 0%, #0a1e45 35%, #0c3070 60%, #0f4a8a 80%, #1560a8 100%);
      display: flex;
      align-items: center;
      overflow: hidden;
    }

    #hero::before {
      content: '';
      position: absolute; inset: 0;
      background-image:
        linear-gradient(rgba(255,255,255,0.03) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,0.03) 1px, transparent 1px);
      background-size: 60px 60px;
      pointer-events: none; z-index: 1;
    }

    .hero-orb { position: absolute; border-radius: 50%; pointer-events: none; }
    .orb1 { width:700px;height:700px;top:-200px;right:-150px;background:radial-gradient(circle,rgba(0,120,255,0.18) 0%,transparent 65%); }
    .orb2 { width:500px;height:500px;bottom:-150px;left:-100px;background:radial-gradient(circle,rgba(0,191,255,0.14) 0%,transparent 65%); }
    .orb3 { width:300px;height:300px;top:40%;right:30%;background:radial-gradient(circle,rgba(204,34,41,0.12) 0%,transparent 65%); }

    .hero-inner {
      position: relative; z-index: 2;
      max-width: 1100px; margin: 0 auto;
      padding: 6rem 2rem 5rem;
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 4rem;
      align-items: center;
    }

    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to   { opacity: 1; transform: translateY(0); }
    }

    .hero-left  { animation: fadeUp 0.7s ease both; }
    .hero-right { animation: fadeUp 0.7s 0.15s ease both; }

    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(0,191,255,0.12);
      border: 1px solid rgba(0,191,255,0.28);
      color: #4DD9FF; font-size: 11px; font-weight: 600;
      letter-spacing: 1.8px; text-transform: uppercase;
      padding: 5px 14px; border-radius: 40px;
      margin-bottom: 1.25rem;
    }
    .hero-eyebrow span {
      width: 6px; height: 6px; border-radius: 50%;
      background: #4DD9FF; animation: pulse 2s infinite;
    }
    @keyframes pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50%       { opacity: 0.4; transform: scale(1.4); }
    }

    .hero-h1 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(36px, 5vw, 58px);
      font-weight: 700; color: #ffffff !important;
      line-height: 1.15; letter-spacing: -0.5px;
      margin-bottom: 1.25rem;
      text-shadow: 0 4px 32px rgba(0,0,0,0.3);
    }
    .hero-h1 em {
      font-style: normal;
      background: linear-gradient(90deg, #4DD9FF, #a8e6ff);
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero-p {
      font-size: 16px; color: rgba(255,255,255,0.68);
      line-height: 1.8; max-width: 480px;
      margin-bottom: 2rem;
    }

    .hero-btns { display: flex; gap: 1rem; flex-wrap: wrap; }

    .hero-btn-primary {
      display: inline-flex; align-items: center; gap: 8px;
      background: linear-gradient(135deg, #8B1A1A, #CC2229);
      color: #ffffff; font-size: 14.5px; font-weight: 700;
      padding: 14px 28px; border-radius: 10px;
      box-shadow: 0 6px 20px rgba(204,34,41,0.38);
      transition: opacity 0.18s, box-shadow 0.18s, transform 0.15s;
      text-decoration: none !important;
    }
    .hero-btn-primary:hover { opacity: 0.9; transform: translateY(-2px); box-shadow: 0 10px 28px rgba(204,34,41,0.45); color:#ffffff !important; }
    .hero-btn-primary svg { width:16px;height:16px;stroke:#fff;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round; }

    .hero-btn-secondary {
      display: inline-flex; align-items: center; gap: 8px;
      background: rgba(255,255,255,0.1);
      border: 1.5px solid rgba(255,255,255,0.28);
      color: #ffffff !important; font-size: 14.5px; font-weight: 600;
      padding: 14px 28px; border-radius: 10px;
      transition: background 0.18s, border-color 0.18s, transform 0.15s;
      text-decoration: none !important;
    }
    .hero-btn-secondary:hover { color: #ffffff !important; background: rgba(255,255,255,0.18); border-color: rgba(255,255,255,0.45); transform: translateY(-2px); }

    .hero-stats {
      display: grid; grid-template-columns: repeat(3,1fr);
      gap: 1px; margin-top: 2.5rem;
      background: rgba(255,255,255,0.1);
      border-radius: 10px; overflow: hidden;
      border: 1px solid rgba(255,255,255,0.12);
    }
    .hero-stat {
      background: rgba(255,255,255,0.06);
      padding: 1rem; text-align: center;
    }
    .hero-stat-num {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: 24px; font-weight: 700; color: #ffffff;
      line-height: 1; margin-bottom: 4px;
    }
    .hero-stat-label { font-size: 11px; color: rgba(255,255,255,0.55); letter-spacing: 0.3px; }

    .hero-partners-box {
      background: rgba(255,255,255,0.06);
      border: 1px solid rgba(255,255,255,0.12);
      border-radius: 22px; padding: 2rem;
      backdrop-filter: blur(10px);
    }
    .hero-partners-label {
      font-size: 10.5px; font-weight: 700; letter-spacing: 2px;
      text-transform: uppercase; color: rgba(255,255,255,0.45);
      text-align: center; margin-bottom: 1.5rem;
    }
    .hero-partners-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }

    .partner-pill {
      background: rgba(255,255,255,0.08);
      border: 1px solid rgba(255,255,255,0.14);
      border-radius: 10px; padding: 1rem;
      display: flex; align-items: center; justify-content: center;
      transition: background 0.18s, border-color 0.18s, transform 0.18s;
      min-height: 64px;
    }
    .partner-pill:hover { background: rgba(255,255,255,0.14); border-color: rgba(77,217,255,0.3); transform: translateY(-2px); }
    .partner-pill img { max-height: 36px; width: auto; object-fit: contain; opacity: 0.8; }

    /* ── PARTNERS STRIP ── */
    #partners-strip {
      background: #F4F7FC;
      border-top: 1px solid #DDE3EF;
      border-bottom: 1px solid #DDE3EF;
      padding: 1.5rem 2rem;
    }
    .partners-strip-inner {
      max-width: 1100px; margin: 0 auto;
      display: flex; align-items: center; gap: 2rem; flex-wrap: wrap;
    }
    .partners-strip-label {
      font-size: 10.5px; font-weight: 700; letter-spacing: 1.8px;
      text-transform: uppercase; color: #CC2229;
      white-space: nowrap; flex-shrink: 0;
    }
    .partners-logos { display: flex; align-items: center; gap: 2rem; flex-wrap: wrap; flex: 1; }
    .partners-logos img {
      height: 36px; width: auto; object-fit: contain;
      filter: grayscale(1); opacity: 0.65;
      transition: filter 0.2s, opacity 0.2s;
    }
    .partners-logos img:hover { filter: grayscale(0); opacity: 1; }

    /* ── SECTION COMMONS ── */
    .section { padding: 5rem 2rem; }
    .section.bg-off { background: #F4F7FC; }
    .section.bg-dark {
      background: linear-gradient(135deg, #060e20 0%, #0a1e45 50%, #0c3070 100%);
      color: #ffffff;
    }
    .section-inner { max-width: 1100px; margin: 0 auto; }

    .section-eyebrow {
      display: inline-block;
      font-size: 10.5px; font-weight: 700; letter-spacing: 2px;
      text-transform: uppercase; color: #CC2229;
      margin-bottom: 0.6rem;
    }
    .section-h2 {
      font-family: 'Playfair Display', Georgia, serif;
      font-size: clamp(26px, 4vw, 38px);
      font-weight: 700; color: #1A3A8F;
      line-height: 1.2; margin-bottom: 1rem;
    }
    .section-h2.light { color: #ffffff; }
    .section-sub.light { color: rgba(255,255,255,0.62); }

    .divider {
      width: 48px; height: 4px;
      background: linear-gradient(90deg, #8B1A1A, #CC2229);
      border-radius: 4px; margin: 1rem 0 1.75rem;
    }

    /* ── QUICK CARDS ── */
    .quick-grid {
      display: grid; grid-template-columns: repeat(2,1fr);
      gap: 1.25rem; margin-top: 3rem;
    }
    .quick-card {
      background: #FFFFFF;
      border: 1px solid #DDE3EF;
      border-radius: 22px; padding: 2rem;
      box-shadow: 0 4px 20px rgba(26,58,143,0.07);
      display: flex; flex-direction: column; gap: 1rem;
      transition: transform 0.2s, box-shadow 0.2s;
      position: relative; overflow: hidden;
    }
    .quick-card::before {
      content: ''; position: absolute; top: 0; left: 0; right: 0; height: 4px;
      background: linear-gradient(90deg, #8B1A1A, #CC2229);
    }
    .quick-card:hover { transform: translateY(-4px); box-shadow: 0 12px 32px rgba(26,58,143,0.13); }

    .quick-card-icon {
      width: 52px; height: 52px; border-radius: 14px;
      background: linear-gradient(135deg, rgba(26,58,143,0.08), rgba(26,31,107,0.14));
      border: 1px solid rgba(26,58,143,0.13);
      display: flex; align-items: center; justify-content: center;
    }
    .quick-card-icon svg { width:22px;height:22px;stroke:#1A3A8F;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round; }
    .quick-card h3 { font-size: 20px; font-weight: 700; color: #1A3A8F; }
    .quick-card p { font-size: 14px; color: #5A6478; line-height: 1.7; flex: 1; }
    .quick-card-btn {
      display: inline-flex; align-items: center; gap: 8px; align-self: flex-start;
      background: linear-gradient(135deg, #8B1A1A, #CC2229);
      color: #ffffff !important; font-size: 13.5px; font-weight: 600;
      padding: 10px 22px; border-radius: 10px;
      box-shadow: 0 4px 14px rgba(204,34,41,0.28);
      transition: opacity 0.18s, transform 0.15s;
      text-decoration: none !important;
    }
    .quick-card-btn:hover { color: #ffffff !important; opacity: 0.88; transform: translateY(-1px); }
    .quick-card-btn svg { width:14px;height:14px;stroke:#fff;fill:none;stroke-width:2.2;stroke-linecap:round;stroke-linejoin:round; }

    /* ── VOUCHERS ── */
    .voucher-header { text-align: center; margin-bottom: 3rem; }
    .vouchers-grid { display: grid; grid-template-columns: repeat(4,1fr); gap: 1.1rem; }
    .voucher-card {
      background: #FFFFFF;
      border: 1px solid #DDE3EF;
      border-radius: 16px; padding: 1.75rem 1.4rem;
      text-align: center;
      box-shadow: 0 3px 12px rgba(26,58,143,0.06);
      transition: transform 0.18s, box-shadow 0.18s;
      position: relative; overflow: hidden;
    }
    .voucher-card::after {
      content: ''; position: absolute; bottom: 0; left: 0; right: 0; height: 3px;
      background: linear-gradient(90deg, #8B1A1A, #CC2229);
      transform: scaleX(0); transition: transform 0.2s;
    }
    .voucher-card:hover { transform: translateY(-4px); box-shadow: 0 10px 28px rgba(26,58,143,0.12); }
    .voucher-card:hover::after { transform: scaleX(1); }

    .voucher-tag {
      display: inline-block;
      background: linear-gradient(135deg, #0D2255, #1A3A8F);
      color: #ffffff; font-size: 11px; font-weight: 700;
      letter-spacing: 1px; text-transform: uppercase;
      padding: 4px 12px; border-radius: 40px; margin-bottom: 1rem;
    }
    .voucher-card h3 { font-size: 16px; font-weight: 700; color: #1C1C1C; margin-bottom: 0.5rem; }
    .voucher-card p { font-size: 13px; color: #5A6478; line-height: 1.6; margin-bottom: 1.25rem; min-height: 48px; }
    .voucher-btn {
      display: inline-flex; align-items: center; gap: 6px;
      border: 1.5px solid #1A3A8F;
      color: #1A3A8F !important; font-size: 12.5px; font-weight: 600;
      padding: 8px 16px; border-radius: 10px;
      transition: background 0.15s, color 0.15s;
      text-decoration: none !important;
    }
    .voucher-btn:hover { background: #1A3A8F; color: #ffffff !important; }

    /* ── ABOUT ── */
    .about-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: center; }
    .about-img-wrap { position: relative; }
    .about-img-bg {
      position: absolute; width: 85%; height: 85%;
      background: linear-gradient(135deg, rgba(26,58,143,0.08), rgba(204,34,41,0.06));
      border-radius: 22px; top: 8%; left: 8%;
    }
    .about-img-main {
      position: relative; z-index: 1;
      border-radius: 22px; overflow: hidden;
      box-shadow: 0 16px 48px rgba(26,58,143,0.16);
      aspect-ratio: 4/3;
      background: linear-gradient(135deg, #0a1e45, #1560a8);
      display: flex; align-items: center; justify-content: center;
    }
    .about-img-placeholder { text-align: center; color: rgba(255,255,255,0.5); }
    .about-img-placeholder svg { width:64px;height:64px;stroke:rgba(255,255,255,0.3);fill:none;stroke-width:1;margin:0 auto 1rem; }
    .about-img-placeholder p { font-size: 13px; }

    .about-badge-wrap {
      position: absolute; bottom: -16px; right: -16px; z-index: 2;
      background: #FFFFFF; border: 1px solid #DDE3EF;
      border-radius: 16px; padding: 1rem 1.25rem;
      box-shadow: 0 8px 24px rgba(26,58,143,0.14);
      display: flex; align-items: center; gap: 12px;
    }
    .about-badge-icon {
      width: 44px; height: 44px; border-radius: 11px;
      background: linear-gradient(135deg, #8B1A1A, #CC2229);
      display: flex; align-items: center; justify-content: center; flex-shrink: 0;
    }
    .about-badge-icon svg { width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round; }
    .about-badge-num { font-family: 'Playfair Display', Georgia, serif; font-size: 22px; font-weight: 700; color: #1A3A8F; line-height: 1; }
    .about-badge-lbl { font-size: 11px; color: #5A6478; margin-top: 2px; }

    .about-partners-list { margin-top: 1.5rem; display: flex; flex-direction: column; gap: 0.6rem; }
    .about-partner-item { display: flex; align-items: center; gap: 10px; font-size: 14px; color: #5A6478; }
    .about-partner-item::before { content: ''; width: 8px; height: 8px; border-radius: 50%; background: #CC2229; flex-shrink: 0; }
    .about-partner-item strong { color: #1C1C1C; }

    /* ── SECURITY ── */
    .security-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 1.25rem; margin-top: 3rem; }
    .sec-card {
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 16px; padding: 1.75rem;
      transition: background 0.18s, border-color 0.18s, transform 0.18s;
    }
    .sec-card:hover { background: rgba(255,255,255,0.09); border-color: rgba(77,217,255,0.25); transform: translateY(-3px); }
    .sec-card-icon {
      width: 48px; height: 48px; border-radius: 12px;
      background: linear-gradient(135deg, rgba(204,34,41,0.3), rgba(139,26,26,0.4));
      border: 1px solid rgba(204,34,41,0.3);
      display: flex; align-items: center; justify-content: center; margin-bottom: 1.1rem;
    }
    .sec-card-icon svg { width:22px;height:22px;stroke:#ffffff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round; }
    .sec-card h3 { font-size: 15px; font-weight: 600; color: #ffffff; margin-bottom: 0.5rem; }
    .sec-card p { font-size: 13.5px; color: rgba(255,255,255,0.6); line-height: 1.7; }

    /* ── ENQUIRE ── */
    .enquire-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 4rem; align-items: start; }
    .form-group { display: flex; flex-direction: column; gap: 6px; margin-bottom: 1rem; }
    .form-group label { font-size: 11px; font-weight: 700; text-transform: uppercase; letter-spacing: 0.8px; color: #1A3A8F; }
    .form-group input,
    .form-group textarea {
      width: 100%; border: 1.5px solid #DDE3EF;
      border-radius: 10px; padding: 11px 14px;
      font-size: 14px; color: #1C1C1C;
      background: #F4F7FC; font-family: 'DM Sans', sans-serif;
      outline: none; transition: border-color 0.15s, box-shadow 0.15s, background 0.15s;
    }
    .form-group input:focus,
    .form-group textarea:focus { border-color: #1A3A8F; background: #FFFFFF; box-shadow: 0 0 0 3px rgba(26,58,143,0.10); }
    .form-group input::placeholder,
    .form-group textarea::placeholder { color: #aab0c0; }
    .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 1rem; }
    .form-submit {
      background: linear-gradient(135deg, #8B1A1A, #CC2229);
      color: #ffffff; border: none; border-radius: 10px;
      padding: 13px 32px; font-size: 14.5px; font-weight: 700;
      cursor: pointer; font-family: 'DM Sans', sans-serif;
      box-shadow: 0 4px 16px rgba(204,34,41,0.30);
      transition: opacity 0.18s, transform 0.15s, box-shadow 0.18s;
    }
    .form-submit:hover { opacity: 0.88; transform: translateY(-1px); box-shadow: 0 6px 22px rgba(204,34,41,0.40); }

    .enquire-info { display: flex; flex-direction: column; gap: 1.5rem; }
    .info-item { display: flex; gap: 14px; align-items: flex-start; }
    .info-icon {
      width: 44px; height: 44px; flex-shrink: 0; border-radius: 11px;
      background: linear-gradient(135deg, rgba(26,58,143,0.09), rgba(26,31,107,0.14));
      border: 1px solid rgba(26,58,143,0.13);
      display: flex; align-items: center; justify-content: center;
    }
    .info-icon svg { width:18px;height:18px;stroke:#1A3A8F;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round; }
    .info-lbl { font-size: 10px; font-weight: 700; text-transform: uppercase; letter-spacing: 1px; color: #CC2229; margin-bottom: 3px; }
    .info-val { font-size: 14px; color: #1C1C1C; line-height: 1.6; }
    .info-val a { color: #1A5FB4; }
    .info-val a:hover { text-decoration: underline; }
    .info-hr { border: none; border-top: 1px solid #DDE3EF; }

    /* ── CLIENTS ── */
    .clients-grid { display: grid; grid-template-columns: repeat(6,1fr); gap: 1rem; margin-top: 2.5rem; }
    .client-card {
      background: #FFFFFF; border: 1px solid #DDE3EF;
      border-radius: 10px; padding: 1rem;
      display: flex; align-items: center; justify-content: center;
      min-height: 70px;
      box-shadow: 0 2px 8px rgba(26,58,143,0.05);
      transition: transform 0.18s, box-shadow 0.18s;
    }
    .client-card:hover { transform: translateY(-3px); box-shadow: 0 6px 20px rgba(26,58,143,0.10); }
    .client-card img { max-height: 38px; width: auto; object-fit: contain; filter: grayscale(1); opacity: 0.7; transition: filter 0.2s, opacity 0.2s; }
    .client-card:hover img { filter: grayscale(0); opacity: 1; }

    /* ── RESPONSIVE ── */
    @media (max-width: 1024px) {
      .vouchers-grid { grid-template-columns: 1fr 1fr; }
      .clients-grid { grid-template-columns: repeat(3,1fr); }
    }
    @media (max-width: 820px) {
      .hero-inner { grid-template-columns: 1fr; gap: 3rem; }
      .hero-right { display: none; }
      .about-grid { grid-template-columns: 1fr; }
      .enquire-grid { grid-template-columns: 1fr; }
      .security-grid { grid-template-columns: 1fr 1fr; }
      .quick-grid { grid-template-columns: 1fr; }
    }
    @media (max-width: 600px) {
      .vouchers-grid { grid-template-columns: 1fr; }
      .security-grid { grid-template-columns: 1fr; }
      .clients-grid { grid-template-columns: repeat(2,1fr); }
      .form-row { grid-template-columns: 1fr; }
    }/* End custom CSS */