/* Icon font fix – ensure icons render on <i> tags */
i[class^="bx"],
i[class*=" bx"],
i[class^="flaticon-"],
i[class*=" flaticon-"] {
    font-style: normal;
    display: inline-block;
    line-height: 1;
}

i[class^="flaticon-"]:before,
i[class*=" flaticon-"]:before {
    font-family: Flaticon;
    font-style: normal;
}

/* Mohit Courier – light theme overrides */

.mohit-header .top-header.top-header-three {
    background-color: #f5f7fb;
    border-bottom: 1px solid #e8ecf3;
}

.mohit-header .top-header.top-header-three .header-left-content::before {
    background-color: #e8ecf3;
    opacity: 1;
}

.mohit-header .top-header .header-left-content li a,
.mohit-header .top-header .header-left-content li span {
    color: #1a1a2e;
}

.mohit-header .top-header .header-left-content li a:hover {
    color: #ed143d;
}

.mohit-header .navbar-area {
    background-color: #ffffff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.06);
}

.navbar-area .desktop-nav .navbar .navbar-brand img,
.mobile-nav .logo a img,
.single-footer-widget .logo img {
    max-height: 70px;
    width: auto;
}

.quote-price-content .courses-form .form-group input {
    background-color: #fff;
    color: #000024;
}

.mohit-banner {
    position: relative;
    overflow: hidden;
    background-color: #f0f4fa;
    height: 100vh;
    min-height: 600px;
    padding: 0;
}

.mohit-banner.banner-area-three::before {
    display: none;
}

.mohit-banner .banner-slider {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.mohit-banner .banner-slider .owl-stage-outer,
.mohit-banner .banner-slider .owl-stage,
.mohit-banner .banner-slider .owl-item {
    height: 100%;
}

.mohit-banner .banner-slide-item {
    height: 100vh;
    min-height: 600px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.mohit-banner .banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right, rgba(255, 255, 255, 0.92), rgba(255, 255, 255, 0.55));
    z-index: 1;
    pointer-events: none;
}

.mohit-banner .banner-content-wrap {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.mohit-banner .banner-content,
.mohit-banner .quote-price-content {
    position: relative;
    z-index: 2;
}

.mohit-banner .banner-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.9) !important;
    color: #000080 !important;
    font-size: 24px !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.12);
    z-index: 3;
}

.mohit-banner .banner-slider .owl-nav button.owl-prev {
    left: 20px;
}

.mohit-banner .banner-slider .owl-nav button.owl-next {
    right: 20px;
}

.mohit-banner .banner-slider .owl-dots {
    position: absolute;
    bottom: 25px;
    left: 0;
    right: 0;
    z-index: 3;
}

.mohit-banner .banner-slider .owl-dots .owl-dot span {
    background: rgba(0, 0, 128, 0.35);
}

.mohit-banner .banner-slider .owl-dots .owl-dot.active span {
    background: #ed143d;
}

.mohit-page-banner.page-title-area::before {
    background-color: #ffffff;
    opacity: 0.85;
}

.main-contact-area .contact_form {
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    background-color: #fff;
    padding: 50px;
}

.shipment-area {
    background-image: url(../img/banner.jpg);
    background-attachment: fixed;
}

.branch-card {
    background: #fff;
    border: 1px solid #e8ecf3;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 30px;
    height: 100%;
}

.branch-card h3 {
    color: #000080;
    margin-bottom: 15px;
    font-size: 22px;
}

.branch-card p {
    margin-bottom: 10px;
    color: #333;
}

.branch-card p i {
    color: #ed143d;
    margin-right: 8px;
}

.about-features-list {
    list-style: none;
    padding: 0;
    margin: 20px 0 30px;
}

.about-features-list li {
    padding: 8px 0;
    color: #333;
}

.about-features-list li i {
    color: #ed143d;
    margin-right: 10px;
}

.tracking-result {
    margin-top: 30px;
}

.tracking-empty {
    background: #f5f7fb;
    border: 1px solid #e8ecf3;
    border-radius: 8px;
    padding: 25px;
    text-align: center;
}

.branch-map iframe,
.map-area iframe {
    width: 100%;
    height: 280px;
    border: 0;
    border-radius: 8px;
}

.policy-content-area {
    background: #f8fafc;
}

.policy-content-box {
    background: #fff;
    border: 1px solid #e8ecf3;
    border-radius: 8px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.policy-content-box h3 {
    color: #000080;
    margin: 25px 0 15px;
    font-size: 22px;
}

.policy-content-box p {
    margin-bottom: 12px;
    line-height: 1.8;
    color: #333;
}

.policy-content-box a {
    color: #ed143d;
}

/* .footer-area>* {
    position: relative;
    z-index: 9999;
} */

.footer-area {
    position: relative;
    overflow: hidden;
    /* background-image: url(../img/banner.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-attachment: fixed; */
    padding: 50px 0 20px;
}

/* .footer-area:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: linear-gradient(to right, rgb(0 0 0 / 60%), transparent);
} */

.single-footer-widget h3::before {
    background-color: #ed143d;
}

.copy-right-area {
    padding: 10px 0;
}

.copy-right-area p {
    font-size: 14px;
}

.page-title-area.bg-1 {
    background-image: url(../img/banner.jpg);
}

.copy-right-area .left_block {
    text-align: left;
}

.copy-right-area .right_block {
    text-align: right;
}

.main-contact-area .trackForm {
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, .05);
    background-color: #fff;
    padding: 50px
}

.select2-container {
    width: 100% !important;
}

.select2-container .select2-selection {
    width: 100% !important;
    border-radius: unset !important;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 1.5rem 0.75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #999;
    background-color: #fff;
    border: 1px solid #999;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.select2-container .select2-selection__arrow {
    top: 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: unset !important;
}

.select2-container:last-child .selection {
    display: none;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 10px;
}

.form-control {
    border: 1px solid #999;
}

.nice-select {
    border: 1px solid #999;
}

@media only screen and (max-width: 991px) {
    .mobile-nav .logo a img {
        width: 50px;
    }
}