/********** Template CSS **********/
:root {
    --primary: #1B5E3B;
    --secondary: #6BA83A;
    --accent: #C4A035;
    --light: #EEF4EC;
    --dark: #0B1F14;
    scroll-behavior: auto;
}

html,
:root,
html.ig-native-scroll {
    scroll-behavior: auto !important;
}

html {
    font-size: 16px;
    background: #f3f7f1;
    scroll-padding-top: 96px;
    overscroll-behavior-y: auto;
    -webkit-overflow-scrolling: touch;
}

html.ig-native-scroll,
html.ig-native-scroll body {
    overscroll-behavior-y: auto;
    -webkit-overflow-scrolling: touch;
}

html.native-smooth-scroll {
    scroll-behavior: auto !important;
}

@media (prefers-reduced-motion: reduce) {
    html,
    html.ig-native-scroll,
    html.native-smooth-scroll {
        scroll-behavior: auto;
        overscroll-behavior-y: auto;
    }
}

body {
    isolation: isolate;
    font-family: var(--font-source-sans), "Source Sans 3", sans-serif;
    color: #4d5b54;
    background-color: #f3f7f1;
    background-image:
        radial-gradient(ellipse 90% 55% at 0% -5%, rgba(107, 168, 58, 0.14), transparent 52%),
        radial-gradient(ellipse 70% 45% at 100% 8%, rgba(196, 160, 53, 0.1), transparent 48%),
        linear-gradient(180deg, #f8fbf6 0%, #eef4ec 42%, #f3f7f1 100%);
}

body::before {
    content: "";
    position: fixed;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    opacity: 0.28;
    background-image: url("data:image/svg+xml,%3Csvg width='120' height='120' viewBox='0 0 120 120' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%231B5E3B' stroke-opacity='0.06' stroke-width='1'%3E%3Cpath d='M0 60h120M60 0v120'/%3E%3Cpath d='M0 0l120 120M120 0L0 120' stroke-opacity='0.035'/%3E%3Ccircle cx='60' cy='60' r='18' stroke-opacity='0.05'/%3E%3C/g%3E%3C/svg%3E");
    background-size: 120px 120px;
}

h1, h2, h3, h4, h5, h6,
.display-1, .display-2, .display-3, .display-4, .display-5, .display-6 {
    font-family: var(--font-libre), "Libre Baskerville", serif;
}

.brand-logo {
    height: 64px;
    width: auto;
    max-width: 160px;
    object-fit: contain;
}

body:not(.page-home):not(.contact-page):not(.page-careers) .footer {
    margin-top: 6rem;
}

.navbar-brand.brand-panel {
    background: #ffffff !important;
    border-right: 1px solid rgba(27, 94, 59, 0.12);
}

.fw-medium {
    font-weight: 600 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.back-to-top:hover,
.back-to-top:focus:hover,
.btn.back-to-top:hover,
.btn.btn-primary.back-to-top:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.back-to-top:focus:not(:hover),
.back-to-top:active:not(:hover),
.btn.btn-primary.back-to-top:focus:not(:hover),
.btn.btn-primary.back-to-top:active:not(:hover) {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #ffffff !important;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-secondary {
    color: #FFFFFF;
}

.btn:focus,
.btn:active,
.btn:focus-visible,
a.btn:focus,
button:focus,
button:active {
    box-shadow: none !important;
    outline: none;
}

.btn-primary:focus:not(:hover),
.btn-primary:active:not(:hover) {
    background-color: var(--primary) !important;
    border-color: var(--primary) !important;
    color: #ffffff !important;
}

.btn-secondary:focus:not(:hover),
.btn-secondary:active:not(:hover) {
    background-color: var(--secondary) !important;
    border-color: var(--secondary) !important;
    color: #ffffff !important;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-square,
.btn-sm-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

.navbar-light .navbar-nav .nav-link {
    position: relative;
    margin-right: 30px;
    padding: 25px 0;
    color: #FFFFFF;
    font-size: 15px;
    text-transform: uppercase;
    outline: none;
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link.active {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .navbar-light .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar-light .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

.navbar-light .navbar-brand,
.navbar-light a.btn {
    height: 75px;
}

.navbar-light .navbar-nav .nav-link {
    color: var(--dark);
    font-weight: 500;
}

.navbar-light.sticky-top {
    top: -100px;
    transition: .5s;
}

@media (min-width: 992px) {
    .navbar-light .navbar-nav .nav-link::before {
        position: absolute;
        content: "";
        width: 0;
        height: 5px;
        top: -6px;
        left: 50%;
        background: #FFFFFF;
        transition: .5s;
    }

    .navbar-light .navbar-nav .nav-link:hover::before,
    .navbar-light .navbar-nav .nav-link.active::before {
        width: 100%;
        left: 0;
    }

    .navbar-light .navbar-nav .nav-link.nav-contact::before {
        display: none;
    }

    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
.hero-wrap {
    position: relative;
    z-index: 2;
}

.hero-banner {
    min-height: 650px;
    overflow: hidden;
}

.hero-wave {
    position: relative;
    z-index: 3;
    height: 180px;
    margin-top: -148px;
    overflow: hidden;
    pointer-events: none;
    line-height: 0;
    -webkit-mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 100%);
    mask-image: linear-gradient(180deg, transparent 0%, #000 16%, #000 100%);
}

.hero-wave-svg {
    display: block;
    width: 124%;
    height: 180px;
    margin-left: -12%;
    filter: drop-shadow(0 -10px 24px rgba(11, 31, 20, 0.22));
}

.hero-wave-layer--soft {
    opacity: 0.2;
    animation: heroWaveDrift 18s ease-in-out infinite alternate;
}

.hero-wave-layer--gold {
    opacity: 0.18;
    animation: heroWaveDrift 24s ease-in-out infinite alternate-reverse;
}

.hero-wave-layer--main {
    opacity: 1;
}

.hero-wave-sheen {
    opacity: 0.55;
}

@keyframes heroWaveDrift {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-36px);
    }
}

@media (max-width: 768px) {
    .hero-wave,
    .hero-wave-svg {
        height: 110px;
    }

    .hero-wave {
        margin-top: -86px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-wave-layer--soft,
    .hero-wave-layer--gold {
        animation: none;
    }
}

.hero-bg-image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 68% center;
    opacity: 0;
    filter: brightness(0.72) saturate(0.9) contrast(1.02);
    transition: opacity 1s ease;
}

.hero-bg-image.active {
    opacity: 1;
}

.hero-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 2;
}

.hero-nav-btn {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
    cursor: pointer;
    padding: 0;
}

.hero-nav-btn:hover {
    background: var(--primary);
    border-color: var(--primary);
    color: #FFFFFF;
}

.hero-cta {
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 0.75rem;
    margin-top: 0.35rem;
    padding: 0.95rem 1.45rem;
    overflow: hidden;
    color: #ffffff;
    font-size: 0.92rem;
    font-weight: 700;
    letter-spacing: 0.08em;
    text-decoration: none;
    text-transform: uppercase;
    background: rgba(11, 31, 20, 0.28);
    border: 1px solid rgba(255, 255, 255, 0.42);
    border-radius: 4px;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    transition:
        color .35s ease,
        border-color .35s ease,
        transform .35s cubic-bezier(.22, 1, .36, 1),
        box-shadow .35s ease;
}

.hero-cta__shine {
    position: absolute;
    inset: 0;
    z-index: 0;
    background: linear-gradient(105deg, var(--secondary) 0%, #4f9229 55%, var(--accent) 100%);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .45s cubic-bezier(.22, 1, .36, 1);
}

.hero-cta__label,
.hero-cta__icon {
    position: relative;
    z-index: 1;
}

.hero-cta__icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.15rem;
    height: 1.15rem;
    font-size: 1rem;
    transition: transform .35s cubic-bezier(.22, 1, .36, 1);
}

.hero-cta:hover {
    color: #0b1f14;
    border-color: transparent;
    box-shadow: 0 14px 34px rgba(11, 31, 20, 0.35);
    transform: translateY(-2px);
}

.hero-cta:hover .hero-cta__shine {
    transform: scaleX(1);
}

.hero-cta:hover .hero-cta__icon {
    transform: translate(3px, -2px);
}

.hero-cta:focus:not(:hover),
.hero-cta:active:not(:hover) {
    color: #ffffff;
    border-color: rgba(255, 255, 255, 0.42);
    box-shadow: 0 10px 28px rgba(0, 0, 0, 0.22);
    transform: none;
}

.hero-cta:focus:not(:hover) .hero-cta__shine,
.hero-cta:active:not(:hover) .hero-cta__shine {
    transform: scaleX(0);
}

.hero-cta:focus:not(:hover) .hero-cta__icon,
.hero-cta:active:not(:hover) .hero-cta__icon {
    transform: none;
}

@media (max-width: 767.98px) {
    .hero-cta {
        padding: 0.8rem 1.15rem;
        font-size: 0.8rem;
        gap: 0.55rem;
        letter-spacing: 0.06em;
    }
}

.hero-overlay {
    z-index: 1;
    background:
        linear-gradient(
            105deg,
            rgba(11, 31, 20, 0.9) 0%,
            rgba(11, 31, 20, 0.76) 34%,
            rgba(11, 31, 20, 0.48) 62%,
            rgba(11, 31, 20, 0.32) 100%
        ),
        linear-gradient(
            180deg,
            rgba(11, 31, 20, 0.34) 0%,
            transparent 36%,
            transparent 70%,
            rgba(11, 31, 20, 0.4) 100%
        );
}

.hero-banner .hero-kicker,
.hero-banner .hero-title,
.hero-banner .hero-copy {
    text-shadow:
        0 1px 2px rgba(0, 0, 0, 0.45),
        0 8px 28px rgba(0, 0, 0, 0.35);
}

.hero-kicker {
    letter-spacing: 1.2px;
    font-weight: 700;
    min-height: 1.8em;
    position: relative;
    font-size: 0.95rem;
    line-height: 1.4;
}

.hero-kicker::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    margin-top: 10px;
    background: linear-gradient(90deg, var(--secondary), var(--accent));
    transition: width .8s cubic-bezier(.16, 1, .3, 1);
}

.hero-kicker.is-in::after {
    width: 148px;
}

.hero-kicker.is-out::after {
    width: 0;
}

.hero-copy {
    min-height: 3.6em;
    margin-top: 0.75rem;
    font-size: 1rem;
    line-height: 1.6;
    font-weight: 500;
}

.hero-title {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: .12em .22em;
    perspective: none;
    font-size: 3.7rem;
    line-height: 1.18;
}

.hero-title.is-exiting {
    animation: heroTitleFadeOut .4s ease forwards;
}

.hero-title-word {
    display: inline-block;
    vertical-align: baseline;
}

.hero-title-inner {
    display: inline-block;
    opacity: 0;
    transform: translateY(18px);
    clip-path: inset(0 0 100% 0);
    will-change: transform, opacity, clip-path;
}

.hero-title.is-playing .hero-title-inner {
    animation: heroTitleModern 900ms cubic-bezier(.22, 1, .36, 1) forwards;
    animation-delay: calc(var(--i) * 90ms);
}

.hero-title-highlight .hero-title-inner {
    position: relative;
    color: var(--secondary);
    background: linear-gradient(105deg, var(--secondary) 0%, #9FD36A 42%, var(--secondary) 78%);
    background-size: 220% 100%;
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.hero-title.is-playing .hero-title-highlight .hero-title-inner {
    animation:
        heroTitleModern 900ms cubic-bezier(.22, 1, .36, 1) forwards,
        heroTitleShimmer 1.5s ease-out forwards;
    animation-delay: calc(var(--i) * 90ms), calc(var(--i) * 90ms + .45s);
}

.hero-title-line {
    --hero-line-width: min(180px, 42%);
    display: block;
    width: 0;
    height: 3px;
    margin-top: 14px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--secondary), rgba(107, 168, 58, 0));
    opacity: 0;
}

.hero-title.is-playing .hero-title-line {
    animation: heroTitleLine 800ms cubic-bezier(.22, 1, .36, 1) forwards;
    animation-delay: 700ms;
}

@keyframes heroTitleModern {
    0% {
        opacity: 0;
        transform: translateY(18px);
        clip-path: inset(0 0 100% 0);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
        clip-path: inset(0 0 0 0);
    }
}

@keyframes heroTitleShimmer {
    0% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

@keyframes heroTitleLine {
    0% {
        width: 0;
        opacity: 0;
    }
    100% {
        width: var(--hero-line-width);
        opacity: 1;
    }
}

@keyframes heroTitleFadeOut {
    0% {
        opacity: 1;
        transform: translateY(0);
        filter: blur(0);
    }
    100% {
        opacity: 0;
        transform: translateY(-8px);
        filter: blur(2px);
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-title-inner,
    .hero-title-line,
    .hero-title.is-exiting {
        animation: none !important;
        opacity: 1 !important;
        transform: none !important;
        clip-path: none !important;
        filter: none !important;
        -webkit-text-fill-color: unset !important;
    }

    .hero-title-line {
        width: var(--hero-line-width);
    }
}

.hero-word {
    display: inline-block;
    overflow: hidden;
    vertical-align: bottom;
    padding-bottom: .08em;
}

.hero-word-inner {
    display: inline-block;
    transform: translateY(120%);
    filter: blur(8px);
    opacity: 0;
    will-change: transform, filter, opacity;
}

.hero-kicker.is-in .hero-word-inner {
    animation: heroWordRise .75s cubic-bezier(.16, 1, .3, 1) forwards;
    animation-delay: calc(var(--i) * 70ms);
}

.hero-copy.is-in .hero-word-inner {
    animation: heroWordSoft .8s cubic-bezier(.16, 1, .3, 1) forwards;
    animation-delay: calc(var(--i) * 40ms);
}

.hero-kicker.is-out .hero-word-inner,
.hero-copy.is-out .hero-word-inner {
    animation: heroWordExit .42s ease forwards;
    animation-delay: calc(var(--i) * 28ms);
}

@keyframes heroWordRise {
    0% {
        transform: translateY(120%);
        filter: blur(8px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes heroWordSoft {
    0% {
        transform: translateY(28px);
        filter: blur(6px);
        opacity: 0;
    }
    100% {
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
}

@keyframes heroWordExit {
    0% {
        transform: translateY(0);
        filter: blur(0);
        opacity: 1;
    }
    100% {
        transform: translateY(-90%);
        filter: blur(6px);
        opacity: 0;
    }
}

@media (prefers-reduced-motion: reduce) {
    .hero-word-inner {
        animation: none !important;
        transform: none !important;
        filter: none !important;
        opacity: 1 !important;
    }

    .hero-kicker::after {
        width: 148px !important;
        transition: none !important;
    }
}

@media (max-width: 768px) {
    .hero-banner {
        min-height: 500px;
    }

    .hero-bg-image {
        object-position: 62% center;
    }

    .hero-overlay {
        background:
            linear-gradient(
                180deg,
                rgba(11, 31, 20, 0.78) 0%,
                rgba(11, 31, 20, 0.62) 42%,
                rgba(11, 31, 20, 0.42) 100%
            ),
            linear-gradient(
                90deg,
                rgba(11, 31, 20, 0.55) 0%,
                rgba(11, 31, 20, 0.2) 100%
            );
    }

    .hero-banner h5,
    .hero-banner p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .hero-banner .hero-kicker {
        font-size: 0.75rem !important;
        letter-spacing: 1px;
    }

    .hero-banner .hero-copy {
        font-size: 0.82rem !important;
        line-height: 1.55;
    }

    .hero-banner h1 {
        font-size: 29px;
        font-weight: 600;
    }

    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }
    
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item h5,
    .header-carousel .owl-carousel-item p {
        font-size: 14px !important;
        font-weight: 400 !important;
    }

    .header-carousel .owl-carousel-item h1 {
        font-size: 30px;
        font-weight: 600;
    }
}

.header-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 8%;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
}

.header-carousel .owl-nav .owl-prev,
.header-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 45px;
    font-size: 22px;
    transition: .5s;
}

.header-carousel .owl-nav .owl-prev:hover,
.header-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.page-header {
    background: linear-gradient(120deg, rgba(11, 31, 20, .75) 0%, rgba(27, 94, 59, .5) 60%, rgba(196, 160, 53, .22) 100%), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header-team {
    background-image: linear-gradient(120deg, rgba(11, 31, 20, .75) 0%, rgba(27, 94, 59, .5) 60%, rgba(196, 160, 53, .22) 100%), url("../pictures/images/service-tracking-support.jpg");
}

.page-header-features {
    background-image: linear-gradient(120deg, rgba(11, 31, 20, .75) 0%, rgba(27, 94, 59, .5) 60%, rgba(196, 160, 53, .22) 100%), url("../pictures/images/car lori 3.png");
}

.page-header-services {
    display: flex;
    align-items: center;
    min-height: 360px;
    background-image: linear-gradient(120deg, rgba(11, 31, 20, .75) 0%, rgba(27, 94, 59, .5) 60%, rgba(196, 160, 53, .22) 100%), url("../pictures/images/car lori2.png");
}

.page-header-about {
    display: flex;
    align-items: center;
    min-height: 360px;
    background-image: linear-gradient(120deg, rgba(11, 31, 20, .75) 0%, rgba(27, 94, 59, .5) 60%, rgba(196, 160, 53, .22) 100%), url("../pictures/images/port-terminal.jpg");
    background-position: center 45%;
}

.btn.btn-secondary {
    background-color: var(--secondary);
    border-color: var(--secondary);
}

.btn.btn-secondary:hover {
    background-color: #5a9430;
    border-color: #5a9430;
}

.hero-banner .text-secondary {
    color: var(--secondary) !important;
}

.header-carousel .text-primary {
    color: #9FD36A !important;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
}


/*** About ***/
.about-modern {
    background:
        radial-gradient(ellipse at 6% 0%, rgba(196, 160, 53, 0.1), transparent 42%), radial-gradient(circle at 92% 12%, rgba(107, 168, 58, 0.12), transparent 40%), linear-gradient(180deg, #f7faf5 0%, #ffffff 100%);
}

.section-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
    padding: 6px 12px 6px 10px;
    color: var(--primary);
    font-size: 11px;
    font-weight: 700;
    letter-spacing: 2px;
    text-transform: uppercase;
    background: rgba(27, 94, 59, 0.08);
    border-radius: 999px;
}

.section-kicker::before {
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: var(--secondary);
    box-shadow: 0 0 0 4px rgba(107, 168, 58, 0.18);
}

.about-modern-content {
    padding: 8px 0 8px 8px;
}

.about-modern .container.py-lg-5,
.facts-modern .container.py-lg-5,
.services-modern .container.py-lg-5,
.features-modern .container.py-lg-5,
.why-choose-modern .container.py-lg-5,
.quote-modern .container.py-lg-5,
.testimonials-modern .container.py-lg-5 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
}

.about-modern.py-5,
.facts-modern.py-5,
.services-modern.py-5,
.features-modern.py-5,
.why-choose-modern.py-5,
.quote-modern.py-5,
.testimonials-modern.py-5,
.pricing-modern.py-5,
.team-modern.py-5 {
    padding-top: 2.5rem !important;
    padding-bottom: 2.5rem !important;
}

.about-point {
    padding: 14px 14px 14px 12px;
}

.about-point-icon,
.facts-call-icon {
    width: 48px;
    height: 48px;
    font-size: 18px;
}

.service-card-body {
    padding: 18px 16px 20px;
}

.service-card-body h4 {
    font-size: 1.05rem;
}

.service-card-body p {
    font-size: 0.92rem;
    margin-bottom: 14px;
}

.quote-form-card {
    padding: 24px 22px;
}

.about-modern-content h1 {
    margin-bottom: 18px;
    color: var(--dark);
    font-size: clamp(1.65rem, 2.5vw, 2.25rem);
    line-height: 1.2;
}

.about-modern-content h1 span {
    display: block;
    color: var(--primary);
}

.about-lead {
    position: relative;
    margin-bottom: 20px;
    padding-left: 14px;
    color: #4d5b54;
    font-size: 15px;
    line-height: 1.7;
    border-left: 3px solid var(--secondary);
}

.about-points {
    display: grid;
    gap: 16px;
    margin-bottom: 32px;
}

.about-point {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: flex-start;
    padding: 18px 18px 18px 16px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(27, 94, 59, 0.08);
    border-radius: 18px;
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.about-point:hover {
    transform: translateX(6px);
    border-color: rgba(27, 94, 59, 0.16);
    box-shadow: 0 14px 30px rgba(11, 31, 20, 0.08);
}

.about-point-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(160deg, var(--primary), #247a4c);
    color: #fff;
    font-size: 22px;
    box-shadow: 0 10px 20px rgba(27, 94, 59, 0.22);
}

.about-point h5 {
    margin-bottom: 6px;
    color: var(--dark);
}

.about-point p {
    margin: 0;
    color: #5b675f;
    line-height: 1.7;
}

.about-cta {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding-left: 28px;
    padding-right: 28px;
}

.about-cta i {
    transition: transform .3s ease;
}

.about-cta:hover {
    background-color: #111111;
    border-color: #111111;
    color: #FFFFFF;
}

.about-cta:hover i {
    transform: translateX(4px);
}

.about-visual {
    position: relative;
    padding: 28px 28px 0 0;
}

.about-visual-shape {
    position: absolute;
    left: 0;
    top: 48px;
    width: 72%;
    height: 78%;
    border: 2px solid rgba(27, 94, 59, 0.18);
    border-radius: 32px;
    z-index: 0;
}

.about-visual-frame {
    position: relative;
    z-index: 1;
    overflow: hidden;
    border-radius: 28px;
    box-shadow: 0 28px 60px rgba(11, 31, 20, 0.18);
}

.about-visual-frame > img,
.about-carousel .owl-item img,
.about-random-slideshow img {
    display: block;
    width: 100%;
    height: 420px;
    object-fit: cover;
    object-position: center 28%;
}

.about-random-slideshow {
    position: relative;
    height: 420px;
    overflow: hidden;
}

.about-random-slideshow img {
    position: absolute;
    inset: 0;
    opacity: 0;
    transition: opacity .8s ease;
}

.about-random-slideshow img.is-active {
    opacity: 1;
    z-index: 1;
}

.about-random-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    z-index: 3;
    display: flex;
    justify-content: center;
    gap: 8px;
    margin: 0;
    padding: 0;
}

.about-random-dot {
    width: 10px;
    height: 10px;
    padding: 0;
    border: 0;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    cursor: pointer;
    transition: background .25s ease, transform .25s ease;
}

.about-random-dot.is-active,
.about-random-dot:hover {
    background: var(--secondary);
    transform: scale(1.15);
}

.about-visual-frame > img {
    transform: scale(1.02);
    transition: transform .7s ease;
}

.about-visual:hover .about-visual-frame > img {
    transform: scale(1.08);
}

.about-carousel {
    margin: 0;
}

.about-carousel .owl-nav {
    position: absolute;
    top: 50%;
    right: 18px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    z-index: 4;
}

.about-carousel .owl-nav .owl-prev,
.about-carousel .owl-nav .owl-next {
    margin: 7px 0;
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: transparent;
    border: 1px solid #FFFFFF;
    border-radius: 42px;
    font-size: 20px;
    transition: .5s;
}

.about-carousel .owl-nav .owl-prev:hover,
.about-carousel .owl-nav .owl-next:hover {
    background: var(--primary);
    border-color: var(--primary);
}

.about-carousel .owl-dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 18px;
    margin: 0;
    text-align: center;
    z-index: 3;
}

.about-carousel .owl-dot {
    display: inline-block;
    margin: 0 4px;
}

.about-carousel .owl-dot span {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    transition: background .25s ease, transform .25s ease;
}

.about-carousel .owl-dot.active span,
.about-carousel .owl-dot:hover span {
    background: var(--secondary);
    transform: scale(1.15);
}

.about-visual-float {
    position: absolute;
    right: 0;
    bottom: 28px;
    z-index: 2;
    width: 108px;
    height: 108px;
    padding: 10px;
    background: #fff;
    border-radius: 24px;
    box-shadow: 0 18px 40px rgba(11, 31, 20, 0.16);
}

.about-visual-float img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

@media (max-width: 991.98px) {
    .about-visual {
        padding: 0 0 24px;
        max-width: 540px;
    }

    .about-visual-frame > img,
    .about-carousel .owl-item img,
    .about-random-slideshow,
    .about-random-slideshow img {
        height: 300px;
    }

    .about-visual-float {
        right: 16px;
        bottom: 8px;
        width: 88px;
        height: 88px;
    }
}


/*** Facts ***/
.facts-modern {
    background:
        radial-gradient(circle at top right, rgba(107, 168, 58, 0.1), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
}

.facts-modern-content {
    padding: 8px 0;
}

.facts-modern-content h1 {
    margin-bottom: 18px;
    color: var(--dark);
    font-size: clamp(1.65rem, 2.5vw, 2.25rem);
    line-height: 1.2;
}

.facts-modern-content h1 span {
    display: block;
    color: var(--primary);
}

.facts-call {
    display: grid;
    grid-template-columns: 58px 1fr;
    gap: 16px;
    align-items: center;
    padding: 18px 18px 18px 16px;
    background: rgba(255, 255, 255, 0.78);
    border: 1px solid rgba(27, 94, 59, 0.08);
    border-radius: 18px;
    box-shadow: 0 12px 30px rgba(11, 31, 20, 0.05);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.facts-call:hover {
    transform: translateX(6px);
    border-color: rgba(27, 94, 59, 0.16);
    box-shadow: 0 14px 30px rgba(11, 31, 20, 0.08);
}

.facts-call-icon {
    width: 58px;
    height: 58px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 16px;
    background: linear-gradient(160deg, var(--primary), #247a4c);
    color: #fff;
    font-size: 22px;
    box-shadow: 0 10px 20px rgba(27, 94, 59, 0.22);
}

.facts-call h6 {
    margin-bottom: 4px;
    color: #5b675f;
    font-size: 14px;
}

.facts-call h3 {
    margin: 0;
    color: var(--primary);
    font-size: 1.6rem;
}

.phone-call-link,
.phone-call-link:hover,
.phone-call-link:focus,
.phone-call-link:visited,
.phone-call-link:active {
    color: inherit;
    text-decoration: none;
    font: inherit;
}

@media (min-width: 992px) {
    .phone-call-link {
        pointer-events: none;
        cursor: inherit;
    }
}

@media (max-width: 991.98px) {
    .footer .phone-call-link,
    .footer .phone-call-link:hover,
    .footer .phone-call-link:focus,
    .footer .phone-call-link:visited,
    .footer .phone-call-link:active {
        color: #ffffff !important;
    }
}

.facts-skills {
    display: grid;
    gap: 1.35rem;
    padding: 0.35rem 0;
}

.fact-skill {
    display: grid;
    gap: 0.55rem;
    cursor: pointer;
}

.fact-skill-meta {
    display: flex;
    align-items: baseline;
    justify-content: space-between;
    gap: 1rem;
}

.fact-skill-label {
    margin: 0;
    color: var(--dark);
    font-size: 1rem;
    font-weight: 700;
    letter-spacing: 0.01em;
}

.fact-skill-value {
    color: var(--primary);
    font-family: var(--font-libre), "Libre Baskerville", serif;
    font-size: 1.05rem;
    font-weight: 700;
    line-height: 1;
    min-width: 3ch;
    text-align: right;
}

.fact-skill-track {
    position: relative;
    width: 100%;
    height: 12px;
    overflow: hidden;
    border-radius: 999px;
    background: rgba(27, 94, 59, 0.1);
    box-shadow: inset 0 1px 2px rgba(11, 31, 20, 0.06);
}

.fact-skill-fill {
    display: block;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    transform: scaleX(0);
    transform-origin: left center;
    will-change: transform;
    backface-visibility: hidden;
    background: linear-gradient(90deg, var(--primary) 0%, #247a4c 55%, var(--secondary) 100%);
    box-shadow: 0 4px 12px rgba(27, 94, 59, 0.22);
}

.fact-skill:nth-child(2) .fact-skill-fill {
    background: linear-gradient(90deg, var(--secondary) 0%, #7bb84a 100%);
    box-shadow: 0 4px 12px rgba(107, 168, 58, 0.25);
}

.fact-skill:nth-child(3) .fact-skill-fill {
    background: linear-gradient(90deg, #b8922f 0%, var(--accent) 100%);
    box-shadow: 0 4px 12px rgba(196, 160, 53, 0.28);
}

.fact-skill:nth-child(4) .fact-skill-fill {
    background: linear-gradient(90deg, #1f6b42 0%, #3d9a5f 100%);
    box-shadow: 0 4px 12px rgba(27, 94, 59, 0.22);
}

.fact-skill.is-inview .fact-skill-fill {
    transform: scaleX(var(--skill-progress, 0));
}

@media (max-width: 575.98px) {
    .facts-skills {
        gap: 1.15rem;
    }

    .fact-skill-track {
        height: 10px;
    }
}


/*** Feature ***/
.features-modern {
    background:
        radial-gradient(ellipse at 0% 10%, rgba(107, 168, 58, 0.12), transparent 42%), radial-gradient(circle at 100% 90%, rgba(196, 160, 53, 0.08), transparent 38%), linear-gradient(180deg, #f7faf5 0%, #ffffff 100%);
}

.features-services-band {
    background:
        radial-gradient(ellipse at 0% 10%, rgba(107, 168, 58, 0.12), transparent 42%),
        radial-gradient(circle at 100% 90%, rgba(196, 160, 53, 0.08), transparent 38%),
        linear-gradient(180deg, #f7faf5 0%, #ffffff 52%, #f7faf5 100%);
}

.features-services-band .services-modern,
.features-services-band .features-modern {
    background: transparent;
}

.features-services-band .services-modern.py-5 {
    padding-bottom: 0.5rem !important;
}

.features-services-band .features-modern.py-5 {
    padding-top: 0.5rem !important;
}

.features-modern-content {
    padding: 8px 8px 8px 0;
}

.features-modern-content h1 {
    margin-bottom: 28px;
    color: var(--dark);
    font-size: clamp(1.65rem, 2.5vw, 2.25rem);
    line-height: 1.2;
}

.features-modern-content h1 span {
    display: block;
    color: var(--primary);
}

.features-modern-content .about-points {
    margin-bottom: 0;
}

.feature-visual {
    padding: 28px 0 0 28px;
}

.feature-visual .about-visual-shape {
    left: auto;
    right: 0;
}

.feature-visual .about-visual-float {
    right: auto;
    left: 0;
}

.feature-visual .about-carousel .owl-item img,
.feature-carousel .owl-item img {
    height: 460px;
    object-fit: cover;
    object-position: center center;
}

@media (max-width: 991.98px) {
    .feature-visual {
        padding: 0 0 24px;
        max-width: 540px;
        margin-left: auto;
        margin-right: auto;
    }

    .feature-visual .about-visual-float {
        left: 16px;
        right: auto;
    }

    .feature-visual .about-carousel .owl-item img,
    .feature-carousel .owl-item img {
        height: 360px;
    }
}


/*** Services ***/
.services-modern {
    background:
        radial-gradient(circle at top right, rgba(107, 168, 58, 0.1), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
}

.services-modern .section-kicker {
    margin-bottom: 18px;
}

.services-heading {
    margin-bottom: 48px;
    color: var(--dark);
    font-size: clamp(1.65rem, 2.5vw, 2.25rem);
    line-height: 1.2;
}

.services-heading span {
    color: var(--primary);
}

.service-card {
    height: 100%;
    overflow: hidden;
    background: linear-gradient(160deg, #ffffff 0%, rgba(27, 94, 59, 0.04) 100%);
    border: 1px solid rgba(27, 94, 59, 0.08);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(11, 31, 20, 0.06);
    transition: transform .35s ease, box-shadow .35s ease, border-color .35s ease;
}

.service-card:hover {
    transform: translateY(-6px);
    border-color: rgba(27, 94, 59, 0.16);
    box-shadow: 0 20px 40px rgba(11, 31, 20, 0.1);
}

.service-card-media {
    overflow: hidden;
}

.service-card-media img {
    display: block;
    width: 100%;
    height: 180px;
    object-fit: cover;
    transition: transform .7s ease;
}

.service-card-media img[src*="service-logistics-solutions"],
.service-card-media img.service-img-logistics {
    object-position: center center;
}

.service-card-media img[src*="car oil tank 2"],
.service-card-media img[src*="car-oil-tank-2"],
.service-card-media img.service-img-fuel {
    object-fit: cover;
    object-position: center center;
}

.service-card:hover .service-card-media img {
    transform: scale(1.08);
}

.service-card:hover .service-card-media img[src*="service-logistics-solutions"],
.service-card:hover .service-card-media img.service-img-logistics,
.service-card:hover .service-card-media img[src*="car oil tank 2"],
.service-card:hover .service-card-media img[src*="car-oil-tank-2"],
.service-card:hover .service-card-media img.service-img-fuel {
    transform: scale(1.03);
}

.service-card-body {
    padding: 24px 22px 26px;
}

.service-card-body h4 {
    margin-bottom: 10px;
    color: var(--dark);
}

.service-card-body p {
    margin-bottom: 18px;
    color: #5b675f;
    line-height: 1.7;
}


/*** Service, Price & Team ***/
.service-item,
.price-item,
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}

.team-item h5 {
    white-space: nowrap;
    font-size: clamp(0.95rem, 1.1vw, 1.15rem);
}

.service-item img,
.team-item img {
    transition: .5s;
}

.team-item .overflow-hidden {
    aspect-ratio: 1 / 1;
}

.team-item .overflow-hidden img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top;
}

.team-item .overflow-hidden img.team-photo-manager {
    object-position: center 80%;
    transform: scale(1.38);
}

.team-item .overflow-hidden img.team-photo-lilian {
    object-position: center 18%;
    transform: scale(1.28);
}

.service-item:hover img,
.team-item:hover img {
    transform: scale(1.1);
}

.team-item:hover img.team-photo-manager {
    transform: scale(1.48);
}

.team-item:hover img.team-photo-lilian {
    transform: scale(1.35);
}

.service-item a.btn-slide,
.service-card a.btn-slide,
.price-item a.btn-slide,
.team-item div.btn-slide {
    position: relative;
    display: inline-block;
    overflow: hidden;
    font-size: 0;
}

.service-item a.btn-slide i,
.service-item a.btn-slide span,
.service-card a.btn-slide i,
.service-card a.btn-slide span,
.price-item a.btn-slide i,
.price-item a.btn-slide span,
.team-item div.btn-slide i,
.team-item div.btn-slide span {
    position: relative;
    height: 40px;
    padding: 0 15px;
    display: inline-flex;
    align-items: center;
    font-size: 16px;
    color: #FFFFFF;
    background: var(--primary);
    border-radius: 0 35px 35px 0;
    transition: .5s;
    z-index: 2;
}

.team-item div.btn-slide span a i {
    padding: 0 12px;
}

.team-item div.btn-slide span a:hover i {
    background: #000000;
}

.service-item a.btn-slide span,
.service-card a.btn-slide span,
.price-item a.btn-slide span,
.team-item div.btn-slide span {
    padding-left: 0;
    left: -100%;
    z-index: 1;
}

.service-item:hover a.btn-slide i,
.service-card:hover a.btn-slide i,
.price-item:hover a.btn-slide i,
.team-item:hover div.btn-slide i {
    border-radius: 0;
}

.service-item:hover a.btn-slide span,
.service-card:hover a.btn-slide span,
.price-item:hover a.btn-slide span,
.team-item:hover div.btn-slide span {
    left: 0;
}

.service-item a.btn-slide:hover i,
.service-item a.btn-slide:hover span,
.service-card a.btn-slide:hover i,
.service-card a.btn-slide:hover span,
.price-item a.btn-slide:hover i,
.price-item a.btn-slide:hover span,
.team-item div.btn-slide:hover i,
.team-item div.btn-slide:hover span {
    background: #000000;
}


/*** Testimonial ***/
.testimonials-modern {
    background:
        radial-gradient(circle at top right, rgba(107, 168, 58, 0.1), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
}

.testimonials-modern .section-kicker {
    margin-bottom: 18px;
}

.testimonials-heading {
    margin-bottom: 12px;
    color: var(--dark);
    font-family: var(--font-libre), "Libre Baskerville", serif;
    font-size: clamp(1.75rem, 2.8vw, 2.4rem);
    line-height: 1.2;
}

.testimonials-heading span {
    color: var(--primary);
}

.testimonials-header {
    margin-bottom: 0.5rem;
}

.testimonial-carousel .owl-item .testimonial-item {
    position: relative;
    background: linear-gradient(160deg, #ffffff 0%, rgba(27, 94, 59, 0.05) 100%);
    border: 1px solid rgba(27, 94, 59, 0.08);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(11, 31, 20, 0.05);
    transform: translateY(18px) scale(0.96);
    opacity: 0.72;
    transition:
        transform .65s cubic-bezier(.25, .1, .25, 1),
        box-shadow .65s ease,
        border-color .55s ease,
        opacity .65s ease;
}

.testimonials-modern.is-inview .testimonial-carousel .owl-item .testimonial-item {
    transform: translateY(0) scale(1);
    opacity: 1;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    border-color: rgba(27, 94, 59, 0.18);
    box-shadow: 0 20px 40px rgba(11, 31, 20, 0.1);
}

.testimonials-modern.is-inview .testimonial-carousel .owl-item.center .testimonial-item {
    transform: translateY(0) scale(1.03);
}

.testimonial-carousel .owl-item .testimonial-item:hover {
    border-color: rgba(27, 94, 59, 0.2);
    box-shadow: 0 24px 48px rgba(11, 31, 20, 0.12);
    transform: translateY(-6px) scale(1.06);
    opacity: 1;
}

.testimonials-modern.is-inview .testimonial-carousel .owl-item.center .testimonial-item:hover {
    transform: translateY(-6px) scale(1.08);
}

.testimonial-item h5 {
    color: var(--dark);
    transition: color .45s ease;
}

.testimonial-carousel .owl-item .testimonial-item:hover h5 {
    color: var(--primary);
}

.testimonial-item p.m-0 {
    color: var(--secondary);
    font-weight: 600;
}

.testimonial-item > p.mb-0 {
    color: #5b675f;
    line-height: 1.7;
}

.testimonial-quote {
    color: rgba(27, 94, 59, 0.14);
    transition: color .45s ease, transform .55s ease;
}

.testimonial-carousel .owl-item .testimonial-item:hover .testimonial-quote {
    color: rgba(196, 160, 53, 0.45);
    transform: scale(1.08);
}

.testimonial-carousel .owl-item .testimonial-item img {
    border: 3px solid rgba(27, 94, 59, 0.12);
    transition: transform .55s cubic-bezier(.25, .1, .25, 1), border-color .45s ease;
}

.testimonial-carousel .owl-item .testimonial-item:hover img {
    transform: scale(1.06);
    border-color: rgba(196, 160, 53, 0.55);
}

@media (prefers-reduced-motion: reduce) {
    .testimonial-carousel .owl-item .testimonial-item,
    .testimonial-carousel .owl-item .testimonial-item img,
    .testimonial-quote {
        transition: none !important;
        transform: none !important;
        opacity: 1 !important;
    }
}

.testimonial-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: var(--primary);
    border: 5px solid var(--light);
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    background: var(--light);
    border-color: var(--primary);
}


/*** Quote ***/
.quote-modern {
    background:
        radial-gradient(circle at top right, rgba(107, 168, 58, 0.1), transparent 34%),
        linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
}

.quote-modern-content {
    padding: 8px 0;
}

.quote-modern-content h1 {
    margin-bottom: 18px;
    color: var(--dark);
    font-size: clamp(1.65rem, 2.5vw, 2.25rem);
    line-height: 1.2;
}

.quote-modern-content h1 span {
    color: var(--primary);
}

.quote-form-card {
    padding: 36px 32px;
    background: linear-gradient(160deg, #ffffff 0%, rgba(27, 94, 59, 0.05) 100%);
    border: 1px solid rgba(27, 94, 59, 0.08);
    border-radius: 22px;
    box-shadow: 0 14px 34px rgba(11, 31, 20, 0.06);
}

.quote-input {
    border: 1px solid rgba(27, 94, 59, 0.1) !important;
    border-radius: 14px !important;
    background: #fff !important;
    box-shadow: none;
}

.quote-input:focus {
    border-color: rgba(27, 94, 59, 0.28) !important;
    box-shadow: 0 0 0 0.2rem rgba(27, 94, 59, 0.12) !important;
}

.quote-form-card .btn-primary {
    border-radius: 14px;
}

.quote-form-card .btn-primary:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}


/*** Contact ***/
.contact-page {
    background: #ffffff;
}

.contact-page::before {
    display: none;
}

.contact-hero {
    position: relative;
    isolation: isolate;
    min-height: 360px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    text-align: center;
    background-image: linear-gradient(120deg, rgba(11, 31, 20, .75) 0%, rgba(27, 94, 59, .5) 60%, rgba(196, 160, 53, .22) 100%), url("../pictures/images/port-terminal.jpg");
    background-position: center 45%;
    background-repeat: no-repeat;
    background-size: cover;
}

.contact-modern {
    position: relative;
    isolation: isolate;
    background: #ffffff;
}

.contact-hero::after,
.why-choose-modern::after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 0;
    pointer-events: none;
    background-image:
        linear-gradient(135deg, rgba(107, 168, 58, 0.1) 25%, transparent 25%),
        linear-gradient(225deg, rgba(107, 168, 58, 0.06) 25%, transparent 25%);
    background-size: 20px 20px;
    background-position: 0 0, 10px 10px;
    opacity: 0.12;
    mask-image: radial-gradient(circle at 92% 8%, #000 0%, transparent 38%);
}

.contact-hero__inner {
    position: relative;
    z-index: 1;
    padding: 3.5rem 1rem;
}

.contact-hero__eyebrow {
    display: inline-block;
    margin-bottom: 0.85rem;
    padding: 0.4rem 0.85rem;
    border: 1px solid rgba(159, 211, 106, 0.55);
    color: #b8e07a;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.2px;
    text-transform: uppercase;
    background: rgba(11, 28, 16, 0.55);
    box-shadow: 0 0 24px rgba(107, 168, 58, 0.18);
}

.contact-hero__title {
    margin-bottom: 0.85rem;
    color: #ffffff;
    font-size: clamp(2.2rem, 4.5vw, 3.4rem);
    line-height: 1.1;
    text-shadow: 0 2px 18px rgba(0, 0, 0, 0.45);
}

.contact-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.78);
    font-size: 0.95rem;
}

.contact-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.contact-breadcrumb a:hover {
    color: var(--secondary);
}

.contact-breadcrumb span:last-child {
    color: var(--secondary);
    font-weight: 600;
}

.contact-modern {
    padding: 4.5rem 0 5rem;
    overflow: hidden;
}

.contact-modern > .container {
    position: relative;
    z-index: 1;
}

.contact-canvas {
    display: none;
}

.contact-pixel {
    position: absolute;
    background: rgba(107, 168, 58, 0.38);
    box-shadow: 0 0 14px rgba(107, 168, 58, 0.22);
}

.contact-pixel--a { width: 16px; height: 16px; left: 4%; top: 10%; opacity: 0.45; }
.contact-pixel--b { width: 8px; height: 8px; left: 7%; top: 16%; opacity: 0.28; }
.contact-pixel--c { width: 18px; height: 18px; right: 5%; top: 22%; opacity: 0.36; }
.contact-pixel--d { width: 10px; height: 10px; right: 9%; top: 28%; opacity: 0.22; }
.contact-pixel--e { width: 12px; height: 12px; left: 5%; bottom: 10%; opacity: 0.28; }

.contact-plus {
    position: absolute;
    width: 14px;
    height: 14px;
    opacity: 0.45;
}

.contact-plus::before,
.contact-plus::after {
    content: "";
    position: absolute;
    background: rgba(159, 211, 106, 0.7);
}

.contact-plus::before { left: 50%; top: 0; width: 1px; height: 100%; transform: translateX(-50%); }
.contact-plus::after { top: 50%; left: 0; height: 1px; width: 100%; transform: translateY(-50%); }
.contact-plus--a { left: 22%; top: 8%; }
.contact-plus--b { right: 20%; bottom: 22%; }

.contact-dots {
    position: absolute;
    right: 7%;
    bottom: 12%;
    width: 54px;
    height: 36px;
    background-image: radial-gradient(circle, rgba(107, 168, 58, 0.55) 1.2px, transparent 1.4px);
    background-size: 10px 10px;
    opacity: 0.55;
}

.contact-intro {
    max-width: 720px;
    margin: 0 auto 2.25rem;
}

.contact-intro .section-kicker {
    color: var(--primary);
    border-color: rgba(27, 94, 59, 0.16);
    background: rgba(27, 94, 59, 0.06);
}

.contact-intro__title {
    margin-bottom: 0.85rem;
    color: var(--dark);
    font-size: clamp(1.75rem, 3vw, 2.4rem);
    line-height: 1.2;
    text-shadow: none;
}

.contact-intro__title span {
    color: var(--primary);
}

.contact-intro__lead {
    margin: 0 auto;
    max-width: 640px;
    color: #5b675f;
    font-size: 1.08rem;
    line-height: 1.75;
}

.contact-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
    margin-bottom: 2.25rem;
}

.contact-meta__card {
    display: flex;
    flex-direction: column;
    gap: 0.45rem;
    padding: 1.35rem 1.25rem;
    color: inherit;
    text-decoration: none;
    background: #ffffff;
    border: 1px solid rgba(27, 94, 59, 0.1);
    border-radius: 18px;
    box-shadow: 0 14px 32px rgba(11, 31, 20, 0.06);
    transition: transform .3s ease, box-shadow .3s ease, border-color .3s ease;
}

.contact-meta__card:hover {
    transform: translateY(-4px);
    border-color: rgba(27, 94, 59, 0.22);
    box-shadow: 0 18px 40px rgba(11, 31, 20, 0.1);
    color: inherit;
}

.contact-meta__icon {
    width: 42px;
    height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
    border-radius: 12px;
    background: linear-gradient(160deg, var(--primary), #247a4c);
    color: #fff;
    font-size: 1rem;
    box-shadow: 0 0 18px rgba(107, 168, 58, 0.35);
}

.contact-meta__label {
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.contact-meta__card strong {
    color: var(--dark);
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5;
    word-break: break-word;
}

.contact-meta__card a {
    color: inherit;
    text-decoration: none;
}

.contact-meta__card a:hover strong {
    color: var(--primary);
}

.contact-form-card,
.contact-map-panel {
    height: 100%;
    background: #ffffff;
    border: 1px solid rgba(27, 94, 59, 0.1);
    border-radius: 22px;
    box-shadow: 0 18px 40px rgba(11, 31, 20, 0.06);
}

.contact-form-card {
    padding: 1.75rem 1.5rem;
    background: linear-gradient(160deg, var(--primary), #247a4c);
    border-color: transparent;
}

.contact-form-card__head {
    margin-bottom: 1.25rem;
}

.contact-form-card__head h3 {
    margin-bottom: 0.4rem;
    color: #ffffff;
    font-size: 1.35rem;
}

.contact-form-card__head p {
    margin: 0;
    color: rgba(255, 255, 255, 0.82);
    line-height: 1.65;
}

.contact-label {
    display: block;
    margin-bottom: 0.4rem;
    color: #ffffff;
    font-size: 0.94rem;
    font-weight: 600;
}

.contact-input {
    border: 1px solid rgba(27, 94, 59, 0.14) !important;
    border-radius: 12px !important;
    min-height: 50px;
    padding: 0.7rem 1rem;
    color: var(--dark) !important;
    background: #ffffff !important;
    box-shadow: none;
}

.contact-input::placeholder {
    color: #8a968c;
}

.contact-input:focus {
    border-color: rgba(27, 94, 59, 0.35) !important;
    background: #ffffff !important;
    box-shadow: 0 0 0 0.2rem rgba(27, 94, 59, 0.12) !important;
}

textarea.contact-input {
    min-height: 130px;
    resize: vertical;
}

.contact-submit {
    border-radius: 999px;
    font-weight: 700;
    background: linear-gradient(90deg, var(--secondary), #8ed14f) !important;
    border-color: transparent !important;
    color: #0b1f14 !important;
    box-shadow: 0 0 24px rgba(107, 168, 58, 0.35);
}

.contact-form .btn-primary:hover {
    background: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
    box-shadow: none;
}

.contact-form .btn-primary:focus:not(:hover),
.contact-submit:focus:not(:hover),
.contact-form .btn-primary:active:not(:hover) {
    background: linear-gradient(90deg, var(--secondary), #8ed14f) !important;
    border-color: transparent !important;
    color: #0b1f14 !important;
    box-shadow: 0 0 24px rgba(107, 168, 58, 0.35);
}

.contact-quick {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.75rem 1rem;
    margin-top: 1.15rem;
    padding-top: 1.1rem;
    border-top: 1px solid rgba(255, 255, 255, 0.18);
    color: rgba(255, 255, 255, 0.82);
}

.contact-whatsapp {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    padding: 0.55rem 0.95rem;
    color: #0b1f14;
    background: #25d366;
    border: 1px solid #25d366;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 700;
    transition: .25s ease;
}

.contact-whatsapp:hover {
    color: var(--primary);
    background: #ffffff;
    border-color: #ffffff;
}

.contact-map-panel {
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.contact-map-frame {
    position: relative;
    flex: 1;
    min-height: 360px;
}

.contact-map-frame iframe {
    display: block;
    width: 100%;
    height: 100%;
    min-height: 360px;
    border: 0;
    filter: saturate(0.85) contrast(1.05);
}

.contact-map-caption {
    padding: 1.15rem 1.25rem 1.35rem;
    background: #f7faf5;
    border-top: 1px solid rgba(27, 94, 59, 0.1);
}

.contact-map-caption strong {
    display: block;
    margin-bottom: 0.25rem;
    color: var(--dark);
}

.contact-map-caption p {
    margin-bottom: 0.65rem;
    color: #5b675f;
    line-height: 1.55;
}

.contact-map-caption a {
    color: var(--primary);
    font-weight: 700;
    text-decoration: none;
}

.contact-map-caption a:hover {
    color: #d4b24a;
}

@media (max-width: 991.98px) {
    .contact-meta {
        grid-template-columns: 1fr;
    }

    .contact-map-frame,
    .contact-map-frame iframe {
        min-height: 280px;
    }
}


/*** Footer ***/
.footer, .footer.bg-dark {
    background: linear-gradient(160deg, rgba(11, 31, 20, .94) 0%, rgba(27, 94, 59, .9) 55%, rgba(11, 31, 20, .95) 100%), url(../img/map.png) center center no-repeat;
    background-size: cover;
}

.footer .btn.btn-social {
    margin-right: 5px;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--light);
    border: 1px solid #FFFFFF;
    border-radius: 35px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
    position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    font-size: 15px;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

/*** Careers ***/
.careers-page {
    background: #ffffff;
    color: #5b675f;
}

.careers-hero {
    position: relative;
    min-height: min(48vh, 420px);
    display: flex;
    align-items: flex-end;
    overflow: hidden;
}

.careers-hero--centered {
    min-height: min(50vh, 400px);
    align-items: center;
    justify-content: center;
    text-align: center;
}

.careers-hero__image {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.careers-hero__overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg, rgba(11, 31, 20, 0.92) 0%, rgba(11, 31, 20, 0.72) 48%, rgba(11, 31, 20, 0.35) 100%),
        linear-gradient(180deg, rgba(11, 31, 20, 0.2) 0%, rgba(11, 31, 20, 0.75) 100%);
}

.careers-hero--centered .careers-hero__overlay {
    background: linear-gradient(180deg, rgba(11, 31, 20, 0.62) 0%, rgba(27, 94, 59, 0.72) 100%);
}

.careers-hero__inner {
    position: relative;
    z-index: 1;
    width: min(1120px, calc(100% - 2.5rem));
    margin: 0 auto;
    padding: 3.25rem 0 3rem;
    border-left: 4px solid var(--secondary);
    padding-left: 1.5rem;
}

.careers-hero__inner--center {
    border-left: 0;
    padding-left: 0;
    padding: 4rem 1rem;
}

.careers-hero__eyebrow {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.45rem 0.85rem;
    border: 1px solid rgba(159, 211, 106, 0.55);
    color: var(--secondary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 2.4px;
    text-transform: uppercase;
    background: rgba(27, 94, 59, 0.35);
}

.careers-hero__title {
    margin-bottom: 1rem;
    color: #FFFFFF;
    font-size: clamp(1.85rem, 3.2vw, 2.6rem);
    line-height: 1.1;
}

.careers-hero__subtitle {
    max-width: 34rem;
    margin: 0;
    color: rgba(255, 255, 255, 0.92);
    font-size: 1.1rem;
    line-height: 1.7;
}

.careers-breadcrumb {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 0.95rem;
}

.careers-breadcrumb a {
    color: #ffffff;
    text-decoration: none;
}

.careers-breadcrumb a:hover {
    color: var(--secondary);
}

.careers-breadcrumb span:last-child {
    color: var(--secondary);
    font-weight: 600;
}

.careers-story,
.careers-culture,
.careers-departments,
.careers-apply {
    padding: 3.25rem 0;
}

.careers-story {
    background:
        radial-gradient(ellipse at 0% 0%, rgba(196, 160, 53, 0.1), transparent 42%),
        radial-gradient(circle at 90% 20%, rgba(107, 168, 58, 0.1), transparent 40%),
        linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
}

.careers-story__inner,
.careers-culture__inner,
.careers-departments__inner,
.careers-apply__shell {
    width: min(1120px, calc(100% - 2.5rem));
    margin: 0 auto;
}

.careers-story__inner {
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2.5rem;
    align-items: stretch;
}

.careers-story__title,
.careers-section-title {
    margin-bottom: 1rem;
    color: var(--dark);
    font-size: clamp(1.55rem, 2.4vw, 2.1rem);
    line-height: 1.2;
}

.careers-section-title span,
.careers-story__title span {
    color: var(--primary);
}

.careers-story__text,
.careers-section-lead {
    margin-bottom: 1.5rem;
    color: #5b675f;
    font-size: 1.05rem;
    line-height: 1.8;
}

.careers-section-lead {
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
}

.careers-meta {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 1rem;
}

.careers-meta__item {
    padding: 1rem 1.1rem;
    background: #ffffff;
    border: 1px solid rgba(27, 94, 59, 0.12);
    border-top: 3px solid var(--secondary);
}

.careers-meta__label {
    display: block;
    margin-bottom: 0.35rem;
    color: var(--primary);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.2px;
    text-transform: uppercase;
}

.careers-meta__item strong {
    color: var(--dark);
    font-size: 1rem;
}

.careers-openings {
    height: 100%;
    padding: 2rem 1.75rem;
    background: linear-gradient(160deg, var(--primary), #247a4c);
    color: #ffffff;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(11, 31, 20, 0.16);
}

.careers-openings__badge {
    display: inline-block;
    margin-bottom: 1rem;
    padding: 0.4rem 0.8rem;
    border: 1px solid rgba(255, 255, 255, 0.35);
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 1.4px;
    text-transform: uppercase;
}

.careers-openings h3 {
    margin-bottom: 0.85rem;
    color: #ffffff;
    font-size: 1.45rem;
}

.careers-openings p {
    margin-bottom: 1.5rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.7;
}

.careers-openings .btn {
    background: var(--accent);
    border-color: var(--accent);
    color: #0f1f16;
    font-weight: 700;
}

.careers-openings .btn:hover {
    background: #d4b24a;
    border-color: #d4b24a;
    color: #0f1f16;
}

.careers-culture {
    background:
        radial-gradient(ellipse at 50% 0%, rgba(27, 94, 59, 0.06), transparent 48%),
        linear-gradient(180deg, #f7faf5 0%, #ffffff 100%);
}

.careers-culture-card {
    height: 100%;
    padding: 1.75rem 1.5rem;
    background: linear-gradient(160deg, #ffffff 0%, rgba(27, 94, 59, 0.05) 100%);
    border: 1px solid rgba(27, 94, 59, 0.1);
    border-radius: 16px;
    transition: transform .3s ease, box-shadow .3s ease;
}

.careers-culture-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 16px 34px rgba(11, 31, 20, 0.08);
}

.careers-culture-card__icon {
    width: 52px;
    height: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 1rem;
    border-radius: 14px;
    background: rgba(27, 94, 59, 0.1);
    color: var(--primary);
    font-size: 1.2rem;
}

.careers-culture-card h3 {
    margin-bottom: 0.65rem;
    color: var(--dark);
    font-size: 1.2rem;
}

.careers-culture-card p {
    margin: 0;
    color: #5b675f;
    line-height: 1.7;
}

.careers-departments {
    background:
        radial-gradient(circle at top right, rgba(107, 168, 58, 0.12), transparent 36%),
        radial-gradient(circle at bottom left, rgba(196, 160, 53, 0.08), transparent 40%),
        linear-gradient(180deg, #f7faf5 0%, #ffffff 100%);
}

.careers-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 0.75rem;
}

.careers-tag {
    display: inline-block;
    padding: 0.7rem 1.15rem;
    color: var(--primary);
    background: #ffffff;
    border: 1px solid rgba(27, 94, 59, 0.16);
    border-radius: 999px;
    font-weight: 600;
    font-family: inherit;
    cursor: pointer;
    transition: .25s ease;
}

.careers-tag:hover,
.careers-tag.is-active {
    color: #ffffff;
    background: var(--primary);
    border-color: var(--primary);
}

.careers-apply {
    background:
        radial-gradient(ellipse at 20% 0%, rgba(27, 94, 59, 0.08), transparent 44%),
        radial-gradient(circle at 100% 80%, rgba(196, 160, 53, 0.1), transparent 40%),
        linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
}

.careers-apply.is-hidden {
    display: none;
}

.careers-apply.is-visible {
    display: block;
    animation: careersApplyReveal 0.45s ease;
}

@keyframes careersApplyReveal {
    from {
        opacity: 0;
        transform: translateY(18px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.careers-apply__intro {
    margin-bottom: 2rem;
}

.careers-form-card {
    max-width: 860px;
    margin: 0 auto;
    padding: 2.25rem;
    background: #ffffff;
    border: 1px solid rgba(27, 94, 59, 0.12);
    border-radius: 18px;
    box-shadow: 0 16px 40px rgba(11, 31, 20, 0.07);
}

.careers-label {
    display: block;
    margin-bottom: 0.45rem;
    color: var(--dark);
    font-size: 0.92rem;
    font-weight: 600;
}

.careers-input {
    border: 1px solid rgba(27, 94, 59, 0.18);
    border-radius: 10px;
    min-height: 52px;
    padding: 0.75rem 1rem;
    color: var(--dark);
    background: #fbfdfb;
}

.careers-input:focus {
    border-color: var(--secondary);
    box-shadow: 0 0 0 0.2rem rgba(107, 168, 58, 0.18);
    background: #ffffff;
}

textarea.careers-input {
    min-height: 130px;
    resize: vertical;
}

.careers-cv-note {
    padding: 0.95rem 1rem;
    color: #4d5b54;
    background: rgba(27, 94, 59, 0.06);
    border-left: 3px solid var(--secondary);
    border-radius: 8px;
    font-size: 0.95rem;
}

.careers-submit {
    font-weight: 700;
    letter-spacing: 0.3px;
}

.careers-form-card .btn-primary:hover,
.careers-submit:hover {
    background-color: #000000 !important;
    border-color: #000000 !important;
    color: #ffffff !important;
}

.careers-apply__note {
    margin: 1.5rem 0 0;
    color: #5b675f;
}

.careers-apply__note a {
    color: var(--primary);
}

@media (max-width: 991.98px) {
    .careers-story__inner {
        grid-template-columns: 1fr;
    }

    .careers-meta {
        grid-template-columns: 1fr;
    }

    .careers-hero {
        min-height: 48vh;
    }

    .careers-form-card {
        padding: 1.5rem;
    }
}

.home-glow-band,
.why-choose-modern {
    isolation: isolate;
    overflow: hidden;
    background-color: #163222;
    background-image:
        radial-gradient(ellipse 55% 48% at 0% 0%, rgba(107, 168, 58, 0.28), transparent 62%),
        radial-gradient(ellipse 48% 42% at 100% 0%, rgba(76, 168, 98, 0.26), transparent 58%),
        radial-gradient(ellipse 40% 36% at 100% 100%, rgba(196, 160, 53, 0.12), transparent 55%),
        radial-gradient(ellipse 70% 50% at 50% 48%, rgba(22, 50, 34, 0.35), transparent 78%);
    background-size: auto;
}

.home-glow-band .about-modern,
.home-glow-band .facts-modern {
    background: transparent;
}

.home-glow-band .about-modern.py-5 {
    padding-bottom: 0.4rem !important;
}

.home-glow-band .facts-modern.py-5 {
    padding-top: 0.4rem !important;
}

.home-glow-band .section-kicker {
    color: #d8f0a8;
    border: 1px solid rgba(184, 224, 122, 0.45);
    background: rgba(8, 20, 13, 0.82);
}

.home-glow-band .about-modern-content h1,
.home-glow-band .facts-modern-content h1 {
    color: #ffffff;
}

.home-glow-band .about-modern-content h1 span,
.home-glow-band .facts-modern-content h1 span {
    color: #c6ea7c;
}

.home-glow-band .about-lead {
    color: #e8f0e2;
    border-left-color: #c6ea7c;
}

.home-glow-band .about-point h5 {
    color: #0b1f14;
}

.home-glow-band .fact-skill-label,
.home-glow-band .fact-skill-value {
    color: #f4f8f1;
}

.home-glow-band .facts-call h6 {
    color: #5b675f;
}

.home-glow-band .facts-call h3 {
    color: var(--primary);
}

/*** Why Choose Us ***/
.why-choose-modern {
    isolation: isolate;
    overflow: hidden;
}

.why-choose-modern::after {
    display: none;
}

.why-choose-modern > .container {
    position: relative;
    z-index: 1;
}

.why-choose-header {
    max-width: 720px;
    margin: 0 auto 2.75rem;
}

.why-choose-header .section-kicker {
    color: #d8f0a8;
    border: 1px solid rgba(184, 224, 122, 0.45);
    background: rgba(8, 20, 13, 0.82);
}

.why-choose-heading {
    margin-bottom: 16px;
    color: #ffffff;
    font-family: var(--font-libre), "Libre Baskerville", serif;
    font-size: clamp(1.85rem, 3vw, 2.55rem);
    line-height: 1.2;
    text-shadow: 0 2px 16px rgba(0, 0, 0, 0.4);
}

.why-choose-heading span {
    color: #c6ea7c;
}

.why-choose-lead {
    margin: 0 auto;
    max-width: 34rem;
    color: #e8f0e2;
    font-size: 1.05rem;
    line-height: 1.75;
}

.why-choose-radial {
    position: relative;
    display: grid;
    grid-template-columns: 1fr minmax(240px, 340px) 1fr;
    align-items: center;
    gap: 1.5rem 2rem;
    max-width: 1140px;
    margin: 0 auto;
    padding: 2rem 1.25rem 2.25rem;
    border-radius: 28px;
    background: rgba(255, 255, 255, 0.08);
    border: 1px solid rgba(184, 224, 122, 0.28);
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.16);
    backdrop-filter: blur(8px);
}

.why-choose-radial__watermark {
    position: absolute;
    inset: 10% 14% 16%;
    z-index: 0;
    pointer-events: none;
    opacity: 0.06;
    filter: grayscale(0.4);
}

.why-choose-radial__watermark img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.why-choose-radial__orbits {
    position: absolute;
    left: 50%;
    top: 48%;
    z-index: 0;
    width: min(78%, 520px);
    aspect-ratio: 1;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.why-choose-radial__orbit {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    border: 1px dashed rgba(184, 224, 122, 0.28);
}

.why-choose-radial__orbit--a {
    inset: 8%;
}

.why-choose-radial__orbit--b {
    inset: 18%;
    border-style: solid;
    border-color: rgba(196, 160, 53, 0.18);
}

.why-choose-radial__col,
.why-choose-radial__center {
    position: relative;
    z-index: 1;
}

.why-choose-radial__col {
    display: flex;
    flex-direction: column;
    gap: 1.35rem;
}

.why-choose-point {
    position: relative;
    z-index: 1;
    display: flex;
    align-items: center;
    gap: 1rem;
    padding: 1.15rem 1.25rem;
    border-radius: 20px;
    border: 1px solid rgba(27, 94, 59, 0.08);
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.95) 0%, rgba(247, 250, 245, 0.88) 100%);
    box-shadow: 0 8px 22px rgba(11, 31, 20, 0.04);
    cursor: default;
    transform-origin: center;
    will-change: transform;
    transition:
        transform .65s cubic-bezier(.25, .1, .25, 1),
        background .55s ease,
        border-color .55s ease,
        box-shadow .65s ease;
}

.why-choose-point:hover {
    z-index: 3;
    border-color: rgba(27, 94, 59, 0.22);
    background: #ffffff;
    box-shadow: 0 28px 58px rgba(11, 31, 20, 0.16);
}

.why-choose-radial__col--left .why-choose-point {
    justify-content: flex-end;
    text-align: right;
}

.why-choose-radial__col--right .why-choose-point {
    justify-content: flex-start;
    text-align: left;
}

.why-choose-radial__col--left .why-choose-point:hover {
    transform: translateX(14px) translateY(-6px) scale(1.05);
}

.why-choose-radial__col--right .why-choose-point:hover {
    transform: translateX(-14px) translateY(-6px) scale(1.05);
}

.why-choose-point__icon {
    position: relative;
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    color: #ffffff;
    background: linear-gradient(145deg, var(--primary) 0%, #247a4c 55%, var(--secondary) 100%);
    box-shadow:
        0 12px 26px rgba(27, 94, 59, 0.3),
        inset 0 1px 0 rgba(255, 255, 255, 0.25);
    font-size: 1.25rem;
    transition:
        transform .65s cubic-bezier(.25, .1, .25, 1),
        background .55s ease,
        box-shadow .55s ease,
        color .55s ease;
}

.why-choose-point__icon::after {
    content: "";
    position: absolute;
    inset: -7px;
    border-radius: 50%;
    border: 2px solid rgba(196, 160, 53, 0.45);
    opacity: 0;
    transform: scale(0.85);
    transition: opacity .55s ease, transform .65s cubic-bezier(.25, .1, .25, 1);
}

.why-choose-point:hover .why-choose-point__icon {
    color: #0f1f16;
    background: linear-gradient(145deg, var(--accent) 0%, #d4b24a 100%);
    box-shadow: 0 16px 32px rgba(196, 160, 53, 0.36);
    transform: scale(1.12);
}

.why-choose-point:hover .why-choose-point__icon::after {
    opacity: 1;
    transform: scale(1);
}

.why-choose-point__copy {
    max-width: 260px;
}

.why-choose-point__copy h3 {
    margin: 0 0 0.4rem;
    color: var(--dark);
    font-size: 1.22rem;
    font-weight: 700;
    line-height: 1.25;
    transition: color .55s ease;
}

.why-choose-point:hover .why-choose-point__copy h3 {
    color: var(--primary);
}

.why-choose-point__copy p {
    margin: 0;
    color: #5b675f;
    font-size: 0.94rem;
    line-height: 1.55;
    transition: color .55s ease;
}

.why-choose-point:hover .why-choose-point__copy p {
    color: #3f4a43;
}

.why-choose-radial__center {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.why-choose-radial__halo {
    position: absolute;
    width: min(92%, 360px);
    aspect-ratio: 1;
    border-radius: 50%;
    background:
        radial-gradient(circle, rgba(107, 168, 58, 0.18) 0%, rgba(196, 160, 53, 0.06) 42%, transparent 70%);
    filter: blur(2px);
    pointer-events: none;
}

.why-choose-radial__ring {
    position: relative;
    z-index: 1;
    width: min(100%, 300px);
    aspect-ratio: 1;
    border-radius: 50%;
    overflow: hidden;
    background:
        radial-gradient(circle at 35% 30%, rgba(107, 168, 58, 0.35), transparent 55%),
        linear-gradient(160deg, #1B5E3B 0%, #0B1F14 100%);
    border: 4px solid rgba(255, 255, 255, 0.65);
    box-shadow:
        0 0 0 10px rgba(27, 94, 59, 0.1),
        0 0 0 20px rgba(196, 160, 53, 0.08),
        0 28px 56px rgba(11, 31, 20, 0.24);
    transition: box-shadow .65s ease, transform .65s cubic-bezier(.25, .1, .25, 1);
}

.why-choose-radial__ring::before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 2;
    border-radius: 50%;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    pointer-events: none;
}

.why-choose-radial__ring::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    z-index: 2;
    height: 42%;
    background: linear-gradient(180deg, transparent, rgba(11, 31, 20, 0.35));
    pointer-events: none;
}

.why-choose-radial__ring img,
.why-choose-fleet-slide {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center 30%;
}

.why-choose-fleet-slide {
    position: absolute;
    inset: 0;
    z-index: 0;
    opacity: 0;
    transform: scale(1.04);
    transition:
        opacity .9s cubic-bezier(.25, .1, .25, 1),
        transform 1.1s cubic-bezier(.25, .1, .25, 1);
}

.why-choose-fleet-slide.is-active {
    opacity: 1;
    transform: scale(1);
    z-index: 1;
}

.why-choose-radial__ring:hover {
    transform: scale(1.03);
    box-shadow:
        0 0 0 12px rgba(27, 94, 59, 0.14),
        0 0 0 26px rgba(196, 160, 53, 0.12),
        0 32px 60px rgba(11, 31, 20, 0.3);
}

.why-choose-radial__ring:hover .why-choose-fleet-slide.is-active {
    transform: scale(1.05);
}

.why-choose-radial__badge {
    position: relative;
    z-index: 1;
    margin: 0;
    padding: 0.45rem 1rem;
    border-radius: 999px;
    color: var(--dark);
    background: rgba(255, 255, 255, 0.92);
    border: 1px solid rgba(27, 94, 59, 0.12);
    box-shadow: 0 10px 24px rgba(11, 31, 20, 0.08);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.12em;
    text-transform: uppercase;
}

@keyframes whyChooseRingPulse {
    0%, 100% {
        box-shadow:
            0 0 0 10px rgba(27, 94, 59, 0.1),
            0 0 0 20px rgba(196, 160, 53, 0.08),
            0 28px 56px rgba(11, 31, 20, 0.24);
    }
    50% {
        box-shadow:
            0 0 0 14px rgba(27, 94, 59, 0.14),
            0 0 0 28px rgba(196, 160, 53, 0.12),
            0 32px 58px rgba(11, 31, 20, 0.28);
    }
}

@keyframes whyChooseWatermark {
    0% { transform: scale(1) translateY(0); }
    100% { transform: scale(1.04) translateY(-8px); }
}

@keyframes whyChooseOrbitSpin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
}

@keyframes whyChooseHalo {
    0% { opacity: 0.55; transform: scale(0.96); }
    100% { opacity: 0.95; transform: scale(1.05); }
}

@media (prefers-reduced-motion: reduce) {
    .why-choose-radial__watermark,
    .why-choose-radial__ring,
    .why-choose-radial__orbit,
    .why-choose-radial__halo {
        animation: none !important;
    }

    .why-choose-point,
    .why-choose-point__icon,
    .why-choose-radial__ring img {
        transition: none !important;
    }
}

@media (max-width: 991.98px) {
    .why-choose-radial {
        grid-template-columns: 1fr;
        gap: 1.75rem;
        max-width: 560px;
        padding: 1.5rem 1rem 1.75rem;
    }

    .why-choose-radial__center {
        order: -1;
    }

    .why-choose-radial__orbits {
        top: 22%;
        width: min(88%, 340px);
    }

    .why-choose-radial__ring {
        width: min(100%, 250px);
    }

    .why-choose-radial__col--left .why-choose-point,
    .why-choose-radial__col--right .why-choose-point {
        justify-content: flex-start;
        text-align: left;
    }

    .why-choose-radial__col--left .why-choose-point {
        flex-direction: row-reverse;
        justify-content: flex-end;
        text-align: right;
    }

    .why-choose-radial__col--left .why-choose-point:hover,
    .why-choose-radial__col--right .why-choose-point:hover {
        transform: translateY(-8px) scale(1.04);
    }

    .why-choose-point__copy {
        max-width: none;
        flex: 1;
    }

    .why-choose-radial__watermark {
        inset: 8% 5% 55%;
        opacity: 0.05;
    }
}

@media (max-width: 575.98px) {
    .why-choose-radial__col--left .why-choose-point {
        flex-direction: row;
        justify-content: flex-start;
        text-align: left;
    }

    .why-choose-point {
        padding: 0.85rem 0.9rem;
    }

    .why-choose-point__icon {
        width: 52px;
        height: 52px;
        font-size: 1rem;
    }

    .why-choose-radial__orbits {
        display: none;
    }
}

/*** Pricing band ***/
.pricing-modern {
    background:
        radial-gradient(ellipse at 50% 0%, rgba(27, 94, 59, 0.08), transparent 48%),
        radial-gradient(circle at 100% 80%, rgba(196, 160, 53, 0.08), transparent 38%),
        linear-gradient(180deg, #ffffff 0%, #f7faf5 100%);
}

.pricing-modern .price-item {
    background: #ffffff;
    border: 1px solid rgba(27, 94, 59, 0.08);
    border-radius: 8px;
    overflow: hidden;
}

.team-modern {
    background:
        radial-gradient(ellipse at 0% 30%, rgba(107, 168, 58, 0.1), transparent 42%),
        radial-gradient(circle at 100% 0%, rgba(196, 160, 53, 0.08), transparent 40%),
        linear-gradient(180deg, #f7faf5 0%, #ffffff 100%);
}

.team-modern .team-item {
    background: #ffffff;
}


/*** Homepage location map (Biskin-style Head Office band) ***/
.home-map {
    position: relative;
    overflow: hidden;
    min-height: 420px;
    background: #dfe6e1;
}

.home-map__canvas {
    position: absolute;
    inset: 0;
}

.home-map__canvas iframe {
    display: block;
    width: 100%;
    height: 100%;
    border: 0;
    filter: grayscale(0.15) contrast(1.02);
}

.home-map__card {
    position: relative;
    z-index: 2;
    width: min(100% - 2rem, 360px);
    margin: 3.25rem 0 3.25rem max(1.25rem, calc((100% - 1320px) / 2 + 1.25rem));
    padding: 1.65rem 1.5rem 1.5rem;
    background: rgba(11, 31, 20, 0.92);
    color: #ffffff;
    box-shadow: 0 18px 40px rgba(0, 0, 0, 0.28);
    backdrop-filter: blur(6px);
}

.home-map__eyebrow {
    margin: 0 0 1.1rem;
    color: var(--accent);
    font-size: 0.78rem;
    font-weight: 700;
    letter-spacing: 0.16em;
    text-transform: uppercase;
}

.home-map__link {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    margin-bottom: 0.85rem;
    color: rgba(255, 255, 255, 0.92);
    text-decoration: none;
    font-weight: 600;
    line-height: 1.45;
    transition: color .2s ease;
}

.home-map__link i {
    margin-top: 0.2rem;
    color: var(--secondary);
    width: 1rem;
    text-align: center;
}

.home-map__link a,
.home-map__link a:link,
.home-map__link a:visited,
.home-map__link a:hover,
.home-map__link a:focus,
.home-map__link a:active {
    color: rgba(255, 255, 255, 0.92) !important;
    text-decoration: none;
}

.home-map__directions {
    display: inline-flex;
    align-items: center;
    gap: 0.55rem;
    margin-top: 0.85rem;
    padding: 0.7rem 1.15rem;
    color: #0f1f16;
    background: var(--accent);
    text-decoration: none;
    font-weight: 700;
    font-size: 0.92rem;
    transition: background .2s ease, color .2s ease;
}

.home-map__directions:hover {
    color: #0f1f16;
    background: #d4b24a;
}

@media (max-width: 767.98px) {
    .home-map {
        min-height: 480px;
    }

    .home-map__card {
        margin: 2rem 1rem;
        width: calc(100% - 2rem);
    }

    .hero-nav,
    .owl-carousel .owl-nav {
        display: none !important;
    }

    .hero-title-line {
        --hero-line-width: min(72px, 18%);
        height: 2px;
        margin-top: 8px;
    }
}
