* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

body {
  background: #f9f9f9;
  color: #333;
}

.logo img{
   height: 55px;
   width: 300px;
   margin: 10px 20px;
}
header{
    height: 70px;
    width: 100%;
    background-color: rgb(247, 243, 243);
     position:sticky;
    top:0px;

}
nav{
    display: flex;
    align-items: center;
    justify-content: space-between;
}

ul li a{
    text-decoration: none;
    color: black;
    margin: 10px 20px;
    text-align:center;
   
}
.Items{
    margin-right: 20%;
    
}
nav ul{
    display: flex;
    list-style-type:none;
    justify-content: space-evenly;
    align-items: end;
    margin-left: 40px;
}
nav ul li a:hover{
   color:rgb(9, 9, 46);
   font-size: 1.1rem;
}
nav ul li a.active {
  color:rgb(88, 96, 206);
}
/* Hero Section */
.hero {
background: linear-gradient(rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.6)),

                url(laptop.jpg);
  color: #fff;
  padding: 60px 20px;
  width: 100%;
  height: 700px;
  background-size:cover; 
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.hero h1 {
  font-size: 3.5rem;
  /* margin-bottom: 15px; */
 /* margin-top: 200px;
  margin-left: 500px; */
  
   
}

.hero p {
  font-size: 1.1rem;
  /* max-width: 700px; */
  /* margin-top:290px ; */
  /* margin-left: 310px;
  margin-top: 70px ; */
   
}

/* Intro Section */
.intro {
  padding: 50px 10%;
  text-align: center;
}

.intro h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color: rgb(9,9,46);
}

.intro p {
  font-size: 1rem;
  line-height: 1.7;
  max-width: 900px;
  margin: auto;
  color: #444;
}

/* Features Section */
.features {
  padding: 50px 10%;
  display: flex;
  justify-content: center;
  gap: 20px;
  flex-wrap: wrap;
}

.feature-card {
  background: #fff;
  flex: 1;
  min-width: 250px;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
  text-align: center;
}
 .feature-card:hover {
      transform: scale(1.05);
    }
.feature-card h3 {
  margin-bottom: 10px;
  font-size: 1.3rem;
  color: #333;
}

.feature-card p {
  font-size: 1rem;
  color: #555;
}

/* Benefits Section */
.benefits {
  background:rgb(9,9,46);
  padding: 50px 10%;
  text-align: center;
}

.benefits h2 {
  font-size: 2rem;
  margin-bottom: 20px;
  color:rgb(255, 255, 255);
}

.benefits ul {
  list-style: none;
  max-width: 600px;
  margin: auto;
  text-align: left;
}

.benefits ul li {
  background: #fff;
  margin: 10px 0;
  padding: 12px 15px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  font-size: 1rem;
}
footer{
    height: auto;
    width: 100%;
    background-color:  rgb(247, 243, 243);
}
.footer-sec{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.footer-sec img{
  width: 280px;
  height: 100px;
  margin-bottom: 50px;
  margin-left: 30px;
}
.footer-sec li{
    list-style: none;
    margin: 10px;
}
.footer-sec h3{
    margin: 10px;
    color:black;
    text-align: center;
}
.footer-sec li a{
   text-decoration: none;
   margin-left:30px ;
   color:black;
}

.address p{
    text-align: center;
    display: inline;
    color:black;
}
.address{
    margin-bottom: 30px;
    height: auto;
    width: 300px;
}
.address i{
    color:black;
    margin-top: 15px;
}
.footer-project{
    display: flex;
    flex-direction: column;
}
.footer-project a{
    /* margin-top: 10px; */
    color:black;
    margin-left:25px ;
    line-height: 25px;
    text-decoration: none;
}
.copyright{
    text-align: center;
    font-size:1rem ;
    color:black;
}
@media (max-width: 480px) {
  header{
    width: 100% ;
  }
     .menu-toggle {
    display: block;
  }

  .Items {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    width: 220px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }

  .Items ul {
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0;
  }

  .Items ul li {
    margin: 0;
  }

  .Items.active {
    display: flex; /* Show menu when active */
  }

  .logo img {
    width: 150px;
    height: auto;
  }
  .hero{
    height: auto;
    padding: 0px 15px 20px;
    text-align: center;
    background-size: cover;
    background-position: center;
  
  }
  .hero h1{
    font-size: 25px;
    margin: 30px;
  }
    .hero p{
      font-size: 16px;
      margin: 20px;
    }
.intro h1{
  font-size: 25px;
  
}
  .footer-sec {
    flex-direction: column;
    text-align: center;
    width: 100%; /* fix overflow */
    box-sizing: border-box;
  }

  .footer-sec img {
    width: 200px;
    height: auto;
    margin: 10px auto;
  }

  .footer-list ul,
  .footer-project {
    text-align: center;
  }

  .footer-project a {
    margin-left: 0;
  }

  .address {
    width: 100%;
  }
}
 
@media (min-width: 481px) and (max-width: 1024px) {
  .menu-toggle {
    display: block;
  }
  .menu-toggle i {
    color: black;
    margin-right: 20px;
  }

  /* Reset all images for responsiveness */
  img {
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    display: block;
  }

  .Items {
    display: none;
    flex-direction: column;
    background: #fff;
    position: absolute;
    top: 60px;
    right: 0;
    width: 220px;
    padding: 15px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.2);
  }

  .Items ul {
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0;
  }

  .Items ul li {
    margin: 0;
  }

  .Items.active {
    display: flex; /* Show menu when active */
  }

  .logo img {
    width: 220px;
    height: 50px;
    margin: 0 auto;
    display: block;
  }

  /* Hero Section */
  .hero {
    min-height: 400px;
    padding: 40px 20px;
    text-align: center;
    width: 100%;
    box-sizing: border-box;
  }

  .hero h1 {
    font-size: 2.5rem;
    margin-bottom: 15px;
  }

  .hero p {
    font-size: 1rem;
  }

  /* Features Section */
  .features {
    flex-direction: column;
    align-items: center;
    padding: 30px 5%;
  }

  .feature-card {
    width: 100%;
    margin-bottom: 20px;
  }

  /* Intro Section */
  .intro {
    padding: 30px 5%;
  }

  .intro h2 {
    font-size: 1.8rem;
  }

  .intro p {
    font-size: 0.95rem;
  }

  /* Benefits Section */
  .benefits {
    padding: 40px 5%;
    width: 100%;  /* fix overflow */
    box-sizing: border-box;
  }

  .benefits h2 {
    font-size: 1.8rem;
  }

  .benefits ul li {
    font-size: 0.95rem;
  }

  /* Footer */
  
  .footer-sec {
    flex-direction: column;
    text-align: center;
    width: 100%; /* fix overflow */
    box-sizing: border-box;
  }

  .footer-sec img {
    width: 200px;
    height: auto;
    margin: 10px auto;
  }

  .footer-list ul,
  .footer-project {
    text-align: center;
  }

  .footer-project a {
    margin-left: 0;
  }

  .address {
    width: 100%;
  }
}
 