/* ------------------------- */
/*         IMPORTS          */
/* ------------------------- */
@import url('https://fonts.googleapis.com/css2?family=Bungee&display=swap');



/* ------------------------- */
/*        GLOBAL STYLES     */
/* ------------------------- */
body {
  font-family: 'Inter', sans-serif;
  background-color: white;
   height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;

}

h1 {
  text-align: center;
  margin-bottom: 20px;
}

h2.custom-heading {
  font-family: 'Bungee', cursive;
  font-weight: 700;
  font-size: 1.25rem;
  letter-spacing: .02em;
}

.container {
  max-width: 1200px;
    height: 400px;
      width: 100vw;
  margin: auto;
  background: white;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

/* ------------------------- */
/*        HEADER & NAV      */
/* ------------------------- */
/* header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 30px;
  background-color: #222;
  color: white;
  flex-wrap: wrap;
}

.logo {
  font-size: 1.5rem;
  font-weight: bold;
  color: #fff;
}

nav {
  display: flex;
  gap: 20px;
  align-items: center;
  flex-wrap: wrap;
}

nav a {
  color: white;
  text-decoration: none;
  font-weight: 500;
  padding: 8px 12px;
}

nav a:hover {
  background: #444;
  border-radius: 5px;
}

.nav-phone {
  background-color: #491a3d;
  color: white;
  border: none;
  padding: 10px 20px;
  font-weight: bold;
  cursor: pointer;
  border-radius: 5px;
} */

/* ------------------------- */
/*         DROPDOWN         */
/* ------------------------- */
.dropdown-container {
  position: relative;
}

/* .dropdown {
  display: none;
  position: absolute;
  background-color: #fff;
  padding: 10px;
  width: 250px;
  list-style: none;
  top: 100%;
  left: 0;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
  z-index: 1000;
}

.dropdown-container:hover .dropdown {
  display: block;
}

.dropdown li {
  margin: 5px 0;
}

.dropdown li a {
  color: #000;
  text-decoration: none;
} */

header {
  background-color: #fff;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  padding: 10px 20px;
}

.header-container {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}

.logo img {
  height: auto;
  
    width: 200px; /* adjust as needed */
 
}

nav {
  display: flex;
  align-items: center;
  gap: 20px;
}

nav a {
  text-decoration: none;
  color: white;
  font-weight: bold;
}

.dropdown-container {
  position: relative;
}

.dropdown-container:hover .dropdown {
  display: block;
  
}

.dropdown {
  display: none;
  position: absolute;
  top: 100%;
  background: white;
  list-style: none;
  padding: 10px 0;
  box-shadow: 0 2px 8px rgba(0,0,0,0.15);
  z-index: 999;
}

.dropdown li a {
  display: block;
  padding: 10px 20px;
  white-space: nowrap;
  color: #000;
}
.contact-number {
      display: none;
      margin-top: 20px;
      font-size: 18px;
      font-weight: bold;
      background-color: #f9f9f9;
      padding: 10px;
      border-left: 5px solid green;
      color: #333;
      width: fit-content;
}

/* .nav-phone {
  background-color: #007BFF;
  color: white;
  border: none;
  padding: 8px 16px;
  font-weight: bold;
  border-radius: 4px;
  cursor: pointer;
} */

/* ------------------------- */
/*        HERO SECTION      */
/* ------------------------- */
.hero-background {
  background: url('../images/hero-carpentry.jpg') no-repeat center center fixed;
  background-size: cover;
  padding: 100px 20px;
  color: white;
  text-align: center;
  position: relative;
   margin-top: 154px;

}

.heros {
  background-color: rgba(0, 0, 0, 0.5);
  padding: 50px 30px;
  border-radius: 10px;
  max-width: 1000px;
  margin: auto;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding-top: 100px; /* for fixed header */
      padding-bottom: 4rem;
      color: white;
      text-shadow: 0 0 10px #0008;
      position: relative;
}

.heros h1 {
  font-size: 32px;
  margin-bottom: 20px;
  font-family: 'Bungee', cursive;
}

.heros p {
  font-size: 18px;
  margin: 20px 0;
  line-height: 1.6;
}

.heros ul {
  list-style: none;
  padding: 0;
  margin-top: 20px;
  text-align: left;
  display: inline-block;
}

.heros ul li {
  margin-bottom: 10px;
  font-size: 16px;
}

/* ------------------------- */
/*        SECTIONS          */
/* ------------------------- */
.section,
.services-section {
  max-width: 900px;
  margin: 40px auto;
  padding: 50px 20px;
  background: white;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.services-section h2 {
  font-size: 22px;
  margin-bottom: 15px;
  font-family: 'Bungee', cursive;
  text-align: center;
}

.services-section p {
  font-size: 15px;
  text-align: center;
}

.services {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  justify-content: space-between;
}

.service {
  background: #e3e3e3;
  padding: 15px;
  border-radius: 8px;
  flex: 1 1 calc(25% - 20px);
  box-shadow: 0 0 5px rgba(0,0,0,0.1);
}

.service h2 {
  margin: 0 0 10px;
}

/* ------------------------- */
/*          GALLERY         */
/* ------------------------- */
/* Gallery layout */ 
 .container {
  position: relative;
  min-height: 200px;
  background: #ddd;
 
}
 .gallery {
  position: relative;
  min-height: 200px;
  background: #ddd;
 }
.gallery h1{
  font-size: 40px;
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-weight: normal;
  padding: 15px;
  color: #333;
  text-align: center;
  text-transform: capitalize;


}
.image-container {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  background-color: #eee;
}
.card {
  width: 100%;
  max-width: 300px;
  border: 1px solid #ddd;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 30px;
  background-color: #777dca;
  box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

.text {
  padding: 20px;
}

.text h2 {
  margin-top: 0;
  font-size: 24px;
  color: #222;
}

/* .image {
  width: 200px;
  height: 150px;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  flex-shrink: 0;
  cursor: pointer;
  position: relative;
  justify-content: center;
} */
 .image {
  width: 200px;
  height: 150px;
  overflow: hidden;
  border: 4px solid white;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  cursor: pointer;
  position: relative;
  margin: 15px auto 0 auto;
}

.image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
  display: block;
  text-align: center;
}

.image:hover img {
  transform: scale(1.1);
}
.popup-image {
  width: 200px;
  height: 150px;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  height: 100%;
  width: 100%;
  z-index: 100;
  display: none;
  
}

.popup-image span {
  position: absolute;
  top: 20px;
  right: 40px;
  font-size: 60px;
  color: #fff;
  cursor: pointer;
  z-index: 101;
}

.popup-image img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 5px solid white;
  border-radius: 10px;
  width: 550px;
  max-width: 90%;
}


@media (max-width:550px) {
  .popup-image img{
    width: 95%;

  }
  
}

.video {
   
  width: 200px;          
  height: 150px;           
  border: 4px solid white;
  border-radius: 10px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
  object-fit: cover;
  flex-shrink: 0;
  cursor: pointer;
}
/* ------------------------- */
/*      TESTIMONIALS        */
/* ------------------------- */

     .section-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 2rem;
      align-items: start;
    }

    .testimonial-section {
      display: flex;
      flex-direction: column;
      align-items: center;
    }

    .testimonial-card {
      background: white;
      padding: 1.5rem;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
      width: 100%;
    }

    .testimonial-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1rem;
    }

    .testimonial-profile {
      display: flex;
      align-items: center;
      gap: 10px;
    }

    .profile-pic {
      font-size: 2rem;
      background-color: #facc15;
      border-radius: 9999px;
      width: 40px;
      height: 40px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .profile-name {
      font-weight: bold;
      margin: 0;
    }

    .profile-role {
      margin: 0;
      font-size: 0.9rem;
      color: gray;
    }

    .testimonial-text {
      font-size: 0.95rem;
      color: #333;
      margin-top: 1rem;
      line-height: 1.5;
    }

    .carousel-dots {
      margin-top: 1rem;
      text-align: center;
    }

    .dot {
      width: 10px;
      height: 10px;
      background: #ccc;
      border-radius: 9999px;
      display: inline-block;
      margin: 0 4px;
      cursor: pointer;
      border: none;
    }

    .dot.active {
      background: #333;
    }

    .grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 1rem;
    }

    article {
      background: white;
      padding: 1rem;
      border-radius: 10px;
      box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    }

    .custom-heading {
      font-size: 1.1rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }

    .text-gray-700 {
      color: #4a4a4a;
    }

    @media (max-width: 768px) {
      .section-grid {
        grid-template-columns: 1fr;
      }
    }



/* ------------------------- */
/*       QUOTE FORM         */
/* ------------------------- */
.quote-flex {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
  align-items: flex-start;
}

.quote-content {
  flex: 1 1 45%;
  min-width: 200px;
  max-width: 400px;
  padding: 25px;
  margin: 0 100px;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.08);
  background-color: white;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.quote-content h2 {
  font-size: 18px;
  color: #f5efef;
  background-color: #222;
  text-align: center;
  font-family: 'Bungee', cursive;
  padding: 10px;
}

.quote-content h3 {
  font-size: 24px;
  color: #222;
  margin: 0 30px;
  font-family: 'Bungee', cursive;
}

.quote-content p,
form input,
form textarea {
  font-size: 16px;
  line-height: 1.6;
}

form input,
form textarea {
  width: 100%;
  padding: 12px;
  margin-bottom: 15px;
  border: 1px solid #ccc;
  border-radius: 5px;
}

form button {
  padding: 12px 20px;
  background: #222;
  color: white;
  border: none;
  cursor: pointer;
  font-size: 16px;
  border-radius: 5px;
  transition: background 0.3s;
}

form button:hover {
  background: #444;
}

/* ------------------------- */
/*     CONTACT SECTION      */
/* ------------------------- */
.map-contact-container {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 30px 20px;
  max-width: 900px;
  margin: auto;
}

.map-contact-container > div {
  flex: 1 1 45%;
  min-width: 300px;
}

.contact {
  text-align: center;
  margin-top: 20px;
}

/* ------------------------- */
/*          CTA             */
/* ------------------------- */
.cta {
  background: #444;
  color: white;
  text-align: center;
  padding: 30px 20px;
}

/* ------------------------- */
/*        FOOTER            */
/* ------------------------- */
footer {
  background: #222;
  color: white;
  text-align: center;
  padding: 20px;
}

/* ------------------------- */
/*       RESPONSIVE         */
/* ------------------------- */
@media (max-width: 768px) {
  header,
  nav {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero {
    padding: 25px;
  }

  .hero h1 {
    font-size: 24px;
  }

  .hero p,
  .hero ul li {
    font-size: 14px;
  }

  .quote-flex {
    flex-direction: column;
  }

  .quote-content {
    width: 100%;
    margin: 0;
  }

  h2 + p {
    margin-bottom: 40px;
  }

  .intro-section {
    flex-direction: column;
  }
}

/* ------------------------- */
/*       INTRO SECTION      */
/* ------------------------- */
.intro-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2rem;
  margin-top: 155px;
  
}

.intro-text {
  flex: 1 1 50%;

}


.intro-image {
  flex: 1 1 40%;
}

.intro-image img {
  max-width: 100%;
  height: auto;
  display: block;
  border-radius: 10px;
}






 

/* ------------------------- */
/*     CONTACT BUTTON       */
/* ------------------------- */
.contact-button {
  border: 1px solid black;
  font-weight: 800;
  font-family: 'Bungee', cursive;
  font-size: 1.5rem;
  padding: 0.5rem 1.5rem;
  letter-spacing: 0.05em;
  transition: background-color 0.3s ease, color 0.3s ease;
}

.contact-button:hover,
.contact-button:focus {
  background-color: black;
  color: white;
  outline: none;
}
  /* Reset & basic */
    *, *::before, *::after {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }
    body {
      font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
      background-color: #fff;
      color: #222;
      line-height: 1.4;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      min-height: 100vh;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
    a {
      text-decoration: none;
      color: #fff;
      cursor: pointer;
    }
    ul {
      list-style: none;
    }

    /* Container */
    .container {
      width: 90%;
      max-width: 1200px;
      margin: 0 auto;
    }

    /* Header and Navbar */
    header {
      background-color: rgba(0, 0, 0, 0.75);
      position: fixed;
      width: 100%;
      top: 0; left: 0;
      z-index: 1000;
      font-weight: 600;
    }
    .navbar {
      display: flex;
      justify-content: flex-end;
      align-items: center;
      padding: 1rem 2rem;
      gap: 1.5rem;
    }
    .navbar a {
      color: #ddd;
      font-size: 0.9rem;
      padding: 0.3rem 0.6rem;
      transition: color 0.3s ease;
    }
    .navbar a:hover,
    .navbar a.active {
      color: #c33;
      font-weight: 700;
    }
    .call-button {
      background-color: #fff;
      color: #222;
      border: none;
      font-weight: 700;
      padding: 0.4rem 1rem;
      border-radius: 3px;
      box-shadow: 0 0 8px #0008 inset;
      transition: background-color 0.3s ease;
    }
    .call-button:hover {
      background-color: #c33;
      color: #fff;
      box-shadow: none;
    }

    /* Hero Section */
    .hero {
      background-image: url('https://storage.googleapis.com/workspace-0f70711f-8b4e-4d94-86f1-2a93ccde5887/image/c8b9f093-f11f-453b-9157-130212ce496f.png');
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
      padding-top: 100px; 
      padding-bottom: 4rem;
      color: white;
      text-shadow: 0 0 10px #0008;
      position: relative;
       margin-top: 158px;
    }
    .hero-overlay {
      position: absolute;
      inset: 0;
      background: rgba(0,0,0,0.5);
      z-index: 0;
    }
    .hero-content {
      position: relative;
      max-width: 1100px;
      margin: auto;
      z-index: 1;
      padding: 3rem 1rem;
    }
    .hero-content h1 {
      font-size: 2.3rem;
      font-weight: 900;
      letter-spacing: 1.2px;
      margin-bottom: 1rem;
      line-height: 1.1;
      text-transform: uppercase;
    }
    .hero-content h2 {
      font-weight: 700;
      font-size: 1rem;
      margin-bottom: 1.6rem;
    }
    .hero-content ul {
      font-size: 0.9rem;
      line-height: 1.45rem;
      padding-left: 20px;
      margin-bottom: 1.6rem;
      font-weight: 600;
      list-style-type: disc;
    }
    .hero-content ul li {
      margin-bottom: 0.6rem;
    } 
    .hero-button {
      background-color: transparent;
      border: 2.5px solid white;
      color: white;
      padding: 0.4rem 1.5rem;
      text-transform: uppercase;
      font-weight: 700;
      border-radius: 3px;
      cursor: pointer;
      transition: all 0.3s ease;
      display: inline-block;
    }
    .hero-button:hover {
      background-color: white;
      color: #222;
      border-color: white;
    }
    .hero-subtext {
      font-size: 0.85rem;
      margin-top: 8px;
      display: flex;
      gap: 0.6rem;
      align-items: center;
      font-weight: 400;
    }
    .hero-subtext svg {
      fill: white;
      width: 16px;
      height: 16px;
    }

    /* Quote Form - floating on hero */
    .quote-form-wrapper {
      position: absolute;
      top: 12rem;
      right: 4rem;
      background-color: white;
      color: #222;
      border-radius: 6px;
      box-shadow: 0 6px 20px rgb(0 0 0 / 0.3);
      width: 230px;
      font-family: Arial, sans-serif;
      font-size: 0.8rem;
      padding: 15px 12px;
      z-index: 10;
      user-select: none;
    }
    .quote-form-wrapper h3 {
      font-weight: 700;
      font-size: 0.8rem;
      border-bottom: 1px solid #444;
      padding-bottom: 8px;
      margin-bottom: 10px;
      text-align: center;
      letter-spacing: 0.02em;
    }
    .quote-form-wrapper p {
      font-size: 0.68rem;
      margin-bottom: 8px;
      margin-top: 0;
    }
    .quote-form-wrapper label {
      display: block;
      margin-top: 6px;
      margin-bottom: 2px;
      font-weight: 600;
    }
    .quote-form-wrapper input,
    .quote-form-wrapper select,
    .quote-form-wrapper textarea {
      width: 100%;
      border: 1px solid #777;
      border-radius: 2px;
      padding: 6px 5px;
      font-weight: 500;
      font-size: 0.8rem;
      color: #222;
      resize: none;
      outline-offset: 1.5px;
      transition: border-color 0.2s ease;
    }
    .quote-form-wrapper input:focus,
    .quote-form-wrapper select:focus,
    .quote-form-wrapper textarea:focus {
      border-color: #c33;
      outline: none;
    }
    .quote-form-wrapper button {
      background-color: #222;
      color: white;
      border: none;
      border-radius: 3px;
      margin-top: 10px;
      padding: 7px 2rem;
      cursor: pointer;
      font-weight: 700;
      width: 100%;
      letter-spacing: 0.05em;
      transition: background-color 0.3s ease;
    }
    .quote-form-wrapper button:hover {
      background-color: #c33;
    }

    /* Services section */
    .services-section {
      max-width: 1100px;
      margin: 4rem auto 5rem;
      padding: 0 1rem;
      font-size: 0.85rem;
      color: #222;
    }
    .services-section h4 {
      color: #0d2355;
      font-weight: 700;
      font-size: 1rem;
      letter-spacing: 0.05em;
      border-left: 2px solid #0d2355;
      padding-left: 10px;
      margin-bottom: 1rem;
    }
    .services-section p {
      max-width: 800px;
      font-weight: 400;
      margin-bottom: 2rem;
      line-height: 1.5;
    }
    .services-section p strong {
      font-weight: 700;
    }

    /* Call to action section */
    /* .cta-section {
      background: #fff;
      box-shadow: 0 0 15px #0004;
      padding: 3rem 1rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      max-width: 1200px;
      margin: 4rem auto 0 auto;
    }
    .cta-text {
      font-size: 0.7rem;
      font-weight: 500;
      color: #333;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      margin-bottom: 0.3rem;
    }
    .cta-headline {
      font-weight: 900;
      color: #000;
      font-size: 1.3rem;
      letter-spacing: 0.08em;
    }
    .cta-buttons {
      display: flex;
      gap: 10px;
      align-items: center;
    }
    .cta-button {
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.03em;
      padding: 0.3rem 1rem;
      border-radius: 3px;
      cursor: pointer;
      transition: all 0.3s ease;
      border: 2px solid black;
      background-color: white;
      color: black;
      white-space: nowrap;
    }
    .cta-button:hover {
      background-color: black;
      color: white;
    } */

    

    
 




/* CTA Section */
.cta-section {
  background-color: white;
  color: black;
  padding: 20px 15px; /* 👈 yahan 200px se 20px kiya */
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.cta-section container{
   background-color: white;
  color: black;
  padding: 20px 15px; /* 👈 yahan 200px se 20px kiya */
  text-align: center;
  max-width: 700px;
  margin: 0 auto;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0,0,0,0.1);
}

.cta-headline {
  font-size: 30px;
  margin-top: 10px;
}

.cta-buttons {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}

.cta-button {
  background-color: #1e1e1e;
  color: white;
  padding: 10px 25px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
}

/* Footer */
footer {
  background-color: #222;
  color: #ccc;
  padding: 40px 20px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: space-between;
}

.footer-logo {
  flex: 1;
  min-width: 300px;
}

.footer-logo p {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}

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

.footer-section strong {
  display: block;
  font-size: 16px;
  margin-bottom: 10px;
}

.footer-section span {
  display: block;
  margin-top: 5px;
  font-size: 14px;
}

.map-contact-container iframe {
  width: 100%;
  border-radius: 5px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .header-container, .hero-content, .footer {
    flex-direction: column;
    align-items: center;
  }

  nav {
    flex-direction: column;
    gap: 10px;
  }

  .cta-buttons {
    flex-direction: column;
  }

  .footer {
    gap: 20px;
  }
}
