/* ----------------------------------

Template Name: Tranzi - Transportation & Logistics Template
Author: validtheme
Description:
Version: 1.0

Main Font    : Inter
Main Color   : #FF5C01

-------------------------------------

[Typography]

Body copy:    15px 'Inter', sans-serif
Header:     36px 'Inter', sans-serif
Input, textarea:  15px 'Inter', sans-serif
Sidebar heading:  20px 'Inter', sans-serif

>>> TABLE OF CONTENTS:
=======================
        
    01. Template default css
        - Animations
        - General
        - Section Title
        - Video Button
        - Typography
        - Tables
        - Forms
        - Buttons
        - Pagination
        - Colors
        - Accordion
        - Tabs
    02. Preloader
    03. Topbar
    04 Navbar
        - Navbar Default
        - Navbar Transparent
        - Navbar Sticky
        - Navbar Box
    05. Banner
        - Banner Style One
        - Banner Style Two
        - Banner Style Three
        - Banner Style Four
        - Banner Style Five
        - Banner Style Six
    06. Features
    07. About Us
        - Version One
        - Version Two
        - Version Three
    08. Services
        - Version One
        - Version Two
        - Version Three
        - Version Four
        - Version Five
        - Version Six
        - Service Single
    09. Gallery
        - Version One
        - Version Two
        - Version Three
        - Version Foiur
        - Gallery Single
    10. Team
        - Version One
        - Version Two
        - Team Single
    11. Request Quote
    12. Why Choose Us
    13. Our Expertise
    14. Companies/Clients/Partner
    15. Testimonials
    16. Work Process
    17. FAQ
    18. Blog
        - Standard
        - Left Sidebar
        - Right Sidebar
        - Single
    19. Error 404
    20. Footer
    21. PHP Contact Form
    22. Others

*/

.swift-brand,
.swift-footer-brand {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    font-size: 26px;
    font-weight: 800;
    letter-spacing: 0;
    line-height: 1;
    text-transform: uppercase;
}

.navbar-sticky.sticked .swift-brand,
.swift-brand {
    color: #122244;
}

nav.navbar:not(.sticked) .swift-brand {
    color: #ffffff;
}

.swift-brand.mobile-brand {
    color: #122244;
    margin: 20px 0;
}

.swift-footer-brand {
    color: #ffffff;
    font-size: 28px;
}

.swift-hero .swiper-slide::before {
    background: linear-gradient(90deg, rgba(18, 34, 68, 0.96) 0%, rgba(18, 34, 68, 0.88) 46%, rgba(18, 34, 68, 0.44) 100%);
}

.swift-hero h2 {
    text-transform: uppercase;
}

.swift-hero h2 strong {
    color: #ff6a2a;
}

.swift-hero .content p {
    max-width: 620px;
}

.swift-hero-location {
    margin-top: 130px;
    color: rgba(255, 255, 255, 0.72);
}

.swift-feature-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

.swift-feature-list .fun-fact {
    min-height: auto;
    padding: 26px;
}

.swift-feature-list .fun-fact h4 {
    margin: 0;
    font-size: 20px;
}

#contact a {
    color: inherit;
}

.services-style-one h4{
    font-size: 17px !important;
}

nav.nav-tabs-style-four .nav-tabs button .bi {
    align-items: center;
    background: var(--white);
    color: var(--dark);
    display: inline-flex;
    font-size: 36px;
    height: 80px;
    justify-content: center;
    margin-right: 15px;
    vertical-align: middle;
    width: 80px;
}

.services-wrapper {
    padding-bottom: 20px !important;
}

.mt-20 {
    margin-top: 4rem !important;
}

.pt-20 {
    padding-top: 4rem !important;
}

.services-style-one .icon .bi {
    color: var(--color-primary);
    display: inline-block;
    font-size: 70px;
    line-height: 1;
    margin-bottom: 25px;
}

.services-style-one .round-btn .bi {
    color: var(--white);
    font-size: 20px;
    line-height: 1;
}

.swift-honeypot {
    left: -9999px;
    opacity: 0;
    position: absolute;
    top: auto;
}

.form-style-two form select {
    appearance: none;
    -webkit-appearance: none;
    background: rgba(255, 255, 255, 0.2);
    border: none;
    border-radius: 0;
    box-shadow: none;
    color: var(--white-secondary);
    font-size: 16px;
    font-weight: 300;
    min-height: 55px;
    padding: 0 45px 0 20px;
    width: 100%;
}

.form-style-two form select:focus {
    background: rgba(255, 255, 255, 0.25);
    color: var(--white);
    outline: none;
}

.form-style-two form select option {
    color: var(--color-heading);
}

.form-style-two form .nice-select {
    align-items: center;
    display: flex;
    font-size: 16px;
    line-height: 1.4;
    width: 100%;
}

.form-style-two form .nice-select .current {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.swift-service-card {
    background: var(--white);
    height: 100%;
}

.swift-service-card img {
    aspect-ratio: 16 / 10;
    object-fit: cover;
    width: 100%;
}

.swift-service-card-content {
    padding: 28px;
}

.swift-service-card-content h3 {
    font-size: 22px;
}

.quick-contact-widget p,
.quick-contact-widget a {
    color: inherit;
}

.quick-contact-widget ul {
    margin-top: 20px;
}

.quick-contact-widget li {
    margin-top: 10px;
}

.quick-contact-widget li i {
    margin-right: 8px;
}

.service-detail-cta {
    background: var(--bg-gray);
    padding: 30px;
}

.swift-contact-office-card {
    align-items: flex-start;
    background: var(--white);
    box-shadow: 0 12px 35px rgba(18, 34, 68, 0.1);
    display: flex;
    gap: 20px;
    max-width: 600px;
    padding: 30px;
}

.swift-contact-office-card img {
    flex: 0 0 auto;
    width: 50px;
}

.swift-contact-office-card h5 {
    margin-bottom: 10px;
}

.swift-contact-office-card p {
    margin: 0;
}

.swift-contact-links {
    list-style: none;
    margin-bottom: 0;
    padding: 0;
}

.swift-contact-links li {
    align-items: center;
    display: flex;
    gap: 12px;
    margin-top: 14px;
}

.swift-contact-links i {
    color: var(--color-primary);
    flex: 0 0 20px;
    text-align: center;
}

.swift-contact-links a {
    color: var(--color-heading);
    font-weight: 700;
    overflow-wrap: anywhere;
}

.swift-sitemap-group {
    background: var(--white);
    height: 100%;
    padding: 30px;
}

.swift-sitemap-group h3 {
    font-size: 22px;
}

.swift-sitemap-group a {
    color: inherit;
}

@media (min-width: 1024px) {
    nav.navbar.validnavs ul.nav li.dropdown > ul.dropdown-menu {
        max-height: calc(100vh - 140px);
        overflow-y: auto;
        padding: 10px;
        width: 320px;
    }

    nav.navbar.validnavs ul.nav li.dropdown > ul.dropdown-menu > li > a {
        font-size: 14px;
        line-height: 1.25;
        padding: 7px 10px !important;
    }
}

nav.navbar.validnavs ul.nav li.dropdown ul.dropdown-menu > li > a:hover,
nav.navbar.validnavs ul.nav li.dropdown ul.dropdown-menu > li > a:focus {
    color: #FF5C01;
}

@media (max-width: 991px) {
    nav.navbar.validnavs.mobile-sidenav:has(.navbar-collapse.show) .brand-item .navbar-brand {
        display: none;
    }

    nav.navbar.validnavs.mobile-sidenav .navbar-collapse.collapse.show > img {
        display: inline-block;
        height: auto;
        max-width: 280px;
    }

    .swift-feature-list {
        grid-template-columns: 1fr;
    }

    .swift-hero-location {
        margin-top: 60px;
    }

    nav.navbar.validnavs ul.nav li.dropdown ul.dropdown-menu > li > a {
        font-size: 14px;
        line-height: 1.3;
        padding: 7px 0 !important;
    }
}

/*
** General Styles for HTML tags
*/
