/* Navbar */
nav {
    font-family: "Inter", sans-serif;
}

.nav-link,
.dropdown-item,
.login-btn {
    font-weight: 300;
}

.dropdown-flag img,
.dropdown-menu .dropdown-item img {
    width: 24px;
    height: 24px;
    object-fit: cover;
    border-radius: 50%;
}

.dropdown-menu.lang-menu {
    border: none;
}

.dropdown-menu.lang-menu .dropdown-divider {
    margin: 0.5rem 0;
}

.dropdown-mega {
    display: none;
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #fff;
    border-top: 1px solid #e0e0e0;
    padding: 2rem 0;
    z-index: 9999;
    width: 100%;
}

.dropdown-mega.show {
    display: block;
}

.dropdown-mega h5,
.offcanvas-mega h5 {
    font-size: 1.75rem;
    font-weight: 700;
    color: #416f62;
    margin-bottom: 1rem;
}

.dropdown-mega a,
.offcanvas-mega a {
    display: block;
    color: #333;
    text-decoration: none;
    margin-bottom: 0.5rem;
    font-size: 0.95rem;
    font-weight: 300;
}

.dropdown-mega a:hover,
.offcanvas-mega a:hover {
    color: #416f62;
}

.nav-link:hover,
.nav-link.active {
    color: #416f62 !important;
}

.dropdown-toggle::after {
    content: none;
}

/* Pastikan dropdown bahasa muncul di atas mega menu */
.dropdown-menu.lang-menu {
    z-index: 10000 !important;
    /* lebih tinggi dari mega menu (9999) */
}

.dropdown-toggle:focus {
    box-shadow: none;
}

.navbar-toggler {
    border: none;
    box-shadow: none !important;
}

.offcanvas-mega {
    padding: 2rem 0 1rem 0;
}

.offcanvas-mega h6 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-top: 1.5rem;
    margin-bottom: 0.5rem;
    color: #416f62;
}

@media (max-width: 991.98px) {
    .offcanvas-mega {
        padding-left: 0.5rem;
        padding-right: 0.5rem;
    }
}

/* konten */
konten {
    font-family: "Inter", "Montserrat", sans-serif;
    background-color: #fff;
    margin: 0;
}

section {
    padding: 75px 0px;
}

.section-title {
    font-size: 34px;
    font-weight: 400;
}

@media (max-width: 768px) {
    section {
        padding: 40px 0px;
    }

    .section-title {
        font-size: 30px;
        font-weight: 400;
    }
}

.konten {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

.konten {
    font-family: 'Inter', Arial, sans-serif;
    background: #fff;
}

.konten {
    background: #fafafa;
    font-family: 'Inter', Arial, sans-serif;
}

konten {
    font-family: 'Inter', sans-serif;
    background-color: white;
    color: black;
    font-size: 16px;
}

/* Buttons style */
.btn-rounded {
    text-decoration: none;
    border-radius: 100px;
    padding: 0.75rem 2rem;
    font-weight: 500;
}

.btn-outline-lightgray {
    border: 2px solid #4a4a4a;
    color: #717171;
    background-color: #fff;
    border-color: #ccc;
}

.btn-outline-lightgray:hover {
    background-color: #f5f5f5;
    color: #000;
    border-color: #999;
}

.btn-primary-custom {
    background-color: #416f62;
    color: #fff;
}

.btn-primary-custom:hover {
    background-color: #2e4d44;
    color: #fff;
}

.btn-custom {
    border-radius: 100px;
    padding: 0.75rem 2rem;
    font-weight: 500;
}

.btn-white-outline {
    background-color: #ffffff;
    border: 1px solid #ced4da;
    color: #343a40;
    font-size: 0.875rem;
    padding: 0.25rem 0.75rem;
    border-radius: 999px;
    transition: all 0.2s ease;
}

.btn-white-outline:hover {
    background-color: #f8f9fa;
    color: #111827;
    border-color: #adb5bd;
}

/* Hero style */
.hero-section {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 5rem 1rem;
}

.hero-section-wrapper {
    width: 100%;
    max-width: 700px;
}

.hero-section-title {
    font-size: 4rem;
    font-weight: 500;
}

.hero-section-title span {
    font-weight: 700;
}

.hero-section-description {
    font-size: 1.25rem;
    max-width: 600px;
    margin: 1rem auto 2rem;
    color: #555;
}

@media (max-width: 768px) {
    .hero-section {
        padding: 2rem 0rem;
        min-height: 80vh;
    }

    .hero-section-wrapper {
        height: 60vh;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

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

    .hero-section-description {
        font-size: 1rem;
        margin-bottom: 1.5rem;
    }

    .hero-section-buttons {
        margin-top: auto;
    }
}

/* About style */
.about-paragraf>span {
    font-size: 24px;
}

@media (max-width: 768px) {
    .about-paragraf>span {
        font-size: 20px;
    }
}

/* layanan style */
.text-primary-custom {
    color: #416f62;
}

.service-card {
    width: 75%;
}

.service-icon {
    width: 50px;
    height: auto;
}

.service-title {
    font-weight: 700;
    font-size: 1.3rem;
    margin-top: 1rem;
    margin-bottom: 0.75rem;
}

.service-description {
    font-weight: 300;
    color: #6c757d;
}

.learn-more-link {
    font-weight: 600;
    color: #416f62;
    text-decoration: none;
}

.learn-more-link:hover {
    color: #2a4b41;
    text-decoration: none;
}

/* Custom card and arrows */
.custom-card-width {
    flex: 0 0 auto;
    width: 25%;
    scroll-snap-align: start;
}

@media (max-width: 768px) {
    .custom-card-width {
        width: 80%;
    }
}

.arrow-btn {
    background-color: #c8c8c8;
    border: none;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 1.5rem;
    color: #212529;
    transition: background-color 0.2s;
}

.arrow-btn:hover {
    background-color: #d6d6d6;
}

.b-primary {
    background-color: #416f62;
}

/* Section */
.trusted-slider {
    overflow: hidden;
    width: 100%;
    background-color: #f8f9fa;
    padding: 3rem 0;
    position: relative;
}

/* Heading */
.trusted-heading {
    font-size: 1.5rem;
}

/* Track utama */
.trusted-logo-track {
    display: flex;
    align-items: center;
    width: max-content;
    animation: scroll-left 20s linear infinite;
}

/* Logo */
.trusted-logo {
    max-height: 80px;
    margin: 0 3rem;
    object-fit: contain;
    filter: grayscale(1);
    opacity: 0.8;
    transition: filter 0.2s, opacity 0.2s;
    flex-shrink: 0;
    /* biar gak gepeng */
}

.trusted-logo:hover {
    filter: none;
    opacity: 1;
}

/* Keyframes jalan terus */
@keyframes scroll-left {
    from {
        transform: translateX(0);
    }

    to {
        transform: translateX(-50%);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .trusted-heading {
        font-size: 1rem;
    }

    .trusted-logo {
        max-height: 60px;
        margin: 0 1.5rem;
    }
}


/* apa kata style */
.testimonial-card {
    background: #f9f9f9;
    border-radius: 30px;
    padding: 2rem;
    scroll-snap-align: start;
}

.testimonial-card .text-secondary {
    color: #717171 !important;
}

.star {
    color: #f9ee99;
    font-size: 1.5rem;
}

.testimonial-col {
    flex: 0 0 auto;
    width: 100%;
}

@media (min-width: 768px) {
    .testimonial-col {
        width: 33.3333%;
    }
}

@media (max-width: 768px) {
    .testimonial-card {
        padding: 1.2rem;
    }

    .testimonial-col {
        width: 80%;
    }

    .hide-scrollbar {
        -ms-overflow-style: none;
        scrollbar-width: none;
    }

    .hide-scrollbar::-webkit-scrollbar {
        display: none;
    }
}

/* Proyek terbaru style */
.scroll-wrapper {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
}

.scroll-inner {
    display: flex;
    gap: 1rem;
    padding: 1rem 1rem 0;
    min-width: max-content;
}

.card-proyek {
    flex: 0 0 auto;
    width: 90vw;
    max-width: 320px;
    scroll-snap-align: start;
}

@media (min-width: 768px) {
    .scroll-wrapper {
        overflow-x: visible;
    }

    .scroll-inner {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        gap: 1.5rem;
    }

    .card-proyek {
        width: 100%;
    }
}

.img-square {
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
}

/* faq style */
.faq-wrapper {
    background-color: #f9f9f9;
}

.faq-wrapper .faq-answer {
    color: #717171 !important;
}

.faq-item {
    border: none;
    margin-bottom: 1rem;
}

.faq-question {
    background: none;
    border: none;
    font-size: 1.25rem;
    font-weight: bold;
    width: 100%;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0.75rem 0;
    cursor: pointer;
    color: #212529;
}

.faq-icon {
    transition: transform 0.3s ease;
}

.faq-item.active .faq-icon {
    transform: rotate(180deg);
}

.faq-answer {
    font-weight: 300;
    color: #6c757d;
    display: none;
    margin-bottom: 1rem;
}

.faq-image {
    width: 100%;
    border-radius: 1rem;
    object-fit: cover;
    margin-top: 1rem;
}

.faq-desktop-image {
    height: 100%;
    width: 100%;
    border-radius: 1rem;
    object-fit: cover;
}

@media (min-width: 992px) {
    .faq-answer img {
        display: none !important;
    }
}

@media (max-width: 991px) {
    .faq-desktop {
        display: none;
    }
}

/* Gradient CTA Section */
.gradient-section {
    background: linear-gradient(90deg, #416f62 21%, #606060 100%);
    color: #fff;
}

.gradient-section .btn {
    min-width: 180px;
}

@media (max-width: 992px) {
    .gradient-section .container {
        flex-direction: column !important;
        align-items: center !important;
        text-align: center !important;
    }

    .gradient-section .btn {
        margin-left: 0 !important;
        margin-top: 1.5rem !important;
    }
}


/* Main image styles */
.main-image {
    width: 100vw;
    max-width: 100vw;
    margin-left: 50%;
    transform: translateX(-50%);
    height: 800px;
    object-fit: cover;
    object-position: bottom;
    display: block;
}

@media (max-width: 768px) {
    .main-image {
        border-radius: 70px;
        height: 120vw;
        object-position: top;
        width: 100vw;
        max-width: 100vw;
        margin-left: 50%;
        transform: translateX(-50%);
        padding: 8%;
    }
}

.main-image {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.main-image {
    width: 100%;
    height: 800px;
    object-fit: cover;
    /* border-radius: 18px; */
    display: block;
}

/* Background utilities */
.bg-light-gray {
    background-color: #f2f2f2;
}

/* Text utilities */
.text-gray {
    color: #818181;
}

.text-dark-gray {
    color: #606060;
}

/* Icon styles */
.icon {
    width: 50px;
}

.icon-green {
    color: #416f62;
    font-size: 2rem;
}

/* WhatsApp button */
.whatsapp-button {
    background-color: #303030;
    color: white;
    border-radius: 100px;
    box-shadow: -10px 5px 12px #416f62;
}

.whatsapp-button:hover {
    background-color: #416f62;
}

/* Carousel Styles - Consolidated */
/* container utama */
/* .swipe-carousel-container {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    display: flex;
    justify-content: center;
    scrollbar-width: none;
}

.swipe-carousel-container::-webkit-scrollbar {
    display: none;
}

.swipe-carousel {
    display: flex;
    gap: 20px;
    padding: 40px 0;
}

.swipe-item {
    flex: 0 0 70vw;
    aspect-ratio: 16 / 9;
    border-radius: 16px;
    overflow: hidden;
    scroll-snap-align: center;
    transition: transform 0.3s ease;
    cursor: pointer;
    background: #000;
}

.swipe-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.swipe-item:hover {
    transform: translateY(-5px);
} */



/* container utama */
.swipe-carousel-container {
    width: 100%;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    display: flex;
    justify-content: center;
    scrollbar-width: none;
}

.swipe-carousel-container::-webkit-scrollbar {
    display: none;
}

.swipe-carousel {
    display: flex;
    gap: 20px;
    padding: 40px 0;
}

.swipe-item {
    flex: 0 0 70%;
    height: 400px;
    border-radius: 16px;
    overflow: hidden;
    scroll-snap-align: center;
}

.swipe-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}



.demo-image {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    background: #f8f9fa;
    border-radius: 8px;
    color: #6c757d;
}

.demo-image-1 {
    background: #667eea;
}

.demo-image-2 {
    background: #764ba2;
}

.demo-image-3 {
    background: #f093fb;
}

.demo-image-4 {
    background: #f5576c;
}

.demo-image-5 {
    background: #4facfe;
}

.nav-controls {
    display: flex;
    justify-content: flex-end;
    gap: 10px;
    margin-top: 15px;
    margin-right: 30px;
}

.nav-btn {
    background-color: #eee;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.nav-btn:hover {
    background-color: #ddd;
}

.nav-btn.disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.nav-btn.disabled:hover {
    background-color: #eee;
}

.nav-btn i {
    font-size: 16px;
}

/* Teknologi Section */
.teknologi-container {
    background-color: #f8f9fa;
    border-radius: 20px;
    padding: 2rem 3rem;
}

.teknologi-icon-wrapper {
    width: 120px;
    height: 120px;
    border: 5px solid #ddd;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}

.teknologi-icon {
    font-size: 40px;
    color: #667eea;
}

.teknologi-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 768px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .main-image {
        border-radius: 40px;
        height: 800px;
    }

    .page-title {
        font-size: 2.5rem;
    }

    .page-subtitle {
        font-size: 1.25rem;
        text-align: left;
        margin-top: 0.5rem;
    }

    .swipe-carousel-container {
        padding: 0 50px;
    }

    .swipe-item {
        width: 320px;
        height: 210px;
    }

    .teknologi-container {
        padding: 1.5rem 2rem;
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 2rem;
    }

    .page-subtitle {
        font-size: 1.125rem;
    }

    .swipe-carousel-container {
        padding: 0 40px;
    }

    .swipe-item {
        width: 280px;
        height: 180px;
    }

    .swipe-carousel {
        gap: 15px;
    }

    .teknologi-container {
        padding: 1rem 1.5rem;
    }

    .teknologi-icon-wrapper {
        width: 100px;
        height: 100px;
    }

    .teknologi-icon {
        font-size: 30px;
    }

    .teknologi-text {
        font-size: 14px;
    }
}

/* Utility classes */
.text-center {
    text-align: center;
}

.py-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
}

/* Image Grid */
.image-grid {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 2fr;
    grid-template-rows: repeat(1, 1fr);
    gap: 1rem;
    margin-top: 5px;
    margin-top: 1rem;
}

.col-double {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.col-double img {
    flex: 1 1 0;
    width: 100%;
    aspect-ratio: 396/153;
    object-fit: cover;
    border-radius: 0.75rem;
    margin-bottom: 0;
}

.col-single {
    display: flex;
    flex-direction: column;
    justify-content: stretch;
}

.col-single img {
    width: 100%;
    height: 100%;
    aspect-ratio: 200/329;
    object-fit: cover;
    border-radius: 0.75rem;
}

.col-single.col4 img {
    aspect-ratio: 345/329;
}

.image-grid>.col-double:first-child img {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.image-grid>.col-single.col4 img {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

@media (max-width: 900px) {
    .image-grid {
        grid-template-columns: 2fr 1fr 1fr 2fr;
        grid-template-rows: repeat(1, 1fr);
    }
}

@media (max-width: 600px) {
    .image-grid {
        grid-template-columns: 2fr 1fr 1fr 2fr;
        grid-template-rows: repeat(1, 1fr);
        gap: 0.5rem;
        max-width: 100vw;
    }

    .col-double img,
    .col-single img {
        border-radius: 0.5rem;
    }

    .image-grid>.col-double:first-child img {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
    }

    .image-grid>.col-single.col4 img {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0;
    }
}

/* nav */
a {
    text-decoration: none;
}

.bg-light-gray {
    background-color: #f2f2f2;
}

.text-gray {
    color: #818181;
}

.icon1 {
    width: 40px;
}

.icon {
    width: 50px;
}

.nav-text {
    font-size: 0.9rem;
    font-weight: 400;
    margin-top: 0.3rem;
}

@media (max-width: 576px) {
    .icon-green {
        font-size: 2rem;
    }

    .nav-text {
        font-size: 0.75rem;
    }
}

/* header-section */
.header-section {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 30px;
    padding: 30px;
}

.header-title {
    font-size: 30px;
    font-weight: 700;
    color: var(--text-dark);
    margin: 0;
}

.header-info {
    text-align: right;
    font-size: 20px;
    color: var(--text-light);
    line-height: 1.4;
    max-width: 500px;
}

/* Content Grid */
.content-grid {
    display: grid;
    gap: 20px;
    margin-bottom: 30px;
}

.large-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
    margin-left: 70px;
    margin-right: 70px;
}

.small-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
    margin-bottom: 20px;
    margin-left: 70px;
    margin-right: 70px;
}

.property-card {
    background: var(--card-bg);
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease;
}

.property-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transform: translateY(-2px);
}

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

.large-cards .property-image {
    height: 200px;
}

.property-image {
    height: 180px;
}

.small-cards .property-image {
    height: 140px;
}

.property-info {
    padding: 15px;
}

.property-category {
    font-size: 12px;
    color: var(--text-light);
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 8px;
}

.property-title {
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #222 !important;
    margin-bottom: 10px;
    line-height: 1.3;
}

.large-cards .property-title,
.property-title {
    font-size: 15px;
}

.property-date {
    font-size: 12px;
    color: var(--text-light);
    display: flex;
    align-items: center;
}

.property-date i {
    margin-right: 5px;
    font-size: 11px;
}

.load-more-section {
    text-align: center;
    padding: 20px 0;
}

.load-more-btn {
    background: none;
    border: 1px solid var(--border-color);
    color: var(--text-light);
    padding: 10px 20px;
    border-radius: 6px;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s ease;
}

.load-more-btn:hover {
    border-color: var(--text-dark);
    color: var(--text-dark);
}

/* Search Bar */
.search-bar-custom {
    max-width: 320px;
    margin-left: auto;
    margin-right: 0;
}

.search-bar-custom .form-control,
.search-bar-custom .input-group-text {
    height: 42px;
    font-size: 1rem;
}

.search-bar-custom .form-control:focus {
    box-shadow: none;
    background: #111;
    color: #fff;
}

.search-input-custom::placeholder {
    color: #fff;
    opacity: 1;
}

/* Main Image Container */
.main-image-container {
    position: relative;
    margin-bottom: 0;
    width: 100%;
    max-width: 100%;
}

.main-image-overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 24px 28px 18px 28px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.38) 60%, rgba(0, 0, 0, 0.01) 100%);
    border-radius: 0 0 18px 18px;
    color: #fff;
    font-size: 1.08rem;
    font-weight: 600;
    text-align: center;
}

.main-image-overlay span {
    font-size: 0.97rem;
    font-weight: 400;
}

.main-image-desc {
    padding-top: 10px;
    font-size: 0.97rem;
    color: #444;
    margin-bottom: 1.5rem;
}

/* Section Styles */
.section-img {
    border-radius: 14px;
    object-fit: cover;
    width: 100%;
    height: 340px;
    margin-bottom: 1.5rem;
}

.section-title {
    font-weight: 600;
    font-size: 1.1rem;
    margin-top: 28px;
    margin-bottom: 8px;
}

/* Footer Info */
.footer-info {
    background: #eaeaea;
    border-radius: 18px 18px 0 0;
    padding: 32px 0 24px 0;
    text-align: center;
    margin-top: 32px;
}

.footer-info h5 {
    font-weight: 600;
    margin-bottom: 8px;
}

.btn-footer {
    border-radius: 24px;
    padding: 8px 32px;
    background: #fff;
    border: 1px solid #bbb;
    color: #222;
    font-weight: 500;
    margin-top: 12px;
    transition: background 0.2s;
}

.btn-footer:hover {
    background: #f1f1f1;
}

/* Filter Bar */
.filter-bar {
    background: #ededed;
    padding: 16px 0;
}

.filter-bar .form-select {
    background: #fff;
    border: none;
    border-radius: 8px;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.04);
    font-size: 13px;
    color: #222;
    padding-left: 16px;
    padding-right: 32px;
    height: 38px;
}

.filter-bar .form-select:focus {
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.07);
}

.filter-label {
    font-size: 17px;
    color: #888;
    margin-right: 12px;
    margin-bottom: 0;
    display: flex;
    align-items: center;
}

@media (max-width: 576px) {
    .filter-bar .form-select {
        min-width: 120px !important;
        max-width: 100% !important;
    }
}

@media (max-width: 768px) {
    .filter-bar .d-flex {
        flex-wrap: nowrap !important;
        flex-direction: row !important;
        gap: 6px !important;
        overflow-x: auto;
        justify-content: flex-start !important;
        align-items: center !important;
    }

    .filter-bar .form-select {
        min-width: 110px !important;
        max-width: 140px !important;
        font-size: 12px;
        padding-left: 8px;
        padding-right: 24px;
        height: 34px;
    }

    .filter-label {
        font-size: 14px;
        margin-right: 6px;
        white-space: nowrap;
    }
}

/* Card Info */
.card-info {
    border: none;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
    margin-bottom: 32px;
    background: #fff;
    padding: 16px 0 16px 0;
}

.card-info img {
    border-radius: 8px;
    width: 120px;
    height: 70px;
    object-fit: cover;
}

.card-info .category {
    font-size: 10px;
    color: #888;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 2px;
}

.card-info .title {
    font-size: 15px;
    font-weight: 600;
    margin-bottom: 2px;
    color: #222;
}

.card-info .date {
    font-size: 10px;
    color: #888;
}

@media (max-width: 576px) {
    .card-info img {
        width: 90px;
        height: 54px;
    }

    .card-info .title {
        font-size: 13px;
    }

    .container {
        padding-left: 6px;
        padding-right: 6px;
    }
}

/* Pagination Custom */
.pagination-custom {
    display: flex;
    justify-content: flex-end;
    gap: 8px;
    margin-top: 24px;
    margin-bottom: 24px;
}

.pagination-custom button {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    border: none;
    background: #ededed;
    color: #888;
    font-size: 16px;
    transition: background 0.2s;
}

.pagination-custom button.active,
.pagination-custom button:hover {
    background: #bbb;
    color: #fff;
}

/* Bottom Section */
.bottom-section {
    background: #f8f9fa;
    padding: 80px 60px 60px;
    text-align: center;
}

.precon-title {
    font-size: 2.3rem;
}

.precon-desc {
    font-size: 1.35rem;
}

@media (max-width: 576px) {
    .precon-title {
        font-size: 1.5rem;
    }

    .precon-desc {
        font-size: 1.05rem;
    }
}

/* Container Custom */
.container-custom {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
}

/* Content Section */
.content-section {
    margin: 5rem 0;
}

.section-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 2rem;
    align-items: start;
}

/* typography */
.subheading-gray {
    font-weight: 600;
    font-size: 0.875rem;
    line-height: 1.4;
    letter-spacing: -0.01em;
    color: #818181;
}

.body-text {
    font-weight: 400;
    font-size: 1rem;
    line-height: 1.6;
    letter-spacing: -0.01em;
    color: #374151;
}

.heading-primary {
    font-weight: 700;
    font-size: 2.25rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
}

/* PAPAN INFO */
.section-info {
    background-color: #f8f9fa;
    padding: 3rem 1rem;
    text-align: center;
}

.section-info h2 {
    font-weight: 600;
    font-size: 1.25rem;
}

.section-info p {
    color: #6c757d;
    font-size: 0.875rem;
    margin-top: 0.5rem;
    max-width: 20rem;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4;
}

.section-info .btn {
    font-size: 0.875rem;
    border-radius: 999px;
    padding: 0.25rem 0.75rem;
    margin-top: 1rem;
}

/* memilih kami */
.custom-card-width {
    flex: 0 0 auto;
    width: 25%;
    scroll-snap-align: start;
}

.b-primary {
    background-color: #416f62;
}

/* button close */
.btn-close-custom {
    background-color: #38675f;
    color: white;
    border: none;
    border-radius: 50%;
    padding: 0.5rem;
    font-size: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: background-color 0.2s;
    top: 1.5rem;
    left: 1.5rem;
    z-index: 2;
    line-height: 1;
}

.btn-close-custom:hover,
.btn-close-custom:focus {
    background-color: #2c544c;
    color: white;
    outline: none;
    box-shadow: none;
}

@media (max-width: 768px) {

    .modal-body h1,
    .modal-body p,
    .modal-body button {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .container-custom {
        padding: 0 1rem;
    }

    .section-row {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }

    .heading-primary {
        font-size: 1.75rem;
    }

    .content-section {
        margin: 3rem 0;
    }

    .custom-card-width {
        width: 80%;
    }
}

.team-row {
    justify-content: center;
}

.team-card {
    margin-left: auto;
    margin-right: auto;
}


.team-card {
    border-radius: 16px;
    width: 300px;
    overflow: hidden;
    background-color: #f8f9fa;
    position: relative;
    transition: transform 0.3s ease;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
    display: flex;
    flex-direction: column;
    align-items: center;
}

.team-card:hover {
    transform: translateY(-5px);
}

.team-card div {
    width: 100%;
    margin-bottom: 0;
}

.team-card img {
    width: 100%;
    height: auto;
    object-fit: cover;
    display: block;
}

.team-body {
    padding: 1rem;
    width: 100%;
}

.team-body .position {
    font-size: 1rem;
    color: #000;
    margin-bottom: 0.25rem;
}

.team-body .name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0;
}

.section {
    max-width: 1140px;
    margin: auto;
}

.hover-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f8f9fa;
    color: #000;
    padding: 1rem;
    transform: translateY(100%);
    transition: transform 0.3s ease;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    text-align: left;
    width: 100%;
}

.team-card:hover .hover-overlay {
    transform: translateY(0);
}

.hover-overlay .position {
    font-size: 1rem;
    color: #000;
    margin-bottom: 0.25rem;
}

.hover-overlay .name {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
}

.hover-overlay .description {
    font-size: 1rem;
    line-height: 1.4;
    color: #666;
    text-align: left;
}




/* legal */
/* konten */
.konten {
    font-family: "Inter", "Montserrat", Arial, sans-serif;
    background: #fff;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
}

.description {
    max-width: 360px;
}

.card-legal {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
    gap: 0.5rem;
    flex: 0 0 45%;
}

.card-iso {
    align-items: center;
    text-align: center;
    flex: 0 0 100%;
}

.icon {
    width: 50px;
}

.icon-iso {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #000;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    margin-bottom: 1rem;
}

@media (max-width: 768px) {
    .card-legal {
        flex: 0 0 100%;
        align-items: flex-start;
        text-align: left;
    }
}



/* Privacy */
/* konten */
.konten {
    font-family: "Inter", "Montserrat", Arial, sans-serif;
    background: #fff;
    font-size: 0.95rem;
}

.section-title {
    font-size: 2rem;
    font-weight: 700;
}

.section-subtitle {
    font-size: 1.1rem;
    font-weight: 500;
}

.hero-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0 auto 1rem auto;
}

.accordion-button {
    font-size: 1.05rem;
    font-weight: 600;
    padding: 0.75rem 1rem;
    background-color: #fff;
    color: #212529;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    color: #212529;
    box-shadow: none;
}

.accordion-button:focus {
    border-color: transparent;
    box-shadow: none;
}

.accordion-item {
    border: none;
}

.accordion-header {
    border-top: 1px solid #dee2e6;
}

.accordion-body {
    font-size: 0.95rem;
}

p.lead {
    font-size: 1rem;
}



/* job */
/* konten */
.konten {
    font-family: 'Inter', sans-serif;
    background-color: #fff;
    color: #000;
    font-size: 16px;
    overflow-x: hidden;
}

.bottom-section {
    background: #f8f9fa;
    padding: 80px 60px 60px;
    text-align: center;
}

.precon-title {
    font-size: 2.3rem;
}

.precon-desc {
    font-size: 1.35rem;
}

@media (max-width: 576px) {
    .precon-title {
        font-size: 1.5rem;
    }

    .precon-desc {
        font-size: 1.05rem;
    }
}

/* img */
.main-image {
    width: 100%;
    height: 800px;
    object-fit: cover;
}

.container {
    max-width: 1200px;
}

/*  Heade  */
.page-title {
    font-weight: 700;
    font-size: 3.5rem;
    line-height: 1.2;
    letter-spacing: -0.02em;
    margin-bottom: 0;
}

.page-subtitle {
    font-weight: 600;
    font-size: 1.75rem;
    line-height: 1.3;
    letter-spacing: -0.01em;
    text-align: right;
    margin-bottom: 0;
}

/*  Job Listing */
.job-listing {
    border-bottom: 1px solid #e5e7eb;
    padding-bottom: 1.5rem;
    margin-bottom: 2rem;
}

.job-title {
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
}

.job-description {
    font-size: 1rem;
    color: #374151;
    margin-bottom: 0.5rem;
}

.job-deadline {
    font-size: 14px;
    color: #6b7280;
}

.apply-link {
    font-size: 14px;
    color: #6b7280;
    text-decoration: none;
    min-width: 60px;
}

.apply-link:hover {
    color: #059669;
}

.apply-icon {
    font-size: 1rem;
    margin-bottom: 0.25rem;
}

/* Responsive */
@media (max-width: 768px) {
    .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }


    .main-image {
        border-radius: 40px;
        height: 120vw;

    }


    .page-title {
        font-size: 2.5rem;
    }

    .page-subtitle {
        font-size: 1.25rem;
        text-align: left;
        margin-top: 0.5rem;
    }

    .job-title {
        font-size: 1.25rem;
    }

    .job-description {
        font-size: 15px;
    }

    .job-deadline {
        font-size: 13px;
        margin-bottom: 1rem;
    }

    .job-listing {
        padding: 1rem 0;
        margin-bottom: 1.5rem;
    }

    .apply-link.d-none.d-md-flex {
        display: none !important;
    }

    .apply-link.d-md-none {
        display: inline-flex !important;
        align-items: center;
        gap: 0.5rem;
    }

    .apply-icon {
        margin-bottom: 0;
        font-size: 0.875rem;
    }
}

@media (max-width: 576px) {
    .page-title {
        font-size: 2rem;
    }

    .page-subtitle {
        font-size: 1.125rem;
    }

    .job-title {
        font-size: 1.125rem;
    }

    .job-description {
        font-size: 14px;
    }
}
</style>


<!-- Google Translate Hidden Element -->
<div id="google_translate_element" style="display:none;"></div>

<style>
/* Sembunyikan banner & branding Google */
.goog-te-banner-frame.skiptranslate {
    display: none !important;
}

.goog-te-gadget-icon {
    display: none !important;
}

body {
    top: 0 !important;
}

.goog-te-combo {
    display: none !important;
}

/* Custom Dropdown Bahasa – Modern & Cantik */
.lang-selector {
    position: relative;
    display: inline-block;
}

.lang-selector select {
    appearance: none;
    -webkit-appearance: none;
    background: transparent;
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 8px 32px 8px 12px;
    font-size: 14px;
    font-weight: 500;
    cursor: pointer;
    min-width: 140px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2002000/svg' width='12' height='12' fill='%23666' viewBox='0 0 16 16'%3E%3Cpath d='M4.646 7.646a.5.5 0 0 1 .708 0L8 10.293l2.646-2.647a.5.5 0 0 1 .708.708l-3 3a.5.5 0 0 1-.708 0l-3-3a.5.5 0 0 1 0-.708z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: right 10px center;
}

.lang-selector select:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, .25);
}

@media (max-width: 991px) {
    .lang-selector select {
        width: 100%;
        font-size: 15px;
        padding: 10px 40px 10px 12px;
    }
}