body {
    background-color: #ffffff;
	padding-top: 70px; /* Adjust this value based on the height of your navbar */

	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, Noto Sans, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol, Noto Color Emoji;

}


/* Custom Navbar Styling */
.custom-navbar {
    background-color: #000;
    /* padding: 20px 0; */
}

.logo {
    max-height: 80px;
}

.navbar-nav .nav-link {
    color: #fff;
    font-weight: bold;
    margin-right: 20px;
    text-transform: uppercase;
    position: relative;
}

.navbar-nav .nav-link.active {
    color: #fe6b00;
}

/* Hover underline effect */
.navbar-nav .nav-link::after {
    content: '';
    display: block;
    width: 0;
    height: 2px;
    background-color: #fe6b00;
    transition: width 0.3s;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.navbar-nav .nav-link:hover::after {
    width: 100%;
}

/* Ensuring dropdown link doesn't disturb underline effect */
.navbar-nav .dropdown:hover .nav-link::after {
    width: 0; /* Remove underline for parent on hover of dropdown */
}

/* Adjust for active link */
.navbar-nav .nav-link.dropdown-toggle:after {
    display: none; /* Remove the underline from the dropdown toggle */
}

/* Dropdown Menu Styling */
.dropdown-menu {
    background-color: #333;
    border: none;
}

.dropdown-menu .dropdown-item {
    color: #fff;
    padding: 10px 20px;
    text-transform: uppercase;
    transition: background-color 0.3s;
}

.dropdown-menu .dropdown-item:hover {
    background-color: #fe6b00;
    color: #fff;
}

/* Call Button */
.btn-call {
    background-color: #fe6b00;
    color: white;
    padding: 10px 20px;
    margin-left: 20px;
    border-radius: 5px;
    font-weight: bold;
}

.btn-call i {
    margin-right: 10px;
}

.btn-call:hover {
    background-color: #fe6b00;
    color: #fff;
}

/* Mobile Toggler Icon */
.navbar-toggler {
    border-color: #fff;
}

.navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=UTF8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba%28fff,%201%29' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4%207h22M4%2015h22M4%2023h22'/%3E%3C/svg%3E");
}



        /* Custom styling for the heading */
        .quick-booking-header {
            text-align: center;
            margin-top: 55px;
        }

        .quick-booking-header h1 {
            font-family: Arial, sans-serif;
            font-weight: bold;
            color: #fe6b00; /* Orange color */
            display: inline-block;
        }

        .quick-booking-header h1 span {
            color: black;
            font-weight: 900;
        }

        .quick-booking-header p {
            color: gray;
            font-size: 1.2rem;
            margin-top: 5px;
        }

        .quick-booking-header .phone-number {
            color: #fe6b00; /* Orange color for the phone number */
            font-weight: bold;
        }
		
		
		
		.quick-booking-header .phone-number a {
    color: #fe6b00;
    text-decoration: none; /* Optional: to remove the underline */
}

.quick-booking-header .phone-number a:hover {
    color: #000000; /* Optional: for a hover effect */
}
		
		
		
		
		
		
		
		  /* .services-section { */
            /* padding: 60px 0; */
            /* background-color: #f8f9fa; */
        /* } */

        /* .services-section h2 { */
            /* text-align: center; */
            /* margin-bottom: 40px; */
            /* font-size: 2.5rem; */
            /* font-weight: bold; */
            /* color: #333; */
        /* } */

        /* .custom-card { */
            /* background-color: #fff; */
            /* border: 1px solid #e0e0e0; */
            /* border-radius: 12px; */
            /* box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1); */
            /* transition: transform 0.3s ease, box-shadow 0.3s ease; */
            /* overflow: hidden; */
        /* } */

        /* .custom-card:hover { */
            /* transform: translateY(-10px); */
            /* box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.2); */
        /* } */

        /* .custom-card img { */
            /* width: 100%; */
            /* height: 200px; */
            /* object-fit: cover; */
        /* } */

        /* .custom-card-body { */
            /* padding: 20px; */
        /* } */

        /* .custom-card-title { */
            /* font-size: 1.3rem; */
            /* font-weight: 700; */
            /* color: #ff6600; */
        /* } */

        /* .custom-card-text { */
            /* font-size: 0.95rem; */
            /* color: #666; */
            /* margin-top: 10px; */
            /* margin-bottom: 20px; */
        /* } */

        /* .custom-card-footer { */
            /* text-align: center; */
            /* padding: 15px; */
            /* background-color: #ff6600; */
            /* border-radius: 0 0 12px 12px; */
        /* } */

        /* .custom-card-footer a { */
            /* color: white; */
            /* text-decoration: none; */
            /* font-weight: bold; */
            /* font-size: 1rem; */
            /* padding: 10px 20px; */
            /* display: inline-block; */
            /* transition: background-color 0.3s ease; */
        /* } */

        /* .custom-card-footer a:hover { */
            /* background-color: #004080; */
            /* color: #fff; */
            /* border-radius: 25px; */
        /* } */
    

.card {
    /* border: 1px solid #ddd; */
    /* box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); */
	background:#cecece;
}

.card-header {
    font-weight: bold;
    font-size: 1.25rem;
	    margin: 14px;
}

/* Select all asterisks (*) inside form labels and style them */
.form-label::after {
    content: " *";
    color: red;
}
.card-header:first-child {
    border-radius: 0px!important;
    padding: 13px!important;
	    text-align: center;
	}
	/* Allow only horizontal resizing */
textarea {
    resize: horizontal;
}

/* Allow only vertical resizing */
textarea {
    resize: vertical;
}

	
.img-fluid {
    border-radius: 8px;
    max-width: 100%;
    height: auto;
}

.btn-outline-secondary {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    height: 100%;
    padding: 15px;
    border: 2px solid #ddd;
    transition: 0.3s;
}

.btn-outline-secondary:hover {
    border-color: #0056b3;
}

.form-check-inline {
    margin-right: 15px;
}

.btn-warning {
	 background-color: #fe6b00;
    font-size: 1.25rem;
    padding: 10px;
}

.btn-warning:hover {
    background-color: #fe6b00;
}



.btn-check:focus+.btn-warning, .btn-warning:focus {
    color: #000;
    background-color: #fe6b00;
    border-color: #fe6b00;
    box-shadow: 0 0 0 .25rem rgba(217, 164, 6, .5);
}



form .form-control {
    height: 50px !important; /* Increase input height */
    font-size: 1.2rem !important; /* Increase font size */
    border-radius: 0 !important; /* Remove border radius */
    border: 1px solid #ccc !important; /* Set border */
    padding: 10px !important; /* Increase padding for larger input size */
	
}

form .form-control:focus {
    box-shadow: none !important; /* Remove default focus shadow */
    border-color: #0056b3 !important; /* Change border color on focus */
}

#note {
    height: auto !important; /* Reset height */
   
}


.card-body {
   
    background: #cecece!important;;
	
	
}



.btn-check:active+.btn-outline-secondary, .btn-check:checked+.btn-outline-secondary, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show, .btn-outline-secondary:active {
    color: #fff;
    background-color:  #fe6b00;
    border-color:  #fe6b00;
}




.custom-card-body {
       background-color: #fe6b00; /* Custom background color */
    color: white; /* Text color */
	    padding: 26px;
}



/* Styles for the container */
.container-fluid {
    position: relative;
	width:85%!important
}



/* Styles for the image section */
.image-container img {
    border: 1px solid #ccc;
    border-radius: 5px;
    max-width: 100%;
    height: auto;
}

/* Styles for the text section */
.text-container {
    padding-left: 30px;
}

.about-title {
    font-weight: bold;
    color: #333;
	    margin-top: 78px;
}

.underline {
    width: 80px;
    height: 3px;
    background-color: #fe6b00;
    margin-bottom: 15px;
}

.about-description {
    color: #555;
    margin-bottom: 20px;
    font-size: x-large;
}

.btn-primary {
    background-color: #fe6b00;
    border-color: #fe6b00;
    font-weight: bold;
    color: white; /* Text color */
    padding: 12px 24px; /* Increased padding */
    font-size: 16px; /* Increased font size */
    border-radius: 8px; /* Slightly larger radius for rounded corners */
    text-align: center; /* Center text */
    text-decoration: none; /* Remove underline */
    transition: background-color 0.3s; /* Smooth transition */
}

.btn-primary:hover {
    background-color: #e66a00; /* Darker shade on hover */
    border-color: #e66a00; /* Darker border on hover */
}


/* Styles for the vertical Book Now button */
.book-now {
    position: fixed;
    right: 0;
    top: 50%;
    background-color: orange;
    color: white;
    padding: 10px 20px;
    writing-mode: vertical-rl;
    text-orientation: upright;
    font-weight: bold;
    font-size: 14px;
    text-decoration: none;
}

.book-now:hover {
    background-color: #fe6b00;
    color: white;
    text-decoration: none;
}




.fleet-card {
    background-color: white;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.fleet-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.2);
}

.fleet-card h5 {
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.fleet-card p {
    font-size: 0.9rem;
    color: #666;
}

.fleet-card .btn-group {
    display: flex;
    justify-content: center;
    margin-top: 10px;
}

.fleet-card .btn-warning {
    background-color: #fe6b00;
    border: none;
}

.fleet-card .btn-light {
    background-color: #f1f1f1;
    border: none;
}

.btn-group .btn i {
    font-size: 1.2rem;
}





.why-choose-taxi h2 {
    font-size: 36px;
    font-weight: bold;
    margin-bottom: 20px;
}

.why-choose-taxi p {
    font-size: 18px;
    color: #666;
    margin-bottom: 50px;
}

.service-box {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
}

.service-box:hover {
    transform: translateY(-10px);
}

.service-box h3 {
    font-size: 20px;
    font-weight: bold;
    margin-top: 15px;
    margin-bottom: 15px;
    color: #fe6b00;
}

.service-box p {
    font-size: 16px;
    color: #666;
}

.service-box .icon img {
    width: 50px;
    height: 50px;
    margin-bottom: 15px;
}

.icon {
    text-align: center;
}




.ride-with-us h2 {
    font-size: 36px;
    font-weight: bold;
    color: #fe6b00;
}

.text-orange {
    color: #fe6b00;
}

.benefits-list li {
    font-size: 18px;
    margin-bottom: 10px;
}

.benefits-list i {
    margin-right: 10px;
    font-size: 20px;
}

.btn-orange {
    background-color: #fe6b00;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 16px;
    transition: background-color 0.3s ease;
}

.btn-orange:hover {
    background-color: #e96f20;
}


.book-today-banner {
    background-color: #fe6b00;
    /* background-image: linear-gradient(to right, rgba(255, 126, 41, 0.9), rgba(255, 126, 41, 0.7)); */
    
    width: 100%;
    min-height: 300px; /* Adjust height to match the shorter size */
    display: flex;
    align-items: center;
}

.book-today-banner h1 {
    font-size: 40px;
    font-weight: bold;
    /* margin-bottom: 20px; */
	margin-top: 4%;
}

.book-today-banner p {
    font-size: 18px;
    margin-bottom: 30px;
}

.btn-book-now {
    background-color: #fff;
    color: #fe6b00;
    padding: 12px 30px;
    border-radius: 50px;
    font-size: 18px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease;
}

.btn-book-now i {
    margin-right: 10px;
    font-size: 24px;
}

.btn-book-now:hover {
    background-color: #e6e6e6;
}

.img-fluid {
    max-width: 70%;
    height: auto;
}

.img-fluidd {
    max-width: 70%;
    height: auto;
	border-radius: 8px;
}



.footer-section {
    background-color: #141414;
    padding-bottom: 20px;
    color: #b0b0b0;
	    padding: 26px;
}

.footer-heading {
    color: #fe6b00;
    font-size: 1.1rem;
}

.footer-underline {
    width: 50px;
    height: 3px;
    background-color: #fe6b00;
    margin-bottom: 15px;
}

.footer-section p, .footer-section a {
    color: #b0b0b0;
}

.footer-section a:hover {
    color: white;
    text-decoration: underline;
}

.list-unstyled li {
    margin-bottom: 10px;
}

.list-unstyled li a {
text-decoration:none;
}

.bi {
    margin-right: 10px;
    color: #fe6b00;
}




    .map-container {
            height: 400px;
            margin-top: 20px;
        }
        .contact-form {
            background-color: #ffffff;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        }
 .contact-details {
            background-color: #ffffff;
            border-radius: 8px;
            padding: 20px;
            box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
            margin-top: 20px;
        }
		
		
		.card-title {
    color: white;
}

.card-text {
    color: white;
}


.why-choose {
    background-color: #f8f9fa; /* Light background */
    padding: 40px 0; /* Top and bottom padding */
}

.feature-icon {
    font-size: 50px; /* Size of the icons */
    color: #fe6b00; /* Color to match your theme */
    margin-bottom: 15px; /* Space below the icon */
}

.why-choose h2 {
    color: #141414; /* Dark text for the title */
}

.why-choose p {
    color: #6c757d; /* Gray text for the description */
}


hr {
    border-top: 2px solid white;
    margin: 20px 0;
}

.hero {
    background-color: #fe6b00;
    padding: 50px 0; /* Adjust padding as needed */
}

.hero h1 {
    color: white;
    font-size: 48px; /* Adjust font size as needed */
    text-align: center;
}

.hero .breadcrumb-center {
    text-align: center;
}

.hero .breadcrumb-center .breadcrumb {
    background-color: transparent;
    color: white;
	    margin-left: 45%;
}

.hero .breadcrumb-center .breadcrumb-item a {
    color: white;
    text-decoration: none;
}

.breadcrumb-item.active {
    color: #ffffff;
}


  /* Custom styling */
        .about-section {
            padding: 60px 0;
        }

        .about-section h2 {
            color: #fe6b00;
            font-weight: bold;
        }

        .about-section p {
            font-size: 18px;
            line-height: 1.8;
        }

        .highlight-text {
            color: #fe6b00;
            font-weight: bold;
        }

        .divider {
            width: 60px;
            height: 3px;
            background-color: #fe6b00;
            margin-top: 10px;
            margin-bottom: 20px;
        }

        .image-container img {
            border-radius: 8px;
            max-width: 100%;
        }
		
		
	   /* Custom styling */
        .core-values {
            padding: 60px 0;
            text-align: center;
        }

        .core-values h2 {
            color: #fe6b00;
            font-weight: bold;
            margin-bottom: 40px;
        }

        .core-value-box {
            background-color: #fff;
            border-radius: 12px;
            box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
            padding: 30px;
            text-align: left;
            transition: transform 0.2s;
        }

        .core-value-box:hover {
            transform: translateY(-10px);
        }

        .core-value-box h4 {
            color: #fe6b00;
            font-weight: bold;
            margin-bottom: 15px;
        }

        .core-value-box p {
            font-size: 16px;
            line-height: 1.8;
        }

        .icon {
            font-size: 32px;
            color: #fe6b00;
            margin-right: 15px;
        }

        .icon-box {
            display: flex;
            align-items: center;
            margin-bottom: 15px;
        }










  /* Custom CSS */
        .services-section {
            padding: 60px 0;
        }

        .services-card {
            border-radius: 12px;
            box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
            padding: 20px;
            text-align: center;
            background-color: #fff;
        }

        .services-card h4 {
            color: #fe6b00;
            font-weight: bold;
        }

        .service-list {
            margin-top: 20px;
        }
.service-list a 


{
	text-decoration:none;
	color:black;
}



        .service-list .list-group-item {
            background-color: transparent;
            border: none;
            padding: 10px 0;
        }

        .service-list .list-group-item.active {
            background-color: #fe6b00;
            color: #fff;
            font-weight: bold;
        }

        .service-list .list-group-item:hover {
            cursor: pointer;
            background-color: #ffb24d;
        }

        .image-containers {
            overflow: hidden;
            border-radius: 12px;
        }

        .image-containers img {

    width: 91%;
    height: 435px;
    border-radius: 12px;
	
	
	
        }

        .text-content p {
            font-size: 16px;
            line-height: 1.8;
        }

		
		

.features {
    background-color: white; /* White background */
    padding: 40px 0; /* Add some padding */
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1); /* Subtle shadow for depth */
}

.feature-icon {
    font-size: 40px; /* Icon size */
    color: #fe6b00; /* Icon color */
}

h2 {
    font-size: 28px; /* Heading size */
    color: #333; /* Heading color */
}

h5 {
    font-size: 20px; /* Subheading size */
    color: #333; /* Subheading color */
    margin-top: 15px; /* Space above subheading */
}

p {
    color: #666; /* Text color */
    line-height: 1.5; /* Spacing between lines */
}

@media (max-width: 768px) {
    .features {
        padding: 20px 0; /* Adjust padding for smaller screens */
    }

    h2 {
        font-size: 24px; /* Smaller heading size for mobile */
    }

    h5 {
        font-size: 18px; /* Smaller subheading size for mobile */
    }
	
	 .container-fluid {
        width: 100% !important;
    }
	
	 .hero .breadcrumb-center .breadcrumb  {
        margin-left: 15%; /* Adjust padding as needed */
    }
	
	.hero h1 {
   
    font-size: 31px;
	
	  }
	  
	  .img-fluidd {
    max-width: 100%;
    height: auto;
	margin-top:5%;
	border-radius: 8px;
}

.top-inr1 {
        width: 100% !important;
        /* float: right; */
        font-size: 12pt !important;
        text-align: center !important;
        color: #000 !important;
        text-align: center !important;
        padding: 0 0 0 30px !important;
        margin-top: 30px !important;
        margin-left: -4% !important;
        height: 11px;
	
}
	
}





.srv_area {
    width: 100%;
    float: left;
    margin: -70px 0 0 0;
    padding: 0 0 10px 0;
    background-color: #eee;
}

    .srv_area h1 {
        font-size: 35pt;
        font-weight: 800;
        color: #000;
        margin: 100px 0 15px 0;
        text-align: center;
        line-height: 1.3;
    }

.srv_data {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.srv_lft {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 20px 0 0;
}

.srvlft_img {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    border-radius: 10px;
    /* border: 1px solid #ccc; */
}

.srvlft_ttl {
    width: 100%;
    float: left;
    font-size: 20pt;
    font-weight: 800;
    color: #000;
    text-align: left;
    margin: 0 0 0 0;
    padding: 15px 0 0 0;
}

.srvlft_txt {
    width: 100%;
    float: left;
    color: #666;
    line-height: 1.7;
    text-align: justify;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.srv_rgt {
    width: 96%;
    float: left;
    margin: 0 2% 0 2%;
    padding: 0 0 0 0;
}

.srvrgt_grup {
    width: 100%;
    float: left;
    margin: 0 0 30px 0;
    padding: 0 0 0 0;
    border-radius: 10px;
    background-color: #fff;
    border: 1px solid #ddd;
}

.srvrgt_data {
    width: 50%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.srvrgt_ttl {
    width: 70%;
    float: left;
    color: #000;
    line-height: 1.1;
    font-size: 12pt;
    font-weight: 700;
    border-top-left-radius: 10px;
    border-top-right-radius: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 10px;
    margin: 0 0 0 0;
    padding: 8px 5px 8px 5px;
    background-color: #fe6b00;
}

.srvrgt_txt {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    text-align: left;
    padding: 30px 0 20px 20px;
    font-size: 11pt;
    line-height: 1.4;
}

    .srvrgt_txt a {
        color: #333;
        text-decoration: none;
    }

        .srvrgt_txt a:hover {
            color: #012053;
            text-decoration: none;
        }

.srvrgt_img {
    width: 45%;
    float: right;
    margin: 20px 0 20px 5%;
    padding: 0 0 0 0;
}

    .srvrgt_img a {
        text-decoration: none;
    }

    .srvrgt_img:hover {
        opacity: .5;
        position: relative;
        text-decoration: none;
        -webkit-transition: all .6s ease;
        -moz-transition: all .6s ease;
        -ms-transition: all .6s ease;
        -o-transition: all .6s ease;
    }

.sldr_arrw {
    margin-top: 220px;
}

.serv_pnl {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    background-image: url(../images/serv_bg1.webp);
    background-position: 50% 0;
    background-size: cover;
    background-attachment: fixed;
}

    .serv_pnl h2 {
        font-size: 35pt;
        font-weight: 800;
        color: #fff;
        margin: 30px 0 80px 0;
        text-align: center;
        line-height: 1.3;
    }

.serv_grp {
    width: 90%;
    float: left;
    margin: 0 5% 90px 5%;
    padding: 0 0 0 0;
    border-radius: 20px;
    border-bottom: 3px solid #fe6b00;
    background-color: #eee;
}

    .serv_grp a {
        color: #000;
    }

        .serv_grp a:hover {
            color: #fe6b00;
        }

.serv_img {
    width: 90%;
    float: left;
    padding: 0 0 0 0;
    margin: -50px 0 0 0;
}

.serv_ttl {
    width: 100%;
    float: left;
    color: #012053;
    font-size: 15pt;
    font-weight: 700;
    text-align: center;
    margin: 15px 0 0 0;
    padding: 0 0 0 0;
}

.serv_txt {
    width: 100%;
    float: left;
    color: #333;
    margin: 0 0 0 0;
    text-align: center;
    padding: 5px 30px 30px 30px;
    line-height: 1.4;
}

.cities_area {
    width: 100%;
    float: left;
    margin: 0 0 0 0;
    padding: 30px 0 30px 0;
}

    .cities_area ul {
        margin: 0 0 0 0;
        padding: 0 0 0 0;
        list-style: none;
    }

    .cities_area li {
        margin: 0 0 0 0;
        padding: 0 20px 0 0;
        display: inline-block;
    }

        .cities_area li a {
            color: #000;
            font-weight: 600;
            font-size: 13pt;
            margin: 0 0 0 0;
            padding: 0 0 0 0;
        }

            .cities_area li a:hover {
                color: #fe6b00;
                margin: 0 0 0 0;
                padding: 0 0 0 0;
            }

.subhd {
    color: #000;
    font-size: 13pt;
    text-align: left;
    font-weight: 700;
    padding: 0 0 0 0;
    line-height: 1.3;
}

.apt_area {
    width: 100%;
    float: left;
    padding: 30px 0 50px 0;
}

.apt_head {
    width: 100%;
    float: left;
    color: #000;
    font-size: 35pt;
    font-weight: 800;
    margin: 0 0 20px 0;
    text-align: center;
}

.apt_grp {
    width: 90%;
    float: left;
    margin: 0 5% 0 5%;
}

.apt_pic {
    width: 100%;
    float: left;
    text-align: center;
}

.apt_hd {
    width: 100%;
    float: left;
    background-color: #fe6b00;
}

    .apt_hd a {
        width: 100%;
        float: left;
        color: #000;
        padding: 10px;
        line-height: 1;
        font-size: 17pt;
        margin: 0 0 0 0;
        font-weight: 700;
        text-align: center;
    }

        .apt_hd a:hover {
            color: #fe6b00;
            background-color: #000;
        }

.imbord {
    border-radius: 15px;
}


    .contact-info {
            background-color: #f8f9fa; /* Light gray background */
            padding: 20px;
            text-align: center;
            border-radius: 5px;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
		
		
		
		
		
		.top-fl {
    float: left;
    width: 100%;
    z-index: 8;
    /*position: absolute;*/
    height: auto;
    position: fixed;
    margin: 0 0 0 0;
    padding: 10px 0 30px 0;
    background-color: #fe6b00;
    /*border-bottom: 1px solid rgba(255,255,255,.25);
    box-shadow: -9px 8px 32px 1px rgba(0,0,0,0.5);*/
}

.top-bg {
    width: 100%;
    float: left;
    height: 50px;
    margin: 22px 0 0 0;
    background-color: #c41e02;
}

.top-rgt {
    width: 60%;
    float: right;
    margin: 0 0 0 0;
}

.top-inr {
    width: 100%;
    float: left;
    color: #fff;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
}

.top-1 {
    width: 100%;
    float: left;
    color: #222;
    font-size: 12pt;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Montserrat', sans-serif;
}

.top-2 {
    width: 100%;
    float: left;
    color: #666;
    font-size: 10pt;
    text-align: left;
    font-weight: 500;
    line-height: 1.2;
    margin: 5px 0 0 0;
    font-family: 'Montserrat', sans-serif;
}

.top-inr a {
    color: #000;
    font-size: 10pt;
    padding: 0 20px 0 0;
}

    .top-inr a:hover {
        color: #fff;
        -webkit-transition: all .6s ease-in-out;
        -o-transition: all .6s ease-in-out;
        transition: all .6s ease-in-out;
    }

.top-inr1 {
  width: 100%;
    /* float: right; */
    font-size: 15pt;
    text-align: center;
    color: #000;
    text-align: right;
    padding: 0 0 0 30px;
    margin-top: 30px;
    margin-left: 36%;
}






    .top-inr1 a {
        color: #fff;
    }

        .top-inr1 a:hover {
            color: #ee3224;
            -webkit-transition: all .6s ease-in-out;
            -o-transition: all .6s ease-in-out;
            transition: all .6s ease-in-out;
        }

.top-inr2 {
    float: left;
    width: 100%;
    text-align: right;
}








 /* Hero section styling */
    .herosection {
      position: relative;
      background-image: url('image/city-taxi.jpg'); /* Replace with the path to your image */
      background-size: cover;
      background-position: center;
      height: 60vh; /* Default height on desktop */
      color: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
    }
    .herosection-overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.5); /* Dark overlay for text visibility */
      display: flex;
      align-items: center;
      justify-content: center;
      flex-direction: column;
      text-align: center;
      padding: 20px;
    }
    /* Text styles */
    .herosection-title {
      font-size: 2.5rem;
      font-weight: bold;
      margin-bottom: 0.5rem;
    }
    .herosection-subtitle {
      font-size: 1.1rem;
      margin-bottom: 1.5rem;
    }
    /* Button styles */
    .herosection-btn-cta {
      display: inline-flex;
      align-items: center;
      padding: 0.75rem 1.5rem;
      font-size: 1rem;
      font-weight: bold;
      border-radius: 50px;
      color: #fff;
      text-decoration: none;
      width: 100%; /* Full-width buttons on mobile */
      justify-content: center; /* Center button content */
    }
    .herosection-btn-book {
      background-color: #fe6b00;
      margin-bottom: 0.5rem; /* Adjust spacing for stacked buttons */
    }
    .herosection-btn-call {
      background-color: #fff;
      color: #fe6b00;
    }
    .herosection-btn-call i, .herosection-btn-book i {
      margin-right: 0.5rem;
    }
    /* Additional styles for small text */
    .herosection-small-text {
      color: #FF7F2A;
      font-weight: bold;
      margin-bottom: 1rem;
    }
    
    /* Responsive height and font adjustments */
    @media (max-width: 768px) {
      .herosection {
        height: 50vh; /* Smaller height on tablets and small screens */
      }
      .herosection-title {
        font-size: 1.5rem;
		        margin-top: 39px;
        margin-bottom: 30px;
    }
      }
      .herosection-subtitle {
        font-size: 1rem;
      }
	  
	   .herosection-small-text {
      color: #FF7F2A;
      font-weight: bold;
      margin-top: 146px;
    }
	

    }

    @media (max-width: 576px) {
      .herosection {
        height: 40vh; /* Smaller height for mobile */
      }
      .herosection-title {
        font-size: 1.5rem;
      }
      .herosection-subtitle {
        font-size: 0.9rem;
        margin-bottom: 1rem;
      }
      .herosection-btn-cta {
        padding: 0.5rem 1rem; /* Smaller padding for mobile buttons */
        font-size: 0.9rem; /* Reduce font size for buttons on mobile */
      }
    }
	
	  /* Fixed Call Us Button */
        .fixed-call-button {
            position: fixed;
            bottom: 20px;
            left: 20px;
            display: flex;
            align-items: center;
            background-color: #FF7F2A;
            color: #fff;
            padding: 0.5rem 1rem;
            font-weight: bold;
            border-radius: 50px;
            box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2);
            z-index: 1000;
            text-decoration: none;
            font-size: 1.3rem;
            animation: bounce 2s infinite;
        }

        /* Icon Blink Animation */
        .fixed-call-button img {
            width: 29px; /* Adjust icon size */
            height: 29px;
            margin-right: 0.5rem; /* Spacing between icon and text */
            animation: blink 1s infinite alternate;
        }

        /* Text Blink Animation */
        .fixed-call-button .text-blink {
            animation: blink 1.5s infinite alternate;
        }

        /* Blinking Effect */
        @keyframes blink {
            0% { opacity: 1; }
            100% { opacity: 0.8; }
        }

        /* Bounce Animation */
        @keyframes bounce {
            0%, 100% { transform: translateY(0); }
            50% { transform: translateY(-5px); }
        }

        /* Hover Effect */
        .fixed-call-button:hover {
            background-color: #e06b1f;
            color: #fff;
            text-decoration: none;
        }

