      body {font-family: "Poppins", sans-serif !important;}
      .hero-carousel .carousel-item {
        height: 80vh;
        min-height: 500px;
        background-position: unset;
        background-size: cover;
        position: relative;
        color: #fff;
        
      }
      .navbar-brand img{
        object-fit: cover;
      }
      .hero-overlay {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #00000059;
        
      }
      .hero-content {
        position: absolute;
        top: 50%;
        right: 5%;
        transform: translateY(-50%);
        text-align: right;
        max-width:100%;
      }
      .hero-content h1 {font-weight: 700; text-transform: uppercase;}
      .hero-content p {font-size: 1.25rem;}
      .hero-content .btn {margin: 0.25rem;}
      .hero-buttons {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 1rem;
  background-color: white;
    padding: 0 20px;


}
.stylish-text{
     font-family: "Sirivennela", sans-serif;
     font-size: 38px;
}
.hero-link {
  font-weight: 700;
  text-transform: uppercase;
  color: #000;              /* black text */
  text-decoration: none;    /* remove underline */
  font-size: 1.1rem;
}

.hero-link:hover {
  color: #007bff;           /* hover effect (blue like Bootstrap primary) */
}

.divider {
  font-weight: bold;
  color: #000;
}
.process-section{
    background: #faf7f7;
}
.area-sec .img-fixed {
    height: 400px;           /* Adjust as needed */
    object-fit: contain;       /* Crop image nicely */
    width: 100%;
    background-color: white;
  }

  @media(min-width:300px) and (max-width: 767px){
    .area-sec .img-fixed {
    height: 200px;           /* Adjust as needed */
    object-fit: contain;       /* Crop image nicely */
    width: 100%;
  }
.hero-link{
font-size: 12px;
}
.area-sec h5,h6,h4 {
    font-size: 14px !important;
  }
.navbar-brand img {
    object-fit: cover;
    width: 100px;
    object-fit: fill;
}
  h5, h6{
  font-size: 20px;
  }
        .hero-carousel .carousel-item {
               height: 7px;
        min-height: 330px;
        background-position: right;
        background-size: cover;
        position: relative;
        color: #fff;
        }

  }

.category-area {
  background: #000;
  color: #fff;
}

.category-title {
  color: #9b4819;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#categoryTabs .nav-link {
  border: none;
  border-bottom: 3px solid transparent;
  color: #fff;
  background: transparent;
  border-radius: 0;
  font-weight: 600;
  padding: 10px 20px;
  transition: all 0.3s ease;
}

#categoryTabs .nav-link.active {
  color: #9b4819;
  border-color: #9b4819;
}

#categoryTabs .nav-link:hover {
  color: #9b4819;
}

.category-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card {
  background: transparent;
  border: none;
  transition: transform 0.3s ease;
}

.category-card:hover {
  transform: translateY(-5px);
}

.category-card:hover .category-img {
  transform: scale(1.05);
  box-shadow: 0 4px 20px rgba(155, 72, 25, 0.6);
}

.category-card h6 {
  color: #fff;
  font-weight: bold;
}

.category-btn {
  background: #9b4819;
  border: none;
  color: #fff;
  padding: 6px 14px;
  border-radius: 0;
  font-size: 0.9rem;
  transition: background 0.3s;
}
.bg-brown{
  background-color: #b95a2e;
}

.text-brown{
  color: #b95a2e;;
}
.category-btn:hover {
  background: #b95a2e;
}

@media (max-width: 576px) {
  .category-img {
    height: 180px;
  }
}

.gallery {
  display: flex;
  gap: 1rem;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
}
.gallery::-webkit-scrollbar {
  display: none;
}
.gallery-item {
  position: relative;
  flex-shrink: 0;
  width: 100px;
  height: 580px;
  border-radius: 20px;
  overflow: hidden;
  transition: all 0.5s ease;
  scroll-snap-align: center;
  cursor: pointer;
}
.gallery-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}
.gallery-item.active,
.gallery-item:hover {
  width: 380px;
}
.gallery-caption {
  position: absolute;
  bottom: 15px;
  left: 15px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background-color: black;
  padding: 6px 10px;
  border-radius: 10px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

/* Show caption only on hover or when active */
.gallery-item.active .gallery-caption,
.gallery-item:hover .gallery-caption {
  opacity: 1;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .gallery-item {
           height: 346px;
  }
  .gallery-item.active,
  .gallery-item:hover {
    width: 230px;
  }
}

  .project-img {
    height: 350px; /* Fixed height for all images */
    object-fit: cover; /* Crops and maintains aspect ratio */
    width: 100%;
  }
    .project-frame {
    border: 2px solid #e5e5e5;
    border-radius: 10px;
    padding: 10px;
    background: #fff;
    transition: .25s ease;
  }

  .project-frame:hover {
    box-shadow: 0 8px 20px rgba(0,0,0,0.10);
    transform: translateY(-3px);
  }

  .frame-inner {
    padding: 12px;
    border: 1px solid #dcdcdc;
    border-radius: 8px;
    background: #f7f7f7;
  }

  .frame-inner img {
    width: 100%;
    display: block;
    border-radius: 6px;
  }