*{
    margin: 0;
    padding: 0;
    font-family:'Times New Roman', Times, serif;
    font-size: 16px;
    box-sizing: border-box;
    cursor: default;
}
.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;
}
.menu-toggle {
  display: none;
  font-size: 1.8rem;
  margin-right: 10px;
  cursor: pointer;
}

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
{
    height:600px;
    width: 100%;
    background: linear-gradient(rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)),
                url("medical.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: rgba(0,0,0,0.5);
    display: flex;              
    flex-direction: column;     
    justify-content: center;    
    align-items:start;                   
}
.hero-content h1{
    font-size: 45px;
    color: white;
    text-align: center;
}
.hero-content p{
    font-size: 18px;
    color: white;
    text-align: center;
    padding: 30px;
}
.benefit h2{
    padding-top: 20px;
    font-size: 35px;
    text-align: center;
}
.benefit {
    height: auto;
    width: 100%;
}
.benefit P{
  font-size: 18px;
  text-align: center;
  margin: 20px;
}
.box{
    display: flex;
    justify-content:space-evenly;
    align-items: center;
    margin-top: 50px;
    text-align: center;
}
.box P{
  font-size: 18px;
  text-align: center;

}
.box h3{
  font-size: 20px;
  text-align: center;
  padding-top: 10px;

}
.box i{
    font-size: 3rem;
    text-align: center;
    color: rgb(9, 9, 46);
}
.key-features{
    height: auto;
    width: 100%;
    display: flex;
    justify-content:space-around;
    align-items: center;
    background-color: rgb(9,9,46);
    padding: 30px;

}
.key-features img{
    height: 350px;
    width: 450px;
}
.container li{
  color: white;
  font-size: 18px;
  margin-top: 20px;;
}


.container ul{         
  margin: 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr)); 
  gap: 15px 24px;   
 justify-items: center;   
 place-items: start;     
 margin-left: 30px; 
}
.container h2{
    font-size: 30px;
    color: white;
    text-align: center;
}
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: auto;
  margin-bottom: 100px;
  margin-left: 30px;
}
.footer-sec li{
    list-style: none;
    margin: 12px;
}
.footer-sec h3{
    margin: 20px;
    color:black;
    text-align: center;
}
.footer-sec li a{
   text-decoration: none;
   margin-left:30px ;
   color:black;
   font-size: 18px;
}

.address p{
    margin-top:10px;
    text-align: center;
    display: inline;
    color:black;
    font-size: 18px;
}
.address{
    /* margin-top: 20px; */
    height: auto;
    width: 300px;
}
.address i{
    color:black;
    margin-top: 15px;
}
.footer-project{
     display: flex;
     flex-direction: column;
}
.footer-project a{
    text-decoration: none;
    color:black;
    margin-left:25px ;
    /* margin-top: 10px; */
    font-size: 18px;
    line-height: 28px;
}
.copyright{
    text-align: center;
    font-size:1rem ;
    color:black;
}
.copyright p{
  background-color: rgb(9,9,46);
  color: white;
}
@media (max-width: 480px) {
 .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);
  }
  img{
    height: auto;
    width: 320px;
    margin: 0;
    padding: 0;
  }

  .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;
    padding-top: 20px;;
  }
  .hero p{
    font-size: 16px;
  }
  .benefit h2{
    font-size: 25px;
  }
  .box{
    flex-direction: column;
  }
  .key-features{
    flex-direction: column;
  }
  .key-features h2{
    font-size: 25px;
  }
  .key-features img{
    height: 300px;
    width: 300px;
  }
      .footer-sec {
      height: auto;
    flex-direction: column;
    text-align: center;
  }

  .footer-sec img {
    margin: 10px auto;
  }
  .address{
    height: auto;
  }
  .address h3{
    margin: 0;
  }
  .footer-project{
    margin: 0;
  }
}
@media (min-width: 481px) and (max-width: 1024px) {
  /* Navbar */
  .logo img {
    width: 200px;
    height: auto;
  }

  .menu-toggle {
    display: block;
  }
 .menu-toggle i{
    color: black;
    margin-right: 20px;
    font-size: 1.5rem;
    margin-left: 20px;
     
   }
  .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);
  }
  img{
    height: 300px;
    width: 320px;
    margin: 0;
    padding: 0;
  }

  .Items ul {
    flex-direction: column;
    gap: 15px;
    padding: 0;
    margin: 0;
  }

  .Items ul li {
    margin: 0;
  }

  .Items.active {
    display: flex; /* Show menu when active */
  }

  /* Hero Section */
  .hero {
    height:300px;
    padding: 40px 20px;
    text-align: center;
    align-items: center;
  }

  .hero-content h1 {
    font-size: 32px;
    margin-bottom: 15px;
  }

  .hero-content p {
    font-size: 16px;
    padding: 15px;
  }

  /* Benefit Section */
  .benefit h2 {
    font-size: 28px;
  }

  .benefit p {
    font-size: 16px;
    margin: 10px 20px;
  }

  .box {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .box div {
    flex: 1 1 45%;  /* Two per row */
    max-width: 45%;
    margin: 10px auto;
  }

  .box h3 {
    font-size: 18px;
  }

  .box p {
    font-size: 15px;
  }

  /* Key Features */
  .key-features {
    flex-direction: column;
    padding: 20px;
    text-align: center;
  }

  .key-features img {
    width: 80%;
    max-width: 400px;
    height: auto;
    margin-top: 20px;
  }

  .container ul {
    grid-template-columns: 1fr; /* Stack features in one column */
    justify-items: start;
  }

  .container h2 {
    font-size: 26px;
  }

  /* Footer */
   .footer-sec {
    flex-direction: column;  /* stack logo above */
    align-items: center;
    text-align: center;
  }

  .footer-sec img {
    width: 220px;
    margin: 0 auto 20px;
    display: block;
  }

  /* Wrap the 3 sections (links, projects, address) into a row */
  .footer-columns {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    width: 100%;
    max-width: 900px; /* keeps it neat */
    text-align: left;
  }

  .footer-list,
  .footer-project,
  .address {
    flex: 1;
    min-width: 200px;
  }
}