/**
 * Theme Name:     Desert Cash Buyers
 * Author:         Desert Cash Buyers
 * Template:       astra
 * Text Domain:	   desert-cash-buyers
 * Description:    The Astra WordPress theme is lightning-fast and highly customizable. It has over 1 million downloads and the only theme in the world with 6,000+ five-star reviews! It’s ideal for professional web designers, solopreneurs, small businesses, eCommerce, membership sites and any type of website. It offers special features and templates so it works perfectly with all page builders like Spectra, Elementor, Beaver Builder, etc. Fast performance, clean code, mobile-first design and schema markup are all built-in, making the theme exceptionally SEO-friendly. It’s fully compatible with WooCommerce, SureCart and other eCommerce plugins and comes with lots of store-friendly features and templates. Astra also provides expert support for free users. A dedicated team of fully trained WordPress experts are on hand to help with every aspect of the theme. Try the live demo of Astra: https://zipwp.org/themes/astra/
 */

/* FAQS */
.white-faqs h3 {
    color: white;
}
/* END */

/* SUCCESS STORIES */
.page-id-3618 .pillar-pages-contact-form input {
    border-radius: 9px;
    border: 1px solid #ffffff2e;
    height: auto !important;
    padding: 12px 16px;
    background: hsl(0deg 0% 100% / 20%);
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}
.page-id-3618 .pillar-pages-contact-form input::placeholder {
    color: #ffffff91;
}
.page-id-3618 .pillar-pages-contact-form button#wpforms-submit-2525 {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var( --e-global-typography-5d403ba-line-height );
    fill: var(--e-global-color-secondary);
    color: var(--e-global-color-secondary);
    background-color: var( --e-global-color-dc60e2d );
    border-radius: 8px;
    width: 100%;
}
.page-id-3618 .pillar-pages-contact-form button#wpforms-submit-2525:hover {
    background-color: var( --e-global-color-accent );
    color: white;
}
/* END */


/* ABOUT US */
.review-text {
  height: 150px;
  overflow-y: auto;   /* vertical scroll */
  overflow-x: hidden; /* prevent horizontal scroll */
  scrollbar-width: thin; /* Firefox thin scrollbar */
}

/* Chrome, Edge, Safari */
.review-text::-webkit-scrollbar {
  width: 6px;
}

.review-text::-webkit-scrollbar-track {
  background: transparent;
}

.review-text::-webkit-scrollbar-thumb {
  background: #aaa;
  border-radius: 10px;
}

.review-text::-webkit-scrollbar-thumb:hover {
  background: #777;
}
/* END */
/* HOMEPAGE */
.glass-effect-home {
    backdrop-filter: blur(6px);
    -webkit-backdrop-filter: blur(6px);
}
.with-link a{
	border-bottom:1px solid white;
}
.with-link-red a{
	border-bottom:1px solid var( --e-global-color-primary );
}
.home-faqs h3{
	color:white;
}


/* END */

/* SLIDER IMAGE HOMEPAGE */
.slider-container {
	overflow: hidden;
	position: relative;
}

.slider {

	width: 100%;
}

.slider img {
	width: 100%;
	height: 200px;
	display: block;
	object-fit: cover;
}
/* END */

/* TESTIMONIALS */
.joy-testimonials .swiper-wrapper{
	flex-direction:row !important;
}

.joy-testimonials .e-con.e-flex {
	flex: none !important;
}

.joy-testimonials .swiper-button-prev:after, .joy-testimonials .swiper-rtl .swiper-button-next:after{
       background: url(https://desertcashbuyers.com/wp-content/uploads/2026/02/swiper-right.svg) no-repeat center !important;
    background-size: contain !important;
    height: 50px;
    width: 50px;
    content: "";
}
.joy-testimonials .swiper-button-next:after, .whyjoy-testimonials .swiper-rtl .swiper-button-prev:after {
     background: url(https://desertcashbuyers.com/wp-content/uploads/2026/02/swiper-left.svg) no-repeat center !important;
    background-size: contain !important;
    height: 50px;
    width: 50px;
    content: "";
}
.joy-testimonials .swiper-button-prev, .joy-testimonials .swiper-rtl .swiper-button-next {
    left: var(--swiper-navigation-sides-offset,10px);
    right: auto;
    background: #ffffffcf;
    padding: 0px 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0 0 20px #0000002b;
}
.joy-testimonials .swiper-button-next,.joy-testimonials  .swiper-rtl .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset,10px);
    left: auto;
	background: #ffffffcf;
    padding: 0px 10px;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    box-shadow: 0 0 20px #0000002b;
}

.joy-testimonials .hold-testimonials {
    position: relative;
    background: white;
    border-radius: 20px;
	padding:24px;
	max-height:300px;
}
.joy-testimonials .hold-reviewer{
	display:flex;
	align-items:center;
}
.joy-testimonials .hold-reviewer .left{
	position:relative;
	flex-basis:80%;
	display:flex;
	align-items:center;
}
.joy-testimonials .hold-reviewer .left .testi-photo{
	position:relative;
	width:50px;
}
.joy-testimonials .hold-reviewer .left .holdname{
	padding-left:20px;
}

.joy-testimonials .hold-reviewer .left .name{
	font-weight:600;
	font-size:16px;
	margin:0;
	color:#193060;
}
.joy-testimonials .hold-reviewer .left .star{
	position:relative;
	width:140px;
}

.joy-testimonials .hold-reviewer .right{
	flex-basis:20%;
	display:flex;
	align-items:center;
	justify-content:end;
}
.joy-testimonials .hold-reviewer .right .google{
	width:24px;
}
.joy-testimonials .hold-testimonials .hold-info {
    color: #193060;
}
.joy-testimonials .hold-testimonials .hold-info p.name {
    margin: 0;
    color: #88C3ED;
    font-size: 20px;
    font-weight: 600;
}

.joy-testimonials .swiper-slide{
	min-height:300px;
	background:white;
	border-radius: 20px;
}
.joy-testimonials .hold-testimonials .hold-info {
    text-align: center;
    /* padding: 20px; */
    margin-top: 20px;
    padding-right: 10px;
    height: 200px;
    overflow-y: scroll;
}
.joy-testimonials .hold-testimonials .hold-info p.name {
    font-family: var(--e-global-typography-5d403ba-font-family), Sans-serif;
    font-size: var(--e-global-typography-5d403ba-font-size);
    font-weight: var(--e-global-typography-5d403ba-font-weight);
    line-height: var(--e-global-typography-5d403ba-line-height);
    color: var(--e-global-color-primary);
	display:none;
}
.joy-testimonials .hold-testimonials .hold-info img.star-photo {
    margin: 10px 0 30px;
}

   
.joy-testimonials .hold-testimonials .hold-info .review{
	margin:0 0 10px;
	 font-family: var(--e-global-typography-aaa691c-font-family), Sans-serif;
    font-size: var(--e-global-typography-aaa691c-font-size);
    font-weight: var(--e-global-typography-aaa691c-font-weight);
    line-height: var(--e-global-typography-aaa691c-line-height);
    color: var(--e-global-color-primary);
	
}

.joy-testimonials .swiper-button-prev svg,
.joy-testimonials .swiper-button-next svg {
    display: none !important;
}
/* END */
/* PILLAR PAGES */
.herosection-underdesc span {
    margin: 0 12px;
}
.pillar-pages-contact-form input {
    border-radius: 9px;
    border: 1px solid var(--e-global-color-secondary);
    height: auto !important;
    padding: 12px 16px;
    background: transparent;
    font-size: var(--e-global-typography-text-font-size);
    font-weight: var(--e-global-typography-text-font-weight);
    line-height: var(--e-global-typography-text-line-height);
}
.pillar-pages-contact-form button#wpforms-submit-2525 {
    font-family: var(--e-global-typography-accent-font-family), Sans-serif;
    font-size: var(--e-global-typography-accent-font-size);
    font-weight: var(--e-global-typography-accent-font-weight);
    line-height: var( --e-global-typography-5d403ba-line-height );
    fill: var(--e-global-color-secondary);
    color: var( --e-global-color-dc60e2d );
    background-color: var(--e-global-color-secondary);
    border-radius: 8px;
    width: 100%;
}
.pillar-pages-contact-form button#wpforms-submit-2525:hover{
	background-color:var( --e-global-color-accent );
}

.faqs-bgcombined .e-n-accordion-item {
    border-radius: 16px !important;
    margin-bottom: 16px !important;
}
.faqs-bgcombined .e-n-accordion-item[open]>.e-n-accordion-item-title {
    color: var(--n-accordion-title-active-color);
    margin-block-end: var(--n-accordion-item-title-distance-from-content);
    border-radius: 16px 16px 0 0 !important;
}
.faqs-img-stick {
    width: 60%;
}
.process-cards {
    position: relative;
}
.process-cards .process-num {
    width: 50px;
    height: 50px;
    border-radius: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    border: 5px solid white;
    left: calc(50% - 25px);
    top: -25px;
}
.pillar-tables .elementor-element {
    min-height: 101px;
    display: flex;
    align-items: center;
    width: 100%;
}
.table-as-is-wider .elementor-element {
    min-height: 131px;
    align-content: center;
}
.hold-blog-article img {
    width: 100%;
    border-radius: 12px;
}
.hold-blog-article {
    padding: 24px;
    background: var(--e-global-color-primary);
    border-radius: 12px;
    min-height: 380px;
}
.hold-blog-article .blog-title {
    font-family: var(--e-global-typography-2677227-font-family), Sans-serif;
    font-size: var(--e-global-typography-2677227-font-size);
    font-weight: var(--e-global-typography-2677227-font-weight);
    line-height: var(--e-global-typography-2677227-line-height);
    color: var(--e-global-color-dc60e2d);
    margin: 20px 0 0;
}


.pillar-page-blogs .swiper-slide {
  width: 500px; /* normal 4 slides */
}

/* Right arrow */
.pillar-page-blogs .swiper-button-next {
  background-image: url('https://desertcashbuyers.com/wp-content/uploads/2026/01/slide-right.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;  /* adjust size */
  height: 50px;
}

/* Left arrow (example, you can also use custom left SVG) */
.pillar-page-blogs .swiper-button-prev {
  background-image: url('https://desertcashbuyers.com/wp-content/uploads/2026/01/slide-left.svg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 50px;
  height: 50px;
}

/* Remove default icon */
.pillar-page-blogs .swiper-button-next svg,
.pillar-page-blogs .swiper-button-prev svg{
  display: none;
}
.number-steps {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 50px;
    margin: 0 auto;
}


/* Card wrapper */
.flip-card {
  perspective: 1200px !important;
  overflow: hidden !important;
}

/* Inner rotating element */
.flip-inner {
  position: relative !important;
  min-height: 480px !important;
  transform-style: preserve-3d;
  transition: transform 0.8s ease;
}

/* Flip on hover */
/* .flip-card:hover .flip-inner {
  transform: rotateY(180deg);
} */
@media (hover: hover) {
  .flip-card:hover .flip-inner {
    transform: rotateY(180deg);
  }
}




/* Front & back shared */
.flip-front,
.flip-back {
  backface-visibility: hidden;
  height: 100% !important;
  width: 100% !important;
}

/* Back side with gradient */
.flip-back {
  position: absolute !important;
  inset: 0;
  transform: rotateY(180deg) !important;
  background: var( --e-global-color-primary ) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 25px;
}

/* Text readability */
.flip-back p,
.flip-back h3 {
  color: #fff;
}


.text-with-link a{
    font-weight: 700;
    border-bottom:1px solid white;
}

.glass-effect-container{
	backdrop-filter: blur(5px);
	-webkit-backdrop-filter: blur(5px);
}

/* END */

@media only screen and (max-width : 1024px){
	.flip-card {
    perspective: 1200px !important;
    overflow: hidden !important;
    width: 270px !important;
}
	.pillar-page-blogs .swiper-slide {
  width: 400px; /* normal 4 slides */
}
	.table-as-is .elementor-element {
    min-height: 101px !important;
}
}

@media only screen and (max-width : 880px){
	.flip-card {
    perspective: 1200px !important;
    overflow: hidden !important;
    width: 320px !important;
}
	.flip-card .e-con-inner {
    width: 100% !important;
    margin: initial !important;
    max-width: 100%;
}

	.table-as-is .elementor-element {
    min-height: 101px !important;
}
	.pillar-tables .elementor-element {
    min-height: 122px;
    display: flex;
    align-items: center;
    width: 100%;
}
	.herosection-underdesc span {
    margin: 0 5px;
}
	.faqs-img-stick {
    width: 100%;
}
	.pillar-tables .elementor-element {
    min-height: 101px;
    display: flex;
    align-items: center;
    width: 300px;
}

}
@media only screen and (max-width : 767px){
	.scroll-content{
	--flex-wrap-mobile: none !important;

	}
		/* Click state */
.flip-card.is-flipped .flip-inner {
  transform: rotateY(180deg) !important;
	}
	.flip-card {
  cursor: pointer !important;
  user-select: none;
}

}
@media only screen and (max-width : 480px){
	.review-text {
  height: auto;
  overflow-y: auto;   /* vertical scroll */
  overflow-x: hidden; /* prevent horizontal scroll */
  scrollbar-width: thin; /* Firefox thin scrollbar */
}
}

@media only screen and (max-width : 375px){
	.pillar-page-blogs .swiper-slide {
  width: 320px; /* normal 4 slides */
}.hold-blog-article {
    padding: 24px;
    background: var(--e-global-color-primary);
    border-radius: 12px;
    min-height: 320px;
}
}