* {
    box-sizing: border-box
}

html,body{

margin:0;

padding:0;

min-height:100%;

}


body{

display:flex;

flex-direction:column;

}


main{

flex:1;

}

body {
    margin: 0;
    background: #050505;
    color: white;
    font-family: Arial, sans-serif
}

.bg-video {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -2
}
header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    padding:20px 60px;
}

/* BRAND LUXURY STYLE */

.brand{
    display:flex;
    flex-direction:column;
    position:relative;
    padding:8px 0;
}


/* TOP TEXT */

.brand-top h2{
    display:flex;
    align-items:baseline;
    gap:5px;
    margin:0;
}


.main-name{
    font-size:30px;
    font-weight:600;
    letter-spacing:3px;
    color:#fafad2;
    font-family:'Playfair Display', serif;
}


.sub-name{
    font-size:20px;
    font-weight:300;
    letter-spacing:4px;
       color:#fafad2;
    font-family:'Playfair Display', serif;
}

/* BOTTOM AREA */

.brand-bottom{

    display:flex;

    align-items:center;

    gap:3px;

    margin-top:8px;

}

/* Hide hamburger desktop */
.menu-toggle{
    display:none;
}


/* GOLD LIGHT LINE */

.brand-bottom .line{

    width:80px;

    height:2px;

    background:linear-gradient(
        90deg,
        transparent,
        #fafad2,
        #fff0a6
    );

    box-shadow:
        0 0 8px gold,
        0 0 18px rgba(255,215,0,.7);

}

@media(max-width:768px){

header{

    width:93%;
    padding:15px 10px;

    display:flex;
    align-items:center;
    justify-content:space-between;

    gap:8px;

}


/* BRAND */

.brand{

    flex:1;
    min-width:0;

}


.brand-top h2{

    display:flex;
    align-items:baseline;

    gap:6px;

    white-space:nowrap;

}


.main-name{

    font-size:19px;

    letter-spacing:1px;

}


.sub-name{

    font-size:15px;

    letter-spacing:2px;

}



/* TAGLINE */

.brand-bottom{

    display:flex;

    align-items:center;

    gap:6px;

}


.brand-bottom .line{

    width:40px;

    height:2px;

}

.brand-bottom p{
    font-size:5px !important;
}




/* BUTTON */

.quote{

    padding:10px 14px;

    font-size:13px;

    border-radius:25px;

    white-space:nowrap;

}


}
.mobile-quote{
    display:none;
}


/* MOBILE */

@media(max-width:768px){


.desktop-quote{
    display:none;
}


.menu-toggle{
    display:block;
}


.mobile-quote{

    display:block;

    background:#D4AF37;

    color:#000;

    margin-top:15px;

    padding:12px 25px;

    border-radius:30px;

    font-weight:600;

}


}

.footer-brand{
    display:flex;
    flex-direction:column;
}


.footer-logo{
    display:flex;
    align-items:baseline;
    gap:12px;
    margin:0;
    font-family:'Playfair Display', serif;
}


.footer-logo span{

    font-size:30px;

    font-weight:600;

    letter-spacing:3px;

    color:#ffffff;

}


.footer-logo small{

    font-size:18px;

    font-weight:300;

    letter-spacing:4px;

    color:#ffffff;

}


/* LINE + TAGLINE */

.footer-tagline{

    display:flex;

    align-items:center;

    gap:12px;

    margin-top:-10px;

}


.footer-tagline .line{

    width:110px;

    height:2px;

    background:#ffffff;

}


.footer-tagline h6{

    margin:0;

    font-size:10px;
   font-weight: 100px;
    letter-spacing:2px;

    color:#ffffff;

    white-space:nowrap;

}
/* TAGLINE */

.brand-bottom p{

    margin:0;

    font-size:10px;

    letter-spacing:3px;

    color:#ffe7a0;

    font-weight:500;

    text-shadow:
        0 0 8px rgba(255,215,0,.5);

    white-space:nowrap;

}


/* SOFT GOLD LIGHT EFFECT */

.brand::before{

    content:"";

    position:absolute;

    width:100px;

    height:80px;

    background:gold;

    filter:blur(70px);

    opacity:.25;

    top:-20px;

    left:20px;

    z-index:-1;

}



/* BACKGROUND OVERLAY */

.overlay {

    position:fixed;

    inset:0;

    background:
    radial-gradient(
        circle at top left,
        rgba(212,175,55,.25),
        transparent 35%
    ),
    rgba(0,0,0,.65);

    z-index:-1;

}

header {
    position: fixed;
    top: 20px;
    left: 5%;
    right: 5%;
    padding: 18px 30px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #ffffff20;
    backdrop-filter: blur(20px);
    border-radius: 30px;
    z-index: 5
}

nav a {
    color: white;
    margin: 12px;
    text-decoration: none
}

button {
    border: 0;
    padding: 14px 28px;
    border-radius: 30px;
    background: #d4af37;
    color: #111;
    font-weight: bold
}

.ticker {
    text-align: center;
    margin-top: 110px;
    padding: 15px;
    background: #d4af37;
    color: #111;
    font-weight: bold
}

main {
    padding-top: 30px
}

section {
    width: 90%;
    margin: 70px auto;
    padding: 45px;
    min-height: 300px
}

.glass {
    background: #ffffff18;
    border: 1px solid #ffffff30;
    backdrop-filter: blur(20px);
    border-radius: 35px
}

h1 {
    font-size: 70px
}

h2 {
    font-size: 40px
}

.two {
    display: flex;
    gap: 40px;
    align-items: center;
    font-size: 24px
}

.two img {
    width: 45%;
    border-radius: 30px
}

.grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.photo {
    width: 100%;
    height: 260px;
    object-fit: cover;
    border-radius: 25px
}

.cards div {
    padding: 40px;
    background: #ffffff18;
    border-radius: 25px
}

.stats {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px
}

.stats div {
    text-align: center;
    font-size: 22px
}

.stats b {
    display: block;
    font-size: 55px;
    color: #d4af37
}

.whatsapp {
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #25d366;
    color: white;
    font-size: 40px;
    width: 70px;
    height: 70px;
    border-radius: 50%;
    display: grid;
    place-items: center;
    text-decoration: none
}



@media(max-width:800px) {
   
    h1 {
        font-size: 40px
    }

    .grid,
    .stats {
        grid-template-columns: 1fr 1fr
    }

    .two {
        display: block
    }

    .two img {
        width: 100%
    }
}

/* =========================
   HERO SLIDER
========================= */
.hero{

height:90vh;
position:relative;
overflow:hidden;
display:flex;
align-items:center;
justify-content:center;
text-align:center;

}


/* HERO SLIDER */

.hero-slider{

position:absolute;
inset:0;
z-index:-2;

}



.slide{

position:absolute;
inset:0;

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

opacity:0;

animation:luxurySlider 15s infinite;

}



/* IMAGE TIMING */

.slide:nth-child(1){

animation-delay:0s;

}


.slide:nth-child(2){

animation-delay:5s;

}


.slide:nth-child(3){

animation-delay:10s;

}



/* DARK IMAGE OVERLAY ONLY */

.slide::after{

content:"";

position:absolute;

inset:0;

background:rgba(0,0,0,0.45);

}



/* SLIDER ANIMATION */


@keyframes luxurySlider{


0%{

opacity:0;

transform:scale(1.1);

}


10%{

opacity:1;

}


35%{

opacity:1;

transform:scale(1);

}


45%{

opacity:0;

}


100%{

opacity:0;

}

}





/* HERO CONTENT */


.hero-content{

position:relative;

max-width:900px;

padding:50px;

background:

linear-gradient(
135deg,
rgba(255,255,255,.12),
rgba(255,255,255,.04)
);


border-radius:40px;


border:

1px solid rgba(255,255,255,.3);


backdrop-filter:blur(20px);


box-shadow:

0 0 50px rgba(0,0,0,.4);

}





/* TITLE */


.hero h1{

font-size:75px;

background:

linear-gradient(
90deg,
#ffffff,
#eeeeee,
#ffffff
);


-webkit-background-clip:text;

color:transparent;


text-shadow:

0 0 30px rgba(0,0,0,.6);

}





.hero p{

font-size:24px;

color:#eee;

line-height:1.6;

}





/* BUTTON */


.hero button{

background:

linear-gradient(
45deg,
#111,
#333
);


color:white;

border:none;

padding:15px 35px;

border-radius:30px;


box-shadow:

0 0 25px rgba(0,0,0,.5);


transition:.4s;

}





.hero button:hover{

transform:translateY(-5px) scale(1.05);


box-shadow:

0 0 45px rgba(0,0,0,.8);

}

.about-section{

padding:80px 8%;

}



.about-section h2{

text-align:center;

font-size:55px;

margin-bottom:50px;

color:white;

}



.about-container{

display:grid;

grid-template-columns:1fr 1fr;

gap:50px;

align-items:center;

}



/* IMAGES */


.about-images{

display:flex;

flex-direction:column;

gap:20px;

}



.main-image{

width:100%;

height:450px;

object-fit:cover;

border-radius:30px;

}



.small-images{

display:grid;

grid-template-columns:1fr 1fr;

gap:20px;

}



.small-images img{

width:100%;

height:180px;

object-fit:cover;

border-radius:20px;

}





/* CONTENT */


.about-content h3{

font-size:38px;

color:#fff;

margin-bottom:25px;

}



.about-content p{

font-size:18px;

line-height:1.8;

color:#ddd;

margin-bottom:15px;

}





/* STATS */


.about-points{

display:flex;

gap:25px;

margin-top:35px;

}



.about-points div{

background:rgba(255,255,255,.12);

padding:20px;

border-radius:20px;

text-align:center;

min-width:120px;

backdrop-filter:blur(15px);

}



.about-points h4{

font-size:35px;

margin:0;

color:white;

}



.about-points span{

color:#ddd;

font-size:14px;

}





/* MOBILE */


@media(max-width:900px){


.about-container{

grid-template-columns:1fr;

}



.about-section h2{

font-size:40px;

}


.main-image{

height:300px;

}


.about-points{

flex-wrap:wrap;

}


}

.services-section{

padding:90px 8%;

}



.services-section h2{

text-align:center;

font-size:55px;

color:white;

margin-bottom:20px;

}



.service-intro{

max-width:850px;

margin:auto;

text-align:center;

font-size:20px;

color:#ddd;

line-height:1.7;

margin-bottom:60px;

}




.services-grid{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}




.service-card{

position:relative;

height:420px;

overflow:hidden;

border-radius:30px;

background:rgba(255,255,255,.1);

border:1px solid rgba(255,255,255,.25);

backdrop-filter:blur(15px);

transition:.5s;

}



.service-card img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

}





.service-card::after{

content:"";

position:absolute;

inset:0;

background:linear-gradient(
to top,
rgba(0,0,0,.85),
transparent
);

}





.service-overlay{

position:absolute;

bottom:0;

z-index:2;

padding:30px;

color:white;

}



.service-overlay h3{

font-size:30px;

margin-bottom:15px;

}



.service-overlay p{

font-size:16px;

line-height:1.6;

color:#ddd;

}





.service-card:hover img{

transform:scale(1.12);

}



.service-card:hover{

transform:translateY(-10px);

box-shadow:0 20px 50px rgba(0,0,0,.5);

}





@media(max-width:1000px){

.services-grid{

grid-template-columns:1fr 1fr;

}

}



@media(max-width:650px){

.services-grid{

grid-template-columns:1fr;

}


.services-section h2{

font-size:40px;

}


}

.products-section{

padding:90px 8%;

}



.products-section h2{

text-align:center;

font-size:55px;

color:white;

margin-bottom:20px;

}



.products-intro{

text-align:center;

max-width:850px;

margin:auto;

font-size:20px;

color:#ddd;

line-height:1.7;

margin-bottom:60px;

}




.products-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}





.product-card{

background:rgba(255,255,255,.12);

border-radius:30px;

overflow:hidden;

border:1px solid rgba(255,255,255,.25);

backdrop-filter:blur(15px);

transition:.5s;

}





.product-card img{

width:100%;

height:280px;

object-fit:cover;

transition:.5s;

}




.product-content{

padding:25px;

color:white;

}





.product-content h3{

font-size:25px;

margin-bottom:12px;

}




.product-content p{

color:#ddd;

line-height:1.6;

}





.product-content button{

margin-top:20px;

padding:12px 30px;

border:none;

border-radius:30px;

background:

linear-gradient(
45deg,
#111,
#444
);

color:white;

font-size:16px;

cursor:pointer;

transition:.4s;

}



.product-content button:hover{

transform:translateY(-5px);

background:#000;

box-shadow:0 10px 30px rgba(0,0,0,.5);

}




.product-card:hover{

transform:translateY(-10px);

}



.product-card:hover img{

transform:scale(1.1);

}




@media(max-width:1100px){

.products-grid{

grid-template-columns:repeat(2,1fr);

}

}



@media(max-width:600px){

.products-grid{

grid-template-columns:1fr;

}


.products-section h2{

font-size:40px;

}

}



.counter-section{

padding:80px 8%;

}



.counter-container{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}



.counter-box{

text-align:center;

padding:40px 20px;

background:

rgba(255,255,255,.12);


border-radius:30px;


border:

1px solid rgba(255,255,255,.25);


backdrop-filter:blur(20px);


transition:.5s;

}



.counter-box:hover{

transform:translateY(-10px);

box-shadow:

0 20px 50px rgba(0,0,0,.5);

}



.counter-box h2{

display:inline-block;

font-size:65px;

margin:0;

color:white;


font-weight:700;

}



.counter-box span{

font-size:50px;

color:white;

}



.counter-box p{

font-size:18px;

color:#ddd;

margin-top:15px;

}




@media(max-width:1000px){

.counter-container{

grid-template-columns:repeat(2,1fr);

}

}



@media(max-width:600px){

.counter-container{

grid-template-columns:1fr;

}


.counter-box h2{

font-size:50px;

}

}

.why-section{

padding:100px 8%;

}



.why-section h2{

text-align:center;

font-size:55px;

color:white;

margin-bottom:20px;

}



.why-intro{

max-width:850px;

margin:auto;

text-align:center;

font-size:20px;

color:#ddd;

line-height:1.7;

margin-bottom:70px;

}




.why-container{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

align-items:center;

}





/* LEFT IMAGE */


.why-image{

position:relative;

}



.why-image img{

width:100%;

height:600px;

object-fit:cover;

border-radius:40px;

}




.experience-card{

position:absolute;

bottom:30px;

left:30px;


background:

rgba(255,255,255,.15);


backdrop-filter:blur(20px);


padding:30px;

border-radius:25px;


border:1px solid rgba(255,255,255,.3);


color:white;

text-align:center;

}



.experience-card h3{

font-size:55px;

margin:0;

}





/* RIGHT CARDS */


.why-content{

display:flex;

flex-direction:column;

gap:25px;

}




.why-card{

display:flex;

gap:25px;

padding:25px;


background:

rgba(255,255,255,.12);


border-radius:30px;


border:

1px solid rgba(255,255,255,.25);


backdrop-filter:blur(20px);


transition:.5s;

}



.why-card:hover{

transform:translateX(15px);

box-shadow:

0 20px 50px rgba(0,0,0,.5);

}



.why-card img{

width:100px;

height:100px;

border-radius:20px;

object-fit:cover;

}





.why-card h3{

color:white;

font-size:24px;

margin:0 0 10px;

}



.why-card p{

color:#ddd;

line-height:1.6;

margin:0;

}





@media(max-width:1000px){


.why-container{

grid-template-columns:1fr;

}


.why-image img{

height:400px;

}

}



@media(max-width:600px){


.why-section h2{

font-size:40px;

}


.why-card{

flex-direction:column;

}


}


.gallery-section{

padding:100px 8%;

}



.gallery-section h2{

text-align:center;

font-size:55px;

color:white;

margin-bottom:20px;

}



.gallery-text{

text-align:center;

max-width:800px;

margin:auto;

font-size:20px;

color:#ddd;

margin-bottom:60px;

line-height:1.7;

}





.gallery-slider{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:30px;

}





.gallery-card{

height:320px;

overflow:hidden;

border-radius:30px;


border:1px solid rgba(255,255,255,.25);


background:rgba(255,255,255,.12);


backdrop-filter:blur(15px);


transition:.5s;

}




.gallery-card img{

width:100%;

height:100%;

object-fit:cover;

transition:.6s;

}





.gallery-card:hover{

transform:translateY(-10px);

box-shadow:

0 20px 50px rgba(0,0,0,.5);

}



.gallery-card:hover img{

transform:scale(1.12);

}






/* MOBILE SLIDER */

@media(max-width:768px){


.gallery-section{

padding:70px 0;

}



.gallery-section h2{

font-size:40px;

padding:0 20px;

}



.gallery-text{

padding:0 20px;

}




.gallery-slider{

display:flex;

overflow-x:auto;

gap:20px;

padding-left:20px;

padding-right:20px;

scroll-behavior:smooth;

scroll-snap-type:x mandatory;

}



.gallery-slider::-webkit-scrollbar{

display:none;

}



.gallery-card{

min-width:280px;

height:360px;

scroll-snap-align:center;

}



}

.reviews{

padding:90px 8%;

}


.reviews h2{

text-align:center;

font-size:55px;

color:white;

margin-bottom:40px;

}



/* GOOGLE RATING */


.google-rating{

display:flex;

justify-content:center;

align-items:center;

gap:20px;

margin-bottom:50px;

}



.google-icon{

width:70px;

height:70px;

border-radius:50%;

background:white;

display:flex;

align-items:center;

justify-content:center;

font-size:45px;

font-weight:bold;

font-family:Arial;

color:#4285F4;

box-shadow:0 10px 30px rgba(0,0,0,.3);

}



.google-rating h3{

color:white;

font-size:28px;

margin:0;

}



.stars{

color:#FFD700;

font-size:25px;

letter-spacing:3px;

}



.rating-text{

color:#ddd;

margin-top:5px;

}





/* REVIEW CARDS */


.review-container{

display:grid;

grid-template-columns:repeat(3,1fr);

gap:30px;

}



.review-card{


background:

rgba(255,255,255,.12);


border:

1px solid rgba(255,255,255,.25);


border-radius:30px;

padding:30px;


backdrop-filter:blur(20px);


transition:.4s;

}



.review-card:hover{

transform:translateY(-10px);

}




.review-user{

display:flex;

align-items:center;

gap:20px;

}



.review-user img{

width:65px;

height:65px;

border-radius:50%;

object-fit:cover;

}



.review-user h4{

color:white;

margin:0 0 5px;

font-size:20px;

}



.review-card p{

color:#ddd;

font-size:16px;

line-height:1.7;

margin-top:25px;

}




@media(max-width:900px){


.review-container{

grid-template-columns:1fr;

}


.reviews h2{

font-size:40px;

}


}

.contact-section{

padding:100px 8%;

}



.contact-container{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

align-items:center;

}





/* IMAGE */


.contact-image img{

width:100%;

height:550px;

object-fit:cover;

border-radius:40px;

}





/* CONTENT */


.contact-content h2{

font-size:55px;

color:white;

margin-bottom:20px;

}



.contact-content h3{

font-size:35px;

color:white;

margin-bottom:20px;

}



.contact-content p{

font-size:18px;

color:#ddd;

line-height:1.7;

}





.contact-details{

margin-top:35px;

display:flex;

flex-direction:column;

gap:20px;

}



.contact-details div{

background:

rgba(255,255,255,.12);


padding:20px;

border-radius:20px;


border:

1px solid rgba(255,255,255,.25);


backdrop-filter:blur(15px);

}



.contact-details h4{

color:white;

margin:0 0 8px;

font-size:20px;

}





/* BUTTONS */


.contact-buttons{

display:flex;

gap:20px;

margin-top:40px;

}



.call-btn,
.whatsapp-btn{


padding:15px 40px;

border-radius:40px;

text-decoration:none;

font-size:18px;

font-weight:600;

transition:.4s;

}




.call-btn{

background:white;

color:#111;

}



.whatsapp-btn{

background:#25D366;

color:white;

}



.call-btn:hover,
.whatsapp-btn:hover{

transform:translateY(-5px);

box-shadow:

0 15px 40px rgba(0,0,0,.4);

}





@media(max-width:900px){


.contact-container{

grid-template-columns:1fr;

}



.contact-image img{

height:350px;

}



.contact-content h2{

font-size:40px;

}



.contact-buttons{

flex-direction:column;

}



}




footer,
.luxury-footer{

    width:100%;

    margin:0;

    padding:80px 8% 20px;

    background:

    rgba(0,0,0,.75);

    border-top:

    1px solid rgba(255,255,255,.2);

    backdrop-filter:blur(20px);

}




.footer-container{

display:grid;

grid-template-columns:2fr 1fr 1.2fr 1.2fr;

gap:40px;

}




.footer-box{

color:white;

}



.footer-logo{

font-size:35px;

letter-spacing:2px;

margin-bottom:20px;

}



.footer-box p{

color:#ccc;

line-height:1.7;

font-size:16px;

}





.footer-box h3{

font-size:24px;

margin-bottom:25px;

}





.footer-box ul{

padding:0;

list-style:none;

}



.footer-box li{

margin-bottom:14px;

color:#ddd;

}





.footer-box a{

text-decoration:none;

color:#ddd;

transition:.3s;

}



.footer-box a:hover{

color:white;

padding-left:5px;

}





/* SOCIAL */


.social-icons{

display:flex;

gap:15px;

margin-top:25px;

}



.social-icons a{

width:45px;

height:45px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;


background:

rgba(255,255,255,.15);


font-size:20px;


border:

1px solid rgba(255,255,255,.3);


transition:.4s;

}



.social-icons a:hover{

transform:translateY(-5px);

background:white;

color:black;

}





/* CALL BUTTON */


.footer-call{

display:inline-block;

margin-top:20px;

padding:12px 30px;


background:white;

color:black!important;


border-radius:30px;

font-weight:600;

}





.footer-call:hover{

transform:translateY(-5px);

}





/* BOTTOM */


.footer-bottom{

margin-top:60px;

padding-top:25px;

border-top:

1px solid rgba(255,255,255,.2);


display:flex;

justify-content:space-between;


color:#aaa;

font-size:14px;

}





@media(max-width:1000px){


.footer-container{

grid-template-columns:1fr 1fr;

}


}





@media(max-width:600px){


.luxury-footer{

padding:60px 25px 20px;

}



.footer-container{

grid-template-columns:1fr;

}



.footer-bottom{

flex-direction:column;

text-align:center;

gap:10px;

}


}


.logo img{

width:100px;

height:100px;

object-fit:contain;

display:block;

}



.logo{

display:flex;

align-items:center;

}

@media(max-width:768px){

.logo img{

width:130px;

}

}

@media(max-width:768px){

#mobileNav{

    display:none;

    position:absolute;

    top:65px;

    left:30px;

    width:80%;

    flex-direction:column;

    align-items:center;

    gap:2px;

    background:rgba(0,0,0,.85);

    backdrop-filter:blur(20px);

    padding:10px 20px;

    border-radius:20px;

    z-index:9999;

}


#mobileNav.active{

    display:flex;

}


#mobileNav a{

    padding:1px;

    font-size:12px;

    line-height:1;

    color:white;

}

}
@media(max-width:768px){

.about-section{

    width:92%;

    margin:40px auto;

    padding:25px 15px;

    border-radius:25px;

}


/* title */

.about-section h2{

    font-size:32px;

    margin-bottom:25px;

}


/* container */

.about-container{

    display:flex;

    flex-direction:column;

    gap:25px;

}


/* main image */

.main-image{

    width:100%;

    height:250px;

    border-radius:20px;

    object-fit:cover;

}


/* small images */

.small-images{

    gap:10px;

}


.small-images img{

    height:120px;

    border-radius:15px;

}


/* content */

.about-content h3{

    font-size:24px;

}


.about-content p{

    font-size:14px;

    line-height:1.6;

}


/* points cards */

.about-points{

    gap:10px;

    margin-top:20px;

}


.about-points div{

    padding:12px;

    min-width:auto;

    flex:1;

}


.about-points h4{

    font-size:25px;

}


.about-points span{

    font-size:11px;

}

}
@media(max-width:768px){

.services-section{

    width:92%;

    margin:40px auto;

    padding:25px 15px;

    border-radius:25px;

}


/* Heading */

.services-section h2{

    font-size:32px;

    margin-bottom:15px;

}


/* Intro text */

.service-intro{

    font-size:14px;

    line-height:1.5;

    margin-bottom:25px;

}


/* Cards */

.services-grid{

    grid-template-columns:1fr;

    gap:18px;

}


.service-card{

    height:280px;

    border-radius:20px;

}


/* Image */

.service-card img{

    height:100%;

}


/* Overlay content */

.service-overlay{

    padding:20px;

}


.service-overlay h3{

    font-size:20px;

    margin-bottom:8px;

}


.service-overlay p{

    font-size:13px;

    line-height:1.4;

}


}
/* ================= MOBILE SECTIONS ================= */

@media(max-width:768px){


/* PRODUCTS */

.products-section{

    width:92%;

    margin:40px auto;

    padding:25px 15px;

    border-radius:25px;

}


.products-section h2{

    font-size:32px;

}


.products-intro{

    font-size:14px;

    line-height:1.5;

}


.products-grid{

    grid-template-columns:1fr;

    gap:18px;

}


.product-card{

    border-radius:20px;

}


.product-card img{

    height:220px;

}


.product-content{

    padding:18px;

}


.product-content h3{

    font-size:20px;

}


.product-content p{

    font-size:13px;

}


.product-content button{

    padding:10px 25px;

    font-size:13px;

}



/* ================= COUNTER ================= */


.counter-section{

    width:92%;

    margin:40px auto;

    padding:25px 15px;

    border-radius:25px;

}


.counter-container{

    grid-template-columns:1fr 1fr;

    gap:15px;

}


.counter-box{

    padding:20px 10px;

    border-radius:20px;

}


.counter-box h2{

    font-size:40px;

}


.counter-box span{

    font-size:30px;

}


.counter-box p{

    font-size:12px;

}



/* ================= WHY CHOOSE ================= */


.why-section{

    width:92%;

    margin:40px auto;

    padding:30px 15px;

    border-radius:25px;

}


.why-section h2{

    font-size:32px;

}


.why-intro{

    font-size:14px;

}


.why-container{

    grid-template-columns:1fr;

    gap:25px;

}


.why-image img{

    height:300px;

    border-radius:25px;

}


.experience-card{

    bottom:15px;

    left:15px;

    padding:15px;

}


.experience-card h3{

    font-size:35px;

}



.why-card{

    flex-direction:column;

    padding:18px;

    gap:15px;

    border-radius:20px;

}


.why-card img{

    width:80px;

    height:80px;

}


.why-card h3{

    font-size:20px;

}


.why-card p{

    font-size:13px;

}




/* ================= GALLERY ================= */


.gallery-section{

    width:92%;

    margin:40px auto;

    padding:30px 0;

    border-radius:25px;

}


.gallery-section h2{

    font-size:32px;

}


.gallery-text{

    font-size:14px;

    padding:0 15px;

}


.gallery-slider{

    display:flex;

    overflow-x:auto;

    gap:15px;

    padding:0 15px;

}


.gallery-slider::-webkit-scrollbar{

    display:none;

}


.gallery-card{

    min-width:260px;

    height:300px;

    border-radius:20px;

}


}
/* ================= REVIEWS + CONTACT MOBILE ================= */

@media(max-width:768px){


/* REVIEWS */

.reviews{

    width:92%;

    margin:40px auto;

    padding:30px 15px;

    border-radius:25px;

}


.reviews h2{

    font-size:32px;

    margin-bottom:25px;

}


/* GOOGLE RATING */

.google-rating{

    gap:12px;

    margin-bottom:30px;

}


.google-icon{

    width:55px;

    height:55px;

    font-size:35px;

}


.google-rating h3{

    font-size:20px;

}


.stars{

    font-size:18px;

}


.rating-text{

    font-size:12px;

}


/* REVIEW CARDS */

.review-container{

    grid-template-columns:1fr;

    gap:15px;

}


.review-card{

    padding:20px;

    border-radius:20px;

}


.review-user{

    gap:12px;

}


.review-user img{

    width:50px;

    height:50px;

}


.review-user h4{

    font-size:16px;

}


.review-card p{

    font-size:13px;

    line-height:1.5;

}



/* ================= CONTACT ================= */


.contact-section{

    width:92%;

    margin:40px auto;

    padding:30px 15px;

    border-radius:25px;

}


.contact-container{

    grid-template-columns:1fr;

    gap:25px;

}


/* IMAGE */

.contact-image img{

    height:280px;

    border-radius:25px;

}



/* CONTENT */

.contact-content h2{

    font-size:32px;

}


.contact-content h3{

    font-size:22px;

}


.contact-content p{

    font-size:14px;

    line-height:1.6;

}



/* DETAILS */

.contact-details{

    gap:15px;

}


.contact-details div{

    padding:15px;

    border-radius:18px;

}


.contact-details h4{

    font-size:16px;

}


.contact-details p{

    font-size:13px;

}



/* BUTTONS */

.contact-buttons{

    flex-direction:column;

    gap:12px;

}


.call-btn,
.whatsapp-btn{

    width:100%;

    text-align:center;

    padding:12px;

    font-size:15px;

    border-radius:30px;

}


}
/* ================= FOOTER MOBILE ================= */

@media(max-width:768px){


.luxury-footer{

    width:92%;

    margin:40px auto 0;

    padding:35px 20px 20px;

    border-radius:25px;

}


/* FOOTER GRID */

.footer-container{

    grid-template-columns:1fr;

    gap:30px;

}


/* BRAND */

.footer-logo{

    gap:8px;

}


.footer-logo span{

    font-size:28px;

    letter-spacing:2px;

}


.footer-logo small{

    font-size:14px;

    letter-spacing:2px;

}



.footer-tagline{

    gap:8px;

    margin-top:-5px;

}


.footer-tagline .line{

    width:70px;

}


.footer-tagline h6{

    font-size:8px;

    letter-spacing:1px;

}



.footer-box p{

    font-size:13px;

    line-height:1.6;

}



/* SOCIAL ICON */

.social-icons{

    gap:10px;

}


.social-icons a{

    width:38px;

    height:38px;

    font-size:16px;

}



/* FOOTER HEADINGS */

.footer-box h3{

    font-size:20px;

    margin-bottom:15px;

}



/* LIST */

.footer-box li{

    margin-bottom:10px;

    font-size:14px;

}



/* CONTACT */

.footer-call{

    padding:10px 25px;

    font-size:14px;

}




.footer-bottom{

    margin-top:30px;

    padding-top:15px;

    text-align:center;

}


.footer-bottom p{

    font-size:12px;

}


}
.sound-btn{

    position:fixed;

    right:25px;

    bottom:120px;

    width:50px;

    height:50px;

    border-radius:50%;

    border:none;

    background:#D4AF37;

    color:#111;

    font-size:20px;

    display:flex;

    align-items:center;

    justify-content:center;

    cursor:pointer;

    z-index:9999;

    box-shadow:
    0 0 15px rgba(212,175,55,.6);

}


.sound-btn:hover{

    transform:scale(1.1);

}
/* Gallery card image */

.gallery-card {
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

.gallery-card img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    transition: transform 0.5s ease, filter 0.5s ease;
}

.gallery-card:hover img {
    transform: scale(1.06);
    filter: brightness(0.8);
}


/* Fullscreen gallery modal */

.gallery-modal {
    position: fixed;
    inset: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 30px;

    background: rgba(0, 0, 0, 0.92);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transition:
        opacity 0.35s ease,
        visibility 0.35s ease;
}

.gallery-modal.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}


/* Modal content */

.gallery-modal-content {
    position: relative;

    width: 100%;
    height: 100%;

    display: flex;
    align-items: center;
    justify-content: center;

    overflow: hidden;
}

.gallery-modal-image {
    display: block;

    width: auto;
    max-width: 95vw;

    height: auto;
    max-height: 90vh;

    object-fit: contain;

    border-radius: 12px;

    box-shadow:
        0 25px 80px rgba(0, 0, 0, 0.6);

    transform: scale(0.85);
    opacity: 0;

    transition:
        transform 0.4s ease,
        opacity 0.4s ease;
}

.gallery-modal.active .gallery-modal-image {
    transform: scale(1);
    opacity: 1;
}


/* Close button */

.gallery-modal-close {
    position: absolute;
    top: 20px;
    right: 25px;
    z-index: 10;

    width: 52px;
    height: 52px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;

    font-size: 38px;
    font-weight: 300;
    line-height: 1;

    cursor: pointer;

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.gallery-modal-close:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(90deg);
}


/* Previous and next buttons */

.gallery-modal-arrow {
    position: absolute;
    top: 50%;
    z-index: 10;

    width: 55px;
    height: 55px;

    display: flex;
    align-items: center;
    justify-content: center;

    padding: 0;
    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 50%;

    background: rgba(255, 255, 255, 0.12);
    color: #ffffff;

    font-size: 25px;

    cursor: pointer;

    transform: translateY(-50%);

    transition:
        background 0.3s ease,
        transform 0.3s ease;
}

.gallery-modal-arrow:hover {
    background: rgba(255, 255, 255, 0.28);
}

.gallery-modal-prev {
    left: 25px;
}

.gallery-modal-next {
    right: 25px;
}


/* Image count */

.gallery-modal-count {
    position: absolute;
    left: 50%;
    bottom: 15px;

    transform: translateX(-50%);

    padding: 7px 16px;
    border-radius: 50px;

    background: rgba(0, 0, 0, 0.55);
    color: #ffffff;

    font-size: 14px;
    letter-spacing: 1px;
}


/* Prevent page scrolling while popup is open */

body.gallery-modal-open {
    overflow: hidden;
}


/* Mobile responsive */

@media (max-width: 768px) {

    .gallery-modal {
        padding: 15px;
    }

    .gallery-modal-image {
        max-width: 100%;
        max-height: 82vh;
        border-radius: 8px;
    }

    .gallery-modal-close {
        top: 15px;
        right: 15px;

        width: 44px;
        height: 44px;

        font-size: 32px;
    }

    .gallery-modal-arrow {
        width: 43px;
        height: 43px;

        font-size: 20px;
    }

    .gallery-modal-prev {
        left: 10px;
    }

    .gallery-modal-next {
        right: 10px;
    }

    .gallery-modal-count {
        bottom: 10px;
    }
}

        * {
            box-sizing: border-box;
        }

        body {
            margin: 0;
            min-height: 100vh;

            font-family: Arial, Helvetica, sans-serif;

            color: #ffffff;

            background:
                linear-gradient(
                    rgba(8, 8, 8, 0.88),
                    rgba(8, 8, 8, 0.94)
                ),
                url("assets/g1.jpg") center / cover fixed;
        }

        .product-details-page {
            width: min(1200px, calc(100% - 40px));
            margin: auto;
            padding: 40px 0 70px;
        }

        .back-button {
            display: inline-flex;
            align-items: center;
            gap: 10px;

            margin-bottom: 30px;
            padding: 12px 22px;

            border: 1px solid rgba(255, 255, 255, 0.25);
            border-radius: 50px;

            background: rgba(255, 255, 255, 0.1);
            color: #ffffff;

            font-size: 15px;
            text-decoration: none;

            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);

            transition:
                background 0.3s ease,
                transform 0.3s ease;
        }

        .back-button:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: translateX(-4px);
        }

        .product-details-container {
            display: grid;
            grid-template-columns: 1.1fr 1fr;
            gap: 50px;
            align-items: center;

            padding: 35px;

            border: 1px solid rgba(255, 255, 255, 0.18);
            border-radius: 28px;

            background: rgba(255, 255, 255, 0.08);

            box-shadow:
                0 30px 80px rgba(0, 0, 0, 0.35);

            backdrop-filter: blur(20px);
            -webkit-backdrop-filter: blur(20px);
        }  
 /* ======================================
   PRODUCT DETAILS PAGE
====================================== */

* {
    box-sizing: border-box;
}

body {
    margin: 0;
    min-height: 100vh;

    font-family: Arial, Helvetica, sans-serif;

    background:
        linear-gradient(
            rgba(5, 5, 5, 0.9),
            rgba(5, 5, 5, 0.94)
        ),
        url("assets/g1.jpg") center / cover fixed;

    color: #ffffff;
}

.product-details-page {
    width: min(1200px, calc(100% - 40px));
    margin: auto;
    padding: 40px 0 80px;
}


/* Back button */

.back-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 28px;
    padding: 12px 22px;

    border: 1px solid rgba(255, 255, 255, 0.25);
    border-radius: 40px;

    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;

    font-size: 14px;
    text-decoration: none;

    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);

    transition:
        transform 0.3s ease,
        background 0.3s ease;
}

.back-button:hover {
    transform: translateX(-4px);
    background: rgba(255, 255, 255, 0.16);
}


/* Main product container */

.product-details-container {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(320px, 0.85fr);
    gap: 42px;
    align-items: start;

    width: 100%;
    padding: 30px;

    border: 1px solid rgba(255, 255, 255, 0.15);
    border-radius: 26px;

    background: rgba(20, 20, 20, 0.82);

    box-shadow:
        0 25px 70px rgba(0, 0, 0, 0.4);

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
}


/* Left image column */

.product-image-column {
    min-width: 0;
}

.product-main-image {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 500px;

    overflow: hidden;

    border-radius: 20px;

    background: #111111;
}

#productImage {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: contain;
    object-position: center;
}

.product-badge {
    position: absolute;
    top: 18px;
    left: 18px;
    z-index: 2;

    padding: 8px 14px;

    border-radius: 30px;

    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;

    font-size: 11px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}


/* Thumbnails */

.product-thumbnails {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;

    margin-top: 14px;
}

.product-thumbnail {
    width: 100%;
    height: 95px;
    display: block;

    object-fit: cover;
    object-position: center;

    border: 2px solid transparent;
    border-radius: 10px;

    cursor: pointer;
    opacity: 0.7;

    transition:
        transform 0.3s ease,
        opacity 0.3s ease,
        border-color 0.3s ease;
}

.product-thumbnail:hover {
    opacity: 1;
    transform: translateY(-3px);
}

.product-thumbnail.active {
    opacity: 1;
    border-color: #d7b27a;
}


/* Product information */

.product-information {
    display: flex;
    flex-direction: column;
    align-items: flex-start;

    min-width: 0;
    padding: 14px 4px;
}

.product-category {
    margin-bottom: 14px;

    color: #d7b27a;

    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.product-information h1 {
    margin: 0 0 20px;

    font-size: clamp(34px, 4vw, 54px);
    line-height: 1.08;
}

.product-description {
    margin: 0 0 18px;

    color: rgba(255, 255, 255, 0.72);

    font-size: 16px;
    line-height: 1.8;
}

.main-product-rating {
    display: flex;
    align-items: center;
    gap: 10px;

    margin-bottom: 16px;
}

.rating-stars {
    color: #ff9900;
    font-size: 20px;
    letter-spacing: 1px;
}

#mainReviewCount {
    color: #c9c9c9;
    font-size: 14px;
}

.main-product-price {
    margin: 0 0 22px;

    color: #ffffff;

    font-size: 26px;
    font-weight: 700;
}

.product-features {
    display: grid;
    gap: 13px;

    margin: 0 0 30px;
    padding: 0;

    list-style: none;
}

.product-features li {
    position: relative;

    padding-left: 28px;

    color: rgba(255, 255, 255, 0.86);

    font-size: 15px;
}

.product-features li::before {
    content: "✓";

    position: absolute;
    top: 0;
    left: 0;

    color: #d7b27a;
    font-weight: 700;
}


/* Buttons */

.product-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;

    width: 100%;
}

.order-button,
.call-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    min-width: 180px;
    min-height: 48px;
    padding: 13px 24px;

    border-radius: 35px;

    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.order-button {
    background: #d7b27a;
    color: #17110a;
}

.call-button {
    border: 1px solid rgba(255, 255, 255, 0.28);

    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.order-button:hover,
.call-button:hover {
    transform: translateY(-3px);

    box-shadow:
        0 12px 30px rgba(0, 0, 0, 0.3);
}


/* ======================================
   GLASS PRODUCT CARDS
====================================== */

.amazon-products-section {
    width: 100%;
    margin-top: 60px;
    padding: 35px;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 24px;

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.14),
            rgba(255, 255, 255, 0.06)
        );

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    box-shadow:
        0 20px 60px rgba(0, 0, 0, 0.16);

    color: #ffffff;
}


/* Section heading */

.amazon-section-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;

    margin-bottom: 26px;
}

.amazon-section-heading h2 {
    margin: 0;

    color: #ffffff;

    font-size: 27px;
    line-height: 1.3;
}

.amazon-section-heading a {
    color: rgba(255, 255, 255, 0.75);

    font-size: 14px;
    text-decoration: none;
}

.amazon-section-heading a:hover {
    color: #ffffff;
}


/* Cards grid */

.amazon-products-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 16px;
}

.amazon-product-card {
    max-width: 260px;
    width: 100%;
    min-height: 150px;   /* Reduced from 300px */
    margin: 0 auto;
}

.amazon-product-image {
    height: 130px;
    padding: 10px;
}

.amazon-product-body {
    padding: 14px;
}

.amazon-product-title {
    min-height: 40px;
    font-size: 15px;
}

.amazon-product-description {
    min-height: 38px;
    font-size: 12px;
    margin-bottom: 10px;
}

.amazon-category {
    margin-bottom: 7px;
    padding: 4px 8px;
    font-size: 9px;
}

.amazon-rating {
    margin-bottom: 8px;
}

.amazon-stars {
    font-size: 14px;
}

.amazon-rating-count {
    font-size: 11px;
}

.amazon-price {
    margin-bottom: 12px;
    font-size: 16px;
}

.amazon-whatsapp-button {
    min-height: 38px;
    padding: 8px 12px;
    font-size: 13px;
}

@media (max-width:600px){

    .product-details-page{
        width:100%;
        max-width:100%;
        padding:0 10px;
        margin:0;
    }

    .amazon-products-section{
        width:100%;
        margin-top:30px;
        padding:16px 12px;
        border-radius:16px;
    }

}
/* Glass product card */

.amazon-product-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;
    overflow: hidden;

    border: 1px solid rgba(255, 255, 255, 0.22);
    border-radius: 22px;

    background:
        linear-gradient(
            145deg,
            rgba(255, 255, 255, 0.18),
            rgba(255, 255, 255, 0.07)
        );

    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);

    box-shadow:
        0 14px 35px rgba(0, 0, 0, 0.18),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);

    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        border-color 0.3s ease;
}

.amazon-product-card::before {
    content: "";

    position: absolute;
    top: -80px;
    right: -80px;

    width: 180px;
    height: 180px;

    border-radius: 50%;

    background: rgba(255, 255, 255, 0.12);
    filter: blur(10px);

    pointer-events: none;
}

.amazon-product-card:hover {
    transform: translateY(-8px);

    border-color: rgba(255, 255, 255, 0.4);

    box-shadow:
        0 22px 50px rgba(0, 0, 0, 0.25),
        inset 0 1px 0 rgba(255, 255, 255, 0.28);
}


/* Product image */

.amazon-product-image {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    width: 100%;
    height: 240px;
    padding: 16px;

    overflow: hidden;

    border-bottom: 1px solid rgba(255, 255, 255, 0.16);

    background:
        linear-gradient(
            135deg,
            rgba(255, 255, 255, 0.17),
            rgba(255, 255, 255, 0.05)
        );
}

.amazon-product-image img {
    width: 100%;
    height: 100%;
    display: block;

    object-fit: contain;
    object-position: center;

    filter:
        drop-shadow(0 15px 20px rgba(0, 0, 0, 0.22));

    transition: transform 0.35s ease;
}

.amazon-product-card:hover .amazon-product-image img {
    transform: scale(1.06);
}


/* Card content */

.amazon-product-body {
    position: relative;
    z-index: 2;

    display: flex;
    flex-direction: column;
    flex: 1;

    padding: 20px;
}

.amazon-category {
    width: fit-content;

    margin-bottom: 10px;
    padding: 5px 10px;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 30px;

    background: rgba(255, 255, 255, 0.1);

    color: rgba(255, 255, 255, 0.78);

    font-size: 10px;
    font-weight: 700;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.amazon-product-title {
    display: -webkit-box;
    overflow: hidden;

    min-height: 48px;
    margin-bottom: 10px;

    color: #ffffff;

    font-size: 18px;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: none;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.amazon-product-title:hover {
    color: #ffffff;
}

.amazon-rating {
    display: flex;
    align-items: center;
    gap: 8px;

    margin-bottom: 12px;
}

.amazon-stars {
    color: #ffc107;

    font-size: 16px;
    letter-spacing: 1px;
}

.amazon-rating-count {
    color: rgba(255, 255, 255, 0.65);

    font-size: 12px;
}

.amazon-product-description {
    display: -webkit-box;
    overflow: hidden;

    min-height: 44px;
    margin: 0 0 16px;

    color: rgba(255, 255, 255, 0.7);

    font-size: 13px;
    line-height: 1.6;

    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

.amazon-price {
    margin-top: auto;
    margin-bottom: 16px;

    color: #ffffff;

    font-size: 18px;
    font-weight: 700;
}


/* Only WhatsApp button */

.amazon-card-actions {
    display: block;
}

.amazon-whatsapp-button {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;

    width: 100%;
    min-height: 44px;
    padding: 11px 16px;

    border: 1px solid rgba(37, 211, 102, 0.8);
    border-radius: 30px;

    background:
        linear-gradient(
            135deg,
            #25d366,
            #1ebe5d
        );

    color: #ffffff;

    font-size: 14px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;

    box-shadow:
        0 10px 25px rgba(37, 211, 102, 0.25);

    transition:
        transform 0.25s ease,
        box-shadow 0.25s ease,
        background 0.25s ease;
}

.amazon-whatsapp-button:hover {
    transform: translateY(-2px);

    background:
        linear-gradient(
            135deg,
            #20c763,
            #17a94e
        );

    box-shadow:
        0 14px 30px rgba(37, 211, 102, 0.35);
}


/* Remove View button completely */

.amazon-view-button {
    display: none;
}


/* Product not found */

.product-not-found {
    display: none;

    padding: 60px 25px;

    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 22px;

    background: rgba(255, 255, 255, 0.08);

    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);

    color: #ffffff;
    text-align: center;
}


/* Tablet */

@media (max-width: 950px) {

    .amazon-products-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

}


/* Mobile */

@media (max-width: 600px) {

    .amazon-products-section {
        margin-top: 40px;
        padding: 22px 14px;

        border-radius: 18px;
    }

    .amazon-section-heading {
        align-items: flex-start;
    }

    .amazon-section-heading h2 {
        font-size: 22px;
    }

    .amazon-products-grid {
        display: flex;
        gap: 15px;

        overflow-x: auto;
        padding-bottom: 12px;

        scroll-snap-type: x mandatory;
        scrollbar-width: none;
    }

    .amazon-products-grid::-webkit-scrollbar {
        display: none;
    }

    .amazon-product-card {
        min-width: 320px;

        scroll-snap-align: start;
    }

    .amazon-product-image {
        height: 215px;
    }

    .amazon-product-body {
        padding: 17px;
    }

    .amazon-product-title {
        font-size: 17px;
    }

}

