html body, html ul, html ol, html button, html input, html textarea, html table {
  margin: 0;
  padding: 0;
  font-family: "Graphik HiDriver", sans-serif !important;
  font-weight: 400 !important;
  color: #263238 !important;
}

@font-face {
  font-family: 'Graphik HiDriver';
  font-weight: 300;
  font-style: normal;
  font-display: swap;
  src: url("/assets/css/fonts-he/GraphikGett-Light.woff2") format("woff2"),
       url("/assets/css/fonts-he/GraphikGett-Light.woff") format("woff");
}

/* @font-face {
  font-family: 'Graphik HiDriver';
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  src: url("/assets/css/fonts-he/GraphikGett-Regular.woff2") format("woff2"),
       url("/assets/css/fonts-he/GraphikGett-Regular.woff") format("woff");
} */

@font-face {
  font-family: 'Graphik HiDriver';
  font-weight: 500;
  font-style: normal;
  font-display: swap;
  src: url("/assets/css/fonts-he/GraphikGett-Medium.woff2") format("woff2"),
       url("/assets/css/fonts-he/GraphikGett-Medium.woff") format("woff");
}

@font-face {
  font-family: 'Graphik HiDriver';
  font-weight: 600;
  font-style: normal;
  font-display: swap;
  src: url("/assets/css/fonts-he/GraphikGett-Semibold.woff2") format("woff2"),
       url("/assets/css/fonts-he/GraphikGett-Semibold.woff") format("woff");
}

@font-face {
  font-family: 'Graphik HiDriver';
  font-weight: 700;
  font-style: normal;
  font-display: swap;
  src: url("/assets/css/fonts-he/GraphikGett-Bold.woff2") format("woff2"),
       url("/assets/css/fonts-he/GraphikGett-Bold.woff") format("woff");
}





* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}


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

.header {
    text-align: center;
    margin-bottom: 3rem;
}

.header h1 {
    font-size: 2rem;
    margin-bottom: 0.5rem;
}

.header h2 {
    font-size: 1.5rem;
}

.pricing-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin: 0 auto;
    max-width: 1100px;
    margin-bottom: 70px;
    padding: 10px;
}

.pricing-card {
    border: 1px solid #e2e8f0;
    border-radius: 24px !important;
    overflow: hidden;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.pricing-card.featured {
    border-color: #FF9800;
}

.price-section {
    /* background-color: #2C3E50;  */
    /* background-color: #502C2C; 045b3a */
    background-color: #15c482; 
    color: white;
    padding: 1.5rem 1rem;
    text-align: center;
}

.monthly-note {
    font-size: 0.9rem;
    font-weight: 400;
    /* color: #718096; */
    color: #f0f4fb;
    margin-bottom: 0.5rem;
}

.price {  
    font-size: 2.5rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.25rem;
}

.price .currency {
    font-size: 1.5rem;
    margin-right: 0.25rem;
}

.price-note {
    font-size: 0.875rem;
    opacity: 0.9;
}

.competitor-note {
    background-color: #fbaf3d;
    color: black;
    padding: 0.75rem;
    margin: 0rem -1rem 0;
    font-size: 1rem;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
}

.competitor-note::before {
  content: "🚕";
  font-size: 1rem;    
}
.competitor-note::after {
  content: "✈";
  font-size: 1rem;    
}

.card-header {
    padding: 1.5rem;
    text-align: center;
    background-color: white;
}

.plan-name {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 1rem;
    min-height: 70px;
}

.plan-description {
    font-size: 0.875rem;
    line-height: 1.4;
    color: #4A5568;
    min-height: 100px;
}

.card-content {
    padding: 1.5rem;
}

.signup-button {
    width: 100%;
    background-color: #FF9800;
    color: white;
    border: none;
    padding: 1rem;
    border-radius: 12px;
    font-weight: bold;
    cursor: pointer;
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

.signup-button:hover {
    background-color: #F57C00;
}

.income-note {
    font-size: 0.875rem;
    text-align: center;
    margin-bottom: 1.5rem;
    line-height: 1.4;
}

.features-section {
    margin-bottom: 2rem;
    position: relative;
}

.features-title {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #2D3748;
  font-size: 1.375rem;
}

.sub-features-title {
  font-weight: bold;
  margin-bottom: 1rem;
  color: #2D3748;
  font-size: 0.9375rem;
}

.features-list {
    list-style: none;
}

.feature-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.75rem;
    font-size: 0.875rem;
    color: #4A5568;
}

.checkmark::before {
    content: "✓";
    color: #22c55e;
    font-weight: bold;
}

.x-mark::before {
    content: "✕";
    color: #718096;
}

.recommended-badge {
    width: 80px;
    height: 80px;
    background-color: #2C3E50;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 0.75rem;
    line-height: 1.2;
    position: absolute;
    top: 0;
    left: 1rem;
    padding: 0.5rem;
}

@media (max-width: 768px) {
    .pricing-grid {
        grid-template-columns: 1fr;
    }
}















.custom-section {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 100px 20px; /* Aumenta el espacio vertical */
    background-image: url("https://taxidriver.co.il/wp-content/uploads/2021/04/beautiful-woman-smiling-while-sitting-front-passenger-seats-car-girl-is-using-smartphone-1-scaled.jpg");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: scroll; /* El fondo se mueve con el contenido */
    color: #fff;
    z-index: 1;
  }
  
  .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Fondo negro semitransparente */
    z-index: -1; /* Colocar detrás del contenido */
  }
  
  .custom-widget-wrap {
    max-width: 700px;
    width: 100%;
  }
  
  .custom-widget {
    margin-bottom: 40px; /* Aumenta el espacio entre los widgets */
  }
  
  .custom-heading {
    font-size: 28px; /* Aumenta el tamaño del texto */
    color: #FFFFFF;
  }
  
  /* Estilo personalizado para el botón */
  .custom-button {
    font-family: "Open Sans Hebrew", Sans-serif;
    color: #FFFFFF;
    background-color: transparent;
    border: 1px solid #FFA301;
    border-radius: 7px;
    padding: 15px 25px;
    text-decoration: none;
    font-size: 18px;
    display: inline-block;
    transition: background-color 0.3s, color 0.3s;
  }
  
  .custom-button:hover {
    background-color: #FFA301;
    color: #FFFFFF;
  }
  
  
  .custom-xx-title {
      color: #FFFFFF;
      font-family: "Open Sans Hebrew", Sans-serif;
      font-size: 63px;
      font-weight: 700;
  }
  .custom-x-title {
      color: #FFFFFF;
      font-family: "Open Sans Hebrew", Sans-serif;
      font-size: 37px;
      font-weight: 700;
  }
  
  
  
.pricing-container {
	width: 100%;
	max-width: 1170px;
	margin: 3em auto;
}

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


  
  /* Estilo general para la sección */
  .features-section-new {
    display: flex;
    justify-content: center;
    padding: 20px;
    
  }
  
  /* Contenedor que centraliza las características */
  .feature-container {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 1200px; /* Ajusta el ancho máximo del contenedor principal si es necesario */
    width: 100%;
    margin-top: 20px;
  }
  
  
  
  
  
  
  /* Estilo para cada característica */
  .feature {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.19);
    margin: 10px; /* Aumenta el margen si es necesario */
    padding: 30px;
    text-align: center;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    width: calc(25% - 20px); /* Ancho de cada contenedor, ajustado para márgenes */
    max-width: 250px; /* Ancho máximo de cada contenedor */
  }
  
  .feature img {
    width: 50px;
    height: 50px;
    object-fit: contain;
  }
  
  .feature h2 {
    font-size: 18px;
    margin-top: 10px;
    color: #333;
  }
  
  /* Ajuste para pantallas más pequeñas */
  @media (max-width: 768px) {
    .feature {
      width: calc(50% - 20px); /* Ancho para pantallas medianas */
    }
  
    .image-text-container {
      margin-top: 20px;
      flex-direction: column;
      padding: 0px;
    }
  
    .text-container, .image-container {
        flex: 0 0 100%;      
    }
  
    .promo-image {
        margin-top: 20px;
    }
   
  
  }
  
@media (min-width: 768px) {
    .feature-item {
        font-size: 0.9375rem;
        gap: 1rem;
    }

    .features-section--with-badge {
        padding-left: 6rem;
    }
    
    .recommended-badge {
        width: 80px;
        height: 80px;
        font-size: 0.75rem;
        top: 1rem;
        left: 1rem;
    }
}

  @media (max-width: 480px) {
  
    .features-section {
        padding: 0.75rem;
    }
    
    .feature-item {
        font-size: 0.8125rem;
        gap: 0.5rem;
    }
    
    .features-title {
        font-size: 0.9375rem;
        margin-bottom: 1rem;
    }
    
    .recommended-badge {
        width: 60px;
        height: 60px;
        font-size: 0.625rem;
        top: 0.25rem;
        left: 0.25rem;
    }
    
    .features-section--with-badge {
        padding-left: 4rem;
    }
}
    
  
  
  
  /* Estilo general para la sección */
  .image-text-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    
    background-color: transparent;
    background-image: linear-gradient(180deg, #F4F4F4A8 0%, #F4F4F4C9 75%);
  }
  
  
  
  /* Contenedor que centraliza la imagen y el texto */
  /* Estilo general para la sección */
  /* Estilo general para la sección */
  .image-text-section {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
    background-color: transparent;
    background-image: linear-gradient(180deg, #F4F4F4A8 0%, #F4F4F4C9 75%);  
  }
  
  /* Contenedor que centraliza la imagen y el texto */
  .image-text-container {
    display: flex;
    align-items: center;
    max-width: 1200px; /* Ajusta el ancho máximo si es necesario */
    width: 100%;  
    
  }
  
  /* Estilo para la imagen */
  .image-container {  
    flex: 0 0 50%;
    box-sizing: border-box;
    text-align: center;
  }
  
  .image-container img {
    width: 100%;
    height: auto;
    border-radius: 10px; /* Bordes redondeados en la imagen */
  }
  
  /* Estilo para el contenido de texto */
  .text-container {
    flex: 2;
    padding: 10px;
  }
  
  /* Asegúrate de que los elementos dentro del contenedor de texto tengan espacio adecuado */
  .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
  }
  
  /* Estilo para los encabezados */
  .elementor-heading-title {
    font-size: 24px;
    margin-bottom: 10px;
    text-align: right; /* Alinea el texto a la derecha */
    direction: rtl; /* Establece el texto como RTL */
  }
  
  /* Estilo para cada registro */
  .record {
    display: flex;
    align-items: center;
    margin-bottom: 5px;
    padding: 0px; 
  }
  
  /* Alinea el contenido del texto a la derecha */
  .record-text {
    flex: 1;
    text-align: right; /* Alinea el texto a la derecha */
    direction: rtl; /* Establece el texto como RTL */
  }
  
  .elementor-button-content-wrapper {
      display: flex;
      justify-content: center;
      flex-direction: row;
      gap: 5px;
  }
  .elementor-button {
      line-height: 1;
      font-size: 15px;
      color: #fff;
      fill: #fff;
      text-align: center;
    margin-left: 10px;
  }
  .elementor-button span {
      text-decoration: inherit;
  }
  
  /* Botones */
  .elementor-button {
    background-color: #FFA301;
    color: #fff;
    border-radius: 50%; /* Hace el botón circular */
    padding: 15px; /* Ajusta el tamaño del botón */
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px; /* Ajusta el tamaño de la fuente */
  }
  
  .elementor-button {
      display: inline-block;
      line-height: 1;	
      font-size: 15px;
      padding: 12px 24px;
      color: #fff;
      fill: #fff;
      text-align: center;
      transition: all .3s;
  }
  
  .elementor-size-default {
      font-family: "Open Sans Hebrew", Sans-serif;
      font-size: 18px;
      font-weight: 500;
  }
  
  .elementor-button-text {
      font-family: "Open Sans Hebrew", Sans-serif;
      font-size: 15px;
      font-weight: 600;
      fill: #FFFFFF;
      color: #FFFFFF;
  }
  
  
  
  .elementor-heading-title {
      font-family: "Open Sans Hebrew", Sans-serif;
      font-size: 27px;
      font-weight: 600;
  }
  
  .elementor-size-sm {
      font-family: "Open Sans Hebrew", Sans-serif;
      font-size: 15px;
      font-weight: 600;
      fill: #FFFFFF;
      color: #FFFFFF;
      background-color: #FFA301;
      border-radius: 100% 100% 100% 100%;
      padding: 11px 15px 11px 15px;
  }
  
  
  .elementor-widget-container-center {
      text-align: center;
      width: 100%;
      max-width: 100%;
  }
  
  .elementor-element-populated {
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFA301;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.09);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 50px 0px 50px 0px;
    border-radius: 10px 10px 10px 10px;
    width: 100%;
  }
  
  .unique-content-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
  }
  
  .unique-heading {
    font-size: 24px;
    text-align: right;
    margin-bottom: 20px;
    font-weight: 600;
    text-align: center;
  }
  
  .unique-bonus-section {
    background: #fff;  
    padding: 10px;
    margin-bottom: 10px;
    text-align: center;
  }
  
  .unique-bonus-item {
    text-align: center;
  }
  
  .unique-bonus-item p {
    margin: 0;
    font-size: 18px;
  }
  
  .unique-bonus-item strong {
    color: #000;
    font-weight: 600;
  }
  
  
  










  .custom-card-container {
    font-family: Arial, sans-serif;
    /* max-width: 300px; */
    max-width: 90%;
    margin: 20px auto;
    border: 1px solid #ddd;
    border-radius: 24px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    background-color: #f0f2f3;
  }

  .custom-card-container-body {
    font-family: Arial, sans-serif;
    max-width: 300px;
    margin: 20px auto;        
    overflow: hidden;
  }

  .custom-card-header {
    background-color: #fbaf3d;
    color: #fff;
    text-align: center;
    font-size: 16px;
    padding: 10px;
    font-weight: 700;
  }

  .custom-card-price {
    font-family: "Graphik HiDriver",sans-serif;
    text-align: center;
    font-size: clamp(1.25rem, 1.05rem + 0.6667vw, 1.5rem);
    color: #232323;
    margin: 15px 0;
    font-weight: 700;
  }

  .custom-card-subtext {
    text-align: center;
    font-size: clamp(1.25rem, 1.05rem + 0.333vw, 1.5rem);;
    color: #555;
    padding: 10px;
  }

  .custom-subscribe-button {
    display: block;
    width: 80%;
    margin: 20px auto;
    padding: 10px;
    background-color: #15c482;
    color: #fff;
    border: none;
    border-radius: 12px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    text-decoration: none;
  }

  .custom-subscribe-button:hover {
    background-color: #39a780;
  }

  .custom-card-details {
    font-size: 14px;
    line-height: 1.5;
    padding: 10px 15px;
    color: #333;
  }

  .custom-card-details li {
    margin-bottom: 10px;
  }

  .custom-card-details a {
    color: #001740;
    text-decoration: none;
  }

  .custom-card-details a:hover {
    text-decoration: underline;
  }


  .text-title-sm {    
    margin-bottom: 1rem;
    color: #717377;
  }














  .hidriver-container {
    max-width: 800px;
    margin: 20px auto;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  }

  .hidriver-header {
    text-align: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
  }

  .hidriver-accordion {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
  }

  .hidriver-accordion-item {
    border-bottom: 1px solid #ddd;
  }

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

  .hidriver-accordion-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
    padding: 15px;
    font-size: 1rem;
    font-weight: 700;
    cursor: pointer;
    position: relative;
    transition: background-color 0.3s ease;
  }

  .hidriver-accordion-header:hover {
    background-color: #f1f1f1;
  }

  .hidriver-accordion-header::after {
    content: '\002B'; /* Símbolo '+' */
    font-size: 1.3rem;
    position: absolute;
    left: 15px; /* Posiciona el ícono al final */
    transition: transform 0.3s ease;
  }

  .hidriver-accordion-header.active::after {
    transform: rotate(45deg); /* Cambia '+' a 'x' */
  }

  .hidriver-accordion-body {
    display: none;
    padding: 15px;
    background-color: #fff;
    font-size: 0.8rem;
    line-height: 1.6;
  }

  .hidriver-accordion-body.open {
    display: block;
  }






  h1 {
    font-size: 1.5rem;
    color: #fbaf3d;
    text-align: center;
    margin-bottom: 20px;
}
h2 {
    font-size: 1rem;
    color: #fbaf3d;
    margin-top: 20px;
    margin-bottom: 15px;
}

ul {
    list-style-type: none;
    padding-left: 0;
}
li {
    margin-bottom: 10px;
    font-size: 0.7rem;
    color: #444;
}
.icon {
  color: #fbaf3d;
  margin-right: 10px;
  font-size: 1rem;
}
.highlight {
  color: #fbaf3d;
  font-weight: bold;
}
.cta {
  text-align: center;
  margin-top: 30px;
}
.cta a {
  background-color: #fbaf3d;
  color: #fff;
  padding: 12px 25px;
  text-decoration: none;
  border-radius: 5px;
  font-size: 1.1rem;
  transition: background-color 0.3s ease;
}
.cta a:hover {
  background-color: #fbaf3d;
}