/* Smooth Scroll Behavior */
html {
    scroll-behavior: smooth;
}

/* Base page background */
body {
    background-image: none;
    background-color: #ffffff;
}

/* Prevent unexpected top/bottom spacing from layout wrappers on landing pages */
main#swup {
    margin: 0 !important;
    padding: 0 !important;
}

.landing-page-rve {
    background: #ffffff;
    font-size: 0;
    line-height: 0;
}

.landing-page-rve section {
    margin: 0;
    font-size: 15px;
    line-height: normal;
}

/* Landing page: align Bootstrap container width with 1320px layout
   (stylev1.css globally forces .container max-width to 1200px at >=1200px) */
@media (min-width: 1200px) {
    .landing-page-rve .container,
    .landing-page-rve .container-lg,
    .landing-page-rve .container-md,
    .landing-page-rve .container-sm,
    .landing-page-rve .container-xl,
    .landing-page-rve .container-xxl {
        max-width: 1320px;
    }
}

/* Header Styles */
.tp-header-height {
    padding: 0 !important;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.08);
}

/* Header container alignment (match section padding + max width) */
.header-kka-wrapper {
    padding-left: 110px;
    padding-right: 110px;
}

@media (max-width: 1023.98px) {
    .header-kka-wrapper {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767.98px) {
    .header-kka-wrapper {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.header-kka-wrapper .container-fluid {
    max-width: 1320px;
    margin: 0 auto;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
}

.hide-1280 {
    display: inline-flex !important;
}
.show-1280 {
    display: none !important;
}

@media (min-width: 1280px) {
    .hide-1280 {
        display: none !important;
    }
    .show-1280 {
        display: block !important;
    }
}

.row-header {
    flex-wrap: nowrap;
    align-items: center;
    --bs-gutter-x: 0;
    margin-left: 0;
    margin-right: 0;
}

.header-bottom__main-menu nav ul {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    gap: 28px;
    margin: 0;
    padding: 0;
    list-style: none;
}

.header-bottom__main-menu nav ul li {
    white-space: nowrap;
}

.header-bottom__main-menu nav ul li a {
    display: inline-block;
    font-size: 14px;
    font-family: "Instrument Sans", sans-serif;
    font-weight: 600;
    color: #0f6935;
    padding: 10px 6px;
    line-height: 21px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.header-bottom__main-menu nav ul li a:hover {
    color: #15944b;
}

.header-bottom__bar.tp-menu-bar i {
    display: block;
    font-size: 20px;
    line-height: 1;
}

.header-bottom__bar {
    line-height: 1 !important;
}

@media (min-width: 1280px) and (max-width: 1399.98px) {
    .header-bottom__main-menu nav ul {
        gap: 18px;
    }
    .header-bottom__main-menu nav ul li a {
        font-size: 14px;
        padding: 8px 4px;
    }
}

.header-bottom__bar.tp-menu-bar {
    align-items: center;
    justify-content: center;
    height: 44px;
    width: 44px;
    padding: 0 !important;
    margin: 0 !important;
    line-height: 1 !important;
    position: relative;
    top: 0 !important;
}

.header-bottom__logo img {
    width: auto;
    max-width: 140px;
    height: auto;
    margin-top: 0;
}

.tpoffcanvas .header-bottom__logo {
    background: #ffffff;
    padding: 16px 20px;
    border-radius: 16px;
    display: inline-block;
    margin-bottom: 20px;
}

.tpoffcanvas .header-bottom__logo img {
    width: auto;
    max-width: 140px;
    height: auto;
}

.header-bottom__area {
    padding: 16px 0 !important;
    background-color: #ffffff !important;
}

@media (min-width: 1024px) {
    .header-bottom__logo img {
        max-width: 160px;
    }

    .header-bottom__area {
        padding: 18px 0 !important;
    }
}

@media (max-width: 991.98px) {
    .header-bottom__logo img {
        max-width: 140px;
    }

    .header-bottom__area {
        padding: 14px 0 !important;
    }
}

@media (max-width: 767.98px) {
    .header-bottom__logo img {
        max-width: 120px;
    }

    .tpoffcanvas .header-bottom__logo img {
        max-width: 120px;
    }

    .header-bottom__area {
        padding: 12px 0 !important;
    }
}

/* Content Styles */
.content-hero {
    color: #bbbbbb;
    padding: 3rem 7rem;
}

.hero-wrapper .content-hero {
    padding-right: 0;
}

@media (max-width: 991.98px) {
    .content-hero {
        padding-left: 2rem;
        padding-right: 2rem;
        margin-bottom: 0px;
    }
}

@media (max-width: 767.98px) {
    .content-hero {
        padding: 2rem 1.5rem;
        text-align: center;
        margin-bottom: 0px;
    }
}

.text-content p {
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    text-align: justify;
    color: #5e6282;
}

.text-content h1 {
    font-size: 36px;
    font-style: normal;
    font-weight: 600;
    line-height: 44px;
}

.text-content h3 {
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 36px;
}

.text-content h4 {
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 28px;
}

.content-image {
    background-image: url("../img/footer/bg-cta-pattern.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.content-image img {
    padding-left: 5rem;
    width: 100%;
}

@media (max-width: 991.98px) {
    .text-content h1 {
        font-size: 25px;
        line-height: 38px;
    }

    .text-content h3 {
        font-size: 20px;
        line-height: 30px;
    }

    .text-content p {
        font-size: 18px;
        line-height: 26px;
    }

    .content-image img {
        width: 100%;
    }
}

@media (max-width: 767.98px) {
    .text-content h1 {
        font-size: 24px;
        line-height: 32px;
    }

    .text-content h3 {
        font-size: 18px;
        line-height: 26px;
    }

    .text-content p {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .content-image {
        display: none;
        width: 100%;
    }
}

@media (min-width: 768px) {
    .text-md-justify {
        text-align: justify !important;
    }
}

.text-gradient {
    background: linear-gradient(90deg, #a9639f, #450c3d, #7e166f, #a9639f);
    background-size: 300% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: gradientShift 4s ease-in-out infinite;
}

@keyframes gradientShift {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.btn-purple {
    background: #a3171f;
    border-radius: 4px;
    color: #ffffff;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.btn-white {
    background: #ffffff;
    border-radius: 20px;
    color: #002ad1;
    padding: 8px 16px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.btn-purple:hover {
    box-shadow: 0px 8px 24px rgba(126, 22, 111, 0.3);
    transform: translateY(-2px);
    color: #fff;
    background: #7a166d;
}

@media (max-width: 1024px) {
    .btn-purple,
    .btn-white {
        font-size: 13px;
        padding: 7px 14px;
    }
}

@media (max-width: 768px) {
    .btn-purple,
    .btn-white {
        font-size: 12px;
        padding: 6px 12px;
        border-radius: 16px;
    }
}

@media (max-width: 480px) {
    .btn-purple,
    .btn-white {
        font-size: 11px;
        padding: 5px 10px;
    }
}

/* Why Us Section - New Clean Design */
#why-us.why-us-section {
    padding-top: 80px;
    padding-bottom: 80px;
}

#why-us .container {
    padding-left: 24px;
    padding-right: 24px;
}

#why-us .container .row {
    padding-left: 40px;
    padding-right: 40px;
}

.why-us-heading {
    max-width: 920px;
    margin: 0 auto 28px;
    padding: 0 16px;
}

.why-us-heading__title {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
    color: #d11e27;
    margin: 0 0 10px;
}

.why-us-heading__desc {
    margin: 0 auto;
    color: #666666;
    font-size: 16px;
    line-height: 26px;
    max-width: 800px;
}

.why-us-title {
    word-break: normal;
    overflow-wrap: anywhere;
}

.why-us-br {
    display: none;
}
@media (max-width: 991.98px) {
    .why-us-br {
        display: inline;
    }
}

@media (max-width: 991.98px) {
    #why-us.why-us-section {
        padding-top: 60px;
        padding-bottom: 60px;
    }

    .why-us-heading__title {
        font-size: 30px;
        line-height: 38px;
    }

    .why-us-heading__desc {
        font-size: 15px;
        line-height: 24px;
        padding: 0 8px;
    }
}

@media (max-width: 767.98px) {
    #why-us.why-us-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    #why-us .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    #why-us .container .row {
        padding-left: 0px;
        padding-right: 0px;
    }

    .why-us-heading {
        padding: 0 12px;
    }

    .why-us-heading__title {
        font-size: 26px;
        line-height: 34px;
    }

    .why-us-heading__desc {
        font-size: 14px;
        line-height: 22px;
    }
}

.why-us-card {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 32px 24px;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: start;
    text-align: start;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.why-us-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.why-us-icon {
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}

.why-us-icon img {
    width: 60px;
    height: 60px;
    object-fit: contain;
}

.why-us-title {
    font-weight: 600;
    font-size: 28px;
    line-height: 36px;
    height: 100px;
    color: #333333;
}

.why-us-description {
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

@media (max-width: 991.98px) {
    .why-us-card {
        padding: 28px 20px;
    }

    .why-us-icon {
        width: 70px;
        height: 70px;
    }

    .why-us-icon img {
        width: 42px;
        height: 42px;
    }

    .why-us-title {
        font-size: 18px;
        line-height: 26px;
        height: 55px;
    }

    .why-us-description {
        font-size: 14px;
        line-height: 22px;
        margin-top: 10px;
    }
}

@media (max-width: 767.98px) {
    .why-us-card {
        padding: 24px 20px;
    }

    .why-us-icon {
        width: 64px;
        height: 64px;
    }

    .why-us-icon img {
        width: 38px;
        height: 38px;
    }

    .why-us-title {
        height: auto;
    }
}

/* Legacy feature card styles - keeping for backward compatibility */
.feature-card {
    background: radial-gradient(
        ellipse 110% 23% at 15% 14%,
        #001773 100%,
        #001258 100%
    );
    max-width: 550px;
    width: 100%;
    height: 290px;
    padding: 28px 32px;
    border-radius: 48px;
    color: #fff;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.feature-wrapper {
    display: flex;
    justify-content: center;
}

.feature-header {
    display: flex;
    align-items: center;
    gap: 14px;
}

.feature-header h3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #f8fafc;
}

.feature-description {
    margin: 24px 0;
    background-image: url("/img/landing-page/bg-solution.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
}

.feature-description p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: justify;
    color: #e2e8f0;
}

@media (min-width: 1441px) {
    .feature-card {
        max-width: 650px;
        width: 100%;
    }
}

@media (max-width: 767.9px) {
    #why-us {
        padding: 40px 32px;
    }

    .feature-card {
        background: radial-gradient(
            ellipse 90% 17% at 20% 13%,
            #001773 100%,
            #001258 100%
        );
        max-width: 100%;
        height: max-content;
        padding: 22px 24px;
        border-radius: 32px;
    }

    .feature-header {
        gap: 10px;
    }

    .feature-header h3 {
        font-size: 20px;
        line-height: 28px;
    }

    .feature-description p {
        padding: 14px 0;
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 991.98px) {
    .feature-card {
        padding: 24px 32px;
    }
}

@media (max-width: 767.98px) {
    .feature-card {
        padding: 20px 24px;
    }
}

.bg-achievement {
    background: none;
}

/* partner-container-start */
.partner-container {
    display: flex;
    padding: 30px 0;
    align-items: center;
}

.partner-container .container {
    padding-left: 64px;
    padding-right: 64px;
}

.partner-section {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    gap: 36px;
    padding: 0 50px;
}

@media (min-width: 768px) and (max-width: 1278.9px) {
    .partner-section {
        display: grid;
        grid-template-columns: repeat(3, max-content);
        gap: 20px;
        padding: 0;
    }

    .partner-card:nth-child(4) {
        grid-row: 2;
        grid-column: 1 / 3;
        justify-self: center;
    }

    .partner-card:nth-child(5) {
        grid-row: 2;
        grid-column: 2 / 4;
        justify-self: center;
    }
}

@media (max-width: 767.9px) {
    .partner-section {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 14px;
        justify-items: center;
    }

    .partner-card:nth-child(5) {
        grid-column: 1 / -1;
        justify-self: center;
    }
}

.tp-integration-slider-wrapper {
    display: flex;
    gap: 20px;
    width: max-content;
    animation: slide 100s linear infinite;
    will-change: transform;
}

.partner-card {
    position: relative;
    transition:
        transform 0.3s,
        box-shadow 0.3s;
    width: 203px;
    height: 96px;
    padding: 24px 12px;
    border-radius: 16px;
    border: 1px solid rgba(15, 23, 42, 0.06);
    background: #ffffff;
    box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
}

/* Flip Card Styles */
.flip-card {
    perspective: 1000px;
    cursor: pointer;
}

.flip-card:hover {
    transform: translateY(-3px);
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.flip-card.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.flip-card-front {
    z-index: 2;
}

.flip-card-back {
    transform: rotateY(180deg);
}

.flip-card-front img,
.flip-card-back img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

.partner-card img {
    object-fit: contain;
    width: 100%;
    height: 100%;
}

@media (max-width: 768px) {
    .partner-container {
        margin-top: 10px;
    }
    .partner-container .container {
        padding-left: 16px;
        padding-right: 16px;
    }
    .partner-card {
        width: 150px;
        height: 90px;
    }

    .tp-integration-slider-wrapper {
        gap: 15px;
    }
}

@keyframes slide {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

/* ============================
   Partner Section RVE Trans
   ============================ */
.partner-section-rve {
    padding: 64px 0;
    background-image: url("../img/background/bg-klien-kami.png");
    background-color: #091814;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

.partner-section-rve::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(9, 40, 20, 0.52) 0%,
        rgba(9, 40, 20, 0.36) 50%,
        rgba(9, 40, 20, 0.52) 100%
    );
    pointer-events: none;
    z-index: 0;
}

.partner-container-rve {
    padding-left: 110px;
    padding-right: 110px;
    max-width: 1320px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.partner-wrapper-rve {
    border-top: none;
    border-bottom: none;
    padding: 36px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    gap: 96px;
}

.partner-col-rve {
    display: flex;
    flex-direction: column;
    gap: 24px;
    flex: 0 0 auto;
}

.partner-col-left {
    align-items: flex-start;
}

.partner-col-right {
    align-items: flex-end;
}

.partner-title-rve {
    font-family: "Instrument Sans", sans-serif;
    font-size: 32px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
    line-height: 44px;
    white-space: pre-wrap;
}

.partner-col-right .partner-title-rve {
    text-align: right;
}

.partner-cards-rve {
    display: flex;
    gap: 48px;
    flex-wrap: nowrap;
    align-items: center;
}

.partner-card-rve {
    width: 124px;
    height: 124px;
    padding: 16px;
    border-radius: 32px;
    border: 1.5px solid #b6dec7;
    background: #ffffff;
    box-shadow: none;
    cursor: pointer;
    perspective: 1000px;
    transition: transform 0.3s;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.partner-card-rve.padding-sm {
    padding: 12px;
}

.partner-card-rve.padding-md {
    padding: 16px;
}

.partner-card-rve.padding-lg {
    padding: 24px;
}

.partner-card-rve.padding-xl {
    padding: 28px;
}

.partner-card-rve:hover {
    transform: translateY(-4px);
}

.partner-card-rve .flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.partner-card-rve.flipped .flip-card-inner {
    transform: rotateY(180deg);
}

.partner-card-rve .flip-card-front,
.partner-card-rve .flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.partner-card-rve .flip-card-front {
    z-index: 2;
}

.partner-card-rve .flip-card-back {
    transform: rotateY(180deg);
}

.partner-card-rve img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
}

.partner-card-rve img.partner-logo--vinfast {
    width: 78%;
    height: 78%;
}

/* Divider Line */
.partner-divider-rve {
    position: relative;
    width: 72px;
    height: 0;
    flex-shrink: 0;
    align-self: center;
}

.partner-divider-rve::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 192px;
    height: 0;
    border-top: 5px solid var(--White-100, #ffffff);
    transform: translate(-50%, -50%) rotate(112deg);
    transform-origin: center;
}

/* Responsive */
@media (max-width: 1199.98px) {
    .partner-section-rve {
        padding: 48px 0;
    }

    .partner-container-rve {
        padding-left: 110px;
        padding-right: 110px;
    }

    .partner-wrapper-rve {
        gap: 64px;
    }

    .partner-cards-rve {
        gap: 32px;
    }

    .partner-card-rve {
        width: 110px;
        height: 110px;
    }
}

@media (max-width: 991.98px) {
    .partner-section-rve {
        padding: 40px 0;
    }

    .partner-container-rve {
        padding-left: 24px;
        padding-right: 24px;
    }

    .partner-wrapper-rve {
        flex-direction: column;
        gap: 40px;
        padding: 36px 0;
    }

    .partner-divider-rve {
        display: none;
    }

    .partner-col-right {
        align-items: flex-start;
    }

    .partner-col-right .partner-title-rve {
        text-align: left;
    }

    .partner-title-rve {
        font-size: 28px;
        line-height: 38px;
    }

    .partner-cards-rve {
        gap: 24px;
    }

    .partner-card-rve {
        width: 100px;
        height: 100px;
        padding: 16px;
    }
}

@media (max-width: 767.98px) {
    .partner-section-rve {
        padding: 32px 0;
    }

    .partner-container-rve {
        padding-left: 16px;
        padding-right: 16px;
    }

    .partner-wrapper-rve {
        padding: 24px 0;
        gap: 32px;
    }

    .partner-cards-rve {
        gap: 20px;
        flex-wrap: wrap;
        justify-content: center;
    }

    .partner-card-rve {
        width: 90px;
        height: 90px;
        padding: 14px;
        border-radius: 24px;
    }

    .partner-title-rve {
        font-size: 24px;
        line-height: 32px;
        text-align: center;
        width: 100%;
    }

    .partner-col-rve {
        align-items: center;
        width: 100%;
    }

    .partner-col-right .partner-title-rve {
        text-align: center;
    }
}

@media (max-width: 575.98px) {
    .partner-cards-rve {
        gap: 16px;
    }

    .partner-card-rve {
        width: 80px;
        height: 80px;
        padding: 12px;
        border-radius: 20px;
    }

    .partner-title-rve {
        font-size: 22px;
        line-height: 30px;
    }
}

#news .container {
    max-width: 1320px;
    margin: 0 auto;
    padding: 0 110px;
    width: 100%;
}

.news-card {
    width: 100%;
    height: 650px;
    overflow: hidden;

    /* background-image: url('/img/landing-page/bg-news.png');
    background-size: cover;        
    background-position: center;  
    background-repeat: no-repeat;    */

    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.news-body {
    flex: 1;
    height: 80%;
}

.news-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 32px rgba(0, 0, 0, 0.25);
}

.news-image {
    padding: 20px 20px 0 20px;
}

.news-image img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    display: block;
}

.news-content {
    padding: 10px 36px 36px 36px;
    display: flex;
    flex-direction: column;
}

.news-body {
    gap: 12px;
    display: flex;
    flex-direction: column;
}

.news-date {
    font-weight: 400;
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -1.5%;
    color: #000000;
    opacity: 0.5;
    text-align: justify;
}

.news-title {
    font-weight: 700;
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -1.5%;
    color: #000000;
    text-align: start;
}

.news-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: -1.5%;
    color: #333333;
    text-align: justify;
    margin-top: 24px;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

.news-link {
    width: 100%;
    padding: 16px 28px;
    border-top: #019ab4 2px solid;
    color: #019ab4;
    text-align: center;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
    text-decoration: none;
    font-size: 16px;
}

.news-link:hover {
    color: #d762d5;
}

@media (min-width: 1024px) and (max-width: 1440px) {
    .news-card {
        margin-bottom: 16px;
        height: 600px;
    }
}

@media (max-width: 1023.98px) {
    #news .container {
        padding: 0 24px;
    }

    .news-card {
        margin-bottom: 16px;
        height: 530px;
    }

    .news-image img {
        height: 200px;
    }

    .news-content {
        padding: 16px;
    }

    .news-title {
        font-size: 17px;
    }

    .news-desc {
        font-size: 14px;
    }

    .news-date {
        font-size: 16px;
    }
}

@media (max-width: 767.9px) {
    #news .container {
        padding: 0 16px;
    }

    #news .d-flex.flex-md-row {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    #news .d-flex.flex-md-row h1,
    #news .d-flex.flex-md-row p {
        text-align: center !important;
    }

    .news-card {
        margin-bottom: 16px;
        height: 500px;
    }

    .news-image img {
        height: 180px;
    }

    .news-content {
        padding: 14px;
        text-align: center;
    }

    .news-title {
        font-size: 16px;
        line-height: 1.4;
    }

    .news-desc {
        font-size: 13px;
        text-align: justify;
        word-spacing: -3px;
    }

    .news-date {
        font-size: 14px;
    }

    .news-link {
        font-size: 14px;
        padding: 16px 28px;
    }
}

.arrow {
    font-size: 18px;
    line-height: 1;
}

.card-certificate-image img {
    display: block;
}

@media (max-width: 767px) {
    .card-certificate-image img {
        display: none !important;
    }
}

.card-certificate {
    background: linear-gradient(90deg, #212121 0%, #080808 100%);
    padding: 22px 42px;
    border-radius: 48px;
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

.card-certificate-content p {
    text-align: start;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    color: #fff;
}

.card-certificate-content h4 {
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
    letter-spacing: 0;
    text-align: start;
    color: #fff;
}

@media (max-width: 1023px) {
    .card-certificate-content h4 {
        font-size: 16px;
        line-height: 24px;
        text-align: start;
    }

    .card-certificate-content p {
        font-size: 12px;
        line-height: 20px;
        text-align: start;
    }

    .card-certificate {
        flex-direction: column;
        align-items: center;
        gap: 12px;
        text-align: center;
    }

    .card-certificate-image img {
        width: 50px;
    }
}

@media (max-width: 767px) {
    .card-certificate-content h4 {
        font-size: 16px;
        line-height: 24px;
        text-align: center;
    }

    .card-certificate-content p {
        font-size: 12px;
        line-height: 18px;
        text-align: center;
    }

    .card-certificate {
        flex-direction: column;
        align-items: center;
        gap: 8px;
        text-align: center;
    }

    .card-certificate-image img {
        width: 40px;
    }
}

@media (max-width: 767px) {
    .card-certificate {
        flex-direction: column;
        padding: 20px 24px;
        border-radius: 24px;
        gap: 16px;
    }

    .card-certificate-content h4,
    .card-certificate-content p {
        text-align: center;
    }

    .card-certificate-col {
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .card-certificate {
        flex-direction: row;
        padding: 20px 24px;
        border-radius: 32px;
        gap: 12px;
    }

    .card-certificate-col {
        margin-top: 0px;
        padding-left: 0px;
        padding-right: 0px;
        max-width: 300px;
        width: 100%;
    }
}

.card-container-service {
    border: 1px #000;
    border-radius: 36px;
    background-color: #35092f;
    transition: all 0.3s ease;
}

.card-container-service:hover {
    transform: translateY(-5px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.card-top {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 10px;
}

.card-service {
    border-radius: 36px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    text-align: left;
    min-height: 120px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.card-service:hover {
    transform: translateY(-4px);
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.25);
}

.icon-wrapper {
    background-color: #60215a;
    border-radius: 32px;
    width: 60px;
    height: 60px;
    padding: 12px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.icon-img {
    width: 100%;
    height: auto;
    max-width: 32px;
}

.btn-view-full {
    width: 100%;
    background-color: #450c3d;
    color: #fff;
    border: none;
    border-radius: 0 0 36px 36px;
    padding: 12px;
    font-weight: 600;
    font-size: 1rem;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.btn-view-full img {
    transition: transform 0.3s ease;
}

.btn-view-full[aria-expanded="true"] img {
    transform: rotate(180deg);
}

.btn-view:hover {
    opacity: 0.8;
}

.contact-item {
    display: flex;
    align-items: center;
    gap: 10px;
}

.contact-item .icon {
    width: 24px !important;
    height: 24px !important;
    display: flex;
    justify-content: center;
    align-items: center;
}

.contact-item .icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-item .text p {
    color: #bbbbbb;
    font-size: 18px;
    margin: 0;
    line-height: 1.4;
}

@media (max-width: 992px) {
    #services {
        padding: 0 2rem;
    }

    .card-container-service {
        border-radius: 28px;
    }

    .card-top {
        padding: 16px;
    }

    .text-content h1 {
        font-size: 28px;
    }

    .text-content p {
        font-size: 16px !important;
    }

    /* .row {
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
    }

    .col {
        flex: 1 1 45%;
        margin-bottom: 16px;
    } */
}

@media (max-width: 576px) {
    #services {
        margin-top: 40px !important;
    }

    .text-content h1 {
        font-size: 22px;
        line-height: 1.4;
        margin-bottom: 12px;
    }

    .text-content p {
        font-size: 14px !important;
        line-height: 1.6;
    }

    .card-container-service {
        border-radius: 20px;
        padding: 0;
    }

    .card-top {
        padding: 12px;
    }

    .card-services h5 {
        font-size: 16px;
    }

    .btn-view-full {
        font-size: 14px;
        padding: 10px;
    }

    .feature-col {
        flex: 1 1 100%;
        margin-bottom: 0px;
    }
}

.text-responsive-align {
    text-align: start !important;
}

@media (min-width: 1024px) {
    .text-responsive-align {
        text-align: justify !important;
    }
}

.not-found {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.not-found h2 {
    color: #333333;
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    letter-spacing: 0;
}

.not-found p {
    color: #333333;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
}

.text-more {
    font-family: "Inter", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
}

#hero {
    width: 100%;
    background-size: cover;
    background-position: center right;
    background-repeat: no-repeat;
    margin-top: 2rem;
    color: #fff;
    display: flex;
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
    padding-left: 24px;
    padding-right: 24px;
}

#hero .container {
    padding-left: 40px;
    padding-right: 40px;
}

.hero-wrapper {
    margin-left: auto;
    margin-right: auto;
    width: 100%;

    max-width: 1100px;
    padding: 40px 24px;
}

.hero-title {
    font-family: "Instrument Sans", sans-serif;
    color: #ffffff;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 42px;
}

.hero-title-gradient {
    font-family: "Instrument Sans", sans-serif;
    background: linear-gradient(90deg, #015b6b, #019ab4);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.2;
}

.hero-desc-text {
    color: #666666;
    font-size: 1rem;
    line-height: 1.6;
}

.hero-btn {
    border-radius: 4px;
    font-weight: 600;
}

.hero-section {
    background-color: #ffffff;
}

.hero-image {
    width: 100%;
    object-fit: cover;
}

.hero-title span {
    font-weight: 700;
    font-style: normal;
    font-size: 60px;
    line-height: 72px;
    letter-spacing: 0;
}

.hero-desc {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
}

.hero-identity {
    position: absolute;
    bottom: 40px;
    left: 52%;
    transform: translateX(-50%);
    background-image: linear-gradient(
        to right,
        rgba(169, 99, 159, 0.6),
        rgba(69, 12, 61, 0.6)
    );
    padding: 12px 20px;
    border-radius: 16px;
    backdrop-filter: blur(4px);
}

.hero-name {
    color: #ffffff;
    font-weight: 600;
    font-size: 1.125rem;
    line-height: 1.75rem;
}

.hero-status {
    color: #ffffff;
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.5rem;
}

@media (max-width: 991.98px) {
    .hero-heading {
        margin-top: 16px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    #hero .row {
        flex-direction: column-reverse;
    }

    #hero {
        min-height: 735px;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    #hero .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .hero-title-gradient {
        font-size: 2rem;
    }

    .hero-desc-text {
        font-size: 1rem;
        text-align: center;
    }
}

@media (max-width: 767.98px) {
    #hero {
        padding-top: 40px;
        padding-bottom: 60px;
    }

    .hero-image {
        width: 100%;
        border-radius: 0;
    }

    #hero .col-lg-6:first-child {
        padding-left: 20px;
        padding-right: 20px;
        margin-top: 30px;
        text-align: center;
    }

    .hero-title-gradient {
        font-size: 2rem;
        line-height: 1.3;
    }

    .hero-desc-text {
        font-size: 0.95rem;
    }

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

    .d-flex.flex-column.flex-sm-row {
        align-items: stretch;
    }

    .hero-wrapper {
        align-items: end;
    }
}

@media (max-width: 1023.9px) {
    #hero {
        padding-left: 20px;
        padding-right: 20px;
    }

    .hero-wrapper {
        max-width: 900px;
        padding: 32px 20px;
    }
}

@media (min-width: 1280px) {
    .hero-wrapper {
        align-items: center;
    }

    .content-hero {
        align-items: center;
    }

    .content-image {
        align-items: end;
    }
}

@media (min-width: 768px) and (max-width: 1280px) {
    .hero-identity {
        position: absolute;
        bottom: 24px;
        left: 50%;
        transform: translateX(-50%);
        background-image: linear-gradient(
            to right,
            rgba(169, 99, 159, 0.5),
            rgba(69, 12, 61, 0.5)
        );
        padding: 10px 16px;
        border-radius: 12px;
        backdrop-filter: blur(4px);
        width: max-content;
    }

    .hero-name {
        color: #ffffff;
        font-weight: 600;
        font-size: 1rem;
        line-height: 1.5rem;
    }

    .hero-status {
        color: #ffffff;
        font-weight: 400;
        font-size: 0.9rem;
        line-height: 1.4rem;
    }
}

#safety-tools {
    padding: 0 110px;
}

@media (max-width: 1023.98px) {
    #safety-tools {
        padding: 0 24px;
    }
}

@media (max-width: 767.9px) {
    #safety-tools {
        padding: 0 16px;
    }
}

.safety-tools-text h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: rgba(51, 51, 51, 1);
    margin-bottom: 10px;
}

.safety-tools-text h1 span {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    color: rgba(190, 0, 0, 1);
}

.safety-tools-text p {
    font-weight: 400;
    font-style: Regular;
    font-size: 18px;
    line-height: 28px;
    color: rgba(96, 96, 96, 1);
}

@media (max-width: 1023.9px) {
    .safety-tools-text {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
}

/* Coverage Area Styles */
.coverage-image-wrapper {
    margin-top: 20px;
    position: relative;
}

.coverage-image-wrapper img {
    width: 90%;
    height: auto;
    object-fit: cover;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
}

.coverage-item {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 16px 12px;
    border-bottom: 1px solid #e0e0e0;
    transition: all 0.3s ease;
}

.coverage-item:hover {
    background-color: #f8f9fa;
    transform: translateX(5px);
}

.coverage-icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #4a90e2;
    flex-shrink: 0;
}

.coverage-icon svg {
    width: 28px;
    height: 28px;
}

.coverage-label {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
}

.legalitas-icon {
    width: 128px;
    height: 128px;
    min-width: 128px;
    display: flex;
    align-items: start;
    justify-content: start;
    text-align: start;
    color: #4a90e2;
    flex-shrink: 0;
}

@media (max-width: 991.98px) {
    .coverage-image-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-top: 10px;
    }

    .coverage-image-wrapper img {
        width: 300px;
        height: 300px;
        object-fit: cover;
        border-radius: 12px;
        box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12);
    }

    .coverage-item {
        padding: 14px 10px;
    }

    .coverage-icon {
        width: 36px;
        height: 36px;
        min-width: 36px;
    }

    .coverage-icon svg {
        width: 24px;
        height: 24px;
    }

    .coverage-label {
        font-size: 15px;
        line-height: 22px;
    }
}

@media (max-width: 767.98px) {
    .coverage-item {
        padding: 12px 8px;
    }

    .coverage-icon {
        width: 32px;
        height: 32px;
        min-width: 32px;
    }

    .coverage-icon svg {
        width: 22px;
        height: 22px;
    }

    .coverage-label {
        font-size: 14px;
        line-height: 20px;
    }
}

.cta-content {
    position: relative;
}

#cta-security {
    background-image: url("../img/background/bg-cta.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
    position: relative;
}

#cta-security::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(8, 39, 18, 0.48) 0%,
        rgba(8, 39, 18, 0.22) 46%,
        rgba(8, 39, 18, 0.42) 100%
    );
    z-index: 0;
    pointer-events: none;
}

#cta-security .container {
    position: relative;
    z-index: 2;
    max-width: 1320px;
    padding-left: 110px;
    padding-right: 110px;
}

.cta-security-panel {
    min-height: 300px;
    border-radius: 30px;
    padding: 44px 40px;
    background:
        linear-gradient(
            90deg,
            rgba(10, 36, 18, 0.72) 0%,
            rgba(10, 36, 18, 0.38) 42%,
            rgba(15, 105, 53, 0.1) 100%
        ),
        url("../img/footer/bg-cta-pattern.png");
    background-size: cover;
    background-position: center;
    box-shadow: 0 20px 44px rgba(10, 36, 18, 0.18);
}

.cta-security-text h1 {
    font-weight: 700;
    font-size: 40px;
    line-height: 56px;
}

.cta-security-text p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
}

.cta-security-title {
    color: #ffffff;
    font-size: 2.35rem;
    font-weight: 700;
    line-height: 1.3;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.cta-security-desc {
    color: rgba(255, 255, 255, 0.9);
    font-size: 1rem;
    line-height: 1.7;
    max-width: 760px;
    margin-left: auto;
    margin-right: auto;
}

.cta-security-btn {
    border-radius: 999px;
    font-weight: 600;
    display: inline-block;
    background: #ffffff;
    color: #0f6935;
    border: 0;
    padding: 14px 34px !important;
    box-shadow: 0 10px 24px rgba(7, 42, 18, 0.18);
}

.cta-security-btn:hover {
    background: #ecfff4;
    color: #0c5a2c;
}

.cta-bg-pattern {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.42;
    pointer-events: none;
    z-index: 1;
}

.cta-bg-left {
    left: 0;
    background-image: url("../img/ctabawah/kiri.png");
    background-position: left center;
}

.cta-bg-right {
    right: 0;
    background-image: url("../img/ctabawah/kanan.png");
    background-position: right center;
}

@media (max-width: 1024px) {
    #cta-security .container {
        padding-left: 24px;
        padding-right: 24px;
    }

    .cta-security-panel {
        min-height: 260px;
        padding: 36px 28px;
    }

    .cta-security-text h1 {
        font-size: 36px;
        line-height: 44px;
    }

    .cta-security-text p {
        font-size: 16px;
        line-height: 26px;
    }

    .cta-security-title {
        font-size: 2rem;
    }

    .cta-security-desc {
        font-size: 0.95rem;
    }
}

@media (max-width: 767px) {
    #cta-security .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .cta-security-panel {
        min-height: auto;
        padding: 28px 20px;
        border-radius: 22px;
    }

    .cta-security-text h1 {
        font-size: 28px;
        line-height: 36px;
        text-align: center;
    }

    .cta-security-text p {
        font-size: 14px;
        line-height: 24px;
        text-align: center;
    }

    .cta-bg-pattern {
        opacity: 0.32;
        width: 40%;
    }

    .cta-security-title {
        font-size: 1.75rem;
    }

    .cta-security-desc {
        font-size: 0.9rem;
    }
}

.tp-footer__pl-pr {
    background-color: #f8fafc;
    margin-left: 3rem;
    margin-right: 3rem;
}

@media (max-width: 767px) {
    .tp-footer__pl-pr {
        margin-left: 1rem;
        margin-right: 1rem;
    }

    .tp-footer__logo {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 1.5rem;
    }

    .tp-footer__logo-section p {
        text-align: center;
        font-size: 16px !important;
    }

    .tp-footer__logo-section {
        align-items: center !important;
    }

    .tp-footer__logo-section .d-flex {
        justify-content: center;
    }

    .tp-footer__logo-section img {
        width: 20px;
    }
}

#worforce-management,
#workforce-management {
    padding: 50px 100px; /* mengikuti style kamu sebelumnya */
    background: #fff;
}

.wm-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.wm-text {
    flex: 1 1 auto;
    min-width: 0;
}

.wm-desc {
    color: #000;
    font-size: 1.1rem;
    line-height: 1.8;
    max-width: 900px;
    margin: 0;
}

.wm-logo {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.wm-logo img {
    width: 160px;
    max-width: 160px;
    height: auto;
}

.workforce-management-texts {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 30px;
}

.workforce-management-texts h1 {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #333333;
}

.workforce-management-texts h1 span {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: center;
    color: #be0000;
}

.workforce-management-texts p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    text-align: center;
    color: #414141;
}

@media (max-width: 1023.9px) {
    #workforce-management {
        padding: 50px 60px;
    }

    .wm-row {
        gap: 20px;
    }

    .wm-desc {
        font-size: 1rem;
        line-height: 1.7;
        max-width: 100%;
    }

    .wm-logo img {
        width: 140px;
        max-width: 140px;
    }
}

@media (max-width: 767.9px) {
    .wm-row {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: center;
    }

    .wm-desc {
        text-align: center;
    }

    #workforce-management {
        padding: 20px;
    }

    .workforce-management-texts h1 {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        color: #333333;
    }

    .workforce-management-texts h1 span {
        font-weight: 600;
        font-size: 28px;
        line-height: 36px;
        text-align: center;
        color: #be0000;
    }

    .workforce-management-texts p {
        font-weight: 400;
        font-size: 16px;
        line-height: 26px;
        text-align: center;
        color: #414141;
    }
}

#services {
    padding-left: 20px;
    padding-right: 20px;
}

#services .container {
    padding-left: 40px;
    padding-right: 40px;
}

#services .flex.gap-4 {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

#services .flex-2 {
    flex: 1 1 100%;
    min-width: 0;
}

#services .flex-2.me-4 {
    margin-right: 0 !important;
}

#services .flex-2 > div {
    height: 100%;
    display: flex;
    flex-direction: column;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: 16px;
    padding: 24px 18px;
    backdrop-filter: blur(10px);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease,
        background 0.3s ease;
}

#services .flex-2 > div:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.25);
    background: rgba(255, 255, 255, 0.08);
}

#services .flex.justify-between.w-full {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 14px;
}

#services .service-title-new {
    margin: 0;
    flex: 1 1 auto;
    min-width: 0;
    word-break: break-word;
}

#services .service-icon-wrapper {
    flex: 0 0 auto;
    width: 56px;
    height: 56px;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

#services .service-icon-white {
    width: 48px;
    height: 48px;
}

#services .service-divider {
    width: 100%;
    margin: 16px 0 14px;
}

#services .service-description-new {
    margin: 0;
}

@media (min-width: 768px) {
    #services .flex.gap-4 {
        gap: 20px;
    }

    #services .flex-2 {
        flex: 1 1 calc(50% - 10px); /* 2 kolom */
    }

    #services .flex-2 > div {
        padding: 28px 20px;
    }

    #services .service-icon-wrapper {
        width: 64px;
        height: 64px;
    }

    #services .service-icon-white {
        width: 56px;
        height: 56px;
    }
}

@media (min-width: 1024px) {
    #services .flex.gap-4 {
        gap: 24px;
    }

    #services .flex-2 {
        flex: 1 1 calc(33.333% - 16px);
    }

    #services .flex-2 > div {
        padding: 32px 24px;
    }

    #services h2 {
        font-size: 2.75rem !important;
    }
}

@media (max-width: 480px) {
    #services {
        padding-top: 36px;
        padding-bottom: 36px;
    }

    #services h2 {
        font-size: 1.85rem !important;
        line-height: 1.2;
    }

    #services .flex-2 > div {
        padding: 20px 16px;
    }

    #services .service-icon-wrapper {
        width: 52px;
        height: 52px;
    }

    #services .service-icon-white {
        width: 44px;
        height: 44px;
    }
}

.service-title {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    text-align: start;
    color: #be0000;
    width: 100%;
}

.service-desc {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #4a4a4a;
}

.service-card {
    width: 100%;
    min-height: 184px;
    padding: 28px 32px;
    border-radius: 64px;

    background: radial-gradient(
        7% 54.45% at 4% 50%,
        #001e94 99.23%,
        #001773 100%
    );

    color: #fff;
}

.service-icon {
    width: 104px;
    height: 104px;
}

.service-content {
    text-align: justify;
    width: 85%;
}

.service-content h2 {
    font-weight: 700;
    font-size: 24px;
    line-height: 36px;
    color: #ffffff;
}

.service-content p {
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #e2e8f0;
}

/* New Service Card Design */
.service-card-new {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    border-radius: 16px;
    padding: 40px 24px;
    height: 100%;
    transition: all 0.3s ease;
    backdrop-filter: blur(10px);
}

.service-card-new:hover {
    background: rgba(255, 255, 255, 0.08);
    transform: translateY(-8px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.3);
}

.service-icon-wrapper {
    width: 100%;
    height: 80px;
    margin: 0 auto 24px;
    display: flex;
    align-items: center;
    justify-content: end;
}

.service-icon-white {
    width: 64px;
    height: 64px;
    filter: brightness(0) invert(1);
    opacity: 0.95;
}

.service-title-new {
    width: 100%;
    font-weight: 700;
    font-size: 20px;
    line-height: 28px;
    color: #ffffff;
    margin-bottom: 16px;
    min-height: 56px;
    display: flex;
    align-items: center;
    justify-content: start;
}

.service-divider {
    width: 100%;
    height: 2px;
    background: rgba(255, 255, 255, 0.3);
    margin: 0 auto 20px;
}

.service-description-new {
    font-weight: 400;
    font-size: 15px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.85);
    margin: 0;
}

@media (max-width: 991.98px) {
    .service-card-new {
        padding: 32px 20px;
    }

    .service-icon-wrapper {
        width: 70px;
        height: 70px;
    }

    .service-icon-white {
        width: 56px;
        height: 56px;
    }

    .service-title-new {
        font-size: 18px;
        line-height: 26px;
        min-height: 52px;
    }

    .service-description-new {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 767.98px) {
    .service-card-new {
        padding: 28px 20px;
    }

    .service-title-new {
        min-height: auto;
    }
}

@media (min-width: 1280px) and (max-width: 1440px) {
    .service-card {
        padding: 24px 28px;
        border-radius: 48px;
        min-height: 170px;
        background: radial-gradient(
            8% 54.45% at 4% 50%,
            #001e94 99.23%,
            #001773 100%
        );
    }

    .service-icon {
        width: 70px;
        height: 70px;
    }

    .service-content {
        text-align: justify;
        width: 800px;
    }
}

@media (max-width: 1279.9px) {
    .service-card {
        padding: 24px 28px;
        border-radius: 48px;
        min-height: 170px;
        background: radial-gradient(
            15% 54.45% at 4% 50%,
            #001e94 99.23%,
            #001773 100%
        );
    }

    .service-icon {
        width: 70px;
        height: 70px;
    }

    .service-content {
        text-align: justify;
        width: 600px;
    }

    .service-title {
        font-size: 30px;
        line-height: 38px;
        text-align: center;
    }
}

@media (max-width: 1023.9px) {
    #services .container {
        padding: 0 40px;
    }

    .service-desc {
        font-size: 16px;
        line-height: 26px;
        text-align: center;
    }

    .service-card {
        padding: 24px 28px;
        border-radius: 48px;
        min-height: 170px;
        background: radial-gradient(
            15% 54.45% at 4% 50%,
            #001e94 99.23%,
            #001773 100%
        );
    }

    .service-icon {
        width: 70px;
        height: 70px;
    }

    .service-content {
        text-align: justify;
        width: 550px;
    }
}

@media (max-width: 767.9px) {
    #services .container {
        padding: 0 20px;
    }

    .service-title {
        font-size: 26px;
        line-height: 32px;
    }

    .service-desc {
        font-size: 14px;
        line-height: 22px;
        text-align: center;
    }

    .service-card {
        padding: 20px 22px;
        border-radius: 36px;
        min-height: auto;
        text-align: center;
        background: radial-gradient(
            15% 54.45% at 4% 50%,
            #001e94 99.23%,
            #001773 100%
        );
    }

    .service-icon {
        width: 60px;
        height: 60px;
    }

    .service-content {
        width: 500px;
        text-align: justify;
    }

    .service-content h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .service-content p {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 560px) {
    .service-card {
        padding: 20px 22px;
        border-radius: 36px;
        min-height: auto;
        text-align: center;
        background: #001773;
    }

    .service-content {
        width: 530px;
        text-align: center;
    }
}

/* Documentation section */
#documentation {
    padding: 100px;
}

.docs-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: 220px;
    gap: 20px;
}

.docs-grid .slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

@media (max-width: 1023.9px) {
    #documentation {
        padding: 50px;
    }

    .docs-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 kolom */
        grid-auto-rows: 200px;
    }
}

@media (max-width: 767.9px) {
    #documentation {
        padding: 35px;
    }

    .docs-grid {
        grid-template-columns: repeat(1, 1fr); /* 1 kolom */
        grid-auto-rows: 180px;
    }
}

/* Legalitas section */
#legalitas {
    padding: 100px 40px;
    background-color: #fff;
}

#legalitas .container {
    padding-left: 24px;
    padding-right: 24px;
}

.legalitas-head {
    display: grid;
    grid-template-columns: 88px 1fr;
    gap: 16px;
    align-items: center;
    margin-bottom: 24px;
}

.legalitas-head__icon {
    width: 88px;
    height: 88px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.legalitas-head__icon img {
    width: 88px;
    height: 88px;
    object-fit: contain;
}

.legalitas-head__text {
    min-width: 0;
}

.legalitas-head__title {
    margin: 0 0 10px;
    color: #003d82;
    font-size: 2.25rem;
    font-weight: 700;
    line-height: 1.2;
}

.legalitas-head__desc {
    margin: 0;
    color: #666666;
    font-size: 1rem;
    line-height: 1.6;
}

#legalitas-wrapper {
    margin-top: 8px;
}

.legalitas-card {
    background: linear-gradient(135deg, #7b2d26 0%, #4a1a15 100%);
    border-radius: 12px;
    padding: 30px;
    color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.legalitas-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
}

.legalitas-card h3 {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: #ffffff;
    border-bottom: 2px solid rgba(255, 255, 255, 0.3);
    padding-bottom: 10px;
}

.legalitas-card p {
    font-size: 1rem;
    line-height: 1.6;
    margin: 0;
    color: #ffffff;
    white-space: pre-line;
}

@media (max-width: 1023.9px) {
    #legalitas {
        padding: 50px 0;
    }
}

@media (max-width: 767.9px) {
    #legalitas {
        padding: 35px 0;
    }

    #legalitas .container {
        padding-left: 16px;
        padding-right: 16px;
    }

    .legalitas-head {
        grid-template-columns: 1fr;
        text-align: center;
        justify-items: center;
        gap: 12px;
        margin-bottom: 18px;
    }

    .legalitas-head__icon {
        width: 72px;
        height: 72px;
    }

    .legalitas-head__icon img {
        width: 72px;
        height: 72px;
    }

    .legalitas-head__title {
        font-size: 1.6rem;
    }

    .legalitas-head__desc {
        font-size: 0.95rem;
    }

    .legalitas-card {
        padding: 24px;
    }

    .legalitas-card h3 {
        font-size: 1.25rem;
    }

    .legalitas-card p {
        font-size: 0.9rem;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    #legalitas {
        padding: 50px 20px;
    }

    .legalitas-head {
        grid-template-columns: 80px 1fr;
        gap: 14px;
        margin-bottom: 22px;
    }

    .legalitas-head__icon {
        width: 80px;
        height: 80px;
    }

    .legalitas-head__icon img {
        width: 80px;
        height: 80px;
    }

    .legalitas-head__title {
        font-size: 2rem;
    }
}

@media (min-width: 1024px) {
    .legalitas-head {
        grid-template-columns: 96px 1fr;
        gap: 18px;
        margin-bottom: 28px;
    }

    .legalitas-head__icon {
        width: 96px;
        height: 96px;
        justify-content: flex-start;
    }

    .legalitas-head__icon img {
        width: 96px;
        height: 96px;
    }

    .legalitas-head__title {
        font-size: 2.5rem;
    }
}

/* ========================================
   RVE TRANS - Green Theme Styles
   ======================================== */

/* Header Green Button Styles */
.btn-header-green {
    background: linear-gradient(90deg, #15944b 0%, #0f6935 100%);
    border-radius: 100px;
    color: #ffffff;
    padding: 10px 24px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 140px;
    height: 40px;
    letter-spacing: -0.112px;
    border: none;
    transition: none;
    box-shadow: none;
}

.btn-header-green:hover {
    background: linear-gradient(90deg, #15944b 0%, #0f6935 100%);
    color: #ffffff;
}

/* Green Button Styles */
.btn-green {
    background: #0c7d3e;
    border-radius: 24px;
    color: #ffffff;
    padding: 12px 28px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
}

.btn-green:hover {
    background: #095c2d;
    box-shadow: 0px 8px 24px rgba(12, 125, 62, 0.3);
    transform: translateY(-2px);
    color: #fff;
}

.btn-green-outline {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 24px;
    color: #ffffff;
    padding: 10px 26px;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    transition: none;
    box-shadow: none;
}

.btn-green-outline:hover {
    background: transparent;
    color: #ffffff;
}

.btn-green-hero {
    background: #0c7d3e;
    border-radius: 24px;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-block;
    transition: none;
    box-shadow: none;
}

.btn-green-hero:hover {
    background: #0c7d3e;
    color: #ffffff;
}

.btn-download-hero {
    background: #ffffff;
    border: 1px solid rgba(21, 148, 75, 0.12);
    border-radius: 24px;
    color: #15944b;
    padding: 14px 28px;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    transition: none;
    box-shadow: none;
}

.btn-download-hero:hover {
    color: #15944b;
    background: #ffffff;
}

.btn-download-hero img {
    width: 20px;
    height: 20px;
    flex: 0 0 20px;
}

.btn-purple:visited,
.btn-purple:focus,
.btn-purple:active,
.btn-white:visited,
.btn-white:focus,
.btn-white:active,
.btn-header-green:visited,
.btn-header-green:focus,
.btn-header-green:active,
.btn-green:visited,
.btn-green:focus,
.btn-green:active,
.btn-green-outline:visited,
.btn-green-outline:focus,
.btn-green-outline:active,
.btn-green-hero:visited,
.btn-green-hero:focus,
.btn-green-hero:active,
.btn-download-hero:visited,
.btn-download-hero:focus,
.btn-download-hero:active,
.btn-footer-outline:visited,
.btn-footer-outline:focus,
.btn-footer-outline:active,
.btn-footer-white:visited,
.btn-footer-white:focus,
.btn-footer-white:active,
.company-link-rve:visited,
.company-link-rve:focus,
.company-link-rve:active {
    text-decoration: none;
    outline: none;
}

.btn-purple:visited,
.btn-purple:focus,
.btn-purple:active {
    color: #ffffff;
}

.btn-white:visited,
.btn-white:focus,
.btn-white:active {
    color: #7e166f;
}

.btn-header-green:visited,
.btn-header-green:focus,
.btn-header-green:active,
.btn-green:visited,
.btn-green:focus,
.btn-green:active,
.btn-green-outline:visited,
.btn-green-outline:focus,
.btn-green-outline:active,
.btn-green-hero:visited,
.btn-green-hero:focus,
.btn-green-hero:active,
.btn-footer-outline:visited,
.btn-footer-outline:focus,
.btn-footer-outline:active {
    color: #ffffff;
}

.btn-download-hero:visited,
.btn-download-hero:focus,
.btn-download-hero:active,
.btn-footer-white:visited,
.btn-footer-white:focus,
.btn-footer-white:active,
.company-link-rve:visited,
.company-link-rve:focus,
.company-link-rve:active {
    color: #0f6935;
}

.btn-purple::after,
.btn-white::after,
.btn-header-green::after,
.btn-green::after,
.btn-green-outline::after,
.btn-green-hero::after,
.btn-download-hero::after,
.btn-footer-outline::after,
.btn-footer-white::after,
.company-link-rve::after {
    content: none !important;
    display: none !important;
}

/* Hero Section RVE Trans */
.hero-section-rve {
    background: linear-gradient(180deg, #0b1f14 0%, #10271a 100%);
    min-height: 100vh;
    min-height: max(620px, 100svh);
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: clamp(112px, 11vw, 160px) clamp(16px, 7.5vw, 110px)
        clamp(44px, 5vw, 60px);
    position: relative;
    overflow: hidden;
    isolation: isolate;
}

/* Ensure legacy #hero rules don't override the new hero layout */
#hero.hero-section-rve {
    margin-top: 0;
    padding: clamp(112px, 11vw, 160px) clamp(16px, 7.5vw, 110px)
        clamp(44px, 5vw, 60px);
}

.hero-section-rve::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        180deg,
        rgba(4, 18, 10, 0.14) 0%,
        rgba(4, 18, 10, 0.28) 52%,
        rgba(4, 18, 10, 0.42) 100%
    );
    z-index: 1;
}

.hero-section-rve::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/background/bg-hero-landing.png");
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: 0;
    pointer-events: none;
}

.hero-rve-container {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 2;
}

.hero-rve-content {
    max-width: 1000px;
    margin-top: -200px;
    margin-bottom: clamp(88px, 18vh, 300px);
}

.hero-rve-actions {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 16px;
}

.hero-rve-title {
    font-size: 3rem;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 24px;
    line-height: 1.2;
    white-space: nowrap;
}

@media (max-width: 991.98px) {
    .hero-rve-title {
        white-space: normal;
    }
}

.hero-rve-desc {
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.9);
    line-height: 1.8;
    margin-bottom: clamp(28px, 2vw, 20px);
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991.98px) {
    .hero-section-rve {
        min-height: max(620px, 100svh);
    }

    #hero.hero-section-rve {
        min-height: max(620px, 100svh);
    }

    .hero-rve-title {
        font-size: 2.2rem;
    }

    .hero-rve-desc {
        font-size: 1rem;
    }

    .hero-rve-content {
        margin-top: -180px;
        margin-bottom: clamp(88px, 16vh, 180px);
    }
}

@media (max-width: 767.98px) {
    .hero-section-rve {
        min-height: max(620px, 100svh);
    }

    #hero.hero-section-rve {
        min-height: max(620px, 100svh);
    }

    .hero-rve-title {
        font-size: 1.75rem;
        margin-bottom: 16px;
    }

    .hero-rve-content {
        max-width: 1000px;
        margin-top: -96px;
        margin-bottom: clamp(72px, 14vh, 120px);
    }

    .hero-rve-desc {
        font-size: 0.95rem;
        line-height: 1.6;
        margin-bottom: 24px;
    }

    .btn-green-hero {
        padding: 12px 24px;
        font-size: 14px;
    }

    .btn-download-hero {
        padding: 12px 24px;
        font-size: 14px;
        gap: 10px;
    }
}

@media (max-width: 575.98px) {
    .hero-rve-actions {
        flex-direction: column;
        align-items: stretch;
    }

    .btn-green-hero,
    .btn-download-hero {
        width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    .hero-section-rve,
    #hero.hero-section-rve {
        padding-left: 24px;
        padding-right: 24px;
    }

    .company-section-rve,
    .why-us-section-rve,
    .services-section-rve,
    .layanan-section-rve,
    .rental-section-rve,
    .vacation-section-rve {
        padding-left: 24px;
        padding-right: 24px;
    }

    .partner-container-rve {
        padding-left: 24px;
        padding-right: 24px;
    }
}

/* Company Section RVE Trans */
.company-section-rve {
    background: #ffffff !important;
    padding: 64px 110px;
}

.company-inner {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

.company-content-rve {
    display: flex;
    align-items: center;
    gap: 48px;
}

.company-logo-wrapper {
    flex: 0 0 auto;
    display: flex;
    align-self: stretch;
    align-items: center;
    justify-content: center;
}

.company-logo-rve {
    max-width: 200px;
    width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
}

.company-desc-wrapper {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 20px;
}

.company-desc-rve {
    font-size: 1.1rem;
    color: #333333;
    line-height: 1.8;
    text-align: justify;
    margin: 0;
}

.company-link-rve {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    align-self: flex-start;
    gap: 8px;
    color: #0c7d3e;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    text-align: left;
}

.company-link-rve:hover {
    opacity: 0.8;
    color: #0c7d3e;
}

.company-link-rve svg {
    width: 18px;
    height: 18px;
    flex-shrink: 0;
}

@media (max-width: 1199.98px) {
    .company-section-rve {
        padding: 48px 110px;
    }

    .company-content-rve {
        gap: 36px;
    }

    .company-logo-rve {
        max-width: 180px;
    }

    .company-desc-rve {
        font-size: 1rem;
    }
}

@media (max-width: 991.98px) {
    .company-section-rve {
        padding: 40px 24px;
    }

    .company-content-rve {
        flex-direction: column;
        gap: 24px;
        text-align: center;
    }

    .company-logo-wrapper {
        width: 100%;
        justify-content: center;
    }

    .company-desc-wrapper {
        width: 100%;
        align-items: flex-start;
    }

    .company-logo-rve {
        max-width: 160px;
    }

    .company-desc-rve {
        font-size: 0.95rem;
        text-align: left;
        line-height: 1.7;
        max-width: 680px;
        margin: 0;
    }
}

@media (max-width: 767.98px) {
    .company-section-rve {
        padding: 32px 16px;
    }

    .company-content-rve {
        gap: 20px;
    }

    .company-logo-rve {
        max-width: 152px;
    }

    .company-desc-rve {
        font-size: 0.92rem;
        line-height: 1.68;
    }
}

@media (max-width: 575.98px) {
    .company-section-rve {
        padding: 28px 16px;
    }

    .company-content-rve {
        gap: 16px;
    }

    .company-logo-rve {
        max-width: 144px;
    }

    .company-desc-rve {
        font-size: 0.9rem;
        line-height: 1.65;
    }
}

/* Why Us Section RVE Trans */
.why-us-section-rve {
    background: radial-gradient(
        129.74% 129.74% at 50% 50%,
        #f9fafb 0%,
        #f2f3f4 25.83%,
        #949495 100%
    );
    padding: 64px 110px;
    overflow: hidden;
}

.why-us-inner {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
}

.why-us-heading-rve {
    max-width: 100%;
    margin: 0 0 56px;
    padding: 0;
    text-align: center;
}

.why-us-grid-rve {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.why-us-heading-rve__title {
    font-family: "Instrument Sans", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: #138744;
    margin-bottom: 16px;
    text-align: center;
}

.why-us-heading-rve__desc {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #606060;
    max-width: 100%;
    margin: 0 auto;
    text-align: center;
}

.why-us-card-rve {
    background: #ffffff;
    border: 1.5px solid #e2e8f0;
    border-radius: 24px;
    padding: 28px 36px;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 16px;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
}

.why-us-card-rve:hover {
    transform: translateY(-4px);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
}

.why-us-card-header {
    display: flex;
    align-items: center;
    gap: 24px;
}

.why-us-icon-rve {
    flex-shrink: 0;
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.why-us-icon-rve img {
    width: 64px;
    height: 64px;
    object-fit: contain;
}

.why-us-title-rve {
    font-family: "Instrument Sans", sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 36px;
    color: #333333;
    margin: 0;
}

.why-us-divider {
    width: 100%;
    height: 1px;
    background: linear-gradient(
        90deg,
        #e2e8f0 0%,
        rgba(226, 232, 240, 0.3) 100%
    );
}

.why-us-description-rve {
    font-family: "Inter", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #333333;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .why-us-section-rve {
        padding: 48px 110px;
    }

    .why-us-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .why-us-heading-rve {
        padding: 0;
        margin-bottom: 40px;
    }

    .why-us-heading-rve__title {
        font-size: 30px;
        line-height: 38px;
    }

    .why-us-heading-rve__desc {
        font-size: 16px;
        line-height: 24px;
    }
}

@media (max-width: 991.98px) {
    .why-us-section-rve {
        padding: 40px 24px;
    }

    .why-us-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .why-us-heading-rve {
        padding: 0;
        margin-bottom: 32px;
    }

    .why-us-heading-rve__title {
        font-size: 26px;
        line-height: 34px;
    }

    .why-us-card-rve {
        padding: 24px 28px;
    }

    .why-us-card-header {
        gap: 16px;
    }

    .why-us-icon-rve {
        width: 48px;
        height: 48px;
    }

    .why-us-icon-rve img {
        width: 48px;
        height: 48px;
    }

    .why-us-title-rve {
        font-size: 20px;
        line-height: 28px;
    }

    .why-us-description-rve {
        font-size: 14px;
        line-height: 22px;
    }
}

@media (max-width: 767.98px) {
    .why-us-section-rve {
        padding: 32px 16px;
    }

    .why-us-inner {
        padding-left: 0;
        padding-right: 0;
    }

    .why-us-grid-rve {
        grid-template-columns: 1fr;
    }

    .why-us-heading-rve {
        padding: 0;
        margin-bottom: 24px;
    }

    .why-us-heading-rve__title {
        font-size: 22px;
        line-height: 30px;
    }

    .why-us-heading-rve__desc {
        font-size: 14px;
        line-height: 22px;
    }

    .why-us-card-rve {
        padding: 20px 20px;
    }

    .why-us-card-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .why-us-icon-rve {
        width: 40px;
        height: 40px;
    }

    .why-us-icon-rve img {
        width: 40px;
        height: 40px;
    }

    .why-us-title-rve {
        font-size: 18px;
        line-height: 26px;
    }
}

/* Services Section RVE Trans */
.services-section-rve {
    background: #ffffff;
    padding: 80px 110px;
}

/* Override legacy #services padding rules for the RVE section variant */
#services.services-section-rve {
    padding: 80px 110px;
}

#services .container {
    padding-left: 0;
    padding-right: 0;
}

@media (min-width: 768px) and (max-width: 1023.98px) {
    #services.services-section-rve {
        padding-left: 24px;
        padding-right: 24px;
    }
}

@media (max-width: 767.98px) {
    #services.services-section-rve {
        padding-left: 16px;
        padding-right: 16px;
    }
}

.services-heading-rve {
    max-width: 800px;
    margin: 0 auto 48px;
}

.services-heading-rve__title {
    font-size: 2.5rem;
    font-weight: 700;
    color: #0c7d3e;
    margin-bottom: 16px;
}

.services-heading-rve__desc {
    font-size: 1.1rem;
    color: #666666;
    line-height: 1.7;
}

.service-card-rve {
    background: #f8f9fa;
    border-radius: 16px;
    padding: 32px 24px;
    height: 100%;
    text-align: center;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    border: 1px solid #e0e0e0;
}

.service-card-rve:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.1);
    border-color: #0c7d3e;
}

.service-icon-rve {
    width: 90px;
    height: 90px;
    background: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.service-icon-rve img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.service-title-rve {
    font-size: 1.25rem;
    font-weight: 600;
    color: #333333;
    margin-bottom: 12px;
}

.service-desc-rve {
    font-size: 0.95rem;
    color: #666666;
    line-height: 1.6;
    margin: 0;
}

@media (max-width: 1199.98px) {
    .services-section-rve {
        padding: 60px 110px;
    }
}

@media (max-width: 991.98px) {
    .services-section-rve {
        padding: 60px 24px;
    }

    .services-heading-rve__title {
        font-size: 2rem;
    }

    .services-heading-rve__desc {
        font-size: 1rem;
    }
}

@media (max-width: 767.98px) {
    .services-section-rve {
        padding: 40px 16px;
    }

    .services-heading-rve {
        margin-bottom: 32px;
    }

    .services-heading-rve__title {
        font-size: 1.75rem;
    }

    .services-heading-rve__desc {
        font-size: 0.95rem;
    }

    .service-card-rve {
        padding: 24px 20px;
    }

    .service-icon-rve {
        width: 75px;
        height: 75px;
    }

    .service-icon-rve img {
        width: 42px;
        height: 42px;
    }

    .service-title-rve {
        font-size: 1.1rem;
    }

    .service-desc-rve {
        font-size: 0.9rem;
    }
}

/* Mobile Menu Styles for RVE Trans */
.tpoffcanvas__menu ul {
    list-style: none;
    padding: 0;
    margin: 20px 0;
}

.tpoffcanvas__menu ul li {
    margin-bottom: 16px;
}

.tpoffcanvas__menu ul li a {
    font-size: 18px;
    font-weight: 500;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.tpoffcanvas__menu ul li a:hover {
    opacity: 0.8;
}
/* Layanan Kami Section RVE Trans */
.layanan-section-rve {
    background-image: url("../img/background/bg-layanan-kami.png");
    background-color: #091814;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 64px 110px;
    position: relative;
    overflow: hidden;
}

.layanan-section-rve::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(9, 40, 20, 0.48) 0%,
        rgba(9, 40, 20, 0.32) 50%,
        rgba(9, 40, 20, 0.48) 100%
    );
    pointer-events: none;
    z-index: 0;
}

.layanan-inner {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    border-top: 0;
    border-bottom: 0;
    padding-top: 64px;
    padding-bottom: 64px;
    position: relative;
    overflow: visible;
    z-index: 1;
}

/* Remove thin white seam/outer between stacked sections on RVE landing page */
#why-us.why-us-section-rve,
#layanan.layanan-section-rve,
#vacation.vacation-section-rve {
    margin: 0 !important;
}

#layanan.layanan-section-rve,
#vacation.vacation-section-rve {
    margin-top: -1px;
}

.layanan-bg-decoration {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-80%, -50%);
    width: 120%;
    height: 120%;
    z-index: 1;
    pointer-events: none;
}

.decoration-spiral {
    width: 100%;
    height: 100%;
    object-fit: contain;
    opacity: 0.08;
    filter: blur(1px);
}

.layanan-body-rve {
    display: flex;
    align-items: center;
    gap: 48px;
    position: relative;
    z-index: 1;
}

.layanan-heading-col {
    flex: 0 0 280px;
    min-width: 0;
}

.layanan-cards-col {
    flex: 1;
    min-width: 0;
}

.layanan-grid-rve {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
}

.layanan-heading-rve {
    font-family: "Instrument Sans", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: #ffffff;
    margin: 0;
    text-align: left;
}

.layanan-btn-rve {
    background: linear-gradient(90deg, #15944b 0%, #0f6935 100%);
    border-radius: 24px;
    padding: 20px 24px;
    display: flex;
    align-items: center;
    gap: 24px;
    cursor: pointer;
    transition:
        transform 0.3s ease,
        box-shadow 0.3s ease;
    min-height: 88px;
    box-shadow: none;
    position: relative;
    overflow: hidden;
}

.layanan-btn-rve:hover {
    transform: none;
    box-shadow: none;
}

.layanan-btn-rve img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.layanan-btn-rve span {
    color: #e2e8f0;
    font-family: "Instrument Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 36px;
}

@media (max-width: 1199.98px) {
    .layanan-section-rve {
        padding: 48px 110px;
    }

    .layanan-inner {
        padding-left: 0;
        padding-right: 0;
        padding-top: 48px;
        padding-bottom: 48px;
        position: relative;
        overflow: visible;
    }

    .layanan-heading-rve {
        font-size: 30px;
        line-height: 38px;
    }
}

@media (max-width: 991.98px) {
    .layanan-section-rve {
        padding: 40px 24px;
    }

    .layanan-inner {
        padding: 40px 0;
        position: relative;
        overflow: visible;
    }

    .layanan-body-rve {
        flex-direction: column;
        gap: 32px;
        align-items: stretch;
    }

    .layanan-heading-col {
        flex: unset;
        text-align: center;
    }

    .layanan-heading-rve {
        font-size: 26px;
        line-height: 34px;
        text-align: center;
        margin-bottom: 0;
    }

    .layanan-btn-rve {
        padding: 16px 20px;
        gap: 16px;
    }

    .layanan-btn-rve img {
        width: 40px;
        height: 40px;
    }

    .layanan-btn-rve span {
        font-size: 16px;
        line-height: 28px;
    }
}

@media (max-width: 767.98px) {
    .layanan-section-rve {
        padding: 32px 16px;
    }

    .layanan-inner {
        padding: 32px 0;
        position: relative;
        overflow: visible;
    }

    .layanan-heading-rve {
        font-size: 22px;
        line-height: 30px;
    }

    .layanan-btn-rve {
        padding: 14px 16px;
        gap: 12px;
        min-height: 64px;
    }

    .layanan-btn-rve img {
        width: 32px;
        height: 32px;
    }

    .layanan-btn-rve span {
        font-size: 14px;
        line-height: 24px;
    }
}

/* ============================
   Rental Price Section RVE Trans
   ============================ */
.rental-section-rve {
    background: radial-gradient(
        129.74% 129.74% at 50% 50%,
        #f9fafb 0%,
        #f2f3f4 25.83%,
        #949495 100%
    );
    padding: 64px 110px;
    overflow: hidden;
}

#rental-price .container {
    padding: 0;
}

.rental-heading-rve {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 96px;
    margin-bottom: 36px;
    padding-bottom: 36px;
    border-bottom: 1px solid #d2d2d2;
}

.rental-heading-rve__title {
    font-family: "Instrument Sans", sans-serif;
    font-size: 36px;
    font-weight: 600;
    line-height: 44px;
    color: #138744;
    margin: 0;
    white-space: nowrap;
}

.rental-heading-rve__desc {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #606060;
    margin: 0;
    flex: 1;
}

/* Main card container */
.rental-card-rve {
    margin: 0;
    min-height: 450px;
    height: auto;
    border-radius: 56px;
    box-shadow: 0px 0px 12px 4px rgba(0, 0, 0, 0.12);
    background: linear-gradient(270deg, #ffffff 0%, #f1f5f9 100%);
    display: flex;
    overflow: hidden;
    position: relative;
}

/* Sidebar */
.rental-sidebar-rve {
    width: 260px;
    min-width: 260px;
    padding: 32px 28px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #0c7d3e 0%, #064d26 100%);
    border-radius: 56px;
    z-index: 2;
}

.rental-sidebar-label {
    font-size: 0.85rem;
    color: rgba(255, 255, 255, 0.7);
    margin-bottom: 8px;
    display: block;
    position: relative;
    z-index: 1;
}

.rental-sidebar-divider {
    border: none;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    margin: 0 0 16px 0;
    position: relative;
    z-index: 1;
}

.rental-sidebar-list {
    display: flex;
    flex-direction: column;
    gap: 4px;
    overflow-y: auto;
    flex: 1;
    position: relative;
    z-index: 1;
}

.rental-sidebar-list::-webkit-scrollbar {
    width: 3px;
}

.rental-sidebar-list::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 3px;
}

.rental-sidebar-item {
    display: block;
    width: 100%;
    box-sizing: border-box;
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: none;
    outline: none;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: 500;
    font-family: inherit;
    padding: 10px 14px;
    margin: 0;
    border-radius: 8px;
    cursor: pointer;
    text-align: left;
    transition: background 0.2s ease;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rental-sidebar-item:hover {
    background: rgba(255, 255, 255, 0.1);
}

.rental-sidebar-item.active {
    background: #ffffff;
    color: #0c7d3e;
    font-weight: 600;
}

.rental-sidebar-loading,
.rental-sidebar-empty {
    color: rgba(255, 255, 255, 0.6);
    font-size: 0.9rem;
    padding: 16px;
    text-align: center;
}

/* Display area */
.rental-display-rve {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 36px;
    padding: 40px 48px 40px 32px;
    position: relative;
    overflow: visible;
    background-color: #ffffff;
    min-width: 0;
}

/* Decorasi cahaya hijau di pojok kanan display area */
.rental-display-rve::before {
    content: "";
    position: absolute;
    top: 50%;
    right: -250px;
    width: 500px;
    height: 500px;
    transform: translateY(-50%);
    background-image: url("../img/landing-page/cahaya_hijau.svg");
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    pointer-events: none;
    z-index: 0;
    opacity: 0.3;
}

/* Background decorative pattern */
.rental-display-pattern {
    position: absolute;
    top: 50%;
    left: 40%;
    transform: translate(-50%, -50%);
    width: 380px;
    height: 380px;
    border-radius: 50%;
    background: radial-gradient(
        circle,
        rgba(12, 125, 62, 0.04) 0%,
        transparent 50%
    );
    pointer-events: none;
    z-index: 0;
}

.rental-display-pattern::before,
.rental-display-pattern::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    border: 1px solid rgba(12, 125, 62, 0.08);
}

.rental-display-pattern::before {
    top: 20%;
    left: 20%;
    width: 60%;
    height: 60%;
}

.rental-display-pattern::after {
    top: 5%;
    left: 5%;
    width: 90%;
    height: 90%;
}

/* Car image */
.rental-car-image-wrap {
    flex: 0 1 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    min-width: 0;
    max-width: 50%;
}

.rental-car-image {
    width: 100%;
    max-width: 380px;
    max-height: 240px;
    object-fit: contain;
    transition:
        opacity 0.3s ease,
        transform 0.3s ease;
}

.rental-car-image.car-exit {
    opacity: 0;
    transform: translateX(-30px) scale(0.95);
}

.rental-car-image.car-enter {
    opacity: 1;
    transform: translateX(0) scale(1);
}

/* Car info */
.rental-car-info {
    min-width: 0;
    max-width: 430px;
    width: auto;
    flex: 1 1 auto;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
    text-align: left;
    padding-left: 40px;
}

.rental-car-name {
    font-family: "Instrument Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

.rental-car-price-label {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    color: #666666;
    margin: 0;
}

.rental-car-price {
    font-family: "Instrument Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 36px;
    color: #1a1a1a;
    margin: 0;
}

/* Pricing table for multi-price cars (Lepas Kunci / Driver / All In) */
.rental-price-table {
    display: flex;
    flex-direction: row;
    gap: 16px;
    width: auto;
    align-items: flex-start;
}

.rental-price-row {
    display: flex;
    flex-direction: column;
    gap: 6px;
    align-items: flex-start;
    padding: 0;
    border-bottom: none;
    min-width: auto;
}

.rental-price-row:last-child {
    border-bottom: none;
}

.rental-price-row--highlight {
    background: transparent;
    border-radius: 0;
    padding: 0;
    border-bottom: none;
}

.rental-price-row .rental-price-label {
    font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #666666;
    margin: 0;
}

.rental-price-row .rental-price-value {
    font-family: "Instrument Sans", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    white-space: nowrap;
}

.rental-price-row--highlight .rental-price-value {
    color: #0c7d3e;
    font-size: 19px;
}

/* Single-price and note */
.rental-price-single {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.rental-price-note {
    font-family: "Inter", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: #999999;
    margin: 4px 0 0 0;
    font-style: italic;
    line-height: 1.5;
}

/* Pricing container */
.rental-car-pricing {
    width: 100%;
}

.rental-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #0c7d3e;
    color: #ffffff;
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-weight: 600;
    padding: 14px 28px;
    border-radius: 50px;
    text-decoration: none;
    border: 2px solid #0c7d3e;
    transition: none;
    box-shadow: none;
}

.rental-cta-btn:hover {
    background: #0c7d3e;
    border-color: #0c7d3e;
    color: #ffffff;
}

/* ===== Responsive ===== */
@media (max-width: 1399.98px) {
    .rental-display-rve {
        gap: 24px;
        padding: 32px 32px 32px 24px;
    }

    .rental-car-info {
        padding-left: 24px;
        gap: 18px;
    }

    .rental-car-image {
        max-width: 320px;
        max-height: 200px;
    }

    .rental-car-name {
        font-size: 24px;
    }

    .rental-sidebar-rve {
        width: 230px;
        min-width: 230px;
    }
}

@media (max-width: 1199.98px) {
    .rental-section-rve {
        padding: 48px 110px;
    }

    .rental-heading-rve {
        gap: 48px;
    }

    .rental-heading-rve__title {
        font-size: 30px;
        line-height: 38px;
    }

    .rental-heading-rve__desc {
        font-size: 16px;
        line-height: 24px;
    }

    .rental-display-rve {
        gap: 20px;
        padding: 28px 24px 28px 20px;
    }

    .rental-car-image {
        max-width: 280px;
        max-height: 180px;
    }

    .rental-car-info {
        padding-left: 16px;
        gap: 16px;
    }

    .rental-car-name {
        font-size: 22px;
    }

    .rental-sidebar-rve {
        width: 220px;
        min-width: 220px;
        padding: 24px 20px;
    }

    .rental-price-table {
        gap: 20px;
    }

    .rental-price-row .rental-price-label {
        font-size: 13px;
    }

    .rental-price-row .rental-price-value {
        font-size: 16px;
    }
}

@media (max-width: 991.98px) {
    .rental-section-rve {
        padding: 40px 24px;
    }

    .rental-heading-rve {
        flex-direction: column;
        gap: 16px;
        margin-bottom: 24px;
        padding-bottom: 24px;
    }

    .rental-heading-rve__title {
        font-size: 26px;
        line-height: 34px;
    }

    .rental-heading-rve__desc {
        max-width: 100%;
    }

    .rental-card-rve {
        height: auto;
        flex-direction: column;
        border-radius: 32px;
    }

    .rental-sidebar-rve {
        width: 100%;
        min-width: unset;
        border-radius: 32px 32px 0 0;
        padding: 16px;
        background: linear-gradient(135deg, #0c7d3e 0%, #138744 100%);
        display: block;
        height: auto;
    }

    .rental-sidebar-label {
        display: none;
    }

    .rental-sidebar-divider {
        display: none;
    }

    /* Horizontal scroll on mobile */
    .rental-sidebar-list {
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        align-items: center !important;
        gap: 8px;
        overflow-x: auto;
        overflow-y: hidden;
        -webkit-overflow-scrolling: touch;
        padding: 4px 0;
    }

    .rental-sidebar-list::-webkit-scrollbar {
        height: 2px;
    }

    .rental-sidebar-list::-webkit-scrollbar-thumb {
        background: rgba(255, 255, 255, 0.3);
        border-radius: 2px;
    }

    .rental-sidebar-item {
        flex: 0 0 auto !important;
        width: auto !important;
        display: inline-block !important;
        white-space: nowrap !important;
        font-size: 0.85rem;
        line-height: 1.4;
        padding: 8px 14px;
        background: rgba(255, 255, 255, 0.15);
        border-radius: 6px;
        color: #ffffff;
    }

    .rental-sidebar-item.active {
        background: #ffffff;
        color: #0c7d3e;
        font-weight: 600;
    }

    .rental-display-rve {
        flex-direction: column;
        padding: 32px 24px;
        gap: 24px;
    }

    .rental-display-rve::before {
        display: none;
    }

    .rental-car-image-wrap {
        justify-content: center;
        width: 100%;
        max-width: 100%;
    }

    .rental-car-image {
        margin: 0 auto;
        max-width: 320px;
        max-height: 200px;
    }

    .rental-car-info {
        text-align: center;
        max-width: 100%;
        min-width: unset;
        width: 100%;
        align-items: center;
        padding-left: 0;
    }

    .rental-price-table {
        gap: 12px;
        justify-content: center;
        flex-wrap: wrap;
    }

    .rental-price-row {
        align-items: center;
        text-align: center;
    }

    .rental-price-row .rental-price-value {
        white-space: normal;
    }

    .rental-cta-btn {
        margin: 0 auto;
    }
}

@media (max-width: 767.98px) {
    .rental-section-rve {
        padding: 32px 16px;
    }

    .rental-heading-rve__title {
        font-size: 22px;
        line-height: 30px;
    }

    .rental-heading-rve__desc {
        font-size: 14px;
        line-height: 22px;
    }

    .rental-display-rve {
        padding: 24px 16px;
        gap: 20px;
    }

    .rental-car-name {
        font-size: 22px;
    }

    .rental-car-price {
        font-size: 16px;
    }

    .rental-price-table {
        gap: 10px;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .rental-price-row {
        min-width: 0;
        flex: 1 1 0;
        align-items: center;
        text-align: center;
    }

    .rental-price-row .rental-price-label {
        font-size: 12px;
    }

    .rental-price-row .rental-price-value {
        font-size: 15px;
        white-space: normal;
        word-break: break-word;
    }

    .rental-price-row--highlight .rental-price-value {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .rental-section-rve {
        padding: 32px 16px;
    }

    .rental-heading-rve__title {
        font-size: 22px;
        line-height: 30px;
        white-space: normal;
    }

    .rental-card-rve {
        border-radius: 24px;
    }

    .rental-sidebar-rve {
        border-radius: 24px 24px 0 0;
        padding: 16px;
        justify-content: flex-start;
        align-self: flex-start;
        height: auto;
    }

    .rental-sidebar-list {
        gap: 6px;
    }

    .rental-sidebar-item {
        font-size: 0.8rem !important;
        padding: 7px 12px !important;
    }

    .rental-display-rve {
        padding: 24px 16px;
    }

    .rental-display-pattern {
        display: none;
    }

    .rental-car-image-wrap {
        width: 100%;
    }

    .rental-car-image {
        max-width: 240px;
        max-height: 180px;
    }

    .rental-car-info {
        width: 100%;
        align-items: center;
        padding-left: 0;
    }

    .rental-car-name {
        font-size: 22px;
    }

    .rental-car-price {
        font-size: 18px;
    }

    .rental-price-table {
        gap: 8px;
        flex-wrap: wrap;
        justify-content: center;
        width: 100%;
    }

    .rental-price-row {
        min-width: 0;
        flex: 1 1 0;
        align-items: center;
        text-align: center;
    }

    .rental-price-row .rental-price-label {
        font-size: 11px;
    }

    .rental-price-row .rental-price-value {
        font-size: 13px;
        white-space: normal;
        word-break: break-word;
    }

    .rental-price-row--highlight .rental-price-value {
        font-size: 14px;
    }

    .rental-price-note {
        font-size: 11px;
    }

    .rental-car-pricing {
        text-align: center;
    }

    .rental-cta-btn {
        width: 100%;
        justify-content: center;
    }
}

/* ========================================
   FOOTER STYLES - RVE Trans
======================================== */

.footer-rve {
    width: 100%;
}

.footer-cta-section > .container,
.footer-main-section > .container {
    max-width: 1320px;
    margin: 0 auto;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    gap:56px;
}

/* Footer CTA Section */
.footer-cta-section {
    background-image: url("../img/background/bg-cta.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    padding: 80px 110px;
    position: relative;
    overflow: hidden;
}

.footer-cta-section::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(
        90deg,
        rgba(7, 35, 17, 0.48) 0%,
        rgba(7, 35, 17, 0.16) 48%,
        rgba(12, 79, 40, 0.34) 100%
    );
    pointer-events: none;
    z-index: 0;
}

.footer-cta-section::after {
    content: "";
    position: absolute;
    inset: 0;
    background-image: url("../img/footer/bg-cta-pattern.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    pointer-events: none;
    z-index: 1;
    opacity: 0.18;
}

.footer-cta-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    z-index: 3;
    max-width: 1320px;
    margin: 0 auto;
    min-height: 220px;
}

.footer-cta-title {
    font-family: "Instrument Sans", sans-serif;
    font-size: 40px;
    font-weight: 700;
    line-height: 1.2;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 6px 20px rgba(0, 0, 0, 0.14);
}

.btn-footer-outline {
    background: transparent;
    border: 2px solid #ffffff;
    border-radius: 100px;
    color: #ffffff;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
}

.btn-footer-outline:hover {
    background: #ffffff;
    color: #0f6935;
    transform: translateY(-2px);
    box-shadow: 0px 4px 16px rgba(255, 255, 255, 0.2);
}

.btn-footer-white {
    background: #ffffff;
    border: none;
    border-radius: 100px;
    color: #0f6935;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    font-family: "Inter", sans-serif;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 160px;
    margin-bottom: 0px;
    box-shadow: none;
    transition: none;
}

.btn-footer-white:hover {
    background: #ffffff;
    color: #0f6935;
}

/* Footer Main Section */
.footer-main-section {
    background: #0a5428;
    padding: 32px 110px;
}

.footer-white-theme {
    background: #ffffff;
}

.footer-main-content {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    max-width: 1320px;
    margin: 0 auto;
    gap: 64px;
}

.footer-logo-section {
    flex-shrink: 0;
}

.footer-logo {
    width: 180px;
    height: auto;
    filter: brightness(0) invert(1);
}

.footer-logo-color {
    width: 220px;
    height: auto;
    filter: none;
}

.footer-contact-section {
    flex-grow: 1;
    max-width: none;
    width: 100%;
}

.footer-contact-title {
    font-family: "Instrument Sans", sans-serif;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 20px 0;
    text-align: left;
}

.footer-white-theme .footer-contact-title {
    color: #333333;
}

.footer-contact-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
    align-items: flex-start;
}

.footer-contact-item {
    display: flex;
    align-items: center;
    gap: 12px;
}

.footer-contact-icon {
    flex-shrink: 0;
    width: 28px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer-contact-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.footer-contact-text p {
    font-family: "Inter", sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: #ffffff;
    margin: 0;
    line-height: 28px;
    vertical-align: middle;
    text-align: left;
}

.footer-white-theme .footer-contact-text p.text-dark {
    color: #333333;
}

.footer-white-theme .footer-contact-text p.text-secondary {
    color: #666666;
}

.footer-white-theme .fw-bold {
    font-weight: 600 !important;
}

/* Footer Copyright Section */
.footer-copyright-section {
    background: #0a5428;
    padding: 16px 110px;
    border-top: 1px solid rgba(255, 255, 255, 0.15);
}

.footer-copyright-white {
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    margin-top: 20px;
}

.footer-divider {
    height: 1px;
    background-color: #e2e8f0;
    width: 100%;
    margin-top: 16px;
    display: none; /* Using border-top on copyright section instead */
}

.footer-copyright-text {
    font-family: "Inter", sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.7);
    text-align: center;
    margin: 0;
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
}

.footer-white-theme .footer-copyright-text {
    color: #666666;
}

/* Footer Responsive */
@media (max-width: 1199.98px) {
    .footer-cta-section {
        padding: 60px 24px;
    }

    .footer-cta-title {
        font-size: 32px;
    }

    .footer-main-section {
        padding: 30px 24px;
    }

    .footer-copyright-section {
        padding: 14px 24px;
    }
}

@media (max-width: 991.98px) {
    .footer-cta-section {
        padding: 48px 24px;
    }

    .footer-cta-content {
        flex-direction: column;
        text-align: center;
        gap: 32px;
    }

    .footer-cta-title {
        font-size: 28px;
    }

    .footer-cta-title br {
        display: none;
    }

    .footer-main-section {
        padding: 24px 24px;
    }

    .footer-main-content {
        flex-direction: column;
        align-items: flex-start;
        text-align: left;

        gap: 20px;
    }

    .footer-logo-section {
        text-align: left;
        width: 100%;
    }

    .footer-logo-color {
        width: 180px;
    }

    .footer-contact-section {
        max-width: 100%;
        width: 100%;
    }

    .footer-contact-title {
        text-align: left;
        margin-bottom: 16px;
    }

    .footer-contact-list {
        gap: 14px;
    }

    .footer-contact-item {
        justify-content: flex-start;
        align-items: center;
    }

    .footer-contact-text {
        flex: 1;
        min-width: 0;
    }

    .footer-contact-text p {
        word-wrap: break-word;
        overflow-wrap: break-word;
    }

    .footer-copyright-section {
        padding: 12px 24px;
    }
}

@media (max-width: 575.98px) {
    .footer-cta-section {
        padding: 40px 16px;
    }

    .footer-cta-title {
        font-size: 24px;
    }

    .btn-footer-outline {
        padding: 12px 24px;
        font-size: 14px;
        min-width: 140px;
    }

    .btn-footer-white {
        padding: 12px 24px;
        font-size: 14px;
        min-width: 140px;
    }

    .footer-main-section {
        padding: 18px 16px;
    }

    .footer-logo {
        width: 140px;
    }

    .footer-logo-color {
        width: 150px;
    }

    .footer-contact-title {
        font-size: 16px;
    }

    .footer-contact-item {
        gap: 10px;
    }

    .footer-contact-icon {
        width: 24px;
        height: 24px;
        min-width: 24px;
    }

    .footer-contact-icon img {
        width: 24px;
        height: 24px;
    }

    .footer-contact-text p {
        font-size: 16px;
        line-height: 24px;
    }

    .footer-copyright-section {
        padding: 10px 16px;
    }

    .footer-copyright-text {
        font-size: 11px;
        line-height: 1.4;
    }
}

/* ========================================
   VACATION / TOUR SECTION - RVE Trans
   3D Carousel with Domestik/Internasional tabs
======================================== */

.vacation-section-rve {
    padding: 64px 110px;
    background: radial-gradient(
        129.74% 129.74% at 50% 50%,
        #f9fafb 0%,
        #f2f3f4 25.83%,
        #949495 100%
    );
    overflow: hidden;
}

.vacation-inner {
    max-width: 1320px;
    width: 100%;
    margin: 0 auto;
}

/* Header: title left, desc right */
.vacation-header-rve {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 48px;
    margin-bottom: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #e8ecf0;
}

.vacation-header-left {
    flex: 0 0 auto;
}

.vacation-title-rve {
    font-family: "Instrument Sans", sans-serif;
    font-size: 32px;
    font-weight: 600;
    line-height: 44px;
    color: #15944b;
    margin: 0;
    white-space: pre-wrap;
}

.vacation-header-right {
    flex: 1;
    max-width: 480px;
    display: flex;
    align-items: center;
}

.vacation-desc-rve {
    font-family: "Instrument Sans", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.7;
    color: #606060;
    margin: 0;
}

/* Tabs */
.vacation-tabs-rve {
    display: flex;
    background: #f0f0f0;
    border-radius: 100px;
    padding: 4px;
    margin-bottom: 32px;
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
}

.vacation-tab-btn {
    flex: 1;
    padding: 14px 32px;
    border: none;
    border-radius: 100px;
    font-family: "Instrument Sans", sans-serif;
    font-size: 15px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    background: transparent;
    color: #666666;
}

.vacation-tab-btn.active {
    background: #15944b;
    color: #ffffff;
    box-shadow: 0 2px 8px rgba(21, 148, 75, 0.3);
}

.vacation-tab-btn:hover:not(.active) {
    color: #15944b;
}

/* Carousel Wrapper (card with shadow) */
.vacation-carousel-wrapper {
    position: relative;
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
}

.vacation-carousel-box {
    background: #ffffff;
    border-radius: 24px;
    padding: 40px 0 32px;
    box-shadow: 0 8px 40px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    position: relative;
}

.vacation-domestic-view,
.vacation-international-view {
    position: relative;
}

.vacation-international-view[hidden] {
    display: none !important;
}

/* Floating Arrows */
.carousel-3d-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: none;
    background: #ffffff;
    color: #666666;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    z-index: 80;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.12);
}

.carousel-3d-prev {
    left: 16px;
}

.carousel-3d-next {
    right: 16px;
}

.carousel-3d-arrow:hover {
    background: #ffffff;
    color: #15944b;
    box-shadow: 0 6px 24px rgba(0, 0, 0, 0.15);
    transform: translateY(-50%) scale(1.05);
}

.carousel-3d-arrow svg {
    width: 24px;
    height: 24px;
}

/* Departure text */
.vacation-departure-rve {
    text-align: center;
    margin-bottom: 28px;
}

.departure-main {
    display: block;
    font-family: "Instrument Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    color: #15944b;
    margin-bottom: 4px;
}

.departure-sub {
    display: block;
    font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #999999;
    font-style: normal;
}

/* ===== 3D Carousel ===== */
.carousel-3d-container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 32px;
    overflow: hidden;
    padding: 0 80px;
    gap: 24px;
}

.carousel-3d-viewport {
    width: 100%;
    max-width: 980px;
    height: 560px;
    position: relative;
    perspective: 1800px;
    overflow: hidden;
    margin: 0 auto;
}

.carousel-3d-track {
    position: relative;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
}

.carousel-3d-slide {
    position: absolute;
    width: 858px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: all 0.6s cubic-bezier(0.23, 1, 0.32, 1);
    opacity: 0;
    pointer-events: none;
    z-index: 0;
}

.carousel-3d-slide.active {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    z-index: 10;
}

.carousel-3d-slide.prev {
    transform: translate(-104%, -50%) scale(0.84);
    opacity: 0.35;
    pointer-events: none;
    z-index: 5;
}

.carousel-3d-slide.next {
    transform: translate(4%, -50%) scale(0.84);
    opacity: 0.35;
    pointer-events: none;
    z-index: 5;
}

.carousel-3d-slide.far-prev {
    transform: translate(-178%, -50%) scale(0.72);
    opacity: 0.2;
    pointer-events: none;
    z-index: 2;
}

.carousel-3d-slide.far-next {
    transform: translate(78%, -50%) scale(0.72);
    opacity: 0.2;
    pointer-events: none;
    z-index: 2;
}

/* Tour Card */
.tour-card-rve {
    position: relative;
    border-radius: 24px;
    overflow: hidden;
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    width: 100%;
    aspect-ratio: 858 / 512;
    cursor: grab;
    user-select: none;
}

.vacation-domestic-view .tour-card-rve {
    width: 90%;
    margin: 0 auto;
    aspect-ratio: 822 / 570;
}

.tour-card-rve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    display: block;
    transform: none;
}

/* Overlay on image */
.tour-card-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 24px 28px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.6) 0%,
        rgba(0, 0, 0, 0) 100%
    );
}

/* Also style tour-card-info (used in HTML) */
.tour-card-info {
    display: none;
}

/* Vacation: hide card overlay text only for domestic carousel */
.vacation-domestic-view .tour-card-overlay {
    display: none !important;
}

/* Keep departure text (Jakarta / Bali) visible */
.vacation-section-rve .vacation-departure-rve {
    display: block;
}

.vacation-international-layout {
    display: grid;
    grid-template-columns: minmax(0, 480px) minmax(0, 480px);
    justify-content: center;
    align-items: stretch;
    gap: 56px;
    padding: 8px 40px 32px;
    position: relative;
}

.vacation-international-layout::before {
    content: "";
    position: absolute;
    top: 10px;
    bottom: 8px;
    left: 50%;
    width: 1px;
    background: #d7d7d7;
    transform: translateX(-50%);
}

.vacation-international-slider-panel,
.vacation-international-static-panel {
    min-width: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
}

.vacation-international-slider-panel {
    position: relative;
}

.vacation-international-heading {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    min-height: 72px;
    text-align: center;
}

.vacation-international-heading-main {
    font-family: "Instrument Sans", sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    color: #15944b;
}

.vacation-international-heading-sub {
    font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.2;
    color: #444444;
}

.vacation-international-swiper {
    width: 100%;
    overflow: hidden;
    border-radius: 40px;
}

.vacation-international-swiper .swiper-wrapper,
.vacation-international-swiper .swiper-slide {
    height: 100%;
}

.tour-card-rve--international {
    width: 100%;
    max-width: 480px;
    min-height: 332px;
    border-radius: 40px;
    margin: 0 auto;
    box-shadow: 0 16px 44px rgba(0, 0, 0, 0.18);
}

.tour-card-rve--international img {
    width: 100%;
    aspect-ratio: 480 / 333;
    height: auto;
    min-height: 332px;
    object-fit: cover;
}

.vacation-international-nav {
    position: absolute;
    inset: calc(50% + 34px) 0 auto;
    transform: translateY(-50%);
    width: 100%;
    height: 0;
    pointer-events: none;
    z-index: 4;
}

.international-card-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    border: none;
    border-radius: 999px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background: rgba(161, 161, 161, 0.58);
    color: #444444;
    box-shadow: none;
    transition:
        transform 0.25s ease,
        background-color 0.25s ease,
        color 0.25s ease;
    pointer-events: auto;
}

.international-card-arrow:hover {
    background: rgba(21, 148, 75, 0.9);
    color: #ffffff;
    transform: translateY(calc(-50% - 2px));
}

.international-card-prev {
    left: -24px;
}

.international-card-next {
    right: -24px;
}

.tour-card-rve--featured {
    height: 100%;
}

.tour-card-name {
    font-family: "Instrument Sans", sans-serif;
    font-size: 28px;
    font-weight: 700;
    color: #ffffff;
    margin: 0;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

.tour-card-price {
    text-align: right;
}

.price-label {
    display: block;
    font-family: "Instrument Sans", sans-serif;
    font-size: 12px;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.8);
    margin-bottom: 4px;
}

.price-value {
    font-family: "Instrument Sans", sans-serif;
    font-size: 28px;
    font-weight: 800;
    color: #15944b;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
}

/* Carousel Arrows - moved to wrapper level above */

/* CTA */
.vacation-cta-rve {
    text-align: center;
}

.vacation-cta-btn {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    background: #15944b;
    color: #ffffff;
    font-family: "Instrument Sans", sans-serif;
    font-size: 14px;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 100px;
    text-decoration: none;
    border: 2px solid #15944b;
    transition: none;
    box-shadow: none;
}

.vacation-cta-btn:hover {
    background: #15944b;
    border-color: #15944b;
    color: #ffffff;
}

/* ===== Vacation Responsive ===== */
@media (max-width: 1199.98px) {
    .vacation-section-rve {
        padding: 48px 110px;
    }

    .vacation-title-rve {
        font-size: 28px;
        line-height: 38px;
    }

    .vacation-desc-rve {
        font-size: 15px;
    }

    .carousel-3d-viewport {
        height: 480px;
    }

    .carousel-3d-slide {
        width: 600px;
    }

    .tour-card-rve img {
        height: 90%;
    }

    .vacation-carousel-wrapper {
        max-width: 900px;
        padding: 0 20px;
    }

    .vacation-tabs-rve {
        max-width: 900px;
    }

    .carousel-3d-container {
        padding: 0 50px;
        gap: 20px;
    }

    .carousel-3d-prev {
        left: 12px;
    }

    .carousel-3d-next {
        right: 12px;
    }

    .vacation-international-layout {
        grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
        gap: 40px;
        padding-left: 32px;
        padding-right: 32px;
    }

    .vacation-international-layout::before {
        top: 8px;
        bottom: 0;
    }
}

@media (max-width: 991.98px) {
    .vacation-section-rve {
        padding: 40px 24px;
    }

    .vacation-header-rve {
        flex-direction: column;
        gap: 16px;
    }

    .vacation-title-rve {
        font-size: 26px;
        line-height: 34px;
    }

    .vacation-title-rve br {
        display: none;
    }

    .vacation-header-right {
        max-width: 100%;
    }

    .vacation-tabs-rve {
        max-width: 100%;
    }

    .carousel-3d-viewport {
        height: 420px;
        max-width: 100%;
    }

    .carousel-3d-slide {
        width: 500px;
    }

    .tour-card-rve img {
        height: 90%;
        object-position: center;
    }

    .tour-card-name {
        font-size: 22px;
    }

    .price-value {
        font-size: 22px;
    }

    .vacation-carousel-box {
        padding: 32px 0 24px;
    }

    .vacation-carousel-wrapper {
        padding: 0 20px;
        max-width: 100%;
    }

    .carousel-3d-arrow {
        width: 50px;
        height: 50px;
    }

    .carousel-3d-arrow svg {
        width: 20px;
        height: 20px;
    }

    .carousel-3d-container {
        padding: 0 40px;
        gap: 16px;
    }

    .carousel-3d-prev {
        left: 10px;
    }

    .carousel-3d-next {
        right: 10px;
    }

    .vacation-international-layout {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 8px 24px 24px;
    }

    .vacation-international-layout::before {
        display: none;
    }

    .vacation-international-slider-panel,
    .vacation-international-static-panel {
        max-width: 560px;
        width: 100%;
        margin: 0 auto;
        gap: 18px;
    }

    .vacation-international-nav {
        inset: calc(50% + 30px) 0 auto;
    }

    .international-card-prev {
        left: -20px;
    }

    .international-card-next {
        right: -20px;
    }
}

@media (max-width: 767.98px) {
    .vacation-section-rve {
        padding: 32px 16px;
    }

    .vacation-title-rve {
        font-size: 22px;
        line-height: 30px;
    }

    .vacation-desc-rve {
        font-size: 14px;
    }

    .vacation-tabs-rve {
        margin-bottom: 24px;
    }

    .vacation-tab-btn {
        padding: 12px 20px;
        font-size: 13px;
    }

    .carousel-3d-viewport {
        height: 300px;
        max-width: 100%;
    }

    .carousel-3d-slide {
        width: calc(100% - 40px);
        max-width: 440px;
    }

    .tour-card-rve img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: none;
    }

    .tour-card-overlay {
        padding: 16px 20px;
    }

    .tour-card-name {
        font-size: 18px;
    }

    .price-label {
        font-size: 10px;
    }

    .price-value {
        font-size: 18px;
    }

    .carousel-3d-arrow {
        width: 44px;
        height: 44px;
    }

    .carousel-3d-arrow svg {
        width: 18px;
        height: 18px;
    }

    .vacation-carousel-wrapper {
        padding: 0 15px;
    }

    .carousel-3d-container {
        padding: 0 30px;
        gap: 12px;
    }

    .carousel-3d-prev {
        left: 8px;
    }

    .carousel-3d-next {
        right: 8px;
    }

    .vacation-carousel-box {
        padding: 24px 0 20px;
        border-radius: 16px;
    }

    .vacation-international-layout {
        padding: 4px 16px 20px;
        gap: 16px;
    }

    .vacation-international-heading {
        min-height: auto;
        gap: 4px;
    }

    .vacation-international-heading-main {
        font-size: 16px;
    }

    .vacation-international-heading-sub {
        font-size: 12px;
    }

    .tour-card-rve--international {
        max-width: 100%;
        min-height: 0;
        border-radius: 28px;
    }

    .tour-card-rve--international img {
        min-height: 0;
        aspect-ratio: 480 / 333;
    }

    .international-card-arrow {
        width: 42px;
        height: 42px;
    }

    .vacation-international-nav {
        inset: calc(50% + 22px) 0 auto;
    }

    .international-card-prev {
        left: -14px;
    }

    .international-card-next {
        right: -14px;
    }

    .carousel-3d-slide.far-prev,
    .carousel-3d-slide.far-next {
        opacity: 0;
    }

    .departure-main {
        font-size: 17px;
    }

    .carousel-3d-slide.prev {
        transform: translate(-105%, -50%) scale(0.85);
        opacity: 0.2;
    }

    .carousel-3d-slide.next {
        transform: translate(5%, -50%) scale(0.85);
        opacity: 0.2;
    }
}

@media (max-width: 480px) {
    .vacation-section-rve {
        padding: 28px 16px;
    }

    .carousel-3d-slide {
        width: calc(100% - 20px);
        max-width: 360px;
    }

    .tour-card-rve img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        transform: none;
    }

    .carousel-3d-viewport {
        height: 280px;
    }

    .vacation-international-layout {
        padding-left: 12px;
        padding-right: 12px;
    }

    .vacation-carousel-wrapper {
        padding: 0 8px;
    }

    .carousel-3d-container {
        padding: 0 20px;
        gap: 8px;
    }

    .carousel-3d-prev {
        left: 6px;
    }

    .carousel-3d-next {
        right: 6px;
    }

    .carousel-3d-arrow {
        width: 36px;
        height: 36px;
    }

    .carousel-3d-arrow svg {
        width: 14px;
        height: 14px;
    }

    .carousel-3d-slide.prev {
        transform: translate(-90%, -50%) scale(0.85);
        opacity: 0.15;
    }

    .carousel-3d-slide.next {
        transform: translate(-10%, -50%) scale(0.85);
        opacity: 0.15;
    }

    .tour-card-overlay {
        padding: 12px 16px;
    }

    .tour-card-name {
        font-size: 16px;
    }

    .price-value {
        font-size: 16px;
    }

    .vacation-title-rve {
        font-size: 20px;
        line-height: 28px;
    }

    .vacation-desc-rve {
        font-size: 13px;
    }

    .vacation-tab-btn {
        padding: 10px 16px;
        font-size: 12px;
    }

    .vacation-carousel-box {
        padding: 20px 0 16px;
        border-radius: 14px;
    }
}
