/*
Theme Name: Levitin School
Theme URI: https://yourwebsite.com/
Description: Independent Theme for Levitin School
Author: Levitin School
Author URI: https://yourwebsite.com/
Version: 2.0
Text Domain: levitin-school
Domain Path: /languages
*/

html,
body {
    max-width: 100%;
    overflow-x: hidden;
}

@supports (overflow: clip) {
    html,
    body {
        overflow-x: clip;
    }
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 6px;
    height: 6px;
}
::-webkit-scrollbar-track {
    background: transparent; 
}
::-webkit-scrollbar-thumb {
    background: #cbd5e1; 
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover {
    background: #94a3b8; 
}
.hero-bg {
    background: linear-gradient(180deg, #60A5FA 0%, #93C5FD 40%, #FFFFFF 100%);
}
.cloud-shape {
    background: radial-gradient(circle, rgba(255,255,255,0.4) 0%, rgba(255,255,255,0) 70%);
}
#hero-logo-reveal {
    height: 265px;
    margin-bottom: -30em;
}
@media (max-width: 1023px) {
    #hero-logo-reveal {
        height: auto;
        margin-bottom: 1.5rem;
    }
}
/* Hide scrollbar for testimonials carousel */
.hide-scrollbar::-webkit-scrollbar {
    display: none;
}
.hide-scrollbar {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.tutor-card-shadow {
    box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.05), 0 8px 10px -6px rgba(0, 0, 0, 0.01);
}

/* Original overrides from previous style.css */
.border-gray-100 {
    --tw-border-opacity: 1;
    border-color: grey;
}

.border-t {
    border-top-width: 1px;
}

.price-lessons-block {
    display: flex;
    align-items: center;
    padding: 7px;
    border: 2px solid #0d9488;
    color: #0d9488;
    font-weight: 600;
    border-radius: 5px;
    margin: 0px 5px 8px 5px;
}
.price-block {
    width: 50px;
    text-align: end;
}
.price-block strong{
    color: #22c55e;
}

/* Limit teacher info text to 3 lines */
.intro-quote-limited {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 1.4;
}
