/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 30 2026 | 11:26:51 */
/* Add your CSS code here.

For example:
.example {
    color: red;
}

For brushing up on your CSS knowledge, check out http://www.w3schools.com/css/css_syntax.asp

End of comment */ 

/* ===========================
   Footer
=========================== */

.footer-sidebars {
    padding-bottom: 0;
    padding-top: 45px !important;
    margin-bottom: 0;
}

/* ===========================
   Main Section
=========================== */

.car-links-section {
    width: 100%;
    margin: 40px auto 0;
    overflow: visible; /* Changed from hidden */
}

/* ===========================
   Tabs
=========================== */

.tabs {
    display: flex;
    flex-wrap: nowrap;
    align-items: stretch;
    width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;

    scrollbar-width: none;      /* Firefox */
    -ms-overflow-style: none;   /* IE/Edge */
    -webkit-overflow-scrolling: touch;

    border: 1px solid #ddd;
    border-bottom: none;
    background: #f7f7f7;
}

/* Hide scrollbar */

.tabs::-webkit-scrollbar {
    display: none;
}

.tab {
    flex: 0 0 auto;
    white-space: nowrap;
    padding: 17px 28px;
    border: none;
    border-right: 1px solid #ddd;
    background: #f7f7f7;
    color: #555;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab:last-child {
    border-right: none;
}

.tab:hover {
    background: #efefef;
    color: #555;
}

.tab.active {
    background: #35356e !important;
    color: #fff !important;
}

/* ===========================
   Content
=========================== */

.tab-pane {
    display: none;
    border: 1px solid #ddd;
    border-top: none;
    padding: 25px;
    line-height: 2.5;
}

.tab-pane.active {
    display: block;
}

.tab-pane a {
    color: #555;
    text-decoration: none;
    transition: 0.3s;
}

.tab-pane a:hover {
    color: #0A4D8C;
}

.separator {
    color: #999;
    margin: 0 10px;
}

/* ===========================
   Mobile
=========================== */

@media (max-width: 768px) {

    .tab {
        padding: 15px 20px;
        font-size: 15px;
    }

    .tab-pane {
        padding: 18px;
        line-height: 2.2;
    }

}
.footer_headings{
	color: #ffffff;
    font-size: 20px;
    text-transform: uppercase;
	font-weight: 600;
	margin: 0 0 16px;
    line-height: 1.4;
    clear: both;
    font-family: 'Poppins', sans-serif;
}
.about_para_footer{
	color: #fff;
}
.useful_links::before {
    content: "\f105";
    font-family: FontAwesome;
    margin-right: 8px;
}