/**
 * Weblytic Labs © 2024
 *
 * All rights reserved,
 *
 * @category   Weblytic Extensions
 * @package    Wbl_MultiVendorMarketplace Module
 * @author     WeblyticLabs <support@weblyticlabs.com>
 * @copyright  Copyright © 2024 Weblytic Labs (https://weblyticlabs.com)
 * @store      Buy online at https://store.weblyticlabs.com
 * @license    One Paid Licence For One Website. No Rent. No Sell. No Share.
*/
.wbl-intro-banner {
    position: relative;
    height: auto;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
}
.wbl-intro-banner img {
    max-height: 300px;
    height: auto;
    cursor: default;
}
.wbl-intro-banner-text {
    position: absolute;
    display: flex;
    flex-flow: column;
    font-size: 38px;
    left: 0;
    top: 20%;
    max-width: 660px;
    margin-left: 20px;
}
.wbl-start-selling-btn, .wbl-start-selling-btn:visited {
    width: 150px;
    height: 50px;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    background: rgb(255, 205, 0);
    line-height: 50px;
    color: rgb(0, 0, 0);
    cursor: pointer;
    text-decoration: none;
}
.wbl-start-selling-btn:hover {
    font-weight: 600;
    text-decoration: none;
    border:1px solid #006bb4;
}
.wbl-usp-wrapper-container {
    position: relative;
    padding: 5px 40px;
    background: rgb(255, 255, 255);
    box-shadow: rgba(84, 130, 255, 0.12) 0 0 21px;
    margin-top: 5px;
    border-radius: 20px;
}
.wbl-usp-list {
    display: flex;
    flex-direction: row;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    padding: 10px 10px;
    flex-wrap: wrap;
}
.wbl-usp-list-item {
    background-color: white;
    text-align: center;
    height: 100%;
    list-style: none;
    margin:10px;
    flex-basis: 15%;
}
.wbl-usp-list-item img {
    vertical-align: middle;
    height: 50px;
    width: 50px;
}
.wbl-usp-list-item-desc {
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    font-weight: 400;
    width: 100%;
    padding-top: 12px;
}
.wbl-usp-list-item-divider-line {
    border-left: 2px solid rgb(210, 232, 245);
    height: 40px;
    margin: 0 auto;
}
.wbl-seller-story-container {
    gap: 34px;
    align-items: flex-start;
    align-self: flex-end;
    padding-top: 40px;
    display: flex;
    flex-flow: column;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
}
.wbl-seller-story-container h2 {
    font-style: normal;
    font-size: 40px;
    font-weight: 600;
    line-height: 48px;
    margin: 0;
    display: flex;
    flex-flow: wrap;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 0 15px;
}
.wbl-story-heading-highlight {
    color: #0a6c9f;
}
.wbl-story-carousel-container-main {
    max-width: 1200px;
    position: relative;
    margin: auto;
    width: 100%;
}
.wbl-story-carousel-container {
    border-radius: 40px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    padding: 0 30px;
    -webkit-box-pack: unset;
    justify-content: unset;
    background: rgb(245, 251, 255);
    gap: 50px;
    flex-direction: row;
}
.wbl-story-carousel-content {
    position: relative;
    width: 100%;
    height: auto;
    display: flex;
}
.wbl-story-carousel-content img {
    width: 100%;
    height: 200px;
    border-radius: 15px;
}
.wbl-carousel-left-navigate {
    cursor: pointer;
    user-select: none;
    visibility: visible;
    padding: 8px 16px;
    background: white;
    transform: translateY(-50%);
    box-shadow: rgba(0, 0, 0, 0.11) 0 1px 5px 0;
    border-radius: 50%;
    position: absolute;
    margin-top: 8%;
    left: -2%;
}
.wbl-carousel-right-navigate {
    cursor: pointer;
    user-select: none;
    visibility: visible;
    padding: 8px 16px;
    background: white;
    transform: translateY(-50%);
    box-shadow: rgba(0, 0, 0, 0.11) 0 1px 5px 0;
    border-radius: 50%;
    position: absolute;
    margin-top: 8%;
    right: -2%;
}
.wbl-carousel-dot-container {
    display: inline-block;
    margin: auto;
}
.wbl-dot {
    background-color: #eee;
    border: 1px solid #666;
    border-radius: 5px;
    box-shadow: inset 1px 1px 1px #888;
    display: inline-block;
    height: 10px;
    width: 10px;
}
.wbl-dot.active {
    background-color: #41ABE5;
    box-shadow: inset 2px 0 2px -2px #333;
}
.wbl-faq-page-navigator {
    display: flex;
    flex-flow: row;
    -webkit-box-pack: center;
    height: auto;
    border-top: 1px solid #d9d9d9;
}
.wbl-faq-nav-header {
    top: 100px;
    width:35%;
    display: block;
    float: left;
}
.wbl-faq-nav-items {
    display: flex;
    cursor: pointer;
    padding: 10px 0;
    gap: 5px;
}
.wbl-faq-nav-items .active {
    color: rgb(2, 124, 213);
    border: 1px solid rgb(2, 124, 213);
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
}
.wbl-faq-nav-items a {
    color: black;
}
.wbl-faq-nav-items a:hover {
    color: rgb(2, 124, 213);
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
}
.wbl-faq-nav-items img {
    width: 25%;
}
.wbl-faq-nav-content-container {
    display: flex;
    flex-flow: column;
    -webkit-box-align: center;
    align-items: center;
}
.wbl-faq-nav-content {
    display: flex;
    position: relative;
    flex-flow: column;
    font-size: 14px;
    background-color: rgb(255, 255, 255);
    width: 70%;
}
.wbl-faq-nav-content-header {
    font-style: normal;
    font-weight: 700;
    font-size: 24px;
    padding-bottom: 10px;
    line-height: 29px;
}
.wbl-faq-nav-content-header h2 {
    font-style: normal;
    font-weight: 600;
    line-height: 38px;
    font-size: 24px;
    margin: 0;
}
.wbl-faq-nav-content-header-bottom-border {
    height: 3px;
    display: flex;
    background: rgb(2, 124, 213);;
    width: 5%;
    border-radius: 40px;
}
.wbl-faq-nav-content-divider-container {
    display: flex;
    flex-flow: column;
    font-size: 14px;
    gap: 10px;
    -webkit-box-pack: justify;
    justify-content: space-between;
    box-shadow: rgba(85, 130, 255, 0.12) 0 0 21px;
    border-radius: 15px;
}
@media screen and (max-width: 600px) {
    .wbl-intro-banner-text {
        font-size: 20px;
    }
}
@media screen and (max-width: 375px) {
    .wbl-intro-banner-text {
        font-size: 15px;
    }
    .wbl-start-selling-btn {
        width:100px;
        height: auto;
        font-size: 10px;
        line-height: 20px;
    }
}
@media screen and (max-width: 300px) {
    .wbl-intro-banner-text {
        font-size: 10px;
    }
    .wbl-start-selling-btn {
        width:50px;
        height: auto;
        font-size: 5px;
        line-height: 10px;
    }
}
