
body{font-family:Arial,sans-serif;}
.hero{
height:80vh;
background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url('https://images.unsplash.com/photo-1517649763962-0c623066013b?q=80&w=1200&auto=format&fit=crop') center/cover;
}
h1,h2{color:#D4AF37;}



.custom-navbar{
    background:#000;
    padding:15px 0;
    border-bottom:2px solid #D4AF37;
    box-shadow:0 5px 20px rgba(0,0,0,.4);
}

.logo-box{
    display:flex;
    align-items:center;
    gap:12px;
}

.logo-box i{
    font-size:40px;
    color:#D4AF37;
}

.logo-box h4{
    margin:0;
    color:#fff;
    font-weight:700;
    line-height:1;
}

.logo-box span{
    color:#D4AF37;
    font-size:12px;
    letter-spacing:3px;
}

.navbar-nav{
    gap:10px;
}

.nav-link{
    color:#fff !important;
    font-size:15px;
    font-weight:500;
    position:relative;
    padding:10px 15px !important;
    transition:.4s;
}

.nav-link i{
    margin-right:7px;
    color:#D4AF37;
}

.nav-link:hover{
    color:#D4AF37 !important;
}

.nav-link::after{
    content:'';
    position:absolute;
    left:0;
    bottom:0;
    width:0;
    height:2px;
    background:#D4AF37;
    transition:.4s;
}

.nav-link:hover::after{
    width:100%;
}

.nav-btns{
    display:flex;
    align-items:center;
    gap:12px;
}

.call-btn{
    width:45px;
    height:45px;
    border-radius:50%;
    background:#D4AF37;
    color:#000;
    display:flex;
    align-items:center;
    justify-content:center;
    text-decoration:none;
    font-size:18px;
    transition:.4s;
}

.call-btn:hover{
    transform:rotate(360deg);
    color:#000;
}

.quote-btn{
    background:#D4AF37;
    color:#000;
    text-decoration:none;
    padding:12px 25px;
    border-radius:30px;
    font-weight:700;
    transition:.4s;
}

.quote-btn:hover{
    background:#fff;
    color:#000;
}

.navbar-toggler{
    border:none;
    color:#D4AF37;
    font-size:24px;
}

@media(max-width:991px){

    .navbar-nav{
        margin-top:20px;
    }

    .nav-btns{
        margin-top:20px;
    }

}

.hero-section{
    position:relative;
    overflow:hidden;
    background:
    linear-gradient(rgba(0,0,0,.80),rgba(0,0,0,.80)),
    url("https://images.unsplash.com/photo-1540747913346-19e32dc3e97e?auto=format&fit=crop&w=1920&q=80");

    background-size:cover;
    background-position:center;
}

.hero-badge{
    display:inline-block;
    background:#D4AF37;
    color:#000;
    padding:10px 20px;
    border-radius:30px;
    font-weight:600;
    margin-bottom:25px;
}

.hero-content h1{
    color:#fff;
    font-size:70px;
    font-weight:800;
    line-height:1.2;
}

.hero-content h1 span{
    color:#D4AF37;
}

.hero-content p{
    color:#ddd;
    font-size:18px;
    line-height:1.9;
    margin:25px 0;
    max-width:650px;
}

.hero-buttons{
    display:flex;
    gap:15px;
    flex-wrap:wrap;
}

.hero-btn{
    background:#D4AF37;
    color:#000;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
}

.hero-btn:hover{
    color:#000;
}

.hero-btn-outline{
    border:2px solid #D4AF37;
    color:#fff;
    text-decoration:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
}

.hero-btn-outline:hover{
    background:#D4AF37;
    color:#000;
}

.hero-image img{
    width:100%;
    max-width:500px;
    border-radius:25px;
    box-shadow:0 20px 50px rgba(0,0,0,.4);
}

.hero-stats{
    display:flex;
    gap:40px;
    margin-top:50px;
}

.hero-stats h3{
    color:#D4AF37;
    font-size:36px;
    font-weight:800;
    margin:0;
}

.hero-stats span{
    color:#ddd;
}

@media(max-width:991px){

.hero-content{
    text-align:center;
    padding-top:100px;
}

.hero-content h1{
    font-size:42px;
}

.hero-stats{
    justify-content:center;
    gap:20px;
}

.hero-image{
    margin-top:40px;
    margin-bottom:50px;
}

}

.about-modern{
    position:relative;
    overflow:hidden;
    background:
    linear-gradient(135deg,#ffffff,#f8f9fa);
}

.floating-bat{
    position:absolute;
    right:5%;
    top:10%;
    font-size:250px;
    opacity:.08;
    animation:rotateBat 10s linear infinite;
}

.floating-ball{
    position:absolute;
    left:5%;
    bottom:10%;
    font-size:120px;
    opacity:.08;
    animation:bounceBall 5s ease-in-out infinite;
}

.about-image-box{
    position:relative;
    text-align:center;
}

.circle-bg{
    position:absolute;
    width:450px;
    height:450px;
    background:linear-gradient(135deg,#D4AF37,#f5d77f);
    border-radius:50%;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    filter:blur(20px);
}

.about-image-box img{
    position:relative;
    z-index:2;
    width:100%;
    max-width:500px;
    border-radius:30px;
    box-shadow:0 25px 60px rgba(0,0,0,.15);
    animation:floatImage 4s ease-in-out infinite;
}

.about-label{
    background:#D4AF37;
    color:#000;
    padding:10px 20px;
    border-radius:50px;
    font-weight:600;
}

.about-modern h2{
    font-size:65px;
    font-weight:800;
    margin:20px 0;
}

.about-modern h2 span{
    color:#D4AF37;
}

.about-modern p{
    color:#666;
    font-size:18px;
    line-height:1.9;
}

.glass-card{
    backdrop-filter:blur(10px);
    background:rgba(255,255,255,.6);
    border:1px solid rgba(212,175,55,.3);
    border-radius:20px;
    padding:30px;
    text-align:center;
    transition:.4s;
}

.glass-card:hover{
    transform:translateY(-10px);
    box-shadow:0 15px 35px rgba(212,175,55,.3);
}

.glass-card i{
    font-size:40px;
    color:#D4AF37;
    margin-bottom:15px;
}

.glass-card h5{
    margin:0;
    font-weight:700;
}

@keyframes floatImage{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-20px);
    }
}

@keyframes rotateBat{
    from{
        transform:rotate(0deg);
    }
    to{
        transform:rotate(360deg);
    }
}

@keyframes bounceBall{
    0%,100%{
        transform:translateY(0);
    }
    50%{
        transform:translateY(-40px);
    }
}

@media(max-width:991px){

.about-modern h2{
    font-size:40px;
}

.floating-bat{
    font-size:120px;
}

.circle-bg{
    width:280px;
    height:280px;
}

}
.product-section{
    background:#f8f8f8;
}

.product-tag{
    background:#000;
    color:#D4AF37;
    padding:10px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.product-heading{
    font-size:50px;
    font-weight:800;
    margin-top:20px;
}

.product-heading span{
    color:#D4AF37;
}

.product-info-card{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 40px rgba(0,0,0,.08);
}

.product-info-card h3{
    font-size:35px;
    font-weight:700;
    margin-bottom:20px;
}

.product-info-card p{
    color:#666;
    line-height:1.8;
}

.single-feature{
    display:flex;
    gap:20px;
    margin-top:25px;
}

.single-feature i{
    width:60px;
    height:60px;
    background:#D4AF37;
    color:#000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:22px;
}

.single-feature h6{
    font-weight:700;
}

.single-feature p{
    margin:0;
}

.product-btn{
    display:inline-block;
    margin-top:30px;
    background:#D4AF37;
    color:#000;
    padding:14px 35px;
    border-radius:40px;
    text-decoration:none;
    font-weight:700;
}

.product-image-wrapper{
    position:relative;
}

.product-main-img{
    width:100%;
    height:650px;
    object-fit:cover;
    border-radius:25px;
}

.product-stats{
    position:absolute;
    bottom:30px;
    left:30px;
    background:#000;
    color:#fff;
    padding:25px 35px;
    border-left:5px solid #D4AF37;
    border-radius:15px;
}

.product-stats h2{
    color:#D4AF37;
    font-size:45px;
    font-weight:800;
    margin:0;
}

.product-stats span{
    font-size:18px;
}

@media(max-width:991px){

.product-main-img{
    height:400px;
    margin-top:30px;
}

.product-heading{
    font-size:35px;
}

.product-info-card{
    padding:25px;
}

}


.quality-section{
    background:#0d0d0d;
    color:#fff;
}

.quality-tag{
    display:inline-block;
    padding:10px 20px;
    background:#D4AF37;
    color:#000;
    border-radius:30px;
    font-weight:600;
    font-size:14px;
}

.quality-title{
    font-size:50px;
    font-weight:800;
    margin-top:20px;
}

.quality-title span{
    color:#D4AF37;
}

.quality-desc{
    color:#cfcfcf;
    max-width:700px;
    margin:auto;
}

.quality-card{
    background:#171717;
    padding:35px 25px;
    border-radius:20px;
    text-align:center;
    height:100%;
    transition:.4s;
    border:1px solid rgba(212,175,55,.15);
}

.quality-card:hover{
    transform:translateY(-10px);
    border-color:#D4AF37;
}

.quality-icon{
    width:80px;
    height:80px;
    background:#D4AF37;
    color:#000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:30px;
    margin:0 auto 20px;
}

.quality-card h4{
    margin-bottom:15px;
    font-weight:700;
}

.quality-card p{
    color:#bbb;
    margin:0;
}

.quality-highlight{
    margin-top:70px;
    background:linear-gradient(135deg,#D4AF37,#f4d67a);
    border-radius:25px;
    padding:40px;
    color:#000;
}

.quality-highlight h3{
    font-weight:800;
    margin-bottom:15px;
}

.quality-score{
    text-align:center;
}

.quality-score h2{
    font-size:70px;
    font-weight:900;
    margin:0;
}

.quality-score span{
    font-size:18px;
    font-weight:600;
}

@media(max-width:991px){

.quality-title{
    font-size:35px;
}

.quality-highlight{
    text-align:center;
}

.quality-score{
    margin-top:25px;
}

}


.why-choose-section{
    background:#fff;
}

.choose-tag{
    background:#D4AF37;
    color:#000;
    padding:10px 20px;
    border-radius:30px;
    font-size:14px;
    font-weight:600;
}

.choose-title{
    font-size:50px;
    font-weight:800;
    margin-top:20px;
}

.choose-title span{
    color:#D4AF37;
}

.choose-desc{
    max-width:700px;
    margin:auto;
    color:#666;
}

.choose-box{
    position:relative;
    background:#fff;
    border:2px solid #f1f1f1;
    padding:40px 25px;
    text-align:center;
    border-radius:20px;
    transition:.4s;
    overflow:hidden;
    height:100%;
}

.choose-box:hover{
    background:#000;
    border-color:#D4AF37;
    transform:translateY(-10px);
}

.choose-number{
    position:absolute;
    top:15px;
    right:20px;
    font-size:55px;
    font-weight:800;
    color:rgba(212,175,55,.15);
}

.choose-box i{
    font-size:45px;
    color:#D4AF37;
    margin-bottom:20px;
}

.choose-box h4{
    font-weight:700;
    margin-bottom:15px;
}

.choose-box p{
    color:#666;
    margin:0;
    transition:.4s;
}

.choose-box:hover h4,
.choose-box:hover p{
    color:#fff;
}

@media(max-width:991px){

.choose-title{
    font-size:35px;
}

}


.testimonial-section{
    background:
    linear-gradient(rgba(0,0,0,.85),rgba(0,0,0,.85)),
    url("https://images.unsplash.com/photo-1540747913346-19e32dc3e97e?auto=format&fit=crop&w=1920&q=80");
    background-size:cover;
    background-position:center;
    background-attachment:fixed;
}

.testimonial-title{
    color:#fff;
    font-size:48px;
    font-weight:800;
}

.testimonial-box{
    max-width:850px;
    margin:auto;
    text-align:center;
    padding:60px 40px;
}

.testimonial-img{
    width:120px;
    height:120px;
    border-radius:50%;
    object-fit:cover;
    border:5px solid #D4AF37;
    margin-bottom:25px;
    box-shadow:0 0 25px rgba(212,175,55,.4);
}

.testimonial-box p{
    color:#fff;
    font-size:22px;
    line-height:1.8;
    margin-bottom:20px;
}

.stars{
    color:#D4AF37;
    font-size:24px;
    margin-bottom:20px;
    letter-spacing:3px;
}

.testimonial-box h5{
    color:#D4AF37;
    font-size:24px;
    font-weight:700;
    margin-bottom:5px;
}

.testimonial-box span{
    color:#ddd;
    font-size:15px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon{
    background-color:#D4AF37;
    border-radius:50%;
    width:55px;
    height:55px;
    background-size:50%;
}

@media(max-width:768px){

.testimonial-title{
    font-size:32px;
}

.testimonial-box{
    padding:30px 15px;
}

.testimonial-box p{
    font-size:17px;
}

.testimonial-img{
    width:90px;
    height:90px;
}

}


.contact-section{
    background:#f8f8f8;
}

/* CTA */

.cta-box{
    background:linear-gradient(135deg,#000,#1b1b1b);
    padding:50px;
    border-radius:25px;
    color:#fff;
    border-left:5px solid #D4AF37;
}

.cta-box h2{
    font-size:42px;
    font-weight:800;
    margin-bottom:15px;
}

.cta-box p{
    color:#ddd;
    margin:0;
}

.cta-btn{
    display:inline-block;
    background:#D4AF37;
    color:#000;
    padding:15px 35px;
    border-radius:50px;
    text-decoration:none;
    font-weight:700;
    transition:.3s;
}

.cta-btn:hover{
    background:#fff;
    color:#000;
}

/* Contact Info */

.contact-info-box{
    background:#000;
    color:#fff;
    padding:40px;
    border-radius:20px;
    height:100%;
}

.contact-tag{
    background:#D4AF37;
    color:#000;
    padding:8px 18px;
    border-radius:25px;
    font-size:13px;
    font-weight:600;
}

.contact-info-box h2{
    margin-top:20px;
    font-weight:800;
    margin-bottom:15px;
}

.contact-info-box p{
    color:#ccc;
}

.contact-item{
    display:flex;
    gap:15px;
    margin-top:25px;
}

.contact-item .icon{
    width:55px;
    height:55px;
    background:#D4AF37;
    color:#000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:20px;
}

.contact-item h5{
    margin-bottom:5px;
}

/* Form */

.contact-form-box{
    background:#fff;
    padding:40px;
    border-radius:20px;
    box-shadow:0 10px 30px rgba(0,0,0,.08);
}

.contact-form-box h3{
    margin-bottom:25px;
    font-weight:700;
}

.form-control{
    padding:14px;
    border-radius:10px;
}

.form-control:focus{
    box-shadow:none;
    border-color:#D4AF37;
}

.submit-btn{
    background:#D4AF37;
    color:#000;
    border:none;
    padding:15px 35px;
    border-radius:50px;
    font-weight:700;
}

.submit-btn:hover{
    background:#000;
    color:#fff;
}

@media(max-width:991px){

.cta-box{
    text-align:center;
    padding:30px;
}

.cta-box h2{
    font-size:30px;
}

.cta-btn{
    margin-top:20px;
}

}



.footer-section{
    background:#000;
    color:#fff;
    padding:80px 0 20px;
}

.footer-logo{
    display:flex;
    align-items:center;
    gap:15px;
    margin-bottom:20px;
}

.logo-circle{
    width:70px;
    height:70px;
    background:#D4AF37;
    color:#000;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:28px;
}

.footer-logo h3{
    margin:0;
    font-weight:700;
}

.footer-logo span{
    color:#D4AF37;
    font-size:14px;
}

.footer-text{
    color:#bbb;
    line-height:1.8;
    margin-top:20px;
}

.footer-title{
    color:#D4AF37;
    margin-bottom:25px;
    font-weight:700;
}

.footer-links{
    list-style:none;
    padding:0;
    margin:0;
}

.footer-links li{
    margin-bottom:12px;
}

.footer-links a{
    color:#bbb;
    text-decoration:none;
    transition:.3s;
}

.footer-links a:hover{
    color:#D4AF37;
    padding-left:5px;
}

.footer-contact p{
    color:#bbb;
    margin-bottom:18px;
}

.footer-contact i{
    color:#D4AF37;
    margin-right:10px;
}

.social-icons{
    margin-top:25px;
}

.social-icons a{
    width:45px;
    height:45px;
    background:#111;
    color:#D4AF37;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    text-decoration:none;
    margin-right:10px;
    transition:.3s;
}

.social-icons a:hover{
    background:#D4AF37;
    color:#000;
    transform:translateY(-5px);
}

hr{
    border-color:#222;
    margin:50px 0 20px;
}

.copyright{
    text-align:center;
}

.copyright p{
    color:#999;
    margin:0;
}

@media(max-width:991px){

.footer-section{
    text-align:center;
}

.footer-logo{
    justify-content:center;
}

}













/* Swiper Slide की हाइट बराबर करने के लिए */
.product-slider .swiper-slide {
    height: auto; /* यह सभी कार्ड्स को एक बराबर हाइट देगा */
}

/* प्रोडक्ट कार्ड स्टाइल */
.product-card {
    background: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border: 1px solid #ececec;
    transition: transform 0.3s ease;
}

.product-card:hover {
    transform: translateY(-5px);
}

/* इमेज का कंटेनर बॉक्स */
.product-img-wrapper {
    width: 100%;
    height: 250px; /* आप अपने हिसाब से हाइट कम या ज्यादा (जैसे 220px या 280px) कर सकते हैं */
    overflow: hidden;
    background-color: #f8f9fa; /* अगर इमेज छोटी हो तो पीछे लाइट ग्रे बैकग्राउंड दिखेगा */
}

/* मैजिक CSS जो हर इमेज को परफेक्टली फिट करेगा */
/* नया और सुधरा हुआ CSS ताकि इमेज कटे नहीं */
.product-img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* जादू! इससे पूरी इमेज बिना कटे बॉक्स के अंदर सिमट जाएगी */
    object-position: center; /* इमेज एकदम बीच में सेट रहेगी */
    padding: 15px; /* इमेजेस को बॉर्डर से थोड़ा गैप देने के लिए ताकि वो चिपकी हुई न लगें */
}

/* प्रोडक्ट का नाम */
.product-title {
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    margin: 0;
}