.contacus-form {
  width: 100%;
  padding: 150px 150px 80px 150px; }
  @media (max-width: 600px) {
    .contacus-form {
      padding: 20px; } }
  .contacus-form-social {
    flex: 1;
    gap: 18px; }
    .contacus-form-social h1 {
      font-weight: bold;
      color: var(--secondary-color); }
    .contacus-form-social span {
      color: var(--secondary-color); }
    .contacus-form-social .social-links {
      margin-top: 18px;
      width: 50%;
      justify-content: space-evenly; }
      @media (max-width: 600px) {
        .contacus-form-social .social-links {
          width: 100%; } }
      .contacus-form-social .social-links img {
        display: block;
        object-fit: contain;
        width: 85%;
        height: 85%; }
  .contacus-form-user {
    flex: 2;
    width: 100%;
    overflow: hidden; }

.submit-form {
  width: 100%; }

.map-container {
  width: 100%;
  height: 400px;
  margin-top: 80px; }
  .map-container iframe {
    width: 100%;
    height: 100%; }

.contactus-seperator {
  background-image: url("../images/contactus-bg.jpg");
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  width: 100%; }
  .contactus-seperator h1 {
    color: #fff;
    font-size: clamp(2rem, calc(-0.875rem + 8.333vw), 3rem);
    margin: 0;
    padding: 80px 160px;
    font-weight: bold; }
    @media (max-width: 600px) {
      .contactus-seperator h1 {
        padding: 40px; } }

.tour-res {
  background-color: #F3F5EE;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 80px 160px;
  text-align: center; }
  @media (max-width: 600px) {
    .tour-res {
      padding: 40px; } }
  .tour-res h1 {
    color: var(--secondary-color);
    font-weight: bold;
    font-size: clamp(2rem, calc(-0.875rem + 8.333vw), 3rem);
    font-weight: bold;
    margin-bottom: 30px; }
