body {
    margin: 0;
    padding: 0;
    font-family: 'Satoshi', sans-serif;
    background-color: var(--platinum-white);
    overflow-x: hidden;
    letter-spacing: .03rem;

}

header {
    display: none;
}
header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0rem 3.5rem;
    position: fixed; /* Added to make it sticky */
    top: 0; /* Added to make it sticky */
    width: 95%; /* Added to make it span the full width */
    background-color:var(--platinum-white) ;
    z-index: 1000; /* Added z-index */
}

header img {
    height: 4.3rem;
}
header {
    transition: background-color 0.5s ease; /* Add transition effect */
}

/* Style for scrolled state */
header.scrolled {
    background-color: #0A192F; /* Change background color on scroll */
}
header.scrolled h1 {
    display: block;
}
.hidden {
    display: none;
}


#hd1 {
    transition: background-color 0.5s ease, color 0.5s ease, text-shadow 0.5s ease;
}
.transparent {
    background-color: transparent;
    
}
.transparent1{
    text-shadow: 1px 1px 10px white; /* White shadow when transparent */
}
.white-bg {
    background-color: rgb(245, 245, 245);
    color: black; /* Text color when header has a white background */
    text-shadow: none; /* Remove text shadow when background is white */
}
#hd12 {
    transition: background-color 0.5s ease, color 0.5s ease, text-shadow 0.5s ease;
}

nav {
    display: flex;
    justify-content: center;
    gap: 2.5rem;
    padding-right: 3rem;
}

/* Additional CSS styles for the nav links */
nav a {
    text-decoration: none; /* Remove underline from links */
    color: var(--midnight-navy);
    font-size: 1.3rem;
    font-weight: 500;
}
nav a {
    transition: transform 0.2s ease-in-out; /* Apply transition effect */
}

nav a:hover {
    transform: translateY(-2px); /* Move the element 1px up when hovered */
    color: var(--electric-blue);
}

.ftr-flex{
    display: flex;
    justify-content: left;
    gap:24rem;
    align-items: center;
    margin :4rem 0;

}

ul{
   list-style: none;
   padding: 0;
  
   

}
li {
    line-height: 1.5; /* Adjust as needed */
}
footer{
    background-color: #0A192F;
    color: white;
    padding: 2rem 4rem;
}
footer p{
    color: white;
    
}
.p{
    margin-top: 0px;
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 600;
}
.p1{
    font-size: 1rem;
    font-weight: 500;
}
footer a{
    text-decoration: none;
    color: white;
}
#ftr1 a{
    text-decoration: none;
    color: var(--electric-blue);
    font-size: 2.5rem;
}
.ftr2{
    border-left: 1px solid var(--neon-teal);
    padding: 0 3rem;
}
.ftr2 p{
    font-size: clamp(1.8rem, 4vw, 3rem);
    font-weight: 600;
    color: var(--electric-blue);
    word-wrap: break-word; /* Ensure it wraps if needed */
}

.ftr-p p{
    color: rgb(180, 180, 179);
    font-size: 14px;
    
}
footer form input{
    color:rgb(180, 180, 179) ;
    background-color: transparent;
    border: none;
    outline: none;
    border-bottom: 1px solid var(--neon-teal);
    width: 100%;
    max-width: 22rem;
    padding: .5rem;
}
footer form textarea{
    color:rgb(180, 180, 179) ;
    background-color: transparent;
    border: none;
    outline: none;
}

footer form label{
    color:rgb(180, 180, 179) ;
    background-color: transparent;
    border: none;
    outline: none;
}
.ftr-flex1{
    display: flex;
    justify-content: left;
    gap: 2rem;
}
/* Default button styles */
footer button {
    border: none;
    background-color: rgb(196, 144, 30);
    padding: .7rem 2rem;
    border-radius: 2rem;
    font-size: 18px;
    font-weight: 500;
    margin-top: 1rem;
    transition: transform 0.3s, box-shadow 0.3s;
}

/* Hover effect */
footer button:hover {
    transform: scale(1.1); /* Scale up the button */
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3); /* Add a shadow */
}


.ftr-p{
    display: flex;
    justify-content: space-between;
}
.icon{
    display: flex;
    justify-content: center;
    gap: 2rem;
    
}
.icon1{
    display: flex;
    justify-content: center;
    gap: 2rem;
    margin-top: .5rem;
   
}

.icn{
    font-size: 2rem;
}
.in{
    width: 47rem;
}
.sec11{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20rem;
    /* background-color: rgb(245, 245, 245); */
}
.sec11 h1{
    font-size: 3rem;
    font-weight: 600;
}
.sec2{
    padding: 4rem;
    padding-bottom: 2rem;
   
}
.sec2 p{
    color: var(--cyber-gray);
   font-size: 1.5rem;
   padding-top:1rem ;
   padding-bottom: 2rem;

}
.sec2 span{
    color: var(--midnight-navy);
}
.sec3 {
    position: relative;
    background: transparent;
    
}

/* Refined version of the original transparent homepage navigation. */
#hd1.home-video-nav {
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    min-height: 88px;
    padding: .25rem clamp(2rem, 4vw, 4.5rem);
    transform: none;
    border: 0;
    border-radius: 0;
    background: linear-gradient(180deg, rgba(2, 14, 28, .62), rgba(2, 14, 28, 0)) !important;
    box-shadow: none;
    backdrop-filter: none;
}

#hd1.home-video-nav > div:first-child > a:first-child > img {
    width: auto;
    height: 70px;
    padding: .35rem 0 !important;
    filter: drop-shadow(0 2px 8px rgba(255,255,255,.72)) !important;
}

#hd1.home-video-nav .header-wordmark-link {
    text-decoration: none;
}

#hd1.home-video-nav #h1 {
    margin: 0;
    padding: .3rem 0 .3rem 1rem;
    color: var(--electric-blue) !important;
    font-family: 'Bebas Neue', 'Norwester', sans-serif;
    font-size: 3.2rem;
    font-weight: 900;
    line-height: 1;
    letter-spacing: .09em;
    white-space: nowrap;
    border-left: 6px solid var(--neon-teal);
    border-radius: 0;
    background: linear-gradient(100deg, #168cff 0%, #007cff 42%, #00b9d8 72%, #00f6ed 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    box-shadow: none;
    filter: drop-shadow(0 2px 7px rgba(186, 237, 255, .32));
    text-shadow: none;
}

#hd1.home-video-nav nav {
    align-items: center;
    gap: clamp(1rem, 2vw, 2.2rem);
    padding: 0;
    text-shadow: none;
}

#hd1.home-video-nav nav a {
    position: relative;
    padding: .75rem 0;
    border-radius: 0;
    color: #fff !important;
    font-size: 1.05rem;
    font-weight: 600;
    letter-spacing: .025em;
    text-shadow: 0 2px 10px rgba(0, 10, 24, .75);
    transition: color .2s ease, transform .2s ease;
}

#hd1.home-video-nav nav a::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: .45rem;
    width: 100%;
    height: 2px;
    background: #22e4de;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform .25s ease;
}

#hd1.home-video-nav nav a:hover {
    color: #62f7f1 !important;
    transform: translateY(-1px);
}

#hd1.home-video-nav nav a:hover::after {
    transform: scaleX(1);
    transform-origin: left;
}

#hd1.home-video-nav.header-white {
    background: rgba(255, 255, 255, .96) !important;
    box-shadow: 0 8px 24px rgba(4, 19, 35, .08);
}

#hd1.home-video-nav.header-white nav a {
    color: var(--midnight-navy) !important;
    text-shadow: none;
}

#hd1.home-video-nav.header-white #h1 { text-shadow: none; }

@media (min-width: 701px) and (max-width: 1100px) {
    #hd1.home-video-nav {
        width: 100%;
        padding-inline: 1.5rem;
    }

    #hd1.home-video-nav > div:first-child > a:first-child > img {
        height: 58px;
    }

    #hd1.home-video-nav #h1 {
        font-size: 2.5rem;
        padding: .25rem 0 .25rem .75rem;
    }

    #hd1.home-video-nav nav {
        gap: .8rem;
    }

    #hd1.home-video-nav nav a {
        padding: .65rem 0;
        font-size: .82rem;
    }
}

.logo-carousel-heading {
    box-sizing: border-box;
    margin-inline: 0;
    width: 100%;
    padding-inline: 4rem;
}

.logo-container {
    white-space: nowrap;
    overflow-x: hidden;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 2rem;
    position: relative;
    padding: 0 50px;
    background: transparent;
}

.sec3::before,
.sec3::after {
    display: none;
}


.logo-container img {
    width: 10rem;
    height: 4.5rem;
    object-fit: contain;
    flex: 0 0 auto;
    margin-right: 20px;
    background-color: transparent !important;
    background-image: none !important;
}
.sec3{
    padding: 2rem 0;
    background: transparent;
}

.sec3 h1 {
    font-size: 3rem;
    font-weight:600;
   
    padding: 4rem;
    padding-top: 0;
    margin: 0;
}
.sec-4 h1{
    font-size: 3rem;
    font-weight: 600;
    color: var(--midnight-navy);
   

}
.sec-4 h3{
    font-weight: 500;
    font-size: 2rem;
    
}
.sec-4{
    padding: 4rem;
    background-color: var(--platinum-white);

}


.card:hover h3 {
    color: var(--platinum-white); /* Keep headings clear on hover */
}

.card:hover p {
    color: white; /* Change p color on hover */
}
.card-flex{
   
    display: flex;
    justify-content: center;
    gap: 2rem;
    /* padding: 1.5rem; */
}

.card-flex1 {
    flex: 1;
    min-width: 0; /* Prevent flex items from overflowing their container */
    display: flex;
    flex-direction: column;
}

.card-grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem;
    /* padding: 1.5rem; */
    max-width: 1200px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .card-grid-container {
        grid-template-columns: 1fr !important;
        padding-bottom: 0 !important;
    }
}

@media (min-width: 769px) {
    .card-grid-container > a:nth-child(even) {
        transform: translateY(3rem);
    }
    
    .card-grid-container {
        padding-bottom: 4.5rem; /* Make room for the shifted elements */
    }
}

.sec4-p{
    font-size: 1.5rem;
    font-weight: lighter;
    color: var(--platinum-white);
}

.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 20px; /* Adjust the gap between images */
}

.image-grid img {
    width: 100%; /* Make images fill the grid cells */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Add border radius for rounded corners */
}
.sec-5{
    padding:4.5rem 1rem;
    background-color: var(--midnight-navy);
   
}
.image-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* 3 columns */
    gap: 20px; /* Adjust the gap between images */
}

.image-grid img {
    width: 100%; /* Make images fill the grid cells */
    height: auto; /* Maintain aspect ratio */
    border-radius: 10px; /* Add border radius for rounded corners */
}

/* Set specific width for the second and fourth images */
.image-grid img:nth-child(2){
    
    height: 25rem; /* Maintain aspect ratio */
}
.image-grid img:nth-child(5) {
    height: 21rem;

}

.image-grid1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* Two columns */
    gap: 1rem; /* Adjust gap between images */
}

.image-grid1 img {
    width: 100%; /* Ensure images take full width of their container */
    height: auto; /* Maintain aspect ratio */
}


.sec-6{
        padding: 1rem 4rem;
   background: radial-gradient(circle at top right, #003366, var(--midnight-navy));
    color: var(--neon-teal);

}
.sec-6 p{
    margin:0;
    margin-bottom: 1rem;
}
.sec-6 h2{
    font-size: 3rem;
    font-weight: 600;
    color: var(--electric-blue);
    /* margin: 0; */

}
.sec6-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec6-p{
    color: var(--electric-blue);
    font-size: 1.5rem;
}
/* .sec-6 a{
    color: black;
    text-decoration: none;
    padding: .4rem 1rem;
    background-color:  rgb(245, 245, 245);
    border-radius: 2rem;
} */
.sec6-flex1{
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
    /* margin-top: 2rem; */
}
.sec6-1{
    text-align: center;
}
.sec6-1 p{
    font-size: 1.5rem;
    font-weight: lighter;
}
.sec-7{
    padding: 4rem;
    background-color: rgb(245, 245, 245);

}
.sec-7 h1{
    font-size: 3rem;
    font-weight: 600;
    color: var(--midnight-navy);

}
.sec7-flex{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sec7-p{
    font-size: 2.2rem;
    font-weight: 400;
    color: var(--cyber-gray);
}
.sec-7 h2{
    font-weight: 400;
}
.sec7-p1{
    font-weight: 200;
    font-size: 1.4rem;
}
.video-container {
   
    width: 100%;
    height: 100%;
    overflow: hidden;
  
}

#video-bg {
    min-width: 100%;
    min-height: 100%;
    width: 100%;
    height: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* about us */

.about-sec1{
    padding: 6rem 4rem ;
    

}
.about-sec1 h1{
    font-size: 3rem;
    font-weight: 800;
    color: var(--midnight-navy);

}
.about-sec1 p{
    font-size: 1.5rem;
    font-weight: 300;
    color: var(--cyber-gray);

}
.about-sec2{
    padding: 4rem 4rem ;
    background-color: var(--midnight-navy);
    color: var(--platinum-white);
}
.about-flex{
    display: flex;
    justify-content: center;
    gap: 2.5rem;

}
.about-card{
    border-radius: 1rem;
    border:1px solid var(--neon-teal) ;
    padding: 1.3rem;
}
.about-card img{
    height: 6.5rem;
    color:rgb(95, 95, 94) ;
}

.about-card h2{
    font-size: 2.5rem;
    letter-spacing: .04rem;
}
.about-card p{
    font-size:1.2rem ;
}

.about-sec3{
    padding: 4rem 4rem ;

}

.about-flex2 {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Three columns with equal width */
    gap: 20px; /* Gap between grid items */
}

.about-card1 {
    
    padding:1rem 2.5rem ; /* Padding around each card */
    border:1px solid black ;
    border-radius: 1.5rem; /* Border radius for rounded corners */
}

/* Additional styling for headings */
.about-card1 h1 {
    font-size: 2rem; /* Adjust font size as needed */
    
}
.about-card1 p {
    font-size: 1.2rem; /* Adjust font size as needed */
    font-weight: 400;
    
}
.about-sec4{
    padding: 4rem 4rem ;

}
.about-sec4 h1{
    font-weight: 200;
    font-size: 2.4rem;
    color: var(--cyber-gray);
}




