h1,
h2,
h3,
h4,
h5,
h6,
ul,
li {
    padding: 0;
    margin: 0;
}

.top-spacing {
    margin: 80px 0 0 0;
}

ul {
    list-style: none;
}

a {
    text-decoration: none;
}

body {
    font-family: "Open Sans", sans-serif;
}

/* NAVBAR CSS */
.top-header {
    background: #000000;
    font-family: "Montserrat", sans-serif;
}

.top-header .navbar-brand img {
    width: 107px;
    height: 60px;
    object-fit: cover;
}

.top-header .container-fluid {
    padding-inline: 32px;
}

.top-header .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
}

.top-header .dropdown-menu .nav-item .nav-link {
    color: #333;
}

.top-header .navbar-nav {
    gap: 18px;
}

.top-header .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
    top: 59px;
    border: 0;
    border-top: 6px solid #000000;
    border-top-right-radius: 0;
    border-top-left-radius: 0;
    width: 240px;
    margin: 0 auto;
    box-shadow: 0 2px 5px rgba(0, 0, 0, .1);

}

.top-header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
    white-space: wrap;
    font-weight: 600;
    width: 200px;
    margin-bottom: 10px;
    margin-inline: auto;

}

/*.top-header .navbar .dropdown:hover .dropdown-menu {
    display: block;
    margin-top: 0;
}
*/

/* INDEX PAGE CSS */

.corporate-img {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    width: 99%;
}

.corporate-img img {
    height: auto;
    width: 100%;
}

.corporate-sec h1 {
    font-weight: 600;
    font-size: 25px;
    color: #000000;
    margin-bottom: 5.82%;
}

.corporate-sec p {
    font-weight: 400;
    font-size: 14px;
    color: #666666;
    padding: 0 0 14px;
    margin: 0;
    line-height: 24px;
}

.street-text .street-heading {
    font-size: 24px;
    color: #000000;
    margin-bottom: 5.82%;
}

.street-text p {
    color: #666666;
    font-size: 14px;
}

.street-box a {
    font-size: 14px;
    color: #000000;
}

.street-box h4 {
    font-size: 18px;
    color: #333333;
    margin: 0 0 15px;
}

.street-box {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    padding: 50px 1px 50px 50px;
    border-left: 7px solid #000000;
    max-width: 392px;
}

.street-box ul {
    list-style-type: disc;
    padding: 0 0 0 1em;
    line-height: 26px;
}



/* SERVICES PAGE CSS */
.hero-services {
    width: 100%;
    height: 670px;
    /*background-image: linear-gradient(151deg, rgba(12, 0, 0, 0.58) 4%, rgba(255, 17, 17, 0.21) 100%), url('../images/services-hero.jpg') !important;*/
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}


.services-heading {
    width: 87%;
    margin: 0 auto;
    text-align: center;
    position: relative;
    border-inline: 2px solid #ffffff;
}


.services-heading h1 {
    font-weight: 700;
    font-size: 24px;
    letter-spacing: 10px;
    line-height: 2em;
    text-align: center;
}

.services-link a {
    border-width: 0px !important;
    border-radius: 3px;
    letter-spacing: 0px;
    font-size: 30px;
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif !important;
    font-weight: 300 !important;
    background: linear-gradient(55deg, #8c2016 0%, #1c0005 27%);
    color: #fff;
    padding: 13px 30px;
    display: inline-block;
    margin: 80px 0 0 0;
}

.services-main {
    font-family: "Montserrat", sans-serif;
}

.services-main h2 {
    font-size: 26px;
    color: #333333;
    position: relative;
    font-weight: 600;
    margin-bottom: 60px;
    padding-bottom: 30px;
}

.services-main h2::after {
    content: "";
    position: absolute;
    height: 2px;
    width: 65px;
    background: #333333;
    bottom: 0;
    text-align: center;
    left: 50%;
    transform: translateX(-50%);

}

.services-main p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-weight: 500;
}

.service-card img {
    width: 100%;
}

.service-card {
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
}

.service-card-text {
    padding: 50px;
}

.service-card-text h3 {
    font-size: 28px;
    color: #333333;
    padding-bottom: 10px;
}


.towing-text h3 {
    font-size: 26px;
    padding-bottom: 20px;
    color: #333333;
}

.towing-text p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
    font-weight: 500;
}

.ts-card img {
    width: 200px;
}

.ts-text p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.customer-header h2 {
    font-size: 14px;
    color: #666666;
}

.customer-header h2 {
    font-size: 26px;
    color: #333333;
    font-weight: 400;
    letter-spacing: 2px;
}

.customer-header.text-center {
    border-bottom: 1px solid #ccc;
    padding: 0 0 30px;
    margin-bottom: 50px;
}

.cs-main-container p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

/* FOOTER CSS */
footer {
    background-color: #222222;
    padding: 55px 0 0 0;
}

.footer-top {
    padding: 0 0 27px;
}

.footer-bottom {
    background-color: #1f1f1f;
    background-color: rgba(0, 0, 0, 0.32);
    padding: 15px 0;
    color: #828282;
    font-size: 14px;

}

footer h2 {
    font-family: 'Montserrat', Helvetica, Arial, Lucida, sans-serif;
    font-weight: 800;
    font-size: 30px;
    letter-spacing: 0px;
    line-height: 1.1em;
    margin-bottom: 5px;
}

.footer-text p {
    font-size: 15px;
    color: #d6d6d6;
    font-weight: 500;
    margin: 0;
}

.footer-text a {
    color: #ffff;
    font-size: 15px;
    font-weight: 500;
}

.footer-text {
    color: #fff !important;
    display: flex;
    flex-direction: column;
    gap: 5px;
}

footer a i {
    font-size: 20px !important;
}

footer .facebook {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    background: #000000;
}

footer .twitter {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    width: 42px;
    background-image: linear-gradient(58deg, #841800 34%, #000000 100%) !important;
    background-color: #000000 !important;
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl,
    .container-xxl {
        max-width: 1080px;
    }
}

@media (max-width:768px) {
    .top-header .navbar-nav {
        gap: 0px;
    }
}

@media (max-width:767px) {
    .top-header .navbar-expand-lg .navbar-nav .dropdown-menu {
        width: 100%;
    }

    .top-header .navbar-expand-lg .navbar-nav .dropdown-menu .dropdown-item {
        width: 100%;
    }

    .top-header .navbar-expand-lg .navbar-nav .dropdown-menu {
        padding: 0;
    }

    .top-header .navbar-expand-lg .navbar-nav .dropdown-menu {
        top: 30px;
    }

}


/* Navbar container */
#navbarSupportedContent {
    /*background-color: #f8f9fa;*/
    padding: 10px;
}

/* Menu <ul> */
.custom-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 15px;
}

/* Menu <li> */
.custom-menu li {
    /* optional: spacing or borders */
}

/* Menu links */
.custom-menu li a {
    text-decoration: none;
    color: #333;
    padding: 8px 12px;
    transition: background-color 0.3s, color 0.3s;
}

/* Hover effect */
.custom-menu li a:hover {
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
}


/* Main menu items */
.navbar-nav>li {
    position: relative;
    /* needed for dropdown positioning */
}

/* Submenu UL (nested inside LI) */
.navbar-nav li ul {
    display: none;
    /* hide by default */
    position: absolute;
    /* position relative to parent LI */
    top: 100%;
    /* below the parent LI */
    left: 0;
    background: #fff;
    /* submenu background */
    padding: 0;
    margin: 0;
    list-style: none;
    min-width: 200px;
    /* adjust width */
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 999;
}

/* Submenu LIs */
.navbar-nav li ul li {
    width: 100%;
}

/* Submenu links */
.navbar-nav li ul li a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    transition: background 0.3s;
}

/* Hover effect on submenu links */
.navbar-nav li ul li a:hover {
    background-color: #f2f2f2;
}

/* Show submenu on hover */
.navbar-nav li:hover>ul {
    display: block;
}

/*.top-header .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: block;
    top: 300%;
    left: 0;
    border: none;
    border-top: 6px solid #000000;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
   transition: all 0.3s;
}
 
.top-header .navbar .dropdown:hover .dropdown-menu {  
    opacity: 1;  
    visibility: visible;
    top: 160%;
}
*/

.top-header .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: block;
    top: 300%;
    left: 0;
    border: none;
    /*border-top: 6px solid #000000;*/
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translateY(-10px);
}

li#menu-item-98:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    top: 155%;
}

.odd-class .service-card-text {
    background-color: #000000;
}

.odd-class p.m-0 {
    color: #fff;
}

.odd-class h3.title-nw {
    color: #fff;
}



.top-header .navbar-expand-lg .navbar-nav .dropdown-menu {
    display: block;
    top: 300%;
    left: 0;
    border: none;
    border-top: 6px solid #000000;
    border-radius: 4px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
    transform: translateY(-10px);
}

li#menu-item-98:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    top: 165%;
}

.top-header .navbar {
    padding: 0;
}

#navbarSupportedContent {
    padding: 0;
}

li#menu-item-98:hover .dropdown-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    top: 100%;
}

.top-header .nav-item .nav-link {
    font-size: 14px;
    font-weight: 600;
    color: #fff;
    padding: 25px 8px;
}

/* COntect Page Css Code */

.contact-text h1 {
    font-size: 26px;
    color: #333333;
    margin: 0 0 30px;
}

.contact-text p {
    font-size: 14px;
    color: #666666;
    line-height: 24px;
}

.contact-form-box {
    background-image: linear-gradient(151deg, rgba(112, 112, 112, 0.34) 0%, rgba(63, 50, 63, 0.1) 100%);
    padding: 30px 30px 40px;
}

.contact-form-box h1 {
    font-size: 26px;
    color: #333333;
    font-weight: 500;
    padding-bottom: 10px;
}

.contact-form-box .form-control {
    background: #eee;
    box-shadow: 0px -2px 11px -6px rgba(0, 0, 0, 0.3);
    padding: 16px;
}

.contact-form-box .form-control:focus {
    outline: none;
}

.contact-form-box form .submit-btn {
    color: #FFFFFF;
    border: 2px solid #ffffff;
    border-radius: 77px;
    background-image: linear-gradient(98deg, #000000 0%, #E02B20 100%) !important;
    font-size: 20px;
    box-shadow: 0px 2px 18px 0px rgba(0, 0, 0, 0.3);
    padding: 8px 20px;
}

.location-box h2 {
    font-size: 23px;
    color: #333333;
    border-bottom: 3px solid #E02B20;
    padding: 0 0 15px;
    margin: 0 0 40px;
}

.location-box p {
    font-size: 14px;
    color: #666666;
    margin: 0 0 14px;
}

.container-fluid a.custom-logo-link img {
    width: 100% !important;
    height: 59px !important;
}

.sidebar-area form input {
    border: none;
    box-shadow: none;
    width: 90%;
    flex: 1;
    height: 100%;
    padding: 0 10px;
}

.sidebar-area form {
    display: flex;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
}

.sidebar-area form .search-submit {
    font-size: 14px;
    color: #666;
    background: #ddd;
    ;
}

.sidebar-area .widget-title {
    color: #333;
    padding-bottom: 10px;
    line-height: 1em;
    font-weight: 500;
    font-size: 18px;
}

.sidebar-area .widget {
    margin-top: 60px;
}

.sidebar-area form input:focus {
    outline: none;
    height: 100%;
}

.sidebar-area .widget ul li a {
    margin-bottom: .5em;
    font-size: 14px;
    color: #666666;
}

.entry-title {
    font-size: 26px !important;
}

.entry-title a {
    color: #333333 !important;
}

.entry-meta span {
    font-size: 16px;
    color: #0000004d;
}

.entry-meta {
    margin-bottom: 6px;
}

.entry-content p {
    font-size: 16px;
    color: #666666;
    line-height: 1.9em;
}

.site-main article {
    margin-bottom: 60px;
}

.post-thumbnail img {
    margin-bottom: 30px !important;
}

/* 29-09-2025 Start */
.accordion details {
    border: 1px solid #ccc;
    margin-bottom: 8px;
    background: #f9f9f9;
    padding: 0 15px 10px;
    background-color: rgba(214, 214, 214, 0.27);
    transition: background-color 300ms ease 0ms, background-image 300ms ease 0ms;
}
.accordion details:hover{background-color: rgba(179, 179, 179, 0.67);}
.accordion summary {
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    padding: 15px 0;
    list-style: none;
    /* Remove default arrow */
    position: relative;
    user-select: none;
}

.accordion summary::marker {
    display: none;
    /* Hide default arrow */
}

.accordion summary::after {
    content: '+';
    position: absolute;
    right: 0;
    font-size: 14px;
    top: 50%;
    transform: translateY(-50%);
    transition: transform 0.3s ease;
    background: #ccc;
    color: #fff;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.accordion details[open] summary::after {
    content: '−';
    transform: translateY(-50%);
}

.accordion .accordion-content {
    padding-left: 10px;
    font-weight: normal;
    font-size: 14px;
}




/* Make submenu visible on hover */
.menu-item-type-custom:hover>ul.sub-menu.dropdown-menu {
    display: block !important;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    top: 100%;
}

/* Initially hide submenu */
ul.sub-menu.dropdown-menu {
    display: none;
    position: absolute;
    /* so it overlays */
    top: 100%;
    /* right below parent */
    left: 0;
    z-index: 9999;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, transform 0.3s ease;
    background-color: white !important;
    border: 1px solid #ccc;
    /* optional */
    min-width: 200px;
}

/* Style submenu items */
ul.sub-menu.dropdown-menu li {
    list-style: none;
}

/* Submenu links style */
.menu-item-type-custom ul.sub-menu.dropdown-menu li a.nav-link {
    color: black !important;
    padding: 10px 15px;
    display: block;
    text-decoration: none;
    font-size: 14px;
}

/* Hover effect for submenu links */
#menu-item-252 ul.sub-menu.dropdown-menu li a.nav-link:hover {
    background-color: #eee !important;
    color: #000 !important;
}

/* 29-09-2025 End */


@media (max-width: 767px) {
    .top-header .navbar-expand-lg .navbar-nav .dropdown-menu {
        display: block;
        position: static;
        opacity: 1;
        visibility: visible;
        transform: none;
        top: auto;
        left: auto;
        border: none;
        border-radius: 0;
        background: transparent;
        padding: 10px;
        transition: none
    }

    .top-header .dropdown-menu .nav-item .nav-link {
        color: #fff;
    }

    .top-header .nav-item .nav-link {
        padding: 8px 0;
    }

    .entry-title {
        font-size: 16px !important;
    }

    ul.sub-menu.dropdown-menu {
        background: transparent !important;
    }

    .menu-item-type-custom ul.sub-menu.dropdown-menu li a.nav-link {
        color: #fff !important;
    }
}