.banner-section{
background:#1e0173;
padding:30px 0;
}

/* Text */

.banner-text h5{
color:#ff751f;
font-size:20px;
margin-bottom:10px;
line-height: 35px
}

.banner-text h1{
color:#fff;
font-size:60px;
font-weight:700;
margin-bottom:20px;
}

.banner-text p{
color:#fff;
line-height:28px;
text-align:justify;
}

.banner-text a{
color:#fff;
text-decoration:underline;
}

/* Button */

.call-btn{
display:inline-block;
background:#ff6a1a;
color:#fff;
padding:12px 30px;
border-radius:30px;
margin-top:15px;
text-decoration:none;
font-weight:600;
}

.call-btn:hover{
background:#ff4d00;
color:#fff;
}

/* Badge */

.trust-badge{
margin-top:15px;
display:inline-block;
background:#fff;
font-weight: 600;
color:#000;
padding:8px 20px;
border-radius:20px;
font-size:16px;
}

/* Right Image */

.banner-image img{
width:100%;
max-width:350px;
object-fit:cover;
border-radius:25px;
}

/* Mobile */

@media (max-width:768px){

.banner-section{
padding:50px 20px;
}

.banner-text h1{
font-size:26px;
}

.banner-text p{
font-size:14px;
line-height:24px;
text-align:left;
}

.banner-image img{
max-width:220px;
height:auto;
margin-top:25px;
}

.call-btn{
padding:10px 22px;
font-size:14px;
}

.trust-badge{
font-size:13px;
padding:6px 16px;
}

}
}
.service-card
{
background:#fff;
box-shadow:0 8px 20px rgba(0,0,0,0.3);
border-radius:6px;
transition:0.3s;
}
.service-item-top:hover
{
transform:translateY(-8px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}
.normal-text
{
color:#000;
font-size:15px;
}
.fact
{
background:#f8f9fa;
}
.fact-box
{
background:#ffffff;
padding:35px 20px;
border-radius:10px;
box-shadow:0 10px 25px rgba(0,0,0,0.08);
transition:0.3s;
}
.fact-box:hover
{
transform:translateY(-6px);
box-shadow:0 15px 35px rgba(0,0,0,0.15);
}
.fact-box i
{
font-size:28px;
color:#ff751f;
margin-bottom:10px;
}
.fact-box h2
{
font-weight:700;
margin-bottom:5px;
}
.fact-box p
{
margin:0;
color:#666;
}
.service-carousel .owl-item
{
padding:10px;
}
/* VEHICLE SECTION */
.vehicle-section
{
padding:70px 0;
background:#1e0173;
}
.vehicle-container
{
width:90%;
margin:auto;
display:grid;
grid-template-columns:repeat(5,1fr);
gap:20px;
}
/* TABLET */
@media (max-width:992px)
{
.vehicle-container{
grid-template-columns:repeat(3,1fr);
}
}
/* MOBILE */
@media (max-width:576px)
{
.vehicle-container{
grid-template-columns:repeat(2,1fr);
}
}
.vehicle-card{
background:#fff;
padding:20px;
border-radius:10px;
text-align:center;
box-shadow:0 5px 20px rgba(0,0,0,0.08);
transition:0.3s;
}
.vehicle-card:hover
{
transform:translateY(-6px);
}
.vehicle-card img{
width:100%;
height:140px;
object-fit:contain;
}

.vehicle-card h3{
margin-top:10px;
font-size:18px;
font-weight:600;
}

.vehicle-card p{
font-size:15px;
color:#000;
}

/* MOBILE VEHICLE CARD IMPROVEMENT */

@media (max-width:576px){

.vehicle-card{
padding:15px;
}

.vehicle-card img{
height:90px;
}

.vehicle-card h3{
font-size:16px;
}

.vehicle-card p{
font-size:13px;
}

}

.view-btn{
text-align:center;
margin-top:35px;
}

.view-btn a{
background:#ffb400;
color:#000;
padding:12px 30px;
border-radius:30px;
text-decoration:none;
font-weight:600;
}

.view-btn a:hover{
background:#000;
color:#fff;
}

/* TITLES */

.subtitle{
color:#000;
font-size:35px;
line-height:50px;
}

.subtitle-white{
color:#fff;
font-size:35px;
line-height:50px;
}

/* MOBILE TITLE */

@media (max-width:768px){

.subtitle,
.subtitle-white{
font-size:24px;
line-height:34px;
}

}

/* IMAGE FIX */

.package-img{
width:100%;
max-width:420px;
height:auto;
display:block;
margin:auto;
}
.map-box{
    display:inline-flex;
    align-items:center;
    background:#43a047; /* green background */
    padding:12px 20px;
    border-radius:4px;
    font-family:Arial, sans-serif;
    font-weight:600;
    color:#fff;
    font-size:20px;
    gap:10px;
	margin: 10px
}

.map-box img{
    width:40px;
    height:40px;
}
.footer-btn{
display:block;
background:#FF751F;
color:#fff;
padding:12px 15px;
margin-bottom:15px;
border-radius:6px;
text-decoration:none;
font-weight:600;
}

.footer-btn1{
display:block;
background:#FFf;
color:#000;
border: 2px solid #FF751F;
padding:12px 15px;
margin-bottom:15px;
border-radius:6px;
text-decoration:none;
font-weight:600;
}
.footer-btn2{
display:block;
background:#25d366;
color:#fff;
padding:12px 15px;
margin-bottom:15px;
border-radius:6px;
text-decoration:none;
font-weight:600;
}
.testimonial-item
{
background:#ffd695;
border-radius:10px;
margin: 15px;
box-shadow:0 8px 20px rgba(0,0,0,0.15);
padding:20px;
height:450px;
display:flex;
flex-direction:column;
}
.testimonial-text p
{
	color: #000 !important;
	font-size: 15px;
}
.testimonial-text h5
{
	font-size: 20px;
}
.city-area{
background:#f2f2f2;
padding:60px 20px;
text-align:center;
}

.city-area h2{
font-size:32px;
color:#8b0000;
margin-bottom:10px;
}

.city-area p{
margin-bottom:40px;
color:#555;
}

.area-container{
display:grid;
grid-template-columns:repeat(auto-fit,minmax(280px,1fr));
gap:25px;
max-width:1200px;
margin:auto;
}

.area-box{
background: #1E0173;
border-radius:6px;
overflow:hidden;
border-radius: 20px;
}

.area-box a{
display:block;
padding:14px 20px;
text-decoration:none;
color:#fff;
font-weight:600;
border-bottom:1px solid rgba(255,255,255,0.4);
transition:0.3s;
}

.area-box a:hover{
background:#e79b2f;
padding-left:25px;
}


.faq-item{
border-bottom:1px solid #ddd;
}

.faq-question{
display:block;
padding:18px;
cursor:pointer;
font-weight:600;
font-size:18px;
position:relative;
color: #000;
}

.faq-question::after{
content:"+";
position:absolute;
right:20px;
font-size:22px;
color:#ff6600;
}

.faq-item input{
display:none;
}

.faq-answer{
max-height:0;
overflow:hidden;
transition:0.4s;
padding:0 18px;
}

.faq-answer p{
padding-bottom:15px;
color:#000;
}

.faq-item input:checked ~ .faq-answer{
max-height:200px;
}

.faq-item input:checked + .faq-question::after{
content:"−";
}
.service-card 
{
	box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15),
            0 4px 10px rgba(0, 0, 0, 0.05);
}
/* Mega menu fix */
.mega-menu {
    position: static;
	
}

.mega-menu .dropdown-menu {
    width: 100%;
    left: 0;
    right: 0;
    border: none;
}

/* Background */
.mega-content {
    background: #e9e2f7;
	box-shadow: 0 10px 25px rgba(0,0,0,0.1);
	min-width: 600px !important;
}

/* Title */
.mega-title {
    font-weight: 600;
    margin-bottom: 10px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 5px;
}

/* Links */
.mega-content .dropdown-item {
    padding: 6px 0;
    font-size: 14px;
}

.mega-content .dropdown-item:hover {
    color: #ff6600;
    padding-left: 5px;
}

/* Hover open (desktop) */
@media (min-width: 992px) {
    .mega-menu:hover .dropdown-menu {
        display: block;
    }
}
.mega-content
{
	
}
/* Tablet */
@media (max-width: 991px) {
    .mega-content {
        min-width: 600px !important;
        width: 600px;
    }
}

/* Mobile */
@media (max-width: 767px) {
    .mega-content {
        min-width: 100% !important;
        width: 100%;
        padding: 15px !important;
    }

    /* Stack columns */
    .mega-content .row {
        flex-direction: column;
    }

    .mega-content .col-md-4 {
        width: 100%;
        margin-bottom: 15px;
    }
}
.dropdown-menu
{
	background: #e9e2f7 !important;
}
.dropdown-item:hover, .dropdown-item:focus
{
	color: #FF751F !important;
}