*{
    margin: 0;
    padding: 0;

}
body{
    font-family:Arial, sans-serif;
    background: url(https://4kwallpapers.com/images/wallpapers/fabric-ribbon-3840x2160-25866.png);
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    background-size: cover;
    width: 100%;
    overflow-x: hidden;
    
    
    
   
}

header{
    background:hsl(43, 50%, 27%);
    color:white;
     position:fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: ;
   
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    z-index: 1000;
    padding: 10px 2px;
    z-index: 1000;
    
}

header h1{
    margin-bottom:10px;
}

nav a{
    color:white;
    text-decoration:none;
    margin-right: 8vh;
    font-weight:bold;
}

nav a:hover{
    color:#fbbf24;
}

.hero {
    height: 100vh;                    /* Keep only this height */
    min-height: 400px;               /* Fallback for smaller screens */
    background: url(Furniture.jpg);
    background-size: cover;          /* Best fix for full coverage */
    background-position: center;     /* Centers the image */
    background-repeat: no-repeat;    /* Prevents tiling */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    position: relative;              /* Helps with overlays if needed */
}

.hero-content{
    background:rgba(0,0,0,0.5);
    padding:25px;
    border-radius:10px;
    color:white;
}

.hero-content h2{
    font-size:40px;
    margin-bottom:10px;
}

.container{
    width: 100%;
    max-width:1200px;
    margin:auto;
    padding:50px 20px;
}

.container h2{
    text-align:center;
    margin-bottom:20px;
    color:#1f2937;
}

.cards{
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
    gap:30px;
    padding:20px;
}

.card{
    background:rgba(255,255,255,0.15);
    backdrop-filter:blur(15px);
    -webkit-backdrop-filter:blur(15px);

    border:1px solid rgba(255,255,255,0.2);
    border-radius:20px;

    padding:20px;
    text-align:center;

    box-shadow:
        0 8px 32px rgba(0,0,0,0.15);

    transition:all 0.4s ease;
    overflow:hidden;
    position:relative;
}
.cards{
    display:flex;
    justify-content:center;
    gap:40px;
    flex-wrap:wrap;
}

.card{
    width:400px;
}

/* Extra shine effect */
.card::after{
    content:"";
    position:absolute;
    top:-100%;
    left:-100%;
    width:200%;
    height:200%;
    background:linear-gradient(
        45deg,
        transparent,
        rgba(255,255,255,0.15),
        transparent
    );
    transform:rotate(25deg);
    transition:1s;
}

.card:hover::after{
    top:100%;
    left:100%;
}

.card:hover{
    transform:translateY(-10px) scale(1.03);

    box-shadow:
        0 15px 40px rgba(0,0,0,0.25);
}

.card img{
    width:100%;
    height:220px;
    object-fit:cover;
    border-radius:15px;
    margin-bottom:15px;
}

.card h3{
    color:#1f2937;
    margin-bottom:10px;
}

.card p{
    color:#444;
    line-height:1.6;
}

/* Shiny effect */
.card::before{
    content:"";
    position:absolute;
    top:0;
    left:-100%;

    width:50%;
    height:100%;

    background:linear-gradient(
        90deg,
        transparent,
        rgba(255,255,255,0.4),
        transparent
    );

    transition:0.8s;
}

.card:hover::before{
    left:150%;
}

#contact{
    text-align:center;
}

#contact p{
    margin:10px 0;
    font-size:18px;
}

footer{
   background:hsl(43, 50%, 27%);
    color:white;
    text-align:center;
    padding:20px;
    width:100%;
    margin:0;
    position:relative
}

@media(max-width:768px){
    .hero-content h2{
        font-size:28px;
    }

    nav a{
        display:block;
        margin:10px 0;
    }
}
.quote-btn{
    position:relative;
    padding:15px 40px;
    background:transparent;
    border:2px solid #fff;
    color:#fff;
    font-size:18px;
    font-weight:bold;
    letter-spacing:2px;
    cursor:pointer;
    overflow:hidden;
    transition:0.4s ease;
}

.quote-btn::before{
    content:'';
    position:absolute;
    top:0;
    left:-100%;
    width:100%;
    height:100%;
    background:rgba(255,255,255,0.15);
    transition:0.5s;
}

.quote-btn:hover::before{
    left:100%;
}

.quote-btn:hover{
    box-shadow:0 0 15px #fff,
               0 0 30px #fff;
    transform:translateY(-3px);
}

.quote-btn::after{
    content:'';
    position:absolute;
    inset:-2px;
    border:2px solid transparent;
    animation:borderGlow 2s linear infinite;
}

@keyframes borderGlow{
    0%{
        border-top-color:#fff;
    }
    25%{
        border-right-color:#fff;
    }
    50%{
        border-bottom-color:#fff;
    }
    75%{
        border-left-color:#fff;
    }
    100%{
        border-top-color:#fff;
    }
}
p{
    margin-bottom: 10px; /* adds space below the paragraph */
}
/* WhatsApp Floating Button */
.whatsapp-float{
    position: fixed;
    bottom: 20px;
   left: 50px;
    z-index: 1000;
}

.whatsapp-float img{
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    transition: transform 0.3s ease;
}

.whatsapp-float img:hover{
    transform: scale(1.1);
}
.logo{
    width:200px;      /* Fixed space for logo */
    height:90px;
    display:flex;
    align-items:center;
}

.logo img{
    max-height:140px; /* Increase logo size */
    width:auto;
    margin-top: 10px;
    margin-left: 20%;
}
.highlight{
    position:relative;
    display: inline-block;
    color: #000;
    z-index: 1;
    animation: textColorChange 2s forwards;
}

.highlight::before{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
    background: #ffeb3b;
    z-index: -1;
    animation: marker 2s forwards;
}

@keyframes marker{
    0%{
        width: 0;
        opacity: 1;
    }
    70%{
        width: 100%;
        opacity: 1;
    }
    100%{
        width: 100%;
        opacity: 0; /* Highlight disappears */
    }
}

@keyframes textColorChange {
    0%, 70% {
        color: #000;
    }

    100% {
        color: #fff; /* Text becomes white */
    }
}
/* Apply fadeInScale animation where needed. Example usage:
   .element { animation: fadeInScale 0.6s linear; }
*/
@keyframes fadeInScale{
 from{
    opacity: 0;
    scale: 0.5;
 }to{
    opacity: 1;
    scale: 1;

 }

} 
.contact-box{
    max-width:800px;
    margin:auto;
    padding:50px;
    border-radius:20px;
    background:rgba(255,255,255,0.12);
    backdrop-filter:blur(15px);
    border:1px solid rgba(255,255,255,0.2);
    box-shadow:0 8px 32px rgba(0,0,0,0.15);
}

.contact-form{
    display:flex;
    flex-direction:column;
    gap:15px;
    margin-top:20px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:15px;
    border:none;
    border-radius:10px;
    outline:none;
    font-size:16px;
}

.contact-form button{
    align-items: center;
    width:100%;
    padding:15px;
    border:none;
    border-radius:10px;
    background:#fbbf24;
    color:#000;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
    transition:0.3s;
    display:block;
    gap: 10px;
}

.contact-form button:hover{
    background:hsl(43, 50%, 27%);
    transform:translateY(-3px);
    gap: 14px;
    

}


section{
    border-bottom:1px solid rgb(0, 0, 0);
    padding-bottom:60px;
    margin-bottom:30px;
}

section:last-of-type{
    border-bottom:none;
}


.footer-icons{
    display:flex;
    justify-content:center;
    gap:20px;
    margin-bottom:15px;
}

.footer-icons img{
    width:45px;
    height:45px;
    transition:.3s;
}

.footer-icons img:hover{
    transform:scale(1.15);
}
/* Floating Buttons */
.whatsapp-float, .email-float {
    position: fixed;
    bottom: 20px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
    z-index: 1000;
    right: 90px;
    margin-left: 30px;
    
}

.whatsapp-float {
    right: 90px;           /* WhatsApp on the right */
    background-color: #ffffff;
}

.email-float {
    right: 90px;           /* Email button to the left of WhatsApp */
    background-color: #ffffff;   /* Nice Gmail blue */
    margin-right: 10px;
    
}   

.whatsapp-float:hover, 
.email-float:hover {
    transform: scale(1.15);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.4);
}

.whatsapp-float img, 
.email-float img {
    width: 35px;
    height: 35px;
    left: 10px;
}

html{
    scroll-behavior: smooth;
}


contact-form{
    display:flex;
    flex-direction:column;
    gap:15px;           /* Controls spacing between fields */
    margin-top:20px;
}

.contact-form input,
.contact-form textarea{
    width:100%;
    padding:15px;
    border:none;
    border-radius:10px;
    outline:none;
    font-size:16px;
    box-sizing: border-box;
}

.contact-form button{
    width:100%;                    /* Makes button same width as fields */
    padding:16px 20px;
    border:none;
    border-radius:10px;
    background:#fbbf24;
    color:#000;
    font-size:18px;
    font-weight:bold;
    cursor:pointer;
    transition:0.3s;
    box-sizing: border-box;
    margin: 0;
}

.contact-form button:hover{
    background:#f59e0b;
    transform:translateY(-3px);
}



.success-popup{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s;
    z-index: 9999;
}

.success-popup.show{
    visibility: visible;
    opacity: 1;
}

.popup-content{
    background: #fff;
    padding: 30px;
    border-radius: 15px;
    text-align: center;
    transform: scale(0.5);
    transition: 0.3s;
}

.success-popup.show .popup-content{
    transform: scale(1);
}

.tick{
    width: 80px;
    height: 80px;
    margin: 0 auto 15px;
    background: #28a745;
    color: white;
    border-radius: 50%;
    font-size: 50px;
    line-height: 80px;
    font-weight: bold;
    animation: pop 0.5s ease;
}

@keyframes pop{
    0%{
        transform: scale(0);
    }
    80%{
        transform: scale(1.2);
    }
    100%{
        transform: scale(1);
    }
}

.stats{
    background:#c9a24f;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:center;
    padding:80px 20px;
    text-align:center;
}

.stat-box{
    flex:1;
    padding:20px;
}

.stat-box:not(:last-child){
    border-right:1px solid rgba(255,255,255,0.7);
}

.stat-box h2{
    font-size:70px;
    font-weight:300;
    margin-bottom:20px;
}

.stat-box h3{
    font-size:28px;
    margin-bottom:15px;
}

.stat-box p{
    font-size:18px;
    line-height:1.6;
}

.features{
    background:#2c2c2c;
    color:#fff;
    display:flex;
    justify-content:center;
    align-items:flex-start;
    gap:40px;
    padding:70px 8%;
    text-align:center;
}

.feature-box{
    flex:1;
    max-width:300px;
    position:relative;
}

.feature-box:not(:last-child){
    border-right:1px solid rgba(255,255,255,0.5);
    padding-right:40px;
}

.icon{
    font-size:70px;
    margin-bottom:15px;
    color:#fff;
}

.feature-box h3{
    font-size:20px;
    letter-spacing:3px;
    margin-bottom:15px;
    font-weight:bold;
}

.gold{
    color:#d4af37;
}

.feature-box p{
    font-size:18px;
    line-height:1.8;
    color:#f0f0f0;
}

.more-info-btn{
    position: relative;
    padding: 12px 28px;
    margin-top: 15px;
    border: none;
    border-radius: 30px;
    background: linear-gradient(45deg, #d4af37, #f7d774);
    color: #000;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    overflow: hidden;
    transition: all 0.4s ease;
}

.more-info-btn:hover{
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(212,175,55,0.5);
}

.more-info-btn::before{
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: rgba(255,255,255,0.4);
    transform: skewX(-25deg);
    transition: 0.7s;
}

.more-info-btn:hover::before{
    left: 150%;
}

.more-info-btn:active{
    transform: scale(0.95);
}
 html, body {
  max-width: 100%;
  overflow-x: hidden;
}

