@import url('https://fonts.googleapis.com/css2?family=Fredoka:wght@300..700&family=Noto+Sans+Hebrew:wght@100..900&display=swap');
body.page-template-landing{
  font-family: "fredoka"!important;
  background: white;
  background: url("https://medatech.com/wp-content/uploads/2025/09/Isolation_Mode-1.png");
  background-size: cover;
  background-repeat: no-repeat;
  overflow-x: hidden;
  padding: 25px 0 0;

}
.page-template-landing .landing-title h1 {
  font-size: 65px;
  line-height: 70px;
  color: #090C9B;
  font-weight: normal;
  font-family: "fredoka"!important;
  letter-spacing: -1px;
}
.logo-image img{
  max-width: 500px!important;
}
.gradient-footer{
  background: #6AE3F3;
  background: linear-gradient(90deg, rgba(106, 227, 243, 1) 0%, rgba(1, 100, 254, 1) 50%, rgba(9, 13, 157, 1) 100%);
}

.page-template-landing .contact-title h3{
  font-size: 40px;
  line-height: 45px;
  margin-top: 0;
  color: #102697;
  font-weight: 500;
  font-family: "fredoka"!important;
}

.page-template-landing .middle-text h2{
  font-size: 40px;
  line-height: 45px;
  margin-top: 0;
  color: #102697;
  font-weight: 400;
  font-family: "fredoka" !important;

}
.page-template-landing .event-details{
  font-weight: 600;
  font-size: 30px;
  line-height: 36px;
  color: #0045FF;
  font-family: "fredoka"!important;

}
.page-template-landing .contact-wrapper .vc_column-inner{
  max-width: 450px;
  margin: 0 auto 0 0;
  padding: 0 40px;
  background: white;
  border-radius: 40px;
  box-shadow: 3px 5px 13px 1px #2f2f2f66;
}
.page-template-landing .wpb-content-wrapper{
  width: 100%;
  max-width: 1300px!important;
}
.page-template-landing .wpcf7-acceptance input[type=checkbox]{
  height: 17px;
  width: 17px;
  position: absolute;
}
.page-template-landing .wpcf7-acceptance label .wpcf7-list-item-label{
  font-weight: normal !important;
  font-size: 14px !important;
  line-height: 1.4;
  display: inline-block;
  padding-right: 30px;
}
.page-template-landing .calender_btn a,
.page-template-landing .calender_btn button{
  height: 58px;
  border-radius: 39px;
  border: 1px solid #3B37E0;
  font-size: 20px;
  line-height: 28px;
  background-color: #ffffff!important;
  color: #0045ff!important;
  margin-top: 30px;
  width: 206px;
  text-align: center;
}
.page-template-landing .program_btn a,
.page-template-landing .program_btn button{
  height: 58px;
  border-radius: 39px;
  border: 1px solid #3B37E0;
  font-size: 20px;
  line-height: 28px;
  background-color: #0045ff!important;
  color: #ffffff!important;
  margin-top: 30px;
  width: 206px;
  text-align: center;
  margin-right: 25px;
}
.page-template-landing .calender_btn a .vc_btn3-icon,
.page-template-landing .calender_btn button .vc_btn3-icon {
  right: 39px;
  font-size: 21px;
  height: 14px;
  line-height: 14px;
}
.page-template-landing .form-control {
  width: 100%;
  height: 45px;
  font-size: 20px;
  padding: 6px 0;
  background-color: #fff;
  background-image: none;
  border: none;
  border-bottom: 1px solid #090C9B;
  border-radius: 0;
  box-shadow: unset;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.page-template-landing input.form-control::placeholder {
  color: #090C9B!important;        /* text color */
}
.page-template-landing .btn-green {
  font-family: "fredoka" !important;
  background-color: #0045FF;
  float: left;
  margin: 10px 0 30px;
  border-radius: 60px;
  width: 140px;
  font-size: 24px;
  font-weight: 400;

}
.page-template-landing .footer-text ul{
  text-align: center;
  padding: 0;
}
.page-template-landing .footer-text ul li{
  display: inline-block;
  padding: 0px 15px;
  direction: ltr;
  position: relative;
  font-size: 18px;
}
.page-template-landing .footer-text ul li a{
  color: #041f2d;
}
.privacy-policy-he{
  padding-top: 10px;
}
.kablanim .medatech-contactUs {
  display: flex
;
  height: 30px;
  flex-direction: row;
  gap: 15px;
  align-items: center;
  margin-bottom: 170px;
  margin-top: 80px;
}
.page-template-landing .footer-text ul li:after{
  content: '';
  display: inline-block;
  width: 6px;
  height: 6px;
  background-color: #03A1FC;
  border-radius: 50%;
  position: absolute;
  left: -2%;
  top: 10px;
}
.page-template-landing .footer-text ul li:last-child:after{
  display: none;
}
/* Make the CF7 wrapper a positioning context */
.wpcf7 { position: relative; }

/* Hidden by default; shown via JS after success */
.cf7-success-overlay {
  position: absolute; inset: 0;
  display: none; align-items: center; justify-content: center;
  text-align: center; padding: 2rem;
  background: rgba(255,255,255,.97);
  backdrop-filter: blur(2px);
  z-index: 99; border-radius: 8px;
  font-size: 1.1rem; line-height: 1.5;
}
.cf7-success-overlay.show { display: flex; }
.cf7-success-overlay.show h3{
  margin: 0 0 .5rem;
  font-size: 48px;
  line-height: 65px;
  margin-top: 0;
  color: #64c878;
  font-weight: 600;
  font-family: "fredoka" !important;
}
.cf7-success-overlay.show ul{
  text-align: center;
  list-style: none;
  margin: 60px 0 0 0;
  padding: 0;
}
.cf7-success-overlay.show ul li a,
.cf7-success-overlay.show ul li{
  display: inline-block;
  padding: 0 0 8px 0;
  font-weight: 300;
  font-size: 30px;
  width: 100%;
  color: #262aa8;
  font-family: "fredoka" !important;

}
@media (max-width: 767px) {
  /* Make the row a flex container so 'order' works */
  .logo-wrapper .vc_col-sm-6:nth-child(1) .wpb_single_image{
    text-align: center;
    margin-bottom: 15px!important;
  }
  .logo-wrapper .vc_col-sm-6:nth-child(1) .wpb_single_image img{
    width: 80%;
  }
  .logo-wrapper .vc_col-sm-6:nth-child(2){
    width: 60%;
    margin: 0 auto;
  }
  .logo-wrapper .vc_col-sm-6:nth-child(2) .wpb_single_image {
    text-align: center!important;
  }
  .logo-wrapper .vc_col-sm-6:nth-child(2) .wpb_single_image .vc_single_image-wrapper {
    max-width: 80%;
  }
    .page-template-landing .landing-content-form {
    display: flex;
    flex-direction: column;  /* stack vertically on mobile */
    background-image: none!important;
  }

  /* Ensure we are targeting the right elements (columns) */
  .vc_row.mobile-reorder > .wpb_column {
    width: 100%;
  }

  /* Set the mobile order per column */
  .page-template-landing .landing-content-form .vc_col-sm-6:nth-child(2) { order: 1; }
  .page-template-landing .landing-content-form .vc_col-sm-6:nth-child(2) .vc_column-inner{
    padding-top: 0!important;
  }

  .page-template-landing .landing-content-form .vc_col-sm-6:nth-child(1) { order: 2; }
  /* add more as needed: .m-4 { order: 4; } etc. */
  .page-template-landing .contact-wrapper .vc_column-inner{
    margin: 0 20px;
    padding: 0 40px;
    width: calc(100% - 40px);
    margin-bottom: 50px!important;
  }
  .page-template-landing .program_btn,
  .page-template-landing .calender_btn{
    width: 100%;
    text-align: center;
    margin-bottom: 0;
  }
  .page-template-landing .program_btn a,
  .page-template-landing .program_btn button{
    margin-right: 0;
  }
  .page-template-landing .calender_btn a,
  .page-template-landing .calender_btn button {
    margin-bottom: 18px;
  }
  .page-template-landing .middle-text,
  .page-template-landing .event-details,
  .page-template-landing .middle-text h2,
  .page-template-landing .landing-title h1{
    text-align: center;
  }
  .page-template-landing .landing-title h1{
    margin-top: 0;
  }
  .page-template-landing .footer-text ul li {
    display: inline-block;
    padding: 0 0 20px 0;
    font-size: 18px;
    width: 100%;
  }
  .page-template-landing .program_btn a,
  .page-template-landing .program_btn button{
    margin-top: 5px;
  }
}
