.wpcf7 .screen-reader-response {
  position: absolute;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
  word-wrap: normal !important;
}

.wpcf7 form .wpcf7-response-output {
  margin: 2em 0.5em 1em;
  padding: 0.2em 1em;
  border: 2px solid #00a0d2; /* Blue */
}

.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
  display: none;
}

.wpcf7 form.sent .wpcf7-response-output {
  border-color: #46b450; /* Green */
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
  border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
  border-color: #f56e28; /* Orange */
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  border-color: #ffb900; /* Yellow */
}

.wpcf7-form-control-wrap {
  position: relative;
}

.wpcf7-not-valid-tip {
  color: #dc3232; /* Red */
  font-size: 1em;
  font-weight: normal;
  display: block;
}

.use-floating-validation-tip .wpcf7-not-valid-tip {
  position: relative;
  top: -2ex;
  left: 1em;
  z-index: 100;
  border: 1px solid #dc3232;
  background: #fff;
  padding: 0.2em 0.8em;
  width: 24em;
}

.wpcf7-list-item {
  display: inline-block;
  margin: 0 0 0 1em;
}

.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
  content: " ";
}

.wpcf7-spinner {
  visibility: hidden;
  display: inline-block;
  background-color: #23282d; /* Dark Gray 800 */
  opacity: 0.75;
  width: 24px;
  height: 24px;
  border: none;
  border-radius: 100%;
  padding: 0;
  margin: 0 24px;
  position: relative;
}

form.submitting .wpcf7-spinner {
  visibility: visible;
}

.wpcf7-spinner::before {
  content: "";
  position: absolute;
  background-color: #fbfbfc; /* Light Gray 100 */
  top: 4px;
  left: 4px;
  width: 6px;
  height: 6px;
  border: none;
  border-radius: 100%;
  transform-origin: 8px 8px;
  animation-name: spin;
  animation-duration: 1000ms;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@media (prefers-reduced-motion: reduce) {
  .wpcf7-spinner::before {
    animation-name: blink;
    animation-duration: 2000ms;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes blink {
  from {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }

  to {
    opacity: 0;
  }
}

.wpcf7 [inert] {
  opacity: 0.5;
}

.wpcf7 input[type="file"] {
  cursor: pointer;
}

.wpcf7 input[type="file"]:disabled {
  cursor: default;
}

.wpcf7 .wpcf7-submit:disabled {
  cursor: not-allowed;
}

.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
  direction: ltr;
}

.wpcf7-reflection > output {
  display: list-item;
  list-style: none;
}

.wpcf7-reflection > output[hidden] {
  display: none;
}
.ht1{
font-size: 60px !important;
}
.ht2{
  font-size: 45px !important;
}
@media (max-width:568px){
  .ht1{
    font-size: 20px !important;
    }
    .ht2{
      font-size: 17px !important;
    }
}

@media (min-width: 569px) and (max-width: 1080px) {
  .ht1{
    font-size: 36px !important;
    }
    .ht2{
      font-size: 30px !important;
    }
}
.txt-justify{
text-align: justify !important;
}
.mr-b-footer{
margin-bottom: 100px;
}
.title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0;
}

.title-wrapper::before,
.title-wrapper::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ccc;
  margin: 0 10px;
}

.title {
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}
.title-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 40px 0 20px 0;
}
.title2{
  display: flex;
  align-items: center;
  justify-content: center;
}
.title2 .boldtitle{
 font-weight: bold;
 font-size: 23px;
}
.title-wrapper::before,
.title-wrapper::after {
  content: "";
  flex: 1;
  height: 1px;
  background-color: #ccc;
  margin: 0 10px;
}

.title {
  font-size: 24px;
  font-weight: bold;
  white-space: nowrap;
}
.b-b-0{
  margin-bottom: 0;
}
.elementor-67 .elementor-element.elementor-element-262fe4b{
  border-style:none !important;
}
.countdown {
  display: flex;
  gap: 20px;
}

.time-box {
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
  width: 90px;
  height: 90px;
  text-align: center;
  padding: 10px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.time-box .number {
  font-size: 24px;
  font-weight: bold;
  color: #f0af03;
}

.time-box .label {
  font-size: 14px;
  margin-top: 5px;
  color: #777;
}
@media (max-width:568px){
  .time-box {
    border-radius: 15px;
    width: 80px;
    height: 80px;
    padding: 7px;

  }
  .time-box .number {
    font-size: 17px;
  
  }
  
  .time-box .label {
    font-size: 12px;
 
  }
  .sm-no-padding{
    padding: 0 !important;
  }
  .title-wrapper .title{
    font-size: 12px !important;
  }
  .elementor-67 .elementor-element.elementor-element-7a42abb .pbmit-element-title
 {
    font-size: 35px !important;
 }
 .mrt-4{
  margin-top: 4rem !important;
 }
 .countdown {
  display: flex;
  gap: 10px;
}
}

/* register */
.login-items-box1 {
  width: 100%;
  border-radius: 25px;
  opacity: 0.7;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
  padding: 42px;
  color: #414a75;
}

.login-items-box2 {
  width: 100%;
  border-radius: 25px;
  opacity: 0.7;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
  padding: 42px;
}

.login-items-box2>.img-container {
  width: 100%;
  display: flex;
  justify-content: center;
}

.login-items-box-title {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 13px;
  color: #414a75;
  font-size: 16px;
  line-height: 32px;
}

.login-form {
  width: 100%;
  display: grid;
  gap: 20px;
  margin-top: 26px;
}

.forms-container {
  color: #414a75;
  padding: 20px 25px;
  background-color: #ffc10712;
  border-radius: 14px;
}

.forms-container2 {
  position: relative;
  color: #414a75;
  padding: 55px 25px 20px 25px;
  background-color: #929ac10a;
  border-radius: 14px;
  border: 1px solid #dee1ed;
  display: none;

}

.forms-container2-title {

  position: absolute;
  top: -20px;
  right: 20px;
  box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.2);
  color: #414a75;
  padding: 15px 20px;
  background-color: #ffffff;
  border-radius: 14px;
}

.radio-group {
  margin-top: 1rem;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.radio-label {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
}

input[type="radio"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #f1a903;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}

input[type="radio"]:checked {
  background-color: #f1a903;
  border: 5px solid white;
  box-shadow: 0 0 0 2px #f1a903;
}

.input-contaner-register {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
  /* margin-top: 10px; */
}

.checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 16px;
  color: #414a75;
  margin-bottom: 10px;
}

.checkbox input[type="checkbox"] {
  appearance: none;
  width: 20px;
  height: 20px;
  border: 2px solid #f1a903;
  border-radius: 5px;
  margin-right: 10px;
  cursor: pointer;
  position: relative;
}

.checkbox input[type="checkbox"]:checked {
  border: 1px solid #f1a903;
  background-color: #f1a903;
}

.checkbox input[type="checkbox"]:checked::after {
  content: '✔';
  color: white;
  font-size: 14px;
  position: absolute;
  left: 4px;
  top: 1px;
}


@media (max-width: 767px) {
  .input-contaner-register {

      grid-template-columns: 1fr;
  }

  .tamas-item-container {

      grid-template-columns: 1fr;

  }
}

.login-form-input {
  width: 100%;
  height: 50px;
  border-radius: 7px;
  border: 1px solid #dee1ed;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
  display: flex;
}

.login-form-textarea {
  width: 100%;
  height: 50px;
  border-radius: 7px;
  border: 1px solid #dee1ed;
  background: #fff;
  box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
  display: flex;
  padding: 12px 16px;
  outline: none;
  min-height: 100px;
}

.login-form-input-input {
  width: calc(100% - 50px);
  height: 50px;
  padding: 0 16px;
  border: transparent;
  background: transparent;
  color: #292929;
  font-size: 15px;
  outline: none;
}

.login-form-input-span {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6c76ab;
  font-size: 23px;
}



.field {
  padding-bottom: 10px;
  display: flex;
  flex-direction: column;
}

.field-title {
  color: #414a75;
  margin-right: 10px;
}

.dropzone {
  min-height: 100px;
  border: 2px dashed rgba(0, 0, 0, 0.2);
  background: rgba(245, 245, 245, 0.623);
  padding: 20px 20px;
  border-radius: 10px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #4c5686a6;
  transition: all 0.2s linear;
}

.dropzone-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.dropzone:hover {
  color: #4c5686;
}

.dropzone span {
  font-size: 13px;
}

.dropzone img {
  max-width: 100%;
  height: auto;
  margin-top: 10px;
}

.dropzone-hidden {
  display: none;
}

.dropzone-button {
  padding: 16px 20px;
  margin-top: 10px;
  border-radius: 10px 20px;
  background: linear-gradient(180deg, #3d79fc 0%, #5e3de6 100%, #7901ed 100%);
  box-shadow: 0px 0px 20px 0px rgba(76, 86, 134, 0.1);
  color: #fff;
  border: 1px solid transparent;
  cursor: pointer;
}
.section-btn{
  color: white;
    background-color: #001837;
    padding: 16px 30px;
    border-radius: 30px;
    transition: all 0.2s ease-in-out;
}
.section-btn:hover{
  color: white;
    background-color: #f0af03;

}
/* download section */
.download-box-container {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px auto;
  position: relative;
}

.download-box {
  display: flex;
  background-color: white;
  border-radius: 20px;
  box-shadow:  0 4px 12px rgb(0 0 0 / 44%);
  width: 80%;
  align-items: flex-start;
  justify-content: space-between;
  position: relative;
  
}

.download-box .image-section {
  position: relative;
  width: 250px; 
  height: 200px;  
  flex-shrink: 0;
}

.image-section .img-download {
  position: absolute;
  width: 215px;
  height: auto;
  object-fit: contain;
  bottom: -10px;  
  left: 80px;   
  z-index: 2;
}

.content-section {
  padding: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: right;
  flex: 1;
}
@media (min-width:768px){
  .content-section {
    padding: 30px 80px;
  }

}
.content-section h2 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #001837;
}

.content-section p {
  font-size: 16px;
  margin-bottom: 20px;
  color: #555;
}

.buttons {
  display: flex;
  gap: 10px;
}

.buttons a {
  display: flex;
  align-items: center;
  gap: 8px;
  justify-content: center;
  padding: 10px 16px;
  border: none;
  border-radius: 10px;
  text-decoration: none;
  color: rgb(243, 243, 243);
  font-weight: bold;
  transition: 0.3s;
  width: 78px;
}

.android {
  background-color: #f1a903;
  
}

.ios {
  background-color: #001837;
}

.android:hover {
  background-color: #32c377;
  color: white;
}

.ios:hover {
  background-color: #222;
  color: white;
}
.content-section-img{
  display: none;
}
@media(max-width:653px){
  .download-box {
   
    width: 80%;
    
  }
  .download-box .image-section {
    display: none;
  }
  .content-section-img{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    position: relative;
    height: 150px;
  }
  .content-section-img img{
    width: 170px;
    top: -57px;
    position: absolute;
    
  }
  .download-box {
    flex-direction: column;
  }
  .content-section h2{
    text-align: center;
    font-size: 18px;
  }
  .content-section p{
    text-align: center;
    font-size: 15px;
  }
  .buttons{
    justify-content: center;
  }
}