.hero-hamburger {
    position: fixed;
    top: 24px;
    right: 40px;
    left: auto;
    width: 40px;
    height: 40px;
    cursor: pointer;
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0;
    z-index: 999999;
    display: block;
}

.hero-hamburger.is-hidden {
    opacity: 0;
    pointer-events: none;
}

.sticky-arrow.hide-element {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

.hero-hamburger__line {
    position: absolute;
    left: 50%;
    width: 24px;
    height: 3px;
    background-color: #ffffff;
    border-radius: 2px;
    transform-origin: center;
    transform: translateX(-50%);
    transition: transform 0.25s ease, opacity 0.25s ease, top 0.25s ease;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.35);
}

.hero-hamburger__line:nth-child(1) { top: 10px; }
.hero-hamburger__line:nth-child(2) { top: 18px; }
.hero-hamburger__line:nth-child(3) { top: 26px; }

.hero-hamburger.is-active .hero-hamburger__line:nth-child(1) {
    top: 18px;
    transform: translate(-50%, -50%) rotate(45deg);
}

.hero-hamburger.is-active .hero-hamburger__line:nth-child(2) {
    opacity: 0;
}

.hero-hamburger.is-active .hero-hamburger__line:nth-child(3) {
    top: 18px;
    transform: translate(-50%, -50%) rotate(-45deg);
}

.section-gray-menu .hero-hamburger__line {
    background-color: #424342;
}

.section-gray-menu .hero-hamburger.is-active .hero-hamburger__line {
    background-color: #424342;
}

.hero-sticky-logo {
    opacity: 0;
    transform: scale(0.96);
    transition: opacity 0.5s ease, transform 0.45s ease;
}

.hero-sticky-logo.is-visible {
    opacity: 1;
    transform: scale(1);
}

.cp-heading {
    position: relative;
    display: inline-block;
}

.cp-heading-text {
    display: inline-block;
    font-family: "Alef", Sans-serif;
    font-weight: 700;
    font-size: 38px;
    line-height: 1.2;
    color: #000;
}

.cp-heading-underline {
    position: absolute;
    right: 0;
    bottom: -8px;
    width: 100%;
    height: 2px;
    background: #000;
    transform-origin: right center;
    transform: scaleX(0);
}

.cp-heading.white .cp-heading-text {
    color: #fff;
}

.cp-heading.white .cp-heading-underline {
    background: #fff;
}

.project-card,
.jet-listing-grid__item .project-card,
[class*="jet-listing-dynamic-post-"] .project-card,
.elementor-element-0a6f66e {
    background-position: center center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.hero-section .elementor-widget-html {
    position: static !important;
}

.hero-entry-triangle {
    position: fixed !important;
    left: 50% !important;
    bottom: 40px !important;
    transform: translateX(-50%) !important;
    z-index: 9999;
    transition: opacity 0.3s ease;
}

.hero-entry-triangle.is-hidden {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}

@media (max-width: 1400px) {
    .hero-entry-triangle {
        left: 50% !important;
        transform: translateX(-50%) !important;
    }
}

.elementor-element-17e9d04 {
    left: 10px !important;
    right: auto !important;
}

.elementor-element-17e9d04 .elementor-icon-list-items {
    overflow: visible !important;
}

.elementor-element-17e9d04 .elementor-icon-list-icon svg {
    width: 50px !important;
    height: 50px !important;
    min-width: 50px !important;
    min-height: 50px !important;
}

.elementor-element-17e9d04 .elementor-icon-list-icon {
    width: 50px !important;
    min-width: 50px !important;
}

@media (max-width: 1200px) {
    .elementor-element-17e9d04 {
        left: 5px !important;
    }
    
    .elementor-element-17e9d04 .elementor-icon-list-icon svg {
        width: 40px !important;
        height: 40px !important;
        min-width: 40px !important;
        min-height: 40px !important;
    }
    
    .elementor-element-17e9d04 .elementor-icon-list-icon {
        width: 40px !important;
        min-width: 40px !important;
    }
}

@media (max-width: 767px) {
    .elementor-element-17e9d04 {
        left: 5px !important;
        bottom: 10px !important;
    }
    
    .elementor-element-17e9d04 .elementor-icon-list-icon svg {
        width: 35px !important;
        height: 35px !important;
        min-width: 35px !important;
        min-height: 35px !important;
    }
    .cp-heading-text {
        font-size: 20px;
        line-height: 1.25;
        font-weight: 700;
        text-align: right;
    }

    .cp-heading-underline {
        bottom: -6px;
        height: 1.5px;
    }
    
    .hero-sticky-logo {
        width: 80px;
    }
    
    .project-card {
        width: 100%;
    }

    .project-card .project-card-overlay {
        padding: 16px 12px;
        transform: scale(1);
    }
}

@media (max-width: 480px) {
    .elementor-element-17e9d04 {
        left: 3px !important;
        bottom: 5px !important;
    }
    
    .elementor-element-17e9d04 .elementor-icon-list-icon svg {
        width: 30px !important;
        height: 30px !important;
        min-width: 30px !important;
        min-height: 30px !important;
    }
}

