:root {
    --UI-black: #333333;
    --accent-color: #FDB83D;
}
/* header content */
/* באנר ראשי */
.hero-banner {
    position: relative;
    width: 100%;
    height: 430px;
    overflow: hidden;
background-color: #D4EFF1;
}
.hero-image img {float:left;}
.hero-text h1 {color:#000;font-size: 55px}
.hero-text h2 {color:#000;font-size: 22px}
.hero-text h3 {color:#000;font-size: 22px}
.hero-text {padding: 80px 100px;}
/* תמונת רקע */
.hero-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.hero-image img {
    /* width: 100%;*/
    height: 100%;
    object-fit: cover;
}
/* שכבת כהה */
.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    opacity: 0.4;
    z-index: 2;
}
/* שכבות גרדיאנט */
.gradient-overlay-1, .gradient-overlay-2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 3;
}
.gradient-overlay-1 {
    background: linear-gradient(270deg, #D4EFF1 0%, transparent 100%);
}
/* תוכן הבאנר */
.hero-content {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%;
    padding: 40px;
    z-index: 4;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    height: 100%;
}
/* פירורי לחם */
.breadcrumbs {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    margin-bottom: 20px;
    color: white;
}
.breadcrumbs a {color: white;}
.current-page {
    color: var(--UI-white);
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
}
.separator {
    width: 1px;
    height: 11px;
    background-color: var(--UI-white);
}
.home-link {
    color: var(--UI-white);
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    text-decoration: none;
}
.home-link:hover {
    text-decoration: underline;
}
/* טקסט ראשי */
.hero-text {
  /*  display: flex; */
    flex-direction: column;
    align-items: flex-start;
    gap: 30px;
    text-align: right;
width: 740px;
    max-width: 100%;
}
.main-title h1 {
    color: white;
    font-size: 110px;
    font-weight: 700;
    line-height: 1;
}
.subtitle {
    color: white;
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
}
.tagline {
    color: white;
    font-size: 22px;
    font-weight: 700;
    line-height: 30px;
}
/* התאמה רספונסיבית */
@media (max-width: 1200px) {
    .hero-content {
        padding: 30px;
    }
    .main-title {
        font-size: 90px;
    }
    .subtitle {
        font-size: 26px;
        line-height: 36px;
    }
    .tagline {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 992px) {
    .hero-banner {
        height: 380px;
    }
    .hero-content {
        padding: 25px;
    }
    .main-title {
        font-size: 70px;
    }
    .subtitle {
        font-size: 24px;
        line-height: 32px;
    }
    .tagline {
        font-size: 18px;
        line-height: 26px;
    }
    .hero-text {
        gap: 20px;
    }
}
@media (max-width: 768px) {
    .hero-banner {
        height: 350px;
    }
    .hero-content {
        padding: 20px;
    }
    .main-title {
        font-size: 60px;
    }
    .subtitle {
        font-size: 22px;
        line-height: 30px;
    }
    .tagline {
        font-size: 16px;
        line-height: 24px;
    }
    .breadcrumbs {
        margin-bottom: 15px;
    }
    .current-page, .home-link {
        font-size: 16px;
        line-height: 20px;
    }
    .hero-text {
        gap: 15px;
    }
}
@media (max-width: 576px) {
    .hero-banner {
        height: 300px;
    }
    .hero-content {
        padding: 15px;
    }
    .main-title {
        font-size: 40px;
    }
    .subtitle {
        font-size: 18px;
        line-height: 26px;
    }
    .tagline {
        font-size: 14px;
        line-height: 20px;
    }
    .breadcrumbs {
        margin-bottom: 10px;
    }
    .current-page, .home-link {
        font-size: 14px;
        line-height: 18px;
    }
    .hero-text {
        gap: 10px;
    }
}
/* header content */
.bg-white {background-color: white;}
.aboutus-section ul  {margin-right: 45px;}
.aboutus-section ul li {list-style: disc;}
.aboutus-section ul li::marker {color:  #BA2181;}
.aboutus-section {
    display: flex;
    align-items: center;
    gap: 60px;
    padding: 70px 160px;
    width: 100%;
    min-height: fit-content;
}
.nirlat_team {
    display: block;
    align-items: center;
    gap: 40px;
    padding: 70px 160px;
    width: 100%;
    min-height: fit-content;
    background-color: white;
}
.timeline-section {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 20px 20px;
    width: 100%;
    min-height: fit-content;
}    
/* תמונות */
.image-container {
    width: 510px;
    min-height: 340.504px;
    position: relative;
}
.image-wrapper {
    overflow: hidden;
}
.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.top-image {
    width: 510px;
    height: 340.504px;
    position: relative;
    z-index: 2;
}
.bottom-image {
    width: 512px;
    height: 512px;
    position: absolute;
    top: 100px;
    right: -100px;
    z-index: 1;
}
/* תוכן */
.content-container {
    flex: 1 0 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
}
.title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: fit-content;
}
.section-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--UI-black);
    text-align: right;
}
.title-accent {
    width: 4px;
    height: 40px;
    background-color: var(--accent-color);
}    
.title-accent-separator {
    width: 1px;
    height: 15px;
    background-color: white;
}
.section-description {
    width: 975px;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    color: var(--UI-black);
}
.title-container-pr160 {padding-right: 160px}
/* רספונסיביות */
@media (max-width: 1400px) {
    .aboutus-section {
        padding: 60px 80px;
    }    
    .section-description {
        width: 100%;
    }
}
@media (max-width: 1024px) {
    .aboutus-section {
        flex-direction: column;
        padding: 50px 40px;
    }    
    .image-container {
        width: 100%;
        display: flex;
        justify-content: center;
    }
.cta-section{gap: 20px;}
    .top-image {
        width: 80%;
        height: auto;
        aspect-ratio: 3/2;
    }    
    .bottom-image {
        display: none;
    }    
    .content-container {
        align-items: center;
    }    
    .title-container {
        margin-bottom: 10px;
    }    
    .section-description {
        font-size: 18px;
        line-height: 26px;
    }
    .title-container-pr160 {padding-right: 0}
}
@media (max-width: 768px) {
    .aboutus-section {
        padding: 40px 20px;
    } 
.aboutus-section ul  {margin-right: 30px;}   
    .section-title {
        font-size: 32px;
        text-align: right;
    }    
    .title-accent {
        height: 32px;
    }    
    .section-description {
        font-size: 16px;
        line-height: 24px;
    }
}
/* vision*/
.vision-section {
    display: flex;
    align-items: center;
    gap: 90px;
    padding: 70px 160px;
    width: 100%;
    min-height: fit-content;
    background-color: white;
}
/* תוכן */
.title-container {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    width: fit-content;
}
.section-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--UI-black);
    text-align: right;
}
.title-accent {
    width: 4px;
    height: 40px;
    background-color: var(--accent-color);
}
.section-description {
    width: 100%;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
    text-align: right;
    color: var(--UI-black);
}
/* תמונה */
.image-container {
    width: fit-content;
    min-height: fit-content;
    display: flex;
    align-items: center;
}
.image-wrapper {
    width: 648.485px;
    height: 364.773px;
    overflow: hidden;
}
.image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* רספונסיביות */
@media (max-width: 1400px) {
    .vision-section {
        padding: 60px 80px;
        gap: 60px;
    }    
    .image-wrapper {
        width: 500px;
        height: 280px;
    }
.image-container {
    width: 510px;
}
}
@media (max-width: 1200px) {
    .vision-section {
        padding: 50px 60px;
        gap: 40px;
    }    
    .image-wrapper {
        width: 400px;
        height: 225px;
    }    
    .section-title {
        font-size: 36px;
        text-align: right;
    }    
    .section-description {
        font-size: 20px;
        line-height: 28px;
    }
}
@media (max-width: 992px) {
    .vision-section {
        flex-direction: column-reverse;
        padding: 50px 40px;
    }    
    .content-container {
        width: 100%;
        align-items: center;
    }    
    .title-container {
        margin-bottom: 10px;
    }    
    .section-description {
        text-align: center;
    }    
    .image-wrapper {
        width: 100%;
        max-width: 600px;
        height: auto;
        aspect-ratio: 16/9;
    }
}
@media (max-width: 768px) {
    .vision-section {
        padding: 40px 20px;
    }    
    .section-title {
        font-size: 32px;
        text-align: right;
    }    
    .title-accent {
        height: 32px;
    }    
    .section-description {
        font-size: 18px;
        line-height: 26px;
    }
}
@media (max-width: 576px) {
    .vision-section {
        padding: 30px 15px;
    }    
    .section-title {
        font-size: 24px;
        text-align: right;
    }    
    .title-accent {
        height: 28px;
    }    
    .section-description {
        font-size: 19.25px;
        text-align: right;
    }
}
/* values-section */
.values-section {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    padding: 70px 160px;
    width: 100%;
}/* המשך מהקוד הקודם */
.section-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}
.section-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--UI-black);
}
.title-accent {
    width: 4px;
    height: 40px;
    background-color: var(--accent-color);
}
/* מיכל הערכים */
.values-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    gap: 40px;
}
/* כרטיסיית ערך */
.value-card {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 25px;
    width: 510px;
    min-height: 450px;
    padding: 20px 0;
    background-color: var(--UI-white);
    position: relative;
    transition: all 0.3s ease;
    cursor: pointer;
    background-color: #FFFFFF;
}
.value-card:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transform: translateY(-5px);
}
/* מיכל האייקון */
.icon-container {
    width: 120px;
    height: 120px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
}
.icon-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
.icon-wrapper svg {
    width: 90%;
    height: 90%;
}
/* קו מפריד צבעוני */
.value-divider {
    width: 175px;
    height: 5px;
}
/* כותרת הערך */
.value-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: var(--UI-black);
    text-align: center;
}
/* תוכן נוסף שיוצג בהובר */
.value-details {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.95);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 30px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 10;
}
@media (max-width: 576px) {
    .value-details  {
        padding: 10px;
    }
}
.value-details p {
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    max-width: 100%;
}
.value-card:hover .value-details {
    opacity: 1;
    visibility: visible;
}
/* התאמה למסכים בינוניים */
@media (max-width: 1200px) {
    .values-section {
        padding: 60px 80px;
    }    
    .values-container {
        flex-wrap: wrap;
        justify-content: center;
    }    
    .value-card {
        width: 45%;
        min-width: 400px;
    }
}
/* התאמה לטאבלט */
@media (max-width: 992px) {
    .values-section {
        padding: 50px 40px;
    }    
    .section-title {
        font-size: 36px;
        text-align: right;
    }
    .title-accent {
        height: 36px;
    }    
    .values-container {
        flex-direction: column;
        gap: 30px;
    }    
    .value-card {
        width: 100%;
        max-width: 510px;
    }
}
/* התאמה למובייל */
@media (max-width: 768px) {
    .values-section {
        padding: 40px 20px;
        align-items: right;
    }    
    .section-title {
        font-size: 32px;
        text-align: right;
    }    
    .title-accent {
        height: 32px;
    }    
    .value-card {
        min-height: 380px;
        min-width: unset;
    }    
    .icon-container {
        width: 100px;
        height: 100px;
    }    
    .value-title {
        font-size: 26px;
        line-height: 34px;
    }    
    .value-divider {
        width: 150px;
    }    
    .value-details p {
        font-size: 16px;
        line-height: 24px;
    }
}
/* התאמה למסכים קטנים מאוד */
@media (max-width: 480px) {
    .values-section {
        padding: 30px 15px;
    }    
    .section-title {
        font-size: 28px;
        text-align: right;
    }    
    .title-accent {
        height: 28px;
    }    
    .icon-container {
        width: 80px;
        height: 80px;
    }    
    .value-title {
        font-size: 22px;
        line-height: 30px;
    }    
    .value-divider {
        width: 120px;
    }
}
/* story of nirlat */
/* סקציית כותרת עם קו צהוב */
.title-section {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 40px 0;
    width: fit-content;
    margin: 0 auto;
}
.section-title {
    font-size: 42px;
    font-weight: 700;
    color: var(--UI-black);
    text-align: center;
}
.title-accent-nirlat {
    width: 232px;
    height: 4px;
    background-color: var(--accent-color);
}
/* סקציית וידאו/תמונה עם אייקון */
.video-section {
    position: relative;
    width: 100%;
    min-height: 515px;
    background-color: var(--UI-white);
    display: flex;
    justify-content: center;
    align-items: center;
}
/* אייקון וידאו */
.video-icon-container {
    position: absolute;
    width: 60px;
    height: 60px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px;
    z-index: 10;
    cursor: pointer;
    transition: transform 0.3s ease;
}
.video-icon-container:hover {
    transform: scale(1.1);
}
.video-icon-wrapper {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.video-icon {
    width: 50px;
    height: 50px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}
.circle-icon {
    position: absolute;
    width: 50px;
    height: 50px;
}
.play-icon {
    position: relative;
    width: 16.667px;
    height: auto;
    z-index: 2;
}
/* תמונת רקע */
.video-image {
    width: 915px;
    height: 520px;
    overflow: hidden;
}
.video-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
/* התאמה רספונסיבית */
@media (max-width: 1200px) {
    .video-image {
        width: 80%;
        height: auto;
        aspect-ratio: 16/9;
    }
}
@media (max-width: 992px) {
    .section-title {
        font-size: 36px;
        text-align: right;
    }    
    .title-accent {
        width: 4px;
    }    
    .video-image {
        width: 90%;
    }
}
@media (max-width: 768px) {
    .title-section {
        padding: 30px 0;
    }    
    .section-title {
        font-size: 32px;
        text-align: right;
    }    
    .title-accent {
        width: 4px;
    }    
    .video-section {
        min-height: 400px;
    }    
    .video-image {
        width: 95%;
    }    
    .video-icon-container {
        width: 50px;
        height: 50px;
    }    
    .video-icon-wrapper,
    .video-icon,
    .circle-icon {
        width: 40px;
        height: 40px;
    }    
    .play-icon {
        width: 14px;
    }
}
@media (max-width: 576px) {
    .title-section {
        padding: 20px 0;
    }    
    .section-title {
        font-size: 24px;
        text-align: right;
    }    
    .title-accent {
        width: 4px;
        height: 30px;
    }    
    .video-section {
        min-height: 300px;
    }
}
/* timeline */
.container2 {
    max-width: 1600px;
    margin: 0 auto;
    padding: 20px;
}
.step-UI {
    position: relative;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    border: 1px solid;
    border-color: #fdb83d;
    display: inline-block;
}    
/* נגן וידאו */
.video-player {
    width: 100%;
    margin-bottom: 40px;
    position: relative;
}
.video-container {
    position: relative;
    width: 100%;
    border: 1px solid #fff;
    overflow: hidden;
}
.video-container video {
    width: 100%;
    display: block;
}
.video-controls {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    display: flex;
    align-items: center;
    padding: 10px;
    color: white;
}
.play-button {
    background: none;
    border: none;
    color: white;
    font-size: 16px;
    cursor: pointer;
    margin-right: 10px;
}
.progress-bar {
    flex: 1;
    height: 5px;
    background: #555;
    margin: 0 10px;
    position: relative;
}
.progress {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 30%;
    background: var(--accent-color);
}
.time, .volume-control, .fullscreen {
    margin: 0 10px;
}
.video-caption {
    position: absolute;
    bottom: 40px;
    right: 10px;
    color: white;
    background: rgba(0, 0, 0, 0.7);
    padding: 5px 10px;
    font-size: 14px;
}
/* לשוניות */
.tabs-container {
    background-color: white;
    border-radius: 5px;
    overflow: hidden;
}
.tabs {
    display: flex;
    justify-content: space-between;
    background-color: var(--UI-white);
    border-bottom: 4px solid #eee;
    position: relative;
}
.tab-button {
    flex: 1;
    padding: 15px 10px;
    background: none;
    border: none;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    position: relative;
    text-align: center;
    color: var(--UI-black);
    transition: all 0.3s ease;
}
.tab-button:hover {
    background-color: #f9f9f9;
}
.tab-button.active {
    font-weight: 700;
}
.tab-button:nth-child(-n+7)::before {
    content: '';
    position: absolute;
    bottom: 55px;
    left: 0;
    right: 176px;
    height: 1px;
    background-color: #eee;
    width: 87%;
    z-index: 1;
}
.tab-button.active::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 25%;
    height: 3px;
    background-color: #fdb83d;
    width: 50%;
}
/* ברירת מחדל: אלמנטים מוסתרים או סטייל לא פעיל */
.icon-location:hover{
    opacity: 0; /* חצי שקוף */
}
.tab-button.active .step-UI{
        background-color: #fdb83d;
    }
.tab-button.active .icon-location {
    position: relative;
    width: 16px;
    height: 20px;
    top: 10px;
    display: inline !IMPORTANT;
    /*
    right: 10px;
    background-image: url(https://nirlat.com/wp-content/uploads/2025/03/icon-location.png);
    background-size: 100% 100%;  */      
    }
.tab-button:not(.active)::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 0;
    right: 0;
    height: 3px;
    background-color: var(--tab-inactive);
}
/* תוכן הלשוניות */
.tab-content {
    background-color: var(--UI-white);
}
.tab-pane {
    display: none;
    padding: 20px;
}
.tab-pane.active {
    display: block;
}
.content-container {
    display: flex;
    gap: 20px;
    align-items: flex-start;
}
.image-container {
    width: 510px;
    height: 363px;
    overflow: hidden;
}
.image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.text-container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 10px 0;
}
.tab-title {
    font-size: 30px;
    font-weight: 700;
    line-height: 40px;
    color: var(--UI-black);
}
.tab-description {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: var(--UI-black);
    text-align: right;
}
.read-more {
    display: flex;
    align-items: center;
    gap: 4px;
    justify-content: flex-end;
    cursor: pointer;
}
.arrow-icon {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: rotate(90deg);
}
.read-more-text {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    color: var(--UI-black);
}
.tab-content .tab-button {display: none !IMPORTANT;}       
@media (min-width: 992px) {
    .disable {
        display: none !IMPORTANT;
    }
}
/* התאמה רספונסיבית */
@media (max-width: 1200px) {
    .content-container {
        gap: 40px;
    }
.cta-info {width: 75%;}
    .image-container {
        width: 400px;
        height: 300px;
    }
    .nirlat_team {padding: 40px 20px;}
    #company>.container {width: 100%;}
    #company .members .team_member .content {width: 68%;float: left;}
}
@media (max-width: 992px) {
    .content-container {
        flex-direction: column;
    }    
    .image-container {
        width: 100%;
        height: auto;
        aspect-ratio: 16/9;
    }
.cta-section{gap: 20px;}
    .tabs {
        overflow-x: auto;
        white-space: nowrap;
        justify-content: flex-start;
        display: none;
    }
    .tab-button {padding: 10px 15px;
        width: 100%;
        text-align: right;
        font-size: 20px;
        padding: 15px 20px;
        background-color: white;
        border-bottom: 1px solid gray;
        border-top: 0;
        border-right: 0;
        border-left: 0;}    
    .tab-button.active::after{left: 0;right: 0;width: 100%;}
    .nirlat_team {padding: 40px 20px;}
    #company>.container {width: 100%;}
    #company .members .team_member .content {width: 68%;float: left;}
    .timeline-section {display: inline}
    .text-container img {width: 100%}
    .arrow {position: absolute;left: 20px;}
}
@media (max-width: 768px) {
    .container {
        padding: 10px;
    }    
    .tab-title {
        font-size: 24px;
        line-height: 32px;
    }    
    .tab-description {
        font-size: 16px;
        line-height: 24px;
    }    
    .read-more-text {
        font-size: 16px;
    }    
    .tab-button {
        padding: 10px 15px;
        width: 100%;
        text-align: right;
        font-size: 20px;
        padding: 15px 20px;
        background-color: white;
        border-bottom: 1px solid gray;
        border-top: 0;
        border-right: 0;
        border-left: 0;
    }
    .tab-button.active::after{left: 0;right: 0;width: 100%;}
    .nirlat_team {padding: 40px 20px;}
    #company>.container {width: 100%;}
    #company .members .team_member .content {width: 68%;float: left;}
    .timeline-section {display: inline}
    .text-container img {width: 100%}
    .arrow {position: absolute;left: 20px;}
}
@media (max-width: 576px) {
    .tab-pane {
        padding: 15px;
        border-bottom: 1px solid gray;
    }    
    .content-container {
        gap: 20px;
    }    
    .text-container {
        gap: 15px;
        display: contents;
    }
    .nirlat_team {padding: 40px 20px;}
    #company>.container {width: 100%;}
    #company .members .team_member .content {width: 68%;float: left;}
    .hero-text {padding: 40px 35px;text-align: center;}
    .hero-text h1 {font-size: 50px;}
    .hero-text h2{font-size: 24px;}
    .hero-text h3 {font-size: 18px;}
    .hero-image {right: 60%}    
    .tab-button {
        padding: 10px 15px;
        width: 100%;
        text-align: right;
        font-size: 20px;
        padding: 15px 20px;
        background-color: white;
        border-bottom: 1px solid gray;
        border-top: 0;
        border-right: 0;
        border-left: 0;
        }
    .tab-button.active::after{left: 0;right: 0;width: 100%;}
    .tab-button:nth-child(-n+7)::before {display: none}
    .timeline-section {display: inline}
    .text-container img {width: 100%}
    .arrow {position: absolute;left: 20px;}
}
@media (max-width: 420px) {
    .hero-text h1 {font-size: 36px;}
    .hero-text {padding: 40px 20px;text-align: center;}
    .hero-text h2 {margin-bottom: 10px;}
}
/* חיצים */
.arrow {
  display: inline-block;
  transition: transform 0.3s ease;
}
/* חץ כלפי מטה (ברירת מחדל) */
.down-arrow {
  transform: rotate(180deg);
}
/* חץ פתוח – כלפי מעלה */
.arrow:not(.down-arrow) {
  transform: rotate(0deg);
}
.cta-section {
      background-color: #fff;
      display: flex;
      justify-content: flex-start;
      align-items: center;
      gap: 50px;
      padding: 20px;
      flex-wrap: wrap;
    }
    .cta-button {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 8px;
      padding: 13px 20px;
      background-color: #F7BE00;
      border-radius: 8px;
      font-weight: 700;
      font-size: 20px;
      line-height: 24px;
      cursor: pointer;
      width: fit-content;
    }
    .cta-button img {
      width: 16px;
      height: 16px;
    }
    .cta-info {
      display: flex;
      flex-direction: column;
      align-items: flex-start;
    }
    .cta-info h3 {
      font-size: 22px;
      font-weight: 700;
      line-height: 30px;
    }
    .cta-info h4 {
      font-size: 22px;
      font-weight: 700;
      line-height: 30px;
    }
    .icon-box {
      width: 54px;
      height: 54px;
      padding: 4.5px 7.726px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .icon-box img {
      width: 40px;
      height: 46px;
    }
    @media (max-width: 1024px) {
      .main-container {
        flex-direction: column;
        padding: 40px 20px;
      }
      .cta-section {
        flex-direction: row;
        align-items: flex-end;
gap: 20px;
      }
.cta-button{width: -webkit-fill-available;}
    }
.vision-section ul  {margin-right: 45px;}
.vision-section ul li {list-style: disc;}
.vision-section ul li::marker {color:  #BA2181;}
.bg-gray {background-color: #F4F4F4;}
.card-container {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      gap: 20px;
    }
    .info-card {
      flex: 1 1 160px;
      background-color: #ffffff;
      border-bottom: 2px solid #A179C9;
      padding: 30px 25px;
      display: flex;
      flex-direction: column;
      align-items: center;
      text-align: center;
      gap: 15px;
      box-shadow: 0 2px 4px rgba(0,0,0,0.05);
      transition: transform 0.2s ease;
    width: 100%;
    }
    .info-card:hover {
      transform: translateY(-5px);
    }
    .icon-box {
      width: 50px;
      height: 50px;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .icon-box img {
      width: 42px;
      height: 43px;
    }
    .info-card h3 {
      font-size: 22px;
      font-weight: 700;
      color: #000;
    }
    .info-card p {
      font-size: 18px;
      font-weight: 400;
      line-height: 22px;
      color: #333;
    }
    @media (max-width: 768px) {
      .card-container {
        flex-direction: column;
        align-items: center;
      }
    }
    /* calendar */
    .calendar-section {
        align-items: center;
        gap: 90px;
        padding: 70px 160px 0;
        width: 100%;
        min-height: fit-content;
        background-color: white;</p>
    }
    .calendar-section .section-title {
        border-bottom: 4px solid var(--accent-color);
        width:fit-content;
        margin: 0 auto;
        margin-bottom: 20px;
    }
@media (max-width: 768px) {
      .calendar-section {
        padding: 0;
      }
    }
.values-section .container {width:100%;}
