/*
Theme Name: Impreza Child
Template: Impreza
Version: 1.0
Author:	UpSolution
Theme URI: http://impreza.us-themes.com/
Author URI: http://us-themes.com/
*/

/*Add your own styles here:*/

.shadow-img {
box-shadow: 0 4px 6px rgba(0,0,0,0.05), 0 20px 40px rgba(0,0,0,0.09);
}

em {
    color: #EDCAD8 ;
}

.steps {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .step {
    display: flex;
    gap: 2rem;
    padding: 1.4rem 0;
    border-bottom: 1px solid #EDCAD8;
    position: relative;
  }

  .step:last-child {
    border-bottom: none;
  }

  .step-num {
    font-family: inherit;
    font-size: 2.8rem;
    font-weight: 600;
    color: #EDCAD8;
    line-height: 1;
    flex-shrink: 0;
    width: 44px;
    padding-top: 2px;
    transition: color 0.25s;
  }

  .step:hover .step-num {
    color: #C8235A;
  }

  .step-body {
    padding-top: 4px;
  }

  .step-body h4 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2rem;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 0.35rem;
  }

  .step-body p {
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #3A3A3A;
    line-height: 1.75;
  }

.shadow-card {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06)
}

.feature-list {
    list-style: none;
    margin: 0;
    padding: 0;
  }
 
  .feature-list li {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-family: 'DM Sans', sans-serif;
    font-size: 14px;
    font-weight: 300;
    color: #3A3A3A;
    padding: 0.6rem 0;
    border-bottom: 1px solid #EDCAD8;
    line-height: 1.6;
  }
 
  .feature-list li:last-child {
    border-bottom: none;
  }
 
  .feature-dot {
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #C8235A;
    flex-shrink: 0;
    margin-top: 0.45rem;
  }

   .prod-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.2rem;
  }
 
  .prod-card {
    border: 1px solid #EDCAD8;
    border-radius: 12px;
    padding: 1.5rem 1.3rem;
    text-align: center;
    transition: box-shadow 0.25s, transform 0.25s;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  }
 
  .prod-card:hover {
    box-shadow: 0 12px 32px rgba(200, 35, 90, 0.1);
    transform: translateY(-4px);
  }
 
  .prod-icon {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    background: #FBF0F4;
    border: 1px solid #EDCAD8;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    transition: background 0.25s;
    font-size: 18px;
    color: #C8235A;
  }
 
  .prod-card:hover .prod-icon {
    background: #C8235A;
    color: #fff;
  }
 
  .prod-card h4 {
    font-size: 1.1rem;
    font-weight: 600;
    color: #1A1A1A;
    margin-bottom: 0.4rem;
  }
 
  .prod-card p {
    font-size: 12.5px;
    font-weight: 300;
    color: #9E8A90;
    line-height: 1.6;
  }

    .ct-info { display:inline-flex; flex-direction:column; gap:1rem; }

  .ct-info-card { background:#fff; border:1px solid #EDCAD8; border-radius:10px; padding:1.2rem 1.4rem; display:flex; gap:1rem; align-items:flex-start; box-shadow:0 4px 24px rgba(0,0,0,0.06); }
  .ct-info-icon i {color: #C8235A;}
  .ct-info-body strong { display:block; font-size:10.5px; font-weight:500; letter-spacing:0.12em; text-transform:uppercase; color:#9E8A90; margin-bottom:4px; }
  .ct-info-body a:hover { color:#C8235A; }
  .ct-divider { height:1px; background:#EDCAD8; margin:0.5rem 0; }

  .wpcf7-form { display:flex; flex-direction:column; gap:1.1rem; }
 
  .wpcf7-form .form-row {
    display:flex;
    flex-direction:row;
    gap:1rem;
  }

  .wpcf7-form .form-row > label {
    flex:1;
    min-width:0;
  }
 
  @media (max-width:600px) {
    .wpcf7-form .form-row { flex-direction: column; }
  }
 
  .wpcf7-form label {
    display:flex;
    flex-direction:column;
    gap:0.4rem;
    font-size:11.5px;
    font-weight:500;
    color:#9E8A90;
    letter-spacing:0.08em;
    text-transform:uppercase;
  }
 
  .wpcf7-form input[type="text"],
  .wpcf7-form input[type="email"],
  .wpcf7-form textarea {
    width:100%;
    padding:0.75rem 1rem;
    border:1px solid #EDCAD8;
    border-radius:6px;
    font-family:inherit;
    font-size:1em;
    font-weight:300;
    color:#3A3A3A;
    background:#fff;
    outline:none;
    transition:border-color 0.2s;
  }
 
  .wpcf7-form input[type="text"]:focus,
  .wpcf7-form input[type="email"]:focus,
  .wpcf7-form textarea:focus {
    border-color:#C8235A;
  }
 
  .wpcf7-form textarea {
    resize:vertical;
    min-height:120px;
  }

    .ft-contact-item { display:flex; align-items:center; gap:1rem; margin-bottom:0.75rem; }
  .ft-contact-item i { color:#C8235A; }
  .ft-contact-item span, .ft-contact-item a { color:#F2D4DE; text-decoration:none; line-height:1.55; display:block; transition:color 0.2s; }
  .ft-contact-item a:hover { color:#fff; }
  .ct-label { font-size:10.5px !important; font-weight:500 !important; letter-spacing:0.1em; text-transform:uppercase; color:#9E8A90 !important; margin-bottom:2px; }