.elementor-549 .elementor-element.elementor-element-5082883{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-0cdb206 *//* =========================================================
   TESTIMONIALS PAGE GLOBAL STYLES
   ========================================================= */
.testimonials-page-wrapper {
    background-color: #010a1c;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    overflow: hidden;
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

.tech-container { max-width: 1200px !important; margin: 0 auto; padding: 0 40px; }
.text-center { text-align: center; }

/* Buttons */
.bold-btn { display: inline-flex; align-items: center; justify-content: center; gap: 10px; font-family: 'Poppins', sans-serif; text-transform: uppercase; letter-spacing: 1px; text-decoration: none !important; transition: all 0.3s ease; border-radius: 8px; cursor: pointer; border: none; }
.btn-neon-massive { padding: 20px 45px; font-size: 18px; font-weight: 700; background-color: #00f2ff; color: #011032 !important; box-shadow: 0 0 20px rgba(0, 242, 255, 0.4); margin-top: 20px;}
.btn-neon-massive:hover { background-color: transparent !important; color: #00f2ff !important; border: 2px solid #00f2ff; box-shadow: 0 0 30px rgba(0, 242, 255, 0.6); transform: translateY(-3px); }

/* --- HERO SECTION --- */
.testi-hero-section { padding: 100px 0 60px; text-align: center; background: radial-gradient(circle at top, #011a4a 0%, #010a1c 80%); }
.neon-subtitle { color: #00f2ff; letter-spacing: 3px; font-size: 15px; font-weight: 600; margin-bottom: 15px; text-transform: uppercase; }
.main-tech-title { font-size: 52px; font-weight: 900; color: #ffffff !important; line-height: 1.2; margin-bottom: 25px; text-shadow: 0 0 20px rgba(0, 242, 255, 0.2); }
.testi-lead-text { color: #ccd6f6; font-size: 18px; line-height: 1.8; max-width: 800px; margin: 0 auto 50px; }

/* Trust Stats */
.trust-stats-row { display: flex; justify-content: center; gap: 60px; border-top: 1px solid rgba(255,255,255,0.05); border-bottom: 1px solid rgba(255,255,255,0.05); padding: 30px 0; max-width: 900px; margin: 0 auto; background: rgba(0, 242, 255, 0.02); border-radius: 12px; }
.stat-number { font-size: 40px; font-weight: 900; color: #00f2ff; margin-bottom: 5px; }
.stat-label { color: #8892b0; font-size: 14px; text-transform: uppercase; letter-spacing: 1px; font-weight: 600; }

/* --- REVIEW GRID (GLASSMORPHISM) --- */
.testi-grid-section { padding: 60px 0 100px; }
.reviews-masonry-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 40px; }

.glass-review-card {
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    padding: 45px 40px;
    border-radius: 16px;
    position: relative;
    transition: all 0.4s ease;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.glass-review-card:hover {
    transform: translateY(-8px);
    border-color: rgba(0, 242, 255, 0.3);
    background: rgba(0, 242, 255, 0.02);
    box-shadow: 0 20px 40px rgba(0, 242, 255, 0.1);
}

/* Make one card pop a bit more to break the symmetry nicely */
.highlight-card { border-top: 3px solid #00f2ff; background: rgba(0, 242, 255, 0.03); }

.quote-icon { position: absolute; top: 30px; right: 40px; font-size: 40px; color: rgba(255, 255, 255, 0.05); transition: 0.4s; }
.glass-review-card:hover .quote-icon { color: rgba(0, 242, 255, 0.2); transform: scale(1.1); }

.star-rating { color: #FFD700; font-size: 14px; margin-bottom: 20px; display: flex; gap: 4px; }
.review-text { color: #ccd6f6; font-size: 17px; line-height: 1.8; margin-bottom: 35px; font-style: italic; font-weight: 300; }

.client-profile { display: flex; align-items: center; gap: 15px; border-top: 1px solid rgba(255,255,255,0.05); padding-top: 25px; }
.client-avatar { width: 50px; height: 50px; background: #011032; border: 1px solid #00f2ff; border-radius: 50%; display: flex; align-items: center; justify-content: center; color: #00f2ff; font-size: 20px; }
.client-name { color: #fff; font-size: 16px; font-weight: 700; margin-bottom: 2px; }
.client-company { color: #8892b0; font-size: 13px; font-weight: 500; }

/* --- CTA SECTION --- */
.testi-cta-section { padding: 80px 0 100px; background: #011032; border-top: 1px solid rgba(0,242,255,0.1); }
.cta-title { font-size: 36px; font-weight: 800; color: #fff; margin-bottom: 15px; }
.cta-subtitle { color: #8892b0; font-size: 18px; margin-bottom: 30px; }

/* --- MOBILE RESPONSIVENESS --- */
@media (max-width: 991px) {
    .reviews-masonry-grid { grid-template-columns: 1fr; gap: 30px; }
    .trust-stats-row { flex-direction: column; gap: 30px; text-align: center; padding: 40px; }
}
@media (max-width: 768px) {
    .tech-container { padding: 0 20px !important; }
    .main-tech-title { font-size: 38px; }
    .glass-review-card { padding: 35px 25px; }
    .quote-icon { right: 25px; top: 25px; }
    .cta-title { font-size: 28px; }
}/* End custom CSS */