#contactContainer {
  width: 100%;
  min-height: 100vh;
  background-color: #f0f0f06c;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 110px; /* Adjust this value based on your navigation height */
  padding-bottom: 80px;
  box-sizing: border-box;
}
.contact-div {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1150px;
  margin-inline: auto;
  width: 95%;
}
.contact-div .left {
  margin-right: 100px;
  width: 50%;
}
.contact-div .left p {
  font-size: 1.05rem;
  line-height: 27px;
  margin-bottom: 8px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.contact-div .left a {
  color: #3674b5;
  font-weight: bold;
}

.contact-div .left h2 {
  color: #000;
  font-size: 3rem;
}

.contact-div .right {
  width: 50%;
  background-color: #fff;
  box-shadow: 1px 1px 10px #33333333;
  padding: 30px;
  border-radius: 15px;
}
.contact-div .right h4 {
  color: #0c0c0c;
  font-size: 1.7rem;
  font-weight: bold;
  margin-bottom: 0px;
}
.contact-div .right p {
  font-size: 1rem;
  color: #0c0c0cc0;
}

.contact-div .right form {
  margin-top: 20px;
  width: 100%;
}
.contact-div .right form {
  display: flex;
  flex-wrap: wrap;
}
.contact-div .right form div {
  width: calc(100% - 10px);
}
.contact-div .right form input {
  width: 100%;
  height: 50px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-radius: 15px;
  border: 1px solid #33333338;
}
.contact-div .right form input:focus {
  outline: 2px solid #3674b5;
}
.contact-div .right form textarea {
  width: 100%;
  height: 110px;
  margin-bottom: 15px;
  padding-left: 10px;
  border-radius: 15px;
  border: 1px solid #33333338;
  padding-top: 10px;
}
.contact-div .right form textarea:focus {
  outline: 2px solid #3674b5;
}
.contact-div .right .flex-inputs {
  width: 48%;
  margin-right: 9px;
}

.contact-div .right form button {
  width: 100%;
  height: 50px;
  background-color: #3674b5;
  color: #fff;
  border: none;
  border-radius: 15px;
  cursor: pointer;
  font-size: 1rem;
  margin-top: -10px;
  transition: all 0.1s;
}
.contact-div .right form button:hover {
  opacity: 0.9;
}
.contact-div .right .terms-of p {
  color: #0c0c0cb2;
  font-size: 1rem;
  margin-top: 12px;
}
.contact-div .right .terms-of p a {
  color: #3674b5;
  font-weight: bold;
}
.k-active {
  color: #3674b5 !important;
}

footer {
  margin-top: 0px !important;
}
@media only screen and (max-width: 1279px) {
  .contact-div .right .flex-inputs {
    width: 47%;
    margin-right: 9px;
  }
  .contact-div .left h2 {
    font-size: 2.5rem;
  }
  .contact-div .left p {
    font-size: 0.95rem;
    line-height: 25px;
  }
  .contact-div .left a {
    font-size: 0.95rem;
  }
  .contact-div .right h4 {
    font-size: 1.5rem;
  }
  .contact-div .right p {
    font-size: 0.95rem;
  }
  .contact-div .right form input {
    font-size: 0.95rem;
    height: 47px;
  }
  .contact-div .right form textarea {
    height: 110px;
    font-size: 0.95rem;
  }
  .contact-div .right form button {
    height: 47px;
    font-size: 0.95rem;
  }
  .contact-div .right .terms-of p {
    font-size: 0.95rem;
  }
}
@media only screen and (max-width: 1023px) {
  #contactContainer {
    background-color: #fff;
  }

  .contact-div {
    flex-direction: column;
    position: relative;
    top: -35px;
  }
  .contact-div .left {
    margin-right: 0px;
  }
  .contact-div .left,
  .contact-div .right {
    width: 100%;
  }
  .contact-div .right {
    padding: 0px;
    background-color: transparent;
    box-shadow: none;
    margin-top: 30px;
  }
  .contact-div .right .flex-inputs {
    width: 48%;
    margin-right: 14px;
  }
  .contact-div .right .terms-of p {
    font-size: 0.9rem;
  }
}

@media only screen and (max-width: 767px) {
  .contact-div .left h2 {
    font-size: 2rem;
  }
  .contact-div .left p {
    font-size: 0.9rem;
    line-height: 23px;
  }
  .contact-div .left a {
    font-size: 0.9rem;
  }
  .contact-div .right .flex-inputs {
    width: 48%;
    margin-right: 7px;
  }
}
@media only screen and (max-width: 499px) {
  .contact-div .right .flex-inputs {
    width: 47%;
  }
}
