*{margin:0;padding:0;box-sizing:border-box;font-family:Arial, sans-serif;}
 
.container{width:100%; margin:0 auto;}

/* NAVBAR */
.navbar{
  position: sticky;
  top: 0;
  z-index: 3;
  width:100%;
  height:80px;
  padding:0 5%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  background-color: #fff;
  box-shadow: 0 2px 10px rgba(0,0,0,.1);
}
.logo{
  width:160px;
  display:block;
   cursor: pointer;
}
.navbar-list{
  display:flex;
  align-items:center;
  gap:25px;
}
.navbar-list a{
  text-decoration:none;
  font-size:16px;
  color:#111;
  transition:color .2s;
}
.navbar-list a:hover{
  color:#198af3;
}
.navbar-list2{
  display:flex;
  align-items:center;
  gap:10px;
}
.navbar-list2 i{
  font-size:22px;
  color:#fff;
  background:#198af3;
  padding:8px;
  border-radius:50%;}
.nav-list2 p{font-size:14px;
  color:#555;
  margin:0;
}
.nav-list2 .phone{
  display:block;
  color:#198af3;
  font-weight:600;
  text-decoration:none;
  margin-top:4px;
}
.nav-list2 .phone:hover{
  color:#0a68c0;
}
.hamburger{display:none;cursor:pointer;}
.hamburger span{
  width:28px;height:3px;background:#111;margin:5px;display:block;
}
/* sidebar */
.mobile-sidebar{
  position:fixed;
  top:0;right:-250px;
  width:250px;height:100vh;
  background-color:#198af3;
  padding:60px 20px;
  box-shadow:-2px 0 10px rgba(0,0,0,.1);
  display:flex;
  flex-direction:column;
  gap:20px;
  transition:.3s;
  z-index:9999;

}

.mobile-sidebar a{
  text-decoration:none;
  color:#fff;
  font-size:18px;
}

.mobile-sidebar .close{
  position:absolute;
  top:15px;left:15px;
  background:none;border:none;font-size:32px;cursor:pointer;
}
.banner{
  position: relative;
  width:100%;
  height: 55vh;   /* desktop */
  overflow: hidden;
  display:flex;
  align-items:center;
  justify-content:center;
}

.banner img{
  width:100%;
  height:100%;
  object-fit:cover;
   filter: brightness(40%);
}

/* dark overlay */
.banner::after{
  content:"";
  position:absolute;
  inset:0;
  background:rgba(0,0,0,.35);
}

/* text */
.banner-content{
  position:absolute;
  z-index:2;
  width:100%;
  padding:0 8%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  color:#fff;
}

.banner-content .left{
  font-size:48px;
  font-weight:700;
}

.banner-content .right{
  max-width:450px;
}

.banner-content .right p{
  font-size:25px;
  line-height:1.4;
}
.about-us{
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 70px;
  padding: 20px 9%;
  position: relative;
}

.aboutus-left{
  width: 45%;
  position: relative;
}

.aboutus-left img{
  width: 100%;
  height: 450px;
  object-fit: cover;
  border-radius: 8px;
}

.aboutus-left .div{
  width: 300px;
  height: 540px;
  background: #198af3;
  border-radius: 12px;
  position:absolute;
  top: -40px;
  left: -40px;
  z-index:-1;
}

.about-us-right{
  width: 55%;
  display:flex;
  flex-direction:column;
  gap:20px;
}

.about-us-right p{
  color: #198af3;
  font-weight:600;
  font-size:20px;
}

.about-us-right h1{
  font-size:38px;
  font-weight:700;
  line-height:1.2;
  color:#111;
}

.about-us-right span{
  color:#444;
  font-size:15px;
  line-height:1.7;
}

.about-us-bottom{
  margin-top:20px;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:15px 30px;
}

.about-us-bottom p{
  background:#f5f5f5;
  padding:10px 15px;
  border-radius:6px;
  font-size:14px;
  border-left:4px solid #198af3;
}

.about-us button{
  width: 150px;
  margin-top:30px;
  background:#198af3;
  border:none;
  padding:12px 28px;
  font-size:15px;
  border-radius:6px;
  color:#fff;
  cursor:pointer;
}

.about-us button:hover{
  opacity:.85;
}
.about-us-bottom-top{
  width:100%;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:25px;
  margin-bottom:15px;
}

.about-us-bottom-top .left,
.about-us-bottom-top .right{
  display:flex;
  gap:15px;
  background:#f5f5f5;
  padding:12px 15px;
  border-radius:6px;
  align-items:flex-start;
  border-left:4px solid #198af3;
}

.about-us-bottom-top img{
  width:42px;
  height:42px;
  object-fit:contain;
}

.about-us-bottom-top p{
  margin:0;
  font-weight:600;
  color:#111;
}

.about-us-bottom-top span{
  display:block;
  font-size:14px;
  line-height:1.5;
  color:#444;
}
footer.section-foote{
  width:100%;
  background:#091f6d;
  color:#ffffff;
  padding:50px 6vw;
  display:flex;
  flex-direction:column;
  gap:40px;
}

/* ---------- TOP ---------- */
.footer-top{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:30px;
}

.footer-top img{
  width:160px;
  padding: 10px;
  background-color: white;
  border-radius: 8px;
}

.footer-top .input{
  display:flex;
  align-items:center;
  gap:10px;
}

.footer-top input{
  padding:12px 18px;
  border-radius:6px;
  border:none;
  outline:none;
  font-size:14px;
}

.footer-top button{
  padding:12px 22px;
  border:none;
  border-radius:6px;
  background:#ff9800;
  color:#fff;
  cursor:pointer;
}

/* ----------- MEDIUM ----------- */
.footer-medium-top{
  display:flex;
  align-items:flex-start;
  justify-content:space-between;
  gap:40px;
}

.footer-medium-top-left{
  width:35%;
}

.footer-medium-top-left span{
  display:flex;
  align-items:center;
  gap:8px;
  font-size:18px;
  font-weight:600;
}

.footer-medium-top-right{
  display:flex;
  justify-content:space-between;
  gap:60px;
  flex:1;
}

.footer-medium-top-right .list h1{
  font-size:18px;
  margin-bottom:12px;
}

.footer-medium-top-right ul{
  list-style:none;
  padding:0;
  display:flex;
  flex-direction:column;
  gap:6px;
}

.footer-medium-top-right li{
  display:flex;
  align-items:center;
  gap:6px;
  cursor:pointer;
  opacity:.9;
}

.footer-medium-top-right li:hover{
  opacity:1;
  padding-left:4px;
  transition:.2s;
}

/* ----------- BOTTOM ----------- */
.footer-bottom{
  border-top:1px solid #ffffff25;
  padding-top:25px;
  text-align:center;
  font-size:14px;
  opacity:.7;
  color: #ffffff;
  background-color: #091f6d;
  padding: 5px;
}
@media (max-width:768px){
body{overflow-x:hidden;}
   .navbar{
    height: 70px;
   }
  
  .hamburger{display:none;}
  .slide-content{
    width:90%;
    top: 200px;
    left: 420px;
  }
    .banner{
    height:45vh;
  }
  .banner-content{
    padding:0 6%;
  }
  .banner-content .left{
    font-size:34px;
  }
  .banner-content .right p{
    font-size:16px;
  }
    .about-us{
    padding: 20px 4%;
    gap: 10px;
    background-image: linear-gradient(rgba(255,255,255,0.5),rgba(255,255,255,0.5)),url(./images/abt.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 8px; 

  }
  .aboutus-left{
    display: none;
  }
  .about-us-right{
    width:100%;
  
  }
  .aboutus-left img{
    height:350px;
  }
  .about-us-right h1{
    font-size:28px;
  }
  .about-us-bottom{
    grid-template-columns:repeat(2,1fr);
  }
   
   
  .about-us-bottom button{
  align-content: center;
  }
    .about-us-bottom-top{
    gap:15px;
  }
  .about-us-bottom-top img{
    width:34px;
    height:34px;
  }
  .about-us-bottom-top span{
    font-size:13px;
  }
  .footer-top{
    flex-direction:column;
    gap:25px;
  }

  .footer-medium-top{
    flex-direction:column;
    gap:40px;
  }

  .footer-medium-top-left{
    width:100%;
  }
  .list li i{
    color: white;
  }
  .footer-medium-top-right{
    flex-wrap:wrap;
    justify-content:center;
  }
  
}

@media (max-width:468px){
  .navbar{
    height: 50px;
  }
  .navbar-list{display: none;}
  .navbar img{width:100px;}
   .navbar-list{display:none;}
  .hamburger{
    display:block;
  }
     .banner{
    height:35vh;
  }
  .banner-content{
    flex-direction:column;
    text-align:center;
    gap:8px;
  }
  .banner img{
    width: 100%;
  
  }
  .banner-content .left{
    font-size:26px;
  }
  .banner-content .right p{
    font-size:14px;
  }
     .aboutus-left {
    display: none;
  }
  .about-us{
    padding:20px 5%;
  }
  .about-us-right{
    gap: 15px;
  }
  .about-us-right h1{
    font-size:24px;
  }
  .about-us-right p{
    font-size:18px;
  }
  .about-us button{
    width:100%;
    text-align:center;
    
  }
    .about-us-bottom-top{
    flex-direction:column;
    gap:12px;
  }
  .about-us-bottom-top .left,
  .about-us-bottom-top .right{
    width:100%;
  }
     footer{
    padding:20px 6%;
  }
  
  .footer-top{
    flex-direction:column;
    text-align:center;
  }

  .footer-top .input{
    width:100%;
    flex-direction:column;
  }

  .footer-top input{
    width:100%;
  }

  .footer-medium-top{
    flex-direction:column;
  }

  .footer-medium-top-left{
    width:100%;
    text-align:justify;
  }
.footer-medium-top-left span{
    margin-bottom:5px;
  }
  .footer-medium-top-right{
    flex-direction:column;
    gap:20px;
    align-items:center;
  
}
}