
* {
/* font-family: 'Inter', sans-serif; */
}
h1,h2,h3,h4{
/* font-weight: 500!important; */
font-family: 'Steagal', sans-serif;
}
.hero-section {
position: relative;
height: 100vh;
overflow: hidden;
}

.hero-video {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
object-fit: cover;
z-index: 0;
}

.hero-overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
/* background: rgba(0, 0, 0, 0.6); */
background: rgb(0 0 0 / 80%);

z-index: 1;
}

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

.menu-sidebar {
position: fixed;
top: 0;
left: -100%;
width: 100%;
max-width: 500px;
height: 100vh;
background: rgba(0, 0, 0, 0.98);
z-index: 1000;
transition: left 0.3s ease;
overflow-y: auto;
}

.menu-sidebar.active {
left: 0;
}

.menu-overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100vh;
background: rgba(0, 0, 0, 0.7);
z-index: 999;
display: none;
}

.menu-overlay.active {
display: block;
}

.changing-text {
/* color: #FCD900; */
color: rgb(251 146 60 / 1);
}

.btn-yellow {
background: #FCD900;
color: #000;
font-weight: 600;
padding: 1rem 2rem;
border-radius: 0.25rem;
transition: all 0.3s;
}

.btn-yellow:hover {
background: #E5C500;
transform: translateY(-2px);
}

.chat-button {
position: fixed;
bottom: 2rem;
right: 2rem;
width: 60px;
height: 60px;
background: #FCD900;
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
cursor: pointer;
z-index: 100;
box-shadow: 0 4px 12px rgba(252, 217, 0, 0.4);
transition: all 0.3s;
}

.chat-button:hover {
transform: scale(1.1);
}

.section-title {
font-size: 2.5rem;
font-weight: 700;
margin-bottom: 2rem;
}

.service-card {
padding: 2rem;
border-left: 4px solid #FCD900;
background: #f9f9f9;
margin-bottom: 1.5rem;
transition: all 0.3s;
}

.service-card:hover {
transform: translateX(10px);
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.feature-item {
padding: 1.5rem;
border: 1px solid #e5e5e5;
border-radius: 0.5rem;
transition: all 0.3s;
}

.feature-item:hover {
border-color: #FCD900;
box-shadow: 0 4px 12px rgba(252, 217, 0, 0.2);
}

@keyframes slideUp {
0% {
    transform: translateY(100%);
    opacity: 0;
}
100% {
    transform: translateY(0);
    opacity: 1;
}
}

@keyframes slideOut {
0% {
    transform: translateY(0);
    opacity: 1;
}
100% {
    transform: translateY(-100%);
    opacity: 0;
}
}

.text-split.hide {
animation: slideOut 0.6s ease-out forwards;
}

/* .parallax-section {
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
} */
 .parallax-section {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    position: relative;
    background-position: bottom;
}

/* Desktop only */
@media (min-width: 1024px) {
    .parallax-section {
        background-attachment: fixed;
    }
}


.parallax-overlay {
background: rgb(25 25 25 / 70%);
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

/* Slick Slider Custom Styles */
.services-slider .slick-slide {
padding: 0 15px;
}

.services-slider .slick-list {
margin: 0 -15px;
}

.testimonials-slider .slick-slide {
padding: 0 15px;
}

.testimonials-slider .slick-list {
margin: 0 -15px;
}

/* Custom Arrow Styles */
.slick-arrow {
/* background: #facc15 !important; */
background: rgb(251 146 60 / 1)!important;
color: #000 !important;
width: 120px !important;
height: 45px !important;
border-radius: 0 !important;
font-size: 14px !important;
/* transition: background 0.3s ease; */
z-index: 10;
}

.slick-arrow:hover {
background: rgb(241, 134, 45)!important;;
}

.slick-arrow:before {
display: none;
}

.slick-prev {
left: 0 !important;
}

.slick-next {
right: 0 !important;
}

/* Ensure equal height cards */
.services-slider .slick-track,
.testimonials-slider .slick-track {
display: flex !important;
}

.services-slider .slick-slide,
.testimonials-slider .slick-slide {
height: inherit !important;
display: flex !important;
}

.services-slider .slick-slide > div,
.testimonials-slider .slick-slide > div {
width: 100%;
display: flex !important;
}





.progress-line::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 30px;
    bottom: 0;
    width: 2px;
    background: #555;
}

.progress-step::before {
    content: '';
    position: absolute;
    left: -35px;
    top: 5px;
    width: 26px;
    height: 26px;
    border: 2px solid #555;
    border-radius: 50%;
    background: #2d2d2d;
}

.progress-step.completed::before {
    background: #f4c842;
    border-color: #f4c842;
}

.progress-step.completed::after {
    content: '✓';
    position: absolute;
    left: -28px;
    top: 8px;
    color: #000;
    font-size: 12px;
    font-weight: bold;
}

.booking-input {
    border: none!important;
    background: none!important;
}

.vehicle-short-card {
    transition: none !important;
}

/* Mobile responsive fixes */
@media (max-width: 768px) {
    .vehicle-short-card {
        flex-direction: column;
        text-align: center;
        padding: 1.5rem;
    }
    
    .vehicle-short-card img {
        width: 100%;
        max-width: 180px;
    }
    
    .progress-line::before {
        left: 8px;
    }
    
    .progress-step::before {
        left: -31px;
        width: 22px;
        height: 22px;
    }
    
    .progress-step.completed::after {
        left: -25px;
        top: 6px;
    }
}

.cardTitile {
    font-weight: 600!important;
    font-size: 17px!important;
    margin-bottom: 30px!important;
}
.vehicle-card {
    border-color: #e5e7eb;
    transition: all 0.2s ease;
}
.vehicle-card:hover {
    border-color: #d1d5db;
}
.vehicle-card.selected {
    border-color: #fbbf24;
    background: linear-gradient(to right, #ffffff 0%, #fef3c7 100%);
}
.vehicle-card.selected:hover {
    border-color: #f59e0b;
}