/* riz update June 22,2026 */
* {
	scroll-behavior: smooth;
}

.plr-40 {
	padding-right:40px!important;
	padding-left:40px!important;	
} 

.p-40 {
	padding:40px!important;
} 

.mtb-0 {
	margin-top:0px!important;
	margin-bottom:0px!important;
}

.p-0 {
	padding:0px!important;
}
.ptb-40 {
	padding-top:40px!important;
	padding-bottom:40px!important;
}
.plr-20 {
	padding-left:20px!important;
	padding-right:20px!important;
}

.mt-20{
	margin-top:20px!important;
}

.mb-10{
	margin-bottom:10px!important;
}

.mt-0 {
	margin-top:0px!important;
}

.text-upper{
	text-transform: uppercase!important;
}
.text-bold{
	font-weight: 700!important;
}

.font-heading,
.font-heading *{
	font-family:'Oswald', cursive !important;
}

ul.footer-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer ul.socials { 
	display: flex;
	gap: 20px;
}

.dflex-col {
	display: flex;
	flex-direction: column;
}

.maxWidth-990 {
	max-width:990px;
	width:100%;
	margin:0 auto;
}

.maxWidth-1240{
	max-width:1240px;
	width:100%;
	margin:0 auto;
}
.maxWidth-1440{
	max-width:1440px;
	width:100%;
	margin:0 auto;
}
.maxWidth-1760{
	max-width:1760px;
	width:100%;
	margin:0 auto;
}

.card-carousel {display:flex!important;}

.menu.main ul.sub-menu {
	top: 40px;
}

.site-footer .cardsRow h5{font-weight:600!important}
#menu-footer-support {column-count:2}
@media (min-width: 1201px) {
	.menu.main li.menu-item-has-children {
		padding-right: 25px!important;
	}
	
}
@media (max-width: 1200px) and (min-width: 951px) {
	.menu.main li { 
		padding: 10px 15px !important; 
		margin: 0 !important; 
	}
	ul.menu:not(.sub-menu) {
		display: flex;
		flex-wrap: wrap;        
		justify-content: flex-end;
	}
}

@media only screen and (max-width: 1100px) { 
	.inner {
		padding-left: 22px !important; 
        padding-right: 22px !important; 
	}
}
/* Contact Form 7 Two Columns */

#wpcf7-f1677-p2717-o1.wpcf7 .cf7-row {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}

#wpcf7-f1677-p2717-o1.wpcf7 .cf7-col {
    flex: 1;
    min-width: 280px;
}

#wpcf7-f1677-p2717-o1.wpcf7 .cf7-col label,
#wpcf7-f1677-p2717-o1.wpcf7 label {
    display: block;
    width: 100%;
}

#wpcf7-f1677-p2717-o1.wpcf7 .wpcf7-form-control-wrap {
    display: block;
    margin-top: 8px;
}

#wpcf7-f1677-p2717-o1.wpcf7 input:not([type="submit"]),
#wpcf7-f1677-p2717-o1.wpcf7 input[type="email"],
#wpcf7-f1677-p2717-o1.wpcf7 input[type="tel"],
#wpcf7-f1677-p2717-o1.wpcf7 input[type="url"],
#wpcf7-f1677-p2717-o1.wpcf7 textarea,
#wpcf7-f1677-p2717-o1.wpcf7 select {
    width: 100%;
    box-sizing: border-box;
}

#wpcf7-f1677-p2717-o1.wpcf7 textarea {
    min-height: 150px;
}

#wpcf7-f1677-p2717-o1.wpcf7 input[type="submit"] {
    margin-top: 20px;
}

#wpcf7-f1677-p2717-o1.wpcf7 select {
    padding: 20px;
    width: 100%;	
}

#wpcf7-f1677-p2717-o1.wpcf7 input[type="submit"] {
    margin-top: 20px;
    background: #937342;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
	    cursor: pointer;
}

#wpcf7-f1677-p2717-o1.wpcf7 input[type="submit"]:hover{
    background: #000;
}

.cf7mls_next.action-button {
	    border-radius: 0px!important;
}


/** signup section **/

.signup-section {
	padding-left:20px;
	padding-right:20px;
}

.signup-section .signup input {
    background: #fff!important; 
    border-bottom: 0;
}

.signup-section .signup {
	display: flex;
	gap: 15px;
	align-items: center;
}

.signup-section .signup .register p {
	display: flex;
}

.signup-section .register input {
    background: #937342 !important;
    border-bottom: 0;
	color:#fff;
	text-transform:uppercase;
	text-shadow:none!important;
} 

.signup-section .wpcf7-spinner{display:none!important}

/** .sec-features **/

.sec-features {
	padding-left:20px;
	padding-right:20px;
}

.sec-features .wp-block-media-text__media img{
	max-width:60px
}

.sec-features .wp-block-media-text__content p {
	margin:0!important;
}
@media (max-width:1400px) { 
	.cta-section.image-flow-right img {
		padding-left:0 !important;
	}
	
}

@media (max-width:781px) { 
	.sec-features .wp-block-columns .wp-block-column{
		flex-basis: 46% !important;
	}
	
	.signup-section .wpcf7-form {
		display: flex!important;
		justify-content: center;
		flex-direction: column;
		align-content: center;
		align-items: center;
	}
	
	.signup-section .signup {
		align-items: center;
		flex-direction: column; 
	}
	
	.signup .register { 
		width: 100%;
		float: none;
	}
	
	.cta-section.image-flow-right {
		gap: 0;
	}
}


@media (max-width:480px) { 
	.signup-section.ptb-40{
		padding-top:0 !important;
		padding-bottom:0 !important;
	}
	
	.sec-features .wp-block-columns .wp-block-column{
		flex-basis: 100% !important;
	}
	.sec-features .wp-block-media-text{
		display: flex; 
	}
}

.black-bg {
	background:#000 !important
}

.black-bg {
	background:#000 !important
}

.black-bg * {
	color:#fff !important;
}
.black-bg .qib-container .quantity input.qty:not(#qib_id):not(#qib_id) {
    border-color: #fff !important; 
}

.black-bg .qib-container .quantity input.qty {	
	background:#000 !important;
}

.section--featured-prod .minus.qib-button {
	line-height: 1;
    display: inline-block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 35px;
    width: 30px;
    color: black;
    background: #e2e2e2;
    border-color: #cac9c9;
    float: left;
    min-height: initial;
    min-width: initial;
    max-height: initial;
    max-width: initial;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: 0;
    border-style: solid;
    border-width: 1px;
    transition: none;
    border-radius: 0;
}

.section--featured-prod .woocommerce-variation-add-to-cart .minus.qib-button {
	line-height: 1;
    display: inline-block;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 35px;
    width: 30px;
    color: black;
    background: #e2e2e2;
    border-color: #cac9c9;
    float: left;
    min-height: initial;
    min-width: initial;
    max-height: initial;
    max-width: initial;
    vertical-align: middle;
    font-size: 16px;
    letter-spacing: 0;
    border-style: solid;
    border-width: 1px;
    transition: none;
    border-radius: 0;
}
.section--featured-prod .woocommerce-variation-add-to-cart .quantity {
	float: left;
    line-height: 1;
    display: inline-block;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    width: auto;
    min-height: initial;
    min-width: initial;
    max-height: initial;
    max-width: initial;
}
.section--featured-prod .woocommerce-variation-add-to-cart input.qty {
line-height: 1;
    background: none;
    text-align: center;
    vertical-align: middle;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    height: 35px;
    width: 45px;
    min-height: initial;
    min-width: initial;
    max-height: initial;
    max-width: initial;
    box-shadow: none;
    font-size: 15px;
    border-style: solid;
    border-color: #cac9c9;
    border-width: 1px 0;
    border-radius: 0;
}
.section--featured-prod .woocommerce-variation-add-to-cart .plus.qib-button {
	line-height: 1;
	display: inline-block;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	height: 35px;
	width: 30px;
	color: black;
	background: #e2e2e2;
	border-color: #cac9c9;
	float: left;
	min-height: initial;
	min-width: initial;
	max-height: initial;
	max-width: initial;
	vertical-align: middle;
	font-size: 16px;
	letter-spacing: 0;
	border-style: solid;
	border-width: 1px;
	transition: none;
	border-radius: 0;
}
.section--featured-prod .woocs_price_code{margin-left:10px;}
.section--featured-prod .wc-block-product-gallery-large-image__inner-blocks button {padding:0!important;}
.section--featured-prod .wc-block-product-gallery-dialog__close-button {padding:0!important;}
.section--featured-prod .wc-block-product-gallery-dialog__close-button svg path {fill:#fff;}
.wp-block-woocommerce-add-to-cart-form .variations_button, .wp-block-woocommerce-add-to-cart-form form.cart {display:block!important}

.testimonials{
    background:#000;
    color:#fff;
    padding:60px 0;
	position:relative;
}

.testimonials .container{
    max-width:1320px;
    margin:auto;
    padding:0 24px;
}

.testimonials__header{
    display:flex;
    justify-content:space-between;
    align-items:flex-end;
    margin-bottom:50px;
	position:relative;
}

.testimonials__header h2 {
	margin: 20px 0;
}

.eyebrow{
    color:#937342;
    text-transform:uppercase;  
    margin-bottom:12px;
	    font-size: 1rem;
    font-family: 'Oswald', sans-serif;
    letter-spacing: 1px;
}

.testimonials h2{
    font-size:48px;
    margin:0;
}

.testimonial-card{
    background:#232323;
    padding:40px;
    height:100%;
}

.stars{
    color:#f7c948;
    font-size:22px;
    letter-spacing:4px;
    margin-bottom:10px;
}

.testimonial-content{
    color:#cfcfcf;
    line-height:1.8;
    margin-bottom:30px;
}

.testimonial-author{
    display:flex;
    align-items:center;
    gap:14px;
}

.author-image{
    width:44px;
    height:44px;
    border-radius:50%;
    overflow:hidden;
    flex-shrink:0;
}

.author-image img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.author-name{
    font-weight:700;
}

.testimonials .swiper-nav{
    display:flex;
    gap:14px;
	position:relative;
	width: 120px;
}

.testimonial-prev,
.testimonial-next{
    position:relative;
    width:42px;
    height:42px;
    margin:0;
    inset:auto;

	border: 1px solid #b08b45;
	width: 40px !important;
	height: 40px !important;
    border-radius:50%;
	transition:0.3s ease-in-out all;
}

.testimonial-prev:hover,
.testimonial-next:hover {
	background: #b08b45;	
}

.testimonial-prev:hover:after,
.testimonial-next:hover:after {
	color:#000;	
}

.testimonial-prev{
	left: 0;
	right: auto; 
}

.testimonial-next{
    right: 0;
    left: auto;
}
.testimonial-prev:after,
.testimonial-next:after{
    font-size:15px !important;
    color:#b08b45;
	transition:0.3s ease-in-out all;
	
}


/* Make all slides equal height */
.testimonials-slider .swiper-wrapper {
    align-items: stretch;
}

.testimonials-slider .swiper-slide {
    height: auto;
    display: flex;
}

.testimonial-card {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    min-height: 320px; /* Adjust as needed */
    padding: 40px;
    background: #232323;
}

/* Scroll long testimonials */
.testimonial-content {
    flex: 1;
    overflow-y: auto;
    margin-bottom: 10px;
    padding-right: 10px;

    /* Adjust based on your card height */
    max-height: 100px;
}

/* Optional scrollbar styling */
.testimonial-content::-webkit-scrollbar {
    width: 5px;
}

.testimonial-content::-webkit-scrollbar-thumb {
    background: rgba(255,255,255,.25);
    border-radius: 10px;
}

.testimonial-author {
    margin-top: auto;
}

@media (max-width:1440px){
	.testimonials {
		padding:40px;
	}
}

/* Hide Klaviyo popup initially */
.klaviyo-form,
[id^="klaviyo-form"],
[class*="kl-private-reset-css"] {
    opacity: 0;
    visibility: hidden;
    transition: opacity .3s ease;
}
