/*
*
* Theme Name: KamsMovers
* Version: 1.0.0
* Template: hello-elementor
* Author: Azhar Khan (Macro Digital Media)
*
*/
:root {
    --yellow: #F5C400;
    --dark: #1A1A1A;
    --light-bg: #F7F7F5;
    --white: #ffffff;
    --border: #E0E0E0;
    --text: #555;
    --container: 1200px;
}
.elementor-sticky--active{
    box-shadow: 0 0 10px rgba(0,0,0,.2);
}

/* QUOTE CARD */
  .quote-card { background: var(--white); border-radius: 10px; padding: 28px 26px; box-shadow: 0 20px 60px rgba(0,0,0,.4); }
  .quote-card h2 { font-family: 'Barlow Condensed', sans-serif; font-size: 24px; font-weight: 700; color: var(--dark); text-transform: uppercase; letter-spacing: .5px; margin-bottom: 16px; text-align: center; }
  
  .moving-form .fg { margin-bottom: 11px; }
  .moving-form .fg-label { display: block; font-size: 13px; color: #888; margin-bottom: 4px; }
  .moving-form .fg-date { cursor: pointer; }
  .moving-form .fg-date-label { display: block; cursor: pointer; }
  .moving-form .fg input,
  .moving-form .fg select{ width: 100%; padding: 11px 13px; border: 1.5px solid var(--border); border-radius: 5px; font-family: 'Barlow', sans-serif; font-size: 15px; color: var(--dark); background: #fafafa; outline: none; transition: border .2s; }
  .moving-form .fg input[type="date"] { cursor: pointer; }
  .moving-form .fg input:focus { border-color: var(--yellow); background: #fff; }
  .moving-form .fg input::placeholder { color: #aaa; }
  .moving-form .fg-row { display: grid; grid-template-columns: 1fr 1fr; gap: 10px; }
  .moving-form .btn-yellow { width: 100%; background: var(--yellow); color: var(--dark); border: none; padding: 13px; border-radius: 5px; font-family: 'Barlow Condensed', sans-serif; font-size: 18px; font-weight: 700; text-transform: uppercase; letter-spacing: .8px; cursor: pointer; margin-top: 4px; transition: background .2s, transform .1s; }
  .moving-form .btn-yellow:hover { background: #dba900; transform: translateY(-1px); }
  .moving-form .quote-stars { margin-top: 11px; text-align: center; color: var(--yellow); font-size: 14px; }
  .moving-form .quote-stars small { color: #888; font-size: 13px; }