 
      @import url("https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap");

      * {
        font-family: "Inter", sans-serif;
      }


     
      body {
        scroll-behavior: smooth;
        background: #f8fafc;
      }
      section {
        padding: 60px 0;
      }
      .hero-bg {
        background: #eef5f9;
      }
      .feature-card {
        border: none;
        border-radius: 1.25rem;
        box-shadow: 0 2px 8px rgba(0, 0, 0, 0.02);
      }
      .pricing-card {
        border: 2px solid #47b881;
        border-radius: 1.5rem;
      }
      .contact-icon {
        font-size: 1.3rem;
        margin-right: 10px;
        color: #47b881;
      }
      .navbar {
        box-shadow: 0 2px 10px rgba(30, 30, 50, 0.06);
      }

.navbar-brand {
        font-size: 1.5rem;
        color: #667eea !important;
      }
      .whatsapp-float {
        position: fixed;
        bottom: 30px;
        right: 30px;
        z-index: 1000;
        background: #25d366;
        color: #fff;
        border-radius: 50%;
        width: 60px;
        height: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 2rem;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.12);
      }
      .whatsapp-float:hover {
        background: #128c7e;
        color: #fff;
      }
      .footer-link {
        color: #575757;
        text-decoration: none;
      }
      .footer-link:hover {
        text-decoration: underline;
      }
      .map-responsive {
        overflow: hidden;
        padding-bottom: 56%;
        position: relative;
        height: 0;
      }
      .map-responsive iframe {
        left: 0;
        top: 0;
        height: 100%;
        width: 100%;
        position: absolute;
        border: 0;
      }
  

      .hero-gradient {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
      }

      .glass-card {
        background: rgba(255, 255, 255, 0.1);
        backdrop-filter: blur(20px);
        border: 1px solid rgba(255, 255, 255, 0.2);
        border-radius: 20px;
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
      }

      .feature-card {
        background: linear-gradient(145deg, #ffffff 0%, #f8f9ff 100%);
        border: none;
        border-radius: 16px;
        box-shadow: 0 10px 30px rgba(102, 126, 234, 0.1);
        transition: all 0.3s ease;
        position: relative;
        overflow: hidden;
      }

      .feature-card::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: linear-gradient(90deg, #667eea, #764ba2);
      }

      .feature-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 20px 40px rgba(102, 126, 234, 0.2);
      }

      .brand-text {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        background-clip: text;
        font-weight: 800;
        font-size: 2.5rem;
      }

      .service-item {
        background: linear-gradient(145deg, #f8f9ff 0%, #ffffff 100%);
        border-left: 4px solid #667eea;
        border-radius: 0 12px 12px 0;
        padding: 12px 20px;
        margin-bottom: 8px;
        transition: all 0.3s ease;
      }

      .service-item:hover {
        background: linear-gradient(145deg, #667eea 0%, #764ba2 100%);
        color: white;
        transform: translateX(10px);
      }

      .icon-wrapper {
        width: 60px;
        height: 60px;
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: white;
        font-size: 24px;
        margin-bottom: 20px;
        box-shadow: 0 8px 20px rgba(102, 126, 234, 0.3);
      }

      .quote-card {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        color: white;
        border-radius: 20px;
        padding: 30px;
        position: relative;
        overflow: hidden;
      }

      .quote-card::before {
        content: '"';
        position: absolute;
        top: -10px;
        left: 20px;
        font-size: 80px;
        opacity: 0.3;
        font-weight: bold;
      }

      .founder-card {
        background: white;
        border-radius: 16px;
        padding: 25px;
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
        border: 1px solid rgba(102, 126, 234, 0.1);
        transition: all 0.3s ease;
        margin-bottom: 20px;
      }

      .founder-card:hover {
        transform: translateY(-3px);
        box-shadow: 0 15px 35px rgba(102, 126, 234, 0.15);
      }

      .section-title {
        position: relative;
        display: inline-block;
      }

      .section-title::after {
        content: "";
        position: absolute;
        bottom: -8px;
        left: 0;
        width: 60px;
        height: 3px;
        background: linear-gradient(90deg, #667eea, #764ba2);
        border-radius: 2px;
      }

      .floating-elements {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
        overflow: hidden;
      }

      .floating-circle {
        position: absolute;
        border-radius: 50%;
        background: rgba(102, 126, 234, 0.1);
        animation: float 6s ease-in-out infinite;
      }

      .floating-circle:nth-child(1) {
        width: 80px;
        height: 80px;
        top: 10%;
        left: 10%;
        animation-delay: 0s;
      }

      .floating-circle:nth-child(2) {
        width: 120px;
        height: 120px;
        top: 60%;
        right: 10%;
        animation-delay: 2s;
      }

      .floating-circle:nth-child(3) {
        width: 60px;
        height: 60px;
        top: 30%;
        right: 30%;
        animation-delay: 4s;
      }

      @keyframes float {
        0%,
        100% {
          transform: translateY(0px) rotate(0deg);
        }
        50% {
          transform: translateY(-20px) rotate(180deg);
        }
      }

      .btn-modern {
        background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
        border: none;
        border-radius: 25px;
        padding: 12px 30px;
        color: white;
        font-weight: 600;
        text-decoration: none;
        transition: all 0.3s ease;
        display: inline-block;
        box-shadow: 0 4px 15px rgba(102, 126, 234, 0.4);
      }

      .btn-modern:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(102, 126, 234, 0.6);
        color: white;
      }
 