.container-box-card {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  text-align: center;
  align-items: center;
  gap: 0px;
}

.office {
  background-color: #2E1940;
  padding: 40px 20px;
  flex: 1;

  color: white;
}

.office h2 {
  line-height: 39px !important;
  text-transform: capitalize !important;
  margin-bottom: 15px !important;
  font-size: 30px !important;
  text-align: center !important;
  color: #ffffff !important;
  line-height: 1.35em !important;
  font-weight: 500 !important;
}

.office p {
  color: #bc99ff !important;
  font-weight: 500 !important;
  margin-bottom: 5px !important;
  line-height: 1.35em !important;
  font-size: 18px !important;
}

.center-info {
  background-color: #f0a8ff;
  padding: 30px 20px;
  flex: 1;
  min-width: 295px;
  max-width: 350px;
  color: black;
}

.info-block {
  display: flex;
  border-bottom: 1px solid #000;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.center-info h2 {
  text-align: center !important;
  font-size: 24px !important;
  margin-bottom: 8px !important;
  text-transform: capitalize !important;
  color: black !important;
  border: none !important;
  font-size: 32px !important;

  line-height: 1.35em !important;
  font-weight: 500 !important;
}

.info-block p {
  color: black !important;
  font-weight: 500 !important;
  margin-bottom: 5px !important;
  line-height: 1.35em !important;
  font-size: 16px !important;
  text-align: left;
  margin: 0px;
  margin-left: 15px;
}

.info-block h4 {
  font-size: 32px !important;
  width: 45%;

  line-height: 1.35em !important;
  font-weight: 600 !important;
  font-size: 16px !important;
  text-align: left;
  /* margin-left: 15px; */
  margin: 0px;
  text-decoration: underline;
}

.info-block.last {
  border-bottom: none;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 0px;
}


.contact-box {
background-color: #2E1940;
  padding: 40px;
  max-width: 1000px;
  width: 100%;
}

.left-section h2 {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 10px;
}

.container-form .contact-box .left-section {
  display: flex;
  align-items: center;
  margin-bottom: 20px;

}

.container-form .contact-box .right-section {
  display: flex;
  gap: 15px;
}

.input-row {
  display: flex;
  gap: 15px;
}

.container-form .contact-box .right-section .btn-sec {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.input-row input,
.full-width,
textarea {
  background: #444;
  border: 1px solid white;
  color: white;
  padding: 10px;
  /* height: 22px; */
  margin-bottom: 20px;
}

#about-us .main-content .inner-content p {
  font-size: 16px;
  line-height: 21px;
  font-weight: 200;
  width: 100%;
  color: white;
}

#about-us .main-content .inner-content h2 {

  text-align: center;
  font-size: 30px;
  font-weight: 100;
  text-align: left;
  margin: 0;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  width: 100%;
}

.full-width {
  width: 95%;
}

textarea {
  height: 72px;
  resize: none;
}

button {
  background-color: #8500FF;
  color: white;
  border: none;
  padding: 11px;
  font-weight: bold;
  cursor: pointer;
  transition: 0.3s;
  /* border-radius: 4px; */
}

button:hover {
  background-color:#8400ff8f;
}

.container-form {
  display: flex;
  padding: 90px 0px;
  width: 100%;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .container-box-card {
    margin-top: 80px;
    display: flex;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    align-items: center;
    gap: 0px;
  }

  .container-form .contact-box .right-section {
    display: flex;
    gap: 15px;
    flex-direction: column;
  }

  .center-info {
    background-color: #f0a8ff;
    padding: 30px 20px;
    flex: 1;
    min-width: auto;
    max-width: 100%;
    color: black;
  }

  .container-form .contact-box .left-section {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-bottom: 20px;
  }

  #about-us .main-content .inner-content h2 {
    text-align: center !important;

  }

  .input-row {
    display: flex;
    gap: 0px;
    flex-direction: column;
  }

  .container-form .contact-box .right-section {
    display: flex;
    gap: 0;
    flex-direction: column;
  }

  .full-width {
    width: auto;
  }
}

@media screen and (max-width: 400px) {
  .full-width {
    width: 90%;
  }
}

@media screen and (min-width: 1400px) and (max-width: 1920px) {
  .contact-box {

    padding: 40px;
    max-width: 100%;
    width: 100%;
  }

  .container-form .contact-box .right-section .btn-sec {
    display: flex;
    flex-direction: column;
    width: 50%;
  }

  .form-left {
    width: 50%;
  }

  input {
    width: 45%;
  }

  input.full-width {
    width: 96%;
  }
}