.destination-section {
  position: relative;
  display: flex;
  align-items: center;
  padding-right: 50px;
}

.destination-section-two {
  position: relative;
  display: flex;
  align-items: center;
  padding-left: 50px;
}

.destination-img-one,
.destination-img-two {
  width: 60%;
  height: auto;
  display: block;
}

.destination-text-box {
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-left: -150px;
  max-width: 100%;
  z-index: 2;
}

.destination-text-box-two {
  background-color: white;
  padding: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-right: -150px;
  max-width: 100%;
  z-index: 2;
}

.contact-box {
  text-align: center;
  padding: 30px 15px;
}

.contact-icon {
  font-size: 2rem;
  margin-bottom: 15px;
}

.contact-title {
  color: var(--theme-color2);
  font-weight: 600;
  margin-bottom: 10px;
}

.border-md-end {
  border-right: 1px solid #ddd;
}

.form-control {
  border: none;
  border-bottom: 1px solid #ccc;
  border-radius: 0;
  background-color: transparent;
  box-shadow: none;
  padding-left: 0;
}

.form-control:focus {
  border-color: #000;
  box-shadow: none;
}

label {
  font-weight: 500;
  color: #2c3e50;
  letter-spacing: 1px;
}

svg {
  width: 100px;
  height: 100px;
}

.btn-two {
  width: 170px;
  height: 50px;
}

@media (max-width: 768px) {
  .destination-text-box {
    position: static;
    max-width: 100%;
    margin: 20px auto;
  }
  .border-md-end {
    border-right: none;
    border-bottom: 1px solid #ddd;
  }
  .destination-section,
  .destination-section-two {
    margin-bottom: 50px;
  }
}

@media (max-width: 868px) {
  .destination-section,
  .destination-section-two {
    flex-direction: column;
    align-items: center;
    padding-right: 0;
    padding-left: 0;
    margin: 0px 20px;
  }

  .destination-text-box {
    margin-left: 0;
  }

  .destination-text-box-two {
    margin-right: 0;
  }
  .destination-img-one,
  .destination-img-two {
    width: 100%;
    height: auto;
  }
  .contact-box{
    padding:  10px;
  }
}
