

* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
        }

        body {
            font-family: 'Georgia', serif;
            line-height: 1.8;
            color: #333;
            background-color: #f5f5f5;
        }

        header {
            background: linear-gradient(135deg, #1e3c72 0%, #2a5298 100%);
            color: white;
            padding: 60px 20px;
            text-align: center;
            box-shadow: 0 4px 6px rgba(0,0,0,0.1);
        }

        header h1 {
            font-size: 2.8em;
            margin-bottom: 15px;
            font-weight: bold;
        }

        header p {
            font-size: 1.2em;
            font-style: italic;
            opacity: 0.9;
        }

        .container {
            max-width: 900px;
            margin: 0 auto;
            background: white;
            padding: 40px;
            box-shadow: 0 0 20px rgba(0,0,0,0.1);
        }

        .hero-image {
            width: 100%;
            height: 400px;
            background: url('https://images.unsplash.com/photo-1624526267942-ab0ff8a3e972?w=1200') center/cover;
            margin: -40px -40px 40px -40px;
            position: relative;
        }

        .hero-image::after {
            content: '';
            position: absolute;
            bottom: 0;
            left: 0;
            right: 0;
            height: 100px;
            background: linear-gradient(to top, white, transparent);
        }

        h2 {
            color: #1e3c72;
            font-size: 2em;
            margin: 40px 0 20px;
            padding-bottom: 10px;
            border-bottom: 3px solid #2a5298;
        }

        h3 {
            color: #2a5298;
            font-size: 1.5em;
            margin: 30px 0 15px;
        }

        p {
            margin-bottom: 20px;
            text-align: justify;
        }

        .intro {
            font-size: 1.15em;
            color: #555;
            background: #f8f9fa;
            padding: 25px;
            border-left: 4px solid #2a5298;
            margin-bottom: 30px;
        }

        .image-container {
            margin: 30px 0;
            text-align: center;
        }

        .image-container img {
            width: 100%;
            max-width: 800px;
            height: auto;
            border-radius: 8px;
            box-shadow: 0 4px 12px rgba(0,0,0,0.15);
        }

        .image-caption {
            font-style: italic;
            color: #666;
            margin-top: 10px;
            font-size: 0.95em;
        }

        .grid-images {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }

        .grid-images img {
            width: 100%;
            height: 250px;
            object-fit: cover;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0,0,0,0.1);
            transition: transform 0.3s ease;
        }

        .grid-images img:hover {
            transform: scale(1.05);
        }

        .info-box {
            background: #e8f4f8;
            padding: 25px;
            border-radius: 8px;
            margin: 30px 0;
            border-left: 5px solid #2a5298;
        }

        .info-box h3 {
            margin-top: 0;
            color: #1e3c72;
        }

        ul, ol {
            margin: 20px 0 20px 40px;
        }

        li {
            margin-bottom: 12px;
        }

        .highlight {
            background: #fff3cd;
            padding: 2px 6px;
            border-radius: 3px;
        }

        .quote {
            font-style: italic;
            font-size: 1.2em;
            color: #555;
            padding: 20px;
            border-left: 4px solid #2a5298;
            margin: 30px 0;
            background: #f8f9fa;
        }

        footer {
            background: #1e3c72;
            color: white;
            text-align: center;
            padding: 30px;
            margin-top: 50px;
        }

        .two-column {
            display: grid;
            grid-template-columns: 1fr 1fr;
            gap: 30px;
            margin: 30px 0;
        }

        @media (max-width: 768px) {
            .container {
                padding: 20px;
            }

            header h1 {
                font-size: 2em;
            }

            .two-column {
                grid-template-columns: 1fr;
            }

            .hero-image {
                height: 250px;
                margin: -20px -20px 20px -20px;
            }
        }

        .stat-box {
            background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
            color: white;
            padding: 20px;
            border-radius: 8px;
            text-align: center;
            margin: 10px 0;
        }

        .stat-box h4 {
            font-size: 2.5em;
            margin-bottom: 5px;
        }

        .stat-box p {
            margin: 0;
            opacity: 0.9;
        }






  #blog22 { display: none; }
  #mob-section22 { display: none; height: 100vh; }
  

 #mob-section22 {
      margin: 0;
      font-family: 'Inter', sans-serif;
      padding: 0px;
    }
    .section11 {
      height: 100vh;
      background-size: cover;
      background-position: top center;
      background-repeat: no-repeat;
    }

   .section-1 {  
      background-image: url('img/imga11.jpg') 
    }
    .section-2 {  
      background-image: url('img/imga22.jpg') 
    }
 .section-3 {  
      background-image: url('img/imga33.jpg') 
    }


  @media (max-width: 480px) {
    #mob-section22 { display: contents; }
  }
  @media (min-width: 481px) {
    #blog22 { display: block; }
  }
  .button-container {
    display: flex;
    justify-content: center;
    gap: 10px;
    padding: 20px;
  }

    /* Overlay */
    .overlay {
      position: fixed;
      top: 0; left: 0;
      width: 100%; height: 100%;
      background: rgb(0 0 0 / 58%);
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 999;
    }

    /* Popup */
    .popup {
      background: #1e1e1e;
      border-radius: 10px;
      width: 90%;
      max-width: 400px;
      padding: 20px;
      position: relative;
      box-shadow: 0 0 20px rgba(0,255,255,0.5);
      animation: fadeIn 0.4s ease;
    }

    /* Close button */
    .popup .close {
      position: absolute;
      top: 10px;
      right: 15px;
      font-size: 23px;
      color: white;
      cursor: pointer;
      transition: transform 0.2s ease;
    }
    .popup .close:hover {
      transform: scale(1.2);
    }

    /* Heading */
    .popup h2 {
      margin: 10px 0 15px; font-size: 1.5em;
      text-align: center; 
      font-weight: bold;color: #eaeaea;
    font-family: sans-serif;
        padding-bottom: 1px;
    border-bottom: none;

    }

    /* Input fields */
    .popup input {
      width: 100%;
      padding: 10px;
      margin: 8px 0;
      border: none;
      border-radius: 5px;
      background: #2a2a2a;
      color: #fff;
    }
    .popup input:focus {
      outline: 2px solid #00ffff;
    }

    /* Neon button */
   .popup button {
   width: 100%;
    padding: 12px;
    margin-top: 15px;
    border: none;
    font-weight: 600;
    border-radius: 5px;
    background: #86D403;
    color: #000000;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0 0 10px #5efa1b, 0 0 20px #040404; 
    transition: background 0.3s ease, transform 0.2s ease;
}
    .popup button:hover {
      background: #18ba27; 
      transform: translateY(-2px);
    }
  
  .popup p{
    text-align :center;     color: #cdcdcd;  font-size:15px;
  }

  .popup-btn2{
  	background-color: black !important;
    color: white !important;
    box-shadow: 0 0 10px #494c47, 0 0 20px #040404 !important;
  }

    @keyframes fadeIn {
      from {opacity: 0; transform: scale(0.9);}
      to {opacity: 1; transform: scale(1);}
    }

    /* Responsive */
    @media (max-width: 500px) {
      .popup {
        width: 82%;
        padding: 15px;
      }
    } 