body {
  margin: 0;
  font-family: 'Segoe UI', sans-serif;
  background:rgb(44, 19, 1);
  color: #e5e2e2;
  overflow-x: hidden;
}


.navbar{
  border-bottom: 1px solid maroon;
  box-shadow: 4px 4px 10px maroon;
    padding: 20px;
    width: 100%;
    height: 10vh;
    display: flex;
    justify-content: center;
    align-items: center;
}

.navbar nav{
    width: 100%;
    display: flex;
    justify-content:space-around;
    align-items: center;
}

.logo{
    width: 50px;
    /* height: 30px; */
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}


.logo img{
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

nav ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

nav ul li{
    list-style: none;
    margin: 8px;
}

ul li a{
    text-decoration: none;
    color: wheat;
    font-family: Arial, Helvetica, sans-serif;
    /* font-size:90%; */
    font-size: 16px;
    padding: 4px;
}

ul li::after{
    content: '';
    position: relative;
    height: 3px;
    width: 0%;
    bottom: -4px;
    background: red;
    display: block;
    transition: 0.5s;
}

ul li:hover::after{
    width: 100%;
}

ul li a:hover{
    color: orangered;
}


nav .fa{
    display: none;
}


.info{
    background-color: rgb(63, 61, 115);
}

.info h3{
    color: white;
}
.infobox div{
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.infobox div span{
    min-height: 40px;
    height: 40px;
    /* color: white; */
    /* background-color: rgb(26, 17, 14); */
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 4px;
    /* border-radius: 100%; */
    /* margin: 4px; */
    color: white;
} 


@media(max-width:600px){
  html,body{
    overflow-x: hidden;
    position: relative;
  }
  
  .navbar nav{
      padding: 0px 45px 0px 95px;
      display: flex;
      justify-content: space-between;
      align-items: center;
  }

  .logo{
    width: 60px;
  }

  .headerr{
    /* position:relative; */
    overflow: hidden;               
  }
  
  
  .nav-links ul li{
      display: block;
  }

  .nav-links ul li a{
      font-size: x-large;
      color:burlywood;
      font-weight: bolder;
      font-family:Verdana, Geneva, Tahoma, sans-serif;
      font-variant-caps: all-small-caps;
  }

  .nav-links{
      position: absolute;
      height: 80vh;
      width: 200px;
      top: 0%;
      right: -200px;
      text-align:left;
      z-index: 2;
      background-color:rgb(79, 79, 74);
      transition: 0.2s;
  }

  nav .fa{
      display: block;
      margin: 10px;
      color:rgb(223, 188, 138);
      font-size: 33px;
      font-weight: bolder;
      cursor: pointer;
  }

  nav .fa:hover{
      transform: scale(1.1);
      color: red;
  }

  .nav-links ul{
      padding: 32px;
      display: flex;
      flex-direction: column;
  }

  .nav-links ul li::after{
      content: '';
      position: relative;
      height: 3px;
      width: 0%;
      bottom: -4px;
      background: red;
      display: block;
      transition: 0.5s;
  }
  
  .nav-links ul li:hover::after{
      width: 100%;
  }
  
  .nav-links ul li a:hover{
      color: orangered;
  }
}


.company-section img{
  width: 300px;
  height: auto;
  border-radius: 100%;
}


  .services-intro {
    text-align: center;
    padding: 40px 20px;
    color: rgb(179, 159, 109);
  }
  
  .services-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 30px;
    padding: 40px;
  }
  
  .service-card {
    /* background: rgb(31, 20, 20); */
    border-radius: 10px;
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
    padding: 20px;
    text-align: center;
    transition: transform 0.3s;
  }
  
  .service-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
    border-radius: 10px;
  }
  
  .service-card h3 {
    margin-top: 15px;
    color: #c2185b;
  }
  
  .service-card p {
    color: #555;
  }
  
  .service-card:hover {
    transform: translateY(-8px);
  }

/* Banner
.about-banner {
  text-align: center;
  background: linear-gradient(to right, #667eea, #764ba2);
  padding: 60px 20px;
  color: white;
}
.logo {
  width: 100px;
  border-radius: 50%;
  margin-bottom: 15px;
}
.about-banner h1 {
  margin: 10px 0;
  font-size: 2.5rem;
} */

/* Sections */
.company-section {
  padding: 50px 20px;
  max-width: 1000px;
  margin: auto;
}

.company-section, .why-section, .testimonial-section {
  text-align: center;
}
.mission-section {
  max-width: 90%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin: auto;
}
.mission-box {
  background: rgb(26, 4, 4);
  padding: 30px;
  border-radius: 10px;
  flex: 1;
  min-width: 280px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.05);
  margin-bottom: 30px;
}
.why-section ul {
  list-style: none;
  padding: 0;
}
.why-section li {
  font-size: 1.1rem;
  padding: 10px;
  color: #b0adad;
}

/* Team */
.team-section{
  margin: auto;
  max-width: 90%;
  text-align: center;
} 

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 10px;
  text-align: center;
}
.team-card {
  background: rgb(26, 4, 4);
  border-radius: 10px;
  padding: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}
.team-card img {
  width: 100%;
  border-radius: 10px;
  margin-bottom: 10px;
}

/* Testimonials */
.testimonial-box {
  /* background: #fafafa; */
  background: rgb(26, 4, 4);

  margin: 20px auto;
  padding: 25px;
  max-width: 700px;
  border-left: 5px solid #667eea;
  border-radius: 6px;
}

/* CTA */
.cta-section {
  /* background: #667eea; */
    background: rgb(26, 4, 4);

  color: rgb(247, 243, 243);
  text-align: center;
  padding: 50px 20px;
}
.cta-btn {
  background: #fff;
  color: #00030e;
  padding: 12px 24px;
  font-weight: bold;
  text-decoration: none;
  border-radius: 6px;
  display: inline-block;
  margin-top: 20px;
}

/* Animations */
.animate {
  opacity: 0;
  transform: translateY(40px);
  transition: all 0.6s ease;
}
.animate.visible {
  opacity: 1;
  transform: translateY(0);
}



.footer {
    background-color: #333;
    color: #fff;
    padding: 40px 0 20px 0;
    font-family: Arial, sans-serif;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-section {
    flex: 1;
    min-width: 200px;
    margin-bottom: 20px;
}

.footer-section h3 {
    font-size: 18px;
    margin-bottom: 15px;
    color: #fff;
}

.footer-section p,
.footer-section ul {
    font-size: 14px;
    color: #ccc;
    line-height: 1.6;
}

.footer-section ul {
    list-style: none;
    padding: 0;
}

.footer-section ul li {
    margin-bottom: 10px;
}

.footer-section ul li i {
    margin-right: 10px;
    color: #fff;
}

.footer-section a {
    color: #ccc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.footer-section a:hover {
    color: #fff;
}

.social-icons {
    display: flex;
    gap: 10px;
}

.social-icons li{
    list-style: none;
}

.social-icons a {
    color: #ccc;
    font-size: 18px;
    transition: color 0.3s ease;
}

.social-icons a:hover {
    color: #fff;
}

.footer-bottom {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #444;
    margin-top: 20px;
    font-size: 14px;
    color: #ccc;
}