 
 /*----------------employon1--------------------*/
  .h5 {
            text-align: center;
            background: linear-gradient(45deg,#18002f,#18002f 25%,#18002f 50%,#002578 75%,#002578 100%);
            color: white;
            font-size: 24px;
            padding: 6px;
            margin: 0;
            border-bottom: 3px solid #;
            font-weight:600; 
        }
    .containerr {
        display: flex;
        flex-direction: column;
        align-items: center;
       /* margin: 91px;*/
        padding: 20px;
        max-width: 1200px;
        margin-left: auto;
        margin-right: auto;
    }

    h1 {
        text-align: center;
        font-size: 2em;
        width: 100%;
        margin-bottom: 20px;
        color: #002578;
    }

    .content {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
    }

    .content-left {
        flex: 1;
        margin-right: 20px;
            text-align: justify;

    }

    .content-right {
        flex: 1;
        text-align: center;
    }

    .content-right img {
        max-width: 100%;
        height: auto;
    }

    p {
        font-size: 1.1em;
        line-height: 1.6;
    }

    .technologies-container {
        width: 1000px;
        padding: 20px;
        background-color: #caf0f8;
        margin-left: auto;
        margin-right: auto;
    }

    .technologies-container h2 {
        font-size: 1.8em;
        margin-bottom: 20px;
        text-align: center;
        font-family: 'Montserrat', sans-serif;
    }

    .technologies-list {
        font-size: 1.1em;
        line-height: 1.8;
    }

    .technologies-list ul {
        list-style-type: none;
        padding: 0;
    }

    .technologies-list li {
        margin-bottom: 10px;
        font-family: 'Roboto', sans-serif;
    }

    .divider {
       width: 80%;
            height: 2px;
            background: linear-gradient(to right, transparent, #808080, transparent); /* Grey color */
            margin: 30px auto;
    }
    /* Medium Screens (Tablets & Small Laptops) */
@media (max-width: 720px) {
    .divider {
        margin: 24px auto;
    }
}

/* Small Screens (Phones) */
@media (max-width: 480px) {
    .divider {
        margin: 18px auto;
    }
}

    .wrapperr {
        display: flex;
        justify-content: center;
        align-items: center;
       
        gap: 20px; /* Space between containers */
        flex-wrap: wrap; /* Allow wrapping on smaller screens */
    }

    .container11 {
        background-color: #ffffff;
        border-radius: 30px; /* Highly rounded edges */
        width: 250px;
        padding: 20px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        text-align: center;
        margin-bottom: 20px;
    }

    .top-line {
        width: 50px;
        height: 5px;
        background-color: #007BFF;
        margin: 0 auto 15px; /* Centered red line with margin */
    }

    .icon {
        font-size: 50px;
        color: #555555;
        margin-bottom: 15px;
    }

    h4.mission-header {
        font-size: 20px;
        color: #000;
        margin-bottom: 10px; /* Space between header and paragraph */
        font-family: 'Montserrat', sans-serif;
    }

    /* New Section: Image on the Left and Text on the Right */
    .content-reversed {
        display: flex;
        justify-content: space-between;
        width: 100%;
        align-items: center;
        margin-top: 40px;
        flex-wrap: wrap; /* Allow wrapping for smaller screens */
    }

    .content-reversed-left {
        flex: 1;
        text-align: center;
        margin-bottom: 20px;
    }

    .content-reversed-right {
        flex: 1;
        margin-left: 20px;
    }

    .content-reversed-left img {
        max-width: 100%;
        height: auto;
    }

    /* Mobile Responsiveness */
    @media (max-width: 768px) {
        h1 {
            font-size: 1.5em;
        }

        .content, .content-reversed {
            flex-direction: column; /* Stack content on smaller screens */
            align-items: center;
        }

        .content-left, .content-right {
            margin-right: 0;
            margin-bottom: 20px;
            text-align: center;
        }

        .technologies-container {
            width: 90%;
            padding: 10px;
        }

        .technologies-list {
            font-size: 1em;
        }

       

    
    }
 /* Responsive Design: Adjust grid layout for smaller screens */
        @media (max-width: 1024px) {
            .wrapperr {
                grid-template-columns: repeat(2, 1fr); /* 2 items per row on medium screens */
            }

            .container11 {
                max-width: 400px;
            }
        }

        @media (max-width: 768px) {
            .wrapperr {
                grid-template-columns: 1fr; /* 1 item per row on small screens */
            }

            .container11 {
                max-width: 90%; /* Allow containers to take up more space */
                padding: 15px;
            }

            .icon {
                font-size: 24px; /* Slightly smaller icons */
            }

            .mission-header {
                font-size: 18px; /* Slightly smaller text */
            }

            p4 {
                font-size: 12px; /* Smaller text on mobile */
            }
        }

    /* Extra small screens (phones in portrait) */
    @media (max-width: 480px) {
        h1 {
            font-size: 1.3em;
        }

        .technologies-container h2 {
            font-size: 1.5em;
        }

        .technologies-list li {
            font-size: 0.9em;
        }

       
    }
     .timeline {
            position: relative;
            padding: 20px 0;
            list-style-type: none;
            margin: 0;
        }
        .timeline li {
            position: relative;
            padding: 10px 0;
            margin: 20px 0;
        }
        .timeline li::before {
            content: '';
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            width: 2px;
            height: 100%;
            background-color: #007BFF;
        }
        .timeline .event {
            position: relative;
            padding: 20px;
            background-color: #caf0f8;
            border-radius: 8px;
            box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
            width: 45%;
            margin-left: 55%;
        }
        .timeline .event.left {
            margin-left: 0;
            margin-right: 50%;
        }
        .timeline .event h3 {
            margin: 0;
            font-size: 1.3em;
            color: #333;
            font-family: 'Montserrat', sans-serif;
        }
        .timeline .event p {
            font-size: 1.1em;
            color: #555;
        }
        .timeline .event .date {
            font-size: 0.9em;
            color: #888;
        }
        .timeline .event .description {
            font-size: 1em;
            color: #555;
        }
        @media (max-width: 768px) {
            .timeline .event {
                width: 100%;
                margin-left: 0;
            }
            .timeline li::before {
                left: 0;
                transform: none;
            }
            
        }
         /* Container for the history sections */
        .history-container {
            padding: 20px;
            max-width: 1200px;
            margin: auto;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
        }

        /* Styling the Year Boxes */
        .year-box {
            background-color: #fff;
            border-radius: 50%; /* Make the box circular */
            padding: 30px 40px; /* Adjust size to make it circular */
            text-align: center;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            cursor: pointer;
            transition: background-color 0.3s ease;
            margin: 10px;
            display: flex;
            justify-content: center;
            align-items: center;
            font-size: 18px;
            font-weight: bold;
            width: 120px; /* Set width and height for circle */
            height: 120px;
        }

        .year-box:hover {
            background-color: #007BFF;
            color: white;
        }

        /* Styling for Flag Hosting Information (smaller box) */
        .flag-hosting {
            display: none;
            text-align: center;
            padding: 10px;
            margin-top: 10px;
            background-color: #fff;
            border-radius: 8px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            width: 250px; /* Reduced width */
            max-width: 100%;
            font-size: 14px; /* Smaller font size */
        }

        .flag-hosting img {
            width: 60px; /* Smaller image size */
            height: 60px;
            object-fit: cover;
            margin-bottom: 10px;
            border-radius: 50%; /* Make the image circular */
        }

        .history-info {
            font-size: 14px;
            color: #333;
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .year-box {
                font-size: 16px;
                width: 100px;
                height: 100px;
            }

            .flag-hosting {
                width: 200px; /* Even smaller width on mobile */
            }

            .flag-hosting img {
                width: 50px;
                height: 50px;
            }
        }
        
              /* Page Wrapper */
        .page-wrapper {
            font-family: Arial, sans-serif;
            margin: 0;
            padding: 20px;
            background-color: #fff;
            text-align: center;
        }

        /* FAQ Container */
        .faq-container {
            max-width: 800px;
            margin: 0 auto;
            padding: 20px;
            background-color: #fff;
            border-radius: 8px;
          /*  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
        }

        .faq-header {
            font-size: 2em;
            margin-bottom: 20px;
            color: #000;
            font-family:'Montserrat',sans-serif;
            font-weight:600;
        }

        .faq-item {
            margin-bottom: 10px;
        }

        /* FAQ Question Styles */
        .faq-question {
            background-color: #002578;
            color: white;
            padding: 15px;
            text-align: left;
            font-weight: bold;
            cursor: pointer;
            border-radius: 5px;
            display: flex;
            justify-content: space-between;
            align-items: center;
            transition: background-color 0.3s;
            font-family:'Roboto',sans-serif;
        }

        .faq-question:hover {
            background-color: #007BFF;
        }

        /* FAQ Answer Styles */
        .faq-answer {
            display: none;
            padding: 15px;
            background-color: #fff;
            border-left: 4px solid #007BFF;
            margin-top: 5px;
            font-size: 1.1em;
            text-align: left;
            font-family:'Roboto', Sans-Serif;
        }

        /* Toggle Symbol Styles */
        .toggle-symbol {
            font-size: 1.5em;
            font-weight: bold;
        }

        /* Mobile Responsiveness */
        @media screen and (max-width: 600px) {
            .faq-container {
                width: 95%;
                padding: 15px;
            }

            .faq-header {
                font-size: 1.5em;
            }

            .faq-question {
                font-size: 1.1em;
                padding: 12px;
            }

            .faq-answer {
                font-size: 1em;
                padding: 12px;
            }

            .toggle-symbol {
                font-size: 1.3em;
            }
        }
        
          /* Card container */
    .info-card {
      max-width: 300px;
      background-color: #f9f9f9;
      border-radius: 8px;
      padding: 20px;
      box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
      margin: 20px auto;
      text-align: center;
      transition: all 0.3s ease;
    }

    /* Text inside the card */
    .info-card-content p {
      font-size: 18px;
      color: #333;
      margin-bottom: 20px;
      font-weight: 500;
    }

    /* Button styling */
    .info-btn {
      display: inline-block;
      padding: 10px 20px;
      font-size: 16px;
      color: #fff;
      background-color: #007BFF;
      text-decoration: none;
      border-radius: 4px;
      transition: background-color 0.3s ease, color 0.3s ease;
       font-family: 'Roboto', sans-serif;
    }

    /* Hover effect for button */
    .info-btn:hover {
      background-color: #002578;
      color: #fff;
    }

    /* Hover effect for the card */
    .info-card:hover {
      box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    }
    /*---------------------------------*/
    
    footer h2 {
    font-size: 24px;
    margin-bottom: 20px;
    text-align: center;
}

.footer-links {
    display: flex;
        justify-content: center;
        flex-wrap: wrap;
        gap: 15px;
        padding: 5px 0;
        font-size: 14px;
}

.footer-links a {
    text-decoration: none;
        color: #333;
        padding: 5px 10px;
        transition: 0.3s;
}

.footer-links a:hover {
    text-decoration: underline;
}

.vertical-line {
    height: 20px; /* Adjust the height of the line */
    border-left: 2px solid black; /* Vertical line */
    margin: 0 20px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    footer h2 {
        font-size: 20px; /* Smaller font size for h2 on mobile */
        margin-bottom: 15px;
    }

    .footer-links {
        flex-direction: column;
            text-align: center;
    }

    .vertical-line {
        height: 15px; /* Slightly shorter vertical line for smaller screens */
        margin: 0 15px; /* Adjust space between lines */
    }
}

@media (max-width: 480px) {
    footer h2 {
        font-size: 18px; /* Smaller font size on very small screens */
        margin-bottom: 10px;
    }

    .footer-links a {
        font-size: 14px; /* Smaller font size for links on very small screens */
    }

    .vertical-line {
        height: 12px; /* Even shorter vertical line on very small screens */
        margin: 0 10px; /* Reduce space between lines */
    }
}

/*-------------------------------------------*/
/* Hero Section */
.hero-section {
    width: 100%;
    max-width: 1200px;
    margin: 20px auto;
    padding: 40px 20px;
    background-color: #fff; /* Light background */
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

/* Hero Container */
.hero-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

/* Hero Title */
.hero-title {
    font-size: 3.7rem;
    font-weight: bold;
    color: #002578;
    margin-bottom: 20px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Hero Subtitle */
.hero-subtitle {
    font-size: 1.3rem;
    color: #555 !important;
    margin-bottom: 30px;
  
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 0 10px; /* Ensures padding for smaller screens */
    max-width: 90%; /* Prevents it from stretching too much */
}

/* Adjustments for smaller screens */
@media (max-width: 768px) {
    .hero-subtitle {
        font-size: 1rem; /* Slightly smaller font */
        margin-bottom: 20px;
    }
}

@media (max-width: 480px) {
    .hero-subtitle {
        font-size: 0.9rem; /* Even smaller for mobile screens */
        margin-bottom: 15px;
    }
}

/* Challenges Section */
.hero-challenges {
    margin-bottom: 40px;
}

/* Each Problem Row */
.hero-problem {
    margin-bottom: 15px;
}

/* Problem Text */
.problem-text {
    font-size: 1rem;
    color: #ff5b5b;
    font-weight: 600;
}

/* Solution Text */
.solution-text {
    font-size: 1rem;
    color: #4caf50;
    font-weight: 600;
}

/* Call-to-Action Section */
.hero-cta {
    margin-top: 20px;
    padding: 20px; /* Optional padding for better spacing */
}

/* CTA Text */
.cta-text {
    font-size: 1.2rem; /* Default font size */
    margin-bottom: 20px;
    font-weight: bold;
    color: #333 !important;
    line-height: 1.5; /* Add line-height for better text spacing */
    text-align: center; /* Center-align text for better presentation */
}

/* Mobile responsiveness: For screens smaller than 768px */
@media (max-width: 768px) {
    .cta-text {
        font-size: 1.1rem !important; /* Slightly reduce font size for mobile */
        margin-bottom: 15px; /* Adjust bottom margin */
        line-height: 1.4; /* Adjust line height for better readability */
    }
}

/* Mobile responsiveness: For very small screens (portrait phones) */
@media (max-width: 480px) {
    .cta-text {
        font-size: 1rem !important; /* Further reduce font size */
        margin-bottom: 10px; /* Reduce bottom margin */
        line-height: 1.3; /* Tighten line height for small screens */
    }
}

/* CTA Button */
.cta-button {
    padding: 12px 30px;
    background-color: #4caf50;
    color: white;
    text-decoration: none;
    border-radius: 4px;
    font-size: 1.1rem;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

/* CTA Button Hover Effect */
.cta-button:hover {
    background-color: #388e3c;
}
/*--------------------------------------*/
<style>
      /* HERO SECTION */
       .main-banner {
           background: linear-gradient(to right, #002578, #007bff);
           color: white !important;
           padding: 60px 20px;
           text-align: center;
          
       }
       .banner-title {
           font-size: 3.5rem;
           font-weight: bold;
           color:White !important;
       }
       .banner-subtitle {
           font-size: 1.4rem;
           margin: 10px 0;
           color:White !important;
       }
       .cta-button {
           display: inline-block;
           background: #ffcc00;
           color: #002578;
           padding: 12px 20px;
           font-size: 1.1rem;
           font-weight: bold;
           border-radius: 8px;
           text-decoration: none;
           margin-top: 20px;
       }
       .cta-button:hover {
           background: #e6b800;
       }
    
       
</style>
<style>
    .final-verdict {
           background: #ffffff;
           padding: 40px;
           text-align: left;
           margin-top: 30px;
       }
       .final-verdict h2 {
           color: #002578;
           font-size: 1.8rem;
           margin-bottom: 20px;
           font-weight: bold;
           text-align:center;
       }
       .final-verdict p {
           font-size: 1.2rem;
           margin-bottom: 15px;
           color: #333;
           font-family:'Roboto',sans-serif;
       }
       .final-verdict ul {
           list-style-type: disc;
           padding-left: 20px;
           max-width: 800px;
          
       }
       .final-verdict ul li {
           font-size: 1.1rem;
           margin-bottom: 10px;
           color: #555;
           font-family:'Roboto',sans-serif;
       }
       .final-verdict ul li strong {
           color: #000;
       }
       .gov-head
       {
           color: #002578;
    text-align: center;
    font-size: 1.8rem;
           }
       .gov-subhead
       {
           color: #000;
    font-size: 1.4rem;
           }
           
           /* Media query for mobile responsiveness */
@media (max-width: 768px) {
    .final-verdict {
        padding: 20px; /* Reduce padding for smaller screens */
        margin-top: 15px; /* Reduce top margin for smaller screens */
    }

    .final-verdict h2 {
        font-size: 1.5rem; /* Reduce font size for mobile */
        margin-bottom: 15px; /* Reduce bottom margin for mobile */
    }

    .final-verdict p {
        font-size: 1rem; /* Adjust paragraph font size for smaller screens */
        margin-bottom: 10px; /* Reduce margin for mobile */
    }

    .final-verdict ul li {
        font-size: 1rem; /* Adjust list item font size for mobile */
        margin-bottom: 8px; /* Reduce list item margin for mobile */
    }

    .gov-head {
        font-size: 1.6rem; /* Adjust headline size for smaller screens */
    }

    .gov-subhead {
        font-size: 1.2rem; /* Adjust subheading font size for smaller screens */
    }
}

@media (max-width: 480px) {
    .final-verdict {
        padding: 15px; /* Further reduce padding for very small screens */
    }

    .final-verdict h2 {
        font-size: 1.3rem; /* Further reduce font size for very small screens */
    }

    .final-verdict p {
        font-size: 0.95rem; /* Further reduce paragraph font size */
    }

    .final-verdict ul li {
        font-size: 0.95rem; /* Adjust list item font size for very small screens */
    }

    .gov-head {
        font-size: 1.4rem; /* Adjust headline size for small mobile screens */
    }

    .gov-subhead {
        font-size: 1rem; /* Adjust subheading font size for small mobile screens */
    }
}
</style>
<style>
 /* Hero Section */
        .hero-section {
            max-width: 900px;
            margin: auto;
            padding: 40px 20px;
            background: white;
            border-radius: 10px;
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
        }

        .hero-title {
            font-size: 32px;
            font-weight: bold;
            color: #002578;
            margin-bottom: 15px;
            font-family:'Montserrat',sans-serif
        }

        .hero-subtitle {
            font-size: 18px;
            margin-bottom: 20px;
            color: #555;
        }

        /* Hero Challenges Container */
        .hero-challenges {
            display: flex;
            flex-direction: column;
            gap: 15px; /* Spacing between each problem-solution pair */
            margin-top: 20px;
        }

        /* Individual Problem-Solution Row */
        .hero-problem {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: white;
            padding: 15px;
            border-radius: 8px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            transition: 0.3s;
        }

        /* Problem Text (?) */
        .problem-text {
            flex: 1; /* Makes both sides take equal space */
            color: red;
            font-weight: bold;
            display: flex;
            align-items: center;
            gap: 10px; /* Spacing between icon and text */
        }

        /* Solution Text (?) */
        .solution-text {
            flex: 1; /* Makes both sides take equal space */
            color: green;
            font-weight: bold;
            display: flex;
            align-items: center;
            gap: 10px; /* Spacing between icon and text */
        }

        /* Hover Effect */
        .hero-problem:hover {
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
        }

        /* CTA Section */
        .hero-cta {
            margin-top: 30px;
        }

        .cta-text {
            font-size: 18px;
            font-weight: bold;
            margin-bottom: 10px;
        }

        .cta-button {
            display: inline-block;
            background: #ff6b81;
            color: white;
            padding: 12px 25px;
            border-radius: 25px;
            text-decoration: none;
            font-size: 18px;
            font-weight: bold;
            transition: 0.3s;
        }

        .cta-button:hover {
            background: #d94f66;
            transform: scale(1.05);
        }

        /* Responsive Design */
        @media (max-width: 768px) {
            .hero-problem {
                flex-direction: column;
                text-align: center;
                padding: 20px;
            }

            .problem-text, .solution-text {
                justify-content: center;
                text-align: center;
            }
        }
</style>