*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Arial, sans-serif;
}

html {
  scroll-behavior: smooth;
}

body {
  line-height: 1.6;
  color: #333;
}

a {
  text-decoration: none;
  color: inherit;
  font-family: 'Inter', sans-serif;

}

ul {
  list-style: none;
}
img {
  max-width: 100%;
  height: auto;
}


h1,
h2,
h3 {
  margin-bottom: 15px;
      font-family: 'Inter', sans-serif;
}

section {
  padding: 50px 20px;
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
}

header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px 50px;
  background-color: #1B263B;
  color: white;
  flex-wrap: wrap;
}

.logo img {
  height: 50px;
}

nav ul {
  display: flex;
  gap: 20px;
}

nav ul li a {

  padding: 8px 15px;
  border-radius: 5px;
  transition: all 0.3s ease;
    padding: 8px 15px;
    border-radius: 5px;
    transition: all 0.3s ease;
     font-family: 'Inter', sans-serif;
}

nav ul li a:hover {
  background-color: #122d55;
}

.grp {
  padding: 20px;
  max-width: 1200px;
  margin: auto;
}

.secound-dev h1 {
  font-size: 2rem;
  text-align: center;
  margin-bottom: 20px;
  color: #222;
}

.phr {
  text-align: center;
  font-size: 1rem;
  max-width: 800px;
  margin: 0 auto 40px;
  line-height: 1.8;
}


.div3 {
  text-align: center;
  margin-bottom: 30px;
}

.img img {
  width: 100%;
  max-height: 400px;
  object-fit: cover;
  border-radius: 10px;
  margin: 20px 0;
}



.grid2 {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.about {
  max-width: 1000px;
  text-align: center;
}

.about h2 {
  font-size: 1.5rem;
  margin-bottom: 20px;
  color: #444;
  padding-top: 40px;
  font-family: 'Inter', sans-serif;
}

.grid2 .about p{
  font-size: 1rem;
  margin-bottom: 20px;
  line-height: 1.7;
  text-align: justify;
  font-family: 'Montserrat', sans-serif;
  

}

.about img {
  width: 100%;
  max-width: 900px;
  height: auto;
  border-radius: 10px;
  margin: 10px 0;
  transition: transform 0.5 ease;
}

.about-images img:hover, .service-card img:hover {
  transform: scale(1.05);
}
.about h1 {
  font-size: 1.3rem;
  margin-top: 30px;
  color: #333;
  text-align: left;
  font-family: 'Inter', sans-serif; 
}

.about ul li {
  margin-bottom: 10px;
  text-align: left;
  
  font-family: 'Montserrat', sans-serif;

}
footer {
    background-color: #415A77;

    color: #0D1B2A;
    padding: 50px 20px 20px;

}

.footer-content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 0 auto;
    padding-bottom: 30px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.footer-logo img {
    height: 60px;
}

.footer-links {
    display: flex;
    gap: 50px;
    flex-wrap: wrap;
}

.footer-column h3 {
    font-size: 1.2rem;
    margin-bottom: 20px;
    color: #0D1B2A;
    font-family: 'Inter', sans-serif;
}

.footer-column ul li a {
    margin-bottom: 10px;
    color: #E0E1DD;
    font-family: 'Montserrat', sans-serif;

}

.footer-column ul li a:hover {
    text-decoration: underline;
}

.copyright {
  text-align: center;
  padding-top: 20px;
  font-size: 0.9rem;

}


@media only screen and (max-width: 600px) {
    .logo{
        text-align: center;
        padding: 30px;
    }

    .logo h1,
    .logo p {
        padding-left: 0;
    }
    .grid2{
      width: 100%;
    padding: 20px;
    text-align: center;
    }


    .footer-content {
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }

    .footer-links {
        justify-content: center;
    }
}

@media (max-width: 768px) {

    .logo {
        width: 100%;
        padding: 0;

    }

    header {
        flex-direction: column;
        gap: 15px;
    }

    nav ul {
        flex-wrap: wrap;
        justify-content: center;
    }


    .form-row {
        flex-direction: column;
        gap: 0;
    }


    
    .footer-links {
        flex-direction: column;
        gap: 30px;
        text-align: center;
    }

    .social-icons {
        justify-content: center;
    }
}

@media (max-width: 576px) {
    .logo, .grid2 .footer-content{
        width: 100%;
    }
    .logo h1 {
        font-size: 1.8rem;
    }

    .logo p {
        font-size: 1rem;
    }



    .footer-content {
        padding: 20px;
    }

    .about p {
        font-size: 1rem;
    }
}
