/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/


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

::selection {
    background-color: #00214733; 
    color: #fff;
}

html {
    overflow-x: hidden!important;
}


body {
    background: 
    radial-gradient(ellipse at 0% 0%, #261B50 0%, transparent 60%),
    radial-gradient(ellipse at 0% 50%, #C00675 0%, transparent 60%),
    radial-gradient(ellipse at 30% 0%, #C00675 0%, transparent 60%),
    radial-gradient(ellipse at 35% 55%, #4D1659 0%, transparent 60%),
    radial-gradient(ellipse at 65% 45%, #261B50 0%, transparent 60%),
    radial-gradient(ellipse at 70% 20%, #C00675 0%, transparent 60%),
    radial-gradient(ellipse at 70% 20%, #C00675 0%, transparent 60%),
    radial-gradient(ellipse at 90% 45%, #4D1659 0%, transparent 60%),
    radial-gradient(ellipse at 95% 0%, #261B50 0%, transparent 60%),
    linear-gradient(to bottom, #731163, #261B50)
    #731163;
    overflow-x: hidden;
}

            .vertical-lines {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            pointer-events: none;
            z-index: 100;
        }

        .line {
            position: absolute;
            top: 0;
            height: 100%;
            width: 2px;
            background-color: white;
        }

        .line-left {
            left: 8%;
        }

        .line-center {
            left: 50%;
            transform: translateX(-50%);
        }

        .line-right {
            right: 8%;
        }

/* Desktop navbar*/

.post13 {
    display:none;
}

.desktop-menu-wrap {
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;   
    z-index: 10;
    position: relative;
    bottom: auto;  
}

/*.desktop-menu-wrap {
    display: flex;
    justify-content: center;
    transition: all 0.3s ease;   
    z-index: 10;
    position: sticky;
    top:80px; 
    bottom: auto;  
}*/ 

.desktop-menu {
    background: #00214780;
    backdrop-filter: blur(10px);
    padding: 0.1rem 3rem;
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 80px;
    width: 50%;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

.desktop-menu::before {
    content: "";
    position: absolute;
    inset: 0;
    padding: 0.8px; /* עובי הגבול */
    border-radius: 80px;
    background: linear-gradient(185deg, #00214780, #FFFFFF); /* הגרדיאנט של הגבול */
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
}

.my-menu {
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    margin: 0 !important;
}

.menu-item a{
    text-decoration: none;
    color:#fff;
    font-weight: 600;
}

.menu-item a:hover, .menu-item a:active{
    text-decoration: none;
    color:#F7C657;
    font-weight: 600;
}

/* Typography */

h1,h2,h3,h4,h5,h6 {
    color: white;
    font-family: "Marcellus", serif;
    font-weight: 400;
    font-style: normal;
}

p {
  font-family: "Jost", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.cta_button {
    background: #F7C657;
    border: none;
    border-radius: 10px;
    color: #731163;
    font-weight: 600;
    padding: 10px 60px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 0 10px #ADDEDE4D, 0 0 20px #ADDEDE4D;
    overflow: hidden !important;
    position:relative;
}

.cta_button:hover, .cta_button:active, .cta_button:focus {
    background: #F7C657;
    border: none;
    border-radius: 10px;
    color: #731163;
    font-weight: 600;
    padding: 10px 60px;
    font-size: 18px;
    cursor: pointer;
    box-shadow: 0 0 10px #ADDEDE4D, 0 0 20px #ADDEDE4D;
    overflow: hidden !important;
}

    .cta_button span {
        position:absolute;
        background:#fff;
        pointer-events: none;
        width:350px;
        height:350px;
        border-radius:50%;
        transform: translate(-50%, -50%);
        animation: animate8 1s linear infinite;
    }
    
    @keyframes animate8 {
        0% {
            width:0;
            height:0;
            opacity:0.25;
        }
        
        100% {
            width:350px;
            height:350px;
            opacity:0;
        }
    }

/*Header Section*/


.h_header {
    height: 55vh;
    position:relative;
}

.header_container {
    background: #CCE4FF33;
    border-radius: 30px;
    padding: 40px 35px;
    backdrop-filter: blur(10px);
}

.header_img {
    position:absolute;
    top:-60%;
    left:65%;
    z-index: 2!important;
    width:50vw;
    overflow-x:clip;
}


.header_img {
    position: relative;
    width: 50vw;
    height: 50vw; 
    overflow: hidden; 
}

.header_info p {
    width:70%;
    color:white;
}

/* Services Section */

.title {
    text-align: center;
}

.animated-video {
    height:50px;
    width:50px;
}

.services_boxes {
    display: flex;
    gap: 30px;
    padding: 40px;
    justify-content: space-between;
    align-items: anchor-center;
}

.service_box {
    background: #CCE4FF33;
    border-radius: 30px;
    padding: 10px;
    flex: 1;
    /*max-width: 400px;*/
    backdrop-filter: blur(10px);
    display: flex;
    gap: 10px;
    align-items: center;
    flex-direction: row-reverse;
    box-shadow: 0px 4px 40px 0px rgba(38, 27, 80, 0.25);
}

.service_icon {
    flex-shrink: 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    order: 2;
}

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

.service_info {
    flex: 1;
    color: white;
    order: 1;
    text-align: left;
}

.service_info h3 {
    font-size: 32px;
    font-weight: 600;
    margin: 0 0 20px 0;
    color: white;
    text-align: center;
}

.service_info p {
    text-align: left!important;
    font-size: 18px;
    line-height: 1.8;
    margin: 0;
    color: rgba(255, 255, 255, 0.95);
    white-space: pre-line;
}

/*about section*/
.about {
    display: flex;
    flex-direction: row-reverse;
    align-items: stretch;
    justify-content: space-between;
    gap: 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
}

.about_info {
    flex: 1;
    padding: 20px 9% 20px 2%;
    color: white;
    display: block;
    box-shadow: 40px px 0px 0px rgba(38, 27, 80, 0.25);
}

.about_title {
    text-align:left;
    font-size: 3rem;
    margin-bottom: 10px;
    position:relative;
}

.crown_position {
    position:absolute;
    left: 20%;
    top: -30%;
}

.about_info p {
    font-size: 1rem;
    margin-bottom: 20px;
    color: rgba(255, 255, 255, 0.95);
}

.about_img {
    flex: 1;
    position: relative;
    overflow: visible;
}

.about_img img {
    /*width: 100%;*/ 
    height: 100%;
    object-fit: cover;
    object-position: center center;
    position: relative;
    z-index: 1;
    box-shadow: 0px 4px 40px 0px rgba(38, 27, 80, 0.25);
    border-radius: 0px 30px 30px 0px;
}

/*reco section*/ 

.reco {
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: none;
    position: relative;
}

.reco h1 {
    text-align: center;
}

.reco_container {
    max-width: 1200px!important;
}

.reco_container ul {
   margin:0;
}

.swiper-wrapper {
    padding-top:100px;
}

.card_item{
    background-color: #CCE4FF33;
    border: 1px solid #FAF3E0;
    border-radius: 30px;
    position: relative;
    padding:10px 15px;
    gap:5px;
}

.testimonial-img {
    width:100px;
    height:100px;
    object-fit: cover;
    border-radius: 50%;
    margin-top:-50%;
    left:50%;
    transform: translate(-50%);
    position: relative;
    z-index: 1!important;
}

.gradient-border {
    padding: 0.5px;
    background: transparent;
    border: 0.5px solid transparent; 
    background-image: linear-gradient(#00214710, #00214710), 
                      linear-gradient(245deg, #00214710, #ffffff);
    background-origin: border-box;
    background-clip: padding-box, border-box;
}

.card_item p {
    color:white;
}

.custom-swiper-prev,
.custom-swiper-next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%)!important;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    cursor: pointer;
    padding:10px;
}

.custom-swiper-prev {
    left: 30px;
}

.custom-swiper-next {
    right: 30px;
}

.swiper-pagination-bullet-active {
    background-color: #c00675!important;
}


/*article*/ 

.articles h1, .articles h3 {
    text-align: center;
    width:100%;
}

.article_boxes {
    display: flex;
    justify-content: space-between;
    gap:20px;
}

.article_box {
    background: #CCE4FF33;
    border-radius: 30px;
    padding: 40px 35px;
    flex: 1;
    backdrop-filter: blur(10px);
    display: flex;
    gap: 10px;
    align-items: flex-end;
    flex-direction: column;
    color:#FFF;
}

.article_img img {
    object-fit: cover;
    aspect-ratio: 2/1;
    border-radius: 20px;
}

/*footer*/ 

.inside-footer-widgets {
    margin-top:5%;
display: grid;
  grid-template-columns: 1fr 4fr 4fr;
  gap: 24px;
}

#block-12 {
    height: 100% !important;
}

.social-icons {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    height: 100%!important;
    padding:0% 0% 15% 0%;
}

.social-icons a {
    width:100px;
}

label {
    color: #fff !important;
}

.wpcf7-form-control {
    width:100% !important;
}

form p {
    margin: 5px !important;
}

form input, form textarea {
  background: #CCE4FF33!important;
  border-radius: 10px!important; 
  box-shadow: 0 2px 8px rgba(0,0,0,0.2)!important;
  border: none !important;
}

.footer-widget-3 {
    text-align: center;
    color:#fff;
}

#menu-menu-3 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}

/*scroll bar - maybe only mobile?*/ 

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background: #731163; 
    border-radius: 0px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(
        to bottom,
        #731163,
        #E6007E
    );
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(
        to bottom,
        #5e0e4d,
        #c6006b
    );
}

/* ============================================
   RESPONSIVE STYLES - Desktop
   ============================================ */

/* Desktop min 1024 */
@media (min-width: 1025px) { 

    .sub-menu-right {display:none!important;}

    .img_clip {
        overflow-x:hidden!important; 
    }

    .header_img {
        position:absolute;
        top:-70%;
        left:65%;
        z-index: 2!important;
        /*scale:1.8;*/
        width:50vw;
        overflow-x:clip;
    }

    .services {
        height:100vh;
        text-align: center;
    }

    .reco {
        height: 95vh;
    }

    .about {
        height: 95vh;
    }

    .about_background {
        height: 80vh;
        background: #CCE4FF33;
        display: flex;
        flex-direction: row-reverse;
        box-shadow: 0px 4px 40px 0px rgba(38, 27, 80, 0.25);
    }

    .about_img {
        width: 15%!important;
    }

    .about_img img {
        scale: 1.1;
    }

    .about_info {
        width: 75%;
    }

    .about_img img {
        width:95%;
    }

}


/* ============================================
   RESPONSIVE STYLES - TABLET & MOBILE
   ============================================ */

/* Tablet Styles (768px - 1024px) */
@media (min-width: 769px) and (max-width: 1024px) {

    .inside-navigation {
        display: none!important;
    }


    /* Header Section */
    .h_header {
        height: auto;
        min-height: 50vh;
        padding-bottom: 20px;
        display: flex;
        align-items: end;
        margin:0 5%;
    }
    
    .header_container {
        /*margin-top:20%;*/ 
        padding: 25px 20px;
        border-radius: 20px;
        z-index: 2;
    }
    
    .header_img {
        position:absolute;
        top:-50%;
        left:45%;
        z-index: 2!important;
        width:80vw;
        overflow-x:clip;
        height:120%
    }
    
    .header_info h1 {
        font-size: 3rem;        
    }
    
    .header_info h4 {
        font-size: 2rem; 
    }
    
    .header_info p {
        width: 100%;
        font-size: 0.95rem;
    }
    
    .header_info button {
        display: block;
        margin: 20px auto 0;
        width:100%;
    }

    .desktop-menu-wrap {
        position: sticky !important;
    }

    .desktop-menu {
        width:70%;
    }
    
    .menu-menu-1-container ul li {
        padding: 0px 5px;
    }


     /* Services Section */
    .services {
        padding: 20px 0;
        text-align: center;
        margin:0% 10% 10% 10%;
    }
    
    .services_title {
        padding: 0 20px;
    }
    
    .services_boxes {
        flex-direction: column;
        padding: 0px;
        gap: 20px;
        margin-bottom:20px;
    }
    
    .service_box {
        width: 100%;
        flex-direction: row;
        padding: 20px 15px;
        text-align: center;
        justify-content: space-between;
    }

    
    .service_icon {
        width:20%;
        order: 1;
        margin: 0 auto;
    }
    
    .service_info {
        order: 2;
        width:60%;
    }

    .service_box:nth-child(1) {
        order: 2;
    }
    
    .service_box:nth-child(2) {
        order: 1;
    }
    
    .service_box:nth-child(3) {
        order: 3;
    }
    
    .service_info h3 {
        margin: 15px 0 10px 0;
        text-align: left;
    }
    
    .service_info p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    /* About Section */

    .about {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        margin-bottom: 10%;
    }

    .about_background {
        background: #CCE4FF33;
        display: flex;
        flex-direction: row-reverse;
        box-shadow: 0px 4px 40px 0px rgba(38, 27, 80, 0.25);
    }

    .about_info {
        min-width:70%
    }
    
    .about_img {
        max-width: 30%;
    }
    
    .about_info {
        padding: 40px 5%;
    }
    
    .about_info button {
        display: block;
        margin: 20px auto 0;
    }

    .about_img {
        border-radius: 0px 40px 40px 0px; 
        scale:1.1;
    }

    .about_img img {
        aspect-ratio: 5/4!important;
        object-fit:cover;
        border-radius: 0px 40px 40px 0px; 
        scale: 1;
    }

    /*testimonials*/ 

    .reco {
        margin-bottom: 10%;
    }

    .reco_container {
        margin: 0 10%!important;
    }

    .custom-swiper-prev, .custom-swiper-next {
        top:60%!important;
    }
    
    /* Articles Section */
    .article_boxes {
        gap: 15px;
        margin:0% 5%;
    }
    
    .article_box {
        padding: 30px 25px;
        gap: 20px;
    }
    
    /* Footer */
    .inside-footer-widgets {
        gap: 0px;
    }

    .site-footer .footer-widgets-container .inner-padding {
        padding:0px;
    }
}

/* Mobile Styles (up to 768px) */
@media (max-width: 768px) {
        
    body {
        overflow-x: hidden!important;
    }

    .desktop-menu-wrap {
        display: none;
    }

    
.main-navigation.sub-menu-right.toggled {
    position: fixed !important;
    top: 5% !important;
    background: #00214780!important;
    backdrop-filter: blur(10px)!important;
    /*padding: 0.1rem 3rem;
    width:46%;*/
    box-shadow: 0 -2px 20px rgba(0, 0, 0, 0.1);
    border-radius: 20px!important;
    width:80%;
    margin: 0 10%!important;
    transform: translateX(-10%)!important;
}

 .main-navigation.sub-menu-right.toggled::before  {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 0.5px!important; 
    border-radius: 20px!important;
    background: linear-gradient(185deg, #00214780, #FFFFFF)!important; 
    -webkit-mask:
      linear-gradient(#fff 0 0) content-box,
      linear-gradient(#fff 0 0)!important;
    -webkit-mask-composite: xor!important;
            mask-composite: exclude!important;
    pointer-events: none!important;
    z-index: -1!important;
}

    /* Header Section */
    .h_header {
        height: auto;
        min-height: 70vh;
        padding-bottom: 20px;
        display: flex;
        align-items: end;
    }
    
    .header_container {
        padding: 25px 20px;
        border-radius: 40px;
        margin: 0px 5%;
        z-index: 2;
    }

    .header_img {
        position: absolute;
        top: -50%;
        left: 35%;
        width: 150%;
        height:100%;
    }
    
    .header_info h1 {
        font-size: 3rem;        
    }
    
    .header_info h4 {
        font-size: 2rem; 
    }
    
    .header_info p {
        width: 100%;
        font-size: 0.95rem;
    }
    
    .header_info button {
        display: block;
        margin: 20px auto 0;
        width:100%;
    }
    
    /* Services Section */
    .services {
        padding: 20px 0;
        margin:0% 10%;
        text-align: center;
    }
    
    .services_title {
        padding: 0 20px;
    }
    
    .services_boxes {
        flex-direction: column;
        padding: 20px;
        gap: 20px;
    }
    
    .service_box {
        max-width: 100%;
        flex-direction: column;
        padding: 20px 15px;
        text-align: center;
    }
    
    .service_icon {
        width: 120px;
        height: 120px;
        order: 1;
        margin: 0 auto;
    }
    
    .service_info {
        order: 2;
        width:100%
    }

    .service_info ul {
        margin: 0 0 1em 1em;
    }

    .service_box:nth-child(1) {
        order: 2;
    }
    
    .service_box:nth-child(2) {
        order: 1;
    }
    
    .service_box:nth-child(3) {
        order: 3;
    }
    
    .service_info h3 {
        margin: 15px 0 10px 0;
        text-align: center;
    }
    
    .service_info p {
        font-size: 15px;
        line-height: 1.6;
    }
    
    /* About Section */
    .about {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
        overflow-x: clip;
    }

    .about_background {
        display: flex;
        flex-direction: column;
        position: relative;
        box-shadow: 40px 0px 0px 0px rgba(38, 27, 80, 0.25);
        overflow-x: clip;
    }

    .about_background::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 90%;
        background: #CCE4FF33;
        z-index: -1;
        box-shadow: 40px 0px 0px 0px rgba(38, 27, 80, 0.25);
    }
    
    .about_info {
        padding: 40px 5%;
    }
    
    .about_info button {
        display: block;
        margin: 20px auto 0;
    }

    .about_img { 
        width: 100%;
        max-width: 100%;
        border-radius: 15%;
    }

    .about_img img {
        aspect-ratio: 8/7!important;
        object-fit:cover;
        border-radius: 15%;
    }

    
    
    /* Testimonials Section */

    .reco {
        height:auto;
        margin-bottom: 10%;
    }
    .reco_title {
        text-align: center;
        padding: 0 20px;
    }

    .reco_container {
        margin:0 12%!important;
    }
    
    .swiper-wrapper {
        padding-top: 80px;
    }
    
    .card_item {
        padding: 15px 20px;
        border-radius: 20px;
    }
    
    .testimonial-img {
        width: 80px;
        height: 80px;
    }
    
    .custom-swiper-prev,
    .custom-swiper-next {
        width: 35px;
        height: 35px;
        top:60%!important;
    }
    
    .custom-swiper-prev {
        left: 4%;
    }
    
    .custom-swiper-next {
        right: 4%;
    }
    
    /* Articles Section */
    .articles {
        padding: 20px 10%;
    }
    
    .article_boxes {
        flex-direction: column;
        gap: 20px;
    }
    
    .article_box {
        padding: 25px 20px;
        gap: 15px;
    }
    
    .article_title {
        
    }
    
    .article_text {
        font-size: 0.95rem;
    }
    
    /* Footer */

    .footer-widgets-container {
        padding-top: 30px;
        padding-right: 5%!important;
        padding-bottom: 30px;
        padding-left: 5%!important;
    }
    .inside-footer-widgets {
        display: flex;
        flex-direction: column-reverse;
        gap: 10px;
    }
    
    .social-icons {
        flex-direction: row;
        justify-content: center;
        gap: 15px;
    }
    
    #menu-menu-3 {
        grid-template-columns: 1fr;
        text-align: center;
    }

    #nav_menu-2 {
        display: none;
    }
}

/* Small Mobile (up to 480px) */
@media (max-width: 480px) {
}