/*
Theme Name: Elessi Theme Child
Theme URI: https://elessi.nasatheme.com
Description: This is a child theme for Elessi Theme
Author: NasaTheme team
Author URI: https://nasatheme.com
Template: elessi-theme
Version: 1.0
*/


/*************** ADD YOUR CUSTOM CSS IN THIS AREA ***************/
.header-type-4 #masthead, .header-type-8 #masthead {
    padding-top: 0px !important;
}
#masthead{
	    padding: 10px 0 !important;
}
body .logo .header_logo {
    max-height: 100px !important;
}


.voro-testimonials {
    padding: 60px 0;
    background: #fff;
}

.voro-testimonials-container {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 20px;
}

.voro-testimonials-header {
    text-align: center;
    margin-bottom: 40px;
}

.voro-testimonials-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    line-height: 1.2;
}

.voro-testimonials-header p {
    font-size: 16px;
    color: #555;
    margin: 0;
}

.voro-testimonials-wrapper {
    position: relative;
}

.voro-testimonials-track {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-behavior: smooth;
    scroll-snap-type: x mandatory;
    padding: 10px 5px;
    scrollbar-width: none;
}

.voro-testimonials-track::-webkit-scrollbar {
    display: none;
}

.voro-test-card {
    flex: 0 0 280px;
    height: 420px;
    border-radius: 16px;
    overflow: hidden;
    position: relative;
    background: #5b4dff;
    scroll-snap-align: start;
    box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.voro-test-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.voro-test-overlay {
    position: absolute;
    bottom: 16px;
    left: 16px;
    right: 16px;
    background: rgba(255, 255, 255, 0.95);
    padding: 14px;
    border-radius: 12px;
    backdrop-filter: blur(8px);
}

.voro-test-name {
    font-weight: 600;
    font-size: 14px;
    color: #1a1a1a;
    margin-bottom: 4px;
}

.voro-test-name span {
    color: #1da1f2;
    font-size: 12px;
}

.voro-test-stars {
    color: #1a1a1a;
    font-size: 14px;
    margin-bottom: 8px;
    letter-spacing: 2px;
}

.voro-test-overlay p {
    font-size: 13px;
    color: #333;
    line-height: 1.5;
    margin: 0;
}

/* Arrows */
.voro-test-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 44px;
    height: 44px;
    border-radius: 50%;
    background: #5b4dff;
    color: #fff;
    border: none;
    font-size: 24px;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    transition: all 0.2s;
}

.voro-test-arrow:hover {
    background: #4a3de0;
    transform: translateY(-50%) scale(1.05);
}

.voro-test-prev { left: -22px; }
.voro-test-next { right: -22px; }

/* Mobile */
@media (max-width: 768px) {
    .voro-testimonials { padding: 40px 0; }
    .voro-testimonials-header h2 { font-size: 24px; }
    .voro-testimonials-header p { font-size: 14px; }
    .voro-test-card { flex: 0 0 240px; height: 380px; }
    .voro-test-prev { left: -10px; }
    .voro-test-next { right: -10px; }
    .voro-test-arrow { width: 36px; height: 36px; font-size: 20px; }
}

.voro-testimonials-track {
    scrollbar-width: none;        /* Firefox */
    -ms-overflow-style: none;     /* IE/Edge */
}
.voro-testimonials-track::-webkit-scrollbar {
    display: none;                /* Chrome/Safari */
}

