.mobile-menu{
    display:none;
}
.menu-icon{
    display: none;
}
body {
    margin: 0;
    font-family: Arial, sans-serif;
    color: #333;
}

html {
    scroll-behavior: smooth;
}

/* Header */
header {
    background: #ffffff;
    border-bottom: 1px solid #eee;
    position: sticky;
    top: 0;
    z-index: 1000;
}

.nav-container {
    max-width: 1200px;
    margin: auto;
    padding: 10px 25px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
/* LOGO SECTION */
.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo img {
    height: 40px;
    width: auto;
}

.logo a {
    font-family:Verdana, Geneva, Tahoma, sans-serif;
    font-size: 25px;
    font-weight: 1000;
    color: #111;
    padding-top: 10px;
    text-decoration: none;
}
.logo a:hover{
    color: #d70c15;
}

/* MENU */
nav {
    display: flex;
    gap: 25px;
}

nav a {
    text-decoration: none;
    color: #333;
    font-size: 15px;
    font-weight: 600;
    transition: 0.3s;
}

nav a:hover {
    color: #d70c15;
}
/* Sections */
section {
    padding: 80px 20px;
    scroll-margin-top: 80px;
}

/* Hero */
.hero{
    position: relative;
    min-height: 100vh;
    display:flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    text-align: center;
  }
  .hero-bg{
    position: absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    object-fit:  cover;
    z-index: -1;
  }
.hero h1{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
    font-size: 36px;
    margin-bottom: 16px;
}

.hero p{
    margin: 8px 0;
    font-size: 18px;
}

.hero::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.3);
}

.hero * {
    position: relative;
}

/* Button */
.btn {
    display: inline-block;
    margin: 10px;
    padding: 12px 25px;
    background: #0f0101;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: 0.3s;
}

.btn:hover {
    background: #d70c15;
}


.details {
    padding: 60px 20px;
    background: #fff;
    text-align: center;
}

.details h2 {
    margin-bottom: 30px;
}

.details-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 30px;
}

/* Left image */
.details-left img {
    width: 250px;
    max-width: 100%;
}

/* Right content */
.details-right {
    max-width: 500px;
    text-align: left;
}

/* List */
.details-right ul {
    margin-top: 15px;
    padding-left: 20px;
}

.details-right li {
    margin-bottom: 8px;
}


.services {
    max-width: 1000px;
    margin: auto;
    padding: 60px 20px;
}

.services h2 {
    text-align: center;
    font-size: 28px;
    margin-bottom: 40px;
}

.service-item {
    margin-bottom: 30px;
}

.service-item h3 {
    color: #d32f2f;
    margin-bottom: 8px;
    font-size: 18px;
}

.service-item p {
    color: #555;
    line-height: 1.6;
    font-size: 14px;
}
.service-item {
    background: #fff;
    padding: 20px;
    margin-bottom: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.gallery {
  padding: 50px;
  text-align: center;
}

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.gallery-grid img {
  width: 100%;
  border-radius: 10px;
}

/* Why */
.why-us {
  padding: 60px 20px;
  background: #f9f9f9;
  text-align: center;
}

.why-us h2 {
  margin-bottom: 40px;
  font-size: 28px;
}

.why-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
  max-width: 1000px;
  margin: auto;
}

.why-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0,0,0,0.08);
  transition: 0.3s;
}

.why-box:hover {
  transform: translateY(-5px);
}

.why-box h3 {
  color: #e53935;
  margin-bottom: 10px;
  font-size: 18px;
}

.why-box p {
  font-size: 14px;
  color: #555;
}
.about {
  padding: 60px 20px;
  max-width: 900px;
  margin: auto;
  text-align: center;
  background: #d8d8d8;
  margin-top: 100px;
  margin-bottom: 100px;
  border-radius: 8px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.1);
}

.about h2 {
  font-size: 28px;
  margin-bottom: 20px;
}

.about p {
  font-size: 16px;
  line-height: 1.8;
  color: #000000;
  margin-bottom: 15px;
}

/* Contact */
.contact {
    text-align: center;
    background: #f4f4f4;
}

/* Projects */
.projects {
    text-align: center;
}

.project-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.project-link {
    text-decoration: none;
    color: inherit;
}

.project-box {
    width: 220px;
    padding: 20px;
    background: white;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    text-align: center;
    transition: 0.3s;
}

.project-box:hover {
    transform: translateY(-5px);
}

.project-box img {
    width: 80px;
    height: 80px;
    object-fit: contain;
    margin-bottom: 10px;
}

/* WhatsApp */
.whatsapp {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background: #25D366;
    padding: 10px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.whatsapp img {
    width: 30px;
}

.whatsapp:hover {
    transform: scale(1.1);
}

/* Social */
.social-links {
    margin-top: 15px;
}

.social-links a {
    margin: 0 10px;
    display: inline-block;
}

.social-links img {
    width: 30px;
    height: 30px;
    background: #f1f1f1;
    padding: 8px;
    border-radius: 50%;
    transition: 0.3s;
}

.social-links img:hover {
    transform: scale(1.2);
}

/* Footer */
.footer {
    background: #111;
    color: #ccc;
    text-align: center;
    padding: 20px;
    font-size: 14px;
}

.footer a {
    color: #fc0612;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.dev {
    margin-top: 5px;
    font-size: 13px;
}


.phn{
    color:#333;
    display: inline-block;
    text-decoration: none;
    font-weight: 500;
}

.phn:hover{
    color:#e4222c;
}

.mail {
    display: block;
    margin: 8px 0;
    color: #333;
    text-decoration: none;
}

.mail:hover {
    color: #ff4d00;
}

.popup {
    position: fixed;
    bottom: 90px;
    right: 20px;
    background: white;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.2);
    width: 220px;
    display: none;
    z-index: 999;
}

.popup p {
    margin: 0 0 10px;
    font-size: 14px;
}

.popup a {
    display: inline-block;
    background: #25D366;
    color: white;
    padding: 8px 12px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 13px;
}

.popup span {
    position: absolute;
    top: 5px;
    right: 8px;
    cursor: pointer;
}

/* ================= MOBILE RESPONSIVE ================= */
@media (max-width: 768px) {

  /* NAVBAR */
  .nav-container {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }

  nav{
    display:none;
  }
  
  .hero-bg{
    object-fit: contain;
    object-position: top;
  }

  .hero h1{
    font-size: 24px;
  }
  .hero p{
    font-size: 14px;
  }

  .menu-icon {
    display: block;
    font-size: 24px;
    cursor: pointer;
  }

  /* MOBILE MENU */
  .mobile-menu {
  position: fixed;
  top: 0;
  left: -100%;        
  width: 70%;         
  height: 100%;
  background: #fff;
  padding-top: 80px;

  display: flex;
  flex-direction: column;   

  transition: 0.3s ease;
  z-index: 999;
}
  .mobile-menu a {
  padding: 18px 20px;
  border-bottom: 1px solid #eee;
  text-decoration: none;
  color: #333;
  font-size: 16px;
}

  .mobile-menu.active {
    left: 0;
  }

  /* HERO */
  .hero h1 {
    font-size: 24px;
  }

  .hero p {
    font-size: 14px;
  }

  .btn {
    padding: 10px 18px;
    font-size: 14px;
  }

  /* SERVICES */
  .services {
    padding: 40px 15px;
  }

  .service-item {
    padding: 15px;
  }

  /* GALLERY */
  .gallery-grid {
    grid-template-columns: 1fr;
  }

  /* WHY SECTION */
  .why-container {
    grid-template-columns: 1fr;
  }

  /* DETAILS */
  .details-container {
    flex-direction: column;
    text-align: center;
  }

  .details-right {
    text-align: center;
  }

  /* ABOUT */
  .about {
    margin: 40px 10px;
    padding: 30px 15px;
  }

  /* CONTACT */
  .contact-container {
    flex-direction: column;
  }

  .contact-info,
  .contact-extra {
    width: 100%;
  }

}

.navbar{
    display: flex;
    justify-content: space-between;
    align-items: center;
}