/* ARS WPBakery Custom Elements Styles */

.ars-sample-element-wrap {
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 20px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.ars-sample-element-wrap:hover {
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
}

.ars-sample-element-wrap .ars-sample-title {
    margin-top: 0;
    margin-bottom: 15px;
    font-size: 24px;
    color: #333;
}

.ars-sample-element-wrap .ars-sample-content {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
}

/* Buyer Marketplace Full-Width Banner Styles */
.ars-banner-wrapper {
    width: 100%;
    background-color: #222;
    background-image: repeating-radial-gradient(
        circle at 30% 50%,
        #2b2b2b,
        #2b2b2b 60px,
        #1e1e1e 60px,
        #1e1e1e 120px
    );
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    min-height: 700px;
    font-family: 'Prompt', 'Montserrat', Arial, sans-serif;
}

.ars-banner-main {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-grow: 1;
    padding: 60px 40px;
    position: relative;
    z-index: 2;
}

.ars-banner-content-box {
    max-width: 900px;
    width: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.ars-banner-text {
    max-width: 600px;
}

.ars-banner-supertitle {
    color: #ffffff;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin: 0 0 15px 0;
    opacity: 0.9;
}

.ars-banner-text h1 {
    color: #ffffff;
    font-size: 85px;
    line-height: 1.05;
    margin: 0;
    text-transform: uppercase;
    font-weight: 900;
    letter-spacing: -1.5px;
}

.ars-banner-text h2 {
    color: #ffcc1d;
    font-size: 42px;
    line-height: 1.2;
    margin: 15px 0 0 0;
    font-weight: 700;
    letter-spacing: -0.5px;
}

.ars-banner-logo {
    display: flex;
    justify-content: flex-end;
    margin-top: 60px;
    width: 100%;
}

.ars-banner-logo img {
    height: 80px;
    filter: brightness(0) invert(1);
}

.ars-banner-bottom-bar {
    background-color: #ffcc1d;
    width: 100%;
    padding: 25px 0;
    text-align: center;
    z-index: 2;
}

.ars-banner-bottom-bar span {
    color: #111;
    font-size: 18px;
    font-weight: 900;
    letter-spacing: 0.5px;
    padding: 0 10px;
}

.pipe {
    color: #ffffff !important;
    font-weight: 400;
}

@media (max-width: 900px) {
    .ars-banner-logo {
        justify-content: center;
        margin-top: 40px;
    }
    .ars-banner-text {
        text-align: center;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .ars-banner-text h1 {
        font-size: 55px;
    }
    .ars-banner-text h2 {
        font-size: 28px;
    }
    .ars-banner-bottom-bar span {
        font-size: 13px;
        padding: 0 5px;
    }
    .ars-banner-wrapper {
        min-height: 500px;
        background-image: repeating-radial-gradient(
            circle at 50% 50%,
            #2b2b2b,
            #2b2b2b 40px,
            #1e1e1e 40px,
            #1e1e1e 80px
        );
    }
}

@media (max-width: 480px) {
    .ars-banner-bottom-bar span {
        display: block;
        padding: 5px 0;
    }
    .pipe {
        display: none;
    }
}
