.elementor-226 .elementor-element.elementor-element-78a889c{--display:flex;--min-height:454px;--overlay-opacity:0.84;--margin-top:-212px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-226 .elementor-element.elementor-element-78a889c:not(.elementor-motion-effects-element-type-background), .elementor-226 .elementor-element.elementor-element-78a889c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-image:url("https://infernal-baits.ro/wp-content/uploads/2026/06/ChatGPT-Image-Jun-4-2026-08_14_34-PM.png");background-position:bottom center;background-repeat:no-repeat;background-size:cover;}.elementor-226 .elementor-element.elementor-element-78a889c::before, .elementor-226 .elementor-element.elementor-element-78a889c > .elementor-background-video-container::before, .elementor-226 .elementor-element.elementor-element-78a889c > .e-con-inner > .elementor-background-video-container::before, .elementor-226 .elementor-element.elementor-element-78a889c > .elementor-background-slideshow::before, .elementor-226 .elementor-element.elementor-element-78a889c > .e-con-inner > .elementor-background-slideshow::before, .elementor-226 .elementor-element.elementor-element-78a889c > .elementor-motion-effects-container > .elementor-motion-effects-layer::before{--background-overlay:'';}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-size:var( --e-global-typography-primary-font-size );font-weight:var( --e-global-typography-primary-font-weight );line-height:var( --e-global-typography-primary-line-height );color:var( --e-global-color-primary );}.elementor-226 .elementor-element.elementor-element-6a84eb5{margin:190px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;text-align:center;}.elementor-226 .elementor-element.elementor-element-6a84eb5 .elementor-heading-title{font-family:"Big Shoulders Text", Sans-serif;font-size:65px;font-weight:900;line-height:1.3em;color:#FFFFFF;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-226 .elementor-element.elementor-element-358f8d9{padding:0px 0px 0px 0px;text-align:center;font-family:"Alegreya Sans", Sans-serif;font-size:17px;font-weight:400;line-height:1.5em;color:#FFFFFF;}.elementor-226 .elementor-element.elementor-element-411f376{--display:flex;}@media(max-width:1024px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-widget-heading .elementor-heading-title{font-size:var( --e-global-typography-primary-font-size );line-height:var( --e-global-typography-primary-line-height );}.elementor-226 .elementor-element.elementor-element-6a84eb5{margin:221px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-226 .elementor-element.elementor-element-6a84eb5 .elementor-heading-title{font-size:40px;}.elementor-widget-text-editor{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-226 .elementor-element.elementor-element-358f8d9{font-size:14px;}}/* Start custom CSS for html, class: .elementor-element-6630fa7 */:root{
    --infernal-orange:#C84A00;
    --infernal-blue:#072E6F;
}

.ib-shipping-page{
    padding:100px 20px;
    background:#f8f9fb;
}

/* HERO */

.ib-shipping-hero{
    max-width:900px;
    margin:0 auto 100px;
    text-align:center;
}

.ib-shipping-hero span{
    color:var(--infernal-orange);
    font-size:14px;
    font-weight:700;
    letter-spacing:3px;
}

.ib-shipping-hero h1{
    color:var(--infernal-blue);
    font-size:64px;
    line-height:1;
    margin:20px 0;
    font-weight:800;
}

.ib-shipping-hero p{
    color:#6b7280;
    font-size:18px;
    line-height:1.8;
    max-width:700px;
    margin:auto;
}

/* BENEFITS */

.ib-benefits{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:repeat(auto-fit,minmax(300px,1fr));
    gap:30px;
    margin-bottom:100px;
}

.ib-benefit-card{
    background:#fff;
    padding:40px;
    border-radius:24px;
    text-align:center;
    position:relative;
    overflow:hidden;
    border:1px solid rgba(7,46,111,.08);
    transition:.35s;
}

.ib-benefit-card::before{
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:4px;
    background:var(--infernal-orange);
}

.ib-benefit-card:hover{
    transform:translateY(-10px);
    box-shadow:0 20px 40px rgba(7,46,111,.12);
}

.ib-benefit-icon{
    font-size:48px;
    margin-bottom:20px;
}

.ib-benefit-card h3{
    color:var(--infernal-blue);
    margin-bottom:15px;
    font-size:24px;
}

.ib-benefit-card p{
    color:#666;
    line-height:1.8;
}

/* TIMELINE */

.ib-timeline-section{
    max-width:1400px;
    margin:auto;
    margin-bottom:100px;
}

.ib-timeline-section h2{
    text-align:center;
    color:var(--infernal-blue);
    font-size:42px;
    margin-bottom:60px;
}

.ib-timeline{
    display:flex;
    justify-content:space-between;
    gap:20px;
    position:relative;
}

.ib-timeline::before{
    content:'';
    position:absolute;
    top:25px;
    left:10%;
    width:80%;
    height:3px;
    background:var(--infernal-orange);
    z-index:1;
}

.ib-step{
    position:relative;
    z-index:2;
    text-align:center;
    flex:1;
}

.ib-circle{
    width:55px;
    height:55px;
    background:var(--infernal-blue);
    color:#fff;
    border-radius:50%;
    margin:auto;
    display:flex;
    align-items:center;
    justify-content:center;
    font-weight:700;
    font-size:18px;
    margin-bottom:15px;
}

.ib-step h4{
    color:var(--infernal-blue);
    font-size:16px;
}

/* DETAILS */

.ib-details-grid{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:1fr 1fr;
    gap:30px;
    margin-bottom:100px;
}

.ib-detail-box{
    background:#fff;
    padding:40px;
    border-radius:24px;
    border:1px solid rgba(7,46,111,.08);
    box-shadow:0 10px 25px rgba(0,0,0,.04);
}

.ib-detail-box h3{
    color:var(--infernal-blue);
    margin-bottom:25px;
    font-size:28px;
}

.ib-detail-box ul{
    padding-left:20px;
    margin:0;
}

.ib-detail-box li{
    margin-bottom:15px;
    color:#555;
    line-height:1.7;
}

/* CTA */

.ib-cta{
    max-width:1400px;
    margin:auto;

    background:linear-gradient(
        135deg,
        #072E6F 0%,
        #0A3F95 100%
    );

    padding:80px 40px;

    border-radius:32px;

    text-align:center;

    box-shadow:
    0 20px 50px rgba(7,46,111,.20);
}

.ib-cta h2{
    color:#ffffff;
    font-size:48px;
    font-weight:800;
    margin-bottom:20px;
    line-height:1.2;
}

.ib-cta p{
    color:rgba(255,255,255,.85);
    max-width:700px;
    margin:0 auto 35px;
    line-height:1.8;
    font-size:17px;
}

.ib-cta-btn{
    display:inline-flex !important;
    align-items:center;
    justify-content:center;

    min-width:220px;

    padding:18px 40px;

    background:var(--infernal-orange) !important;
    color:#ffffff !important;

    border:2px solid var(--infernal-orange);

    border-radius:50px;

    text-decoration:none !important;

    font-size:16px;
    font-weight:700;

    transition:all .3s ease;
}

.ib-cta-btn:hover{
    background:#ffffff !important;
    color:var(--infernal-orange) !important;
    border-color:#ffffff;
    transform:translateY(-3px);
}

.ib-cta-btn:visited,
.ib-cta-btn:focus,
.ib-cta-btn:active{
    color:#ffffff !important;
}

/* MOBILE */

@media(max-width:991px){

    .ib-shipping-hero h1{
        font-size:42px;
    }

    .ib-timeline{
        flex-direction:column;
    }

    .ib-timeline::before{
        display:none;
    }

    .ib-details-grid{
        grid-template-columns:1fr;
    }

    .ib-cta h2{
        font-size:34px;
    }

    .ib-cta{
        padding:50px 25px;
    }

    .ib-cta-btn{
        width:100%;
        max-width:280px;
    }

}/* End custom CSS */