/* GANTRY5 DEVELOPMENT MODE ENABLED.
 *
 * WARNING: This file is automatically generated by Gantry5. Any modifications to this file will be lost!
 *
 * For more information on modifying CSS, please read:
 *
 * http://docs.gantry.org/gantry5/configure/styles
 * http://docs.gantry.org/gantry5/tutorials/adding-a-custom-style-sheet
 */

@charset "UTF-8";
h1, h2, h3, h4 {
  font-weight: 600;
}
#g-showcase {
  padding-top: 3.5rem;
  background-color: #000000;
}
#g-feature {
  padding: 0.5rem 0;
  background-color: #ffffff;
  background-image: url('../../../../images/crete.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
}
/* ===== Wild West Mobile Repair – Primary CTA Button ===== */
.wwmr-btn-primary {
  display: inline-block;
  padding: 14px 28px;
  background-color: #FFCC00;
  /* Engine Yellow */
  color: #000000;
  /* Jet Black text */
  font-weight: 700;
  font-size: 1rem;
  border-radius: 6px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid #FFCC00;
  transition: all 0.25s ease;
  border-color: #b3b3b3;
}
.wwmr-btn-primary:hover {
  background-color: #000;
  /* Electric Blue pop on hover */
  border-color: #b3b3b3;
  color: #b3b3b3;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}
.wwmr-btn-primary:active {
  transform: translateY(0);
  box-shadow: none;
}
/* ===== Wild West Mobile Repair – Electric Blue Button Override ===== */
.button {
  display: inline-block;
  padding: 14px 28px;
  background-color: #00BFFF !important;
  /* Electric Blue */
  color: #000000 !important;
  /* Jet Black text */
  font-weight: 700;
  font-size: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 6px;
  border: 2px solid #00BFFF !important;
  transition: all 0.25s ease;
  cursor: pointer;
}
.button:hover, .button:focus {
  background-color: #FFCC00 !important;
  /* Engine Yellow on hover */
  border-color: #FFCC00 !important;
  color: #000000 !important;
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}
.button:active {
  transform: translateY(0);
  box-shadow: none;
}
/* ===== Wild West Mobile Repair – Feature Section Headings (Branded) ===== */
#g-feature h1, #g-feature h2, #g-feature h3, #g-feature h4, #g-feature h5, #g-feature h6 {
  color: #FFCC00;
  /* ENGINE YELLOW for text */
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  margin-bottom: 14px;
  line-height: 1.2;
}
/* H1 = BIG + Electric Blue accent bar */
#g-feature h1 {
  font-size: 2.4rem;
  border-left: 8px solid #00BFFF;
  /* ELECTRIC BLUE */
  padding-left: 14px;
}
/* ===== Wild West Mobile Repair – Feature Section H2 (Pop Version) ===== */
#g-feature h2 {
  font-size: 2rem;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  /* Text Color */
  color: #000000;
  /* Jet Black for contrast */
  /* Accent Bar */
  padding-left: 14px;
  /* Drop Shadow for Pop */
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.35);
  /* subtle, clean, modern shadow */
  /* Spacing */
  margin-bottom: 14px;
  line-height: 1.2;
}
/* H3 = Steel Gray bar */
#g-feature h3 {
  font-size: 1.6rem;
  border-left: 5px solid #B3B3B3;
  /* STEEL GRAY */
  padding-left: 10px;
  color: #FFCC00;
  /* stays branded yellow for pop */
}
/* H4–H6 = subtle Gunmetal Gray accents */
#g-feature h4, #g-feature h5, #g-feature h6 {
  font-size: 1.4rem;
  border-left: 4px solid #3A3A3A;
  /* GUNMETAL GRAY */
  padding-left: 8px;
  color: #00BFFF;
  /* ELECTRIC BLUE for secondary headers */
}
/* Strong text inside feature area */
#g-feature strong {
  color: #FFCC00;
  /* Engine Yellow emphasis */
}
#g-header > .g-grid {
  padding-top: 6px;
  padding-bottom: 6px;
  padding-left: 30px;
  padding-right: 30px;
}
/* ===== Wild West Mobile Repair – Enhanced Footer ===== */
#g-footer {
  padding: 3.5rem 0;
  background: linear-gradient(180deg, #3A3A3A 0%, #000000 100%);
  /* Gunmetal → Jet Black */
  color: #B3B3B3;
  /* Steel Gray text */
  border-top: 4px solid #FFCC00;
  /* Engine Yellow accent line */
  position: relative;
}
/* subtle light glow behind content */
#g-footer:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 12px;
  background: rgba(0, 191, 255, 0.12);
  /* Electric Blue glow */
  pointer-events: none;
}
/* Footer headings */
#g-footer h1, #g-footer h2, #g-footer h3, #g-footer h4, #g-footer h5, #g-footer h6 {
  color: #FFCC00;
  /* Engine Yellow pops hard */
  text-transform: uppercase;
  font-weight: 800;
  margin-bottom: 1rem;
  letter-spacing: 0.5px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.6);
}
/* Footer links */
#g-footer a {
  color: #00BFFF;
  /* Electric Blue */
  font-weight: 600;
  transition: 0.25s ease;
}
#g-footer a:hover {
  color: #FFCC00;
  /* Yellow hover */
  text-shadow: 0 0 6px rgba(255, 204, 0, 0.45);
}
/* Lighter subtext */
#g-footer small, #g-footer p {
  color: #B3B3B3;
}
/* ===== Wild West Mobile Repair – Copyright Bar ===== */
#g-copyright {
  padding: 10px 0;
  background-color: #000000;
  /* Jet Black */
  border-top: 2px solid #3A3A3A;
  /* Gunmetal Gray border */
  color: #B3B3B3;
  /* Steel Gray text */
  font-size: 0.9rem;
  letter-spacing: 0.3px;
  text-align: center;
}
/* Optional subtle accent (not flashy) */
#g-copyright a {
  color: #00BFFF;
  /* Electric Blue link */
  text-decoration: none;
  transition: 0.2s ease;
}
#g-copyright a:hover {
  color: #FFCC00;
  /* Engine Yellow hover */
}
/* ===== Wild West Mobile Repair – Subfeature Section ===== */
#g-subfeature {
  padding: 3.5rem 0;
  background-color: #000000 !important;
  /* Gunmetal Gray */
  color: #FFFFFF;
}
/* ===== Wild West Mobile Repair – Subfeature Section ===== */
#g-utility {
  padding: 3.5rem 0;
  background-color: #3a3a3a !important;
  /* Gunmetal Gray */
  color: #FFFFFF;
}
/* ===== Wild West Mobile Repair – Services Page Styles ===== */
.wwmr-services-page {
  padding: 2rem 0;
  color: #000000;
  /* Jet Black */
}
.wwmr-services-title {
  font-size: 2.4rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFCC00;
  /* Engine Yellow */
  border-left: 6px solid #00BFFF;
  /* Electric Blue accent */
  padding-left: 14px;
  margin-bottom: 1.5rem;
}
.wwmr-services-intro {
  font-size: 1.15rem;
  color: #3A3A3A;
  /* Gunmetal */
  margin-bottom: 2rem;
  line-height: 1.6;
}
.wwmr-services-img-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.wwmr-services-img-wrap img {
  width: 100%;
  max-width: 480px;
  border-radius: 6px;
  border: 3px solid #B3B3B3;
  /* Steel Gray frame */
}
.wwmr-services-img-wrap img {
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
.wwmr-services-img-wrap img:hover {
  transform: scale(1.05) translateY(-4px);
  box-shadow: 0 14px 26px rgba(0, 0, 0, 0.35);
}
/* Section Title */
.wwmr-section-title {
  font-size: 1.9rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #00BFFF;
  /* Electric Blue */
  border-left: 5px solid #FFCC00;
  padding-left: 12px;
  margin-bottom: 1.2rem;
}
/* Service List */
.wwmr-services-list {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  columns: 2;
  /* nice two-column layout */
}
.wwmr-services-list li {
  padding: 6px 0;
  font-size: 1.1rem;
  border-bottom: 1px solid #B3B3B3;
  color: #000000;
}
/* Sales Call-To-Action */
.wwmr-sales-cta {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background-color: #3A3A3A;
  /* Gunmetal */
  color: #FFFFFF;
  border-left: 6px solid #FFCC00;
  border-radius: 6px;
}
.wwmr-sales-cta a {
  color: #00BFFF;
  font-weight: 700;
}
.wwmr-cta-btn {
  margin-top: 1rem;
  display: inline-block;
  background-color: #00BFFF !important;
  border: 2px solid #00BFFF !important;
  padding: 12px 28px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000000 !important;
  border-radius: 6px;
  transition: 0.25s ease;
}
.wwmr-cta-btn:hover {
  background-color: #FFCC00 !important;
  border-color: #FFCC00 !important;
  transform: translateY(-2px);
}
/* ===== Wild West Mobile Repair – Vehicles & Equipment Page ===== */
.wwmr-ve-page {
  padding: 2rem 0;
  color: #000000;
  /* Jet Black */
}
.wwmr-ve-title {
  font-size: 2.4rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #00BFFF;
  /* Electric Blue */
  border-left: 6px solid #FFCC00;
  /* Engine Yellow */
  padding-left: 14px;
  margin-bottom: 1.5rem;
}
.wwmr-ve-intro {
  font-size: 1.15rem;
  line-height: 1.6;
  color: #3A3A3A;
  /* Gunmetal Gray */
  margin-bottom: 2rem;
}
/* Image Layout */
.wwmr-ve-img-wrap {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  margin-bottom: 2.5rem;
}
.wwmr-ve-img-wrap img {
  width: 100%;
  max-width: 360px;
  /* for the two small images */
  border-radius: 6px;
  border: 3px solid #B3B3B3;
  /* Steel Gray */
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
/* Larger image auto scales */
.wwmr-ve-img-wrap img:nth-child(3) {
  max-width: 360px;
  height: auto;
}
/* Hover motion */
.wwmr-ve-img-wrap img:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}
/* Section Title */
.wwmr-ve-section-title {
  font-size: 1.9rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #FFCC00;
  /* Engine Yellow */
  border-left: 5px solid #00BFFF;
  /* Electric Blue */
  padding-left: 12px;
  margin-bottom: 1.2rem;
}
/* List */
.wwmr-ve-list {
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0;
  columns: 2;
  column-gap: 40px;
}
.wwmr-ve-list li {
  padding: 6px 0;
  font-size: 1.1rem;
  color: #000000;
  border-bottom: 1px solid #B3B3B3;
}
/* Bottom Sales Note */
.wwmr-ve-sales-note {
  margin-top: 2rem;
  font-size: 1.15rem;
  color: #3A3A3A;
}
.wwmr-ve-sales-note a {
  color: #00BFFF;
  font-weight: 700;
  text-decoration: none;
}
.wwmr-ve-sales-note a:hover {
  color: #FFCC00;
}
/* ---- FIXED: No distortion ---- */
.wwmr-ve-img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  border-radius: 6px;
  border: 3px solid #B3B3B3;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  object-fit: contain;
  /* prevents distortion */
}
/* optional: set a max-height so tall image doesn't dominate */
.wwmr-ve-img-wrap img {
  max-height: 320px;
}
/* ===== Wild West Mobile Repair – Fancy Structured About Us ===== */
.wwmr-about-wrap {
  padding: 2rem 0;
  color: #000000;
}
/* Header */
.wwmr-about-header h1 {
  font-size: 2.6rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFCC00;
  /* Engine Yellow */
  border-left: 8px solid #00BFFF;
  /* Electric Blue */
  padding-left: 16px;
  margin-bottom: 0.5rem;
}
.wwmr-about-subtitle {
  font-size: 1.2rem;
  color: #3A3A3A;
  margin-bottom: 2rem;
}
/* Section Blocks */
.wwmr-about-section {
  margin-bottom: 2rem;
  font-size: 1.15rem;
  line-height: 1.65;
  color: #000000;
}
/* Highlight / Mission Block */
.wwmr-about-highlight {
  background-color: #3A3A3A;
  /* Gunmetal */
  color: #FFFFFF;
  padding: 1.75rem;
  border-left: 8px solid #FFCC00;
  /* Engine Yellow */
  border-radius: 6px;
  margin: 2rem 0;
}
.wwmr-about-highlight h3 {
  margin-top: 0;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  color: #00BFFF;
  /* Electric Blue */
  margin-bottom: 0.75rem;
}
/* Sales Contact */
.wwmr-about-sales-note {
  margin-top: 2rem;
  font-size: 1.15rem;
  color: #3A3A3A;
}
.wwmr-about-sales-note a {
  color: #00BFFF;
  font-weight: 700;
  text-decoration: none;
}
.wwmr-about-sales-note a:hover {
  color: #FFCC00;
}
/* ===================================================
   Wild West Mobile Repair – Contact Page Styles
   =================================================== */
.wwmr-contact-page {
  padding: 2rem 0;
  color: #000000;
  /* Jet Black */
}
/* Title */
.wwmr-contact-title {
  font-size: 2.4rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFCC00;
  /* Engine Yellow */
  border-left: 8px solid #00BFFF;
  /* Electric Blue */
  padding-left: 16px;
  margin-bottom: 1.5rem;
}
.wwmr-contact-intro {
  font-size: 1.2rem;
  color: #3A3A3A;
  /* Gunmetal */
  line-height: 1.6;
  margin-bottom: 2.5rem;
}
/* Location Blocks */
.wwmr-location-block {
  margin-bottom: 3rem;
  padding-bottom: 2.5rem;
  border-bottom: 2px solid #B3B3B3;
  /* Steel Gray divider */
}
/* Location Headings */
.wwmr-location-info h2 {
  font-size: 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #00BFFF;
  /* Electric Blue */
  border-left: 6px solid #FFCC00;
  /* Engine Yellow accent */
  padding-left: 12px;
  margin-bottom: 1rem;
}
/* Location Text */
.wwmr-location-info p {
  font-size: 1.1rem;
  line-height: 1.5;
  color: #000000;
}
.wwmr-location-info a {
  color: #00BFFF;
  font-weight: 700;
}
.wwmr-location-info a:hover {
  color: #FFCC00;
}
/* Location Images */
.wwmr-location-image img {
  width: 100%;
  max-width: 480px;
  border-radius: 6px;
  border: 3px solid #B3B3B3;
  margin: 1rem 0;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
/* Hover movement */
.wwmr-location-image img:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}
/* Maps */
.wwmr-location-map {
  margin-top: 1rem;
  border-radius: 6px;
  overflow: hidden;
}
/* Extra Contacts */
.wwmr-extra-contacts {
  margin-top: 2.5rem;
  padding: 1.5rem;
  background-color: #fff;
  /* Gunmetal */
  color: #000;
  border-left: 6px solid #00BFFF;
  border-radius: 6px;
  font-size: 1.1rem;
}
.wwmr-extra-contacts a {
  color: #FFCC00;
  font-weight: 700;
}
.wwmr-extra-contacts a:hover {
  color: #FFFFFF;
}
/* ===================================================
   Wild West Mobile Repair – Blog Article Styling
   =================================================== */
.wwmr-blog-article {
  padding: 2rem 0;
  color: #000000;
}
/* Title */
.wwmr-blog-title {
  font-size: 2.3rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFCC00;
  /* Engine Yellow */
  border-left: 8px solid #00BFFF;
  padding-left: 16px;
  margin-bottom: 0.8rem;
}
/* Subtitle */
.wwmr-blog-subtitle {
  font-size: 1.2rem;
  color: #3A3A3A;
  margin-bottom: 2rem;
}
/* Images */
.wwmr-blog-image img {
  width: 100%;
  max-width: 850px;
  border-radius: 6px;
  border: 3px solid #B3B3B3;
  margin: 1.5rem 0;
  display: block;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
}
/* Hover motion */
.wwmr-blog-image img:hover {
  transform: translateY(-6px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.35);
}
/* Highlight box */
.wwmr-blog-highlight {
  background-color: #b3b3b3;
  /* Gunmetal */
  color: #FFFFFF;
  padding: 1.75rem;
  margin: 2.5rem 0;
  border-left: 8px solid #FFCC00;
  /* Engine Yellow */
  border-radius: 6px;
}
.wwmr-blog-highlight h3 {
  color: #00BFFF;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 700;
  margin-top: 0;
  margin-bottom: 0.75rem;
}
/* Section Titles */
.wwmr-blog-section-title {
  font-size: 1.8rem;
  text-transform: uppercase;
  font-weight: 700;
  color: #00BFFF;
  border-left: 6px solid #FFCC00;
  padding-left: 12px;
  margin-bottom: 1rem;
}
/* Paragraph Sections */
.wwmr-blog-section {
  margin-bottom: 2rem;
  font-size: 1.15rem;
  line-height: 1.65;
}
.wwmr-blog-section a {
  color: #00BFFF;
  font-weight: 700;
}
.wwmr-blog-section a:hover {
  color: #FFCC00;
}
/* ============================================================
   Wild West Mobile Repair – Schedule Service Styling
   Targeting Convert Form ID #cf7 (the actual form wrapper)
   ============================================================ */
#cf7 {
  background: #ffffff;
  padding: 2rem;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
/* Title */
#cf7 .cf-title {
  font-size: 1.8rem;
  font-weight: 800;
  text-transform: uppercase;
  color: #FFCC00;
  border-left: 6px solid #00BFFF;
  padding-left: 14px;
  margin-bottom: 1.2rem;
}
/* Labels */
#cf7 .cf-label {
  font-weight: 700;
  color: #29314e;
  font-size: 0.95rem;
  margin-bottom: 4px;
}
/* Inputs, selects, textareas */
#cf7 input[type="text"], #cf7 input[type="email"], #cf7 input[type="tel"], #cf7 select, #cf7 textarea {
  width: 100% !important;
  padding: 10px 12px !important;
  font-size: 1rem;
  border: 1px solid #b3b3b3;
  border-radius: 6px;
  background: #ffffff;
  color: #000000;
  transition: border 0.25s ease, box-shadow 0.25s ease;
}
#cf7 input:focus, #cf7 select:focus, #cf7 textarea:focus {
  border-color: #00BFFF;
  box-shadow: 0 0 6px rgba(0, 191, 255, 0.35);
  outline: none;
}
/* Textarea height */
#cf7 textarea {
  min-height: 120px;
}
/* Checkbox / radio lists */
#cf7 .cf-field-checkbox ul, #cf7 .cf-field-radio ul {
  list-style: none;
  padding-left: 0 !important;
}
#cf7 input[type="checkbox"], #cf7 input[type="radio"] {
  accent-color: #00BFFF;
  transform: scale(1.15);
  margin-right: 6px;
}
/* Field spacing */
#cf7 .cf-field {
  margin-bottom: 1.4rem;
}
/* File upload */
#cf7 input[type="file"] {
  padding: 6px !important;
  background: #f7f7f7;
  border: 1px solid #b3b3b3;
}
/* Submit button */
#cf7 button.cf-btn, #cf7 input[type="submit"] {
  background: #00BFFF;
  color: #ffffff;
  padding: 12px 22px;
  font-size: 1.15rem;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: background 0.25s ease, box-shadow 0.25s ease;
  width: 100%;
  margin-top: 1.2rem;
}
#cf7 button.cf-btn:hover, #cf7 input[type="submit"]:hover {
  background: #0090cc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
/* Half-width fields */
#cf7 .cf-one-half {
  width: 48% !important;
}
#cf7 .cf-one-half:nth-child(odd) {
  margin-right: 4%;
}
/* Mobile fixes */
@media (max-width: 768px) {
  #cf7 .cf-one-half {
    width: 100% !important;
    margin-right: 0 !important;
  }
}
/* ============================================================
   Full-Width Background + Centered 1200px Form (CF7)
   Wild West Mobile Repair – Schedule Service
   ============================================================ */
/* Make the outer section full-screen width */
#cf7 {
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block;
}
/* Create a full-width background */
#cf7 .cf-container {
  width: 100% !important;
  max-width: 1200px !important;
  /* Centered max width */
  margin: 0 auto !important;
  /* Center it */
  padding: 2.5rem !important;
  /* Same spacing */
  background: #ffffff;
  /* Light mode */
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
/* Optional: Add space above + below to make it breathe */
#cf7 {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important;
}
/* Optional: Make entire SECTION full width (Gantry override) */
#g-main .g-container #cf7 {
  max-width: 100% !important;
  width: 100% !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
}
/* ============================================================
   Clean Centered Wide Form – SAFE VERSION
   ============================================================ */
/* Center the whole form section */
#cf7 {
  max-width: 1100px !important;
  /* Wider form */
  margin: 0 auto !important;
  /* Center it */
  padding: 2rem 0 !important;
  /* Space above/below */
  display: block;
}
/* Inner form container remains styled */
#cf7 .cf-container {
  width: 100% !important;
  background: #ffffff;
  padding: 2.5rem !important;
  border-radius: 8px;
  border: 1px solid #e2e2e2;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}
/* ===== STYLE ADJUSTMENT – Widen Schedule Service Form ===== */
#cf7 {
  max-width: 1000px !important;
  /* widen to about 1000px */
  margin: 0 auto !important;
  /* center it horizontally */
  padding-top: 2.5rem !important;
  padding-bottom: 2.5rem !important;
}
#cf7 .cf-container {
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}
/* ============================================================
   COLOR ENHANCEMENTS – Wild West Mobile Repair Palette
   ============================================================ */
/* Section background */
#cf7 {
  background: #f2f3f5;
  /* Light neutral so the white form contrasts */
}
/* Form inner container */
#cf7 .cf-container {
  border: 1px solid #d5d5d5;
}
/* Headings inside the form (if any) */
#cf7 h2, #cf7 h3 {
  color: #29314e;
  font-weight: 800;
  border-left: 5px solid #00BFFF;
  padding-left: 12px;
  margin-bottom: 1rem;
}
/* Labels */
#cf7 .cf-label {
  color: #29314e;
  font-weight: 700;
}
/* Inputs */
#cf7 input[type="text"], #cf7 input[type="email"], #cf7 input[type="tel"], #cf7 select, #cf7 textarea {
  border: 1px solid #b3b3b3;
}
#cf7 input:focus, #cf7 select:focus, #cf7 textarea:focus {
  border-color: #00BFFF;
  box-shadow: 0 0 6px rgba(0, 191, 255, 0.35);
}
/* Checkboxes & radios */
#cf7 input[type="checkbox"], #cf7 input[type="radio"] {
  accent-color: #00BFFF;
}
/* Submit button */
#cf7 button.cf-btn, #cf7 input[type="submit"] {
  background: #00BFFF;
  color: #ffffff;
  border-radius: 6px;
  font-weight: 700;
  text-transform: uppercase;
  transition: 0.25s ease;
}
#cf7 button.cf-btn:hover, #cf7 input[type="submit"]:hover {
  background: #0090cc;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}
/* Optional: Yellow highlight for required field labels */
#cf7 .cf-field.required .cf-label:after {
  content: " *";
  color: #FFCC00;
  font-weight: bold;
}
#cf7 {
  background: linear-gradient(to bottom, #f2f3f5 0%, #e8e8e8 50%, #f2f3f5 100%);
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-image: url('../../../../images/crete.jpg');
}
/* ============================================================
   Subtle dual-color border (yellow → blue) around form
   ============================================================ */
#cf7 .cf-container {
  position: relative;
  padding: 2.5rem !important;
  background: #ffffff;
  /* white form box */
  border-radius: 10px;
  z-index: 2;
}
/* Gradient border wrapper */
#cf7 .cf-container::before {
  content: "";
  position: absolute;
  top: -3px;
  left: -3px;
  right: -3px;
  bottom: -3px;
  border-radius: 12px;
  background: linear-gradient(135deg, #ffcc00, #00bfff);
  z-index: -1;
}
/* ===============================================
   Wild West Mobile Repair – CTA EngageBox Styling
   =============================================== */
.wwmr-engagebox-cta {
  background: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  border: 2px solid transparent;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(#ffffff, #ffffff), linear-gradient(135deg, #ffcc00 0%, #00bfff 100%);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
}
.wwmr-eb-title {
  font-size: 1.8rem;
  font-weight: 800;
  margin-bottom: 1rem;
  color: #29314e;
}
.wwmr-eb-text {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #3f4149;
  margin-bottom: 1.8rem;
}
.wwmr-eb-button {
  display: inline-block;
  background: #00bfff;
  color: #ffffff !important;
  padding: 0.9rem 2rem;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 8px;
  text-transform: uppercase;
  transition: 0.25s ease;
  text-decoration: none !important;
}
.wwmr-eb-button:hover {
  background: #0090cc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
/* ===== Wild West Wheels & Deals Page Styles ===== */
.wwwd-page {
  padding: 2rem 0;
}
/* Hero */
.wwwd-hero {
  background: linear-gradient(135deg, #f2f3f5 0%, #e8e8e8 100%);
  padding: 2.5rem 1.5rem;
  border-radius: 8px;
  margin-bottom: 2.5rem;
}
.wwwd-hero-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 2rem;
}
.wwwd-logo-wrap img {
  max-width: 220px;
  height: auto;
  display: block;
}
.wwwd-hero-text h1 {
  font-size: 2.1rem;
  font-weight: 800;
  color: #29314e;
  margin-bottom: 0.5rem;
}
.wwwd-tagline {
  font-size: 1.2rem;
  font-weight: 600;
  color: #3f4149;
  margin-bottom: 0.75rem;
}
.wwwd-hero-blurb {
  font-size: 1.05rem;
  color: #3f4149;
  margin-bottom: 1.2rem;
}
.wwwd-hero-button {
  display: inline-block;
  background: #00bfff;
  color: #ffffff;
  padding: 0.9rem 1.8rem;
  font-weight: 700;
  text-transform: uppercase;
  border-radius: 6px;
  text-decoration: none;
  transition: 0.25s ease;
}
.wwwd-hero-button:hover {
  background: #0090cc;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}
/* Sections */
.wwwd-section {
  margin-bottom: 2.5rem;
}
.wwwd-section h2 {
  font-size: 1.7rem;
  font-weight: 800;
  color: #29314e;
  margin-bottom: 0.8rem;
  border-left: 6px solid #ffcc00;
  padding-left: 12px;
}
.wwwd-section p {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #3f4149;
}
/* RawMaxx / Trailers Grid */
.wwwd-rawmaxx {
  background: #f7f7f7;
  padding: 2rem 1.5rem;
  border-radius: 8px;
}
.wwwd-trailer-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 1.75rem;
  margin-top: 1.5rem;
}
.wwwd-trailer-card {
  flex: 1 1 250px;
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #dcdcdc;
  padding: 1.2rem;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
}
.wwwd-trailer-image img {
  width: 100%;
  border-radius: 6px;
  margin-bottom: 0.75rem;
}
.wwwd-trailer-card h3 {
  font-size: 1.2rem;
  font-weight: 700;
  color: #29314e;
  margin-bottom: 0.4rem;
}
/* Highlight / Why Us */
.wwwd-highlight {
  background: #ffffff;
  border-radius: 8px;
  border: 1px solid #e1e1e1;
  padding: 2rem 1.5rem;
}
.wwwd-benefits {
  list-style: disc;
  padding-left: 1.4rem;
  margin-top: 0.8rem;
}
.wwwd-benefits li {
  margin-bottom: 0.4rem;
  color: #3f4149;
}
/* Contact Area */
.wwwd-contact-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  align-items: flex-start;
  margin-top: 1.2rem;
}
.wwwd-contact-info a {
  color: #00bfff;
  font-weight: 700;
}
.wwwd-contact-info a:hover {
  color: #ffcc00;
}
.wwwd-map-embed iframe {
  border-radius: 8px;
}
/* Final CTA */
.wwwd-final-cta {
  text-align: center;
  background: #f7f7f7;
  border-radius: 8px;
  padding: 2rem 1.5rem;
}
/* Responsive */
@media (max-width: 768px) {
  .wwwd-hero-inner {
    flex-direction: column;
    align-items: flex-start;
  }
  .wwwd-hero-text h1 {
    font-size: 1.8rem;
  }
  .wwwd-trailer-grid, .wwwd-contact-grid {
    flex-direction: column;
  }
}
/*# sourceMappingURL=custom_20.css.map */