/* GLOBAL */
body {
    font-family: 'Segoe UI', sans-serif;
    color: #000;
}

/* NAVBAR */
.nitai-header .nav-link {
    font-weight: 600;
    color: #000 !important;
}

.nitai-header .nav-link:hover,
.nitai-header .nav-link.active {
    color: #FF6A00 !important;
}

/* PHONE BUTTON */
.phone-btn {
    background-color: #FF6A00 !important;
    border: none;
    color: #fff !important;
    padding: 8px 18px;
    border-radius: 5px;
    font-weight: 600;
}

.phone-btn:hover {
    background-color: #d85b00 !important;
}

/* PAGE HERO */
.page-hero {
    position: relative;
    height: 45vh;
    background: url('../img/logistic.jpg') center/cover no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
}

.page-hero .overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.55);
}

.page-hero .container {
    position: relative;
    z-index: 2;
}

.page-title {
    font-size: 48px;
    font-weight: 700;
}

.page-title .highlight {
    color: #FF6A00;
}

.breadcrumb-text {
    margin-top: 8px;
    color: #f1f1f1;
}

.breadcrumb-text a {
    color: #FF6A00;
    font-weight: 600;
}

/* INNER SERVICE BOXES */
.inner-service-box {
    background: #fff;
    border-radius: 10px;
    transition: 0.3s;
}

.inner-service-box:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 26px rgba(0,0,0,0.15);
}

.inner-service-box img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
}

/* FOOTER */
.footer {
    background-color: #0A3D8F;
}
