 
 

.global-block9-section {
    overflow: hidden !important;
}

.global-block9-container {
    max-width: 1300px !important;
        padding: 0 20px !important;
    margin: 0 auto !important;
}

.global-block9-header {
 margin-bottom: 60px !important;
}

.global-block9-title {
    font-size: 42px !important;
    line-height: 42px !important;
    font-weight: 700 !important;
    color: #161632 !important;
    margin-bottom: 38px !important;
}

.global-block9-description {
    font-size: 16px !important;
    color: #525F7F !important;
    max-width: 600px !important;
}

.global-block9-testimonials-wrapper {
    position: relative !important;
}

.global-block9-testimonials-grid {
    column-count: 4 !important;
    column-gap: 24px !important;
}

.global-block9-testimonial-card {
    background: #F5F9FC !important;
    border-radius: 12px !important;
    padding: 24px !important;
    margin-bottom: 24px !important;
    break-inside: avoid !important;
    display: flex !important;
    flex-direction: column !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.global-block9-testimonial-card:hover {
    background: #ffffff !important;
    border-color: #d1d5db !important;
    transform: translateY(-10px) !important;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08) !important;
}

.global-block9-testimonial-text {
    font-size: 14px !important;
    font-weight: 400 !important;
    color: #434771 !important;
    margin-bottom: 16px !important;
    flex-grow: 1 !important;
}

.global-block9-card-footer {
    display: flex !important;
    align-items: center !important;
    gap: 12px !important;
    margin-top: auto !important;
}

.global-block9-card-avatar {
    flex-shrink: 0 !important;
}

.global-block9-avatar-image,
.global-block9-avatar-placeholder {
    width: 48px !important;
    height: 48px !important;
    border-radius: 100% !important;
    object-fit: cover !important;
}

.global-block9-footer-info {
    flex-grow: 1 !important;
}

.global-block9-footer-title {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #1A1622 !important;
    margin-bottom: 2px !important;
}

.global-block9-footer-subtitle {
    font-size: 13px !important;
    color: #9861A5 !important;
}

.global-block9-gradient-overlay {
    position: absolute !important;
    left: 0 !important;
    right: 0 !important;
    height: 200px !important;
    pointer-events: none !important;
    z-index: 10 !important;
    width: 100vw !important;
}

.global-block9-gradient-overlay.global-block9-top {
    top: 0 !important;
    background: linear-gradient(to bottom, #ffffff 0%, rgba(249, 250, 251, 0) 100%) !important;
}

.global-block9-gradient-overlay.global-block9-bottom {
    bottom: 0 !important;
    background: linear-gradient(to top, #ffffff 0%, rgba(249, 250, 251, 0) 100%) !important;
}

/* Space Classes */
.global-block9-section.space-top-1x {
    margin-top: 20px !important;
}

.global-block9-section.space-top-2x {
    margin-top: 40px !important;
}

.global-block9-section.space-top-3x {
    margin-top: 60px !important;
}

.global-block9-section.space-top-4x {
    margin-top: 80px !important;
}

.global-block9-section.space-top-5x {
    margin-top: 100px !important;
}

.global-block9-section.space-bottom-1x {
    margin-bottom: 20px !important;
}

.global-block9-section.space-bottom-2x {
    margin-bottom: 40px !important;
}

.global-block9-section.space-bottom-3x {
    margin-bottom: 60px !important;
}

.global-block9-section.space-bottom-4x {
    margin-bottom: 80px !important;
}

.global-block9-section.space-bottom-5x {
    margin-bottom: 100px !important;
}

  .global-block9-testimonials-grid {
        column-count: 4 !important;
    }

 
 
   @media (max-width: 768px) {
    /* Responsive styles for global block9 headings and text */
    .global-block9-title {
        font-size: 24px !important;
        line-height: 1.3 !important;
    }
    
    .global-block9-description {
        font-size: 14px !important;
        line-height: 1.5 !important;
    }

    .global-block9-testimonial-text {
        font-size: 12px !important;
        line-height: 1.5 !important;
    }

    .global-block9-footer-title {
        font-size: 14px !important;
    }

    .global-block9-footer-subtitle {
        font-size: 12px !important;
    }

    /* Responsive styles for global block9 layout */
    .global-block9-testimonials-grid {
        column-count: 1 !important;
    }
   }
