body, html {
  margin: 0;
  padding: 0;
  font-family: 'Helvetica Neue', sans-serif;
}



header
    {
        position: relative; 
        z-index: 100;      
        display:flex;
        align-items:center;
        justify-content:space-around;
        background:rgb(0, 0, 0);
       
       

    }

header img
   {
        width:60px;
        height:60px;
        margin-right:600px;
        margin-top: 10px;
        margin-bottom: 10px;
        
        
       
        
    }

header ul 
     {
         list-style:none;

     }

header ul li
     {
            display:inline-block;
            margin: 5px 5px;
            padding: 5px 20px;
            font-size:14px;
            text-decoration:none;
            font-weight: bold;
          
     }

header ul li a
     {
        color:rgb(252, 252, 252);
        font-family:sans-serif;
        text-decoration:none;
        transition: color 0.3s ease;
     }

header ul li a:hover
     {
            color:rgb(161, 160, 159);
        }


       .footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
  background-color:black;
  color: #f5e8e8;
  padding: 60px 80px;
  gap: 40px;
}


.footer .info {
  flex: 1;
  min-width: 250px;
}

.footer .info h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer .info h2 {
  font-size: 16px;
  margin-bottom: 10px;
  font-weight: 600;
}

.footer .info p {
  font-size: 14px;
  margin: 4px 0;
  opacity: 0.8;
  color: #fff;
}


a.email{
   color: #fff !important; 
    text-decoration: none;   
}



.socials {
  margin-top: 15px;
}

.socials a {
  color: #fff;
  font-size: 22px;
  margin-right: 10px;
  text-decoration: none;
  transition: color 0.3s ease;
}

.socials a:hover {
  color:#c9c8c8; 
}

.footer .footer-links {
  display: flex;
  flex: 0.3;
  justify-content: space-between;
  flex-wrap: wrap;
  
}

.footer .link-column {
  display: flex;
  flex-direction: column;
  min-width: 120px;
  justify-content: space-between;
}

.footer .link-column h3 {
  font-size: 15px;
  margin-bottom: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.footer .link-column a {
  color: #f5e8e8;
  text-decoration: none;
  margin: 3px 0;
  font-size: 14px;
  opacity: 0.9;
  transition: opacity 0.2s;
}

.footer .link-column a:hover {
  opacity: 1;
}


@media (max-width: 768px) {
  .footer {
    flex-direction: column;
    text-align: center;
    padding: 40px 20px;
  }

  .footer .footer-links {
    justify-content: center;
  }

  .footer .link-column {
    align-items: center;
  }
}



        .banner {
        height: 600px;
        width: 100%;
        margin-top: -80px;
        overflow: hidden;
        margin-bottom: 0;
        padding-bottom: 0;
        display: block;
        }

        .slides {
            display: flex;
            transition: transform 0.5s ease-in-out;
            width: 100%;
            border: none;
            height: 100%;
        }
        .slide {
            min-width: 100%;
            height: 100%;
            border: none;
            background-size: contain;
            background-position: center;
            background-repeat: no-repeat;
        }
        


    
.intro {
  background-color: #000;
  color: #f5e8e8;
  padding: 80px 100px;
  display: block;
  justify-content: center;
  align-items: center;
  margin-top: -88px;
 
}

.intro-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  width: 100%;
  height: 400px;
  gap: 60px;
}


.intro-left {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.intro-logo {
  width: 230px;
  height: auto;
  border-radius: 16px;
  object-fit: contain;
 
  
}


.intro-right {
  flex: 2;
}

.intro-right h2 {
  font-size: 28px;
  margin-bottom: 15px;
  font-weight: 600;
}

.intro-right p {
  font-size: 16px;
  line-height: 1.8;
  max-width: 600px;
  color: #dcdcdc;
  text-align: justify;
}


@media (max-width: 768px) {
  .intro {
    padding: 60px 20px;
  }

  .intro-container {
    flex-direction: column;
    text-align: center;
    gap: 40px;
  }

  .intro-right p {
    max-width: 100%;
  }
}

.specialties {
  background-color:#121212;
  padding: 80px 0;
  text-align: center;
}

.specialties-header {
  color:#ffffff;
  font-size: 32px;
  margin-bottom: 100px;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.specialties-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-auto-rows: 180px;
  gap: 70px;
  justify-content: center;
  align-items: center;
  max-width: 1000px; 
  margin: 0 auto;   
  padding: 0 20px;  
  margin-bottom: 100px;
}


.specialty {
  min-height: 220px;
  position: relative; 
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  color: white;
  background-size: cover;
  background-position: center;
  overflow: hidden; 
  transition: transform 0.3s ease, filter 0.3s ease;
  text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}

.specialty::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); 
  z-index: 1;
  border-radius: 12px; 
}




.specialty:hover {
  transform: translateY(-5px);
  filter: brightness(1.1);
}

.specialty h3 {
  position: relative;
   z-index: 1;
  font-size: 25px;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px 10px;
  border-radius: 5px;
  color: #fff;
  
}


    

    .about {
      padding-top: 10px;
      font-family: 'Helvetica Neue', sans-serif;
      color: black;
      background-color:  rgb(243, 241, 241);
      width: 100%;
      padding-bottom: 120px;
    }

    .about-header {
      margin-left: 200px;
      margin-bottom: -80px;
      padding: 80px 20px 40px;
      font-size: 36px;
      text-transform: uppercase;
    }

    .about-container {
      display: flex;
      align-items: center;
      justify-content: center;
      flex-wrap: wrap;
      max-width: 1000px;
      margin: 0 auto;
      padding: 40px 20px;
      gap: 70px;
  
    }

    .about-text {
      flex: 2;
      min-width: 250px;
    }

    .about-text p {
      font-size: 18px;
      line-height: 1.8;
      opacity: 0.9;
      text-align: justify;
    text-justify: inter-word; 
    }

    .about-logo {
      flex: 1;
      min-width: 200px;
      max-width: 300px;
      text-align: center;
    }

    .about-logo img {
      width: 120%;
      height: auto;
      border-radius: 12px; 
    }

    @media(max-width: 768px) {
      .about-container {
        flex-direction: column-reverse;
        text-align: center;
      }
      .about-logo {
        margin-bottom: 20px;
      }
    }

.portfolio {
  text-align: center;
  padding: 80px 20px;
  background-color: #121212;
}

.portfolio-header {
  font-size: 36px;
  text-transform: uppercase;
  margin-bottom: 60px;
  color: #fff;
}

.projects-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  margin-bottom: 100px;
}

.project {
  position: relative;
  width: 300px;
  height: 220px;
  overflow: hidden;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.project img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.project:hover {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.3s ease;
}

.project:hover .overlay {
  opacity: 1;
}

.overlay h3 {
  color: white;
  font-size: 20px;
  letter-spacing: 1px;
}


.modal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: flex-start; 
  overflow-y: auto; 
  padding: 60px 20px;
  animation: fadeIn 0.3s ease;
}

.modal-content {
  max-width: 900px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
}

.modal-content img {
  width: 100%;
  margin-bottom: 20px;
  border-radius: 8px;
}

.modal-content p {
  font-size: 18px;
  opacity: 0.9;
  justify-content: space-between;
  margin-top: 30px;
  margin-bottom: 100px; 
  color: #fff;
}



.close {
  position: fixed;
  top: 30px;
  right: 50px;
  font-size: 40px;
  cursor: pointer;
  color: white;
  transition: color 0.3s ease;
}

.close:hover {
  color: gray;
}


.section-header {
  text-align: center;
  color: white;
  font-size: 36px;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.services {
  background-color: black;
  padding: 80px 0;
}

.services-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
}

.service {
  background-color: #1a1a1a;
  color: white;
  width: 240px;
  height: 160px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
  cursor: pointer;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.service:hover {
  transform: translateY(-5px);
  background-color: #2c2c2c;
}


.fmodal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.95);
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding: 60px 20px;
}

.fmodal-content {
  max-width: 700px;
  background-color: #1a1a1a;
  align-self: center;
  margin-top: -100px;
  padding: 100px;
  border-radius: 12px;
  color: white;
  text-align: left;
}

.fmodal-content p {
  font-size: 18px;
  line-height: 1.8;
  opacity: 0.9;
}

.fmodal-images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
  margin: 20px 0;
}

.fmodal-images img {
  width: 100%;
  border-radius: 8px;
  object-fit: cover;
  height: 180px;
  transition: transform 0.3s ease;
}

.fmodal-images img:hover {
  transform: scale(1.03);
}


.fmodal-content p {
  margin-top: 10px;
  line-height: 2;
  color: #ffffff;
  text-align: left;
}

.close {
  color: white;
  float: right;
  font-size: 36px;
  cursor: pointer;
}


.packages {
  background-color: white;
  padding: 80px 0;
  margin-bottom: 70px;
  
}

.psection-header {
  text-align: center;
  color: black;
  font-size: 36px;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.packages-container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 40px;
  color: #000;
}

.package {
  background-color: #1a1a1a;
  color: white;
  width: 260px;
  padding: 30px;
  border-radius: 12px;
  text-align: center;
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.package:hover {
  transform: translateY(-5px);
  background-color: #2c2c2c;
}

.package ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
}

.package ul li {
  margin: 10px 0;
  opacity: 0.9;
}

.faq {
  width: 100vw;          
  margin-left: calc(-50vw + 50%); 
  background-color:#1a1a1a;
  color: white;
  padding: 100px 0;
  text-align: center;
  align-items: center;
  
}

.faq-section-header {
  text-align: center;
  color: white;
  font-size: 40px;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
}


.faq-item {
  background-color:#c9c8c8;
  margin-bottom: 15px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  max-width: 900px; 
  text-align: left;
  margin-left: 260px;
 
}


.faq-question {
  background: none;
  border: none;
  color: black;
  font-size: 18px;
  width: 100%;
  text-align: left;
  font-weight: 600;
  padding: 20px 25px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: background-color 0.3s ease;
  font-family:Arial, Helvetica, sans-serif;
}

.faq-question:hover {
  background-color:white;
}


.faq-question::after {
  content: "＋";
  font-size: 22px;
  transition: transform 0.3s ease;
}

.faq-item.active .faq-question::after {
  content: "−";
}


.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
  background-color:white;
  font-family: Arial, Helvetica, sans-serif;
  color:black;
  font-weight: 300;
  padding: 0 25px;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 20px 25px 25px;
}

.faq-answer p {
  font-size: 18px;
  line-height: 1.7;
  opacity: 0.9;
}

.contact {
  background-color: rgb(243, 241, 241);
  color: black;
  text-align: center;
  padding: 100px 20px;
  font-family: 'Poppins', sans-serif;
}

.contact h2 {
  font-size: 2.5rem;
  margin-bottom: 50px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #000;
}


.contact-form {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
  margin-left: 380px;
}


.form-group {
  display: flex;
  flex-direction: column;
  width: 100%;
}


.form-group label {
  font-size: 1rem;
  margin-bottom: 8px;
  color: black;
  letter-spacing: 0.5px;
  font-weight: bold;
}


input,
select,
textarea,
.submit-btn {
  width: 100%;
  box-sizing: border-box;
  padding: 14px 15px;
  border-radius: 6px;
  border: 1px solid #333;
  background-color: #111;
  color: #fff;
  font-size: 1rem;
  outline: none;
  transition: all 0.3s ease;
}


input:focus,
select:focus,
textarea:focus {
  border-color: #000;
  box-shadow: 0 0 0 2px rgba(0,0,0,0.1);
}


select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background: #111
    url("data:image/svg+xml;utf8,<svg fill='white' width='14' height='14' xmlns='http://www.w3.org/2000/svg'><path d='M2 5l5 5 5-5z'/></svg>")
    no-repeat right 15px center;
  background-size: 14px;
  cursor: pointer;
  padding-right: 45px;
}


textarea {
  min-height: 140px;
  resize: vertical;
}


#custom-service-group {
  display: none;
  animation: fadeIn 0.3s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(-5px); }
  to { opacity: 1; transform: translateY(0); }
}


.submit-btn {
  background-color: #111;
  color: white;
  border: none;
  border-radius: 8px;
  font-weight: bold;
  letter-spacing: 1px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background-color: #2f2f2f;
  transform: translateY(-2px);
}

/* Mobile Optimizations */
@media (max-width: 768px) {

  /* Header */
  header {
    flex-direction: column;
    align-items: center;
    padding: 10px 20px;
  }

  header img {
    margin: 0 0 10px 0;
    width: 50px;
    height: 50px;
  }

  header ul {
    flex-direction: column;
    align-items: center;
    gap: 10px;
  }

  header ul li {
    display: block;
    margin: 5px 0;
  }

  /* Banner */
  .banner {
    height: 250px; /* smaller height on phones */
  }

  /* Intro Section */
  .intro-container {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }

  .intro-left {
    justify-content: center;
  }

  .intro-right h2 {
    font-size: 24px;
  }

  .intro-right p {
    font-size: 14px;
    max-width: 100%;
  }

  /* Specialties Section */
  .specialties-container {
    grid-template-columns: 1fr;
    gap: 30px;
  }

  /* About Section */
  .about-header {
    margin-left: 0;
    text-align: center;
    font-size: 28px;
    margin-bottom: 0;
  }

  .about-container {
    flex-direction: column;
    gap: 20px;
  }

  .about-logo img {
    width: 80%;
  }

  /* Portfolio Section */
  .projects-container {
    flex-direction: column;
    gap: 20px;
  }

  .project {
    width: 90%;
    height: auto;
  }

  /* Packages Section */
  .packages-container {
    flex-direction: column;
    gap: 20px;
  }

  /* Footer */
  .footer {
    flex-direction: column;
    padding: 40px 20px;
    text-align: center;
  }

  .footer .footer-links {
    flex-direction: column;
    gap: 20px;
    align-items: center;
  }

  .footer .link-column {
    align-items: center;
    margin-bottom: 15px;
  }

  /* FAQ Section */
  .faq-item {
    margin-left: 0;
    max-width: 90%;
  }

  .faq-section-header {
    font-size: 28px;
  }

  /* Contact Form */
  .contact-form {
    margin-left: 0;
    width: 100%;
    max-width: 400px;
  }

  /* Services Section */
  .services-container {
    flex-direction: column;
    gap: 20px;
  }

  /* Modals */
  .modal-content,
  .fmodal-content {
    padding: 20px;
    margin: 20px;
  }

}

