.elementor-149 .elementor-element.elementor-element-2aa9680{--display:flex;}/* Start custom CSS for html, class: .elementor-element-0ed7a43 */*{
      margin:0;
      padding:0;
      box-sizing:border-box;
    }

    body{
      font-family:'Inter',sans-serif;
      background:#f7f7f7;
      color:#111;
      line-height:1.6;
    }

    .container{
      width:92%;
      max-width:1200px;
      margin:auto;
    }

    header{
      background:#fff;
      border-bottom:1px solid #eee;
      position:sticky;
      top:0;
      z-index:999;
    }

    .nav{
      display:flex;
      justify-content:space-between;
      align-items:center;
      padding:18px 0;
    }

    .logo{
      font-weight:800;
      font-size:20px;
      text-decoration:none;
      color:#111;
    }

    .logo span{
      color:#1d4ed8;
    }

    .nav-links{
      display:flex;
      gap:25px;
    }

    .nav-links a{
      text-decoration:none;
      color:#333;
      font-weight:500;
      transition:.2s;
    }

    .nav-links a:hover,
    .nav-links a.active{
      color:#1d4ed8;
    }

    .nav-right{
      display:flex;
      gap:12px;
    }

    .btn{
      padding:10px 18px;
      border-radius:6px;
      text-decoration:none;
      font-weight:600;
      font-size:14px;
      display:inline-flex;
      align-items:center;
      justify-content:center;
      transition:.2s;
    }

    .btn-primary{
      background:#1d4ed8;
      color:#fff;
    }

    .btn-primary:hover{
      background:#163db0;
    }

    .btn-secondary{
      border:1px solid #ccc;
      color:#333;
      background:#fff;
    }

    .btn-secondary:hover{
      border-color:#1d4ed8;
      color:#1d4ed8;
    }

    .hero{
      padding:100px 0;
      background:#fff;
    }

    .hero-layout{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:60px;
      align-items:center;
    }

    .eyebrow{
      display:inline-block;
      padding:8px 14px;
      border-radius:999px;
      background:#e8f0ff;
      color:#1d4ed8;
      font-size:12px;
      font-weight:700;
      text-transform:uppercase;
      letter-spacing:.08em;
      margin-bottom:18px;
    }

    .hero-title{
      font-size:48px;
      font-weight:800;
      margin:20px 0;
      line-height:1.1;
    }

    .accent{
      color:#1d4ed8;
    }

    .hero-text{
      font-size:18px;
      color:#555;
      margin-bottom:30px;
    }

    .hero-actions{
      display:flex;
      gap:15px;
      flex-wrap:wrap;
      margin-top:20px;
    }

    .hero-image img{
      width:100%;
      border-radius:12px;
      object-fit:cover;
      min-height:420px;
      display:block;
    }

    .section{
      padding:90px 0;
    }

    .section-header{
      text-align:center;
      margin-bottom:60px;
    }

    .section-title{
      font-size:36px;
      font-weight:700;
      margin-bottom:10px;
    }

    .section-description{
      color:#666;
      max-width:760px;
      margin:auto;
    }

    .grid-2{
      display:grid;
      grid-template-columns:1fr 1fr;
      gap:50px;
      align-items:center;
    }

    .section-image img{
      width:100%;
      border-radius:12px;
      object-fit:cover;
      min-height:380px;
      display:block;
    }

    .info-card{
      background:#fff;
      padding:40px;
      border-radius:10px;
      box-shadow:0 10px 30px rgba(0,0,0,0.05);
    }

    .info-card h3{
      font-size:28px;
      margin-bottom:16px;
    }

    .info-card p{
      color:#666;
      margin-bottom:18px;
    }

    .check-list{
      margin-top:20px;
      padding-left:20px;
    }

    .check-list li{
      margin-bottom:10px;
    }

    .services-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:22px;
    }

    .service-box{
      background:#fff;
      padding:35px;
      border-radius:10px;
      box-shadow:0 8px 30px rgba(0,0,0,0.06);
      transition:.25s;
    }

    .service-box:hover{
      transform:translateY(-6px);
      box-shadow:0 12px 40px rgba(0,0,0,0.1);
    }

    .service-box h5{
      margin-bottom:10px;
      font-size:18px;
    }

    .service-box p{
      font-size:14px;
      color:#666;
    }

    .trust-grid{
      display:grid;
      grid-template-columns:repeat(4,1fr);
      gap:18px;
    }

    .trust-box{
      background:#fff;
      padding:24px;
      text-align:center;
      border-radius:8px;
      font-weight:600;
      box-shadow:0 5px 15px rgba(0,0,0,0.05);
    }

    .contact-card{
      background:#1d4ed8;
      color:#fff;
      padding:70px;
      border-radius:12px;
      text-align:center;
    }

    .contact-card h2{
      font-size:36px;
      margin-bottom:16px;
    }

    .contact-card p{
      max-width:760px;
      margin:0 auto 24px;
      color:rgba(255,255,255,0.92);
    }

    .contact-meta{
      display:flex;
      justify-content:center;
      gap:40px;
      margin-top:25px;
      flex-wrap:wrap;
    }

    .contact-meta a{
      color:#fff;
      text-decoration:none;
    }

    footer{
      background:#111;
      color:#aaa;
      padding:35px 0;
      text-align:center;
      font-size:14px;
    }

    footer a{
      color:#fff;
      text-decoration:none;
    }

    .whatsapp-float{
      position:fixed;
      bottom:25px;
      right:25px;
      background:#25D366;
      width:60px;
      height:60px;
      display:flex;
      align-items:center;
      justify-content:center;
      border-radius:50%;
      color:#fff;
      font-size:26px;
      text-decoration:none;
      box-shadow:0 5px 20px rgba(0,0,0,0.3);
    }

    @media(max-width:1000px){
      .hero-layout,
      .grid-2{
        grid-template-columns:1fr;
      }

      .services-grid{
        grid-template-columns:1fr 1fr;
      }

      .trust-grid{
        grid-template-columns:1fr 1fr;
      }
    }

    @media(max-width:700px){
      .nav-links{
        display:none;
      }

      .hero-title{
        font-size:38px;
      }

      .services-grid,
      .trust-grid{
        grid-template-columns:1fr;
      }

      .contact-card{
        padding:40px 24px;
      }
    }/* End custom CSS */