
*{ 
  box-sizing: border-box;
  margin:0; 
  padding:0; 
}

html {
  scroll-behavior: smooth;
}
body {
  background-color: cornsilk;
 
}

.header {
  height: 10px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #FF922A;
  padding: 10px;
  position: fixed;
  padding: 30px;

}

.logo {
  font-weight: bold;
  font-family: Georgia, 'Times New Roman', Times, serif;
  font-size: 20px;
  color: #050650;
  margin-left: 
}

.logo-img {
  width: 40px;
  border-radius: 10px;
  
}

.navbar {
  display: flex;
  gap: 20px;
  justify-content: space-around;
}

.navbar a {
  color: #050650;;
  font-weight: bolder;
  font-size: 20px;
}

.navbar a:hover {
  color: #00aaff;
  cursor: pointer;
}

.menu-btn {
    background: #111827;
    color: #ffffff;
    border: none;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);

} 

.badge {
display: inline-flex;
align-items: center;
gap: 0.5rem;
padding: 0.5rem 1.25rem;
border-radius: 50px;
background: rgba(37, 99, 235, 0.08);
color: green;
font-size: 20px;
font-weight: 700;
text-transform: uppercase;
letter-spacing: 0.05em;
margin-bottom: 1.5rem;
border: 1px solid rgba(37, 99, 235, 0.15);
}
.hero {
  display: flex;
  align-items: center;
  justify-content:center;
  gap: 50px;
  padding: 30px;
  padding-top: 100px;
}


.hero-image img {
  width: 300px;
    height: 300px;
    object-fit: cover;
    border-radius: 200px;
    border-style: solid;
    border-color:  #FF922A;
}

.hero-text {
  font-weight: bold;
  text-align: center;
  width: 50%;
}

.hero-text1 {
  font-family: "Syne Tactile", system-ui;
  font-weight: 800;
  font-style: normal;
  font-size: 50px;
  text-align: center;
  text-decoration: none;
  margin-bottom: 10px;
  color: rgb(5, 5, 86);
}

.hero-text2{
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: 20px;
  margin-bottom: 30PX;
}

.hero-text3 {
   font-size: 15px;
}

.name {
  color: #050650;;
  font-family: Arial, Helvetica, sans-serif;
}

.hero-btn {
    background: #111827;
    color: #ffffff;
    border: none;
    padding: 8px 24px;
    font-size: 30px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
} 

.button:hover {
background-color: #050650;
color: #FF922A;
transition: 1s;
}


.about {
  margin-top: 10px;
  padding: 25px 40px;
  background-color: #f8f9fa;
  text-align: center;
}
.about-title {
font-family: "Syne Tactile", system-ui;
  font-weight: 800;
  font-style: normal;
  font-size: 30PX;
  color: #050650;
  margin-bottom: 15px;
}

.about-body {
  font-size: 20px;
  line-height: 1.5;
}

h2 span {
  color: #050650;
}

.about-button {
    background: #111827;
    color: #ffffff;
    border: none;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
} 

.services-section {
  margin-top: 30px;
  text-align: center;
}

.services-box {
  display: flex;
  gap: 15px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 30px;
}


.services-head {
  font-family: "Syne Tactile", system-ui;
  font-weight: bolder;
  font-style: normal;
  font-size: 30PX;
  color: #050650;
  margin-bottom: 15px;
}

.services-icon {
  height: 44px;
  width: 44px;
  font-size: 25px;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border-color: #050650;
  border-style: solid;
  margin-bottom: 8px;
}

.services-icon:hover {
  border-color: #FF922A;
  background-color: #FF922A;
  transition: 1s;
}

.item {
  background-color: #f8f9fa;
  text-align: left;
  align-items: center;
  padding: 20px;
  border-radius: 8px;
  border-style: solid;
}

.item:hover {
  border-color: #FF922A;
  cursor: pointer;
  transition: 1s;
}

.sub-service-body {
  margin-top: 20px;
  font-size: 20px;
}

.contact-me {
  background-color: #f8f9fa ;
  text-align: center;
  padding: 30px;
}

.contact-btn {
 
    background: #111827;
    color: #ffffff;
    border: none;
    padding: 8px 24px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.15);
    margin-top: 20px;
}
.contact-me-head {
  color: #050650;
  line-height: 1.5;
}

.contact-me-body {
  line-height: 1.5;
    padding: 20px;
    text-align: center;
}

.footer {
 padding: 5px 20px;
 background-color: #FF922A;
 line-height: 1.5;
 margin-top: 20px
}

.footer-logo {
  line-height: 2;
}
.footer-link {
  display: flex;
  justify-content: flex-end;
  gap: 15px;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.footer-bottom {
    max-width: 1200px;
    margin: 40px auto 0;
    padding-top: 20px;
    border-top: 1px solid #333;
    text-align: center;
}
@media (max-width: 900px) {
  .hero {
    flex-direction: column;
  }
  .hero-text {
    width: 100%;
    padding-top: 35px;
  }
    .services {
        grid-template-columns: 1fr;
        width: 500px;
        height: 600px;
         margin: 0 auto;
    }
    .contact-me {
      margin-top: 200px;
    }
    .navbar {
      display: none;
    }
    .hero-image img {
  width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 200px;
    border-style: solid;
    border-color:  #FF922A;
}

.services-box {
  flex-direction: column;
}

.services-section {
margin-bottom: -200px;
}

.footer-link {
  flex-direction: column;
}

@media (min-width: 900px) {
  .menu-btn {
    display: none;
  }
}