.about-neutral-bg {
  background: #f6f5ef;
}

.about-soft-bg {
  background: #f4e5d9;
}

.about-soft-gradient-bg {
  background: rgb(244,229,217);
  background: linear-gradient(0deg, rgba(244,229,217,1) 0%, rgba(244,229,217,1) 80%, rgba(246,245,239,1) 100%);
}

.about-banner-text-container {
  z-index: 10;
}

.about-banner-image {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 560px;
  width: auto;
}

.commitment-image {
  height: 32px !important;
  width: auto !important;
}

.left-border {
  border-left: solid 1px #EE6926;
}

.right-border {
  border-right: solid 1px #EE6926;
}

.about-image-logo {
  height: 38px !important;
  width: auto !important;
}

.people-card {
  height: 425px;
  width: 75%;
  background: #ffffff;
  border-radius: 20px;
  position: relative;
  z-index: 10;
}

.people-name {
  font-size: 18px;
}

.people-position {
  font-size: 16px;
}

.people-description {
  font-size: 14px;
}

.about-people-image {
  height: 120px;
  width: 120px;
  position: absolute;
  top: -55px;
  left: 25%;
  right: 25%;
  margin-left: auto;
  margin-right: auto;
}

.about-people-image-mobile {
  height: 140px !important;
  width: 140px !important;
}

.people-separator {
  height: 2px;
  width: 50px;
  background: #EE6926;
  margin-top: 10px;
  margin-bottom: 10px;
}

.people-linkedin-logo {
  height: 24px !important;
  width: 24px !important;
  margin-bottom: 20px;
}

.kepo-image {
  position: absolute;
  bottom: 0;
  right: -55px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 8px;
}

.required::after {
  content: '*';
  color: red;
  margin-left: 2px;
}

input[type="email"],
textarea {
  width: 100%;
  padding: 12px;
  border: none;
  border-radius: 8px;
  background-color: #f3f3f3;
  font-size: 14px;
  color: #666;
}

input[type="email"]::placeholder,
textarea::placeholder {
  color: #999;
  font-style: italic;
}

.submit-button {
  background-color: #000;
  color: white;
  border: none;
  border-radius: 25px;
  padding: 12px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background-color 0.3s;
}

.submit-button:hover {
  background-color: #333;
}

.color-orange {
  color: #EE6926;
}

.fade-image {
  opacity: 1;
  transition: opacity 1s ease-in-out;
}

.fade-out {
  opacity: 0;
}

.ig-redirect-button {
  border: 2px solid white;
  max-width: 150px;
  border-radius: 30px;
}

.ig-redirect-button-mobile {
  max-width: 150px;
  border-radius: 30px;
  background: #EE6926;
  margin-top: 20px;
  min-width: 100%;
}

.commitment-ornament-1 {
  position: absolute;
  height: 85px;
  width: auto;
  top: 70px;
  right: 0;
}

.commitment-ornament-2 {
  position: absolute;
  height: 55px;
  width: auto;
  bottom: 80px;
  left: 0;
}

.people-ornament-1 {
  position: absolute;
  height: 85px;
  width: auto;
  bottom: 80px;
  left: -40px;
}

.people-ornament-2 {
  position: absolute;
  height: 55px;
  width: auto;
  bottom: 180px;
  right: -20px;
}

.ornament-1-mobile {
  position: absolute;
  top: 40px;
  right: 30px;
}

.ornament-2-mobile {
  position: absolute;
  top: 10px;
  left: 20px;
}

.relative {
  position: relative;
}

.swal-modal {
  background-color: #fff;
  border-radius: 20px;
  padding: 20px;
}

.swal-button {
  background-color: #000000;
  color: #ffffff;
  border-radius: 30px;
  padding: 10px 24px;
  font-size: 16px;
  border: none;
}

.swal-button:hover {
  background-color: #000000 !important;
}

.swal-footer {
  text-align: center;
  padding-top: 13px;
  margin-top: 13px;
  padding: 13px 16px;
  border-radius: inherit;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}


/* Custom icon */
.swal-icon--success {
  border-color: #EE6926;
}

.swal-icon--success__line {
  background-color: #EE6926;
}

.swal-icon--success__ring {
  border-color: #EE6926;
}

/* Extra small devices (phones, 600px and down) */
@media only screen and (max-width: 600px) {
  .about-banner-image-mobile {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 100%;
  }

  .about-image-logo {
    height: 30px !important;
    width: auto !important;
  }

  .people-card {
    height: 500px;
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
  }

  .owl-nav-arrow-about {
    width: auto;
    height: 50px;
    background-color: transparent !important;
  }

  .kepo-image-mobile {
    position: absolute;
    bottom: 0;
    right: -30px;
  }
}

/* Small devices (portrait tablets and large phones, 600px and up) */
@media only screen and (min-width: 600px) {
  .about-banner-image-mobile {
    position: absolute;
    top: 0;
    right: 0;
    height: auto;
    width: 100%;
  }

  .about-image-logo {
    height: 30px !important;
    width: auto !important;
  }

  .people-card {
    width: 100%;
    background: #ffffff;
    border-radius: 20px;
    position: relative;
  }

  .owl-nav-arrow-about {
    width: auto;
    height: 50px;
    background-color: transparent !important;
  }

  .kepo-image-mobile {
    position: absolute;
    bottom: 0;
    right: -30px;
  }
}
