.elementor-38 .elementor-element.elementor-element-40bc82c{margin:21px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-38 .elementor-element.elementor-element-b1f55ce{--display:flex;}.elementor-38 .elementor-element.elementor-element-89ceda1{margin:-70px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-38 .elementor-element.elementor-element-c16d727{--display:flex;}.elementor-38 .elementor-element.elementor-element-4d134ce{margin:-50px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}@media(max-width:767px){.elementor-38 .elementor-element.elementor-element-40bc82c{margin:44px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}}/* Start custom CSS for html, class: .elementor-element-40bc82c */@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,400;0,600;0,700;1,900&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
    font-family: 'Montserrat', sans-serif;
}

header, .site-header, .elementor-location-header {
    position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    background-color: transparent !important;
    border: none !important;
}

.hero-split-container {
    display: flex;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    margin-top: -150px; 
    min-height: 100vh;
    position: relative;
    overflow: hidden;
}

.hero-panel {
    flex: 1;
    position: relative;
    display: flex;
    align-items: flex-start;
    padding: calc(10% + 150px) 10% 10%;
}

.panel-left {
    background: linear-gradient(135deg, #6633FF 0%, #4621A5 100%);
}

.panel-right {
    background-color: #00C4CC; 
}

.panel-content {
    position: relative;
    z-index: 10;
    color: #FFFFFF;
    max-width: 550px;
    width: 100%;
}

.mobile-text {
    display: none;
}

.desktop-text {
    display: block;
}

.tagline {
    font-family: 'Montserrat', sans-serif;
    font-size: 1rem;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-weight: 700;
    display: block;
    margin-bottom: 15px;
    opacity: 0.9;
}

.headline {
    font-family: 'Montserrat', sans-serif;
    font-size: 4.2rem;
    line-height: 1.1;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 25px;
    font-style: italic;
    letter-spacing: -1px;
    text-shadow: 4px 4px 12px rgba(0, 0, 0, 0.4);
    white-space: nowrap;
}

.subtext {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.25rem;
    line-height: 1.6;
    font-weight: 600;
    color: #FFFFFF;
    text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.9);
    background: rgba(0, 0, 0, 0.3);
    padding: 15px 20px;
    border-radius: 8px;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.floating-element {
    position: absolute;
    z-index: 2;
    transition: transform 0.5s ease;
    will-change: transform;
}

.item-car {
    top: auto;
    bottom: 15%;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 700px;
}

.item-skate {
    top: auto;
    bottom: 10%;
    left: 50%;
    transform: translateX(-50%);
    height: 65%;
    max-height: 600px;
    object-fit: contain;
}

.hero-panel:hover .item-car {
    transform: translateX(-50%) scale(1.05);
}

.hero-panel:hover .item-skate {
    transform: translateX(-50%) scale(1.05);
}

.main-cta-btn {
    position: absolute;
    bottom: 40px;
    left: 50%;
    transform: translateX(-50%);
    background: transparent;
    color: #FFFFFF;
    border: 3px solid #FFFFFF;
    padding: 18px 45px;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.2rem;
    font-weight: 900;
    text-decoration: none;
    border-radius: 50px;
    z-index: 20;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.main-cta-btn:hover {
    background: #FFFFFF;
    color: #111111;
    transform: translate(-50%, -5px);
    box-shadow: 0 10px 25px rgba(0,0,0,0.3);
}

@media (max-width: 992px) {
    .desktop-text {
        display: none;
    }
    
    .mobile-text {
        display: block;
    }

    .hero-split-container {
        display: block;
        min-height: 100vh;
        margin-top: -100px;
    }
    
    .panel-right {
        display: none; 
    }
    
    .panel-left {
        width: 100%;
        min-height: 100vh;
        padding: 120px 20px; 
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
        background: url('https://images.unsplash.com/photo-1449844908441-8829872d2607?q=80&w=1080&auto=format&fit=crop') center/cover no-repeat;
    }

    .panel-left::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4);
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        z-index: 1;
    }

    .panel-content {
        margin: 0 auto;
        max-width: 90%;
        align-items: center;
    }
    
    .headline {
        font-size: 3.2rem;
        margin-bottom: 15px;
        text-shadow: 3px 3px 12px rgba(0, 0, 0, 0.8);
        white-space: normal;
    }

    .subtext {
        font-size: 1.1rem;
        text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8);
        background: rgba(0, 0, 0, 0.4);
    }

    .item-car {
        display: none;
    }
    
    /* Fixed Mobile CTA Button */
    .main-cta-btn {
        bottom: 30px;
        background: #FFFFFF;
        color: #6633FF;
        width: auto;
        max-width: 90%;
        padding: 14px 28px;
        font-size: 0.95rem;
        white-space: nowrap;
        text-align: center;
        box-shadow: 0 8px 25px rgba(0,0,0,0.2);
    }

    .main-cta-btn:hover {
        background: #00C4CC;
        border-color: #00C4CC;
        color: #FFFFFF;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e52ee99 */.fleet-section-header {
    text-align: center;
    margin: 60px auto 40px;
    padding: 0 20px;
    font-family: 'Montserrat', 'Segoe UI', Tahoma, sans-serif;
    max-width: 900px;
}

.fleet-top-subtitle {
    display: block;
    color: #6633FF; 
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.fleet-main-title {
    color: #0f172a; 
    font-size: 2.8rem; 
    font-weight: 900;
    margin: 0 0 15px 0;
    line-height: 1.2;
    letter-spacing: -1px;
}

.fleet-bottom-desc {
    color: #64748B;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 600;
    margin: 0;
}

@media (max-width: 768px) {
    .fleet-section-header {
        margin: 40px auto 25px;
    }

    .fleet-top-subtitle {
        font-size: 0.9rem;
    }

    .fleet-main-title {
        font-size: 2rem; 
        letter-spacing: -0.5px;
    }

    .fleet-bottom-desc {
        font-size: 0.95rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-89ceda1 */.testimonials-section-header {
    text-align: center;
    margin: 60px auto 40px;
    padding: 0 20px;
    font-family: 'Montserrat', 'Segoe UI', Tahoma, sans-serif;
    max-width: 900px;
}

.testimonials-top-subtitle {
    display: block;
    color: #6633FF; 
    font-size: 1rem;
    font-weight: 700;
    margin-bottom: 10px;
    letter-spacing: 1px;
}

.testimonials-main-title {
    color: #0f172a; 
    font-size: 2.8rem; 
    font-weight: 900;
    margin: 0 0 15px 0;
    line-height: 1.2;
    letter-spacing: -1px;
}

.testimonials-bottom-desc {
    color: #64748B;
    font-size: 1.1rem;
    font-style: italic;
    font-weight: 600;
    margin: 0;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .testimonials-section-header {
        margin: 40px auto 25px;
    }

    .testimonials-top-subtitle {
        font-size: 0.9rem;
    }

    .testimonials-main-title {
        font-size: 2rem; 
        letter-spacing: -0.5px;
    }

    .testimonials-bottom-desc {
        font-size: 0.95rem;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-4d134ce */.why-choose-us-section {
    padding: 80px 20px;
    max-width: 1200px;
    margin: 0 auto;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #0A1128;
    background-color: transparent;
}

.wcu-header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 50px auto;
}

.wcu-title {
    font-size: 2.8rem;
    font-weight: 800;
    margin-bottom: 15px;
    color: #0A1128;
}

.wcu-title span {
    font-style: italic;
    color: #6633FF;
}

.wcu-subtitle {
    font-size: 1.1rem;
    color: #6c757d;
    line-height: 1.6;
}

.wcu-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.wcu-column {
    display: flex;
    flex-direction: column;
    gap: 45px;
    flex: 1;
}

.wcu-item {
    text-align: center;
}

.wcu-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background-color: rgba(102, 51, 255, 0.08);
    border-radius: 50%;
    margin-bottom: 12px;
    color: #6633FF;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.wcu-icon svg {
    width: 34px;
    height: 34px;
    fill: currentColor;
}

.wcu-item:hover .wcu-icon {
    background-color: #6633FF;
    color: #ffffff;
    transform: translateY(-5px);
}

.wcu-item h3 {
    font-size: 1.25rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0A1128;
}

.wcu-item p {
    font-size: 1rem;
    color: #475569;
    line-height: 1.6;
    margin: 0;
}

.wcu-center-image {
    flex: 1.2;
    position: relative;
    z-index: 1;
    padding: 0 15px;
}

.wcu-center-image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 12px;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.1);
    object-fit: cover;
    aspect-ratio: 3/4;
    position: relative;
    z-index: 2;
}

.wcu-image-backdrop {
    position: absolute;
    top: 15px;
    right: -15px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 196, 204, 0.2);
    border-radius: 12px;
    z-index: 1;
}

.wcu-action {
    text-align: center;
    margin-top: 60px;
}

.wcu-btn {
    display: inline-block;
    background-color: #6633FF;
    color: #ffffff;
    padding: 16px 45px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: background-color 0.3s ease, transform 0.2s ease, box-shadow 0.3s ease;
    box-shadow: 0 6px 20px rgba(102, 51, 255, 0.3);
}

.wcu-btn:hover {
    background-color: #00C4CC;
    color: #ffffff;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 196, 204, 0.4);
}

@media (max-width: 992px) {
    .wcu-container {
        flex-direction: column;
    }

    .wcu-center-image {
        order: -1;
        width: 80%;
        max-width: 450px;
        margin: 0 auto 40px auto;
    }

    .wcu-column {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 30px;
        width: 100%;
    }
}

@media (max-width: 576px) {
    .wcu-column {
        grid-template-columns: 1fr;
    }
    
    .wcu-center-image {
        width: 95%;
    }

    .wcu-title {
        font-size: 2.2rem;
    }
}/* End custom CSS */