.site-bottom {
    background: #ffffff;
    color: #062763;
}

.site-bottom a {
    text-decoration: none;
}

.home-3-sticky.header__sticky.header-sticky {
    background: #ffffff !important;
    box-shadow: 0 5px 20px rgba(6, 39, 99, .08);
}

.tp-header-transparent.home-3-sticky {
    background: #ffffff !important;
    border-bottom: 1px solid #eef2f7;
    z-index: 9999;
}

.tp-header-area {
    background: #ffffff !important;
}

.home-3-sticky.header__sticky.header-sticky .tp-header-space-3 {
    padding: 16px 0;
}

.tp-header-logo a {
    width: 178px !important;
}

.tp-header-logo img {
    width: 178px;
    height: auto;
}

.tp-main-menu-area {
    width: 100%;
    justify-content: flex-end;
}

.tp-main-menu ul {
    display: flex;
    align-items: center;
    flex-wrap: nowrap;
}

.home-3-sticky.header__sticky.header-sticky .tp-main-menu ul li a {
    padding: 18px 19px;
    color: #062763;
    font-size: 15px;
    white-space: nowrap;
}

.site-navbar-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-width: 176px;
    min-height: 50px;
    margin-left: 20px;
    padding: 13px 22px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    line-height: 1;
    white-space: nowrap;
    background: #ff6900;
    box-shadow: 0 10px 20px rgba(255, 105, 0, .18);
}

.site-navbar-cta:hover {
    color: #ffffff;
    background: #f15e00;
}

@media (min-width: 1200px) and (max-width: 1399px) {
    .home-3-sticky.header__sticky.header-sticky .tp-main-menu ul li a {
        padding-right: 13px;
        padding-left: 13px;
        font-size: 16px;
    }

    .site-navbar-cta {
        margin-left: 12px;
        padding-right: 18px;
        padding-left: 18px;
        font-size: 14px;
    }
}

.home-hero {
    position: relative;
    min-height: 720px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 130px 0 76px;
    overflow: visible;
    background:
        linear-gradient(90deg, rgba(0, 38, 105, .98) 0%, rgba(1, 54, 139, .9) 42%, rgba(0, 38, 105, .35) 100%),
        url("/images/banner.webp") center/cover no-repeat;
    background-attachment: scroll;
}

.home-hero::before {
    position: absolute;
    inset: 80px 0 0;
    z-index: 0;
    content: "";
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255,255,255,.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255,255,255,.045) 1px, transparent 1px);
    background-size: 58px 58px;
}

.home-hero > .container {
    position: relative;
    z-index: 1;
}

.home-hero-content {
    position: relative;
    z-index: 1;
    max-width: 660px;
    /* padding: 36px 0 72px; */
}

.home-hero-content h1 {
    color: #ffffff;
    font-size: 56px;
    font-weight: 800;
    line-height: 1.16;
    margin-bottom: 22px;
}

.home-hero-content h1 span {
    color: #ff8a00;
}

.home-hero-content p {
    max-width: 590px;
    color: rgba(255,255,255,.9);
    font-size: 20px;
    line-height: 1.45;
    margin-bottom: 34px;
}

.home-hero-benefits {
    display: grid;
    gap: 22px;
    margin: 0 0 36px;
    padding: 0;
    list-style: none;
}

.home-hero-benefits li {
    display: grid;
    grid-template-columns: 34px 1fr;
    align-items: start;
    gap: 14px;
    color: #ffffff;
}

.home-hero-benefits i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border: 2px solid #ff6b00;
    border-radius: 50%;
    color: #ff8a00;
    font-size: 14px;
}

.home-hero-benefits strong {
    display: block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    line-height: 1.2;
}

.home-hero-benefits span span,
.home-hero-benefits li span {
    color: rgba(255,255,255,.82);
    font-size: 14px;
    line-height: 1.4;
}

.home-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
}

.home-hero-primary,
.home-hero-secondary {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 56px;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 800;
}

.home-hero-primary {
    color: #ffffff;
    background: #ff6900;
}

.home-hero-primary:hover {
    color: #ffffff;
    background: #f15e00;
}

.home-hero-secondary {
    color: #ffffff;
    border: 1px solid rgba(255,255,255,.6);
    background: rgba(255,255,255,.08);
}

.home-hero-secondary:hover {
    color: #ffffff;
    border-color: #ffffff;
    background: rgba(255,255,255,.16);
}

.home-hero-form {
    position: relative;
    z-index: 1;
    max-width: 590px;
    margin-left: auto;
    padding: 28px;
    border: 1px solid rgba(255,255,255,.55);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 26px 70px rgba(0, 18, 74, .26);
}

.home-hero-form__head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 22px;
}

.home-hero-form__head h2 {
    color: #062763;
    font-size: 22px;
    font-weight: 800;
    margin: 0;
}

.home-hero-form__head span {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #7c8ba1;
    font-size: 13px;
    font-weight: 700;
    white-space: nowrap;
}

.home-hero-form__head i {
    color: #4977bf;
}

.home-hero-form .card {
    border: 0;
    border-radius: 0;
    background: transparent;
    box-shadow: none;
}

.home-hero-form .card-body {
    padding: 0;
}

.home-hero-form hr {
    display: none;
}

.home-hero-form label {
    color: #52647c;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 7px;
}

.home-hero-form .form-control {
    height: 54px;
    border: 1px solid #dfe5ee;
    border-radius: 8px;
    color: #062763;
    font-size: 15px;
    background-color: #ffffff;
    box-shadow: none;
}

.home-hero-form textarea.form-control {
    min-height: 96px;
}

.home-hero-form .form-control::placeholder {
    color: #a7b1bf;
}

.home-hero-form .lupa {
    width: 100%;
    min-height: 56px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 16px;
    font-weight: 800;
    background: #ff6900;
}

.home-hero-form small {
    color: #8a96a8;
    text-align: center;
}

.home-hero-form small a {
    color: #315a9f;
    font-weight: 800;
}

.home-hero-stats {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0;
    margin: 30px auto -130px;
    padding: 24px 34px;
    border: 1px solid #e5eaf2;
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 16px 38px rgba(0, 26, 86, .13);
}

.home-hero-stats div {
    display: flex;
    align-items: center;
    justify-content: center;
    column-gap: 16px;
    min-height: 58px;
    color: #062763;
}

.home-hero-stats i {
    grid-row: span 2;
    color: #063984;
    font-size: 34px;
}

.home-hero-stats strong {
    display: block;
    color: #063984;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.15;
}

.home-hero-stats span {
    display: block;
    color: #78869a;
    font-size: 13px;
    line-height: 1.25;
}

.tp-portfolio-area-3.mt-100 {
    margin-top: 160px;
}

@media (max-width: 1199px) {
    .site-navbar-cta {
        display: none;
    }

    .home-hero {
        min-height: auto;
        padding: 116px 0 62px;
    }

    .home-hero-content {
        max-width: 100%;
        padding: 24px 0 34px;
    }

    .home-hero-content h1 {
        max-width: 760px;
        font-size: 44px;
    }

    .home-hero-form {
        max-width: 100%;
        margin-left: 0;
    }

    .home-hero-stats {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 22px;
        margin-bottom: -82px;
    }

    .tp-portfolio-area-3.mt-100 {
        margin-top: 136px;
    }
}

@media (max-width: 767px) {
    .tp-header-logo a,
    .tp-header-logo img {
        width: 150px !important;
    }

    .home-3-sticky.header__sticky.header-sticky .tp-header-space-3 {
        padding: 12px 0;
    }

    .home-hero {
        padding: 94px 0 46px;
        background-position: 58% center;
    }

    .home-hero-content h1 {
        font-size: 36px;
    }

    .home-hero-content p {
        font-size: 16px;
    }

    .home-hero-actions {
        gap: 12px;
    }

    .home-hero-primary,
    .home-hero-secondary {
        width: 100%;
    }

    .home-hero-form {
        padding: 20px;
        border-radius: 14px;
    }

    .home-hero-form__head {
        display: block;
    }

    .home-hero-form__head span {
        margin-top: 8px;
    }

    .home-hero-stats {
        grid-template-columns: 1fr;
        margin-bottom: -76px;
        padding: 22px;
        border-radius: 14px;
    }
}

.site-bottom-faq {
    padding: 38px 0 26px;
}

.site-bottom-faq h2 {
    color: #062763;
    font-size: 20px;
    font-weight: 800;
    margin-bottom: 14px;
    text-align: center;
}

.site-bottom-faq .accordion {
    margin: 0 auto;
    max-width: 980px;
}

.site-bottom-faq .accordion-item {
    border: 1px solid #d8e2f0;
    border-radius: 8px;
    overflow: hidden;
}

.site-bottom-faq .accordion-item + .accordion-item {
    margin-top: 0;
    border-top: 0;
}

.site-bottom-faq .accordion-button {
    min-height: 34px;
    padding: 8px 18px;
    color: #062763;
    font-size: 13px;
    font-weight: 800;
    background: #ffffff;
    box-shadow: none;
}

.site-bottom-faq .accordion-button:not(.collapsed) {
    color: #062763;
    background: #f7fbff;
}

.site-bottom-faq .accordion-button::after {
    width: 12px;
    height: 12px;
    background-size: 12px;
}

.site-bottom-faq .accordion-body {
    padding: 6px 18px 14px;
    color: #3f5776;
    font-size: 13px;
    line-height: 1.55;
}

.site-footer-cta {
    margin-bottom: -36px;
    position: relative;
    z-index: 2;
}

.site-footer-cta__box {
    min-height: 144px;
    display: grid;
    grid-template-columns: 260px 1fr auto;
    align-items: center;
    gap: 30px;
    overflow: hidden;
    border-radius: 24px;
    background:
    linear-gradient(90deg, rgba(2, 39, 102, .96), rgba(0, 67, 167, .95)),
    url("/images/banner.webp") center/cover;
    box-shadow: 0 16px 40px rgba(0, 40, 110, .22);
}

.site-footer-cta__box img {
    position: absolute;
    z-index: 1;
    bottom: 0;
    width: 175px;
    left: 230px;
}

.site-footer-cta__image {
    align-self: stretch;
    min-height: 144px;
    position: relative;
    background:
        linear-gradient(90deg, rgba(0, 32, 88, .2), rgba(0, 32, 88, .86)),
        url("/images/transportation-and-logistics.webp") bottom/cover;
}

.site-footer-cta__image img {
    position: absolute;
    right: 20px;
    bottom: -24px;
    width: auto;
    height: 168px;
    max-width: 92%;
    filter: drop-shadow(0 14px 22px rgba(0, 21, 64, .28));
}

.site-footer-cta h2 {
    color: #ffffff;
    font-size: 28px;
    font-weight: 800;
    line-height: 1.2;
    margin-bottom: 8px;
}

.site-footer-cta p {
    max-width: 560px;
    color: #ffffff;
    font-size: 15px;
    line-height: 1.55;
    margin: 0;
}

.site-footer-cta__actions {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 14px;
    padding-right: 54px;
}

.site-footer-whatsapp {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-width: 230px;
    min-height: 54px;
    padding: 14px 24px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 15px;
    font-weight: 800;
    background: #ff6b00;
    box-shadow: 0 8px 18px rgba(255, 107, 0, .25);
}

.site-footer-whatsapp:hover {
    color: #ffffff;
    background: #f05f00;
}

.site-footer-online {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 700;
}

.site-footer-online i {
    color: #ff8a1d;
}

.site-footer-main {
    padding: 82px 0 34px;
    border-top: 1px solid #e8edf4;
    background: #ffffff;
}

.site-footer-main__grid {
    display: grid;
    grid-template-columns: 1.5fr 1fr 1fr 1fr 1.35fr;
    gap: 42px;
}

.site-footer-brand img {
    width: 150px;
    height: auto;
}

.site-footer-brand p {
    margin: 12px 0 16px;
    color: #496381;
    font-size: 13px;
    line-height: 1.6;
}

.site-footer-social {
    display: flex;
    gap: 10px;
}

.site-footer-social a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    color: #ffffff;
    background: #063984;
    font-size: 13px;
}

.site-footer-main h3 {
    color: #062763;
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 13px;
}

.site-footer-main ul {
    display: grid;
    gap: 7px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.site-footer-main li,
.site-footer-main li a {
    color: #496381;
    font-size: 13px;
    line-height: 1.45;
}

.site-footer-main li a:hover {
    color: #ff6b00;
}

.site-footer-contact li {
    display: grid;
    grid-template-columns: 18px 1fr;
    align-items: start;
    gap: 8px;
}

.site-footer-contact i {
    color: #063984;
    margin-top: 3px;
}

.site-footer-copy {
    padding: 15px 0;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    background: #00347f;
}

@media (max-width: 1199px) {
    .site-footer-cta__box {
        grid-template-columns: 190px 1fr;
        padding-right: 28px;
    }

    .site-footer-cta__actions {
        grid-column: 2;
        align-items: flex-start;
        padding: 0 0 26px;
    }

    .site-footer-main__grid {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 767px) {
    .site-bottom-faq {
        padding: 30px 0 20px;
    }

    .site-footer-cta {
        margin-bottom: -28px;
    }

    .site-footer-cta__box {
        grid-template-columns: 1fr;
        gap: 0;
        padding: 26px;
        text-align: center;
    }

    .site-footer-cta__image {
        display: none;
    }

    .site-footer-cta h2 {
        font-size: 23px;
    }

    .site-footer-cta p {
        font-size: 14px;
    }

    .site-footer-cta__actions {
        grid-column: auto;
        align-items: stretch;
        padding: 20px 0 0;
        width: 100%;
    }

    .site-footer-whatsapp {
        width: 100%;
        min-width: 0;
    }

    .site-footer-online {
        justify-content: center;
    }

    .site-footer-main {
        padding-top: 68px;
    }

    .site-footer-main__grid {
        grid-template-columns: 1fr;
        gap: 24px;
        text-align: center;
    }

    .site-footer-social {
        justify-content: center;
    }

    .site-footer-contact li {
        grid-template-columns: 1fr;
        gap: 3px;
    }
}
