.wholesale-page {
    padding: 2rem 1rem;
    overflow: hidden;
    position: relative;
    background: #816A23;
    background: linear-gradient(180deg, rgba(255, 195, 0, 0.62) 0%, #B4983E 100%);
}
.page-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    gap: 2rem;
    align-items: center;
}
.info-section {
    width: 50%;
    color: #ffffff;
    text-align: center;
    padding: 45px;
}
.info-section h2 {
    font-size: 2.2rem;
    margin-bottom: 0.5rem;
    color: #ffffff;
}
.info-section .subtitle {
    font-size: 1.3rem;
    margin-bottom: 2rem;
}
.main-heading {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 2rem;
    text-align: start !important;
}
.stats-list {
    list-style: none;
    padding: 0;
    margin: 0 0 2rem 0;
    font-size: 2rem;
    text-align: start !important;
}
.stats-list li {
    margin-bottom: 0.5rem;
    color: #ffffff;
}
.download-btn {
    background: linear-gradient(259.21deg, #505050 15.65%, #050505 84.57%);
    color: white;
    padding: 1.75rem 2.5rem;
    border-radius: 9999px;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}
.download-btn :hover{
    background: linear-gradient(259.21deg, #505050 15.65%, #050505 84.57%);
    padding: 1.75rem 2.5rem;
}

.image{
    width: 50%;
    margin-top: 71px;
    z-index: 2;
    margin-left: 72px;
}
.form-section {
    background: rgba(255, 255, 255, 0.5);
    border-radius: 1.5rem;
    padding: 2rem;
    width: 80%;

}
.form-header {
    margin-bottom: 2rem;
}
.form-header h2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}
.form-header p {
    color: #666;
    font-size: 0.875rem;
}
.form-control {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 0.5rem;
    font-size:1.5rem;
}
.phone-group select {
    width: 100px;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    color: #374151;
    font-size: 0.875rem;
}
.submit-btn {
    background: linear-gradient(259.21deg, #505050 15.65%, #050505 84.57%);
    color: white;
    padding: 0.75rem 2rem;
    border-radius: 2rem;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}
.submit-btn:hover {
    background: linear-gradient(259.21deg, #505050 15.65%, #050505 84.57%);
}
@media (max-width: 992px) {
    .page-container {
        flex-direction: column;
    }
    .info-section, .form-section {
        width: 100%;
    }
}
h1.main-heading {
    color: white;
}

h1.main-heading {
    color: white;
    text-align: center;
    font-size: 6rem;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto;
}
.popup-submit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto;
}

.popup-content {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    position: relative;
    width: 100%;
}
.contact-submit {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin: 0;
    top: 0;
}
.popup-close {
    position: absolute;
    top: 10px;
    right: 10px;
    background: none;
    color: black;
    border: none;
    font-size: 20px;
    cursor: pointer;
}
.icon-container {
    margin-bottom: 20px;
}
.popup-content h3 {
    margin-top: 0;
    font-size: 24px;
    color: #333;
}

.popup-content p {
    margin-bottom: 30px;
    color: #666;
}
.close-btn {
    background-color: #000;
    color: white;
    border: none;
    padding: 12px 24px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 16px;
    text-transform: capitalize;
    transition: background-color 0.3s ease;
}
.catalogs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.catalog-item {
    position: relative;
    width: 23%;
    margin: 1%;
    text-align: center;
}
.catalog-image {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    display: block;
}
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 1;
}
.download-catalog {
    padding: 10px 20px;
    border: 1px solid white;
    color: white;
    text-decoration: none;
    border-radius: 5px;
    font-size: 14px;
}
h1.main-heading {
    color: white;
    text-align: center;
    font-size: 5rem !important;
}
@media (max-width: 768px) {
    .image{
        width: 100%;
    }

    .catalog-item {
        width: 48%;
        margin: 1%;
    }
    @media (max-width: 768px) {
        .popup-close {
            position: absolute;
            top: 4px;
            right: -10px;}
        .popup-overlay {
            align-items: flex-start;
            padding-top: 20px;
        }

        .popup-content {
            width: 100%;
            max-width: 100%;
            border-radius: 0;
            padding: 10px;
            margin: 0;
            top: 0;
        }

        .catalogs {
            flex-direction: column;
        }

        .catalog-item {
            width: 100%;
            margin: 10px 0;
        }

        .download-catalog {
            padding: 8px 16px;
            font-size: 12px;
        }
    }

}
@media (max-width: 480px) {
    .catalog-item {
        width: 100%;
        margin: 10px 0;
    }
    .popup-content {
        padding: 10px;
    }
    .download-catalog {
        padding: 8px 16px;
        font-size: 12px;
    }
}

img.img1 {
    position: absolute;
    left: 34%;
    top: 30%;
}
img.img2 {
    position: absolute;
    bottom: 0;
    right: 13%;
}

img.img3 {
    position: absolute;
    bottom: 0;
    right: 3%;
}
@media (max-width: 1024px) {
    .img1 {

        left: 39% !important;
    }
    img.img2 {
        position: absolute;
        bottom: 0;
        right: 10%;
    }
    .info-section{
        padding: 20px;
    }
}
@media (max-width: 992px) {
    .img1 {
        rotate: 30deg;
        top:18% !important;
        left: 49% !important;
        bottom: 30%;
    }
    .image{
        margin-left: unset;
    }
}
@media (max-width: 768px) {
    .img1 {

        left: 55% !important;
        bottom: 30%;
        top:18% !important;
    }
}
@media (max-width: 576px) {
    .img1 {
        left: 58% !important;
        bottom: 30%;
        top:20%;
    }
    .info-section h2 {
        font-size: 1.5rem;
    }
    .info-section .subtitle {
        font-size: 1.5rem;

    }
}
@media (max-width:450px) {
    .img1 {
       display: none !important;
    }
}
#maincontent{
    width:100% !important;
}

#main-content, .page-main {
    padding:unset !important;
}
.partner-sec {
    max-width: 1200px;
    margin: 0 auto;
    padding: 40px 20px;
    text-align: center;
    background-color: #f3f5f6;
}

.banner-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 14px;
    margin-bottom: 40px;
}

.banner-images img {
    height: 40px;
    object-fit: contain;

}
.banner-text {
    max-width: 800px;
    margin: 0 auto;
}

.large-text {
    font-size: 24px;
    line-height: 1.5;
    color: #333;
    margin-bottom: 30px;
    font-weight: 500;
}

.small-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.small-text p {
    color: #666;
    margin: 0;
}

.small-text button {
    border: 1px solid rgba(187, 147, 98, 1);
    background: #f3f5f6;
    color:rgba(187, 147, 98, 1);
    padding: 10px 30px;
    border-radius: 100px;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    transition: background-color 0.3s ease;
}
.small-text p {
    color :#353E5C;
}
@media (max-width: 768px) {
    .banner-images {
        gap: 20px;
    }

    .banner-images img {
        height: 30px;
    }

    .large-text {
        font-size: 20px;
    }
}
.close-btn{
    border: 1px solid rgba(187, 147, 98, 1);
    background: #f3f5f6;
    color: rgba(187, 147, 98, 1);
    padding: 10px 30px;
    border-radius: 100px;
    cursor: pointer;
    font-size: 14px;
    text-transform: capitalize;
    transition: background-color 0.3s ease;
}
.btn-div {
    margin-right: 272px;
}
@media (max-width: 1280px) {
    .btn-div {
        margin-right: 272px;
    }
}
@media (max-width: 1024px) {
    .btn-div {
        margin-right: 208px;
    }
}
@media (max-width: 992px) {
    .btn-div {
        margin-right: 656px;
    }
}
@media (max-width: 850px) {
    .btn-div {
        margin-right: 540px;
    }

}
@media (max-width: 768px) {
    .btn-div {
    margin-right: 500px;
}}
@media (max-width: 576px) {
    .btn-div {
    margin-right: unset;
}}
.popup-submit {
    display: none;
}
.phone-input-container {
    position: relative;
    margin-bottom: 1rem;
}
.hide {
    display: none;
}
#valid-msg {
    color: #00a000;
}
#error-msg {
    color: #ff0000;
}
.error {
    border-color: #ff0000;
}
.iti {
    width: 100%;
}
.iti__selected-flag {
    z-index: 1;
    position: relative;
    display: flex
;
    align-items: center;
    height: 49px !important;
    padding: 0 6px 0 8px;
}
.iti--allow-dropdown .iti__flag-container:hover .iti__selected-flag {
    background-color: #fff !important;
}

.iti--allow-dropdown .iti__flag-container:hover {
    cursor: pointer;
    background-color: #fff !important;
}
popup-submit {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
    overflow-y: auto;
}
