/*!
Theme Name: Custom Theme
Theme URI: http://underscores.me/
Author: Mazhar Saeed
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: custom-theme
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Custom Theme is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/


/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/


/* Normalize
--------------------------------------------- */


/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */


/* Document
	 ========================================================================== */


/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}


/* Sections
	 ========================================================================== */


/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0 !important;
}


/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}


/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
    font-family: "Poppins", sans-serif;
}


/* Grouping content
	 ========================================================================== */


/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

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


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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


/* Text-level semantics
	 ========================================================================== */


/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}


/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted;
}


/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}


/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

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


/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}


/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}


/* Embedded content
	 ========================================================================== */


/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}


/* Forms
	 ========================================================================== */


/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

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


/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
    overflow: visible;
}


/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
    text-transform: none;
}


/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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


/**
 * Remove the inner border and padding in Firefox.
 */

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


/**
 * Restore the focus styles unset by the previous rule.
 */

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


/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}


/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */

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


/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}


/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}


/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

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


/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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


/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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


/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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


/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

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


/* Interactive
	 ========================================================================== */


/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}


/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}


/* Misc
	 ========================================================================== */


/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}


/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}


/* Box sizing
--------------------------------------------- */


/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */

*,
*::before,
*::after {
    box-sizing: inherit;
}

html {
    box-sizing: border-box;
}


/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/


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

body,
button,
input,
select,
optgroup,
textarea {
    color: #404040;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-size: 1rem;
    line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    clear: both;
    font-family: "Poppins", sans-serif;
    ;
    font-weight: 700;
}

p {
    margin-bottom: 1.5em;
    font-family: "Lato", sans-serif;
}

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

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}


/* Elements
--------------------------------------------- */

body {
    background: #fff;
    font-family: "Lato", sans-serif;
}

hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul,
ol {
    margin: 0 0 1.5em 3em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}


/* Make sure embeds and iframes fit their containers. */

embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}


/* Links
--------------------------------------------- */

a {
    color: #4169e1;
}

a:visited {
    color: #800080;
}

a:hover,
a:focus,
a:active {
    color: #191970;
}

a:focus {
    outline: thin dotted;
}

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


/* Forms
--------------------------------------------- */

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
    border: 1px solid;
    border-color: #ccc #ccc #bbb;
    border-radius: 3px;
    background: #e6e6e6;
    color: rgba(0, 0, 0, 0.8);
    line-height: 1;
    padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
    color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
    color: #111;
}

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}


/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/


/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/


/* Navigation
--------------------------------------------- */

.main-navigation {
    display: block;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul li:hover>ul,
.main-navigation ul ul li.focus>ul {
    display: block;
    left: auto;
}

.main-navigation ul ul a {
    width: 200px;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
    left: auto;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    display: block;
    text-decoration: none;
}


/* Small menu. */

.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

@media screen and (min-width: 37.5em) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: flex;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
    display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    text-align: end;
    flex: 1 0 50%;
}


/* Posts and pages
--------------------------------------------- */

.sticky {
    display: block;
}

.post,
.page {
    margin: 0 0 1.5em;
}

.updated:not(.published) {
    display: none;
}

.page-content,
.entry-content,
.entry-summary {
    margin: 1.5em 0 0;
}

.page-links {
    clear: both;
    margin: 0 0 1.5em;
}


/* Comments
--------------------------------------------- */

.comment-content a {
    word-wrap: break-word;
}

.bypostauthor {
    display: block;
}


/* Widgets
--------------------------------------------- */

.widget {
    margin: 0 0 1.5em;
}

.widget select {
    max-width: 100%;
}


/* Media
--------------------------------------------- */

.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}


/* Make sure logo link wraps around logo image. */

.custom-logo-link {
    display: inline-block;
}


/* Captions
--------------------------------------------- */

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption .wp-caption-text {
    margin: 0.8075em 0;
}

.wp-caption-text {
    text-align: center;
}


/* Galleries
--------------------------------------------- */

.gallery {
    margin-bottom: 1.5em;
    display: grid;
    grid-gap: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    width: 100%;
}

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}


/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/


/* Jetpack infinite scroll
--------------------------------------------- */


/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */

.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
    display: none;
}


/* Re-display the Theme Footer when Infinite Scroll has reached its end. */

.infinity-end.neverending .site-footer {
    display: block;
}


/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/


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


/* Text meant only for screen readers. */

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    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;
}


/* Do not show the outline on the skip link target. */

#primary[tabindex="-1"]:focus {
    outline: 0;
}


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

.alignleft {
    /*rtl:ignore*/
    float: left;
    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}

.alignright {
    /*rtl:ignore*/
    float: right;
    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}

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


/*home page*/

.hero-slider {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.black-box {
    background-color: #b10000;
    color: #fff;
    max-width: 700px;
    margin: 0 auto;
    padding: 10px 20px;
    border-radius: 10px;
    font-size: 1.2rem;
    position: fixed;
    /* changed from relative */
    bottom: 0px;
    /* stick to bottom */
    left: 50%;
    transform: translateX(-50%);
    z-index: 9999;
    /* stay above all elements */
    display: none;
    /* hidden by default */
    gap: 15px;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

.black-box p {
    margin: 0;
    font-size: 19px;
    color: #fff;
}

.black-box .spset {
    display: flex;
    gap: 5px;
}

.black-box a {
    color: #fff;
    font-weight: 800;
    text-decoration: underline;
}

.hero-slider::after {
    /* position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 1;
    pointer-events: none; */
}

.hero-slider .slider .slide {
    height: 100vh;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 145px 0 0 0;
    transition: transform 5s ease;
    /* Smooth slow zoom */
    transform: scale(1);
}

.hero-slider .slide.zoom-effect {
    transform: scale(1.1);
}

@font-face {
    font-family: "Poppins", sans-serif;
    font-display: swap;
    src: url(./assets/fonts/anton.ttf);
}


/* Slide Background Zoom Effect */

.hero-slider .slide {
    position: relative;
    height: 100vh;
    overflow: hidden;
}

.hero-slider .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 6s ease;
    transform: scale(1);
}

.slide-bg::after {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.5);
    /* your desired shade */
    z-index: 2;
    /* on top of background, below content */
    pointer-events: none;
}

.hero-slider .slide.zoom-effect .slide-bg {
    transform: scale(1.1);
}

.slide-content {
    position: relative;
    z-index: 2;
}

.hero-slider .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    z-index: 1;
    transition: transform 6s ease;
    transform: scale(1);
}

.hero-slider .slide-bg.zoom-effect {
    transform: scale(1.1);
}

.hero-slider .slide-content h2 {
    color: #FFFFFF;
    font-size: 5vw;
    font-weight: 700;
    line-height: 0.99em;
    letter-spacing: 0em;
    text-shadow: 7px 13px 0px rgba(0, 0, 0, 0.55);
    text-transform: uppercase;
    text-align: right;
    font-family: "Poppins", sans-serif;
}

.hero-slider .bdt-btn-wrapper {
    text-align: right;
    padding: 40px 0 30px 0;
}

.hero-slider .slide-content .bdt-slide-btn {
    color: #FFFFFF;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #FFFFFF38;
    border-radius: 4px 4px 4px 4px;
    margin: 20px 0px 0px 0px;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
}

.hero-slider .slide-content .bdt-slide-btn {
    padding: 14px 75px 14px 30px;
}

.hero-slider .slide-content {
    padding: 0px 0 0 0;
    max-width: 93%;
    margin: 0 auto;
}

.hero-slider a.bdt-slide-btn:before {
    background-color: #09080A8F;
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
}

.hero-slider .slick-next {
    right: 50px;
    top: 80%;
}

.hero-slider .slick-prev {
    left: unset;
    top: 80%;
    right: 100px;
}

.hero-slider .content-p {
    color: #FFFFFFED;
    font-size: 18px;
    line-height: 1.5em;
    max-width: 501px;
    margin-bottom: 0px;
    text-align: left;
}

.hero-slider .slide-content .bdt-slide-btn-icon {
    position: absolute;
    background-color: #FFFFFF;
    border-radius: 4px 4px 4px 4px;
    height: 100%;
    width: 44px;
    right: 0;
    text-align: right;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
}

.hero-slider .slide-content .bdt-slide-btn:hover {
    background-color: #fff;
    color: #000;
}

.hero-slider .custom-arrows button {
    position: absolute;
    right: 100px;
    left: unset;
    top: 241px;
    transition: 0.3s;
    height: 48px;
    min-width: 48px;
    border-radius: 10px;
}

.hero-slider .custom-arrows button:focus {
    box-shadow: none !important;
}

.hero-slider .custom-arrows button.slick-prev-custom {
    right: 160px;
}

.hero-slider .slid-arrow {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 9999999;
    transform: translate(43%, -50%);
}

.hero-slider .slid-arrow svg {
    transition: 0.3s;
}

.hero-slider .slid-arrow:hover svg {
    transform: translateY(130px);
}


/* Slick dots container */

.hero-slider .slick-dots {
    display: flex !important;
    align-items: center;
    gap: 5px;
    bottom: 25px;
    left: 10%;
    position: absolute;
    width: max-content;
    z-index: 11;
}


/* Each dot button */

.hero-slider .slick-dots li button {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: rgba(0, 0, 0, 0.7);
    /* dark outer circle */
    position: relative;
    border: none;
    padding: 0;
    cursor: pointer;
}

.hero-slider .slick-dots li button:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 4px;
    height: 4px;
    background: white;
    /* small white center dot */
    border-radius: 50%;
    transform: translate(-50%, -50%);
    transition: 0.3s ease;
    opacity: 1;
}


/* Active dot gets white ring */

.hero-slider .slick-dots li.slick-active button {
    background-color: white;
    /* outer ring becomes white */
}

.hero-slider .slick-dots li.slick-active button:before {
    background: black;
    width: 10px;
    height: 10px;
    /* center becomes black */
}

.hero-slider .slid-arrow span {
    display: block;
    font-size: 10px;
    color: #fff;
    text-transform: uppercase;
    position: absolute;
    left: -11px;
    transform: rotate(90deg);
    top: 76px;
    transition: 0.3s;
}

.hero-slider .social-container {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    z-index: 1000;
    width: max-content;
}

.hero-slider .social-container .social-link {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 20px;
    color: #BCC5CC;
    text-decoration: none;
}

.hero-slider .social-container .social-link i {
    font-size: 13px;
}

.hero-slider .social-container .social-label {
    position: absolute;
    left: 25px;
    white-space: nowrap;
    background-color: rgba(255, 255, 255, 0.85);
    color: #000;
    padding: 2px 7px;
    border-radius: 4px;
    font-size: 10px;
    opacity: 0;
    transform: translateY(-50%);
    top: 50%;
    transition: opacity 0.3s ease;
    pointer-events: none;
}

.hero-slider .social-container .social-link:hover .social-label {
    opacity: 1;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translate(-50%, -40%);
    }
    to {
        opacity: 1;
        transform: translate(-50%, -50%);
    }
}

.trust {
    padding: 155px 0 0px 0;
    background-color: #000;
}

.trust .padtop {
    padding-top: 82px !important;
}

.title h3 {
    font-size: 14px;
    color: #b10000;
    font-weight: 700;
    text-transform: uppercase;
}

.trust .contain .line {
    position: relative;
    top: 10px;
}

.title h2 {
    color: #FFFFFF;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    text-shadow: 7px 13px 0px rgba(0, 0, 0, 0.55);
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.title p {
    font-size: 18px;
}

.title.black h2 {
    color: #000;
    font-size: 60px;
    font-weight: 700;
    line-height: 65px;
    letter-spacing: 0em;
    text-shadow: none;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.title .line {
    border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}

.trust .containrightcontent {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-end;
    padding-top: 60px;
}

.trust .title p {
    color: #FFFFFF8C;
    font-size: 18px;
    line-height: 1.5em;
    max-width: 450px;
    margin-bottom: 0px;
    text-align: left;
}

.arw-btn {
    font-size: 16px;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
    justify-content: flex-end;
    padding: 38px 0 0 0;
}

.arw-btn a {
    color: #fff;
    transition: 0.3s;
}

.arw-btn:hover {
    color: #b10000;
}

.arw-btn svg {
    width: 63px;
    height: 63px;
    transition: 0.3s;
}

.arw-btn:hover svg {
    transform: translateX(-5px);
}

.arw-btn:hover svg path {
    stroke: #b10000;
}

.service-box {
    height: 375px;
    position: relative;
    overflow: hidden;
}

.service-box .image-wrap {
    position: absolute;
    inset: 0;
    overflow: hidden;
    z-index: 1;
}

.service-box .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.service-box .image-wrap .hover-dark {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    transition: background 0.4s ease;
    z-index: 2;
}

.service-box:hover .image-wrap img {
    transform: scale(1.1) translateX(10px);
}

.service-box:hover .image-wrap .hover-dark {
    background: rgba(0, 0, 0, 0.7);
    /* adjust opacity as needed */
}

.service-box .overlay {
    position: absolute;
    inset: 0;
    background: none;
    z-index: 3;
}

.service-box .btn {
    background-color: rgba(255, 255, 255, 0.1);
    border: none;
}

.trust {
    overflow-x: hidden;
}

.service-box .content-padd {
    padding: 0 20px;
}

.trust .contain-all {
    overflow: hidden;
}

.trust .arw-btn.black {
    background-color: #000;
    justify-content: center;
    width: max-content;
    padding: 13px 26px;
    font-size: 15px;
    height: auto;
    font-weight: 500;
    margin-top: 20px;
}

.trust .arw-btn.black:hover {
    background-color: #B10808;
    color: #fff;
}

.trust .text-whitecustom {
    color: rgba(255, 255, 255, .5) !important;
    color: #FFFFFFD1;
    font-size: 12px;
    font-weight: 700;
}

.trust .arw-btn.black:hover svg path {
    stroke: #fff;
}

.trust h5 {
    font-family: "Poppins", sans-serif;
    margin: 0;
    font-size: 30px;
    text-transform: uppercase;
    line-height: 30px;
}

.trust .arw-btn.black svg {
    width: 34px;
    height: 34px
}

a {
    text-decoration: none;
}

.services-home {
    padding: 120px 0 0 0;
}

.services-home .title h3 {
    color: #FF0000;
    text-align: center;
}

.services-home .title h2 {
    color: #000;
    text-align: center;
    text-shadow: none;
    font-size: 60px;
    width: 56%;
    margin: 0 auto;
}

.services-home .title .top {
    text-align: center;
    width: 70%;
    margin: 15px auto 0;
}

.services-home .contain .line {
    position: relative;
    top: 10px;
    width: 50%;
    margin: auto;
    border-color: #000;
}

.services-home .padset {
    padding: 100px 0 0 0;
}

.services-home .content-image {
    padding: 0 65px;
}

.services-home .content-image img {
    width: 100%;
}

.services-home .content h4 {
    font-size: 21px;
    color: #020014;
    line-height: 29px;
    font-weight: 600;
}

.services-home .content p {
    font-size: 14px;
    color: #32455E;
    line-height: 19px;
    margin-bottom: 0;
}

.services-home .content.left {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    height: 100%;
    text-align: left;
    gap: 65px;
}

.services-home .content.right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    height: 100%;
    gap: 65px;
    text-align: left;
}

.popular-services {
    padding: 85px 0 55px 0;
}

.popular-services .title h2 {
    color: #000;
    text-shadow: none;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

.popular-services .ps-card {
    padding: 25px 15px;
    transition: all 0.3s ease;
}

.popular-services .ps-icon {
    font-size: 40px;
    color: #b30000;
    margin-bottom: 12px;
    display: inline-block;
    transition: 0.3s;
}

.popular-services h6 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    color: #333;
    margin: 0;
}

.popular-services .ps-card:hover .ps-icon {
    transform: scale(1.1);
}

.marquesection {
    background-image: url('/wp-content/uploads/2025/07/Classic-Green-Sports-Car-in-Elegant-Indoor-Setting.avif');
    background-size: cover;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    overflow-x: hidden;
    min-height: 90vh;
    position: relative;
}

.marquesection::before {
    background-image: linear-gradient(360deg, #0C0C2C 0%, #00000000 41%);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    bottom: 0;
    top: 0;
}

.marquee-wrapper {
    overflow: hidden;
    white-space: nowrap;
    width: 100%;
    position: relative;
    padding: 400px 0 0 0;
}

.marquee {
    display: inline-block;
    white-space: nowrap;
    animation: marquee 60s linear infinite;
}

.marquee span {
    display: inline-block;
    font-size: 2rem;
    /* adjust as needed */
    padding-right: 60px;
    font-family: "Poppins", sans-serif;
    font-size: 212px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    /* spacing between repetitions */
}


/* Animation */

@keyframes marquee {
    0% {
        transform: translateX(0%);
    }
    100% {
        transform: translateX(-100%);
    }
}

.trust.second {
    background-color: #fff;
}

.trust.second .title h3 {
    color: #FF0000;
}

.trust.second .title h2 {
    color: #000;
    text-shadow: none;
}

.trust.second .title .line {
    border-color: #000;
}

.trust.second .title p {
    color: #000;
}

.trust.second .arw-btn {
    color: #000;
    padding: 10px 0 0 0;
}

.trust.second .arw-btn svg path {
    stroke: #000;
}

.news-card {
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 0;
}

.news-card .image-wrap {
    position: relative;
    height: 350px;
    overflow: hidden;
}

.news-card .image-wrap img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.news-card .image-wrap .hover-dark {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0);
    transition: background 0.4s ease;
    z-index: 1;
}

.news-card:hover .image-wrap img {
    transform: scale(1.1) translateX(10px);
}

.news-card:hover .hover-dark {
    background: rgba(0, 0, 0, 0.5);
}

.news-card .overlay-content {
    background-color: #fff;
    z-index: 2;
    position: relative;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.news-title {
    font-family: "Poppins", sans-serif;
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.3;
    color: #000;
    margin: 0;
}

.news-card .news-content p {
    font-size: 18px;
    color: #000;
}

.trust.second .news-meta {
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.trust.second small.text-uppercase.text-whitecustom {
    color: #000;
}

.trust.second .date-box {
    position: absolute;
    right: 0;
    background: #A90000;
    padding: 15px 10px;
    font-size: 12px;
    z-index: 9;
}

.trust.second .news-meta .text-whitecustom {
    color: #000 !important;
    font-size: 11px;
    font-weight: 300;
    margin: 23px 0 0 0;
    display: block;
}

.trust.second h5 {
    font-size: 30px;
    line-height: 30px;
    position: relative;
    transition: 0.5s;
    width: max-content;
    padding-bottom: 0px;
}

.trust.second h5::before {
    position: absolute;
    content: "";
    border-bottom: 3px solid #000;
    width: 0%;
    height: 3px;
    bottom: 0;
    transition: 0.5s;
}

.trust.second h5:hover::before {
    width: 100%;
}

.arw-btn.black svg {
    width: 34px;
    height: 34px;
}

.trust.second .active {
    position: relative;
    top: 80px;
}

.testimonials-sec {
    background-image: url('/wp-content/uploads/2025/07/7b52a075-9444-40b0-9603-3a3c8da388fe.avif');
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
    position: relative;
}

.testimonials-sec::before {
    background-color: rgba(10, 12, 36, 0.7);
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.testimonials-sec .red-box {
    background-color: #B10000;
    position: relative;
    padding: 68px 47px;
    top: -45px;
}

.testimonials-sec .all-container {
    position: relative;
}

.testimonials-sec .all-container::before {
    position: absolute;
    content: "";
    background-color: #B10000;
    width: 100%;
    height: 100%;
    top: 0;
}

.testimonials-sec .slick-dots li {
    padding: 0 !important;
    width: auto !important;
    height: auto!important;
    margin: 0 8px !important;
}

.testimonials-sec .slick-dots li button {
    padding: 0 !important;
    width: auto !important;
    height: auto!important;
}

.testimonials-sec .slick-dots li button:before {
    opacity: 0.7;
    color: #fff;
    font-size: 9px;
}

.testimonials-sec .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
}

.testimonials-sec .red-box h2 {
    text-shadow: none;
    font-size: 50px;
    line-height: 59px;
    width: 90%;
}

.testimonials-sec .red-box p {
    font-size: 15px;
    color: #FFFFFFC9;
    line-height: 21px;
    margin: 20px 0 20px 0;
}

.testimonials-sec .arw-btn {
    background: #fff;
    font-size: 13px;
    width: max-content;
    color: #000;
    padding: 10px 40px;
    border-radius: 5px;
    margin-top: 33px;
}

.testimonials-sec .red-box .arw-btn {
    color: #000 !important;
}

.testimonials-sec .qodef-e-quote svg {
    width: 37px;
}

.testimonials-sec .qodef-e-quote {
    background-color: #fff;
    border-radius: 50px;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 30px;
}

.testimonials-sec .img-cont {
    position: relative;
    padding: 0 0 0 30px;
}

.testimonials-sec .testimi-div {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    position: relative;
}

.testimonials-sec .testimi-div p {
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFFDE;
}

.testimonials-sec .testimi-div p.name {
    color: #fff;
    font-weight: 700;
    margin: 0 0 5px 0;
}

.testimonials-sec .content-contain {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

.testimonials-sec .testimi-div p.role {
    font-size: 15px;
    color: #FFFFFF66;
    margin: 0;
}

.testimonials-sec .all-content {
    padding: 173px 0 0 0;
}

.testimonials-sec .img-cont img {
    border-radius: 30px;
    width: 77%;
    object-fit: cover;
}

.testimonials-sec .arw-btn:hover {
    color: #000;
}

.testimonials-sec .arw-btn svg {
    width: 44px;
    height: 44px;
}

.testimonials-sec .arw-btn:hover svg path {
    stroke: #000;
}

.testimonials-sec .title .line {
    border-color: #000;
}

.testimonials-sec.title h2 {
    color: #000;
    text-shadow: none;
}

section.trust.second.third {
    padding-bottom: 135px;
}

section.trust.second.fourth .contain .line {
    top: 0px;
}

section.trust.second.fourth .title h2 {
    margin-bottom: 21px;
}

section.trust.second.fourth .title h3 {
    margin-bottom: 13px;
}

section.trust.second.fourth .title p {
    max-width: 72%;
    text-align: left;
}

section.trust.second.fourth .content-set {
    padding: 65px 0 0 65px;
}

.process-steps {
    background: #fff;
    text-align: center;
    position: relative;
    padding-top: 70px;
    padding-bottom: 125px;
}

.process-steps .container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 0 auto;
    position: relative;
}

.process-steps .step {
    flex: 1 1 22%;
    padding: 20px;
    position: relative;
    z-index: 1;
}

.process-steps .step-circle {
    width: 178px;
    height: 178px;
    line-height: 100px;
    border-radius: 50%;
    background-color: #f5f5f5;
    font-size: 40px;
    font-weight: bold;
    margin: 0 auto 33px;
    color: #000;
    position: relative;
    z-index: 2;
    font-family: "Poppins", sans-serif;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 106px;
    font-weight: 300;
}


/* Connecting line */

.process-steps .container::before {
    content: "";
    position: absolute;
    top: 110px;
    /* adjust vertically to align with center of circles */
    left: 10%;
    right: 10%;
    height: 4px;
    background-color: #e0e0e0;
    z-index: 0;
}

.process-steps h3 {
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #020014;
}

.process-steps p {
    font-size: 15px;
    color: #32455E;
    line-height: 24px;
}


/* Responsive */

@media (max-width: 768px) {
    .process-steps .container {
        flex-direction: column;
    }
    .process-steps .container::before {
        display: none;
        /* Hide line on mobile */
    }
    .process-steps .step {
        margin-bottom: 30px;
    }
}

.coupon-section {
    padding: 119px 0 195px 0;
}

.coupon-section .posi {
    position: absolute;
    left: 75%;
    top: 72%;
    transform: translate(-50%, -50%);
}

.coupon-section .title h2 {
    text-shadow: none;
    color: #000;
    font-size: 60px;
    line-height: 60px;
    position: relative;
    transition: 0.5s;
    width: 100%;
    padding-bottom: 9px;
}

.coupon-section .coupon-details {
    color: #000;
    background: #b10000;
    padding: 28px;
    text-align: center;
    width: max-content;
    min-width: 335px;
    width: 100%;
}

.coupon-section .coupon-details p {
    font-size: 16px;
    color: #fff;
    margin: 0;
}

.coupon-section .coupon-details p.sub {
    font-size: 29px;
    color: #fff;
    font-weight: 700;
}

.coupon-section .coupon-details h2 {
    margin: 0;
}

.coupon-section .coupon-details h2 span {
    font-size: 40px;
}

.coupon-section .coupon-details h2 {
    font-size: 60px;
    font-family: "Poppins", sans-serif;
    color: #fff;
}

.coupon-img-container {
    position: relative;
    height: 100%;
    min-height: 400px;
    background-color: #eee;
    background-size: cover;
}

.coupon-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease-out;
    will-change: transform;
}

.coupon-specials {
    background-color: #2D2D2D;
    width: max-content;
    min-width: 335px;
    border-top: 5px dashed #fff;
}

.coupon-specials h3 {
    font-family: "Poppins", sans-serif;
    font-size: 30px;
    text-transform: uppercase;
}

.coupon-specials .text-warningp {
    color: #fff;
    font-size: 16px;
    margin: 0;
}

.btn-coupon {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
    padding: 0.7rem 1.5rem;
    transition: 0.3s;
    font-weight: 700;
    border-radius: 0;
}

.btn-coupon:visited {
    color: #fff;
}

.btn-coupon:hover {
    background-color: #b10000;
    color: #ffff;
}


/* Car Estimator Section Styling */

.car-estimator {
    background: #1e1e1e;
    /* dark background */
    padding: 70px 0;
    color: #fff;
    text-align: center;
}

.car-estimator .after-submit-message {
    display: none;
}

.car-estimator form.sent .wpcf7-response-output {
    display: none;
}

.car-estimator .after-submit-message.active {
    display: block;
}

.wpcf7-spinner {
    position: absolute;
}

.car-estimator .title h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
    color: #fff;
}

.car-estimator .title p {
    font-size: 16px;
    margin-bottom: 30px;
    color: #ccc;
}


/* Form Layout */

.cf7-grid.estimator-form {
    display: flex;
    gap: 5px;
}

.car-estimator .wpcf7 form {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}

.car-estimator select,
.car-estimator input[type="submit"] {
    padding: 12px 18px;
    border: none;
    font-size: 16px;
    border-radius: 0px;
    min-width: 175px;
    font-weight: 500;
    /* Custom arrow */
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='7'%3E%3Cpath fill='%23333' d='M0 0l6 6 6-6z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px 7px;
}

.car-estimator input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
    padding: 12px 18px;
    border: none;
    font-size: 16px;
    border-radius: 0px;
    font-weight: 500;
    appearance: none;
    max-width: 175px;
    height: 55px;
    margin: 0 5px;
}

.car-estimator input.wpcf7-form-control.wpcf7-text {
    padding: 12px 18px;
    border: none;
    font-size: 16px;
    border-radius: 0px;
    font-weight: 500;
    appearance: none;
    max-width: 175px;
    height: 55px;
    margin: 0 5px;
}

.car-estimator input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email::placeholder {
    font-size: 16px;
    color: #333;
}

.car-estimator input.wpcf7-form-control.wpcf7-text::placeholder {
    font-size: 16px;
    color: #333;
}

.car-estimator .title .cf7-grid.estimator-form p {
    display: inline-flex;
}


/* Dropdowns */

.car-estimator select {
    background-color: #fff;
    color: #333;
    appearance: none;
    min-height: 55px;
}

.car-estimator .title h2 {
    text-shadow: none;
    font-size: 60px;
}


/* Submit Button */

.car-estimator {
    position: relative;
}

.car-estimator .wpcf7-response-output {
    position: absolute;
    bottom: 38px;
}

.car-estimator input[type="submit"] {
    background: transparent;
    border: 1px solid #b10000;
    color: #fff;
    font-weight: bold;
    min-height: 55px;
    font-size: 20px;
    transition: all 0.3s ease;
}

.car-estimator .wpcf7-response-output {
    position: absolute;
    margin: 0;
    padding: 10px 14px;
}

.car-estimator input[type="submit"]:hover {
    background: #b10000;
}

.hero-slider .contain-all {}

.hero-slider .contain-all .poscenter {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 9;
    text-align: center;
    width: 100%;
}

.hero-slider .contain-all .title h1 {
    color: #fff;
    text-align: center;
    text-shadow: none;
    font-size: 124px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
    text-transform: uppercase;
}

.hero-slider .contain-all .title .main-title-top {
    color: #fff;
    text-align: center;
    text-shadow: none;
    font-size: 124px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    margin: 0 auto;
    font-weight: 700;
    text-transform: uppercase;
}

.hero-slider .contain-all .all-mov {
    position: relative;
    top: -20px;
}

.hero-slider .contain-all .title .line {
    width: 40%;
    position: relative;
    top: 26px;
    margin: 0 auto;
}


/* Responsive tweaks */

@media (max-width: 767px) {
    .car-estimator .wpcf7 form {
        flex-direction: column;
        align-items: center;
    }
    .car-estimator select,
    .car-estimator input[type="submit"] {
        width: 100%;
        max-width: 300px;
    }
    .services-home .title .top {
        width: 95%;
    }
}

.coupon-section .line {
    border-bottom: 5px solid #b10000;
    width: 58px;
    border-radius: 0;
    margin: 20px 0 34px 0;
}

.coupon-section i.fa-solid.fa-scissors {
    font-size: 40px;
    color: #fff;
    position: absolute;
    left: 11%;
    top: 41%;
    transform: translate(-50%, -50%);
}

.coupon-section .padleft {
    padding-left: 65px;
}

.coupon-section .padleft ul {
    padding: 25px 0 0 0;
    margin: 0;
    list-style: none;
}

.coupon-section .padleft ul li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.coupon-section .padleft ul li::before {
    position: absolute;
    content: "\f00c";
    /* fa-check icon */
    font-family: "Font Awesome 6 Free";
    /* Required */
    font-weight: 900;
    /* 900 = solid style */
    font-size: 15px;
    color: #b10000;
    left: 0;
    /* Adjust as needed */
    top: 0px;
    /* Adjust vertical position */
}

.brand-serv {
    padding: 100px 0;
}

.brand-serv.home {
    padding-top: 0;
}


/* .brand-serv.home {
    background-color: #1e1e1e;
}

.brand-serv.home .title h2 {
    color: #fff;
} */

.brand-serv .title h2 {
    color: #000;
    text-shadow: none;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

.nav-tabs li:first-child button {
    border-radius: 10px 0 0 10px !important;
}

.nav-tabs li:last-child button {
    border-radius: 0 10px 10px 0px !important;
}

.brand-serv ul#brandTabs {
    padding: 0;
    margin: 0;
    border: 0;
    display: flex;
    flex-wrap: wrap;
}

.brand-serv ul#brandTabs li.nav-item {
    width: 16%;
}

.brand-serv ul#brandTabs li.nav-item button {
    width: 100%;
}

.brand-serv .nav-tabs .nav-link {
    border: none;
    border-radius: 0;
    color: #000;
    background-color: #f7f7f7;
    margin: 0 0px;
    padding: 19px 50px;
    font-weight: 600;
}

.brand-serv .nav-tabs .nav-link.active {
    background-color: #B1002F;
    color: #fff;
}

.brand-box {
    padding: 15px;
    border: 1px solid #ddd;
    border-radius: 12px;
    background: #fff;
    transition: all 0.3s ease;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.brand-box img {
    max-width: 80px;
    max-height: 100px;
    object-fit: contain;
}

.tab-content.text-center {
    padding: 30px 200px;
}

.services-accords {
    padding: 105px 0;
}

.services-accords.second {
    padding-top: 0;
}

.services-accords .row {
    padding: 0 75px;
}

.services-accords .contain-img {
    padding: 0;
    overflow: hidden;
    width: 550px;
    height: 550px;
    position: relative;
}

.services-accords .contain-img:hover img {
    transform: scale(1.1);
}

.services-accords .contain-img img {
    object-fit: cover;
    transition: 0.3s;
    width: 100%;
    height: 100%;
}

.accordion-item {
    border: none;
    border-bottom: 1px solid #eee;
    /* Bottom border instead of top */
}

.accordion-button {
    font-weight: 600;
    font-size: 22px;
    color: #000;
    background-color: #fff;
    padding: 1.2rem 1rem;
    border: none;
    box-shadow: none;
    transition: all 0.3s ease;
}

.accordion-button::after {
    content: '+';
    font-size: 20px;
    color: #000;
    background-image: none !important;
    transform: none;
    margin-left: auto;
}

.accordion-button:not(.collapsed) {
    color: #000;
    background-color: transparent;
    box-shadow: none;
    border-bottom: 1px solid #eee;
}

.accordion-button:not(.collapsed)::after {
    content: '−';
    /* Unicode minus sign for open state */
    color: #000;
}

.accordion-button:focus {
    box-shadow: none;
}

.accordion-body {
    padding: 1rem 1rem 1rem 1rem;
    color: #555;
    font-size: 16px;
}

.countdown {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.countdown .time-box {
    padding: 20px 25px;
    border-radius: 10px;
    color: white;
    font-size: 32px;
    font-weight: bold;
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 110px;
}

.countdown .label {
    font-size: 14px;
    margin-top: 10px;
    font-weight: normal;
}

.countdown .red {
    background-color: #d71920;
}

.countdown .green {
    background-color: #000;
}

.countdown .colon {
    font-size: 32px;
    padding: 0 5px;
    align-self: center;
}

section.counter-timer {
    padding: 75px 0 0 0;
}

section.serv1 {
    padding: 95px 0;
    padding-bottom: 70px;
}

section.serv1 .title.title.black h2 {
    font-size: 40px;
    line-height: 45px;
}

section.serv1 .myform {
    padding: 20px 0 0 0;
}

section.serv1 .title.black {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}

section.serv1 input {
    background: transparent;
    border: 1px solid #b10000;
    color: #000;
    font-weight: 500;
    min-height: 55px;
    font-size: 20px;
    transition: all 0.3s ease;
    padding: 0 20px;
    width: 100%;
    font-family: "Poppins", sans-serif;
    border-radius: 10px;
}

section.serv1 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #b10000;
    color: #fff;
}

section.serv1 input::placeholder {
    color: #b10000;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
}

.serv2 {
    padding: 75px 0;
    background-color: #000;
}

.serv2 .title h2 {
    text-decoration: none;
    font-size: 25px;
    line-height: 35px;
    text-shadow: none;
}

.serv2 .box img {
    max-height: 168px;
    width: 300px;
    height: 100%;
    margin-top: 3px;
    object-fit: contain;
}

.serv2 .title h3 {
    color: #fff;
    margin-bottom: 15px;
}

.serv2 .box {
    background-image: url('/wp-content/uploads/2025/07/Pattern.avif');
    background-repeat: no-repeat;
    background-size: cover;
    text-align: center;
    padding: 30px;
}

.serv2 .redbg {
    background-color: #b10000;
}

.serv2 .redbg1 {
    background-color: #ccc;
}

.title ul {
    padding: 25px 0 0 0;
    margin: 0;
    list-style: none;
}

.title ul li::before {
    position: absolute;
    content: "\f00c";
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    font-size: 15px;
    color: #b10000;
    left: 0;
    top: 0px;
}

.title ul li {
    padding-left: 30px;
    position: relative;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}


/**/

.how-it-works {
    position: relative;
    padding: 60px 20px;
    text-align: center;
}

.how-it-works .title h2 {
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 60px;
}

.how-it-works .steps-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    position: relative;
    z-index: 2;
}

.how-it-works .step {
    flex: 1;
    margin: 0 auto;
    position: relative;
}

.how-it-works .step img {
    max-height: 60px;
    max-width: 80px;
    margin-bottom: 20px;
    filter: grayscale(100%) brightness(0) saturate(100%) sepia(100%) hue-rotate(90deg);
}

.how-it-works .step h4 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-top: 25px;
    margin-bottom: 10px;
}

.how-it-works .step p {
    font-size: 15px;
    color: #000;
    width: 44%;
    margin: 0 auto;
}

.each_how_to_book.border_design_1:after,
.each_how_to_book.border_design_2:after {
    position: absolute;
    content: " ";
    height: 100%;
    width: 70%;
    top: 31%;
    left: 65%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
}

.each_how_to_book.border_design_2:after {
    bottom: 0;
    -webkit-transform: unset;
    transform: unset;
}

.border_design_1:after {
    background-image: url(/wp-content/uploads/2025/07/Line_1.svg);
}

.border_design_2:after {
    background-image: url(/wp-content/uploads/2025/07/Line_2.svg);
}

section.car-services {
    background: #F2F2F2;
    padding: 75px 0;
}

section.car-services .title h2 {
    font-size: 40px;
    text-align: center;
}

section.car-services .title p {
    text-align: center;
}

.content-serv {
    padding: 65px 0;
}

.content-serv .title h2 {
    font-size: 40px;
    line-height: 45px;
    margin-bottom: 20px;
}

.content-serv .contain {
    position: relative;
    display: flex;
}

.content-serv .imgman {
    height: 83%;
    width: 75%;
    object-fit: contain;
    margin: 0 auto;
}

.benefits-section {
    background: #F2F2F2;
    padding: 65px 0;
}

.benefits-section img {
    filter: grayscale(100%) brightness(0) saturate(100%) sepia(100%) hue-rotate(90deg);
    max-height: 60px;
    max-width: 60px;
}

.benefits-section .title h2 {
    color: #000;
    text-shadow: none;
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 25px;
}

.benefits-section .title p {
    font-size: 18px;
    font-weight: 700;
    color: #020014;
    text-transform: uppercase;
    width: 80%;
    margin: 0 auto 20px;
}

.call-act {
    background-color: #b10000;
    padding: 18px 0;
}

.call-act span.big-text.bold-text.pl-2 {
    font-size: 25px;
}

.call-act i {
    font-size: 25px;
    margin: 0 9px 0 0;
}

.serv-content {
    padding: 65px 0;
    background-color: #f2f2f2;
}

.serv-content .title h3 {
    font-size: 30px;
}

.why-choose p {
    font-size: 15px;
    line-height: 1.6;
}

.why-choose h3 span {
    font-weight: bold;
}

.why-choose img {
    display: inline-block;
    filter: grayscale(100%) brightness(0) saturate(100%) sepia(100%) hue-rotate(90deg);
    height: 100px;
    width: 100px;
}

.why_choose_section {
    position: relative;
}

.why_choose_section::after {
    content: " ";
    right: 0px;
    height: 100px;
    border: 1px solid rgb(242, 242, 242);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.why-choose .text-success {
    color: #b10000 !important;
}

.why-choose .title.black h2 {
    text-align: center;
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 45px;
}

.testimonial-section {
    background-color: #f2f2f2;
}

.testimonial-section .profile-img img {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 2px solid #b10000;
    margin: 0 auto;
}

.testimonial-section .testimonial-text {
    max-width: 700px;
    margin: 0 auto;
    font-size: 15px;
    color: #555;
    line-height: 1.7;
}

.testimonial-section .testimonial .stars i {
    font-size: 18px;
}

.testimonial-section .slick-dots li button:before {
    color: #b10000;
    font-size: 10px;
}

.testimonial-section .slick-dots .slick-active button:before {
    opacity: 1;
    color: #b10000;
}

section.serv-links {
    padding: 65px 0;
    padding-bottom: 120px;
}

section.serv-links .title h3 {
    font-size: 30px;
}

.serv-new-one {
    background-color: #000;
    padding: 75px 0;
}

section.serv-new-one .title h2 {
    text-shadow: none;
    font-size: 50px;
    line-height: 59px;
    width: 100%;
    color: #fff;
}

.serv-new-one .fea {
    position: relative;
    overflow: hidden;
}

.serv-new-one .fea img {
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.serv-new-one .fea:after {
    content: "";
    position: absolute;
    width: 300%;
    height: 0%;
    left: 50%;
    top: 50%;
    background-color: rgba(255, 255, 255, .2);
    transform: translate(-50%, -50%) rotate(-45deg);
    z-index: 1;
}

.serv-new-one .fea:hover:after {
    height: 250%;
    transition: all 600ms linear !important;
    background-color: transparent;
}

.serv-new-one .title p {
    color: #fff;
}

.serv-new-one .title ul li {
    color: #FFFFFFDE;
    font-size: 18px;
}

.serv-new-one .title.mid p {
    margin: 0;
    font-family: "Lato", sans-serif;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFFDE;
}

.serv-new-one .title.mid {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: center;
}

.serv-new-one .info-boxes {
    font-family: Arial, sans-serif;
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin: 0;
}

.serv-new-one .info-box {
    background-color: #B10000;
    color: white;
    padding: 30px 20px;
    text-align: center;
    border: 5px solid black;
}

.serv-new-one .info-box .icon {
    font-size: 30px;
    margin-bottom: 10px;
}

.serv-new-one .title .info-box h3 {
    margin: 0;
    font-size: 20px;
    letter-spacing: 1px;
    color: #fff;
}

.serv-new-one .info-box p {
    margin: 10px 0 0;
    line-height: 1.5;
}

.serv-new-one .info-box p a {
    color: #fff;
}

.contact_us_sec_1 .myform form.invalid .wpcf7-response-output,
.contact_us_sec_1 .myform form.unaccepted .wpcf7-response-output,
.contact_us_sec_1 .myform form.payment-required .wpcf7-response-output {
    border-color: #B10000 !important;
    color: #fff!important;
}

.contact_us_sec_1 form.sent .wpcf7-response-output {
    border-color: #B10000 !important;
    color: #fff!important;
}

.serv-new-one .get-started-section {
    background: url('/wp-content/uploads/2025/07/95373ef9-e237-4dfc-946b-aad33cb742a6-650x650-1.avif') no-repeat center center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
    position: relative;
}

.serv-new-one .get-started-content {
    background: rgba(0, 0, 0, 0.5);
    /* Optional dark overlay for readability */
    padding: 200px 20px;
    border-radius: 8px;
}

.serv-new-one .dot {
    width: 12px;
    height: 12px;
    background-color: #b10000;
    border-radius: 50%;
    margin: 0 auto 20px;
}

.serv-new-one .get-started-content h2 {
    color: #b10000;
    font-size: 36px;
    margin: 10px 0;
}

.serv-new-one .get-started-content p {
    color: #fff;
    width: 80%;
    margin: 0 auto 20px;
}

.serv-new-one .quote-btn {
    background-color: #b10000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 14px 30px;
    border-radius: 0px;
    font-size: 16px;
    display: inline-block;
    transition: background 0.3s;
}

.serv-new-one .quote-btn:hover {
    background-color: #b10000;
}

.serv-new-one .title h2 {
    box-shadow: none;
    text-shadow: none;
    color: #fff;
}


/**/

.benefits-section.loc {
    background-color: #fff;
}

.benefits-section.loc i {
    font-size: 40px;
    margin-bottom: 15px;
    color: #b10000;
}

.benefits-section.serv {
    background-color: #000;
    padding: 75px 0;
}

.benefits-section.serv .text-highlight {
    color: #b10000;
}

.benefits-section.serv .btn-highlight {
    background-color: #b10000;
    color: #fff;
    padding: 12px 25px;
    border-radius: 0px;
    transition: 0.3s;
    margin-top: 30px;
}

.benefits-section.serv .title h3 {
    color: #fff;
}

.benefits-section.serv .title p {
    text-transform: none;
    width: 100%;
    margin: 0 0 0 0;
    font-size: 18px;
    line-height: 25px;
    color: #FFFFFFDE;
}

.benefits-section.serv .btn-highlight:hover {
    background-color: #fff;
    color: black;
}

.benefits-section.serv .benefit-card {
    background-color: #1a1a1a;
    border-radius: 0px;
    transition: transform 0.3s ease;
}

.benefits-section.serv .benefit-card:hover {
    transform: translateY(-5px);
}

.benefits-section.serv .title h2 {
    font-size: 60px;
    line-height: 65px;
    margin-bottom: 0;
}

.benefits-section.serv.text-white .title h2 span {
    color: #fff;
}

.benefits-section.serv.text-white .title h2 {
    color: #b10000;
}

.benefits-section.serv .benefit-card .icon {
    font-size: 28px;
    color: #b10000;
}


/* Section Base */

.area-coverage-section {
    background-color: #ffffff;
    /* Pure White Background */
    padding: 80px 0;
    font-family: 'Inter', sans-serif;
    /* Ya jo aapki theme ka font hai */
}


/* Typography */

.area-text-content h2 {
    color: #000000;
    font-size: 2.8rem;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 20px;
}

.area-text-content p {
    color: #444444;
    /* Dark grey for readability */
    font-size: 1.1rem;
    line-height: 1.6;
}


/* Middle Heading */

.area-coverage-section h3 {
    color: #B1002F;
    /* Primary Red */
    font-size: 1.3rem;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 25px;
    border-left: 4px solid #B1002F;
    padding-left: 15px;
}


/* Grid Layout */

.area-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 15px;
}


/* Area Item Styling */

.area-item {
    background: #f9f9f9;
    /* Very light grey */
    border: 1px solid #eeeeee;
    padding: 20px;
    border-radius: 8px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.area-item span {
    color: #1a1a1a;
    font-weight: 600;
    font-size: 1rem;
}


/* Hover Effects */

.area-item:hover {
    background: #B1002F;
    border-color: #B1002F;
    transform: translateY(-5px);
    box-shadow: 0 10px 20px rgba(177, 0, 47, 0.2);
}

.area-item:hover span {
    color: #ffffff;
    /* Text turns white on red background */
}


/* Responsive Adjustments */

@media (max-width: 991px) {
    .area-text-content {
        text-align: center;
    }
    .area-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 576px) {
    .area-grid {
        grid-template-columns: 1fr;
    }
}

.appointment-section {
    background-color: #b10000;
    color: #fff;
    padding: 75px 0;
}

.appointment-section .appointment-title {
    font-weight: 700;
    color: #fff;
}

.appointment-section .appointment-text {
    font-size: 16px;
    color: #FFFFFFC9;
    line-height: 21px;
}

.appointment-section .appointment-btn {
    background-color: #000;
    color: #fff;
    padding: 15px 30px;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    display: inline-block;
    border-radius: 0;
    transition: background-color 0.3s ease;
}

.appointment-section .appointment-btn:hover {
    background-color: #222;
    color: #fff;
}

.appointment-section .car-icon svg {
    width: 120px;
    height: auto;
    display: block;
}

.appointment-section svg path {
    fill: #fff;
}

.faq-section {
    background-color: #000;
    padding: 75px;
}

.faq-section .title h2 {
    margin-bottom: 40px;
    text-shadow: none;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
}

.faq-section .accordion-button {
    background-color: #fff;
    color: #000;
    font-weight: 600;
}

.faq-section .accordion-button:not(.collapsed) {
    background-color: #8a0000;
    color: #fff;
}

.accordion-button:not(.collapsed)::after {
    color: #fff;
}

.faq-section .accordion-body {
    background-color: #fff;
    color: #333;
}

.faq-section .accordion-item {
    border: none;
    margin-bottom: 10px;
    border-radius: 5px;
    overflow: hidden;
}

.word {
    display: inline-block;
    white-space: nowrap;
}

.char {
    display: inline-block;
}


/* 
.text-animate .word {
    display: inline-flex;
    flex-wrap: nowrap;
    white-space: nowrap;
}

.text-animate .char {
    display: inline-block;
    transform: translateX(-30px);
}

.text-animate {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25em;
    line-height: 1.5;
    max-width: 100%;
}

.text-animate.align-center {
    justify-content: center;
    text-align: center;
}

.text-animate.align-left {
    justify-content: flex-start;
    text-align: left;
}

.text-animate .word {
    display: inline-flex;
    white-space: nowrap;
}

.text-animate .char {
    display: inline-block;
    transform: translateY(100%);
} */


/* .animated-heading {
    overflow: hidden;
    line-height: 1.3;
    text-align: center;
    /* default center, change using modifier */


/* }

.align-left {
    text-align: left;
}

.char {
    display: inline-block;
    transform: translateY(100%);
} */

.servic_banner {
    background-image: url('/wp-content/uploads/2025/07/7b52a075-9444-40b0-9603-3a3c8da388fe.avif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    padding: 182px 0 90px 0;
}

.servic_banner::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.7);
    width: 100%;
    top: 0;
    height: 100%;
}

.servic_banner .breadcrum {
    display: flex;
    gap: 0px;
}

.servic_banner .breadcrum p {
    color: #fff;
    margin: 0;
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 20px;
}

.servic_banner .breadcrum p a {
    color: #fff;
}

.servic_banner .title {
    position: relative;
}

.single-our_services header {
    background-color: #000;
}

.servic_banner .title h1 {
    color: #fff;
    margin: 0 0 25px 0;
    font-family: "Poppins", sans-serif;
    color: #FFFFFF;
    font-size: 5.8vw;
    font-weight: 700;
    line-height: 0.99em;
    letter-spacing: 0em;
    text-shadow: 7px 13px 0px rgba(0, 0, 0, 0.55);
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.servic_banner .title h1 span.word:last-child {
    color: #B10000;
}

section.serv-new-one.contact_us_sec_1.brnd.coupon-section {
    PADDING-BOTTOM: 155px;
}

.brnd.coupon-section .padset {
    padding-left: 35px;
}

.serv-new-one.contact_us_sec_1.brnd.coupon-section .padset {
    padding-left: 25px;
}

.benefits-section.serv .title h2 span.word:first-child {
    color: #B10000;
}

.servic_banner .title i {
    color: #B10000;
    margin: 0 16px 0 10px;
    font-weight: 900;
}

.serv-new-one .price-box {
    background: #101010;
    padding: 30px;
    margin: 50px 0 0 0;
}

.serv-new-one .price-box th {
    background-color: #101010;
    border: 0;
    font-weight: 700;
    color: #B10000;
    font-size: 20px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.serv-new-one .title h2 span {
    color: #B10000;
}

.serv-new-one .price-box tr th:last-child {
    text-align: right;
}

.serv-new-one .price-box tr td:last-child {
    text-align: right;
}

.serv-new-one .price-box td {
    background-color: #101010;
    border: 0;
    font-weight: 700;
    font-size: 18px;
    text-transform: uppercase;
    font-family: "Poppins", sans-serif;
}

.contact_us_sec_1 input {
    width: 100%;
    padding: 12px 15px;
    background-color: #f0f0f0;
    border-radius: 0px;
    border-color: #f0f0f0;
    outline: none;
    transition: 0.5s;
    color: #000;
}

.contact_us_sec_1 input::placeholder {
    font-family: "Poppins", sans-serif;
    color: #000;
}

.contact_us_sec_1 textarea::placeholder {
    font-family: "Poppins", sans-serif;
    color: #000;
}

.contact_us_sec_1 .myform {
    padding-top: 5px;
}

.contact_us_sec_1 textarea {
    width: 100%;
    padding: 12px 15px;
    background-color: #f0f0f0;
    border-radius: 0px;
    border-color: #f0f0f0;
    outline: none;
    transition: 0.5s;
    color: #000;
}

.contact_us_sec_1 input.wpcf7-form-control.wpcf7-submit.has-spinner {
    background-color: #b10000;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    padding: 14px 30px;
    border-radius: 0px;
    font-size: 16px;
    display: inline-block;
    transition: background 0.3s;
    border: 0;
    width: max-content;
}

.audi-cta-section {
    background-image: url(/wp-content/uploads/2025/07/7b52a075-9444-40b0-9603-3a3c8da388fe.avif);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    color: #fff;
    padding: 80px 0;
    text-align: center;
    position: relative;
}

.audi-cta-section button.mbtn {
    display: inline-block;
    height: 49px;
    text-align: center;
    line-height: 40px;
    background-color: #b10000;
    font-size: 1.2rem;
    font-weight: 600;
    border-radius: 5px;
    position: relative;
    border: 0;
    padding: 0 32px;
    color: #fff;
    margin: 0 0 20px 0;
    text-transform: uppercase;
    transition: 0.3s;
}

.audi-cta-section button.mbtn:hover {
    background-color: #000;
    color: #fff;
}

.audi-cta-section::before {
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.5);
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.audi-cta-section .cta-box {
    max-width: 950px;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.audi-cta-section .title h2 {
    text-shadow: none;
}

.audi-cta-section .cta-text {
    font-size: 16px;
    margin-bottom: 25px;
    line-height: 1.6;
    color: #fff;
}

.audi-cta-section .cta-btn {
    background: #fff;
    color: #b10000;
    font-weight: 600;
    padding: 12px 30px;
    border-radius: 6px;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.audi-cta-section .cta-btn:hover {
    background: #000;
    color: #fff;
}


/* Japanese aur Honda ke ilawa baaki sab items ko hide karne ke liye */

#mega-menu-item-273,
#mega-menu-item-274,
#mega-menu-item-275,
#mega-menu-item-276,
#mega-menu-item-277 {
    display: none !important;
}

li#mega-menu-item-239 ul li {
    display: none !important;
}

li#mega-menu-item-239 ul li:first-child {
    display: block !important;
}


/*media query*/

@media only screen and (max-width: 1200px) {
    .hero-slider .bdt-btn-wrapper {
        padding: 40px 0 40px 0;
    }
    .trust {
        padding: 75px 0 0px 0;
    }
    .hero-slider .slick-dots {
        bottom: 10px;
        left: 50%;
    }
    .title h2 {
        font-size: 90px;
        line-height: 90px;
    }
    .services-home {
        padding: 75px 0 0 0;
    }
    .services-home .title h2 {
        width: 80%;
    }
    .services-home .content.left {
        gap: 20px;
    }
    .services-home .content.right {
        gap: 20px;
    }
    .car-estimator select,
    .car-estimator input[type="submit"] {
        min-width: 120px;
    }
    .car-estimator {
        padding: 70px 0;
    }
    .coupon-section {
        padding: 75px 0;
    }
    .testimonials-sec .red-box h2 {
        text-shadow: none;
        font-size: 50px;
        line-height: 50px;
        width: 100%;
    }
}

@media only screen and (max-width: 991px) {
    .hero-slider .social-container {
        z-index: 9;
    }
    .hero-slider .contain-all .title h1 {
        font-size: 50px;
    }
    .content-serv .imgman {
        margin: 0 auto 40px;
    }
    .how-it-works .step p {
        width: 100%;
    }
    section.car-services .title h2 {
        line-height: 40px;
    }
    .black-box {
        width: 80%;
    }
    .services-home .content.left {
        gap: 20px;
        align-items: center;
        text-align: center;
        padding: 0 0 40px 0;
    }
    .services-home .padset {
        padding: 20px 0 0 0;
    }
    .services-home .content.right {
        gap: 20px;
        align-items: center;
        text-align: center;
        padding: 40px 0 40px 0;
    }
    .coupon-section .posi {
        left: 50%;
        top: 50%;
    }
    .coupon-section .padleft {
        padding: 30px 0 0 0;
    }
    .trust .containrightcontent {
        padding-top: 20px;
    }
    section.trust.second.third {
        padding-bottom: 20px;
    }
    .testimonials-sec .red-box {
        top: 0;
    }
    .testimonials-sec .all-content {
        padding: 50px 0 0 0;
    }
    .testimonials-sec {
        overflow: hidden;
    }
    .testimonials-sec .qodef-e-quote {
        width: 50px;
        height: 50px;
    }
    section.trust.second.fourth .content-set {
        padding: 40px 0 0 0;
    }
    .tab-content.text-center {
        padding: 20px 50px;
    }
    .coupon-section .posi {
        position: unset;
        transform: none;
    }
    .coupon-specials {
        min-width: 100%;
        border-top: 5px dashed #fff;
    }
    .serv-new-one.contact_us_sec_1.brnd.coupon-section .padset {
        padding-left: 0;
        padding-top: 50px;
    }
    section.serv-new-one.contact_us_sec_1.brnd.coupon-section {
        PADDING-BOTTOM: 45px;
    }
}

@media only screen and (max-width: 767px) {
    .hero-slider .slide-content h2 {
        font-size: 40px;
    }
    .servic_banner .breadcrum p {
        font-size: 14px;
    }
    .hero-slider .slide-content h2 {
        font-size: 30px;
        text-align: left;
        font-family: "Poppins", sans-serif;
        text-shadow: none;
        width: 90%;
    }
    .hero-slider .content-p {
        max-width: 87%;
        font-size: 15px;
    }
    .serv-new-one .title.mid {
        padding-top: 25px;
    }
    .hero-slider .social-container {
        z-index: 9;
        display: none;
    }
    .serv-new-one .quote-btn {
        margin-bottom: 25px;
    }
    .hero-slider .bdt-btn-wrapper {
        padding: 18px 0 25px 0;
        text-align: left;
    }
    .faq-section {
        padding: 45px 0;
    }
    .testimonials-sec .red-box h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .benefits-section.serv .title h2 {
        font-size: 30PX;
        line-height: 40PX;
        margin-bottom: 0;
    }
    .benefits-section.serv .btn-highlight {
        margin-top: 0;
    }
    .black-box {
        width: 80%;
        right: 0;
    }
    .benefits-section.serv .title h2 {
        color: #fff;
    }
    .brand-serv .title h2 {
        font-size: 30px;
        line-height: 40px;
        margin-bottom: 5px;
    }
    .faq-section .title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .popular-services .title h2 {
        font-size: 30px;
        line-height: 40px;
    }
    .servic_banner .title h1 {
        margin: 0 0 5px 0;
    }
    .coupon-section .title h2 {
        font-size: 35px;
        line-height: 35px;
    }
    .trust .containrightcontent {
        align-items: flex-start;
    }
    .hero-slider .contain-all .title .main-title-top {
        font-size: 50px;
    }
    .coupon-section .padleft {
        padding: 90px 0 0 0;
    }
    .services-accords .row {
        padding: 0 15px;
    }
    .services-accords .contain-img {
        padding: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
        position: relative;
    }
    .services-accords .contain-img img {
        margin-bottom: 25px;
    }
    .services-accords .order-change {
        order: 2;
    }
    .how-it-works .steps-wrapper {
        flex-wrap: wrap;
    }
    .how-it-works .step {
        flex: auto;
        margin: 0 auto;
        width: 100%;
    }
    .each_how_to_book.border_design_1:after,
    .each_how_to_book.border_design_2:after {
        display: none;
    }
    .content-serv .imgman {
        height: 100%;
        width: 97%;
    }
    .hero-slider .slid-arrow {
        left: 42%;
    }
    .hero-slider .slick-dots {
        left: 5%;
    }
    .title h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .hero-slider .custom-arrows button {
        right: 50px;
    }
    .hero-slider .custom-arrows button.slick-prev-custom {
        right: 110px;
    }
    .trust .title p {
        max-width: 100%;
        text-align: left;
    }
    .arw-btn {
        padding: 8px 0 0 0;
    }
    .trust .padtop {
        padding-top: 40px !important;
    }
    .services-home .title h2 {
        font-size: 40px;
        width: 100%;
    }
    .car-estimator .title h2 {
        text-shadow: none;
        font-size: 40px;
        font-weight: 400;
    }
    .cf7-grid.estimator-form {
        display: flex;
        gap: 0;
        flex-wrap: wrap;
        gap: 10px;
        justify-content: center;
    }
    .cf7-grid.estimator-form p {
        width: 100%;
        margin: 0;
    }
    .car-estimator .title .cf7-grid.estimator-form p {
        display: block;
    }
    .car-estimator input.wpcf7-form-control.wpcf7-email.wpcf7-text.wpcf7-validates-as-email {
        max-width: 299px;
        height: 55px;
        margin: 10px 0;
    }
    .car-estimator {
        padding: 50px 0 40px 0;
    }
    .marquee span {
        font-size: 100px;
    }
    .arw-btn {
        justify-content: flex-start;
    }
    .trust.second .active {
        top: 0;
    }
    .testimonials-sec .qodef-e-quote {
        width: 25px;
        height: 25px;
    }
    .testimonials-sec .slick-dots {
        display: none !important;
    }
    .red-box {
        padding: 35px;
    }
    section.trust.second.third {
        padding: 50px 0 0 0;
    }
    .process-steps .step-circle {
        width: 100px;
        height: 100px;
        line-height: 68px;
        font-size: 40px;
        font-size: 60px;
    }
    .process-steps {
        padding-top: 20px;
        padding-bottom: 0;
    }
    .brand-serv ul#brandTabs li.nav-item {
        width: 45%;
    }
    .hero-slider .contain-all .title h1 {
        font-size: 50px;
    }
    .tab-content.text-center {
        padding: 0 0px;
    }
    .hero-slider .custom-arrows button {
        top: 390px;
    }
    .trust h5 {
        font-size: 18px;
        line-height: 19px;
    }
    .service-box .content-padd {
        padding: 0;
    }
    .trust .arw-btn.black {
        padding: 5px 15px;
        font-size: 12px;
        height: auto;
        font-weight: 500;
        margin-top: 13px;
    }
    .service-box {
        height: 253px;
    }
    .services-home .content-image img {
        width: 100%;
        display: none;
    }
    .services-home .content.right {
        padding: 0px 0 40px 0;
    }
    .coupon-section .padleft ul {
        padding: 0px 0 0 0;
    }
    .marquee span {
        font-size: 50px;
    }
    .marquesection {
        min-height: auto;
    }
    .marquesection {
        background-position: unset;
        background-size: contain;
        background-attachment: unset;
    }
    .marquee-wrapper {
        padding: 150px 0 0 0;
    }
    .testimonials-sec .red-box {
        top: 0;
        padding: 15px 25px 32px;
    }
    .testimonials-sec .all-container {
        margin-top: 35px;
    }
    .testimonials-sec .testimi-div {
        flex-direction: column;
        gap: 15px;
    }
    .coupon-section .coupon-details h2 {
        font-size: 30px;
    }
    .coupon-section .coupon-details h2 span {
        font-size: 27px;
    }
    .coupon-section .coupon-details {
        min-width: 100%;
    }
    .appointment-section .align-items-center {
        flex-direction: column;
        text-align: center;
    }
    .appointment-section .car-icon svg {
        margin: 0 0 15px 0;
    }
    .benefits-section .title h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .benefits-section.loc {
        padding: 65px 0 0 0;
    }
    .area-text-content h2 {
        font-size: 30px;
    }
    html,
    body {
        overflow-x: hidden;
    }
    .benefits-section .title p {
        font-size: 12px;
        width: 100%;
    }
    .accordion-button {
        font-size: 16px;
    }
    .services-accords {
        padding: 55px 0;
    }
    .servic_banner .breadcrum {
        display: none;
    }
    .servic_banner .title h1 {
        font-size: 30px;
        font-weight: 700;
        line-height: 35px;
    }
    section.serv-new-one .title h2 {
        font-size: 30px;
        line-height: 35px;
    }
    .serv-new-one {
        padding: 30px 0;
    }
    .serv-new-one .price-box {
        background: #101010;
        padding: 15px;
        margin: 38px 0 0 0;
    }
    .serv-new-one .price-box td {
        font-size: 12px;
    }
    .serv-new-one .price-box th {
        font-size: 16px;
    }
    .serv-new-one .get-started-content {
        padding: 20px 20px;
    }
    .serv-new-one .get-started-content p {
        width: 100%;
    }
    section.coupon-section.in .coupon-img-container {
        display: none;
    }
}