.root-access {
    --gold: #8b5e1a;
    --gold-text: #8b5e1a;
    --gold-mid: #a8721f;
    --gold-lt: #c9a55a;
    --gold-light: #e9c46d;
    --charcoal: #000000;
    --ink: #1a1610;
    --muted: #7a6f62;
    --line: #e8e0d0;
    --card: #ffffff;
    --card2: #f5f0e8;
    --bg: #f5f0e8;
    --steel: #8b5e1a;
    --steel-dk: #6b4510;
    --steel-text: #8b5e1a;
    --blue-tint: #f5f0e8;
    --shadow-sm: 0 2px 12px rgba(0, 0, 0, 0.07);
    --shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

/*testimonials section*/

.testimonials-section {
    padding: 50px 20px;
    position: relative;
}

.testimonials-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.testimonials-section:after {
    content: "";
    position: absolute;
    background-image: url(https://orange-oyster-126718.hostingersite.com/wp-content/uploads/2026/07/quotes.png);
    width: 60px;
    height: 60px;
    top: 40px;
    left: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}
/* Scroll only applies when there is more than one testimonial */
.testimonials-wrapper.has-scroll .testimonials-track {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    cursor: grab;
}

.testimonials-wrapper.has-scroll .testimonials-track.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.testimonials-wrapper.has-scroll .testimonials-track::-webkit-scrollbar {
    display: none; 
}

.testimonials-track {
    display: flex;
    gap: 24px;
}

/* Single testimonial: no scroll, just centered */
.testimonials-wrapper:not(.has-scroll) .testimonials-track {
    justify-content: center;
    overflow: visible;
}

.testimonial-card {
    /* flex: 0 0 auto; */
    /* width: 380px; */
    background: #ffffff;
    border-radius: 16px;
    padding: 45px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonial-stars {
    font-size: 20px;
    letter-spacing: 2px;
}

.testimonial-stars .star.filled {
    color: #E0A100;
}

.testimonial-stars .star.empty {
    color: #E5DFCF;
}

.testimonial-review {
	font-family:Almarai;
    font-size: 16px;
    line-height: 26px;
    color: #334155;
}

.testimonial-review p {
    margin: 0;
}

.testimonial-client {
    display: flex;
/*     align-items: center; */
    gap: 12px;
    margin-top: auto;
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
    text-transform: uppercase;
}

.testimonial-client-info {
    display: flex;
    flex-direction: column;
}

.testimonial-name {
    margin: 0px !important;
    font-family: 'Almarai';
    font-weight: 700;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.testimonial-designation {
    margin: 0;
    font-family: 'Almarai';
    font-size: 14px;
    color: #64748B;
}
.testimonial-divider {
    border: none;
    border-top: 1px solid #E5E5E5;
    margin: 0;
    width: 100%;
}
.btn-arrow a {
    position: relative;
    padding-right: 50px !important;
}
.btn-arrow a:after {
    position: absolute;
    content: "";
    background-image: url(https://orange-oyster-126718.hostingersite.com/wp-content/uploads/2026/07/arrow-rightwards.svg);
    width: 15px;
    height: 15px;
    top: 16px;
    left: 135px;
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-arrow a:hover:after {
	position: absolute;
    content: "";
    background-image: url(https://orange-oyster-126718.hostingersite.com/wp-content/uploads/2026/07/white-arrow-rightwards.svg);
    width: 15px;
    height: 15px;
    top: 16px;
    left: 135px;
    background-repeat: no-repeat;
    background-size: contain;
}
/*testimonials section*/

.testimonials-section {
    padding: 50px 20px;
    position: relative;
}

.testimonials-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
.testimonials-section:after {
    content: "";
    position: absolute;
    background-image: url(https://orange-oyster-126718.hostingersite.com/wp-content/uploads/2026/07/quotes.png);
    width: 60px;
    height: 60px;
    top: 40px;
    left: 50px;
    background-repeat: no-repeat;
    background-size: contain;
}
/* Scroll only applies when there is more than one testimonial */
.testimonials-wrapper.has-scroll .testimonials-track {
    overflow-x: auto;
    scroll-behavior: smooth;
    scrollbar-width: none; /* Firefox */
    cursor: grab;
}

.testimonials-wrapper.has-scroll .testimonials-track.dragging {
    cursor: grabbing;
    scroll-behavior: auto;
}

.testimonials-wrapper.has-scroll .testimonials-track::-webkit-scrollbar {
    display: none; 
}

.testimonials-track {
    display: flex;
    gap: 24px;
}

/* Single testimonial: no scroll, just centered */
.testimonials-wrapper:not(.has-scroll) .testimonials-track {
    justify-content: center;
    overflow: visible;
}

.testimonial-card {
    /* flex: 0 0 auto; */
    /* width: 380px; */
    background: #ffffff;
    border-radius: 16px;
    padding: 45px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.testimonial-stars {
    font-size: 20px;
    letter-spacing: 2px;
}

.testimonial-stars .star.filled {
    color: #E0A100;
}

.testimonial-stars .star.empty {
    color: #E5DFCF;
}

.testimonial-review {
	font-family:Almarai;
    font-size: 16px;
    line-height: 26px;
    color: #334155;
}

.testimonial-review p {
    margin: 0;
}

.testimonial-client {
    display: flex;
/*     align-items: center; */
    gap: 12px;
    margin-top: auto;
}

.testimonial-avatar {
    width: 44px;
    height: 44px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: 700;
    font-size: 16px;
    flex-shrink: 0;
    text-transform: uppercase;
}

.testimonial-client-info {
    display: flex;
    flex-direction: column;
}

.testimonial-name {
    margin: 0px !important;
    font-family: 'Almarai';
    font-weight: 700;
    color: #000;
    font-size: 16px;
    line-height: 24px;
}

.testimonial-designation {
    margin: 0;
    font-family: 'Almarai';
    font-size: 14px;
    color: #64748B;
}
.testimonial-divider {
    border: none;
    border-top: 1px solid #E5E5E5;
    margin: 0;
    width: 100%;
}
.btn-arrow a {
    position: relative;
    padding-right: 50px !important;
}
.btn-arrow a:after {
    position: absolute;
    content: "";
    background-image: url(https://orange-oyster-126718.hostingersite.com/wp-content/uploads/2026/07/arrow-rightwards.svg);
    width: 15px;
    height: 15px;
    top: 16px;
    left: 135px;
    background-repeat: no-repeat;
    background-size: contain;
}
.btn-arrow a:hover:after {
	position: absolute;
    content: "";
    background-image: url(https://orange-oyster-126718.hostingersite.com/wp-content/uploads/2026/07/white-arrow-rightwards.svg);
    width: 15px;
    height: 15px;
    top: 16px;
    left: 135px;
    background-repeat: no-repeat;
    background-size: contain;
}
@media(max-width:1024px){
	.btn-arrow a:after {
		top: 15px;
		left: 125px;
	}
	.btn-arrow a:hover:after {
		top: 15px;
		left: 125px;
	}
}
@media(max-width:767px){
	.our-mission {
		border: none !important;
	}
}
@media (max-width: 600px) {
	.btn-arrow a {
		padding-right: 40px !important;
	}
    .testimonial-card {
        width: 300px;
        padding: 24px;
    }
	.btn-arrow a:after {
		left:110px;
		width: 10px;
		height: 10px;
	}
	.btn-arrow a:hover:after {
		left:110px;
		width: 10px;
		height: 10px;
	}
}