.elementor-kit-7{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-color-7cc5414:#51EBFF;--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;font-family:"DM Sans", Sans-serif;}.elementor-kit-7 e-page-transition{background-color:#FFBC7D;}.elementor-kit-7 h1{font-family:"Syne", Sans-serif;}.elementor-kit-7 h2{font-family:"Syne", Sans-serif;}.elementor-kit-7 h3{font-family:"Syne", Sans-serif;}.elementor-kit-7 h4{font-family:"Syne", Sans-serif;}.elementor-kit-7 h5{font-family:"Syne", Sans-serif;}.elementor-kit-7 h6{font-family:"Syne", Sans-serif;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.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 */<style>
    :root {
      --navy: #0a1628;
      --deep: #0d1f3c;
      --blue: #1a6bff;
      --cyan: #00d4ff;
      --accent: #ff6b35;
      --gold: #f5c518;
      --light: #e8f0ff;
      --muted: #8898b0;
      --white: #ffffff;
      --card-bg: #111d33;
      --border: rgba(26,107,255,0.18);
    }
    
        body::before {
      content: '';
      position: fixed;
      inset: 0;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)' opacity='0.04'/%3E%3C/svg%3E");
      pointer-events: none;
      z-index: 0;
      opacity: 0.5;
    }
    nav ul {
      list-style: none;
      display: flex;
      gap: 36px;
    }

    nav ul a {
      color: var(--muted);
      text-decoration: none;
      font-size: 0.92rem;
      font-weight: 500;
      letter-spacing: 0.02em;
      transition: color 0.2s;
    }

    nav ul a:hover { color: var(--cyan); }

    .nav-cta {
      background: var(--blue);
      color: var(--white) !important;
      padding: 9px 22px;
      border-radius: 6px;
      font-weight: 600 !important;
      transition: background 0.2s !important;
    }

    .nav-cta:hover { background: var(--cyan) !important; color: var(--navy) !important; }
    .hero-glow {
      position: absolute;
      width: 800px; height: 800px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(26,107,255,0.18) 0%, transparent 65%);
      top: -200px; right: -200px;
      pointer-events: none;
    }

    .hero-glow-2 {
      position: absolute;
      width: 500px; height: 500px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(0,212,255,0.10) 0%, transparent 65%);
      bottom: -100px; left: 5%;
      pointer-events: none;
    }

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 700px;
    }

    .badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(26,107,255,0.12);
      border: 1px solid rgba(26,107,255,0.3);
      border-radius: 100px;
      padding: 7px 18px;
      font-size: 0.82rem;
      color: var(--cyan);
      font-weight: 600;
      letter-spacing: 0.05em;
      text-transform: uppercase;
      margin-bottom: 28px;
    }

    .badge::before {
      content: '';
      width: 8px; height: 8px;
      background: var(--cyan);
      border-radius: 50%;
      animation: pulse 1.8s infinite;
    }

    @keyframes pulse {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.4; transform: scale(0.7); }
    }

    .hero h1 {
      font-size: clamp(2.8rem, 6vw, 5rem);
      font-weight: 800;
      line-height: 1.08;
      margin-bottom: 24px;
      letter-spacing: -1.5px;
    }

    .hero h1 em {
      font-style: normal;
      background: linear-gradient(90deg, var(--blue), var(--cyan));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hero p {
      font-size: 1.15rem;
      color: var(--muted);
      max-width: 540px;
      margin-bottom: 40px;
      line-height: 1.8;
    }

    .hero-btns {
      display: flex;
      gap: 16px;
      flex-wrap: wrap;
    }

    .btn-primary {
      background: linear-gradient(135deg, var(--blue), var(--cyan));
      color: var(--navy);
      font-family: 'Syne', sans-serif;
      font-weight: 700;
      padding: 15px 36px;
      border-radius: 8px;
      text-decoration: none;
      font-size: 1rem;
      letter-spacing: 0.02em;
      transition: transform 0.2s, box-shadow 0.2s;
      box-shadow: 0 4px 30px rgba(26,107,255,0.35);
    }

    .btn-primary:hover { transform: translateY(-2px); box-shadow: 0 8px 40px rgba(26,107,255,0.5); }

    .btn-secondary {
      border: 1.5px solid var(--border);
      color: var(--white);
      font-family: 'Syne', sans-serif;
      font-weight: 600;
      padding: 15px 36px;
      border-radius: 8px;
      text-decoration: none;
      font-size: 1rem;
      transition: border-color 0.2s, color 0.2s;
    }

    .btn-secondary:hover { border-color: var(--cyan); color: var(--cyan); }

    .hero-stats {
      display: flex;
      gap: 48px;
      margin-top: 64px;
      flex-wrap: wrap;
    }

    .stat { border-left: 2px solid var(--blue); padding-left: 18px; }
    .stat-num {
      font-family: 'Syne', sans-serif;
      font-size: 2.2rem;
      font-weight: 800;
      color: var(--white);
      line-height: 1;
    }
    .stat-num span { color: var(--cyan); }
    .stat-label { font-size: 0.83rem; color: var(--muted); margin-top: 4px; }

    /* ─── SECTIONS ─── */
    section { position: relative; z-index: 1; }

    .section-tag {
      display: inline-block;
      font-size: 0.78rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: var(--cyan);
      margin-bottom: 14px;
    }

    .section-title {
      font-size: clamp(1.8rem, 3.5vw, 2.8rem);
      font-weight: 800;
      letter-spacing: -0.5px;
      margin-bottom: 16px;
    }

    .section-desc {
      color: var(--muted);
      max-width: 560px;
      font-size: 1rem;
      line-height: 1.8;
    }

    /* ─── TRUST BAR ─── */
    .trust-bar {
      padding: 28px 6%;
      border-top: 1px solid var(--border);
      border-bottom: 1px solid var(--border);
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 60px;
      flex-wrap: wrap;
      background: rgba(255,255,255,0.015);
    }

    .trust-item {
      display: flex;
      align-items: center;
      gap: 10px;
      color: var(--muted);
      font-size: 0.9rem;
      font-weight: 500;
    }

    .trust-item .icon {
      font-size: 1.4rem;
    }

    /* ─── SERVICES ─── */
    #services {
      padding: 100px 6%;
    }

    .services-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-end;
      margin-bottom: 60px;
      flex-wrap: wrap;
      gap: 24px;
    }

    .services-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 24px;
    }

    .service-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 36px 32px;
      position: relative;
      overflow: hidden;
      transition: transform 0.3s, border-color 0.3s, box-shadow 0.3s;
      cursor: default;
    }

    .service-card::before {
      content: '';
      position: absolute;
      top: 0; left: 0; right: 0;
      height: 2px;
      background: linear-gradient(90deg, var(--blue), var(--cyan));
      transform: scaleX(0);
      transform-origin: left;
      transition: transform 0.4s;
    }

    .service-card:hover {
      transform: translateY(-6px);
      border-color: rgba(26,107,255,0.4);
      box-shadow: 0 20px 60px rgba(0,0,0,0.3);
    }

    .service-card:hover::before { transform: scaleX(1); }

    .service-icon {
      font-size: 2.6rem;
      margin-bottom: 20px;
      display: block;
    }

    .service-card h3 {
      font-size: 1.15rem;
      font-weight: 700;
      margin-bottom: 12px;
      color: var(--white);
    }

    .service-card p {
      font-size: 0.92rem;
      color: var(--muted);
      line-height: 1.75;
    }

    .service-card .tag-list {
      display: flex;
      flex-wrap: wrap;
      gap: 8px;
      margin-top: 18px;
    }

    .service-card .tag {
      font-size: 0.72rem;
      padding: 4px 12px;
      border-radius: 100px;
      border: 1px solid rgba(26,107,255,0.25);
      color: var(--cyan);
      font-weight: 600;
      letter-spacing: 0.04em;
    }

    /* ─── WHY US ─── */
    #why {
      padding: 100px 6%;
      background: linear-gradient(180deg, transparent, rgba(26,107,255,0.04), transparent);
    }

    .why-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: center;
      margin-top: 60px;
    }

    .why-features {
      display: flex;
      flex-direction: column;
      gap: 28px;
    }

    .why-item {
      display: flex;
      gap: 20px;
      align-items: flex-start;
    }

    .why-num {
      font-family: 'Syne', sans-serif;
      font-size: 2rem;
      font-weight: 800;
      color: rgba(26,107,255,0.25);
      line-height: 1;
      min-width: 48px;
    }

    .why-item h4 {
      font-size: 1.05rem;
      font-weight: 700;
      margin-bottom: 6px;
      color: var(--white);
    }

    .why-item p {
      font-size: 0.9rem;
      color: var(--muted);
      line-height: 1.7;
    }

    .why-visual {
      position: relative;
    }

    .why-card-big {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 20px;
      padding: 40px;
      position: relative;
      overflow: hidden;
    }

    .why-card-big::after {
      content: '';
      position: absolute;
      bottom: -80px; right: -80px;
      width: 250px; height: 250px;
      border-radius: 50%;
      background: radial-gradient(circle, rgba(26,107,255,0.15) 0%, transparent 65%);
    }

    .hours-display {
      text-align: center;
      padding: 24px 0;
    }

    .hours-time {
      font-family: 'Syne', sans-serif;
      font-size: 3rem;
      font-weight: 800;
      background: linear-gradient(90deg, var(--blue), var(--cyan));
      -webkit-background-clip: text;
      -webkit-text-fill-color: transparent;
      background-clip: text;
    }

    .hours-label {
      font-size: 0.85rem;
      color: var(--muted);
      margin-top: 6px;
      letter-spacing: 0.06em;
      text-transform: uppercase;
    }

    .open-badge {
      display: inline-flex;
      align-items: center;
      gap: 8px;
      background: rgba(0,200,100,0.1);
      border: 1px solid rgba(0,200,100,0.3);
      color: #00c864;
      font-size: 0.83rem;
      font-weight: 700;
      padding: 6px 16px;
      border-radius: 100px;
      margin-top: 14px;
      letter-spacing: 0.04em;
    }

    .open-badge::before {
      content: '';
      width: 7px; height: 7px;
      background: #00c864;
      border-radius: 50%;
    }

    .mini-stats {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 16px;
      margin-top: 28px;
    }

    .mini-stat {
      background: rgba(255,255,255,0.04);
      border: 1px solid var(--border);
      border-radius: 12px;
      padding: 18px;
      text-align: center;
    }

    .mini-stat-num {
      font-family: 'Syne', sans-serif;
      font-size: 1.6rem;
      font-weight: 800;
      color: var(--cyan);
    }

    .mini-stat-label {
      font-size: 0.75rem;
      color: var(--muted);
      margin-top: 4px;
    }

    /* ─── PRODUCTS ─── */
    #products {
      padding: 100px 6%;
    }

    .products-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
      gap: 20px;
      margin-top: 50px;
    }

    .product-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 28px 24px;
      display: flex;
      align-items: center;
      gap: 18px;
      transition: all 0.3s;
    }

    .product-card:hover {
      border-color: rgba(0,212,255,0.35);
      transform: translateX(4px);
      background: rgba(26,107,255,0.07);
    }

    .product-icon {
      font-size: 2rem;
      min-width: 52px;
      height: 52px;
      background: rgba(26,107,255,0.1);
      border-radius: 12px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .product-card h4 {
      font-size: 0.98rem;
      font-weight: 700;
      margin-bottom: 4px;
    }

    .product-card p {
      font-size: 0.82rem;
      color: var(--muted);
      line-height: 1.5;
    }

    /* ─── MAINTENANCE ─── */
    #maintenance {
      padding: 100px 6%;
      background: linear-gradient(135deg, rgba(26,107,255,0.05), transparent);
    }

    .amc-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 24px;
      margin-top: 50px;
    }

    .amc-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 36px;
      position: relative;
      overflow: hidden;
    }

    .amc-card.featured {
      border-color: rgba(0,212,255,0.35);
      background: linear-gradient(135deg, rgba(26,107,255,0.12), var(--card-bg));
    }

    .amc-card.featured::before {
      content: 'POPULAR';
      position: absolute;
      top: 20px; right: 20px;
      font-size: 0.7rem;
      font-weight: 800;
      letter-spacing: 0.1em;
      color: var(--navy);
      background: linear-gradient(90deg, var(--blue), var(--cyan));
      padding: 5px 12px;
      border-radius: 100px;
    }

    .amc-title {
      font-family: 'Syne', sans-serif;
      font-size: 1.3rem;
      font-weight: 700;
      margin-bottom: 8px;
    }

    .amc-desc {
      font-size: 0.9rem;
      color: var(--muted);
      margin-bottom: 24px;
      line-height: 1.7;
    }

    .amc-features {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 12px;
    }

    .amc-features li {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 0.9rem;
      color: var(--light);
    }

    .amc-features li::before {
      content: '✓';
      width: 20px; height: 20px;
      background: rgba(26,107,255,0.2);
      border: 1px solid rgba(26,107,255,0.4);
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 0.7rem;
      color: var(--cyan);
      flex-shrink: 0;
    }

    /* ─── SEO CONTENT ─── */
    #about {
      padding: 100px 6%;
    }

    .about-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 80px;
      align-items: start;
      margin-top: 60px;
    }

    .about-text h3 {
      font-size: 1.5rem;
      font-weight: 700;
      margin-bottom: 16px;
      margin-top: 32px;
      color: var(--white);
    }

    .about-text h3:first-child { margin-top: 0; }

    .about-text p {
      font-size: 0.95rem;
      color: var(--muted);
      line-height: 1.85;
      margin-bottom: 14px;
    }

    .about-sidebar {
      display: flex;
      flex-direction: column;
      gap: 20px;
      position: sticky;
      top: 100px;
    }

    .info-card {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 16px;
      padding: 28px;
    }

    .info-card h4 {
      font-size: 1rem;
      font-weight: 700;
      margin-bottom: 18px;
      color: var(--cyan);
    }

    .info-row {
      display: flex;
      justify-content: space-between;
      align-items: center;
      padding: 10px 0;
      border-bottom: 1px solid rgba(255,255,255,0.05);
      font-size: 0.88rem;
    }

    .info-row:last-child { border-bottom: none; }
    .info-label { color: var(--muted); }
    .info-value { color: var(--white); font-weight: 600; text-align: right; }

    /* ─── FAQ ─── */
    #faq {
      padding: 100px 6%;
      background: linear-gradient(180deg, transparent, rgba(26,107,255,0.03), transparent);
    }

    .faq-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 20px;
      margin-top: 50px;
    }

    .faq-item {
      background: var(--card-bg);
      border: 1px solid var(--border);
      border-radius: 14px;
      padding: 28px;
    }

    .faq-item h4 {
      font-size: 0.98rem;
      font-weight: 700;
      margin-bottom: 12px;
      color: var(--white);
      line-height: 1.4;
    }

    .faq-item p {
      font-size: 0.88rem;
      color: var(--muted);
      line-height: 1.7;
    }

    /* ─── CTA ─── */
    #cta {
      padding: 100px 6%;
      text-align: center;
      position: relative;
      overflow: hidden;
    }

    #cta::before {
      content: '';
      position: absolute;
      inset: 0;
      background: radial-gradient(ellipse at center, rgba(26,107,255,0.12) 0%, transparent 65%);
    }

    #cta .section-title {
      font-size: clamp(2rem, 4vw, 3.2rem);
      max-width: 700px;
      margin: 0 auto 20px;
    }

    #cta .section-desc {
      margin: 0 auto 40px;
      max-width: 500px;
    }

    .cta-btns {
      display: flex;
      justify-content: center;
      gap: 16px;
      flex-wrap: wrap;
      position: relative;
      z-index: 1;
    }

    .contact-row {
      display: flex;
      justify-content: center;
      gap: 40px;
      flex-wrap: wrap;
      margin-top: 50px;
      position: relative;
      z-index: 1;
    }

    .contact-item {
      display: flex;
      align-items: center;
      gap: 12px;
      font-size: 0.9rem;
      color: var(--muted);
    }

    .contact-item .ci {
      font-size: 1.3rem;
    }

    /* ─── FOOTER ─── */
    footer {
      background: var(--deep);
      border-top: 1px solid var(--border);
      padding: 60px 6% 30px;
    }

    .footer-grid {
      display: grid;
      grid-template-columns: 2fr 1fr 1fr 1fr;
      gap: 48px;
      margin-bottom: 48px;
    }

    .footer-brand p {
      font-size: 0.9rem;
      color: var(--muted);
      margin-top: 14px;
      line-height: 1.8;
      max-width: 300px;
    }

    .footer-col h5 {
      font-family: 'Syne', sans-serif;
      font-size: 0.9rem;
      font-weight: 700;
      color: var(--white);
      margin-bottom: 18px;
      letter-spacing: 0.04em;
    }

    .footer-col ul {
      list-style: none;
      display: flex;
      flex-direction: column;
      gap: 10px;
    }

    .footer-col ul li a {
      font-size: 0.87rem;
      color: var(--muted);
      text-decoration: none;
      transition: color 0.2s;
    }

    .footer-col ul li a:hover { color: var(--cyan); }

    .footer-bottom {
      border-top: 1px solid var(--border);
      padding-top: 24px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      flex-wrap: wrap;
      gap: 12px;
    }

    .footer-bottom p {
      font-size: 0.82rem;
      color: var(--muted);
    }

    .footer-bottom span { color: var(--cyan); }

    /* ─── SCHEMA ─── */
    .sr-only { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }

    /* ─── RESPONSIVE ─── */
    @media (max-width: 900px) {
      nav ul { display: none; }
      .why-grid, .about-grid, .amc-grid, .faq-grid { grid-template-columns: 1fr; gap: 40px; }
      .footer-grid { grid-template-columns: 1fr 1fr; }
      .hero-stats { gap: 30px; }
      .services-header { flex-direction: column; align-items: flex-start; }
    }

    @media (max-width: 600px) {
      .footer-grid { grid-template-columns: 1fr; }
      .hero h1 { font-size: 2.4rem; }
      .trust-bar { gap: 28px; }
    }

    /* ─── ANIMATIONS ─── */
    @keyframes fadeUp {
      from { opacity: 0; transform: translateY(24px); }
      to { opacity: 1; transform: translateY(0); }
    }

    .hero-content > * {
      animation: fadeUp 0.7s ease both;
    }

    .hero-content > *:nth-child(1) { animation-delay: 0.1s; }
    .hero-content > *:nth-child(2) { animation-delay: 0.22s; }
    .hero-content > *:nth-child(3) { animation-delay: 0.34s; }
    .hero-content > *:nth-child(4) { animation-delay: 0.46s; }
    .hero-content > *:nth-child(5) { animation-delay: 0.58s; }
  </style>/* End custom CSS */