@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');
.container {
    width: min(90%, 1120px);
    margin-inline: auto;
}

body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
    
}
html, body {
    width: 100%;
    overflow-x: hidden; 
}

img {
    width: 100%;
}

.main-menu{
    display: flex;
    justify-content: space-between;
}

.menu-links{
    display: flex;
    gap: 20px;
}
.menu-links li{
    list-style: none;
}

.menu-links li a {
    text-decoration: none;
    font-size: 16px;
    color: #1A202C;
    font-weight: 600;
}

.menu-links li a:hover{
    color: #475569;
}

.logo{
    display: flex;
    align-items: center;
    gap: 10px;
    color: #475569;

}
.logo-icon{
    font-size: 1.6rem;
    background-color: #475569;
    width: 32px;
    height: 32px;
    border-radius: 8px;

}

.text{
    margin: 0;
    font-size: 28px;
    font-weight: 700;
}
header{
    position: fixed;
    top: 0;
    width: 100%;
    height: 4.5rem;
    background-color: #fff;

   
}
 .humberger{
    display: none;
 }
.mobile-menu{
    display: none;
}
 .hero {
    width: 100%;
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    background: linear-gradient(180deg, #475569 0%, #2d3550 100%);
}


.hero h2 {
    font-size: 2.75rem;
    font-weight: 800;
}

.hero p {
    font-size: 1.2rem;
    color: #dce0f1;
}

.btn {
    display: inline-block;
    margin-top: 30px;
    padding: 15px 35px;
    background: white;
    color: #1E293b;
    font-weight: 600;
    border-radius: 40px;
    text-decoration: none;
    font-size: 1rem;
    box-shadow: 0 4px 15px rgba(0,0,0,0.2);
}

/* Architecture */

.grid-architecture{
    margin-top: 6rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}
 .Architecture{
    margin-top: 6rem;
 }

.Architecture h1{
    text-align: center;
    font-size: 2.8rem;
    color: #1E293B;

}
.first-side{
    height: 500px;
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
   padding: 10px;
}

.second-side .stratigic{
    width: 100%;
    height: 100px;
    margin: 20px;
    border: 1px solid #fff;
    border-radius: 8px;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
    padding: 10px;

    
}


.first-side h2{
    font-size: 1.8rem;
    color: #1E293B;
}
.first-side h3{
    font-size: 1rem;
    color: #475569;
}
.first-side p{
    font-size: 1rem;
    color: #64748B;
}
.first-side .check .item{
    display: flex;
    align-items: center;
    
}

.second-side .stratigic{
    display: flex;
    align-items: center;

}

.stratigic span{
    height: 50px;
    width: 50px;
    font-size: 2rem;
}


/* about section */
.About{
    min-height: 100vh;
    width: 100%;
    background: linear-gradient(180deg, #475569 0%, #2d3550 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
}



.grid-about{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 25px;
}

.first-colunm h2{
    font-size: 1.25rem;
    color: #94A3B8;
}
.first-colunm h3{
    font-size: 3.2rem;
    color: #FFFF

}
.first-colunm P{
    font-size: 18.4px;
    color: #ffffff9D;
    margin-bottom: 32px;
}
.first-colunm .innovation{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    font-size: 1rem;
    color: #FFFFFFE6;
    width: 100%;
    max-width: 250px;
    font-size: 1rem;
    border: 1px solid black;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
    padding: 10px;
    margin: 20px;
    

}
.first-colunm .innovation span:nth-child(1){
    width: 40px;
    height: 40px;
    font-size: 19px;
    background-color: #64748B;
    border-radius: 50%;
    text-align: center;
}
.second-colunm img{ 
    width: 448.4px;
    height: 384.4px;
    border-radius: 10px;

}

.second-colunm{
    display: flex;
    flex-direction: column;
    justify-content: center;

}
.second-colunm .state{
    font-size: 1rem;
    color: #94A3B8;
    background: #ffffff1A;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    width: 100%;
    max-width: 250px;
    font-size: 1rem;
    border: 1px solid black;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
    margin: 20px;
    padding: 10px;
    width: 100%;
    height: 50.4px;
    font-size: 1rem;
    border: 1px solid black;
    box-shadow: 0 4px 7px rgba(0, 0, 0, 0.1);
    text-transform: uppercase;
}

/* footer */
footer{
    display: flex;
    justify-content: space-between;
   align-items: center;
    background: #0F172A;
    padding: 40px;

}
.terms{
    display: flex;
    gap: 20PX;
  


}
.terms li{
    list-style: none;
}

.terms li a{
    text-decoration: none;
    font-size: 1rem;
    color: #FFFF;
}

footer p{
    font-size: 14px;
    color: #ffffff99;
}
footer span{
    font-size: 13px;
    color: #ffffffB3;
}


/* Strategic Visionaries */

.team {
  padding: 80px 40px;
  text-align: center;
}

.team-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
}

.team-card {
  background: #fff;
  border-radius: 16px;
  padding: 30px;
  box-shadow: 0 10 20px rgba(0,0,0,0.2);
}

.team-card img {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  object-fit: cover;
}

.role {
  color: #666;
  font-weight: 600;
}


.testimonials {
  padding: 80px 40px;
  background: #f4f7fb;
}

.testimonials h2 {
  text-align: center;
  font-size: 36px;
  margin-bottom: 50px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
}

.testimonial-card {
  background: #fff;
  padding: 30px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.08);
}

.testimonial-card p {
  font-style: italic;
  margin-bottom: 25px;
}

.author {
  display: flex;
  align-items: center;
  gap: 15px;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #4a5a73;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.contact {
  background-color: #0f172a;
  padding: 80px 20px;
  text-align: center;
  color: white;
}

.contact p{
  font-size: 20px;
  margin-bottom: 60px;
}
.contact h2 {
  font-size: 36px;
  margin-bottom: 40px;
}

.contact-form {
  max-width: 800px;
  margin: auto;
}

.form-row {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
}

.contact-form input,
.contact-form textarea {
  width: 100%;
  padding: 18px;
  border-radius: 16px;
  border: 1px solid #555;
  background: rgba(255,255,255,0.08);
  color: #fff;
  font-size: 16px;
}

.contact-form textarea {
  resize: none;
  margin-bottom: 30px;
}

.contact-form button {
  padding: 16px 40px;
  border-radius: 30px;
  border: none;
  font-size: 18px;
  cursor: pointer;
  background: #6c7a92;
  color: #fff;
}



@media (max-width: 768px) {

    header{
        height: 0;

    }

.main-menu{
    display: none;
}

.humberger{
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    margin-top: 3%;
    left: 85%;
    background-color: #fff;
    color: #475569;
   
    font-size: 2rem;
}

.main-menu{
    display: none;
}


 .mobile-menu[data-visible="false"]{
    display: none;
}

.humberger i[data-visible="true"]{
        display: block;
    }

    .humberger i[data-visible="false"]{
        display: none;
    }
 


.mobile-menu[data-visible="true"] {
    display: flex;
    flex-direction: column;
    position: absolute;
    top: 0; 
    left: 0;
    background: white;
    padding: 15px 20px;
    border-radius: 10px;
    width: 200px;
    box-shadow: 0 5px 20px rgba(0,0,0,0.2);
    z-index: 999;
}

.mobile-menu .navigation{
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.mobile-menu .menu-links{
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.mobile-menu .menu-links li a{
    color: #333;
    text-decoration: none;
}



i{
    z-index: 1111;
}

.hero h2{
    font-size: 2rem ;
}

.hero p{
    font-size: 0.8rem;
}

.Architecture{
    width: 100%;
}
 .grid-architecture{
    grid-template-columns: 1fr;
    gap: 20px;
} 

.first-side{
    width: 100%;
    height: auto;
    

}

.second-side{
    width: 100%;
    margin-top: 2rem;

}

.second-side .stratigic{
    width: 100%;
    height: auto;
    margin: 10px auto;

}

.grid-about{
   grid-template-columns: 1fr; 
}

 footer {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }

    .terms {
        flex-direction: column;
        gap: 10px;
    }

}
