
        #slider {
          position: relative;
          width: 300px;
          height: 490px;

          overflow: hidden;
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
        }

        #slider ul {
          position: relative;
          list-style: none;
          height: 100%;
          width: 10000%;
          padding: 0;
          margin: 0;
          transition: all 750ms ease;
          left: 0;
        }

        #slider ul li {
          position: relative;
          height: 100%;
          float: left;
        }

        #slider ul li img {
          width: 300px;
          height: 490px;
        }

        #slider #prev,
        #slider #next {
          width: 40px;
          line-height: 40px;
          font-size: 1.5rem;
          text-shadow: 0 0 20px rgba(0, 0, 0, 0.6);
          text-align: center;
          color: black;
          background: #f9f7fb;
          text-decoration: none;
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          transition: all 150ms ease;
        }

        #slider #prev:hover,
        #slider #next:hover {
          background-color: rgba(0, 0, 0, 0.5);
          text-shadow: 0;
          color: white;
        }


        #slider #next {
          right: 0px;
        }
          .container_asd {
        max-width: 1200px;
        margin: 0 auto;
        display: flex;
        gap: 40px;
        padding: 20px;
    }

    .process-section {
        flex: 1;
    }

    .registration-section {
    display: flex;
    justify-content: center;
    }

    .process-tag {
        display: inline-block;
        background-color: #e8e8e8;
        padding: 8px 16px;
        border-radius: 20px;
        margin-bottom: 20px;
    }

    .timeline {
        position: relative;
        padding-left: 40px;
    }

    .timeline-item {
        position: relative;
        padding-bottom: 40px;
    }

    .timeline::before {
        content: '';
        position: absolute;
        left: 15px;
        top: 30px;
        bottom: 0;
        width: 2px;
        background-color: #e0e0e0;
    }

    .number {
        position: absolute;
        left: -40px;
        width: 32px;
        height: 32px;
        background-color: white;
        border: 2px solid #e0e0e0;
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: bold;
    }

    .number{
        background-color: #76a835;
        color: white;
        border: none;
    }

    .timeline-title {
        font-size: 24px;
        margin-bottom: 10px;
    }

    .timeline-content {
        color: #555;
        line-height: 1.5;
    }


    .accordion {
        margin-top: 20px;
    }

    .accordion-item {
        background: white;
        border-radius: 8px;
        margin-bottom: 16px;
    }

    .accordion-header {
        padding: 20px;
        font-size: 20px;
        font-weight: bold;
        cursor: pointer;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    .accordion-content {
        padding: 0 20px 20px;
        color: #666;
        display: none;
    }

    .accordion-item.active .accordion-content {
        display: block;
    }

    .accordion-header::after {
        content: 'ÃƒÆ’Ã†â€™Ãƒâ€šÃ‚Â¢ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€šÃ‚Â ÃƒÆ’Ã‚Â¢ÃƒÂ¢Ã¢â‚¬Å¡Ã‚Â¬Ãƒâ€¦Ã¢â‚¬Å“';
        transition: transform 0.3s;
    }

    .accordion-item.active .accordion-header::after {
        transform: rotate(180deg);
    }

    @media (max-width: 768px) {
        .container_asd {
            flex-direction: column;
        }

        h1 {
            font-size: 32px;
        }

        .timeline-title {
            font-size: 20px;
        }
    }
     .home_padding1{
        padding-bottom: 25px !important ;
    }
.container_ms {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px;

    margin: auto;
    gap: 30px;
}

.image-box {
    flex: 1;
}

.image-box img {
    width: 100%;
    border-radius: 10px;
}

.content-box {
    flex: 1;
}

.content-box h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.content-box p {
    font-size: 16px;
    color: #555;
    margin-bottom: 20px;
}

.cards_as {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
}

.card_as {
    background: #f8f8f8;
    padding: 15px;
    border-radius: 10px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    flex: 1;
    text-align: center;
    max-width: 150px;
    box-shadow: rgb(118 168 53 / 40%) 5px 5px, rgb(118 168 53 / 30%) 10px 10px, rgb(118 168 53 / 20%) 15px 15px, rgb(118 168 53 / 10%) 20px 20px, rgb(118 168 53 / 5%) 25px 25px;

}

.card_as img {
    width: 100%;
    height: auto;
    border-radius: 5px;
    margin-bottom: 10px;
}

.card_as h3 {
    font-size: 16px;
    margin-bottom: 5px;
}

.card_as p {
    font-size: 14px;
    color: #777;
}

/* Responsive */
@media (max-width: 768px) {
    .container_ms {
        flex-direction: column;
        text-align: center;
    }

    .cards_as {
        justify-content: center;
    }

    .card_as {
        max-width: 100%;
    }
}


.container_as {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

.logo_as {
    width: 80px;
    height: 80px;
    background-color: #76a835;
    border-radius: 20px;
    margin: 0 auto 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 8px 20px rgba(0, 82, 255, 0.2);
    /* Added logo_as shadow */
}

.logo_as img {
    width: 40px;
    height: 40px;
    filter: invert(1);
}

.title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: #2d3748;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Added text shadow */
}

.title .rental {
    color: #76a835;
}

.title .rides {
    color: #76a835;
}

.subtitle {
    color: #666;
    max-width: 800px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.cards {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}

.card {
    background: white;
    border-radius: 24px;
    padding: 30px;
    flex: 1;
    min-width: 300px;
    max-width: 500px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 1.1),
                0 1px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
    /* Enhanced card shadow and added transition */
}

.card:hover {
    transform: translateY(-5px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12),
                0 4px 12px rgba(0, 0, 0, 0.08);
    /* Added hover effect */
}

.car-image {
    width: 100%;
    height: auto;
    margin-bottom: 20px;
    filter: drop-shadow(0 10px 15px rgba(0, 0, 0, 0.1));
    /* Added image shadow */
}

.card-title {
    font-size: 1.8rem;
    margin-bottom: 15px;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
    /* Added text shadow */
}

.card-title .classic {
    color: #76a835;
}

.card-title .premium {
    color: #76a835;
}

.card-desc {
    color: #666;
    margin-bottom: 20px;
}

.feature {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 15px 0;

    background: #f8f9ff;
    border-radius: 12px;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
    transition: all 0.2s ease;
    /* Added feature box shadow and transition */
}

.feature:hover {
    background: #f0f3ff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.06);
    /* Added feature hover effect */
}

.feature-icon {
    width: 24px;
    height: 24px;
    background: #e6e9ff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    /* Added icon shadow */
}

.feature-text {
    text-align: left;
    color: #4a5568;
}

@media (max-width: 768px) {
    .title {
        font-size: 2rem;
    }

    .card {
        min-width: 100%;
        box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08),
                    0 1px 6px rgba(0, 0, 0, 0.05);
        /* Adjusted shadow for mobile */
    }

    .subtitle {
        font-size: 0.9rem;
        padding: 0 20px;
    }

    .feature {
        margin: 12px 0;
        /* Adjusted spacing for mobile */
    }
}

