/* FONT IMPORT */

/* Google Font */
@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Rajdhani:wght@300;400;500;600;700&display=swap');

/* Local Font */
/* @font-face {
	font-family: "Font Name";
	src: url("../fonts/fontpath.ttf");
  } */

:root {
    --white: #fff;
    --black: #000;
    --primary: #E60000;
    --secondary: #333333;

    /* Font Variable */
}

html {
    scroll-behavior: smooth;
    height: 100%;
}

body {
    position: relative;
    background: #fff;
    overflow-x: hidden;
    height: 100%;
    font-family: "Rajdhani", sans-serif;
}

section {
    position: relative;
    padding: 6rem 0;
}

p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 2;
    color: #828282;
}

h1,
h2,
h3 {
    font-family: "Bebas Neue", sans-serif;
}

h4,
h5,
h6 {
    color: #000;
}

.img-auto {
    display: block;
    max-width: 100%;
    margin: 0 auto;
}

a,
button {
    text-decoration: none !important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

a:hover,
button:hover {
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

ul {
    padding: 0;
    margin: 0;
    list-style: none;
}

figure {
    margin: 0;
}


/* Cursor Start */

.mouse-cursor {
    position: fixed;
    left: 0;
    top: 0;
    pointer-events: none;
    border-radius: 50%;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    visibility: hidden;
}

.cursor-inner {
    margin-left: 2px;
    margin-top: 2px;
    width: 7px;
    height: 7px;
    z-index: 10000001;
    background-color: var(--primary);
    -webkit-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, height 0.3s ease-in-out, margin 0.3s ease-in-out, opacity 0.3s ease-in-out;
}

.cursor-inner.cursor-hover {
    margin-left: -10px;
    margin-top: -10px;
    width: 30px;
    height: 30px;
    background-color: var(--primary);
    opacity: 0.3;
}


/* Cursor End */


/* PRELOADER */
#preloader {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 0.5s ease;
}

/* VIDEO FULL COVER */
#preloader-video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* FADE OUT */
#preloader.fade-out {
    opacity: 0;
}

/* MAIN CONTENT (hidden NA karein) */
#main-content {
    padding: 40px;
    text-align: center;
}

/* PRELOADER */


/* GLOBAL CSS */

.themeBtn {
    background: var(--primary);
    font-size: 33px;
    color: var(--white);
    text-transform: uppercase;
    font-weight: bold;
    display: inline-block;
    padding: 1.5rem 2rem;
    border-radius: unset;
    line-height: normal;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.themeBtn.borderBtn {
    background: transparent;
    border: 1px solid #fff;
    padding: 1.04em 2em;
}

.heading {}

.subtitle {}

/* !GLOBAL CSS */


/* mouse animation css  */


/* .bounce-element {
	animation: bounce 0.9s infinite alternate;
	-webkit-animation: bounce 0.9s infinite alternate;
}
@keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
@-webkit-keyframes bounce {
	from {
		transform: translateY(0px);
	}
	to {
		transform: translateY(-15px);
	}
}
.mouse {
	position: absolute;
	bottom: 1rem;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 11;
	text-align: center;
} */


/* mouse animation css  */


/* NAV HEADER CSS */

header {

    padding: 1rem 0;
    transition: 0.3s ease-in-out;
}

.navbar-brand {
    padding: 0;
    margin: 0;
}

.navbar-nav {
    align-items: center;
    gap: 3.5rem;
}

.navbar-nav .nav-item .nav-link {
    font-size: 20px;
    color: #101111;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 0;
    display: inline-block;
}


/* !NAV HEADER CSS */


/* MAIN HERO SLIDER CSS */

.main-slider {
    height: 870px;
}

.homeSlider.swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    overflow: hidden;
}

.homeSlider.swiper-container .swiper-slide {
    overflow: hidden;
}

.homeSlider .swiper-pagination {
    bottom: 8rem;
    width: fit-content;
    left: 18rem;
}

.homeSlider .swiper-button-prev,
.homeSlider .swiper-button-next {
    width: 4.35rem;
    height: 4.35rem;
    font-size: 1rem;
    color: #fff;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.28);
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 1;
    transition: 0.3s ease-in-out;
    cursor: pointer;
}

.homeSlider .swiper-button-next {
    right: 1rem;
}

.homeSlider .swiper-button-prev {
    left: 1rem;
}

.homeSlider .swiper-button-next:hover,
.homeSlider .swiper-button-prev:hover {
    background: var(--white);
    color: var(--black);
}

.homeSlider .swiper-pagination-bullet {
    height: 12px;
    width: 12px;
    display: inline-block;
    margin: 0 0.5rem !important;
    background: #fff;
    opacity: 0.45;
}

.homeSlider .swiper-pagination-bullet-active {
    background: var(--white);
    position: relative;
    opacity: 1;
}

.homeSlider .slide-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background-size: cover;
    background-position: center;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: center;
}

.main-slider h1 {
    margin: 0;
    color: var(--white);
    font-size: 96px;
    line-height: 1;
    font-weight: 400;
    text-transform: uppercase;
}

.main-slider p {
    color: var(--white);
    font-weight: 600;
    line-height: 1.2;
    margin-top: 0.275rem;
    font-size: 20px;
    width: 78%;
    text-transform: capitalize;
}

.slideOne span {
    background: #fff;
    color: #000;
    padding: 6px 10px 0 10px;
    border-radius: 6px;
    line-height: 1;
    display: inline-block;
}

/* !MAIN HERO SLIDER CSS */


.themeBtn img {
    margin-left: 10px;
}

.mainHead {
    font-size: 75px;
    font-weight: 400;
    color: #101111;
    text-transform: uppercase;
}


/* section1 */
.subHead {
    font-size: 1.75rem;
    font-weight: 400;
    color: #101111;
    line-height: 1.3;
    text-transform: capitalize;
    font-family: "Rajdhani", sans-serif;
}

.about-section p {
    font-size: 1.125rem;
    color: #5A5756;
    font-weight: 600;
    line-height: 1.7;
    text-transform: capitalize;
}

/* Custom Tabs */
.custom-tabs {
    border-bottom: none;
    gap: 20px;
    margin-bottom: 2.25rem !important;
}

.custom-tabs .nav-item {
    margin-bottom: 0;
}

.custom-tabs .nav-link {
    font-size: 3rem;
    font-weight: 400;
    color: #101111;
    text-transform: uppercase;
    border: none;
    padding: 0;
    background-color: transparent;
    position: relative;
    transition: color 0.3s ease;
    font-family: "Bebas Neue", sans-serif;
}

.custom-tabs .nav-link::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 0%;
    height: 3px;
    background-color: var(--primary);
    transition: width 0.3s ease;
}

.custom-tabs .nav-link.active {
    color: var(--primary);
    background-color: transparent;
}

.custom-tabs .nav-link.active::after {
    width: 100%;
}

.custom-tabs .nav-link:hover {
    color: #d1121c;
}

/* Tab Box Style */
.tab-box {
    border: 1px solid #E4E4E4;
    border-radius: 15px;
    padding: 20px 30px;
    position: relative;
    background-color: #FBFBFB;
}

.tab-box::before {
    content: '';
    position: absolute;
    top: -11px;
    left: 40px;
    /* Adjust based on active tab position */
    width: 26px;
    height: 26px;
    background-color: #FBFBFB;
    border-top: 1px solid #e9ecef;
    border-left: 1px solid #e9ecef;
    transform: rotate(45deg);
}

.tab-box p {
    width: 78%;
}

/* Image Styling */
.img-wrapper {
    border-radius: 5px;
    overflow: hidden;
}

.object-fit-cover {
    object-fit: cover;
}

/* Responsive adjustments */
@media (max-width: 991px) {
    .subHead {
        font-size: 20px;
    }

    .custom-tabs .nav-link {
        font-size: 24px;
    }
}

/* section1 */

/* section2 */

.towing-services {
    background: url(../images/servbg.webp)center/cover no-repeat;
    /* padding-bottom: 2rem; */
    overflow: hidden;
    height: 1660px;
}

.service-card {
    transition: transform 0.3s ease;
}

.service-card:hover {
    transform: translateY(-5px);
}

.service-img {
    /* object-fit: cover; */
    /* height: 250px; */
}

.service-title {
    font-weight: bold;
    font-size: 33px;
}

.custom-btn-red {
    background-color: #e3000f;
    color: #ffffff;
    border-radius: 0;
    padding: 12px 15px;
    font-family: 'Oswald', sans-serif;
    font-weight: 700;
    font-size: 1rem;
    border: none;
    transition: background-color 0.3s ease;
}

.custom-btn-red:hover {
    background-color: #be000c;
    color: #ffffff;
    text-decoration: none;
}

.btn-icon {
    width: 35px;
    height: 15px;
    object-fit: contain;
}

.truck-section {
    /* position: relative; */
    /* padding-top: 40px; */
}

/* Responsive adjustments for the bottom slant */
@media (max-width: 768px) {
    .towing-services {
        clip-path: polygon(0 0, 100% 0, 100% 98%, 0 100%);
    }

    .road-bg {
        height: 50%;
    }
}

/* section2 */


/* section3 */
.testimonial-wrap {
    background: #ffffff;
    padding: 2rem 0 13rem 0;
}

.img-cover {
    object-fit: cover;
}

.testimonial-card {
    background-color: #f5f5f5 !important;
    border: 1px solid #eaeaea;
}

.author-thumb {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border: 2px solid #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.quote-icon {
    font-size: 5rem;
    line-height: 0.6;
    font-weight: bold;
    color: #df0000 !important;
    margin-top: 10px;
    display: inline-block;
}

.testimonial-text {
    font-size: 0.85rem;
    line-height: 1.8;
}

.author-name {
    color: #222222;
    font-size: 1rem;
}

/* section3 */

/* sectiont4 */
/* Project-wide custom styles can go here if applicable to this specific section */

.hero-section {
    position: relative;
}

.background-image-container {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 100px 0;
    /* Fallback color if image is missing */
    background-color: #333;
}

.form-container {
    background-color: rgb(0 0 0 / 70%);
    padding: 4rem 79px 74px 79px;
    border-radius: 5px;
    margin: -105px 0 0 0;
}

.form-title {
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 30px;
    font-weight: 700;
    letter-spacing: 1px;
}

.form-container label {
    color: var(--white);
    font-size: 1.125rem;
    margin-bottom: 5px;
    font-weight: 600;
    text-transform: capitalize;
}

.form-container .form-control {
    border-radius: 5px;
    background-color: #fff;
    height: 58px;
    outline: unset;
    border: unset;
    box-shadow: unset;
}

.form-container textarea.form-control {
    height: 125px;
}

/* sectiont4 */


/* footer  */

.site-footer {
    background-color: #000000;
    padding-top: 95px;
}

.site-footer p {
    font-size: 1.875rem;
    font-weight: 600;
    line-height: 1;
}

.site-footer .small {
    font-size: 1.125rem;
    font-weight: 600 !important;
    text-transform: capitalize !important;
    color: #E60000 !important;
}

.footer-main-nav li {
    margin: 0 1.125rem;
}

.footer-main-nav a {
    color: #ffffff;
    text-transform: uppercase;
    font-size: 1.125rem;
    font-weight: 500;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.footer-main-nav a:hover {
    color: #dc3545;
}

.footer-main-nav .has-drop a::after {
    content: '\f107';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    margin-left: 5px;
    color: #cc0000;
    font-size: 0.8em;
    vertical-align: middle;
}

.icon-box {
    width: 65px;
    height: 65px;
    border-color: #333333 !important;
    color: #ffffff;
    font-size: 1.5rem;
    transition: all 0.3s ease;
}

.icon-box:hover {
    background-color: #cc0000;
    border-color: #cc0000 !important;
    transform: translateY(-3px);
}

.info-box h6 {
    color: #cc0000 !important;
}

.social-icons a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    border: 1px solid #ffffff;
    border-radius: 50%;
    color: #ffffff;
    font-size: 0.85rem;
    transition: all 0.3s ease;
}

.social-icons a:hover {
    background-color: #ffffff;
    color: #000000;
}

hr.border-secondary {
    border-top-color: #222222 !important;
}

.text-muted {
    color: #888888 !important;
}

/* footer  */



/* mapsec */
.locations-section .location-badge {
    border: 1px solid #777;
    padding: 7px 20px;
    margin: 3px 7px 0 7px;
    color: #101111;
    background-color: #fff;
    display: inline-flex;
    align-items: center;
    text-transform: uppercase;
    transition: all 0.3s ease;
    cursor: pointer;
    letter-spacing: 0.5px;
    font-size: 1.5rem;
    font-weight: 600;
}

.locations-section .location-badge i {
    font-size: 16px;
    color: #d01c1c;
}

.locations-section .location-badge:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    border-color: #d01c1c;
    transform: translateY(-2px);
}

.map-image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
    border: 1px solid #eaeaea;
}

/* mapsec */



/* Drop-Down Css Start */

.navbar .nav-item.drop-down {
    position: relative;
    z-index: 1;
}

.quicklist li a:hover {
    color: var(--white);
}

.navbar .drop-down>a:after {
    content: "\f107";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    padding-left: 0.625rem;
    color: var(--primary);
}

.navbar .drop-down ul {
    display: block;
    position: absolute;
    left: 0.875rem;
    top: calc(100% + 30px);
    z-index: 99;
    opacity: 0;
    visibility: hidden;
    padding: 0;
    background: #fff;
    box-shadow: 0px 0px 30px rgb(127 137 161 / 25%);
    transition: 0.3s;
}

.navbar .drop-down:hover>ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.navbar .drop-down li {
    min-width: 200px;
    position: relative;
    list-style: none;
}

.navbar .drop-down ul a {
    padding: 6px 1.0625rem;
    font-size: 0.8125rem;
    font-weight: 500;
    text-transform: none;
    color: #151515;
    display: block;
    text-transform: uppercase;
}

.navbar .drop-down ul a:hover {
    background: var(--primary);
    color: var(--white);
}

/* Drop-Down Css End  */


.nav-social {
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.nav-social li a i {
    height: 2rem;
    width: 2rem;
    display: grid;
    place-items: center;
    border-radius: 50px;
    border: 1px solid #101111;
    color: #101111;
    transition: 0.6s ease;
}

.form-inline {
    flex-direction: column;
    gap: 1rem;
}

.phone-number {
    display: flex;
    align-items: center;
    gap: 0.625rem;
    padding: 1.5rem 30px;
    background-color: var(--primary);
    font-size: 33px;
    font-weight: bold;
    text-transform: uppercase;
    color: var(--white);
    margin-bottom: -3rem;
    position: relative;
    z-index: 1;
}

.phone-number::before {
    position: absolute;
    content: "";
    height: 36px;
    width: 33px;
    background-color: #AE0001;
    left: -30px;
    clip-path: polygon(100% 0, 100% 92%, 0 0);
    bottom: -6px;
}

.service-card .themeBtn {
    width: 100%;
    text-align: center;
}

.locations-section {
    padding: 0 0 5rem 0;
}


.hero-section {
    background: url(../images/requestbg1.webp)center/cover no-repeat;
    padding: 0 0 117px 0;
}

.review-flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reivew-wrap {
    border-radius: 8px;
    background-color: #F2F2F2;
    padding: 31px 38px 40px 2.25rem;
}

.reivew-wrap p {
    font-size: 1.125rem;
    font-weight: 600;
    line-height: 1.8;
    color: #5A5756;
    text-transform: capitalize;
    margin: 1.25rem 0 0.875rem 0;
}

.reivew-wrap h5 {
    font-size: 22px;
    font-weight: 500;
    text-transform: capitalize;
    color: #101111;
}

.form-container .mainHead {
    text-align: center;
    color: var(--white);
    margin: 0 0 1.875rem 0;
}

.destination .form-control {
    height: 125px;
}

.form-container button {
    border: unset;
}

section.hero-section .form-group {
    margin-bottom: 2.25rem;
}

.footer-main-nav a i {
    color: var(--primary);
}

ul.footer-info {
    display: flex;
    align-items: start;
    justify-content: center;
    gap: 4rem;
}

.copyright p {
    font-size: 1.25rem;
    font-weight: 600;
    color: var(--white);
    text-align: center;
}

.footer-social {
    display: flex;
    align-items: center;
    gap: 0.52rem;
    justify-content: center;
}

.footer-social li a i {
    height: 39px;
    width: 39px;
    display: grid;
    place-items: center;
    border-radius: 50px;
    border: 1px solid var(--white);
    color: var(--white);
    transition: 0.6s ease;
}

.footer-social li a:hover i {
    background-color: var(--white);
    color: var(--black);
}

.phone-number:hover {
    color: var(--white);
}

.nav-social li a:hover i {
    background-color: var(--primary);
    color: var(--white);
    border-color: var(--primary);
}

.themeBtn::before {
    position: absolute;
    content: "";
    height: 100%;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    width: 0%;
    background-color: var(--black);
    transition: 0.6s ease;
    z-index: -1;
}

.themeBtn:hover::before {
    width: 100%;
}

.themeBtn:hover {
    color: var(--white);
}

.service-card .themeBtn img {
    transition: 0.6s ease;
}

.service-card .themeBtn:hover img {
    filter: brightness(0);
}

.service-card .themeBtn::before {
    background-color: var(--white);
}

.service-card .themeBtn:hover {
    color: var(--black);
}

.about-section {
    padding: 7rem 0 9rem 0;
}

.navbar-nav .nav-item .nav-link:hover {
    color: var(--primary);
}

/* Inner Pages Css Start */
.inner-banner {
    position: relative;
}

.inner-banner .overlay {
    position: absolute;
    display: flex;
    align-items: center;
    inset: 0;
    z-index: 1;
}

.inner-banner .overlay h2 {
    font-size: 6rem;
    font-weight: 400;
    text-transform: uppercase;
    color: var(--white);
    line-height: 1;
    margin: 0;
}

.services-page .row+.row {
    padding: 3.125rem 0 0 0;
}

.request-sec .form-container {
    margin: 0;
    padding: 2rem 3rem 2.075rem 3rem;
    background-color: var(--black);
}

.request-sec {
    padding: 9.375rem 0 9.375rem 0;
}

.contact-page .form-container {
    margin-right: 1.25rem;
}

.contact-page .form-container .mainHead {
    text-align: start;
}

.request-sec .form-container .mainHead {
    text-align: start;
}

.request-sec .form-group {
    margin-bottom: 1.975rem;
}


.area-sec .mainHead {
    text-align: center;
}

.area-wrapp {
    position: relative;
}

.area-wrapp a {
    position: absolute;
    display: flex;
    align-items: center;
    inset: 0;
    margin: auto;
    height: fit-content;
    width: fit-content;
    gap: 1rem;
    font-size: 1.5rem;
    font-weight: 600;
    text-transform: uppercase;
    color: #101111;
    border: 1px solid var(--black);
    padding: 0.5rem 1.25rem 0.5rem 1.25rem;
}

.area-wrapp a i {
    color: var(--primary);
    transition: 0.6s ease;
}

.area-wrapp:hover a {
    color: var(--white);
    border: 1px solid var(--white);
}

.area-wrapp:hover iframe {
    filter: grayscale(1);
}

.area-sec .row+.row {
    padding: 1.275rem 0 0 0;
}

/* Inner Pages Css End */

.footer-info li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}