/*
Theme Name:  Dickstowing
Theme URI: https://topmarketingagency.com/
Author: Top Marketing Agency
Version: 1.0.0
Author URI: https://
dicks-towing.com/
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: https://
dicks-towing.com/
*/

@import url('https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

:root {
   --font-body: "Roboto", sans-serif;
   --font-body-size: 16px;
   --primary-color: #44805f;
   --green: #5B8C5A;
   --green-dark: #4a7349;
   --green-light: #6fa06e;
   --dark: #1a1a1a;
   --darker: #111111;
   --text: #2c3e50;
   --text-light: #6c757d;
   --light: #f5f5f5;
   --white: #ffffff;
   --border: #e2e2e2;
   --gold: #d4a843;
   --red: #c0392b;
}

* {
   padding: 0;
   margin: 0;
}

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

figcaption,
figure,
main {
   display: block;
}

figure {
   margin: 1em 0;
}

hr {
   -webkit-box-sizing: content-box;
   -moz-box-sizing: content-box;
   box-sizing: content-box;
   height: 0;
   overflow: visible;
}

pre {
   font-family: monospace, monospace;
   font-size: 1em;
}

a {
   background-color: transparent;
   -webkit-text-decoration-skip: objects;
   -webkit-transition: all 0.3s ease-in-out;
   -moz-transition: all 0.3s ease-in-out;
   -o-transition: all 0.3s ease-in-out;
   transition: all 0.3s ease-in-out;
}

a:active,
a:hover {
   outline-width: 0;
}

abbr[title] {
   border-bottom: 1px #767676 dotted;
   text-decoration: none;
}

b,
strong {
   font-weight: inherit;
}

b,
strong {
   font-weight: 700;
}

code,
kbd,
samp {
   font-family: monospace, monospace;
   font-size: 1em;
}

dfn {
   font-style: italic;
}

mark {
   background-color: #eee;
   color: #222;
}

small {
   font-size: 80%;
}

img {
   max-width: 100%;
}

sub,
sup {
   font-size: 75%;
   line-height: 0;
   position: relative;
   vertical-align: baseline;
}

sub {
   bottom: -0.25em;
}

sup {
   top: -0.5em;
}

audio,
video {
   display: inline-block;
}

audio:not([controls]) {
   display: none;
   height: 0;
}

img {
   border-style: none;
}

svg:not(:root) {
   overflow: hidden;
}

button,
input,
optgroup,
select,
textarea {
   font-size: 100%;
   line-height: 1.15;
   margin: 0;
}

button,
input {
   overflow: visible;
}

button,
select {
   text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
   -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
   border-style: none;
   padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
   outline: 1px dotted ButtonText;
}

fieldset {
   border: 1px solid #bbb;
   margin: 0 2px;
   padding: 0.35em 0.625em 0.75em;
}

legend {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   color: inherit;
   display: table;
   max-width: 100%;
   padding: 0;
   white-space: normal;
}

progress {
   display: inline-block;
   vertical-align: baseline;
}

textarea {
   overflow: auto;
}

[type="checkbox"],
[type="radio"] {
   -webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
   box-sizing: border-box;
   padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
   height: auto;
}

[type="search"] {
   -webkit-appearance: textfield;
   outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
   -webkit-appearance: none;
}

::-webkit-file-upload-button {
   -webkit-appearance: button;
   font: inherit;
}

details,
menu {
   display: block;
}

summary {
   display: list-item;
}

canvas {
   display: inline-block;
}

template {
   display: none;
}

[hidden] {
   display: none;
}


/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/


/* Text meant only for screen readers. */

.screen-reader-text {
   clip: rect(1px, 1px, 1px, 1px);
   height: 1px;
   overflow: hidden;
   position: absolute !important;
   width: 1px;
   word-wrap: normal !important;
   /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
   background-color: #f1f1f1;
   -webkit-border-radius: 3px;
   border-radius: 3px;
   -webkit-box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
   clip: auto !important;
   color: #21759b;
   display: block;
   font-size: 14px;
   font-size: 0.875rem;
   font-weight: 700;
   height: auto;
   left: 5px;
   line-height: normal;
   padding: 15px 23px 14px;
   text-decoration: none;
   top: 5px;
   width: auto;
   z-index: 100000;
   /* Above WP toolbar. */
}


/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

.alignleft {
   display: inline;
   float: left;
   margin-right: 1.2em;
   margin-bottom: 10px;
}

.alignright {
   display: inline;
   float: right;
   margin-bottom: 10px;
   margin-left: 1.2em;
}

.aligncenter {
   clear: both;
   display: block;
   margin-left: auto;
   margin-right: auto;
}


/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
   content: "";
   display: table;
   table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
   clear: both;
}


/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

body,
button,
input,
select,
textarea {
   font-family: var(--font-body);
   font-size: var(--font-body-size);
   font-weight: 400;
   line-height: 1.8;
}

h1,
h2,
h3,
h4,
h5,
h6 {
   clear: both;
   line-height: 1.4;
   font-weight: normal;
   font-family: var(--heading-fonts);
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child {
   padding-top: 0;
}

h1 {
   font-size: 32px;
}

h2,
.home.blog .entry-title {
   font-size: 28px;
}

h3 {
   font-size: 25px;
}

h4 {
   font-size: 22px;
}

h5 {
   font-size: 18px;
}

h6 {
   color: #333;
   font-size: 15px;
}

p {
   margin: 0 0 1.2em;
   padding: 0;
}

dfn,
cite,
em,
i {
   font-style: italic;
}

blockquote {
   color: #666;
   font-size: 18px;
   font-size: 1.125rem;
   font-style: italic;
   line-height: 1.7;
   margin: 0;
   overflow: hidden;
   padding: 0;
}

blockquote cite {
   display: block;
   font-style: normal;
   font-weight: 600;
   margin-top: 0.5em;
}

address {
   margin: 0 0 1.5em;
}

blockquote {
   quotes: "" "";
}

q {
   quotes: "“" "”" "‘" "’";
}

blockquote:before,
blockquote:after {
   content: "";
}

:focus {
   outline: none;
}

a {
   text-decoration: none;
   transition: all 0.3s ease-in-out;
}

/* Header css start */
.top-header ul {
   display: flex;
   justify-content: center;
   list-style: none;
   font-size: 20px;
   font-weight: 400;
   padding: 0;
   margin: 0;
   gap: 30px;
}

ul#menu-top-menu {
   display: flex;
   flex-direction: column;
   gap: 8px 0px;
   align-items: center;
   list-style: none;
   padding: 0 10px;
}

.nav-bar-sidebar li a {
   text-decoration: none;
   color: var(--primary-color) !important;
   border: 2px solid var(--primary-color);
   display: inline-block;
   width: 100%;
   padding: 5px 0px;
}

.nav-bar-sidebar li a:hover {
   background: var(--primary-color);
   color: #fff !important;
}

.nav-bar-sidebar li {
   position: relative;
   font-size: 18px;
   font-weight: 600;
   text-transform: uppercase;
   width: 100%;
   text-align: center;
   border-radius: 4px;
}



.nav-bar-sidebar li a i.fa-solid.fa-caret-down {
   position: absolute;
   right: 10px;
   top: 7px;
   width: 25px;
   height: 25px;
   display: flex;
   justify-content: center;
   align-items: center;
   cursor: pointer;
}


.top-header ul li a {
   text-decoration: none;
   color: #fff;
   position: relative;
   display: inline-block;
   width: 100%;
}

.top-header ul li a .fa-solid.fa-caret-down {
   position: absolute;
   right: 10px;
   top: 5px;
}

ul.sub-menu {
   display: none;
   flex-direction: column;
   padding: 0;
   gap: 10px;
   font-size: 16px;
   width: 90%;
   list-style: none;
   margin: 8px auto 0px;
}

.nav-bar-sidebar li ul.sub-menu li {
   margin-bottom: 5px;
}

ul.sub-menu li a {
   font-size: 16px;
}

/* Header css end */

/*  New header CSS start*/

header.new-header {
   padding-top: 0px;
   width: 100%;
   z-index: 999;
   position: absolute;
}

.new-main-header {
   display: flex;
   justify-content: space-between;
   align-items: center;
   padding-top: 20px;
}

.right-header-section {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 20px;
}

a.phone-number {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 10px;
   text-decoration: none;
}

.map a {
   font-size: 26px;
   color: var(--primary-color);
   text-decoration: none;
   font-weight: 500;
}

.phone-icone i.fa-solid.fa-phone {
   font-size: 20px;
   background: var(--primary-color);
   padding: 15px;
   border-radius: 51px;
   color: #fff;
   text-decoration: none
}


.call strong {
   font-size: 26px;
   color: #fff;
   display: block;

}

.header-side-bar strong {
   color: var(--primary-color);
}

.call small {
   font-size: 16px;
   color: #fff;
   font-weight: 600;
}

.menu-bars i.fa-solid.fa-bars {
   color: #ffffff;
}

.head-btn {
   background: var(--primary-color);
   padding: 14px 32px;
   color: #fff !important;
   font-size: 20px;
   border-radius: 45px;
   text-decoration: none
}

a.head-btn:hover {
   background: #fff;
   color: var(--primary-color) !important;
}

.menu-bars {
   font-size: 40px;
   color: #fff;
   cursor: pointer;
}

.header-side-bar {
   width: 350px;
   background: #fff;
   position: fixed;
   top: 0;
   right: -100%;
   height: 100vh;
   z-index: 9999;
   transition: right .3s ease;
   overflow: auto;
}

section.bainner-section {
   position: relative;
}

section.bainner-section::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   height: 100%;
   width: 100%;
   background: rgb(0 0 0 / 68%);
   z-index: 0;
}

.header-side-bar.active {
   right: 0;
}

.side-logo {
   text-align: center;
}

.phone-number-sidebar {
   padding: 20px 0;
}

.phone-number-sidebar i.fa-solid.fa-phone {
   color: var(--primary-color);
   font-size: 20px;
}

.close-menu i {
   color: var(--primary-color);
   font-size: 28px;
   padding: 10px;
}

/*  New header CSS End*/


.hetop-bar {
   background: var(--primary-color);
}

.yop-section {
   display: flex;
   justify-content: space-between;
   align-items: center;
   color: #fff;
   padding: 10px 0px;
}

.top-bar-text p {
   margin: 0;
}

.top-bar-text {
   display: flex;
   gap: 10px;
   align-items: center;
}

.main-banner {
   background-image: url(https://dicks-towing.com/wp-content/uploads/2025/04/image-3.png);
   background-position: center;
   background-repeat: no-repeat;
   background-size: cover;
   height: 800px;
   /* position: relative; */
   display: flex;
   justify-content: center;
   align-items: center;
}

.banner-text {
   color: #fff;
   display: flex;
   flex-direction: column;
   align-items: center;
}

.banner-text h1 {
   font-size: 70px;
   text-align: center;
}

.our-services::before {
   content: "";
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background: #c9e8e0e8;
   z-index: -1;
}

.our-services {
   position: relative;
   overflow: hidden;
   padding: 30px 0;
   background-image: url(https://dicks-towing.com/wp-content/uploads/2025/04/image-6.jpg);
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   z-index: 1;
}

.hoverBtn {
   transition: all 0.4s ease;
}

.hoverBtn:hover {
   background: #fff;
   color: var(--primary-color);
}

a.banner-btn {
   background-color: var(--primary-color);
   padding: 12px 25px;
   border-radius: 40px;
   color: #fff;
   text-decoration: none;
   font-size: 18px;
   font-weight: 600;
   display: inline-block;
   transition: all 0.6s;
   text-transform: uppercase;
}

a.banner-btn:hover {
   color: #fff !important;
   background: #000;
}

.bainner-section a.banner-btn:hover {
   background: #fff;
   color: var(--primary-color) !important;
}

.location-dropdown {
   position: relative;
   display: inline-flex;
   justify-content: center;
   align-items: center;
   gap: 15px;
}

.location-list {
   display: none;
   position: absolute;
   background-color: var(--primary-color);
   min-width: 240px;
   overflow: auto;
   height: 200px;
   width: 100%;
   box-shadow: 0px 8px 16px rgba(0, 0, 0, 0.2);
   z-index: 1;
   list-style: none;
   margin: 2px 0px 0px;
   padding: 0px;
   border-radius: 5px;
}

.location-list a {
   color: white;
   padding: 5px 15px;
   text-decoration: none;
   display: block;
   font-size: 18px;
}

.location-list a:hover {
   background-color: #fff;
   color: var(--primary-color);
}

.feature-sec {
   background-color: #C9E8E0;
}

.boxexs {
   display: flex;
   justify-content: flex-end;
   align-items: center;
   gap: 30px;
   position: relative;
}

.feature-text {
   padding: 30px 0rem 30px;
   overflow: hidden;
}

.slick-dotted.slick-slider {
   margin: 0 !important;
}

.feature-text h1 {
   color: var(--primary-color);
   font-size: 57px;
   font-weight: 700;
}

.feature-heading {
   display: flex;
   align-items: center;
   justify-content: space-between;
   padding: 40px 0px 40px 0px;
}

.boxexs {
   display: flex;
   justify-content: end;
   align-items: center;
   gap: 30px;
}

.feature-boxes {
   background: #fff;
   border-radius: 10px;
   padding: 1rem;
   text-align: center;
   border-radius: 30px;
   height: 550px;
   display: flex;
   flex-direction: column;
}

.feature-boxes {
   transition: transform 0.3s ease;
}

.feature-boxes:hover {
   transform: translateY(-10px);
}

.all-RowContent {
   position: relative;
   transition: transform 0.3s ease;
}

.all-RowContent:hover {
   transform: scale(1.05);
}


.slider-controls {
   display: flex;
   gap: 30px;
}

button.prev-btn,
.next-btn {
   background: var(--primary-color);
   color: #fff;
   padding: 15px 30px;
   border-radius: 3px;
   border: none;
   display: flex;
   justify-content: center;
   align-items: center;
}

button.prev-btn:hover,
.next-btn:hover {
   color: #fff !important;
   background: #000;
}

.feature-boxes h5 {
   font-size: 13px;
   font-weight: 400;
   color: #696969;
}

.serive-left-title h2 {
   color: var(--primary-color);
   font-size: 24px;
   text-transform: uppercase;
   font-weight: bold;
}

p {
   font-size: 16px;
   line-height: 28px;
   font-weight: 400;
   margin-bottom: 2rem;
}

.Dicks-towing-sec {
   background: #000;
   padding: 6rem 0;
}

.header-spacer {
   height: 164px;
}

.Dicks-box {
   background-image: url(https://dicks-towing.com/wp-content/uploads/2025/04/Dicks-bg.png);
   background-size: cover;
   background-repeat: no-repeat;
   display: flex;
   justify-content: center;
   align-items: center;
   border-radius: 30px;
   padding: 40px;
}

.dicks-text {
   width: 75%;
}

.dicks-text h5 {
   font-size: 20px;
   font-weight: 300;
}

.serive-sec {
   background-image: url(https://dicks-towing.com/wp-content/uploads/2025/04/service-bg-2.png);
   background-size: cover;
   background-repeat: no-repeat;
   background-color: #000;
}

.service-title {
   display: flex;
   align-items: center;
   flex-wrap: wrap;
   justify-content: space-between;
   padding: 6rem 0;
   gap: 40px;
   position: relative;
}

.service-colum-boxes {
   display: flex;
   gap: 15px;
}

.service-new-box {
   background-color: #c9e8e0;
   border-radius: 20px;
   transition: transform 0.3s ease;
   width: 50%;
   position: relative;
   padding-bottom: 60px;
   min-height: 300px;
   display: flex;
   flex-direction: column;
}

.service-boxContent {
   padding: 2rem;
}

.service-new-right {
   display: flex;
   justify-content: center;
   align-items: center;
   flex-direction: column;
   gap: 15px;
   width: 47%;
}

.serive-left-title {
   width: 47%;
}

.service-right-img img {
   max-width: 100%;
}

.service-boxbtn {
   position: absolute;
   bottom: 36px;
   width: 100%;
   text-align: center;
}


.service-new-box:hover {
   transform: scale(1.05);
}

.service-new-box h3 {
   font-size: 14px;
}

.service-new-box h2 {
   font-size: 28px;
   font-weight: 700;
   color: var(--primary-color);
}

.service-new-box h2 a {
   font-size: 28px;
   font-weight: 700;
   color: var(--primary-color);
   text-decoration: none;
}

.serive-left-title h2 {
   color: #fff;
   font-size: 16px;
   font-weight: 400;
}

.serive-left-title h1 {
   font-size: 80px;
   color: #fff;
   font-weight: bold;
}
.serive-left-title p{
	color:#fff;
}

.service-text {
   background-color: #c9e8e0;
   width: 50%;
   padding: 2rem 0;
   border-radius: 15px;
   display: flex;
   flex-direction: column;
}


.service-text-service-page {

   background-color: #c9e8e0;
   width: 100%;
   padding: 3rem 0;
   border-radius: 30px;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

.have-emergency-headind {
   color: #fff;
}

.have-emergency-headind h2 {
   font-size: 50px;
   line-height: 50px;
   margin-bottom: 15px;
}

.have-emergency-headind p {
   font-size: 22px;
}


.service-text-service-page li a {
   font-size: 16px;
   color: #000 !important;
   text-decoration: none;
   list-style: none !important;

}

.text-link-serive ul {
   list-style: none;
}

.text-link-serive ul li {
   width: 94% !important;
   border: 1px solid var(--primary-color);
   text-align: center;
   padding: 5px;
   border-radius: 7px;
   color: var(--primary-color);
   margin-bottom: 15px;
}

.service-text li a {
   font-size: 16px;
   color: #000 !important;
   text-decoration: none;
   list-style: none !important;
}

.Kiro-News-sec {
   background-color: #000;
   padding: 6rem 0;
}

a.banner-btn2 {
   background-color: #000000;
   padding: 15px 30px;
   border-radius: 40px;
   color: #fff;
   text-decoration: none;
}

.call {
   text-align: center;
}

.btn-outer {
   flex-grow: 1;
   display: flex;
   align-items: flex-end;
   justify-content: center;
}

.feature-boxes p {
   margin: 0;
}

a.slider-btn {
   background-color: var(--primary-color);
   padding: 12px 30px;
   border-radius: 40px;
   color: #fff;
   text-decoration: none;
   margin-bottom: 0;
   transition: all 0.3s ease-in-out;
}

a.slider-btn:hover {
   color: #fff !important;
   background: #000;
}

.feature-boxes h2 {
   font-size: 22px;
   margin-top: 18px;
}

.Kiro-News-section {
   background: var(--primary-color);
   padding: 30px 22px;
   border-radius: 25px;
}

.kiro-right video {
   width: 100%;
}

.Kiro-News-text {
   color: #fff;
}

.kiro-logo {
   margin-bottom: 34px;
}

.main-header {
   position: absolute;
   width: 100%;
   background: linear-gradient(to bottom, #233e2f, #34704f03);
}

footer.site-footer {
   background: #22252b;
   padding: 3rem 0rem;
}

footer .textwidget p {
   color: #fff;
   font-size: 18px;
   margin: 0;
   line-height: 38px;
}

.menu-social-icon-container {
   font-size: 25px;
   margin-top: 10px;
}

.menu-social-icon-container ul {
   display: flex;
   gap: 20px;
   padding-left: 0px;
   justify-self: center;
   list-style: none;
}

ul#menu-social-icon a {
   color: #fff;
   width: 45px;
   height: 45px;
   border: 1px solid #fff;
   display: flex;
   justify-content: center;
   align-items: center;
   text-decoration: none;
   border-radius: 50%;
   transition: all 0.15s ease;
}

ul#menu-social-icon .menu-item-487 a:hover {
   background: #249ef0;
   border-color: transparent;
   color: #fff;
}

ul#menu-social-icon .menu-item-107 a:hover {
   background: #4267B2;
   border-color: transparent;
}

ul#menu-social-icon .menu-item-502 a:hover {
   background: #d42929;
   border-color: transparent;
}

ul#menu-social-icon .menu-item-109 a:hover {
   border-color: transparent;
   background-image: linear-gradient(#8a3ab9, #e95950, #bc2a8d, #fccc63);
}

footer .textwidget a {
   color: #ffff;
   text-decoration: none;
}

footer .textwidget h5 {
   color: #fff;
}

.footer-accept {
   border-right: 1px solid #ffff;
   text-align: center;
   height: 100%;
}

.footer-logo img {
   margin: auto;
   display: block;
   width: 60%;
   height: auto;
}

.footer-logo-number {
   margin-top: 30px;
   font-size: 32px;
   font-weight: 900;
}

.footer-logo-number i {
   color: #fff;
   margin-right: 10px;
}

.footer-logo-number a {
   color: #fff;
   text-decoration: none;
}

.footer-logo p {
   color: #fff;
   font-size: 18px;
   margin-top: 1rem;
   text-align: center;
}

.footer-logo {
   border-right: 1px solid #ffff;
   height: 100%;
   text-align: center;
}

.slider {
   width: 85%;
}

.slick-prev:before,
.slick-next:before {
   color: #ffffff00;
}

.slick-slide img {
   width: 100%;
   border-radius: 10px;
   height: 200px;
}

.slick-track {
   display: flex;
   gap: 26px;
   align-items: center;
   padding: 30px 0;
}

.main-text {
   display: flex;
   justify-content: space-between;
   align-items: self-start;
   gap: 20px;
   margin-bottom: 3rem;
}

.about-us-service {
   padding: 60px 0px;
}

.contact-info {
   display: grid;
   background-color: #c9e8e0;
   padding: 40px 20px;
   border-radius: 15px;
   grid-template-columns: repeat(3, 1fr);
   gap: 20px;
}

.contact-info .adress {
   background-color: #fff;
   padding: 20px 30px;
   border-radius: 12px;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
   text-align: center;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contact-info .adress:hover {
   transform: translateY(-5px);
   box-shadow: 0 6px 15px rgba(0, 0, 0, 0.15);
}

.contact-info .adress a {
   color: #2c3e50;
}

.contact-info i {
   font-size: 24px;
   color: #2c3e50;
   margin-bottom: 10px;
   display: block;
}

.contact-info p {
   font-size: 20px;
   color: #2c3e50;
   margin: 0;
}

.contact-info b {
   color: #000;
}

.slider-controls i.fa-solid {
   font-size: 20px;
}

.first-sec h4 {
   font-size: 17px;
   font-weight: 400;
   margin: 20px 0;
}

.first-sec h5 {
   font-size: 18px;
   text-transform: uppercase;
   color: #555;
   font-weight: 500;
}

section.service_gallery_section {
   padding: 20px 0px 40px;
}

#gallery-1 .gallery-item {
   width: 100% !important;
   margin: 0px !important;
}

#gallery-1 br {
   display: none;
}

.gallery {
   display: grid;
   grid-template-columns: repeat(3, 1fr);
   gap: 15px;
}

.gallery-item {
   position: relative;
   overflow: hidden;
   border-radius: 5px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.gallery-item img {
   width: 100%;
   height: 300px;
   display: block;
   object-fit: cover;
   transition: transform 0.3s ease-in-out;
}

.gallery-item:hover img {
   transform: scale(1.1);
}

.overlay {
   position: absolute;
   bottom: 0;
   background: rgba(0, 0, 0, 0.6);
   color: #fff;
   width: 100%;
   text-align: center;
   padding: 10px;
   font-weight: bold;
   font-size: 1.1rem;
   transition: all 0.3s ease-in-out;
}

.gallery-item:hover .overlay {
   background: rgba(50, 150, 50, 0.8);
}

.pdf-sec {
   margin: 5rem 0;
}

.pdf-butom-sec {
   text-align: center;
}

.pdf-butom-sec h2 {
   margin-bottom: 20px;
   font-size: 32px;
   font-weight: 600;
}

.print-pdf,
.pdf-butom-sec .banner-btn {
   padding: 10px 35px;
   display: inline;
   margin: 5px 3px;
   border-radius: 6px;
   color: #fff;
   background: var(--primary-color);
   font-size: 18px;
   line-height: 30px;
   text-decoration: none;
}

.print-pdf:hover {
   color: #fff;
   background: #000;
}

section.auction-locations {
   margin-bottom: 5rem;
}

.location-text {
   text-align: center;
   margin-bottom: 20px;
}

.both-maps {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 20px;
   flex-wrap: wrap;
}

.both-maps .map {
   width: 49%;
}

.map h2 {
   text-align: center;
   font-size: 22px;
   padding: 19px;
   color: #000 !important;
   font-weight: 400;
}

section.service-sec p {
   font-size: 16px;
   margin-bottom: 10px;
}

.first-sec {
   text-align: center;
}

.first-sec h1 {
   color: var(--primary-color);
   font-size: 50px;
   font-weight: 900;
}


.navigation-top {
   display: none;
}

section.bainner-section {
   padding: 0;
   height: 770px;
   align-items: center;
   position: relative;
   justify-content: center;
   z-index: 9;
   overflow: hidden;
   display: flex;
}

section.bainner-section video {
   position: absolute;
   object-fit: cover;
   z-index: -100;
   background-position: 50%;
   background-size: cover;
   width: 100%;
   height: 100%;
   margin: auto;
   inset: -100%;
}

.top-main-banner {
   width: 100%;
   position: relative;
   text-align: center;
}

.top-banner-text h1 {
   font-size: 60px;
   font-weight: 700;
   color: #fff;
   text-align: center;
   margin-bottom: 20px;
}

.section-slider {
   display: flex;
   justify-content: end;
}

.section-heading {
   text-align: right;
}

.section-heading h1 {
   color: var(--primary-color);
   font-size: 57px;
   font-weight: 700;
   width: 58%;
   margin: auto;
   margin-right: 0;
   text-align: start;
}

.section-heading p {
   text-align: left;
   width: 58%;
   margin: auto;
   margin-right: 0;
   font-size: 16px;
   color: var(--primary-color);
   font-weight: 600;
}

.slider-controls {
   display: flex;
   gap: 30px;
   padding: 17px 0;
   margin: auto;
   justify-content: center;
}

.site-content-contain {
   padding-bottom: 0 !important;
}

div#primary {
   overflow: hidden;
}

.service-list-wrap {
   margin-top: 50px;
   overflow: hidden;
   width: 100%;
}

.site-info {
   padding: 1rem 2rem;
   background: #22252b;
   color: #fff;
   border-top: 1px solid #fff;
   font-size: 18px;
}

.site-info a {
   color: #fff;
   text-decoration: none;
}

.col-md-6.website {
   text-align: right;
}

.top-banner-imgs {
   position: relative;
   margin-bottom: 2rem;
}

.top-banner-imgs img {
   width: 100%;
   height: 750px;
}


section.top-section {
   background: var(--primary-color);
   padding: 1rem 0rem;
}

.contact-us {
   text-align: center;
}

a.contact-us-btn {
   background: #000;
   padding: 15px 35px;
   color: #fff;
   border-radius: 13px;
   font-size: 22px;
   margin: 6px 4px 0 4px !important;
}

.legal-section {
   padding: 3rem 0;
   text-align: center;
}

.legal-section h1 {
   color: var(--primary-color);
   font-size: 50px;
   font-weight: 900;
}

.policy h1 {
   color: var(--primary-color);
   font-size: 35px;
   font-weight: 900;
}

.careesr-section {

   text-align: center;
}

.careesr-section h1 {
   color: var(--primary-color);
   font-size: 50px;
   font-weight: 900;
}

.fleet-section {
   margin: 2rem 0;
   text-align: center;
}

.fleet-frsti-section {
   display: flex;
   justify-content: center;
   align-items: center;
   background-color: #c9e8e0;
}

.fleet-section-text {
   padding: 32px;
}

.towing-fleet-section {
   text-align: center;
   padding-top: 3rem;
}

.trucks-sec {
   display: flex;
   justify-content: center;
   gap: 40px;
   margin: 3rem 0;
   align-items: center;
}

.two-column-layout {
   width: 80%;
   margin: auto;
}

.trucks-img,
.trucks-text {
   width: 50%;
}

.trucks-img {
   overflow: hidden;
   border-radius: 8px;
}

.trucks-img img {
   height: 370px;
   border-radius: 8px;
   width: 100%;
   transition: all 0.3s ease-in-out;
}

.trucks-sec:hover img {
   transform: scale(1.1);
}

.page-header-section {
   height: 350px;
   background-repeat: no-repeat;
   background-size: cover;
   background-position: center;
   display: flex;
   justify-content: center;
   align-items: center;
   color: #fff;
}

.sub_header_menu {
   background: #151718;
   padding: 10px 5px;
   margin-bottom: 50px;
}

.sub-header-link ul {
   margin: 0;
   padding: 0;
   text-align: center;
}

.sub-header-link ul li {
   display: inline-block;
}

.sub-header-link ul li a {
   padding: 10px 35px;
   display: block;
   margin: 5px 3px;
   border-radius: 11px;
   color: #fff;
   background: var(--primary-color);
   font-size: 18px;
   line-height: 30px;
   text-decoration: none;
}

.sub-header-link ul li a:hover {
   background: #fff;
   color: var(--primary-color);
}

.give-us-call {
   background-image: url(/wp-content/uploads/2025/04/image-4-1.png);
   background-position: center;
   background-size: cover;
   background-repeat: no-repeat;
   height: 550px;
   display: flex;
   align-items: center;
   position: relative;
}

.give-us-text {
   text-align: center;
   position: relative;
}

.give-us-text h2 {
   font-size: 60px;
   color: #fff;
   font-weight: 900;
   margin-bottom: 20px;
}

.give-us-call::before {
   content: '';
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
   background-color: #00000070;
   position: absolute;
}


section.visit_us_section {
   padding: 2rem 5rem
}

section.visit_us_section .map iframe {
   width: 100%
}

ul.replacement_list {
   margin-left: 0;
   margin-top: 3rem
}

ul.replacement_list li {
   font-size: 20px;
   color: #666769
}

.sevices_image_wrapper {
   display: flex;
   flex-wrap: wrap;
   gap: 30px;
   justify-content: center
}

.sevices_image_wrapper img {
   max-height: 350px;
   width: 75%
}

.our_service_wrapper h1:before {
   content: '';
   position: absolute;
   width: 120px;
   height: 4px;
   background: #ffdd19;
   bottom: -9px;
   left: 12px
}

.our_service_wrapper h1:after {
   content: '';
   position: absolute;
   width: 120px;
   height: 4px;
   background: #ffdd19;
   bottom: -16px;
   left: 10px
}

.set {
   position: relative;
   width: 100%;
   height: auto
}

.set>a {
   display: block;
   padding: 0;
   text-decoration: none;
   color: #555;
   font-weight: 600;
   -webkit-transition: all .2s linear;
   -moz-transition: all .2s linear;
   transition: all .2s linear
}

.accordion-container a i {
   width: 49px;
   line-height: 50px;
   text-align: center;
   top: 0;
   right: auto;
   left: 0;
   background: #a4acb3;
   color: #212129;
   transform: none !important;
   -webkit-transform: none !important;
   transition: all .4s ease-in-out
}

ul.accordion_cont_list {
   border-left: 5px solid gray;
   list-style: none !important;
   margin: 0;
   margin-left: 20px;
   background: 0 0
}

.list_wrapper {
   display: flex;
   flex-wrap: wrap;
   justify-content: flex-start
}

ul.content.accordion_cont_list li {
   width: 33.33%;
   padding-left: 25px;
   margin-bottom: 5px;
}

.accordion-container a.active i {
   transform: rotate(90deg) !important;
   -webkit-transform: rotate(90deg) !important;
   transition: all .4s ease-in-out !important;
   background: var(--primary-color);
   color: #fff !important
}

.more-counties {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
}

.county {
   display: inline-block;
   padding: 5px 10px;
   border-radius: 5px;
   font-weight: bold;
   text-decoration: none;
   color: var(--primary-color);
   transition: all 0.3s ease-in-out;
}

.county:hover {
   background-color: var(--primary-color);
   color: #fff;
}

a.county.active {
   background-color: var(--primary-color);
   color: #fff;
}

.area-served {
   padding: 38px 0;
}

h1.entry-title {
   font-size: 50px;
   font-weight: 900;
}

.blog-image-wrapper img {
   width: 100%;
}

/* blog css  */


.thumb-section {
   display: flex;
   justify-content: center;
   border-radius: 10px;
   gap: 20px;
}

.thumb-section a.thumb-up {
   padding: 25px;
   background: green;
   border-radius: 10px;
   width: 100%;
   justify-content: center;
   display: flex;
}

.thumb-section i.fa-solid {
   font-size: 65px;
   color: #fff;
}

.thumb-section a.thumb-down {
   padding: 25px;
   background: red;
   border-radius: 10px;
   width: 100%;
   justify-content: center;
   display: flex;
}

.footer-locationSection {
   background-color: #22252b;
   color: #fff;
   text-align: center;
   padding: 2rem 0;
}


.left-container p {
   font-size: 20px;
}

.left-container ul {
   font-size: 18px;
   text-align: left;
}

div#primary {
   padding: 35px 0;
}

.footer-locationSection {
   text-align: center;
}

.footer-locationTitle p {
   font-size: 20px;
}

.all-RowContent p {
   margin: 0;
   font-size: 16px;
}

.all-RowContent a:hover {
   color: var(--primary-color);
}

.all-RowContent {
   min-height: 185px;
}

.all-RowContent a {
   color: #fff;
   text-decoration: none;
   font-size: 20px;
   position: relative;
}

.all-RowContent a.location-link {
   position: absolute;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
}

.all-RowContent i {
   margin-right: 5px;
}

.footer-locationTitle h1 {
   margin-bottom: 30px;
}

.entry-content {
   text-align: center !important;
}

body.page-template .entry-content {
   text-align: left !important;
}

body.page-template .entry-content p {
   margin-bottom: 10px;
   font-size: 16px;
}

.header-spacer {
   height: 0;
}

.area-served iframe {
   width: 100%;
   height: 100%;
   min-height: 400px;
   border: none;
}

.accordion-container {
   padding: 10px;
   background: #f9f9f9;
}

.accordion_cont_list {
   padding-left: 20px;
}

#gallery-1 img {
   width: 290px;
   height: 220px;
   border: 0 !important;
}

.testimonials {
   margin-top: 3rem;
}

.facebook {
   padding: 25px;
   background: #4267b2;
   border-radius: 10px;
   justify-content: center;
   display: flex;
}

.thumb-section i.fa-brands {
   font-size: 65px;
   color: #fff;
}

.google-plus {
   padding: 25px;
   background: #d64730;
   border-radius: 10px;
   justify-content: center;
   display: flex;
}

.thumb-section p {
   display: none;
}

.thumb-section a {
   text-decoration: none;
}

.reviews-us {
   text-align: center;
}

.reviews-us h1 {
   font-size: 46px;
   padding-bottom: 24px;
   color: var(--primary-color);
   font-weight: 900;
}

.get-in-toch-heading h2 {
   color: #fff;
   text-align: center;
}

.get-in-toch-heading img {
   max-width: 200px !important;
   display: block;
   margin: auto;
}

ul#menu-footer-quick-link {
   display: flex;
   flex-wrap: wrap;
   padding: 0;
   margin: 0;
}

ul#menu-footer-quick-link li.menu-item {
   width: 50%;
}

ul#menu-footer-quick-link a {
   text-decoration: none;
   font-size: 20px;
   color: #fff;
   transition: all 0.3s ease-in-out;
}

ul#menu-footer-quick-link a:hover {
   color: var(--primary-color);
}

section.blog-section {
   background: #fff;
   overflow: auto;
   padding: 40px 0px;
}

.fleet-section-img {
   padding: 3rem;
}

/* Sidebar Css Start */

.right-side {
   width: 100%;
   max-width: 30%;
   float: right;
}

.left-container {
   float: left;
   width: 100%;
   max-width: 65%;
}

.right-side .widget .textwidget {
   padding: 1rem;
}

.right-side .widget {
   border: 1px solid #ccc;
   border-radius: 15px;
   margin-bottom: 1rem;
}

.right-side .widget .widget-title {
   padding: 1rem;
   border-bottom: 1px solid #ccc;
}

.right-side a {
   font-size: 18px;
   color: #212529;
   font-weight: 400;
}

#custom_map {
   height: 650px;
   width: 100%;
}

.leaflet-popup-content {
   width: 250px !important;
   padding: 15px;
}

.leaflet-popup-content ul {
   display: flex;
   flex-wrap: wrap;
   padding: 0px;
   list-style: none;
}

.leaflet-popup-content ul li {
   width: 50%;
}

.leaflet-popup-content p {
   margin: 0px !important;
   font-weight: 600;
}

.entry-content h1 {
   color: var(--primary-color);
   font-weight: 700;
}

.page-template.page-template-serivces .entry-content {
   text-align: center !important;
}

/* Sidebar Css End */

.map-location iframe {
   transition: 0.3s ease-in-out;
}

.map-location iframe:hover {
   transform: translateY(-10px);
   overflow: hidden;
}

/* Blog page css start */


.blog-section article {
   background-color: #fff;
/*    border-radius: 12px; */
   overflow: hidden;
   margin: 0px auto;
   height: 100%;
   box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
   transition: transform 0.3s ease, box-shadow 0.3s ease;

/*    &:hover {
      transform: translateY(-5px);
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);

   }  */
}

/* Image styling */
.blog-image-wrapper {
   width: 100%;
   height: 200px;
   overflow: hidden;
}

.blog-image-wrapper img {
   width: 100%;
   height: 100%;
   object-fit: cover;
   display: block;
}

/* Post content */
.post-content {
   padding: 15px;
   flex-grow: 1;
   display: flex;
   flex-direction: column;
   justify-content: space-between;
}

.post-title h6 {
   font-size: 1.1rem;
   font-weight: 600;
   margin: 0 0 10px;
   color: #333;
}

.post-meta h6 {
   font-size: 0.875rem;
   font-weight: 400;
   color: #777;
   margin-bottom: 10px;
}

.post-excerpt p {
   font-size: 0.95rem;
   line-height: 1.5;
   color: #555;
   margin: 0;
}

.single-post .post-meta h6 {
   font-weight: 500;
   font-size: 16px;
}

.single-post .post-content {
   padding: 0px;
}

.single-post article {
   padding: 15px;
}

.post-header-section,
.page-header-section {
   height: 450px;
   position: relative;
}

.post-header-section::before,
.page-header-section::before {
   content: '';
   position: absolute;
   left: 0;
   top: 0;
   width: 100%;
   height: 100%;
   background: rgba(0, 0, 0, 0.3);
}

.post-header,
.page-header {
   position: relative;
   text-align: center;
}

.post-navigation .nav-previous {
   float: left;
   width: 50%;
}

.nav-subtitle {
   background: transparent;
   color: #767676;
   display: block;
   font-size: 11px;
   font-size: .6875rem;
   letter-spacing: .1818em;
   margin-bottom: 1em;
   text-transform: uppercase;
}

.nav-title {
   color: #333;
   font-size: 16px;
   position: relative;
   font-weight: 700;
}

.post-navigation .nav-next {
   float: right;
   text-align: right;
   width: 50%;
}

/* Blog page css End */

a.call_now_btn:hover {
   background: #fff !important;
   color: var(--primary-color) !important;
}

.service {
   width: 18.9%;
   background: #e9e9e9;
   padding: 20px;
   border-radius: 8px;
   transition: all 0.3s ease-in-out;
   position: relative;
}

.service:hover {
   transform: translateY(-5px);
   box-shadow: 0px 2px 15px 2px #00000038;
}

.service a.service-link {
   position: absolute;
   left: 0;
   right: 0;
   width: 100%;
   height: 100%;
}

.feature-grid {
   display: grid;
   grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
   gap: 24px;
}

.feature-box {
   background: #fff;
   border-radius: 8px;
   padding: 16px;
   transition: transform 0.3s ease, box-shadow 0.3s ease;
   box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
}

.feature-box:hover {
   transform: translateY(-5px);
   box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.feature-title {
   display: flex;
   align-items: center;
   gap: 8px;
   font-size: 1.1rem;
   margin-bottom: 8px;
}

a.call_us_btn:hover {
   background: var(--primary-color) !important;
   color: #fff !important;
}

a {
   color: #3b82f6;
   text-decoration: none !important;
}

a:hover {
   text-decoration: underline;
}

.section h2,
.section h3 {
   margin-bottom: 10px;
   font-size: 40px;
   line-height: 40px;
}

.section {
   margin-bottom: 40px;
   padding: 20px;
   border-radius: 12px;
   /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); */
   text-align: center;
}

.location-map,
.form {
   padding: 10px;
   /* box-shadow: 0px 0px 18px 0px #0000007a; */
   border-radius: 4px;
}

.address_wrap a {
   font-size: 26px;
   font-weight: 700 !important;
   font-family: sans-serif;
}

.location-map iframe {
   height: 650px;
}

.form {
   height: 100%;
}

section.section.map-container iframe {
   width: 100%;
}

.location {
   background: white;
   margin-bottom: 2rem;
   padding: 1.5rem;
   border-radius: 8px;
   box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.location h2 {
   margin-top: 0;
   color: #333;
}

.location .info p {
   margin: 0.2rem 0;
}

.location .info a {
   color: #007BFF;
   text-decoration: none;
}

.location .info a:hover {
   text-decoration: underline;
}

.location iframe {
   width: 100%;
   height: 300px;
   border: 0;
   margin-top: 1rem;
   border-radius: 4px;
}

/* Dicks Towing Auction */

.hero {
   background: var(--darker);
   position: relative;
   overflow: hidden;
   padding: 70px 24px 60px;
}

.hero::before {
   content: '';
   position: absolute;
   inset: 0;
   background:
      radial-gradient(ellipse at 20% 50%, rgba(91, 140, 90, 0.15) 0%, transparent 60%),
      radial-gradient(ellipse at 80% 50%, rgba(91, 140, 90, 0.1) 0%, transparent 60%);
}

.hero::after {
   content: '';
   position: absolute;
   bottom: 0;
   left: 0;
   right: 0;
   height: 4px;
   background: linear-gradient(90deg, var(--green), var(--gold), var(--green));
}

.hero-inner {
   max-width: 1100px;
   margin: 0 auto;
   position: relative;
   z-index: 1;
   text-align: center;
}

.auction-live-tag {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   background: rgba(91, 140, 90, 0.2);
   border: 1px solid rgba(91, 140, 90, 0.4);
   padding: 10px 28px;
   border-radius: 50px;
   margin-bottom: 28px;
   animation: pulse-glow 2s ease-in-out infinite;
}

@keyframes pulse-glow {

   0%,
   100% {
      box-shadow: 0 0 0 0 rgba(91, 140, 90, 0.3);
   }

   50% {
      box-shadow: 0 0 20px 4px rgba(91, 140, 90, 0.2);
   }
}

.auction-live-tag .dot {
   width: 10px;
   height: 10px;
   background: #4caf50;
   border-radius: 50%;
   animation: blink 1.2s ease-in-out infinite;
}

@keyframes blink {

   0%,
   100% {
      opacity: 1
   }

   50% {
      opacity: 0.3
   }
}

.auction-live-tag span {
   color: var(--green-light);
   font-weight: 700;
   font-size: 0.85rem;
   text-transform: uppercase;
   letter-spacing: 2px;
}

.hero h1 {
   font-family: 'Oswald', sans-serif;
   color: #fff;
   font-size: 3.8rem;
   font-weight: 800;
   text-transform: uppercase;
   line-height: 1.05;
   margin-bottom: 8px;
   letter-spacing: 1px;
}

.hero h1 .highlight {
   color: var(--green-light);
}

.hero-sub {
   color: rgba(255, 255, 255, 0.6);
   font-size: 1.05rem;
   margin-bottom: 40px;
   max-width: 550px;
   margin-left: auto;
   margin-right: auto;
}

.hero-grid {
   display: flex;
   justify-content: center;
   gap: 20px;
   flex-wrap: wrap;
   margin-bottom: 36px;
}

.hero-box {
   background: rgba(255, 255, 255, 0.05);
   border: 1px solid rgba(255, 255, 255, 0.1);
   border-radius: 14px;
   padding: 24px 30px;
   min-width: 200px;
   backdrop-filter: blur(4px);
   transition: transform 0.2s, border-color 0.2s;
}

.hero-box:hover {
   transform: translateY(-3px);
   border-color: rgba(91, 140, 90, 0.4);
}

.hero-box .icon-wrap {
   width: 48px;
   height: 48px;
   background: var(--green);
   border-radius: 12px;
   display: flex;
   align-items: center;
   justify-content: center;
   margin: 0 auto 14px;
   font-size: 1.2rem;
   color: #fff;
}

.hero-box .label {
   font-size: 0.72rem;
   text-transform: uppercase;
   letter-spacing: 1.5px;
   color: rgba(255, 255, 255, 0.45);
   margin-bottom: 4px;
   font-weight: 600;
}

.hero-box .value {
   color: #fff;
   font-weight: 700;
   font-size: 1.1rem;
}

.hero-box .value small {
   font-weight: 400;
   opacity: 0.6;
   font-size: 0.85rem;
}

.hero-cta {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   background: var(--green);
   color: #fff;
   padding: 16px 38px;
   border-radius: 8px;
   font-weight: 700;
   font-size: 1rem;
   text-decoration: none;
   text-transform: uppercase;
   letter-spacing: 1px;
   transition: background 0.2s, transform 0.15s;
}

.hero-cta:hover {
   background: var(--green-dark);
   transform: translateY(-2px);
}

.terms-bar {
   background: var(--dark);
   padding: 28px 24px;
   border-bottom: 1px solid #333;
}

.terms-inner {
   max-width: 1100px;
   margin: 0 auto;
}

.terms-inner h3 {
   font-family: 'Oswald', sans-serif;
   color: #fff;
   font-size: 1rem;
   text-transform: uppercase;
   letter-spacing: 1px;
   margin-bottom: 14px;
   display: flex;
   align-items: center;
   gap: 10px;
}

.terms-inner h3 i {
   color: var(--gold);
}

.terms-chips {
   display: flex;
   flex-wrap: wrap;
   gap: 10px;
}

.chip {
   background: rgba(255, 255, 255, 0.07);
   border: 1px solid rgba(255, 255, 255, 0.1);
   color: rgba(255, 255, 255, 0.75);
   padding: 8px 18px;
   border-radius: 8px;
   font-size: 0.82rem;
   font-weight: 500;
   display: flex;
   align-items: center;
   gap: 8px;
}

.chip i {
   color: var(--green-light);
   font-size: 0.75rem;
}

.vehicles-section {
   max-width: 1100px;
   margin: 0 auto;
   padding: 48px 24px 60px;
}

.section-top {
   display: flex;
   align-items: center;
   justify-content: space-between;
   flex-wrap: wrap;
   gap: 16px;
   margin-bottom: 28px;
}

.section-top h2 {
   font-family: 'Oswald', sans-serif;
   font-size: 1.8rem;
   text-transform: uppercase;
   color: var(--dark);
   display: flex;
   align-items: center;
   gap: 12px;
}

.section-top h2 .count-badge {
   background: var(--green);
   color: #fff;
   font-size: 0.8rem;
   padding: 5px 16px;
   border-radius: 50px;
   font-family: 'Inter', sans-serif;
   font-weight: 700;
}

.search-box {
   position: relative;
   min-width: 280px;
}

.search-box input {
   width: 100%;
   padding: 12px 18px 12px 44px;
   border: 2px solid var(--border);
   border-radius: 10px;
   font-size: 0.9rem;
   font-family: inherit;
   outline: none;
   transition: border-color 0.2s;
}

.search-box input:focus {
   border-color: var(--green);
}

.search-box i {
   position: absolute;
   left: 16px;
   top: 50%;
   transform: translateY(-50%);
   color: #aaa;
}

.lot-group {
   margin-bottom: 32px;
}

.lot-header {
   display: flex;
   align-items: center;
   gap: 14px;
   padding: 14px 20px;
   background: var(--dark);
   border-radius: 10px 10px 0 0;
   color: #fff;
}

.lot-marker {
   width: 38px;
   height: 38px;
   background: var(--green);
   border-radius: 8px;
   display: flex;
   align-items: center;
   justify-content: center;
   font-size: 0.95rem;
   color: #fff;
   flex-shrink: 0;
}

.lot-header h3 {
   font-family: 'Oswald', sans-serif;
   font-size: 1.05rem;
   text-transform: uppercase;
   letter-spacing: 0.5px;
   flex: 1;
}

.lot-dol {
   font-size: 0.75rem;
   color: rgba(255, 255, 255, 0.5);
   font-weight: 500;
   letter-spacing: 0.5px;
}

.lot-count {
   background: rgba(255, 255, 255, 0.1);
   padding: 4px 14px;
   border-radius: 6px;
   font-size: 0.78rem;
   font-weight: 600;
   color: rgba(255, 255, 255, 0.7);
   white-space: nowrap;
}

.vehicle-table {
   width: 100%;
   border-collapse: collapse;
   background: #fff;
   border: 1px solid var(--border);
   border-top: none;
   border-radius: 0 0 10px 10px;
   overflow: hidden;
}

.vehicle-table thead {
   background: var(--light);
}

.vehicle-table th {
   padding: 12px 18px;
   text-align: left;
   font-size: 0.72rem;
   text-transform: uppercase;
   letter-spacing: 1px;
   color: var(--text-light);
   font-weight: 700;
   border-bottom: 1px solid var(--border);
}

.vehicle-table td {
   padding: 13px 18px;
   font-size: 0.88rem;
   border-bottom: 1px solid #f0f0f0;
}

.vehicle-table tbody tr {
   transition: background 0.12s;
}

.vehicle-table tbody tr:hover {
   background: #f8fdf8;
}

.vehicle-table tbody tr:last-child td {
   border-bottom: none;
}

.yr {
   display: inline-block;
   background: var(--dark);
   color: #fff;
   padding: 3px 10px;
   border-radius: 5px;
   font-weight: 700;
   font-size: 0.82rem;
   min-width: 46px;
   text-align: center;
}

.make {
   font-weight: 600;
   color: var(--dark);
}

.vin {
   font-family: 'Courier New', monospace;
   font-size: 0.78rem;
   color: #999;
   letter-spacing: 0.3px;
}

.plate {
   font-weight: 600;
   color: var(--green-dark);
}

.no-plate {
   color: #ccc;
   font-style: italic;
   font-size: 0.82rem;
}

.cta-bottom {
   background: var(--green);
   padding: 40px 24px;
   text-align: center;
}

.cta-bottom-inner {
   max-width: 700px;
   margin: 0 auto;
}

.cta-bottom h3 {
   font-family: 'Oswald', sans-serif;
   color: #fff;
   font-size: 1.6rem;
   text-transform: uppercase;
   margin-bottom: 8px;
}

.cta-bottom p {
   color: rgba(255, 255, 255, 0.8);
   margin-bottom: 24px;
   font-size: 0.95rem;
}

.cta-bottom a {
   display: inline-flex;
   align-items: center;
   gap: 10px;
   background: #fff;
   color: var(--dark);
   padding: 14px 36px;
   border-radius: 8px;
   font-weight: 700;
   font-size: 1rem;
   text-decoration: none;
   transition: transform 0.15s, box-shadow 0.2s;
}

.cta-bottom a:hover {
   transform: translateY(-2px);
   box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}


/* Dicks Towing Auction */

@media only screen and (max-width: 1400px) {
   ul#menu-footer-quick-link a {
      font-size: 18px;
   }
}


@media only screen and (max-width: 1200px) {
   footer .textwidget p {
      font-size: 16px;
   }

   ul#menu-footer-quick-link a {
      font-size: 16px;
   }
}

@media only screen and (max-width: 1024px) {
   ul#menu-footer-quick-link li.menu-item {
      width: 100%;
      text-align: center;
   }

   .service-new-right,
   .serive-left-title {
      width: 100%;
   }
}

@media only screen and (max-width: 992px) {

   .left-container,
   .right-side {
      float: unset;
      max-width: unset;
   }
}

@media only screen and (max-width: 767px) {
   .banner-text h1 {
      font-size: 36px;
      text-align: center;
   }

   .area-served .row {
      flex-direction: column;
   }

   .area-served .col-md-6 {
      width: 100%;
      margin-bottom: 20px;
   }

   h1.entry-title {
      font-size: 40px;
      line-height: 40px;
      font-weight: 900;
   }

   .trucks-img {
      width: 100%;
   }

   .trucks-img img {
      width: 100%;
   }

   .fleet-frsti-section {
      flex-direction: column;
   }


   .main-banner {
      height: 500px;
   }

   .dicks-text {
      color: #000000;
      text-align: center;
      margin-bottom: 35px;
      margin-top: 20px;
   }

   .Dicks-box {
      padding-left: 0px !important;
      flex-direction: column;
   }

   .dicks-text {
      padding-left: 0px !important;
   }

   .main-header {
      display: none;
   }

   .dicks-text p {
      color: #000;
   }

   .dicks-ing img {
      width: 100%;
   }

   .Dicks-towing-sec {

      padding: 30px 0 !important;
   }

   .service-title {
      padding: 0rem !important;
   }

   .text-link-serive ul li {
      width: 90% !important;
      margin: auto;
      display: block;
   }

   .text-link-serive ul {
      flex-direction: column;
      gap: 14px;
      padding-left: 0px;
      width: 100%;
   }

   .serive-left-title h2 {
      font-size: 13px;
   }

   .serive-left-title h1 {
      font-size: 47px;
   }

   .serive-left-title {
      text-align: center;
   }

   .service-title {
      display: unset;
   }

   .service-right-img img {
      width: 50%;
      text-align: center;
      padding-bottom: 15px;
   }

   .service-right-img {
      text-align: center;
   }

   .serive-sec {
      height: auto;
      padding: 1rem 0rem;
   }

   .footer-logo {
      border: unset;
   }

   .footer-accept {
      border: unset;
   }

   .hetop-bar {
      display: none;
   }

   .Kiro-News-sec {
      padding-bottom: 5rem;
   }

   .Kiro-News-section {
      text-align: center;
   }

   .kiro-right {
      margin-top: 2rem;
   }

   .both-maps {
      width: 100%;
      flex-direction: column;
      display: block;
   }

   .both-maps .map {
      width: 100%;
   }

   .contact-info {
      flex-direction: column;
      display: flex;
      align-items: center;
      gap: 20px;
   }

   .adress {
      width: 90%;
   }

   .main-text {
      text-align: center;
      display: block;
   }

   .main-text img {
      width: 100%;
      margin-bottom: 2rem;
   }

   .both-maps .map-location iframe {
      width: 330px;
   }



   .map-location {
      display: flex;
      justify-content: center;
   }

   .mobile-navigation-logo img {
      width: 140px;
      height: auto;
   }


   .mobile-navigation-right {
      display: flex;
      justify-content: space-around;
      align-items: center;
   }

   .mobile-navigation-right a {
      font-size: 28px;
      color: #ffffff;
   }

   .navigation-top {
      display: block;
      border-top: 8px solid var(--primary-color);
      padding: 10px 0;
   }

   .feature-heading {
      flex-direction: column;
   }

   .boxexs {
      justify-content: center;
   }

   button.prev-btn,
   .next-btn {
      padding: 6px 18px;
   }

   .slick-track {
      gap: 0;
   }

   .mobile-menu-nav {
      background: #fff;
      position: fixed;
      top: 0;
      right: -100%;
      width: 70%;
      height: 100vh;
      z-index: 9999;
      transition: right 0.3s ease;
   }

   .mobile-menu-nav.active {
      right: 0;
   }

   .top-header ul {
      flex-direction: column;
      gap: 0;
      align-items: center;
   }

   .top-header ul li a {
      color: var(--primary-color);
   }

   .mobile-menu-nav span.custom-logo-link {
      width: 100%;
      display: flex;
      justify-content: center;
   }

   .close-menu i {
      color: var(--primary-color);
      font-size: 28px;
      padding: 10px;
   }

   .menu li {
      width: 90%;
      text-align: center;
      border-radius: 18px;
   }

   .header-spacer {
      height: 30px;
   }

   .new-logo-bar {
      display: none;
   }

   .section-heading h1 {
      width: 100%;
      font-size: 50px;
      text-align: center;
   }

   .section-heading p {
      width: 100%;
      text-align: center;
   }

   .section-slider {
      justify-content: center;
   }

   .top-banner-text h1 {
      width: 100%;
      font-size: 38px;
   }

   section.bainner-section {
      height: 690px;
   }

   .map-location iframe {
      width: 100% !important;
   }

   .top-banner-imgs img {
      height: 400px;
   }

   .site-info {
      text-align: center;
   }

   section.top-section {
      text-align: center;
   }

   a.contact-us-btn {
      float: unset;
   }

   .header-side-bar {
      overflow: auto;
   }

   .legal-section {
      padding: 0px;
   }

   .careesr-section {
      padding: 0px;
   }

   .fleet-section-img img {
      width: 100%;
   }

   .fleet-frsti-section {
      background-color: #C9E8E0;
   }

   .trucks-text {
      width: 100%;
      text-align: center;
   }

   .trucks-text p {
      font-size: 16px;
   }

   .trucks-img img {
      height: 350px;
      width: 100%;
   }

   .trucks-text {
      margin-top: 2rem;
   }

   section.top-section {
      padding: 3rem 0;
   }

   .trucks-sec {
      flex-direction: column;
   }

   .give-us-text h2 {
      font-size: 47px;
   }

   .contact-us {
      display: flex;
      justify-content: center;
   }

   .col-md-6.website {
      text-align: center;
   }
}

@media only screen and (max-width: 1200px) {
   .top-banner-text h1 {
      font-size: 40px;
   }

   .text-link-serive ul {
      gap: 8px;
   }

   .dicks-ing {
      margin-top: 2rem;
   }

   .Dicks-box {
      flex-direction: column;
   }

   .dicks-ing img {
      width: 100%;
   }
}

/* For Laptop */

@media only screen and (min-width: 1024px) and (max-width: 1440px) {

   .section-heading h1 {
      width: 100%;
   }

   .section-heading p {
      width: 100%;
   }

   .service-content {
      padding-left: 58px;
   }

   .slider-controls {
      width: 100%;
   }
}

@media screen and (max-width: 1024px) {
   .gallery {
      grid-template-columns: repeat(2, 1fr);
   }
}
.entry-summary{
	margin: 10px auto;
	padding:5px;
	border:1px solid #bbb;
	border-radius: 10px;
	overflow: hidden;
}
.entry-summary .post-image{
	display:inline-block; 
	max-width:30%;
	vertical-align:top;
}
.entry-summary .excerpt{
	display:inline-block; 
	vertical-align:top;
	max-width:68%;
	padding-left:5px;
}

@media screen and (max-width:812px) {
   .entry-summary .post-image {
      display: inline-block;
      max-width: 100%;
   }

   .entry-summary .excerpt {
      display: inline-block;
      max-width: 100%;
   }
}

@media(max-width:768px) {



   .vehicle-table {
      display: block;
      overflow-x: auto;
   }

   .vehicle-table th,
   .vehicle-table td {
      padding: 10px 12px;
      white-space: nowrap;
   }

   .section-top {
      flex-direction: column;
      align-items: flex-start;
   }

   .search-box {
      min-width: 100%;
   }

   .lot-header {
      flex-wrap: wrap;
   }

   .hero h1 {
      font-size: 2.4rem;
   }

   .hero-grid {
      gap: 12px;
   }

   .hero-box {
      min-width: 140px;
      padding: 18px 16px;
   }

   .vehicle-table {
      display: block;
      overflow-x: auto;
   }

   .vehicle-table th,
   .vehicle-table td {
      padding: 10px 12px;
      white-space: nowrap;
   }

   .section-top {
      flex-direction: column;
      align-items: flex-start;
   }

   .search-box {
      min-width: 100%;
   }

   .lot-header {
      flex-wrap: wrap;
   }
}


@media screen and (max-width:576px) {
   .section-slider .slick-list.draggable {
      height: auto !important;
   }

   .service-colum-boxes {
      flex-wrap: wrap;
   }

   .service-new-box {
      width: 100%;
   }

   section.bainner-section {
      height: 690px;
   }

   .gallery {
      grid-template-columns: repeat(1, 1fr);
   }

   .print-pdf {
      display: inline-block;
   }
}

.entry-summary {
   margin: 10px auto;
   padding: 5px;
   border: 1px solid #bbb;
   border-radius: 10px;
   overflow: hidden;
}

.entry-summary .post-image {
   display: inline-block;
   max-width: 30%;
   vertical-align: top;
}

.entry-summary .excerpt {
   display: inline-block;
   vertical-align: top;
   max-width: 68%;
   padding-left: 5px;
}


@media(max-width:480px) {
   .terms-chips {
      flex-direction: column;
   }

   .hero {
      padding: 50px 16px 44px;
   }

   .hero h1 {
      font-size: 1.9rem;
   }

   .hero-box {
      min-width: 100%;
   }

   .terms-chips {
      flex-direction: column;
   }
}