* {
    margin: 0;
    padding: 0;
}

body.main-body,
html {
    height: 100%;
    width: 100%;
     /* font-family: "Raleway", sans-serif; */
     font-family: "Raleway", sans-serif;
         font-family: "Poppins", sans-serif;
    background-color: #1A1A1A;
    color: #DEA193;
    scroll-behavior: smooth; 
    text-align: justify;
}
.main-content{padding: 20px 0 0;}
.main-content .header-wrapper{
  position: sticky;
    top: 0;
    z-index: 999;
    background: #1A1A1A;
    width: 100%;
    padding: 10px 0;
}
header .main-header{ display: flex;
   align-items: center; justify-content: space-between;}
ul,li{
    padding: 0;
    list-style-type: none;
}
a:hover{text-decoration: none !important;}
nav ul {
    display: flex;
    align-items: center;
    gap: 50px;
}
nav ul li {
  position: relative;
  display: inline-block;

}
nav ul li a{
    color: #DEA193;
    font-size: 18px;
    text-decoration: none;
     font-weight: 400;
  position: relative;
  padding-bottom: 5px;
  transition: color 0.3s ease;
}
/* nav ul li.active a:after */
nav ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 0%;
  height: 2px;
  background-color: #DEA193; /* rose gold line */
  transition: width 0.4s ease;
}
/* On hover – line grows left to right */
nav ul li a:hover::after {
  width: 100%;
}

/* Optional: change text color on hover */
nav ul li a:hover {
  color: #DEA193;
}
nav ul li.active a{
    font-weight: 700;
}
nav ul li.header-btn{
    background-color: #DEA193;
    padding: 10px 30px;
}
nav ul li.header-btn a{color: #101010;}

.about-us{
    padding-top: 60px;
    /* display: flex; */
    justify-content: space-between;
    font-family: "Poppins", sans-serif;
}
.about-us-container{
    display: flex;
}
body h5{
    font-size: 12px;
    padding-bottom: 4px;
    letter-spacing: 2px;
    margin-bottom: 0;
}
body h1, body h2{
    font-size: 32px;
    padding-bottom: 30px;
    font-weight: 600;
    letter-spacing: normal  ;
    margin-bottom: 0;
}
body h2{
    font-size: 28px;
    padding-bottom: 0px;
}
.about-us .about-panel-right > div{
       width: 70%
}
.about-us .about-panel-left, .about-us .about-panel-right{width: 50%;}
.about-us .about-panel-left p{font-size: 16px; line-height: 28px; font-weight: 400; text-align: justify;}
.about-us .about-panel-right img{width: 100%;     box-shadow: 0 5px 30px 8px rgba(222, 161, 147, 0.25);}
.about-us .about-panel-left .about-other-info, .about-us .about-panel-left .about-other-info .about-project-client{
    display: flex;
    gap: 40px;
    align-items: center;
    padding-top: 15px;
}
.about-us .about-panel-left .about-other-info .about-project-client{gap: 10px;}
.about-us .about-panel-left .about-other-info .about-project-client i.sofa-icon{
    background-image: url("img/sofa-icon.svg");
    display: block;
    width: 40px;
    height: 40px;
}
.about-us .about-panel-left .about-other-info .about-project-client i.user-icon{
    background-image: url("img/user-icon.png");
    display: block;
    width: 40px;
    height: 40px;
}
.about-us .about-panel-left .about-other-info .about-project-client span{
    font-size: 16px;
    font-weight: 600;
}
.about-us .about-panel-left .read-more-btn{
    padding-top: 30px;
   font-family: "Poppins", sans-serif;
    
    
}
.about-us .about-panel-left .read-more-btn a{
    font-size: 16px;
    font-weight: 600;
    color: #DEA193;
    border-bottom: 2px solid #DEA193;
      display: inline-flex;
    gap: 10px;
    padding-bottom: 5px;
}
.about-us .about-panel-left .read-more-btn i.right-arrow-icon{
     background-image: url("img/right-arrow.png");
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}
.about-us .about-panel-right{
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    flex-direction: column;
}
.about-us .about-panel-right .about-disha{
    background-color: #1A1A1A;
    padding: 30px 20px;
    position: relative;
    top: -75px;
    text-align: justify;
}
.about-us .about-panel-right .about-disha h3{
    font-size: 22px;
    font-weight: 700;
     font-family: "Poppins", sans-serif;
}
.about-us .about-panel-right .about-disha p{
    font-size: 14px;
    line-height: 28px;
}
.social-media-icons{
    display: flex;
    gap: 15px;

}

.social-media-icons .social-media{
    display: block;
    background-size: contain;
    background-repeat: no-repeat;
    width: 30px;
    height: 30px;
    padding-top: 20px;
 
}
.social-media-icons a:hover {
 animation: float 1s infinite ease-in-out;
}

@keyframes float {
  0%,100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}
.social-media-icons .social-media.facebook-icon{
    background-image: url("img/facebook.png");
}
.social-media-icons .social-media.instagram-icon{
    background-image: url("img/instagram.png");
}
.social-media-icons .social-media.linkedin-icon{
    background-image: url("img/linkedin.png");
}
.interior-banner-slider{
     position: relative;
  width: 100%;
  height: 100vh;
  overflow: hidden;
  /* z-index: -1; */
  margin-top: -280px;
    /* transform: translate(0, -50%);
    margin-top: 50px; */
}
.banner-slides {
  position: absolute;
    top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  
}

/* === Each background image slide === */
.banner-slide {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  
  background-repeat: no-repeat;
  opacity: 0;
  animation: fadeBanner 36s infinite;
}

/* === Fade keyframes === */
@keyframes fadeBanner {
  0% { opacity: 0; }
  5% { opacity: 1; }     /* fade in */
  25% { opacity: 1; }    /* stay visible */
  30% { opacity: 0; }    /* fade out */
  100% { opacity: 0; }   /* stay hidden until next loop */
}

/* === Animation delay for each slide === */
.banner-slide:nth-child(1) { animation-delay: 0s; }
.banner-slide:nth-child(2) { animation-delay: 8s; }
.banner-slide:nth-child(3) { animation-delay: 16s; }
.banner-slide:nth-child(4) { animation-delay: 24s; }


.about-services{
    padding-top: 60px;
}
.service-continer{
    display: flex;
    justify-content: space-between;
    padding-top: 30px;
    gap: 50px;
}
.service-wrapper{width: 33.33%;}
.service-continer .service-wrapper span{
    color: #000;
    background: #DEA193;
    padding: 10px;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 600;
}
.service-continer .service-wrapper h4{
    margin: 25px 0px 15px;
    color: #DEA193;
    font-size: 18px;
    font-weight: 600;
}
.service-continer .service-wrapper p{
    font-size: 14px;
    color: #DEA193;
    font-weight: 400;
    margin-bottom: 0;
    font-family: "Poppins", sans-serif;
}
.our-project{padding: 60px 0 0;}
.our-project .our-project-content{
    padding-top: 30px;
    font-size: 14px;
    line-height: 26px;
    width: calc(100% - 60px);
    font-family: "Poppins", sans-serif;
    font-weight: 400;
}
.carousel-inner img {
    width: 100%;
    height: 100%;
    max-height: 360px;
  }
  .our-project  .our-project-container{
    display: flex;
    align-items: center;
  }
  .carousel-indicators{
        margin-bottom: 0;
    bottom: -20px !important;
  }
  .carousel-indicators li{
    width: 10px !important;
    height: 10px !important;
    border-radius: 50px;
    /* background-color: transparent !important; */
    border:0 !important;
  }
  /* .carousel-item img {
  box-shadow: 0 20px 40px 20px rgba(222, 161, 147, 0.25);
  border-radius: 12px; 
  width: 100%;
  height: auto;
  display: block;
  z-index: 1;
  position: relative;
} */
#popupCarousel .carousel-inner{box-shadow: none;}
.carousel-item .img-wrapper {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 50px 45px 30px rgba(222, 161, 147, 0.25);
}

.carousel-item img {
  transition: transform 0.5s ease;
  cursor: pointer;
}

.img-wrapper:hover img {
  transform: scale(1.05);
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  border-radius: 12px;
}

.img-wrapper:hover .overlay {
  opacity: 1;
}

.eye-icon {
  font-size: 2rem;
  color: #fff;
  cursor: pointer;
  transition: transform 0.3s ease;
}

.eye-icon:hover {
  transform: scale(1.2);
}

.modal-content img {
  max-height: 85vh;
  object-fit: contain;
}
  .carousel-indicators li.active{background-color: #DEA193;}
  .carousel-control-prev, .carousel-control-next{display: none !important;}


.carousel-inner {
  box-shadow: 0 20px 40px 20px rgba(222, 161, 147, 0.25);/* important: allow shadow outside carousel */
}

footer {
  background-color: #DEA193;
  margin-top: 60px;
  padding: 60px 0 30px;
  color: #000;
}

footer .footer-description {
  display: flex;
  justify-content: space-between; /* keeps them spread apart */
  align-items: flex-start; /* aligns content to the top */
  gap: 40px; /* ✅ equal space between the 3 divs */
  flex-wrap: wrap; /* ✅ responsive for smaller screens */
}

footer .footer-description > div {
  flex: 1; /* each div takes equal width */
  min-width: 250px; /* prevents them from shrinking too small */
}
footer .footer-description .contat-details.contact-wrapper{
  display: flex;
     display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
footer .footer-description .contat-details.contact-wrapper h2{    position: relative;
    left: -45px;}
footer .footer-description .get-in-touch p {
  font-weight: 400;
  font-size: 14px;
}
footer .footer-description .contat-details h2 {
  font-size: 18px;
}

footer .footer-description .contat-details .contat-details-desc {
  padding-top: 30px;
}
.social-media-follow{
    padding-top: 15px;
}
footer .footer-description .contat-details .contat-details-desc a{color: #000;}
footer .footer-description .social-media-follow .contat-details-desc{padding-top: 10px;}
footer .copyright{padding-top: 50px; display: flex;justify-content: flex-start;}
footer .copyright span{font-size: 18px;}
footer .social-media-icons .social-media{
         filter: brightness(0.1);
}
.odal-content {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
}

.modal img {
  max-height: 80vh;
  width: auto;
}

/* Base button */
nav ul li.header-btn {
  position: relative;
  background-color: #DEA193;
  padding: 10x 20px;
  border-radius: 0;
  overflow: hidden;
  cursor: pointer;

  transition: all 0.3s ease;
  box-shadow: 0 0 0 rgba(222, 161, 147, 0.5);
  animation: talk-glow 2s infinite ease-in-out;
}

/* Button text */
nav ul li.header-btn a {
  color: #000;
    font-size: 18px;
  text-decoration: none;
  position: relative;
  z-index: 2;

}
nav ul li.header-btn a:hover:after{ content: none;}
/* Hover interaction */
nav ul li.header-btn:hover {
  transform: scale(1.05);
  background-color: #e4b3a8;
}
.contact-wrapper .contat-details-desc p a:hover{text-decoration: underline !important;}
/* “Talking glow” keyframes */
@keyframes talk-glow {
  0% {
    box-shadow: 0 0 0 rgba(222, 161, 147, 0.5);
  }
  50% {
    box-shadow: 0 0 20px 8px rgba(222, 161, 147, 0.6);
  }
  100% {
    box-shadow: 0 0 0 rgba(222, 161, 147, 0.5);
  }
}
/* Scroll to Top Button */
#topBtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background: #DEA193;
  color: #fff;
  padding: 7px 12px;
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
  display: none;
  transition: 0.3s;
}
#topBtn.black{background: #1A1A1A;}
#topBtn:hover {
  background: #1A1A1A;
}

.animate-on-scroll {
  opacity: 0;
  transform: translateY(20px); /* small smooth movement */
  transition: opacity 1s ease, transform 2s ease;
}
.close{
  color: #DEA193;
  text-shadow: none !important;
  opacity: 1 !important;
}
.close i{color: #DEA193;}

.hamburger {
  display: none;
  flex-direction: column;
  gap: 5px;
  cursor: pointer;
}

.hamburger span {
  width: 28px;
  height: 3px;
  background: #DEA193;
  transition: 0.4s;
}

/* Mobile Menu (hidden by default) */
nav {
  transition: right 0.4s ease;
}
.about-us-container{position: relative; z-index: 1;}

/* Slide Menu when mobile */
@media (max-width: 991px) {

  .hamburger {
    display: flex;
            z-index: 2;
        position: relative;
        margin-top: 0;
        margin-right: 10px;
  }
  .hamburger.active{margin-top: -70px;}

  nav {
    position: fixed;
    right: -300px;
    top: 0;
    width: 260px;
    height: 100vh;
    background: #1A1A1A;
    padding-top: 80px;
    z-index: 1;
    transition: right 0.4s ease;
  }

  nav ul {
    flex-direction: column;
    gap: 30px;
    padding-left: 0;
  }

  nav.open {
    right: 0;
  }

  /* Change hamburger to X */
  .hamburger.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 6px);
  }
  .hamburger.active span:nth-child(2) {
    opacity: 0;
  }
  .hamburger.active span:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
  }
  .about-us-container{flex-wrap: wrap;}
  .about-us .about-panel-left, .about-us .about-panel-right{width: 100%; justify-content: center;align-items: center;}
  .about-us .about-panel-left .about-other-info .about-project-client{
    flex-wrap: wrap;
       justify-content: center;
    padding-top: 0;
  }
  .about-us .about-panel-right > div{width: 100%;}
  .about-us .about-panel-right, .about-us, .about-services, footer{padding-top: 30px;}
  .service-continer{
    flex-direction: column;
  }
  .service-wrapper, .our-project .our-project-content{width: 100%;}
  .our-project .our-project-content{padding-bottom: 30px;}
  footer .footer-description .contat-details.contact-wrapper{
        justify-content: flex-start;
    align-items: flex-start;
  }
  footer .footer-description .contat-details.contact-wrapper h2{left: 0;}
  footer .footer-description{gap: 15px;}
  footer .footer-description .contat-details .contat-details-desc{padding-top: 10px;}
  footer .footer-description .get-in-touch p{padding-top: 0 !important;}
  .banner-slide{background-size: contain;}
  .about-us-container{padding: 0 !important;}
  .interior-banner-slider{height: calc(50vh - 110px);
        margin-top: -115px;}
  .about-services{padding-top: 0;}
  .about-us .about-panel-left{padding: 0 15px;}
}
@media only screen and (min-width: 992px) and (max-width: 1150px){
  .interior-banner-slider{margin-top: -165px;}
} 