/*==================================================================
    FONTS
  ==================================================================*/
@font-face {
    font-family: 'NotoSansHebrew';
    src: url('../fonts/NotoSansHebrew-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansHebrewMedium';
    src: url('../fonts/NotoSansHebrew-Medium.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansHebrewBold';
    src: url('../fonts/NotoSansHebrew-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'NotoSansHebrew';
    src: url('../fonts/NotoSansHebrew-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: 'Inter';
    src: url('../fonts/Inter_28pt-Regular.ttf');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'InterBold';
    src: url('../fonts/Inter_24pt-SemiBold.ttf');
    font-weight: normal;
    font-style: normal;
}


html {
    font-family: 'NotoSansHebrew';
}

body {
    font-family: 'NotoSansHebrew', 'Inter', sans-serif;
    display: flex;
    flex-direction: column;
    direction: rtl;
    color: var(--dark-blue);
}

/* html,
body {
    overflow-x: hidden;
} */
@media screen and (max-width: 768px) {
    /* body {width: 100vw; overflow-x: hidden;}  */
    main {overflow-x: hidden;}
}
.container {
    max-width: 1520px;
}

@media screen and (max-width: 1600px) {
    .container {
        max-width: 1200px;
    }
}

@media screen and (max-width: 1200px) {
    .container {
        max-width: 1000px;
    }
}

/*==================================================================
    HEADER
  ==================================================================*/
#header {
    position: fixed;
    z-index: 9999;
    top: 0;
    width: 100%;
    background-image: url(../image/bg-header.svg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    content: '';
    height: 91px;
}

.bg-light {
    background-color: #ffffff !important;
    height: 91px;
}

a.nav-link {
    color: black !important;
    font-size: 20px;
}

.navbar .container {
    min-width: 100%;
    position: sticky;
    z-index: 1000;
    top: 0;
}

.navbar-collapse {
    justify-content: space-between;
    /* padding: 0 20px; */
    width: 100%;
}

ul#w1 {
    padding-right: 0;
}

.navbar-nav .nav-link {
    position: relative;
}

.nav-link.active {
    color: #0081E8 !important;
}

.nav-link.active,
.dropdown-item.active {
    color: #0081E8 !important;
}

.dropdown-item.active,
.dropdown-item:active {
    color: #0081E8 !important;
    background-color: #EDF8FF !important;
}

.link_languages.nav-link {
    border-bottom: 1px solid #000108 !important;
    margin-right: 650px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    padding-bottom: 0 !important;
    color: #000108 !important;
}

@media screen and (max-width: 1982px) {
    .link_languages.nav-link {
        margin-right: 600px;
    }
}

@media screen and (max-width: 1932px) {
    .link_languages.nav-link {
        margin-right: 550px;
    }
}

@media screen and (max-width: 1882px) {
    .link_languages.nav-link {
        margin-right: 500px;
    }
}

@media screen and (max-width: 1832px) {
    .link_languages.nav-link {
        margin-right: 450px;
    }
}

@media screen and (max-width: 1782px) {
    .link_languages.nav-link {
        margin-right: 400px;
    }
}

@media screen and (max-width: 1732px) {
    .link_languages.nav-link {
        margin-right: 350px;
    }
}

@media screen and (max-width: 1682px) {
    .link_languages.nav-link {
        margin-right: 300px;
    }
}

@media screen and (max-width: 1632px) {
    .link_languages.nav-link {
        margin-right: 250px;
    }
}

@media screen and (max-width: 1582px) {
    .link_languages.nav-link {
        margin-right: 200px;
    }
}

@media screen and (max-width: 1532px) {
    .link_languages.nav-link {
        margin-right: 150px;
    }
}

@media screen and (max-width: 1482px) {
    .link_languages.nav-link {
        margin-right: 100px;
    }
}

@media screen and (max-width: 1432px) {
    .link_languages.nav-link {
        margin-right: 50px;
    }
}

@media screen and (max-width: 1382px) {
    .link_languages.nav-link {
        margin-right: 10px;
    }
}

img.bgHeader {
    margin-top: 100px;
}

img.navLogoLink {
    position: absolute;
    right: 100px;
    top: 60px;

}

.navLogoImg {
    border-right: 1px solid #cccccc;
    padding-right: 15px;
    padding-left: 41px;

}
/* <!-- Cookie Consent Banner Styles --> */

.cookie-consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background: black;
    color: white;
    padding: 20px;
    z-index: 9999;
    box-shadow: 0 -2px 10px rgba(0,0,0,0.3);
    font-family: Arial, sans-serif;
}

.cookie-consent-content {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.cookie-consent-text {
    flex: 1;
    font-size: 14px;
    line-height: 1.5;
}

.privacy-link {
    color: #87ceeb;
    text-decoration: underline;
}

.privacy-link:hover {
    color: #b0e0e6;
}

.cookie-accept-btn {
    background: #ffffff;
    color: #4D4D4D;
    border: none;
    padding: 12px 24px;
    border-radius: 25px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

/* .cookie-accept-btn:hover {
    background: #45a049;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.2);
} */

/* Mobile responsive */
@media (max-width: 768px) {
  
    .cookie-consent-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .cookie-consent-text {
        font-size: 13px;
    }
    
    .cookie-accept-btn {
        padding: 10px 20px;
        font-size: 14px;
    }
}

/* ביטול פתיחה אוטומטית בהובר */
.nav-item:hover .dropdown-menu,
.dropdown:hover .dropdown-menu {
    display: none !important;
}

/* פתיחה רק כשיש class .show */
.dropdown.show .dropdown-menu {
    display: block;
}

.dropdown.show .nav-link.dropdown-toggle::after {
    transform: rotate(180deg);
}

.dropdown-item {
    text-align: right;
}

.dropdown-item:hover {
    background-color: #EDF8FF;
    color: #0081E8;

}

.dropdown-item:active {
    background-color: #EDF8FF;
    color: #0081E8;
}

.dropdown-toggle::after {
    margin-right: 0.5em;
    color: #CDCCCC;
}







/*==================================================================
    PAGES
  ==================================================================*/
h2 {
    font-size: 60px;
    color: #ed1d24;
    line-height: 120%;
    font-weight: 300;
}

img {
    max-width: 100%;
}

p {
    font-size: 20px;
    color: #4D4D4D;
    line-height: 1.53;
    margin-bottom: 0;
}

.btn_1 {
    height: 67px;
    background-color: #0081E8;
    color: #fff;
    border: none;
    padding: 18px 50px;
    font-size: 18px;
    font-weight: 700;
    box-shadow: 2px 4px 11px 0px #0081E71A,
        10px 16px 19px 0px #0081E717,
        22px 37px 26px 0px #0081E70D,
        40px 65px 31px 0px #0081E703,
        62px 102px 34px 0px #0081E700;
    border-radius: 50px;
    display: flex;
    margin: auto;
    justify-content: center;
    width: fit-content;
}

.btn_1 a {
    color: #fff;
    text-decoration: none;
    text-align: center;
    margin: auto;
}

.btn_1:hover {
    transition: all 0.3s ease;
    background-color: #fff;
    /* border: 2px solid #0081E8; */
    color: #0081E8;

    a {
        color: #0081E8;
    }
}

.btn_2 {
    display: inline-flex;
    align-items: center;
    font-size: 18px;
    font-weight: 700;
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0081E8;
    /* box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2); */
    padding: 6px 10px;
    gap: 10px;
    width: fit-content;
    max-width: 100%;
    box-sizing: border-box;

}

.btn_2 a {
    text-decoration: none;
    color: #4D4D4D;
    font-size: 18px;
    font-weight: 700;
}

.btn_2:hover {
    a {
        color: #0081E8;
    }
}

.min_title {
    font-weight: 300;
    font-size: 30px;
    color: #ED1D24;
    line-height: 1.2;
}

.boxs {
    background-color: #fff;
    position: relative;
    overflow: hidden;
    padding: 20px;
    border: 1px solid #FEB7BB;
    border-radius: 10px;
    box-shadow: 3px 3px 10px 0px #FF00000D,
        11px 14px 18px 0px #FF00000A,
        25px 30px 24px 0px #FF000008,
        45px 54px 28px 0px #FF000003,
        71px 84px 31px 0px #FF000000;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    transition: border 0.3s ease;
    transition: transform 0.4s ease;
    position: relative;
    z-index: 1;
}
.boxs:hover {
    transform: scale(0.9);
}



@media screen and (max-width: 768px) {
    h2 {
        font-size: 35px;
    }

    .btn_1 {
        height: auto;
        padding: 9px 29px;
    }

    p {
        font-size: 18px;
        line-height: 1.4;
    }

    .min_title {
        font-size: 20px;
    }
}

.btn_2 a {
    font-size: 16px;
    text-align: right;
}


/*==================================================================
    BANNER
  ==================================================================*/

.services-banner {
    position: relative;
    min-height: 498px;
    margin-top: 91px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.services-banner-title {
    position: absolute;
    top: 200px;
    color: white;
    font-size: 72px;
    font-weight: 300;
    font-family: 'NotoSansHebrew';
    right: 250px;
    line-height: 120%;
}


/* Style for the popup background */
.popup-services {
    position: fixed;
    display: none;
    top: 100px;
    width: 100%;
    height: calc(100%);
    overflow: scroll;
}

/* Style for the video container */
.video-container-services {
    position: relative;
    display: none;
    width: 100%;
    height: 100%;
    z-index: 10;
}

/* Style for the close button */
.close-btn-services {
    position: absolute;
    right: -60px;
    top: 10px;
    background: transparent;
    border: none;
    cursor: pointer;
    z-index: 1000;
    font-weight: bold;
    color: white;
}


/* Style for the video */
video {
    width: 100%;

}

video#video-player-services {

    width: 100%;
}

@media screen and (max-width: 768px) {
    .services-banner {
        min-height: 315px;
        margin-top: 56px;
    }

    .services-banner-title {
        font-size: 32px;
        right: 20px;
    }
}


/*==================================================================
    FOOTER
  ==================================================================*/

  .accessibility, .cookies, .privacy, .terms_of_use {
    margin-top: 150px;
    padding: 20px;
  }

.footer {
    background: #F9F7F7;

}
.footer-tavas-logo {
    width: 75px;
    height: 126px;
}
/* .footer-tavas {
    display: flex;
    justify-content: space-between;
    align-items: center;
} */


.footer-links {
    display: flex;
    padding: 40px;
    justify-content: space-between;
    width: 100%;
}

.footer-link-title {
    color: #58595B;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.1em;

    p {
        color: #58595B;
        font-size: 16px;
    }
}

.address_flex_footer {
    strong {
        color: #58595B !important;
        font-size: 16px !important;
        font-weight: 400 !important;
    }

    p {
        color: #58595B !important;
        font-size: 16px !important;
    }
}

button.footer-link-btn-flex-btn {
    background: transparent;
    border: 1px solid #0081E8;
    border-radius: 50px;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 700;
    color: #0081E8;
    width: 147px;
    margin-top: 19px;
}

.footer-link-btn-flex-btn a {
    text-decoration: none;
}

.footer-link-btn-flex {
    display: flex;
}

.footer-link-btn-flex p {
    border-left: 1px solid #58595B;
    border-right: none;
    padding-left: 10px;
    padding-right: 10px;
}

.footer-link-btn-flex p:last-child {
    border-left: none;
}

.footer-link {
    display: flex;
    flex-direction: column;
}

p.footer-link-btn {
    margin-bottom: 0;
}

.footer-link-btn,
.footer-link-btn:hover {
    color: #4D4D4D;
    font-size: 16px;
    text-decoration: none;
    padding-bottom: 5px;

}

.footer-tavas-button {
    background: transparent;
    color: #0081E8;
    padding: 10px 20px;
    border-radius: 50px;
    border: 1px solid #0081E8;
    cursor: pointer;
    font-size: 14px;
    font-weight: 700;

}

.footer-bottom-social-span {
    display: flex;
    gap: 5px;
    color: #4D4D4D80;
    font-size: 16px;


}

.footer-bottom-social-span a {
    color: #4D4D4D80;
    font-size: 16px;
    text-decoration: none;
    border-right: 1px solid#4D4D4D80;
    padding: 0 10px;
}


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

    .footer-tavas {
        flex-direction: column;
        align-items: start;
        gap: 20px;

    }

    .footer-link-warp:not(:last-child) {
        border-bottom: 1px solid #FEB7BB;
        padding-bottom: 9px;

    }

    .footer-links {
        display: block;
        width: 100%;
    }


    .footer-link-title_img {
        justify-content: space-between;
        display: flex;
    }


    .footer-link-title {
        font-size: 16px;
        padding-bottom: 12px;
        cursor: pointer;
        width: 90%;
        display: flex;
        justify-content: space-between;
        margin: auto;
        padding-top: 20px;
    }



    .fotter_border {
        display: flex;
        justify-content: space-between;
        position: relative;
        overflow: visible;
        width: 100%;
    }

    .fotter_border:not(:nth-last-of-type(2))::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: -10px;
        width: 100%;
        height: 1px;
        background-color: #FEB7BB;
    }


    .footer-tavas-button {
        margin: auto;
        margin-top: 61px;

    }


    .footer-bottom-social-span {
        text-align: center;
        margin: auto;
        flex-direction: column;
    }

    .footer-bottom-social-span a {
        text-decoration: none;
        text-align: center;
        border: none;
    }

    .toggle-arrow img {
        transition: transform 0.3s ease;
    }

    .footer-link-warp.open .toggle-arrow img {
        transform: rotate(180deg);
    }

    .footer-link {
        display: none;
    }

    .footer-link.open {
        display: flex;
    }


}

/*==================================================================
    contact
  ==================================================================*/

.contact-banner {
    position: relative;
    height: 500px;
    overflow: hidden;
}

.contact-banner img {
    width: 100vw;
    object-fit: cover;
}

.title-contact {
    h2 {
        font-size: 42px;
    }
}

.contact_flex {
    margin-top: 130px;
    margin-bottom: 85px;
    display: flex;
    justify-content: space-between;
    align-items: start;
}

.contact_flex_right {
    max-width: 491px;
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.contact_flex_left {
    width: 50%;
    max-width: 878px;
}

.contact_flex_left {
    background-color: #EDF8FF;
    border-radius: 10px;
    padding: 50px;
    width: 878px;
}

.contact_address,
.contact_phone,
.contact_emergency {
    display: flex;
    gap: 20px;
    align-items: start;
    padding-bottom: 25px;
    position: relative;
}

.addres_title,
.phone_title,
.emergency_title {
    font-size: 20px;
    font-weight: 600;
}

.contact_address::after,
.contact_emergency::after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: 1px solid #D3EBFF;
    position: absolute;
    bottom: 0;
    left: 0;
}

.admin-branches-contact {
    padding-bottom: 152px;
}

@media screen and (max-width:768px) {
    .contact-banner {
        height: 315px;
    }

    .contact-banner img {
        height: 315px;
    }

    .contact_flex {
        margin-top: 32px;
        margin-bottom: 85px;
        flex-direction: column;
    }

    .contact_flex_right {
        width: 100%;
        max-width: 100%;
    }

    .contact_flex_left {
        width: 100%;
        max-width: 100%;
    }

    .contact_flex_right_text {
        line-height: 1.5;
    }

    /*     
    .contact_flex_left {
        background-color: #EDF8FF;
        border-radius: 10px;
        padding: 50px;
    }
     */
    .addres_title,
    .phone_title,
    .emergency_title {
        font-size: 18px;
        font-weight: 700;
        line-height: 1.2;
    }

}