form#bta-signup-form .form-step .form-check {
    margin-bottom: 10px;
    margin-top: 13px;
    color: #fff;
}

/* Step 2: membership type selection prompt */
.role-select-prompt {
    color: #f5b25e;
    font-weight: bold;
    font-size: 1.1em;
    margin-bottom: 14px;
    margin-top: 4px;
}

/* Step 2: user-role option rows – clickable, hover, selected */
.user-role-option {
    cursor: pointer;
    padding: 10px 14px;
    border-radius: 8px;
    border: 2px solid transparent;
    transition: border-color 0.15s, background-color 0.15s;
}
.user-role-option:hover {
    border-color: #f5b25e;
    background-color: rgba(245, 178, 94, 0.1);
}
.user-role-option:has(input[type="radio"]:checked) {
    border-color: #f5b25e;
    background-color: rgba(245, 178, 94, 0.18);
}
.user-role-option .form-check-label {
    cursor: pointer;
}
.user-role-option .form-check-input {
    cursor: pointer;
    height: 18px;
    width: 18px;
    margin-top: 3px;
}
.brand-card .card,.blog-card .card {
    background: #f8f3e8;
}
form#bta-signup-form .form-check label, form#bta-signup-form .form-step label {
    color: #fff;
}
form#bta-signup-form .form-step input[type="text"], form#bta-signup-form .form-step input[type="email"],form#bta-signup-form .form-step input[type="date"]{
    background: transparent;
    color: #fff;
    height: 50px;
    margin: 12px 0px;
    border-radius: 40px;
}
form#bta-signup-form .form-step input::placeholder {
    color: #fff;
}
/* form css */

.membership-frm-sec .progress {
  height: 10px;
  border-radius: 100px;
}
.membership-frm-sec .form-step {
  margin-top: 60px;
}
.membership-frm-sec .form-step h3 {
  max-width: 700px;
}
.membership-frm-sec .form-step button.btn.btn-primary.next-step:hover {
  background-color: transparent;
  border: 1px solid transparent;
}
.membership-frm-sec .form-step h4 {
  font-size: 30px;
  margin-bottom: 20px;
}
.membership-frm-sec button.prev-step,
.membership-frm-sec button.next-step {
  padding: 15px 45px;
}
.membership-frm-sec .form-check-input {
  height: 15px;
  width: 15px;
  margin-top: 5px;
}
.membership-frm-sec form#bta-signup-form .form-step input[type="tel"]
{
	height:50px;
	margin:10px 0;
	color: #fff;
}
.membership-frm-sec form#bta-signup-form .form-step input[type="text"],
.membership-frm-sec form#bta-signup-form .form-step input[type="email"],
.membership-frm-sec form#bta-signup-form .form-step input[type="date"],
.membership-frm-sec form#bta-signup-form .form-step input[type="tel"] {
  border-radius: 7px;
  font-size: 14px;
  background-color: #ffffff1f;
}
.membership-frm-sec .form-step select {
  margin-top: 13px;
}
.membership-frm-sec button.submitbtn {
  margin-top: 30px;
}
.membership-frm-sec .form-step p {
  max-width: 100%;
}
div#ajaxsearchliteres1 {
  border-radius: 15px;
}

div[id*="ajaxsearchliteres"].wpdreams_asl_results .results img.asl_image {
  border-radius: 12px;
}

.card.event-item {
    background: #f8f3e8;
    border-radius: 20px;
}
div.asl_r .results a span.overlap {
  position: unset;
}
div.asl_r .results .item .asl_content:hover a,
div.asl_r .results .item .asl_content h3 a:hover,
div.asl_r .results .item .asl_content h3,
div.asl_r .results .item .asl_content h3 a {
  color: #f5b25e  !important;
}
div.asl_r .results .item .asl_content a {
  text-transform: capitalize;
}
div[id*="ajaxsearchliteres"].wpdreams_asl_results .results img.asl_image {
  width: 90px  !important;
  height: 90px  !important;
  object-fit: cover  !important;
}
div.asl_r .resdrg .asl_r_blog {
  padding-bottom: 10px  !important;
  margin-bottom: 10px  !important;
}
div.asl_r .results .item .asl_content .asl_desc {
  width: calc(100% - 98px)  !important;
  margin-left: auto  !important;
}

.blg-img {
  border-radius: 15px;
  overflow: hidden;
}
.blg-crd h6 {
  text-transform: capitalize;
}
.blg-crd {
  display: flex;
  flex-direction: column;
}
ul.cate-list a {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#ajaxsearchlite1 .probox, div.asl_w .probox {
    background-color: transparent !important;
    border: 1px solid #0000004d  !important;
}
.blg-txt {
    font-size: 16px;
}

.pagination {
  justify-content: center;
}
.page-numbers {
  border: 1px solid #000;
  border-radius: 100%;
  height: 50px;
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination {
  justify-content: center;
}
.pagination p {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}
 .page-numbers.current,
 a.next.page-numbers,
a.prev.page-numbers {
  background-color: #f5b25e;
  color: #fff;
} .page-numbers:hover {
  background-color: #f5b25e;
  color: #fff;
}
.pagination-wrap {
    display: flex;
    justify-content: center;
}
.page-numbers {
    gap: 12px;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a {
    font-weight: bold !important;
}
.log-profie {
    position: relative;
}
.membership-frm-sec .form-step select {
    margin-top: 13px;
    background: #ffffff1f;
    height: 50px;
    color: #fff;
    margin-bottom: 12px;
}
.membership-frm-sec .form-step select option {
    background: #828cba;
}

.tooltip-inner ul li {
    padding: 4px;
    border-bottom: 1px solid #eaeaea4d;
}
.tooltip-inner {
    max-width: 500px;
    /* width: 800px; */
    text-align: justify;
    line-height: 30px;
}

.selectop{
  position: relative;
}

.selectop::after {
  content: '\f078'; 
  font-family: 'Font Awesome 6 Free'; 
  font-weight: 900;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  font-size: 12px;
  color: #ffffff;
}

/* blog details page */ 

.blog-detail-img img {
    width: 100%;
    border-radius: 20px;
}
.blg-dtail-lst li {
    list-style: disc;
    padding-bottom: 7px;
}
.blg-dtail-lst{
  padding-left: 18px;
}
.blg-detail-txt p, .blg-detail-txt li {
    color: #828282;
    line-height: 1.5;
}
select.form-control.wt2buy {
    height: auto !important;
}

.wt2buy option:checked {
    background: #fff !important;
    color: #000;
    margin: 4px 0;
}

select.form-control.wt2buy option {
    padding: 7px 5px;
    margin-bottom: 5px;
}

.blog-lft.d-grid {
  height: fit-content;
}
.blg-img img {
  height: 240px;
  max-height: 300px;
  object-fit: cover;
  object-position: center;
}

.recnt-img img {
    height: 110px;
    min-width:100%;
    border-radius: 15px;
    width: 100%;
    object-fit:cover;
}
.mb-20.blg-txt {
    margin-bottom: 0;
}
.pass_failed {
    color: #8c2323;
}
.pass_success {
    color: #f5b25e;
}
.steps-crd p, .insight-lft p {
    font-weight: 400;
}
.form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"], .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"] {
    background-image: none;
}

@media only screen and (max-width: 600px) {
  section.join-mail form.wpcf7-form.init input {
    width: 100%;
    margin-bottom: 14px;
	}
 section.join-mail form.wpcf7-form.init .d-flex
 {
	 display: block !important;
 }
}

.subscrbe-btn.cta:hover {
  background-color: #fff;
  color: #000;
}
@media (max-width: 1599px) {
  .subscribe-submit,
  .subscribe-submit input {
    width: fit-content;
  }
  p.subscribe-submit {
    width: 20%;
  }
  .subscribe-form-cs {
    justify-content: center;
  }
  .subscribe-form-cs .subscrbe-btn.cta {
    padding: 18px 41px;
  }
  .subscribe-submit input {
    width: unset !important;
  }
}

@media (max-width: 1199px) {
  .join-mail .email-form input {
    width: 310px;
    padding: 16px 21px;
    font-size: 14px;
  }
  .join-mail .subscrbe-btn.cta {
    padding: 16px 33px;
  }
}
@media (max-width: 991px) {
  .join-mail .email-form input {
    width: 233px;
  }
  .join-mail p.subscribe-submit {
    width: 28%;
  }
  .join-mail .join-inner-wrap {
    padding-bottom: 160px;
  }
  .join-mail .subscribe-form-cs {
    gap: 10px;
  }
}

@media (max-width: 767px) {
  .join-mail .subscribe-form-cs {
    justify-content: center;
    flex-direction: column;
    gap: 14px;
  }
  h1.product_title.entry-title {
    font-size: 30px;
    margin-top: 15px;
    text-align: left;
}
section.related.products ul {
    display: block;
}
span.select2-selection.select2-selection--single {
    height: 50px;
}
  .join-mail p.subscribe-submit {
    width: 100%;
  }
  .join-mail .email-form input {
    width: 100%;
  }
  .subscribe-submit input {
    width: 100% !important;
  }
}
ul.mt-2.usersrvey li strong {
    font-size: 17px;
    font-weight: bold;
}
ul.mt-2.usersrvey li {
    margin-bottom: 14px;
    border-bottom: 1px solid #eaeaea;
}
ul.mt-2.usersrvey li ul li {
    color: green;
    font-weight: bold;
    border-bottom: none;
}
.survey-details-row h3 {
    color: #ffa500bd;
}
.survey-sec {
    background: #828cba;
    padding: 10px 40px;
    border-radius: 40px;
    margin-bottom: 48px;
}
.quizrow {
    border-bottom: 1px solid #d4cccc;
    padding-bottom: 38px;
}

.survey-sec .cta:hover {
    color: #000;
    background-color: transparent;
    border: 1px solid #000;
}

.custom-pagination span,
.custom-pagination a {
  border: 1px solid #000000ed;
  height: 50px;
  width: 50px;
  display: flex;
  font-size: 17px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
}

.custom-pagination {
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.custom-pagination .current,
.custom-pagination a:hover {
  background-color: #f5b25e;
  border-color: #f5b25e;
  color: #fff;
}

@media (max-width: 575px) {
  .custom-pagination span,
  .custom-pagination a {
    height: 40px;
    width: 40px;
    font-size: 14px;
  }
  
  .membership-frm-sec .form-step h3 {
    font-size: 30px;
    text-align: left;
}
form#bta-signup-form .form-step .form-check {
    margin-bottom: 10px;
    margin-top: 13px;
    color: #fff;
    width: 100%;
}
.form-step .flex-check {
    display: block;
    line-height: 32px;
}

}

/* user responses */

 .survey-modal {
            display: none;
            position: fixed;
            z-index: 10000;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            overflow: auto;
            background-color: rgba(0,0,0,0.4);
        }
        .survey-modal-content {
            overflow-y: auto;
            height: 300px;
            background-color: #fff;
            margin: 10% auto;
            padding: 20px;
            border-radius: 8px;
            width: 60%;
            position: relative;
        }
        .close-modal {
            position: absolute;
            right: 15px;
            top: 10px;
            font-size: 24px;
            cursor: pointer;
        }
.invalid-feedback {
    color: #9e1d29;
}
.form-nav .next-step , .form-nav .prev-step, #stepSurveyForm button {
       margin-top: 18px;
    padding: 0 21px;
}
.surveydesc {
    color: #000;
    padding: 20px;
    border-radius: 24px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.5;
    text-align: left;
    padding: 15px 40px;
    background: #f8f3e8;
    border: 1px solid #0000005c;
	margin:15px 0;
}
.survey-step h4, .question-block p {
    color: #fff;
}
form#stepSurveyForm {
    padding: 25px;
    color: #fff;
    border-radius: 25px;
    line-height: 35px;
}
.question-block {
    border-bottom: 1px solid #ffffff4d;
    padding: 15px 0;
}
.question-block textarea {
    width: 100%;
    margin-top: 10px;
    border-radius: 15px;
    min-height: 120px;
	padding : 15px;
}
.survey-step h4 {
    text-align: center;
    font-size: 25px;
    margin-bottom: 15px;
    text-decoration: underline;
}


/* Common */
.custom-option {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 5px 0;
  cursor: pointer;
  font-size: 16px;
  position: relative;
}

/* Hide the native input */
.custom-option input[type="radio"],
.custom-option input[type="checkbox"] {
  display: none;
}

/* Radio style */
.custom-radio {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 2px solid #f5b25e;
  display: inline-block;
  position: relative;
}

.custom-option input[type="radio"]:checked + .custom-radio::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  background: #f5b25e;
  border-radius: 50%;
}

div#survey-success p {
    color: #000;
}

/* Checkbox style */
.custom-checkbox {
  width: 18px;
  height: 18px;
  border: 2px solid #f5b25e;
  background: white;
  display: inline-block;
  position: relative;
}

.custom-option input[type="checkbox"]:checked + .custom-checkbox {
  background-color: #f5b25e;
  border-color: #f5b25e;
}

.custom-option input[type="checkbox"]:checked + .custom-checkbox::after {
  content: '';
  position: absolute;
  left: 5px;
  top: 1px;
  width: 4px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}

/* Shared linear scale (survey templates) */
#stepSurveyForm .linear-scale {
    display: flex;
    flex-direction: column;
    margin-bottom: 15px;
}

#stepSurveyForm .linear-scale .scale-labels {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10px;
    font-size: 12px;
    color: #f5b25e;
    text-transform: capitalize;
    font-weight: 700;
    gap: 12px;
}

#stepSurveyForm .linear-scale-options {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    width: 100%;
    gap: 0;
    align-items: flex-start;
}

#stepSurveyForm .linear-scale-item {
    flex: 0 1 auto;
    display: flex;
    justify-content: center;
}

#stepSurveyForm .linear-scale-input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

#stepSurveyForm .linear-scale-btn {
    width: 32px;
    min-width: 32px;
    max-width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    background: #ffffff;
    border: 1.5px solid #d6d6d6;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.10);
    transition: background 0.15s ease, border-color 0.15s ease, box-shadow 0.15s ease;
    color: #333;
    margin: 0;
    line-height: 1;
}

#stepSurveyForm .linear-scale-btn:hover {
    border-color: #788e6c;
    box-shadow: 0 3px 8px rgba(120, 142, 108, 0.20);
}

#stepSurveyForm .linear-scale-input:checked + .linear-scale-btn {
    background: #788e6c;
    border-color: #788e6c;
    color: #fff;
    font-weight: 700;
    box-shadow: 0 3px 8px rgba(120, 142, 108, 0.35);
}

@media (max-width: 767px) {
    #stepSurveyForm .linear-scale .scale-labels {
        font-size: clamp(9px, 3vw, 12px);
    }

    #stepSurveyForm .linear-scale-options {
        gap: 0;
        max-width: 100%;
    }

    #stepSurveyForm .linear-scale-btn {
        width: 30px;
        min-width: 30px;
        max-width: 30px;
        height: 30px;
        font-size: 14px;
        border-radius: 8px;
    }
}

@media (max-width: 575px) {
    #stepSurveyForm .linear-scale-options {
        gap: 0;
    }

    #stepSurveyForm .linear-scale-btn {
        width: 28px;
        min-width: 28px;
        max-width: 28px;
        height: 28px;
        font-size: 12px;
    }
}

div#survey-success {
    background: #f8f3e8;
    padding: 12px;
    color: red;
    border-radius: 15px;
}
button#login-btn:hover span {
    color: #000 !important;
}
#login-message {
/* Ensure body text is left-aligned on all screen sizes */
@media (max-width: 991px) {
  .brand-description,
  .col-md-6,
  .brand-box p,
  .brand-info-section p,
  .container.brand-section p,
  p {
     text-align: left !important;
  }
}
	padding-bottom: 20px;
    text-align: center;
    margin-top: 10px;
    color: #f5b25e;
    font-size: 18px;
}
.page-banner-cs h1 {
    color: #fff;
    margin-top: 80px;
}
.woocommerce-billing-fields h3, #order_review_heading {
    font-size: 28px;
    font-weight: 500;
    font-family: inherit;
}
.woocommerce-additional-fields {
    display: none;
}
button#place_order {
    background-color: #f5b25e;
    color: #fff;
    margin-top: 28px;
    border-radius: 30px;
    width: 100%;
}
.payment_box.payment_method_stripe {
    background: transparent !important;
    line-height: 30px !important;
}
.payment_box.payment_method_stripe:before {
    display: none !important;
}
.headingevent p {
    font-weight: normal;
    margin-bottom: 35px;
    text-align: center;
    line-height: 28px;
    font-size:14px;
}
.forgotpass button {
    background: #f5b25e;
    border: 1px solid;
    font-weight: 500;
    padding: 10px 19px;
    border-radius: 30px;
}
.forgotpass {
    width: 100%;
    margin: auto;
    background: #f8f3e8;
    padding: 35px;
}

.forgotpass input {
     height: 50px;
    margin-top: 5px;
}
.forgotpasslink a {
    color: #f5b25e;
    font-weight: 600;
    text-decoration: underline;
}
.forgotpasslink {
    text-align: right;
    font-size: 16px;
    padding: 0 2px;
    /* color: #f5b25e; */
}
.brand-box h5{
    font-size: 24px;
    font-weight: normal;
    padding: 10px 0;
    color: #f5b25e;
}
.blg-crd h6
{
	padding: 5px 0;
    color: #000000;
}
.brand-box p,.recnt-txt p,.blg-crd p{
    line-height: 25px;
}
.recnt-txt h5
{
	 color: #f5b25e;
}
.partner_bta_banner .bnnr-innr {
    padding: 80px 0;
}
.partner_bta_banner .bnnr-img-rgt img {
    width: 100%;
}
.howworks .howworks_content {
    padding: 50px;
    background: #E36654;
    margin: 70px 0;
}
.voice-inner.howworks_content h2, .voice-inner.howworks_content p {
    color: #fff;
}
.canna-img img {
    width: 100%;
    height: 232px;
    object-fit: cover;
}
input#phone_number {
    background: navajowhite;
}
.iti.iti--allow-dropdown {
    width: 100%;
}
.iti__country-list span {
    color: #000;
}
.flex-check .form-check {
    width: 50%;
}
.flex-check {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 0;
}
select#billing_country,select#billing_state {
    width: 100%;
    padding: 10px;
	font-size:14px;
	border-radius:7px;
}
.iti__selected-flag {
    height: 50px !important;
}

.flex-check.top3by {
    gap: 20px;
}
.flex-check.top3by .form-check {
    width: 32%;
}
.pc-sidebar .navbar-wrapper {
    overflow-y: scroll;
    height: 100vh;
}
/* Add spacing between each blog card */
.slick-blog-slider .blg-crd {
    margin: 0 15px; /* space between slides */
}

.slick-blog-slider .blg-crd, .slick-event-slider .blg-crd {
    margin: 0 15px; /* space between slides */
}
/* Prevent items from overflowing horizontally */
.slick-blog-slider {
    margin-left: -15px;
    margin-right: -15px;
}

/* Optional: Adjust padding inside section */
.blogsec {
    padding-left: 15px;
    padding-right: 15px;
}
.dashboardblogs
{
	margin-top:80px;
}
.opportunity-wrap {
    margin-top: 60px;
}
span.select2.select2-container {
    width: 100% !important;
    margin-top: 11px;
}
.reward-card img {
    height: 200px;
    object-fit: contain;
}
.acf-input-wrap input, .acf-input textarea {
    border: 1px solid #ccc !important;
}
.brandpro-sec .culture-crds-wrap .culture-img {
    border: 1px solid #b0bfa6;
    border-radius: 13px;
}

.brandpro-sec .culture-crds-wrap .category-pro {
    background-color: #b0bfa6;
    color: #fff;
    padding: 8px;
    border-radius: 6px;
    margin: 10px 0;
}

.brandpro-sec .culture-crds-wrap h5 {
    font-size: 22px;
}

.brandpro-sec .culture-crds-wrap ul {
    display: flex;
    flex-direction: column;
    gap: 7px;
    font-size: 18px;
    line-height: 28px;
    text-align: left;
    list-style: none !important;
    padding: 0;
    margin: 0;
    margin-top: 12px;
}
.brand-description p, .brand-box p {
    line-height: 32px;
    font-weight: normal;
}

.brandpro-sec .culture-crds-wrap .size-pro {
    text-align: left;
    color: #f5b25e;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.8;
}
/* bullet replacement */
.brandpro-sec .culture-crds-wrap ul li {
    list-style: none !important;
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    font-weight: normal;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 8px;
}

/* circle */
.brandpro-sec .culture-crds-wrap ul li::before {
    content: "";
    position: absolute;
    left: 2px;
    top: 4px;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f5b25e;
}

/* white tick */
.brandpro-sec .culture-crds-wrap ul li::after {
  content: "✓";
  position: absolute;
  left: 6px;                 /* center the tick inside the circle */
  top: 2px;
  font-size: 16px;
  line-height: 24px;
  color: #fff;               /* white tick */
  font-weight: 700;
}
.brand-box img {
    margin-bottom: 35px;
}
.brand-feature-box h5 {
    font-size: 20px;
}
.brand-info-section h2 {
    text-align: center;
}
.brand-info-section img {
    height: 200px;
    width: 100%;
    object-fit: cover;
    border-radius: 12px !important;
}
.ads_banner_slider {
    margin: auto;
    padding: 40px 20px;
}
.ads-banner-slider {
    padding: 40px 20px;
}
.ads-banner-slider.grid-full {
    padding: 20px 0px;
}
.ads-slide a img {
    width: 100%;
    object-fit: cover;
	border-radius: 25px;
}
.ads-slide a {
    width: 100%;
}

.red-more-btn a {
    background: #f5b25e;
    padding: 10px 18px;
    border-radius: 40px;
    color: #fff;
}
@media screen and (max-width: 500px) 
{
	.form-tabs button
	{
		margin-top: 10px;
		width: 100%;
	}
}

.age-gate-popup {
  position: fixed;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background: rgba(0,0,0,0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

.age-gate-content {
  background: #fff;
  padding: 30px;
  max-width: 500px;
  text-align: center;
  border-radius: 8px;
}

.age-gate-buttons button {
  margin: 5px;
  padding: 12px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size : 14px;
  margin-top: 15px;
}

.btn-confirm {
    background: #b0bfa6;
    color: #fff;
    font-weight: bold;
}
.btn-exit {
  background: #f5b25e;
  color: #fff;
  font-weight: bold;
}
#age-gate-popup {
  display: none; /* hidden by default */
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: rgba(0,0,0,0.9);
  z-index: 9999;
}
.age-gate-content h2 {
    font-size: 35px;
}
.accnt-bio h3, .accnt-bio h5 {
    font-family: "Montserrat";
    font-weight: 600;
}
ul#blogTab li a {
    background: #f5b25e;
    color: #fff;
    margin-left: 10px;
    font-size: 16px;
    margin: 4px 3px;
    border-radius: 19px;
}
ul#blogTab {
    margin-bottom: 20px;
    border-bottom: unset;
	display: flex;
    justify-content: center;
}
ul#blogTab li .active {
    background: #828cba;
    color: #fff;
    border: 1px solid;
}
.brand-info-section img {
    height: 200px;
    width: 100%;
    object-fit: contain;
    border-radius: 0;
}
.container.brand-section.how_tosell {
    padding: 60px 0;
}
.container.brand-section.whyto_buy {
    padding-bottom: 60px;
}
.upload_doc a {
    background: #828cba;
    color: #fff;
    padding: 15px 25px;
    border-radius: 30px;
}
.container.my-5.dashboard-brands th {
    color: #fff;
}
div#survey-success .rwrd_pt {
    color: #85a76f;
    font-weight: bold;
}
.survey-img img {
    width: 100%;
    object-fit: contain;
    border-radius: 20px;
    height: auto;
}
.container.brand-section {
    padding: 20px 16px;
}
section.culture-sec.brandpro-sec {
    padding: 50px 0;
}
.brandpro-sec .culture-crds-wrap {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 30px;
}

@media (max-width: 991px) {
    .brandpro-sec .culture-crds-wrap {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 20px;
    }
}

@media (max-width: 767px) {
    .brandpro-sec .culture-crds-wrap {
        grid-template-columns: minmax(0, 1fr);
        gap: 20px;
    }
}

.brandpro-sec .culture-crds-wrap > * {
    min-width: 0;
}

.brandpro-sec .culture-crds-wrap .culture-crd {
    width: 100%;
    min-width: 0;
}

.brandpro-sec .culture-crds-wrap h5,
.brandpro-sec .culture-crds-wrap .brand-product-description,
.brandpro-sec .culture-crds-wrap ul li {
    overflow-wrap: anywhere;
}
.brand-feature-box img {
    margin: auto;
}
.info-glry-img a {
    width: 100%;
}
.prod-button a {
    width: 100%;
    background: #f5b25e;
    color: #fff;
    margin: 7px 0;
    padding: 9px;
    border-radius: 25px;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 600;
}
.prod-button {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px;
}

.age-gate-content P {
    FONT-SIZE: 14PX;
    font-weight: 400;
    line-height: 1.5;
}
ul.rss-feed-list li {
    font-size: 14px;
    margin-top: 12px;
}
ul.rss-feed-list li a
{
	color: #828cba;
    font-weight: 600;
    font-size: 14px;
}
span.wpcf7-not-valid-tip {
    font-size: 13px;
    margin-bottom: 11px;
    color: #f5b25e;
}
.blog-thumb img,.event-thumb img,.brand-thumb img {
    border-radius: 20px;
}
.user_points h2 {
    font-size: 30px;
    font-family: 'Montserrat';
}
p.ttl_pnts {
    color: #f5b25e;
    font-weight: bold;
} 
.cta:hover span {
    color: #000;
}

.main-banner .container {
    width: 100%;
    max-width: 1500px;
    padding-left: 25px !important;
    padding-right: 25px !important;
    text-decoration: none;
}


.main-banner .container .bnnr-innr {
    width: 100%;
}

header .container {
    width: 100%;
    max-width: 1500px;
    margin-left: auto;
    margin-right: auto;
    padding: 15px 40px;
}
p.three-tier {
    background-color: #f5b25e;
    color: #000;
    text-align: center;
    margin-top: -10px;
    margin-bottom: 0;
    font-size: 18px;
    width: 190px;
    margin: 10px auto;
    font-weight: 600;
    font-family: 'Montserrat';
}
.page-id-3 p, .page-id-3 .wp-block-list li,.page-id-1491 p, .page-id-1491 .wp-block-list li {
    font-size: 16px;
    font-weight: 400 !important;
    list-style: disc;
    line-height: 1.5;
    margin-bottom: 10px;
}
.page-id-3 h3,.page-id-1491 h3 {
    font-size: 28px;
    margin-top: 20px;
}
ul#ranking-step_1_question_0 li {
    background: #fff;
    margin-bottom: 10px;
    color: #000;
    font-size: 14px;
    font-weight: 400;
    padding: 0 15px;
    text-transform: capitalize;
}
.survey-step input {
    color: #000;
    font-size: 15px;    
    font-weight: 400;
    padding: 0 15px;
}
.question-block label {
    margin-bottom: 12px;
    font-size: 14px;
    font-weight: 400;

}
.flex-check:has(.form-check.is-invalid) {
  border: 1px solid #c31010;
  padding: 12px;
  border-radius: 6px;
}
.accordion-body ol,.accordion-body ul {
  counter-reset: list-counter; /* Reset counter for custom numbers */
  list-style: none; /* Remove default numbers */
  padding-left: 0;
  margin-left: 0;
}

.accordion-body ol li,.accordion-body ul li {
  counter-increment: list-counter;
  margin: 0.6em 0;
  padding-left: 1.8em;
  position: relative;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
}

.accordion-body ol li::before,.accordion-body ul li::before {
  content: counter(list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
  color: #f5b25e; /* your highlight color */
  font-size: 14px;
}
address {
    font-size: 14px;
}
.survy-price-wrp img {
    height: 300px;
    width: 100%;
    object-fit: contain;
}
footer.footinnr-pgs {
    margin-top: 200px;
	padding : 0;
}
footer.footinnr-pgs .image-vec {
    position: absolute;
    top: 2px;
    z-index: 9;
    transform: translateY(-100%);
}

a.cta.cta_yellow.button.alt.product-detail-custom-acf-btn,a.button.product_type_simple.cta.cta_yellow {
    padding: 9px 18px;
}
a.cta.cta_yellow.button.alt.product-detail-custom-acf-btn:hover,a.button.product_type_simple:hover {
    border: 1px solid;
    color: #000;
}

/* Fix: WooCommerce sets overflow:visible on a.button (specificity 0,2,1 via :where()),
   which overrides .cta { overflow:hidden } (specificity 0,1,0). Without overflow:hidden
   the .cta::before slide-in animation (starting at top:-100%, above the button) leaks
   outside the button and visually sweeps over product images / nearby elements on hover.
   This rule has the same specificity (0,2,1) but loads after WooCommerce CSS, so it wins. */
a.button.cta {
    overflow: hidden;
}
.insights-sec .inner-wrap {
    padding-bottom: 50px;
}
p.no-events a {
    background: #828cba;
    font-weight: bold;
    color: #fff;
    padding: 11px 20px;
    margin-top: 11px;
    border-radius: 25px;
}
p.no-events
{
	text-align:center;
}
.opportunity-dash-wrap p a {
    width: 100%;
    display: flex;
    justify-content: space-between;
    color: #fff;
    cursor: pointer;
}
select.wpcf7-form-control.wpcf7-select.form-select {
    background: transparent;
    height: 50px;
    color: #fff;
    margin: 0px 0px 22px 0px;
}
select.wpcf7-form-control.wpcf7-select.form-select option
{
	color:#000;
}
.pc-header {
    background-color: #f8f3e8;
}
.alert.alert-info {
    background: #828cba;
    color: #fff;
    border: #fff;
    margin-top: 10px;
}
section.main-banner.dark.partner_bta_banner .bnnr-lft {
    padding-left: 35px;
}
section.main-banner .bnnr-lft {
    padding-left: 25px;
}
.cannab-crd h4 {
    font-family: 'Montserrat';
}
.monster {
    font-family: 'Montserrat';
}
p {
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 16px;
    line-height: 28px;
}

.cannabi-row .red-more-btn {
    margin-top: auto !important;
}
div p {
    margin-top: 14px;
}
div p:first-of-type {
    margin-top: 0 !important;
}
.d-flex.subscribe-form-cs p {
    margin-top: 0;
}
.edit-profile-btn-dash a {
    background: #f5b25e;
    color: #fff;
    padding: 10px 18px;
    border-radius: 50px;
}
.edit-profile-btn-dash {
    width: 30%;
    text-align: right;
}
p.cmmn-badges.badge-violet a {
    color: #fff;
}
@media (min-width: 767px){
    .login-sec h2 {
        width: 70%;
        text-align: center;
        margin: 0 auto;
    }
}
form#ajax-login-form h2 {
    margin-bottom: 25px;
}
.join_now {
    margin-top: 10px;
}
.info-gallery .info-glry-img img {
    padding: 0px;
}
.event-thumb img {
    height: 180px;
    object-fit: cover;
}
.blg-detail-crd a {
    color: #f5b25e;
    font-weight: 500;
    text-decoration: underline;
}
img.zoomImg {
    border-radius: 30px;
}
a.woocommerce-LoopProduct-link .attachment-full {
    border-radius: 20px;
}
/* button.cta.cta_yellow:hover {
    border: 1px solid;
} */
.acf-switch.-on {
    background: #f5b25e !important;
    border-color: #f5b25e !important;
    padding: 0;
}
.acf-switch .acf-switch-on {
    color: #000 !important;
    text-shadow: none !important;
}
.rward-row .rewrd-lft img {
    filter: invert(1);
}
/* Mobile: make CTAs full-width to avoid multi-line labels */
@media (max-width: 768px) {
    a.cta, a.cta.cta_yellow, a.retail-btn, button.cta, a.button, a.prbutton {
        display: block !important;
        width: 100% !important;
        text-align: center !important;
        box-sizing: border-box !important;
        padding: 12px 18px !important;
        margin: 10px 0 !important;
        white-space: nowrap !important;
        overflow: hidden !important;
        text-overflow: ellipsis !important;
    }
    .brand-description,
    .col-md-6.brand-description,
    .brand-description p,
    .brand-box p,
    .brand-info-section p,
    .container.brand-section p,
    p {
        text-align: left !important;
    }
}
/* Ensure retail rows stack image-first on small screens */
@media (max-width: 768px) {
    .retail-row.odd,
    .retail-row.even {
        display: flex;
        flex-direction: column !important;
    }

    .retail-row .retail-image {
        order: 1;
    }

    .retail-row .retail-content {
        order: 2;
    }
}
.rward-row .rewrd-lft img {
    filter: invert(1);
}
.container.faq-wrapper ul li {
    list-style: none;
}
.accordion-item ol li {
    list-style: none;
 }