/* GLOBAL */
* {
    box-sizing: border-box;
}

body {
    margin: 0;
    padding: 0;
    font-family: Arial, sans-serif;
    background: #f5f5f5;
    color: #111;
    width: 100%;
    height: auto;
}

/* HEADER / NAV */

.logo {
    font-size: 22px;
    font-weight: bold;
    float: left;
    position: absolute;
    left: 0;
}
nav {
  display: flex;
  justify-content: right;
  align-items: center;
  gap: 20px;

    padding: 15px 10px;
background: linear-gradient(180deg, #d3bdff 0%, #fff 100%);
  border-bottom: 1px solid #e5e7eb;
  position: sticky;
  top: 0;
  z-index: 10;
}


nav a {
    color: rgb(115, 40, 40);
    text-decoration: none;
    font-size: 16px;
 
}
/* Profile Image */
.profile {
  width: 150px;
  height: 150px;
  margin: auto;
  border-radius: 50%;
  object-fit: cover;
  box-shadow: 0 0 6px rgba(0,0,0,0.2);
}

#aboutParagraph {
  font-size: 1.15rem;
  color: #374151;
  margin-bottom: 1.4rem;
  padding: 0 10px;
  width: 50%;
  margin: auto;
}
/* WhatsApp Button */
.whatsapp-float {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: #25d366;
  color: #ffffff;
  padding: 14px 20px;
  border-radius: 999px;
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  font-size: 15px;
  font-weight: 600;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18);
  z-index: 999;
}


.heroi{  text-align: center;
    /* padding: 80px 20px; */


  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
    color: white;}

 .heroi-content {
    max-width: 750px;
    margin: auto;
  }


.heroi{
  padding: 2rem 1.2rem;
  text-align: center;
}

.heroi  {
  font-size: 1.6rem;
  margin-bottom: 1rem;
}



    
.whatsapp-float:hover {
  transform: translateY(-3px);
  background-color: #1ebe5b;
}
.rouge{font-size: 30px;
color: coral;


}
nav a:hover {
    color: #00bcd4;
}

/* HERO */
.hero {
    text-align: center;
    padding: 80px 20px;
   padding: 12em 0;
  background-image: url(glowingsun.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom;
  position: relative;
    color: white;
}

.btn {border: none;
cursor: pointer;

}
.heading{background: rgb(0, 0, 0); /* Fallback color */
  background: rgba(0, 0, 0, 0.5); /* Black background with 0.5 opacity */


width:300px; margin:auto;
padding: 20px 0;

}
.pager{font-size: 20px;
top: -50px;
position: relative;
}
.over{position: relative;
bottom:15rem;
font-size: 1.5em;
font-weight: 600;

color: antiquewhite;
}
/* modal */
/* MODAL BACKDROP */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    justify-content: center;
    align-items: center;
}

/* MODAL BOX */
.modal-content {
    background: #fff;
    width: 90%;
    max-width: 450px;
    padding: 25px;
    border-radius: 10px;
    animation: fadeIn 0.3s ease;
}





/* ANIMATION */
@keyframes fadeIn {
    from { opacity: 0; transform: scale(0.9); }
    to { opacity: 1; transform: scale(1); }
}



/* GRID LAYOUT */
.grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(450px, 1fr));
    gap: 20px;
    width: 90%;
    margin: auto;

}

.imaged{width: 100%;

height: 100%;

}
.project-image{width: 100%;



margin: auto;}
/* CARDS */
.card {
    background: white;
    /* padding: 0px 0 340px; */
    border-radius: 10px;
    text-decoration: none;
    color: #111;
    box-shadow: 0 4px 10px rgba(0,0,0,0.08);
    transition: 0.3s;
 
    text-align: center;
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 18px rgba(0,0,0,0.18);
}

.card h2 {
    margin-top: 0;
  

}

.card p {
    margin: 0;

    opacity: 0.85;
}



/* RESPONSIVE TWEAKS */
@media (max-width: 600px) {
    header {
        flex-direction: column;
        align-items: flex-start;
    }

    nav {
        margin-top: 10px;
    }

    nav a {
        margin-left: 0;
        margin-right: 15px;
    }

    .hero {
        padding: 60px 15px;
    }
}
/* teck */
.spa{margin:40em 0;

background-color: #00bcd4;}
/* FOOTER */
.footer {
    background: #111;
    color: #fff;
    text-align: center;
    padding: 25px 10px;
    margin-top: 40px;
}

.footer-links a {
    color: #fff;
    margin: 0 10px;
    text-decoration: none;
}

.footer-links a:hover {
    text-decoration: underline;
}
.contact-section {
  max-width: 650px;
  margin: 60px auto;
  padding: 20px;
  text-align: center;
}

.contact-title {
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 10px;
}

.contact-subtitle {
  font-size: 18px;
  margin-bottom: 30px;
  color: #555;
}

.form-group {
  margin-bottom: 20px;
  text-align: left;
}

label {
  display: block;
  font-weight: 600;
  margin-bottom: 6px;
}

input, textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #ccc;
  border-radius: 6px;
  font-size: 16px;
  outline: none;
}

input:focus, textarea:focus {
  border-color: #0078ff;
}

.btn-submit {
  width: 100%;
  padding: 14px;
  background: #0078ff;
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 18px;
  cursor: pointer;
  margin-top: 10px;
}

.btn-submit:hover {
  background: #005fcc;
}

.form-status {
  margin-top: 15px;
  font-weight: 600;
}
.whatsapp-btn {
  display: block;
  margin-top: 20px;
  padding: 14px;
  background: #25D366;
  color: white;
  text-align: center;
  font-size: 18px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
}

.whatsapp-btn:hover {
  background: #1ebe5d;
}
