/*
Theme Name: Flatsome Child
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  ***************/


}
.quote-text{
font-family:'Playfair Display',serif;
font-style:italic;
font-size:28px;
line-height:1.5;
color:#344E41;
}
.custom-review-section{
  max-width:1140px;
  margin:60px auto;
  padding:45px;
  background:#faf8f5;
  border-radius:16px;
}

.review-title{
  font-family:'Playfair Display',serif;
  font-size:36px;
  color:#283618;
  margin-bottom:30px;
}
/*************** form cf7 ***************/
.yeucon-contact-form input,
.yeucon-contact-form textarea{
  width:100%;
  border:1px solid #ddd4c7;
  border-radius:8px;
  padding:14px 16px;
  font-size:15px;
  background:#fffdf9;
}

.yeucon-contact-form .form-row{
  margin-bottom:16px;
}

.yeucon-contact-form .form-row:first-child{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:16px;
}

.yeucon-contact-form textarea{
  min-height:150px;
}

.yeucon-contact-form input[type="submit"]{
  background:#344E41;
  color:#fff;
  border:none;
  border-radius:6px;
  padding:13px 32px;
  font-weight:600;
  text-transform:uppercase;
}

@media(max-width:768px){
  .yeucon-contact-form .form-row:first-child{
    grid-template-columns:1fr;
  }
}
/*************** form cf7 ***************/

.yeucon-confirm-box{
padding:22px;
margin:25px 0;
background:#faf8f5;
border:1px solid #eee;
border-radius:12px;
text-align:center;
}

.yeucon-buttons{
display:flex;
gap:10px;
justify-content:center;
margin-bottom:15px;
flex-wrap:wrap;
}

#paid-btn,#later-btn{
padding:12px 22px;
border:none;
border-radius:8px;
cursor:pointer;
font-weight:600;
}

#paid-btn{
background:#344E41;
color:white;
}

#later-btn{
background:#e8e8e8;
color:#333;
}

#paid-message,#later-message{
margin-top:15px;
line-height:1.8;
}
.yeucon-confirm-box{
  padding:22px;
  margin:25px 0;
  background:#faf8f5;
  border:1px solid #eee1d2;
  border-radius:12px;
  text-align:center;
}

.yeucon-confirm-box p{
  margin-bottom:18px;
  font-weight:600;
}

.yeucon-btn{
  display:inline-block;
  margin:6px;
  padding:13px 26px;
  border-radius:8px;
  font-weight:700;
  text-decoration:none !important;
}

.yeucon-paid{
  background:#344E41;
  color:#fff !important;
}

.yeucon-later{
  background:#e8e8e8;
  color:#333 !important;
  border:1px solid #d0d0d0;
}