body {
  background: #f5f7fb !important;
  font-family: Arial;
  text-align: center;
  margin: 0;
line-height: 1.6;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 17px;
letter-spacing: 0.2px;}

.hero {
background: #0b1f3a;
color: white;
padding: 70px 30px;
margin: 20px auto;
max-width: 600px;
border-radius: 25px;
font-size: 25px;
margin-bottom: 60px;
text-align: center;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
margin-top : 20px;}

.hero p {
  max-width: 500px;
  margin: 10px auto 20px;
  margin-top: 10px;
  opacity: 0.85;}

.hero h1 {
  font-size: 48px;
margin-bottom: 15px;
letter-spacing: 1px;}

.cta{
  background: white;
  color: #0b1f3a;
  border: 1px solid rgba(11, 31, 58, 0.3);
  border-radius: 8px;
  padding: 10px 14px;
  margin-top: 15px;
  cursor: pointer;
  transition: 0.3s ease;
display: inline-block;
font-weight: 500;}

.cta:hover {
  background: #f2f6ff;
  transform: scale(1.03);}

.services h3 {
  color:gold;
  font-size: 20px;
  margin-bottom: 25px;
letter-spacing: 0.5px;}

.services{
  background: #0b1f3a;
  color: gold;
  max-width: 100%;
  margin: 100px auto 30px;
  padding: 30px 15px;
  border-radius: 10px;
  font-size: 30px;
  margin-top: 60px;}
 
  .services div {
    background: rgba(255, 255, 255, 0.05);
    color: white;
    margin: 12px 0;
  padding: 18px;
 border: 1px solid rgba(11, 31, 58, 0.2);
  border-radius: 10px;
    overflow: hidden;
  transition: 0.3s ease;
font-size: 17px;
box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
line-height: 1.4;
font-weight: 500;}

.services div:hover {
  transform: scale(1.01);}
h1{
  font-size: 42px;
  margin-bottom: 10px;}

.card-header {
  display: block;
  text-decoration: none;
  color: white;
margin: 8px 0;
transition: 0.25s ease;}

.card-header:hover {
  transform: scale(1.02);}

.service-list {
  display: flex;
  flex-direction: column;}

.nav {
  flex-direction: column;
  gap: 10px;
  text-align: center;
  display: flex;
  align-items: center;
  padding: 20px 40px;
  background: white;}

.nav a {
  margin: 0 12px;
  text-decoration: none;
  color: #0b1f3a;
  font-weight: 500;
  transition: 0.2s ease;}

.nav a:hover {
  opacity: 0.7;}

html {
  scroll-behavior: smooth;}

.contact-section {
  background: white;
  max-width: 900px;
  margin: 80px auto;
  padding: 40px;
  border-radius: 10px;}

.contact-section input,
.contact-section textarea {
  width: 100%;
  margin: 10px 0;
  padding: 12px;
  
  border: 1px solid rgba(11, 31, 58, 0.2);
  
  box-sizing: border-box;}

.contact-section textarea {
  min-height: 120px;}

.contact-section button {
  width: 100%;
  margin-top: 10px;}

@media 
  (max-width: 768px) {
  
  .projects {
    background: white;
    max-width: 900px;
    margin: 80px auto;
    padding: 40px;
    border-radius: 10px;}
  
  .project-card {
    background: rgba(11, 31, 58, 0.05);
    border: 1px solid rgba( 11, 31, 58, 0.1);
    padding: 18px;
    margin: 12px 0;
    border-radius: 10px;
  transition: 0.25s ease;
  cursor: pointer; }
  
  
  section{
    margin-top: 60px;
    scroll-margin-top: 40px;}
  
  h2 {
    font-size: 26px;
    margin-bottom: 15px;}
  
  h3 {
    font-size: 20px;
    margin-bottom: 10px;}
  
  .project-card h3 {
    margin-bottom: 8px;
    font-size: 18px; }
  
  .project-card p {
    opacity: 0.8;
    font-size: 15px;
    line-height: 1.4; }
  
  .cta-section {
    text-align: center;}
  
  .value {
    max-width: 700px;
    margin: 40px auto;
    text-align: center; }
  
  .value p {
    opacity: 0.85;
      margin-top: 10px; }
  
  .value h2 {
    font-size: 24px; } }

.pricing {
  display: flex;
  flex-direction: column;
  gap: 15px;
  background: white;
  max-width: 900px;
  margin: 80px auto;
  padding: 40px;
  border-radius: 10px;
  text-align: center;}

.price-card {
  background: rgba(11, 31, 58, 0.05);
  border: 1px solid rgba(11, 31, 58, 0.1);
  padding: 20px;
  cursor: pointer;
  margin: 15px 0;
  border-radius: 10px;
  transition: 0.25s ease; }

.price-card:hover,
.project-card:hover {
  cursor: pointer;
  transform: translateY(-5px) scale(1.02);}

.pricing h2 {
  margin-bottom: 25px;}

.price-card p {
  margin: 8px 0; }


.price-card h3 {
  margin-bottom: 10px;}

.pricing p {
  opacity: 0.8;
  margin-bottom: 20px;}

.footer {
  background: #0b1f3a;
  color: white;
  text-align: center;
  padding: 30px;
  margin-top: 80px;}

.footer a {
  color: white;
  margin: 0 10px;
  text-decoration: none;}

.footer a:hover {
  opacity: 0.7;}

section, .hero, .pricing, .projects, .services {
  opacity: 0;
  transform: translateY(20px);
  animation: fadeIn 0.6s ease forwards;}

@keyframes fadeIn {
  to{
    opacity: 1;
    transform: translateY(0);}  }

.price-card,
.project-card,
button,
.cta {
  cursor: pointer;
  transition: 0.25s ease;}

section, header, .services, .projects, .pricing, .contact-section {
  opacity: 0;
  transform: translateY(20px);
  transition: 0.6s ease; }

.show {
  opacity: 1;
  transform: translateY(0); }

.socials a {
  display: inline-flex;
  align-items: center;
    gap: 8px;
  margin: 6px;
  font-size: 16px; }

.socials i {
  font-size: 18px; }














  



