.elementor-34 .elementor-element.elementor-element-aa5a4db{--display:flex;}.elementor-34 .elementor-element.elementor-element-899f290{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1e5abf6 */.product-hero{

    background:#050505;

    color:#fff;

    overflow:hidden;

    padding:150px 8% 100px;

    position:relative;

}

.product-hero::before{

    content:"";

    position:absolute;

    width:650px;

    height:650px;

    background:rgba(200,169,106,.08);

    border-radius:50%;

    filter:blur(120px);

    top:-250px;

    right:-180px;

}

.product-hero .container{

    max-width:1400px;

    margin:auto;

    display:flex;

    align-items:center;

    justify-content:space-between;

    gap:70px;

    position:relative;

    z-index:2;

}

.hero-content{

    flex:1;

}

.hero-image{

    flex:1;

    display:flex;

    justify-content:center;

}

.hero-image img{

    max-width:480px;

    width:100%;

    animation:float 5s ease-in-out infinite;

    filter:drop-shadow(0 30px 60px rgba(0,0,0,.45));

}

@keyframes float{

    0%{

        transform:translateY(0);

    }

    50%{

        transform:translateY(-18px);

    }

    100%{

        transform:translateY(0);

    }

}

.hero-tag{

    color:#C8A96A;

    letter-spacing:4px;

    font-size:14px;

    text-transform:uppercase;

}

.hero-content h1{

    font-size:68px;

    line-height:1.1;

    margin:25px 0;

}

.hero-content p{

    color:#C8C8C8;

    font-size:18px;

    line-height:1.9;

    max-width:620px;

    margin-bottom:45px;

}

.hero-buttons{

    display:flex;

    gap:18px;

    margin-bottom:55px;

    flex-wrap:wrap;

}

.hero-stats{

    display:flex;

    gap:60px;

}

.hero-stats h3{

    color:#C8A96A;

    font-size:42px;

    margin-bottom:8px;

}

.hero-stats span{

    color:#BEBEBE;

}

@media(max-width:992px){

.product-hero .container{

flex-direction:column;

text-align:center;

}

.hero-content{

order:2;

}

.hero-image{

order:1;

}

.hero-buttons{

justify-content:center;

}

.hero-stats{

justify-content:center;

}

.hero-content h1{

font-size:52px;

}

}

@media(max-width:768px){

.product-hero{

padding:120px 6% 80px;

}

.hero-content h1{

font-size:38px;

}

.hero-stats{

flex-direction:column;

gap:25px;

}

.hero-image img{

max-width:320px;

}

}
/*==========================================
            GLOBAL BUTTONS
==========================================*/

.btn-primary,
.btn-secondary{

    display:inline-flex;
    align-items:center;
    justify-content:center;

    padding:16px 38px;

    font-size:16px;
    font-weight:600;
    text-decoration:none;

    border-radius:60px;

    transition:all .35s ease;

    cursor:pointer;

    position:relative;

    overflow:hidden;

}

/*==========================================
          PRIMARY BUTTON
==========================================*/

.btn-primary{

    background:#C8A96A;
    color:#050505;

    border:2px solid #C8A96A;

}

.btn-primary:hover{

    background:transparent;

    color:#C8A96A;

    transform:translateY(-5px);

    box-shadow:0 15px 40px rgba(200,169,106,.25);

}

/* Light Sweep Effect */

.btn-primary::before{

    content:"";

    position:absolute;

    top:0;
    left:-120%;

    width:60%;
    height:100%;

    background:linear-gradient(
        120deg,
        transparent,
        rgba(255,255,255,.45),
        transparent
    );

    transition:.8s;

}

.btn-primary:hover::before{

    left:140%;

}

/*==========================================
          SECONDARY BUTTON
==========================================*/

.btn-secondary{

    background:transparent;

    color:#ffffff;

    border:2px solid rgba(200,169,106,.45);

}

.btn-secondary:hover{

    background:#C8A96A;

    color:#050505;

    border-color:#C8A96A;

    transform:translateY(-5px);

}

/*==========================================
            ACTIVE STATE
==========================================*/

.btn-primary:active,
.btn-secondary:active{

    transform:scale(.96);

}

/*==========================================
            MOBILE
==========================================*/

@media(max-width:768px){

.btn-primary,
.btn-secondary{

    width:100%;

    max-width:300px;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb76472 */.grade-section{

    background:#0A0A0A;
    color:#fff;
    padding:120px 8%;

}

.grade-section .container{

    max-width:1400px;
    margin:auto;

}

.grade-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:35px;
    margin-top:70px;

}

.grade-card{

    position:relative;
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    overflow:hidden;
    transition:.35s;

}

.grade-card:hover{

    transform:translateY(-12px);
    border-color:#C8A96A;
    box-shadow:0 25px 45px rgba(200,169,106,.15);

}

.featured{

    border:2px solid #C8A96A;

}

.featured-badge{

    position:absolute;
    top:20px;
    right:20px;
    background:#C8A96A;
    color:#050505;
    padding:8px 18px;
    border-radius:40px;
    font-size:12px;
    font-weight:700;

}

.grade-image{

    padding:40px;
    text-align:center;

}

.grade-image img{

    width:240px;
    transition:.35s;

}

.grade-card:hover img{

    transform:scale(1.08);

}

.grade-content{

    padding:35px;

}

.grade-content small{

    color:#C8A96A;
    letter-spacing:2px;
    text-transform:uppercase;

}

.grade-content h3{

    font-size:34px;
    margin:15px 0;

}

.grade-content p{

    color:#C6C6C6;
    line-height:1.8;
    margin-bottom:25px;

}

.grade-content ul{

    list-style:none;
    padding:0;
    margin-bottom:35px;

}

.grade-content li{

    padding:10px 0;
    border-bottom:1px solid rgba(255,255,255,.05);

}

.grade-btn{

    display:inline-block;
    color:#C8A96A;
    text-decoration:none;
    font-weight:600;

}

.grade-btn:hover{

    letter-spacing:1px;

}

@media(max-width:991px){

.grade-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.grade-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4227cad */.featured-product{

    background:#050505;

    padding:120px 8%;

    color:#fff;

}

.featured-product .container{

    max-width:1400px;

    margin:auto;

    display:grid;

    grid-template-columns:1fr 1fr;

    gap:80px;

    align-items:center;

}

.product-image{

    text-align:center;

}

.product-image img{

    width:100%;

    max-width:520px;

    transition:.4s;

}

.product-image img:hover{

    transform:scale(1.05);

}

.product-info span{

    color:#C8A96A;

    letter-spacing:4px;

    text-transform:uppercase;

    font-size:14px;

}

.product-info h2{

    font-size:48px;

    margin:20px 0;

    line-height:1.2;

}

.product-info p{

    color:#C6C6C6;

    line-height:1.9;

    margin-bottom:35px;

}

.feature-grid{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    margin-bottom:40px;

}

.feature-item{

    display:flex;

    align-items:center;

    gap:12px;

    color:#ddd;

}

.feature-item i{

    color:#C8A96A;

}

.product-buttons{

    display:flex;

    gap:20px;

    flex-wrap:wrap;

}

@media(max-width:991px){

.featured-product .container{

grid-template-columns:1fr;

}

.product-info{

text-align:center;

}

.feature-grid{

text-align:left;

}

}

@media(max-width:768px){

.product-info h2{

font-size:36px;

}

.feature-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c1757c1 */.specifications{

    background:#0A0A0A;
    padding:120px 8%;
    color:#fff;

}

.specifications .container{

    max-width:1400px;
    margin:auto;

}

.spec-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:70px;

}

.spec-card{

    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:18px;
    padding:35px;
    text-align:center;
    transition:.35s;

}

.spec-card:hover{

    transform:translateY(-8px);
    border-color:#C8A96A;

}

.spec-icon{

    width:70px;
    height:70px;
    margin:auto;

    display:flex;
    align-items:center;
    justify-content:center;

    border-radius:50%;
    background:#C8A96A;
    color:#050505;

    font-size:28px;
    margin-bottom:20px;

}

.spec-card h3{

    font-size:22px;
    margin-bottom:12px;

}

.spec-card p{

    color:#C8C8C8;
    line-height:1.7;

}

@media(max-width:1100px){

.spec-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.spec-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-86748dd */.capacity-section{

    background:#050505;
    color:#fff;
    padding:120px 8%;

}

.capacity-section .container{

    max-width:1400px;
    margin:auto;

}

.capacity-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:25px;
    margin-top:70px;

}

.capacity-card{

    position:relative;

    background:#111;

    border:1px solid rgba(255,255,255,.08);

    border-radius:20px;

    padding:40px 20px;

    text-align:center;

    transition:.35s;

}

.capacity-card:hover{

    transform:translateY(-10px);

    border-color:#C8A96A;

    box-shadow:0 20px 40px rgba(200,169,106,.12);

}

.capacity-card h3{

    font-size:42px;

    color:#C8A96A;

    margin-bottom:15px;

}

.capacity-card p{

    color:#C7C7C7;

    line-height:1.7;

}

.featured{

    border:2px solid #C8A96A;

}

.popular-tag{

    position:absolute;

    top:18px;

    right:18px;

    background:#C8A96A;

    color:#050505;

    padding:6px 14px;

    border-radius:30px;

    font-size:12px;

    font-weight:700;

}

@media(max-width:1100px){

.capacity-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.capacity-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d84fd2f */.why-product{

    background:#0A0A0A;
    color:#fff;
    padding:120px 8%;

}

.why-product .container{

    max-width:1400px;
    margin:auto;

}

.why-grid{

    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
    margin-top:70px;

}

.why-card{

    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:40px;
    transition:.35s;

}

.why-card:hover{

    transform:translateY(-10px);
    border-color:#C8A96A;
    box-shadow:0 20px 40px rgba(200,169,106,.12);

}

.why-icon{

    width:72px;
    height:72px;
    border-radius:50%;
    background:#C8A96A;
    color:#050505;
    display:flex;
    justify-content:center;
    align-items:center;
    font-size:28px;
    margin-bottom:25px;

}

.why-card h3{

    font-size:24px;
    margin-bottom:15px;

}

.why-card p{

    color:#C8C8C8;
    line-height:1.8;

}

@media(max-width:991px){

.why-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.why-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6b15bbd */.comparison-section{

    background:#050505;
    color:#fff;
    padding:120px 8%;

}

.comparison-section .container{

    max-width:1400px;
    margin:auto;

}

.comparison-table{

    overflow-x:auto;
    margin-top:70px;
    border-radius:20px;

}

table{

    width:100%;
    border-collapse:collapse;
    min-width:900px;

}

thead{

    background:#C8A96A;
    color:#050505;

}

th{

    padding:22px;
    font-size:18px;

}

td{

    padding:20px;
    text-align:center;
    border-bottom:1px solid rgba(255,255,255,.08);

}

tbody tr{

    background:#111;

}

tbody tr:nth-child(even){

    background:#181818;

}

tbody tr:hover{

    background:#222;

}

td:first-child{

    text-align:left;
    font-weight:600;
    color:#fff;

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3f9718d */.catalogue-section{

    background:#0A0A0A;
    color:#fff;
    padding:120px 8%;

}

.catalogue-section .container{

    max-width:1400px;
    margin:auto;

}

.catalogue-wrapper{

    display:grid;
    grid-template-columns:1.2fr .8fr;
    gap:60px;
    align-items:center;

}

.catalogue-content span{

    color:#C8A96A;
    letter-spacing:4px;
    text-transform:uppercase;
    font-size:14px;

}

.catalogue-content h2{

    font-size:50px;
    margin:20px 0;

}

.catalogue-content p{

    color:#C8C8C8;
    line-height:1.9;
    margin-bottom:35px;

}

.catalogue-list{

    display:grid;
    gap:18px;

}

.list-item{

    display:flex;
    align-items:center;
    gap:15px;
    color:#ddd;

}

.list-item i{

    color:#C8A96A;
    font-size:22px;

}

.catalogue-card{

    background:#111;
    border:2px solid rgba(200,169,106,.2);
    border-radius:24px;
    padding:50px;
    text-align:center;

}

.catalogue-card:hover{

    border-color:#C8A96A;

}

.pdf-icon{

    font-size:80px;
    color:#C8A96A;
    margin-bottom:25px;

}

.catalogue-card h3{

    font-size:32px;
    margin-bottom:10px;

}

.catalogue-card p{

    color:#BEBEBE;
    margin-bottom:35px;

}

.catalogue-card .btn-primary,
.catalogue-card .btn-secondary{

    width:100%;
    margin-top:15px;

}

@media(max-width:991px){

.catalogue-wrapper{

grid-template-columns:1fr;

}

.catalogue-content{

text-align:center;

}

.catalogue-list{

justify-content:center;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-a63c1f6 */.quote-section{

    background:#050505;
    padding:120px 8%;

}

.quote-section .container{

    max-width:1200px;
    margin:auto;

}

.quote-box{

    background:linear-gradient(135deg,#111,#1a1a1a);
    border:1px solid rgba(200,169,106,.25);
    border-radius:30px;
    padding:80px 60px;
    text-align:center;

}

.quote-box span{

    color:#C8A96A;
    letter-spacing:4px;
    text-transform:uppercase;
    font-size:14px;

}

.quote-box h2{

    color:#fff;
    font-size:54px;
    margin:25px 0;

}

.quote-box p{

    color:#C8C8C8;
    line-height:1.9;
    max-width:760px;
    margin:auto auto 45px;

}

.quote-features{

    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
    max-width:700px;
    margin:0 auto 50px;

}

.quote-item{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:12px;
    color:#fff;

}

.quote-item i{

    color:#C8A96A;

}

.quote-buttons{

    display:flex;
    justify-content:center;
    gap:20px;
    flex-wrap:wrap;

}

@media(max-width:768px){

.quote-box{

padding:50px 30px;

}

.quote-box h2{

font-size:36px;

}

.quote-features{

grid-template-columns:1fr;

}

}/* End custom CSS */