/*
Theme Name: C2C – Coast to Coast Auto Transport
Theme URI: https://coasttocoastauto.com
Author: You
Author URI: https://example.com
Description: Ultra-light WordPress theme for a high-converting auto transport landing page.
Version: 1.0.0
License: GPLv2 or later
Text Domain: c2c
*/

/* You can add global styles to this file, and also import other style files */

/* Zeroing out default styles */
* {
  padding: 0;
  margin: 0;
  border: 0;
  font-family: 'Inter', sans-serif;
}

body, p, span, h1, h2, h3, h4, h5, h6, a, li, button, input, textarea {
  font-family: 'Inter', sans-serif;
  padding: 0;
}
*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
:focus,
:active {
  outline: none;
}
a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  background: #f5f5f5;
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  scroll-behavior: smooth;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}
button {
  cursor: pointer;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
a,
a:visited {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}
ul li {
  list-style: none;
}
img {
  vertical-align: top;
  user-select: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

::-webkit-scrollbar {
  display: none;
}
/*--------------------*/

.no-scroll {
  overflow: hidden;
}

/* Broker Disclosure Banner */
.broker-disclosure {
  background: #222;
  color: #c8d8f0;
  padding: 12px 20px;
  font-size: 13px;
  line-height: 1.5;
}
.broker-disclosure-inner {
  max-width: 1100px;
  margin: 0 auto;
  display: flex;
  align-items: flex-start;
  gap: 10px;
}
.broker-disclosure-inner svg {
  flex-shrink: 0;
  margin-top: 2px;
  color: #7ab0e8;
}
.broker-disclosure-inner p {
  font-size: 13px;
  color: #c8d8f0;
}
.broker-disclosure-inner strong {
  color: #ffffff;
}