.home-features p {
    text-align: left;
    height: 200px;
}

.team-block {
    position: relative;
}

.financing.home-cars-reel-content {
    grid-template-columns: 1fr 1fr;
}

.home-cars-reel-item-wrapper {
    position: relative;
}

.home-cars-reel-item-wrapper::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%; 
    height: 1px;
    transform: translateX(-50%);
    background: linear-gradient(
            90deg,
            transparent,
            rgba(255,255,255,0.4),
            transparent
    );
}

.image-cover {
    position: relative;
    z-index: 0; 
}

.home-cars-reel-item {
    min-height: 35vh;
}

.image-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6); 
    z-index: 1; 
}

.team-description-2 {
    z-index: 2; 
}

.section.cloud-color-section {
    padding: 60px 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    overflow-x: auto;
}

._5-features-content, ._5-features-content .text-4xl {
    color: white;
}

.services-icons {
    width: 40px;
    fill: white;
}

.service-one-link {
    display: none;
}

.inner-footer {
    width: 100%;
    border-radius: unset;
}

.footer {
    padding-bottom: unset;
}

.plans-row {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    padding: 20px 10px;
    width: 100%;
    margin-top: 20px;
}

.worldwide-container.plans {
    flex: 0 0 320px; 
    border-radius: 16px;
    padding: 30px 25px;
    text-align: center;
    background: linear-gradient(145deg, #ffffff, #f0f4f8); 
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); 
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column; 
    justify-content: space-between; 
    height: auto; 
    min-height: 350px; 
    overflow: hidden; 
}

.worldwide-container.plans:hover {
    transform: translateY(-5px); 
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); 
}

.plan-name {
    font-size: 1.85rem;
    font-weight: 700;
    color: #333;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    text-align: center;
    word-wrap: break-word; 
}

.plans-columns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    flex-grow: 1; 
}

.left-col3 {
    font-size: 1rem;
    color: #555;
    text-align: center;
}

.left-col3 p {
    margin: 0;
    padding: 0;
}

.left-col3 strong {
    font-weight: 600;
    color: #3a3a3a;
    display: block;
    margin-bottom: 8px;
}

.left-col3 p {
    font-size: 1.1rem;
    color: #777;
}

@media (max-width: 768px) {
    .financing.home-cars-reel-content {
        grid-template-columns: 1fr;
    }

    .plans-row {
        flex-direction: column;
        gap: 20px;
    }

    .worldwide-container.plans {
        width: 100%;
        padding: 20px;
        min-height: 380px; 
    }

    .plan-name {
        font-size: 1.6rem;
    }

    
    .plans-columns {
        gap: 15px;
    }

    .left-col3 {
        font-size: 0.9rem;
    }

    .left-col3 p {
        font-size: 1rem; 
    }
}

.left-col3 {
    width: 100%;
    text-align: center;
    border-bottom: 1px solid #dedede;
    padding-bottom: 15px;
}

.left-col3:last-child {
    border-bottom: none;
}

.left-col3 p {
    margin: 5px 0;
    font-size: 1rem;
    color: #444;
}

.left-col3 strong {
    font-weight: 600;
    color: #555;
}

.elementor-divider {
    display: none;
}

@media (max-width: 768px) {
    .section.cloud-color-section h2 {
        font-size: 1.5rem;
    }
}

.section.no-padding-section.cloud-color-section {
    position: relative;
    padding: 100px 0; 
    overflow: hidden;
    box-sizing: border-box;
}

.section.no-padding-section.cloud-color-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: radial-gradient(circle, rgba(255, 255, 255, 0.1) 10%, transparent 40%);
    opacity: 0.2;
    animation: movePattern 15s linear infinite;
    z-index: -1; 
}

@keyframes movePattern {
    0% {
        transform: translate(0, 0);
    }
    100% {
        transform: translate(-50px, -50px);
    }
}

.section.no-padding-section.cloud-color-section::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    filter: blur(15px);
    z-index: -2; 
}

.contact-form-wrapper {
    background-color: var(--background--brand);
    width: 100%;
    padding: 40px 35px;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1;
    color: white;
}

.contact-form h2 {
    font-size: 2.5rem;
    margin-bottom: 30px;
    text-align: center;
    color: white;
    font-weight: 600;
    letter-spacing: 0.5px;
    font-family: 'Roboto', sans-serif;
}

.contact-form .form-control {
    width: 100%;
    padding: 18px 22px;
    border-radius: 10px;
    border: 2px solid #dcdfe1; 
    font-size: 1.1rem;
    color: white;
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
    font-family: 'Roboto', sans-serif;
}

.contact-form .form-control:focus {
    border-color: var(--primary); 
    outline: none;
    box-shadow: 0 0 8px rgba(52, 152, 219, 0.3);
}

.contact-form fieldset {
    border: none;
    margin-bottom: 40px;
}

.contact-form h3 {
    font-size: 1.4rem;
    text-transform: uppercase;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: 1px;
}

.contact-form p {
    margin-bottom: 20px;
}

.contact-form-wrapper h2 {
    margin-bottom: 1.5em !important;
}

.input-group {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 25px;
}

.input-group .form-group {
    flex: 1;
    min-width: 250px;
}

.contact-form .drop-down {
    padding: 18px 20px;
    border-radius: 10px;
    border: 2px solid #dcdfe1; 
    font-size: 1.1rem;
    color: #2c3e50;
    background-color: #ffffff;
    box-shadow: inset 0 1px 4px rgba(0, 0, 0, 0.1);
    transition: border-color 0.25s ease, box-shadow 0.25s ease;
}

.contact-form .drop-down:focus {
    border-color: var(--primary);
    box-shadow: 0 0 8px rgb(201, 42, 42);
    outline: none;
}

.carsy-grid-services {
    grid-template-columns: 1fr 1fr !important;
}

.button-primary-text {
    background-color: var(--primary);
    color: #fff;
    padding: 20px;
    font-size: 1.2rem;
    border-radius: 8px;
    font-weight: 600;
    text-transform: uppercase;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    width: 30%;
    margin: auto;
}

.button-primary-text:hover {
    background-color: var(--primary);
    transform: scale(1.05);
}

.button-primary-layer {
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 8px;
    opacity: 0;
    transition: opacity 0.25s ease;
}

.button-primary-text:hover .button-primary-layer {
    opacity: 1;
}

@media (max-width: 992px) {
    ._5-features-content, ._5-features-content .text-4xl {
        color: black;
    }
}

@media (max-width: 768px) {
    .carsy-grid-services {
        grid-template-columns: 1fr !important;
    }

    .contact-form-wrapper {
        padding: 30px 20px;
    }

    .contact-form h2 {
        font-size: 2.2rem;
    }

    .contact-form .form-control,
    .input-group .form-group input,
    .input-group .form-group select,
    .contact-form .drop-down {
        font-size: 1rem;
        padding: 14px 16px;
    }

    .input-group {
        flex-direction: column;
        gap: 18px;
    }

    .input-group .form-group {
        width: 100%;
    }
}

.shipping-types-section {
    padding: 80px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.shipping-types-cols {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
    margin: 0 auto;
    padding: 50px 20px;
    max-width: 1200px;
    width: 100%;
}

.shipping-type {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 320px;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    text-decoration: none;
    color: #fff;
    background-size: cover;
    background-position: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease, opacity 0.5s ease;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.3);
    opacity: 1;
}

.shipping-type:hover {
    transform: translateY(-15px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    opacity: 0.9;
}

.shipping-type .overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.shipping-type .text-block {
    position: relative;
    z-index: 2;
    padding: 20px;
    backdrop-filter: blur(6px);
    border-top: 2px solid rgba(255, 255, 255, 0.3);
    text-align: center;
    transition: background 0.3s ease;
}

.shipping-type .text-block strong {
    font-size: 18px;
    color: #fff;
    margin-bottom: 10px;
    font-weight: bold;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.shipping-type .text-block p {
    font-size: 14px;
    color: #dcdcdc;
    line-height: 1.5;
    margin: 0;
}

.shipping-type:hover .text-block {
    background: rgba(0, 0, 0, 0.6);
}

.w-layout-grid {
    display: grid;
}

@media (max-width: 768px) {
    .w-layout-grid {
        grid-template-columns: 1fr !important;
    }

    
    .shipping-types-cols {
        flex-direction: column;
        align-items: center;
        padding: 40px 20px;
    }

    
    .shipping-type {
        width: 90%;
        height: 350px;
        max-width: 450px;
        aspect-ratio: 1.2;
    }

    
    .shipping-type .text-block {
        padding: 15px;
    }

    
    .shipping-type .text-block strong {
        font-size: 16px;
    }

    .shipping-type .text-block p {
        font-size: 13px;
    }
}

@media (min-width: 1200px) {
    .shipping-type {
        width: 360px;
        height: 420px;
    }
}
