/* General styles for About Us page */
body {
    font-family: Roboto, Roboto-fallback, sans-serif;
    margin: 0;
    padding: 0;
    color: #333;
}

header {
    background-color: #190d86;
    color: #fff;
    font-family: Roboto, Roboto-fallback, sans-serif;
    padding: 0.25rem 0;
    position: sticky;
    top: 0;
    z-index: 2;
}

header {
    background: #160d69;
    color: #fff;
    padding: 0.25rem 0;
    position: sticky;
    top: 0;
    z-index: 1000;
}
header .logo {
    height: 120px;
    width: 180px;
    
}


header .container {
    display: flex;
    font-family: Roboto, Roboto-fallback, sans-serif;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-left: 60px;
}

header nav ul {
    list-style: none;
    display: flex;
    gap: 1rem;
    margin-right: 60px;
}

header nav ul li {
    margin: 0;
}

header nav ul li a {
    color: #fff;
    text-decoration: none;
}


/* Video background styles */
.video-background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: -1;
    overflow: hidden;
}

.video-background video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* About Us section styles */
#about {
    padding: 2rem 0;
    text-align: center;
    position: relative;
    z-index: 1;
}

#about .container {
    max-width: 800px;
    margin: 0 auto;
}

#about h2 {
    font-size: 3rem;
    margin-bottom: 1rem;
    
}

#about p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 1rem;
    color: white;
    font-family: Roboto, Roboto-fallback, sans-serif;
    
   
}

/* Footer styles */
footer {
    background: #160d69;
    color: #fff;
    text-align: center;
    padding: 1rem 0;
    position: relative;
    z-index: 2;
}

footer .footer-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.social-icons a {
    color: #fff;
    font-size: 1.5rem;
    margin: 0 10px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #04d9ff;
}

/* Responsive styles */
@media (max-width: 768px) {
    header .container {
        flex-direction: column;
        align-items: flex-start;
    }

    header nav ul {
        flex-direction: column;
        gap: 0.5rem;
    }

    #about .container {
        padding: 1rem;
    }

    #about h2 {
        font-size: 1.75rem;
    }

    #about p {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    #about h2 {
        font-size: 1.5rem;
    }

    #about p {
        font-size: 0.875rem;
    }
}
/* Dropdown Menu */
nav ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

nav ul li {
    float: left;
}

nav ul li a {
    display: block;
    color: white;
    text-align: center;
    padding: 14px 16px;
    text-decoration: none;
}

nav ul li a:hover {
    background-color: #04d9ff;
}

nav ul li.dropdown {
    display: inline-block;
}

nav ul li.dropdown:hover .dropdown-content {
    display: block;
}

.dropdown-content {
    display: none;
    position: absolute;
    background-color: #190d86;
    min-width: 160px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    z-index: 1;
}

.dropdown-content li {
    float: none;
}

.dropdown-content li a {
    color: white;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    text-align: left;
}

.dropdown-content li a:hover {
    background-color: #04d9ff;
}
#gen-ai {
    padding: 20px 0;
}

#gen-ai .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

#gen-ai h2 {
    font-size: 2em;
    
}

#gen-ai p {
    font-size: 1.2em;
    line-height: 1.6;
    margin-bottom: 20px;
    
    text-align: center;
}

#gen-ai ul {
    list-style-type: disc;
    padding-left: 0px;
    margin-bottom: 0px;
    
}

#gen-ai ul li {
    margin-bottom: 10px;
}
#consultation {
    padding: 20px 0;
}

#consultation .container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

#consultation h2 {
    font-size: 2em;
    margin-bottom: 20px;
}

#consultation p {
    font-size: 1.25rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

#consultation ul {
    list-style-type: disc;
    padding-left: 20px;
    margin-bottom: 20px;
}

#consultation ul li {
    margin-bottom: 10px;
}
.three-boxes {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
}

.three-boxes .box {
    background-color: #f4f4f4;
    padding: 150px;
    flex: 1;
    margin: 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}




@media (max-width: 768px) {
    .three-boxes {
        flex-direction: column;
        align-items: center;
    }
    
    .three-boxes .box {
        margin: 10px 0;
    }
}
.box1{
    
    display: flex;
    flex-direction: column;
    background-color: #fff;
    /* height: 500px; */
    flex: 1;
    margin: 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.box2{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}

.box3{
    background-color: #fff;
    display: flex;
    flex-direction: column;
    flex: 1;
    margin: 0 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    text-align: center;
}
.box1img{
  height: auto;
}

.box1img p{
    font-size: 0.25em;
}
#gen-ai {
    background: url('genai.jpg') no-repeat center center/cover;
    color: #fff;
    position: relative;
    z-index: 1;
}

#gen-ai .container {
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background to enhance readability */
    padding: 2rem;
    border-radius: 10px;
}

#gen-ai h2 {
    font-size: 2.5rem;
    margin-top: 0px;
    color: #04d9ff;
}

#gen-ai p, #gen-ai ul {
    font-size: 1.25rem;
    margin-bottom: 1rem;
    font-family: 'Times New Roman', Times, serif;
}

#gen-ai ul {
    list-style-type: disc;
    margin-left: 2rem;
}

.container-privacy h3{
    text-align: center;
    text-decoration: underline;
    color: #04d9ff;
}

.container-privacy p{
    text-align: center;
    font-weight: 500;
}
.priv {
    background: url('privacy.jpg') no-repeat center center/cover;
    color: #fff;
    text-align: left;
    padding: 3rem 1rem;
    position: relative;
    z-index: 1;
}

.container-privacy {
    background: rgba(0, 0, 0, 0.5); /* Semi-transparent background to enhance readability */
  
    border-radius: 10px;
}

.container-privacy h1, .container-privacy h3 {
     color: #04d9ff;

}

.container-privacy p {
    color: #fff;
    margin-bottom: 1rem;
}
.upper-text {
    /* background: url('consult.jpg') no-repeat center center/cover; */
    color: #000000;
   
    padding: 5rem 1rem;
    
}

.upper-text .container {
    max-width: 00px;
    margin: 0 auto;
}


.upper-text p,
.upper-text ul {
    margin: 0 0 1rem 0;
   
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.25rem;
}

.upper-text ul {
    list-style: disc;
    padding-left: 2.5rem;
}

.upper-text ul li {
    margin-bottom: 0.5rem;
}
.three-boxes {
    display: flex;
    justify-content: space-between;
    padding: 20px; /* Space around the entire container */
    margin-bottom: 40px; /* Space below the container to prevent touching the footer */
}

.box1, .box2, .box3 {
    flex: 1;
    margin: 0 10px; /* Space between boxes */
    padding: 20px; /* Padding inside each box */
    border: 1px solid #ddd; /* Optional border for better visual separation */
    border-radius: 8px; /* Optional border radius for rounded corners */
    box-sizing: border-box; /* Ensure padding and border are included in the box's width and height */
}

.box1img {
    width: 100%;
    height: 200px; /* Adjust height as needed */
    background-size: cover;
    background-position: center;
    border-radius: 9px; /* Optional border radius for the image */
    margin-bottom: 15px; /* Space between the image and text */
}

.box-title {
    font-weight: 700;
    color: #190d86;
    font-family: 'Times New Roman', Times, serif;
    font-size: 1.25rem;
    margin-bottom: 10px; /* Space below the title */
}

.box-text {
    font-size: 1.05rem;
    color: black;
    font-family: 'Times New Roman', Times, serif;
}

@media (max-width: 768px) {
    header .container {
        flex-direction: column;
        align-items: flex-start;
    }

    header nav ul {
        flex-direction: column;
        gap: 0.5rem;
    }

    main {
        padding: 2rem 1rem;
    }

    .container-privacy h1 {
        font-size: 2rem;
    }

    .container-privacy p, .container-privacy h3 {
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .container-privacy h1 {
        font-size: 1.75rem;
    }
}
.upper-text h1{
    margin-top: -15px;
    font-size: 2rem;
}
.contact-page {
    font-family: Arial, sans-serif;
}

.contact-header {
    background-color: #f8f9fa;
    padding: 2rem 1rem;
    text-align: center;
}

.contact-header h2 {
    margin-bottom: 1rem;
}

.contact-header p {
    margin-bottom: 0;
}

.contact-details {
    padding: 2rem 1rem;
}

.contact-details .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.contact-info,
.contact-form {
    flex: 1;
    padding: 1rem;
}

.contact-info {
    background-color: #190d86;
    color: #04d9ff;
    border-radius: 8px;
    margin-right: 1rem;
}

.contact-info h3 {
    margin-top: 0;
}

.contact-info ul {
    list-style: none;
    padding: 0;
    margin: 1rem 0;
}

.contact-info ul li {
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
}

.contact-info ul li i {
    margin-right: 0.5rem;
}

.contact-info .social-icons {
    display: flex;
    gap: 1rem;
}

.contact-info .social-icons a {
    color: #fff;
    font-size: 1.5rem;
}

.contact-form {
    background-color: #f8f9fa;
    border-radius: 8px;
    padding: 1rem;
}

.contact-form .form-group {
    margin-bottom: 1rem;
}

.contact-form label {
    display: block;
    margin-bottom: 0.5rem;
}

.contact-form input,
.contact-form textarea {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.contact-form button {
    background-color: #333;
    color: #fff;
    border: none;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    cursor: pointer;
}

.contact-form button:hover {
    background-color: #555;
}
.contact-header {
    background: url('contact.jpg') no-repeat center center/cover;
    color: #fff;
    text-align: center;
    padding: 10rem 1rem;
    font-weight: 700;
}

.contact-details {
    padding: 2rem 1rem;
}

.contact-details .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
@media (max-width: 1200px) {
    #gen-ai h2 {
        font-size: 2.25rem;
    }

    #gen-ai p, #gen-ai ul {
        font-size: 1.15rem;
    }
}

@media (max-width: 992px) {
    #gen-ai h2 {
        font-size: 2rem;
    }

    #gen-ai p, #gen-ai ul {
        font-size: 1.1rem;
    }

    #gen-ai ul {
        margin-left: 1.5rem;
    }
}

@media (max-width: 768px) {
    #gen-ai h2 {
        font-size: 1.75rem;
    }

    #gen-ai p, #gen-ai ul {
        font-size: 1rem;
    }

    #gen-ai ul {
        margin-left: 1.25rem;
    }
}

@media (max-width: 576px) {
    #gen-ai h2 {
        font-size: 1.5rem;
    }

    #gen-ai p, #gen-ai ul {
        font-size: 0.9rem;
    }

    #gen-ai ul {
        margin-left: 1rem;
    }

    #gen-ai .container {
        padding: 1.5rem;
    }
}
@media (max-width: 768px) {
    .contact-details .container {
        flex-direction: column;
        padding: 1rem;
    }

    .contact-info, .contact-form {
        margin: 0.5rem 0;
    }
}

@media (max-width: 576px) {
    .contact-header h2 {
        font-size: 2rem;
    }

    .contact-header p {
        font-size: 1rem;
    }

    .contact-info h3, .contact-form label {
        font-size: 1.25rem;
    }

    .contact-info p, .contact-info ul li, .contact-form input, .contact-form textarea {
        font-size: 1rem;
    }

    .contact-form .btn {
        font-size: 1rem;
    }
}
