
  // search //
    body {
    background: #f6f8fb;
    }
    .hero-title {
    font-weight: 700;
    color: #0b3c5d;
    }
    .info-box {
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.05);
    }
    .feature-icon {
    font-size: 28px;
    color: #0d6efd;
    }
    .small-note {
    font-size: 14px;
    color: #6c757d;
    }

    .navbar-nav .nav-link {
    padding-right: 20px;
    }

    .search-form input {
    width: 150px;
    margin: 0 15px;
    }
  //serch end //
    footer {
      background-color: #f2f2f2;
      padding: 20px;
      text-align: center;
    }

    .social-icons a {
      margin: 0 10px;
      text-decoration: none;
      color: #333;
      font-size: 24px;
      transition: color 0.3s;
    }

    .social-icons a:hover {
      color: #007bff;
    }

    h1 {
        color: #ff6600;
        /* Font color */
        text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
        /* Shadow effect */
        font-size: 3em;
        font-family: 'Segoe UI', sans-serif;

        /* Motion (animation) */
        animation: slideFade 2s ease-in-out forwards;
        opacity: 0;
        transform: translateY(-20px);
    }
    h2 {
    color: #FF7722 !important; /* भगवा (Saffron) */
 
    text-shadow:1px 1px 2px rgba(0,0,0,0.4),
    0 0 8px rgba(255,153,51,0.6);
    
    font-size: 2.8em;
    font-family: 'Segoe UI', 'Noto Sans Devanagari', sans-serif;
    font-weight: 600;
    text-align: center;
    
    /* Animation */
    animation: slideFade 1.8s ease-out forwards;
    opacity: 0;
    transform: translateY(-25px);
    }

    /* Animation keyframes */
    
    @keyframes slideFade {
        to {
            opacity: 1;
            transform: translateY(0);
        }
    }
    .navbar-brand {
    font-family: "Poppins", sans-serif;
    font-size: 36px;              /* मोठं आणि bold दिसेल */
    font-weight: 800;
    text-decoration: none;
    }
    
    /* iQ gradient + shadow */
    .navbar-brand .iq {
        background: linear-gradient(45deg, #0d6efd, #6610f2);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 2px 2px 6px rgba(13, 110, 253, 0.5);
    }
    
    /* Works gradient + shadow */
    .navbar-brand .works {
        background: linear-gradient(45deg, #198754, #20c997);
        font-size: 24px;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-shadow: 2px 2px 6px rgba(25, 135, 84, 0.5);
    }
    .custom-wa-btn {
        position: fixed;
        bottom: 20px;
        right: 20px;
        z-index: 9999;
        background-color: #25d366;
        color: white;
        border-radius: 50px;
        padding: 12px 18px;
        font-size: 16px;
        display: flex;
        align-items: center;
        text-decoration: none;
        box-shadow: 0 4px 8px rgba(0,0,0,0.2);
      }

      .custom-wa-btn:hover {
        background-color: #1ebc59;
        text-decoration: none;
      }

      .custom-wa-btn img {
        width: 24px;
        height: 24px;
        margin-right: 8px;
      }
        .whatsapp-float {
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 100;
        }
