@font-face {
  font-family: 'HammerPro';
  src: url('../fonts/HammerProGX.woff2') format('woff2'),
    url('../fonts/HammerProGX.ttf') format('truetype');
  font-display: swap;
}

html {
  font-size: 90%;

}

:root {
  --c1: #FFCA00;
  --c2: #7249CD;
  --c3: #261D68
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: 'HammerPro', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
  letter-spacing: normal
}

body {
  direction: rtl;
  cursor: default;
  background-color: #fff
}

.container {
  display: flex;
  flex-direction: row-reverse;
  min-height: 100vh
}

.form-container {
  width: 350px;
  background-color: #6838c2;
  padding: 2rem;
  display: flex;
  flex-direction: column;
  align-items: center
}

.couple-image {
  max-width: 100%;
  height: auto;
  width: auto;
  max-height: 90vh;
  object-fit: contain;
  object-position: left bottom;
  display: block;
}

.form-container h2 {
  text-align: center;
  display: flex;
  flex-direction: row;
  gap: 5px;
  color: var(--c1);
  font-size: 2.2em;
  font-weight: 400;
  line-height: 1;
  margin: 0 auto 20px auto;
  white-space: nowrap;
  flex-wrap: nowrap;
}

.form-container h2 span {
  color: var(--c1);
}

.logo {
  width: 200px;
  margin-bottom: 2rem
}

form {
  width: 100%;
  color: #fff
}

.form-group {
  margin-bottom: 10px
}

label {
  display: block;
  margin-bottom: .5rem
}

input,
select {
  width: 100%;
  padding: 13px 20px;
  border: none;
  border-radius: 4px;
  text-align: right;
  font-size: 1.1em;
  background-color: #fff;
  color: #333;
}

input::placeholder {
  color: gray;
  font-size: 1em
}

input[type="checkbox"] {
  display: none
}

.checkbox-group {
  margin: 1rem 0;
  display: flex;
  align-items: center
}

.checkbox-group label {
  margin-bottom: 0;
  font-size: .96em;
  display: block;
  padding-inline-start: 30px;
  position: relative
}

.checkbox-group label:before {
  content: '';
  width: 20px;
  height: 20px;
  background-color: var(--c1);
  display: block;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  border-radius: 50%;
  transition: all .2s ease
}

.checkbox-group label:hover:before {
  transform: scale(1.2);
  box-shadow: 0 0 10px var(--c1)
}

.checkbox-group label:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(../images/v.svg) no-repeat center center / 60%;
  display: block;
  position: absolute;
  top: 0;
  inset-inline-start: 0;
  z-index: 2;
  opacity: 0;
  transform: translateY(-10px);
  transition: all .2s ease
}

.checkbox-group input:checked+label:after {
  opacity: 1;
  transform: translateY(0)
}

button {
  background-color: var(--c1);
  color: var(--c3);
  border: none;
  padding: .75rem 2rem;
  border-radius: 50px;
  cursor: pointer;
  font-weight: 700;
  width: 100%;
  font-size: 1.3em;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: .25rem;
  transition: all .2s ease
}

button span {
  display: inline-block;
  transform: scaleX(-1)
}

button:hover {
  box-shadow: 0 5px 20px var(--c1);
  transform: translateY(-2px)
}

.whatsapp-btn, .title-img-mobile, .benefit-badge-image-mobile {
  display: none;
}

/* ---------- STAGE (מבנה כללי) ---------- */
.stage {
  flex-basis: calc(100% - 350px);
  color: var(--c3);
  position: relative;
  overflow: hidden;
  background-image: url('../assets/wallpaper.png');
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.stage main {
  display: flex;
  flex-direction: column;
  height: 100vh;
}

.stage ul {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 40px 20px 20px;
  font-size: 1.3em;
  max-width: 500px
}

.stage ul li {
  flex-basis: calc(50% - 20px);
  list-style: none;
  display: flex;
  align-items: center;
  gap: 20px;
  line-height: 1
}

.stage ul img {
  width: 2em
}

.stage aside {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 0;
  max-width: none;
  width: auto;
  display: flex;
  align-items: flex-end;
  z-index: 2
}

.stage aside picture,
.stage aside picture img {
  height: 90vh;
  width: auto;
  min-height: 900px;
  object-fit: contain;
  object-position: left bottom;
  margin-bottom: -5px;
  margin-left: -15px;
}

.couple-text-overlay {
  position: absolute;
  z-index: 3;
  width: auto;
  height: auto;
  max-width: 100%;
  object-fit: contain;
  right: 10%;
  bottom: 7%;
}

.sapir-logo-mobile {
  display: none;
}

.degrees-image,
.badge-mobile,
.tags-sentence-phone-sub {
  display: none;
}

.new-in-sapir-mobile, .date-openday-mobile{
  display: none;
}

.date-openday-div {
  width: 70%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 100px;

}

.date-openday-image {
  margin-top: 3vh;
}

.new-in-sapir-banner {
  margin-top: 11vh;
  padding-left: 70px;
  background-color: var(--c2);
  width: 70%;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.new-in-sapir-banner-image {
  display: flex;
  width: 100%
}

.new-in-sapir-banner-title {
  color: var(--c1);
  font-size: 6.8em;
  font-weight: 700;
  line-height: 1;
  margin-bottom: -10px;
  margin-top: -10px;
  text-transform: none !important;
  font-variant: normal;
}

.lowercase-c {
  font-size: 0.75em !important;
  font-weight: 700 !important;
  text-transform: none !important;
  font-variant: normal !important;
  font-variant-caps: normal !important;
  font-feature-settings: normal !important;
  -webkit-font-feature-settings: normal !important;
  -moz-font-feature-settings: normal !important;
  display: inline-block !important;
  vertical-align: baseline !important;
  line-height: 1 !important;
  position: relative !important;
  margin: 0 !important;
  padding: 0 !important;
}

.stage footer {
  background-color: var(--c2);
  color: #fff;
  font-size: 1.7em;
  z-index: 0;
  height: 100px;
  display: flex;
  align-items: center;
  width: 94%;
}

.footer-benefit-container {
  display: flex;
  align-items: center;
  gap: 25px;
  position: relative;
  width: 100%;
  margin-right: 5%;
}

.benefit-badge-image {
  width: 210px;
  height: auto;
  flex-shrink: 0;
  display: block;
  object-fit: contain;
  position: absolute;
  z-index: 3;
}

.footer-benefit-text {
  flex: 1;
  color: #fff;
  display: flex;
  flex-direction: column;
  margin-right: 16rem;
  line-height: 1;
}

.footer-benefit-main {
  font-size: 1.8rem;
  font-weight: 700;
  white-space: nowrap;
}

.footer-benefit-sub {
  font-size: 1.8rem;
  font-weight: 400;
  opacity: 0.95;
  white-space: nowrap;
}

.sapir_logo {
  display: none;
  max-width: 200px
}

.remind-sentence-mobile {
  color: #fff;
}

.circle-badge-phone {
  display: none;
}

.tags-phone {
  display: none;
}

.tags-phone-new {
  display: none;
}

.tags-sentence-phone {
  display: none;
}

.tags-sentence-phone-new {
  display: none;
}

.tags .tag {
  display: flex;
  flex-direction: column;
  line-height: 1;
}

.tags .tag .sub {
  font-size: 0.8em;
  margin-top: 2px
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  align-items: stretch;
  width: 50%;
}

.tags span {
  background-color: var(--c1);
  color: var(--c3);
  font-weight: 400;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 2px 3px;
  height: 55px;
  white-space: nowrap;
  border-radius: 4px;
}

.tags span>span {
  font-size: 0.8em;
  line-height: 1;
  display: block;
  margin-top: 2px;
}

header .header-first {
  font-weight: 800;
  display: inline-block;
  background-color: var(--c2);
  padding: 0 20px 10px 20px;
  font-size: 1em;
  transform: translateY(-50%);
  margin: 40px 0 0 -20px
}

.tags-sentence {
  font-size: 1.8rem;
  display: flex;
  align-items: center;
}

.tags-sentence-mini {
  font-size: 1.2rem;
}

.title {
  margin: 20px 40px 0 0;
  font-size: 5em;
  font-weight: 700;
  line-height: .8
}

.title-box {
  width: 65%;
  margin-top: -40px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  flex: 1;
  min-height: 0;
}

.title-img {
  width: 98%;
}

/* ---------- לוגואים ו־Header ---------- */
.logos-box {
  display: flex;
  justify-content: flex-end;
  width: 100%;
  margin-top: 30px;
  margin-right: -45px;
}

.logos-img {
}


header {
  display: flex;
  color: #fff;
  font-size: 5.6em;
  justify-content: flex-start;
  align-items: flex-end;
  line-height: 1;
  padding: 0 40px 0 0;
}

header .header-make {
  font-size: 0.7em;
  font-weight: 400
}

header h2 {
  display: inline-block;
  background-color: var(--c2);
  font-weight: 800;
  font-size: 1em;
  padding: 0 20px 10px 10px;
  flex-grow: 1
}

.promo-wrapper {
  display: flex;
  padding: 40px 0px 40px 0px;
}

.date {
  display: flex;
  padding: 0 40px 0 0px;
  font-size: 3em;
  align-items: center;
  gap: 30px
}

.date div p:first-child {
  font-size: 1em;
  font-weight: 700;
  line-height: .7
}

.date div p:last-child {
  font-weight: 400;
  line-height: 1
}

.intro {
  padding: 0;
  font-size: 2.3em;
  line-height: 1;
  padding: 0 40px 0 0px;
  margin-top: 20px
}

.intro p {
  font-weight: 500
}

.logos_m {
  display: none;
}

.remind-sentence {
  width: 100%;
  color: white;
  margin-top: 5px;
}

.footer_m {
  display: none;
  text-align: center;
  color: #fff;
  margin-bottom: 20px
}

/* ---------- עיגול ומדבקות ---------- */
.circle-badge {
  width: 150px;
  height: 150px;
  border-radius: 50%;
  background-color: #7b57db;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  color: #fff;
  text-align: center;
  font-weight: 700;
  margin: 20px;
}

.circle-badge::before {
  content: '';
  position: absolute;
  inset: 8px;
  border: 2px solid #fff;
  border-radius: 50%;
}

.circle-inner {
  position: relative;
  z-index: 2;
}

.circle-text-top {
  font-size: 1.3rem;
  line-height: 0.8;
  margin-bottom: 0;
}

.circle-text-bottom {
  display: grid;
  grid-template-columns: auto auto;
  grid-auto-rows: auto;
  align-items: start;
  justify-content: center;
  font-weight: 800;
  line-height: 1;
  direction: ltr;
  font-size: 2rem;
}

.circle-text-bottom .amount {
  grid-column: 2;
  grid-row: 1/span 2;
  font-size: 2rem;
}

.circle-text-bottom .asterisk {
  grid-column: 1;
  grid-row: 1;
  font-size: 1rem;
  align-self: start;
  font-weight: 600;
}

.circle-text-bottom .currency {
  grid-column: 1;
  grid-row: 2;
  font-size: .8rem;
  align-self: start;
}

.sentence-form-mobile {
  display: none
}



.semester-chip {
  display: inline-flex;
  align-items: center;
  gap: .6rem;
  padding: .5rem .9rem;
  background: #27206a;
  color: #fff;
  border-radius: .35rem;
  line-height: 1;
  direction: rtl;
  white-space: nowrap;
}

@supports (-webkit-touch-callout: none) {

  /* Normalize letter spacing on iOS to prevent unwanted gaps */
  body,
  input,
  select,
  button,
  label,
  h1,
  h2,
  h3,
  h4,
  h5,
  h6,
  p,
  span,
  div,
  a {
    letter-spacing: 0;
  }

  /* Improve font rendering consistency on iOS */
  * {
    -webkit-font-feature-settings: "kern" 1;
    font-feature-settings: "kern" 1;
    font-kerning: normal;
  }

  /* Reduce font weight appearance on iOS for better consistency */
  .form-container h2 {
    font-weight: 400;
  }

  header h1 {
    font-weight: 400;
  }
}

/* ---------- Laptop / Tablet ---------- */
@media (max-width:1600px) {
  .stage main {
    font-size: .8em
  }

  .stage footer {
    height: 90px;
  }

  .footer-benefit-container {
    margin-right: 2%;

  }

  .benefit-badge-image {
    transform: scale(0.8);
  }

  .footer-benefit-text {
    margin-right: 15rem;
  }

  .footer-benefit-main {
    font-size: 1.5rem;
    font-weight: 700;
  }
  
  .footer-benefit-sub {
    font-size: 1.5rem;
    font-weight: 400;
    opacity: 0.95;
  }

  .date-openday-image {
    margin-top: -5vh;
    margin-right: 3%;
    transform: scale(0.65);
  }

  .stage aside picture,
  .stage aside picture img {
    min-height: 750px;
  }

  .stage aside picture img {
    height: 100%;
    width: auto;
    object-fit: contain;
    transform-origin: left bottom;
    transform: scale(0.83);
    margin-left: -20px
  }

  .couple-image {
    max-height: 85vh;
  }

  .couple-text-overlay {
    transform: scale(0.7);
    right: 12%
  }

  /* .footer-benefit-container {
    margin-right: 2%;
  } */

  /* .benefit-badge-image {
    transform: scale(0.9);
  } */

  .new-in-sapir-banner {
    height: 150px;
    margin-top: 11vh;
  }
  
  .new-in-sapir-banner-image {
    width: 140px;
  }
  
  .new-in-sapir-banner-title {
    font-size: 6em;
  }
}

@media (max-width: 1300px) {
  .stage {
    flex-basis: calc(100% - 270px);
  }

  .stage aside {
    overflow: visible;
  }

  .new-in-sapir-banner {
    height: 150px;
    margin-top: 13vh;
  }
  
  .new-in-sapir-banner-image {
    width: 150px;
  }

  .date-openday-image {
    margin-right: 2%;
    transform: scale(0.6);
  }

  .stage aside picture,
  .stage aside picture img {
    min-height: 650px;
    margin-left: 0px
  }


  .stage aside picture img {
    height: 100%;
    width: auto;
    object-fit: contain;
    transform-origin: left bottom;
    transform: scale(0.95) translateX(-50px);
  }

  .couple-image {
    max-height: 80vh;
  }

  .couple-text-overlay {
    transform: scale(0.7);
    right: 11%
  }

  .logos-img {
    width: 290px;

  }

  .title-img {
    width: 100%;
  }
  

  .stage footer {
    height: 70px;
    width: 96%;
  }

  .footer-benefit-container {
    margin-right: 0%;
  }


  .benefit-badge-image {
    transform: scale(0.7);
  }

  .footer-benefit-text {
    transform: scale(0.6);
    margin-right: 5rem
  }

  .footer-benefit-main, .footer-benefit-sub {
    font-size: 1.9rem;
    line-height: 1.1;
  }
  

  .tags {
    position: relative;
    z-index: 999;
    width: 100%;
  }

  .form-container {
    width: 270px
  }

  .form-container h2{
    font-size: 1.5em;
  }

  .stage footer {
    bottom: 4%;
    min-height: 50px;
  }

  .new-in-sapir-banner-title {
    font-size: 5.3em;
  }
}

@media (max-width: 1100px) {

  .footer-benefit-container {
    margin-right: -3%;
  }
  
  .benefit-badge-image {
    transform: scale(0.6);
  }

  .footer-benefit-text {
    transform: scale(0.55);
    margin-right: 3.8rem
  }

  .new-in-sapir-banner {
    margin-top: 21vh;
    padding-left: 30px
  }

  .stage aside picture img {
    transform: scale(0.8);
    margin-left: -70px;
  }
  
  .couple-text-overlay {
    transform: scale(0.65);
    right: 15%;
  }

  .date-openday-image {
    margin-right: 4%;
    transform: scale(0.5);
    margin-top: -9vh;
  }

  .couple-image {
    max-height: 65vh;
  }
}

/* ---------- Mobile (עד 768px) ---------- */
@media (max-width:930px) {
  header {
    font-size: 4em
  }

  .date {
    font-size: 2em
  }
}

.sapir-logo-mobile {
  display: none;
}

@media (max-width:1000px) {

  .sentence-form-mobile {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    color: #fff;
    text-align: center;
    font-size: 1.7rem;
    line-height: 1.4;
    white-space: normal;
    width: 100%;
    box-sizing: border-box;
  }

  .stage main {
    background-image: url('../assets/wallpaper-mobile.png');
    background-position: center top;
    background-repeat: no-repeat;
    background-size: 100% auto;
    aspect-ratio: 430 / 512;
    font-size: 0.9rem;
    order: 1;
    transform: none;
    display: flex;
    flex-direction: column;
    min-height: 0;
    padding-bottom: 20px;
    width: 100%;
    flex: 0 0 auto;
    height: auto;
  }

  .new-in-sapir-banner, .date-openday-div, .badge-mobile, .degrees-image, .title-img, .logos-box {
    display: none;
  }

  .stage footer,
  .couple-text-overlay-mobile,
  .circle-badge-phone {
    display: none;
  }

  .benefit-badge-image-mobile {
    display: flex;
    width: 225px;
    margin-right: 60px;
    margin-bottom: 25px;
  }

  .sapir-logo-mobile {
    display: flex;
    margin: auto;
    max-width: 400px;
    padding: 32px 0;
  }

  .title-box {
    width: 80%;
    margin: auto;
  }

  .title-img-mobile {
    display: flex;
    width: 100%;
    margin-bottom: auto;
  }

  .form-container h2 {
    font-size: 2.2em;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  header,
  header .header-first,
  header h2 {
    white-space: nowrap;
  }

  header .header-first {
    z-index: 1;
    font-weight: 800;
    display: inline-block;
    background-color: var(--c2);
    padding: 0 20px 10px 20px;
    font-size: 1.2em;
    transform: translateY(-50%);
    margin: 40px 0 0 -20px
  }

  header {
    font-size: 6em
  }

  .logo {
    display: none
  }

  .container {
    flex-direction: column;
    width: 100%;
    overflow-x: hidden;
    display: flex;
  }

  .stage {
    display: contents
  }

  .form-container {
    margin: 0;
  }

  .stage aside {
    order: 2;
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center
  }

  .container>.form-container {
    order: 3
  }

  .form-container {
    width: 100%;
    min-height: auto;

  }

  .logos_m {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
  }

  .logos_m img {
    width: 300px;
  }

  .stage aside {
    z-index: 0;
  }

  .form-container {
    position: relative;
    z-index: 2;
  }
}

@media (max-width:650px) {
  .benefit-badge-image-mobile {
    width: 175px;
  }
}

@media (max-width:580px) {
  .sentence-form-mobile {
    font-size: 1.4rem;
    padding: 18px;
  }

  .container {
    min-height: 0;
  }
  .stage main {
    background-image: url('../assets/wallpaper-mobile.png');
    background-size: 100% auto;
    aspect-ratio: 430 / 512;
    width: 100%;
    flex: 0 0 auto;
    background-position: center top;
    background-repeat: no-repeat;
    height: auto;
  }
  
  .benefit-badge-image-mobile {
    display: flex;
    margin-right: 30px;
    margin-bottom: 0px;
  }

  .sapir-logo-mobile {
    display: flex;
    margin: auto;
    max-width: 180px;
    padding: 25px 0;
  }

  .title-box {
    width: 80%;
    margin: auto;

  }

  .title-img-mobile {
    display: flex;
    width: 100%;
    margin-bottom: auto;
  }

  /* new in sapir mobile */

  .date-openday-mobile {
    max-width: 250px;
    right: 5%;
    bottom: 17%;
    height: auto;
  }

  .new-in-sapir-mobile {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: var(--c1);
    width: 90%;
    max-width: 500px;
    margin: auto;
  }

  .new-in-sapir-image-mobile {
    width: auto;
    height: auto;
    max-width: 220px;
    object-fit: contain;
    margin-bottom: -7px;
  }

  .new-in-sapir-title {
    color: var(--c3);
    font-size: 5em;
    font-weight: 700;
    display: block;
    text-align: center;
    line-height: 1;
  }

  .new-in-sapir-title:first-of-type {
    margin-bottom: -15px;
  }

  .new-in-sapir-subtitle {
    color: var(--c3);
    font-size: 2.7em;
    font-weight: 600;
    line-height: 0.7;
    display: block;
    text-align: center;
  }

  .semester-chip {
    padding: .4rem .8rem;
    border-radius: 0rem;
  }

  .chip-label {
    font-size: 2rem;
  }

  header {
    display: flex;
    flex-direction: column;
    font-size: 3.8em;
    margin: 0;
    width: 100%;
    padding: 0;
    align-items: flex-start;
    margin: 0 !important;
    margin-bottom: -50px !important;

  }

  .header-first {
    display: flex;
    position: relative;
    width: fit-content;
    right: 5%;
    margin: 0 !important;
  }

  header .header-make {
    font-size: 0.8em;
    font-weight: 400;
  }

  .header2 {
    padding: 10px;
    padding-left: 10px !important;
    position: relative;
    right: 35%;
    bottom: 50px;
    width: 70%;
    font-size: 1.2em;

  }
  

  .checkbox-group label {
    font-size: 1em
  }

  .form-container h2 {
    font-size: 1.7em;
    white-space: nowrap;
    flex-wrap: nowrap;
  }

  .form-container {
    width: 100%;
    position: relative;
    z-index: 1
  }

  .thank-you-container {
    margin: 0 !important;
  }

  .tags-sentence-phone {
    font-size: 1.5rem;
  }

  .tags-sentence-phone-sub {
    font-size: 1.1rem;
  }

  .stage aside {
    position: relative;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 100%;
    padding: 0 0px 0 0;
    max-height: 400px;
  }

  .thank-you-aside {
    align-items: center !important;
    max-height: 450px !important;
  }

  .stage aside picture,
  .stage aside picture img {
    width: 100%;
    object-fit: contain;
    margin-top: 45px;
    margin-left: -90px;
    transform: scale(0.95);
  }

  .couple-image {
    max-height: 50vh;
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .badge-mobile {
    width: 100px;
    bottom: 12%
  }
   
  .degrees-image {
    width: 75%;
    bottom: 2%
  }

  .stage footer {
    padding: 18px 15px;
    min-height: auto
  }

  .benefit-badge-image {
    width: 90px;
  }

  .footer-benefit-main {
    font-size: 1.1rem;
    line-height: 1.3;
  }

  .footer-benefit-sub {
    font-size: 0.85rem;
    line-height: 1.4;
  }

  .stage ul {
    display: none
  }

  .promo-wrapper {
    display: flex;
    padding: 0px 0px 0px 0px;
    justify-content: center;
  }

  .date {
    display: flex;
    padding: 0 0px 0 0px;
    font-size: 2.3em;
  }

  .date div p:first-child {
    font-size: 1em;
    font-weight: 600;
    line-height: .7
  }

  .date div p:last-child {
    font-weight: 350;
    line-height: 1
  }

  .date div p {
    text-align: center;
  }

  .intro {
    text-align: center;
    margin-top: 5px;
    padding: 0px;
  }

  .chip-year {
    font-weight: 800;

  }


  .chip-month {
    font-weight: 800;
  }

  .circle-inner {
    position: relative;
    z-index: 2;
  }

  .circle-text-top {
    font-size: 2rem;
    line-height: 0.8;
    margin-bottom: 0;
    font-weight: 400;
  }

  .circle-text-bottom {
    font-size: 2rem;
  }

  .circle-text-bottom .amount {
    font-size: 2.7rem;
  }

  .form-group input {
    border-radius: 20px;
  }

  .form-group select {
    border-radius: 20px;
  }

  
  select,
  select.form-group,
  .form-group select,
  #degree,
  #field {
    background-color: #fff !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 20px center;
    padding-right: 40px;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    border: none !important;
    color: #333 !important;
    -webkit-text-fill-color: #333 !important;
  }

  select:focus,
  select:active,
  select:hover {
    background-color: #fff !important;
    outline: none !important;
    border: none !important;
    -webkit-tap-highlight-color: transparent !important;
  }

  select option {
    background-color: #fff !important;
    color: #333 !important;
  }

  /* iOS Safari specific fixes to remove blue color */
  @supports (-webkit-touch-callout: none) {
    select,
    #degree,
    #field {
      background-color: #fff !important;
      -webkit-appearance: none !important;
      appearance: none !important;
      border: none !important;
      -webkit-border-radius: 20px !important;
      border-radius: 20px !important;
      color: #333 !important;
      -webkit-text-fill-color: #333 !important;
    }
    
    select:focus,
    select:active,
    select:checked,
    #degree:focus,
    #degree:active,
    #field:focus,
    #field:active {
      background-color: #fff !important;
      -webkit-tap-highlight-color: transparent !important;
      border: none !important;
      outline: none !important;
      color: #333 !important;
      -webkit-text-fill-color: #333 !important;
    }

    select::-webkit-select {
      background-color: #fff !important;
    }
  }

  /* Additional iOS fixes - ensure no blue appears */
  select,
  select * {
    -webkit-user-select: none;
    -moz-user-select: none;
    user-select: none;
    background-color: #fff !important;
  }

  /* Override any iOS native styling */
  select::-webkit-select {
    background-color: #fff !important;
    color: #333 !important;
  }

  select::-moz-select {
    background-color: #fff !important;
    color: #333 !important;
  }

  .form-group {
    margin-bottom: 20px;

  }

  .submit-btn {
    font-size: 2em;
  }


  /* בסיס – כמו שלך, רק עם מרווח בטוח למובייל */
  .whatsapp-btn {
    position: fixed;
    right: 15px;
    bottom: calc(env(safe-area-inset-bottom, 0px) + 12px);
    /* עדכון קטן: bottom ולא top */
    color: #000;
    /* טקסט כהה על רקע בהיר */
    text-decoration: none;
    font-weight: 600;
    padding: 10px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    z-index: 999;
    min-height: 44px;
    border-radius: 999px;
    transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease;
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .18);

    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
    will-change: backdrop-filter;
  }

  .whatsapp-btn:hover {
    transform: scale(1);
  }

  .whatsapp-btn img {
    width: 30px;
    height: 30px;
  }

  .whatsapp-btn span {
    font-size: 1em;
    color: #fff;
    white-space: nowrap;
    line-height: 1;
  }

  @supports not ((-webkit-backdrop-filter: none) or (backdrop-filter: none)) {
    .whatsapp-btn {
      background: rgba(255, 255, 255, .85);
      border: 1px solid rgba(0, 0, 0, .08);
      box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
    }
  }


  @supports (-webkit-backdrop-filter: blur(0)) and (not (backdrop-filter: blur(0))) {
    .whatsapp-btn {
      -webkit-backdrop-filter: blur(6px);
    }
  }

  .whatsapp-btn {
    background: rgba(255, 255, 255, .12);
    border: 1px solid rgba(255, 255, 255, .25);
    box-shadow: 0 6px 14px rgba(0, 0, 0, .18);
    backdrop-filter: blur(6px);
  }

  .whatsapp-btn span {
    color: #000000;
  }

  /* .whatsapp-btn span { display: none; }
.whatsapp-btn:hover span { display: inline; } */

}

@media (max-width:480px) {
  .sentence-form-mobile {
    font-size: 1.2rem;
    padding: 15px;
  }
  
  .benefit-badge-image-mobile {
    width: 155px;
  }
}

@media (max-width:420px) {
  .sentence-form-mobile {
    font-size: 1.2rem;
    padding: 12px;
  }
  
  .benefit-badge-image-mobile {
    width: 130px;
  }
}

@media (max-width:370px) {
  .sentence-form-mobile {
    font-size: 1.1rem;
    padding: 10px;
  }
  
  .benefit-badge-image-mobile {
    width: 115px;
  }
}
@media (max-width:320px) {
  .sentence-form-mobile {
    font-size: 0.9rem;
    padding: 8px;
  }
}

#thankYouMessage {
  display: none;
  text-align: center;
  color: #fcc52d;
  padding-top: 50px
}

#thankYouMessage h2 {
  color: #fff;
  font-weight: 700;
  margin: 0px;
  margin-bottom: 20px;
  font-size: 1.5em;
  text-align: center;
  justify-content: center;
}

#thankYouMessage p {
  font-size: 2em
}