
body {
    margin: 0;
    font-family: Arial, sans-serif;
    background: #f4f6f8;
    color: #333;
}

header {
    background: #c04747;
    color: white;
    padding: 15px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap:wrap;
}

nav {
    margin-left: auto;
}

.logo-container {
    width: 120px;
    height: 120px;
    align-items: center;
    justify-content: center;
}

.logo-container img {
width: 100%;
height: 100%;
object-fit: contain;
border-radius: 50%;
object-fit: cover;
}

.header {
    padding: 20px;
}
.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #222;
    padding: 15px;
    border-radius: 8px;
    width: 220px;
}

.dropdown input {
    width: 100%;
    padding: 6px;
    margin: 5px 0;
}

.dropdown button {
    width: 100%;
    padding: 8px;
    background: #ff4d4d;
    color: white;
    border: none;
    cursor: pointer;
}

.dropdown p {
    color: lightblue;
    cursor: pointer;
    font-size: 13px;
    text-align: center;
}
.logo img {
    width: 50%;
    height: 50%;
    border-radius: 50%;
    object-fit: cover;
}
.dropdown {
    display: none;
    position: absolute;
    top: 60%;
    background: #fff;
    box-shadow: 0 4px 10px rgba(0,0,0,0.15);
    border-radius: 6px;
    min-width: 120px;
}

.dropdown a {
    display: block;
    text-decoration:none;
    color: #333;
}

.dropdown  a:hover {
    background: #f2f2f2;
}

.logo:hover .dropdown {
    display: block;
}

.logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
nav a {
    color: white;
    margin-left: 20px;
    text-decoration: none;
    font-weight: bold;
}

.ourtWork{
       display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
      gap: 15px;
      padding: 20px;
    }

 .ourtWork img {
     width: 100%;
     height: 200p;
     object-fit: cover;
     border-radius: 10px;
     cursor: pointer;
 }

 .ourtWork img:hover {
    transform: scale(1.05);
    transition: 0.3s;
 }
 
 

.hero {
    background: #e3f2fd;
    text-align: center;
    padding: 70px 20px;
}

.hero button {
    padding: 12px 30px;
    background: #693a39;
    color: white;
    border: none;
    font-size: 16px;
    cursor: pointer;
}

.about {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      align-items: center;
    }

    .about img {
      width: 100%;
      border-radius: 6px;
    }

    .about2 {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      align-items: center;
    }

    .about2 img {
      width: 100%;
      border-radius: 6px;
    }
.projects {
    display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 30px;
      align-items: center;
}
.projects img {
    width: 40%;
    border-radius: 6px;
}
section {
    padding: 50px 20px;
    text-align: center;
}

.services, .projects {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 20px;
}

.card, .project-box {
    background: white;
    width: 240px;
    padding: 25px;
    border-radius: 8px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

form {
    max-width: 420px;
    margin: auto;
}

#bhk {
    width: 105%;
    padding: 12px;
    margin: 10px 0;
}

#type {
    width: 105%;
    padding: 12px;
    margin: 10px 0;
}
input, textarea {
    width: 100%;
    padding: 12px;
    margin: 10px 0;
}

button {
    background: #c6a75e;
    color: white;
    padding: 12px;
    border: none;
    cursor: pointer;
}

footer {
    background: #1b1010;
    color: white;
    text-align: center;
    padding: 15px;
}

@media (max-width: 600px) {
    nav {
        display: none;
    }
}

    .tgallery{
       display: grid;
      grid-template-columns: repeat(auto-fit, minmax(200px,1fr));
      gap: 15px;
      padding: 20px;
    }

 .tgallery img {
     width: 100%;
     height: 200px;
     object-fit: cover;
     border-radius: 10px;
     cursor: pointer;
 }

 .tgallery img:hover {
    transform: scale(1.05);
    transition: 0.3s;
 }

 .gallery {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 15px;
    }

 .gallery img {
      width: 100%;
      border-radius: 6px;
    }

 #imgModal {
    display: none;
    position: fixed;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.8);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#imgModal img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}

#imgModal.show img {
    transform: scale(1);
}



.whatsapp-float {
  position: fixed;
  bottom: 20px;
  right: 20px;
  z-index: 100;
}

.whatsapp-float img {
  border-radius: 50%;
  box-shadow: 2px 2px 10px gray;
  transition: 0.3s;
}

.whatsapp-float img:hover {
  transform: scale(1.1);
}

.call-float {
    position:fixed;
    bottom: 100px;
    right: 20px;
    z-index: 100;
}
.call-float img {
  border-radius: 50%;
  box-shadow: 2px 2px 10px gray;
  transition: 0.3s;
}

.call-float img:hover {
  transform: scale(1.1);
}

.inspiration {
    text-align: center;
    padding: 80px 0;
}

.cards {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin: 40px 0;
}

.card {
    background: white;
    padding: 40px;
    width: 280px;
    border-radius: 15px;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    transition: 0.4s;
}

.card:hover {
    transform: translateY(-10px);
}

.whatsapp-btn {
    display: inline-block;
    margin-top: 20px;
    padding: 14px 30px;
    background: #c6a75e;
    color: white;
    border-radius: 30px;
    text-decoration: none;
}
.real-work {
    text-align: center;
    padding: 60px 20px;
    background: linear-gradient(to right, #f8f5f0, #ffffff);
}

.real-work h2 {
    font-size: 32px;
    letter-spacing: 2px;
    margin-bottom: 20px;
    color: #2c2c2c;
    text-transform: uppercase;
}

.real-work p {
    font-size: 18px;
    color: #555;
    max-width: 800px;
    margin: 0 auto 10px;
    line-height: 1.6;
}

.real-work span {
    color: #b57a3c;
    font-weight: 600;
}

.sub-text {
    font-size: 16px;
    color: #777;
    font-style: italic;
}

.carpentry-section {
    background: linear-gradient(to right, #1e1e1e, #2c2c2c);
    padding: 80px 20px;
    text-align: center;
    color: #fff;
}

.carpentry-content h2 {
    font-size: 38px;
    letter-spacing: 2px;
    margin-bottom: 15px;
    color: #d4af37;   /* Luxury gold color */
}

.tagline {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 20px;
    font-style: italic;
}

.description {
    max-width: 700px;
    margin: auto;
    font-size: 16px;
    line-height: 1.8;
    color: #e0e0e0;
}

