p,
button,
select,
option,
label,
span,
h1,
h2,
h3,
h4,
h5,
h6,
input,
.search-box,
.delivering-soon {
    font-family: 'AvantGardeDemi', sans-serif !important;
}

.hero-p {
    font-size: 1.5rem;
    margin-bottom: -15px;
    margin-top: -10px;
    line-height: 1.2;
    color: white;
}

.fa-check {
    background: #4F2774;
    border-radius: 100px;
    padding: 10px;
    color: white;
    font-size: 1rem;
    margin-right: 12px;
}

.lm {
    background-color: #4F2774;
    color: white;
    cursor: pointer;
    width: 100%;
    height: 116px;
    border-radius: 0px;
    margin-top: 0px;
    font-size: 1.2rem;
}

.lm:hover {
    background-color: #230c30;
    color: white;
}

.search-box {
    display: flex;
    align-items: center;
    background: white;
    border-radius: 30px;
    padding: 4px 5px;
    border: 2px solid white;
    width: 100%;
    max-width: 450px;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}

.search-box input {
    border: none;
    outline: none;
    flex: 1;
    font-size: 16px;
    color: #4a2979;
    font-weight: bold;
}

.search-box input::placeholder {
    color: #4a2979;
    font-style: italic;
}

.search-box button {
    background: none;
    border: none;
    cursor: pointer;
    color: #4a2979;
}

.search-box button i {
    font-size: 20px;
}

/*Mob*/
@media (max-width: 600px) {

    h1,
    h2 {
        font-size: 1.8rem !important;
    }

    .rider-heading {
        margin-top: 10px;
        font-weight: 700;
        color: #000;
        text-align: left;
        margin-bottom: -40px;
    }

    .rider-heading span {
        font-size: 2rem;
        color: #4F2774;
    }

    .hero-bottom {
        margin-top: -20px !important;
    }

    .hero-banner {
        padding-top: 20%;
        padding-bottom: 18%;
        background: #fbca2b;
    }

    .upload-box {
        margin-top: 20px;
    }

    .steps-container {
        overflow: scroll;
    }
}

/*Desk*/
@media (min-width: 600px) {
    .rider-heading {
        margin-top: 0px;
        font-weight: 700;
        color: #000;
        text-align: left
    }

    .rider-heading span {
        font-size: 4rem;
        color: #4F2774;
    }

    .hero-banner {
        padding-top: 1%;
        padding-bottom: 1%;
        background: #fbca2b
    }
}

.hero-bottom {
    background: linear-gradient(128deg, rgba(79, 39, 116, 1) 41%, rgba(103, 54, 149, 1) 100%);
    border-radius: 20px;
    padding: 10px;
    position: relative;
    overflow: hidden;
    margin-top: -50px;
}

.hero-bottom h2 {
    font-weight: 900;
    color: #fff;
    margin-left: 20px;
}

.feature-box {
    background: #fff;
    color: #4F2774;
    border-radius: 15px;
    text-align: center;
    width: 100%;
    max-width: 170px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feature-box img {
    width: 150px;
}

.feature-box p {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.feature-container {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

@media (max-width: 768px) {
    .feature-box {
        width: 100%;
        max-width: 300px;
    }
}

.feature-box img {
    width: 50%;
}

.feature-box {
    padding: 10px;
}

.feature-box p {
    line-height: 1.2;
    color: black;
}

@media (max-width:600px) {
    .feature-box p {
        line-height: 1.2;
        color: black;
        font-size: 1.4rem;
    }

    .feature-box img {
        width: 25%;
    }
}

.platform-section {
    margin-top: 5%;
}

.form-label {
    font-weight: bold;
}

.form-control,
.declaration,
.form-select {
    border: 2px solid #704270;
    border-radius: 5px;
}

.upload-box {
    border-radius: 5px;
    width: 100%;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    font-size: 14px;
    background: #552573;
    color: #704270;
}

.upload-box img {
    width: 40px;
    opacity: 0.7;
}

.iti {
    width: 100%;
}

.signature-box {
    width: 100%;
    height: 150px;
    border: 2px solid #704270;
    border-radius: 5px;
    background: white;
}

.btn-save {
    background-color: #FBC02D;
    color: black;
    font-weight: bold;
    border: none;
    padding: 5px 15px;
    border-radius: 5px;
}

.btn-clear {
    color: red;
    font-weight: bold;
    border: none;
    background: none;
    cursor: pointer;
}

.btn-next {
    background-color: #552573;
    color: white;
    border: none;
    padding: 8px 20px;
    border-radius: 5px;
}

/* Hide default radio buttons */
input[type="radio"] {
    display: none;
}

/* Style for the option labels */
.size-option {
    border: 2px solid #704270;
    border-radius: 5px;
    padding: 5px 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    user-select: none;
}

/* Selected style */
input[type="radio"]:checked+.size-option {
    background-color: #FFD700;
    color: black;
    border-color: #FFD700;
}

/* Hover effect */
.size-option:hover {
    border-color: #FFD700;
}

/* Group container border */
.size-group {
    border-radius: 5px;
}

.steps-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
    gap: 30px;
    margin-top: 20px;
}

.step {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.step-number {
    background-color: #FBC02D;
    color: #000;
    font-weight: bold;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 18px;
}

.step-description {
    margin-top: 10px;
    font-size: 18px;
    max-width: 250px;
    font-weight: bold;
    color: #4F2774
}

.arrow {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

.remove-btn {
    position: absolute;
    inset-inline-end: 10px;
    inset-block-start: 10px;
    border-radius: 5px;
    background-color: transparent;
    border: 1px solid #ff6d6d;
    color: #ff6d6d;
    display: none;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 300ms ease;
}

.upload-box .upload-icon {
    font-size: 2rem;
    color: white;
    position: absolute;
}

.upload-box {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 150px; /* Fixed height */
    background: #552573;
    border-radius: 8px;
    overflow: hidden;
}

/* Ensures full image is visible in the container */
.upload-box img {
    display: block;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Keeps full image without cutting */
    border-radius: 5px;
}

/* Specific styling for Cover Photo */
.upload-box.large-image-container img {
    width: 100%;
    height: 100%;
    object-fit: contain; /* Ensures full image is visible */
}

.select2-selection--single {
    height: 40px !important;
    padding-top: 5px !important;
    border: 2px solid #704270 !important;
    border-radius: 5px !important;
}

/* Specific styling for Logo */
/* .upload-box.logo img {
    width: auto;
    height: 100%;
    object-fit: contain;
} */

.custom-error-field {
    border: 2px solid red !important;
}
/*.custom-success-field {
    border: 2px solid green;
}*/
