*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
body{
    font-family: "Roboto", sans-serif;
   background-color: rgba(245, 247, 250, 1);
   overflow-x:hidden 
;
}
.main{
   display:flex;
   justify-content: space-between;
   align-items: center;
   width:100%;
   padding: 40px 80px;
   height:70px ;
   opacity: 1; 
   background-color: white;
}
.logo{
   display: flex;
   align-items:center;

}
.logo img {
   width: 120px;
   height: 40px;
   gap: 10px;
   margin-right: 20px;

}
.navbar{
   display: flex;
   align-items: center;
   text-align: center;
   gap: 20px;
}

nav ul  {
   list-style: none;
   display: flex;
   gap: 20px;

}
nav ul li a {
   text-decoration: none;
   color: rgba(77, 77, 77, 1);
   font-weight: 500;
}
nav ul li a:hover{
   color: rgba(76, 175, 79, 1);
}
.btn{
  padding: 10px 20px;
  background-color: rgba(76, 175, 79, 1);
  border: none;
  color: white;
  border-radius: 5px;
}
.btn:hover{
  background-color: rgba(76, 175, 79, 1);
  transform: scale(1.05);
}
.section{
   display: flex;
   justify-content:center;
   align-items: center;
   padding:60px 80px;
   gap: 40px;
}

.frame-1 h1 {
   font-size: 60px;
   color: rgba(77, 77, 77, 1);
   font-weight: 600;
}
.frame-1 h1 span{
   font: size 2rem;
  color: rgba(76, 175, 79, 1);
  display: block;
}
.frame-1 h6 {
   margin-top: 10px;
   font-size: 16px;
   color: rgba(77, 77, 77, 1);
}
.frame-1 button {
  padding: 10px 20px;
  background-color: rgba(76, 175, 79, 1);
  border: none;
  color: white;
  border-radius: 5px;
  margin-top: 10px;
}
.Hero{
   flex: 1;
   display: flex;
   align-items: center;
   justify-content: center;
   width:100%px;
   height: 500px;
}
.Hero img {
width:100%;
max-width:500px;
height:auto;
}
.clients-section{
   justify-content:center;
   text-align: center;
   background-color: white;
   width: 1002.3400268554688;
   height: 132.92047119140625;
   opacity: 1;
   gap: 11.14px;
   padding-right: 100.23px;
   padding-left: 100.23px;

}
.clients-section h2{ 
color: rgba(77, 77, 77, 1);
font-weight: 700;
font-size:30px ;
}
.clients-section h6{
   color: rgba(77, 77, 77, 1);
}
.clients-logo{
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 40px;
   margin-bottom: 10px;

}
.clients-logo img {
   top: 20px;
   display: flex;
   justify-content:space-between;
   align-items: center;
   width:70px ;
   height: auto;
}
.clients-section p {
   color: rgba(77, 77, 77, 1);
}.Feautures{
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin: 40px 0;
  flex-wrap: wrap;
}
.boxes{
   max-width: 400px;
   padding: 20px;
   gap: 20px;
}
.vector {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
  padding: 60px 20px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.frame-2 img {
  width: 100%;
  max-width: 1000px;
}

.story-text {
  flex: 1;
  max-width: 500px;
  text-align: left; /* Fixes text breaking issue */
}

.story-text h2 {
  font-size: 30px;
  line-height: 1.3;
  margin-bottom: 15px;
 color: rgba(77, 77, 77, 1);
  
}
.story-text span {
  display: inline; /* keep inline to avoid unnecessary breaks */
}

.story-text p {
  font-size: 16px;
  line-height: 1.6;
   color: rgba(77, 77, 77, 1);
  margin-bottom: 20px;
}
  .achivements {
  background-color: rgba(245, 247, 250, 1);
  padding: 50px 20px;
  max-width: 1200px;
  margin: 0 auto;               /* ✅ Center the whole section */
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 100px;
  flex-wrap: wrap;

}

.frame-3 {
  max-width: 400px;
  text-align: center;
}

.frame-3 h2 {
   color: rgba(77, 77, 77, 1);
   font-weight: 500;
   gap:5px ;
   font-size: 50px;
}
.frame-3 h2 span{
   font-size: 50px;
   color: rgba(76, 175, 79, 1);
   font-weight: 500;
   display: inline-block;
}
.counts{
 display: flex;
  gap: 50px;
  justify-content: center;
}
.class1 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}

.class3 {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
}


.landing-page{
   background-color: white;
}

.heading {
   display: flex;
   justify-content: center;
   text-align: center;
   background-color: rgba(245, 247, 250, 1);
   gap: 10px;
   margin-bottom: 10px;
}
.head h1 {
   font-size: 50px;
   font-weight: 700;
   color: rgba(38, 50, 56, 1);
   margin: 20px;
}
.button {
  padding: 10px 20px;
  background-color: rgba(76, 175, 79, 1);
  border: none;
  color: white;
  border-radius: 5px;
  justify-content: center;
  
}
button:hover{
 background-color: rgba(76, 175, 79, 1);
  transform: scale(1.05);
}
.footer{
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: rgba(38, 50, 56, 1);
   width: 100%;
height: 229.21389770507812;
opacity: 1;
gap: 87.01px;
padding-top: 44.55px;
padding-right: 114.85px;
padding-bottom: 44.55px;
padding-left: 114.85px;

}
.super{
display:flex;
flex-direction: column;
justify-content: center;
align-items: center;
width:245px;
height: 132.1819305419922;
opacity: 1;
gap: 50px;

}
.super img {
   width:250px;
   height:80px ;
}
.super p {
   color: rgba(245, 247, 250, 1);
}
.super ul {
   list-style: none;
}
.icons{
   display: flex;
   gap: 25px;
   justify-content: center;
}
.icons  li a i  {
width: 100%;
height: 30px;
color: rgba(245, 247, 250, 1);
margin-bottom: 10px;
}
.icons li a i:hover{
 color: rgba(76, 175, 79, 1);
}
.links{
   justify-content: center;
   align-items: center;
   padding: 3rem;

}
.links ul {
   list-style: none;
}
.links ul h4{
   color: rgba(255, 255, 255, 1);
   font-weight: 700;
   font-size: 25px;
   margin-bottom: 10px;
}
.links ul li {
   margin-bottom: 10px;
}
.links ul li a {
   text-decoration: none;
   color: rgba(245, 247, 250, 1);
}
.links ul li a:hover{
   color: rgba(76, 175, 79, 1);
}

.hamburger {
  display: none;
  font-size: 26px;
  cursor: pointer;
  color: #4caf50;
}

/* ============ MEDIA QUERY ============ */
@media (max-width: 768px) {

  .main {
    padding: 20px;
    flex-direction: row;
    justify-content: space-between;
    display: flex;
    align-items: center;
  }

  .hamburger {
    display:block;
    margin-left:auto;
  }

  .navbar {
    position: absolute;
    top: 80px;
    right: 20px;
    background-color: white;
    flex-direction: column;
    align-items: flex-start;
    padding: 20px;
    border-radius: 5px;
    display: none;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    z-index: 1000;
  }

  .navbar.active {
    display: flex;
  }

  .navbar nav ul {
    flex-direction: column;
    gap: 10px;
  }

  .btn {
    margin-top: 10px;
    width: 100%;
  }
  .btn:hover{
  background-color: rgba(76, 175, 79, 1);
  transform: scale(1.05);
}
  .section {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .clients-logo {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  }

  .Feautures {
    flex-direction: column;
  }

  .vector {
    flex-direction: column;
    padding: 20px;
  }

  .achivements {
    flex-direction: column;
    gap: 40px;
  }

  .footer {
    flex-direction: column;
    padding: 40px 20px;
    gap: 30px;
  }

  .links {
    padding: 1rem;
    flex-direction:column;
  }
}












































