/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/
.wpcf7 fieldset.hidden-fields-container{
    display: none !important;
}
.contact-form-modern{
    width:100%;
}
.cf7-submit input:hover {
    color: #fff;
    background: #084fc7;
}
.contact-form-modern label{
    display:block;
    font-size:14px;
    font-weight:600;
    color:#222;
    margin-bottom:8px;
}

.cf7-row{
    display:flex;
    gap:20px;
    margin-bottom:20px;
}

.cf7-col{
    flex:1;
}

.contact-form-modern input,
.contact-form-modern textarea{
    width:100%;
    border:1px solid #ddd;
    border-radius:8px;
    padding:14px 16px;
    font-size:15px;
    transition:.3s;
    background:#fff;
}

.contact-form-modern textarea{
    min-height:180px;
    resize:vertical;
}

.contact-form-modern input:focus,
.contact-form-modern textarea:focus{
    border-color:#0d6efd;
    outline:none;
    box-shadow:0 0 0 3px rgba(13,110,253,.12);
}

.cf7-submit{
    margin-top:25px;
}

.cf7-submit input{
    background:#0d6efd;
    color:#fff;
    border:none;
    padding:15px 40px;
    border-radius:8px;
    font-size:15px;
    font-weight:600;
    cursor:pointer;
    transition:.3s;
}

.cf7-submit input:hover{
    background:#084fc7;
}

@media(max-width:767px){

.cf7-row{
    display:block;
}

.cf7-col{
    margin-bottom:20px;
}

.cf7-submit input{
    width:100%;
}

}
/*--------------*/
.fep-features {
  padding: 0 20px;
}

.fep-features .fep-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
  max-width: 1400px;
  margin: 0 auto;
}

.fep-features .fep-card {
  background: #ffffff;
  border: 1px solid #e8ecf3;
  border-radius: 14px;
  padding: 32px 24px;
  text-align: center;
  transition: box-shadow 0.25s ease, transform 0.25s ease;
}

.fep-features .fep-card:hover {
  box-shadow: 0 10px 25px rgba(30, 42, 90, 0.08);
  transform: translateY(-4px);
}

.fep-features .fep-icon-wrap {
  width: 68px;
  height: 68px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  background: #eaf1ff;
  color: #2f6bff;
}

.fep-features .fep-title {
  font-size: 19px;
  font-weight: 700;
  color: #131a3d;
  margin: 0 0 12px;
}

.fep-features .fep-desc {
  font-size: 14.5px;
  line-height: 1.6;
  color: #5c6478;
  margin: 0 0 20px;
}

.fep-features .fep-divider {
  border-top: 1px dashed #dde3ee;
  margin-bottom: 18px;
}

.fep-features .fep-tag {
  font-size: 14px;
  font-weight: 600;
  color: #2f6bff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
}

.fep-features .fep-tag i {
  color: #2f6bff;
  font-size: 16px;
}

/* Tablet */
@media (max-width: 991px) {
  .fep-features .fep-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

/* Mobile */
@media (max-width: 576px) {
  .fep-features .fep-grid {
    grid-template-columns: 1fr;
  }
  .fep-features {
    padding: 0 10px;
}
}
.fep-how-it-works {
  padding: 10px 20px;
  /*background: linear-gradient(180deg, #eef2fb 0%, #e9eef8 100%);*/
}

/* Steps row */
.fep-how-it-works .fep-hiw-steps {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  gap: 0;
  max-width: 1400px;
  margin: 0 auto 40px;
}

.fep-how-it-works .fep-hiw-step {
  background: #ffffff;
  border-radius: 16px;
  padding: 32px 22px;
  text-align: center;
  flex: 1;
  min-width: 0;
  box-shadow: 0 4px 14px rgba(30, 42, 90, 0.06);
}

.fep-how-it-works .fep-hiw-icon-wrap {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  background: #e9f0ff;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  font-size: 34px;
  color: #2f6bff;
}

.fep-how-it-works .fep-hiw-number {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #2f6bff;
  color: #ffffff;
  font-weight: 700;
  font-size: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 16px;
}

.fep-how-it-works .fep-hiw-step-title {
  font-size: 19px;
  font-weight: 700;
  color: #131a3d;
  margin: 0 0 10px;
}

.fep-how-it-works .fep-hiw-step-desc {
  font-size: 14px;
  line-height: 1.6;
  color: #5c6478;
  margin: 0;
}

/* Arrows between steps */
.fep-how-it-works .fep-hiw-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #2f6bff;
  font-size: 16px;
  padding-top: 60px;
  width: 40px;
  flex-shrink: 0;
}

/* CTA banner */
.fep-how-it-works .fep-hiw-cta {
  max-width: 1400px;
  margin: 0 auto;
  background: linear-gradient(120deg, #2352d9 0%, #2f6bff 60%, #3f7dff 100%);
  border-radius: 18px;
  padding: 40px 48px;
  display: flex;
  align-items: center;
  gap: 32px;
  position: relative;
  overflow: hidden;
}

.fep-how-it-works .fep-hiw-cta-icon {
  font-size: 64px;
  color: rgba(255, 255, 255, 0.25);
  flex-shrink: 0;
}

.fep-how-it-works .fep-hiw-cta-text {
  flex: 1;
}

.fep-how-it-works .fep-hiw-cta-text h3 {
  font-size: 26px;
  font-weight: 700;
  color: #ffffff;
  margin: 0 0 8px;
}

.fep-how-it-works .fep-hiw-cta-text p {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
}

.fep-how-it-works .fep-hiw-cta-btn {
  background: #ffffff;
  color: #2f6bff;
  font-weight: 700;
  font-size: 15px;
  padding: 14px 26px;
  border-radius: 30px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  white-space: nowrap;
  transition: transform 0.2s ease;
}

.fep-how-it-works .fep-hiw-cta-btn:hover {
  transform: translateY(-2px);
}

/* Tablet */
@media (max-width: 991px) {
  .fep-how-it-works .fep-hiw-steps {
    flex-wrap: wrap;
  }

  .fep-how-it-works .fep-hiw-step {
    flex: 1 1 calc(50% - 20px);
    min-width: 220px;
  }

  .fep-how-it-works .fep-hiw-arrow {
    display: none;
  }

  .fep-how-it-works .fep-hiw-cta {
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
  }

  .fep-how-it-works .fep-hiw-cta-text {
    flex: 1 1 100%;
  }
}

/* Mobile */
@media (max-width: 576px) {
  .fep-how-it-works .fep-hiw-steps {
    flex-direction: column;
    gap: 20px;
  }

  .fep-how-it-works .fep-hiw-step {
    flex: 1 1 100%;
  }

  .fep-how-it-works .fep-hiw-cta {
    padding: 32px 24px;
  }

  .fep-how-it-works .fep-hiw-cta-icon {
    display: none;
  }
}
.fep-testimonials {
  padding: 10px 20px;
}

/* Rating bar */
.fep-testimonials .fep-tm-rating {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  margin-bottom: 40px;
}

.fep-testimonials .fep-tm-stars-box {
  display: flex;
  gap: 3px;
}

.fep-testimonials .fep-tm-stars-box i {
  background: #00b67a;
  color: #ffffff;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  border-radius: 3px;
}

.fep-testimonials .fep-tm-rating-text {
  font-size: 15px;
  color: #131a3d;
  font-weight: 500;
}

.fep-testimonials .fep-tm-divider {
  width: 1px;
  height: 18px;
  background: #d5dae3;
}

.fep-testimonials .fep-tm-trustpilot {
  font-size: 15px;
  font-weight: 700;
  color: #131a3d;
  display: flex;
  align-items: center;
  gap: 6px;
}

.fep-testimonials .fep-tm-trustpilot i {
  color: #00b67a;
}

/* Slider wrap */
.fep-testimonials .fep-tm-slider-wrap {
  display: flex;
  align-items: center;
  gap: 16px;
  max-width: 1400px;
  margin: 0 auto;
}

.fep-testimonials .fep-tm-track-viewport {
  overflow: hidden;
  flex: 1;
}

.fep-testimonials .fep-tm-track {
  display: flex;
  gap: 24px;
  transition: transform 0.4s ease;
}

/* Card */
.fep-testimonials .fep-tm-card {
  background: #ffffff;
  border: 1px solid #e8ecf3;
  border-radius: 14px;
  padding: 26px;
  flex: 0 0 calc(25% - 18px);
  box-shadow: 0 4px 14px rgba(30, 42, 90, 0.05);
}

.fep-testimonials .fep-tm-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}

.fep-testimonials .fep-tm-stars {
  color: #ffb400;
  font-size: 14px;
  display: flex;
  gap: 2px;
}

.fep-testimonials .fep-tm-verified {
  font-size: 12.5px;
  color: #1f9d55;
  display: flex;
  align-items: center;
  gap: 5px;
  font-weight: 500;
}

.fep-testimonials .fep-tm-title {
  font-size: 17px;
  font-weight: 700;
  color: #131a3d;
  margin: 0 0 10px;
  line-height: 1.35;
}

.fep-testimonials .fep-tm-text {
  font-size: 14px;
  line-height: 1.6;
  color: #5c6478;
  margin: 0 0 18px;
}

.fep-testimonials .fep-tm-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  font-weight: 600;
  padding: 6px 14px;
  border-radius: 20px;
  margin-bottom: 20px;
}

.fep-testimonials .fep-tag-green { background: #e4f7ec; color: #1f9d55; }
.fep-testimonials .fep-tag-blue { background: #e8f1ff; color: #2f6bff; }
.fep-testimonials .fep-tag-orange { background: #fdefe3; color: #e07b25; }
.fep-testimonials .fep-tag-purple { background: #f1eafd; color: #7b3fe4; }

.fep-testimonials .fep-tm-divider-line {
  border-top: 1px solid #eef1f6;
  margin-bottom: 16px;
}

.fep-testimonials .fep-tm-name {
  font-size: 15px;
  font-weight: 700;
  color: #131a3d;
  display: flex;
  align-items: center;
  gap: 6px;
}

.fep-testimonials .fep-tm-badge-icon {
  color: #2f6bff;
  font-size: 13px;
}

.fep-testimonials .fep-tm-role {
  font-size: 13px;
  color: #5c6478;
  margin-top: 2px;
}

.fep-testimonials .fep-tm-date {
  font-size: 12.5px;
  color: #9aa1b0;
  margin-top: 2px;
}

/* Arrows */
.fep-testimonials .fep-tm-arrow {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid #e0e5ee;
  background: #ffffff;
  color: #2f6bff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  font-size: 14px;
  transition: background 0.2s ease;
}

.fep-testimonials .fep-tm-arrow:hover {
  background: #eaf1ff;
}

/* Dots (mobile only) */
.fep-testimonials .fep-tm-dots {
  display: none;
  justify-content: center;
  gap: 8px;
  margin-top: 20px;
}

.fep-testimonials .fep-tm-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #d5dae3;
  cursor: pointer;
}

.fep-testimonials .fep-tm-dot.active {
  background: #2f6bff;
}

/* Tablet */
@media (max-width: 991px) {
  .fep-testimonials .fep-tm-card {
    flex: 0 0 calc(50% - 12px);
  }
}

@media (max-width: 576px) {
  .fep-testimonials .fep-tm-card {
    flex: 0 0 100%;
  }

  .fep-testimonials .fep-tm-arrow {
    display: none;
  }

  .fep-testimonials .fep-tm-dots {
    display: flex;
  }

  .fep-testimonials .fep-tm-rating {
    gap: 10px;
  }
}