     body { 
      font-family: 'Poppins', sans-serif; 
      scroll-behavior: smooth;
    }
    .whatsapp-float {
      position: fixed;
      width: 60px;
      height: 60px;
      bottom: 40px;
      right: 40px;
      background-color: #25d366;
      color: #FFF;
      border-radius: 50px;
      text-align: center;
      font-size: 30px;
      box-shadow: 2px 2px 3px #999;
      z-index: 100;
      display: flex;
      align-items: center;
      justify-content: center;
      transition: all 0.3s ease;
    }
    .whatsapp-float:hover {
      background-color: #128C7E;
      transform: scale(1.1);
    }
      .hero-bg {
      background: linear-gradient(135deg, #1a56db, rgb(37 99 235)); /*linear-gradient(135deg, #1a56db, #7e3af2);*/
      height: 85vh;
      min-height: 600px;
    }
    .service-nav {
      position: sticky;
      top: 64px;
      z-index: 40;
      background: linear-gradient(to right, #1a56db, #2e7d32);
    }
    
    .mobile-menu.active {
      display: block;
    }
    .benefit-badge {
      display: inline-block;
      background: rgba(26, 86, 219, 0.1);
      color: #1a56db;
      border-radius: 20px;
      padding: 5px 15px;
      margin: 5px;
      font-size: 14px;
    }
 
    .service-card {
      transition: all 0.3s ease;
      border: 1px solid #e5e7eb;
    }
    .service-card:hover {
      box-shadow: 0 15px 30px rgba(0,0,0,0.1);
      transform: translateY(-5px);
    }
    .happiness-card {
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      background: linear-gradient(135deg, #f0f9ff, #e0f2fe);
    }
    .happiness-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .testimonial-card {
      transition: transform 0.3s ease;
    }
    .testimonial-card:hover {
      transform: scale(1.02);
    }
    .stats-card {
      transition: all 0.3s ease;
      border-left: 4px solid #3b82f6;
    }
    .stats-card:hover {
      transform: translateY(-5px);
      box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    }
    .happiness-section {
      background: linear-gradient(rgba(26, 86, 219, 0.05), rgba(126, 58, 242, 0.05));
    }
    .cta-pulse {
      animation: pulse 2s infinite;
    }
    @keyframes pulse {
      0% { transform: scale(1); }
      50% { transform: scale(1.05); }
      100% { transform: scale(1); }
    }
    .service-icon {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      margin: 0 auto 20px;
      font-size: 32px;
      color: white;
    }
    .journey-step {
      position: relative;
      padding-left: 30px;
      margin-bottom: 30px;
    }
    .journey-step:before {
      content: '';
      position: absolute;
      left: 0;
      top: 8px;
      width: 20px;
      height: 20px;
      border-radius: 50%;
      background: #1a56db;
      border: 3px solid white;
      z-index: 2;
    }
    .journey-step:after {
      content: '';
      position: absolute;
      left: 9px;
      top: 28px;
      width: 2px;
      height: calc(100% - 15px);
      background: #1a56db;
    }
    .journey-step:last-child:after {
      display: none;
    }
    .happiness-quote {
      position: relative;
    }

    .happiness-quote:before {
      content: "";
      position: absolute;
      top: -20px;
      left: -20px;
      font-size: 80px;
      color: rgba(26, 86, 219, 0.1);
      font-family: Georgia, serif;
    }

     .privacy-bg {
            background: linear-gradient(135deg, #3b82f6, #8b5cf6);
        }
        .policy-container {
            background: white;
            border-radius: 16px;
            box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
        }
        .section-header {
            border-left: 4px solid #3b82f6;
            padding-left: 1.5rem;
            margin-bottom: 1.5rem;
        }
        .highlight-box {
            background-color: #f0f7ff;
            border-left: 4px solid #3b82f6;
            padding: 1.5rem;
            border-radius: 0 8px 8px 0;
            margin: 1.5rem 0;
        }
       
        .whatsapp-float {
            position: fixed;
            width: 60px;
            height: 60px;
            bottom: 40px;
            right: 40px;
            background-color: #25d366;
            color: #FFF;
            border-radius: 50px;
            text-align: center;
            font-size: 30px;
            box-shadow: 2px 2px 3px #999;
            z-index: 100;
            display: flex;
            align-items: center;
            justify-content: center;
            transition: all 0.3s ease;
        }
        .whatsapp-float:hover {
            background-color: #128C7E;
            transform: scale(1.1);
        }
        .breadcrumb {
            background-color: #f8f9fa;
            padding: 12px 0;
            border-bottom: 1px solid #e9ecef;
        }
        .breadcrumb ol {
            display: flex;
            list-style: none;
            padding: 0;
            margin: 0;
        }
        .breadcrumb li:not(:last-child):after {
            content: ">";
            margin: 0 10px;
            color: #6c757d;
        }
        .breadcrumb a {
            color: #007bff;
            text-decoration: none;
        }
        .breadcrumb a:hover {
            text-decoration: underline;
        }
        .breadcrumb .active {
            color: #6c757d;
        }
        @media (max-width: 768px) {
            .desktop-menu {
                display: none;
            }
        }

        .alert-success, .alert-danger {   
          margin: 0 auto; 
          margin-top: 0;
          z-index: 9999;
          position: absolute;
          display: flex; 
          right: 0;
          text-align: center;
          font-weight: 600;
          padding: 30px;
          background: #4CAF50;
          color: #fff;
          border-radius: 4px;
      }

      .alert-danger {  
         background: #8b0505;
      }

      .py-20, .hero-bg {
        padding-top: 120px!important
      }