/* =========================================================
   OPENWINCH PREMIUM FOOTER V4
   ========================================================= */

#cranecabin-footer.owf4 {
    --owf4-blue: #0c53a5;
    --owf4-blue-light: #20a9e0;
    --owf4-navy: #022041;
    --owf4-deep: #061927;
    --owf4-text: #d6e2eb;
    --owf4-muted: #91a5b4;
    --owf4-line: rgba(255,255,255,.12);

    position: relative;
    width: 100%;
    margin: 0;
    overflow: hidden;
    direction: rtl;
    color: var(--owf4-text);
    background: var(--owf4-navy);
    font-family:
        Shabnam,
        Tahoma,
        Arial,
        sans-serif;
    text-align: right;
    isolation: isolate;
}

#cranecabin-footer.owf4 *,
#cranecabin-footer.owf4 *::before,
#cranecabin-footer.owf4 *::after {
    box-sizing: border-box;
}

#cranecabin-footer .owf4-shell {
    width: 100%;
    max-width: none;
    margin: 0;
    padding-inline: clamp(20px,3.6vw,64px);
    box-sizing: border-box;
}

#cranecabin-footer a {
    color: inherit;
    text-decoration: none;
}

#cranecabin-footer .owf4-grid-bg {
    position: absolute;
    inset: 0;
    z-index: -2;
    pointer-events: none;
    background:
        linear-gradient(
            90deg,
            rgba(255,255,255,.025) 1px,
            transparent 1px
        ),
        linear-gradient(
            180deg,
            rgba(255,255,255,.025) 1px,
            transparent 1px
        );
    background-size: 76px 76px;
    mask-image: linear-gradient(
        to bottom,
        #000,
        transparent 74%
    );
}

/* CTA */

#cranecabin-footer .owf4-cta {
    min-height: 210px;
    padding: 38px clamp(28px,4vw,68px);
    position: relative;
    display: grid;
    grid-template-columns:
        minmax(0,1fr)
        auto;
    align-items: center;
    gap: 50px;
    overflow: hidden;
    border-right: 1px solid var(--owf4-line);
    border-bottom: 1px solid var(--owf4-line);
    border-left: 1px solid var(--owf4-line);
    background:
        linear-gradient(
            125deg,
            rgba(12,83,165,.78),
            rgba(2,32,65,.95)
        );
}

#cranecabin-footer .owf4-cta::before {
    content: "";
    width: 330px;
    height: 330px;
    position: absolute;
    top: -210px;
    left: -90px;
    border: 1px solid rgba(255,255,255,.09);
    border-radius: 50%;
    box-shadow:
        0 0 0 42px rgba(255,255,255,.025),
        0 0 0 84px rgba(255,255,255,.018);
}

#cranecabin-footer .owf4-cta__content,
#cranecabin-footer .owf4-cta__actions {
    position: relative;
    z-index: 2;
}

#cranecabin-footer .owf4-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #8ed5ff;
    font-family: Arial,sans-serif;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: 1.5px;
}

#cranecabin-footer .owf4-eyebrow::before {
    content: "";
    width: 35px;
    height: 2px;
    background: var(--owf4-blue-light);
}

#cranecabin-footer .owf4-cta h2 {
    max-width: 760px;
    margin: 12px 0 9px;
    color: #fff;
    font-size: clamp(25px,2.55vw,39px);
    font-weight: 950;
    line-height: 1.55;
}

#cranecabin-footer .owf4-cta p {
    max-width: 770px;
    margin: 0;
    color: rgba(255,255,255,.69);
    font-size: 12px;
    font-weight: 650;
    line-height: 2;
}

#cranecabin-footer .owf4-cta__actions {
    min-width: 220px;
    display: grid;
    gap: 10px;
}

#cranecabin-footer .owf4-button {
    min-height: 50px;
    padding: 0 18px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    border: 1px solid rgba(255,255,255,.22);
    color: #fff;
    font-size: 11.5px;
    font-weight: 900;
    transition:
        color .2s ease,
        background .2s ease,
        border-color .2s ease,
        transform .2s ease;
}

#cranecabin-footer .owf4-button--primary {
    border-color: #fff;
    color: var(--owf4-navy);
    background: #fff;
}

#cranecabin-footer .owf4-button--outline {
    background: rgba(255,255,255,.06);
}

#cranecabin-footer .owf4-button:hover {
    transform: translateY(-2px);
}

#cranecabin-footer .owf4-button--primary:hover {
    border-color: var(--owf4-blue-light);
    color: #fff;
    background: var(--owf4-blue-light);
}

#cranecabin-footer .owf4-button--outline:hover {
    border-color: #fff;
    background: rgba(255,255,255,.13);
}

/* Main */

#cranecabin-footer .owf4-main {
    padding-block: clamp(55px,6vw,85px);
    display: grid;
    grid-template-columns:
        minmax(280px,1.25fr)
        minmax(180px,.72fr)
        minmax(200px,.82fr)
        minmax(300px,1.18fr);
    gap: 0;
}

#cranecabin-footer .owf4-brand,
#cranecabin-footer .owf4-column,
#cranecabin-footer .owf4-contact {
    min-width: 0;
    padding-inline: 30px;
    border-left: 1px solid var(--owf4-line);
}

#cranecabin-footer .owf4-brand {
    padding-right: 0;
}

#cranecabin-footer .owf4-contact {
    padding-left: 0;
    border-left: 0;
}

#cranecabin-footer .owf4-logo {
    width: 185px;
    height: 82px;
    padding: 8px 13px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
}

#cranecabin-footer .owf4-logo img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: contain;
}

#cranecabin-footer .owf4-brand > p {
    max-width: 360px;
    margin: 20px 0 0;
    color: rgba(255,255,255,.58);
    font-size: 11.5px;
    font-weight: 650;
    line-height: 2;
}

#cranecabin-footer .owf4-capabilities {
    margin-top: 21px;
    display: grid;
    gap: 9px;
}

#cranecabin-footer .owf4-capabilities span {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.74);
    font-size: 10.5px;
    font-weight: 800;
}

#cranecabin-footer .owf4-capabilities i {
    width: 28px;
    height: 28px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(75,183,255,.2);
    color: #78caff;
    background: rgba(12,83,165,.17);
    font-size: 11px;
}

#cranecabin-footer .owf4-column h3 {
    position: relative;
    margin: 0 0 25px;
    padding-bottom: 13px;
    color: #fff;
    font-size: 17px;
    font-weight: 950;
}

#cranecabin-footer .owf4-column h3::after {
    content: "";
    width: 54px;
    height: 2px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--owf4-blue-light);
}

#cranecabin-footer .owf4-column ul {
    margin: 0;
    padding: 0;
    display: grid;
    gap: 11px;
    list-style: none;
}

#cranecabin-footer .owf4-column a {
    min-height: 30px;
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: rgba(255,255,255,.6);
    font-size: 11.5px;
    font-weight: 750;
    line-height: 1.8;
    transition:
        color .2s ease,
        transform .2s ease;
}

#cranecabin-footer .owf4-column a i {
    color: rgba(86,185,255,.65);
    font-size: 8px;
}

#cranecabin-footer .owf4-column a:hover {
    color: #fff;
    transform: translateX(-4px);
}

/* Contact */

#cranecabin-footer .owf4-contact__heading {
    margin-bottom: 23px;
    display: flex;
    align-items: center;
    gap: 12px;
}

#cranecabin-footer .owf4-contact__heading > span {
    width: 43px;
    height: 43px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(86,185,255,.25);
    color: #80ceff;
    background: rgba(12,83,165,.18);
    font-size: 16px;
}

#cranecabin-footer .owf4-contact__heading small {
    display: block;
    color: #79c9ff;
    font-family: Arial,sans-serif;
    font-size: 8px;
    font-weight: 900;
    letter-spacing: 1.2px;
}

#cranecabin-footer .owf4-contact__heading h3 {
    margin: 3px 0 0;
    color: #fff;
    font-size: 17px;
    font-weight: 950;
}

#cranecabin-footer .owf4-contact__list {
    display: grid;
    gap: 17px;
}

#cranecabin-footer .owf4-contact-row {
    display: grid;
    grid-template-columns: 34px minmax(0,1fr);
    align-items: start;
    gap: 11px;
}

#cranecabin-footer .owf4-contact-row__icon {
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255,255,255,.1);
    color: #7bcaff;
    background: rgba(255,255,255,.035);
    font-size: 12px;
}

#cranecabin-footer .owf4-contact-row small {
    display: block;
    margin-bottom: 4px;
    color: var(--owf4-muted);
    font-size: 9px;
    font-weight: 750;
}

#cranecabin-footer .owf4-contact-row a {
    width: fit-content;
    display: inline-flex;
    color: #fff;
    font-size: 12px;
    font-weight: 900;
    transition: color .2s ease;
}

#cranecabin-footer .owf4-contact-row a:hover {
    color: #7bcaff;
}

#cranecabin-footer .owf4-contact-row p {
    max-width: 330px;
    margin: 0;
    color: rgba(255,255,255,.55);
    font-size: 10.5px;
    font-weight: 650;
    line-height: 1.9;
}

#cranecabin-footer .owf4-number {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    direction: ltr;
    unicode-bidi: isolate;
    white-space: nowrap;
    font-family: Arial,Shabnam,sans-serif;
    font-size: 16px;
    font-weight: 850;
    font-variant-numeric: tabular-nums;
}

#cranecabin-footer .owf4-email {
    direction: ltr;
    unicode-bidi: isolate;
    font-family: Arial,Shabnam,sans-serif;
}

/* Technical */

#cranecabin-footer .owf4-technical {
    min-height: 78px;
    padding-block: 17px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    border-top: 1px solid var(--owf4-line);
    border-bottom: 1px solid var(--owf4-line);
}

#cranecabin-footer .owf4-technical__label {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255,255,255,.66);
    font-size: 10.5px;
    font-weight: 800;
}

#cranecabin-footer .owf4-technical__label i {
    color: #75c8ff;
    font-size: 14px;
}

#cranecabin-footer .owf4-technical__items {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    gap: 8px;
    direction: ltr;
}

#cranecabin-footer .owf4-technical__items span {
    min-width: 62px;
    min-height: 31px;
    padding-inline: 11px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.11);
    color: rgba(255,255,255,.68);
    background: rgba(255,255,255,.035);
    font-family: Arial,sans-serif;
    font-size: 9px;
    font-weight: 900;
    letter-spacing: .5px;
}

/* Legal */

#cranecabin-footer .owf4-bottom {
    margin-inline:
        calc(-1 * clamp(20px,3.6vw,64px));
    padding:
        24px
        clamp(20px,3.6vw,64px);
    background: var(--owf4-deep);
}

#cranecabin-footer .owf4-legal {
    display: grid;
    gap: 6px;
    text-align: center;
}

#cranecabin-footer .owf4-legal p {
    margin: 0;
}

#cranecabin-footer .owf4-legal__primary,
#cranecabin-footer .owf4-legal__warning {
    color: rgba(255,255,255,.38);
    font-size: 9.5px;
    font-weight: 650;
    line-height: 1.8;
}

#cranecabin-footer .owf4-legal__en {
    color: rgba(255,255,255,.43);
    font-family: Arial,Shabnam,sans-serif;
    font-size: 9px;
    line-height: 1.6;
}

#cranecabin-footer .owf4-developer a {
    color: #6bc4ff;
    font-weight: 900;
}

/* Sticky controls */

.owf4-sticky-contact {
    position: fixed;
    right: 14px;
    bottom: 18px;
    z-index: 9997;
    transition:
        opacity .2s ease,
        visibility .2s ease,
        transform .2s ease;
}

.owf4-sticky-contact.is-hidden {
    opacity: 0;
    visibility: hidden;
    transform: translateY(14px);
    pointer-events: none;
}

.owf4-sticky-contact a {
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    border: 3px solid #fff;
    border-radius: 50%;
    color: #fff;
    background: #25d366;
    font-size: 27px;
    box-shadow: 0 12px 30px rgba(0,0,0,.24);
}

.owf4-back-top {
    width: 44px;
    height: 44px;
    position: fixed;
    left: 15px;
    bottom: 19px;
    z-index: 9996;
    display: grid;
    place-items: center;
    border: 0;
    color: #fff;
    background: var(--owf4-blue-light);
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transform: translateY(12px);
    box-shadow: 0 10px 25px rgba(0,78,158,.28);
    transition:
        opacity .2s ease,
        visibility .2s ease,
        transform .2s ease,
        background .2s ease;
}

.owf4-back-top.is-visible {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

/* Tablet */

@media (max-width: 1080px) {

    #cranecabin-footer .owf4-cta {
        grid-template-columns: 1fr;
        gap: 25px;
    }

    #cranecabin-footer .owf4-cta__actions {
        min-width: 0;
        grid-template-columns:
            repeat(2,minmax(0,1fr));
    }

    #cranecabin-footer .owf4-main {
        grid-template-columns:
            repeat(2,minmax(0,1fr));
        gap: 45px 0;
    }

    #cranecabin-footer .owf4-brand,
    #cranecabin-footer .owf4-column,
    #cranecabin-footer .owf4-contact {
        border-left: 0;
    }

    #cranecabin-footer .owf4-brand,
    #cranecabin-footer .owf4-column:nth-child(2) {
        padding-right: 0;
        border-left: 1px solid var(--owf4-line);
    }

    #cranecabin-footer .owf4-column:nth-child(3),
    #cranecabin-footer .owf4-contact {
        padding-left: 0;
    }

}

/* Mobile */

@media (max-width: 680px) {

    #cranecabin-footer .owf4-shell {
        padding-inline: 15px;
    }

    #cranecabin-footer .owf4-cta {
        min-height: 0;
        padding: 31px 22px;
    }

    #cranecabin-footer .owf4-cta h2 {
        font-size: 25px;
    }

    #cranecabin-footer .owf4-cta__actions {
        grid-template-columns: 1fr;
    }

    #cranecabin-footer .owf4-main {
        grid-template-columns: 1fr;
        gap: 42px;
    }

    #cranecabin-footer .owf4-brand,
    #cranecabin-footer .owf4-column,
    #cranecabin-footer .owf4-contact,
    #cranecabin-footer .owf4-column:nth-child(2),
    #cranecabin-footer .owf4-column:nth-child(3) {
        padding: 0;
        border: 0;
    }

    #cranecabin-footer .owf4-technical {
        align-items: flex-start;
        flex-direction: column;
        gap: 17px;
    }

    #cranecabin-footer .owf4-technical__items {
        justify-content: flex-start;
    }

    #cranecabin-footer .owf4-bottom {
        margin-inline: -15px;
        padding-inline: 15px;
    }

    .owf4-sticky-contact {
        right: 10px;
        bottom: 11px;
    }

    .owf4-sticky-contact a {
        width: 52px;
        height: 52px;
        font-size: 24px;
    }

    .owf4-back-top {
        left: 10px;
        bottom: 13px;
    }

}

@media (prefers-reduced-motion: reduce) {

    #cranecabin-footer *,
    .owf4-sticky-contact *,
    .owf4-back-top {
        transition: none !important;
    }

}

/* CRANECABIN RESPONSIVE FIX V1 START */

#cranecabin-footer {
    overflow: hidden;
}

#cranecabin-footer .owf4-number {
    gap: 5px;
    white-space: nowrap;
}

#cranecabin-footer .owf4-number span {
    display: inline-block;
}

@media (max-width: 1080px) {
    #cranecabin-footer .owf4-shell {
        padding-inline: 22px;
    }

    #cranecabin-footer .owf4-main {
        gap: 44px 0;
    }

    #cranecabin-footer .owf4-contact-row {
        min-width: 0;
    }
}

@media (max-width: 680px) {
    #cranecabin-footer .owf4-shell {
        padding-inline: 14px;
    }

    #cranecabin-footer .owf4-cta {
        padding: 28px 18px;
    }

    #cranecabin-footer .owf4-cta h2 {
        font-size: 23px;
        line-height: 1.65;
    }

    #cranecabin-footer .owf4-main {
        gap: 36px;
    }

    #cranecabin-footer .owf4-logo {
        width: 165px;
        max-width: 100%;
    }

    #cranecabin-footer .owf4-contact-row {
        grid-template-columns: 31px minmax(0, 1fr);
        gap: 10px;
    }

    #cranecabin-footer .owf4-contact-row__icon {
        width: 31px;
        height: 31px;
    }

    #cranecabin-footer .owf4-contact-row p {
        max-width: 100%;
    }

    #cranecabin-footer .owf4-number {
        gap: 4px;
        font-size: 15px;
    }

    #cranecabin-footer .owf4-technical__items {
        justify-content: flex-start;
        gap: 7px;
    }

    #cranecabin-footer .owf4-bottom {
        margin-inline: -14px;
        padding-inline: 14px;
    }

    .owf4-sticky-contact a {
        width: 50px;
        height: 50px;
        font-size: 23px;
    }

    .owf4-back-top {
        width: 42px;
        height: 42px;
    }
}

@media (max-width: 380px) {
    #cranecabin-footer .owf4-cta {
        padding-inline: 15px;
    }

    #cranecabin-footer .owf4-cta h2 {
        font-size: 21px;
    }

    #cranecabin-footer .owf4-button {
        min-height: 48px;
        padding-inline: 14px;
    }

    #cranecabin-footer .owf4-number {
        gap: 3px;
        font-size: 14px;
    }
}

/* CRANECABIN RESPONSIVE FIX V1 END */
