/*.logo-form {
  background-image: url('../../images/samples/vavadoologo.png');
  background-repeat: no-repeat;
  background-position: center;
  height: 88px;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 3%;
}

.ul-form {
  text-align: right;
  font-size: 1.5em;
  color: black;
}


.contuct-us-inputs-form {
  border: 1px solid #F79132;
  margin-bottom: 3%;
}

.topic-block-title {
  display: none;
}

.page.contact-page .topic-block {
  padding-top: 5%;
}

.contact-page {
  max-width: 100%;
  margin: 0 auto;
}

.mapStore {
  display: none;
}

.contact-page .page-body form {
  max-width: 600px;
  margin: 0 auto 30px;
  border: none;
  border-radius: 3px;
}


.StoreDetails {
  display: flex;
  margin: auto;
  column-gap: 57px;
  flex-direction: row;
  justify-content: center;
  margin-top: 4%;
  margin-bottom: 4%;
}

.ActivityTime, .LogisticsCenter, .CustomerService {
  background-color: #0E3C70;
  padding: 21px 40px 11px 40px;
}

h1#StoreDetailsTitle1, h1#StoreDetailsTitle2, h1#StoreDetailsTitle3 {
  margin-top: 0px;
  color: white;
  font-size: 1rem;
  text-align: right;
  display: flex;
  align-items: center;
  gap: 8px;
}

h4#StoreDetails {
  color: #F79132;
}

.divider {
  border-bottom: 1px solid #ffff;
}

.form-fields_2 .inputs, .form-fields_1 .inputs {
  display: flex;
  flex-direction: column;
}

h1#StoreDetailsTitle3::before {
  content: url('../../images/samples/whitecustomerservice.png');
}

h1#StoreDetailsTitle2::before {
  content: url('../../images/samples/activitytime.png');
}

h1#StoreDetailsTitle1::before {
  content: url('../../images/samples/logisticscenter.png');
}

.mapStore > iframe {
  margin: auto;
  width: 100%;
}

.title-contuctUs-form h1 {
  font-size: 18px;
  color: black;
}

.contact-page .page-body form {
  padding: 0 45px 0;
}

.page.contact-page .page-body .page-title h1 {
  font-size: 35px;
  margin-top: 2%;
  font-weight: bold;
  color: black;
  text-align: center;
}

@media (min-width: 1024px) {
  input.button-1.contact-us-button {
    width: 40% !important;
    font-size: 18px;
    margin: auto;
    color: white;
  }

  .page.contact-page .page-body .fieldset {
    display: flex;
    flex-direction: row;
    align-items: stretch;
    justify-content: space-between;
    gap: 5%;
  }

  .form-fields_2, .form-fields_1 {
    width: 50%;
  }

  .contact-page .page-body {
    background-color: white;
    box-shadow: 0px 3px 6px #00000029;
    top: 244px;
    width: 70%;
    margin: auto;
    margin-top: 5%;
  }
}

.form-fields_2 {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

div#StoreAddress, div#StoreEmailService, div#StoreTel {
  font-size: 18px !important;
  font-weight: normal;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 2%;
}

  div#StoreTel::before {
    content: url('../../images/samples/call.svg');
  }

  div#StoreAddress::before {
    content: url('../../images/samples/location.svg');
  }

  div#StoreEmailService::before {
    content: url('../../images/samples/email.svg');
  }


div#StoreAddress {
  font-size: 18px !important;
  font-weight: normal;
  text-align: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 3%;
}

.contactList {
  line-height: 3;
}

.captcha-box {
  text-align: right;
  line-height: 0;
  margin-bottom: 5%;
  float: right;
}

@media (max-width: 500px) {

  .page.contact-page .page-body {
    width: 95%;
    margin: auto;
  }

  .contactList {
    line-height: 2;
    width: 90%;
    margin: auto;
    margin-bottom: 5%;
  }

  .StoreDetails {
    display: flex;
    margin: auto;
    column-gap: 57px;
    flex-direction: column;
    gap: 10px;
    justify-content: center;
    margin-top: 4%;
    margin-bottom: 4%;
    width: 80%;
  }

  .topic-block-body li {
    font-size: 1.5em;
    color: black;
    line-height: 2;
    text-align: right;
    margin-right: 9%;
  }

  .page.contact-page .form-fields_2 .inputs > label, .page.contact-page .form-fields_1 .inputs > label {
    display: none;
  }

  .contact-page .page-body form {
    padding: 0;
  }

  .page.contact-page .page-body .page-title h1 {
    font-size: 22px;
    font-weight: bold;
    color: bold;
    text-align: center;
  }

  .title-contuctUs-form h1 {
    font-size: 18px;
    color: black;
    padding: 0 0 0 0;
  }

  div#StoreTel::before {
    content: url('../../images/samples/call.svg');
    height: 20px;
  }

  div#StoreAddress, div#StoreEmailService, div#StoreTel {
    font-size: 16px !important;
    font-weight: normal;
    text-align: right;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 5%;
    line-height: 40px;
  }

  input.button-1.contact-us-button {
    width: 97% !important;
  }

  div#contact-us-tab input.button-1.contact-us-button {
    width: 100% !important;
  }

  .form-fields_2, .form-fields_1 {
    gap: 14px;
    display: flex;
    flex-direction: column;
    width: 97%;
    margin: auto;
  }

    .form-fields_2 .inputs, .form-fields_1 .inputs {
      margin: 0;
    }

  .form-fields_2 {
    margin-top: 10px;
  }

  input.button-1.contact-us-button {
    background-color: #f79132;
    width: 100%;
    font-size: 18px;
  }

  .title-contuctUs-form h1 {
    margin-top: 0;
    margin-bottom: 8%;
  }
}*/

.contact-page {
    font-family: 'Heebo', sans-serif;
    direction: rtl;
    text-align: right;
    padding: 40px 20px;
    box-sizing: border-box;
    background-color: #f8f9fa;
    max-width: none;
}

  .contact-page .container {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    max-width: 1200px;
    margin: auto;
    align-items: flex-start;
  }

  .contact-page .contact-info {
    flex: 1;
    min-width: 300px;
  }

    .contact-page .contact-info h2 {
      font-size: 1.8rem;
      margin-bottom: 20px;
      color: #003da5;
    }

.title-contuctUs-form h5 {
    text-align: center;
    margin-bottom: 5%;
}

.contact-page .contact-info p {
    margin-bottom: 12px;
    font-size: 1rem;
    color: #333;
}

  .contact-page .form-container {
    flex: 2;
    min-width: 300px;
  }

  .contact-page form label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
    color: #333;
  }

  .contact-page form input[type="text"],
  .contact-page form input[type="email"],
  .contact-page form input[type="tel"],
  .contact-page form textarea {
    width: 100%;
    padding: 12px;
    margin-bottom: 16px;
    border: 1px solid #ccc;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 1rem;
  }

  .contact-page form textarea {
    min-height: 150px;
    resize: vertical;
  }

  .contact-page form button,
  .contact-page form input[type="submit"] {
    color: white;
    padding: 14px 28px;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1rem;
    transition: background-color 0.3s ease;
  }

    .contact-page form button:hover,
    .contact-page form input[type="submit"]:hover {
      background-color: #002f7e;
    }

  .contact-page .required-star::after {
    content: '*';
    color: red;
    margin-right: 4px;
  }

  .contact-page .map-container {
    margin-top: 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
    overflow: hidden;
  }

  .contact-page iframe {
    width: 100%;
    height: 400px;
    border: none;
    display: block;
  }

.contact-page-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
    justify-content: center;
}

.contact-form-box {
  width: 60%; 
  background-color: white;
    padding: 4%;
    border-radius: 15px;
}

.page.contact-page form {
padding: 45px 5%;
}

.contact-info-box div {
    color: white !important;
            flex-wrap: wrap;
}

.page.contact-page .page-title h4 {
    font-size: 1.5rem;
}

.page.contact-page .page-title, .title-contuctUs-form {
    color: white;
}
/* רספונסיביות */
@media (max-width: 768px) {
    .contact-page .container {
    flex-direction: column;
  }

  .contact-page .form-container,
  .contact-page .contact-info {
    width: 100%;
  }

  .contact-page form button {
    width: 100%;
  }

    .contact-form-box {
        width: 100%;
    }
}
.contact-info-box div {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 1rem;
  font-size: 1.1rem;
  color: #333;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeInUp 0.6s ease forwards;
}

  .contact-info-box div:nth-child(1) {
    animation-delay: 0.1s;
  }

  .contact-info-box div:nth-child(2) {
    animation-delay: 0.3s;
  }

  .contact-info-box div:nth-child(3) {
    animation-delay: 0.5s;
  }

  .contact-info-box div:nth-child(4) {
    animation-delay: 0.7s;
  }

.contact-info-box i {
  color: white;
  font-size: 1.3rem;
  transition: transform 0.3s ease, color 0.3s ease;
  animation: pulseIcon 2.5s ease-in-out infinite;
}

/* אפקט ריחוף */
.contact-info-box div:hover i {
    transform: scale(1.2) rotate(-5deg);
    color: #425d70;
}

/* אנימציית כניסה */
@keyframes fadeInUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* אנימציה קבועה – נשימה/פולס */
@keyframes pulseIcon {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.15);
    opacity: 0.85;
  }
}
