/* Estilos exclusivos de la página de inicio de IT Gas. */

.testimonial-slider .swiper-slide {
    height: auto;
}

.solution-image-card {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 320px;
    padding: 24px;
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 28px;
    overflow: hidden;
}

.solution-image-card img {
    width: 100%;
    max-width: 320px;
    height: auto;
    object-fit: contain;
    display: block;
}

.itgas-testimonials-section::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -20%;
    width: 600px;
    height: 600px;
    background: radial-gradient(circle, rgba(152, 199, 23, 0.14) 0%, transparent 70%);
    pointer-events: none;
}

.itgas-testimonial-card {
    background: rgba(26, 58, 92, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    padding: 48px 40px 40px;
    position: relative;
    transition: all 0.4s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    box-shadow: 0 18px 45px rgba(2, 6, 10, 0.22);
    backdrop-filter: blur(10px);
}

.itgas-testimonial-card:hover {
    border-color: rgba(152, 199, 23, 0.55);
    background: rgba(31, 72, 108, 0.9);
    transform: translateY(-6px);
    box-shadow: 0 24px 55px rgba(2, 6, 10, 0.3);
}

.itgas-testimonial-quote {
    font-size: 72px;
    font-weight: 800;
    line-height: 1;
    color: #98c717;
    margin-bottom: 8px;
    font-family: Georgia, 'Times New Roman', serif;
    user-select: none;
}

.itgas-testimonial-text {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.88);
    font-weight: 500;
    margin-bottom: 32px;
    flex-grow: 1;
}

.itgas-testimonial-author {
    display: flex;
    align-items: center;
    gap: 16px;
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    padding-top: 24px;
    margin-top: auto;
}

.itgas-testimonial-avatar {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: #98c717;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 16px;
    color: #0F172A;
    flex-shrink: 0;
    letter-spacing: 1px;
}

.itgas-testimonial-author-name {
    font-size: 15px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 2px;
}

.itgas-testimonial-author-role {
    font-size: 13px;
    color: rgba(255, 255, 255, 0.5);
}

.itgas-testimonials-slider .swiper-slide {
    height: auto;
}

/* Wrapper for slider + side arrows */
.itgas-slider-wrapper {
    position: relative;
    padding: 0 60px;
}

.itgas-testi-prev,
.itgas-testi-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.15);
    background: rgba(26, 58, 92, 0.92);
    backdrop-filter: blur(8px);
    color: #fff;
    font-size: 16px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
}

.itgas-testi-prev { left: 0; }
.itgas-testi-next { right: 0; }

.itgas-testi-prev:hover,
.itgas-testi-next:hover {
    background: #98c717;
    border-color: #98c717;
    color: #0F172A;
}

.itgas-testimonials-pagination {
    display: flex;
    justify-content: center;
    gap: 8px;
    margin-top: 32px;
}

.itgas-testimonials-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    opacity: 1;
    transition: all 0.3s ease;
}

.itgas-testimonials-pagination .swiper-pagination-bullet-active {
    background: #98c717;
    width: 28px;
    border-radius: 5px;
}

@media (max-width: 991px) {
    .itgas-testimonials-section {
        padding: 80px 0 !important;
        margin: 20px 15px 0 !important;
    }
    .itgas-testimonial-card {
        padding: 36px 28px 32px;
    }
    .itgas-testimonial-text {
        font-size: 16px;
    }
    .itgas-testimonial-quote {
        font-size: 56px;
    }
    .itgas-slider-wrapper {
        padding: 0 50px;
    }
}

@media (max-width: 575px) {
    .itgas-testimonials-section {
        padding: 60px 0 !important;
        margin: 15px 15px 0 !important;
    }
    .itgas-testimonial-card {
        padding: 28px 20px 24px;
    }
    .itgas-testimonial-text {
        font-size: 15px;
    }
    .itgas-slider-wrapper {
        padding: 0 40px;
    }
    .itgas-testi-prev,
    .itgas-testi-next {
        width: 36px;
        height: 36px;
        font-size: 13px;
    }
}
