/* Homepage Custom Styles */

/* Hero Section - Tagline with smaller font for long text */
.main-slider-three__tagline--long-text {
    font-size: 16px;
    line-height: 1.6;
}

/* Hero Section - Button container with flex layout */
.main-slider-three__button--multiple {
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    margin-top: 30px;
    position: relative;
    z-index: 15;
}

/* Hero Section - Ensure content is above background elements */
.main-slider-three__content {
    position: relative;
    z-index: 10;
}

/* Hero Section - Fix background image display */
.main-slider-three__bg {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
}

/* Hero Section - Ensure products bubble doesn't overlap buttons */
.main-slider-three__products {
    z-index: 1;
}

/* Hero Section - Move products bubble to top-right corner, completely outside content area */
.main-slider-three__item {
    position: relative !important;
    overflow: visible !important;
}

/* Remove bubble from content flow and position it absolutely relative to hero section */
.main-slider-three__content {
    position: relative !important;
    z-index: 10 !important;
}

.main-slider-three__products {
    position: absolute !important;
    top: 20px !important;
    right: 20px !important;
    bottom: auto !important;
    left: auto !important;
    z-index: 25 !important;
    transform: none !important;
}

/* Ensure container doesn't clip the bubble */
.main-slider-three .container {
    position: relative !important;
    overflow: visible !important;
}

/* Position relative to hero section on larger screens */
@media (min-width: 576px) {
    .main-slider-three__products {
        top: 30px !important;
        right: 30px !important;
    }
}

@media (min-width: 768px) {
    .main-slider-three__products {
        top: 40px !important;
        right: 50px !important;
    }
}

@media (min-width: 1200px) {
    .main-slider-three__products {
        top: 50px !important;
        right: 80px !important;
    }
}

@media (min-width: 1600px) {
    .main-slider-three__products {
        top: 60px !important;
        right: 100px !important;
    }
}

/* Hero Section - Reduce overlay opacity so background image is visible */
.main-slider-three__overlay {
    opacity: 0.1 !important;
    background: linear-gradient(90deg, rgba(21, 176, 27, 0.15) -17.66%, rgba(8, 77, 59, 0) 70.74%) !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
}

/* Hero Section - Fix background image path and display */
.main-slider-three__bg {
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    opacity: 1 !important;
    z-index: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    min-width: 100% !important;
    transform: scaleX(1) !important; /* Ensure all backgrounds are visible, not just active ones */
    transition: all 1000ms ease !important;
}

/* Hero Section - Video background styling */
.main-slider-three__video {
    object-fit: cover !important;
    object-position: center !important;
    z-index: 0 !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    min-height: 100% !important;
    min-width: 100% !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: none !important;
}

/* Ensure overlay is above video */
.main-slider-three__overlay {
    z-index: 1 !important;
}

/* Hero Section - Button inner wrapper z-index */
.main-slider-three__button__inner {
    position: relative;
    z-index: 16;
}

/* Removed - let Owl Carousel handle visibility */

/* Hero Section - Reduce heading font size to half */
.main-slider-three__title {
    font-size: 35px !important;
}

@media (max-width: 1199px) {
    .main-slider-three__title {
        font-size: 30px !important;
    }
}

@media (max-width: 767px) {
    .main-slider-three__title {
        font-size: 27.5px !important;
    }
}

@media (max-width: 575px) {
    .main-slider-three__title {
        font-size: 25px !important;
    }
}

@media (max-width: 430px) {
    .main-slider-three__title {
        font-size: 22.5px !important;
    }
}

@media (max-width: 375px) {
    .main-slider-three__title {
        font-size: 20px !important;
    }
}

/* Removed - let Owl Carousel handle visibility of slide content */

/* Hero Section - Make plane image (shape-1) visible */
.main-slider-three__shape-1 {
    opacity: 1 !important;
    transform: translateX(0) translateY(-50%) scaleX(1) !important;
    visibility: visible !important;
    display: inline-block !important;
    left: 0px !important;
}

/* Hero Section - Override media query that hides plane on smaller screens */
@media (max-width: 1799px) {
    .main-slider-three__shape-1 {
        left: -80px !important;
        display: inline-block !important;
        opacity: 1 !important;
    }
}

@media (max-width: 1599px) {
    .main-slider-three__shape-1 {
        display: inline-block !important;
        opacity: 1 !important;
        left: -80px !important;
    }
}

/* Hero Section - Ensure shape-2 is also visible */
.main-slider-three__shape-2 {
    opacity: 1 !important;
    visibility: visible !important;
}

/* Hero Section - Fix container margin that pushes content to right */
.main-slider-three {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

.main-slider-three__carousel {
    width: 100% !important;
    max-width: 100vw !important;
}

/* Ensure stage-outer hides overflow so only one slide is visible */
.main-slider-three__carousel .owl-stage-outer {
    overflow: hidden !important;
}

/* Don't override transform or left on items - let Owl Carousel handle it */
.main-slider-three__item {
    width: 100% !important;
    max-width: 100vw !important;
}

/* Fix body and html width to prevent right shift */
body, html {
    width: 100% !important;
    max-width: 100vw !important;
    overflow-x: hidden !important;
}

/* Don't override transform or left on items - let Owl Carousel handle it */
.main-slider-three__item {
    width: 100% !important;
    max-width: 100vw !important;
    position: relative !important;
    overflow: visible !important;
}

.main-slider-three .container {
    margin-left: auto !important;
    margin-right: auto !important;
    max-width: 1200px !important;
    width: 100% !important;
    padding-left: 15px !important;
    padding-right: 15px !important;
    position: relative !important;
}

/* Intro Section - Block-based layout with cards */
.intro-section {
    background-color: #f8f9fa;
    padding: 100px 0;
}

.intro-section__block {
    background-color: #ffffff;
    border-radius: 10px;
    padding: 30px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.intro-section__block:hover {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.12);
    transform: translateY(-5px);
}

.intro-section__block--full {
    padding: 40px;
}

.intro-section__block__image {
    margin-bottom: 20px;
    text-align: center;
    flex-shrink: 0;
}

.intro-section__block__image img {
    max-width: 120px;
    height: auto;
    display: inline-block;
    object-fit: contain;
}

.intro-section__block--full .intro-section__block__image {
    margin-bottom: 0;
}

.intro-section__block--full .intro-section__block__image img {
    max-width: 180px;
}

.intro-section__block__content {
    flex: 1;
    display: flex;
    align-items: center;
}

.intro-section__block__text {
    font-size: 16px;
    line-height: 1.8;
    color: #555;
    margin: 0;
    text-align: left;
}

.intro-section__block__text strong {
    color: #fd8c40;
    font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 1199px) {
    .intro-section {
        padding: 80px 0;
    }

    .intro-section__block {
        padding: 25px;
    }

    .intro-section__block__text {
        font-size: 15px;
        line-height: 1.75;
    }

    .intro-section__block__image img {
        max-width: 100px;
    }

    .intro-section__block--full .intro-section__block__image img {
        max-width: 150px;
    }
}

@media (max-width: 991px) {
    .intro-section {
        padding: 70px 0;
    }

    .intro-section__block {
        padding: 25px;
        margin-bottom: 20px;
    }

    .intro-section__block__text {
        font-size: 15px;
        line-height: 1.7;
    }

    .intro-section__block--full {
        padding: 30px;
    }

    .intro-section__block--full .intro-section__block__image {
        margin-bottom: 20px;
    }
}

@media (max-width: 767px) {
    .intro-section {
        padding: 60px 0;
    }

    .intro-section__block {
        padding: 20px;
    }

    .intro-section__block__text {
        font-size: 14px;
        line-height: 1.65;
    }

    .intro-section__block__image img {
        max-width: 80px;
    }

    .intro-section__block--full {
        padding: 25px;
    }

    .intro-section__block--full .intro-section__block__image img {
        max-width: 120px;
    }
}

@media (max-width: 575px) {
    .intro-section {
        padding: 50px 0;
    }

    .intro-section__block {
        padding: 18px;
    }

    .intro-section__block__text {
        font-size: 14px;
        line-height: 1.6;
    }

    .intro-section__block__image {
        margin-bottom: 15px;
    }

    .intro-section__block__image img {
        max-width: 70px;
    }

    .intro-section__block--full {
        padding: 20px;
    }

    .intro-section__block--full .intro-section__block__image img {
        max-width: 100px;
    }
}

/* Why Choose Us Section - Intro paragraph styling */
.why-choose-two__intro {
    margin-bottom: 40px;
    text-align: center;
}

.why-choose-two__intro__text {
    font-size: 18px;
    line-height: 1.8;
    color: #555;
    max-width: 900px;
    margin: 0 auto;
}

.why-choose-two__intro__text strong {
    color: #fd8c40;
    font-weight: 600;
}

@media (max-width: 767px) {
    .why-choose-two__intro {
        margin-bottom: 30px;
    }

    .why-choose-two__intro__text {
        font-size: 16px;
        line-height: 1.7;
    }
}

/* How It Works Section - Improved Layout for 5 Steps */
.workflow-process .row {
    display: flex !important;
    flex-wrap: wrap !important;
    justify-content: space-between !important;
    align-items: stretch !important;
    gap: 15px;
}

.workflow-process__card {
    min-height: 300px;
    display: flex;
    flex-direction: column;
    height: 100%;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.workflow-process__card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.12);
}

.workflow-process__card__title {
    font-size: 18px;
    line-height: 1.4;
    margin-bottom: 12px;
    min-height: 50px;
}

.workflow-process__card__text {
    font-size: 14px;
    line-height: 1.7;
    flex-grow: 1;
    color: #666;
}

/* Better spacing for 5 cards - wider layout using flex */
@media (min-width: 1200px) {
    .workflow-process .col-xl {
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .workflow-process__card {
        padding: 50px 30px 31px;
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .workflow-process .col-lg {
        flex: 0 0 20%;
        max-width: 20%;
        padding-left: 10px;
        padding-right: 10px;
    }

    .workflow-process__card {
        padding: 45px 25px 25px;
    }

    .workflow-process__card__title {
        font-size: 17px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .workflow-process .col-md-4 {
        flex: 0 0 calc(48% - 7.5px) !important;
        max-width: calc(48% - 7.5px) !important;
        width: calc(48% - 7.5px) !important;
        margin-bottom: 40px;
    }

    .workflow-process__card {
        min-height: 280px;
        padding: 45px 30px 25px;
    }
}

@media (max-width: 767px) {
    .workflow-process__card {
        min-height: auto;
        margin-bottom: 30px;
        padding: 40px 25px 25px;
    }

    .workflow-process__card__title {
        font-size: 16px;
        min-height: auto;
    }

    .workflow-process__card__text {
        font-size: 13px;
    }
}

/* Top German Stores Section */
.top-german-stores {
    background-color: var(--transwide-white2, #F2F2F2);
    padding: 80px 0;
}

.top-german-stores__content {
    text-align: center;
    max-width: 900px;
    margin: 0 auto;
}

.top-german-stores__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 8px 4px;
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.8;
}

.top-german-stores__item {
    color: var(--transwide-black, #06416F);
    font-weight: 600;
    padding: 0 8px;
    transition: color 0.3s ease;
}

.top-german-stores__item:hover {
    color: var(--transwide-base, #fd8c40);
}

.top-german-stores__separator {
    color: var(--transwide-base, #fd8c40);
    font-weight: 700;
    padding: 0 4px;
}

.top-german-stores__note {
    font-size: 16px;
    color: var(--transwide-text-color, #666666);
    font-style: italic;
    margin-top: 15px;
    margin-bottom: 0;
}

@media (max-width: 991px) {
    .top-german-stores__list {
        font-size: 16px;
        gap: 6px 3px;
    }

    .top-german-stores__item {
        padding: 0 6px;
    }

    .top-german-stores__note {
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .top-german-stores {
        padding: 60px 0;
    }

    .top-german-stores__list {
        font-size: 14px;
        gap: 4px 2px;
    }

    .top-german-stores__item {
        padding: 0 4px;
    }

    .top-german-stores__separator {
        padding: 0 2px;
    }

    .top-german-stores__note {
        font-size: 13px;
        margin-top: 12px;
    }
}

/* Call to Action Section - Multiple Buttons */
.cta-one__button--multiple {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.cta-one__button--multiple .transwide-btn {
    width: 100%;
    text-align: center;
}

@media (min-width: 768px) {
    .cta-one__button--multiple {
        flex-direction: row;
        gap: 20px;
    }

    .cta-one__button--multiple .transwide-btn {
        flex: 1;
    }
}




/* ============================================
   NEW MODERN HERO SLIDER
   ============================================ */
.modern-hero-slider {
    position: relative;
    min-height: 600px;
    overflow: hidden;
}

.modern-hero-slider__carousel {
    position: relative;
}

.modern-hero-slider__item {
    position: relative;
    min-height: 600px;
    display: flex;
    align-items: center;
    padding: 100px 0;
    background: linear-gradient(135deg, #FF7F35 0%, #E65A2B 100%);
}

.modern-hero-slider__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1;
}

.modern-hero-slider__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 127, 53, 0.85) 0%, rgba(230, 90, 43, 0.75) 100%);
    z-index: 2;
}

.modern-hero-slider__content {
    position: relative;
    z-index: 3;
    color: #ffffff;
    animation: fadeInUp 0.8s ease-out;
}

.modern-hero-slider__badge {
    display: inline-block;
    margin-bottom: 20px;
    padding: 8px 20px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(10px);
    border-radius: 50px;
    font-size: 14px;
    font-weight: 600;
    color: #ffffff;
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.modern-hero-slider__badge i {
    margin-right: 8px;
    color: #FFD700;
}

.modern-hero-slider__title {
    font-size: 48px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 20px;
    color: #ffffff;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.modern-hero-slider__description {
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 30px;
    color: rgba(255, 255, 255, 0.95);
    max-width: 600px;
}

.modern-hero-slider__features {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 40px;
}

.modern-hero-slider__feature {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 20px;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    font-size: 15px;
    font-weight: 500;
    color: #ffffff;
    transition: all 0.3s ease;
}

.modern-hero-slider__feature:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: translateY(-2px);
}

.modern-hero-slider__feature i {
    font-size: 20px;
    color: #FFD700;
}

.modern-hero-slider__buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.modern-hero-slider__btn {
    display: inline-block;
    padding: 16px 35px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    border: 2px solid transparent;
    text-align: center;
}

.modern-hero-slider__btn--primary {
    background: #ffffff;
    color: #FF7F35;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.modern-hero-slider__btn--primary:hover {
    background: #f8f8f8;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
    color: #E65A2B;
}

.modern-hero-slider__btn--secondary {
    background: transparent;
    color: #ffffff;
    border: 2px solid rgba(255, 255, 255, 0.8);
}

.modern-hero-slider__btn--secondary:hover {
    background: rgba(255, 255, 255, 0.1);
    border-color: #ffffff;
    transform: translateY(-2px);
}

/* Owl Carousel Navigation */
.modern-hero-slider__carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
    z-index: 10;
}

.modern-hero-slider__carousel .owl-nav button {
    position: absolute;
    width: 50px;
    height: 50px;
    background: rgba(255, 255, 255, 0.2) !important;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 50%;
    color: #ffffff !important;
    font-size: 20px;
    transition: all 0.3s ease;
}

.modern-hero-slider__carousel .owl-nav button.owl-prev {
    left: 30px;
}

.modern-hero-slider__carousel .owl-nav button.owl-next {
    right: 30px;
}

.modern-hero-slider__carousel .owl-nav button:hover {
    background: rgba(255, 255, 255, 0.3) !important;
    transform: scale(1.1);
}

.modern-hero-slider__carousel .owl-dots {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 10;
    display: flex;
    gap: 10px;
}

.modern-hero-slider__carousel .owl-dots button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.4) !important;
    border: 2px solid rgba(255, 255, 255, 0.6) !important;
    transition: all 0.3s ease;
}

.modern-hero-slider__carousel .owl-dots button.active {
    background: #ffffff !important;
    width: 30px;
    border-radius: 6px;
}

/* Animations */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Responsive Design */
@media (max-width: 1199px) {
    .modern-hero-slider__title {
        font-size: 42px;
    }

    .modern-hero-slider__description {
        font-size: 17px;
    }
}

@media (max-width: 991px) {
    .modern-hero-slider__item {
        min-height: 550px;
        padding: 80px 0;
    }

    .modern-hero-slider__title {
        font-size: 36px;
    }

    .modern-hero-slider__description {
        font-size: 16px;
    }

    .modern-hero-slider__features {
        gap: 15px;
    }

    .modern-hero-slider__feature {
        padding: 10px 16px;
        font-size: 14px;
    }
}

@media (max-width: 767px) {
    .modern-hero-slider__item {
        min-height: 500px;
        padding: 60px 0;
    }

    .modern-hero-slider__title {
        font-size: 32px;
    }

    .modern-hero-slider__description {
        font-size: 15px;
        margin-bottom: 25px;
    }

    .modern-hero-slider__features {
        gap: 10px;
        margin-bottom: 30px;
    }

    .modern-hero-slider__feature {
        padding: 8px 14px;
        font-size: 13px;
    }

    .modern-hero-slider__btn {
        padding: 14px 28px;
        font-size: 15px;
        width: 100%;
    }

    .modern-hero-slider__buttons {
        flex-direction: column;
    }

    .modern-hero-slider__carousel .owl-nav button {
        width: 40px;
        height: 40px;
        font-size: 16px;
    }

    .modern-hero-slider__carousel .owl-nav button.owl-prev {
        left: 15px;
    }

    .modern-hero-slider__carousel .owl-nav button.owl-next {
        right: 15px;
    }
}

@media (max-width: 575px) {
    .modern-hero-slider__item {
        min-height: 450px;
        padding: 50px 0;
    }

    .modern-hero-slider__title {
        font-size: 28px;
    }

    .modern-hero-slider__description {
        font-size: 14px;
    }

    .modern-hero-slider__badge {
        font-size: 12px;
        padding: 6px 16px;
    }
}


/* ============================================
   NEW LOGISTICS HERO SECTION
   ============================================ */
.logistics-hero {
    background-color: #000000;
    min-height: 100vh;
    padding: 40px 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.logistics-hero__container {
    background-color: #FF944D;
    border-radius: 60px;
    max-width: 1400px;
    width: 100%;
    padding: 40px 60px 80px;
    position: relative;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Header/Navbar */
.logistics-hero__header {
    margin-bottom: 60px;
}

.logistics-hero__header__inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}

.logistics-hero__logo {
    display: flex;
    align-items: center;
    gap: 12px;
}

.logistics-hero__logo__icon {
    width: 40px;
    height: 40px;
    background: #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FF944D;
}

.logistics-hero__logo__text {
    font-size: 28px;
    font-weight: 700;
    color: #000000;
    letter-spacing: -0.5px;
}

.logistics-hero__nav {
    display: flex;
    align-items: center;
    gap: 40px;
    flex-wrap: wrap;
}

.logistics-hero__nav__item {
    font-size: 16px;
    font-weight: 500;
    color: #000000;
    text-decoration: none;
    position: relative;
    padding-bottom: 5px;
    transition: all 0.3s ease;
}

.logistics-hero__nav__item:hover {
    opacity: 0.7;
}

.logistics-hero__nav__item--active {
    font-weight: 600;
}

.logistics-hero__nav__item--active::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000000;
}

.logistics-hero__contact-btn {
    background: #ffffff;
    color: #000000;
    padding: 12px 24px;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.logistics-hero__contact-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.15);
}

.logistics-hero__contact-btn i {
    font-size: 14px;
}

/* Hero Content */
.logistics-hero__content {
    position: relative;
}

.logistics-hero__content__inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    margin-bottom: 60px;
}

.logistics-hero__text {
    position: relative;
    z-index: 2;
}

.logistics-hero__title {
    font-size: 56px;
    font-weight: 700;
    line-height: 1.2;
    color: #000000;
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Floating Images */
.logistics-hero__images {
    display: flex;
    flex-direction: column;
    gap: 30px;
    position: relative;
}

.logistics-hero__image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.logistics-hero__image img {
    width: 100%;
    height: auto;
    display: block;
    border-radius: 20px;
}

.logistics-hero__image--left {
    max-width: 500px;
}

.logistics-hero__image--right {
    max-width: 450px;
    margin-left: auto;
}

.logistics-hero__image__badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background: rgba(0, 0, 0, 0.8);
    color: #ffffff;
    padding: 10px 20px;
    border-radius: 50px;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 0.5px;
    backdrop-filter: blur(10px);
}

.logistics-hero__image__label {
    position: absolute;
    bottom: 80px;
    left: 20px;
    background: rgba(255, 148, 77, 0.95);
    color: #000000;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 700;
}

.logistics-hero__image__text {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background: rgba(255, 255, 255, 0.95);
    color: #000000;
    padding: 16px 20px;
    border-radius: 12px;
    font-size: 14px;
    line-height: 1.6;
    margin: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

/* CTA Button */
.logistics-hero__cta {
    text-align: center;
    margin-top: 40px;
}

.logistics-hero__cta__btn {
    background: #ffffff;
    color: #000000;
    padding: 18px 40px;
    border-radius: 50px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.logistics-hero__cta__btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.logistics-hero__cta__btn i {
    font-size: 16px;
}

/* Responsive Design */
@media (max-width: 1199px) {
    .logistics-hero__container {
        border-radius: 50px;
        padding: 35px 50px 70px;
    }

    .logistics-hero__title {
        font-size: 48px;
    }

    .logistics-hero__content__inner {
        gap: 50px;
    }
}

@media (max-width: 991px) {
    .logistics-hero__container {
        border-radius: 40px;
        padding: 30px 40px 60px;
    }

    .logistics-hero__title {
        font-size: 40px;
    }

    .logistics-hero__content__inner {
        grid-template-columns: 1fr;
        gap: 40px;
    }

    .logistics-hero__images {
        flex-direction: row;
        justify-content: center;
        flex-wrap: wrap;
    }

    .logistics-hero__image--left,
    .logistics-hero__image--right {
        max-width: 100%;
        margin: 0;
    }

    .logistics-hero__nav {
        gap: 25px;
    }
}

@media (max-width: 767px) {
    .logistics-hero {
        padding: 20px 15px;
    }

    .logistics-hero__container {
        border-radius: 30px;
        padding: 25px 30px 50px;
    }

    .logistics-hero__header__inner {
        flex-direction: column;
        align-items: flex-start;
    }

    .logistics-hero__nav {
        width: 100%;
        gap: 20px;
        justify-content: flex-start;
    }

    .logistics-hero__contact-btn {
        width: 100%;
        justify-content: center;
    }

    .logistics-hero__title {
        font-size: 32px;
    }

    .logistics-hero__images {
        flex-direction: column;
    }

    .logistics-hero__image__text {
        position: relative;
        bottom: auto;
        left: auto;
        right: auto;
        margin-top: 15px;
    }
}

@media (max-width: 575px) {
    .logistics-hero__container {
        border-radius: 25px;
        padding: 20px 25px 40px;
    }

    .logistics-hero__title {
        font-size: 28px;
    }

    .logistics-hero__logo__text {
        font-size: 24px;
    }

    .logistics-hero__nav {
        flex-direction: column;
        gap: 15px;
        align-items: flex-start;
    }

    .logistics-hero__cta__btn {
        padding: 16px 32px;
        font-size: 15px;
    }
}

/* ============================================
   CONTACT PAGE - Green to Orange Override
   ============================================ */
.contact-page__info::before {
    background-color: #FF7F35 !important;
}

.contact-page__info li + li::before {
    background-color: rgba(255, 255, 255, 0.2) !important;
}

.contact-page__info__icon {
    color: #FF7F35 !important;
}

li:hover .contact-page__info__icon {
    background-color: #FF7F35 !important;
    color: #ffffff !important;
}

.contact-page__info__title {
    color: rgba(255, 255, 255, 0.85) !important;
}

.contact-page__info__link {
    color: #ffffff !important;
}

.contact-page__info__link:hover {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* ============================================
   FAQ PAGE - Orange Overlay on Image
   ============================================ */
.faq-one__image-wrapper {
    position: relative;
    display: inline-block;
}

.faq-one__image {
    position: relative;
    border-radius: 20px;
    box-shadow: 0 20px 50px rgba(255, 127, 53, 0.3);
}

.faq-one__image-wrapper::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(255, 127, 53, 0.15) 0%, rgba(230, 90, 43, 0.1) 100%);
    border-radius: 20px;
    pointer-events: none;
}

.faq-one__thumb {
    position: relative;
}

.faq-one__thumb::before {
    content: "";
    position: absolute;
    top: -20px;
    left: -20px;
    width: 100px;
    height: 100px;
    background: linear-gradient(135deg, rgba(255, 127, 53, 0.3) 0%, rgba(255, 127, 53, 0.1) 100%);
    border-radius: 50%;
    z-index: -1;
}

.faq-one__thumb::after {
    content: "";
    position: absolute;
    bottom: -15px;
    right: -15px;
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, rgba(255, 127, 53, 0.25) 0%, rgba(230, 90, 43, 0.15) 100%);
    border-radius: 50%;
    z-index: -1;
}
