@media only screen and (min-width: 0px) and (max-width: 1000px) {
    .mobil_banner{
        display: block !important; 
    }
    .desc_banner{
        display: none !important;
    }

    .container-custome {
        display: block !important;
        padding-bottom: 25% !important;
        padding-top: 33% !important;
        height: auto !important;
    }

    .image-container {
        max-width: 100% !important;
        padding-right: 0px !important;
    }
   .image-container img {
        width: 100% !important;
        margin: 0 auto;
    }
    .content {
        /* margin: 0 auto; */
        max-width: 545px;
        text-align: left;
        margin-left: 4% !important;
        margin-right: 4% !important;
    }

    .container-custome {
        padding: 30% 0% !important;
    }

    .content p {
        font-size: 16px !important;
        font-weight: 700;
    }

    .button-container {
        display: flex
;
        gap: 13px !important;
        margin: 0 auto;
        justify-content: left;
        margin-top: 40px !important;
    }

    .btn-custom {
        background-color: #f48120;
        color: #fff;
        padding: 8px 15px !important;
        border: none;
        border-radius: 0px;
        font-size: 14px !important;
        cursor: pointer;
        width: fit-content;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .footer_section_contenar_threesection p {
        padding: 12px 0;
        color: #fff;
        text-align: left;
        font-size: 12px;
        margin: 0;
    }

    .footer_section_contenar_threesection:nth-child(1) {
        width: 90% !important;
    }

    .about-sec{
        width: 100%;
        float: left;
    }

    .login-container {
        width: 80% !important;
        margin: 25% auto;
        background: white;
        padding: 15px;
        border-radius: 10px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }
    
.me-btn {
    display: block;
    width: 60%;
    padding: 12px;
    background-color: #e46825;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
}

.login-container form {
    margin: 10px;
    border-top: #ee6927 1px solid;
    padding-top: 15px;
}

.me-btn {
    display: block;
    width: 60%;
    padding: 12px;
    background-color: #e46825;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 auto;
}

.re-me-sec {
    width: 80%;
    margin: 30% auto !important;
    float: none;
}

.re-me-container h2{
    font-size: 20px;
}

.re-me-container {
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    max-width: 400px;
    width: 100%;
    text-align: center;
    margin: 5% auto;
    border: 1px solid #ffd1b8;
}

.re-me-btn {
    display: block;
    width: 45%;
    padding: 12px;
    background-color: #e46825;
    color: white;
    border: none;
    border-radius: 6px;
    font-size: 16px;
    cursor: pointer;
    margin: 0 auto;
}

.reg-form-container {
    width: 80%;
    margin: 0 auto;
    background: white;
    padding: 20px;
    border-radius: 0px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border: 1px solid #ffd1b8;
}

.reg-form-container h2{
    font-size: 22px;
}

.reg-p1 {
    text-align: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #e46825;
    padding-bottom: 8px;
    font-size: 12px;
}

.form-group {
    margin-bottom: 9px;
}

.reg-form-container label {
    display: block;
    font-weight: bold;
    margin-bottom: 1px;
    font-size: 12px;
}

.reg-btn {
    display: block;
    width: 35%;
    padding: 12px;
    background-color: #e46825;
    color: white;
    border: none;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    margin: 0 auto;
}

.login-link {
    color: #e46825;
    text-align: center;
    padding-top: 15px;
    font-size: 12px;
}

.log-sec {
    width: 80%;
    float: none;
    margin: 0 auto !important;
}

.login-container2{
    width: 100% !important;
}
.login-container2{
    font-size: 12px;
}

.lg-btn {
    width: 35%;
    padding: 12px;
    background-color: #e46825;
    color: white;
    border: none;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
}

.rec-sec {
    width: 80%;
    float: none;
    margin: 0 auto;
}

.rec-container h2 {
    color: #e46825;
    margin-bottom: 10px;
    font-size: 22px;
}

.rec-btn {
    width: 35%;
    padding: 12px;
    background-color: #e46825;
    color: white;
    border: none;
    font-size: 14px;
    border-radius: 6px;
    cursor: pointer;
}


/*vendor profile page style*/

.up-profile-container h2 {
    text-align: center;
    color: #fe5e00;
    margin-bottom: 40px;
    font-size: 24px;
}

.up-profile-image-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.up-profile-info-group label {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
}

.up-profile-info-group {
    display: flex;
    justify-content: space-between;
    gap: 0px;
    margin-bottom: 0px;
}

.up-profile-info-group div {
    width: 100%;
    margin-bottom: 3px;
}

.up-profile-info-group p {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    background-color: #fff;
    height: 34px;
    display: flex;
    align-items: center;
}

.up-profile-image-group div {
    width: 100%;
    margin-bottom: 10px;
}

.update-link {
    text-decoration: none;
    color: #fe5e00;
    font-weight: bold;
    margin-top: 10px;
    display: inline-block;
    padding: 6px 8px;
    border: 2px solid #fe5e00;
    border-radius: 4px;
    font-size: 14px;
}

.profile-frm-container h2 {
    text-align: center;
    color: #fe5e00;
    margin-bottom: 28px;
    font-size: 23px;
}

.inner-div {
    width: 100%;
}

.profile-frm-form-group {
    display: flex
;
    justify-content: space-between;
    margin-bottom: 15px;
    gap: 10px;
}

.profile-frm-form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}

.profile-btn {
    display: block;
    width: 40%;
    padding: 10px;
    margin-top: 2px;
    background-color: #fff;
    color: #ee6b29;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

.vendor-container {
    /* max-width: 80rem; */
    height: auto;
    margin: 0 auto;
    padding: 0 1.25rem;
}

}

@media only screen and (min-width: 1001px) and (max-width: 1100px) {
    .image-container img {
        max-width: 100% !important;
    }
    .content p {
        font-size: 16px;
        font-weight: 700;
    }

    .content {
        /* margin: 0 auto; */
        max-width: 430px;
        text-align: left;
        margin-left: 4%;
    }

    .btn-custom {
        background-color: #f48120;
        color: #fff;
        padding: 12px 24px;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        width: fit-content;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .footer_section_contenar_threesection:nth-child(1) {
        width: 62% !important;
    }

    .footer_section_contenar_threesection p {
        padding: 12px 0;
        color: #fff;
        text-align: left;
        font-size: 14px;
        margin: 0;
    }

    .reg-form-container {
        width: 45%;
        margin: 0 auto;
        background: white;
        padding: 45px;
        border-radius: 0px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #ffd1b8;
    }

    /*vendor profile page style*/

    .up-profile-container {
        width: 80%;
        /* max-width: 1000px; */
        background-color: #fff;
        padding: 31px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin: 0 auto;
        border: 1px solid #ffd1b8;
    }

    .up-profile-info-group {
        display: flex;
        /* justify-content: space-between; */
        gap: 20px;
        margin-bottom: 10px;
    }

    .up-profile-info-group label {
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
        font-size: 14px;
        display: block;
    }

    .up-profile-info-group p {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 12px;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        background-color: #fff;
        height: 35px ;
        display: flex;
        align-items: center;
    }

    .update-link {
        text-decoration: none;
        color: #fe5e00;
        font-weight: bold;
        margin-top: 30px;
        display: inline-block;
        padding: 4px 15px;
        border: 2px solid #fe5e00;
        border-radius: 4px;
        font-size: 16px;
    }

    .profile-frm-form-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        gap: 26px;
    }

    .profile-frm-form-group label {
        width: 100%;
        margin-bottom: 10px;
    }

    .profile-frm-form-group label {
        font-weight: bold;
        color: #333;
        width: 30%;
        font-size: 14px;
    }

    .profile-frm-form-group input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .profile-frm-form-group label {
        font-weight: bold;
        color: #333;
        width: 100%;
        font-size: 14px;
    }

    .profile-frm-container {
        width: 80%;
        /* max-width: 1000px; */
        background-color: #fff;
        padding: 2% 5%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin: 0 auto;
        border: 1px solid #ffd1b8;
    }

    .profile-btn {
        display: block;
        width: 50%;
        padding: 10px;
        margin-top: 30px;
        background-color: #fff;
        color: #ee6b29;
        border: 1px solid;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .category-section {
        text-align: center;
        padding: 40px 65px;
    }

    .category-boxes {
        display: grid
    ;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 45px !important;
        max-width: 1500px;
        width: 100%;
    }

    .category h2 {
        font-size: 38px;
        margin-bottom: 20px;
        color: #e87223;
        font-weight: 600;
    }


    
}


@media only screen and (min-width: 1101px) and (max-width: 1200px) {
    .image-container img {
        max-width: 100% !important;
    }
    .content p {
        font-size: 16px;
        font-weight: 700;
    }

    .content {
        /* margin: 0 auto; */
        max-width: 430px;
        text-align: left;
        margin-left: 4%;
    }

    .btn-custom {
        background-color: #f48120;
        color: #fff;
        padding: 12px 24px;
        border: none;
        border-radius: 5px;
        font-size: 16px;
        cursor: pointer;
        width: fit-content;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .footer_section_contenar_threesection:nth-child(1) {
        width: 55% !important;
    }
    .footer_section_contenar_threesection p {
        padding: 12px 0;
        color: #fff;
        text-align: left;
        font-size: 14px;
        margin: 0;
    }

    .reg-form-container {
        width: 45%;
        margin: 0 auto;
        background: white;
        padding: 45px;
        border-radius: 0px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #ffd1b8;
    }

    /*vendor profile page style*/

    .up-profile-container {
        width: 80%;
        /* max-width: 1000px; */
        background-color: #fff;
        padding: 31px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin: 0 auto;
        border: 1px solid #ffd1b8;
    }

    .up-profile-info-group {
        display: flex;
        /* justify-content: space-between; */
        gap: 20px;
        margin-bottom: 10px;
    }

    .up-profile-info-group label {
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
        font-size: 14px;
        display: block;
    }

    .up-profile-info-group p {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 12px;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        background-color: #fff;
        height: 35px ;
        display: flex;
        align-items: center;
    }

    .update-link {
        text-decoration: none;
        color: #fe5e00;
        font-weight: bold;
        margin-top: 30px;
        display: inline-block;
        padding: 4px 15px;
        border: 2px solid #fe5e00;
        border-radius: 4px;
        font-size: 16px;
    }

    .profile-frm-form-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        gap: 26px;
    }

    .profile-frm-form-group label {
        width: 100%;
        margin-bottom: 10px;
    }

    .profile-frm-form-group label {
        font-weight: bold;
        color: #333;
        width: 30%;
        font-size: 14px;
    }

    .profile-frm-form-group input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .profile-frm-form-group label {
        font-weight: bold;
        color: #333;
        width: 100%;
        font-size: 14px;
    }

    .profile-frm-container {
        width: 80%;
        /* max-width: 1000px; */
        background-color: #fff;
        padding: 2% 5%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin: 0 auto;
        border: 1px solid #ffd1b8;
    }

    .profile-btn {
        display: block;
        width: 50%;
        padding: 10px;
        margin-top: 30px;
        background-color: #fff;
        color: #ee6b29;
        border: 1px solid;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .category-section {
        text-align: center;
        padding: 40px 65px;
    }

    .category-boxes {
        display: grid
    ;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: 60px !important;
        max-width: 1500px;
        width: 100%;
    }

    .category h2 {
        font-size: 38px;
        margin-bottom: 20px;
        color: #e87223;
        font-weight: 600;
    }
    
}

@media only screen and (min-width: 1201px) and (max-width: 1300px) {
    .image-container img {
        max-width: 100% !important;
    }
    .content p {
        font-size: 18px;
        font-weight: 700;
    }

    .content {
        /* margin: 0 auto; */
        max-width: 500px;
        text-align: left;
        margin-left: 4%;
    }

    .btn-custom {
        background-color: #f48120;
        color: #fff;
        padding: 12px 24px;
        border: none;
        border-radius: 5px;
        font-size: 18px;
        cursor: pointer;
        width: fit-content;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .footer_section_contenar_threesection:nth-child(1) {
        width: 48% !important;
    }

    .footer_section_contenar_threesection p {
        padding: 12px 0;
        color: #fff;
        text-align: left;
        font-size: 14px;
        margin: 0;
    }

    .reg-form-container {
        width: 40%;
        margin: 0 auto;
        background: white;
        padding: 45px;
        border-radius: 0px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #ffd1b8;
    }

    /*vendor profile page style*/

    .up-profile-container {
        width: 80%;
        /* max-width: 1000px; */
        background-color: #fff;
        padding: 31px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin: 0 auto;
        border: 1px solid #ffd1b8;
    }

    .up-profile-info-group {
        display: flex;
        /* justify-content: space-between; */
        gap: 20px;
        margin-bottom: 10px;
    }

    .up-profile-info-group label {
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
        font-size: 14px;
        display: block;
    }

    .up-profile-info-group p {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 12px;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        background-color: #fff;
        height: 35px ;
        display: flex;
        align-items: center;
    }

    .update-link {
        text-decoration: none;
        color: #fe5e00;
        font-weight: bold;
        margin-top: 30px;
        display: inline-block;
        padding: 4px 15px;
        border: 2px solid #fe5e00;
        border-radius: 4px;
        font-size: 16px;
    }

    .profile-frm-form-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        gap: 26px;
    }

    .profile-frm-form-group label {
        width: 100%;
        margin-bottom: 10px;
    }

    .profile-frm-form-group label {
        font-weight: bold;
        color: #333;
        width: 30%;
        font-size: 14px;
    }

    .profile-frm-form-group input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .profile-frm-form-group label {
        font-weight: bold;
        color: #333;
        width: 100%;
        font-size: 14px;
    }

    .profile-frm-container {
        width: 80%;
        /* max-width: 1000px; */
        background-color: #fff;
        padding: 2% 5%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin: 0 auto;
        border: 1px solid #ffd1b8;
    }

    .profile-btn {
        display: block;
        width: 50%;
        padding: 10px;
        margin-top: 30px;
        background-color: #fff;
        color: #ee6b29;
        border: 1px solid;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .category-section {
        text-align: center;
        padding: 40px 80px;
    }

    .category-boxes {
        display: grid; 
        gap: 60px !important;
    }

    .category h2 {
        font-size: 38px;
        margin-bottom: 20px;
        color: #e87223;
        font-weight: 600;
    }
    
}


@media only screen and (min-width: 1301px) and (max-width: 1400px) {
    .image-container img {
        max-width: 100% !important;
    }
    .content p {
        font-size: 18px;
        font-weight: 700;
    }

    .content {
        /* margin: 0 auto; */
        max-width: 550px;
        text-align: left;
        margin-left: 4%;
    }

    .btn-custom {
        background-color: #f48120;
        color: #fff;
        padding: 12px 24px;
        border: none;
        border-radius: 5px;
        font-size: 18px;
        cursor: pointer;
        width: fit-content;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .footer_section_contenar_threesection:nth-child(1) {
        width: 48% !important;
    }
    
    .footer_section_contenar_threesection p {
        padding: 12px 0;
        color: #fff;
        text-align: left;
        font-size: 14px;
        margin: 0;
    }

    .reg-form-container {
        width: 40%;
        margin: 0 auto;
        background: white;
        padding: 45px;
        border-radius: 0px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #ffd1b8;
    }

    
    /*vendor profile page style*/

    .up-profile-container {
        width: 80%;
        /* max-width: 1000px; */
        background-color: #fff;
        padding: 31px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin: 0 auto;
        border: 1px solid #ffd1b8;
    }

    .up-profile-info-group {
        display: flex;
        /* justify-content: space-between; */
        gap: 20px;
        margin-bottom: 10px;
    }

    .up-profile-info-group label {
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
        font-size: 14px;
        display: block;
    }

    .up-profile-info-group p {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 12px;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        background-color: #fff;
        height: 35px ;
        display: flex;
        align-items: center;
    }

    .update-link {
        text-decoration: none;
        color: #fe5e00;
        font-weight: bold;
        margin-top: 30px;
        display: inline-block;
        padding: 4px 15px;
        border: 2px solid #fe5e00;
        border-radius: 4px;
        font-size: 16px;
    }

    .up-profile-image-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .up-profile-sec {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
        background-color: #f9f9f9;
    }

    .profile-frm-form-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        gap: 26px;
    }

    .profile-frm-form-group label {
        width: 100%;
        margin-bottom: 10px;
    }

    .profile-frm-form-group label {
        font-weight: bold;
        color: #333;
        width: 30%;
        font-size: 14px;
    }

    .profile-frm-form-group input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .profile-frm-form-group label {
        font-weight: bold;
        color: #333;
        width: 100%;
        font-size: 14px;
    }

    .profile-frm-container {
        width: 80%;
        /* max-width: 1000px; */
        background-color: #fff;
        padding: 2% 5%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin: 0 auto;
        border: 1px solid #ffd1b8;
    }

    .profile-btn {
        display: block;
        width: 50%;
        padding: 10px;
        margin-top: 30px;
        background-color: #fff;
        color: #ee6b29;
        border: 1px solid;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .category-section {
        text-align: center;
        padding: 40px 80px;
    }

    .category-boxes {
        display: grid; 
        gap: 60px !important;
    }

    .category h2 {
        font-size: 38px;
        margin-bottom: 20px;
        color: #e87223;
        font-weight: 600;
    }

    .viewMore {
        width: 50%;
    }
    
}


@media only screen and (min-width: 1401px) and (max-width: 1500px) {
    .image-container img {
        max-width: 100% !important;
    }
    .content p {
        font-size: 18px;
        font-weight: 700;
    }

    .content {
        /* margin: 0 auto; */
        max-width: 550px;
        text-align: left;
        margin-left: 4%;
    }

    .btn-custom {
        background-color: #f48120;
        color: #fff;
        padding: 12px 24px;
        border: none;
        border-radius: 5px;
        font-size: 18px;
        cursor: pointer;
        width: fit-content;
        transition: background-color 0.3s ease, transform 0.2s ease;
    }

    .footer_section_contenar_threesection:nth-child(1) {
        width: 48% !important;
    }
    
    .footer_section_contenar_threesection p {
        padding: 12px 0;
        color: #fff;
        text-align: left;
        font-size: 14px;
        margin: 0;
    }

    .reg-form-container {
        width: 35%;
        margin: 0 auto;
        background: white;
        padding: 45px;
        border-radius: 0px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #ffd1b8;
    }

        /*vendor profile page style*/

        .up-profile-container {
            width: 80%;
            /* max-width: 1000px; */
            background-color: #fff;
            padding: 31px;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            margin: 0 auto;
            border: 1px solid #ffd1b8;
        }
    
        .up-profile-info-group {
            display: flex;
            /* justify-content: space-between; */
            gap: 20px;
            margin-bottom: 10px;
        }
    
        .up-profile-info-group label {
            font-weight: bold;
            color: #333;
            margin-bottom: 10px;
            font-size: 14px;
            display: block;
        }
    
        .up-profile-info-group p {
            font-size: 14px;
            margin-bottom: 10px;
            padding: 12px;
            border: 1px solid #d5d5d5;
            border-radius: 5px;
            background-color: #fff;
            height: 35px ;
            display: flex;
            align-items: center;
        }
    
        .update-link {
            text-decoration: none;
            color: #fe5e00;
            font-weight: bold;
            margin-top: 30px;
            display: inline-block;
            padding: 4px 15px;
            border: 2px solid #fe5e00;
            border-radius: 4px;
            font-size: 16px;
        }
    
        .up-profile-image-group {
            display: flex;
            justify-content: space-between;
            margin-bottom: 10px;
        }
    
        .up-profile-sec {
            display: flex;
            justify-content: center;
            align-items: center;
            padding: 40px 0;
            background-color: #f9f9f9;
        }

        .profile-frm-form-group {
            display: flex;
            justify-content: space-between;
            margin-bottom: 8px;
            gap: 26px;
        }
    
        .profile-frm-form-group label {
            width: 100%;
            margin-bottom: 10px;
        }
    
        .profile-frm-form-group label {
            font-weight: bold;
            color: #333;
            width: 30%;
            font-size: 14px;
        }
    
        .profile-frm-form-group input {
            width: 100%;
            padding: 10px;
            border: 1px solid #ddd;
            border-radius: 8px;
            font-size: 14px;
            margin-bottom: 10px;
        }
    
        .profile-frm-form-group label {
            font-weight: bold;
            color: #333;
            width: 100%;
            font-size: 14px;
        }
    
        .profile-frm-container {
            width: 80%;
            /* max-width: 1000px; */
            background-color: #fff;
            padding: 2% 5%;
            box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
            border-radius: 5px;
            margin: 0 auto;
            border: 1px solid #ffd1b8;
        }
    
        .profile-btn {
            display: block;
            width: 50%;
            padding: 10px;
            margin-top: 30px;
            background-color: #fff;
            color: #ee6b29;
            border: 1px solid;
            border-radius: 5px;
            font-size: 14px;
            cursor: pointer;
            font-weight: bold;
            transition: background-color 0.3s ease;
        }

        .category-section {
            text-align: center;
            padding: 40px 80px;
        }
    
        .category-boxes {
            display: grid; 
            gap: 60px !important;
        }
    
        .category h2 {
            font-size: 38px;
            margin-bottom: 20px;
            color: #e87223;
            font-weight: 600;
        }
    
        .viewMore {
            width: 50%;
        }
        
}


@media only screen and (min-width: 1501px) and (max-width: 1600px) {
    .footer_section_contenar_threesection:nth-child(1) {
        width: 42% !important;
    }

    .reg-form-container {
        width: 35%;
        margin: 0 auto;
        background: white;
        padding: 45px;
        border-radius: 0px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border: 1px solid #ffd1b8;
    }

     /*vendor profile page style*/

     .up-profile-container {
        width: 80%;
        /* max-width: 1000px; */
        background-color: #fff;
        padding: 31px;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin: 0 auto;
        border: 1px solid #ffd1b8;
    }

    .up-profile-info-group {
        display: flex;
        /* justify-content: space-between; */
        gap: 20px;
        margin-bottom: 10px;
    }

    .up-profile-info-group label {
        font-weight: bold;
        color: #333;
        margin-bottom: 10px;
        font-size: 14px;
        display: block;
    }

    .up-profile-info-group p {
        font-size: 14px;
        margin-bottom: 10px;
        padding: 12px;
        border: 1px solid #d5d5d5;
        border-radius: 5px;
        background-color: #fff;
        height: 35px ;
        display: flex;
        align-items: center;
    }

    .update-link {
        text-decoration: none;
        color: #fe5e00;
        font-weight: bold;
        margin-top: 30px;
        display: inline-block;
        padding: 4px 15px;
        border: 2px solid #fe5e00;
        border-radius: 4px;
        font-size: 16px;
    }

    .up-profile-image-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 10px;
    }

    .up-profile-sec {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 40px 0;
        background-color: #f9f9f9;
    }

    .profile-frm-form-group {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px;
        gap: 26px;
    }

    .profile-frm-form-group label {
        width: 100%;
        margin-bottom: 10px;
    }

    .profile-frm-form-group label {
        font-weight: bold;
        color: #333;
        width: 30%;
        font-size: 14px;
    }

    .profile-frm-form-group input {
        width: 100%;
        padding: 10px;
        border: 1px solid #ddd;
        border-radius: 8px;
        font-size: 14px;
        margin-bottom: 10px;
    }

    .profile-frm-form-group label {
        font-weight: bold;
        color: #333;
        width: 100%;
        font-size: 14px;
    }

    .profile-frm-container {
        width: 80%;
        /* max-width: 1000px; */
        background-color: #fff;
        padding: 2% 5%;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
        border-radius: 5px;
        margin: 0 auto;
        border: 1px solid #ffd1b8;
    }

    .profile-btn {
        display: block;
        width: 50%;
        padding: 10px;
        margin-top: 30px;
        background-color: #fff;
        color: #ee6b29;
        border: 1px solid;
        border-radius: 5px;
        font-size: 14px;
        cursor: pointer;
        font-weight: bold;
        transition: background-color 0.3s ease;
    }

    .category-section {
        text-align: center;
        padding: 40px 80px;
    }

    .category-boxes {
        display: grid; 
        gap: 60px !important;
    }

    .category h2 {
        font-size: 38px;
        margin-bottom: 20px;
        color: #e87223;
        font-weight: 600;
    }

    .viewMore {
        width: 50%;
    }
    
}


@media only screen and (min-width: 1601px) and (max-width: 1700px) {
 /*vendor profile page style*/

 .up-profile-container {
    width: 80%;
    /* max-width: 1000px; */
    background-color: #fff;
    padding: 31px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0 auto;
    border: 1px solid #ffd1b8;
}

.up-profile-info-group {
    display: flex;
    /* justify-content: space-between; */
    gap: 20px;
    margin-bottom: 10px;
}

.up-profile-info-group label {
    font-weight: bold;
    color: #333;
    margin-bottom: 10px;
    font-size: 14px;
    display: block;
}

.up-profile-info-group p {
    font-size: 14px;
    margin-bottom: 10px;
    padding: 12px;
    border: 1px solid #d5d5d5;
    border-radius: 5px;
    background-color: #fff;
    height: 35px ;
    display: flex;
    align-items: center;
}

.update-link {
    text-decoration: none;
    color: #fe5e00;
    font-weight: bold;
    margin-top: 30px;
    display: inline-block;
    padding: 4px 15px;
    border: 2px solid #fe5e00;
    border-radius: 4px;
    font-size: 16px;
}

.up-profile-image-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.up-profile-sec {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 0;
    background-color: #f9f9f9;
}

.profile-frm-form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 26px;
}

.profile-frm-form-group label {
    width: 100%;
    margin-bottom: 10px;
}

.profile-frm-form-group label {
    font-weight: bold;
    color: #333;
    width: 30%;
    font-size: 14px;
}

.profile-frm-form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}

.profile-frm-form-group label {
    font-weight: bold;
    color: #333;
    width: 100%;
    font-size: 14px;
}

.profile-frm-container {
    width: 80%;
    /* max-width: 1000px; */
    background-color: #fff;
    padding: 2% 5%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0 auto;
    border: 1px solid #ffd1b8;
}

.profile-btn {
    display: block;
    width: 50%;
    padding: 10px;
    margin-top: 30px;
    background-color: #fff;
    color: #ee6b29;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

}


@media only screen and (min-width: 1701px) and (max-width: 1800px) {
    /*vendor profile page style*/
   
    .up-profile-container {
       width: 80%;
       /* max-width: 1000px; */
       background-color: #fff;
       padding: 31px;
       box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
       border-radius: 5px;
       margin: 0 auto;
       border: 1px solid #ffd1b8;
   }
   
   .up-profile-info-group {
       display: flex;
       /* justify-content: space-between; */
       gap: 20px;
       margin-bottom: 10px;
   }
   
   .up-profile-info-group label {
       font-weight: bold;
       color: #333;
       margin-bottom: 10px;
       font-size: 14px;
       display: block;
   }
   
   .up-profile-info-group p {
       font-size: 14px;
       margin-bottom: 10px;
       padding: 12px;
       border: 1px solid #d5d5d5;
       border-radius: 5px;
       background-color: #fff;
       height: 35px ;
       display: flex;
       align-items: center;
   }
   
   .update-link {
       text-decoration: none;
       color: #fe5e00;
       font-weight: bold;
       margin-top: 30px;
       display: inline-block;
       padding: 4px 15px;
       border: 2px solid #fe5e00;
       border-radius: 4px;
       font-size: 16px;
   }
   
   .up-profile-image-group {
       display: flex;
       justify-content: space-between;
       margin-bottom: 10px;
   }
   
   .up-profile-sec {
       display: flex;
       justify-content: center;
       align-items: center;
       padding: 40px 0;
       background-color: #f9f9f9;
   }

   .profile-frm-form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 26px;
}

.profile-frm-form-group label {
    width: 100%;
    margin-bottom: 10px;
}

.profile-frm-form-group label {
    font-weight: bold;
    color: #333;
    width: 30%;
    font-size: 14px;
}

.profile-frm-form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}

.profile-frm-form-group label {
    font-weight: bold;
    color: #333;
    width: 100%;
    font-size: 14px;
}

.profile-frm-container {
    width: 80%;
    /* max-width: 1000px; */
    background-color: #fff;
    padding: 2% 5%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0 auto;
    border: 1px solid #ffd1b8;
}

.profile-btn {
    display: block;
    width: 50%;
    padding: 10px;
    margin-top: 30px;
    background-color: #fff;
    color: #ee6b29;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

   }

   @media only screen and (min-width: 1801px) and (max-width: 1900px) {
    /*vendor profile page style*/
   
    .up-profile-container {
       width: 80%;
       /* max-width: 1000px; */
       background-color: #fff;
       padding: 31px;
       box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
       border-radius: 5px;
       margin: 0 auto;
       border: 1px solid #ffd1b8;
   }
   
   .up-profile-info-group {
       display: flex;
       /* justify-content: space-between; */
       gap: 20px;
       margin-bottom: 10px;
   }
   
   .up-profile-info-group label {
       font-weight: bold;
       color: #333;
       margin-bottom: 10px;
       font-size: 14px;
       display: block;
   }
   
   .up-profile-info-group p {
       font-size: 14px;
       margin-bottom: 10px;
       padding: 12px;
       border: 1px solid #d5d5d5;
       border-radius: 5px;
       background-color: #fff;
       height: 35px ;
       display: flex;
       align-items: center;
   }
   
   .update-link {
       text-decoration: none;
       color: #fe5e00;
       font-weight: bold;
       margin-top: 30px;
       display: inline-block;
       padding: 4px 15px;
       border: 2px solid #fe5e00;
       border-radius: 4px;
       font-size: 16px;
   }
   
   .up-profile-image-group {
       display: flex;
       justify-content: space-between;
       margin-bottom: 10px;
   }
   
   .up-profile-sec {
       display: flex;
       justify-content: center;
       align-items: center;
       padding: 40px 0;
       background-color: #f9f9f9;
   }

   .profile-frm-form-group {
    display: flex;
    justify-content: space-between;
    margin-bottom: 8px;
    gap: 26px;
}

.profile-frm-form-group label {
    width: 100%;
    margin-bottom: 10px;
}

.profile-frm-form-group label {
    font-weight: bold;
    color: #333;
    width: 30%;
    font-size: 14px;
}

.profile-frm-form-group input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-bottom: 10px;
}

.profile-frm-form-group label {
    font-weight: bold;
    color: #333;
    width: 100%;
    font-size: 14px;
}

.profile-frm-container {
    width: 80%;
    /* max-width: 1000px; */
    background-color: #fff;
    padding: 2% 5%;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    margin: 0 auto;
    border: 1px solid #ffd1b8;
}

.profile-btn {
    display: block;
    width: 50%;
    padding: 10px;
    margin-top: 30px;
    background-color: #fff;
    color: #ee6b29;
    border: 1px solid;
    border-radius: 5px;
    font-size: 14px;
    cursor: pointer;
    font-weight: bold;
    transition: background-color 0.3s ease;
}

   }