/*
Theme Name: duoclieu
Description: This is a child theme for Flatsome Theme
Author: UX Themes
Template: flatsome
Version: 3.0
*/

/*************** ADD CUSTOM CSS HERE.   ***************/


@media only screen and (max-width: 48em) {
/*************** ADD MOBILE ONLY CSS HERE  ***************/


}
.absolute-footer{
    display: none;
}
.box-news > .col-inner{
    background-color: #fff;
    padding: 15px;
    box-shadow: 0px -6px 30px rgb(0 0 0 / 6%);
    border-radius: 15px;
}
.p-0 p{
    margin-bottom: 0;
}

.contact-form-wrapper {
  max-width: 650px;
  margin: 20px auto;
  padding: 30px;
  background: linear-gradient(135deg, #f7fff7 0%, #e8f5e8 100%);
  border-radius: 15px;
  box-shadow: 0 8px 20px rgba(0, 128, 0, 0.1);
  font-family: 'Roboto', sans-serif;
  position: relative;
  overflow: hidden;
}

.contact-form-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: #4a704a;
}

.form-label {
  margin-bottom: 20px;
  position: relative;
}

.form-label input[type="text"],
.form-label input[type="email"],
.form-label input[type="tel"],
.form-label textarea {
  width: 100%;
  padding: 14px;
  border: 1px solid #c2d6c2;
  border-radius: 8px;
  font-size: 16px;
  background-color: #fff;
  transition: all 0.3s ease;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.05);
}

.form-label input:focus,
.form-label textarea:focus {
  border-color: #4a704a;
  box-shadow: 0 0 8px rgba(74, 112, 74, 0.3);
  outline: none;
}

.form-label textarea {
  height: 140px;
  resize: vertical;
}

/* Placeholder animation */
.form-label input::placeholder,
.form-label textarea::placeholder {
  color: #999;
  transition: all 0.3s ease;
}

.form-label input:focus::placeholder,
.form-label textarea:focus::placeholder {
  color: transparent;
}

/* Label effect */
.form-label label {
  position: absolute;
  top: 14px;
  left: 14px;
  font-size: 16px;
  color: #666;
  transition: all 0.3s ease;
  pointer-events: none;
}

.form-label input:focus + label,
.form-label input:not(:placeholder-shown) + label,
.form-label textarea:focus + label,
.form-label textarea:not(:placeholder-shown) + label {
  top: -10px;
  left: 10px;
  font-size: 12px;
  color: #4a704a;
  background: #fff;
  padding: 0 5px;
}

.form-submit input[type="submit"] {
  background: #4a704a;
  color: #fff;
  padding: 14px 30px;
  border: none;
  border-radius: 50px;
  font-size: 16px;
  font-weight: 500;
  cursor: pointer;
  transition: all 0.3s ease;
  display: inline-block;
}

.form-submit input[type="submit"]:hover {
  background: #3a5a3a;
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

.wpcf7-form p {
  margin: 0;
}

/* Responsive design */
@media (max-width: 600px) {
  .contact-form-wrapper {
    padding: 20px;
  }

  .form-submit input[type="submit"] {
    width: 100%;
    text-align: center;
  }
}

.box-center.icon-box{
    margin: auto;
    width: fit-content !important;
}