.elementor-174173 .elementor-element.elementor-element-47ddd7c{--display:flex;--background-transition:0.3s;}/* Start custom CSS for html, class: .elementor-element-bd629c3 *//* RTL Wrapper and Font Hierarchy */
.main-wrapper {
    direction: rtl;
    text-align: right;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'FrankG', 'Frank Ruhl Libre', serif;
    background-color: white;
    color: black;
    overflow-x: hidden;
    scroll-behavior: smooth;
}

/* Navigation Menu */
.nav-menu {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    z-index: 1000;
    padding: 1rem 2rem;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-logo {
    font-family: 'FrankG', 'Aleph', serif;
    font-size: 1.5rem;
    font-weight: 700;
}

.nav-links {
    display: flex;
    gap: 2rem;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: black;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    transition: color 0.3s ease;
}

.nav-links a:hover {
    color: #666;
}

.nav-toggle {
    display: none;
    flex-direction: column;
    cursor: pointer;
}

.nav-toggle span {
    width: 25px;
    height: 3px;
    background: black;
    margin: 3px 0;
    transition: 0.3s;
}

@media (max-width: 768px) {
    .nav-links {
        position: fixed;
        top: 70px;
        right: -100%;
        width: 100%;
        height: calc(100vh - 70px);
        background: white;
        flex-direction: column;
        justify-content: flex-start;
        align-items: center;
        padding-top: 2rem;
        transition: right 0.3s ease;
    }

    .nav-links.active {
        right: 0;
    }

    .nav-toggle {
        display: flex;
    }
}

/* Base Section Styles */
.section {
    min-height: 70vh;
    padding: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    padding-top: 3rem;
}

.section:first-child {
    padding-top: 1rem;
}

.section-title {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-family: 'FrankG', 'Aleph', serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}

.section-title.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Opening Section */
.mega-opening {
    font-size: clamp(8rem, 20vw, 15rem);
    font-weight: 900;
    text-align: center;
    opacity: 0;
    transform: scale(0.5);
    transition: all 1.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    letter-spacing: -0.05em;
    font-family: 'FrankG', 'Frank Ruhl Libre', serif;
}

.mega-opening.visible {
    opacity: 1;
    transform: scale(1);
}

/* Scroll Arrow */
.scroll-arrow {
    font-size: 2rem;
    color: black;
    text-align: center;
    margin-top: 2rem;
    opacity: 1;
    animation: bounce 2s infinite;
    transition: opacity 0.5s ease-out;
    cursor: pointer;
}

.scroll-arrow.hidden {
    opacity: 0;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Scroll Arrow */
.scroll-arrow {
    font-size: 2rem;
    color: black;
    text-align: center;
    margin-top: 2rem;
    opacity: 1;
    animation: bounce 2s infinite;
    transition: opacity 0.5s ease-out;
    cursor: pointer;
}

.scroll-arrow.hidden {
    opacity: 0;
}

@keyframes bounce {
    0%, 20%, 50%, 80%, 100% {
        transform: translateY(0);
    }
    40% {
        transform: translateY(-10px);
    }
    60% {
        transform: translateY(-5px);
    }
}

/* Floating Questions */
.floating-question {
    font-size: clamp(3rem, 8vw, 6rem);
    font-weight: 700;
    text-align: center;
    opacity: 0;
    transform: translateY(100px);
    transition: all 1s ease-out;
    margin: 2rem 0;
    line-height: 1.1;
    font-family: 'Frank Ruhl Libre', serif;
}

.floating-question.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Slide Text */
.slide-text {
    font-size: clamp(1.2rem, 3vw, 1.8rem);
    max-width: 800px;
    text-align: center;
    opacity: 0;
    transform: translateX(-100px);
    transition: all 0.8s ease-out;
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.slide-text.from-right {
    transform: translateX(100px);
}

.slide-text.visible {
    opacity: 1;
    transform: translateX(0);
}

/* Definition Section */
.definition-section {
    max-width: 900px;
    width: 100%;
    text-align: center;
}

.definition-text {
    font-size: clamp(1.3rem, 3vw, 2rem);
    line-height: 1.6;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    margin: 2rem 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}

.definition-text.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Scroll-triggered Text for Atmosphere */
.scroll-triggered-text {
    text-align: center;
    font-size: clamp(1.5rem, 4vw, 2.5rem);
    font-family: 'FrankG', 'Aleph', serif;
    font-weight: 700;
}

.scroll-word {
    opacity: 0;
    transform: translateY(20px);
    display: inline-block;
    transition: all 0.6s ease-out;
    margin: 0 0.2em;
}

.scroll-word.visible {
    opacity: 1;
    transform: translateY(0);
}

/* Skills Section */
.skills-section {
    flex-direction: column;
}

.sliding-skills {
    max-width: 1000px;
    width: 100%;
    margin: 4rem 0;
}

.skill-item {
    font-size: clamp(1.4rem, 3.5vw, 2.2rem);
    font-family: 'FrankG', 'Aleph', serif;
    font-weight: 400;
    margin: 2rem 0;
    opacity: 0;
    transition: all 0.8s ease-out;
    text-align: center;
    padding: 1rem;
}

.skill-item:nth-child(odd) {
    transform: translateX(-150px);
}

.skill-item:nth-child(even) {
    transform: translateX(150px);
}

.skill-item.visible {
    opacity: 1;
    transform: translateX(0);
}

.skill-highlight {
    background: linear-gradient(120deg, #ffeb3b 0%, #ffeb3b 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: 0% 100%;
    transition: background-size 0.8s ease;
    padding: 0.1em 0.3em;
}

.skill-highlight.visible {
    background-size: 100% 100%;
}

/* Parallax Image Sections */
.parallax-image-section {
    height: 60vh;
    position: relative;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
}

/* Program Title Section */
.program-title-section {
    min-height: auto;
    padding: 1rem;
}

@import url('https://fonts.googleapis.com/css2?family=Frank+Ruhl+Libre:wght@300;400;500;700;900&display=swap');

.program-title {
    font-size: clamp(2.8rem, 6vw, 4.5rem);
    font-family: 'Frank Ruhl Libre', 'Times New Roman', serif !important;
    font-weight: 700 !important;
    text-align: center;
    margin: 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
    color: #333;
}

.program-title.visible {
    opacity: 1;
    transform: translateY(0);
}

.parallax-image-1 {
    background-image: url('https://ulpan.co.il/wp-content/uploads/JVP_7606-scaled.jpg');
}

.parallax-image-2 {
    background-image: url('https://ulpan.co.il/wp-content/uploads/JVP_1475-1-scaled.jpg');
}

.parallax-image-3 {
    background-image: url('https://ulpan.co.il/wp-content/uploads/IMG_2294-1-scaled.jpg');
}

.parallax-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
}

.parallax-content {
    position: relative;
    z-index: 2;
    color: white;
    text-align: center;
    padding: 2rem;
}

/* Team Section */
.team-section {
    flex-direction: column;
    min-height: auto;
}

.team-container {
    max-width: 1000px;
    width: 100%;
    margin: 4rem 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}

.team-container.visible {
    opacity: 1;
    transform: translateY(0);
}

.team-subtitle {
    font-size: clamp(1.2rem, 2.5vw, 1.6rem);
    text-align: center;
    margin-bottom: 3rem;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666;
}

.team-carousel {
    position: relative;
    overflow: hidden;
    border: 2px solid black;
    background: white;
}

.team-slides {
    position: relative;
    width: 100%;
    height: 500px;
}

.team-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateX(100%);
    transition: all 0.5s ease-in-out;
    background: white;
    padding: 3rem;
}

.team-slide.active {
    opacity: 1;
    transform: translateX(0);
}

.instructor-card {
    display: flex;
    align-items: center;
    gap: 3rem;
    height: 100%;
}

.instructor-image {
    flex-shrink: 0;
    width: 220px;
    height: 280px;
    overflow: hidden;
}

.instructor-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.instructor-info {
    flex: 1;
}

.instructor-name {
    font-size: clamp(2rem, 4vw, 2.8rem);
    font-family: 'FrankG', 'Aleph', serif;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #333;
}

.instructor-bio {
    font-size: clamp(1rem, 2vw, 1.2rem);
    line-height: 1.7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #666;
}

.carousel-dots {
    display: flex;
    justify-content: center;
    gap: 1rem;
    padding: 2rem;
    background: white;
}

.carousel-dots .dot {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
    transition: all 0.3s ease;
}

.carousel-dots .dot.active {
    background: black;
    transform: scale(1.2);
}

/* About Section */
.about-section {
    flex-direction: column;
}

.about-container {
    max-width: 900px;
    width: 100%;
    margin: 4rem 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}

.about-container.visible {
    opacity: 1;
    transform: translateY(0);
}

.about-intro {
    font-size: clamp(1.4rem, 3vw, 1.8rem);
    font-family: 'FrankG', 'Aleph', serif;
    font-weight: 500;
    margin-bottom: 3rem;
    color: #333;
    text-align: center;
}

.about-points {
    display: grid;
    gap: 2rem;
    max-width: 800px;
    margin: 0 auto;
}

.about-point {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.8s ease-out;
    padding: 1rem 0;
}

.about-point.visible {
    opacity: 1;
    transform: translateX(0);
}

.about-point:nth-child(even) {
    transform: translateX(50px);
}

.about-point:nth-child(even).visible {
    transform: translateX(0);
}

.point-text {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    line-height: 1.7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    color: #333;
}

/* Testimonials Section */
.testimonials-section {
    flex-direction: column;
    background: white;
}

.testimonials-container {
    max-width: 1000px;
    width: 100%;
    margin: 4rem 0;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}

.testimonials-container.visible {
    opacity: 1;
    transform: translateY(0);
}

.testimonials-carousel {
    position: relative;
    overflow: hidden;
    border: 2px solid black;
    background: white;
}

.testimonial-slides {
    position: relative;
    width: 100%;
    height: 450px;
}

.testimonial-slide {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-in-out;
    background: white;
    padding: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.testimonial-slide.active {
    opacity: 1;
    transform: translateY(0);
}

.testimonial-content {
    display: flex;
    align-items: flex-start;
    gap: 2rem;
    max-width: 700px;
    width: 100%;
    margin-bottom: 2rem;
}

.quote-mark {
    font-size: clamp(8rem, 15vw, 12rem);
    font-family: 'Frank Ruhl Libre', serif;
    font-weight: 900;
    color: black;
    line-height: 0.8;
    flex-shrink: 0;
}

.testimonial-text {
    font-size: clamp(1.3rem, 3vw, 1.8rem);
    line-height: 1.6;
    font-family: 'FrankG', 'Frank Ruhl Libre', serif;
    font-weight: 400;
    color: #333;
    flex: 1;
}

.testimonial-author {
    font-size: clamp(1.1rem, 2vw, 1.3rem);
    font-family: 'Open Sans', sans-serif;
    font-weight: 600;
    color: #666;
    text-align: center;
    border-top: 1px solid #eee;
    padding-top: 1rem;
    width: 100%;
}

/* FAQ Section */
.faq-section {
    flex-direction: column;
}

.accordion-container {
    max-width: 900px;
    width: 100%;
    margin: 2rem 0;
}

.accordion-item {
    border-bottom: 2px solid black;
    margin-bottom: 1rem;
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.6s ease-out;
}

.accordion-item.visible {
    opacity: 1;
    transform: translateY(0);
}

.accordion-header {
    font-size: clamp(1.8rem, 4vw, 2.8rem);
    font-weight: 500;
    padding: 1.5rem 0;
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    font-family: 'FrankG', 'Aleph', serif;
}

.accordion-header:hover {
    color: #666;
}

.accordion-header::after {
    content: '+';
    position: absolute;
    left: 0;
    font-size: 2rem;
    transition: transform 0.3s ease;
}

.accordion-header.active::after {
    transform: rotate(45deg);
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out;
    font-size: clamp(1.1rem, 2.5vw, 1.4rem);
    line-height: 1.7;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
}

.accordion-content.active {
    max-height: 1000px;
    padding-bottom: 2rem;
}

/* Details Section */
.details-section {
    background: #f9f9f9;
}

.details-box {
    border: 3px solid black;
    padding: 3rem;
    margin: 3rem auto;
    max-width: 700px;
    width: 100%;
    opacity: 0;
    transform: scale(0.8);
    transition: all 1s ease-out;
    background: white;
}

.details-box.visible {
    opacity: 1;
    transform: scale(1);
}

.details-title {
    font-size: clamp(2.5rem, 5vw, 3.5rem);
    margin-bottom: 2rem;
    text-align: center;
    font-family: 'FrankG', 'Aleph', serif;
}

.details-content {
    display: grid;
    gap: 2rem;
}

.detail-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
}

.detail-label {
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    min-width: 120px;
    flex-shrink: 0;
}

.detail-value {
    font-size: clamp(1.1rem, 2.5vw, 1.3rem);
    line-height: 1.8;
    font-family: 'Open Sans', sans-serif;
    font-weight: 300;
    flex: 1;
}

.price {
    font-size: 1.3em !important;
    font-weight: 700 !important;
}

.early-bird {
    font-size: 0.9em;
    color: #666;
}

/* Contact Form Section */
.contact-form-section {
    background: #f9f9f9;
    padding: 4rem 2rem;
    margin-top: 2rem;
}

.contact-form-container {
    max-width: 700px;
    width: 100%;
    margin: 0 auto;
    background: white;
    padding: 3rem;
    border: 3px solid black;
    opacity: 0;
    transform: translateY(50px);
    transition: all 1s ease-out;
}

.contact-form-container.visible {
    opacity: 1;
    transform: translateY(0);
}

.form-title {
    font-size: clamp(2rem, 5vw, 2.8rem);
    font-family: 'FrankG', 'Aleph', serif;
    font-weight: 700;
    text-align: center;
    margin-bottom: 2rem;
}

/* WPForms Styling */
.wpforms-container {
    font-family: 'Open Sans', sans-serif !important;
}

.wpforms-field-label {
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 600 !important;
    font-size: 1.1rem !important;
    margin-bottom: 0.5rem !important;
    color: black !important;
    display: block !important;
}

.wpforms-field-medium,
.wpforms-field-large,
.wpforms-field-textarea {
    width: 100% !important;
    padding: 0.8rem !important;
    border: 2px solid #ddd !important;
    font-family: 'Open Sans', sans-serif !important;
    font-size: 1rem !important;
    transition: border-color 0.3s ease !important;
    box-sizing: border-box !important;
}

.wpforms-field-medium:focus,
.wpforms-field-large:focus,
.wpforms-field-textarea:focus {
    outline: none !important;
    border-color: #ffeb3b !important;
}

.wpforms-field-textarea {
    resize: vertical !important;
    min-height: 100px !important;
}

.wpforms-submit {
    background: black !important;
    color: white !important;
    border: none !important;
    padding: 1rem 2rem !important;
    font-size: 1.2rem !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 700 !important;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
    width: 100% !important;
    margin-top: 1rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-align: center !important;
    line-height: 1.2 !important;
    min-height: 50px !important;
}

.wpforms-submit:hover {
    background: #333 !important;
    transform: translateY(-2px) !important;
}

.wpforms-field {
    margin-bottom: 1.5rem !important;
}

.wpforms-field-description,
.wpforms-field-sublabel {
    font-family: 'Open Sans', sans-serif !important;
    font-size: 0.9rem !important;
    color: #666 !important;
}

/* Highlight Effects */
.highlight-yellow {
    background: linear-gradient(120deg, #ffeb3b 0%, #ffeb3b 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: 0% 100%;
    transition: background-size 0.8s ease;
    padding: 0.1em 0.2em;
}

.highlight-yellow.visible {
    background-size: 100% 100%;
}

.highlight-pink {
    background: linear-gradient(120deg, #f8bbd9 0%, #f8bbd9 100%);
    background-repeat: no-repeat;
    background-size: 0% 100%;
    background-position: 0% 100%;
    transition: background-size 0.8s ease;
    padding: 0.1em 0.2em;
}

.highlight-pink.visible {
    background-size: 100% 100%;
}

.underline-effect {
    position: relative;
    display: inline-block;
}

.underline-effect::after {
    content: '';
    position: absolute;
    width: 0;
    height: 3px;
    bottom: -2px;
    right: 0;
    background-color: black;
    transition: width 0.8s ease;
}

.underline-effect.visible::after {
    width: 100%;
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .section {
        padding: 0.5rem;
        padding-top: 2rem;
    }

    .section:first-child {
        padding-top: 0.5rem;
    }

    .contact-form-section {
        padding: 2rem 1rem;
    }

    .contact-form-container {
        padding: 2rem;
    }

    .instructor-card {
        flex-direction: column;
        text-align: center;
        gap: 2rem;
    }

    .instructor-image {
        width: 150px;
        height: 190px;
    }

    .instructor-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .team-slide {
        padding: 2rem;
    }

    .testimonial-slide {
        padding: 2rem;
    }

    .testimonial-content {
        flex-direction: column;
        gap: 1rem;
    }

    .quote-mark {
        font-size: 6rem;
        align-self: flex-start;
    }

    .detail-item {
        flex-direction: column;
        gap: 0.5rem;
    }

    .detail-label {
        min-width: auto;
    }

    .parallax-image-section {
        height: 40vh;
        background-attachment: scroll;
    }
}

/* Utility Classes */
.fade-in-up {
    opacity: 0;
    transform: translateY(50px);
    transition: all 0.8s ease-out;
}

.fade-in-up.visible {
    opacity: 1;
    transform: translateY(0);
}

.emphasis {
    font-weight: 700;
    font-family: 'FrankG', 'Aleph', serif;
}/* End custom CSS */