.elementor-66 .elementor-element.elementor-element-dcfbd49{--display:flex;}/* Start custom CSS for html, class: .elementor-element-292a9b8 */.jsl-hero{

    background:#050505;
    color:#fff;
    padding:150px 8% 100px;
    overflow:hidden;

}

.jsl-hero .container{

    max-width:1400px;
    margin:auto;

    display:grid;
    grid-template-columns:1fr 1fr;
    gap:80px;
    align-items:center;

}

.hero-content span{

    color:#C8A96A;
    letter-spacing:4px;
    text-transform:uppercase;
    font-size:14px;

}

.hero-content h1{

    font-size:64px;
    line-height:1.1;
    margin:25px 0;

}

.hero-content p{

    color:#C8C8C8;
    line-height:1.9;
    margin-bottom:45px;

}

.hero-images{

    display:flex;
    justify-content:center;
    align-items:center;
    gap:30px;

}

.image-card{

    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:30px;
    width:220px;
    height:220px;

    display:flex;
    justify-content:center;
    align-items:center;

}

.image-card img{

    width:100%;
    max-width:150px;

}

.tank{

    width:320px;
    height:420px;

}

.tank img{

    max-width:240px;

}

@media(max-width:991px){

.jsl-hero .container{

grid-template-columns:1fr;
text-align:center;

}

.hero-images{

flex-direction:column;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-271efec */.partnership-benefits{

    background:#0A0A0A;
    color:#fff;
    padding:120px 8%;

}

.partnership-benefits .container{

    max-width:1400px;
    margin:auto;

}

.benefits-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:70px;

}

.benefit-card{

    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:40px 30px;
    text-align:center;
    transition:.35s;

}

.benefit-card:hover{

    transform:translateY(-10px);
    border-color:#C8A96A;
    box-shadow:0 20px 45px rgba(200,169,106,.15);

}

.benefit-card .icon{

    width:80px;
    height:80px;
    margin:0 auto 25px;

    border-radius:50%;

    background:#C8A96A;

    display:flex;
    align-items:center;
    justify-content:center;

    color:#050505;

    font-size:30px;

}

.benefit-card h3{

    font-size:24px;
    margin-bottom:18px;

}

.benefit-card p{

    color:#C8C8C8;
    line-height:1.8;

}

@media(max-width:1100px){

.benefits-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.benefits-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-08c18a2 *//*==========================================================
PARTNERSHIP BENEFITS
==========================================================*/

.partnership-benefits{

position:relative;

padding:120px 20px;

overflow:hidden;

background:
linear-gradient(
180deg,
#03131F 0%,
#06364D 45%,
#050505 100%
);

}

.benefits-bg{

position:absolute;

inset:0;

pointer-events:none;

}

.benefits-bg::before{

content:"";

position:absolute;

width:900px;

height:900px;

top:-250px;

right:-250px;

border-radius:50%;

background:
radial-gradient(circle,
rgba(0,207,255,.10),
transparent 70%);

}

.benefits-bg::after{

content:"";

position:absolute;

width:700px;

height:700px;

left:-220px;

bottom:-220px;

border-radius:50%;

background:
radial-gradient(circle,
rgba(212,175,55,.08),
transparent 70%);

}

.partnership-benefits .container{

position:relative;

max-width:1450px;

margin:auto;

z-index:2;

}

.benefits-heading{

max-width:850px;

margin:auto auto 80px;

text-align:center;

}

.benefits-heading span{

display:inline-block;

padding:10px 22px;

border-radius:40px;

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

border:1px solid rgba(0,207,255,.18);

color:#00CFFF;

font-size:13px;

font-weight:600;

letter-spacing:3px;

text-transform:uppercase;

margin-bottom:22px;

}

.benefits-heading h2{

font-size:56px;

font-weight:800;

margin-bottom:22px;

line-height:1.1;

background:linear-gradient(90deg,#FFFFFF,#E8FAFF);

-webkit-background-clip:text;

-webkit-text-fill-color:transparent;

}

.benefits-heading p{

font-size:18px;

line-height:1.9;

color:#D6D6D6;

}

.benefits-grid{

display:grid;

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

gap:30px;

}

.benefit-card{

position:relative;

padding:40px 30px;

text-align:center;

border-radius:28px;

background:

linear-gradient(
135deg,
rgba(255,255,255,.08),
rgba(255,255,255,.03)
);

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

backdrop-filter:blur(20px);

transition:.35s;

}

.benefit-card:hover{

transform:translateY(-10px);

border-color:#00CFFF;

box-shadow:0 25px 60px rgba(0,207,255,.18);

}

.benefit-card.featured{

border:2px solid #D4AF37;

}

.featured-tag{

position:absolute;

top:18px;

right:18px;

padding:8px 14px;

border-radius:30px;

background:#D4AF37;

color:#050505;

font-size:11px;

font-weight:700;

}

.benefit-icon{

width:85px;

height:85px;

margin:auto auto 24px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

font-size:36px;

background:

linear-gradient(
135deg,
rgba(0,207,255,.18),
rgba(0,207,255,.05)
);

border:1px solid rgba(0,207,255,.18);

}

.benefit-card h3{

font-size:24px;

color:#FFFFFF;

margin-bottom:15px;

}

.benefit-card p{

font-size:15px;

line-height:1.8;

color:#D6D6D6;

}

@media(max-width:1100px){

.benefits-grid{

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

}

}

@media(max-width:768px){

.partnership-benefits{

padding:80px 18px;

}

.benefits-heading h2{

font-size:38px;

}

.benefits-heading p{

font-size:15px;

}

.benefits-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-6c65148 */.manufacturing-flow{

    background:#050505;
    color:#fff;
    padding:120px 8%;

}

.manufacturing-flow .container{

    max-width:1500px;
    margin:auto;

}

.flow-wrapper{

    display:flex;
    align-items:center;
    justify-content:center;
    gap:25px;
    margin-top:70px;
    flex-wrap:wrap;

}

.flow-step{

    width:220px;
    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:22px;
    padding:35px 25px;
    text-align:center;
    transition:.35s;
    position:relative;

}

.flow-step:hover{

    transform:translateY(-10px);
    border-color:#C8A96A;

}

.step-number{

    position:absolute;
    top:18px;
    right:18px;

    width:38px;
    height:38px;

    border-radius:50%;

    background:#C8A96A;
    color:#050505;

    display:flex;
    align-items:center;
    justify-content:center;

    font-weight:700;

}

.flow-step i{

    width:80px;
    height:80px;

    margin:auto;

    border-radius:50%;

    background:#C8A96A;

    color:#050505;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:32px;

    margin-bottom:25px;

}

.flow-step h3{

    font-size:24px;
    margin-bottom:15px;

}

.flow-step p{

    color:#C8C8C8;
    line-height:1.8;

}

.flow-arrow{

    color:#C8A96A;
    font-size:34px;

}

@media(max-width:1200px){

.flow-arrow{

display:none;

}

.flow-wrapper{

gap:30px;

}

}

@media(max-width:768px){

.flow-step{

width:100%;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-aee41f2 */.brand-commitment{

    background:#0A0A0A;
    padding:120px 8%;
    color:#fff;

}

.brand-commitment .container{

    max-width:1400px;
    margin:auto;

}

.commitment-wrapper{

    display:grid;
    grid-template-columns:1fr auto 1fr;
    gap:40px;
    align-items:center;
    margin-top:70px;

}

.brand-box{

    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:50px 40px;
    transition:.35s;

}

.brand-box:hover{

    border-color:#C8A96A;
    transform:translateY(-10px);

}

.brand-box img{

    height:70px;
    margin-bottom:30px;
    object-fit:contain;

}

.brand-box h3{

    font-size:30px;
    margin-bottom:25px;

}

.brand-box ul{

    list-style:none;
    padding:0;

}

.brand-box li{

    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 0;
    color:#D5D5D5;

}

.brand-box i{

    color:#C8A96A;

}

.center-icon{

    width:100px;
    height:100px;

    border-radius:50%;

    background:#C8A96A;

    color:#050505;

    display:flex;
    align-items:center;
    justify-content:center;

    font-size:40px;

    box-shadow:0 0 35px rgba(200,169,106,.25);

}

@media(max-width:991px){

.commitment-wrapper{

grid-template-columns:1fr;

}

.center-icon{

margin:auto;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-50400ef */.partnership-highlights{

    background:#050505;
    color:#fff;
    padding:120px 8%;

}

.partnership-highlights .container{

    max-width:1400px;
    margin:auto;

}

.highlight-grid{

    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:30px;
    margin-top:70px;

}

.highlight-card{

    background:#111;
    border:1px solid rgba(255,255,255,.08);
    border-radius:24px;
    padding:40px 30px;
    text-align:center;
    transition:.35s;

}

.highlight-card:hover{

    transform:translateY(-10px);
    border-color:#C8A96A;
    box-shadow:0 20px 45px rgba(200,169,106,.15);

}

.highlight-icon{

    width:80px;
    height:80px;
    margin:0 auto 25px;

    border-radius:50%;

    background:#C8A96A;

    color:#050505;

    display:flex;
    justify-content:center;
    align-items:center;

    font-size:32px;

}

.highlight-card h3{

    font-size:24px;
    margin-bottom:15px;

}

.highlight-card p{

    color:#C8C8C8;
    line-height:1.8;

}

@media(max-width:991px){

.highlight-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.highlight-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-772548b */.partnership-cta{

    background:#0A0A0A;

    padding:120px 8%;

}

.partnership-cta .container{

    max-width:1200px;

    margin:auto;

}

.cta-box{

    background:linear-gradient(135deg,#111,#1A1A1A);

    border:1px solid rgba(200,169,106,.2);

    border-radius:30px;

    padding:80px 60px;

    text-align:center;

    position:relative;

    overflow:hidden;

}

.cta-box::before{

    content:"";

    position:absolute;

    width:320px;

    height:320px;

    background:rgba(200,169,106,.08);

    border-radius:50%;

    top:-120px;

    right:-120px;

    filter:blur(60px);

}

.cta-box span{

    color:#C8A96A;

    font-size:14px;

    letter-spacing:4px;

    text-transform:uppercase;

}

.cta-box h2{

    color:#fff;

    font-size:54px;

    line-height:1.2;

    margin:25px 0;

}

.cta-box p{

    color:#C8C8C8;

    max-width:760px;

    margin:0 auto 45px;

    line-height:1.9;

}

.cta-features{

    display:grid;

    grid-template-columns:repeat(2,1fr);

    gap:18px;

    max-width:700px;

    margin:0 auto 50px;

}

.feature{

    display:flex;

    align-items:center;

    justify-content:center;

    gap:12px;

    color:#fff;

}

.feature i{

    color:#C8A96A;

}

.cta-buttons{

    display:flex;

    justify-content:center;

    gap:20px;

    flex-wrap:wrap;

}

.cta-buttons a{

    display:flex;

    align-items:center;

    gap:10px;

}

@media(max-width:768px){

.cta-box{

padding:50px 30px;

}

.cta-box h2{

font-size:36px;

}

.cta-features{

grid-template-columns:1fr;

}

}/* End custom CSS */