:root {
    --primary-color: white;
    --secondary-color: #C0D6BC;
    --accent-color: #1E4020;
    --highlight-color: #FFCC00;
}



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

.text-gold {
    color: rgb(226, 197, 150);
}

.service-read-more-btn {
    color: rgb(226, 197, 150);
    border: 1px solid rgb(226, 197, 150);

}

.container {
    /* padding-left: 15px !important;
    padding-right: 15px !important; */
}

/* Step 2: Declare the font using @font-face */
@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik/Rubik-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik/Rubik-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Rubik';
    src: url('fonts/Rubik/Rubik-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
}

body {
    color: white;
    background: black;
    font-family: 'Rubik', sans-serif;
    direction: rtl;
    /* Right-to-left for Hebrew language */
    background-color: black;
}



.invisible {
    font-size: 0;
    color: white;
}



h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    /* Center the icon and headline */
    margin-top: 15px;
    font-size: 1.7rem;
    margin-bottom: 30px
}

h2:not(.contact > h2):has(i) {
    margin-bottom: 0;
}


h2 i {
    font-size: 18px;
    /* Adjust the icon size as needed */
    margin-left: 5px;
    /* Add space between the icon and headline */
}



header {
    color: white;
}

.hero {
    position: relative;
    overflow: hidden;
    width: 100vw;
    height: 100vh;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* Center horizontally */
    justify-content: center;
    /* Center vertically */
    padding: 0 20px;
}


.hero-other-page {
    /*background-image: linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), url(images/logo-finance.jpg);*/
    position: relative;
    background-size: 100% 100%;
    /* This will stretch the image to fit the dimensions of the div */
    background-repeat: no-repeat;
}

.hero-content {
    text-align: center;
    text-align: center;
}



.hero-text {
    color: white;
    margin-top: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    flex-direction: column;
}

.hero-text h2 {
    font-size: 35px;
}

.hero-text h2 i {
    font-size: 55px;
}

.hero-text p {
    font-size: 20px;
    /* Adjust the font size of the hero text */
    font-weight: bold;
}



.hero-text i {
    font-size: 16px;
    /* Adjust the font size of the hero text */
    margin-left: 5px;
    color: rgb(226, 197, 150);
    size: 30px;
}



.hero-content {
    text-align: center;
}



.hero .logo-img {
    width: 100%;
    height: 300px;
}


.hero-details .logo-img {
    width: 100%;
    height: 45px;
}


.hero-details {
    display: flex;
    left: 35px;
    position: absolute;
    top: 25px;
}




.hero-link:hover {
    transform: scale(1.1);
    /* Slightly scale up the button on hover */
}



.mobile-nav {
    /* position: absolute;
    top: 20px;
    right: 20px;
    display: block; */
}



.nav-toggle {
    cursor: pointer;
    font-size: 24px;
    color: white;
    margin-right: 20px;
    color: rgb(226, 197, 150);
    /* Hide the toggle button in desktop mode */
}



.desktop-nav {
    align-items: center;
    justify-content: flex-end;
    /* Align menu to the right */
    /* position: absolute; */
    top: 25px;
    /* Position the menu at the top-right corner */
    right: 25px;
    /* Position the menu at the top-right corner */
}



.desktop-nav a {
    /* color: rgb(226, 197, 150); */
    text-decoration: none;
    margin: 0 18px;
    font-size: 18px;
    transition: transform 0.3s ease
}



.desktop-nav a:hover {
    transform: scale(1.1);
    color: rgb(226, 197, 150);
    /* Scale up the button on hover */
}



#sidebar {
    position: fixed;
    top: 0;
    right: -280px;
    /* Adjust the width of the sidebar */
    width: 280px;
    height: 100%;
    background-color: black;
    /* Slightly darken the background */
    z-index: 999;
    padding-top: 70px;
    transition: right 0.3s ease;
    /* Add a transition effect */
}



#sidebar.active {
    right: 0;
}



#sidebar-links {
    list-style: none;
    padding: 0;
    margin: 0;
}



#sidebar-links li {
    padding: 15px;
}



#sidebar-links li a {
    color: white;
    text-decoration: none;
    font-size: 18px;
    display: block;
    transition: opacity 0.2s ease;
    /* Add a subtle transition effect on hover */
}



#sidebar-links li a i {
    margin-left: 8px;
    /* Add spacing between icon and text */
}



#sidebar-links li a:hover {
    opacity: 0.8;
    /* Hover effect */
}



#sidebar-links li a.active {
    font-weight: bold;
    /* Style for active link */
}



.close-btn {
    background-color: black;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 25px;
    float: left;
}



#main-content {}



.about-content {
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}





.about-section,
.differentiation-section,
.quote {
    margin-bottom: 30px;
    /* Space between sections */
    display: flex;
    /* Use flexbox for alignment */
    flex-direction: column;
    /* Stack content vertically */
    align-items: flex-start;
    /* Align content to the start */
}



.differentiation-section i,
.about-section i {
    font-size: 30px;
    /* Larger icon for visual appeal */
    margin-bottom: 10px;
    /* Space below the icon */
    color: #2399AF;
    /* Blue color for the icons */
}


.differentiation-section a,
.about-section a,
.article-content a,
.articles-container a {
    color: #2399AF;
}

a.no-underline {
    text-decoration: none;
    color: white;
}

.services,

.gallery,

.reviews {
    text-align: center;
    margin-bottom: 50px;
}



.services ul {
    list-style-type: none;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}



.services li {
    width: 300px;
    padding: 30px;
    background-color: black;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px #888;
    transition: background-color 0.3s ease;
}





.services li a {
    color: white;
    text-decoration: none;
}

.services li p,
h3 {
    padding-top: 10px;
}



.contact-form {
    max-width: 400px;
    margin: 0 auto;

}



.contact-form label,
.contact-form input,
.contact-form textarea,
.contact-form button {
    width: 100%;
    display: block;
}



.contact-form label {
    font-weight: bold;
}



.contact-form input,
.contact-form textarea {
    padding: 10px;
    margin-bottom: 20px;
    border: px solid rgb(226, 197, 150);
    border-radius: 5px;
    background-color: #ffffff;
}




.contact-form button {
    padding: 12px;
    background-color: #888;
    width: 30%;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    font-weight: bold;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}




.contact-form button:hover,

.floating-menu-option:hover {
    background-color: #999;
}



.gallery-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
    justify-content: center;
    /* Center the gallery items horizontally */
}



.gallery img {
    width: 100%;
    height: 200px;
    /* Set a fixed height for thumbnails */
    object-fit: cover;
    /* Ensure images maintain their aspect ratio and cover the entire thumbnail */
    border-radius: 5px;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    /* Add smooth transitions */
}



.gallery img:hover {
    transform: scale(1.05);
    /* Slightly scale up the image on hover */
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.1);
    /* Add a subtle box shadow on hover */
}



.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: black;
}



.modal-content {
    display: block;
    max-width: 90%;
    max-height: 90%;
    margin: auto;
    margin-top: 50px;
    /* Add some margin from the top for better positioning */
}



.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    color: white;
    cursor: pointer;
}



footer {
    color: white;
    text-align: center;
    padding: 20px 0;
    font-weight: bold;
}



.footer-content,

.footer-social {
    display: flex;
    justify-content: space-between;
    align-items: center;
}



.footer-social p {
    font-weight: bold;
    margin-left: 10px;
}



.footer-social a {
    color: white;
    text-decoration: none;
    margin-left: 15px;
    font-size: 24px;
}



.reviews h3 {
    margin-bottom: 10px;
}



.reviews-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 20px;
}



.review-card {
    background-color: black;
    border-radius: 10px;
    box-shadow: 0px 0px 3px 1px #888;
    padding: 20px;
    transition: box-shadow 0.3s ease;
}



.review-card .review-date {
    font-size: 14px;
}



.review-card .review-text {
    font-size: 18px;
    color: white;
    margin-top: 20px;
    margin-bottom: 3px;
}



.rating {
    color: white;
    /* Yellow */
}



.rating i {
    font-size: 20px;
}


.services i {
    color: rgb(226, 197, 150);
    font-size: 40px;
    margin-bottom: 20px;
    display: block;
}



#NagishLiTrigger .nagishli-trigger-icon {
    background-color: transparent;
    padding: 0;
    border-radius: 10%;
    box-shadow: none;
    color: #2399AF;
}

#NagishLiTrigger {
    padding-bottom: 5px;
}

.floating-contact {
    position: fixed;
    bottom: 10px;
    left: calc(10px + (100vw - 100%));
    z-index: 1000;
}



.contact-button {
    background-color: transparent;
    color: white;
    width: 60px;
    height: 60px;
    max-width: 60px;
    max-height: 60px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 24px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    padding: 0;
}



.floating-menu {
    display: none;
    /* Hidden by default */
    position: fixed;
    bottom: 80px;
    /* Adjust the vertical position based on your preference */
    z-index: 1001;
    /* Higher z-index to appear above the accessibility and contact buttons */
    padding: 10px;
    border-radius: 5px;
    background-color: black;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}



.floating-menu.active {
    display: flex;
    flex-direction: column;
}



.floating-menu-option {
    color: white;
    /* Set the text color to match contact menu */
    font-size: 16px;
    /* Set the font size to match contact menu */
    padding-top: 4px;
    padding-bottom: 4px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 4px;
}



.floating-menu .social-icon {
    flex-direction: column;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    font-size: 24px;
}




.about-content p i {
    box-shadow: 0px 0px 10px 2px #888;
}



a:hover {
    /* color: #4477ff; */
    /* a brighter shade of blue for visibility */
}





.review-card:hover {
    box-shadow: 0px 0px 20px 5px #666;
}


#content {
    border-radius: 5px;
    padding: 20px;
    padding-bottom: 50px;
}


.cyber-content h2 i {
    color: #2399AF;
}

.cyber-content h3,
.article-content h3 {
    padding-top: 50px;
}



.cyber-content i,
.article-content i {
    padding-left: 5px;
}


.cyber-content li {
    list-style-type: none;
}


.cyber-content p,
.cyber-content li,
.article-content p {
    padding-right: 30px;
    margin: 0.8em 0;
    margin-bottom: 50px;
    line-height: 1.6;
}

.contact-container {
    max-width: 400px;
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;

}

.contact-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.contact-info i {
    margin-left: 10px;
}



.slider {
    width: 100%;
    height: var(--height);
    overflow: hidden;
    mask-image: linear-gradient(to right,
            transparent,
            #000 10% 90%,
            transparent);
    position: relative;
}

.slider .list {
    display: flex;
    position: relative;
    min-width: calc(var(--width) * var(--quantity));
    height: 100%;
}

.slider .list .item {
    width: var(--width);
    height: var(--height);
    position: absolute;
    left: 100%;
    animation: autoRun 40s linear infinite;
    animation-delay: calc((40s / var(--quantity)) * (var(--position) - 1) - 20s);
    transition: filter 0.3s ease;
}

.slider .list .item img {
    width: 100%;
    height: 100%;
    object-fit: contain;

    opacity: 0.8;
    transition: 0.3s ease;
}

.slider .list .item:hover img {
    filter:
        drop-shadow(2px 0 white)
        /* ימין */
        drop-shadow(-2px 0 white)
        /* שמאל */
        drop-shadow(0 2px white)
        /* למטה */
        drop-shadow(0 -px white);
    /* למעלה */
    opacity: 1;
    transform: scale(1.05);
}

.item img {
    width: 100%;
    height: 100%;
    object-fit: contain;

    /* 🔥 מַדְמֶה stroke לבן חד סביב הצורה */
    filter:
        drop-shadow(1px 0 white)
        /* ימין */
        drop-shadow(-1px 0 white)
        /* שמאל */
        drop-shadow(0 1px white)
        /* למטה */
        drop-shadow(0 -1px white);
    /* למעלה */

    transition: 0.3s ease;
}

@keyframes autoRun {
    from {
        left: 100%;
    }

    to {
        left: calc(var(--width) * -1);
    }
}

/* הפסקה אוטומטית בריחוף */
.slider:hover .item {
    animation-play-state: paused;
}

/* מצב רוורס (שמאל לימין) */
.slider[reverse="true"] .item {
    animation-name: reversePlay;
}

@keyframes reversePlay {
    from {
        left: calc(var(--width) * -1);
    }

    to {
        left: 100%;
    }
}

@media screen and (min-width: 768px) {

    .cyber-content h2,
    .article-content h2 {
        font-size: 35px;
    }

    .cyber-content h3,
    .differentiation-section h3,
    .about-section h3,
    .quote h3,
    .article-content h3 {
        font-size: 30px;
        /* Larger heading size */
    }

    .cyber-content p,
    .cyber-content li,
    .differentiation-section p,
    .about-section p,
    .quote p,
    .article-content p {
        font-size: 23px;
        /* Slightly larger text */

    }
}

@media screen and (max-width: 768px) {

    .cyber-content h3,
    .differentiation-section h3,
    .about-section h3,
    .quote h3,
    .article-content h3 {
        font-size: 22px;
        /* Larger heading size */
    }

    .cyber-content p,
    .cyber-content li,
    .differentiation-section p,
    .about-section p,
    .quote p,
    .article-content p {
        font-size: 17px;
        /* Slightly larger text */

    }

    .gallery-container {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        /* Adjust the size of gallery items for mobile */
    }



    /* .nav-toggle,

    .mobile-nav {
        display: block;
    }



    .desktop-nav {
        display: none;

    } */



    .about {
        flex-direction: column;
        text-align: center;
    }



    .about-content {
        max-width: 100%;
    }



    p {
        /* text-align: justify; 
		Align paragraphs to justify on mobile */
    }

    .hero .logo-img {
        width: 80%;
    }


}

.read-more-btn {
    display: inline-block;
    /* margin-top: 10px; */
    padding: 8px 16px;
    background-color: #333;
    color: #fff;
    border-radius: 5px;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.3s;
}



.read-more-btn:hover {
    background-color: #555;
}


.differentiation-section,
.about-section,
.quote {
    margin-bottom: 40px;
    /* Increase space between sections */
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    border-radius: 5px;
    /* Rounded corners */
    padding: 20px;
    /* Increase spacing around content */
    transition: background-color 0.3s ease;
    /* Transition effect for hover */
}

.differentiation-section:hover,
.about-section:hover,
.quote:hover {
    background-color: rgba(255, 255, 255, 0.1);
    /* Slightly change the background color on hover */
}

.differentiation-section i,
.about-section i {
    font-size: 32px;
    /* Slightly larger icon */
    margin-bottom: 12px;
    color: #2399AF;
}

.differentiation-section h3,
.about-section h3,
.quote h3 {
    margin-bottom: 12px;
    font-weight: bold;
    /* Make the sub-header bolder */
}

.differentiation-section p,
.about-section p,
.quote p {
    line-height: 1.6;
    /* Increased line height */
    padding-left: 45px;
}

hr {
    width: 33%;
    /* Set width to 1/3 of its container */
    margin: 0 auto;
    /* Center the separator */
    border-color: rgba(255, 255, 255, 0.3);
    /* Slight transparency for the separator */
    margin-bottom: 20px;
    /* Add some space below the separator */
}

hr {
    margin-left: auto;
    /* Align the separator to the right side */
    margin-right: 0;
    /* No margin on the right side */
}

.about-content {
    background-color: transparent;
    /* Remove background */
    box-shadow: none;
    /* Remove box shadow */
    color: white;
    /* Set font color to white */
}

.hero-video {
    position: absolute;
    top: 0;
    left: 0;
    /* top: 50%;
    left: 50%; */


    z-index: -1;
    /* transform: translate(-50%, -50%); */
    background: no-repeat;
    /* background-size: contain; */
    transition: 5s opacity;
}

@keyframes slideInFromRight {
    0% {
        transform: translateX(100%);
        opacity: 0;
    }

    100% {
        transform: translateX(0);
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.cyber-text {
    transition: background-color 0.3s ease;
}

.text {
    transition: background-color 0.3s ease;
    font-size: 25px;
}

.animate-slide-in {
    animation: slideInFromRight 1s ease-out forwards;
    opacity: 0;
    /* Initially set the opacity to 0 so that the slide-in effect is visible */
}

.animate-fade-in {
    animation: fadeIn 0.5s ease-out forwards;
    animation-delay: calc(0.2s * var(--i));
    opacity: 0;
    /* Initially set the opacity to 0 so that the fade-in effect is visible */
}

.faq-container {
    margin-bottom: 20px;
    overflow: hidden;
    font-size: 22px;
}

.faq-question {
    padding: 10px 15px;
    cursor: pointer;
    display: flex;
    align-items: center;
    margin-right: 10px;
}

.faq-question i,
.faq-answer i {
    margin-left: 5px;
}

.faq-answer {
    display: none;
    /* hidden by default */
    padding: 10px 15px 30px;
    margin-right: 10px;
}

.articles-container {
    display: flex;
    flex-direction: column;
}

.articles-container a {
    padding: 10px;
}

.articles-container a i {
    margin-left: 5px;
}

.responsive-image {
    max-width: 85%;
    /* Ensure images never exceed the width of their parent div */
    height: auto;
    /* Maintain aspect ratio */
    display: block;
    margin: 20px auto;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-top: 100px;
    margin-bottom: 100px;
}

@media screen and (max-width: 768px) {
    .responsive-image {
        width: 85%;
        /* Adjust for mobile view */
        margin: 15px auto;
    }
}