@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,400;0,500;0,700;1,300;1,400;1,500;1,700&amp;display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,400;0,600;0,700;1,400;1,600&amp;display=swap');
@import url('https://fonts.googleapis.com/css?family=Sanchez:400italic,400');
@import url('normalize.css');


/*====================================================
  * Site stylesheet
  * Crown Route Cargo
====================================================*/

/*==================================================*/
/* [Table of contents] */
/*==================================================*/


/*	
        1. HEADER
        2. SLIDER
        3. FOOTER
        4. TESTIMONIALS
        5. CALL TO ACTION
        6. WIDE SECTION INFO
        7. WIDE SECTION SERVICES MAP
        8. SERVICES BOX
        9. WIDE SECTION COUNTER
        10. OUR TEAM
        11. LATEST NEWS
        12. ABOUT US
        13. ABOUT US ALT
        14. GALLERY POPUP
        15. PRICING TABLE
        16. CONTACT US
        17. CONTACT US ALT 2
        18. CONTACT US ALT 3
        19. BLOG GRID
        20. BLOG SIDEBAR
        21. BLOG SINGLE
        22. CLIENTS CAROUSEL 
        23. QUOTE REQUEST
        24. CAREERS
        25. 404 ERROR PAGE
        26. FAQ PAGE
        27. AIR FREIGHT
        28. GROUND FREIGHT
        29. RAILWAY FREIGHT
        30. HOME PAGE #1
        31. HOME PAGE #2
        32. HOME PAGE #3 
    */

/*====================================================
    1. HEADER. 
  ====================================================*/
.top-header-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    padding: 0;
    width: 100%;
    transition: background 0.6s ease-in;
    z-index: 2;
    padding: 15px;
    color: #FFF !important;
    font-family: 'Inter', sans-serif;
    padding: 12px 0px;
}

.top-header-wrapper .top-contact {
    list-style: none;
    padding-top: 10px;
}

.top-header-wrapper .top-contact li.mail,
li.phone {
    display: inline-block;
    margin-right: 10px;
    color: #FFF !important;
}

ul.top-contact li {
    font-size: 14px;
    margin-bottom: 0px;
    font-family: 'Inter', sans-serif;
}

ul.top-contact li a {
    color: #FFF;
    text-decoration: none;
    transition: 0.3s;
}

ul.top-contact li a:hover {
    color: #D23843;
    text-decoration: none;
}

li.mail::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 7px;
}

li.phone::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f879";
    margin-right: 7px;
}

hr.top-header-line {
    margin: 0px auto 5px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.home-header {
    position: relative;
    height: 850px;
    ;
    background: transparent;
    background-attachment: fixed;
    background-position: center center;
    background-repeat: no-repear;
    background-size: cover;
    z-index: 1;
}

.header-overlay::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.04);
}

.top-social ul.social-list {
    list-style: none;
    color: #FFF !important;
}

.top-social ul.social-list li {
    display: inline-block;
    margin: 0px 5px;
}

.top-social ul.social-list li {
    display: inline-block;
    margin: 0px 5px;
}

.top-social ul.social-list li a {
    color: #FFF;
}

.top-social ul.social-list li a:hover {
    color: #D23843;
    text-decoration: none;
}

.top-social ul.social-list li .fab {
    font-size: 14px;
}

.top-social ul.social-list li .fab {
    font-size: 14px;
}

.quote-btn {
    color: #fff;
    background-color: #D23843;
    border-color: #D23843;
    border: 1px solid transparent;
    padding: 0.30rem 0.75rem;
    font-size: 13px;
    ;
    line-height: 1.5;
    border-radius: 0.25rem;
    margin-left: 15px;
    font-family: 'Inter', sans-serif;
    transition: 0.3s;
}

.quote-btn:hover {
    color: #1f2937 !important;
    background-color: #D23843;
    border-color: #D23843;
}

.quote-btn:focus,
.quote-btn.focus {
    color: #1f2937;
    background-color: #D23843;
    border-color: none;
    box-shadow: none;
}

.quote-btn::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f1ec";
    margin-right: 7px;
}

/*====================================================
    2. SLIDER.
  ====================================================*/
.home-slider {
    width: 100%;
    height: 850px;
    position: relative;
    z-index: 1;
    background: #000;
}

.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(14, 29, 51, 0.6)), to(rgba(14, 29, 51, 0.2)));
    background: linear-gradient(to bottom, rgba(14, 29, 51, 0.4), rgba(14, 29, 51, 0.2));
}

.hero-slider {
    width: 100%;
    height: 850px;
    overflow: hidden;
}

.hero-slider .carousel-cell {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.hero-slider .carousel-cell .slider-caption {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: white;
    text-align: left;
}

.hero-slider .carousel-cell .slider-caption .subtitle {
    font-size: 1rem;
    line-height: 1.2em;
    font-weight: 500;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 5px;
}

.hero-slider .carousel-cell .slider-caption .title {
    font-size: 2.8rem;
    line-height: 1.2em;
    text-transform: uppercase;
    letter-spacing: 2px;
    margin-bottom: 40px;
    color: #FFF;
}

.hero-slider .carousel-cell .slider-caption .btn {
    border: 1px solid #fff;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 1rem;
    letter-spacing: 3px;
    color: #fff;
    text-decoration: none;
    -webkit-transition: all .2s ease;
    transition: all .2s ease;
    border-radius: 0;
}

.hero-slider .carousel-cell .slider-caption .btn:hover {
    background: #fff;
    color: #000;
}

.hero-slider .flickity-prev-next-button {
    width: 80px;
    height: 80px;
    background: transparent;
}

.hero-slider .flickity-prev-next-button:hover {
    background: transparent;
}

.hero-slider .flickity-prev-next-button .arrow {
    fill: white;
}

.hero-slider .flickity-page-dots {
    bottom: 30px;
}

.hero-slider .flickity-page-dots .dot {
    width: 30px;
    height: 4px;
    opacity: 1;
    background: rgba(255, 255, 255, 0.5);
    border: 0 solid white;
    border-radius: 0;
}

.hero-slider .flickity-page-dots .dot.is-selected {
    background: #D23843;
    border: 0 solid #D23843;
}

.dot-hide .flickity-page-dots .dot{
    display: none;
}

/*====================================================
    3. FOOTER. 
  ====================================================*/
footer {
    background-color: #0a295c;
    height: 100%;
    position: relative;
    padding: 3.5rem 0px 6.5rem;
}

footer a {
    color: #FFF;
    text-decoration: none;
    transition: 0.3s;
}

footer a:hover {
    color: #D23843;
    text-decoration: none;
}

.main-footer {
    height: 100%;
}

.layer-info {
    padding-right: 1rem;
}

.footer-logo {
    width: 200px;
    margin-bottom: 1.5rem;
}

.footer-logo img {
    width: 100%;
}

.main-footer p {
    color: #FFF;
    font-size: 15px;
}

hr.footer {
    margin: 2rem auto 2rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.layer-contact li {
    list-style: none;
    line-height: 2;
    color: #FFF;
    font-size: 14px;
}

.layer-contact li.phone::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f095";
    margin-right: 10px;
}

.layer-contact li.email::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f0e0";
    margin-right: 10px;
}

.layer-contact li.address::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f3c5";
    margin-right: 10px;
}

.social-footer ul li {
    list-style: none;
    display: inline-block;
    margin: 0px 5px;
    font-size: 18px;
}

.footer-col {
    padding: 0rem 2rem;
}

h5.layer-title {
    color: #FFF;
    margin-bottom: 1.5rem;
    clear: both;
}

h5.layer-title:after {
    background: #D23843;
    content: '';
    display: block;
    height: 3px;
    margin: 10px 0px;
    width: 60px;
}

.layer-services ul li {
    list-style: none;
    line-height: 2.5;
    font-size: 14px;
}

.layer-services ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f111";
    margin-right: 10px;
    color: #D23843;
}

.layer-services .left-side {
    float: left;
}

.layer-services .right-side {
    float: right;
}

p.subscribe {
    font-size: 14px;
}

.newsletter form {
    display: flex;
    align-items: center;
}

.newsletter {
    max-width: 320px;
}

.newsletter .input {
    width: 70%;
    height: 38px;
    background: #F7FAFA;
    border: none;
    font-family: inherit;
    color: #737373;
    letter-spacing: 1px;
    text-indent: 5%;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
}

.newsletter .button {
    width: 30%;
    height: 38px;
    background-color: #D23843;
    border: none;
    border-radius: 0 5px 5px 0;
    font-family: inherit;
    font-weight: 500;
    color: inherit;
    letter-spacing: 1px;
    cursor: pointer;
    color: #1f2937;
    font-size: 12px;
    font-family: 'Inter', sans-serif;
}

.news-layer {
    padding-left: 1rem;
}

.news-layer .media .mr-3 {
    width: 80px;
}

.news-layer .media .mr-3 img {
    width: 100%;
}

h6.mt-0 {
    color: #FFF;
    font-size: 15px;
    line-height: 21px;
    font-weight: 600;
}

.media-body p {
    font-size: 13px;
    margin-top: -10px;
}

hr.media {
    margin: 1rem auto 1.5rem;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.bottom-footer {
    background-color: #081f45;
    width: 100%;
    position: absolute;
    bottom: 0;
    line-height: 70px;
}

.copyright p {
    color: #FFF;
    line-height: 70px;
    margin-bottom: 0px;
    font-size: 14px;
}

ul.footer-nav {
    text-align: right;
}

ul.footer-nav {
    margin-bottom: 0px;
    line-height: 70px;
}

ul.footer-nav li {
    list-style: none;
    display: inline-block;
    margin-left: 10px;
    font-size: 14px;
    margin-bottom: 0px;
}

.center-nav-item {
    border-left: solid 1px #FFF;
    border-right: solid 1px #FFF;
    line-height: 15px;
    padding: 0px 10px;
}

/*====================================================
    4. TESTIMONIALS. 
  ====================================================*/
.wrapper-testimonials-parallax {
    background-image: url("../img/images/clients-bg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 5% 0% 4%;
}

.wrapper-testimonials-parallax:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.7;
}

.tp-content {
    text-align: right;
    z-index: 1;
    color: #FFF !important;
    padding-top: 1rem;
}

.tp-content h2 {
    font-weight: 400;
    line-height: 1.3;
}

.tp-content h2 strong {
    font-weight: 600;
    text-transform: uppercase;
}

.tp-content h5 {
    font-size: 14px;
    margin-bottom: 0px;
}

.testimonials-carousel .slide {
    margin: 10px;
}

.tp-box-content {
    height: 100%;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
    background: rgba(8, 66, 116, 0.5);
    color: #FFF !important;
    padding: 2rem 1.3rem;
    clear: both;
    cursor: pointer;
}

.inner-content {
    z-index: 2;
    position: relative;
}

.inner-content p {
    color: #FFF !important;
}

.tp-box-content .media {
    position: relative;
    z-index: 2;
}

.tp-box-content .media .fas {
    font-size: 2.5rem;
    margin-right: 15px;
    opacity: 0.5;
}

.about-author {
    text-align: right;
    clear: both;
    margin: 1rem 0rem 1rem;
}

.author-info {
    display: inline-block;
    margin-right: 10px;
    padding-top: 1rem;
}

.author-info h6 {
    text-transform: uppercase;
    margin-bottom: 0px;
}

.author-info p {
    margin-bottom: 0px;
    font-size: 14px;
}

.author-avatar {
    width: 70px;
    float: right;
}

.author-avatar img {
    width: 100%;
    border-radius: 50%;
}

.counter-box {
    color: #FFF !important;
    text-align: center;
}

.counter-box .counter {
    font-size: 3rem;
    font-family: 'Inter', sans-serif;
}

.counter-border-right {
    border-right: solid 1px rgba(255, 255, 255, 0.5);
}

.counter-box p {
    margin-bottom: 0px;
    color: #FFF;
}

/*====================================================
    5. CALL TO ACTION. 
  ====================================================*/
.call-to-action-wrapper {
    background: #000;
    color: #FFF !important;
    padding: 3rem;
}

.cta-btn {
    text-align: right;
    padding: 1rem 0rem;
}

.btn-call {
    color: #0069d9;
    background-color: #FFF;
    border-color: #FFF;
    padding: 0.45rem 2rem;
    font-size: 1rem;
}

.btn-call:hover {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
}

.btn-call:focus,
.btn-call.focus {
    color: #fff;
    background-color: #0069d9;
    border-color: #0062cc;
    box-shadow: 0 0 0 0.2rem rgba(38, 143, 255, 0.5);
}

.cta-content h3 {
    font-weight: 400;
    margin-bottom: 0px;
}

.cta-content h3 strong {
    margin-bottom: 0px;
}

/*====================================================
    6. WIDE SECTION INFO. 
  ====================================================*/
.ws-parallax-layer {
    background-image: url("../img/images/cargo2.jpg");
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ws-parallax-layer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.8;
}

.ws-parallax-layer-right {
    background-image: url("../img/images/cargo1.jpg");
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ws-parallax-layer-right:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, blue, blue);
    opacity: 0.5;
    width: 350px;
}

.ws-content-left {
    position: relative;
    z-index: 1;
    padding: 14% 10%;
}

.ws-content-left h5 {
    color: #D23843;
    margin-bottom: 0px;
}

.ws-content-left h2 {
    color: #FFF;
}

.ws-content-left p {
    color: #FFF;
}

.ws-box {
    margin-top: 2rem;
    clear: both;
}

.ws-box-content {
    display: inline-block;
    margin-right: 3rem;
}

.ws-box-content .counter {
    color: #D23843;
    margin-bottom: 0px;
    font-size: 1.75rem;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
}

.ws-box-content p {
    color: #FFF;
}

.ws-box-icon {
    width: 60px;
    margin-bottom: 5px;
}

.ws-box-icon img {
    width: 100%;
}

.ws-content-right {
    color: #FFF !important;
    position: relative;
    z-index: 1;
    height: 600px;
}

.ws-top-content {
    position: absolute;
    top: 4rem;
    left: 1rem;
}

.ws-top-content h3 {
    font-weight: 400;
}

.ws-bottom-content {
    position: absolute;
    bottom: 10%;
    left: 1rem;
    z-index: 1;
}

/*====================================================
    7. WIDE SECTION SERVICES MAP. 
  ====================================================*/
.ws-services {
    overflow: hidden;
}

.ws-right-layer {
    background-image: url("../img/images/world-map.png");
    height: 700px;
    margin-top: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.ws-right-layer:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000099, #000099);
    opacity: 0.85;
}

.ws-left-layer {
    background-image: url("../img/images/air-cargo.jpg");
    width: 100%;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.inner-ws-right {
    width: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 5%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-ws-right .side-title {
    width: 100%;
    margin-bottom: 1.5rem;
    border-left: solid 6px #FFA600;
}

.inner-ws-right .side-title h6 {
    color: #FFF;
    margin-left: 20px;
    margin-bottom: 5px;
    line-height: 1;
    text-transform: uppercase;
}

.inner-ws-right .side-title h2 {
    margin-left: 20px;
    line-height: 1.2;
    color: #FFF;
    font-size: 2.5rem;
}

.inner-ws-right p {
    color: #FFF;
}

.inner-ws-right p.strong {
    font-weight: 600;
    font-size: 18px;
}

.layer-box {
    padding: 1rem;
}

.layer-box .media-body h4 {
    color: #FFF;
}

.layer-box .media-body p {
    margin-bottom: 0px;
}

.layer-box .media .mr-3 {
    width: 60px;
}

.layer-box .media .mr-3 img {
    width: 100%;
}

/*====================================================
    8. SERVICES BOX. 
  ====================================================*/
.title-layer-left h5 {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px;
}

.title-layer-left h2 {
    font-weight: 400;
    line-height: 1.2;
}

.title-layer-right {
    padding: 2rem 0rem;
}

.f-box-shadow {
    box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
    -moz-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
    -webkit-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
    -o-box-shadow: 0 0 10px rgba(204, 204, 204, 0.6);
    padding: 3rem 1.5rem;
    text-align: center;
}

.f-box-shadow h4 {
    font-weight: 600;
}

.f-box-shadow p {
    font-size: 15px;
}

.f-box-shadow .fb-icon {
    width: 50px;
    margin: auto auto 1rem;
    color: red;
}

.f-box-shadow .fb-icon img {
    width: 100%;
}

.f-box-shadow h5 {
    font-size: 15px;
    margin-bottom: 0px;
}

.f-box-shadow h5::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f30b";
    margin-left: 10px;
    font-size: 16px;
}

/*====================================================
    9. WIDE SECTION COUNTER. 
  ====================================================*/
.counter-wrapper {
    background-image: url("../img/images/logistic3.jpg");
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 6rem 0rem 8rem;
}

.counter-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.2;
}

.counter-box {
    color: #FFF !important;
    text-align: center;
}

.counter-box .counter {
    font-size: 3rem;
    font-weight: 600;
}

.content-left-layer {
    background-color: #FFF;
    height: 600px;
    width: 80%;
    margin-top: -120px;
    position: relative;
    z-index: 1;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.cly-parallax {
    background-image: url("../img/images/cargo-employee.jpg");
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cly-content {
    float: right;
    width: 70%;
    margin-top: 5%;
    padding: 3rem;
}

.cly-content h5 {
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 5PX;
}

.cly-content p {
    margin-top: 2rem;
}

.cly-content h2 {
    line-height: 1.2;
    font-weight: 600;
}

.grid-layers {
    margin-top: 2rem;
    padding: 0px 15px;
}

.gl-col-left {
    padding: 1.5rem 2rem 1.5rem 0rem;
}

.gl-col-right {
    padding: 1.5rem 0rem 1.5rem 2rem;
}

.icon-borders {
    position: relative;
    width: 60px;
    height: 60px;
    border: solid #D23843 1px;
    padding: 1rem;
    margin-right: 10px;
}

.ib-icon {
    width: 40px;
    height: 40px;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.ib-icon img {
    width: 100%;
}

.grid-layers .media-body h5 {
    margin-bottom: 0px;
}

.grid-layers .media-body p {
    font-size: 14px;
    margin-top: 5px;
}

/*====================================================
    10. OUR TEAM. 
  ====================================================*/
.title-layer-left h5 {
    font-size: 16px;
    text-transform: uppercase;
}

.title-layer-left h2 {
    font-weight: 400;
}

.custom-row {
    margin-left: 0px;
    margin-right: 0px;
}

.team-carousel .slide {
    margin: 0px 15px;
}

.heading-title {
    margin-bottom: 100px;
}

.text-center {
    text-align: center;
}

.heading-title h3 {
    margin-bottom: 0;
    letter-spacing: 2px;
    font-weight: normal;
}

.p-top-30 {
    padding-top: 30px;
}

.half-txt {
    width: 60%;
    margin: 0 auto;
    display: inline-block;
    line-height: 25px;
    color: #7e7e7e;
}

.text-uppercase {
    text-transform: uppercase;
}

.team-member,
.team-member .team-img {
    position: relative;
}

.team-member,
.team-member .team-img img {
    width: 100%;
}

.team-member {
    overflow: hidden;
}

.team-hover {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: 0;
    border: 20px solid rgba(0, 0, 0, 0.02);
    background-color: rgba(255, 255, 255, 0.90);
    opacity: 0;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

.team-member:hover .team-hover .desk {
    top: 35%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .desk {
    position: absolute;
    top: 0%;
    width: 100%;
    opacity: 0;
    -webkit-transform: translateY(-55%);
    transform: translateY(-55%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    padding: 0 20px;
}

.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
    color: #222;
}

.team-member:hover .team-hover .s-link {
    bottom: 10%;
}

.team-member:hover .team-hover,
.team-member:hover .team-hover .desk,
.team-member:hover .team-hover .s-link {
    opacity: 1;
}

.team-hover .s-link {
    position: absolute;
    bottom: 0;
    width: 100%;
    opacity: 0;
    text-align: center;
    -webkit-transform: translateY(45%);
    transform: translateY(45%);
    -webkit-transition: all 0.3s 0.2s;
    transition: all 0.3s 0.2s;
    font-size: 35px;
}

.desk,
.desk h4,
.team-hover .s-link a {
    text-align: center;
    color: #222;
}

.team-member .s-link a {
    margin: 0 10px;
    color: #333;
    font-size: 16px;
}

.team-member .s-link a:hover {
    color: #1f2937;
}

.team-title {
    position: static;
    padding: 20px 0;
    display: inline-block;
    letter-spacing: 2px;
    width: 100%;
}

.team-title h5 {
    margin-bottom: 0px;
    display: block;
    text-transform: uppercase;
}

.team-title span {
    font-size: 12px;
    text-transform: uppercase;
    color: #a5a5a5;
    letter-spacing: 1px;
}

.light-txt {
    color: #fff !important;
}

.team-member .team-intro.light-txt h4 {
    font-size: 0.85rem;
    color: #fff;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.team-member,
.team-member .team-img {
    position: relative;
}

.team-member .team-intro.light-txt span {
    color: rgba(255, 255, 255, 0.6);
    font-size: 12px;
    font-family: 'Inter', sans-serif;
}

.team-member .team-intro h5,
.team-member .team-intro.light-txt span {
    margin-bottom: 0px;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.team-member .team-intro {
    position: absolute;
    right: 0;
    bottom: 30px;
    background: rgba(14, 55, 123, 0.8);
    padding: 10px 20px;
    width: 70%;
    text-align: right;
}

/*====================================================
    11. LATEST NEWS. 
  ====================================================*/
.blog-carousel .slide {
    margin: 0px 15px;
}

.blog-preview-thumb {
    background-color: #000000;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.03);
    color: #ffffff;
    font-family: 'Inter', Arial, sans-serif;
    font-size: 16px;
    line-height: 1.6em;
    overflow: hidden;
    position: relative;
    text-align: left;
    width: 100%;
}

.blog-preview-thumb * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
}

.blog-preview-thumb img {
    max-width: 100%;
    vertical-align: top;
    position: relative;
    opacity: 0.75;
}

.blog-preview-thumb .postcaption {
    padding: 25px 20px 25px;
    position: absolute;
    bottom: 0;
    z-index: 1;
}

.blog-preview-thumb .postcaption h3 {
    line-height: 1.1;
    margin-bottom: 15px;
}

.blog-preview-thumb .postcaption p {
    font-size: 13px;
    line-height: 1.6;
    color: #FFF;
}

.blog-preview-thumb .date {
    background-color: #fff;
    color: #333;
    font-size: 18px;
    font-weight: 800;
    min-height: 48px;
    min-width: 48px;
    padding: 10px 0;
    position: absolute;
    right: 15px;
    text-align: center;
    text-transform: uppercase;
    top: 0;
}

.blog-preview-thumb .date span {
    display: block;
    line-height: 14px;
}

.blog-preview-thumb .date .month {
    font-size: 11px;
}

.blog-preview-thumb h3,
.blog-preview-thumb p {
    margin: 0;
    padding: 0;
}

.blog-preview-thumb h3 {
    font-weight: 800;
    letter-spacing: -0.4px;
}

.blog-preview-thumb .hover {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    align-items: center;
    background-color: rgba(180, 230, 2, 0.75);
    display: flex;
    font-size: 65px;
    justify-content: center;
    opacity: 0;
}

.blog-preview-thumb a {
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    z-index: 1;
}

.blog-preview-thumb:hover .hover,
.blog-preview-thumb.hover .hover {
    -webkit-transition-delay: 0.1s;
    transition-delay: 0.1s;
    opacity: 1;
}

.blog-preview-thumb:hover .postcaption,
.blog-preview-thumb.hover .postcaption {
    opacity: 0;
}

.blog-preview-thumb:hover .date,
.blog-preview-thumb.hover .date {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

/*====================================================
    12. ABOUT US. 
  ====================================================*/
.content-about h5 {
    margin-bottom: 0px;
    text-transform: uppercase;
    font-size: 16px;
}

.content-about h2 {
    font-weight: 600;
}

.content-about p {
    margin-bottom: 1.5rem;
    line-height: 2;
}

.about-pic img {
    width: 100%;
}

.signature {
    width: 180px;
}

.signature img {
    width: 100%;
}

.custom-media {
    border: solid 1px #ddd;
    padding: 1.5rem;
}

.custom-media .media-body h5 {
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.custom-media .media-body p {
    margin-bottom: 0px;
}

.custom-media .mr-3 {
    width: 60px;
}

.custom-media .mr-3 img {
    width: 100%;
}

.ws-services-alt {
    overflow: hidden;
}

.ws-right-layer-alt {
    background-color: #0A295C;
    height: 700px;
    margin-top: 60px;
}

.ws-left-layer {
    background-image: url("../img/images/branded-bike.png");
    width: 100%;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.inner-ws-right {
    width: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 5%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-ws-right .side-title {
    width: 100%;
    margin-bottom: 1.5rem;
    border-left: solid 6px #D23843;
}

.inner-ws-right .side-title h6 {
    color: #FFF;
    margin-left: 20px;
    margin-bottom: 5px;
    line-height: 1;
    text-transform: uppercase;
}

.inner-ws-right .side-title h2 {
    margin-left: 20px;
    line-height: 1.2;
    color: #FFF;
    font-size: 2.5rem;
}

.inner-ws-right p {
    color: #FFF;
}

.inner-ws-right p.strong {
    font-weight: 600;
    font-size: 18px;
}

.layer-highlighted-alt {
    border-left: solid 4px #D23843;
    padding: 1.5rem;
    background-color: rgba(31, 113, 250, 0.2);
}

.layer-highlighted-alt .media-body h4 {
    color: #FFF;
}

.layer-highlighted-alt .media-body p {
    margin-bottom: 0px;
}

.layer-highlighted-alt .media .mr-3 {
    width: 60px;
}

.layer-highlighted-alt .media .mr-3 img {
    width: 100%;
}

.cta-counter {
    color: #FFF !important;
    padding: 3rem;
    background-image: url("../img/images/counter-bg.jpg");
    height: 220px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cta-counter:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.4;
}

.cta-counter-alt {
    color: #FFF !important;
    padding: 3rem;
    background-image: url("../img/images/counter-bg.jpg");
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.cta-counter-alt:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.4;
}

.cta-btn {
    text-align: right;
    padding: 1rem 0rem;
}

.btn-call {
    color: #1f2937;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    background-color: #FFF;
    border-color: #FFF;
    padding: 0.45rem 2rem;
    font-size: 1rem;
}

.btn-call:hover {
    color: #FFF;
    background-color: #D23843;
    border-color: #D23843;
}

.btn-call:focus,
.btn-call.focus {
    color: #fff;
    background-color: #D23843;
    border-color: #D23843;
    box-shadow: none;
}

.cta-content {
    position: relative;
    z-index: 1;
}

.cta-content h3 {
    line-height: 1.2;
    margin-bottom: 0px;
}

.counter-wrapper-alt {
    background-color: #FFF;
    margin-top: -150px;
    position: relative;
    z-index: 1;
    padding: 4rem 2.5rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
}

.counter-wrapper-alt .media .mr-3 {
    width: 50px;
}

.counter-wrapper-alt .media .mr-3 img {
    width: 100%;
}

.counter-wrapper-alt .media .media-body .counter {
    font-size: 2rem;
    font-weight: 600;
    margin: -5px 0px 10px;
    font-family: 'Inter', sans-serif;
}

.counter-wrapper-alt .media .media-body p {
    margin-bottom: 0px;
}

.counter-border-right-alt {
    border-right: solid 1px rgba(221, 221, 221, 0.5);
}

/*====================================================
    13. ABOUT US ALT. 
  ====================================================*/
.about-alt-info h5 {
    margin-bottom: 5px;
    font-size: 16px;
}

.about-alt-info {
    padding-left: 1rem
}

.about-alt-info h2 {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.1;
}

.about-alt-info h2:after {
    background: #D23843;
    content: '';
    display: block;
    height: 5px;
    margin: 15px 0px 25px;
    width: 80px;
}

.about-alt-info p {
    line-height: 1.7;
}

.about-alt-info p strong {
    font-style: italic;
}

.about-alt-img img {
    width: 100%;
}

.ab-contact {
    border-right: solid 1px #ddd;
    display: inline-block;
    margin-top: 10px;
    margin-right: 1rem;
    padding-right: 1rem;
}

.ab-contact p {
    margin-bottom: 2px;
    font-style: italic;
}

.ab-contact h3 {
    font-weight: 500;
}

.ab-signature {
    width: 140px;
    display: inline-block;
}

.ab-signature img {
    width: 100%;
}

hr.divider {
    margin: 3rem auto;
    border-top: 1px solid rgba(221, 221, 221, 0.9);
}

.custom-alt {
    background-color: #1f2937;
    color: #FFF;
}

.custom-alt p {
    color: #FFF;
}

.wrapper-about-box {
    background-image: url("../img/images/world-map.png");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.wrapper-about-box:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000099, #000099);
    opacity: 0.85;
}

.section-title-alt {
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 1;
}

.span-bg-text h2 {
    font-size: 7rem;
    font-weight: 600;
    margin: 0px;
    line-height: 0;
    color: rgba(255, 255, 255, 0.1);
}

.overlay-text {
    margin-top: -30px;
    position: relative;
    z-index: 1;
    color: #FFF !important;
}

.overlay-text h3 {
    font-size: 3rem;
    line-height: 1.2;
}

.span-about-services {
    margin-top: -160px;
}

.ser-box {
    background-color: #FFF;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.04);
    padding: 3rem 1.5rem;
    text-align: center;
}

.ser-box-icon {
    width: 60px;
    margin: auto;
    position: relative;
    z-index: 1;
}

.ser-box-icon img {
    width: 100%;
}

.ser-box h4 {
    font-size: 1.3rem;
    margin: 15px 0px 10px;
    font-weight: 600;
}

.ser-box p {
    font-size: 12px;
    line-height: 1.6;
}

.ser-box h5 {
    font-size: 12px;
    margin: 20px 0px 0px;
}

.ser-box h5:after {
    background: #D23843;
    content: '';
    display: block;
    height: 2px;
    margin: 5px auto 0px;
    width: 50px;
}

/*====================================================
    14. GALLERY POPUP. 
  ====================================================*/
.gallery-wrapper {
    margin: 0px 5px;
    overflow: hidden;
}

.thumbnail-slide {
    margin: 0px 10px;
}

.ts-picture img {
    width: 100%;
}

.gc-thumbnail {
    position: relative;
    opacity: 1;
}

.gc-thumbnail img {
    width: 100%;
    outline: 1px solid #FFF;
    outline-offset: -10px;
    cursor: pointer;
    transition: .3s ease-in-out;
}

.grid-column:hover .gc-thumbnail img {
    outline-offset: 0px;
    opacity: 0.8;
}

.gc-caption {
    background-color: #FFF;
    margin: -3rem 1rem 0rem;
    position: relative;
    z-index: 1;
    padding: 1.2rem;
    text-align: center;
    transition: 0.3s;
}

.gc-caption h3 {
    font-size: 1.5rem;
}

.grid-column:hover .gc-caption {
    margin: -5rem 1rem 0rem;
    background-color: #FDA12B;
    outline: 2px solid #FFF;
    outline-offset: -5px;
}

.gc-caption h5 {
    font-size: 15px;
    margin-bottom: 5px;
    color: #FDA12B;
    transition: .3s ease-in-out;
}

.grid-column:hover .gc-caption h5 {
    color: #FFF;
}

.grid-column:hover .gc-caption h3 {
    color: #FFF;
}

.gc-caption a {
    color: #333;
    text-decoration: none;
    transition: 0.3s;
}

.gc-caption a:hover {
    color: #FFF;
    text-decoration: none;
}

.image-hover .grid-column {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.image-hover .grid-column:hover+span {
    bottom: -36px;
    opacity: 1;
}

.hover-effects .grid-column img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover-effects .grid-column:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.center-fab {
    position: absolute;
    top: 25%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    display: none;
    transition: .3s ease-in-out;
}

.center-fab .fas {
    font-size: 40px;
    color: #FFF;
}

.grid-column:hover .center-fab {
    display: inherit;
}

.thumbnail-slide .fas {
    font-size: 30px;
}

/*====================================================
    15. PRICING TABLE. 
  ====================================================*/
.pricing-table-3 {
    box-shadow: 0 0 7px 0 rgba(77, 109, 230, 0.35);
    text-align: center;
    padding: 38px 0 40px;
    -webkit-transition: .3s ease-in;
    transition: .3s ease-in;
    margin-bottom: 30px;
}

.pricing-table-3:hover {
    border-color: #197beb;
}

.pricing-table-3 .price-header {
    position: relative;
}

.pricing-table-3 .price-header .pbadge {
    position: absolute;
    left: 50%;
    top: -60px;
    width: 80%;
    background-color: #D23843;
    color: #fff;
    padding: 10px 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-family: 'Inter', sans-serif;
}

.pricing-table-3 .price-header .pbadge:after {
    position: absolute;
    left: -40px;
    top: 0;
    border-left: 20px solid transparent;
    border-right: 20px solid #0b56ac;
    border-top: 22px solid transparent;
    content: '';
}

.pricing-table-3 .price-header .pbadge:before {
    position: absolute;
    right: -40px;
    top: 0;
    border-left: 20px solid #0b56ac;
    border-right: 20px solid transparent;
    border-top: 22px solid transparent;
    content: '';
}

.pricing-table-3 .price-header .title {
    color: #282828;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
}

.pricing-table-3 .price-header .icon {
    font-size: 60px;
    line-height: 60px;
    margin-bottom: 30px;
    color: #D23843;
}

.pricing-table-3 .price-header .price {
    font-size: 50px;
    line-height: 60px;
    color: #197beb;
    font-weight: 700;
    margin-bottom: 25px;
    font-family: 'Inter', sans-serif;
}

.pricing-table-3 .price-header .price .dollar {
    font-size: 33px;
    line-height: 33px;
    position: relative;
    top: -12px;
}

.pricing-table-3 .price-header .price .month {
    font-size: 22px;
    line-height: 23px;
}

.pricing-table-3 .price-footer {
    margin-top: 40px;
}

.pricing-table-3 .price-footer .order-btn {
    display: inline-block;
    width: 165px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: .5s ease-in;
    transition: .5s ease-in;
    font-weight: 600;
    background-color: #D23843;
    position: relative;
    overflow: hidden;
    font-family: 'Inter', sans-serif;
}

.pricing-table-3 .price-footer .order-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: skewX(35deg) translateX(-60px);
    transform: skewX(35deg) translateX(-60px);
    -webkit-transition: .5s ease-in;
    transition: .5s ease-in;
    content: '';
}

.pricing-table-3 .price-footer .order-btn:before {
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-transform: skewX(35deg) translateX(60px);
    transform: skewX(35deg) translateX(60px);
    -webkit-transition: .5s ease-in;
    transition: .5s ease-in;
    content: '';
}

.pricing-table-3 .price-footer .order-btn:hover:after {
    -webkit-transform: skewX(35deg) translateX(190px);
    transform: skewX(35deg) translateX(190px);
}

.pricing-table-3 .price-footer .order-btn:hover:before {
    -webkit-transform: skewX(35deg) translateX(-190px);
    transform: skewX(35deg) translateX(-190px);
}

.pricing-table-3 .price-body ul {
    margin: 0;
    padding: 0;
}

.pricing-table-3 .price-body ul li {
    list-style: none;
    display: block;
    color: #8997a7;
    margin: 27px 0;
}

.pricing-table-3 .price-body ul li:first-child {
    margin-top: 0;
}

.pricing-table-3 .price-body ul li:last-child {
    margin-bottom: 0;
}

/*====================================================
    16. CONTACT US.
  ====================================================*/
.contact-box {
    text-align: center;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    padding: 2rem;
    border-bottom: solid 3px #1f2937;
}

.contact-box .cb-icon .fas {
    font-size: 2.5rem;
    text-align: center;
    color: #1f2937;
}

.contact-box h3 {
    margin: 1.5rem 0rem;
}

.contact-box h5 {
    font-size: 15px;
    font-weight: 400;
    margin-top: 2rem;
}

.contact-box h5 a {
    color: #D23843;
    text-decoration: none;
    transition: 0.3s;
}

.contact-box h5 a:hover {
    color: #D23843;
    text-decoration: none;
}

.wrapper-form {
    background-color: #F7FAFA;
    padding: 5rem 0rem;
}

.wrapper-form .col-md-8 {
    margin: auto;
}

.customize {
    display: block;
    width: 100%;
    height: calc(4rem + 2px);
    padding: 0.375rem 2rem;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #FFF;
    background-clip: padding-box;
    border: rgba(192, 216, 216);
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 5px 0px;
    transition: 0.6s;
}

.customize::-ms-expand {
    background-color: transparent;
    border: 0;
}

.customize:focus {
    color: #495057;
    background-color: #FFF;
    ;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.bottom-map {
    line-height: 0;
}

.map-iframe-alt {
    width: 100%;
    height: 500px;
}

.with-errors {
    font-size: 12px;
    font-family: 'Inter', sans-serif;
    text-align: left;
    color: red;
    margin-top: 10px;
}

.alert-success {
    color: #FFF;
    background-color: #EF8354;
    border-color: #EF8354;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    line-height: 1.5;
}

.close {
    float: right;
    margin-left: 5px;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1;
    color: #FFF;
    text-shadow: none;
    opacity: 1;
}

/*====================================================
    17. CONTACT US ALT 2 
  ====================================================*/
.customize-alt {
    display: block;
    width: 100%;
    height: calc(2.5rem + 2px);

    font-size: 13px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1;
    color: #495057;
    background-color: #FFF;
    background-clip: padding-box;
    border: solid #ddd 1px;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 5px 0px;
    transition: 0.6s;
}

.customize-alt::-ms-expand {
    background-color: transparent;
    border: 0;
}

.customize-alt:focus {
    color: #495057;
    background-color: #FFF;
    ;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.list-unstyled li {
    margin: 0px;
}

.media-contact {
    background: #D23843;
    padding: 1rem;
}

.media-contact .fas {
    font-size: 40px;
    margin-right: 20px;
    color: #FFF;
}

.media-contact .fa-phone-alt {
    font-size: 40px;
    margin-right: 25px;
}

.media-contact .fa-envelope {
    font-size: 40px;
    margin-right: 25px;
}

.media-contact .media-body h5 {
    font-size: 17px;
    font-weight: 600;
    color: #FFF;
}

.media-contact .media-body p {
    font-size: 13px;
    color: #FFF;
    margin-bottom: 0px;
}

.social-contact {
    margin-top: 2rem;
}

.social-contact h4 {
    margin-bottom: 0px;
}

.social-contact ul {
    padding: 0px;
    margin-top: 10px;
}

.social-contact ul li {
    display: inline-block;
    list-style: none;
    margin-right: 10px;
    font-size: 1.5rem;
    color: #1f2937;
}

.social-contact ul li a {
    color: #1f2937;
    transition: 0.3s;
}

.social-contact ul li a:hover {
    color: #D23843;
}

/*====================================================
    18. CONTACT US ALT 3.
  ====================================================*/
.contact-info {
    padding-right: 1rem;
}

.contact-info h5 {
    font-size: 15px;
    margin-bottom: 0px;
}

.contact-info h2:after {
    background-color: #D23843;
    content: '';
    display: block;
    height: 5px;
    margin: 10px 0px 15px;
    width: 80px;
}

.contact-info p {
    margin-bottom: 1rem;
}

.customize-contact {
    display: block;
    width: 100%;
    height: calc(2.25rem + 2px);
    padding: 0.375rem 0rem;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #FFF;
    background-clip: padding-box;
    border: none;
    border-bottom: solid #DDD 1px;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 3px 0px;
    transition: 0.6s;
    border-radius: 0px;
}

.customize-contact::-ms-expand {
    background-color: transparent;
    border: 0;
}

.customize-contact:focus {
    color: #495057;
    background-color: #FFF;
    border-color: none;
    outline: 0;
    box-shadow: none;
    border-bottom: solid #EEC344 2px;
}

.map-iframe {
    width: 100%;
    height: 500px;
    border: none;
    margin: 0px;
}

.contact-box {
    padding: 1.5rem;
    background-color: #F7FAFA;
    text-align: center;
}

.contact-box .phone-icon .fas {
    font-size: 1.5rem;
    color: #EEC344;
}

.contact-box h3 {
    margin: 15px 0px 10px;
}

/*====================================================
    19. BLOG GRID. 
  ====================================================*/
.blog-grid-thumbnail {
    position: relative;
    cursor: pointer;
}

.blog-grid-thumbnail .thumbnail-pic img {
    width: 100%;
}

.image-hover figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.image-hover figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.hover-effects figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover-effects figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.bg-caption {
    position: absolute;
    bottom: 0px;
    color: #FFF;
    padding: 1rem 1.5rem;
}

.bg-caption h4 {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}

.bg-caption p {
    font-size: 14px;
    color: #FFF;
}

p.date,
p.author {
    display: inline-block;
    margin-right: 15px;
    line-height: 0;
}

p.date::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 10px;
    color: #D23843;
}

p.author::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f007";
    margin-right: 10px;
    color: #D23843;
}

.site-pagination .pagination {
    display: -ms-flexbox;
    display: flex;
    padding-left: 0;
    list-style: none;
    border-radius: 0rem;
    justify-content: center;
}

.site-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.6rem 1rem;
    margin-right: 8px;
    line-height: 1.25;
    color: #333;
    background-color: #e6e6e6;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 500;
    border-radius: 50%;
}

.site-pagination .page-link .fas {
    font-size: 16px;
}

.site-pagination .page-link:hover {
    z-index: 2;
    color: #FFF;
    text-decoration: none;
    background-color: #1f2937;
    border-color: #1f2937;
}

.site-pagination .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-link .fas {
    font-size: 18px;
}

.site-pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1f2937;
    border-color: #1f2937;
}

.site-pagination .page-item:last-child .page-link {
    border-radius: 50%;
}

.blog-mt-d{
    margin-top: 2rem;
}

/*====================================================
    20. BLOG SIDEBAR. 
  ====================================================*/
ul.post-list {
    padding-right: 2rem;
}

ul.post-right-list {
    padding-right: 0px;
    padding-left: 2rem;
}

ul.post-list li.post-preview {
    margin-bottom: 3rem;
}

ul.post-list li {
    list-style: none;
}

.post-preview .post-thumbnail img {
    width: 100%;
    cursor: pointer;
}

.image-hover figure {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.image-hover figure:hover+span {
    bottom: -36px;
    opacity: 1;
}

.hover-effects figure img {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
}

.hover-effects figure:hover img {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.post-caption {
    margin-top: 1.5rem;
}

.post-caption h2 {
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.3;
}

li.date,
li.author,
li.comments {
    list-style: none;
    display: inline-block;
    margin-right: 20px;
    font-family: 'Inter', sans-serif;
    color: #D23843;
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 500;
}

li.date::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f017";
    margin-right: 7px;
}

li.author::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2bd";
    margin-right: 7px;
}

li.comments::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f075";
    margin-right: 7px;
}

p.post-prev-desc {
    margin-top: 1.5rem;
}

/* ----- BLOG SIDEBAR. ----- */

.aside-section {
    margin-bottom: 3rem;
}

h4.aside-title {
    font-size: 1.3rem;
    font-weight: 600;
    margin-bottom: 0px;
}

h4.aside-title:after {
    background: #D23843;
    content: '';
    display: block;
    height: 3px;
    margin: 10px 0px 20px;
    width: 65px;
}

.blog-search {
    display: inline-block;
    position: relative;
    color: #FFF;
    margin-bottom: 2rem;
    width: 100%;
}

.blog-search .form-control {
    background-color: #eff5f5;
    border: none;
    border-radius: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    height: 45px;
    font-family: 'Inter', sans-serif;
    color: #CCC;
    transition: 0.3s;
}

.blog-search .form-control:focus {
    color: #CCC;
    background-color: #e0ebeb;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.blog-search .form-control-feedback {
    position: absolute;
    z-index: 1;
    display: block;
    width: 2rem;
    height: 45px;
    line-height: 45px;
    text-align: center;
    pointer-events: none;
    color: #CCC;
    right: 0;
    font-size: 16px;
}

.related-posts .list-unstyled .media .media-body {
    padding-top: 5px;
}

.related-posts .list-unstyled .media .media-body h5 {
    font-size: 15px;
    line-height: 1.2;
    font-weight: 600;
    color: #1f2937;
}

.related-posts .list-unstyled .media .media-body p {
    font-size: 12px;
    color: #333333;
    margin-bottom: 5px;
}

.related-posts .list-unstyled .media .mr-3 {
    width: 80px;
}

.related-posts .list-unstyled .media .mr-3 img {
    width: 100%;
}

ul.tags {
    list-style: none;
}

ul.tags li {
    display: inline-block;
    margin-bottom: 5px;
}

.sidebar-contact .list-group .list-group-item {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 16px;
    padding: 1rem 0rem;
    background-color: transparent;
}

.aside-section .list-group .list-group-item {
    padding: 1rem 0rem;
}

.sidebar-contact .list-group .list-group-item .fas {
    color: #D23843;
}

.sidebar-contact p {
    font-size: 14px;
}

.site-pagination .page-link {
    position: relative;
    display: block;
    padding: 0.6rem 1rem;
    margin-right: 8px;
    line-height: 1.25;
    color: #333;
    background-color: #e6e6e6;
    border: none;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 500;
    border-radius: 50%;
}

.site-pagination .page-link .fas {
    font-size: 16px;
}

.site-pagination .page-link:hover {
    z-index: 2;
    color: #FFF;
    text-decoration: none;
    background-color: #1f2937;
    border-color: #1f2937;
}

.site-pagination .page-link:focus {
    z-index: 2;
    outline: 0;
    box-shadow: none;
}

.page-link .fas {
    font-size: 18px;
}

.site-pagination .page-item.active .page-link {
    z-index: 1;
    color: #fff;
    background-color: #1f2937;
    border-color: #1f2937;
}

.site-pagination .page-item:last-child .page-link {
    border-radius: 50%;
}

/*====================================================
    21. BLOG SINGLE. 
  ====================================================*/
.bg-post-img img {
    width: 100%;
}

.blog-content h2 {
    font-size: 2rem;
    font-weight: 600;
    margin: 1.5rem 0rem 15px;
    line-height: 1.2;
}

.blog-content h3 {
    margin: 2rem 0rem 15px;
}

.blog-content p {
    margin-bottom: 1rem;
}

.ludwig {
    position: relative;
    padding-left: 1em;
    border-left: 0.2em solid #EEC344;
    font-family: 'Inter', sans-serif;
    font-size: 1.8rem;
    line-height: 1.3;
    font-weight: 100;
    margin: 25px 0px;
}

.ludwig:before,
.ludwig:after {
    content: '\201C';
    font-family: 'Inter';
    color: #EEC344;
}

.ludwig:after {
    content: '\201D';
}

.comment-block .btn-reply {
    color: #FFF;
    transition: 0.9s;
    padding: 4px 10px;
    font-size: 0.60rem;
    background: #1f2937;
    border: solid 2px #1f2937;
    font-size: 13px;
    border-radius: 0px;
    position: absolute;
    right: 0;
}

.comment-block .btn-reply:hover {
    color: #FFF;
    background: #D23843;
    border: solid 2px #D23843;
}

.comment-block .btn-reply:focus,
.btn-reply.focus {
    box-shadow: none;
}

.comment-block .btn-reply.disabled,
.btn-reply:disabled {
    color: #fff;
    background-color: #D23843;
    border-color: #D23843;
}

.comment-block .btn-reply:not(:disabled):not(.disabled):active,
.btn-reply:not(:disabled):not(.disabled).active,
.show>.btn-reply.dropdown-toggle {
    color: #fff;
    background-color: none;
    border-color: none;
}

.comment-block .btn-reply:not(:disabled):not(.disabled):active:focus,
.btn-reply:not(:disabled):not(.disabled).active:focus,
.show>.btn-reply.dropdown-toggle:focus {
    box-shadow: none;
}

.side-posts-right {
    padding-right: 2rem;
}

.side-posts-right .btn-comment {
    color: #FFF;
    transition: 0.9s;
    padding: 6px 18px;
    font-size: 0.60rem;
    background: #1f2937;
    border: solid 2px #1f2937;
    font-size: 13px;
    border-radius: 0px;
    margin-top: 1rem;
}

.side-posts-right .btn-comment:hover {
    color: #FFF;
    background: #D23843;
    border: solid 2px #D23843;
}

.side-posts-right .btn-comment:focus,
.btn-reply.focus {
    box-shadow: none;
}

.side-posts-right .btn-comment.disabled,
.btn-reply:disabled {
    color: #fff;
    background-color: #D23843;
    border-color: #D23843;
}

.side-posts-right .btn-comment:not(:disabled):not(.disabled):active,
.btn-reply:not(:disabled):not(.disabled).active,
.show>.btn-reply.dropdown-toggle {
    color: #fff;
    background-color: none;
    border-color: none;
}

.side-posts-right .btn-comment:not(:disabled):not(.disabled):active:focus,
.btn-reply:not(:disabled):not(.disabled).active:focus,
.show>.btn-reply.dropdown-toggle:focus {
    box-shadow: none;
}

.comment-tittle {
    margin-top: 2rem;
}

.comment-block {
    clear: both;
    position: relative;
}

h3.comment-tittle {
    margin-bottom: 2rem;
    font-weight: 600;
}

.form-title {
    margin: 2rem 0rem;
    clear: both;
}

.form-title h3 {
    font-weight: 600;
}

.user-avatar {
    width: 70px;
    height: 70px;
    float: left;
    margin-right: 20px;
    margin-bottom: 80px;
}

.user-avatar img {
    width: 100%;
    border-radius: 50%;
}

.cb-caption h4 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 0px;
}

.cb-caption h6 {
    font-size: 14px;
    text-transform: none;
    font-weight: 400;
    color: #46866C;
    margin-bottom: 10px;
}

.cb-caption p {
    line-height: 1.7;
}

.reply-comment {
    margin-left: 2rem;
}

.customize-form {
    display: block;
    width: 100%;
    height: calc(3.5rem + 2px);
    padding: 0.375rem 0.75rem;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #F7FAFA;
    background-clip: padding-box;
    border: none;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 5px 0px;
    transition: 0.6s;
}

.customize-form::-ms-expand {
    background-color: transparent;
    border: 0;
}

.customize-form:focus {
    color: #495057;
    background-color: #eff5f5;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.post-details {
    margin: 15px 0px 35px;
}

.post-details ul li {
    display: inline-block;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    color: #797979;
    margin-right: 10px;
}

.post-author-avatar {
    width: 30px;
    height: 30px;
}

.post-author-avatar img {
    width: 100%;
    border-radius: 50%;
}

.post-details ul li a {
    color: #797979;
    text-decoration: none;
    transition: 0.3s;
}

.post-details ul li a:hover {
    color: #D23843;
    text-decoration: none;
}

.post-details ul li.date {
    padding: 0px 15px;
    border-left: solid 1px #ddd;
    border-right: solid 1px #ddd;
    margin: 0px 10px;
}

.post-details ul li.date::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f073";
    margin-right: 8px;
}

.post-details ul li.comments::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f075";
    margin-right: 8px;
}

.post-details ul li a:hover {
    color: #D23843;
    text-decoration: none;
}

/*====================================================
    22. CLIENTS CAROUSEL 
  ====================================================*/
.clients-logo {
    width: 180px;
    margin: 0px 15px;
}

.clients-logo img {
    width: 100%;
}

/*====================================================
    23. QUOTE REQUEST. 
  ====================================================*/
.quote-layer {
    padding-right: 2rem;
}

.quote-layer h2:after {
    background: #D23843;
    content: '';
    display: block;
    height: 5px;
    margin: 15px 0px;
    width: 80px;
}

.quote-layer p {
    margin-bottom: 2rem;
}

.sidebar-list .list-group-item {
    position: relative;
    display: block;
    padding: 20px;
    margin-bottom: -1px;
    background-color: #F5F5F5;
    border: none;
    border-radius: 0px;
    margin-bottom: 10px;
    transition: 0.3s ease;
    cursor: pointer;
    color: #333;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.sidebar-list .list-group-item .badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
    color: #333;
    transition: 0.3s ease;
}

.sidebar-list .list-group-item:hover {
    color: #1f2937;
}

.sidebar-list .list-group-item:hover .badge {
    color: #1f2937;
}

.sidebar-list .list-group-item:hover {
    border-left: solid 3px #1f2937;
}

.brochures-files .list-group-item {
    position: relative;
    display: block;
    padding: 20px;
    margin-bottom: -1px;
    background-color: #1f2937;
    border: none;
    border-radius: 0px;
    margin-bottom: 5px;
    transition: 0.3s ease;
    cursor: pointer;
    text-align: left;
    color: #FFF;
    font-family: 'Inter', sans-serif;
    font-weight: 500;
    font-size: 15px;
}

.brochures-files .list-group-item:hover {
    background-color: #002642;
    color: #FFF;
}

.brochures-files {
    margin-top: 1rem;
}

.brochures-files .list-group-item .fas {
    margin-right: 15px;
    color: #FFF;
    transition: 0.3s ease;
}

.brochures-files .list-group-item:hover .fas {
    margin-right: 15px;
    color: #FFF;
}

.sidebar-contact {
    background-color: #F5F5F5;
    padding: 2rem;
    margin-top: 1.5rem;
}

.sidebar-contact h4 {
    margin-bottom: 5px;
}

.sidebar-contact .media .fas {
    font-size: 20px;
    margin-right: 15px;
    margin-top: 5px;
}

.sidebar-contact .list-group {
    font-size: 20px;
    margin-right: 15px;
    margin-top: 5px;
}

/*====================================================
    24. CAREERS. 
  ====================================================*/
.careers-info h5 {
    font-size: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.careers-info h2 {
    font-weight: bold;
    margin-bottom: 1rem;
    line-height: 1.2;
}

.careers-info p strong {
    color: #999999;
}

.careers-pic img {
    width: 100%;
    outline: 1px solid #FFF;
    outline-offset: -20px;
}

.careers-parallax {
    background-image: url("../img/images/careers-bg.jpg");
    height: 100%;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 5rem 0rem;
}

.careers-parallax:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #000);
    opacity: 0.7;
}

.benefits-box {
    color: #FFF !important;
    text-align: center;
    padding: 2rem 1.5rem;
    transition: 0.3s;
    margin: 2rem 0rem;
}

.benefits-box:hover {
    background-color: rgba(0, 0, 0, 0.3);
    cursor: pointer;
}

.benefits-box h4 {
    font-weight: 600;
    margin: 15px 0px;
}

.benefits-box p {
    color: #FFF;
    margin-bottom: 0px;
}

.benefit-icon {
    width: 60px;
    margin: auto;
}

.benefit-icon img {
    width: 100%;
}

.position-description {
    float: left;
    text-align: left;
}

.position-description h3 {
    margin-bottom: 5px;
}

.position-description p {
    font-size: 14px;
    color: #8c8c8c;
    margin-bottom: 0px;
}

.position-description p .fas {
    color: #1f2937;
}

.job-list {
    border-radius: 5px;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
    padding: 2.5rem;
}

.job-list .list {
    border-bottom: solid 1px rgba(204, 204, 204, 0.3);
    padding-bottom: 2.5rem;
    margin-bottom: 2.5rem;
}

.job-list .last-post {
    border-bottom: none;
    padding-bottom: 0rem;
    margin-bottom: 0rem;
}

.job-list ul {
    padding: 0px;
}

.job-list ul li {
    list-style: none;
}

.position-btn {
    text-align: right;
    float: right;
    padding-top: 10px;
}

/*====================================================
    25. 404 ERROR PAGE. 
  ====================================================*/
.error-page {
    background-image: url("../img/images/cargoy-404.jpg");
    height: 900px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.error-page:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #002642, #002642);
    opacity: 0.6;
}

.error-page-content {
    position: absolute;
    top: 55%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF;
}

.error-page-content h1 {
    font-size: 8rem;
    font-weight: 600;
    line-height: 0;
}

.error-page-content P {
    color: #fff;
}

.error-page-search {
    display: inline-block;
    position: relative;
    color: #FFF;
    margin-top: 2rem;
    width: 70%;
}

.error-page-search .form-control {
    background-color: rgba(0, 0, 0, 0.5);
    border: none;
    border-radius: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    font-size: 14px;
    height: 45px;
    font-family: 'Inter', sans-serif;
    color: #FFF;
    transition: 0.3s;
}

.error-page-search .form-control:focus {
    color: #FFF;
    background-color: #e0ebeb;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.error-page-search .form-control-feedback {
    position: absolute;
    z-index: 2;
    display: block;
    width: 2rem;
    height: 45px;
    line-height: 45px;
    text-align: center;
    pointer-events: none;
    color: #FFF;
    right: 0;
    font-size: 16px;
}

.error-page-content .social-footer ul li a {
    color: #FFF;
    transition: 0.3s;
}

.error-page-content .social-footer ul li a:hover {
    color: #D23843;
}


/*====================================================
    26. FAQ. 
  ====================================================*/
.accordion .accordion-item {
    border-bottom: 1px solid #e5e5e5;
}

.accordion .accordion-item button[aria-expanded='true'] {
    border-bottom: 1px solid #D23843;
}

.accordion button {
    position: relative;
    display: block;
    text-align: left;
    width: 100%;
    padding: 1em 0;
    color: #7288a2;
    font-size: 1.15rem;
    font-weight: 400;
    border: none;
    background: none;
    outline: none;
}

.accordion button:hover,
.accordion button:focus {
    cursor: pointer;
    color: #D23843;
}

.accordion button:hover::after,
.accordion button:focus::after {
    cursor: pointer;
    color: #D23843;
    border: 1px solid #D23843;
}

.accordion button .accordion-title {
    font-family: 'Inter', sans-serif;
    font-size: 1.1rem;
    font-weight: 600;
    padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
    display: inline-block;
    position: absolute;
    top: 18px;
    right: 0;
    width: 22px;
    height: 22px;
    border: 1px solid;
    border-radius: 4px;
}

.accordion button .icon::before {
    display: block;
    position: absolute;
    content: '';
    top: 9px;
    left: 5px;
    width: 10px;
    height: 2px;
    background: currentColor;
}

.accordion button .icon::after {
    display: block;
    position: absolute;
    content: '';
    top: 5px;
    left: 9px;
    width: 2px;
    height: 10px;
    background: currentColor;
}

.accordion button[aria-expanded='true'] {
    color: #D23843;
}

.accordion button[aria-expanded='true'] .icon::after {
    width: 0;
}

.accordion button[aria-expanded='true']+.accordion-content {
    opacity: 1;
    max-height: 9em;
    -webkit-transition: all 200ms linear;
    transition: all 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content {
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: opacity 200ms linear, max-height 200ms linear;
    transition: opacity 200ms linear, max-height 200ms linear;
    will-change: opacity, max-height;
}

.accordion .accordion-content p {
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 300;
    margin: 1.5rem 0rem 2rem;
}

.custom-accordion {
    padding-right: 2rem;
}

.faq-content h2:after {
    background: #D23843;
    content: '';
    display: block;
    height: 5px;
    margin: 15px 0px;
    width: 80px;
}

.faq-content h5 {
    text-transform: uppercase;
    margin-bottom: 0px;
    font-size: 14px;
}

.faq-content p {
    margin-bottom: 2rem
}

.faq-contact {
    padding-right: 2rem;
}

.faq-custom-form {
    display: block;
    width: 100%;
    height: calc(3rem + 2px);
    padding: 0.375rem 2rem;
    font-size: 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #F5F5F5;
    background-clip: padding-box;
    border: #000;
    border-radius: 0.25rem;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 5px 0px;
    transition: 0.6s;
}

.faq-custom-form::-ms-expand {
    background-color: transparent;
    border: 0;
}

.faq-custom-form:focus {
    color: #495057;
    background-color: #F5F5F5;
    ;
    border-color: none;
    outline: 0;
    box-shadow: none;
}

.faq-contact p {
    margin-bottom: 2rem;
}

/*====================================================
    27. AIR FREIGHT. 
  ====================================================*/
.services-content {
    padding-right: 2rem;
}

.service-feature img {
    width: 100%;
}

.services-content h2 {
    margin: 2rem 0rem 1rem;
}

.snip1445 {
    font-family: 'Raleway', Arial, sans-serif;
    position: relative;
    overflow: hidden;
    width: 100%;
    color: #ffffff;
    text-align: center;
    font-size: 16px;
    background-color: #000000;
}

.snip1445 *,
.snip1445 *:before,
.snip1445 *:after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.55s ease;
    transition: all 0.55s ease;
}

.snip1445 img {
    max-width: 100%;
    backface-visibility: hidden;
    vertical-align: top;
}

.snip1445 figcaption {
    position: absolute;
    bottom: 25px;
    right: 25px;
    padding: 5px 10px 10px;
}

.snip1445 figcaption:before,
.snip1445 figcaption:after {
    height: 2px;
    width: 400px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

.snip1445 figcaption:before {
    top: 0;
    left: 0;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
}

.snip1445 figcaption:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
}

.snip1445 figcaption div:before,
.snip1445 figcaption div:after {
    width: 2px;
    height: 300px;
    position: absolute;
    content: '';
    background-color: #ffffff;
}

.snip1445 figcaption div:before {
    top: 0;
    left: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.snip1445 figcaption div:after {
    bottom: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.snip1445 h2,
.snip1445 h4 {
    margin: 0;
    text-transform: uppercase;
}

.snip1445 h2 {
    font-weight: 400;
    line-height: 1;
    margin-bottom: 0px;
}

.snip1445 h4 {
    display: block;
    font-weight: 700;
    background-color: #ffffff;
    padding: 5px 10px;
    color: #000000;
}

.snip1445 a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.snip1445:hover img,
.snip1445.hover img {
    zoom: 1;
    filter: alpha(opacity=50);
    -webkit-opacity: 0.5;
    opacity: 0.5;
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after,
.snip1445:hover figcaption div:before,
.snip1445.hover figcaption div:before,
.snip1445:hover figcaption div:after,
.snip1445.hover figcaption div:after {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
}

.snip1445:hover figcaption:before,
.snip1445.hover figcaption:before,
.snip1445:hover figcaption:after,
.snip1445.hover figcaption:after {
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}

.air-freight-content h4 {
    margin-bottom: 5px;
}

.air-freight-content p {
    color: #1f2937;
}

.air-freight-content .list-unstyled {
    margin-top: 20px;
}

.air-freight-content .list-unstyled .media .mr-3 {
    width: 25px;
}

.air-freight-content .list-unstyled .media .mr-3 img {
    width: 100%;
}

.air-freight-content .list-unstyled .media .media-body {
    padding: 10px 0px;
}

.air-freight-content .list-unstyled .media .media-body p {
    font-weight: 14px;
    color: #8c8c8c;
}

.span-accordion {
    margin-top: 2rem;
}

.span-accordion .accordion {
    border-top: 1px solid #FFF;
    background: #F7FAFA;
    padding: 0px 20px;
}

.span-accordion .accordion li {
    border-bottom: 2px solid #fff;
    position: relative;
    list-style-type: none;
}

.accordion li p {
    display: none;
    padding: 10px 20px 20px;
    color: #516163;
    font-size: 14px;
    font-family: 'Inter', sans-serif;
}

.span-accordion .accordion a {
    width: 100%;
    font-family: 'Inter', sans-serif;
    display: block;
    cursor: pointer;
    font-weight: 500;
    line-height: 3;
    font-size: 16px;
    user-select: none;
}

.accordion li a.active {
    color: #D23843;
}

.accordion a.hover {
    color: #D23843;
}

.span-accordion .accordion a:after {
    width: 8px;
    height: 8px;
    border-right: 2px solid #D23843;
    border-bottom: 2px solid #D23843;
    position: absolute;
    right: 5px;
    content: " ";
    top: 20px;
    transform: rotate(-45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}

.span-accordion a.active:after {
    transform: rotate(45deg);
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border-right: 1px solid #D23843;
    border-bottom: 1px solid #D23843;
}

.span-accordion .accordion .last-item {
    border-bottom: 1px solid #F7FAFA;
    padding-bottom: 5px;
}

/*====================================================
    28. GROUND FREIGHT. 
  ====================================================*/
.feature-ground-img {
    background-image: url("../img/images/branded-van.png");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.services-content h2 {
    margin-bottom: 1rem;
}

.feature-ground-img .figure-counter-box {
    width: 200px;
    position: absolute;
    bottom: 30px;
    right: 0rem;
    padding: 0.5rem 2rem;
    background: rgba(0, 0, 0, 0.5);
    border-left: solid 5px #FFF;
    color: #FFF !important;
}

.feature-ground-img .figure-cb .counter {
    font-size: 4rem;
    font-weight: 600;
    color: #FFF;
    position: relative;
    z-index: 1;
}

.feature-ground-img .figure-cb h5 {
    line-height: 1.2;
    color: #FFF;
}

.media-box .mr-3 {
    width: 50px;
}

.media-box .mr-3 img {
    width: 100%;
}

.options-box {
    padding: 1.5rem;
    margin: 1rem 0rem;
    background-color: #f5f5f5;
}

.options-box .media-body h4 {
    margin-bottom: 10px;
    font-weight: 400;
}

.options-box .media-body p {
    font-size: 14px;
}

.ground-option-thumb {
    position: relative;
}

.ground-option-thumb img {
    width: 100%;
    outline: 1px solid #FFF;
    outline-offset: -15px;
}

.go-box {
    position: absolute;
    right: 2rem;
    bottom: 1rem;
    color: #FFF !important;
    text-align: right;
}

.go-box h3 {
    line-height: 1.5;
    font-weight: 400;
}

.go-box h3 strong {
    font-weight: 600;
    background: #FFF;
    color: #D23843;
    padding: 5px;
    font-size: 1.8rem;
}

.ground-freight-content h4 {
    margin-bottom: 5px;
}



.ground-freight-content .list-unstyled .media .mr-3 {
    width: 25px;
}

.ground-freight-content .list-unstyled .media .mr-3 img {
    width: 100%;
}

.ground-freight-content .list-unstyled .media .media-body {
    padding: 10px 0px;
}

.ground-freight-content .list-unstyled .media .media-body p {
    font-weight: 14px;
    color: #8c8c8c;
}

.maritime-box {
    padding: 1.5rem;
    margin: 0rem;
    background-color: #f5f5f5;
}

.right-color-box {
    background-color: #1f2937;
    color: #FFF !important;
}

.right-color-box p {
    color: #FFF !important;
}

.bottom-color-box {
    background-color: #D23843;
}

.feature-maritime-img {
    background-image: url("../img/images/maritime-feature.jpg");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

/*====================================================
    29. RAILWAY FREIGHT. 
  ====================================================*/
  .feature-railway-img {
    background-image: url("../img/images/railway-freight.jpg");
    height: 500px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}


.bg-color {
    background-color: #1f2937;
    color: #FFF !important;
}

.bg-color p {
    color: #FFF !important;
}

.bg-color .icon-borders {
    border: solid #FFF 1px;
}

.railway-parallax {
    background-image: url("../img/images/railway-bg.jpg");
    height: 600px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.span-alt {
    margin-top: 0rem;
}

.span-alt h4 {
    margin-bottom: 15px;
}

.span-alt p {
    margin-bottom: 2rem;
}

/*====================================================
    30. HOME PAGE #1. 
  ====================================================*/

.services-carousel {
    position: relative;
    z-index: 1;
    margin-top: -145px;
}

.services-carousel .slide {
    margin: 0px 10px;
}

.sb-thumb {
    color: #fff;
    position: relative;
    overflow: hidden;
    margin: 10px;
    width: 100%;
    background-color: #000000;
    color: #ffffff;
    text-align: center;
    z-index: 1;
    cursor: pointer;
}

.sb-thumb * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.6s ease;
    transition: all 0.6s ease;
}

.sb-thumb img {
    opacity: 0.7;
    max-width: 100%;
}

.sb-thumb:after {
    background: #000000;
    width: 0;
    height: 6px;
    position: absolute;
    left: 0;
    bottom: 0;
    content: '';
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.sb-thumb:hover img,
.sb-thumb.hover img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.sb-thumb:hover:after,
.sb-thumb.hover:after {
    width: 100%;
}

.sb-thumb.green:after {
    background-color: #D23843;
}

.cargoy-sb {
    position: relative;
}

.sb-caption {
    position: absolute;
    bottom: 0rem;
    left: 2rem;
    color: #FFF !important;
    z-index: 1;
}

.sb-caption h4 {
    font-weight: 400;
}

.sb-caption .icon-caption {
    width: 50px;
    margin: 0px;
}

.sb-caption .icon-caption img {
    width: 100%;
}

.map-wrapper {
    background-image: url("../img/images/world-map.png");
    height: 350px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    margin-top: -120px;
    z-index: 0;
}

.map-wrapper:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000099, #000099);
    opacity: 0.85;
}

.mw-content {
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    color: #FFF !important;
}

.ha-leftside h5 {
    color: #D23843;
    margin-bottom: 0px;
}

.ha-leftside h1 {
    font-size: 3rem;
    line-height: 1.2;
    margin-top: 10px;
}

.ha-signature {
    width: 180px;
    margin-top: 1rem;
}

.ha-signature img {
    width: 100%;
}

.ha-rightside p {
    font-size: 17px;
}

.ha-rightside strong {
    font-weight: 600;
    color: #333;
}

.ha-banner {
    margin-top: 3rem;
    background-color: #FFF;
}

.hab-inner {
    display: inline-block;
    width: 250px;
}

.hab-inner-alter {
    display: inline-block;
    width: 250px;
}

.ha-banner h4 {
    font-size: 18px;
    font-weight: 600;
}

.ha-banner p {
    font-size: 14px;
    margin-top: -5px;
}

.ha-banner .media .mr-3 {
    width: 45px;
}

.ha-banner .media .mr-3 img {
    width: 100%;
}

.ha-banner .media .media-body h5 {
    margin-bottom: 3px;
}

.ha-banner .media .media-body p {
    margin-bottom: 0px;
}

#box-container * {
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

#box-container {
    max-width: 1200px;
    margin: auto;
    display: -webkit-box;
    display: flex;
    justify-content: space-around;
    -webkit-box-align: stretch;
    align-items: stretch;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-flow: row wrap;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.04);
}

.box-layers {
    position: relative;
    padding: 2rem 20px 1.5rem;
    width: 25%;
    background: #111;
    font-family: lato;
    cursor: pointer;
    box-sizing: border-box;
}

/* Button Backgrounds */
.box-layers:nth-child(1) {
    background: #D23843;
}

.box-layers:nth-child(2) {
    background: #377ffb;
}

.box-layers:nth-child(3) {
    background: #508ffb;
}

.box-layers:nth-child(4) {
    background: #699ffc;
}

/* Arrows */
.box-layers:nth-child(1):after,
.box-layers:nth-child(2):after,
.box-layers:nth-child(3):after {
    position: absolute;
    top: 45%;
    right: -18px;
    z-index: 1;
    content: "";
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-left: 20px solid #D23843;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.box-layers:nth-child(2):after {
    border-left: 20px solid #377ffb;
}

.box-layers:nth-child(3):after {
    border-left: 20px solid #508ffb;
}

/* Icon */
.box-layers .box-layers-icon {
    display: block;
    margin: 15px auto 10px;
    width: 80px;
    height: 80px;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
    color: #fff;
}

.box-layers .box-layers-icon img {
    width: 100%;
}

.box-layers .box-layers-icon {
    fill: currentColor;
}

/* Text Styles */
.box-layers h2 {
    margin-bottom: 15px;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    line-height: 1em;
    font-weight: 400;
}

.box-layers p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
    font-weight: 300;
}

/* Hover Effects */
.box-layers:hover {
    background: #1f2937;
}

.box-layers:hover:after {
    border-left: 20px solid #1f2937;
}

.box-layers:hover .icon {
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #fff;
}

.box-layers:hover h2 {
    color: #fff;
}

/* Media Queries */
@media all and (max-width: 950px) and (min-width: 701px) {
    .box-layers {
        width: 50%;
    }

    .box-layers:nth-child(2):after {
        border-left: 0px;
    }
}

@media all and (max-width: 700px) and (min-width: 0px) {
    .box-layers {
        display: block;
        width: 100%;
    }

    .box-layers:nth-child(1):after,
    .box-layers:nth-child(2):after,
    .box-layers:nth-child(3):after {
        border-left: 0px;
    }
}

/*====================================================
    31. HOME PAGE #2. 
  ====================================================*/
.home-about h5 {
    font-size: 15px;
    color: #999999;
    font-weight: 400;
    margin-bottom: 5px;
}

.home-about h2 {
    font-weight: 600;
    line-height: 1.2;
}

.home-about p {
    line-height: 1.6;
}

.home-about h4 {
    font-size: 1.3rem;
    margin: 2rem 0rem 1rem;
}

.home-about ul li {
    font-family: 'Inter', sans-serif;
    list-style: none;
    line-height: 2;
    color: #999999;
}

.home-about ul li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f2f6";
    margin-right: 15px;
    color: #D23843;
}

.home-about-pic {
    position: relative;
}

.home-about-pic img {
    width: 100%;
}

.figure-counter-box {
    width: 200px;
    position: absolute;
    bottom: 30px;
    padding: 0.5rem 2rem;
    background: rgba(255, 255, 255);
    border-left: solid 5px #1f2937;
}

.figure-cb .counter {
    font-size: 4rem;
    font-weight: 600;
    color: #1f2937;
    position: relative;
    z-index: 1;
}

.figure-cb h5 {
    line-height: 1.2;
    color: #999999;
}

/*====================================================
    32. HOME PAGE #3. 
  ====================================================*/
.cargoy-popup {
    display: inline-block;
    margin-left: 5rem;
    margin-top: -10px;
}

.popup-youtube {
    position: relative;
}

.pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    background: #D23843;
    width: 70px;
    height: 70px;
    color: #FFF;
    border-radius: 50%;
    text-align: center;
    line-height: 73px;
    font-size: 30px;
    transform: translate(-50%, -50%);
    padding-left: 4px;
}

.pulse::before,
.pulse::after {
    content: "";
    display: block;
    position: absolute;
    border-radius: 50%;
    border: 1px solid #D23843;
    top: -15px;
    right: -15px;
    left: -15px;
    bottom: -15px;
    animation: pulse 1.5s linear infinite;
}

.pulse::after {
    animation-delay: .5s;
}

@keyframes pulse {
    0% {
        transform: scale(0.5);
        opacity: 0;
    }

    50% {
        opacity: 1;
    }

    to {
        transform: scale(1.2);
        opacity: 0;
    }
}


.cargoy-banner {
    background-color: #D23843;
    padding: 2.5rem 0rem;
}

.cb-media .mr-3 {
    width: 60px;
}

.cb-media .mr-3 img {
    width: 100%;
}

.cb-media .media-body h5 {
    font-size: 1.1rem;
    color: #FFF;
    font-weight: 600;
    margin-bottom: 10px;
    line-height: 1.2;
}

.cb-media .media-body p {
    color: #FFF;
    margin-bottom: 0px;
}

.cargoy-home-about {
    position: relative;
}

.cargoy-home-about img {
    width: 100%;
}

.inner-banner {
    position: absolute;
    bottom: 0;
    right: 0;
    background-color: #1f2937;
    padding: 15px;
    border-left: solid 5px #FFF;
}

.inner-banner .media .media-body h5 {
    color: #FFF;
    margin-bottom: 0px;
}

.inner-banner .media .mr-3 {
    width: 35px;
}

.inner-banner .media .mr-3 img {
    width: 100%;
}

.cargoy-home-about-alt {
    padding-left: 1rem;
}

.cargoy-home-about-alt h5::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f141";
    margin-right: 10px;
    color: #D23843;
}

.cargoy-home-about-alt h2 {
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 1.5rem;
}

.cargoy-home-about-alt h4 {
    margin-top: 2rem;
}

.left-bullets,
.right-bullets {
    display: inline-block;
    list-style: none;
}

.left-bullets {
    margin-right: 4rem;
    line-height: 2;
}

.right-bullets {
    line-height: 2;
}

.left-bullets li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f560";
    margin-right: 10px;
    color: #D23843;
}

.right-bullets li::before {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f560";
    margin-right: 10px;
    color: #D23843;
}

.cargoy-trust {
    margin-top: 1rem;
}

.inner-contact {
    display: inline-block;
    border-right: solid 1px #DDD;
    padding-right: 2rem;
}

.inner-contact h3 {
    font-size: 1.5rem;
    margin-bottom: 0px;
}

.inner-contact p {
    margin-bottom: 0px;
}

.inner-signature {
    display: inline-block;
    width: 200px;
    padding-left: 2rem;
}

.inner-signature img {
    width: 100%;
}

.feature-wrapper {
    position: relative;
    z-index: 9;
    background: #F5F5F5;
    padding: 5rem 0rem;
}

.feature-wrapper:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 0;
    background: #0A295C;
    background-image: url("../img/images/cargoy-404.jpg");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.top-left-layer {
    background-image: url("../img/images/feature1.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    outline: 2px solid #FFF;
    outline-offset: -20px;
}

.bottom-right-layer {
    background-image: url("../img/images/feature2.jpg");
    height: 400px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    outline: 2px solid #FFF;
    outline-offset: -20px;
}

.top-right-layer {
    background-color: #1f2937;
    height: 400px;
    position: relative;
}

.bottom-left-layer {
    background-color: #1f2937;
    height: 400px;
    position: relative;
}

.layer-content {
    margin: 0;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding: 0rem 3rem;
}

.layer-content h3 {
    color: #FFF;
}

.layer-content p {
    color: #FFF;
    margin-bottom: 2rem;
}

.bottom-left-layer h2 {
    position: absolute;
    top: 2rem;
    left: 2rem;
}

.ws-services {
    overflow: hidden;
}

.bg-pic {
    height: 700px;
    background-image: url("../img/images/cargoy-6.jpg");
    margin-top: 60px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.bg-pic:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-image: linear-gradient(to bottom right, #000, #0000);
    opacity: 0.6;
}

.ws-left-layer-alt {
    background-image: url("../img/images/cargoy-5.jpg");
    width: 100%;
    height: 700px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

.inner-ws-right-alt {
    width: 50%;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 5%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.inner-ws-right-alt .side-title {
    width: 100%;
    margin-bottom: 1.5rem;
    border-left: solid 6px #FFA600;
}

.inner-ws-right-alt .side-title h6 {
    color: #FFF;
    margin-left: 20px;
    margin-bottom: 5px;
    line-height: 1;
    text-transform: uppercase;
}

.inner-ws-right-alt .side-title h2 {
    margin-left: 20px;
    line-height: 1.2;
    color: #FFF;
    font-size: 2.5rem;
}

.inner-ws-right-alt p {
    color: #fff;
}

.inner-ws-right-alt p.strong {
    font-weight: 600;
    font-size: 18px;
}

.layer-box-alt {
    padding: 1rem;
}

.layer-box-alt .media-body h4 {
    color: #fff;
}

.layer-box-alt .media-body p {
    margin-bottom: 0px;
}

.layer-box-alt .media .mr-3 {
    width: 60px;
}

.layer-box-alt .media .mr-3 img {
    width: 100%;
}

.bottom-counter {
    background-color: #1f2937;
    padding: 7rem 0rem 6rem;
    margin-top: -140px;
}

.counter-box {
    color: #FFF !important;
    text-align: center;
}

.counter-box .counter {
    font-size: 3rem;
    font-weight: 600;
}

.inner-banner-alt {
    position: absolute;
    bottom: 20px;
    right: 0;
    background-color: #D23843;
    padding: 15px;
    border-left: solid 5px #FFF;
}

.inner-banner-alt .media .media-body h5 {
    color: #333;
    margin-bottom: 0px;
}

.inner-banner-alt .media .mr-3 {
    width: 35px;
}

.inner-banner-alt .media .mr-3 img {
    width: 100%;
}

/*====================================================
    33. HOME PAGE REDESIGN.
  ====================================================*/
body.homepage-redesign {
    --swe-red: #D23843;
    --swe-red-dark: #ab2630;
    --swe-charcoal: #1f2937;
    --swe-ink: #111827;
    --swe-muted: #5b6574;
    --swe-surface: #ffffff;
    --swe-surface-alt: #f7fafa;
    --swe-surface-deep: #edf2f2;
    --swe-border: rgba(31, 41, 55, 0.12);
    --swe-shadow: 0 20px 60px rgba(15, 23, 42, 0.12);
    --swe-shadow-hover: 0 24px 70px rgba(15, 23, 42, 0.18);
    --swe-radius-lg: 28px;
    --swe-radius-md: 18px;
    --swe-radius-sm: 12px;
    --swe-transition: 0.3s ease;
    background: var(--swe-surface-alt);
    color: var(--swe-ink);
}

body.homepage-redesign p {
    color: var(--swe-muted);
    font-size: 17px;
    line-height: 1.75;
    margin-bottom: 0;
}

body.homepage-redesign h1,
body.homepage-redesign h2,
body.homepage-redesign h3,
body.homepage-redesign h4,
body.homepage-redesign h5,
body.homepage-redesign h6 {
    color: var(--swe-ink);
    margin-bottom: 0;
}

body.homepage-redesign a {
    transition: var(--swe-transition);
}

body.homepage-redesign .container {
    max-width: 1200px;
}

body.homepage-redesign .swe-section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 8px 14px;
    border-radius: 4px;
    background: rgba(210, 56, 67, 0.12);
    color: var(--swe-red);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.homepage-redesign .swe-section-kicker-light {
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
}

body.homepage-redesign .swe-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 54px;
    padding: 0 24px;
    border-radius: 4px;
    border: 1px solid transparent;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    text-decoration: none;
}

body.homepage-redesign .swe-btn:hover {
    text-decoration: none;
}

body.homepage-redesign .swe-btn-primary {
    background: var(--swe-red);
    color: #fff;
    box-shadow: 0 14px 32px rgba(210, 56, 67, 0.24);
}

body.homepage-redesign .swe-btn-primary:hover {
    background: var(--swe-charcoal);
    color: #fff;
    box-shadow: 0 14px 32px rgba(31, 41, 55, 0.24);
}

body.homepage-redesign .swe-btn-secondary {
    background: rgba(255, 255, 255, 0.14);
    border-color: rgba(255, 255, 255, 0.35);
    color: #fff;
}

body.homepage-redesign .swe-btn-secondary:hover {
    background: #fff;
    border-color: #fff;
    color: var(--swe-charcoal);
}

body.homepage-redesign .swe-btn-secondary-light {
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
    color: #fff;
}

body.homepage-redesign .swe-btn-block {
    width: 100%;
}

body.homepage-redesign .swe-header {
    position: relative;
    z-index: 20;
}

body.homepage-redesign .swe-utility-bar {
    background: var(--swe-charcoal);
    padding: 12px 0;
}

body.homepage-redesign .swe-utility-bar,
body.homepage-2026 .swe-utility-bar {
    display: none;
}

body.homepage-redesign .swe-utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

body.homepage-redesign .swe-utility-list {
    display: flex;
    flex-wrap: wrap;
    gap: 18px;
    list-style: none;
    margin-bottom: 0;
}

body.homepage-redesign .swe-utility-list li,
body.homepage-redesign .swe-utility-list a,
body.homepage-redesign .swe-utility-list span {
    color: rgba(255, 255, 255, 0.82);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

body.homepage-redesign .swe-utility-list li {
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

body.homepage-redesign .swe-utility-list a:hover {
    color: #fff;
}

body.homepage-redesign .swe-utility-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

body.homepage-redesign .swe-utility-link {
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

body.homepage-redesign .swe-utility-link:hover {
    color: #fff;
    opacity: 0.82;
}

body.homepage-redesign .swe-utility-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 4px;
    background: var(--swe-red);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

body.homepage-redesign .swe-utility-button:hover {
    background: #fff;
    color: var(--swe-charcoal);
}

body.homepage-redesign .swe-navbar {
    position: sticky;
    top: 0;
    padding: 18px 0;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid rgba(31, 41, 55, 0.08);
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.06);
    backdrop-filter: blur(16px);
}

body.homepage-redesign .swe-brand img {
    width: 220px;
    max-width: 100%;
}

body.homepage-redesign .swe-nav-toggle {
    padding: 0;
    border: none;
    color: var(--swe-charcoal);
    font-size: 22px;
}

body.homepage-redesign .swe-nav-toggle:focus {
    outline: none;
}

body.homepage-redesign .swe-navbar .nav-link {
    padding: 10px 16px;
    color: var(--swe-charcoal);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
}

body.homepage-redesign .swe-navbar .nav-link:hover {
    color: var(--swe-red);
}

body.homepage-redesign .swe-nav-cta-item {
    margin-left: 12px;
}

body.homepage-redesign .swe-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 20px;
    border-radius: 4px;
    background: var(--swe-red);
    color: #fff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
}

body.homepage-redesign .swe-nav-cta:hover {
    background: var(--swe-charcoal);
    color: #fff;
}

body.homepage-redesign .swe-hero {
    position: relative;
    padding: 86px 0 140px;
    background:
        linear-gradient(125deg, rgba(17, 24, 39, 0.92), rgba(31, 41, 55, 0.74)),
        url("../img/images/cargo1.jpg") center center / cover no-repeat;
}

body.homepage-redesign .swe-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 32px;
    align-items: center;
}

body.homepage-redesign .swe-hero-copy h1 {
    margin-top: 24px;
    font-size: 56px;
    line-height: 1.08;
    color: #fff;
}

body.homepage-redesign .swe-hero-text {
    max-width: 650px;
    margin-top: 22px;
    color: rgba(255, 255, 255, 0.82);
}

body.homepage-redesign .swe-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

body.homepage-redesign .swe-hero-highlights {
    display: grid;
    gap: 14px;
    list-style: none;
    margin: 32px 0 0;
}

body.homepage-redesign .swe-hero-highlights li {
    display: flex;
    align-items: center;
    gap: 12px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

body.homepage-redesign .swe-hero-highlights li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--swe-red);
    box-shadow: 0 0 0 6px rgba(210, 56, 67, 0.16);
}

body.homepage-redesign .swe-panel-card {
    padding: 32px;
    border-radius: var(--swe-radius-lg);
    background: rgba(255, 255, 255, 0.96);
    box-shadow: var(--swe-shadow);
}

body.homepage-redesign .swe-panel-eyebrow,
body.homepage-redesign .swe-card-eyebrow {
    margin-bottom: 12px;
    color: var(--swe-red);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.homepage-redesign .swe-panel-card h2 {
    font-size: 34px;
    line-height: 1.14;
}

body.homepage-redesign .swe-track-form {
    display: grid;
    gap: 14px;
    margin-top: 24px;
}

body.homepage-redesign .swe-track-form input {
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid var(--swe-border);
    border-radius: 4px;
    color: var(--swe-ink);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}

body.homepage-redesign .swe-track-form input:focus {
    outline: none;
    border-color: rgba(210, 56, 67, 0.45);
    box-shadow: 0 0 0 4px rgba(210, 56, 67, 0.12);
}

body.homepage-redesign .swe-panel-divider {
    height: 1px;
    margin: 24px 0;
    background: var(--swe-border);
}

body.homepage-redesign .swe-panel-list {
    display: grid;
    gap: 18px;
}

body.homepage-redesign .swe-panel-label {
    display: inline-block;
    margin-bottom: 6px;
    color: var(--swe-charcoal);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

body.homepage-redesign .swe-proof-strip {
    position: relative;
    margin-top: -68px;
    z-index: 2;
}

body.homepage-redesign .swe-proof-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

body.homepage-redesign .swe-proof-card {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: var(--swe-radius-md);
    background: rgba(255, 255, 255, 0.94);
    box-shadow: var(--swe-shadow);
}

body.homepage-redesign .swe-proof-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 4px;
    background: rgba(210, 56, 67, 0.12);
    color: var(--swe-red);
    font-size: 20px;
}

body.homepage-redesign .swe-proof-card h3 {
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.25;
}

body.homepage-redesign .swe-proof-card p {
    margin-top: 12px;
}

body.homepage-redesign .swe-services,
body.homepage-redesign .swe-process,
body.homepage-redesign .swe-trust {
    padding: 96px 0;
}

body.homepage-redesign .swe-section-heading {
    max-width: 720px;
}

body.homepage-redesign .swe-section-heading h2,
body.homepage-redesign .swe-process-copy h2,
body.homepage-redesign .swe-trust-copy h2,
body.homepage-redesign .swe-cta-copy h2 {
    margin-top: 18px;
    font-size: 38px;
    line-height: 1.15;
}

body.homepage-redesign .swe-section-heading p,
body.homepage-redesign .swe-process-copy p,
body.homepage-redesign .swe-trust-intro,
body.homepage-redesign .swe-cta-copy p {
    margin-top: 16px;
}

body.homepage-redesign .swe-services-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
    margin-top: 36px;
}

body.homepage-redesign .swe-service-card,
body.homepage-redesign .swe-step-card,
body.homepage-redesign .swe-ops-card {
    padding: 28px;
    border: 1px solid var(--swe-border);
    border-radius: var(--swe-radius-md);
    background: var(--swe-surface);
    box-shadow: var(--swe-shadow);
    transition: transform var(--swe-transition), box-shadow var(--swe-transition), border-color var(--swe-transition);
}

body.homepage-redesign .swe-service-card:hover,
body.homepage-redesign .swe-step-card:hover,
body.homepage-redesign .swe-ops-card:hover {
    transform: translateY(-6px);
    box-shadow: var(--swe-shadow-hover);
    border-color: rgba(210, 56, 67, 0.2);
}

body.homepage-redesign .swe-service-card h3,
body.homepage-redesign .swe-step-card h3,
body.homepage-redesign .swe-proof-list h3,
body.homepage-redesign .swe-ops-card h3 {
    font-size: 24px;
    line-height: 1.25;
}

body.homepage-redesign .swe-service-card p,
body.homepage-redesign .swe-step-card p {
    margin-top: 12px;
}

body.homepage-redesign .swe-service-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    list-style: none;
    margin: 18px 0 0;
}

body.homepage-redesign .swe-service-tags li {
    padding: 8px 12px;
    border-radius: 4px;
    background: var(--swe-surface-deep);
    color: var(--swe-charcoal);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
}

body.homepage-redesign .swe-service-card a,
body.homepage-redesign .swe-ops-card a {
    display: inline-flex;
    align-items: center;
    margin-top: 22px;
    color: var(--swe-red);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
}

body.homepage-redesign .swe-service-card a:hover,
body.homepage-redesign .swe-ops-card a:hover {
    color: var(--swe-charcoal);
}

body.homepage-redesign .swe-process {
    background: #fff;
}

body.homepage-redesign .swe-process-grid,
body.homepage-redesign .swe-trust-grid {
    display: grid;
    grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
    gap: 28px;
    align-items: start;
}

body.homepage-redesign .swe-steps-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

body.homepage-redesign .swe-step-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    border-radius: 4px;
    background: rgba(210, 56, 67, 0.12);
    color: var(--swe-red);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

body.homepage-redesign .swe-step-card h3 {
    margin-top: 18px;
}

body.homepage-redesign .swe-trust {
    background:
        radial-gradient(circle at top right, rgba(210, 56, 67, 0.08), transparent 36%),
        var(--swe-surface-alt);
}

body.homepage-redesign .swe-proof-list {
    display: grid;
    gap: 22px;
    margin-top: 30px;
}

body.homepage-redesign .swe-proof-list article {
    padding-bottom: 22px;
    border-bottom: 1px solid var(--swe-border);
}

body.homepage-redesign .swe-proof-list article:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

body.homepage-redesign .swe-proof-list p {
    margin-top: 10px;
}

body.homepage-redesign .swe-ops-card ul {
    display: grid;
    gap: 12px;
    margin: 20px 0 0;
    list-style: none;
}

body.homepage-redesign .swe-ops-card li {
    position: relative;
    padding-left: 20px;
    color: var(--swe-muted);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    line-height: 1.7;
}

body.homepage-redesign .swe-ops-card li::before {
    content: "";
    position: absolute;
    top: 11px;
    left: 0;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--swe-red);
}

body.homepage-redesign .swe-cta-band {
    padding: 0 0 96px;
}

body.homepage-redesign .swe-cta-band-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 28px;
    padding: 40px;
    border-radius: var(--swe-radius-lg);
    background:
        linear-gradient(135deg, rgba(31, 41, 55, 0.98), rgba(210, 56, 67, 0.92));
    box-shadow: var(--swe-shadow);
}

body.homepage-redesign .swe-cta-copy h2,
body.homepage-redesign .swe-cta-copy p {
    color: #fff;
}

body.homepage-redesign .swe-cta-copy p {
    color: rgba(255, 255, 255, 0.82);
}

body.homepage-redesign .swe-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

body.homepage-redesign .swe-footer {
    padding: 72px 0 30px;
    background: var(--swe-charcoal);
}

body.homepage-redesign .swe-footer-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) repeat(3, minmax(0, 1fr));
    gap: 30px;
}

body.homepage-redesign .swe-footer-brand img {
    width: 220px;
    max-width: 100%;
}

body.homepage-redesign .swe-footer h3 {
    color: #fff;
    font-size: 18px;
}

body.homepage-redesign .swe-footer-brand p,
body.homepage-redesign .swe-footer-links a,
body.homepage-redesign .swe-footer-links span,
body.homepage-redesign .swe-footer-bottom p,
body.homepage-redesign .swe-footer-brand a {
    color: rgba(255, 255, 255, 0.72);
}

body.homepage-redesign .swe-footer-brand p {
    margin-top: 18px;
}

body.homepage-redesign .swe-footer-brand a {
    display: block;
    margin-top: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

body.homepage-redesign .swe-footer-brand a:hover,
body.homepage-redesign .swe-footer-links a:hover {
    color: #fff;
}

body.homepage-redesign .swe-footer-links {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 18px 0 0;
}

body.homepage-redesign .swe-footer-links a,
body.homepage-redesign .swe-footer-links span {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

body.homepage-redesign .swe-footer-bottom {
    margin-top: 42px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 1199.98px) {
    body.homepage-redesign .swe-proof-grid,
    body.homepage-redesign .swe-services-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.homepage-redesign .swe-steps-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    body.homepage-redesign .swe-utility-inner,
    body.homepage-redesign .swe-process-grid,
    body.homepage-redesign .swe-trust-grid,
    body.homepage-redesign .swe-cta-band-inner,
    body.homepage-redesign .swe-footer-grid {
        grid-template-columns: 1fr;
        display: grid;
    }

    body.homepage-redesign .swe-utility-actions,
    body.homepage-redesign .swe-cta-actions {
        justify-content: flex-start;
    }

    body.homepage-redesign .swe-navbar .navbar-collapse {
        margin-top: 18px;
        padding: 18px;
        border-radius: var(--swe-radius-md);
        background: #fff;
        border: 1px solid var(--swe-border);
        box-shadow: var(--swe-shadow);
    }

    body.homepage-redesign .swe-nav-cta-item {
        margin-top: 12px;
        margin-left: 0;
    }

    body.homepage-redesign .swe-hero {
        padding: 72px 0 120px;
    }

    body.homepage-redesign .swe-hero-grid {
        grid-template-columns: 1fr;
    }

    body.homepage-redesign .swe-hero-copy h1 {
        font-size: 44px;
    }

    body.homepage-redesign .swe-proof-grid,
    body.homepage-redesign .swe-services-grid,
    body.homepage-redesign .swe-footer-grid {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    body.homepage-redesign .swe-utility-bar,
    body.homepage-redesign .swe-navbar {
        padding-left: 0;
        padding-right: 0;
    }

    body.homepage-redesign .swe-hero-copy h1 {
        font-size: 36px;
    }

    body.homepage-redesign .swe-panel-card,
    body.homepage-redesign .swe-proof-card,
    body.homepage-redesign .swe-service-card,
    body.homepage-redesign .swe-step-card,
    body.homepage-redesign .swe-ops-card,
    body.homepage-redesign .swe-cta-band-inner {
        padding: 24px;
    }

    body.homepage-redesign .swe-section-heading h2,
    body.homepage-redesign .swe-process-copy h2,
    body.homepage-redesign .swe-trust-copy h2,
    body.homepage-redesign .swe-cta-copy h2,
    body.homepage-redesign .swe-panel-card h2 {
        font-size: 30px;
    }

    body.homepage-redesign .swe-services,
    body.homepage-redesign .swe-process,
    body.homepage-redesign .swe-trust {
        padding: 72px 0;
    }
}

@media (max-width: 575.98px) {
    body.homepage-redesign .swe-utility-list {
        gap: 12px;
    }

    body.homepage-redesign .swe-utility-actions,
    body.homepage-redesign .swe-hero-actions,
    body.homepage-redesign .swe-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.homepage-redesign .swe-btn,
    body.homepage-redesign .swe-utility-button,
    body.homepage-redesign .swe-nav-cta {
        width: 100%;
    }

    body.homepage-redesign .swe-proof-strip {
        margin-top: -42px;
    }

    body.homepage-redesign .swe-hero-copy h1 {
        font-size: 34px;
    }
}

/*====================================================
    34. TRACKING PAGE REDESIGN.
  ====================================================*/
body.tracking-page-redesign .swe-track-hero {
    padding: 72px 0 64px;
    background:
        linear-gradient(125deg, rgba(17, 24, 39, 0.92), rgba(31, 41, 55, 0.72)),
        url("../img/images/slider8.jpg") center center / cover no-repeat;
}

body.tracking-page-redesign .swe-track-hero-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.95fr);
    gap: 32px;
    align-items: center;
}

body.tracking-page-redesign .swe-track-copy h1 {
    margin-top: 18px;
    color: #fff;
    font-size: 48px;
    line-height: 1.08;
}

body.tracking-page-redesign .swe-track-copy p {
    max-width: 640px;
    margin-top: 18px;
    color: rgba(255, 255, 255, 0.82);
}

body.tracking-page-redesign .swe-track-meta {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 28px 0 0;
}

body.tracking-page-redesign .swe-track-meta li {
    display: flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
}

body.tracking-page-redesign .swe-track-meta li::before {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--swe-red);
    box-shadow: 0 0 0 6px rgba(210, 56, 67, 0.16);
}

body.tracking-page-redesign .swe-track-search-card p {
    margin-top: 12px;
}

body.tracking-page-redesign .swe-track-form-note {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 4px;
    background: rgba(31, 41, 55, 0.08);
    color: var(--swe-charcoal);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 1.6;
}

body.tracking-page-redesign .swe-track-form-error {
    margin-top: 16px;
    padding: 12px 14px;
    border-radius: 4px;
    background: rgba(210, 56, 67, 0.1);
    color: var(--swe-red-dark);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.5;
}

body.tracking-page-redesign .swe-track-results {
    padding: 32px 0 96px;
}

body.tracking-page-redesign .swe-track-results .container {
    display: grid;
    gap: 24px;
}

body.tracking-page-redesign .swe-track-card {
    padding: 32px;
    border: 1px solid var(--swe-border);
    border-radius: var(--swe-radius-lg);
    background: var(--swe-surface);
    box-shadow: var(--swe-shadow);
}

body.tracking-page-redesign .swe-track-card h2 {
    margin-top: 16px;
    font-size: 34px;
    line-height: 1.15;
}

body.tracking-page-redesign .swe-track-card-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 24px;
}

body.tracking-page-redesign .swe-track-card-header p {
    margin-top: 12px;
}

body.tracking-page-redesign .swe-track-barcode {
    min-width: 240px;
    padding: 18px;
    border-radius: 4px;
    background: var(--swe-surface-alt);
    text-align: center;
}

body.tracking-page-redesign .swe-track-barcode img {
    width: 150px;
    max-width: 100%;
}

body.tracking-page-redesign .swe-track-barcode svg {
    width: 100%;
    max-width: 220px;
    margin-top: 16px;
}

body.tracking-page-redesign .swe-track-kpis {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

body.tracking-page-redesign .swe-track-kpi,
body.tracking-page-redesign .swe-track-detail,
body.tracking-page-redesign .swe-track-party {
    padding: 18px;
    border-radius: 18px;
    background: var(--swe-surface-alt);
}

body.tracking-page-redesign .swe-track-kpi span,
body.tracking-page-redesign .swe-track-detail span {
    display: block;
    color: var(--swe-muted);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.tracking-page-redesign .swe-track-kpi strong,
body.tracking-page-redesign .swe-track-detail strong {
    display: block;
    margin-top: 10px;
    color: var(--swe-charcoal);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.4;
}

body.tracking-page-redesign .swe-track-secondary-grid,
body.tracking-page-redesign .swe-track-details-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    gap: 24px;
}

body.tracking-page-redesign .swe-track-card .swe-track-party-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
    margin-top: 24px;
}

body.tracking-page-redesign .swe-track-party h3 {
    font-size: 22px;
}

body.tracking-page-redesign .swe-track-list {
    display: grid;
    gap: 12px;
    list-style: none;
    margin: 18px 0 0;
}

body.tracking-page-redesign .swe-track-list li {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    padding-bottom: 12px;
    border-bottom: 1px solid var(--swe-border);
}

body.tracking-page-redesign .swe-track-list li:last-child {
    padding-bottom: 0;
    border-bottom: none;
}

body.tracking-page-redesign .swe-track-list span {
    color: var(--swe-muted);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

body.tracking-page-redesign .swe-track-list strong {
    color: var(--swe-charcoal);
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
    text-align: right;
}

body.tracking-page-redesign .swe-timeline {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

body.tracking-page-redesign .swe-timeline-item {
    display: grid;
    grid-template-columns: 52px 1fr;
    gap: 16px;
    align-items: flex-start;
}

body.tracking-page-redesign .swe-timeline-marker {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    border-radius: 4px;
    background: rgba(210, 56, 67, 0.1);
    color: var(--swe-red);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
}

body.tracking-page-redesign .swe-timeline-item.is-current .swe-timeline-marker {
    background: var(--swe-red);
    color: #fff;
}

body.tracking-page-redesign .swe-timeline-content {
    padding: 16px 18px;
    border-radius: 18px;
    background: var(--swe-surface-alt);
}

body.tracking-page-redesign .swe-timeline-status,
body.tracking-page-redesign .swe-timeline-note,
body.tracking-page-redesign .swe-timeline-date {
    margin-top: 0;
}

body.tracking-page-redesign .swe-timeline-status {
    color: var(--swe-charcoal);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}

body.tracking-page-redesign .swe-timeline-note {
    margin-top: 8px;
}

body.tracking-page-redesign .swe-timeline-date {
    margin-top: 8px;
    color: var(--swe-red);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
}

body.tracking-page-redesign .swe-track-details-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
}

body.tracking-page-redesign .swe-track-image {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100%;
    padding: 18px;
    border-radius: 4px;
    background: var(--swe-surface-alt);
    overflow: hidden;
}

body.tracking-page-redesign .swe-track-image img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    object-fit: cover;
}

body.tracking-page-redesign .swe-track-image-placeholder {
    color: var(--swe-muted);
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}

body.tracking-page-redesign .swe-track-map {
    overflow: hidden;
    border-radius: 4px;
    margin-top: 24px;
}

body.tracking-page-redesign .swe-track-map iframe {
    display: block;
    width: 100%;
    height: 420px;
    border: 0;
}

body.tracking-page-redesign .swe-track-empty {
    margin-top: 24px;
}

@media (max-width: 991.98px) {
    body.tracking-page-redesign .swe-track-hero-grid,
    body.tracking-page-redesign .swe-track-card-header,
    body.tracking-page-redesign .swe-track-secondary-grid,
    body.tracking-page-redesign .swe-track-details-grid,
    body.tracking-page-redesign .swe-track-card .swe-track-party-grid,
    body.tracking-page-redesign .swe-track-kpis,
    body.tracking-page-redesign .swe-track-details-list {
        grid-template-columns: 1fr;
    }

    body.tracking-page-redesign .swe-track-copy h1 {
        font-size: 40px;
    }
}

@media (max-width: 767.98px) {
    body.tracking-page-redesign .swe-track-copy h1 {
        font-size: 34px;
    }

    body.tracking-page-redesign .swe-track-card,
    body.tracking-page-redesign .swe-track-search-card {
        padding: 24px;
    }

    body.tracking-page-redesign .swe-track-card h2,
    body.tracking-page-redesign .swe-track-search-card h2 {
        font-size: 28px;
    }

    body.tracking-page-redesign .swe-timeline-item {
        grid-template-columns: 1fr;
    }
}

body.homepage-2026 {
    --swe-red: #d23843;
    --swe-red-deep: #a72433;
    --swe-red-soft: rgba(210, 56, 67, 0.16);
    --swe-ink: #1f2937;
    --swe-ink-deep: #101827;
    --swe-muted: #5d6676;
    --swe-silver: #f7f8fb;
    --swe-line: rgba(31, 41, 55, 0.12);
    --swe-line-strong: rgba(255, 255, 255, 0.18);
    --swe-surface: rgba(255, 255, 255, 0.82);
    --swe-surface-strong: rgba(255, 255, 255, 0.92);
    --swe-surface-dark: rgba(16, 24, 39, 0.78);
    --swe-shadow-lg: 0 35px 80px rgba(16, 24, 39, 0.18);
    background:
        radial-gradient(circle at 8% 12%, rgba(210, 56, 67, 0.16), transparent 28%),
        radial-gradient(circle at 88% 10%, rgba(210, 56, 67, 0.09), transparent 24%),
        linear-gradient(180deg, #f4f1eb 0%, #f6f8fb 38%, #ffffff 100%);
    color: var(--swe-ink);
    font-family: 'Inter', sans-serif;
    overflow-x: hidden;
}

body.homepage-2026::before,
body.homepage-2026::after {
    position: fixed;
    content: "";
    inset: auto auto 5% -8%;
    width: 320px;
    height: 320px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(210, 56, 67, 0.12), transparent 68%);
    filter: blur(10px);
    pointer-events: none;
    z-index: 0;
}

body.homepage-2026::after {
    inset: 12% -10% auto auto;
    width: 380px;
    height: 380px;
    background: radial-gradient(circle, rgba(210, 56, 67, 0.08), transparent 70%);
}

body.homepage-2026 main,
body.homepage-2026 header,
body.homepage-2026 footer {
    position: relative;
    z-index: 1;
}

body.homepage-2026 a {
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease, opacity 0.3s ease;
}

body.homepage-2026 img {
    max-width: 100%;
}

body.homepage-2026 section {
    position: relative;
}

body.homepage-2026 .container {
    position: relative;
    z-index: 2;
}

body.homepage-2026 .swe-section-kicker,
body.homepage-2026 .swe-panel-eyebrow,
body.homepage-2026 .swe-card-eyebrow {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 18px;
    color: var(--swe-red);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.28em;
    text-transform: uppercase;
}

body.homepage-2026 .swe-section-kicker::before,
body.homepage-2026 .swe-panel-eyebrow::before {
    content: "";
    width: 34px;
    height: 1px;
    background: currentColor;
    opacity: 0.65;
}

body.homepage-2026 .swe-section-kicker-light {
    color: rgba(255, 255, 255, 0.92);
}

body.homepage-2026 .swe-btn {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    min-height: 58px;
    padding: 0 30px;
    border: 1px solid transparent;
    border-radius: 4px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
    overflow: hidden;
    transform: translateZ(0);
}

body.homepage-2026 .swe-btn::before {
    position: absolute;
    content: "";
    inset: 0;
    background: linear-gradient(120deg, transparent 0%, rgba(255, 255, 255, 0.18) 32%, transparent 62%);
    transform: translateX(-120%);
    transition: transform 0.7s ease;
}

body.homepage-2026 .swe-btn:hover::before {
    transform: translateX(120%);
}

body.homepage-2026 .swe-btn-primary {
    background: linear-gradient(135deg, var(--swe-red) 0%, #e6545f 100%);
    color: #ffffff;
    box-shadow: 0 18px 35px rgba(210, 56, 67, 0.28);
}

body.homepage-2026 .swe-btn-primary:hover {
    background: var(--swe-ink);
    color: #ffffff;
    box-shadow: 0 18px 35px rgba(16, 24, 39, 0.24);
    transform: translateY(-2px);
}

body.homepage-2026 .swe-btn-secondary,
body.homepage-2026 .swe-btn-secondary-light {
    border-color: rgba(16, 24, 39, 0.12);
    background: rgba(255, 255, 255, 0.7);
    color: var(--swe-ink);
    box-shadow: 0 16px 30px rgba(16, 24, 39, 0.08);
}

body.homepage-2026 .swe-btn-secondary:hover,
body.homepage-2026 .swe-btn-secondary-light:hover {
    border-color: var(--swe-ink);
    background: var(--swe-ink);
    color: #ffffff;
    transform: translateY(-2px);
}

body.homepage-2026 .swe-btn-secondary-light {
    border-color: rgba(255, 255, 255, 0.24);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

body.homepage-2026 .swe-btn-block {
    width: 100%;
}

body.homepage-2026 .swe-header-2026 {
    padding: 0 0 12px;
}

body.homepage-2026 .swe-utility-bar {
    background: rgba(16, 24, 39, 0.92);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

body.homepage-2026 .swe-utility-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    min-height: 56px;
}

body.homepage-2026 .swe-utility-list,
body.homepage-2026 .swe-command-tags,
body.homepage-2026 .swe-footer-links,
body.homepage-2026 .swe-mini-proof {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.homepage-2026 .swe-utility-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 16px 28px;
}

body.homepage-2026 .swe-utility-list li,
body.homepage-2026 .swe-utility-list a,
body.homepage-2026 .swe-utility-list span {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
}

body.homepage-2026 .swe-utility-list i {
    margin-right: 8px;
    color: var(--swe-red);
}

body.homepage-2026 .swe-utility-actions {
    display: flex;
    align-items: center;
    gap: 14px;
}

body.homepage-2026 .swe-utility-link {
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-decoration: none;
}

body.homepage-2026 .swe-utility-link:hover {
    color: rgba(255, 255, 255, 0.72);
}

body.homepage-2026 .swe-utility-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 20px;
    border-radius: 4px;
    background: var(--swe-red);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-decoration: none;
    text-transform: uppercase;
}

body.homepage-2026 .swe-utility-button:hover {
    background: #ffffff;
    color: var(--swe-ink);
}

body.homepage-2026 .swe-navbar {
    position: sticky;
    top: 0;
    z-index: 50;
    padding: 18px 0 0;
}

body.homepage-2026 .swe-navbar .container {
    padding: 16px 26px;
    border: 1px solid rgba(255, 255, 255, 0.52);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.68);
    backdrop-filter: blur(24px);
    box-shadow: 0 18px 50px rgba(16, 24, 39, 0.08);
}

body.homepage-2026 .swe-brand img {
    width: 190px;
    height: auto;
}

body.homepage-2026 .swe-navbar .nav-link {
    position: relative;
    padding: 0 18px;
    color: var(--swe-ink);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

body.homepage-2026 .swe-navbar .nav-link::after {
    position: absolute;
    content: "";
    left: 18px;
    right: 18px;
    bottom: -10px;
    height: 2px;
    border-radius: 4px;
    background: var(--swe-red);
    transform: scaleX(0);
    transform-origin: center;
    transition: transform 0.3s ease;
}

body.homepage-2026 .swe-navbar .nav-link:hover,
body.homepage-2026 .swe-navbar .nav-link:focus {
    color: var(--swe-red);
}

body.homepage-2026 .swe-navbar .nav-link:hover::after,
body.homepage-2026 .swe-navbar .nav-link:focus::after {
    transform: scaleX(1);
}

body.homepage-2026 .swe-nav-cta {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 0 22px;
    border-radius: 4px;
    background: var(--swe-ink);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

body.homepage-2026 .swe-nav-cta:hover {
    background: var(--swe-red);
    color: #ffffff;
}

body.homepage-2026 .swe-nav-toggle {
    width: 48px;
    height: 48px;
    border: 1px solid rgba(16, 24, 39, 0.12);
    border-radius: 50%;
    color: var(--swe-ink);
}

body.homepage-2026 .swe-hero-2026 {
    padding: 34px 0 96px;
    overflow: hidden;
}

body.homepage-2026 .swe-grid-overlay {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.26) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.26) 1px, transparent 1px);
    background-size: 84px 84px;
    mask-image: linear-gradient(180deg, rgba(0, 0, 0, 0.88), transparent 82%);
    opacity: 0.35;
    pointer-events: none;
}

body.homepage-2026 .swe-aurora {
    position: absolute;
    border-radius: 50%;
    filter: blur(18px);
    opacity: 0.72;
    pointer-events: none;
}

body.homepage-2026 .swe-aurora-a {
    top: 4%;
    left: -8%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(210, 56, 67, 0.3), rgba(210, 56, 67, 0.02) 72%);
    animation: sweAuroraFloat 14s ease-in-out infinite alternate;
}

body.homepage-2026 .swe-aurora-b {
    right: -4%;
    top: 18%;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(16, 24, 39, 0.16), rgba(16, 24, 39, 0.01) 74%);
    animation: sweAuroraFloat 18s ease-in-out infinite alternate-reverse;
}

body.homepage-2026 .swe-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.06fr) minmax(0, 0.94fr);
    align-items: center;
    gap: 42px;
}

body.homepage-2026 .swe-hero-copy-2026 {
    padding: 48px 0 24px;
}

body.homepage-2026 .swe-hero-copy-2026 h1 {
    margin: 0 0 24px;
    color: var(--swe-ink-deep);
    font-family: 'Inter', sans-serif;
    font-size: clamp(58px, 7vw, 112px);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.92;
    max-width: 10.8ch;
}

body.homepage-2026 .swe-hero-intro,
body.homepage-2026 .swe-rotating-line {
    display: block;
}

body.homepage-2026 .swe-rotating-line {
    display: inline-flex;
    align-items: flex-end;
    gap: 0.04em;
    min-height: 1.08em;
}

body.homepage-2026 .swe-rotating-word {
    display: inline-flex;
    min-width: var(--swe-rotating-width, 13ch);
    white-space: nowrap;
    color: var(--swe-red);
    text-shadow: 0 10px 24px rgba(210, 56, 67, 0.14);
    transform-origin: left center;
    transition: opacity 0.22s ease, transform 0.22s ease;
}

body.homepage-2026 .swe-hero-period {
    color: var(--swe-ink-deep);
}

body.homepage-2026 .swe-rotating-word.is-switching {
    opacity: 0;
    transform: translateY(14px) scale(0.96);
}

body.homepage-2026 .swe-hero-copy-2026 p {
    max-width: 610px;
    margin: 0;
    color: var(--swe-muted);
    font-size: 18px;
    line-height: 1.8;
}

body.homepage-2026 .swe-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 34px;
}

body.homepage-2026 .swe-metric-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 42px;
}

body.homepage-2026 .swe-metric-card {
    padding: 24px 22px;
    border: 1px solid rgba(255, 255, 255, 0.48);
    border-radius: 28px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.85), rgba(255, 255, 255, 0.64));
    backdrop-filter: blur(18px);
    box-shadow: 0 16px 30px rgba(16, 24, 39, 0.07);
}

body.homepage-2026 .swe-metric-card strong {
    display: block;
    margin-bottom: 8px;
    color: var(--swe-ink-deep);
    font-family: 'Inter', sans-serif;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
}

body.homepage-2026 .swe-metric-card span {
    display: block;
    color: var(--swe-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.homepage-2026 .swe-command-stage {
    perspective: 1600px;
}

body.homepage-2026 .swe-command-board {
    --board-tilt-x: 0deg;
    --board-tilt-y: 0deg;
    --pointer-x: 50%;
    --pointer-y: 50%;
    position: relative;
    padding: 26px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 34px;
    background: linear-gradient(145deg, rgba(13, 19, 32, 0.98), rgba(28, 36, 48, 0.96));
    box-shadow: 0 38px 90px rgba(16, 24, 39, 0.3);
    color: #ffffff;
    overflow: hidden;
    transform: rotateX(var(--board-tilt-x)) rotateY(var(--board-tilt-y));
    transform-style: preserve-3d;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

body.homepage-2026 .swe-command-board::before {
    position: absolute;
    content: "";
    inset: 0;
    background: radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.16), transparent 36%);
    pointer-events: none;
}

body.homepage-2026 .swe-command-board::after {
    position: absolute;
    content: "";
    inset: 1px;
    border-radius: 33px;
    border: 1px solid rgba(255, 255, 255, 0.05);
    pointer-events: none;
}

body.homepage-2026 .swe-command-head,
body.homepage-2026 .swe-command-panel,
body.homepage-2026 .swe-card-meta,
body.homepage-2026 .swe-control-shell,
body.homepage-2026 .swe-evidence-grid,
body.homepage-2026 .swe-cta-2026-shell,
body.homepage-2026 .swe-footer-grid,
body.homepage-2026 .swe-footer-bottom {
    display: flex;
}

body.homepage-2026 .swe-command-head {
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-bottom: 18px;
}

body.homepage-2026 .swe-live-pill,
body.homepage-2026 .swe-update-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.9);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.homepage-2026 .swe-live-pill i {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff858c;
    box-shadow: 0 0 0 0 rgba(255, 133, 140, 0.46);
    animation: sweLivePulse 2s ease infinite;
}

body.homepage-2026 .swe-map-visual {
    position: relative;
    min-height: 370px;
    border-radius: 28px;
    background:
        linear-gradient(180deg, rgba(10, 16, 27, 0.28), rgba(10, 16, 27, 0.76)),
        radial-gradient(circle at 22% 20%, rgba(210, 56, 67, 0.24), transparent 26%),
        radial-gradient(circle at 80% 68%, rgba(255, 255, 255, 0.09), transparent 24%),
        url("../img/images/air-cargo.jpg");
    background-position: center center;
    background-size: cover;
    overflow: hidden;
}

body.homepage-2026 .swe-map-grid {
    position: absolute;
    inset: 0;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.08) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.08) 1px, transparent 1px);
    background-size: 54px 54px;
    opacity: 0.34;
    animation: sweGridDrift 16s linear infinite;
}

body.homepage-2026 .swe-route-line {
    position: absolute;
    height: 2px;
    background: linear-gradient(90deg, transparent 0%, rgba(255, 255, 255, 0.35) 24%, var(--swe-red) 48%, rgba(255, 255, 255, 0.35) 72%, transparent 100%);
    background-size: 200% 100%;
    box-shadow: 0 0 20px rgba(210, 56, 67, 0.36);
    opacity: 0.92;
    animation: sweRouteFlow 6s linear infinite;
}

body.homepage-2026 .route-a {
    top: 28%;
    left: 12%;
    width: 54%;
    transform: rotate(15deg);
}

body.homepage-2026 .route-b {
    top: 42%;
    left: 44%;
    width: 34%;
    transform: rotate(-20deg);
    animation-delay: -1.2s;
}

body.homepage-2026 .route-c {
    top: 68%;
    left: 18%;
    width: 42%;
    transform: rotate(-11deg);
    animation-delay: -2.1s;
}

body.homepage-2026 .route-d {
    top: 58%;
    left: 54%;
    width: 28%;
    transform: rotate(12deg);
    animation-delay: -3.3s;
}

body.homepage-2026 .swe-node {
    position: absolute;
    width: 16px;
    height: 16px;
    border: 3px solid rgba(255, 255, 255, 0.74);
    border-radius: 50%;
    background: var(--swe-red);
    box-shadow: 0 0 0 6px rgba(210, 56, 67, 0.14);
}

body.homepage-2026 .swe-node::after {
    position: absolute;
    content: "";
    inset: -8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    animation: sweNodePulse 2.4s ease-out infinite;
}

body.homepage-2026 .node-a {
    top: 24%;
    left: 14%;
}

body.homepage-2026 .node-b {
    top: 34%;
    left: 58%;
}

body.homepage-2026 .node-c {
    top: 60%;
    left: 28%;
}

body.homepage-2026 .node-d {
    top: 54%;
    left: 78%;
}

body.homepage-2026 .swe-float-card {
    position: absolute;
    min-width: 200px;
    padding: 18px 18px 16px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(18px);
    box-shadow: 0 18px 40px rgba(16, 24, 39, 0.05);
    animation: sweCardFloat 7s ease-in-out infinite;
}

body.homepage-2026 .swe-float-card strong {
    display: block;
    margin-bottom: 6px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 16px;
    font-weight: 700;
}

body.homepage-2026 .swe-float-card span {
    display: block;
    color: rgba(255, 255, 255, 0.74);
    font-size: 13px;
    line-height: 1.6;
}

body.homepage-2026 .swe-float-card-a {
    top: 14%;
    right: 6%;
}

body.homepage-2026 .swe-float-card-b {
    bottom: 11%;
    left: 8%;
    animation-delay: -2.2s;
}

body.homepage-2026 .swe-command-panel {
    flex-direction: column;
    gap: 18px;
    margin-top: 24px;
    padding: 22px;
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.homepage-2026 .swe-command-panel-copy h2 {
    margin: 8px 0 0;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 30px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

body.homepage-2026 .swe-track-form-2026 {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 12px;
}

body.homepage-2026 .swe-track-form-2026 input {
    min-height: 58px;
    padding: 0 18px;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 18px;
    background: rgba(11, 17, 28, 0.56);
    color: #ffffff;
    font-size: 15px;
}

body.homepage-2026 .swe-track-form-2026 input::placeholder {
    color: rgba(255, 255, 255, 0.48);
}

body.homepage-2026 .swe-track-form-2026 input:focus {
    outline: none;
    border-color: rgba(255, 255, 255, 0.28);
    box-shadow: 0 0 0 4px rgba(210, 56, 67, 0.14);
}

body.homepage-2026 .swe-command-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

body.homepage-2026 .swe-command-tags li {
    min-height: 36px;
    padding: 0 14px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 36px;
    text-transform: uppercase;
}

body.homepage-2026 .swe-ribbon-2026 {
    padding: 16px 0;
    background: linear-gradient(90deg, #111827 0%, #182132 100%);
    border-top: 1px solid rgba(255, 255, 255, 0.08);
    border-bottom: 1px solid rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

body.homepage-2026 .swe-ribbon-track {
    display: flex;
    align-items: center;
    gap: 52px;
    width: max-content;
    min-width: 200%;
    color: rgba(255, 255, 255, 0.82);
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    white-space: nowrap;
    animation: sweMarquee 28s linear infinite;
}

body.homepage-2026 .swe-ribbon-2026:hover .swe-ribbon-track {
    animation-play-state: paused;
}

body.homepage-2026 .swe-ribbon-track i {
    margin-right: 10px;
    color: var(--swe-red);
}

body.homepage-2026 .swe-modes-2026 {
    padding: 112px 0 120px;
}

body.homepage-2026 .swe-section-heading-wide {
    max-width: 850px;
    margin-bottom: 44px;
}

body.homepage-2026 .swe-section-heading h2,
body.homepage-2026 .swe-control-copy h2,
body.homepage-2026 .swe-evidence-panel h2,
body.homepage-2026 .swe-cta-copy h2 {
    margin: 0 0 18px;
    font-family: 'Inter', sans-serif;
    font-size: clamp(38px, 4.2vw, 68px);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 0.98;
}

body.homepage-2026 .swe-section-heading p,
body.homepage-2026 .swe-control-copy p,
body.homepage-2026 .swe-evidence-panel p,
body.homepage-2026 .swe-cta-copy p {
    margin: 0;
    color: var(--swe-muted);
    font-size: 18px;
    line-height: 1.8;
}

body.homepage-2026 .swe-mosaic {
    display: grid;
    grid-template-columns: repeat(12, minmax(0, 1fr));
    gap: 22px;
}

body.homepage-2026 .swe-feature-card {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 18px;
    min-height: 260px;
    padding: 30px;
    border: 1px solid rgba(16, 24, 39, 0.08);
    border-radius: 32px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.94), rgba(255, 255, 255, 0.78));
    box-shadow: 0 22px 44px rgba(16, 24, 39, 0.08);
    overflow: hidden;
    text-decoration: none;
    transform: translateY(0);
}

body.homepage-2026 .swe-feature-card::before {
    position: absolute;
    content: "";
    width: 220px;
    height: 220px;
    top: -90px;
    right: -90px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(210, 56, 67, 0.16), transparent 70%);
    transition: transform 0.5s ease, opacity 0.5s ease;
}

body.homepage-2026 .swe-feature-card::after {
    position: absolute;
    content: "";
    inset: auto 30px 24px;
    height: 1px;
    background: linear-gradient(90deg, rgba(31, 41, 55, 0.08), rgba(210, 56, 67, 0.34), rgba(31, 41, 55, 0.08));
}

body.homepage-2026 .swe-feature-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 34px 60px rgba(16, 24, 39, 0.14);
}

body.homepage-2026 .swe-feature-card:hover::before {
    transform: scale(1.1);
}

body.homepage-2026 .swe-feature-card h3 {
    margin: 0;
    color: var(--swe-ink-deep);
    font-family: 'Inter', sans-serif;
    font-size: clamp(24px, 2.3vw, 40px);
    font-weight: 700;
    letter-spacing: -0.04em;
    line-height: 1.06;
}

body.homepage-2026 .swe-feature-card p {
    margin: 0;
    color: var(--swe-muted);
    font-size: 16px;
    line-height: 1.8;
}

body.homepage-2026 .swe-feature-card a,
body.homepage-2026 .swe-mini-actions a {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--swe-ink-deep);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-decoration: none;
    text-transform: uppercase;
}

body.homepage-2026 .swe-feature-card a::after,
body.homepage-2026 .swe-mini-actions a::after {
    content: "+";
    font-size: 18px;
    line-height: 1;
    transition: transform 0.3s ease;
}

body.homepage-2026 .swe-feature-card a:hover::after,
body.homepage-2026 .swe-mini-actions a:hover::after {
    transform: translateX(4px);
}

body.homepage-2026 .swe-card-meta {
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-top: auto;
}

body.homepage-2026 .swe-card-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

body.homepage-2026 .swe-card-tags span {
    display: inline-flex;
    align-items: center;
    min-height: 34px;
    padding: 0 12px;
    border-radius: 4px;
    background: rgba(16, 24, 39, 0.06);
    color: var(--swe-ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.homepage-2026 .swe-feature-card-air {
    grid-column: span 7;
    grid-row: span 2;
    min-height: 542px;
    background:
        linear-gradient(160deg, rgba(13, 19, 32, 0.7), rgba(31, 41, 55, 0.92)),
        url("../img/images/air-freight-card.png");
    background-position: center 15%;
    background-size: cover;
    box-shadow: 0 32px 70px rgba(16, 24, 39, 0.05);
}

body.homepage-2026 .swe-feature-card-air h3,
body.homepage-2026 .swe-feature-card-air p,
body.homepage-2026 .swe-feature-card-home h3,
body.homepage-2026 .swe-feature-card-home p,
body.homepage-2026 .swe-feature-card-air a,
body.homepage-2026 .swe-feature-card-home a {
    color: #ffffff;
}

body.homepage-2026 .swe-feature-card-air .swe-card-tags span,
body.homepage-2026 .swe-feature-card-home .swe-card-tags span {
    background: rgba(255, 255, 255, 0.08);
    color: rgba(255, 255, 255, 0.82);
}

body.homepage-2026 .swe-feature-card-air::before {
    background: radial-gradient(circle, rgba(210, 56, 67, 0.38), transparent 72%);
}

body.homepage-2026 .swe-feature-card-ground {
    grid-column: span 5;
    background:
        linear-gradient(180deg, rgba(16, 24, 39, 0.3), rgba(16, 24, 39, 0.84)),
        url("../img/images/branded-van.png");
    background-position: center center;
    background-size: cover;
}

body.homepage-2026 .swe-feature-card-ocean {
    grid-column: span 5;
    background:
        linear-gradient(180deg, rgba(16, 24, 39, 0.34), rgba(16, 24, 39, 0.88)),
        url("../img/images/maritime-feature.jpg");
    background-position: center center;
    background-size: cover;
}

body.homepage-2026 .swe-feature-card-rail {
    grid-column: span 4;
    background:
        linear-gradient(180deg, rgba(16, 24, 39, 0.24), rgba(16, 24, 39, 0.86)),
        url("../img/images/railway-freight.jpg");
    background-position: center center;
    background-size: cover;
}

body.homepage-2026 .swe-feature-card-home {
    grid-column: span 8;
    background:
        linear-gradient(135deg, rgba(210, 56, 67, 0.58), rgba(147, 26, 39, 0.92)),
        url("../img/images/branded-bike.png");
    background-position: center center;
    background-size: cover;
}

body.homepage-2026 .swe-feature-card-ground h3,
body.homepage-2026 .swe-feature-card-ground p,
body.homepage-2026 .swe-feature-card-ground a,
body.homepage-2026 .swe-feature-card-ocean h3,
body.homepage-2026 .swe-feature-card-ocean p,
body.homepage-2026 .swe-feature-card-ocean a,
body.homepage-2026 .swe-feature-card-rail h3,
body.homepage-2026 .swe-feature-card-rail p,
body.homepage-2026 .swe-feature-card-rail a {
    color: #ffffff;
}

body.homepage-2026 .swe-feature-card-ground .swe-card-eyebrow,
body.homepage-2026 .swe-feature-card-ocean .swe-card-eyebrow,
body.homepage-2026 .swe-feature-card-rail .swe-card-eyebrow,
body.homepage-2026 .swe-feature-card-home .swe-card-eyebrow {
    color: rgba(255, 255, 255, 0.86);
}

body.homepage-2026 .swe-feature-card-ground .swe-card-tags span,
body.homepage-2026 .swe-feature-card-ocean .swe-card-tags span,
body.homepage-2026 .swe-feature-card-rail .swe-card-tags span {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.84);
}

body.homepage-2026 .swe-feature-card-ground::after,
body.homepage-2026 .swe-feature-card-ocean::after,
body.homepage-2026 .swe-feature-card-rail::after,
body.homepage-2026 .swe-feature-card-home::after {
    background: linear-gradient(90deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.54), rgba(255, 255, 255, 0.1));
}

body.homepage-2026 .swe-control-2026 {
    padding: 118px 0;
    background:
        radial-gradient(circle at 18% 18%, rgba(210, 56, 67, 0.22), transparent 28%),
        linear-gradient(180deg, #101827 0%, #172030 100%);
    color: #ffffff;
    overflow: hidden;
}

body.homepage-2026 .swe-control-2026::before,
body.homepage-2026 .swe-control-2026::after {
    position: absolute;
    content: "";
    border-radius: 50%;
    pointer-events: none;
}

body.homepage-2026 .swe-control-2026::before {
    top: -180px;
    right: -80px;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(210, 56, 67, 0.18), transparent 68%);
}

body.homepage-2026 .swe-control-2026::after {
    bottom: -160px;
    left: -120px;
    width: 360px;
    height: 360px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.06), transparent 70%);
}

body.homepage-2026 .swe-control-shell {
    align-items: flex-start;
    justify-content: space-between;
    gap: 42px;
}

body.homepage-2026 .swe-control-copy,
body.homepage-2026 .swe-dashboard-grid {
    flex: 1 1 0;
}

body.homepage-2026 .swe-control-copy p,
body.homepage-2026 .swe-evidence-panel-dark p,
body.homepage-2026 .swe-evidence-panel-dark span,
body.homepage-2026 .swe-evidence-panel-dark li {
    color: rgba(255, 255, 255, 0.72);
}

body.homepage-2026 .swe-step-list {
    display: grid;
    gap: 22px;
    margin-top: 34px;
}

body.homepage-2026 .swe-step-row {
    display: grid;
    grid-template-columns: 74px minmax(0, 1fr);
    gap: 18px;
    padding-top: 22px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.homepage-2026 .swe-step-row span {
    color: rgba(255, 255, 255, 0.28);
    font-family: 'Inter', sans-serif;
    font-size: 44px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
}

body.homepage-2026 .swe-step-row h3,
body.homepage-2026 .swe-dashboard-card h3,
body.homepage-2026 .swe-evidence-panel h3,
body.homepage-2026 .swe-footer-grid h3 {
    margin: 0 0 8px;
    font-family: 'Inter', sans-serif;
    font-size: 28px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

body.homepage-2026 .swe-step-row p,
body.homepage-2026 .swe-dashboard-card p,
body.homepage-2026 .swe-evidence-panel h3 + p {
    margin: 0;
    line-height: 1.8;
}

body.homepage-2026 .swe-dashboard-grid {
    display: grid;
    gap: 22px;
}

body.homepage-2026 .swe-dashboard-card {
    padding: 28px;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.07);
    backdrop-filter: blur(18px);
    box-shadow: 0 20px 42px rgba(0, 0, 0, 0.14);
}

body.homepage-2026 .swe-dashboard-card-secondary {
    background:
        linear-gradient(180deg, rgba(16, 24, 39, 0.48), rgba(16, 24, 39, 0.88)),
        url("../img/images/cargo-employee.jpg");
    background-position: center center;
    background-size: cover;
}

body.homepage-2026 .swe-dashboard-card h3,
body.homepage-2026 .swe-dashboard-card p,
body.homepage-2026 .swe-dashboard-card li,
body.homepage-2026 .swe-dashboard-card a,
body.homepage-2026 .swe-phase small,
body.homepage-2026 .swe-phase span {
    color: #ffffff;
}

body.homepage-2026 .swe-phase-stack {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

body.homepage-2026 .swe-phase {
    padding: 18px 18px 16px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.homepage-2026 .swe-phase span {
    display: block;
    margin-bottom: 12px;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.homepage-2026 .swe-phase-bar {
    width: 100%;
    height: 9px;
    margin-bottom: 10px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
    overflow: hidden;
}

body.homepage-2026 .swe-phase-bar i {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #ff8790 0%, var(--swe-red) 100%);
    box-shadow: 0 0 18px rgba(210, 56, 67, 0.34);
}

body.homepage-2026 .swe-dashboard-card-primary.is-visible .swe-phase:nth-child(1) .swe-phase-bar i {
    animation: sweFillPhase 1s ease forwards;
}

body.homepage-2026 .swe-dashboard-card-primary.is-visible .swe-phase:nth-child(2) .swe-phase-bar i {
    animation: sweFillPhase 1s ease 0.18s forwards;
}

body.homepage-2026 .swe-dashboard-card-primary.is-visible .swe-phase:nth-child(3) .swe-phase-bar i {
    animation: sweFillPhase 1s ease 0.36s forwards;
}

body.homepage-2026 .swe-dashboard-card-primary .swe-phase:nth-child(1) .swe-phase-bar i {
    --phase-width: 94%;
}

body.homepage-2026 .swe-dashboard-card-primary .swe-phase:nth-child(2) .swe-phase-bar i {
    --phase-width: 76%;
}

body.homepage-2026 .swe-dashboard-card-primary .swe-phase:nth-child(3) .swe-phase-bar i {
    --phase-width: 88%;
}

body.homepage-2026 .swe-mini-proof {
    display: grid;
    gap: 14px;
    margin-top: 20px;
}

body.homepage-2026 .swe-mini-proof li {
    position: relative;
    padding-left: 22px;
    color: rgba(255, 255, 255, 0.76);
    line-height: 1.7;
}

body.homepage-2026 .swe-mini-proof li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--swe-red);
    box-shadow: 0 0 0 6px rgba(210, 56, 67, 0.14);
}

body.homepage-2026 .swe-mini-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 18px 24px;
    margin-top: 22px;
}

body.homepage-2026 .swe-mini-actions a {
    color: #ffffff;
}

body.homepage-2026 .swe-evidence-2026 {
    padding: 116px 0 44px;
}

body.homepage-2026 .swe-evidence-grid {
    align-items: stretch;
    justify-content: space-between;
    gap: 22px;
}

body.homepage-2026 .swe-evidence-panel {
    flex: 1 1 0;
    padding: 34px;
    border: 1px solid rgba(16, 24, 39, 0.08);
    border-radius: 32px;
    background: rgba(255, 255, 255, 0.88);
    box-shadow: 0 22px 44px rgba(16, 24, 39, 0.08);
}

body.homepage-2026 .swe-evidence-panel-dark {
    background:
        radial-gradient(circle at 12% 18%, rgba(210, 56, 67, 0.2), transparent 32%),
        linear-gradient(155deg, #131d2d 0%, #111827 100%);
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 32px 68px rgba(16, 24, 39, 0.18);
}

body.homepage-2026 .swe-evidence-panel-dark h2,
body.homepage-2026 .swe-evidence-panel-dark strong,
body.homepage-2026 .swe-evidence-panel-dark h3 {
    color: #ffffff;
}

body.homepage-2026 .swe-evidence-points {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 26px;
}

body.homepage-2026 .swe-evidence-points div {
    padding: 18px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.08);
}

body.homepage-2026 .swe-evidence-points strong {
    display: block;
    margin-bottom: 8px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}

body.homepage-2026 .swe-evidence-points span {
    display: block;
    line-height: 1.75;
}

body.homepage-2026 .swe-priority-list {
    display: grid;
    gap: 18px;
    margin-top: 24px;
}

body.homepage-2026 .swe-priority-list div {
    display: grid;
    grid-template-columns: 72px minmax(0, 1fr);
    gap: 18px;
    align-items: start;
    padding: 20px 0;
    border-top: 1px solid rgba(16, 24, 39, 0.08);
}

body.homepage-2026 .swe-priority-list div:first-child {
    padding-top: 0;
    border-top: 0;
}

body.homepage-2026 .swe-priority-list span {
    color: rgba(210, 56, 67, 0.3);
    font-family: 'Inter', sans-serif;
    font-size: 40px;
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
}

body.homepage-2026 .swe-priority-list p {
    color: var(--swe-ink);
    font-size: 18px;
    line-height: 1.8;
}

body.homepage-2026 .swe-cta-2026 {
    padding: 40px 0 120px;
}

body.homepage-2026 .swe-cta-2026-shell {
    align-items: center;
    justify-content: space-between;
    gap: 30px;
    padding: 44px 48px;
    border-radius: 38px;
    background:
        radial-gradient(circle at 14% 28%, rgba(210, 56, 67, 0.26), transparent 32%),
        linear-gradient(135deg, #121a29 0%, #1d2839 100%);
    box-shadow: 0 36px 80px rgba(16, 24, 39, 0.2);
}

body.homepage-2026 .swe-cta-copy,
body.homepage-2026 .swe-cta-actions {
    position: relative;
    z-index: 1;
}

body.homepage-2026 .swe-cta-copy h2,
body.homepage-2026 .swe-cta-copy p {
    color: #ffffff;
}

body.homepage-2026 .swe-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

body.homepage-2026 .swe-footer-2026 {
    padding: 84px 0 24px;
    background: linear-gradient(180deg, #101827 0%, #131c2b 100%);
    color: rgba(255, 255, 255, 0.74);
}

body.homepage-2026 .swe-footer-grid {
    justify-content: space-between;
    gap: 30px;
}

body.homepage-2026 .swe-footer-brand {
    max-width: 420px;
}

body.homepage-2026 .swe-footer-brand img {
    width: 200px;
    margin-bottom: 18px;
}

body.homepage-2026 .swe-footer-brand p,
body.homepage-2026 .swe-footer-brand a,
body.homepage-2026 .swe-footer-links a,
body.homepage-2026 .swe-footer-links span,
body.homepage-2026 .swe-footer-bottom p {
    color: rgba(255, 255, 255, 0.72);
    line-height: 1.8;
    text-decoration: none;
}

body.homepage-2026 .swe-footer-brand a {
    display: block;
}

body.homepage-2026 .swe-footer-badge {
    display: inline-flex;
    align-items: center;
    min-height: 38px;
    margin: 6px 0 16px;
    padding: 0 14px;
    border-radius: 4px;
    background: rgba(210, 56, 67, 0.14);
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

body.homepage-2026 .swe-footer-grid h3 {
    margin-bottom: 18px;
    color: #ffffff;
    font-size: 20px;
}

body.homepage-2026 .swe-footer-links li + li {
    margin-top: 8px;
}

body.homepage-2026 .swe-footer-links a:hover {
    color: #ffffff;
}

body.homepage-2026 .swe-footer-bottom {
    justify-content: center;
    margin-top: 34px;
    padding-top: 24px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
}

body.homepage-2026 .swe-footer-bottom p {
    margin: 0;
    text-align: center;
}

body.homepage-2026 .swe-hero-2026 {
    padding: 26px 0 84px;
    background: linear-gradient(180deg, #f7f5f1 0%, #ffffff 62%, #f8f7f4 100%);
}

body.homepage-2026 .swe-grid-overlay {
    background-size: 120px 120px;
    opacity: 0.08;
}

body.homepage-2026 .swe-aurora {
    filter: blur(32px);
    opacity: 0.24;
}

body.homepage-2026 .swe-aurora-a {
    top: -4%;
    left: 58%;
    width: 420px;
    height: 420px;
    background: radial-gradient(circle, rgba(210, 56, 67, 0.18), rgba(210, 56, 67, 0) 72%);
    animation: none;
}

body.homepage-2026 .swe-hero-shell {
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    align-items: start;
    gap: 56px;
}

body.homepage-2026 .swe-hero-copy-2026 {
    padding: 72px 0 0;
}

body.homepage-2026 .swe-hero-copy-2026 h1 {
    margin-bottom: 18px;
    font-size: clamp(56px, 6vw, 92px);
    line-height: 0.96;
    max-width: 8.5ch;
}

body.homepage-2026 .swe-hero-copy-2026 p {
    max-width: 540px;
    line-height: 1.72;
}

body.homepage-2026 .swe-rotating-word {
    min-width: auto;
    color: var(--swe-ink-deep);
    text-shadow: none;
}

body.homepage-2026 .swe-hero-period {
    color: var(--swe-red);
}

body.homepage-2026 .swe-metric-row {
    gap: 0;
    margin-top: 36px;
    padding-top: 22px;
    border-top: 1px solid rgba(16, 24, 39, 0.08);
}

body.homepage-2026 .swe-metric-card {
    padding: 0 24px 0 0;
    border: 0;
    border-right: 1px solid rgba(16, 24, 39, 0.08);
    border-radius: 0;
    background: none;
    backdrop-filter: none;
    box-shadow: none;
}

body.homepage-2026 .swe-metric-card:last-child {
    padding-right: 0;
    border-right: 0;
}

body.homepage-2026 .swe-metric-card strong {
    font-size: clamp(30px, 3vw, 42px);
}

body.homepage-2026 .swe-command-stage {
    perspective: none;
}

body.homepage-2026 .swe-command-board {
    padding: 22px;
    border: 1px solid rgba(16, 24, 39, 0.08);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 18px 50px rgba(16, 24, 39, 0.08);
    color: var(--swe-ink);
    transform: none;
}

body.homepage-2026 .swe-command-board::before {
    display: none;
}

body.homepage-2026 .swe-command-board::after {
    border-color: rgba(16, 24, 39, 0.04);
}

body.homepage-2026 .swe-command-head {
    justify-content: flex-start;
    margin-bottom: 16px;
}

body.homepage-2026 .swe-live-pill {
    background: rgba(210, 56, 67, 0.08);
    color: var(--swe-red);
}

body.homepage-2026 .swe-live-pill i {
    background: var(--swe-red);
    box-shadow: none;
    animation: none;
}

body.homepage-2026 .swe-update-pill,
body.homepage-2026 .swe-map-grid,
body.homepage-2026 .swe-route-line,
body.homepage-2026 .swe-node,
body.homepage-2026 .swe-float-card {
    display: none;
}

body.homepage-2026 .swe-map-visual {
    display: flex;
    align-items: flex-end;
    min-height: 300px;
    padding: 20px;
    border-radius: 24px;
    background:
        linear-gradient(180deg, rgba(11, 17, 28, 0.2), rgba(11, 17, 28, 0.46)),
        url("../img/images/air-cargo.jpg");
    background-position: center center;
    background-size: cover;
}

body.homepage-2026 .swe-map-caption {
    max-width: 320px;
    padding: 18px 20px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 14px 30px rgba(16, 24, 39, 0.12);
}

body.homepage-2026 .swe-map-caption strong {
    display: block;
    margin-bottom: 6px;
    color: var(--swe-ink-deep);
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

body.homepage-2026 .swe-map-caption span {
    display: block;
    color: var(--swe-muted);
    font-size: 14px;
    line-height: 1.65;
}

body.homepage-2026 .swe-command-panel {
    gap: 14px;
    margin-top: 18px;
    padding: 0;
    border: 0;
    background: none;
}

body.homepage-2026 .swe-command-panel-copy h2 {
    color: var(--swe-ink-deep);
    font-size: 28px;
}

body.homepage-2026 .swe-track-form-2026 input {
    border-color: rgba(16, 24, 39, 0.08);
    background: #f4f3ef;
    color: var(--swe-ink-deep);
}

body.homepage-2026 .swe-track-form-2026 input::placeholder {
    color: rgba(16, 24, 39, 0.42);
}

body.homepage-2026 .swe-command-note {
    margin: 0;
    color: var(--swe-muted);
    font-size: 14px;
    line-height: 1.7;
}

body.homepage-2026 .swe-ribbon-2026 {
    padding: 0 0 18px;
    background: transparent;
    border: 0;
    overflow: visible;
}

body.homepage-2026 .swe-ribbon-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.homepage-2026 .swe-ribbon-list li {
    position: relative;
    min-height: 68px;
    padding: 20px 20px 20px 46px;
    border: 1px solid rgba(16, 24, 39, 0.08);
    border-radius: 18px;
    background: #ffffff;
    box-shadow: 0 10px 24px rgba(16, 24, 39, 0.05);
    color: var(--swe-ink);
    font-family: 'Inter', sans-serif;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 1.5;
    text-transform: uppercase;
}

body.homepage-2026 .swe-ribbon-list li::before {
    position: absolute;
    content: "";
    left: 20px;
    top: 27px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--swe-red);
}

body.homepage-2026 .swe-modes-2026 {
    padding: 92px 0 96px;
}

body.homepage-2026 .swe-section-heading-wide {
    max-width: 720px;
    margin-bottom: 32px;
}

body.homepage-2026 .swe-section-heading h2,
body.homepage-2026 .swe-control-copy h2,
body.homepage-2026 .swe-evidence-panel h2,
body.homepage-2026 .swe-cta-copy h2 {
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.02;
}

body.homepage-2026 .swe-mosaic {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
}

body.homepage-2026 .swe-feature-card {
    min-height: 220px;
    padding: 28px;
    border-radius: 24px;
    box-shadow: 0 14px 30px rgba(16, 24, 39, 0.06);
}

body.homepage-2026 .swe-feature-card::before {
    width: 140px;
    height: 140px;
    top: -60px;
    right: -60px;
}

body.homepage-2026 .swe-feature-card::after {
    inset: auto 28px 22px;
}

body.homepage-2026 .swe-feature-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 34px rgba(16, 24, 39, 0.1);
}

body.homepage-2026 .swe-feature-card h3 {
    font-size: clamp(24px, 2vw, 34px);
}

body.homepage-2026 .swe-feature-card-air {
    grid-column: 1 / -1;
    grid-row: auto;
    min-height: 400px;
}

body.homepage-2026 .swe-feature-card-ground,
body.homepage-2026 .swe-feature-card-ocean,
body.homepage-2026 .swe-feature-card-rail {
    grid-column: auto;
    background: linear-gradient(180deg, #ffffff, #fbfaf7);
}

body.homepage-2026 .swe-feature-card-home {
    grid-column: auto;
    background: linear-gradient(180deg, rgba(210, 56, 67, 0.06), rgba(255, 255, 255, 0.95));
}

body.homepage-2026 .swe-feature-card-ground h3,
body.homepage-2026 .swe-feature-card-ground p,
body.homepage-2026 .swe-feature-card-ground a,
body.homepage-2026 .swe-feature-card-ocean h3,
body.homepage-2026 .swe-feature-card-ocean p,
body.homepage-2026 .swe-feature-card-ocean a,
body.homepage-2026 .swe-feature-card-rail h3,
body.homepage-2026 .swe-feature-card-rail p,
body.homepage-2026 .swe-feature-card-rail a,
body.homepage-2026 .swe-feature-card-home h3,
body.homepage-2026 .swe-feature-card-home p,
body.homepage-2026 .swe-feature-card-home a {
    color: var(--swe-ink-deep);
}

body.homepage-2026 .swe-feature-card-ground .swe-card-eyebrow,
body.homepage-2026 .swe-feature-card-ocean .swe-card-eyebrow,
body.homepage-2026 .swe-feature-card-rail .swe-card-eyebrow,
body.homepage-2026 .swe-feature-card-home .swe-card-eyebrow {
    color: var(--swe-red);
}

body.homepage-2026 .swe-feature-card-ground .swe-card-tags span,
body.homepage-2026 .swe-feature-card-ocean .swe-card-tags span,
body.homepage-2026 .swe-feature-card-rail .swe-card-tags span,
body.homepage-2026 .swe-feature-card-home .swe-card-tags span {
    background: rgba(210, 56, 67, 0.08);
    color: var(--swe-ink);
}

body.homepage-2026 .swe-feature-card-ground::after,
body.homepage-2026 .swe-feature-card-ocean::after,
body.homepage-2026 .swe-feature-card-rail::after,
body.homepage-2026 .swe-feature-card-home::after {
    background: linear-gradient(90deg, rgba(31, 41, 55, 0.06), rgba(210, 56, 67, 0.18), rgba(31, 41, 55, 0.06));
}

body.homepage-2026 .swe-control-2026 {
    padding: 96px 0;
    background: #f6f3ee;
    color: var(--swe-ink-deep);
}

body.homepage-2026 .swe-control-2026::before,
body.homepage-2026 .swe-control-2026::after {
    display: none;
}

body.homepage-2026 .swe-control-copy p,
body.homepage-2026 .swe-evidence-panel-dark p,
body.homepage-2026 .swe-evidence-panel-dark span,
body.homepage-2026 .swe-evidence-panel-dark li {
    color: var(--swe-muted);
}

body.homepage-2026 .swe-step-row {
    border-top-color: rgba(16, 24, 39, 0.08);
}

body.homepage-2026 .swe-step-row span {
    color: rgba(210, 56, 67, 0.22);
}

body.homepage-2026 .swe-dashboard-card {
    border: 1px solid rgba(16, 24, 39, 0.08);
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(16, 24, 39, 0.06);
}

body.homepage-2026 .swe-dashboard-card-secondary {
    background: linear-gradient(180deg, #ffffff, #fbfaf7);
}

body.homepage-2026 .swe-dashboard-card h3,
body.homepage-2026 .swe-dashboard-card p,
body.homepage-2026 .swe-dashboard-card li,
body.homepage-2026 .swe-dashboard-card a,
body.homepage-2026 .swe-phase small,
body.homepage-2026 .swe-phase span,
body.homepage-2026 .swe-mini-actions a {
    color: var(--swe-ink-deep);
}

body.homepage-2026 .swe-phase {
    background: #f6f3ee;
    border-color: rgba(16, 24, 39, 0.06);
}

body.homepage-2026 .swe-phase-bar {
    background: rgba(16, 24, 39, 0.08);
}

body.homepage-2026 .swe-mini-proof li {
    color: var(--swe-muted);
}

body.homepage-2026 .swe-evidence-2026 {
    padding: 96px 0 32px;
}

body.homepage-2026 .swe-evidence-panel {
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 14px 30px rgba(16, 24, 39, 0.06);
}

body.homepage-2026 .swe-evidence-panel-dark {
    background: #ffffff;
    border-color: rgba(16, 24, 39, 0.08);
    box-shadow: 0 14px 30px rgba(16, 24, 39, 0.06);
}

body.homepage-2026 .swe-evidence-panel-dark h2,
body.homepage-2026 .swe-evidence-panel-dark strong,
body.homepage-2026 .swe-evidence-panel-dark h3 {
    color: var(--swe-ink-deep);
}

body.homepage-2026 .swe-evidence-panel-dark .swe-section-kicker-light {
    color: var(--swe-red);
}

body.homepage-2026 .swe-evidence-points {
    grid-template-columns: 1fr;
    gap: 14px;
}

body.homepage-2026 .swe-evidence-points div {
    background: #f8f6f1;
    border-color: rgba(16, 24, 39, 0.05);
}

body.homepage-2026 .swe-priority-list span {
    color: rgba(210, 56, 67, 0.22);
}

body.homepage-2026 .swe-cta-2026 {
    padding: 24px 0 100px;
}

body.homepage-2026 .swe-cta-2026-shell {
    padding: 40px 44px;
    border-radius: 4px;
    box-shadow: 0 22px 50px rgba(16, 24, 39, 0.14);
}

body.homepage-2026 .swe-reveal {
    opacity: 1;
    transform: none;
}

html.js body.homepage-2026 .swe-reveal {
    opacity: 0;
    transform: translateY(38px) scale(0.98);
    transition: opacity 0.85s cubic-bezier(0.2, 0.65, 0.16, 1), transform 0.85s cubic-bezier(0.2, 0.65, 0.16, 1);
    transition-delay: var(--reveal-delay, 0ms);
    will-change: transform, opacity;
}

html.js body.homepage-2026 .swe-reveal.is-visible {
    opacity: 1;
    transform: translateY(0) scale(1);
}

@keyframes sweAuroraFloat {
    0% {
        transform: translate3d(0, 0, 0) scale(1);
    }
    100% {
        transform: translate3d(36px, 22px, 0) scale(1.12);
    }
}

@keyframes sweLivePulse {
    0% {
        box-shadow: 0 0 0 0 rgba(255, 133, 140, 0.46);
    }
    70% {
        box-shadow: 0 0 0 12px rgba(255, 133, 140, 0);
    }
    100% {
        box-shadow: 0 0 0 0 rgba(255, 133, 140, 0);
    }
}

@keyframes sweGridDrift {
    0% {
        transform: translate3d(0, 0, 0);
    }
    100% {
        transform: translate3d(-26px, -18px, 0);
    }
}

@keyframes sweRouteFlow {
    0% {
        background-position: 200% 0;
    }
    100% {
        background-position: -200% 0;
    }
}

@keyframes sweNodePulse {
    0% {
        opacity: 0.9;
        transform: scale(0.7);
    }
    100% {
        opacity: 0;
        transform: scale(1.85);
    }
}

@keyframes sweCardFloat {
    0%,
    100% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-12px);
    }
}

@keyframes sweMarquee {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

@keyframes sweFillPhase {
    0% {
        width: 0;
    }
    100% {
        width: var(--phase-width, 100%);
    }
}

@media (max-width: 1199.98px) {
    body.homepage-2026 .swe-hero-shell,
    body.homepage-2026 .swe-control-shell,
    body.homepage-2026 .swe-evidence-grid,
    body.homepage-2026 .swe-cta-2026-shell,
    body.homepage-2026 .swe-footer-grid {
        display: grid;
        grid-template-columns: 1fr;
    }

    body.homepage-2026 .swe-hero-copy-2026 h1 {
        max-width: 10ch;
    }

    body.homepage-2026 .swe-command-stage {
        max-width: 640px;
    }

    body.homepage-2026 .swe-ribbon-list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    body.homepage-2026 .swe-feature-card-air {
        grid-column: 1 / -1;
        min-height: 340px;
    }

    body.homepage-2026 .swe-feature-card-ground,
    body.homepage-2026 .swe-feature-card-ocean,
    body.homepage-2026 .swe-feature-card-rail,
    body.homepage-2026 .swe-feature-card-home {
        grid-column: auto;
        min-height: 240px;
    }

    body.homepage-2026 .swe-evidence-points {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 991.98px) {
    body.homepage-2026 .swe-utility-inner {
        flex-direction: column;
        align-items: flex-start;
        justify-content: center;
        padding: 14px 0;
    }

    body.homepage-2026 .swe-navbar .container {
        padding: 14px 18px;
        border-radius: 28px;
    }

    body.homepage-2026 #swe-main-nav {
        margin-top: 18px;
        padding: 18px;
        border-radius: 4px;
        background: rgba(255, 255, 255, 0.92);
        box-shadow: 0 18px 30px rgba(16, 24, 39, 0.08);
    }

    body.homepage-2026 .swe-navbar .nav-link {
        padding: 12px 0;
    }

    body.homepage-2026 .swe-navbar .nav-link::after {
        left: 0;
        right: auto;
        width: 34px;
        bottom: 6px;
    }

    body.homepage-2026 .swe-nav-cta-item {
        margin-top: 10px;
    }

    body.homepage-2026 .swe-mosaic {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.homepage-2026 .swe-ribbon-list {
        grid-template-columns: 1fr;
    }

    body.homepage-2026 .swe-feature-card-air {
        grid-column: span 2;
        grid-row: auto;
    }

    body.homepage-2026 .swe-feature-card-ground,
    body.homepage-2026 .swe-feature-card-ocean,
    body.homepage-2026 .swe-feature-card-rail,
    body.homepage-2026 .swe-feature-card-home {
        grid-column: span 1;
        grid-row: auto;
    }

    body.homepage-2026 .swe-command-head,
    body.homepage-2026 .swe-card-meta {
        flex-direction: column;
        align-items: flex-start;
    }

    body.homepage-2026 .swe-track-form-2026,
    body.homepage-2026 .swe-metric-row {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 767.98px) {
    body.homepage-2026 .swe-hero-copy-2026 {
        padding-top: 20px;
    }

    body.homepage-2026 .swe-hero-copy-2026 h1 {
        font-size: clamp(46px, 14vw, 62px);
        max-width: 9.5ch;
    }

    body.homepage-2026 .swe-hero-copy-2026 p,
    body.homepage-2026 .swe-section-heading p,
    body.homepage-2026 .swe-control-copy p,
    body.homepage-2026 .swe-evidence-panel p,
    body.homepage-2026 .swe-cta-copy p,
    body.homepage-2026 .swe-priority-list p {
        font-size: 16px;
    }

    body.homepage-2026 .swe-hero-actions,
    body.homepage-2026 .swe-cta-actions,
    body.homepage-2026 .swe-mini-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.homepage-2026 .swe-btn,
    body.homepage-2026 .swe-nav-cta,
    body.homepage-2026 .swe-utility-button {
        width: 100%;
    }

    body.homepage-2026 .swe-ribbon-list {
        grid-template-columns: 1fr;
    }

    body.homepage-2026 .swe-metric-card,
    body.homepage-2026 .swe-feature-card,
    body.homepage-2026 .swe-dashboard-card,
    body.homepage-2026 .swe-evidence-panel,
    body.homepage-2026 .swe-cta-2026-shell {
        padding: 24px;
        border-radius: 26px;
    }

    body.homepage-2026 .swe-command-board {
        padding: 20px;
        border-radius: 28px;
    }

    body.homepage-2026 .swe-map-visual {
        min-height: 290px;
    }

    body.homepage-2026 .swe-map-caption {
        max-width: 100%;
    }

    body.homepage-2026 .swe-track-form-2026 {
        grid-template-columns: 1fr;
    }

    body.homepage-2026 .swe-mosaic {
        grid-template-columns: 1fr;
    }

    body.homepage-2026 .swe-feature-card-air,
    body.homepage-2026 .swe-feature-card-ground,
    body.homepage-2026 .swe-feature-card-ocean,
    body.homepage-2026 .swe-feature-card-rail,
    body.homepage-2026 .swe-feature-card-home {
        grid-column: auto;
        min-height: 260px;
    }

    body.homepage-2026 .swe-metric-card {
        padding: 0 0 18px;
        border-right: 0;
        border-bottom: 1px solid rgba(16, 24, 39, 0.08);
    }

    body.homepage-2026 .swe-metric-card:last-child {
        padding-bottom: 0;
        border-bottom: 0;
    }

    body.homepage-2026 .swe-step-row,
    body.homepage-2026 .swe-priority-list div {
        grid-template-columns: 1fr;
    }

    body.homepage-2026 .swe-step-row span,
    body.homepage-2026 .swe-priority-list span {
        font-size: 30px;
    }
}

@media (prefers-reduced-motion: reduce) {
    body.homepage-2026 *,
    body.homepage-2026 *::before,
    body.homepage-2026 *::after {
        animation: none !important;
        transition-duration: 0.01ms !important;
        transition-delay: 0ms !important;
        scroll-behavior: auto !important;
    }

    body.homepage-2026 .swe-reveal {
        opacity: 1;
        transform: none;
    }
}

body.swe-page-2026 {
    --swe-page-hero-image: url("../img/images/cargo1.jpg");
    background: #f7f5f1;
}

body.swe-page-2026 .swe-navbar .nav-link.swe-nav-current {
    color: var(--swe-red);
}

body.swe-page-2026 .swe-navbar .nav-link.swe-nav-current::after {
    transform: scaleX(1);
}

body.swe-page-2026 .swe-nav-cta.is-current {
    background: var(--swe-red);
}

body.swe-page-2026 main {
    overflow: hidden;
}

body.swe-page-2026 .swe-page-hero {
    position: relative;
    padding: 36px 0 82px;
    background: linear-gradient(180deg, #f5f2ec 0%, #ffffff 62%, #f7f5f1 100%);
    overflow: hidden;
}

body.swe-page-2026 .swe-page-hero::before {
    position: absolute;
    content: "";
    inset: 0;
    background:
        linear-gradient(rgba(255, 255, 255, 0.32) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.32) 1px, transparent 1px);
    background-size: 118px 118px;
    opacity: 0.14;
    pointer-events: none;
}

body.swe-page-2026 .swe-page-hero-shell {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(360px, 0.95fr);
    gap: 56px;
    align-items: center;
}

body.swe-page-2026 .swe-page-breadcrumb {
    display: inline-flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 0 18px;
    color: var(--swe-muted);
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.swe-page-2026 .swe-page-breadcrumb a {
    color: inherit;
    text-decoration: none;
}

body.swe-page-2026 .swe-page-breadcrumb a:hover {
    color: var(--swe-red);
}

body.swe-page-2026 .swe-page-hero-copy h1 {
    max-width: 9ch;
    margin: 0 0 18px;
    color: var(--swe-ink-deep);
    font-family: 'Inter', sans-serif;
    font-size: clamp(52px, 6vw, 88px);
    font-weight: 700;
    letter-spacing: -0.06em;
    line-height: 0.95;
}

body.swe-page-2026 .swe-page-hero-copy p {
    max-width: 560px;
    margin: 0;
    color: var(--swe-muted);
    font-size: 18px;
    line-height: 1.76;
}

body.swe-page-2026 .swe-page-hero-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    margin-top: 30px;
}

body.swe-page-2026 .swe-page-stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

body.swe-page-2026 .swe-page-stat {
    padding: 18px 18px 16px;
    border: 1px solid rgba(16, 24, 39, 0.08);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.86);
    box-shadow: 0 12px 30px rgba(16, 24, 39, 0.05);
}

body.swe-page-2026 .swe-page-stat strong {
    display: block;
    margin-bottom: 6px;
    color: var(--swe-ink-deep);
    font-family: 'Inter', sans-serif;
    font-size: clamp(28px, 3vw, 42px);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1;
}

body.swe-page-2026 .swe-page-stat span {
    display: block;
    color: var(--swe-muted);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.09em;
    line-height: 1.6;
    text-transform: uppercase;
}

body.swe-page-2026 .swe-page-hero-media {
    position: relative;
}

body.swe-page-2026 .swe-page-hero-frame {
    min-height: 520px;
    border-radius: 34px;
    background:
        linear-gradient(180deg, rgba(11, 17, 28, 0.16), rgba(11, 17, 28, 0.48)),
        var(--swe-page-hero-image);
    background-position: center center;
    background-size: cover;
    box-shadow: 0 28px 70px rgba(16, 24, 39, 0.16);
}

body.swe-page-2026 .swe-page-hero-card {
    position: absolute;
    left: 24px;
    right: 24px;
    bottom: 24px;
    padding: 24px;
    border: 1px solid rgba(255, 255, 255, 0.46);
    border-radius: 26px;
    background: rgba(255, 255, 255, 0.92);
    box-shadow: 0 18px 38px rgba(16, 24, 39, 0.12);
}

body.swe-page-2026 .swe-page-hero-card h2,
body.swe-page-2026 .swe-page-hero-card h3 {
    margin: 0 0 10px;
    color: var(--swe-ink-deep);
    font-family: 'Inter', sans-serif;
    font-size: 26px;
    font-weight: 700;
    letter-spacing: -0.04em;
}

body.swe-page-2026 .swe-page-hero-card p {
    margin: 0;
    color: var(--swe-muted);
    font-size: 15px;
    line-height: 1.7;
}

body.swe-page-2026 .swe-page-hero-points,
body.swe-page-2026 .swe-check-list,
body.swe-page-2026 .swe-inline-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

body.swe-page-2026 .swe-page-hero-points {
    display: grid;
    gap: 10px;
    margin-top: 16px;
}

body.swe-page-2026 .swe-page-hero-points li,
body.swe-page-2026 .swe-check-list li {
    position: relative;
    padding-left: 22px;
    color: var(--swe-ink);
    line-height: 1.8;
}

body.swe-page-2026 .swe-page-hero-points li::before,
body.swe-page-2026 .swe-check-list li::before {
    position: absolute;
    content: "";
    left: 0;
    top: 11px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: var(--swe-red);
    box-shadow: 0 0 0 6px rgba(210, 56, 67, 0.12);
}

body.swe-page-2026 .swe-page-section {
    padding: 96px 0 0;
}

body.swe-page-2026 .swe-page-section:last-of-type {
    padding-bottom: 112px;
}

body.swe-page-2026 .swe-page-section-alt {
    background: #f2eee7;
}

body.swe-page-2026 .swe-section-heading {
    max-width: 760px;
    margin-bottom: 30px;
}

body.swe-page-2026 .swe-section-heading h2,
body.swe-page-2026 .swe-prose h2,
body.swe-page-2026 .swe-form-card h2,
body.swe-page-2026 .swe-support-panel h2,
body.swe-page-2026 .swe-map-card h2,
body.swe-page-2026 .swe-service-panel h2 {
    margin: 0 0 16px;
    color: var(--swe-ink-deep);
    font-family: 'Inter', sans-serif;
    font-size: clamp(34px, 4vw, 54px);
    font-weight: 700;
    letter-spacing: -0.05em;
    line-height: 1.02;
}

body.swe-page-2026 .swe-section-heading p,
body.swe-page-2026 .swe-prose p,
body.swe-page-2026 .swe-form-card p,
body.swe-page-2026 .swe-support-panel p,
body.swe-page-2026 .swe-info-card p,
body.swe-page-2026 .swe-step-card p,
body.swe-page-2026 .swe-contact-card p,
body.swe-page-2026 .swe-page-hero-card p,
body.swe-page-2026 .swe-service-panel p {
    margin: 0;
    color: var(--swe-muted);
    font-size: 17px;
    line-height: 1.78;
}

body.swe-page-2026 .swe-split-grid,
body.swe-page-2026 .swe-service-layout,
body.swe-page-2026 .swe-form-layout,
body.swe-page-2026 .swe-contact-layout,
body.swe-page-2026 .swe-page-footer-cta {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 28px;
    align-items: start;
}

body.swe-page-2026 .swe-card-grid {
    display: grid;
    gap: 18px;
}

body.swe-page-2026 .swe-card-grid-three {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

body.swe-page-2026 .swe-card-grid-two {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

body.swe-page-2026 .swe-prose {
    display: grid;
    gap: 18px;
}

body.swe-page-2026 .swe-image-panel,
body.swe-page-2026 .swe-map-card,
body.swe-page-2026 .swe-form-card,
body.swe-page-2026 .swe-support-panel,
body.swe-page-2026 .swe-info-card,
body.swe-page-2026 .swe-step-card,
body.swe-page-2026 .swe-contact-card,
body.swe-page-2026 .swe-service-panel,
body.swe-page-2026 .swe-page-cta-shell {
    padding: 28px;
    border: 1px solid rgba(16, 24, 39, 0.08);
    border-radius: 28px;
    background: #ffffff;
    box-shadow: 0 16px 36px rgba(16, 24, 39, 0.06);
}

body.swe-page-2026 .swe-image-panel {
    min-height: 100%;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.08), rgba(16, 24, 39, 0.14)),
        var(--swe-panel-image);
    background-position: center center;
    background-size: cover;
    box-shadow: 0 24px 50px rgba(16, 24, 39, 0.14);
}

body.swe-page-2026 .swe-image-panel.swe-image-panel-contained {
    min-height: 420px;
}

body.swe-page-2026 .swe-surface-card-dark,
body.swe-page-2026 .swe-support-panel {
    background: linear-gradient(180deg, #121b2a 0%, #182333 100%);
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 24px 54px rgba(16, 24, 39, 0.18);
}

body.swe-page-2026 .swe-surface-card-dark h2,
body.swe-page-2026 .swe-surface-card-dark h3,
body.swe-page-2026 .swe-surface-card-dark strong,
body.swe-page-2026 .swe-support-panel h2,
body.swe-page-2026 .swe-support-panel h3,
body.swe-page-2026 .swe-support-panel strong {
    color: #ffffff;
}

body.swe-page-2026 .swe-surface-card-dark p,
body.swe-page-2026 .swe-surface-card-dark li,
body.swe-page-2026 .swe-surface-card-dark span,
body.swe-page-2026 .swe-support-panel p,
body.swe-page-2026 .swe-support-panel li,
body.swe-page-2026 .swe-support-panel span,
body.swe-page-2026 .swe-support-panel a {
    color: rgba(255, 255, 255, 0.76);
}

body.swe-page-2026 .swe-info-card h3,
body.swe-page-2026 .swe-step-card h3,
body.swe-page-2026 .swe-contact-card h3,
body.swe-page-2026 .swe-service-panel h3,
body.swe-page-2026 .swe-form-card h3 {
    margin: 0 0 10px;
    color: var(--swe-ink-deep);
    font-family: 'Inter', sans-serif;
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

body.swe-page-2026 .swe-inline-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

body.swe-page-2026 .swe-inline-list li {
    min-height: 36px;
    padding: 0 14px;
    border-radius: 4px;
    background: rgba(210, 56, 67, 0.08);
    color: var(--swe-ink);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    line-height: 36px;
    text-transform: uppercase;
}

body.swe-page-2026 .swe-contact-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
}

body.swe-page-2026 .swe-contact-card i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 52px;
    height: 52px;
    margin-bottom: 16px;
    border-radius: 18px;
    background: rgba(210, 56, 67, 0.08);
    color: var(--swe-red);
    font-size: 18px;
}

body.swe-page-2026 .swe-contact-card a,
body.swe-page-2026 .swe-support-panel a,
body.swe-page-2026 .swe-prose a {
    color: inherit;
    text-decoration: none;
}

body.swe-page-2026 .swe-contact-card a:hover,
body.swe-page-2026 .swe-support-panel a:hover,
body.swe-page-2026 .swe-prose a:hover {
    color: var(--swe-red);
}

body.swe-page-2026 .swe-form-card {
    display: grid;
    gap: 20px;
}

body.swe-page-2026 .swe-form-feedback {
    display: none;
    padding: 16px 18px;
    border-radius: 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.7;
}

body.swe-page-2026 .swe-form-feedback.is-visible {
    display: block;
}

body.swe-page-2026 .swe-form-feedback.is-success {
    background: rgba(40, 167, 69, 0.12);
    color: #1f6f32;
}

body.swe-page-2026 .swe-form-feedback.is-error {
    background: rgba(210, 56, 67, 0.12);
    color: #9b2530;
}

body.swe-page-2026 .swe-form-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

body.swe-page-2026 .swe-field,
body.swe-page-2026 .swe-field-full {
    display: grid;
    gap: 8px;
}

body.swe-page-2026 .swe-field-full {
    grid-column: 1 / -1;
}

body.swe-page-2026 .swe-field label,
body.swe-page-2026 .swe-field-full label {
    color: var(--swe-ink-deep);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.swe-page-2026 .swe-field input,
body.swe-page-2026 .swe-field textarea,
body.swe-page-2026 .swe-field select,
body.swe-page-2026 .swe-field-full input,
body.swe-page-2026 .swe-field-full textarea,
body.swe-page-2026 .swe-field-full select {
    min-height: 56px;
    width: 100%;
    padding: 0 16px;
    border: 1px solid rgba(16, 24, 39, 0.08);
    border-radius: 18px;
    background: #f4f1eb;
    color: var(--swe-ink-deep);
    font-size: 15px;
}

body.swe-page-2026 .swe-field textarea,
body.swe-page-2026 .swe-field-full textarea {
    min-height: 160px;
    padding: 16px;
    resize: vertical;
}

body.swe-page-2026 .swe-field input:focus,
body.swe-page-2026 .swe-field textarea:focus,
body.swe-page-2026 .swe-field select:focus,
body.swe-page-2026 .swe-field-full input:focus,
body.swe-page-2026 .swe-field-full textarea:focus,
body.swe-page-2026 .swe-field-full select:focus {
    outline: none;
    border-color: rgba(210, 56, 67, 0.4);
    box-shadow: 0 0 0 4px rgba(210, 56, 67, 0.12);
}

body.swe-page-2026 .swe-support-list {
    display: grid;
    gap: 14px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.swe-page-2026 .swe-support-list li {
    padding: 16px 18px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.06);
}

body.swe-page-2026 .swe-support-list strong {
    display: block;
    margin-bottom: 6px;
    font-family: 'Inter', sans-serif;
    font-size: 18px;
}

body.swe-page-2026 .swe-note-stack {
    display: grid;
    gap: 16px;
}

body.swe-page-2026 .swe-map-card iframe {
    width: 100%;
    min-height: 340px;
    border: 0;
    border-radius: 4px;
}

body.swe-page-2026 .swe-service-specs {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.swe-page-2026 .swe-service-specs li {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 14px 0;
    border-top: 1px solid rgba(16, 24, 39, 0.08);
    color: var(--swe-muted);
}

body.swe-page-2026 .swe-service-specs li:first-child {
    border-top: 0;
    padding-top: 0;
}

body.swe-page-2026 .swe-service-specs strong {
    color: var(--swe-ink-deep);
}

body.swe-page-2026 .swe-service-highlight {
    display: grid;
    gap: 18px;
}

body.swe-page-2026 .swe-service-highlight .swe-image-panel {
    min-height: 360px;
}

body.swe-page-2026 .swe-page-cta {
    padding: 20px 0 104px;
}

body.swe-page-2026 .swe-page-cta-shell {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    padding: 38px 42px;
    background: linear-gradient(135deg, #121a29 0%, #1d2839 100%);
    border-color: rgba(255, 255, 255, 0.06);
    box-shadow: 0 28px 62px rgba(16, 24, 39, 0.18);
}

body.swe-page-2026 .swe-page-cta-shell h2,
body.swe-page-2026 .swe-page-cta-shell p {
    color: #ffffff;
}

body.swe-page-2026 .swe-page-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

body.swe-page-about {
    --swe-page-hero-image: url("../img/images/crc-warehouse-support-desk.png");
}

body.swe-page-quote {
    --swe-page-hero-image: url("../img/images/crc-multimodal-freight-hub.png");
}

body.swe-page-contact {
    --swe-page-hero-image: url("../img/images/crc-warehouse-support-desk.png");
}

body.swe-page-service-air {
    --swe-page-hero-image: url("../img/images/crc-air-cargo-ramp.png");
}

body.swe-page-service-ground {
    --swe-page-hero-image: url("../img/images/crc-courier-delivery-updates.png");
}

body.swe-page-service-maritime {
    --swe-page-hero-image: url("../img/images/crc-sea-freight-port.png");
}

body.swe-page-service-railway {
    --swe-page-hero-image: url("../img/images/crc-multimodal-freight-hub.png");
}

body.swe-page-service-home {
    --swe-page-hero-image: url("../img/images/crc-courier-door-delivery.png");
}

body.swe-page-about .swe-about-panel {
    --swe-panel-image: url("../img/images/crc-warehouse-support-desk.png");
}

body.swe-page-contact .swe-map-panel {
    --swe-panel-image: url("../img/images/world-map.png");
}

body.swe-page-service-air .swe-service-image-primary {
    --swe-panel-image: url("../img/images/crc-air-cargo-loading.png");
}

body.swe-page-service-ground .swe-service-image-primary {
    --swe-panel-image: url("../img/images/crc-courier-delivery-updates.png");
}

body.swe-page-service-maritime .swe-service-image-primary {
    --swe-panel-image: url("../img/images/crc-sea-freight-port.png");
}

body.swe-page-service-railway .swe-service-image-primary {
    --swe-panel-image: url("../img/images/crc-multimodal-freight-hub.png");
}

body.swe-page-service-home .swe-service-image-primary {
    --swe-panel-image: url("../img/images/crc-courier-door-delivery.png");
}

@media (max-width: 1199.98px) {
    body.swe-page-2026 .swe-page-hero-shell,
    body.swe-page-2026 .swe-split-grid,
    body.swe-page-2026 .swe-service-layout,
    body.swe-page-2026 .swe-form-layout,
    body.swe-page-2026 .swe-contact-layout,
    body.swe-page-2026 .swe-page-cta-shell {
        grid-template-columns: 1fr;
    }

    body.swe-page-2026 .swe-page-hero-frame {
        min-height: 420px;
    }

    body.swe-page-2026 .swe-card-grid-three {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991.98px) {
    body.swe-page-2026 .swe-page-stat-row,
    body.swe-page-2026 .swe-contact-grid,
    body.swe-page-2026 .swe-card-grid-three,
    body.swe-page-2026 .swe-card-grid-two {
        grid-template-columns: 1fr;
    }

    body.swe-page-2026 .swe-form-grid {
        grid-template-columns: 1fr;
    }

    body.swe-page-2026 .swe-page-hero-copy h1 {
        max-width: 10ch;
    }
}

@media (max-width: 767.98px) {
    body.swe-page-2026 .swe-page-hero {
        padding-bottom: 68px;
    }

    body.swe-page-2026 .swe-page-hero-copy h1 {
        font-size: clamp(42px, 13vw, 58px);
    }

    body.swe-page-2026 .swe-page-hero-copy p,
    body.swe-page-2026 .swe-section-heading p,
    body.swe-page-2026 .swe-prose p,
    body.swe-page-2026 .swe-form-card p,
    body.swe-page-2026 .swe-support-panel p {
        font-size: 16px;
    }

    body.swe-page-2026 .swe-page-hero-card,
    body.swe-page-2026 .swe-image-panel,
    body.swe-page-2026 .swe-map-card,
    body.swe-page-2026 .swe-form-card,
    body.swe-page-2026 .swe-support-panel,
    body.swe-page-2026 .swe-info-card,
    body.swe-page-2026 .swe-step-card,
    body.swe-page-2026 .swe-contact-card,
    body.swe-page-2026 .swe-service-panel,
    body.swe-page-2026 .swe-page-cta-shell {
        padding: 24px;
        border-radius: 24px;
    }

    body.swe-page-2026 .swe-page-hero-actions,
    body.swe-page-2026 .swe-page-cta-actions {
        flex-direction: column;
        align-items: stretch;
    }

    body.swe-page-2026 .swe-btn {
        width: 100%;
    }
}

body.swe-page-pricing {
    --swe-page-hero-image: url("../img/images/branded-van.png");
}

body.swe-page-faq {
    --swe-page-hero-image: url("../img/images/cargo-employee.jpg");
}

body.swe-page-team {
    --swe-page-hero-image: url("../img/images/air-cargo.jpg");
}

body.swe-page-pricing .swe-page-hero::before {
    background-image:
        linear-gradient(135deg, rgba(8, 14, 26, 0.84), rgba(19, 29, 45, 0.5)),
        url("../img/images/branded-van.png");
}

body.swe-page-faq .swe-page-hero::before {
    background-image:
        linear-gradient(135deg, rgba(8, 14, 26, 0.84), rgba(19, 29, 45, 0.48)),
        url("../img/images/cargo-employee.jpg");
}

body.swe-page-team .swe-page-hero::before {
    background-image:
        linear-gradient(135deg, rgba(8, 14, 26, 0.84), rgba(19, 29, 45, 0.48)),
        url("../img/images/air-cargo.jpg");
}

body.swe-page-2026 .swe-pricing-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 24px;
}

body.swe-page-2026 .swe-pricing-card {
    position: relative;
    padding: 34px 30px;
    background: #ffffff;
    border: 1px solid rgba(19, 29, 45, 0.08);
    border-radius: 28px;
    box-shadow: 0 22px 48px rgba(15, 23, 42, 0.08);
}

body.swe-page-2026 .swe-pricing-card.is-featured {
    transform: translateY(-8px);
    border-color: rgba(210, 56, 67, 0.28);
    box-shadow: 0 28px 60px rgba(15, 23, 42, 0.12);
}

body.swe-page-2026 .swe-pricing-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    padding: 7px 12px;
    border-radius: 4px;
    background: rgba(210, 56, 67, 0.1);
    color: #d23843;
    font-size: 0.72rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.swe-page-2026 .swe-pricing-card h3 {
    margin: 18px 0 10px;
    color: #131d2d;
    font-size: 1.45rem;
}

body.swe-page-2026 .swe-pricing-value {
    margin: 0 0 18px;
    color: #131d2d;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.1;
}

body.swe-page-2026 .swe-pricing-value span {
    display: block;
    margin-top: 8px;
    color: #5e6677;
    font-size: 0.98rem;
    font-weight: 500;
}

body.swe-page-2026 .swe-pricing-card p,
body.swe-page-2026 .swe-team-card p,
body.swe-page-2026 .swe-faq-answer p {
    color: #5e6677;
}

body.swe-page-2026 .swe-pricing-list {
    list-style: none;
    padding: 0;
    margin: 22px 0 28px;
    display: grid;
    gap: 14px;
}

body.swe-page-2026 .swe-pricing-list li {
    position: relative;
    padding-left: 24px;
    color: #354052;
    line-height: 1.7;
}

body.swe-page-2026 .swe-pricing-list li::before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #d23843;
    box-shadow: 0 0 0 6px rgba(210, 56, 67, 0.12);
}

body.swe-page-2026 .swe-pricing-note {
    margin-top: 16px;
    color: #5e6677;
    font-size: 0.95rem;
}

body.swe-page-2026 .swe-faq-layout {
    display: grid;
    grid-template-columns: minmax(0, 1.15fr) minmax(300px, 0.85fr);
    gap: 28px;
}

body.swe-page-2026 .swe-faq-list {
    display: grid;
    gap: 16px;
}

body.swe-page-2026 .swe-faq-item {
    background: #ffffff;
    border: 1px solid rgba(19, 29, 45, 0.08);
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
    overflow: hidden;
}

body.swe-page-2026 .swe-faq-item summary {
    position: relative;
    list-style: none;
    cursor: pointer;
    padding: 22px 64px 22px 24px;
    color: #131d2d;
    font-size: 1.02rem;
    font-weight: 700;
    line-height: 1.5;
}

body.swe-page-2026 .swe-faq-item summary::-webkit-details-marker {
    display: none;
}

body.swe-page-2026 .swe-faq-item summary::after {
    content: "+";
    position: absolute;
    top: 50%;
    right: 20px;
    width: 34px;
    height: 34px;
    display: grid;
    place-items: center;
    border-radius: 50%;
    transform: translateY(-50%);
    background: rgba(210, 56, 67, 0.1);
    color: #d23843;
    font-size: 1.4rem;
    font-weight: 700;
}

body.swe-page-2026 .swe-faq-item[open] summary::after {
    content: "-";
}

body.swe-page-2026 .swe-faq-answer {
    padding: 0 24px 24px;
}

body.swe-page-2026 .swe-team-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 24px;
}

body.swe-page-2026 .swe-team-card {
    padding: 18px;
    background: #ffffff;
    border: 1px solid rgba(19, 29, 45, 0.08);
    border-radius: 28px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.07);
}

body.swe-page-2026 .swe-team-photo {
    min-height: 260px;
    border-radius: 4px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

body.swe-page-2026 .swe-team-photo-1 {
    background-image: linear-gradient(180deg, rgba(19, 29, 45, 0.05), rgba(19, 29, 45, 0.28)), url("../img/images/team1.jpg");
}

body.swe-page-2026 .swe-team-photo-2 {
    background-image: linear-gradient(180deg, rgba(19, 29, 45, 0.05), rgba(19, 29, 45, 0.28)), url("../img/images/team2.jpg");
}

body.swe-page-2026 .swe-team-photo-3 {
    background-image: linear-gradient(180deg, rgba(19, 29, 45, 0.05), rgba(19, 29, 45, 0.28)), url("../img/images/team3.jpg");
}

body.swe-page-2026 .swe-team-photo-4 {
    background-image: linear-gradient(180deg, rgba(19, 29, 45, 0.05), rgba(19, 29, 45, 0.28)), url("../img/images/team4.jpg");
}

body.swe-page-2026 .swe-team-meta {
    padding: 22px 6px 8px;
}

body.swe-page-2026 .swe-team-meta h3 {
    margin: 0 0 8px;
    color: #131d2d;
    font-size: 1.35rem;
}

body.swe-page-2026 .swe-team-role {
    display: block;
    margin-bottom: 14px;
    color: #d23843;
    font-size: 0.82rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

body.swe-page-2026 .swe-team-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 18px;
}

body.swe-page-2026 .swe-team-tags span {
    display: inline-flex;
    align-items: center;
    padding: 8px 12px;
    border-radius: 4px;
    background: #f7f8fb;
    color: #354052;
    font-size: 0.84rem;
    font-weight: 600;
}

@media (max-width: 991px) {
    body.swe-page-2026 .swe-pricing-grid,
    body.swe-page-2026 .swe-faq-layout,
    body.swe-page-2026 .swe-team-grid {
        grid-template-columns: 1fr;
    }

    body.swe-page-2026 .swe-pricing-card.is-featured {
        transform: none;
    }
}

@media (max-width: 767px) {
    body.swe-page-2026 .swe-faq-item summary {
        padding-right: 56px;
    }

    body.swe-page-2026 .swe-team-photo {
        min-height: 220px;
    }
}

.swe-translate-shell {
    position: fixed;
    left: 20px;
    bottom: 22px;
    z-index: 9994;
    display: inline-flex;
    flex-direction: column;
    gap: 10px;
    min-width: 210px;
    max-width: min(280px, calc(100vw - 40px));
    padding: 14px 16px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    background: rgba(12, 19, 31, 0.82);
    backdrop-filter: blur(20px);
    box-shadow: 0 24px 60px rgba(7, 13, 24, 0.28);
    overflow: hidden;
}

.swe-translate-shell::before {
    content: "";
    position: absolute;
    inset: 1px;
    border-radius: inherit;
    background:
        radial-gradient(circle at top left, rgba(210, 56, 67, 0.24), transparent 55%),
        linear-gradient(140deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0.03));
    pointer-events: none;
}

.swe-translate-shell > * {
    position: relative;
    z-index: 1;
}

.swe-translate-badge {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 0.74rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.swe-translate-badge i {
    display: inline-grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: rgba(210, 56, 67, 0.18);
    color: #ffb8bd;
    box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.08);
}

.swe-translate-copy {
    margin: 0;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    line-height: 1.55;
}

.swe-translate-widget {
    min-height: 40px;
}

.swe-translate-shell .gt_float_switcher,
.swe-translate-shell .gt_switcher {
    position: static !important;
    max-width: 100%;
    border: 0 !important;
    border-radius: 4px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 14px 28px rgba(15, 23, 42, 0.18) !important;
}

.swe-translate-shell .gt_float_switcher .gt-selected,
.swe-translate-shell .gt_switcher .gt-selected {
    border-radius: 4px !important;
    background: transparent !important;
}

.swe-translate-shell .gt_float_switcher img,
.swe-translate-shell .gt_switcher img {
    border-radius: 4px;
}

.swe-translate-shell .gt_float_switcher .gt_options,
.swe-translate-shell .gt_switcher .gt_options {
    border-radius: 4px !important;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .swe-translate-shell {
        left: 14px;
        bottom: 16px;
        min-width: 0;
        max-width: calc(100vw - 28px);
        padding: 12px 14px 14px;
        border-radius: 4px;
    }

    .swe-translate-copy {
        font-size: 12px;
    }
}

body.homepage-2026 .swe-scroll-progress {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10020;
    width: 100%;
    height: 4px;
    background: rgba(16, 24, 39, 0.08);
    backdrop-filter: blur(10px);
    pointer-events: none;
}

body.homepage-2026 .swe-scroll-progress span {
    display: block;
    width: 0;
    height: 100%;
    background: linear-gradient(90deg, #d23843 0%, #f36a72 55%, #ffd8db 100%);
    box-shadow: 0 0 18px rgba(210, 56, 67, 0.32);
    transform-origin: left center;
}

body.homepage-2026 .swe-hero-2026::before {
    position: absolute;
    content: "";
    top: 8%;
    right: 8%;
    width: 360px;
    height: 360px;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(255, 255, 255, 0.52) 0%, rgba(255, 255, 255, 0.04) 48%, transparent 64%),
        conic-gradient(from 180deg, rgba(210, 56, 67, 0.28), rgba(210, 56, 67, 0.04), rgba(16, 24, 39, 0.1), rgba(210, 56, 67, 0.22));
    filter: blur(2px);
    opacity: 0.5;
    animation: sweHaloSpin 18s linear infinite;
    pointer-events: none;
}

body.homepage-2026 .swe-aurora-b {
    top: 16%;
    right: -6%;
    width: 320px;
    height: 320px;
    opacity: 0.32;
    background: radial-gradient(circle, rgba(16, 24, 39, 0.12), rgba(16, 24, 39, 0) 70%);
    animation: sweAuroraFloat 16s ease-in-out infinite alternate-reverse;
}

body.homepage-2026 .swe-hero-copy-2026 {
    position: relative;
}

body.homepage-2026 .swe-hero-signal-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 24px;
}

body.homepage-2026 .swe-signal-pill {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 40px;
    padding: 0 16px;
    border: 1px solid rgba(16, 24, 39, 0.08);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.74);
    box-shadow: 0 10px 22px rgba(16, 24, 39, 0.05);
    color: var(--swe-ink);
    font-family: 'Inter', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-transform: uppercase;
}

body.homepage-2026 .swe-signal-pill i {
    color: var(--swe-red);
    font-size: 13px;
}

body.homepage-2026 .swe-magnetic {
    --magnetic-x: 0px;
    --magnetic-y: 0px;
    transform: translate3d(var(--magnetic-x), var(--magnetic-y), 0);
    will-change: transform;
}

body.homepage-2026 .swe-command-stage {
    perspective: 1400px;
}

body.homepage-2026 .swe-command-board {
    transform: rotateX(var(--board-tilt-x)) rotateY(var(--board-tilt-y)) translate3d(0, 0, 0);
    box-shadow: 0 28px 70px rgba(16, 24, 39, 0.12);
    transition: transform 0.22s ease, box-shadow 0.22s ease;
}

body.homepage-2026 .swe-command-board::before {
    display: block;
    background:
        radial-gradient(circle at var(--pointer-x) var(--pointer-y), rgba(255, 255, 255, 0.28), transparent 32%),
        linear-gradient(130deg, rgba(255, 255, 255, 0.08), rgba(255, 255, 255, 0));
}

body.homepage-2026 .swe-command-head {
    justify-content: space-between;
}

body.homepage-2026 .swe-command-head .swe-update-pill {
    display: inline-flex;
    background: rgba(16, 24, 39, 0.06);
    color: var(--swe-ink);
}

body.homepage-2026 .swe-live-pill i {
    box-shadow: 0 0 0 0 rgba(210, 56, 67, 0.24);
    animation: sweLivePulse 1.9s ease infinite;
}

body.homepage-2026 .swe-map-visual {
    position: relative;
    isolation: isolate;
}

body.homepage-2026 .swe-map-visual::after {
    position: absolute;
    content: "";
    inset: auto 0 0;
    height: 44%;
    background: linear-gradient(180deg, rgba(11, 17, 28, 0), rgba(11, 17, 28, 0.24));
    pointer-events: none;
}

body.homepage-2026 .swe-visual-beam {
    position: absolute;
    inset: 0;
    background: linear-gradient(115deg, transparent 32%, rgba(255, 255, 255, 0.18) 48%, transparent 62%);
    transform: translateX(-120%);
    mix-blend-mode: screen;
    animation: sweBeamSweep 6.2s cubic-bezier(0.32, 0.02, 0.18, 1) infinite;
    pointer-events: none;
}

body.homepage-2026 .swe-signal-stack {
    position: absolute;
    top: 18px;
    right: 18px;
    display: grid;
    gap: 10px;
    max-width: 210px;
    z-index: 2;
}

body.homepage-2026 .swe-signal-card {
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 18px;
    background: rgba(11, 17, 28, 0.42);
    backdrop-filter: blur(14px);
    box-shadow: 0 16px 30px rgba(16, 24, 39, 0.14);
    animation: sweCardFloat 8s ease-in-out infinite;
}

body.homepage-2026 .swe-signal-card:nth-child(2) {
    animation-delay: -2.8s;
}

body.homepage-2026 .swe-signal-card strong {
    display: block;
    margin-bottom: 4px;
    color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    font-weight: 700;
    letter-spacing: -0.03em;
}

body.homepage-2026 .swe-signal-card span {
    display: block;
    color: rgba(255, 255, 255, 0.76);
    font-size: 12px;
    line-height: 1.55;
}

body.homepage-2026 [data-tilt-card] {
    --card-rotate-x: 0deg;
    --card-rotate-y: 0deg;
    --card-lift: 0px;
    transform: perspective(1400px) rotateX(var(--card-rotate-x)) rotateY(var(--card-rotate-y)) translate3d(0, var(--card-lift), 0);
    transform-style: preserve-3d;
    will-change: transform;
    transition: transform 0.22s ease, box-shadow 0.22s ease, border-color 0.22s ease, background-color 0.22s ease;
}

body.homepage-2026 .swe-feature-card[data-tilt-card]:hover,
body.homepage-2026 .swe-dashboard-card[data-tilt-card]:hover,
body.homepage-2026 .swe-evidence-panel[data-tilt-card]:hover,
body.homepage-2026 .swe-cta-2026-shell[data-tilt-card]:hover {
    --card-lift: -6px;
}

body.homepage-2026 .swe-feature-card {
    box-shadow: 0 16px 36px rgba(16, 24, 39, 0.07);
}

body.homepage-2026 .swe-feature-card::before {
    transition: transform 0.45s ease, opacity 0.45s ease, filter 0.45s ease;
}

body.homepage-2026 .swe-feature-card:hover::before {
    filter: blur(2px);
}

body.homepage-2026 .swe-dashboard-card,
body.homepage-2026 .swe-evidence-panel,
body.homepage-2026 .swe-cta-2026-shell {
    position: relative;
    overflow: hidden;
}

body.homepage-2026 .swe-dashboard-card::before,
body.homepage-2026 .swe-evidence-panel::before,
body.homepage-2026 .swe-cta-2026-shell::before {
    position: absolute;
    content: "";
    inset: -30% auto auto -20%;
    width: 220px;
    height: 220px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(210, 56, 67, 0.12), rgba(210, 56, 67, 0) 70%);
    opacity: 0.8;
    pointer-events: none;
    transition: transform 0.45s ease, opacity 0.45s ease;
}

body.homepage-2026 .swe-dashboard-card:hover::before,
body.homepage-2026 .swe-evidence-panel:hover::before,
body.homepage-2026 .swe-cta-2026-shell:hover::before {
    transform: translate3d(26px, 14px, 0) scale(1.08);
    opacity: 1;
}

body.homepage-2026 .swe-step-row {
    transition: transform 0.35s ease, border-color 0.35s ease, opacity 0.35s ease;
}

body.homepage-2026 .swe-step-row.is-current {
    transform: translateX(8px);
    border-top-color: rgba(210, 56, 67, 0.24);
}

body.homepage-2026 .swe-step-row.is-current span {
    color: rgba(210, 56, 67, 0.42);
}

body.homepage-2026 .swe-phase {
    transition: transform 0.35s ease, border-color 0.35s ease, background-color 0.35s ease, box-shadow 0.35s ease;
}

body.homepage-2026 .swe-phase .swe-phase-bar i {
    display: block;
    width: 0;
    height: 100%;
    border-radius: inherit;
    background: linear-gradient(90deg, #d23843 0%, #f36a72 100%);
    transition: width 0.75s cubic-bezier(0.2, 0.8, 0.2, 1);
}

body.homepage-2026 .swe-phase.is-current,
body.homepage-2026 .swe-phase.was-current {
    border-color: rgba(210, 56, 67, 0.16);
}

body.homepage-2026 .swe-phase.is-current {
    background: #fff6f7;
    box-shadow: 0 18px 30px rgba(210, 56, 67, 0.08);
    transform: translateX(6px);
}

body.homepage-2026 .swe-phase.is-current .swe-phase-bar i,
body.homepage-2026 .swe-phase.was-current .swe-phase-bar i {
    width: 100%;
}

body.homepage-2026 .swe-priority-list div {
    transition: transform 0.35s ease, box-shadow 0.35s ease;
}

body.homepage-2026 .swe-priority-list div.is-current {
    transform: translateX(8px);
    box-shadow: 0 16px 30px rgba(16, 24, 39, 0.08);
}

body.homepage-2026 .swe-cta-2026-shell {
    background:
        linear-gradient(135deg, rgba(210, 56, 67, 0.94), rgba(141, 20, 34, 0.94)),
        radial-gradient(circle at top right, rgba(255, 255, 255, 0.18), transparent 36%);
}

body.homepage-2026 .swe-cta-2026-shell::after {
    position: absolute;
    content: "";
    inset: auto -10% -45% auto;
    width: 260px;
    height: 260px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0) 70%);
    pointer-events: none;
}

@keyframes sweBeamSweep {
    0% {
        transform: translateX(-120%);
        opacity: 0;
    }
    14% {
        opacity: 1;
    }
    58% {
        opacity: 1;
    }
    100% {
        transform: translateX(120%);
        opacity: 0;
    }
}

@keyframes sweHaloSpin {
    0% {
        transform: rotate(0deg) scale(1);
    }
    100% {
        transform: rotate(360deg) scale(1.04);
    }
}

@media (max-width: 991.98px) {
    body.homepage-2026 .swe-command-head {
        justify-content: flex-start;
    }

    body.homepage-2026 .swe-command-head .swe-update-pill {
        display: none;
    }

    body.homepage-2026 .swe-signal-stack {
        top: auto;
        right: 16px;
        bottom: 16px;
        max-width: 200px;
    }
}

@media (max-width: 767.98px) {
    body.homepage-2026 .swe-scroll-progress {
        height: 3px;
    }

    body.homepage-2026 .swe-hero-2026::before,
    body.homepage-2026 .swe-aurora-b {
        display: none;
    }

    body.homepage-2026 .swe-hero-signal-row {
        gap: 8px;
        margin-top: 20px;
    }

    body.homepage-2026 .swe-signal-pill {
        width: 100%;
        justify-content: flex-start;
        font-size: 11px;
    }

    body.homepage-2026 .swe-signal-stack {
        position: static;
        max-width: none;
        margin-bottom: 14px;
    }

    body.homepage-2026 .swe-map-visual {
        align-items: stretch;
    }

    body.homepage-2026 .swe-map-caption {
        margin-top: auto;
    }

    body.homepage-2026 [data-tilt-card],
    body.homepage-2026 .swe-magnetic,
    body.homepage-2026 .swe-command-board {
        transform: none !important;
    }

    body.homepage-2026 .swe-step-row.is-current,
    body.homepage-2026 .swe-priority-list div.is-current,
    body.homepage-2026 .swe-phase.is-current {
        transform: none;
    }
}

html.is-automated body.homepage-2026 .swe-aurora,
html.is-automated body.homepage-2026 .swe-hero-2026::before,
html.is-automated body.homepage-2026 .swe-visual-beam,
html.is-automated body.homepage-2026 .swe-signal-card,
html.is-automated body.homepage-2026 .swe-live-pill i,
html.is-automated body.homepage-2026 .swe-reveal {
    animation: none !important;
    transition: none !important;
}

html.is-automated body.homepage-2026 .swe-scroll-progress span {
    width: 0 !important;
}

html.is-automated body.homepage-2026 .swe-command-board,
html.is-automated body.homepage-2026 [data-tilt-card],
html.is-automated body.homepage-2026 .swe-magnetic,
html.is-automated body.homepage-2026 .swe-step-row.is-current,
html.is-automated body.homepage-2026 .swe-priority-list div.is-current,
html.is-automated body.homepage-2026 .swe-phase.is-current {
    transform: none !important;
}

body.homepage-2026 .swe-rotating-line {
    overflow: hidden;
}

body.homepage-2026 .swe-rotating-word {
    min-width: var(--swe-rotating-width, 13ch);
    color: var(--swe-red);
    text-shadow: 0 10px 24px rgba(210, 56, 67, 0.14);
}

body.homepage-2026 .swe-rotating-word.is-switching {
    filter: blur(5px);
}



/* Crown Route Cargo full-site reference refresh */
:root {
    --crc-navy: #051e39;
    --crc-navy-2: #063d5c;
    --crc-teal: #089c8c;
    --crc-teal-2: #09b3a2;
    --crc-ink: #0f2137;
    --crc-text: #5a6778;
    --crc-soft: #f4f8f7;
    --crc-line: #e4eeec;
}

.homepage-2026,
.tracking-page-redesign {
    color: var(--crc-text);
    background: #ffffff;
    font-family: Poppins, Inter, Arial, sans-serif;
    letter-spacing: 0;
}

.homepage-2026 *,
.tracking-page-redesign * {
    letter-spacing: 0 !important;
}

.swe-aurora,
.swe-grid-overlay {
    display: none !important;
}

.swe-header,
.swe-header-2026 {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #ffffff;
    box-shadow: 0 18px 44px rgba(5, 30, 57, 0.08);
}

.swe-utility-bar {
    background: var(--crc-navy) !important;
    color: #ffffff !important;
    border: 0 !important;
}

.swe-utility-inner,
.swe-utility-list,
.swe-utility-actions {
    display: flex;
    align-items: center;
    gap: 18px;
}

.swe-utility-inner {
    justify-content: space-between;
    padding: 10px 0;
}

.swe-utility-list {
    flex-wrap: wrap;
    margin: 0;
    padding: 0;
    list-style: none;
}

.swe-utility-list a,
.swe-utility-list span,
.swe-utility-link {
    color: rgba(255,255,255,0.88) !important;
    font-size: 13px;
}

.swe-utility-list i,
.swe-utility-actions i {
    color: var(--crc-teal-2) !important;
}

.swe-utility-button,
.swe-nav-cta,
.swe-btn-primary,
.swe-track-form button {
    border: 0 !important;
    border-radius: 999px !important;
    background: linear-gradient(135deg, var(--crc-teal-2), #087c89) !important;
    color: #ffffff !important;
    box-shadow: 0 14px 28px rgba(8, 156, 140, 0.22) !important;
}

.swe-navbar {
    background: #ffffff !important;
    padding: 18px 0 !important;
    border: 0 !important;
}

.swe-brand img,
.swe-footer-brand img {
    display: none !important;
}

.swe-brand::before,
.swe-footer-brand::before {
    content: "Crown Route Cargo";
    display: inline-flex;
    align-items: center;
    min-height: 42px;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 800;
    color: var(--crc-navy);
}

.swe-footer-brand::before {
    color: #ffffff;
    margin-bottom: 16px;
}

.swe-brand::after,
.swe-footer-brand::after {
    content: "";
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-left: 8px;
    border-radius: 50%;
    background: var(--crc-teal);
    box-shadow: 0 0 0 6px rgba(8, 156, 140, 0.12);
    vertical-align: middle;
}

.swe-navbar .nav-link {
    color: var(--crc-ink) !important;
    font-size: 14px;
    font-weight: 600;
    padding: 10px 12px !important;
}

.swe-navbar .nav-link:hover,
.swe-navbar .swe-nav-current,
.swe-navbar .is-current {
    color: var(--crc-teal) !important;
}

.swe-page-hero,
.swe-track-hero {
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(90deg, rgba(5,30,57,0.96), rgba(5,30,57,0.56)),
        var(--swe-page-hero-image, url('../img/images/hero-new.jpg')) center/cover no-repeat !important;
    color: #ffffff;
    padding: 110px 0 120px !important;
    border-bottom-left-radius: 38px;
    border-bottom-right-radius: 38px;
}

.swe-page-hero h1,
.swe-track-hero h1 {
    color: #ffffff !important;
    font-size: clamp(40px, 5vw, 64px) !important;
    line-height: 1.08 !important;
    max-width: 760px;
    margin-bottom: 22px !important;
}

.swe-page-hero p,
.swe-track-hero p,
.swe-page-breadcrumb,
.swe-page-breadcrumb a {
    color: rgba(255,255,255,0.82) !important;
}

.swe-page-hero-shell,
.swe-track-hero-shell {
    display: grid;
    grid-template-columns: minmax(0, 1.05fr) minmax(320px, 0.75fr);
    gap: 56px;
    align-items: center;
}

.swe-section-kicker,
.swe-panel-eyebrow {
    color: var(--crc-teal) !important;
    font-weight: 800 !important;
    text-transform: uppercase;
}

.swe-section-kicker::before {
    background: var(--crc-teal) !important;
}

.swe-page-hero-actions,
.swe-page-cta-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
    align-items: center;
}

.swe-btn,
.swe-btn-secondary,
.swe-btn-secondary-light,
.swe-track-form button {
    min-height: 48px;
    border-radius: 999px !important;
    padding: 13px 24px !important;
    font-weight: 700 !important;
    text-decoration: none !important;
}

.swe-btn-secondary,
.swe-btn-secondary-light {
    background: #ffffff !important;
    color: var(--crc-navy) !important;
    border: 1px solid rgba(255,255,255,0.55) !important;
}

.swe-page-stat-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 14px;
    margin-top: 34px;
}

.swe-page-stat,
.swe-page-hero-card,
.swe-track-search-card,
.swe-track-summary-card,
.swe-info-card,
.swe-support-panel {
    border: 1px solid rgba(255,255,255,0.18) !important;
    border-radius: 16px !important;
    background: rgba(255,255,255,0.12) !important;
    box-shadow: 0 24px 60px rgba(5, 30, 57, 0.22) !important;
    backdrop-filter: blur(10px);
}

.swe-page-stat strong {
    color: #ffffff !important;
    font-size: 30px !important;
}

.swe-page-stat span,
.swe-page-hero-card,
.swe-page-hero-card p,
.swe-page-hero-card li,
.swe-track-search-card,
.swe-track-search-card p {
    color: rgba(255,255,255,0.84) !important;
}

.swe-page-hero-card h3,
.swe-track-search-card h2 {
    color: #ffffff !important;
}

.swe-page-hero-frame {
    min-height: 360px;
    border-radius: 18px !important;
    background: var(--swe-page-hero-image, url('../img/images/crc-warehouse-support-desk.png')) center/cover no-repeat !important;
    box-shadow: 0 30px 70px rgba(2, 12, 27, 0.34) !important;
}

.swe-page-section {
    padding: 90px 0 !important;
    background: #ffffff !important;
}

.swe-page-section-alt {
    background: var(--crc-soft) !important;
}

.swe-section-heading h2,
.swe-form-card h2,
.swe-contact-card h3,
.swe-card-grid h3,
.swe-step-card h3,
.swe-service-panel h2,
.swe-page-section h2 {
    color: var(--crc-navy) !important;
}

.swe-card-grid,
.swe-contact-grid,
.swe-form-layout,
.swe-contact-layout,
.swe-service-layout {
    gap: 26px !important;
}

.swe-card-grid article,
.swe-step-card,
.swe-contact-card,
.swe-form-card,
.swe-note-stack article,
.swe-service-panel,
.swe-support-panel,
.swe-info-card,
.swe-faq-item,
.swe-track-result,
.swe-track-timeline,
.swe-track-detail-card {
    border: 1px solid var(--crc-line) !important;
    border-radius: 14px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 45px rgba(5, 30, 57, 0.08) !important;
}

.swe-card-grid article i,
.swe-contact-card i,
.swe-step-card i,
.swe-service-panel i {
    color: var(--crc-teal) !important;
}

.swe-form-grid input,
.swe-form-grid select,
.swe-form-grid textarea,
.swe-track-form input {
    width: 100%;
    border: 1px solid var(--crc-line) !important;
    border-radius: 12px !important;
    background: #f8fbfa !important;
    color: var(--crc-ink) !important;
    padding: 14px 16px !important;
    box-shadow: none !important;
}

.swe-form-grid textarea {
    min-height: 140px;
}

.swe-form-grid input:focus,
.swe-form-grid select:focus,
.swe-form-grid textarea:focus,
.swe-track-form input:focus {
    border-color: var(--crc-teal) !important;
    outline: 3px solid rgba(8,156,140,0.13) !important;
}

.swe-page-cta {
    background: #ffffff !important;
    padding: 80px 0 !important;
}

.swe-page-cta-shell {
    border-radius: 18px !important;
    background:
        linear-gradient(90deg, rgba(5,30,57,0.96), rgba(5,30,57,0.82)),
        url('../img/images/counter-bg.jpg') center/cover no-repeat !important;
    box-shadow: 0 28px 70px rgba(5, 30, 57, 0.22) !important;
}

.swe-page-cta-shell h2,
.swe-page-cta-shell p {
    color: #ffffff !important;
}

.swe-footer,
.swe-footer-2026 {
    background: var(--crc-navy) !important;
    color: rgba(255,255,255,0.78) !important;
    padding-top: 90px !important;
}

.swe-footer h3,
.swe-footer h4,
.swe-footer a {
    color: #ffffff !important;
}

.swe-footer-links {
    list-style: none;
    padding: 0;
}

.swe-footer-links li {
    margin-bottom: 10px;
}

.swe-footer-badge {
    display: inline-flex;
    margin: 14px 0;
    padding: 8px 12px;
    border-radius: 999px;
    background: rgba(8,156,140,0.15);
    color: #85fff1 !important;
}

.swe-footer-bottom {
    border-top: 1px solid rgba(255,255,255,0.12) !important;
}

.swe-translate-shell {
    border-radius: 12px !important;
    box-shadow: 0 18px 45px rgba(5, 30, 57, 0.14) !important;
}

@media (max-width: 991px) {
    .swe-utility-inner,
    .swe-page-hero-shell,
    .swe-track-hero-shell {
        grid-template-columns: 1fr;
        flex-direction: column;
        align-items: flex-start;
    }

    .swe-page-hero,
    .swe-track-hero {
        padding: 82px 0 92px !important;
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }

    .swe-page-stat-row {
        grid-template-columns: 1fr;
    }

    .swe-navbar .navbar-collapse {
        padding-top: 18px;
    }

    .swe-navbar .navbar-nav {
        align-items: stretch !important;
    }
}

@media (max-width: 600px) {
    .swe-page-hero h1,
    .swe-track-hero h1 {
        font-size: 34px !important;
    }

    .swe-page-section,
    .swe-page-cta {
        padding: 64px 0 !important;
    }

    .swe-page-hero-actions,
    .swe-page-cta-actions,
    .swe-btn {
        width: 100%;
    }

    .swe-page-hero-frame {
        min-height: 260px;
    }
}

/* Mobile hero tightening for the reference-style inner pages */
@media (max-width: 700px) {
    .swe-page-hero,
    .swe-track-hero {
        padding: 64px 0 72px !important;
    }

    .swe-page-hero-media,
    .swe-track-hero-media {
        display: none !important;
    }

    .swe-page-stat-row {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 8px;
        margin-top: 22px;
    }

    .swe-page-stat {
        padding: 12px 8px !important;
        min-height: 0 !important;
    }

    .swe-page-stat strong {
        font-size: 22px !important;
    }

    .swe-page-stat span {
        font-size: 11px !important;
        line-height: 1.25 !important;
    }
}

@media (max-width: 700px) {
    .swe-page-hero .swe-page-stat-row,
    .swe-track-hero .swe-page-stat-row {
        display: none !important;
    }
}

/* Real Crown Route Cargo logo asset */
.tn-logo::before,
.tn-logo::after,
.tn-footer-brand::before,
.tn-footer-brand::after,
.swe-brand::before,
.swe-brand::after,
.swe-footer-brand::before,
.swe-footer-brand::after {
    content: none !important;
    display: none !important;
}

.tn-logo img,
.swe-brand img {
    display: block !important;
    width: clamp(150px, 18vw, 218px) !important;
    height: auto !important;
    max-height: 64px !important;
    object-fit: contain !important;
}

.tn-footer-brand img,
.swe-footer-brand img {
    display: block !important;
    width: min(230px, 100%) !important;
    height: auto !important;
    max-height: 76px !important;
    object-fit: contain !important;
    margin-bottom: 20px !important;
    padding: 10px 14px !important;
    border-radius: 12px !important;
    background: #ffffff !important;
    box-shadow: 0 18px 42px rgba(5, 30, 57, 0.12) !important;
}

@media (max-width: 560px) {
    .tn-logo img,
    .swe-brand img {
        width: 158px !important;
    }
}

/* UK cargo and courier refinements */
.tn-hero p {
    max-width: 620px;
}

.tn-hero-track {
    width: min(620px, 100%);
    margin: -26px 0 36px;
    padding: 14px;
    border: 1px solid rgba(255,255,255,0.18);
    border-radius: 18px;
    background: rgba(255,255,255,0.12);
    backdrop-filter: blur(16px);
    box-shadow: 0 24px 60px rgba(2, 12, 27, 0.24);
}

.tn-hero-track label {
    display: block;
    margin: 0 0 8px;
    color: #b9fff7;
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

.tn-hero-track div {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 10px;
}

.tn-hero-track input,
.tn-hero-track button {
    min-height: 48px;
    border: 0;
    border-radius: 999px;
    font: inherit;
}

.tn-hero-track input {
    width: 100%;
    padding: 0 18px;
    color: var(--color-navy);
    background: #fff;
    outline: none;
}

.tn-hero-track button {
    padding: 0 24px;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(135deg, #09b3a2, #087c89);
    cursor: pointer;
}

.tn-services-grid-six {
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

.tn-air-focus {
    background: #fff;
}

.tn-air-focus-grid {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, .95fr);
    gap: 64px;
    align-items: center;
}

.tn-air-focus-media {
    position: relative;
}

.tn-air-focus-media img {
    width: 100%;
    min-height: 420px;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 28px 70px rgba(5,30,57,.16);
}

.tn-air-focus-badge {
    position: absolute;
    left: 24px;
    bottom: 24px;
    display: inline-flex;
    align-items: center;
    gap: 12px;
    padding: 14px 18px;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(135deg, rgba(5,30,57,.94), rgba(8,156,140,.92));
    box-shadow: 0 18px 42px rgba(5,30,57,.24);
}

.tn-air-focus-copy p {
    margin-bottom: 22px;
}

.swe-translate-shell {
    left: 16px !important;
    right: auto !important;
    bottom: 18px !important;
}

.crc-chat-fallback {
    position: fixed;
    right: 18px;
    bottom: 18px;
    z-index: 9993;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    min-height: 50px;
    padding: 0 18px;
    border-radius: 999px;
    color: #fff;
    font-weight: 800;
    background: linear-gradient(135deg, #051e39, #089c8c);
    box-shadow: 0 20px 44px rgba(5,30,57,.24);
}

.crc-chat-fallback:hover {
    color: #fff;
}

@media (max-width: 900px) {
    .tn-services-grid-six,
    .tn-air-focus-grid {
        grid-template-columns: 1fr;
    }

    .tn-air-focus-media img {
        min-height: 320px;
    }
}

@media (max-width: 560px) {
    .tn-hero-track {
        margin-top: -16px;
    }

    .tn-hero-track div {
        grid-template-columns: 1fr;
    }

    .tn-hero-track button {
        width: 100%;
    }

    .tn-air-focus-badge {
        left: 14px;
        right: 14px;
        bottom: 14px;
        justify-content: center;
        border-radius: 14px;
    }

    .crc-chat-fallback {
        right: 12px;
        bottom: 76px;
        min-height: 46px;
        padding: 0 14px;
        font-size: 13px;
    }
}

/* Tracking status refinements */
body.tracking-page-redesign .swe-status-strip {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin-top: 18px;
}

body.tracking-page-redesign .swe-status-strip span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 34px;
    padding: 6px 8px;
    border-radius: 999px;
    color: #0f766e;
    font-size: 11px;
    font-weight: 800;
    background: rgba(8,156,140,.12);
    border: 1px solid rgba(8,156,140,.18);
    text-align: center;
}

body.tracking-page-redesign .swe-track-status-card h2::before {
    content: "Current status";
    display: inline-flex;
    margin-right: 10px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #fff;
    font-size: 11px;
    line-height: 1;
    text-transform: uppercase;
    background: linear-gradient(135deg, #09b3a2, #087c89);
    vertical-align: middle;
}

body.tracking-page-redesign .swe-timeline-item.is-current .swe-timeline-status {
    color: #089c8c;
}

@media (max-width: 560px) {
    body.tracking-page-redesign .swe-status-strip {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Crown Route Cargo tracking polish */
body.tracking-page-redesign {
    --crc-track-navy: #051e39;
    --crc-track-teal: #089c8c;
    --crc-track-teal-2: #12b9aa;
    --crc-track-line: #dce8ee;
    --crc-track-soft: #f4faf9;
}

body.tracking-page-redesign .swe-track-hero {
    background:
        linear-gradient(90deg, rgba(5,30,57,0.96), rgba(5,30,57,0.58)),
        url("../img/images/crc-air-cargo-ramp.png") center center / cover no-repeat !important;
}

body.tracking-page-redesign .swe-track-search-card {
    border-color: rgba(255,255,255,0.22) !important;
    background: rgba(5,30,57,0.72) !important;
    box-shadow: 0 28px 70px rgba(0,0,0,0.24) !important;
}

body.tracking-page-redesign .swe-track-status-card {
    overflow: hidden;
    border-color: rgba(8,156,140,0.24) !important;
    box-shadow: 0 24px 60px rgba(5,30,57,0.10) !important;
}

body.tracking-page-redesign .swe-track-status-card h2::before {
    content: none !important;
}

body.tracking-page-redesign .swe-track-status-card .swe-track-card-header {
    align-items: center;
    padding-bottom: 24px;
    border-bottom: 1px solid var(--crc-track-line);
}

body.tracking-page-redesign .swe-track-status-card .swe-track-card-header h2 {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--crc-track-navy);
}

body.tracking-page-redesign .swe-track-status-card .swe-track-card-header h2::after {
    content: "Live update";
    padding: 7px 10px;
    border-radius: 999px;
    background: rgba(8,156,140,0.11);
    color: var(--crc-track-teal);
    font-size: 12px;
    font-weight: 800;
    text-transform: uppercase;
}

body.tracking-page-redesign .crc-track-route-summary {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 14px;
    margin-top: 26px;
}

body.tracking-page-redesign .crc-track-route-summary div {
    min-width: 0;
    padding: 18px;
    border: 1px solid rgba(8,156,140,0.18);
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff, var(--crc-track-soft));
}

body.tracking-page-redesign .crc-track-route-summary span,
body.tracking-page-redesign .crc-track-progress-step .crc-track-label {
    display: block;
    color: #667085;
    font-size: 12px;
    font-weight: 800;
    line-height: 1.35;
    text-transform: uppercase;
}

body.tracking-page-redesign .crc-track-route-summary strong {
    display: block;
    margin-top: 8px;
    color: var(--crc-track-navy);
    font-size: 15px;
    line-height: 1.35;
    word-break: break-word;
}

body.tracking-page-redesign .crc-track-progress {
    display: grid;
    grid-template-columns: repeat(8, minmax(0, 1fr));
    gap: 8px;
    margin-top: 22px;
    padding: 18px;
    border-radius: 16px;
    background: #f7fbfb;
}

body.tracking-page-redesign .crc-track-progress-step {
    position: relative;
    display: grid;
    gap: 8px;
    align-content: start;
    min-width: 0;
}

body.tracking-page-redesign .crc-track-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border: 2px solid var(--crc-track-line);
    border-radius: 50%;
    background: #ffffff;
    color: #667085;
    font-size: 12px;
    font-weight: 900;
}

body.tracking-page-redesign .crc-track-progress-step.is-complete .crc-track-dot {
    border-color: var(--crc-track-teal);
    background: var(--crc-track-teal);
    color: #ffffff;
}

body.tracking-page-redesign .crc-track-progress-step.is-current .crc-track-dot {
    border-color: var(--crc-track-navy);
    background: linear-gradient(135deg, var(--crc-track-navy), var(--crc-track-teal));
    color: #ffffff;
    box-shadow: 0 0 0 6px rgba(8,156,140,0.13);
}

body.tracking-page-redesign .crc-track-progress-step.is-current .crc-track-label {
    color: var(--crc-track-navy);
}

body.tracking-page-redesign .swe-track-kpis {
    margin-top: 22px !important;
}

body.tracking-page-redesign .crc-track-support-card {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    border-color: rgba(5,30,57,0.16) !important;
    background:
        linear-gradient(135deg, rgba(5,30,57,0.96), rgba(8,124,137,0.92)),
        url("../img/images/crc-warehouse-support-desk.png") center center / cover no-repeat !important;
    color: #ffffff;
}

body.tracking-page-redesign .crc-track-support-card h2,
body.tracking-page-redesign .crc-track-support-card p,
body.tracking-page-redesign .crc-track-support-card .swe-section-kicker {
    color: #ffffff !important;
}

body.tracking-page-redesign .crc-track-support-card p {
    max-width: 720px;
    margin-top: 12px;
    opacity: 0.86;
}

body.tracking-page-redesign .crc-track-support-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    justify-content: flex-end;
}

body.tracking-page-redesign .crc-track-support-actions .swe-btn-secondary {
    border-color: rgba(255,255,255,0.38) !important;
    color: #ffffff !important;
    background: rgba(255,255,255,0.08) !important;
}

@media (max-width: 991.98px) {
    body.tracking-page-redesign .crc-track-route-summary,
    body.tracking-page-redesign .crc-track-progress {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.tracking-page-redesign .crc-track-support-card {
        align-items: flex-start;
        flex-direction: column;
    }

    body.tracking-page-redesign .crc-track-support-actions {
        justify-content: flex-start;
    }
}

@media (max-width: 560px) {
    body.tracking-page-redesign .swe-track-hero {
        padding-top: 54px !important;
        padding-bottom: 112px !important;
    }

    body.tracking-page-redesign .crc-track-route-summary,
    body.tracking-page-redesign .crc-track-progress {
        grid-template-columns: 1fr;
    }

    body.tracking-page-redesign .swe-track-status-card .swe-track-card-header h2 {
        align-items: flex-start;
        flex-direction: column;
    }

    body.tracking-page-redesign .crc-track-progress {
        padding: 14px;
    }

    body.tracking-page-redesign .crc-track-progress-step {
        grid-template-columns: 34px minmax(0, 1fr);
        align-items: center;
    }

    body.tracking-page-redesign .crc-track-support-actions,
    body.tracking-page-redesign .crc-track-support-actions .swe-btn {
        width: 100%;
    }
}

body.tracking-page-redesign .crc-track-preview-section {
    padding-top: 48px !important;
}

body.tracking-page-redesign .crc-track-preview-card h2 {
    max-width: 820px;
}

body.tracking-page-redesign .crc-track-preview-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-top: 28px;
}

body.tracking-page-redesign .crc-track-preview-grid div {
    min-width: 0;
    padding: 20px;
    border: 1px solid rgba(8,156,140,0.16);
    border-radius: 14px;
    background: linear-gradient(180deg, #ffffff, #f5fbfa);
}

body.tracking-page-redesign .crc-track-preview-grid i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 42px;
    height: 42px;
    margin-bottom: 16px;
    border-radius: 50%;
    background: rgba(8,156,140,0.11);
    color: var(--crc-track-teal);
}

body.tracking-page-redesign .crc-track-preview-grid span {
    display: block;
    color: #667085;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

body.tracking-page-redesign .crc-track-preview-grid strong {
    display: block;
    margin-top: 8px;
    color: var(--crc-track-navy);
    font-size: 15px;
    line-height: 1.4;
}

@media (max-width: 991.98px) {
    body.tracking-page-redesign .crc-track-preview-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    body.tracking-page-redesign .crc-track-preview-grid {
        grid-template-columns: 1fr;
    }
}

/* Crown Route Cargo service page polish */
body.swe-page-service {
    --crc-service-navy: #051e39;
    --crc-service-teal: #089c8c;
    --crc-service-teal-2: #12b9aa;
    --crc-service-soft: #f4fbfa;
    --crc-service-line: #dce8ee;
}

body.swe-page-service .swe-page-hero {
    border-bottom-left-radius: 28px;
    border-bottom-right-radius: 28px;
}

body.swe-page-service .swe-page-hero::before {
    background-image:
        linear-gradient(90deg, rgba(5,30,57,0.96), rgba(5,30,57,0.54)),
        var(--swe-page-hero-image) !important;
}

body.swe-page-service .swe-page-hero-copy h1 {
    max-width: 820px !important;
    letter-spacing: 0 !important;
}

body.swe-page-service .swe-page-hero-copy > p:not(.swe-page-breadcrumb) {
    max-width: 700px !important;
    font-size: 17px;
    line-height: 1.75;
}

body.swe-page-service .swe-page-hero-card {
    border-radius: 16px !important;
    background: rgba(5,30,57,0.78) !important;
    box-shadow: 0 24px 55px rgba(0,0,0,0.20) !important;
}

body.swe-page-service .swe-page-hero-card h3,
body.swe-page-service .swe-page-hero-card li {
    color: #ffffff !important;
}

body.swe-page-service .crc-service-strip {
    position: relative;
    z-index: 4;
    margin-top: -34px;
    padding: 0 0 26px;
}

body.swe-page-service .crc-service-strip-inner {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
    padding: 12px;
    border: 1px solid rgba(8,156,140,0.18);
    border-radius: 16px;
    background: rgba(255,255,255,0.96);
    box-shadow: 0 22px 60px rgba(5,30,57,0.12);
}

body.swe-page-service .crc-service-chip {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    min-height: 48px;
    padding: 10px 12px;
    border: 1px solid var(--crc-service-line);
    border-radius: 999px;
    color: var(--crc-service-navy);
    background: #ffffff;
    font-size: 13px;
    font-weight: 800;
    line-height: 1.25;
    text-align: center;
}

body.swe-page-service .crc-service-chip i {
    color: var(--crc-service-teal);
}

body.swe-page-service .crc-service-chip:hover,
body.swe-page-service .crc-service-chip.is-active {
    color: #ffffff;
    border-color: transparent;
    background: linear-gradient(135deg, var(--crc-service-navy), var(--crc-service-teal));
    text-decoration: none;
}

body.swe-page-service .crc-service-chip:hover i,
body.swe-page-service .crc-service-chip.is-active i {
    color: #ffffff;
}

body.swe-page-service .swe-service-layout,
body.swe-page-service .swe-split-grid {
    align-items: stretch !important;
}

body.swe-page-service .swe-service-panel,
body.swe-page-service .swe-info-card,
body.swe-page-service .swe-support-panel {
    border-radius: 16px !important;
    border-color: rgba(5,30,57,0.10) !important;
    box-shadow: 0 18px 45px rgba(5,30,57,0.08) !important;
}

body.swe-page-service .swe-service-specs li {
    align-items: flex-start !important;
    gap: 16px;
}

body.swe-page-service .swe-service-specs span,
body.swe-page-service .swe-check-list li,
body.swe-page-service .swe-info-card p,
body.swe-page-service .swe-support-list span {
    line-height: 1.65;
}

body.swe-page-service .swe-info-card::before {
    content: "";
    display: block;
    width: 42px;
    height: 4px;
    margin-bottom: 18px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--crc-service-teal), var(--crc-service-navy));
}

body.swe-page-service .swe-page-cta-shell {
    border-radius: 18px !important;
}

@media (max-width: 991.98px) {
    body.swe-page-service .crc-service-strip-inner {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    body.swe-page-service .crc-service-chip:last-child {
        grid-column: 1 / -1;
    }
}

@media (max-width: 560px) {
    body.swe-page-service .swe-page-hero {
        padding-bottom: 104px !important;
    }

    body.swe-page-service .crc-service-strip {
        margin-top: -72px;
        padding-bottom: 18px;
    }

    body.swe-page-service .crc-service-strip-inner {
        grid-template-columns: 1fr;
        gap: 8px;
        padding: 10px;
    }

    body.swe-page-service .crc-service-chip,
    body.swe-page-service .crc-service-chip:last-child {
        grid-column: auto;
        justify-content: flex-start;
        padding-left: 16px;
    }
}

/* Crown Route Cargo quote/contact form polish */
body.swe-page-quote,
body.swe-page-contact {
    --crc-form-navy: #051e39;
    --crc-form-teal: #089c8c;
    --crc-form-teal-2: #12b9aa;
    --crc-form-line: #dce8ee;
    --crc-form-soft: #f4fbfa;
}

body.swe-page-quote .swe-form-card,
body.swe-page-contact .swe-form-card {
    border: 1px solid rgba(5,30,57,0.10) !important;
    border-radius: 18px !important;
    box-shadow: 0 22px 60px rgba(5,30,57,0.10) !important;
}

body.swe-page-quote .swe-form-grid,
body.swe-page-contact .swe-form-grid {
    gap: 18px !important;
}

body.swe-page-quote .swe-field input,
body.swe-page-quote .swe-field select,
body.swe-page-quote .swe-field-full textarea,
body.swe-page-contact .swe-field input,
body.swe-page-contact .swe-field select,
body.swe-page-contact .swe-field-full textarea {
    min-height: 52px;
    border-radius: 12px !important;
    border-color: var(--crc-form-line) !important;
    background: #ffffff !important;
    color: var(--crc-form-navy) !important;
    font-size: 15px;
}

body.swe-page-quote .swe-field-full textarea,
body.swe-page-contact .swe-field-full textarea {
    min-height: 150px;
    resize: vertical;
}

body.swe-page-quote .swe-field input:focus,
body.swe-page-quote .swe-field select:focus,
body.swe-page-quote .swe-field-full textarea:focus,
body.swe-page-contact .swe-field input:focus,
body.swe-page-contact .swe-field select:focus,
body.swe-page-contact .swe-field-full textarea:focus {
    border-color: var(--crc-form-teal) !important;
    box-shadow: 0 0 0 4px rgba(8,156,140,0.14) !important;
    outline: none !important;
}

body.swe-page-quote .swe-form-feedback,
body.swe-page-contact .swe-form-feedback {
    position: relative;
    display: none;
    margin: 22px 0 2px;
    padding: 15px 18px 15px 48px;
    border: 1px solid rgba(8,156,140,0.20);
    border-radius: 14px;
    background: #f3fbfa;
    color: var(--crc-form-navy);
    font-size: 14px;
    font-weight: 800;
    line-height: 1.55;
}

body.swe-page-quote .swe-form-feedback::before,
body.swe-page-contact .swe-form-feedback::before {
    content: "\f058";
    position: absolute;
    top: 50%;
    left: 18px;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: var(--crc-form-teal);
}

body.swe-page-quote .swe-form-feedback.is-visible,
body.swe-page-contact .swe-form-feedback.is-visible {
    display: block;
}

body.swe-page-quote .swe-form-feedback.is-error,
body.swe-page-contact .swe-form-feedback.is-error {
    border-color: rgba(185,28,28,0.20);
    background: #fff5f5;
    color: #7f1d1d;
}

body.swe-page-quote .swe-form-feedback.is-error::before,
body.swe-page-contact .swe-form-feedback.is-error::before {
    content: "\f06a";
    color: #b91c1c;
}

body.swe-page-quote .swe-form-grid.is-submitting,
body.swe-page-contact .swe-form-grid.is-submitting {
    opacity: 0.82;
}

body.swe-page-quote .swe-form-grid button[disabled],
body.swe-page-contact .swe-form-grid button[disabled] {
    cursor: wait;
    filter: saturate(0.8);
}

body.swe-page-contact .crc-contact-coverage {
    padding: 28px;
    border: 1px solid rgba(8,156,140,0.18);
    border-radius: 18px;
    background:
        linear-gradient(135deg, rgba(5,30,57,0.94), rgba(5,30,57,0.80)),
        url('../img/images/crc-warehouse-support-desk.png') center/cover no-repeat;
    box-shadow: 0 22px 55px rgba(5,30,57,0.18);
    color: #ffffff;
    overflow: hidden;
}

body.swe-page-contact .crc-contact-coverage .swe-panel-eyebrow,
body.swe-page-contact .crc-contact-coverage h2,
body.swe-page-contact .crc-contact-coverage p {
    color: #ffffff !important;
}

body.swe-page-contact .crc-contact-coverage h2 {
    margin-bottom: 12px;
    font-size: clamp(24px, 3vw, 34px);
    line-height: 1.16;
}

body.swe-page-contact .crc-contact-coverage p {
    margin-bottom: 20px;
    line-height: 1.7;
    opacity: 0.88;
}

body.swe-page-contact .crc-contact-coverage-list {
    display: grid;
    gap: 12px;
    margin: 0;
    padding: 0;
    list-style: none;
}

body.swe-page-contact .crc-contact-coverage-list li {
    display: grid;
    grid-template-columns: 38px minmax(0, 1fr);
    align-items: center;
    gap: 12px;
    min-height: 54px;
    padding: 10px 12px;
    border: 1px solid rgba(255,255,255,0.15);
    border-radius: 14px;
    background: rgba(255,255,255,0.08);
    color: #ffffff;
}

body.swe-page-contact .crc-contact-coverage-list i {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    background: rgba(18,185,170,0.18);
    color: var(--crc-form-teal-2);
}

body.swe-page-contact .crc-contact-coverage-list span {
    min-width: 0;
    font-size: 14px;
    font-weight: 800;
    line-height: 1.35;
}

@media (max-width: 560px) {
    body.swe-page-quote .swe-form-card,
    body.swe-page-contact .swe-form-card,
    body.swe-page-contact .crc-contact-coverage {
        border-radius: 14px !important;
        padding: 22px !important;
    }

    body.swe-page-quote .swe-form-feedback,
    body.swe-page-contact .swe-form-feedback {
        padding-right: 14px;
        font-size: 13px;
    }

    body.swe-page-contact .crc-contact-coverage-list li {
        grid-template-columns: 34px minmax(0, 1fr);
    }

    body.swe-page-contact .crc-contact-coverage-list i {
        width: 34px;
        height: 34px;
    }
}

/* One shared public header, matching the homepage */
:root {
    --crc-public-navy: #051e39;
    --crc-public-teal: #089c8c;
    --crc-public-title: #051e39;
    --crc-public-white: #ffffff;
}

.tn-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.tn-flex {
    display: flex;
}

.tn-justify-between {
    justify-content: space-between;
}

.tn-items-center {
    align-items: center;
}

.tn-icon-teal {
    color: var(--crc-public-teal);
}

.tn-topbar {
    background: var(--crc-public-navy);
    color: var(--crc-public-white);
    font-size: 13px;
    padding: 10px 0;
}

.tn-topbar-left,
.tn-topbar-right {
    display: flex;
    gap: 20px;
    align-items: center;
}

.tn-topbar a,
.tn-topbar span {
    color: inherit;
}

.tn-topbar-left span i,
.tn-topbar-right span i {
    margin-right: 6px;
}

.tn-header {
    position: sticky;
    top: 0;
    z-index: 80;
    padding: 20px 0;
    border-bottom: 1px solid #eaeaea;
    background: var(--crc-public-white);
    box-shadow: 0 16px 40px rgba(5, 30, 57, 0.08);
}

.tn-logo {
    display: inline-flex;
    align-items: center;
    flex: 0 0 auto;
}

.tn-logo img {
    display: block !important;
    width: clamp(150px, 18vw, 218px) !important;
    height: auto !important;
    max-height: 64px !important;
    object-fit: contain !important;
}

.tn-nav {
    display: flex;
    gap: 30px;
    align-items: center;
    color: var(--crc-public-title);
    font-size: 14px;
    font-weight: 500;
}

.tn-nav a {
    color: inherit;
    text-decoration: none;
}

.tn-nav a:not(.tn-btn) {
    padding: 8px 0;
}

.tn-nav a:not(.tn-btn):hover,
.tn-nav a:not(.tn-btn):focus {
    color: var(--crc-public-teal);
    text-decoration: none;
}

.tn-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 12px 30px;
    border: 0;
    border-radius: 999px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    white-space: nowrap;
    transition: 0.3s;
}

.tn-btn i {
    margin-left: 6px;
    font-size: 12px;
}

.tn-btn-navy {
    background: linear-gradient(135deg, #051e39, #063d5c);
    color: var(--crc-public-white) !important;
}

.tn-btn-navy:hover,
.tn-btn-navy:focus {
    background: #031427;
    color: var(--crc-public-white) !important;
    text-decoration: none;
}

@media (max-width: 1100px) {
    .tn-header .tn-flex {
        gap: 20px;
        align-items: flex-start;
    }

    .tn-nav {
        flex-wrap: wrap;
        justify-content: flex-end;
        gap: 16px 22px;
    }
}

@media (max-width: 760px) {
    .tn-topbar {
        padding: 8px 0;
        font-size: 12px;
    }

    .tn-topbar .tn-flex,
    .tn-header .tn-flex {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .tn-topbar-left,
    .tn-topbar-right {
        flex-wrap: wrap;
        gap: 8px;
        width: 100%;
    }

    .tn-topbar-left span,
    .tn-topbar-right span {
        line-height: 1.35;
    }

    .tn-topbar-left span:nth-child(3),
    .tn-topbar-right {
        display: none;
    }

    .tn-header {
        position: relative;
        padding: 14px 0 16px;
    }

    .tn-header .tn-flex {
        align-items: center;
        gap: 14px;
    }

    .tn-logo img {
        width: 150px !important;
        max-height: 52px !important;
    }

    .tn-nav {
        display: grid;
        grid-template-columns: repeat(3, minmax(0, 1fr));
        width: 100%;
        gap: 8px;
        font-size: 12px;
    }

    .tn-nav a:not(.tn-btn) {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        min-height: 38px;
        padding: 8px 6px;
        border: 1px solid #dce8ee;
        border-radius: 999px;
        background: #ffffff;
        color: var(--crc-public-title);
        text-align: center;
    }

    .tn-nav .tn-btn {
        grid-column: 1 / -1;
        min-height: 44px;
        justify-content: center;
        padding: 12px 16px;
        margin-top: 2px;
        font-size: 13px;
    }
}

@media (max-width: 420px) {
    .tn-container {
        padding: 0 16px;
    }

    .tn-nav {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

/* Compact responsive header review */
.tn-nav-toggle {
    display: none;
    align-items: center;
    justify-content: center;
    width: 46px;
    height: 46px;
    border: 1px solid rgba(8,156,140,0.24);
    border-radius: 50%;
    background: #ffffff;
    color: #051e39;
    box-shadow: 0 12px 26px rgba(5,30,57,0.10);
    cursor: pointer;
}

.tn-nav-toggle i {
    font-size: 18px;
    line-height: 1;
}

@media (min-width: 761px) {
    .tn-header .tn-nav {
        display: flex !important;
    }
}

@media (max-width: 760px) {
    .tn-header {
        position: sticky !important;
        top: 0;
        padding: 10px 0 !important;
    }

    .tn-header .tn-flex {
        display: grid !important;
        grid-template-columns: minmax(0, 1fr) 46px;
        align-items: center !important;
        gap: 12px !important;
    }

    .tn-logo img {
        width: 168px !important;
        max-height: 54px !important;
    }

    .tn-nav-toggle {
        display: inline-flex;
        justify-self: end;
    }

    .tn-nav {
        grid-column: 1 / -1;
        display: none !important;
        grid-template-columns: 1fr !important;
        width: 100%;
        gap: 8px !important;
        padding: 10px 0 4px;
        font-size: 13px !important;
    }

    .tn-header.is-nav-open .tn-nav {
        display: grid !important;
    }

    .tn-nav a:not(.tn-btn) {
        min-height: 42px !important;
        justify-content: flex-start !important;
        padding: 10px 14px !important;
        border: 1px solid #dce8ee !important;
        border-radius: 12px !important;
        background: #ffffff !important;
        text-align: left !important;
    }

    .tn-nav .tn-btn {
        width: 100%;
        min-height: 46px !important;
        border-radius: 14px !important;
        margin-top: 2px !important;
    }
}

@media (max-width: 420px) {
    .tn-logo img {
        width: 154px !important;
    }
}


/* CRC mobile tracking overflow fix — 2026-08-04 */
body.tracking-page-redesign .swe-track-card,
body.tracking-page-redesign .swe-track-card-header,
body.tracking-page-redesign .swe-track-barcode,
body.tracking-page-redesign .swe-track-party,
body.tracking-page-redesign .swe-track-list li,
body.tracking-page-redesign .swe-track-list strong {
  min-width: 0;
  max-width: 100%;
}

body.tracking-page-redesign .swe-track-list strong,
body.tracking-page-redesign .swe-track-kpi strong,
body.tracking-page-redesign .swe-track-detail strong,
body.tracking-page-redesign .crc-track-route-summary strong {
  overflow-wrap: anywhere;
  word-break: break-word;
}

@media (max-width: 991.98px) {
  body.tracking-page-redesign .swe-track-card-header {
    flex-direction: column;
    align-items: stretch;
  }

  body.tracking-page-redesign .swe-track-barcode {
    width: 100%;
    min-width: 0;
  }

  body.tracking-page-redesign .swe-track-barcode svg {
    height: auto;
  }
}

@media (max-width: 560px) {
  body.tracking-page-redesign .swe-track-list li {
    flex-direction: column;
    align-items: flex-start;
    gap: 6px;
  }

  body.tracking-page-redesign .swe-track-list strong {
    width: 100%;
    text-align: left;
  }

  body.tracking-page-redesign .swe-track-party {
    padding: 16px;
  }
}
