
.home-wrapper {
    background-color: #02030a;
    min-height: 100vh;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
}
.home-left, .home-right {
    display: flex;
    flex-direction: column;
}
.home-title, .home-subtitle {
    font-weight: 800;
    margin-bottom: 20px;
    opacity: 0;
    overflow: hidden;
    background: linear-gradient(135deg, #ff9a3c 0%, #ff4f81 30%, #a93cff 65%, #3ac8ff 100%);
    color: #fff;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.home-paragraph {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    opacity: 0;
}
.home-logo {
    width: 180px;
    margin-top: 20px;
    align-self: center;
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.8s ease;
}
.home-map {
    width: 60%;
    margin: 0 auto 20px;
    display: block;
    opacity: 0;
    filter: drop-shadow(0 0 10px #ff4f81);
}

.contact-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 18px;
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.5s ease;
}

.contact-item i {
    font-size: 22px;
    margin-right: 14px;
    margin-top: 3px;
    color: #ff9a3c;
}

.contact-text a {
    display: block;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
    line-height: 1.4;
}
.btn-outline-light {
    border: 1px solid #ff9a3c;
    color: #fff;
    transition: all 0.3s ease;
}

.btn-outline-light:hover {
    background: linear-gradient(135deg, #ff9a3c 0%, #ff4f81 30%, #a93cff 65%, #3ac8ff 100%);
    color: #fff;
    border-color: transparent;
}

.home-title, h2 {
    font-weight: 800;
    color: #fff;
    margin-bottom: 15px;
    opacity: 0;
}

p {
    font-size: 16px;
    line-height: 1.6;
    color: rgba(255,255,255,0.9);
    opacity: 0;
    margin-bottom: 0;
}
.step-1, .step-2, .step-3, .step-4, .step-5 {
    display: flex;
    align-items: center;
    gap: 20px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 14px;
    padding: 22px;
    backdrop-filter: blur(6px);
    transition: 0.3s ease;
    margin-left: auto;
    margin-right: auto;
}


.step-1:hover, .step-2:hover, .step-3:hover, .step-4:hover, .step-5:hover {
    background: rgba(255,255,255,0.06);
    transform: translateY(-4px);
    box-shadow:
    0 0 10px #ff4f81,
    0 0 20px rgba(255,79,129,0.6);
}

.expertise-img {
    width: 130px;
    height: 130px;
    border-radius: 50%;
    object-fit: cover;

    box-shadow:
        0 0 10px #ff4f81,
        0 0 20px rgba(255,79,129,0.6);
}


.form-control,
.form-select {
    background-color: #0b0f19;
    border: 1px solid #1f2937;
    color: white;
}

.form-control:focus,
.form-select:focus {
    background-color: #0b0f19;
    color: white;
    border-color: #6366f1;
    box-shadow: none;
}

.schema {
    width: 400px;
    height: 400px;
    margin: auto;
    position: relative;
}

.item {
    width: 110px;
    height: 110px;
    background: #0d6efd;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    border-radius: 10px;
    padding: 5px;
}
.item img {
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-bottom: 5px;
}
.item p {
    margin: 0;
    font-size: 12px;
}

.item:nth-child(1) { top: 0; left: 150px; }
.item:nth-child(2) { top: 150px; right: 0; }
.item:nth-child(3) { bottom: 0; left: 150px; }
.item:nth-child(4) { top: 150px; left: 0; }
.item:nth-child(5) { top: 150px; left: 150px; }
.schema::before,
.schema::after {
    content: "";
    position: absolute;
    background: white;
}

.schema::before {
    width: 2px;
    height: 100%;
    left: 50%;
}

.schema::after {
    height: 2px;
    width: 100%;
    top: 50%;
}


.arrow-modern {
    font-size: 2.5rem;
    color: #444;
    transition: 0.3s;
}

.step {
    opacity: 0;
    transform: translateY(15px);
    transition: all 0.5s ease;
}

.step.show {
    opacity: 1;
    transform: translateY(0);
}



.carousel-item img {
    height: 220px;
    object-fit: cover;
}

.card:hover {
    transform: scale(1.03);
    transition: 0.3s;
}

.btn-outline-showroom {
    background: linear-gradient(135deg, #ff9a3c 0%, #ff4f81 30%, #a93cff 65%, #3ac8ff 100%);
    color: #fff;
}




.btn-check:checked + .btn-outline-light {
    background: linear-gradient(135deg, #ff9a3c 0%, #ff4f81 30%, #a93cff 65%, #3ac8ff 100%);
}

.partner-price {
    color: #b388ff;
    font-weight: 700;
}
.offer-table {
    min-width: 900px;
}








