
/* SHAH COURIER & CARGO - Official Theme Stylesheet */

/* Primary Brand Backgrounds */
.main-background-color,
.header-v4 .nav ul.menu > li > a:after,
.numeric-navigation .page-numbers:hover,
.numeric-navigation .page-numbers.current,
.project-nav-ajax nav.numeric-navigation .page-numbers.next:hover,
.project-nav-ajax nav.numeric-navigation .page-numbers.next:focus,
.primary-mobile-nav .menu-item-button-link a,
.fh-btn,
.entry-time,
.post-author .box-title:after,
.single-service blockquote:before,
.single-project .single-project-title:before,
.project-wrapper .project-thumbnail .project-button .button-link:hover,
.comments-title:after,
.comment-reply-title:after,
.comment-respond .form-submit .submit,
.widget .widget-title:after,
.tabs-widget .tabs-nav li a.active,
.download .item-download:hover,
.service-sidebar .services-menu-widget ul li:hover,
.service-sidebar .services-menu-widget ul li.current-menu-item,
.latest-project-widget .widget-thumb:before,
.footer-widgets .fh-form-field .subscribe input[type="submit"],
.fh-section-title h2:before,
.fh-icon-box.style-2:hover .fh-icon,
.fh-contact-box ul li:hover,
.fh-latest-post.carousel .owl-nav div:hover,
.fh-counter h4,
.fh-testimonials-carousel .owl-dots .owl-dot:hover span,
.fh-testimonials-carousel .owl-dots .owl-dot.active span,
.fh-price-table.promoted .table-header,
.fh-price-table:hover .table-header,
.fh-price-table.promoted .table-content a,
.fh-price-table:hover .table-content a,
.fh-service .entry-thumbnail .icon,
.fh-service.style-flat .entry-title:after,
.fh-team .team-member ul li,
.fh-team .owl-nav div:hover,
.fh-team .owl-dots .owl-dot:hover span,
.fh-team .owl-dots .owl-dot.active span,
.custom-quote.quote-project blockquote:after,
.services-menu-widget ul li:hover,
.services-menu-widget ul li.current-menu-item {
    background-color: #0a2569 !important;
}

/* Button & Interactive Hover States */
.fh-btn:hover,
.fh-btn:focus,
.comment-respond .form-submit .submit:hover,
.comment-respond .form-submit .submit:focus,
.socials-share a:hover,
.cargo-arrow:hover {
    background-color: #e31b23 !important;
    border-color: #e31b23 !important;
}

.ch_button:hover,
.tp-caption.ch_button:hover {
    background-color: #e31b23 !important;
}

/* Primary Brand Borders */
.numeric-navigation .page-numbers:hover,
.numeric-navigation .page-numbers.current,
.project-nav-ajax nav.numeric-navigation .page-numbers.next:hover,
.project-nav-ajax nav.numeric-navigation .page-numbers.next:focus,
.service:hover .service-inner,
.single-project .entry-thumbnail .owl-dots .owl-dot:hover span,
.single-project .entry-thumbnail .owl-dots .owl-dot.active span,
.project-wrapper .project-thumbnail .project-button .button-link:hover,
.download .item-download:hover,
.service-sidebar .services-menu-widget ul li:hover,
.service-sidebar .services-menu-widget ul li.current-menu-item,
.fh-icon-box.style-2:hover .fh-icon,
.fh-service-box.style-1:hover,
.fh-latest-post.carousel .owl-nav div:hover,
.fh-testimonials-carousel .owl-dots .owl-dot:hover span,
.fh-testimonials-carousel .owl-dots .owl-dot.active span,
.fh-testimonials-carousel .owl-nav div:hover,
.fh-price-table.promoted .table-content,
.fh-price-table:hover .table-content,
.fh-price-table.promoted .table-content a,
.fh-price-table:hover .table-content a,
.fh-team .owl-dots .owl-dot:hover span,
.fh-team .owl-dots .owl-dot.active span,
.service-tabs .vc_tta-tabs-list li:hover a,
.service-tabs .vc_tta-tabs-list li.vc_active a,
.services-menu-widget ul li:hover,
.services-menu-widget ul li.current-menu-item {
    border-color: #0a2569 !important;
}

blockquote {
    border-left-color: #0a2569 !important;
}

/* Navigation & Sub-Menu Dropdown Enhancements */
.site-header {
    background: rgba(255, 255, 255, 0.98) !important;
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 2px solid #e31b23 !important;
    box-shadow: 0 4px 20px rgba(7, 25, 70, 0.08);
}

.nav ul.menu > li,
.main-nav ul.menu > li {
    position: relative !important;
}

.nav ul.menu > li > a,
.main-nav ul.menu > li > a,
.nav div.menu > ul > li > a {
    color: #071946 !important;
    font-weight: 700 !important;
    font-size: 13.5px !important;
    font-family: 'Outfit', sans-serif !important;
    text-transform: uppercase !important;
    letter-spacing: 0.6px !important;
    padding: 6px 14px !important;
    line-height: 36px !important;
    position: relative !important;
    transition: color 0.25s ease !important;
}

/* Animated Red Line Accent on Hover/Active */
.nav ul.menu > li > a::after,
.main-nav ul.menu > li > a::after {
    content: '' !important;
    position: absolute !important;
    bottom: -2px !important;
    left: 50% !important;
    width: 0 !important;
    height: 3px !important;
    background-color: #e31b23 !important;
    border-radius: 2px !important;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
    transform: translateX(-50%) !important;
}

.nav ul.menu > li:hover > a::after,
.nav ul.menu > li.active > a::after,
.main-nav ul.menu > li:hover > a::after,
.main-nav ul.menu > li.active > a::after {
    width: 75% !important;
}

.nav ul.menu > li:hover > a,
.nav ul.menu > li.current-menu-item > a,
.nav ul.menu > li.active > a,
.main-nav ul.menu > li:hover > a,
.main-nav ul.menu > li.current-menu-item > a {
    color: #e31b23 !important;
}

/* Dropdown Sub-menu Container */
.nav ul.menu li ul.sub-menu,
.main-nav ul.menu li ul.sub-menu,
ul.sub-menu {
    background-color: #ffffff !important;
    border-top: 3px solid #e31b23 !important;
    box-shadow: 0 12px 35px rgba(7, 25, 70, 0.16) !important;
    border-radius: 0 0 10px 10px !important;
    min-width: 250px !important;
    padding: 6px 0 !important;
    z-index: 99999 !important;
}

/* Dropdown Sub-menu Links */
.nav ul.menu li ul.sub-menu li a,
.main-nav ul.menu li ul.sub-menu li a,
ul.sub-menu li a {
    color: #071946 !important;
    font-weight: 600 !important;
    font-size: 13px !important;
    font-family: 'Outfit', sans-serif !important;
    padding: 10px 22px !important;
    display: block !important;
    transition: all 0.25s cubic-bezier(0.4, 0, 0.2, 1) !important;
    text-transform: capitalize !important;
    border-bottom: 1px solid #f1f5f9 !important;
}

.nav ul.menu li ul.sub-menu li:last-child a,
ul.sub-menu li:last-child a {
    border-bottom: none !important;
}

/* Dropdown Sub-menu Hover State */
.nav ul.menu li ul.sub-menu li:hover > a,
.nav ul.menu li ul.sub-menu li a:hover,
ul.sub-menu li:hover > a,
ul.sub-menu li a:hover {
    background-color: #071946 !important;
    color: #ffffff !important;
    padding-left: 28px !important;
}


/* Sub-backgrounds (Dark Navy for Topbars, Footers, Cards) */
.sub-background-color,
.topbar,
.nav li li:hover,
.header-v3 .site-menu,
.header-v4 .site-menu,
.fh-service-box-2.box-style-2 .box-header .fh-icon,
.fh-price-table .table-header,
.fh-btn-2,
.fh-testimonials-carousel .testi-wrapper {
    background-color: #071946 !important;
}

.sub-color,
.fh-icon-box .fh-icon,
.fh-icon-box.style-2 .fh-icon,
.fh-service-box.style-2 i,
.fh-service-box-2.box-style-2 .read-more {
    color: #071946 !important;
}

/* Custom Component Theme Enhancements */
.btn-primary, .btn-submit, input[type="submit"].btn, button[type="submit"], #btntrack {
    background-color: #e31b23 !important;
    border-color: #e31b23 !important;
    color: #ffffff !important;
    border-radius: 6px !important;
    font-weight: 700 !important;
    transition: all 0.3s ease !important;
}

.btn-primary:hover, .btn-submit:hover, input[type="submit"].btn:hover, button[type="submit"]:hover, #btntrack:hover {
    background-color: #c8102e !important;
    border-color: #c8102e !important;
    box-shadow: 0 4px 12px rgba(227, 27, 35, 0.4) !important;
}

.site-logo a.logo {
    display: inline-block !important;
    background: transparent !important;
    padding: 0 !important;
    margin: 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
}

.site-logo img, .site-logo .show-logo {
    max-width: 250px !important;
    height: 75px !important;
    max-height: 80px !important;
    width: auto !important;
    object-fit: contain !important;
    vertical-align: middle !important;
}

.table > thead > tr > th, table thead th {
    background-color: #0a2569 !important;
    color: #ffffff !important;
    border-bottom: 2px solid #e31b23 !important;
}

.table-striped > tbody > tr:nth-of-type(odd) {
    background-color: #f8fafc !important;
}

.site-footer {
    background-color: #071946 !important;
    color: #cbd5e1 !important;
    border-top: 3px solid #e31b23 !important;
    padding: 12px 0 !important;
    margin: 0 !important;
    flex: 0 0 auto !important;
}


.site-footer h3.widget-title, .site-footer h4 {
    color: #ffffff !important;
    border-bottom: 2px solid #e31b23 !important;
    padding-bottom: 8px;
    display: inline-block;
}
