/*Testimonial slider homepage*/

/* .glide__slide .text-neutral{
	min-height:260px;
} */
.glide__bullets {
    display: flex;
    justify-content: center;
    gap: 12px;
    margin-top: 1.5rem;
}

.glide__bullet {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #bbb;
    cursor: pointer;
    border: none;
    transition: none;
}

.glide__bullet--active {
    background-color: #03503b
}


.glide__slide .review-text {
    min-height: 265px !important;
}

.glide__slide .review-position-title {
    min-height: 40px;
}

@media only screen and (max-width: 600px) {

    .glide__slide .text-neutral {
        min-height: 180px !important;
    }
}


@media only screen and (min-width: 768px) and (max-width: 1200px) {
    .medium-row {
        flex-direction: column;
    }
}

/* @media only screen and (min-width: 1201px) and (max-width: 1535px) {
.glide__slide .review-text{
	min-height:432px!important;
}
} */


/*Get a demo page*/
.contact-success-card {
    background-color: #E9F0E0;
}

.contact-success-description {
    color: #000;
    line-height: 1.8rem;
    letter-spacing: 0.03125rem;
}

.contact-success-card h3 {
    margin-bottom: 1.25rem;
}

.logos-heading {
    color: #A6B2AD;
    font-weight: 800;
}

/*Business case page*/
.business-case-features-section {
    background-color: #FFF6EB;
}

/*Onboarding page*/

.features-section {
    background-color: #E9F0E080;
}

.features-box {
    border-color: #DFE4EA;
    width: 33%;
    margin-bottom: 30px;
}

@media only screen and (max-width: 1023px) {
    .features-box {
        width: 100%;
    }

    .cards-container {
        flex-wrap: wrap;
    }


}

.features-box h3 {
    color: #013023;
    font-weight: 700;
}


.auto-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
    gap: 8px;
    /* small gap */
    grid-auto-rows: 160px;
    /* fixed row height for consistency */
}


.features-box {
    padding-right: 1rem;
}

@media only screen and (min-width: 1536px) {
    .founder-section {
        margin-top: 8rem;
        margin-bottom: 8rem;
    }

    .page-template-page-business-case .testimonial-section .container {
        padding-top: 0;
    }
}

@media only screen and (max-width: 1535px) {
    .founder-section {
        margin-top: 4rem;
        margin-bottom: 4rem;
    }
}

@media only screen and (min-width: 640px) and (max-width: 1200px) {
    .slider-image-wrapper img {
        max-height: 292px;
    }
}



.page-id-5273 .founder-section {
    margin-top: 4rem;
}


@media only screen and (max-width: 639px) {
    .mobile-content-section {
        display: flex !important;
        flex-direction: column !important;
        gap: 15px !important;
    }
}

@media only screen and (min-width: 1280px) {
    .summary-section {
        max-width: 1057px;
    }
}

.section-video .video-center {
    display: flex;
    justify-content: center;
}

.section-video .video-center iframe {
    max-width: 100%;
    width: 50%;
    height: 400px;
}

@media only screen and (max-width: 1279px) {
    .section-video .video-center iframe {
        width: 90%;
    }
}


/*Career page*/
#unsolicited-application {
    background-color: #E9F0E0;
}

.page-id-5526 .testimonial-section {
    margin-top: 0;
    padding-top: 0;
}

.page-id-5526 .section-open-positions .container {
    padding-bottom: 0;
}

.no-openings-bg {
    background-color: #E9F0E0;
    margin-bottom: 30px;

}

@media only screen and (max-width: 639px) {
    .page-id-5526 .features-section .gap-5 {
        flex-wrap: wrap;
    }

    .page-id-5526 .features-section {
        margin-top: 60px;
    }
}


.why-items {
    padding-right: 0;
}

@media only screen and (max-width: 1023px) {

    .why-items-wrapper {
        flex-wrap: wrap;
    }

}

#unsolicited-application .wrapper-items {
    padding-right: 0 !important;
    padding-left: 0 !important;
}


/* Testimonial Equal Heights CSS - Add this to your theme's main CSS file */

/* Two testimonials grid - equal heights */
.testimonial-section .grid.grid-cols-1.lg\\:grid-cols-2 {
    align-items: stretch;
}

.testimonial-section .grid.grid-cols-1.lg\\:grid-cols-2 .slider-blockquote {
    height: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
}

.testimonial-section .grid.grid-cols-1.lg\\:grid-cols-2 .medium-row {
    height: 100%;
    flex: 1;
}

.testimonial-section .grid.grid-cols-1.lg\\:grid-cols-2 .medium-row > div:last-child {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.testimonial-section .grid.grid-cols-1.lg\\:grid-cols-2 .review-text {
    flex-grow: 1;
}

/* Carousel equal heights */
.glide-testimonials .glide__slides {
    align-items: stretch;
}

.glide-testimonials .glide__slide {
    height: auto;
    display: flex;
    flex-direction: column;
}

.glide-testimonials .slider-blockquote {
    height: 100%;
    min-height: 400px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.glide-testimonials .medium-row {
    height: 100%;
    flex: 1;
}

.glide-testimonials .medium-row > div:last-child {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.glide-testimonials .review-text {
    flex-grow: 1;
}

/* Optional: Scrollable text for very long testimonials */
.testimonial-text-scrollable .review-text {
    max-height: 200px;
    overflow-y: auto;
    padding-right: 8px;
}

/* Custom scrollbar for long text */
.testimonial-text-scrollable .review-text::-webkit-scrollbar {
    width: 4px;
}

.testimonial-text-scrollable .review-text::-webkit-scrollbar-track {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 2px;
}

.testimonial-text-scrollable .review-text::-webkit-scrollbar-thumb {
    background: rgba(215, 228, 196, 0.5);
    border-radius: 2px;
}

.testimonial-text-scrollable .review-text::-webkit-scrollbar-thumb:hover {
    background: rgba(215, 228, 196, 0.8);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonial-section .grid.grid-cols-1.lg\\:grid-cols-2 .slider-blockquote,
    .glide-testimonials .slider-blockquote {
        min-height: 350px;
    }
    
    .testimonial-text-scrollable .review-text {
        max-height: 150px;
    }
}

@media (min-width: 1024px) {
    .testimonial-section .grid.grid-cols-1.lg\\:grid-cols-2 .slider-blockquote,
    .glide-testimonials .slider-blockquote {
        min-height: 450px;
    }
    
    .testimonial-text-scrollable .review-text {
        max-height: 250px;
    }
}

/* Fix for Glide.js height issues */
.glide-testimonials.glide {
    position: relative;
}

.glide-testimonials .glide__track {
    overflow: hidden;
}

.glide-testimonials .glide__slides {
    display: flex;
    align-items: stretch;
}

/* Ensure proper spacing and alignment */
.testimonial-section .slider-blockquote .quotes-icon {
    flex-shrink: 0;
}

.testimonial-section .slider-blockquote .mt-4 {
    margin-top: auto !important;
    padding-top: 1rem;
}


