body{
    overflow-x: hidden;
}


.rahul{
    background: url(../img/banner.png);
    background-size: cover;
    padding: 1em !important;
}
/* =====================================================
   UNICON LOGISTICS NAVBAR
   SCREENSHOT STYLE
===================================================== */

.unicon-main-header {
    width: 100%;
    position: relative;
    z-index: 99999;
    font-family: "Inter", Arial, sans-serif;
}


/* =====================================================
   TOP BAR
===================================================== */

.unicon-top-bar {
    width: 100%;
    height: 42px;
    background: #07386f;
    color: #fff;
}

.unicon-top-inner {
    width: 100%;
    max-width: 1320px;
    height: 100%;
    margin: auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* LEFT */

.unicon-location {
    display: flex;
    align-items: center;
    gap: 7px;

    font-size: 10px;
    font-weight: 500;
    white-space: nowrap;
}

.unicon-location i {
    color: #18c4cc;
    font-size: 11px;
}


/* RIGHT */

.unicon-top-contact {
    height: 100%;
    display: flex;
    align-items: center;
}

.unicon-top-contact > a {
    height: 100%;
    padding: 0 15px;

    display: flex;
    align-items: center;
    gap: 7px;

    color: #fff;
text-decoration: unset !important;
    font-size: 12px;
    font-weight: 500;

    border-right: 1px solid rgba(255,255,255,.28);

    transition: .25s ease;
}

.unicon-top-contact > a:hover {
    color: #18c4cc;
}

.unicon-top-contact > a i {
    color: #18c4cc;
    font-size: 9px;
}


/* SOCIAL */

.unicon-social-icons {
    height: 100%;
    padding-left: 17px;

    display: flex;
    align-items: center;
    gap: 15px;
}

.unicon-social-icons a {
    color: #fff;
    font-size: 10px;

    transition: .25s ease;
}

.unicon-social-icons a:hover {
    color: #18c4cc;
}


/* =====================================================
   MAIN NAVIGATION
===================================================== */

.unicon-navigation {
    width: 100%;
    height: 73px;

    background: #fff;

    border-bottom: 1px solid #e6eef4;

    box-shadow: 0 2px 12px rgba(20,55,90,.04);
}

.unicon-navigation-inner {
    width: 100%;
    max-width: 1320px;
    height: 100%;

    margin: auto;
    padding: 0 20px;

    display: flex;
    align-items: center;
}


/* =====================================================
   LOGO
===================================================== */

.unicon-brand {
    width: 235px;

    display: flex;
    align-items: center;

    flex-shrink: 0;
}

.unicon-brand img {
    width: 170px;
    max-width: 100%;
    height: auto;

    display: block;
}


/* =====================================================
   DESKTOP MENU
===================================================== */

.unicon-desktop-menu {
    height: 100%;
    flex: 1;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 29px;
}

.unicon-menu-link {
    height: 100%;

    display: flex;
    align-items: center;
    gap: 6px;
text-decoration: unset !important;
    position: relative;

    color: #102f58;

    font-size: 14px;
    font-weight: 600;

    white-space: nowrap;

    transition: .25s ease;
}

.unicon-menu-link i {
    font-size: 7px;
}

.unicon-menu-link:hover {
    color: #00aeba;
}


/* ACTIVE */

.unicon-menu-link.active {
    color: #00aeba;
}

.unicon-menu-link.active::after {
    content: "";

    position: absolute;
    left: 0;
    bottom: 0;

    width: 100%;
    height: 3px;

    background: #00aeba;

    border-radius: 5px 5px 0 0;
}


/* =====================================================
   DROPDOWN
===================================================== */

.unicon-menu-dropdown {
    height: 100%;
    position: relative;

    display: flex;
    align-items: center;
}

.unicon-dropdown-box {
    position: absolute;

    top: 100%;
    left: 50%;

    width: 235px;

    padding: 10px;

    background: #fff;

    border-top: 3px solid #00aeba;
    border-radius: 0 0 12px 12px;

    box-shadow: 0 15px 40px rgba(16,47,88,.16);

    opacity: 0;
    visibility: hidden;

    transform: translate(-50%, 12px);

    transition: all .25s ease;
}

.unicon-menu-dropdown:hover .unicon-dropdown-box {
    opacity: 1;
    visibility: visible;

    transform: translate(-50%, 0);
}

.unicon-dropdown-box a {
    min-height: 38px;

    padding: 8px 10px;

    display: flex;
    align-items: center;
    gap: 10px;

    color: #183b61;
text-decoration: unset !important;
    font-size: 13px;
    font-weight: 700;

    border-radius: 6px;

    transition: .25s ease;
}

.unicon-dropdown-box a:hover {
    color: #00aeba;
    background: #f0fafb;
}

.unicon-dropdown-box a i {
    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #00aeba;
    background: #e8f9fa;

    border-radius: 50%;

    font-size: 10px;
}


/* =====================================================
   RIGHT AREA
===================================================== */

.unicon-right-area {
    display: flex;
    align-items: center;
    gap: 11px;

    flex-shrink: 0;
}


/* =====================================================
   CALL BUTTON
===================================================== */

.unicon-call-button {
    height: 42px;

    padding: 4px 15px 4px 5px;
text-decoration: unset !important;
    display: flex;
    align-items: center;
    gap: 9px;

    border: 1px solid #d5e7ee;
    border-radius: 25px;

    color: #15385f;

    transition: .25s ease;
}

.unicon-call-button:hover {
    border-color: #00aeba;
}

.unicon-call-circle {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;
    background: #0bb1ba;

    border-radius: 50%;

    font-size: 11px;
}

.unicon-call-details {
    display: flex;
    flex-direction: column;

    line-height: 1.2;
}

.unicon-call-details small {
    font-size: 9px;
    font-weight: 500;
}

.unicon-call-details strong {
    font-size: 13px;
    font-weight: 700;
}


/* =====================================================
   QUOTE BUTTON
===================================================== */

.unicon-quote-button {
    height: 42px;

    padding: 0 17px;

    display: flex;
    align-items: center;
    gap: 11px;
text-decoration: unset !important;
    color: #fff;

    background: linear-gradient(
        135deg,
        #00b5bd,
        #0878b0
    );

    border-radius: 24px;

    font-size: 13px;
    font-weight: 700;

    box-shadow: 0 6px 16px rgba(0,150,180,.17);

    transition: .25s ease;
}

.unicon-quote-button:hover {
    color: #fff;
    transform: translateY(-1px);
    box-shadow: 0 9px 20px rgba(0,150,180,.25);
}

.unicon-quote-button span {
    width: 22px;
    height: 22px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.16);

    border-radius: 50%;
}

.unicon-quote-button i {
    font-size: 8px;
}


/* =====================================================
   MOBILE TOGGLE
===================================================== */

.unicon-mobile-toggle {
    display: none;

    width: 42px;
    height: 42px;

    padding: 0;

    border: 0;
    border-radius: 9px;

    background: #07386f;

    cursor: pointer;

    align-items: center;
    justify-content: center;
    flex-direction: column;

    gap: 5px;
}

.unicon-mobile-toggle span {
    width: 20px;
    height: 2px;

    background: #fff;

    border-radius: 10px;
}


/* =====================================================
   MOBILE NAVIGATION
===================================================== */

.unicon-mobile-navigation {
    display: none;

    position: absolute;

    top: 102px;
    left: 0;
    right: 0;

    padding: 15px;

    background: #fff;

    border-top: 3px solid #00aeba;

    box-shadow: 0 15px 35px rgba(0,0,0,.14);

    max-height: calc(100vh - 102px);
    overflow-y: auto;
}

.unicon-mobile-navigation.show {
    display: block;
}


/* MOBILE HEADER */

.unicon-mobile-header {
    display: flex;
    align-items: center;
    justify-content: space-between;

    padding-bottom: 10px;
}

.unicon-mobile-header span {
    color: #07386f;

    font-size: 15px;
    font-weight: 700;
}

.unicon-mobile-header button {
    width: 34px;
    height: 34px;

    border: 0;
    border-radius: 7px;

    color: #fff;
    background: #07386f;

    cursor: pointer;
}


/* MOBILE LINK */

.unicon-mobile-link {
    min-height: 45px;

    display: flex;
    align-items: center;

    padding: 0 10px;

    color: #16385c;

    font-size: 13px;
    font-weight: 600;

    border-bottom: 1px solid #edf1f5;
}

.unicon-mobile-link.active {
    color: #00aeba;
}


/* MOBILE DROPDOWN */

.unicon-mobile-dropdown {
    border-bottom: 1px solid #edf1f5;
}

.unicon-mobile-dropdown > button {
    width: 100%;
    height: 45px;

    padding: 0 10px;

    border: 0;
    background: transparent;

    display: flex;
    align-items: center;
    justify-content: space-between;

    color: #16385c;

    font-family: inherit;
    font-size: 13px;
    font-weight: 600;

    cursor: pointer;
}

.unicon-mobile-dropdown > button i {
    font-size: 9px;

    transition: .3s ease;
}

.unicon-mobile-dropdown.open > button i {
    transform: rotate(180deg);
}

.unicon-mobile-dropdown-content {
    display: none;

    padding: 0 10px 8px 20px;

    background: #f8fbfd;
}

.unicon-mobile-dropdown.open
.unicon-mobile-dropdown-content {
    display: block;
}

.unicon-mobile-dropdown-content a {
    display: block;

    padding: 10px 5px;

    color: #63768b;

    font-size: 11px;
}

.unicon-mobile-dropdown-content a:hover {
    color: #00aeba;
}


/* MOBILE QUOTE */

.unicon-mobile-quote {
    height: 45px;

    margin-top: 15px;

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;

    color: #fff;

    background: linear-gradient(
        135deg,
        #00b5bd,
        #0878b0
    );

    border-radius: 8px;

    font-size: 13px;
    font-weight: 700;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1150px) {

    .unicon-brand {
        width: 190px;
    }

    .unicon-desktop-menu {
        gap: 18px;
    }

    .unicon-call-button {
        padding-right: 10px;
    }

    .unicon-call-details {
        display: none;
    }

    .unicon-call-button {
        width: 42px;
        padding: 4px;
        justify-content: center;
    }

}


/* =====================================================
   TABLET / MOBILE
===================================================== */

@media (max-width: 950px) {

    .unicon-desktop-menu {
        display: none;
    }

    .unicon-mobile-toggle {
        display: flex;
        margin-left: 10px;
    }

    .unicon-right-area {
        margin-left: auto;
    }

    .unicon-navigation {
        height: 70px;
    }

    .unicon-mobile-navigation {
        top: 99px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .unicon-top-bar {
        height: 27px;
    }

    .unicon-top-inner {
        padding: 0 12px;
    }

    .unicon-location {
        display: none;
    }

    .unicon-top-contact {
        width: 100%;
        justify-content: center;
    }

    .unicon-top-contact > a {
        padding: 0 8px;
        font-size: 8px;
    }

    .unicon-top-contact > a:nth-child(2) {
        display: none;
    }

    .unicon-social-icons {
        padding-left: 9px;
        gap: 11px;
    }

    .unicon-social-icons a {
        font-size: 9px;
    }


    /* NAVBAR */

    .unicon-navigation {
        height: 65px;
    }

    .unicon-navigation-inner {
        padding: 0 14px;
    }

    .unicon-brand {
        width: auto;
    }

    .unicon-brand img {
        width: 145px;
    }


    /* HIDE QUOTE */

    .unicon-quote-button {
        display: none;
    }

    .unicon-call-button {
        display: none;
    }

    .unicon-mobile-toggle {
        width: 38px;
        height: 38px;
    }


    /* MOBILE MENU */

    .unicon-mobile-navigation {
        top: 92px;

        max-height: calc(100vh - 92px);
    }

}


/* =====================================================
   VERY SMALL MOBILE
===================================================== */

@media (max-width: 380px) {

    .unicon-brand img {
        width: 132px;
    }

    .unicon-social-icons {
        gap: 8px;
    }

    .unicon-top-contact > a {
        padding: 0 5px;
    }

}/* =====================================================
   UNICON LOGISTICS PREMIUM HERO
===================================================== */

.unicon-hero-section {
    width: 100%;
    position: relative;
    overflow: hidden;

    background:
        linear-gradient(
            180deg,
            #eefaff 0%,
            #ffffff 62%,
            #f7fbff 100%
        );

    font-family: "Inter", Arial, sans-serif;
    color: #0c3564;
}


/* =====================================================
   CONTAINER
===================================================== */

.unicon-hero-container {
    width: 100%;
    max-width: 1320px;

    margin: 0 auto;
    padding: 0 25px;

    position: relative;
    z-index: 5;
}


/* =====================================================
   DECORATIVE BACKGROUND
===================================================== */

.unicon-hero-shape {
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
}

.unicon-hero-shape-one {
    width: 430px;
    height: 430px;

    top: -250px;
    right: -150px;

    background: rgba(0,174,184,.06);
}

.unicon-hero-shape-two {
    width: 300px;
    height: 300px;

    bottom: -200px;
    left: -130px;

    background: rgba(14,111,180,.05);
}


/* =====================================================
   CITY / ROAD EFFECT
===================================================== */

.unicon-hero-city {
    position: absolute;

    left: 0;
    right: 0;
    bottom: 175px;

    height: 120px;

    opacity: .15;

    background:
        linear-gradient(
            to top,
            #9fc7d8 0 25%,
            transparent 25%
        );

    clip-path: polygon(
        0 75%,
        4% 75%,
        4% 40%,
        8% 40%,
        8% 58%,
        12% 58%,
        12% 25%,
        16% 25%,
        16% 52%,
        20% 52%,
        20% 35%,
        24% 35%,
        24% 65%,
        30% 65%,
        30% 45%,
        35% 45%,
        35% 65%,
        42% 65%,
        42% 32%,
        46% 32%,
        46% 58%,
        53% 58%,
        53% 20%,
        58% 20%,
        58% 57%,
        65% 57%,
        65% 37%,
        70% 37%,
        70% 60%,
        76% 60%,
        76% 30%,
        81% 30%,
        81% 58%,
        87% 58%,
        87% 42%,
        92% 42%,
        92% 65%,
        100% 65%,
        100% 100%,
        0 100%
    );
}


/* =====================================================
   HERO GRID
===================================================== */

.unicon-hero-grid {
    min-height: 315px;

    display: grid;

    grid-template-columns:
        43%
        57%;

    align-items: center;

    position: relative;
}


/* =====================================================
   LEFT CONTENT
===================================================== */

.unicon-hero-content {
    position: relative;
    z-index: 10;

    padding: 40px 0 42px;
}


/* BADGE */

.unicon-hero-badge {
    width: fit-content;

    padding: 5px 14px;

    display: flex;
    align-items: center;
    gap: 9px;

    border: 1px solid #00aeba;
    border-radius: 20px;

    color: #008ca0;

    background: rgba(255,255,255,.70);

    font-size: 12px;
    font-weight: 700;
    letter-spacing: .3px;
}

.unicon-hero-badge b {
    color: #00aeba;
}


/* HEADING */

.unicon-hero-content h1 {
    max-width: 570px;

    margin: 15px 0 12px;

    color: #0c3564;

    font-size: 45px;
    line-height: 1.03;

    font-weight: 800;
    letter-spacing: -1.8px;
}

.unicon-hero-content h1 span {
    display: block;

    color: #08aeba;
}


/* DESCRIPTION */

.unicon-hero-description {
    max-width: 520px;

    margin: 0 0 18px;

    color: #254a70;

    font-size: 13px;
    line-height: 1.65;
    font-weight: 500;
}


/* =====================================================
   BUTTONS
===================================================== */

.unicon-hero-buttons {
    display: flex;
    align-items: center;
    gap: 12px;
}


/* PRIMARY */

.unicon-hero-primary-btn {
    min-height: 41px;

    padding: 0 8px 0 13px;

    display: flex;
    align-items: center;
    gap: 8px;

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #00b5bd,
            #0781b0
        );

    border-radius: 22px;

    font-size: 14px;
    font-weight: 700;
text-decoration: unset !important;
    box-shadow:
        0 8px 20px rgba(0,153,177,.20);

    transition: .3s ease;
}

.unicon-hero-primary-btn:hover {
    color: #fff;
    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(0,153,177,.28);
}

.unicon-hero-primary-btn > i {
    font-size: 10px;
}

.unicon-hero-primary-btn b {
    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.17);

    border-radius: 50%;
}

.unicon-hero-primary-btn b i {
    font-size: 8px;
}


/* VIDEO */

.unicon-hero-video-btn {
    min-height: 41px;

    padding: 0 15px 0 7px;

    display: flex;
    align-items: center;
    gap: 9px;

    color: #143b67;

    background: #fff;
text-decoration: unset !important;
    border-radius: 22px;

    box-shadow:
        0 7px 22px rgba(16,55,90,.08);

    font-size: 14px;
    font-weight: 700;

    transition: .3s ease;
}

.unicon-hero-video-btn:hover {
    color: #00aeba;
    transform: translateY(-2px);
}

.unicon-video-icon {
    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    background: #0a5f91;

    border-radius: 50%;
}

.unicon-video-icon i {
    font-size: 15px;
    margin-left: 1px;
}


/* =====================================================
   RIGHT VISUAL
===================================================== */

.unicon-hero-visual {
    height: 315px;

    position: relative;

    align-self: stretch;
}


/* =====================================================
   TEAL CURVE
===================================================== */

.unicon-hero-curve {
    position: absolute;

    top: -50px;
    right: 230px;

    width: 120px;
    height: 190px;

    background: #08aeba;

    border-radius: 0 0 80px 80px;

    transform: rotate(28deg);

    opacity: .95;
}


/* =====================================================
   HOME MESSAGE
===================================================== */

.unicon-home-message {
    position: absolute;

    top: 42px;
    right: 100px;

    z-index: 8;

    display: flex;
    flex-direction: column;

    color: #063c79;

    font-family: cursive;

    font-size: 17px;
    line-height: 1.05;
    font-weight: 700;

    transform: rotate(-7deg);
}

.unicon-message-line {
    width: 70px;
    height: 2px;

    margin-top: 5px;
    margin-left: 8px;

    background: #063c79;

    transform: rotate(-5deg);
}


/* =====================================================
   TRUCK
===================================================== */

.unicon-truck-wrap {
    position: absolute;

    left: 0;
    bottom: 5px;

    width: 80%;

    z-index: 5;
}

.unicon-truck-wrap img {
    width: 100%;
    height: auto;

    display: block;

    object-fit: contain;
}


/* =====================================================
   FAMILY
===================================================== */

.unicon-family-wrap {
    position: absolute;

    right: 0;
    bottom: 0;

    width: 24%;

    z-index: 7;
}

.unicon-family-wrap img {
    width: 100%;
    height: auto;

    display: block;

    object-fit: contain;
}


/* =====================================================
   MOVING BOXES
===================================================== */

.unicon-moving-boxes {
    position: absolute;

    right: 0;
    bottom: 2px;

    width: 20%;
    height: 70px;

    z-index: 6;
}

.unicon-box {
    position: absolute;

    display: block;

    width: 45px;
    height: 40px;

    background:
        linear-gradient(
            135deg,
            #dca76b,
            #b97d43
        );

    border: 2px solid rgba(120,76,34,.25);

    box-shadow:
        0 7px 15px rgba(70,60,30,.13);
}

.box-one {
    right: 5px;
    bottom: 0;
}

.box-two {
    right: 38px;
    bottom: 27px;

    transform: scale(.8);
}

.box-three {
    right: 58px;
    bottom: 0;

    transform: scale(.72);
}


/* =====================================================
   FEATURE STRIP
===================================================== */

.unicon-feature-strip {
    width: calc(100% - 60px);

    min-height: 70px;

    margin: -1px auto 0;

    padding: 0 25px;

    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    align-items: center;

    position: relative;
    z-index: 20;
top: 40px;
    background: rgba(255,255,255,.97);

    border-radius: 18px;

    box-shadow:
        0 10px 35px rgba(20,70,110,.10);

    border: 1px solid rgba(220,235,244,.8);
}


/* FEATURE */

.unicon-feature-item {
    min-height: 48px;

    display: flex;
    align-items: center;
    justify-content: center;

    gap: 11px;

    border-right: 1px solid #edf2f6;
}

.unicon-feature-item:last-child {
    border-right: 0;
}


/* ICON */

.unicon-feature-icon {
    width: 39px;
    height: 39px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #007cb0;

    background:
        linear-gradient(
            145deg,
            #eefaff,
            #e7f5ff
        );

    border-radius: 50%;

    font-size: 16px;

    border: 1px solid #d9edf7;
}


/* TEXT */

.unicon-feature-text {
    display: flex;
    flex-direction: column;

    color: #123961;

    line-height: 1.35;
}

.unicon-feature-text strong {
    font-size: 10px;
    font-weight: 700;
}

.unicon-feature-text span {
    font-size: 10px;
    font-weight: 500;
}


/* =====================================================
   SERVICES PREVIEW
===================================================== */

.unicon-services-preview {
    min-height: 155px;

    padding: 39px 0 0;

    display: grid;

    grid-template-columns: 34% 66%;

    gap: 15px;
}


/* SMALL TITLE */

.unicon-small-title {
    display: flex;
    align-items: center;
    gap: 8px;

    color: #00aeba;

    font-size: 12px;
    font-weight: 700;

    letter-spacing: .3px;
}

.unicon-small-title span {
    width: 22px;
    height: 2px;

    display: block;

    background: #00aeba;
}


/* SERVICE HEADING */

.unicon-services-heading h2 {
    max-width: 370px;

    margin-top: 12px;

    color: #0c3564;

    font-size: 25px;
    line-height: 1.15;
    font-weight: 800;
}

.unicon-services-heading h2 span {
    display: block;
    color: #08aeba;
}


/* =====================================================
   SERVICE CARDS
===================================================== */

.unicon-service-cards {
    display: grid;

    grid-template-columns:
        repeat(5, 1fr);

    gap: 10px;
}


/* CARD */

.unicon-service-card {
    min-height: 120px;

    padding: 13px;

    position: relative;
text-decoration: unset;
    display: flex;
    flex-direction: column;

    color: #0c3564;

    background: #fff;

    border: 1px solid #edf3f7;

    border-radius: 14px;

    box-shadow:
        0 7px 25px rgba(25,70,100,.06);

    transition: .3s ease;
}

.unicon-service-card:hover {
    color: #0c3564;

    transform: translateY(-5px);

    border-color: #bfeaf0;

    box-shadow:
        0 13px 30px rgba(0,150,170,.12);
}


/* SERVICE ICON */

.unicon-service-icon {
    width: 31px;
    height: 31px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #00aeba;

    font-size: 16px;
}


/* SERVICE TITLE */

.unicon-service-card h3 {
    margin: 8px 0 0;

    color: #153b65;

    font-size: 14px;
    line-height: 1.4;
    font-weight: 700;
}


/* ARROW */

.unicon-service-arrow {
    width: 22px;
    height: 22px;

    position: absolute;
    right: 9px;
    bottom: 9px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #00aeba;

    border: 1px solid #b9e8ec;

    border-radius: 50%;

    font-size: 8px;
}

.unicon-service-card:hover
.unicon-service-arrow {
    color: #fff;
    background: #00aeba;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1100px) {

    .unicon-hero-container {
        padding: 0 20px;
    }

    .unicon-hero-content h1 {
        font-size: 42px;
    }

    .unicon-hero-grid {
        grid-template-columns: 95% 54%;
    }

    .unicon-home-message {
        right: 60px;
    }

    .unicon-feature-strip {
        width: calc(100% - 30px);
        padding: 0 12px;
    }

    .unicon-feature-item {
        gap: 6px;
    }

    .unicon-feature-icon {
        width: 34px;
        height: 34px;
        font-size: 13px;
    }

    .unicon-feature-text strong,
    .unicon-feature-text span {
        font-size: 8px;
    }

    .unicon-services-preview {
        grid-template-columns: 30% 70%;
    }

    .unicon-services-heading h2 {
        font-size: 21px;
    }

    .unicon-service-card {
        padding: 10px;
    }
}


/* =====================================================
   TABLET / MOBILE
===================================================== */

@media (max-width: 850px) {

    .unicon-hero-grid {
        min-height: auto;

        /*grid-template-columns: 1fr;*/
    }

    .unicon-hero-content {
        padding: 50px 0 20px;
        text-align: center;
    }

    .unicon-hero-badge {
        margin: auto;
    }

    .unicon-hero-content h1 {
        max-width: 700px;
        margin-left: auto;
        margin-right: auto;

        font-size: 43px;
    }

    .unicon-hero-description {
        margin-left: auto;
        margin-right: auto;
    }

    .unicon-hero-buttons {
        justify-content: center;
    }


    .unicon-hero-visual {
        height: 300px;

        max-width: 750px;

        margin: 0 auto;
    }


    .unicon-feature-strip {
        width: 100%;

        grid-template-columns:
            repeat(3, 1fr);

        gap: 0;

        padding: 10px;

        border-radius: 16px;
    }

    .unicon-feature-item {
        padding: 8px;
    }

    .unicon-feature-item:nth-child(3) {
        border-right: 0;
    }

    .unicon-feature-item:nth-child(4),
    .unicon-feature-item:nth-child(5) {
        border-top: 1px solid #edf2f6;
    }

    .unicon-feature-item:nth-child(5) {
        border-right: 0;
    }


    .unicon-services-preview {
        grid-template-columns: 1fr;

        padding-top: 35px;
    }

    .unicon-services-heading {
        text-align: center;
    }

    .unicon-small-title {
        justify-content: center;
    }

    .unicon-services-heading h2 {
        margin-left: auto;
        margin-right: auto;
    }

    .unicon-service-cards {
        grid-template-columns:
            repeat(3, 1fr);
    }
}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .unicon-hero-container {
        padding: 0 14px;
    }


    /* HERO */

    .unicon-hero-content {
        padding: 35px 5px 15px;
    }

    .unicon-hero-badge {
        padding: 5px 11px;
        gap: 6px;

        font-size: 8px;
    }

    .unicon-hero-content h1 {
        margin-top: 13px;

        font-size: 34px;

        line-height: 1.08;

        letter-spacing: -1px;
    }

    .unicon-hero-description {
        font-size: 11px;
        line-height: 1.55;
    }


    /* BUTTONS */

    .unicon-hero-buttons {
        width: 100%;

        flex-direction: column;

        gap: 9px;
    }

    .unicon-hero-primary-btn,
    .unicon-hero-video-btn {
        width: 190px;

        justify-content: center;
    }


    /* VISUAL */

    .unicon-hero-visual {
        height: 205px;
    }

    .unicon-hero-curve {
        top: -20px;
        right: 90px;

        width: 70px;
        height: 120px;
    }

    .unicon-home-message {
        top: 25px;
        right: 35px;

        font-size: 11px;
    }

    .unicon-message-line {
        width: 45px;
    }

    .unicon-truck-wrap {
        width: 88%;

        bottom: 5px;
    }

    .unicon-family-wrap {
        width: 25%;
    }

    .unicon-moving-boxes {
        display: none;
    }


    /* FEATURES */

    .unicon-feature-strip {
        grid-template-columns:
            repeat(2, 1fr);

        padding: 8px;
    }

    .unicon-feature-item {
        justify-content: flex-start;

        padding: 9px 7px;

        border-right: 1px solid #edf2f6;
    }

    .unicon-feature-item:nth-child(2) {
        border-right: 0;
    }

    .unicon-feature-item:nth-child(3) {
        border-top: 1px solid #edf2f6;
        border-right: 1px solid #edf2f6;
    }

    .unicon-feature-item:nth-child(4) {
        border-right: 0;
    }

    .unicon-feature-item:nth-child(5) {
        grid-column: 1 / -1;

        border-right: 0;
        border-top: 1px solid #edf2f6;

        justify-content: center;
    }

    .unicon-feature-icon {
        width: 32px;
        height: 32px;

        font-size: 12px;
    }

    .unicon-feature-text strong,
    .unicon-feature-text span {
        font-size: 8px;
    }


    /* SERVICES */

    .unicon-services-preview {
        padding-top: 30px;
        padding-bottom: 25px;
    }

    .unicon-services-heading h2 {
        font-size: 23px;
    }

    .unicon-service-cards {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 9px;
    }

    .unicon-service-card {
        min-height: 105px;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 390px) {

    .unicon-hero-content h1 {
        font-size: 30px;
    }

    .unicon-hero-visual {
        height: 175px;
    }

    .unicon-home-message {
        right: 20px;
        font-size: 9px;
    }

    .unicon-service-card h3 {
        font-size: 9px;
    }

}



/* =====================================================
   UNICON LOGISTICS - ABOUT US
===================================================== */

.unicon-about-section {
    width: 100%;
    position: relative;
    overflow: hidden;

    padding: 85px 0;

    background:
        linear-gradient(
            180deg,
            #ffffff 0%,
            #f7fbfe 100%
        );

    font-family: "Inter", Arial, sans-serif;
}


/* Decorative Background */

.unicon-about-section::before {
    content: "";

    position: absolute;

    width: 420px;
    height: 420px;

    left: -240px;
    top: 50px;

    border-radius: 50%;

    background: rgba(0,174,184,.045);

    pointer-events: none;
}

.unicon-about-section::after {
    content: "";

    position: absolute;

    width: 300px;
    height: 300px;

    right: -180px;
    bottom: -120px;

    border-radius: 50%;

    background: rgba(13,105,175,.045);

    pointer-events: none;
}


/* =====================================================
   CONTAINER
===================================================== */

.unicon-about-container {
    width: 100%;
    max-width: 1320px;

    padding: 0 25px;

    margin: auto;

    position: relative;
    z-index: 2;
}


/* =====================================================
   GRID
===================================================== */

.unicon-about-grid {

    display: grid;

    grid-template-columns:
        47%
        53%;

    align-items: center;

    gap: 45px;
}


/* =====================================================
   IMAGE AREA
===================================================== */

.unicon-about-visual {

    min-height: 490px;

    position: relative;

    padding: 15px 30px 20px 0;
}


/* IMAGE */

.unicon-about-image-main {

    width: 100%;
    height: 450px;

    position: relative;

    overflow: hidden;

    border-radius: 25px;

    background: #eaf6fa;

    box-shadow:
        0 20px 50px rgba(13,57,91,.13);
}

.unicon-about-image-main::after {

    content: "";

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            180deg,
            transparent 60%,
            rgba(5,39,72,.12)
        );

    pointer-events: none;
}

.unicon-about-image-main img {

    width: 100%;
    height: 100%;

    display: block;

    object-fit: cover;

    transition: .5s ease;
}

.unicon-about-image-main:hover img {
    transform: scale(1.04);
}


/* =====================================================
   EXPERIENCE CARD
===================================================== */

.unicon-about-experience {

    position: absolute;

    left: -5px;
    bottom: 45px;

    min-width: 175px;
    min-height: 82px;

    padding: 12px 18px;

    display: flex;
    align-items: center;
    gap: 12px;

    background: #fff;

    border-radius: 15px;

    box-shadow:
        0 15px 35px rgba(18,62,95,.15);

    border-left: 4px solid #00aeba;
}


.unicon-experience-number {

    color: #00aeba;

    font-size: 32px;
    line-height: 1;

    font-weight: 800;
}


.unicon-experience-text {

    display: flex;
    flex-direction: column;

    color: #123961;

    line-height: 1.3;
}

.unicon-experience-text strong {
    font-size: 13px;
}

.unicon-experience-text span {
    font-size: 10px;
    color: #6c8195;
}


/* =====================================================
   FLOATING CARD
===================================================== */

.unicon-about-floating {

    position: absolute;

    right: 0;
    top: 45px;

    min-width: 175px;

    padding: 10px 13px;

    display: flex;
    align-items: center;
    gap: 10px;

    background: rgba(255,255,255,.95);

    border: 1px solid #e4f0f5;

    border-radius: 13px;

    box-shadow:
        0 12px 30px rgba(18,62,95,.10);

    animation: uniconAboutFloat 3s ease-in-out infinite;
}

@keyframes uniconAboutFloat {

    0%,100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-7px);
    }

}


.unicon-about-floating-icon {

    width: 37px;
    height: 37px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #00b5bd,
            #0878b0
        );

    border-radius: 10px;

    font-size: 15px;
}


.unicon-about-floating div:last-child {

    display: flex;
    flex-direction: column;

    line-height: 1.35;
}

.unicon-about-floating strong {
    color: #153b64;
    font-size: 10px;
}

.unicon-about-floating span {
    color: #7a8da0;
    font-size: 9px;
}


/* =====================================================
   CONTENT
===================================================== */

.unicon-about-content {
    padding: 15px 0;
}


/* LABEL */

.unicon-about-label {

    display: flex;
    align-items: center;
    gap: 9px;

    color: #00aeba;

    font-size: 10px;
    font-weight: 700;

    letter-spacing: .4px;
}

.unicon-about-label span {

    width: 25px;
    height: 2px;

    background: #00aeba;

    display: block;
}


/* HEADING */

.unicon-about-content h2 {

    max-width: 600px;

    margin: 13px 0 15px;

    color: #0b3768;

    font-size: clamp(34px, 3.2vw, 46px);

    line-height: 1.08;

    letter-spacing: -1.4px;

    font-weight: 800;
}

.unicon-about-content h2 span {

    display: block;

    color: #08aeba;
}


/* TEXT */

.unicon-about-intro {

    max-width: 650px;

    margin-bottom: 10px;

    color: #284d70;

    font-size: 13px;

    line-height: 1.75;

    font-weight: 500;
}

.unicon-about-intro strong {
    color: #0b3768;
}


.unicon-about-text {

    max-width: 650px;

    margin-bottom: 20px;

    color: #687d91;

    font-size: 12px;

    line-height: 1.75;
}


/* =====================================================
   HIGHLIGHTS
===================================================== */

.unicon-about-highlights {

    display: grid;

    grid-template-columns:
        repeat(2, 1fr);

    gap: 10px;

    max-width: 650px;
}


.unicon-about-highlight {

    min-height: 62px;

    padding: 9px 10px;

    display: flex;
    align-items: center;

    gap: 10px;

    background: #fff;

    border: 1px solid #e9f1f5;

    border-radius: 11px;

    transition: .3s ease;
}

.unicon-about-highlight:hover {

    transform: translateY(-3px);

    border-color: #bde8ec;

    box-shadow:
        0 9px 25px rgba(12,72,100,.08);
}


/* ICON */

.unicon-highlight-icon {

    width: 36px;
    height: 36px;

    flex-shrink: 0;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #00aeba;

    background: #eaf9fa;

    border-radius: 9px;

    font-size: 14px;
}


/* TEXT */

.unicon-about-highlight > div:last-child {

    display: flex;
    flex-direction: column;

    line-height: 1.35;
}

.unicon-about-highlight strong {

    color: #163c63;

    font-size: 10px;
    font-weight: 700;
}

.unicon-about-highlight span {

    color: #7b8d9d;

    font-size: 8px;
}


/* =====================================================
   BOTTOM AREA
===================================================== */

.unicon-about-bottom {

    margin-top: 20px;

    display: flex;
    align-items: center;
    gap: 25px;
}


/* BUTTON */

.unicon-about-btn {

    min-height: 42px;

    padding: 0 8px 0 17px;

    display: flex;
    align-items: center;
    gap: 12px;

    color: #fff;

    background:
        linear-gradient(
            135deg,
            #00b5bd,
            #0878b0
        );

    border-radius: 23px;

    font-size: 10px;
    font-weight: 700;

    box-shadow:
        0 8px 20px rgba(0,151,177,.18);

    transition: .3s ease;
}

.unicon-about-btn:hover {

    color: #fff;

    transform: translateY(-2px);

    box-shadow:
        0 12px 25px rgba(0,151,177,.27);
}

.unicon-about-btn i {

    width: 25px;
    height: 25px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: rgba(255,255,255,.16);

    border-radius: 50%;

    font-size: 8px;
}


/* =====================================================
   SIGNATURE
===================================================== */

.unicon-about-signature {

    display: flex;
    align-items: center;
    gap: 8px;
}

.unicon-about-sign-icon {

    width: 29px;
    height: 29px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #00aeba;

    background: #eaf9fa;

    border-radius: 50%;

    font-size: 10px;
}

.unicon-about-signature > div:last-child {

    display: flex;
    flex-direction: column;

    line-height: 1.35;
}

.unicon-about-signature strong {

    color: #183d63;

    font-size: 9px;
}

.unicon-about-signature span {

    color: #8796a3;

    font-size: 8px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 1000px) {

    .unicon-about-section {
        padding: 70px 0;
    }

    .unicon-about-grid {

        grid-template-columns:
            1fr;

        gap: 45px;
    }

    .unicon-about-visual {

        max-width: 700px;

        width: 100%;

        margin: auto;

        min-height: 450px;
    }

    .unicon-about-image-main {
        height: 420px;
    }

    .unicon-about-content {
        max-width: 750px;
        margin: auto;
    }

    .unicon-about-content h2 {
        font-size: 40px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 600px) {

    .unicon-about-section {
        padding: 55px 0;
    }

    .unicon-about-container {
        padding: 0 15px;
    }


    /* IMAGE */

    .unicon-about-visual {

        min-height: 320px;

        padding: 5px 12px 10px 0;
    }

    .unicon-about-image-main {

        height: 300px;

        border-radius: 18px;
    }


    /* EXPERIENCE */

    .unicon-about-experience {

        left: -3px;
        bottom: 20px;

        min-width: 135px;
        min-height: 65px;

        padding: 8px 12px;

        gap: 8px;
    }

    .unicon-experience-number {
        font-size: 25px;
    }

    .unicon-experience-text strong {
        font-size: 10px;
    }

    .unicon-experience-text span {
        font-size: 8px;
    }


    /* FLOATING */

    .unicon-about-floating {

        top: 20px;
        right: -2px;

        min-width: 140px;

        padding: 8px;
    }

    .unicon-about-floating-icon {

        width: 31px;
        height: 31px;

        font-size: 12px;
    }

    .unicon-about-floating strong {
        font-size: 8px;
    }

    .unicon-about-floating span {
        font-size: 7px;
    }


    /* CONTENT */

    .unicon-about-content {
        padding: 0;
    }

    .unicon-about-label {
        font-size: 8px;
    }

    .unicon-about-label span {
        width: 20px;
    }

    .unicon-about-content h2 {

        margin-top: 11px;

        font-size: 30px;

        line-height: 1.12;

        letter-spacing: -.8px;
    }

    .unicon-about-intro {

        font-size: 11px;

        line-height: 1.65;
    }

    .unicon-about-text {

        font-size: 10px;

        line-height: 1.7;
    }


    /* HIGHLIGHTS */

    .unicon-about-highlights {

        grid-template-columns:
            1fr;

        gap: 8px;
    }

    .unicon-about-highlight {
        min-height: 57px;
    }


    /* BOTTOM */

    .unicon-about-bottom {

        flex-direction: column;

        align-items: flex-start;

        gap: 15px;
    }

    .unicon-about-btn {
        width: 100%;

        justify-content: center;
    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 380px) {

    .unicon-about-image-main {
        height: 260px;
    }

    .unicon-about-visual {
        min-height: 280px;
    }

    .unicon-about-content h2 {
        font-size: 27px;
    }

}/* ================================
   UNICON - SIMPLE WHY CHOOSE US
================================ */

.unicon-simple-why {
    width: 100%;
    padding: 75px 0;

    background: #f7fbfd;

    font-family: "Inter", Arial, sans-serif;

    position: relative;
    overflow: hidden;
}


/* CONTAINER */

.unicon-simple-why-container {
    width: 100%;
    max-width: 1200px;

    margin: auto;
    padding: 0 20px;
}


/* ================================
   HEADING
================================ */

.unicon-simple-why-heading {
    max-width: 680px;

    margin: 0 auto 45px;

    text-align: center;
}


.unicon-simple-why-label {
    display: inline-block;

    color: #00aeba;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1px;

    position: relative;
}


.unicon-simple-why-label::before,
.unicon-simple-why-label::after {

    content: "";

    width: 25px;
    height: 2px;

    background: #00aeba;

    display: inline-block;

    vertical-align: middle;

    margin: 0 9px;
}


.unicon-simple-why-heading h2 {

    margin: 12px 0 12px;

    color: #0b3768;

    font-size: 40px;

    line-height: 1.15;

    font-weight: 800;

    letter-spacing: -1px;
}


.unicon-simple-why-heading h2 span {
    color: #00aeba;
}


.unicon-simple-why-heading p {

    max-width: 570px;

    margin: auto;

    color: #718396;

    font-size: 13px;

    line-height: 1.7;
}


/* ================================
   GRID
================================ */

.unicon-simple-why-grid {

    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 18px;
}


/* ================================
   CARD
================================ */

.unicon-simple-why-card {

    padding: 27px 20px;

    background: #ffffff;

    border: 1px solid #e6eff4;

    border-radius: 16px;

    text-align: center;

    transition: all .3s ease;

    box-shadow:
        0 8px 25px rgba(16,65,95,.05);
}


.unicon-simple-why-card:hover {

    transform: translateY(-7px);

    border-color: #b9e6eb;

    box-shadow:
        0 15px 35px rgba(0,145,170,.12);
}


/* ================================
   ICON
================================ */

.unicon-simple-why-icon {

    width: 58px;
    height: 58px;

    margin: 0 auto 17px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #00aeba;

    background: #eaf9fa;

    border-radius: 15px;

    font-size: 22px;

    transition: .3s ease;
}


.unicon-simple-why-card:hover
.unicon-simple-why-icon {

    color: #ffffff;

    background:
        linear-gradient(
            135deg,
            #00b5bd,
            #0878b0
        );

    transform: scale(1.05);
}


/* ================================
   CARD TEXT
================================ */

.unicon-simple-why-card h3 {

    margin: 0 0 9px;

    color: #123b63;

    font-size: 16px;

    font-weight: 800;
}


.unicon-simple-why-card p {

    margin: 0;

    color: #788b9d;

    font-size: 11px;

    line-height: 1.7;
}


/* ================================
   TABLET
================================ */

@media (max-width: 900px) {

    .unicon-simple-why-grid {

        grid-template-columns:
            repeat(2, 1fr);

        gap: 15px;
    }

}


/* ================================
   MOBILE
================================ */

@media (max-width: 600px) {

    .unicon-simple-why {

        padding: 55px 0;
    }


    .unicon-simple-why-container {

        padding: 0 15px;
    }


    .unicon-simple-why-heading {

        margin-bottom: 30px;
    }


    .unicon-simple-why-label {

        font-size: 9px;
    }


    .unicon-simple-why-label::before,
    .unicon-simple-why-label::after {

        width: 18px;

        margin: 0 6px;
    }


    .unicon-simple-why-heading h2 {

        font-size: 29px;

        letter-spacing: -.6px;
    }


    .unicon-simple-why-heading p {

        font-size: 10px;

        line-height: 1.65;
    }


    .unicon-simple-why-grid {

        grid-template-columns: 1fr;

        gap: 10px;
    }


    .unicon-simple-why-card {

        padding: 18px;

        display: flex;

        align-items: center;

        text-align: left;

        gap: 15px;
    }


    .unicon-simple-why-icon {

        width: 48px;
        height: 48px;

        flex-shrink: 0;

        margin: 0;

        border-radius: 12px;

        font-size: 17px;
    }


    .unicon-simple-why-card h3 {

        margin-bottom: 4px;

        font-size: 13px;
    }


    .unicon-simple-why-card p {

        font-size: 9px;

        line-height: 1.55;
    }

}


/* ================================
   SMALL MOBILE
================================ */

@media (max-width: 380px) {

    .unicon-simple-why-heading h2 {

        font-size: 26px;
    }


    .unicon-simple-why-card {

        padding: 15px;

        gap: 12px;
    }


    .unicon-simple-why-icon {

        width: 43px;
        height: 43px;

        font-size: 15px;
    }

}
/* ================= UNION LOGISTICS SERVICES ================= */

.union-services-section {
    width: 100%;
    padding: 90px 20px;
    background: #f7fbfc;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.union-services-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Heading */

.union-services-heading {
    max-width: 720px;
    margin: 0 auto 55px;
    text-align: center;
}

.union-services-tag {
    display: inline-block;
    margin-bottom: 13px;
    padding: 7px 17px;
    border-radius: 30px;
    background: rgba(0, 174, 186, 0.10);
    color: #00aeba;
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 1.5px;
}

.union-services-heading h2 {
    margin: 0 0 16px;
    color: #102a33;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.union-services-heading p {
    margin: 0;
    color: #667980;
    font-size: 16px;
    line-height: 1.8;
}

/* Grid */

.union-services-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
}

/* Card */

.union-service-card {
    position: relative;
    padding: 34px 30px 30px;
    background: #ffffff;
    border: 1px solid #e5f0f2;
    border-radius: 18px;
    box-shadow: 0 8px 30px rgba(16, 42, 51, 0.06);
    transition: all 0.35s ease;
    overflow: hidden;
}

.union-service-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background: #00aeba;
    transform: scaleX(0);
    transform-origin: left;
    transition: 0.35s ease;
}

.union-service-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 18px 40px rgba(0, 174, 186, 0.14);
    border-color: rgba(0, 174, 186, 0.25);
}

.union-service-card:hover::before {
    transform: scaleX(1);
}

/* Icon */

.union-service-icon {
    width: 62px;
    height: 62px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 22px;
    border-radius: 15px;
    background: rgba(0, 174, 186, 0.10);
    color: #00aeba;
    font-size: 27px;
    transition: 0.35s ease;
}

.union-service-card:hover .union-service-icon {
    background: #00aeba;
    color: #ffffff;
}

/* Content */

.union-service-card h3 {
    margin: 0 0 12px;
    color: #102a33;
    font-size: 21px;
    font-weight: 700;
}

.union-service-card p {
    min-height: 78px;
    margin: 0 0 20px;
    color: #718187;
    font-size: 14px;
    line-height: 1.75;
}

.union-service-card a {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: #00aeba;
    font-size: 14px;
    font-weight: 700;
    text-decoration: none;
    transition: 0.3s ease;
}

.union-service-card a i {
    font-size: 12px;
    transition: 0.3s ease;
}

.union-service-card a:hover {
    color: #008b95;
}

.union-service-card a:hover i {
    transform: translateX(5px);
}


/* ================= TABLET ================= */

@media (max-width: 991px) {

    .union-services-section {
        padding: 70px 20px;
    }

    .union-services-heading h2 {
        font-size: 34px;
    }

    .union-services-grid {
        grid-template-columns: repeat(2, 1fr);
    }

}


/* ================= MOBILE ================= */

@media (max-width: 767px) {

    .union-services-section {
        padding: 55px 15px;
    }

    .union-services-heading {
        margin-bottom: 35px;
    }

    .union-services-tag {
        font-size: 11px;
        padding: 6px 14px;
    }

    .union-services-heading h2 {
        font-size: 28px;
        line-height: 1.3;
    }

    .union-services-heading p {
        font-size: 14px;
        line-height: 1.7;
    }

    .union-services-grid {
        grid-template-columns: 1fr;
        gap: 18px;
    }

    .union-service-card {
        padding: 28px 23px;
        border-radius: 15px;
    }

    .union-service-icon {
        width: 56px;
        height: 56px;
        font-size: 24px;
    }

    .union-service-card h3 {
        font-size: 19px;
    }

    .union-service-card p {
        min-height: auto;
        font-size: 14px;
    }

}

/* =====================================================
   UNION LOGISTICS - MISSION & VISION
===================================================== */

.union-mv-section {
    position: relative;
    width: 100%;
    padding: 95px 20px;
    background: #f7fbfc;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.union-mv-container {
    max-width: 1180px;
    margin: auto;
}


/* ================= HEADING ================= */

.union-mv-heading {
    max-width: 700px;
    margin: 0 auto 60px;
    text-align: center;
}

.union-mv-heading > span {
    display: inline-block;
    padding: 7px 17px;
    margin-bottom: 14px;

    color: #00aeba;
    background: rgba(0, 174, 186, 0.09);

    border-radius: 50px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.union-mv-heading h2 {
    margin: 0 0 15px;

    color: #102a33;

    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
}

.union-mv-heading h2 strong {
    color: #00aeba;
}

.union-mv-heading p {
    margin: 0;

    color: #718187;

    font-size: 15px;
    line-height: 1.8;
}


/* ================= GRID ================= */

.union-mv-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}


/* ================= CARD ================= */

.union-mv-card {
    position: relative;

    display: flex;
    gap: 28px;

    padding: 38px 35px;

    background: #ffffff;

    border: 1px solid #e1eef0;

    border-radius: 22px;

    box-shadow: 0 12px 35px rgba(16, 42, 51, 0.07);

    overflow: hidden;

    transition: all 0.4s ease;
}


/* Animated Top Border */

.union-mv-card::before {
    content: "";

    position: absolute;

    top: 0;
    left: -100%;

    width: 100%;
    height: 4px;

    background: #00aeba;

    animation: unionMVBorder 4s linear infinite;
}

@keyframes unionMVBorder {

    0% {
        left: -100%;
    }

    50% {
        left: 0;
    }

    100% {
        left: 100%;
    }

}


/* Hover */

.union-mv-card:hover {
    transform: translateY(-8px);

    border-color: rgba(0, 174, 186, 0.3);

    box-shadow:
        0 20px 45px rgba(0, 174, 186, 0.13);
}


/* ================= ICON ================= */

.union-mv-icon-box {
    position: relative;

    flex: 0 0 75px;

    width: 75px;
    height: 75px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #00aeba;

    background: rgba(0, 174, 186, 0.08);

    border-radius: 18px;

    font-size: 30px;

    transition: all 0.4s ease;
}


/* Rotating Border */

.union-mv-icon-box::before {
    content: "";

    position: absolute;

    inset: -5px;

    border: 2px dashed #00aeba;

    border-radius: 22px;

    animation: unionMVRotate 7s linear infinite;
}

@keyframes unionMVRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


/* Icon Hover */

.union-mv-card:hover .union-mv-icon-box {
    color: #ffffff;
    background: #00aeba;
    transform: scale(1.05);
}


/* ================= CONTENT ================= */

.union-mv-content {
    flex: 1;
}

.union-mv-small-title {
    display: block;

    margin-bottom: 7px;

    color: #00aeba;

    font-size: 11px;
    font-weight: 800;

    letter-spacing: 1.5px;
}

.union-mv-content h3 {
    margin: 0 0 13px;

    color: #102a33;

    font-size: 23px;
    line-height: 1.3;
    font-weight: 750;
}

.union-mv-content p {
    margin: 0;

    color: #718187;

    font-size: 14px;
    line-height: 1.8;
}


/* ================= LINE ================= */

.union-mv-line {
    width: 55px;
    height: 3px;

    margin: 22px 0 17px;

    background: #00aeba;

    border-radius: 10px;
}


/* ================= POINTS ================= */

.union-mv-point {
    display: flex;
    align-items: center;

    gap: 10px;

    margin-top: 10px;

    color: #425861;

    font-size: 13px;
    font-weight: 600;
}

.union-mv-point i {
    width: 20px;
    height: 20px;

    display: flex;
    align-items: center;
    justify-content: center;

    color: #00aeba;

    background: rgba(0, 174, 186, 0.10);

    border-radius: 50%;

    font-size: 9px;
}


/* ================= FLOATING EFFECT ================= */

.union-mv-card:nth-child(1) {
    animation: unionMVFloat 5s ease-in-out infinite;
}

.union-mv-card:nth-child(2) {
    animation: unionMVFloat 5s ease-in-out infinite;
    animation-delay: 1s;
}

@keyframes unionMVFloat {

    0%,
    100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-4px);
    }

}

.union-mv-card:hover {
    animation-play-state: paused;
}


/* ================= TABLET ================= */

@media (max-width: 991px) {

    .union-mv-section {
        padding: 75px 20px;
    }

    .union-mv-heading h2 {
        font-size: 36px;
    }

    .union-mv-grid {
        gap: 20px;
    }

    .union-mv-card {
        padding: 30px 25px;
        gap: 22px;
    }

}


/* ================= MOBILE ================= */

@media (max-width: 767px) {

    .union-mv-section {
        padding: 60px 15px;
    }

    .union-mv-heading {
        margin-bottom: 40px;
    }

    .union-mv-heading h2 {
        font-size: 29px;
    }

    .union-mv-heading p {
        font-size: 14px;
    }

    .union-mv-grid {
        grid-template-columns: 1fr;
        gap: 20px;
    }

    .union-mv-card {
        display: block;
        padding: 30px 23px;
        border-radius: 17px;
    }

    .union-mv-icon-box {
        margin-bottom: 25px;
    }

    .union-mv-content h3 {
        font-size: 20px;
    }

    .union-mv-content p {
        font-size: 13.5px;
    }

}


/* ================= REDUCED MOTION ================= */

@media (prefers-reduced-motion: reduce) {

    .union-mv-card,
    .union-mv-card::before,
    .union-mv-icon-box::before {
        animation: none;
    }

}

/* =====================================================
   UNION LOGISTICS - WORK PROCESS
===================================================== */

.union-work-process {
    width: 100%;
    padding: 100px 20px;
    background: #ffffff;
    overflow: hidden;
    font-family: Arial, Helvetica, sans-serif;
}

.union-work-container {
    max-width: 1200px;
    margin: auto;
}


/* ================= HEADING ================= */

.union-work-heading {
    max-width: 750px;
    margin: 0 auto 70px;
    text-align: center;
}

.union-work-label {
    display: inline-block;
    padding: 7px 18px;
    margin-bottom: 15px;

    color: #00aeba;
    background: rgba(0, 174, 186, 0.09);

    border-radius: 50px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.7px;
}

.union-work-heading h2 {
    margin: 0 0 17px;

    color: #102a33;

    font-size: 42px;
    line-height: 1.2;
    font-weight: 800;
}

.union-work-heading h2 span {
    color: #00aeba;
}

.union-work-heading p {
    margin: 0;

    color: #718187;

    font-size: 15px;
    line-height: 1.8;
}


/* =====================================================
   PROCESS WRAPPER
===================================================== */

.union-process-wrapper {
    position: relative;

    display: grid;
    grid-template-columns: repeat(4, 1fr);

    gap: 25px;
}


/* ================= CONNECTING LINE ================= */

.union-process-line {
    position: absolute;

    top: 50px;
    left: 10%;
    right: 10%;

    height: 2px;

    background: #dceff1;

    z-index: 0;
}

.union-process-line-flow {
    width: 35%;
    height: 100%;

    background: #00aeba;

    box-shadow:
        0 0 8px rgba(0, 174, 186, 0.8),
        0 0 18px rgba(0, 174, 186, 0.4);

    animation: unionLineFlow 3s linear infinite;
}

@keyframes unionLineFlow {

    0% {
        transform: translateX(-100%);
    }

    100% {
        transform: translateX(390%);
    }

}


/* =====================================================
   PROCESS ITEM
===================================================== */

.union-process-item {
    position: relative;

    text-align: center;

    z-index: 2;
}


/* ================= NUMBER ================= */

.union-process-number {
    position: absolute;

    top: -12px;
    right: 20px;

    font-size: 11px;
    font-weight: 800;

    color: #00aeba;

    background: #ffffff;

    padding: 5px 8px;

    border-radius: 20px;

    border: 1px solid #d9eef0;

    z-index: 5;
}


/* ================= ICON ================= */

.union-process-icon {
    position: relative;

    width: 100px;
    height: 100px;

    margin: 0 auto 30px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: #ffffff;

    color: #00aeba;

    border-radius: 50%;

    font-size: 34px;

    z-index: 3;
}


/* INNER BORDER */

.union-process-icon::before {
    content: "";

    position: absolute;

    inset: 6px;

    border: 2px solid #00aeba;

    border-radius: 50%;
}


/* ANIMATED INFINITE BORDER */

.union-process-icon::after {
    content: "";

    position: absolute;

    inset: -5px;

    border-radius: 50%;

    border: 2px dashed #00aeba;

    animation: unionRotate 8s linear infinite;
}


@keyframes unionRotate {

    from {
        transform: rotate(0deg);
    }

    to {
        transform: rotate(360deg);
    }

}


/* ================= HOVER ================= */

.union-process-item:hover .union-process-icon {
    background: #00aeba;

    color: #ffffff;

    transform: translateY(-6px);

    box-shadow:
        0 10px 30px rgba(0, 174, 186, 0.25);
}

.union-process-item:hover .union-process-icon::before {
    border-color: #ffffff;
}

.union-process-item:hover .union-process-icon::after {
    animation-duration: 2s;
}


/* ================= CONTENT ================= */

.union-process-content {
    padding: 0 8px;
}

.union-process-content h3 {
    margin: 0 0 12px;

    color: #102a33;

    font-size: 20px;
    font-weight: 750;
}

.union-process-content p {
    margin: 0;

    color: #718187;

    font-size: 14px;

    line-height: 1.75;
}


/* =====================================================
   CARD GLOW ANIMATION
===================================================== */

.union-process-item::after {
    content: "";

    position: absolute;

    left: 50%;
    top: 48px;

    width: 115px;
    height: 115px;

    transform: translate(-50%, -50%);

    border-radius: 50%;

    border: 1px solid rgba(0, 174, 186, 0.15);

    animation: unionPulse 2.5s ease-in-out infinite;

    z-index: -1;
}

.union-process-item:nth-child(2)::after {
    animation-delay: .4s;
}

.union-process-item:nth-child(3)::after {
    animation-delay: .8s;
}

.union-process-item:nth-child(4)::after {
    animation-delay: 1.2s;
}

@keyframes unionPulse {

    0% {
        transform: translate(-50%, -50%) scale(.85);
        opacity: .2;
    }

    50% {
        transform: translate(-50%, -50%) scale(1.08);
        opacity: .7;
    }

    100% {
        transform: translate(-50%, -50%) scale(.85);
        opacity: .2;
    }

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .union-work-process {
        padding: 75px 20px;
    }

    .union-work-heading h2 {
        font-size: 35px;
    }

    .union-process-wrapper {
        grid-template-columns: repeat(2, 1fr);
        row-gap: 65px;
    }

    .union-process-line {
        display: none;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .union-work-process {
        padding: 60px 15px;
    }

    .union-work-heading {
        margin-bottom: 45px;
    }

    .union-work-heading h2 {
        font-size: 29px;
    }

    .union-work-heading p {
        font-size: 14px;
    }

    .union-process-wrapper {
        grid-template-columns: 1fr;
        gap: 50px;
    }

    .union-process-icon {
        width: 90px;
        height: 90px;

        font-size: 30px;

        margin-bottom: 24px;
    }

    .union-process-content h3 {
        font-size: 19px;
    }

    .union-process-content p {
        font-size: 13.5px;

        max-width: 380px;

        margin: auto;
    }

    .union-process-number {
        right: calc(50% - 65px);
    }

}


/* =====================================================
   REDUCED MOTION
===================================================== */

@media (prefers-reduced-motion: reduce) {

    .union-process-icon::after,
    .union-process-item::after,
    .union-process-line-flow {
        animation: none;
    }

}

/* ================= ALL INDIA BRANCHES ================= */

.union-branches-section {
    width: 100%;
    padding: 80px 20px;
    background: #f7fbfc;
    font-family: Arial, Helvetica, sans-serif;
}

.union-branches-container {
    max-width: 1200px;
    margin: auto;
}

/* Heading */

.union-branches-heading {
    max-width: 700px;
    margin: 0 auto 45px;
    text-align: center;
}

.union-branches-heading > span {
    display: inline-block;
    margin-bottom: 12px;
    padding: 7px 17px;

    color: #00aeba;
    background: rgba(0, 174, 186, 0.09);

    border-radius: 30px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.5px;
}

.union-branches-heading h2 {
    margin: 0 0 13px;

    color: #102a33;

    font-size: 40px;
    font-weight: 800;
}

.union-branches-heading h2 strong {
    color: #00aeba;
}

.union-branches-heading p {
    margin: 0;

    color: #718187;

    font-size: 15px;
    line-height: 1.7;
}


/* ================= GRID ================= */

.union-branches-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 14px;
}


/* ================= BRANCH ITEM ================= */

.union-branch-item {
    display: flex;
    align-items: center;

    gap: 12px;

    min-height: 58px;
    padding: 14px 17px;

    background: #ffffff;

    border: 1px solid #e2eef0;
    border-radius: 10px;

    color: #263f47;

    text-decoration: none;

    font-size: 14px;
    font-weight: 600;

    box-shadow: 0 4px 15px rgba(16, 42, 51, 0.04);

    transition: all 0.3s ease;
}

.union-branch-item i {
    width: 32px;
    height: 32px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    color: #00aeba;

    background: rgba(0, 174, 186, 0.09);

    border-radius: 50%;

    font-size: 13px;

    transition: all 0.3s ease;
}

.union-branch-item:hover {
    color: #00aeba;

    border-color: #00aeba;

    transform: translateY(-3px);

    box-shadow: 0 8px 20px rgba(0, 174, 186, 0.12);
}

.union-branch-item:hover i {
    color: #ffffff;
    background: #00aeba;
}


/* ================= TABLET ================= */

@media (max-width: 991px) {

    .union-branches-section {
        padding: 65px 20px;
    }

    .union-branches-heading h2 {
        font-size: 34px;
    }

    .union-branches-grid {
        grid-template-columns: repeat(3, 1fr);
    }

}


/* ================= MOBILE ================= */

@media (max-width: 767px) {

    .union-branches-section {
        padding: 55px 15px;
    }

    .union-branches-heading {
        margin-bottom: 30px;
    }

    .union-branches-heading h2 {
        font-size: 29px;
    }

    .union-branches-heading p {
        font-size: 14px;
    }

    .union-branches-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .union-branch-item {
        min-height: 52px;
        padding: 10px;

        gap: 8px;

        font-size: 12px;
    }

    .union-branch-item i {
        width: 28px;
        height: 28px;

        font-size: 11px;
    }

}


/* ================= SMALL MOBILE ================= */

@media (max-width: 400px) {

    .union-branches-grid {
        grid-template-columns: 1fr;
    }

    .union-branch-item {
        padding: 12px 15px;
        font-size: 13px;
    }

}
/* =====================================================
   UNION LOGISTICS LIGHT FOOTER
===================================================== */

.union-light-footer {

    position: relative;

    width: 100%;

    background:
        linear-gradient(
            135deg,
            #f4fcfd 0%,
            #eaf7f8 55%,
            #f8fcfc 100%
        );

    color: #19343d;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    overflow: hidden;

}


/* TOP LINE */

.union-light-footer::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 100%;
    height: 3px;

    background: #00aeba;

    box-shadow:
        0 0 12px rgba(0,174,186,0.35);

}


/* DECORATIVE CIRCLE */

.union-light-footer::after {

    content: "";

    position: absolute;

    width: 350px;
    height: 350px;

    right: -190px;
    bottom: -190px;

    border: 1px solid rgba(0,174,186,0.10);

    border-radius: 50%;

    pointer-events: none;

}


/* CONTAINER */

.union-light-footer-container {

    position: relative;

    max-width: 1200px;

    margin: auto;

    padding: 75px 20px 0;

    z-index: 2;

}


/* =====================================================
   GRID
===================================================== */

.union-light-footer-grid {

    display: grid;

    grid-template-columns:
        1.45fr
        0.8fr
        1.05fr
        1fr;

    gap: 50px;

    padding-bottom: 50px;

}


/* =====================================================
   LOGO
===================================================== */

.union-light-logo {

    display: inline-flex;

    align-items: center;

    gap: 12px;

    margin-bottom: 20px;

    color: #17343d;

    text-decoration: none;

}


.union-light-logo-icon {

    width: 52px;
    height: 52px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: #00aeba;

    border-radius: 13px;

    font-size: 22px;

    box-shadow:
        0 8px 22px rgba(0,174,186,0.20);

    transition: 0.3s ease;

}


.union-light-logo:hover
.union-light-logo-icon {

    transform: translateY(-3px);

}


.union-light-logo-text strong {

    display: block;

    color: #17343d;

    font-size: 20px;

    line-height: 1.1;

}


.union-light-logo-text small {

    display: block;

    margin-top: 5px;

    color: #00aeba;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.4px;

    text-transform: uppercase;

}


/* =====================================================
   ABOUT
===================================================== */

.union-light-about > p {

    max-width: 350px;

    margin: 0;

    color: #668087;

    font-size: 13.5px;

    line-height: 1.85;

}


/* =====================================================
   SOCIAL
===================================================== */

.union-light-social {

    display: flex;

    gap: 9px;

    margin-top: 22px;

}


.union-light-social a {

    width: 37px;
    height: 37px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #668087;

    background: #ffffff;

    border: 1px solid #dcecef;

    border-radius: 8px;

    text-decoration: none;

    font-size: 13px;

    transition: 0.3s ease;

}


.union-light-social a:hover {

    color: #ffffff;

    background: #00aeba;

    border-color: #00aeba;

    transform: translateY(-3px);

}


/* =====================================================
   COLUMN
===================================================== */

.union-light-column h3 {

    position: relative;

    margin: 0 0 24px;

    padding-bottom: 12px;

    color: #17343d;

    font-size: 17px;

    font-weight: 700;

}


.union-light-column h3::after {

    content: "";

    position: absolute;

    left: 0;
    bottom: 0;

    width: 38px;
    height: 2px;

    background: #00aeba;

    border-radius: 10px;

}


/* =====================================================
   LINKS
===================================================== */

.union-light-column ul {

    margin: 0;
    padding: 0;

    list-style: none;

}


.union-light-column ul li {

    margin-bottom: 12px;

}


.union-light-column ul li a {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    color: #668087;

    text-decoration: none;

    font-size: 13.5px;

    transition: 0.3s ease;

}


.union-light-column ul li a i {

    color: #00aeba;

    font-size: 10px;

    transition: 0.3s ease;

}


.union-light-column ul li a:hover {

    color: #00aeba;

    transform: translateX(4px);

}


/* =====================================================
   CONTACT
===================================================== */

.union-light-contact {

    display: flex;

    align-items: flex-start;

    gap: 12px;

    margin-bottom: 18px;

}


.union-light-contact-icon {

    width: 37px;
    height: 37px;

    flex-shrink: 0;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #00aeba;

    background: #ffffff;

    border: 1px solid #dcecef;

    border-radius: 8px;

    font-size: 12px;

}


.union-light-contact small {

    display: block;

    margin-bottom: 3px;

    color: #8ba0a6;

    font-size: 9px;

    font-weight: 800;

    letter-spacing: 1px;

    text-transform: uppercase;

}


.union-light-contact p {

    margin: 0;

    color: #668087;

    font-size: 13px;

    line-height: 1.6;

}


.union-light-contact a {

    color: #668087;

    text-decoration: none;

    transition: 0.3s ease;

}


.union-light-contact a:hover {

    color: #00aeba;

}


/* =====================================================
   CTA
===================================================== */

.union-light-cta {

    position: relative;

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 25px;

    padding: 25px 30px;

    background: #ffffff;

    border: 1px solid #dcecef;

    border-radius: 15px;

    box-shadow:
        0 8px 30px rgba(25,52,61,0.05);

    overflow: hidden;

}


.union-light-cta::before {

    content: "";

    position: absolute;

    left: -100%;

    top: 0;

    width: 65%;

    height: 2px;

    background: #00aeba;

    animation:
        unionLightFlow 4s linear infinite;

}


@keyframes unionLightFlow {

    0% {
        left: -65%;
    }

    100% {
        left: 100%;
    }

}


.union-light-cta-text span {

    display: block;

    margin-bottom: 5px;

    color: #00aeba;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.5px;

}


.union-light-cta-text h3 {

    margin: 0;

    color: #17343d;

    font-size: 21px;

    font-weight: 700;

}


.union-light-cta-btn {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    flex-shrink: 0;

    padding: 13px 22px;

    color: #ffffff;

    background: #00aeba;

    border-radius: 7px;

    text-decoration: none;

    font-size: 13px;

    font-weight: 700;

    transition: 0.3s ease;

}


.union-light-cta-btn:hover {

    color: #ffffff;

    background: #009aa5;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(0,174,186,0.22);

}


/* =====================================================
   BOTTOM
===================================================== */

.union-light-bottom {

    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 20px;

    margin-top: 40px;

    padding: 22px 0;

    border-top:
        1px solid #dcecef;

}


.union-light-bottom p {

    margin: 0;

    color: #82969c;

    font-size: 12px;

}


.union-light-bottom-links {

    display: flex;

    gap: 20px;

}


.union-light-bottom-links a {

    color: #82969c;

    text-decoration: none;

    font-size: 12px;

    transition: 0.3s ease;

}


.union-light-bottom-links a:hover {

    color: #00aeba;

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .union-light-footer-grid {

        grid-template-columns: repeat(2, 1fr);

        gap: 40px;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .union-light-footer-container {

        padding: 60px 18px 0;

    }


    .union-light-footer-grid {

        grid-template-columns: 1fr;

        gap: 35px;

        padding-bottom: 40px;

    }


    .union-light-about > p {

        max-width: 100%;

    }


    .union-light-cta {

        display: block;

        padding: 23px 20px;

    }


    .union-light-cta-text h3 {

        font-size: 19px;

        line-height: 1.4;

    }


    .union-light-cta-btn {

        margin-top: 18px;

    }


    .union-light-bottom {

        display: block;

        margin-top: 30px;

    }


    .union-light-bottom-links {

        flex-wrap: wrap;

        gap: 12px 18px;

        margin-top: 12px;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 400px) {

    .union-light-footer-container {

        padding-left: 15px;
        padding-right: 15px;

    }

    .union-light-logo-text strong {

        font-size: 18px;

    }

    .union-light-column h3 {

        font-size: 16px;

    }

}/* =====================================================
   UNION LOGISTICS PREMIUM MARQUEE
===================================================== */

.union-premium-marquee {

    position: relative;

    width: 100%;

    height: 37px;

    display: flex;

    align-items: center;

    background: #0154a7;

    border-top: 1px solid #dceff1;
    border-bottom: 1px solid #dceff1;

    box-shadow:
        0 4px 18px rgba(0,174,186,0.08);

    overflow: hidden;

}


/* LEFT BADGE */

.union-marquee-badge {

    position: relative;

    z-index: 5;

    width: 55px;

    height: 48px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    background: #00aeba;

    font-size: 17px;

    box-shadow:
        8px 0 18px rgba(0,174,186,0.12);

}


/* BADGE SHAPE */

.union-marquee-badge::after {

    content: "";

    position: absolute;

    right: -12px;

    top: 0;

    width: 25px;

    height: 48px;

    background: #00aeba;

    clip-path: polygon(
        0 0,
        50% 50%,
        0 100%,
        100% 100%,
        100% 0
    );

}


/* ICON ANIMATION */

.union-marquee-badge i {

    position: relative;

    z-index: 2;

    animation:
        unionTruckMove 2s ease-in-out infinite;

}


@keyframes unionTruckMove {

    0%,100% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(4px);
    }

}


/* MARQUEE AREA */

.union-marquee-line {

    width: calc(100% - 55px);

    overflow: hidden;

    padding-left: 22px;

}


/* MARQUEE */

.union-marquee-line marquee {

    display: block;

    width: 100%;

    height: 30px;

    line-height: 30px;

    white-space: nowrap;

    color: #fff;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    font-size: 13px;

}


/* ITEMS */

.union-marquee-item {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    font-weight: 700;

    letter-spacing: 0.15px;

}


/* ITEM ICON */

.union-marquee-item i {

    color: #00aeba;

    font-size: 12px;

}


/* SEPARATOR */

.union-marquee-dot {

    display: inline-block;

    margin: 0 20px;

    color: #00aeba;

    font-size: 11px;

    vertical-align: middle;

    opacity: 0.75;

}


/* =====================================================
   ANIMATED SHINE
===================================================== */

.union-premium-marquee::before {

    content: "";

    position: absolute;

    top: 0;

    left: -120px;

    width: 90px;

    height: 1px;

    background: #00aeba;

    box-shadow:
        0 0 12px #00aeba;

    animation:
        unionMarqueeShine 4s linear infinite;

}


@keyframes unionMarqueeShine {

    0% {
        left: -120px;
    }

    100% {
        left: 100%;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .union-premium-marquee {

        height: 42px;

    }

    .union-marquee-badge {

        width: 46px;

        height: 42px;

        font-size: 14px;

    }

    .union-marquee-badge::after {

        height: 42px;

        right: -10px;

    }

    .union-marquee-line {

        width: calc(100% - 46px);

        padding-left: 18px;

    }

    .union-marquee-line marquee {

        height: 26px;

        line-height: 26px;

        font-size: 11.5px;

    }

    .union-marquee-item {

        gap: 5px;

    }

    .union-marquee-item i {

        font-size: 10px;

    }

    .union-marquee-dot {

        margin: 0 12px;

        font-size: 9px;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 380px) {

    .union-premium-marquee {

        height: 40px;

    }

    .union-marquee-badge {

        width: 42px;

        height: 40px;

    }

    .union-marquee-badge::after {

        height: 40px;

    }

    .union-marquee-line {

        width: calc(100% - 42px);

        padding-left: 15px;

    }

    .union-marquee-line marquee {

        font-size: 11px;

    }

}



/* =====================================================
   UNIONCON CONTACT SECTION
===================================================== */

.unioncon-contact-section {

    width: 100%;

    padding: 85px 20px;

    background:
        linear-gradient(
            135deg,
            #f8ffff 0%,
            #edf9fa 50%,
            #ffffff 100%
        );

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    overflow: hidden;

}


.unioncon-contact-container {

    max-width: 1180px;

    margin: auto;

}


.unioncon-contact-grid {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 60px;

    align-items: center;

}


/* =====================================================
   LEFT IMAGE
===================================================== */

.unioncon-contact-image {

    position: relative;

}


.unioncon-image-frame {

    position: relative;

    width: 100%;

    height: 590px;

    padding: 9px;

    background: #ffffff;

    border: 1px solid #d8edef;

    border-radius: 24px;

    box-shadow:
        0 20px 50px rgba(18,55,63,0.10);

    overflow: hidden;

}


.unioncon-image-frame::before {

    content: "";

    position: absolute;

    top: 0;
    left: 0;

    width: 110px;
    height: 110px;

    border-top: 4px solid #00aeba;

    border-left: 4px solid #00aeba;

    border-radius: 20px 0 0 0;

    z-index: 2;

    pointer-events: none;

}


.unioncon-image-frame img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    border-radius: 17px;

}


/* Bottom Image Gradient */

.unioncon-image-frame::after {

    content: "";

    position: absolute;

    left: 9px;
    right: 9px;
    bottom: 9px;

    height: 35%;

    background:
        linear-gradient(
            to top,
            rgba(8,39,46,0.65),
            transparent
        );

    border-radius: 0 0 17px 17px;

    pointer-events: none;

}


/* =====================================================
   FLOATING CARD
===================================================== */

.unioncon-image-card {

    position: absolute;

    left: 30px;
    bottom: 32px;

    z-index: 5;

    display: flex;

    align-items: center;

    gap: 12px;

    padding: 13px 18px;

    background: rgba(255,255,255,0.96);

    border: 1px solid #dceff1;

    border-radius: 12px;

    box-shadow:
        0 12px 30px rgba(12,47,55,0.18);

}


.unioncon-image-card-icon {

    width: 40px;
    height: 40px;

    display: flex;

    align-items: center;
    justify-content: center;

    color: #ffffff;

    background: #00aeba;

    border-radius: 9px;

    font-size: 16px;

}


.unioncon-image-card strong {

    display: block;

    color: #17343d;

    font-size: 13px;

}


.unioncon-image-card span {

    display: block;

    margin-top: 3px;

    color: #789097;

    font-size: 11px;

}


/* =====================================================
   FORM BOX
===================================================== */

.unioncon-contact-form-box {

    padding: 38px;

    background: #ffffff;

    border: 1px solid #dcecef;

    border-radius: 22px;

    box-shadow:
        0 20px 55px rgba(18,55,63,0.08);

}


.unioncon-form-heading {

    margin-bottom: 25px;

}


.unioncon-form-tag {

    display: inline-flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 12px;

    padding: 7px 13px;

    color: #00aeba;

    background: #e9f9fa;

    border: 1px solid #d2f0f2;

    border-radius: 50px;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.2px;

}


.unioncon-form-heading h2 {

    margin: 0 0 10px;

    color: #17343d;

    font-size: 34px;

    line-height: 1.2;

    font-weight: 800;

}


.unioncon-form-heading h2 strong {

    color: #00aeba;

}


.unioncon-form-heading p {

    margin: 0;

    color: #748b92;

    font-size: 13.5px;

    line-height: 1.8;

}


/* =====================================================
   FORM ROW
===================================================== */

.unioncon-form-row {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 15px;

}


/* =====================================================
   FORM GROUP
===================================================== */

.unioncon-form-group {

    margin-bottom: 15px;

}


.unioncon-form-group label {

    display: block;

    margin-bottom: 7px;

    color: #28464e;

    font-size: 11px;

    font-weight: 700;

}


/* =====================================================
   INPUT
===================================================== */

.unioncon-input {

    position: relative;

    display: flex;

    align-items: center;

    width: 100%;

}


.unioncon-input > i {

    position: absolute;

    left: 14px;

    color: #00aeba;

    font-size: 12px;

    pointer-events: none;

}


.unioncon-input input,
.unioncon-input select,
.unioncon-input textarea {

    width: 100%;

    box-sizing: border-box;

    color: #27434b;

    background: #f7fbfc;

    border: 1px solid #dcecef;

    border-radius: 8px;

    outline: none;

    font-family: inherit;

    font-size: 12.5px;

    transition: 0.3s ease;

}


.unioncon-input input,
.unioncon-input select {

    height: 45px;

    padding:
        0 13px 0 39px;

}


.unioncon-input textarea {

    min-height: 85px;

    resize: vertical;

    padding:
        13px 13px 13px 39px;

}


.unioncon-input input::placeholder,
.unioncon-input textarea::placeholder {

    color: #9aadb2;

}


.unioncon-input select {

    appearance: none;

    cursor: pointer;

}


.unioncon-input:focus-within input,
.unioncon-input:focus-within select,
.unioncon-input:focus-within textarea {

    border-color: #00aeba;

    background: #ffffff;

    box-shadow:
        0 0 0 3px rgba(0,174,186,0.08);

}


/* =====================================================
   SUBMIT BUTTON
===================================================== */

.unioncon-submit-btn {

    width: 100%;

    min-height: 48px;

    display: flex;

    align-items: center;

    justify-content: center;

    gap: 12px;

    margin-top: 4px;

    padding: 13px 20px;

    color: #ffffff;

    background: #00aeba;

    border: none;

    border-radius: 8px;

    cursor: pointer;

    font-family: inherit;

    font-size: 13px;

    font-weight: 700;

    box-shadow:
        0 9px 22px rgba(0,174,186,0.18);

    transition: 0.3s ease;

}


.unioncon-submit-btn i {

    transition: 0.3s ease;

}


.unioncon-submit-btn:hover {

    background: #009aa5;

    transform: translateY(-2px);

    box-shadow:
        0 12px 27px rgba(0,174,186,0.25);

}


.unioncon-submit-btn:hover i {

    transform: translateX(5px);

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .unioncon-contact-section {

        padding: 70px 20px;

    }


    .unioncon-contact-grid {

        grid-template-columns: 1fr;

        gap: 40px;

    }


    .unioncon-image-frame {

        height: 520px;

    }


    .unioncon-contact-form-box {

        max-width: 750px;

        width: 100%;

        box-sizing: border-box;

        margin: auto;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .unioncon-contact-section {

        padding: 55px 15px;

    }


    .unioncon-contact-grid {

        gap: 30px;

    }


    .unioncon-image-frame {

        height: 420px;

        padding: 6px;

        border-radius: 18px;

    }


    .unioncon-image-frame img {

        border-radius: 13px;

    }


    .unioncon-image-frame::after {

        left: 6px;
        right: 6px;
        bottom: 6px;

        border-radius: 0 0 13px 13px;

    }


    .unioncon-image-card {

        left: 20px;

        bottom: 20px;

        padding: 10px 13px;

    }


    .unioncon-image-card-icon {

        width: 35px;
        height: 35px;

        font-size: 14px;

    }


    .unioncon-image-card strong {

        font-size: 11px;

    }


    .unioncon-image-card span {

        font-size: 9px;

    }


    .unioncon-contact-form-box {

        padding: 25px 18px;

        border-radius: 17px;

    }


    .unioncon-form-heading h2 {

        font-size: 28px;

    }


    .unioncon-form-heading p {

        font-size: 12.5px;

    }


    .unioncon-form-row {

        grid-template-columns: 1fr;

        gap: 0;

    }


    .unioncon-input input,
    .unioncon-input select {

        height: 43px;

    }


    .unioncon-input textarea {

        min-height: 80px;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 400px) {

    .unioncon-contact-section {

        padding-left: 12px;
        padding-right: 12px;

    }


    .unioncon-image-frame {

        height: 380px;

    }


    .unioncon-contact-form-box {

        padding: 22px 15px;

    }


    .unioncon-form-heading h2 {

        font-size: 25px;

    }

}/* =====================================================
   UNIONCON ABOUT BREADCRUMB
===================================================== */

.unicon-about-breadcrumb {

    position: relative;

    width: 100%;

    min-height: 260px;

    display: flex;

    align-items: center;

    padding: 55px 20px;

    box-sizing: border-box;

    background-image:
        url("../img/ChatGPT Image Sep 11, 2026, 04_44_07 AM.png");

    background-size: cover;

    background-position: center 55%;

    background-repeat: no-repeat;

    overflow: hidden;

    font-family:
        Arial,
        Helvetica,
        sans-serif;

}


/* =====================================================
   LIGHT DARK OVERLAY
===================================================== */

.unicon-breadcrumb-overlay {

    position: absolute;

    inset: 0;

    background:
        linear-gradient(
            90deg,
            rgba(8, 36, 42, 0.82) 0%,
            rgba(8, 36, 42, 0.68) 48%,
            rgba(8, 36, 42, 0.35) 100%
        );

}


/* =====================================================
   CONTAINER
===================================================== */

.unicon-breadcrumb-container {

    position: relative;

    z-index: 2;

    width: 100%;

    max-width: 1180px;

    margin: auto;

}


/* =====================================================
   CONTENT
===================================================== */

.unicon-breadcrumb-content {

    padding-left: 22px;

    border-left: 4px solid #00aeba;

}


/* =====================================================
   LABEL
===================================================== */

.unicon-breadcrumb-label {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 12px;

    color: #8ff5fa;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.7px;

}


.unicon-breadcrumb-label i {

    color: #00aeba;

    font-size: 12px;

}


/* =====================================================
   TITLE
===================================================== */

.unicon-breadcrumb-content h1 {

    margin: 0 0 15px;

    color: #ffffff;

    font-size: 44px;

    line-height: 1.1;

    font-weight: 800;

}


/* =====================================================
   BREADCRUMB
===================================================== */

.unicon-breadcrumb-nav {

    display: flex;

    align-items: center;

    gap: 10px;

    font-size: 13px;

}


.unicon-breadcrumb-nav a {

    display: inline-flex;

    align-items: center;

    gap: 6px;

    color: #e3f2f3;

    text-decoration: none;

    transition: 0.3s ease;

}


.unicon-breadcrumb-nav a:hover {

    color: #70edf2;

}


.unicon-breadcrumb-nav a i {

    color: #00aeba;

    font-size: 11px;

}


.unicon-breadcrumb-nav span {

    color: rgba(255,255,255,0.45);

}


.unicon-breadcrumb-nav strong {

    color: #70edf2;

    font-weight: 700;

}


/* =====================================================
   DECORATIVE CIRCLE
===================================================== */

.unicon-about-breadcrumb::after {

    content: "";

    position: absolute;

    width: 230px;

    height: 230px;

    right: 7%;

    top: 50%;

    transform: translateY(-50%);

    border: 1px solid rgba(255,255,255,0.15);

    border-radius: 50%;

    z-index: 1;

}


/* INNER CIRCLE */

.unicon-about-breadcrumb::before {

    content: "";

    position: absolute;

    width: 170px;

    height: 170px;

    right: calc(7% + 30px);

    top: 50%;

    transform: translateY(-50%);

    border: 1px dashed rgba(0,174,186,0.45);

    border-radius: 50%;

    z-index: 1;

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .unicon-about-breadcrumb {

        min-height: 230px;

        background-position: center;

    }

    .unicon-breadcrumb-content h1 {

        font-size: 38px;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .unicon-about-breadcrumb {

        min-height: 210px;

        padding: 45px 18px;

        background-position: center;

    }


    .unicon-breadcrumb-content {

        padding-left: 15px;

        border-left-width: 3px;

    }


    .unicon-breadcrumb-content h1 {

        font-size: 32px;

        margin-bottom: 12px;

    }


    .unicon-breadcrumb-label {

        font-size: 9px;

        letter-spacing: 1.3px;

    }


    .unicon-breadcrumb-nav {

        font-size: 11.5px;

    }


    .unicon-about-breadcrumb::after {

        width: 150px;

        height: 150px;

        right: -65px;

    }


    .unicon-about-breadcrumb::before {

        width: 110px;

        height: 110px;

        right: -45px;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 480px) {

    .unicon-about-breadcrumb {

        min-height: 190px;

        padding: 40px 15px;

    }


    .unicon-breadcrumb-content h1 {

        font-size: 28px;

    }


    .unicon-breadcrumb-label {

        margin-bottom: 9px;

    }

}/* =====================================================
   UNION LOGISTICS FAQ
===================================================== */

.union-faq-section {
    width: 100%;
    padding: 95px 20px;
    background: #0f2730;
    font-family: Arial, Helvetica, sans-serif;
    overflow: hidden;
}

.union-faq-container {
    max-width: 1180px;
    margin: auto;
}


/* ================= HEADING ================= */

.union-faq-heading {
    max-width: 720px;
    margin: 0 auto 60px;
    text-align: center;
}

.union-faq-heading > span {
    display: inline-block;

    padding: 7px 18px;
    margin-bottom: 14px;

    color: #00aeba;
    background: rgba(0, 174, 186, 0.12);

    border: 1px solid rgba(0, 174, 186, 0.25);
    border-radius: 50px;

    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1.6px;
}

.union-faq-heading h2 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 40px;
    line-height: 1.2;
    font-weight: 800;
}

.union-faq-heading h2 strong {
    color: #00aeba;
}

.union-faq-heading p {
    margin: 0;

    color: #9eb1b7;

    font-size: 15px;
    line-height: 1.8;
}


/* =====================================================
   LAYOUT
===================================================== */

.union-faq-layout {
    display: grid;
    grid-template-columns: 0.85fr 1.35fr;
    gap: 65px;
    align-items: start;
}


/* =====================================================
   LEFT SIDE
===================================================== */

.union-faq-left {
    position: relative;

    padding: 38px 32px;

    background:
        linear-gradient(
            145deg,
            rgba(0,174,186,0.13),
            rgba(255,255,255,0.025)
        );

    border: 1px solid rgba(0,174,186,0.22);

    border-radius: 22px;

    overflow: hidden;
}

.union-faq-left::before {
    content: "";

    position: absolute;

    top: 0;
    left: -100%;

    width: 100%;
    height: 3px;

    background: #00aeba;

    animation: unionFaqBorder 4s linear infinite;
}

@keyframes unionFaqBorder {

    0% {
        left: -100%;
    }

    50% {
        left: 0;
    }

    100% {
        left: 100%;
    }

}


/* Icon */

.union-faq-badge {
    width: 65px;
    height: 65px;

    display: flex;
    align-items: center;
    justify-content: center;

    margin-bottom: 25px;

    color: #00aeba;

    background: rgba(0,174,186,0.12);

    border: 1px solid rgba(0,174,186,0.3);

    border-radius: 17px;

    font-size: 28px;

    animation: unionFaqPulse 2.5s ease-in-out infinite;
}

@keyframes unionFaqPulse {

    0%, 100% {
        box-shadow: 0 0 0 rgba(0,174,186,0);
    }

    50% {
        box-shadow: 0 0 25px rgba(0,174,186,0.20);
    }

}

.union-faq-left h3 {
    margin: 0 0 15px;

    color: #ffffff;

    font-size: 27px;
    line-height: 1.3;
}

.union-faq-left h3 span {
    color: #00aeba;
}

.union-faq-left p {
    margin: 0 0 25px;

    color: #9eb1b7;

    font-size: 14px;
    line-height: 1.8;
}


/* Contact Button */

.union-faq-contact {
    display: inline-flex;
    align-items: center;

    gap: 10px;

    padding: 13px 20px;

    color: #ffffff;
    background: #00aeba;

    border-radius: 8px;

    text-decoration: none;

    font-size: 13px;
    font-weight: 700;

    transition: 0.3s ease;
}

.union-faq-contact:hover {
    color: #ffffff;

    transform: translateY(-3px);

    box-shadow: 0 10px 25px rgba(0,174,186,0.25);
}


/* =====================================================
   FAQ LIST
===================================================== */

.union-faq-list {
    display: flex;
    flex-direction: column;
    gap: 13px;
}


/* FAQ Item */

.union-faq-item {
    position: relative;

    background: #142f38;

    border: 1px solid rgba(255,255,255,0.08);

    border-radius: 12px;

    overflow: hidden;

    transition: 0.35s ease;
}

.union-faq-item:hover {
    border-color: rgba(0,174,186,0.35);
}

.union-faq-item.active {
    border-color: rgba(0,174,186,0.45);

    box-shadow:
        0 8px 30px rgba(0,174,186,0.08);
}


/* Question */

.union-faq-question {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;

    gap: 20px;

    padding: 20px 22px;

    border: none;
    outline: none;

    color: #ffffff;
    background: transparent;

    text-align: left;

    cursor: pointer;

    font-size: 15px;
    font-weight: 600;
}

.union-faq-question i {
    width: 28px;
    height: 28px;

    display: flex;
    align-items: center;
    justify-content: center;

    flex-shrink: 0;

    color: #00aeba;

    border: 1px solid rgba(0,174,186,0.35);

    border-radius: 50%;

    font-size: 10px;

    transition: 0.35s ease;
}

.union-faq-item.active .union-faq-question i {
    color: #ffffff;
    background: #00aeba;

    transform: rotate(45deg);
}


/* Answer */

.union-faq-answer {
    display: grid;

    grid-template-rows: 0fr;

    transition: grid-template-rows 0.4s ease;
}

.union-faq-answer p {
    overflow: hidden;

    margin: 0;

    padding: 0 22px;

    color: #9eb1b7;

    font-size: 13.5px;
    line-height: 1.8;

    transition: padding 0.4s ease;
}

.union-faq-item.active .union-faq-answer {
    grid-template-rows: 1fr;
}

.union-faq-item.active .union-faq-answer p {
    padding: 0 22px 20px;
}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .union-faq-section {
        padding: 75px 20px;
    }

    .union-faq-heading h2 {
        font-size: 35px;
    }

    .union-faq-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .union-faq-left {
        max-width: 700px;
    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .union-faq-section {
        padding: 60px 15px;
    }

    .union-faq-heading {
        margin-bottom: 40px;
    }

    .union-faq-heading h2 {
        font-size: 29px;
    }

    .union-faq-heading p {
        font-size: 14px;
    }

    .union-faq-left {
        padding: 28px 22px;
        border-radius: 17px;
    }

    .union-faq-left h3 {
        font-size: 23px;
    }

    .union-faq-question {
        padding: 17px 15px;
        font-size: 13.5px;
    }

    .union-faq-question i {
        width: 25px;
        height: 25px;
    }

    .union-faq-item.active .union-faq-answer p {
        padding: 0 15px 17px;
    }

    .union-faq-answer p {
        padding-left: 15px;
        padding-right: 15px;

        font-size: 13px;
    }

}


/* ================= REDUCED MOTION ================= */

@media (prefers-reduced-motion: reduce) {

    .union-faq-left::before,
    .union-faq-badge {
        animation: none;
    }

}/* =====================================================
   UNIONCON HOUSEHOLD SHIFTING
===================================================== */

.unioncon-household-section {

    width: 100%;

    padding: 85px 20px;

    background:
        linear-gradient(
            135deg,
            #f7fcfd 0%,
            #eaf8f9 52%,
            #ffffff 100%
        );

    font-family:
        Arial,
        Helvetica,
        sans-serif;

    overflow: hidden;

}


.unioncon-household-container {

    max-width: 1180px;

    margin: auto;

}


.unioncon-household-grid {

    display: grid;

    grid-template-columns: 1.05fr 0.95fr;

    gap: 65px;

    align-items: center;

}


/* =====================================================
   CONTENT
===================================================== */

.unioncon-household-tag {

    display: inline-flex;

    align-items: center;

    gap: 8px;

    margin-bottom: 14px;

    padding: 7px 13px;

    color: #00aeba;

    background: #e8f9fa;

    border: 1px solid #d1eff1;

    border-radius: 50px;

    font-size: 10px;

    font-weight: 800;

    letter-spacing: 1.4px;

}


.unioncon-household-tag i {

    font-size: 11px;

}


.unioncon-household-content h2 {

    margin: 0 0 18px;

    color: #17343d;

    font-size: 42px;

    line-height: 1.18;

    font-weight: 800;

}


.unioncon-household-content h2 span {

    display: block;

    color: #00aeba;

}


.unioncon-household-content > p {

    margin: 0 0 12px;

    color: #71888f;

    font-size: 13.5px;

    line-height: 1.85;

}


.unioncon-household-content .unioncon-household-intro {

    color: #536f77;

    font-size: 14px;

}


/* =====================================================
   FEATURES
===================================================== */

.unioncon-household-features {

    display: grid;

    grid-template-columns: 1fr 1fr;

    gap: 12px;

    margin-top: 26px;

}


.unioncon-household-feature {

    display: flex;

    align-items: flex-start;

    gap: 11px;

    padding: 14px;

    background: rgba(255,255,255,0.78);

    border: 1px solid #dcecef;

    border-radius: 11px;

    transition: 0.3s ease;

}


.unioncon-household-feature:hover {

    background: #ffffff;

    border-color: #bce4e7;

    transform: translateY(-3px);

    box-shadow:
        0 10px 25px rgba(20,70,78,0.07);

}


.unioncon-household-feature-icon {

    width: 37px;

    height: 37px;

    flex-shrink: 0;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #00aeba;

    background: #e9f9fa;

    border-radius: 9px;

    font-size: 13px;

}


.unioncon-household-feature h4 {

    margin: 1px 0 4px;

    color: #25454d;

    font-size: 12.5px;

    font-weight: 700;

}


.unioncon-household-feature p {

    margin: 0;

    color: #81959a;

    font-size: 10.5px;

    line-height: 1.5;

}


/* =====================================================
   BUTTONS
===================================================== */

.unioncon-household-buttons {

    display: flex;

    align-items: center;

    gap: 18px;

    margin-top: 27px;

}


.unioncon-household-btn {

    display: inline-flex;

    align-items: center;

    gap: 10px;

    padding: 13px 21px;

    color: #ffffff;

    background: #00aeba;

    border-radius: 8px;

    text-decoration: none;

    font-size: 12.5px;

    font-weight: 700;

    box-shadow:
        0 9px 22px rgba(0,174,186,0.18);

    transition: 0.3s ease;

}


.unioncon-household-btn:hover {

    color: #ffffff;

    background: #0099a5;

    transform: translateY(-2px);

}


.unioncon-household-btn i {

    transition: 0.3s ease;

}


.unioncon-household-btn:hover i {

    transform: translateX(4px);

}


.unioncon-household-call {

    display: flex;

    align-items: center;

    gap: 9px;

    color: #27464e;

    text-decoration: none;

}


.unioncon-household-call > i {

    width: 38px;

    height: 38px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #00aeba;

    background: #ffffff;

    border: 1px solid #dcecef;

    border-radius: 50%;

    font-size: 12px;

}


.unioncon-household-call small {

    display: block;

    margin-bottom: 2px;

    color: #8a9da1;

    font-size: 9px;

}


.unioncon-household-call strong {

    display: block;

    color: #25454d;

    font-size: 12px;

}


/* =====================================================
   IMAGE
===================================================== */

.unioncon-household-image {

    position: relative;

    padding: 12px;

}


.unioncon-household-image-box {

    position: relative;

    height: 555px;

    padding: 8px;

    background: #ffffff;

    border: 1px solid #d9edef;

    border-radius: 22px;

    box-shadow:
        0 22px 50px rgba(19,60,68,0.11);

}


.unioncon-household-image-box::before {

    content: "";

    position: absolute;

    top: -12px;

    right: -12px;

    width: 100px;

    height: 100px;

    border-top: 3px solid #00aeba;

    border-right: 3px solid #00aeba;

    border-radius: 0 20px 0 0;

    z-index: 2;

}


.unioncon-household-image-box img {

    width: 100%;

    height: 100%;

    display: block;

    object-fit: cover;

    border-radius: 15px;

}


/* IMAGE OVERLAY */

.unioncon-household-image-box::after {

    content: "";

    position: absolute;

    left: 8px;

    right: 8px;

    bottom: 8px;

    height: 35%;

    border-radius: 0 0 15px 15px;

    background:
        linear-gradient(
            to top,
            rgba(8,40,46,0.55),
            transparent
        );

    pointer-events: none;

}


/* =====================================================
   IMAGE BADGE
===================================================== */

.unioncon-household-badge {

    position: absolute;

    left: 25px;

    bottom: 27px;

    z-index: 5;

    display: flex;

    align-items: center;

    gap: 10px;

    padding: 11px 15px;

    background: rgba(255,255,255,0.96);

    border: 1px solid #dcecef;

    border-radius: 10px;

    box-shadow:
        0 10px 25px rgba(8,40,46,0.18);

}


.unioncon-household-badge-icon {

    width: 35px;

    height: 35px;

    display: flex;

    align-items: center;

    justify-content: center;

    color: #ffffff;

    background: #00aeba;

    border-radius: 8px;

    font-size: 12px;

}


.unioncon-household-badge strong {

    display: block;

    color: #23434b;

    font-size: 11.5px;

}


.unioncon-household-badge span {

    display: block;

    margin-top: 3px;

    color: #81959a;

    font-size: 9.5px;

}


/* =====================================================
   INFO CARD
===================================================== */

.unioncon-household-info-card {

    position: absolute;

    right: -8px;

    top: 42px;

    z-index: 5;

    display: flex;

    align-items: center;

    gap: 9px;

    padding: 11px 14px;

    background: #ffffff;

    border: 1px solid #dcecef;

    border-radius: 10px;

    box-shadow:
        0 10px 25px rgba(20,60,68,0.10);

}


.unioncon-household-info-card > i {

    color: #00aeba;

    font-size: 17px;

}


.unioncon-household-info-card strong {

    display: block;

    color: #28474e;

    font-size: 11px;

}


.unioncon-household-info-card span {

    display: block;

    margin-top: 2px;

    color: #87999e;

    font-size: 9px;

}


/* =====================================================
   TABLET
===================================================== */

@media (max-width: 991px) {

    .unioncon-household-section {

        padding: 70px 20px;

    }


    .unioncon-household-grid {

        grid-template-columns: 1fr;

        gap: 45px;

    }


    .unioncon-household-content {

        max-width: 850px;

    }


    .unioncon-household-image {

        max-width: 700px;

        width: 100%;

        margin: auto;

    }

}


/* =====================================================
   MOBILE
===================================================== */

@media (max-width: 767px) {

    .unioncon-household-section {

        padding: 55px 15px;

    }


    .unioncon-household-grid {

        gap: 35px;

    }


    .unioncon-household-content h2 {

        font-size: 30px;

    }


    .unioncon-household-content > p {

        font-size: 12.5px;

        line-height: 1.75;

    }


    .unioncon-household-features {

        grid-template-columns: 1fr;

        gap: 10px;

    }


    .unioncon-household-feature {

        padding: 12px;

    }


    .unioncon-household-buttons {

        align-items: stretch;

        flex-direction: column;

        gap: 12px;

    }


    .unioncon-household-btn {

        justify-content: center;

    }


    .unioncon-household-call {

        justify-content: center;

    }


    .unioncon-household-image {

        padding: 7px;

    }


    .unioncon-household-image-box {

        height: 430px;

        padding: 6px;

        border-radius: 17px;

    }


    .unioncon-household-image-box img {

        border-radius: 12px;

    }


    .unioncon-household-image-box::after {

        left: 6px;

        right: 6px;

        bottom: 6px;

        border-radius: 0 0 12px 12px;

    }


    .unioncon-household-badge {

        left: 17px;

        bottom: 18px;

    }


    .unioncon-household-info-card {

        right: -2px;

        top: 22px;

    }

}


/* =====================================================
   SMALL MOBILE
===================================================== */

@media (max-width: 400px) {

    .unioncon-household-content h2 {

        font-size: 27px;

    }


    .unioncon-household-image-box {

        height: 380px;

    }


    .unioncon-household-info-card {

        padding: 9px 11px;

    }

}
