/**********
SITEWIDE STYLES
**********/

:root {
    --primary-text: #0a0a0a;
    --white: #fff;

    --primary: #7D2532;
    --primary-alt: #8e2424 ;

    --secondary: #ceff80;
    --secondary-alt: #a5d15e;

    --accent: #bd4b27;

    --bgblockone:#dbe7ff;
    --bgblocktwo: #fff;

    --transparent:rgba(0,0,0,0);
}

body {
    color:#0a0a0a;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom:10px;
}

h1 {
    font-size:50px;
}
h2 {
    font-size:40px;
}
h3 {
    font-size:30px;
}
h4 {
    font-size:21px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

.txt-primary {
    color: var(--primary);
}

::-moz-selection {
    background: var(--primary);
    color: var(--white);
}

::selection {
    background: var(--primary);
    color: var(--white);
}

.text-white {
    color: #fff;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
}

p:last-of-type {
    margin-bottom: 0 !important;
}

/* BLOG */
.featured-image img {
    object-fit: cover;
    transform: scale(1);
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-transform: 300ms ease;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position:absolute;
}
.featured-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-image {
    overflow: hidden;
    padding-top:60%;
    margin-bottom: 10px;
    position: relative;
}
.placeholder-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: var(--dark);
}
.featured-image .placeholder-image {
    position: absolute;
    width: 100%;
    background-color: #e1e1e1;
    height: 100%;
    text-align: center;
}
.breadcrumbs i {
    font-size: 13px;
    position: relative;
    top: -1.1px;
}

/**********
BUTTON    
**********/

.btn {
    background-color: transparent;
    box-shadow: none !important;
    padding: 13px 29px;
    transition: all .15s ease-in-out;
    border-radius: 100px;
    text-transform: lowercase;
    border-width: 0px;
    font-size: 16px;
    font-weight: 500;
    border-style: solid;
    min-width: 260px;
}
.btn-outline {
    border: 1px solid var(--primary);
    color: var(--primary);
    display: flex;
    width: 260px;
    align-items: center;
    justify-content: space-between;
}
.btn-outline:hover {
    background-color: var(--primary);
    color: #fff;
}
.btn-small {
    font-size: .9rem;
    padding: 7px 20px;
}

.btn.btn-primary {
    font-weight: bold;
    background-color: var(--primary);
    color: var(--white);
    position: relative;
    border-width:0;
    border-style: solid;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active
 {
    background-color: var(--primary-alt);
    color: var(--white);
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
    font-weight: bold;
    background-color: var(--accent);
    color: #fff;
    position: relative;
    border-width:0;
    border-style: solid;
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover,
.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:focus,
.frm_button_submit:active {
    background-color: var(--secondary-alt);
    color: #fff;
}

.btn.btn-secondary {
    background-color: var(--secondary);
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background-color: var(--secondary-alt);
    border: 0 solid var(--transparent);
    color: var(--white);
}

.btn.btn-white {
    color:var(--primary);
    background-color:var(--white);
    opacity: 1;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    opacity: .6;
}

/* DEFAULTS */
.objectfit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-style-none {
    list-style-type: none;
}
.nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav ul li {
    display: inline-block;
}
.transition {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.bgcover {
    background-size:cover;
    background-position: cover;
}
section.block {
    padding:50px 0;
}
.box-overlay:after {
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top:0; left:0;
}
.aspect-ratio-1 {
    aspect-ratio: 1;
}
.bradius {
    border-radius:20px;
}

/* DEFAULT GRAVITY FORMS */
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 20px 20px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 16px;
    font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 10px;
    font-weight: bold;
    margin-top: 12px;
}
.gform_wrapper .gform_footer input.gform_button {
    border: 0;
    padding: 20px 60px !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background-color: #000;
    border-radius: 5px;
    transition: 0.3s all ease;
}
.gform_wrapper .gform_footer input.gform_button:hover {
    background-color: var(--primary);
    color: #fff;
}
.gform_wrapper textarea {
    height: 120px;
    margin-top: 5px;
    border: 1px solid #e1e1e1;
}
.gform_wrapper.gravity-theme .gfield textarea:focus {
    outline:0;
    border-color: var(--primary) !important;
}
.gform_wrapper select {
    border-color: #e1e1e1;
    padding: 18px 15px;
    outline:0 !important;
}
.gform_wrapper input {
    border: 1px solid #e1e1e1;
    line-height: 1;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 15px 15px !important;
    background-color: #fff;
    border: 1px solid #D3DEE2;
    border-radius: 5px;
}
.gform_required_legend {
    display: none;
}
.gform_wrapper.gravity-theme input:focus {
    border-color: var(--primary);
}
.gform_validation_error.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 16px;
    border-radius: 0;
}
.gform_validation_error.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 0;
    font-size: 13px;
    background-color: transparent;
    border: revert-layer;
    padding: 0;
}
.gform_wrapper.gravity-theme form .gform_footer, .gform_wrapper.gravity-theme form .gform_page_footer {
    padding-bottom:0;
}

/* MOBILE NAV */
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    background: url(./images/icons/nav-closed.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


/* -------------------------
NEW STYLES HERE 
-------------------------  */
.logo-img {
    width: 160px;
}
.step-number {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 100%;
    border: 1px solid var(--primary);
}
.step-text {
    width: 160px;
    margin: 0 auto;
}
a.sbp-link img {
    height: 27px;
}
a.sbp-link:after {
    content: '';
    width: 100%;
    height: 5px;
    transition: 0.3s all linear;
    position: absolute;
    bottom: -15px;
    background-color: #E0E4EE;
}
a.sbp-link {
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: relative;
    justify-content: center;
    padding: 0 20px;
}
.productslinks-wrap {
    display: flex;
    justify-content: center;
    width: 380px;
    text-align: center;
    margin: 10px auto 30px;
}
a.sbp-link:first-child:after {
    border-radius: 7px 0 0 7px;
}
a.sbp-link:last-child:after {
    border-radius: 0 7px 7px 0;
}
a.sbp-link:hover:after {
    background-color: var(--primary);
    border-radius: 7px;
}
.hpmbox .btn-outline {
    min-width: 200px;
    width: 200px;
    padding: 8px 20px;
    text-transform:none;
    top: 15px;
    left: 15px;
}
.hpm-lefttbox .btn-outline {
    background-color: #fff;
}
.hpm-lefttbox .btn-outline:hover {
    background-color: var(--primary);
}

.hpmslider .slick-arrow.fa-chevron-right {
    right: -10px;
}
.hpmslider .slick-arrow.fa-chevron-left {
    left: -10px;
}
.hpmslider .slick-arrow {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    border-radius: 100%;
    width: 30px;
    z-index: 10;
    background-color: var(--primary);
}
.slick-disabled {
    display:none !important;
}

.footer-menu ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
    margin-bottom: 0;
    padding-left: 0;
}
.footer-menu ul li a {
    color:#fff;
}

/* CONTACT SECTION */
#howtocontactus {
    --contact-accent: #7A2A2D;          /* tweak to match your brand */
    --contact-muted-bg: #efeff2;        /* light gray card background */
    --contact-text: #3b3b3b;
}

#howtocontactus .contact-title {
    color: var(--contact-accent);
}

#howtocontactus .contact-card {
    background: var(--contact-muted-bg);
    border-radius: 20px;
    padding: 28px;
    color: var(--primary);
    font-size: 14px;
}

#howtocontactus .contact-pill {
    display: inline-block;
    border: 2px solid var(--contact-accent);
    color: var(--contact-accent);
    border-radius: 999px;
    padding: 8px 16px;
    line-height: 1;                     /* keeps the pill compact */
    background: #fff;
}

#howtocontactus a {
    color: var(--contact-accent);
    text-decoration: none;
    transition: all 0.2s linear;        /* your default link transition */
}

#howtocontactus a:hover,
#howtocontactus a:focus {
    opacity: 0.8;
    text-decoration: underline;
}

/* spacing tweaks on small screens */
@media (max-width: 991.98px) {
    #howtocontactus .contact-card {
        padding: 24px;
    }
}


/* JOIN OUR COMMUNITY */
#joincommunity {
    --brand: #7D2632;
    --card-bg: #EDD0CD;
    --pill-bg: transparent;
    --pill-border: #7D2632;
}

#joincommunity .community-title { color: var(--brand); }
#joincommunity .leadline { color: var(--brand); }

/* Card */
#joincommunity .community-card {
    background: var(--card-bg);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
}

/* Pill button */
#joincommunity .community-btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 16px;
    border: 2px solid var(--pill-border);
    border-radius: 999px;
    background: var(--pill-bg);
    color: var(--brand);
    text-decoration: none;
    transition: all 0.2s linear;
    background-color: #fff;
}
#joincommunity .community-btn:hover { 
	background-color: var(--brand);
	color:#fff;
}

/* Media (bottom image) */
#joincommunity .community-media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}
#joincommunity .community-media .objectfit { position: relative; width: 100%; height: 220px; }
#joincommunity .community-media .objectfit img { position: absolute; inset: 0; object-fit: cover; }

/* Play button overlay */
#joincommunity .playbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: 0.3s ease all;
}
#joincommunity .playbtn::after {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent var(--brand);
}

/* Text & links color */
#joincommunity h2,
#joincommunity h3,
#joincommunity p,
#joincommunity a { color: var(--brand); }

/* Spacing tweaks */
@media (max-width: 991.98px) {
    #joincommunity .community-media .objectfit { height: 180px; }
}
#joincommunity {
    border-top: 1px solid #ccc;
}
#joincommunity .community-media:hover .playbtn {
    transform: translate(-50%, -50%) scale(1.1);
}

/* COMMUNITY GRID */
#communitygrid {
    --brand: #7D2632;
    --pink: #EDD0CD;
    --white: #fff;
    --round: 20px;
    background-color: #f1f1f1;
}

/* Base card */
#communitygrid .cg-card {
    border-radius:var(--round);
    padding:20px;
    background:#f6f6f6;
    position:relative;
    overflow:hidden;
    transition:transform .15s ease, box-shadow .15s ease;
    font-size:15px;
}
#communitygrid .cg-card:hover {
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

/* Variants */
#communitygrid .cg-card--pink {
    background:var(--pink);
    min-height:320px;
}
#communitygrid .cg-card--image {
    padding:0;
    background:#eee;
}

/* Headings & text */
#communitygrid .cg-title {
    color:var(--brand);
}
#communitygrid h2,
#communitygrid p,
#communitygrid a {
    color:var(--brand);
}

/* Buttons */
#communitygrid .cg-btn {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 18px;
    border-radius:999px;
    border:2px solid var(--brand);
    background:#fff;
    color:var(--brand);
    text-decoration:none;
    transition:all .2s linear;
}
#communitygrid .cg-btn:hover {
    background:var(--brand);
    color:#fff;
}
#communitygrid .cg-btn--outline {
    border:2px solid var(--white);
    color:var(--white);
    background:transparent;
}
#communitygrid .cg-btn--outline:hover {
    background:var(--white);
    color:var(--brand);
}

/* Image wrappers */
#communitygrid .objectfit {
    position:relative;
}
#communitygrid .objectfit img {
    position:absolute;
    inset:0;
    object-fit:cover;
}
#communitygrid .cg-hero-tall {
    height:640px; /* right tall hero */
}
#communitygrid .cg-square {
    height:300px; /* small squares */
}

/* Tag labels */
#communitygrid .cg-tag {
    position:absolute;
    left:16px;
    bottom:16px;
    background:rgba(255,255,255,.9);
    color:var(--brand);
    padding:8px 12px;
    border-radius:10px;
    font-weight:600;
    font-size:14px;
}

/* Faint circle badge (SHOP NOW) */
#communitygrid .cg-badge-faint {
    position:absolute;
    right:28px;
    top:42%;
    width:110px;
    height:110px;
    border-radius:50%;
    background:rgba(255,255,255,.35);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-align:center;
    font-weight:700;
    letter-spacing:.5px;
    font-size:14px;
}

/* CTA inside images */
#communitygrid .cg-cta-wrap {
    position:absolute;
    right:24px;
    bottom:24px;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    #communitygrid .cg-hero-tall {
        height:420px;
    }
    #communitygrid .cg-square {
        height:220px;
    }
    #communitygrid .cg-card--pink {
        min-height:auto;
    }
}


/* WELLNESS EXPLORED */
#wellness-explored .section-title {
    color: #6b1f2a;
}

.wellnessbox {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease;
    position: relative;
}

.wellnessbox img {
    transition: transform 0.3s ease;
    display: block;
    width: 100%;
    height: auto;
}

.wellnessbox:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.wellnessbox:hover img {
    transform: scale(1.05);
}
.wellnessbox-content {
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    width: 100%;
}
.wellnessbox h5 {
    margin: 0;
}
.wellnessbox-icon {
    background: #fff;
    border-radius: 50%;
    padding: 6px 8px;
    font-size: 14px;
    color: #6b1f2a;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.wellnessbox:hover .wellnessbox-icon {
    background: #6b1f2a;
    color: #fff;
}

/* POPULAR NOW */
#wellness-explored .section-subtitle {
    color: #6b1f2a;
}

.popularbox {
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: box-shadow 0.3s ease;
    font-size:14px;
}
.popularbox:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}
.popularbox h6 {
    color: #6b1f2a;
}
.popularbox p {
    color: #444;
    margin: 0;
}
.visit-btn {
    font-size: 14px;
    border: 1px solid #6b1f2a;
    color: #6b1f2a;
    padding: 4px 12px;
    border-radius: 20px;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}
.visit-btn:hover {
    background: #6b1f2a;
    color: #fff;
}

#communityVideoModal .modal-content {
    background-color:#000000;
}


/* OUR STORY */
#ourstory .story-media {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
#ourstory .story-media img {
    object-fit: cover;
}
#ourstory .story-title {
    color: #6b1f2a;
    line-height: 1.1;
    margin: 0;
}
#ourstory .story-copy {
    margin: 16px auto 0 0;
    color: #5a5a5a;
    text-align: right;
}
#ourstory .story-pill {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #6b1f2a;
    color: #6b1f2a;
    border-radius: 9999px;
    font-size: 14px;
}

/* OUR VALUES */
#ourvalues .values-item {
    border-left: 5px solid #cfcfd4;
    padding: 16px 12px;
    margin-bottom: 12px;
    padding-left: 20px;
    color: #7D2532;
}

#ourvalues .values-item.active {
    border-left-color: #6B1F2A;
}
#ourvalues .values-tab {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 100%;
    outline:0;
}

#ourvalues .values-heading {
    font-size: 48px;
    line-height: 1;
    color: #6b1f2a;
}

#ourvalues .values-caret {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #7D2532;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: transform .2s linear;
}
#ourvalues .values-tab[aria-expanded="true"] .values-caret {
    transform: rotate(180deg);
}

#ourvalues .values-pane {
    display: none;
    margin-top: 8px;
}
#ourvalues .values-pane.show {
    display: block;
}
#ourvalues .values-text {
    max-width: 560px;
}
#ourvalues .vr-box{border-radius:16px;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,0.08);min-height:150px}
#ourvalues .values-pill {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #7D2532;
    color: #6b1f2a;
    border-radius: 9999px;
    font-size: 14px;
}


/**********
SITEWIDE STYLES
**********/

:root {
    --primary-text: #0a0a0a;
    --white: #fff;

    --primary: #7D2532;
    --primary-alt: #8e2424 ;

    --secondary: #ceff80;
    --secondary-alt: #a5d15e;

    --accent: #bd4b27;

    --bgblockone:#dbe7ff;
    --bgblocktwo: #fff;

    --transparent:rgba(0,0,0,0);
}

body {
    color:#0a0a0a;
    line-height: 1.7;
    font-size: 16px;
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 500;
    margin-bottom: 0;
    padding-bottom:10px;
}

h1 {
    font-size:50px;
}
h2 {
    font-size:40px;
}
h3 {
    font-size:30px;
}
h4 {
    font-size:21px;
}
h5 {
    font-size: 18px;
}
h6 {
    font-size: 16px;
}

.txt-primary {
    color: var(--primary);
}

::-moz-selection {
    background: var(--primary);
    color: var(--white);
}

::selection {
    background: var(--primary);
    color: var(--white);
}

.text-white {
    color: #fff;
}

* {
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased; 
    -moz-osx-font-smoothing: grayscale;
}

img {
    max-width: 100%;
    height: auto
}

a {
    text-decoration: none;
}

p:last-of-type {
    margin-bottom: 0 !important;
}

/* BLOG */
.featured-image img {
    object-fit: cover;
    transform: scale(1);
    transition: -webkit-transform 300ms ease;
    transition: transform 300ms ease;
    transition: transform 300ms ease;
    -webkit-transform: 300ms ease;
    width: 100%;
    height: 100%;
    top:0;
    left:0;
    position:absolute;
}
.featured-image img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.featured-image {
    overflow: hidden;
    padding-top:60%;
    margin-bottom: 10px;
    position: relative;
}
.placeholder-image i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 40px;
    color: var(--dark);
}
.featured-image .placeholder-image {
    position: absolute;
    width: 100%;
    background-color: #e1e1e1;
    height: 100%;
    text-align: center;
}
.breadcrumbs i {
    font-size: 13px;
    position: relative;
    top: -1.1px;
}

/**********
BUTTON    
**********/

.btn {
    background-color: transparent;
    box-shadow: none !important;
    padding: 13px 29px;
    transition: all .15s ease-in-out;
    border-radius: 100px;
    text-transform: lowercase;
    border-width: 0px;
    font-size: 16px;
    font-weight: 500;
    border-style: solid;
    min-width: 260px;
}
.btn-outline {
    border: 1px solid var(--primary);
    color: var(--primary);
    display: flex;
    width: 260px;
    align-items: center;
    justify-content: space-between;
}
.btn-outline:hover {
    background-color: var(--primary);
    color: #fff;
}
.btn-small {
    font-size: .9rem;
    padding: 7px 20px;
}

.btn.btn-primary {
    font-weight: bold;
    background-color: var(--primary);
    color: var(--white);
    position: relative;
    border-width:0;
    border-style: solid;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn.btn-primary:active
 {
    background-color: var(--primary-alt);
    color: var(--white);
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit {
    font-weight: bold;
    background-color: var(--accent);
    color: #fff;
    position: relative;
    border-width:0;
    border-style: solid;
}

.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:hover,
.form-container .frm_form_fields .frm_fields_container .frm_submit .frm_button_submit:focus,
.frm_button_submit:active {
    background-color: var(--secondary-alt);
    color: #fff;
}

.btn.btn-secondary {
    background-color: var(--secondary);
    color: #fff;
}

.btn.btn-secondary:hover,
.btn.btn-secondary:focus,
.btn.btn-secondary:active {
    background-color: var(--secondary-alt);
    border: 0 solid var(--transparent);
    color: var(--white);
}

.btn.btn-white {
    color:var(--primary);
    background-color:var(--white);
    opacity: 1;
}

.btn.btn-white:hover,
.btn.btn-white:focus,
.btn.btn-white:active {
    opacity: .6;
}

/* DEFAULTS */
.objectfit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.list-style-none {
    list-style-type: none;
}
.nav ul {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none;
}
.nav ul li {
    display: inline-block;
}
.transition {
    transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
}
.bgcover {
    background-size:cover;
    background-position: cover;
}
section.block {
    padding:50px 0;
}
.box-overlay:after {
    content:'';
    position:absolute;
    width: 100%;
    height:100%;
    top:0; left:0;
}
.aspect-ratio-1 {
    aspect-ratio: 1;
}
.bradius {
    border-radius:20px;
}

/* DEFAULT GRAVITY FORMS */
.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 20px 20px 10px;
    text-align: center;
    margin-bottom: 20px;
}
.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
    font-size: 16px;
    font-weight: 700;
}
.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 10px;
    font-weight: bold;
    margin-top: 12px;
}
.gform_wrapper .gform_footer input.gform_button {
    border: 0;
    padding: 20px 60px !important;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    background-color: #000;
    border-radius: 5px;
    transition: 0.3s all ease;
}
.gform_wrapper .gform_footer input.gform_button:hover {
    background-color: var(--primary);
    color: #fff;
}
.gform_wrapper textarea {
    height: 120px;
    margin-top: 5px;
    border: 1px solid #e1e1e1;
}
.gform_wrapper.gravity-theme .gfield textarea:focus {
    outline:0;
    border-color: var(--primary) !important;
}
.gform_wrapper select {
    border-color: #e1e1e1;
    padding: 18px 15px;
    outline:0 !important;
}
.gform_wrapper input {
    border: 1px solid #e1e1e1;
    line-height: 1;
}
.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
    padding: 15px 15px !important;
    background-color: #fff;
    border: 1px solid #D3DEE2;
    border-radius: 5px;
}
.gform_required_legend {
    display: none;
}
.gform_wrapper.gravity-theme input:focus {
    border-color: var(--primary);
}
.gform_validation_error.gform_wrapper.gravity-theme .gform_validation_errors {
    padding: 16px;
    border-radius: 0;
}
.gform_validation_error.gform_wrapper.gravity-theme .gfield_validation_message, .gform_wrapper.gravity-theme .validation_message {
    border-radius: 0;
    font-size: 13px;
    background-color: transparent;
    border: revert-layer;
    padding: 0;
}
.gform_wrapper.gravity-theme form .gform_footer, .gform_wrapper.gravity-theme form .gform_page_footer {
    padding-bottom:0;
}

/* MOBILE NAV */
.navbar-toggler[aria-expanded="false"] .navbar-toggler-icon {
    background: url(./images/icons/nav-closed.svg);
    background-position: center center;
    background-repeat: no-repeat;
}
.navbar-toggler .navbar-toggler-icon {
    width: 30px;
    height: 30px;
}
.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


/* -------------------------
NEW STYLES HERE 
-------------------------  */
.logo-img {
    width: 160px;
}
.step-number {
    height: 60px;
    width: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    border-radius: 100%;
    border: 1px solid var(--primary);
}
.step-text {
    width: 160px;
    margin: 0 auto;
}
a.sbp-link img {
    height: 27px;
}
a.sbp-link:after {
    content: '';
    width: 100%;
    height: 5px;
    transition: 0.3s all linear;
    position: absolute;
    bottom: -15px;
    background-color: #E0E4EE;
}
a.sbp-link {
    display: flex;
    align-items: center;
    column-gap: 5px;
    position: relative;
    justify-content: center;
    padding: 0 20px;
}
.productslinks-wrap {
    display: flex;
    justify-content: center;
    width: 380px;
    text-align: center;
    margin: 10px auto 30px;
}
a.sbp-link:first-child:after {
    border-radius: 7px 0 0 7px;
}
a.sbp-link:last-child:after {
    border-radius: 0 7px 7px 0;
}
a.sbp-link:hover:after {
    background-color: var(--primary);
    border-radius: 7px;
}
.hpmbox .btn-outline {
    min-width: 200px;
    width: 200px;
    padding: 8px 20px;
    text-transform:none;
    top: 15px;
    left: 15px;
}
.hpm-lefttbox .btn-outline {
    background-color: #fff;
}
.hpm-lefttbox .btn-outline:hover {
    background-color: var(--primary);
}

.hpmslider .slick-arrow.fa-chevron-right {
    right: -10px;
}
.hpmslider .slick-arrow.fa-chevron-left {
    left: -10px;
}
.hpmslider .slick-arrow {
    color: #fff;
    cursor: pointer;
    font-size: 15px;
    font-weight: bold;
    height: 30px;
    line-height: 30px;
    position: absolute;
    text-align: center;
    top: 50%;
    border-radius: 100%;
    width: 30px;
    z-index: 10;
    background-color: var(--primary);
}
.slick-disabled {
    display:none !important;
}

.footer-menu ul {
    list-style: none;
    display: flex;
    justify-content: flex-end;
    column-gap: 30px;
    margin-bottom: 0;
    padding-left: 0;
}
.footer-menu ul li a {
    color:#fff;
}

/* CONTACT SECTION */
#howtocontactus {
    --contact-accent: #7A2A2D;          /* tweak to match your brand */
    --contact-muted-bg: #efeff2;        /* light gray card background */
    --contact-text: #3b3b3b;
}

#howtocontactus .contact-title {
    color: var(--contact-accent);
}

#howtocontactus .contact-card {
    background: var(--contact-muted-bg);
    border-radius: 20px;
    padding: 28px;
    color: var(--primary);
    font-size: 14px;
}

#howtocontactus .contact-pill {
    display: inline-block;
    border: 2px solid var(--contact-accent);
    color: var(--contact-accent);
    border-radius: 999px;
    padding: 8px 16px;
    line-height: 1;                     /* keeps the pill compact */
    background: #fff;
}

#howtocontactus a {
    color: var(--contact-accent);
    text-decoration: none;
    transition: all 0.2s linear;        /* your default link transition */
}

#howtocontactus a:hover,
#howtocontactus a:focus {
    opacity: 0.8;
    text-decoration: underline;
}

/* spacing tweaks on small screens */
@media (max-width: 991.98px) {
    #howtocontactus .contact-card {
        padding: 24px;
    }
}


/* JOIN OUR COMMUNITY */
#joincommunity {
    --brand: #7D2632;
    --card-bg: #EDD0CD;
    --pill-bg: transparent;
    --pill-border: #7D2632;
}

#joincommunity .community-title { color: var(--brand); }
#joincommunity .leadline { color: var(--brand); }

/* Card */
#joincommunity .community-card {
    background: var(--card-bg);
    border-radius: 20px;
    padding: 20px;
    position: relative;
    overflow: hidden;
    font-size: 15px;
}

/* Pill button */
#joincommunity .community-btn {
    display: inline-flex;
    align-items: center;
    padding: 5px 16px;
    border: 2px solid var(--pill-border);
    border-radius: 999px;
    background: var(--pill-bg);
    color: var(--brand);
    text-decoration: none;
    transition: all 0.2s linear;
    background-color: #fff;
}
#joincommunity .community-btn:hover { 
	background-color: var(--brand);
	color:#fff;
}

/* Media (bottom image) */
#joincommunity .community-media {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    cursor: pointer;
}
#joincommunity .community-media .objectfit { position: relative; width: 100%; height: 220px; }
#joincommunity .community-media .objectfit img { position: absolute; inset: 0; object-fit: cover; }

/* Play button overlay */
#joincommunity .playbtn {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 54px;
    height: 54px;
    border-radius: 50%;
    background: rgba(255,255,255,.85);
    transform: translate(-50%, -50%);
    cursor: pointer;
    transition: 0.3s ease all;
}
#joincommunity .playbtn::after {
    content: "";
    position: absolute;
    top: 50%; left: 50%;
    transform: translate(-40%, -50%);
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent var(--brand);
}

/* Text & links color */
#joincommunity h2,
#joincommunity h3,
#joincommunity p,
#joincommunity a { color: var(--brand); }

/* Spacing tweaks */
@media (max-width: 991.98px) {
    #joincommunity .community-media .objectfit { height: 180px; }
}
#joincommunity {
    border-top: 1px solid #ccc;
}
#joincommunity .community-media:hover .playbtn {
    transform: translate(-50%, -50%) scale(1.1);
}

/* COMMUNITY GRID */
#communitygrid {
    --brand: #7D2632;
    --pink: #EDD0CD;
    --white: #fff;
    --round: 20px;
    background-color: #f1f1f1;
}

/* Base card */
#communitygrid .cg-card {
    border-radius:var(--round);
    padding:20px;
    background:#f6f6f6;
    position:relative;
    overflow:hidden;
    transition:transform .15s ease, box-shadow .15s ease;
    font-size:15px;
}
#communitygrid .cg-card:hover {
    transform:translateY(-2px);
    box-shadow:0 8px 20px rgba(0,0,0,.06);
}

/* Variants */
#communitygrid .cg-card--pink {
    background:var(--pink);
    min-height:320px;
}
#communitygrid .cg-card--image {
    padding:0;
    background:#eee;
}

/* Headings & text */
#communitygrid .cg-title {
    color:var(--brand);
}
#communitygrid h2,
#communitygrid p,
#communitygrid a {
    color:var(--brand);
}

/* Buttons */
#communitygrid .cg-btn {
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 18px;
    border-radius:999px;
    border:2px solid var(--brand);
    background:#fff;
    color:var(--brand);
    text-decoration:none;
    transition:all .2s linear;
}
#communitygrid .cg-btn:hover {
    background:var(--brand);
    color:#fff;
}
#communitygrid .cg-btn--outline {
    border:2px solid var(--white);
    color:var(--white);
    background:transparent;
}
#communitygrid .cg-btn--outline:hover {
    background:var(--white);
    color:var(--brand);
}

/* Image wrappers */
#communitygrid .objectfit {
    position:relative;
}
#communitygrid .objectfit img {
    position:absolute;
    inset:0;
    object-fit:cover;
}
#communitygrid .cg-hero-tall {
    height:640px; /* right tall hero */
}
#communitygrid .cg-square {
    height:300px; /* small squares */
}

/* Tag labels */
#communitygrid .cg-tag {
    position:absolute;
    left:16px;
    bottom:16px;
    background:rgba(255,255,255,.9);
    color:var(--brand);
    padding:8px 12px;
    border-radius:10px;
    font-weight:600;
    font-size:14px;
}

/* Faint circle badge (SHOP NOW) */
#communitygrid .cg-badge-faint {
    position:absolute;
    right:28px;
    top:42%;
    width:110px;
    height:110px;
    border-radius:50%;
    background:rgba(255,255,255,.35);
    display:flex;
    align-items:center;
    justify-content:center;
    color:#fff;
    text-align:center;
    font-weight:700;
    letter-spacing:.5px;
    font-size:14px;
}

/* CTA inside images */
#communitygrid .cg-cta-wrap {
    position:absolute;
    right:24px;
    bottom:24px;
}

/* Responsive tweaks */
@media (max-width: 991.98px) {
    #communitygrid .cg-hero-tall {
        height:420px;
    }
    #communitygrid .cg-square {
        height:220px;
    }
    #communitygrid .cg-card--pink {
        min-height:auto;
    }
}


/* WELLNESS EXPLORED */
#wellness-explored .section-title {
    color: #6b1f2a;
}

.wellnessbox {
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    transition: box-shadow 0.3s ease;
    position: relative;
}

.wellnessbox img {
    transition: transform 0.3s ease;
    display: block;
    width: 100%;
    height: auto;
}

.wellnessbox:hover {
    box-shadow: 0 6px 16px rgba(0,0,0,0.15);
}

.wellnessbox:hover img {
    transform: scale(1.05);
}
.wellnessbox-content {
    background: linear-gradient(transparent, rgba(0,0,0,0.7));
    width: 100%;
}
.wellnessbox h5 {
    margin: 0;
}
.wellnessbox-icon {
    background: #fff;
    border-radius: 50%;
    padding: 6px 8px;
    font-size: 14px;
    color: #6b1f2a;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}
.wellnessbox:hover .wellnessbox-icon {
    background: #6b1f2a;
    color: #fff;
}

/* POPULAR NOW */
#wellness-explored .section-subtitle {
    color: #6b1f2a;
}

.popularbox {
    background: #f9f9f9;
    border-radius: 8px;
    border: 1px solid #eee;
    transition: box-shadow 0.3s ease;
    font-size:14px;
}
.popularbox:hover {
    box-shadow: 0 4px 14px rgba(0,0,0,0.1);
}
.popularbox h6 {
    color: #6b1f2a;
}
.popularbox p {
    color: #444;
    margin: 0;
}
.visit-btn {
    font-size: 14px;
    border: 1px solid #6b1f2a;
    color: #6b1f2a;
    padding: 4px 12px;
    border-radius: 20px;
    background-color: #fff;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-flex;
    align-items: center;
    transition: all 0.3s ease;
}
.visit-btn:hover {
    background: #6b1f2a;
    color: #fff;
}

#communityVideoModal .modal-content {
    background-color:#000000;
}


/* OUR STORY */
#ourstory .story-media {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 6px 16px rgba(0,0,0,0.08);
}
#ourstory .story-media img {
    object-fit: cover;
}
#ourstory .story-title {
    color: #6b1f2a;
    line-height: 1.1;
    margin: 0;
}
#ourstory .story-copy {
    margin: 16px auto 0 0;
    color: #5a5a5a;
    text-align: right;
}
#ourstory .story-pill {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #6b1f2a;
    color: #6b1f2a;
    border-radius: 9999px;
    font-size: 14px;
}

/* OUR VALUES */
#ourvalues .values-item {
    border-left: 5px solid #cfcfd4;
    padding: 16px 12px;
    margin-bottom: 12px;
    padding-left: 20px;
    color: #7D2532;
}

#ourvalues .values-item.active {
    border-left-color: #7D2532;
}
#ourvalues .values-tab {
    background: transparent;
    border: 0;
    padding: 0;
    cursor: pointer;
    width: 100%;
    outline:0;
}

#ourvalues .values-heading {
    font-size: 48px;
    line-height: 1;
    color: #6b1f2a;
}

#ourvalues .values-caret {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background: #7D2532;
    color: #fff;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    transition: transform .2s linear;
}
#ourvalues .values-tab[aria-expanded="true"] .values-caret {
    transform: rotate(180deg);
}

#ourvalues .values-pane {
    display: none;
    margin-top: 8px;
}
#ourvalues .values-pane.show {
    display: block;
}
#ourvalues .values-text {
    max-width: 560px;
}
#ourvalues .vr-box{border-radius:16px;overflow:hidden;box-shadow:0 6px 16px rgba(0,0,0,0.08);min-height:150px}
#ourvalues .values-pill {
    display: inline-block;
    padding: 6px 16px;
    border: 1px solid #7D2532;
    color: #6b1f2a;
    border-radius: 9999px;
    font-size: 14px;
}


#faqgrid .faq-group-title {
    color: #d32b2b;
    font-weight: 700;
    margin-bottom: 12px;
}

#faqgrid .faq-item {
    border-bottom: 1px solid #e5e5e5;
}

#faqgrid .faq-q {
    width: 100%;
    background: #000;   /* black background */
    color: #fff;        /* white text */
    border: 0;
    padding: 14px 44px 14px 12px;
    text-align: left;
    position: relative;
    font-weight: 600;
    cursor: pointer;
}
#faqgrid .faq-q::after {
    content: "+";
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    color: #000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    line-height: 1;
}
#faqgrid .faq-q[aria-expanded="true"]::after {
    content: "–"; /* minus when open */
}
#faqgrid .faq-a {
    display: none;
    padding: 12px;
    color: #444;
    font-size: 15px;
    line-height: 1.6;
    background: #f9f9f9;
}
#faqgrid .faq-a.show { display: block; }