/*
 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
*/

/*quick fix 1/3/26 nitz*/ 

.plans_cta_info {
    margin-bottom:5%;
}

/*general style*/ 

body {
overflow-x: hidden!important; 
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Urbanist", sans-serif;
  font-optical-sizing: auto;
  font-weight: 900;
  font-style: normal;

}

p {
  font-family: "Outfit", sans-serif;
  font-weight: normal;
  font-style: normal;
}

page-header, .sidebar .widget, .site-main>* {
     margin-bottom: 0px!important; 
}

body {
    background: #080E11;
    position: relative;
}

body::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://leadforce.nitzshacharenv.com/wp-content/uploads/2026/02/Frame-241.webp");
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    opacity: 0.6;
    z-index: -1;
}

body.ios-device::before {
    background-image: url('https://leadforce.nitzshacharenv.com/wp-content/uploads/2026/02/bg_iphone.webp');
}

.inside-header a {
    order:3;
}

/* Custom Scrollbar */
::-webkit-scrollbar {
    width: 12px;
    height: 12px;
}

::-webkit-scrollbar-track {
    background: #1f2937;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg, #fbbf24, #f59e0b);
    border-radius: 10px;
    border: 2px solid #1f2937;
}

::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(180deg, #f59e0b, #d97706);
}

::-webkit-scrollbar-thumb:active {
    background: #d97706;
}

::selection {
    background-color: #fbbf24;
    color: #1f2937;
    text-shadow: none;
}

/*hero page*/ /*hero page*/  /*hero page*/  /*hero page*/  /*hero page*/  /*hero page*/ /*hero page*/  /*hero page*/  /*hero page*/ 

.hero_page {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
}

.hero_content {
    display: flex;
}

.hero_info, .hero_img {
    width:50%;
}

.hero_content {
    display: flex;
    align-items: center;
    margin: 0 auto;
    gap: 40px;
    min-height: 70vh;
}

.hero_info {
    width: 50%;
    color: #fff;
    padding-left:10%;
    margin-bottom:5%;
}

.hero_info img {
    max-width: 400px;
    height: auto;
}

.hero_info h3 {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 600;
    margin: 20px 0 10px;
}

.hero_info h4 {
    color: #fff;
    font-size: 1rem;
    font-weight: 400;
    margin: 10px 0 20px;
}

.hero_info p {
    color: #fff;
    line-height: 1.6;
    margin-bottom: 30px;
    font-size: 1rem;
}

.hero_img {
    width: 60%;
    padding-bottom:50px;
    object-position: bottom;
}

.hero_img img {
    width: 100%;
    height: auto;
    display: block;
    filter: saturate(0.7);
}

/*custom form cta*/ /*custom form cta*/  /*custom form cta*/  /*custom form cta*/  /*custom form cta*/ /*custom form cta*/  

.email .wpcf7-form.init {
  display: flex!important;
  align-items: baseline!important; 
  justify-content: start; 
  position: relative;
}

.email .wpcf7-form.init p {
    margin:0!important;
    padding:0!important;
}

.email {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}

.email input[type="email"] {
    flex: 1;
    padding: 15px 20px;
    border: none!important;
    border-radius: 5px 0 0 5px !important;
    background-color: rgba(255,255,255,0.2);
    color: #fff;
    font-size: 16px;
}

.email input[type="email"]::placeholder {
    color: rgba(255,255,255,0.7);
}

.email input[type="submit"] {
    padding: 15px 0px!important;
    border: none!important;
    border-radius: 5px!important;
    background-color: #ffc629!important;
    color: #0a1e2e!important;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s ease;
    position: absolute;
    top: 0;
    left: 300px;
    width: 30% !important;
}

.wpcf7-form {
    position: relative;
    min-height: 150px; /* מקום להודעות שגיאה */
}

.wpcf7-not-valid-tip {
    position: absolute;
    top: 100%;
    margin-top: 10px;
}

.wpcf7-response-output {
    position: absolute;
    top: 60%;
    margin: 0 !important;;  
    padding: 0 !important;
}

.wpcf7-spinner {
    display: none!important;
}


/* הסרת outline ו-border בזמן focus */
input[type="email"]:focus,
input[type="text"]:focus,
textarea:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* אם זה ספציפית Contact Form 7 */
.wpcf7-form input:focus,
.wpcf7-form textarea:focus {
    outline: none !important;
    border: none !important;
    box-shadow: none !important;
}

/* אפשר גם להוסיף את זה לכל השדות */
.wpcf7-form input,
.wpcf7-form textarea {
    outline: none !important;
    border: none !important;
}


.diagonal-section {
    position: relative;
    width: 100%;
    background-color: #ffc629;
    padding: 20px 0px 100px 0px;
    clip-path: polygon(0 20%, 100% 0, 100% 80%, 0 100%);
    margin-top: -100px;
    padding-top: 100px;
}

.diagonal-wrapper {
    position: relative;
    background: linear-gradient(to bottom, 
                            transparent 0%, 
                            transparent 50%, 
                            #0B1C26 50%, 
                            #0B1C26 100%);
}

.content {
    position: relative;
    z-index: 1;
    text-align: center;
    font-size: 2.5rem;
    font-weight: 700;
    color: #0a1e2e;
    max-width: 1200px;
    margin: 0 auto;
    transform: rotate(-2.5deg);
}

/*plans*/ /*plans*/ /*plans*/ /*plans*/ /*plans*/ /*plans*/ /*plans*/ /*plans*/ /*plans*/ /*plans*/ /*plans*//*plans*/

.plans {
    background-color: #0B1C26;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
    padding:100px 0 0 0; 
    
}

.plans_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.plans_offers {
    margin: 10% 0;
}

.plans_info {
    text-align:center;
}

.pricing_container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: stretch;
    gap: 30px;
    flex-wrap: wrap;
    margin:5% 0; 
}

.pricing_card {
    background-color: rgba(255, 255, 255, 0.05);
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 20px;
    padding: 40px 30px;
    width: calc(33.333% - 20px);
    min-width: 300px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: transform 0.3s ease, border-color 0.3s ease;
}

.pricing_card p {
    margin-bottom: 0!important;
}

.card_icon {
    margin-bottom: 20px;
}

.card_icon img {
    width: 50px;
    height: 50px;
}

.card_title {
    color: #ffc629;
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 10px;
}

.card_subtitle {
    color: #ffc629;
    font-size: 1rem;
    margin-bottom: 30px;
    font-weight: 500;
}

.pricing_card ul{
    padding: 10px 0 0 0;
    margin: 0;
    text-align: left;
}

.card_price {
    margin: 20px 0 30px;
}

.price_amount {
    color: #fff;
    font-size: 3rem;
    font-weight: 700;
}

.price_period {
    color: #fff;
    font-size: 1.2rem;
    font-weight: 400;
}

.card_button, .card_button:focus {
    background-color: #ffc629;
    color: #0a1e2e;
    padding: 15px 40px;
    border-radius: 10px;
    font-size: 1.3rem;
    font-weight: 700;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
    display: inline-block;
    margin-top: auto;
}

.card_button:active, .card_button:hover {
    transform: scale(1.05);
    color: #0a1e2e;
}

.plans_cta {
    margin: 0 auto;
    text-align: center;
}

.plans_cta_info {
    background-color: #79858833;
    border-radius: 10px;
    text-align: center;
    padding:2% 0 1% 0; 
    border:2px solid #e0e0e0;
}

.plans_cta_button {
    font-size: 24px;
    margin: 5% 0;
    background-color: #0a1e2e;
    border: 1px solid #fbbf24;
    color: #fff;
    border-radius: 5px;
    display: inline-block; 
    padding: 10px 20px; 
    text-decoration:none;
}

.pricing_card:nth-child(2) {
   border: 2px solid #FFF; 
   background-color: #79858833;
   padding: 60px 30px;
   scale:1.1;
}

.plans_cta_info p {
    color:#fbbf24
}


/*numbers*/ /*numbers*/ /*numbers*/ /*numbers*/ /*numbers*/ /*numbers*/ /*numbers*/ /*numbers*/ /*numbers*/ /*numbers*/ /*numbers*/

.stats_section {
    background-color: #404B5180;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
    padding: 80px 20px;
}

.stats_wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

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

.stat_card {
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 20px;
    padding: 30px 40px;
    text-align: center;
    transition: transform 0.3s ease, background-color 0.3s ease;
}

.stat_card:hover {
    transform: translateY(-10px);
    background-color: rgba(255, 255, 255, 0.08);
}

.stat_number {
    color: #ffc629;
    font-size: 3rem;
    font-weight: 700;
    margin: 0 0 20px 0;
    line-height: 1;
}

.stat_title {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.stat_description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
}

/*services*/ /*services*/  /*services*/  /*services*/  /*services*/  /*services*/  /*services*/ /*services*/ /*services*/ /*services*/ 

.services_section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
    padding: 80px 20px;
}

.services_info {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.services_info h4 {
    font-weight: 400;
    color:#fbbf24;
}

.services_info p {
    font-weight: 700;
}

.services_wrapper {
    max-width: 1400px;
    margin: 0 auto;
}

.services_grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 30px;
}

.service_card {
    background-color: #EBF7F70D;
    border-radius: 15px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    backdrop-filter: blur(14px);
}

.service_card:hover {
    transform: translateY(-10px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

.service_header {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
    margin-bottom: 20px;
}

.service_icon {
    flex-shrink: 0;
}

.service_icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.service_title {
    color: #ffc629;
    font-weight: 700;
    margin: 0;
    line-height: 1.2;
}

.service_subtitle {
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    margin: 0 0 30px 0;
    line-height: 1.4;
}

.service_features {
    list-style: none;
    padding: 0;
    margin: 0 0 30px 0;
    flex-grow: 1;
}


.service_footer {
    color: #ffc629;
    font-size: 1.05rem;
    font-weight: 700;
    margin: 0;
    line-height: 1.5;
}



/*audio section*/ /*audio section*/  /*audio section*/  /*audio section*/  /*audio section*/  /*audio section*/ /*audio section*/  /*audio section*/ 

.audio_section {
    background-color: #0B1C26;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
    /*padding: 100px 20px 20px 20px;*/ 
    padding:20px;
}

.audio_flexbox {
  max-width: 1200px;
  margin: 0 auto;  
  display: flex;
  align-items: center;
  gap:30px;
}

.audio_info {
    width: 60%;
}

.audio_info h1 {
    padding-bottom: 0.5em;
}

.word-with-svg {
    position: relative;
    display: inline-block;
}

.svg-container {
    position: absolute;
    top: 20%; 
    left: 0%; 
    transform: translateX(-50%); 
    margin-top: 0em; 
    width: 100%; 
}


.audio_wrapper {
    width:40%;
}

.voice_recording_cta {
    display: flex;
    justify-content: center;
}



/*audio_player*/ /*audio_player*/  /*audio_player*/ /*audio_player*/  /*audio_player*/ /*audio_player*/ 

.audio_player {
    background: #EBF7F733;
    border-radius: 20px;
    padding: 10px;
    backdrop-filter: blur(10px);
}

.player_info {
    margin-bottom: 25px;
    text-align: center;
}

.audio_title {
    color: #ffc629;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.audio_description {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1rem;
    margin: 0;
}

.player_controls {
    display: flex;
    align-items: center;
    gap: 20px;
}

.play_button {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ffc629;
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.2s ease, background-color 0.2s ease;
    flex-shrink: 0;
}

.play_button:hover {
    transform: scale(1.1);
    background-color: #ffb300;
}

.play_button:active {
    transform: scale(0.95);
}

.play_icon,
.pause_icon {
    width: 24px;
    height: 24px;
    color: #0B1C26;
}

.progress_container {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.time_display {
    display: flex;
    justify-content: space-between;
    color: #fff;
    font-size: 0.85rem;
    font-weight: 500;
}

.progress_bar {
    width: 100%;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 10px;
    position: relative;
    cursor: pointer;
}

.progress_fill {
    height: 100%;
    background-color: #ffc629;
    border-radius: 10px;
    width: 0%;
    transition: width 0.1s ease;
}

.progress_handle {
    width: 16px;
    height: 16px;
    background-color: #ffc629;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    left: 0%;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
    transition: transform 0.2s ease;
}

.progress_handle:hover {
    transform: translate(-50%, -50%) scale(1.2);
}

.volume_control {
    display: flex;
    align-items: center;
    gap: 10px;
}

.volume_button {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: rgba(255, 198, 41, 0.2);
    border: none;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background-color 0.2s ease;
    padding:0;
}

.volume_button:hover {
    background-color: rgba(255, 198, 41, 0.3);
}

.volume_icon {
    width: 20px;
    height: 20px;
    color: #ffc629;
}

.mute_icon {
    width: 20px;
    height: 20px;
    color: #ffc629;
}

.volume_slider {
    width: 80px;
    height: 6px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.2);
    outline: none;
    -webkit-appearance: none;
}

.volume_slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffc629;
    cursor: pointer;
}

.volume_slider::-moz-range-thumb {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background: #ffc629;
    cursor: pointer;
    border: none;
}

/*us vs them*/  /*us vs them*/ /*us vs them*/ /*us vs them*//*us vs them*//*us vs them*//*us vs them*/ /*us vs them*//*us vs them*/

.us_vs_them {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0; 
    position: relative;
    overflow: hidden;
    margin-bottom:0;
    margin-top:30px; 
}

.vs_title {
    margin-bottom:0!important;
}

.highlight-yellow {
    color: #fbbf24;
}

.comparison-container {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px; 
    z-index: 1;
}
.comparison_bg:nth-child(2) .comparison-item {
    margin-right: auto;
    margin-left: 0;
    padding-left:10%;
}

.comparison_bg:nth-child(1) .comparison-item  {
    margin-left: auto;
    margin-right: 0;
    padding-right:10%
}

.comparison-item {
    position: relative;
    flex: 1;
    display:flex;
    background: linear-gradient(180deg, rgba(11, 28, 38, 1) 0%, rgba(11, 28, 38, 0.6) 100%);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    padding:20px 40px;
    max-width: 80vw;
    margin:30px 0px;
    z-index: 10;
    min-height: 45vh;
    gap:20px;
}

.result-section, .comparing-section {
    width:50%; 
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.comparing-subtitle{
    font-weight: 300;
}

.comparison_bg:nth-child(2) .comparison-item .comparing-section h2, .comparison_bg:nth-child(2) .comparison-item .result-section .result-title, .comparison_bg:nth-child(2) .comparison-item .result-section .result-text{
    color:#fbbf24;
}

.result-title, .comparing-subtitle, .comparing-title {
    text-align: center;
}

.result-text {
    background-color: #EBF7F71A;
    padding:16px 16px 0px 16px;
    border-radius: 10px;
    font-weight: 700;
    text-align:center;
}

.comparison_bg {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    width: 100%;
}

.compared_background_img {
    position: absolute;
    width: 45vw;
    top: 60%;
    transform: translateY(-50%);
    z-index: 0; 
}

.comparison_bg:nth-child(1) .compared_background_img {
    left: 0;
}

.comparison_bg:nth-child(2) .compared_background_img {
    right: 0;
}

.compared_background_img img {
    width: 100%;
    height: auto;
    display: block;
}


/*slider*/ /*slider*/  /*slider*/  /*slider*/ /*slider*/ /*slider*/ /*slider*/ /*slider*/ /*slider*/ /*slider*/  /*slider*/  

.testimonials-section {
    background-color: #0B1C26;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
    padding:5% 0; 
    overflow: hidden;
}

.section-title {
    color: white;
    text-align: center;
    font-size: 3rem;
    margin-bottom: 60px;
    font-weight: 700;
}

.slider-row {
    margin-bottom: 30px;
    overflow: hidden;
}

.slider-track {
    display: flex;
    gap: 20px;
    width: fit-content;
}

/* Animation for right movement */
.slider-right .slider-track {
    animation: slideRight 40s linear infinite;
}

/* Animation for left movement */
.slider-left .slider-track {
    animation: slideLeft 40s linear infinite;
}

@keyframes slideRight {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes slideLeft {
    0% {
        transform: translateX(-50%);
    }
    100% {
        transform: translateX(0);
    }
}

/* Pause on hover */
.slider-row:hover .slider-track {
    animation-play-state: paused;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 30px;
    min-width: 380px;
    max-width: 380px;
    flex-shrink: 0;
}

.testimonial-text {
    color: #e0e0e0;
    line-height: 1.6;
    margin-bottom: 25px;
    font-size: 0.95rem;
}

.client-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.client-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    object-fit: cover;
}

.client-name {
    color: #fbbf24;
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
}

.client-company {
    color: #fbbf24;
    margin: 5px 0 0;
    font-size: 0.9rem;
}

/*dropdown home page*/ /*dropdown home page*/ /*dropdown home page*/ /*dropdown home page*//*dropdown home page*//*dropdown home page*/

.h_package_dropdown {
    display:flex;
    flex-direction: column; 
    background-color: #080E11;
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    left: 0;
    right: 0;
    padding:5% 0; 
    overflow: hidden;
}

.h_dropdown_wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

/*footer*/ /*footer*/  /*footer*/  /*footer*/  /*footer*/  /*footer*/ /*footer*/  /*footer*/  /*footer*/  /*footer*/  /*footer*/ 

.one-container .site-content {
    padding: 40px 40px 0px 40px; }

.site-footer {
    background: linear-gradient(to bottom, #080E11 0%, transparent 100%);
}

.footer-widgets-container {
    max-width: 1000px;
}

 .footer-widget-1 .widget{
    display: flex;
    align-items: center;
    justify-content: center;
 }   

form {
   color:#FAF3E0!important; 
}

form input, form textarea {
    border: none!important;
    background-color: #CCE4FF33!important;
    color:#FAF3E0!important;
    border-radius: 5px!important;
    width: 100% !important;
}

.wpcf7-form-control.wpcf7-submit.has-spinner {
    padding:10px 0px;
    color:#FAF3E0;
}

.footer-widget-2 {
    padding:20px 0px;
    display: flex;
    justify-content: center;
}

#block-12 {
    width:60%;
}

.icons {
    display: flex;
    justify-content: space-around;
}

footer {
    clip-path: polygon(0 30%, 100% 0, 100% 100%, 0 100%);
    background: #fbbf24;
    padding:20px 0px 0px 0px;
}


/*footer desktop*/ 
.inside-footer-widgets {
    display: flex;
    flex-direction: column;
}

.wp-block-column p {
    color: #fff !important;
}

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

#menu-menu1-1 .menu-item {
    margin: 0;
    text-align:center;
    color: #fff !important;
}

#menu-menu1-1 .menu-item a {
    color: #fff !important;
}

    .wp-block-image {
        margin:50px 0px;
    }

/*media*/ /*media*/  /*media*/  /*media*/ /*media*/  /*media*/ /*media*/ /*media*/ /*media*/ /*media*/ /*media*/ /*media*/ 

@media (min-width: 769px) and (max-width: 1024px) {
    /*hero page*/ 

    .hero_page {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }

    .hero_content {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px 60px;
        max-width: 100%;
    }

    .hero_info, .hero_img {
        width: 100%;
    }

    .hero_info {
        text-align: center;
        padding-left: 0!important;
    }

    .hero_info img {
        max-width: 100%;
        margin: 0 auto;
    }

    .hero_info h3 {
        font-size: 1.1rem;
        margin: 15px 0 8px;
    }

    .hero_info h4 {
        font-size: 0.95rem;
        margin: 8px 0 15px;
    }

    .hero_info p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .hero_img {
        width: 100%;
        padding-bottom: 0!important;
        max-width: 600px;
    }

    .hero_img img {
        width: 100%;
        margin: 0 auto;
        display: block;
    }

    .diagonal-section {
        padding: 0 20px;
    }

    .diagonal-section .content {
        font-size: 1.2rem;
        text-align: center;
        padding: 80px 0;
    }

    /*email form*/ 

    .email .wpcf7-form.init {
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 0;
        max-height: 100px!important;
    }

    .email {
        flex-direction: row;
        gap: 0;
        margin-top: 20px;
        width: 100%;
        max-height: 100px!important;
        justify-content: center;
    }

    .email input[type="email"] {
        flex: 1;
        padding: 12px 15px;
        border-radius: 5px 0 0 5px !important;
        font-size: 14px;
        box-sizing: border-box;
    }

    .email input[type="submit"] {
        position: static !important;
        width: auto !important;
        flex-shrink: 0;
        padding: 12px 20px !important;
        border-radius: 0 5px 5px 0 !important;
        font-size: 14px;
        left: auto;
        top: auto;
    }

    .wpcf7-form {
        min-height: 180px;
    }

    .wpcf7-not-valid-tip {
        position: absolute;
        top: 100%;
        margin-top: 5px;
        font-size: 12px;
        right: 0;
        left: 0;
        text-align: center;
    }

    .wpcf7-response-output {
        position: absolute;
        top: 100%;
        margin-top: 70px !important;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }

    /*offers*/ 

    .plans_offers {
        display: flex;
        justify-content: center;
    }

    .pricing_container {
        flex-wrap: nowrap;
        max-width: 700px;
    }

    .pricing_card {
        margin:5px 0px;
        min-width: 200px;
    }

    .pricing_card:nth-child(2) {
        border: 2px solid #FFF; 
        background-color: #79858833;
        padding: 60px 30px;
        scale:1.05;
    }

    .plans_cta {
        padding: 0px 5%;
    }

    /*numbers*/ 

      .stats_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
        max-width: 100%;
        max-width: none;
        margin: 0 auto;
    }
    
    .stat_card {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        padding: 25px 15px;
        text-align: center;
        backdrop-filter: blur(10px);
    }
    
    /* הכרטיס האחרון תופס שתי עמודות */
    .stat_card:last-child {
        grid-column: 1 / -1;
    }
    
    .stat_card {
        padding: 20px 5px;
    }
    
    .stat_number {
        font-size: 3rem;
    }
    
    .stat_title {
        font-size: 1.2rem;
    }
    
    .stat_description {
        font-size: 0.95rem;
    }

    .stats_section {
        padding: 60px 5px;
    }
    
    .stat_number {
        font-size: 2.5rem;
    }

    /*service*/ 

    .services_section {
        padding: 60px 15px;
    }
    
    .services_grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .service_card {
        padding: 35px 25px;
    }
    
    .service_icon img {
        width: 60px;
        height: 60px;
    }
    
    .service_title {
        font-size: 1.5rem;
    }
    
    .service_subtitle {
        font-size: 1rem;
    }
    
    .service_features li {
        font-size: 0.9rem;
    }
    
    .service_footer {
        font-size: 1rem;
    }

    /*us vs them*/ 

    .comparison-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.comparison_bg {
    margin-top: 40%;
}

.compared_background_img {
    position: absolute;
    width: 60vw;
    top: -10%;
    transform: translateY(-50%);
    z-index: 0;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

.compared_background_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding-bottom: 200px;
}

.comparison-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100vw;
    max-width: 100vw!important;
    margin-left: calc(-50vw + 50%)!important;
    margin-right: calc(-50vw + 50%)!important;
}

.comparing-section, .result-section {
    width:100%; 
}

.result-image {
    display: flex;
    justify-content: center;
}

    /*audio*/ 

    .audio_flexbox {
        flex-direction: column;
    }

    .audio_info, .audio_wrapper {
        width:100%;
    }

    .audio_flexbox {
        flex-direction: column;
    }
    
    .audio_info,
    .audio_wrapper {
        width: 100%;
    }
    
    .svg-container svg {
        width: 8em;
    }

    .audio_player {
        padding: 20px;
    }
    
    .player_controls {
        flex-wrap: wrap;
    }
    
    .progress_container {
        width: 100%;
        order: 3;
    }
    
    .volume_control {
        width: 100%;
        justify-content: center;
        order: 4;
        margin-top: 15px;
    }
    
    .volume_slider {
        flex: 1;
        max-width: 150px;
    }

    .testimonial-card {
        min-width: 300px;
        max-width: 300px;
    }
    
    .section-title {
        font-size: 2rem;
    }



    /*dropdown*/ 

    .p_dropdown_info {
        flex-direction: column;
    }

    .package_dropdown_content, .cta_package_button {
        width: 100% !important; 
    }

    .dropdown-container {
        margin:10px;
    }

    /*footer*/ 

    .widget .widget_nav_menu {
        display: none;
    }

    .wp-block-image {
        margin:20px 0px;
    }

    #block-12 {
        width: 100%;
    }

}

@media (max-width: 768px) {
    
/*quick fix 1/3/26 nitz*/ 

.plans_cta_info {
    margin-bottom:12%;
}


.main-navigation.mobile-menu-control-wrapper {
    margin: 0 !important;
}

.inside-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .site-branding {
    order: 1;
  }

  .header-cta {
    order: 2;
    margin: 0 auto;
  }

  .main-navigation {
    order: 3;
  }

/*hero page*/ 

    .hero_page {
        width: 100vw;
        margin-left: calc(-50vw + 50%);
        margin-right: calc(-50vw + 50%);
    }

    .hero_content {
        flex-direction: column;
        gap: 30px;
        padding: 0 20px 60px;
        max-width: 100%;
        height:auto; 
    }

    .hero_info, .hero_img {
        width: 100%;
    }

    .hero_info {
        text-align: center;
        padding-left: 0!important;
    }

    .hero_info img {
        max-width: 100%;
        width: 280px;
        margin: 0 auto;
        height: auto;
        display: block;
    }

    .hero_info h3 {
        font-size: 1.1rem;
        margin: 15px 0 8px;
    }

    .hero_info h4 {
        font-size: 0.95rem;
        margin: 8px 0 15px;
    }

    .hero_info p {
        font-size: 0.9rem;
        line-height: 1.5;
        margin-bottom: 25px;
    }

    .hero_img {
        width: 100%;
        padding-bottom: 0px!important;
    }

    .hero_img img {
        width: 100%;
        max-width: 500px;
        margin: 0 auto;
        display: block;
        height: auto;
    }

    .diagonal-section {
        padding: 0 20px;
    }

    .diagonal-section .content {
        font-size: 1.2rem;
        text-align: center;
        padding: 50px 0;
    }

    /*email form*/ 

    .email .wpcf7-form.init {
        display: flex;
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 0;
        max-height: 100px!important;
    }

    .email .wpcf7-form.invalid, .wpcf7-form.submitting, .wpcf7-form.sent, .wpcf7-form.failed, .wpcf7-form.unaccepted, .wpcf7-form.payment-required, .wpcf7-form.spam, .wpcf7-form.aborted {
        display: flex;
        flex-direction: row !important;
        align-items: stretch !important;
        gap: 0;
        max-height: 100px!important;
    }

    .email {
        flex-direction: row;
        gap: 0;
        margin-top: 20px;
        width: 100%;
        max-height: 60px!important;
    }

    .email input[type="email"] {
        flex: 1;
        padding: 12px 15px;
        border-radius: 5px 0 0 5px !important;
        font-size: 14px;
        box-sizing: border-box;
    }

    .email input[type="submit"] {
        position: static !important;
        width: auto !important;
        flex-shrink: 0;
        padding: 12px 20px !important;
        border-radius: 0 5px 5px 0 !important;
        font-size: 14px;
        left: auto;
        top: auto;
    }

    .wpcf7-form {
        min-height: 180px;
    }

    .wpcf7-not-valid-tip {
        position: absolute;
        top: 100%;
        margin-top: 5px;
        font-size: 12px;
        right: 0;
        left: 0;
        text-align: center;
    }

    .wpcf7-response-output {
        position: absolute;
        top: 100%;
        margin-top: 60px !important;
        font-size: 13px;
        width: 100%;
        text-align: center;
    }

    /*offers*/ 
    .plans_info {
      margin:0 5%;  
    }
    .pricing_container {
        gap:15px;
    }

    .pricing_card {
        margin:5px 0px;
        min-width: 90%;
    }

    .plans_cta {
        margin:0 5%;
    }

    .pricing_card:nth-child(2) {
        border: 2px solid #FFF; 
        background-color: #79858833;
        padding: 60px 30px;
        scale:1;
    }

    .plans_cta_info {
        padding:3%;
    }

    /*numbers*/ 

      .stats_grid {
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 5px;
        max-width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .stat_card {
        background: rgba(255, 255, 255, 0.05);
        border-radius: 12px;
        padding: 25px 15px;
        text-align: center;
        backdrop-filter: blur(10px);
    }
    
    /* הכרטיס האחרון תופס שתי עמודות */
    .stat_card:last-child {
        grid-column: 1 / -1;
    }
    
    .stat_card {
        padding: 20px 5px;
    }
    
    .stat_number {
        font-size: 3rem;
    }
    
    .stat_title {
        font-size: 1.2rem;
    }
    
    .stat_description {
        font-size: 0.95rem;
    }

    .stats_section {
        padding: 60px 5px;
    }
    
    .stat_number {
        font-size: 2.5rem;
    }

    /*service*/ 

    .services_section {
        padding: 60px 15px;
    }
    
    .services_grid {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
    
    .service_card {
        padding: 35px 25px;
    }
    
    .service_icon img {
        width: 60px;
        height: 60px;
    }
    
    .service_title {
        font-size: 1.5rem;
    }
    
    .service_subtitle {
        font-size: 1rem;
    }
    
    .service_features li {
        font-size: 0.9rem;
    }
    
    .service_footer {
        font-size: 1rem;
    }

    /*us vs them*/ 

    .comparison-container {
    max-width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.comparison_bg {
    margin-top: 40%;
}

.compared_background_img {
    position: absolute;
    width: 60vw;
    top: -5%;
    transform: translateY(-50%);
    z-index: 0;
    max-width: 100vw !important;
    margin-left: calc(-50vw + 50%) !important;
    margin-right: calc(-50vw + 50%) !important;
}

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

.comparison-item {
    position: relative;
    z-index: 1;
    display: flex;
    flex-direction: column;
    gap: 30px;
    width: 100vw;
    max-width: 100vw!important;
    margin-left: calc(-50vw + 50%)!important;
    margin-right: calc(-50vw + 50%)!important;
}

.comparing-section, .result-section {
    width:100%; 
}

    /*audio*/ 

    .audio_flexbox {
        flex-direction: column;
    }

    .audio_info, .audio_wrapper {
        width:100%;
    }

    .audio_player {
        padding: 20px;
    }
    
    .player_controls {
        flex-wrap: wrap;
    }
    
    .progress_container {
        width: 100%;
        order: 3;
    }
    
    .volume_control {
        width: 100%;
        justify-content: center;
        order: 4;
        margin-top: 15px;
    }
    
    .volume_slider {
        flex: 1;
        max-width: 150px;
    }

    .testimonial-card {
        min-width: 300px;
        max-width: 300px;
    }
    
    .section-title {
        font-size: 2rem;
    }



    /*dropdown*/ 

    .p_dropdown_info {
        flex-direction: column;
    }

    .package_dropdown_content, .cta_package_button {
        width: 100% !important; 
    }

    .dropdown-container {
        margin:10px;
    }

    /*footer*/ 

    .widget .widget_nav_menu {
        display: none;
    }

    .wp-block-image {
        margin:20px 0px;
    }

    #block-12 {
        width: 100%;
    }

}

/*pricing page*/ /*pricing page*/ /*pricing page*//*pricing page*//*pricing page*//*pricing page*/

.leadforce_package{
    display: flex;
    justify-content: center;
}

.package_info {
    max-width:800px;
}

.package_info h1 {
    color:#fbbf24;
    font-size: 4rem;
}

table, td, th {
    border: none!important;
}

.pricing-table-wrapper {
    width: 100%;
    overflow-x: auto;
    background: #0B1C26;
    padding: 40px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
     width: 100vw;
    margin-left: calc(50% - 50vw);
}

.pricing-table {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    border-collapse: collapse;
    background: #0B1C26;
}

.pricing-table thead th {
    padding: 30px 20px;
    text-align: center;    
    background: #0B1C26;    
}

.pricing-table thead th.featured {
    background: #EBF7F733;
    border-radius: 10px 10px 0px 0px;
}

.package-number {
    color: #fbbf24;
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 10px;
}

.package-title {
    color: #fbbf24;
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 5px;
}

.pricing-table tbody tr {
    border-bottom: 2px solid #798588;
}

.pricing-table tbody tr:hover {
    background: #2f2f3034;
    border-radius: 10px;
}

.pricing-table tbody td {
    padding: 10px;
    text-align: center;
}

.pricing-table tbody td:first-child {
    text-align: left;
    color: #ffffff;
    font-weight: 500;
    font-size: 15px;
}

.pricing-table tbody td.featured {
    background: #EBF7F733;
}

.check-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
}

.feature-value {
    color: #ffffff;
    font-weight: 600;
    font-size: 15px;
}

.pricing-table tbody tr:last-child td.featured {
    border-radius: 0px 0px 10px 10px;  
}

.pricing-table tbody tr:last-child {
    border-bottom: none;
}

/*dropdown*/ 


.package_dropdown {
    display:flex;
    flex-direction: column;
}

.package_dropdown h2 {
    text-align:center;
}

.p_dropdown_info {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
    gap:20px;
    align-items: center;
}

.cta_package_button, .package_dropdown_content {
    width:50%;
}

.cta_package_button {
    text-align: center;
}
    
        .dropdown-item {
            margin-bottom:5px;
        }

        .dropdown-item:last-child {
            border-bottom: none;
        }

        .dropdown-header {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 10px 30px;
            cursor: pointer;
            transition: all 0.3s ease;
            background-color: #404B51;
            border-radius: 10px;
        }

        .dropdown-title {
            font-weight: 600;
            color: #ecf0f1;
        }

        .dropdown-icon {
            display: flex;
            align-items: center;
        }

        .dropdown-icon svg {
            transition: transform 0.3s ease;
            color:#fbbf24;
        }

        .dropdown-icon.rotate svg {
            transform: rotate(180deg);
        }

        .dropdown-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.4s ease, padding 0.4s ease;
            padding: 0 30px;
            background:#EBF7F71A;
            border-radius: 0px 0px 10px 10px;
        }

        .dropdown-content.open {
            max-height: 1000px;
            padding: 25px 30px;
        }

        .dropdown-text {
            font-weight: 600;
            line-height: 1.8;
            color: #ecf0f1;
            text-align: justify;
        }

@media (max-width: 768px) {
    .pricing-table-wrapper {
        padding: 20px 10px;
    }
    
    .pricing-table thead th,
    .pricing-table tbody td {
        padding: 15px 10px;
        font-size: 13px;
    }
    
    .package-number {
        font-size: 20px;
    }
    
    .package-title {
        font-size: 14px;
    }
}


/*about the team page*/ /*about the team page*/  /*about the team page*/ /*about the team page*/  /*about the team page*/  

.leadforce_luke {
    height:30vh;
    display: flex;
    justify-content: center;
}

.luke_info {
    max-width:800px;
}

.luke_info h1 {
    color:#fbbf24;
    font-size: 4rem;
}

.leadforce_way {
    background-color: #0B1C26;
    display: flex;
    flex-direction: row-reverse;
    padding:5% 0; 
    width: 100vw;
    margin-left: calc(50% - 50vw);
    gap:20px;
    align-items: center;
}

.way_info {
    padding-right:10%;
    width:60%;
}

.way_info h1 {
   font-size: 3.5rem; 
}

.about_img_box {
    width:40%;
}

.leadforce_team {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding:10% 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    background-color: #080E11;
}

.the_team_box {
    max-width: 800px;
}

.the_team_box h1 {
    text-align: center;
    font-size: 3.5rem;
}

.members {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    margin:2% 0;
}

.the_team_members {
    margin: 0 5%;
}

.member-item {
    margin-bottom: 15px;
    overflow: hidden;
}

.member-header {
    display: flex;
    gap: 20px;
    align-items: center;
    padding: 15px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.member_img_box {
    width: 80px;
    height: 80px;
    flex-shrink: 0;
}

.member_img_box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.member-avatar {
    display: block;
    width: 100%;
    height: 100%;
}

.member-title-box {
    flex: 1;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.member-name {
    color: #fbbf24;
    margin: 0;
    font-weight: 700;
    font-size: 18px;
}

.dropdown-arrow {
    color: #fbbf24;
    font-size: 12px;
    transition: transform 0.3s ease;
    margin-left: 10px;
}

.dropdown-arrow.rotated {
    transform: rotate(180deg);
}

.member-details {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
    padding: 0 15px;
}

.member-details.active {
    max-height: 500px;
    padding: 15px;
}

.member-text {
    margin: 0;
    line-height: 1.6;
    color: #e0e0e0;
}


/* Tablet Styles */
@media (min-width: 769px) and (max-width: 1024px) {
    .luke_info {
        max-width: 90%;
        padding: 0 5%;
    }
    
    .luke_info h1 {
        font-size: 3rem;
    }
    
    .leadforce_way {
        flex-direction: column;
        padding: 8% 5%;
    }
    
    .way_info {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    
    .way_info h1 {
        font-size: 2.8rem;
    }
    
    .about_img_box {
        width: 80%;
    }
    
    .the_team_box {
        max-width: 90%;
        padding: 0 5%;
    }
    
    .the_team_box h1 {
        font-size: 2.8rem;
    }
    
    .members {
        grid-template-columns: 1fr;
    }
    
    .memeber_img_box {
        width: 25%;
    }
    
    .member-details {
        width: 75%;
    }
}

/* Mobile Styles */
@media (max-width: 768px) {

    .site-content {
        padding: 0px !important;
    }

    .leadforce_luke {
        height: auto;
        padding: 10%;
    }
    
    .luke_info {
        max-width: 100%;
        padding: 0;
    }
    
    .luke_info h1 {
        font-size: 3rem;
    }
    
    .leadforce_way {
        flex-direction: column;
        padding: 10% 5% 0% 5%;
        gap: 30px;
    }
    
    .way_info {
        width: 100%;
        padding-right: 0;
        text-align: center;
    }
    
    .way_info h1 {
        font-size: 2.2rem;
    }
    
    .about_img_box {
        width: 100vw;
    }
    
    .leadforce_team {
        margin:auto;
    }
    
    .the_team_box {
        max-width: 100%;
        padding: 0 10%;
    }
    
    .the_team_box h1 {
        font-size: 2.2rem;
    }
    
    .members {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .member-info {
        flex-direction: column;
        gap: 15px;
    }
    
    .memeber_img_box {
        width: 100%;
        max-width: 200px;
        margin: 0 auto;
    }
    
    .member-details {
        width: 100%;
    }
    
    .member-name {
        font-size: 1.1rem;
        padding: 5px 15px;
    }
}


.wpcf7-response-output {
    display: none !important;
}

.wpcf7-not-valid-tip {
    display: none !important;
}

.wpcf7-spinner {
    display: none !important;
}