* {
    box-sizing: border-box
}

html {
    -webkit-overflow-scrolling: touch;
    -webkit-text-size-adjust: none;
    font-family: 'roboto', sans-serif;
    font-size: 3.8vw;
    height: 100%;
    overflow-x: hidden
}

body {
    margin: 0;
    display: flex;
    flex-direction: column;
    min-height: 100%;
    line-height: 1.3;
    background-size: cover;
    background-repeat: no-repeat;
    overflow-x: hidden;
    width: 100vw;
    position: relative
}

.main {
    padding: 20px !important;
}

ul {
    margin: 0;
    padding: 0;
    list-style: none
}


a {
    text-decoration: none
}

a:hover {
    text-decoration: none;
}
a strong{
      color: #00A4B4;
}

button {
    cursor: pointer;
    outline: none;
    background-color: transparent;
    border: none;
    padding: 0;
    margin: 0;
    color: #FFFFFF
}

.wrapper {
  position: relative; /* Needed for pseudo-element */
  height: 95vh;
  color: #fff;
  overflow: hidden;
}

.wrapper::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url(./img/jerk-background.jpg) center/cover no-repeat;
  filter: blur(5px); /* Adjust blur intensity here */
  z-index: -1; /* Send behind content */
}

.badge-img {
    position: absolute;
    z-index: 20;
    top: 1em;
    right: -1em;
    width: 7em
}

@media only screen and (min-width: 568px) and (max-height: 600px) {
    .badge-img {
        top: 4.5em;
        right: -2.5em
    }
}

@media (min-width: 768px) {
    html {
        font-size: 2.4vh
    }

    .badge-img {
        top: 4.5em;
        right: -2.5em
    }
}

@media (min-width: 992px) and (max-height: 900px) {
    html {
        font-size: 1.3vw
    }
}

@media all and (-ms-high-contrast: none) {
    body {
        height: 100%
    }
}


.navbar {
    background-color: #A890C9;
    padding: 10px 20px;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    box-shadow: 0 2px 5px rgb(0 0 0 / 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

.navbar-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.navbar-logo {
    font-weight: 700;
    font-size: 1.8rem;
    color: white;
    text-decoration: none;
    letter-spacing: 2px;
}

.navbar-menu {
    list-style: none;
    display: flex;
    gap: 25px;
    margin: 0;
    padding: 0;
}

.nav-link {
    color: white;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.9rem;
    padding: 6px 10px;
    border-radius: 4px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.nav-link:hover,
.nav-link:focus {
    background-color: #a5196e;
    outline: none;
}

.nav-btn {
    background-color: #ff4081;
    padding: 10px 16px;
    font-weight: 700;
    border-radius: 25px;
    font-size: 0.7rem;
    transition: background-color 0.3s ease;
}

.nav-btn:hover,
.nav-btn:focus {
    background-color: #e03997;
    color: white;
    outline: none;
}

/* Hamburger menu button */
.navbar-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-around;
    width: 28px;
    height: 22px;
    background: transparent;
    border: none;
    cursor: pointer;
}

.navbar-toggle:focus {
    outline: 2px solid #fff;
}

.bar {
    width: 100%;
    height: 3px;
    background-color: white;
    border-radius: 2px;
    transition: all 0.3s ease;
}

/* Responsive */
@media (max-width: 768px) {
    .navbar-menu {
        position: fixed;
        top: 60px;
        right: -100%;
        background-color: #bf1e81;
        height: calc(100vh - 60px);
        width: 200px;
        flex-direction: column;
        gap: 20px;
        padding: 30px 20px;
        transition: right 0.3s ease;
        border-radius: 0 0 0 12px;
        z-index: 999;
    }

    .navbar-menu.active {
        right: 0;
    }

    .navbar-toggle {
        display: flex;
    }
}

.secondary-btn {
    background-color: transparent;
    border: 2px solid white;
    color: white;
    padding: 8px 16px;
    border-radius: 25px;
    font-weight: 700;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.secondary-btn:hover,
.secondary-btn:focus {
    background-color: white;
    color: #bf1e81;
    outline: none;
}

/* Responsive adjustment for menu buttons */
@media (max-width: 768px) {
    .navbar-menu {
        flex-direction: column;
        align-items: flex-start;
    }

    .btn,
    .secondary-btn {
        width: 100%;
        text-align: center;
        padding: 12px 0;
    }
}




.wrapper {
    position: relative
}

.wrapper .registration-form-builder-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 35em;
    height: 20em;
    background-color: rgba(249, 7, 98, 0.7);
    border: 0.2em solid #ffffff
}

.wrapper .registration-form-builder-wrapper .registration-form-builder {
    position: relative;
    width: 100%;
    height: 100%
}

.wrapper .registration-form-builder-wrapper .registration-form-builder .registration-form-builder-inner {
    width: 80%;
    padding-top: 4%;
    margin: 0 auto
}

.wrapper .registration-form-builder-wrapper .registration-form-builder .registration-form-builder-inner .form-header .logo img {
    height: 3em;
    width: auto;
    max-width: 15em;
    object-fit: contain
}

.wrapper .registration-form-builder-wrapper .registration-form-builder .registration-form-builder-inner .form-header p {
    display: block;
    margin: 1em 0 .5em;
    font-size: .8em
}

.wrapper .registration-form-builder-wrapper .registration-form-builder .registration-form-builder-inner .form-header h1 {
    font-size: 1.8rem;
    margin: auto;
    font-weight: 700;
    text-align: center;
    line-height: 1.1;
}

.wrapper .registration-form-builder-wrapper .registration-form-builder .registration-form-builder-inner .form-header h2 {
    font-size: 1em;
    margin: 0.5em auto;
    font-weight: 400
}

.wrapper .registration-form-builder-wrapper .registration-form-builder .registration-form-builder-inner .form-inner .btn-group {
    margin-top: .5em;
    text-align: center;
    display: flex;
    gap: 10px;
}

.wrapper .registration-form-builder-wrapper .registration-form-builder .registration-form-builder-inner .form-inner .form-group-inner input {
    font-size: 1em;
    width: 16em;
    background-color: #cbcbcb;
    color: #585858;
    border: none;
    padding: .3em .4em;
    border-radius: .2em;
    outline: none
}

.wrapper .registration-form-builder-wrapper .registration-form-builder .registration-form-builder-inner .btn {
    min-width: 6em;
    font-size: 1.2em;
    padding: .2em;
    background-color: #ffffff;
    color: #000000;
    border-radius: .2em;
    font-weight: 700;
    cursor: pointer
}

.wrapper .registration-form-builder-wrapper .registration-form-builder .registration-form-builder-inner .btn label {
    cursor: pointer
}


@media (min-width: 1200px) {
    .wrapper .registration-form-builder-wrapper .registration-form-builder-inner .btn:hover {
        background-color: #000000;
        color: #ffffff
    }
}


.wrapper .registration-form-builder-wrapper {
    background-color: #a890c9de
}



.wrapper .registration-form-builder-wrapper .registration-form-builder .registration-form-builder-inner .form-inner .headline-1 {
    font-size: 1rem;
    line-height: 1.17;
    margin-bottom: 1em;
    text-align: center;
    color: #fff;
}

.wrapper .registration-form-builder-wrapper .registration-form-builder .registration-form-builder-inner .form-inner .form-group-inner input {
    background-color: #fff;
    margin-bottom: 1em;
}

.wrapper .registration-form-builder-wrapper .registration-form-builder .registration-form-builder-inner .btn {
    font-size: 1.05em;
    line-height: 1.2;
    color: #00A4B4;
    height: 2.67em;
    padding: 0 1em;
    width: auto;
    min-width: 12.27em;
    border-radius: 0
}

.wrapper .registration-form-builder-wrapper .registration-form-builder-inner .btn:hover {
    background-color: #B40045;
    color: #ffffff
}


.language-he .wrapper .registration-form-builder-wrapper {
    direction: rtl !important;
    unicode-bidi: embed !important
}




.section-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f4ebff;
    border-radius: 30px;
    padding: 40px 50px;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
    gap: 40px;
    margin: 40px auto;
}

.text-content {
    max-width: 50%;
}

.text-content h2 {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1b1a31;
    margin-bottom: 20px;
    line-height: 1.2;
}

.text-content p {
    font-size: 1rem;
    line-height: 1.6;
    color: #5c5a73;
}

.image-container {
    max-width: 45%;
}

.image-container img {
    width: 100%;
    border-radius: 20px;
}

/* Responsive */
@media (max-width: 768px) {
    .section-container {
        flex-direction: column;
        padding: 30px 20px;
    }

    .text-content,
    .image-container {
        max-width: 100%;
    }

    .image-container img {
        max-width: 300px;
        margin: 0 auto;
    }
}




.explore-section {
    max-width: 1200px;
    margin: 50px auto;
    font-family: Arial, sans-serif;
    color: #4a4a4a;
}

.explore-section h2 {
    font-weight: 700;
    font-size: 1.8rem;
    margin-bottom: 30px;
    color: #121217;
}

.text-columns {
    display: flex;
    gap: 40px;
    margin-bottom: 40px;
}

.text-columns .column {
    flex: 1;
}

.text-columns p {
    font-size: 1rem;
    line-height: 1.6;
}

.highlight {
    color: #e91e63;
    font-weight: 600;
}

.image-row {
    display: flex;
    justify-content: space-around;
    gap: 20px;
}

.image-item {
    text-align: center;
    max-width: 250px;
}

.image-item img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.image-item p {
    margin-top: 10px;
    font-size: 0.9rem;
    color: #333;
}

/* Responsive */
@media (max-width: 768px) {
    .text-columns {
        flex-direction: column;
    }

    .image-row {
        flex-direction: column;
        align-items: center;
    }

    .image-item {
        max-width: 250px;
        margin-bottom: 20px;
    }
}

.start-chat-section {
    background-color: #fce4fc;
    padding: 40px 30px;
    border-radius: 20px;
    max-width: 1200px;
    margin: 50px auto;
    font-family: Arial, sans-serif;
    color: #333;
}

.start-chat-section h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #121217;
}

.start-chat-section .intro-text {
    margin: 0 auto 40px auto;
    font-size: 1rem;
    line-height: 1.6;
    color: #4a4a4a;
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 25px 40px;
}

.step {
    display: flex;
    gap: 15px;
}

.step-number {
    background: #fff0ff;
    border: 2px solid #e6a9e8;
    font-weight: 700;
    font-size: 1.5rem;
    width: 45px;
    height: 45px;
    border-radius: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #b346b3;
    flex-shrink: 0;
    transform: rotate(-6deg);
    box-shadow: 0 2px 5px rgba(179, 70, 179, 0.25);
}

.step p {
    font-size: 1rem;
    line-height: 1.5;
    color: #4a4a4a;
}

.step p strong {
    font-weight: 700;
}

@media (max-width: 480px) {
    .steps-container {
        grid-template-columns: 1fr;
    }
}


.features-section {
    max-width: 1200px;
    margin: 50px auto;
    padding: 40px 30px;
    color: #2c2c2c;
    background-color: #F6EFFF;
    border-radius: 12px;
}

.features-section h2 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: #121217;
}

.features-section .intro-text {
    font-size: 1.1rem;
    line-height: 1.7;
    margin-bottom: 40px;
    color: #555555;
}

.feature {
    margin-bottom: 30px;
}

.feature h3 {
    font-size: 1.1rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.feature p {
    font-size: 1rem;
    line-height: 1.6;
    color: #444444;
}

@media (max-width: 480px) {
    .features-section {
        padding: 25px 15px;
    }
}

/* Safety Tips Section */
.safety-section {
  max-width: 1200px;
  margin: auto;
  background: #fce4fc;
  padding: 20px 20px;
  color: #333;
  border-radius: 10px;
}

.safety-section .container {
  max-width: 900px;
  margin: 0 auto;
}

.safety-section h2 {
   font-size: 1.8rem;
  color: #000;
  margin-bottom: 15px;
}

.safety-section .intro {
  font-size: 1.1rem;
  margin-bottom: 50px;
  color: #555;
}

/* Timeline-style list */
.safety-tips {
  list-style: none;
  padding: 0;
  margin: 0;
  position: relative;
}

.safety-tips::before {
  content: '';
  position: absolute;
  left: 30px;
  top: 0;
  bottom: 0;
  width: 4px;
  background: #e91e63;
  border-radius: 2px;
}

.safety-tips li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 40px;
  position: relative;
  padding-left: 80px;
}

.safety-tips li .icon {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 1.4rem;
  background: #fff;
  color: #000;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.safety-tips li .content h3 {
  font-size: 1.25rem;
  text-align: start;
  margin-bottom: 8px;
  color: #000;
}

.safety-tips li .content p {
  font-size: 1rem;
  line-height: 1.6;
  color: #555;
  text-align: left;
}

@media (max-width: 768px) {
  .safety-tips li {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 70px;
  }
.safety-tips li .icon {
        position: relative;
        left: -78px;
        margin-bottom: 15px;
        width: 50px;
  height: 50px;
    }
  .safety-tips::before {
    left: 15px;
  }
  .wrapper .registration-form-builder-wrapper .registration-form-builder .registration-form-builder-inner .form-inner .btn-group {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
}

@media (max-width: 480px) {
  .safety-section h2 {
    font-size: 2rem;
  }
  .safety-section .intro {
    font-size: 1rem;
    margin-bottom: 30px;
  }
}


.faq-section {
    width: 70% !important;
    margin: 50px auto;
    padding: 30px 20px;
    color: #222;
    background: #fdfdfd;
    border-radius: 12px;
}

.faq-section h2 {
    font-size: 2rem;
    margin-bottom: 30px;
    font-weight: 700;
    color: #121217;
}

.faq-container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.faq-item {
    border: 1px solid #ddd;
    border-radius: 8px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 6px rgb(0 0 0 / 0.05);
}

.faq-question {
    background: #FFE6FC;
    color: #000;
    cursor: pointer;
    padding: 18px 20px;
    width: 100%;
    text-align: left;
    font-weight: 700;
    font-size: 1.1rem;
    border: none;
    outline: none;
    transition: background 0.3s ease;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question:hover,
.faq-question[aria-expanded="true"] {
    background: #F6EFFF;
}

.faq-question::after {
    content: "+";
    font-size: 1.5rem;
    transition: transform 0.3s ease;
}

.faq-question[aria-expanded="true"]::after {
    content: "−";
    transform: rotate(180deg);
}

.faq-answer {
    padding: 18px 20px;
    font-size: 1rem;
    line-height: 1.6;
    color: #444;
}

/* Responsive */
@media (max-width: 600px) {
    .faq-question {
        font-size: 1rem;
        padding: 14px 16px;
    }

    .faq-answer {
        padding: 14px 16px;
        font-size: 0.95rem;
    }

    .faq-section {
        width: 100% !important;
    }

    .wrapper .registration-form-builder-wrapper {
        width: 25em;
        height: 25em;
    }
}
/* General Footer Styles */
.footer {
  background-color: #111; /* dark background */
  color: #f1f1f1;
  padding: 40px 20px 20px 20px;
  font-family: 'Arial', sans-serif;
  line-height: 1.6;
}

.footer a {
  color: #ff4081; /* accent color for links */
  text-decoration: none;
  transition: color 0.3s ease;
}

.footer a:hover {
  color: #ff79b0;
}

/* Container for all content */
.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

/* Left Section (Brand Info) */
.footer-left {
  flex: 1 1 195px;
  margin-bottom: 30px;
}

.footer-left h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #fff;
}

.footer-left p {
  font-size: 14px;
  margin-bottom: 10px;
  color: #ccc;
}

/* Right Section (Links) */
.footer-right {
  flex: 2 1 178px;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  margin-bottom: 30px;
}

.footer-section h4 {
  font-size: 18px;
  margin-bottom: 10px;
  color: #fff;
}

.footer-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-section ul li {
  margin-bottom: 8px;
}

.footer-section ul li a {
  font-size: 14px;
}

/* Footer Bottom Disclaimer */
.footer-bottom {
  width: 100%;
  border-top: 1px solid #333;
  padding-top: 15px;
}

.footer-bottom p {
  font-size: 12px;
  color: #777;
  margin: 0;
  text-align: center;
}

/* Responsive Styles */
@media (max-width: 900px) {
  .footer-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-right {
    flex-direction: column;
    gap: 20px;
  }

  .footer-left {
    margin-bottom: 20px;
  }
}

@media (max-width: 600px) {
  .footer-left h3 {
    font-size: 20px;
  }

  .footer-section h4 {
    font-size: 16px;
  }

  .footer-section ul li a {
    font-size: 13px;
  }

  .footer-left p {
    font-size: 13px;
  }
}
