﻿/* Reset and Base Styles */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Poppins', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    line-height: 1.6;
    color: #333;
    overflow-x: hidden;
}

html {
    scroll-behavior: smooth;
}

.page-wrapper {
    width: 100%;
    overflow-x: hidden;
}

/* ===== SECTION 1: HERO SECTION ===== */
.main-section {
    background-image: url("/Resources/img/business/Background section1.png");
    width: 100%;
    padding-top: 152px;
    border-bottom-left-radius: 40px;
    border-bottom-right-radius: 40px;
    background-size: cover;
    background-color: rgba(255, 255, 255, 0.3);
    background-blend-mode: lighten;
    animation: fadeInBackground 3s ease-in-out forwards;
    opacity: 0;
}

.hero-section-1 {
    margin-left: 50px;
    margin-right: 50px;
}

.left-text-section h2 {
    font-weight: 800;
    letter-spacing: 3px;
    font-size: clamp(1.5rem, 2vw + 1rem, 3rem);
    text-align: left;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.3);
}

    .left-text-section h2 span {
        font-style: italic;
        color: #004D71;
    }

.card-one-image,
.card-one-stat,
.card-two-stat,
.card-two-image {
    padding: 0.5rem;
    border-radius: 20px;
    margin-bottom: 1rem;
    background: #fff;
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    text-align: center;
    overflow: hidden;
    max-width: 270px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

    .card-one-image:hover,
    .card-one-stat:hover,
    .card-two-stat:hover,
    .card-two-image:hover {
        transform: translateY(-7px);
        box-shadow: 0 .25rem .5rem rgba(0, 0, 0, 0.15);
    }


    .card-one-image img,
    .card-one-stat img,
    .card-two-stat img,
    .card-two-image img {
        border-radius: 30px;
    }

.photo-marquee {
    overflow: hidden;
    white-space: nowrap;
    position: relative;
    width: 100%;
    padding: 30px 0; 
}

.photo-track {
    display: inline-flex;
    align-items: center;
    animation: scroll-left 40s linear infinite;
    gap: 50px; 
}

.photo-marquee img {
    height: 50px; /* Slightly smaller height */
    width: auto;
    object-fit: contain;
    transition: transform 0.3s ease, opacity 0.3s ease;
    flex-shrink: 0;
 
}

    .photo-marquee img:hover {
        transform: scale(1.05); /* Reduced hover scale */
        opacity: 0.8;
    }


@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%); 
    }
}

/* ===== SECTION 2: MILESTONE SECTION ===== */
.swiper.mySwiper {
    margin-top: 80px;
    margin-bottom: 80px;
}

@media (max-width: 1024px) {
    .swiper.mySwiper {
        margin-top: 60px;
        margin-bottom: 60px;
    }
}

@media (max-width: 768px) {
    .swiper.mySwiper {
        margin-top: 40px;
        margin-bottom: 40px;
    }
}

.swiper {
    width: 100%;
    max-width: 1200px;
    padding: 50px 20px;
    box-sizing: content-box;
}

@media (max-width: 768px) {
    .swiper {
        padding-left: 16px;
        padding-right: 16px;
    }
}

@media (max-width: 480px) {
    .swiper {
        padding-left: 12px;
        padding-right: 12px;
    }
}

.card {
    background: #f8f6f0;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    padding: 16px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    height: 680px;
    box-sizing: border-box;
    border: none;
}

@media (max-width: 1024px) {
    .card {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .card {
        max-width: 90%;
        margin: 0 auto;
    }
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 22px;
    color: #222;
}

    .card-header i {
        font-size: 20px;
        color: #555;
        cursor: pointer;
    }

.card ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

    .card ul li {
        font-size: 14px;
        color: #444;
        padding: 6px 0;
    }

        .card ul li:last-child {
            border-bottom: none;
        }

.mySwiper .swiper-pagination-bullet {
    background: grey;
    opacity: 0.5;
}

.mySwiper .swiper-pagination-bullet-active {
    background: black;
    opacity: 1;
}

@media (max-width: 768px) {
    .swiper {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* ===== SECTION 3: EXPERTISE SECTION ===== */
.expertise {
    background: white;
    padding:0 0 30px;
}

.expertise-container {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    margin-top:0;
}

.expertise h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
    color: #333;
}

.expertise p {
    color: #000000;
    margin-bottom: 3rem;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
}

/* Image and Stats Container */
.hotel-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
    padding: 40px 20px;
}

.images-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    justify-items: center;
}

.hotel-image {
    width: 160px;
    height: 160px;
    border-radius: 50%;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.4s ease;
    box-shadow: 0 8px 25px rgba(0, 188, 212, 0.3);
    position: relative;
}

    .hotel-image:nth-child(1),
    .hotel-image:nth-child(4) {
        width: 200px;
        height: 200px;
    }

    .hotel-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

    .hotel-image:hover {
        transform: translateY(-10px) scale(1.05);
        box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
    }

        .hotel-image:hover img {
            transform: scale(1.1);
        }

    .hotel-image::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: linear-gradient(45deg, rgba(0, 123, 191, 0.3), rgba(0, 188, 212, 0.3));
        opacity: 0;
        transition: opacity 0.4s ease;
    }

    .hotel-image:hover::before {
        opacity: 1;
    }

/* Stats Section */
.stats-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.stat-card {
    padding: 40px 30px;
    border-radius: 15px;
    text-align: center;
    transition: all 0.3s ease;
    cursor: pointer;
}

    .stat-card.primary {
        background: #2c5f6f;
        color: white;
        box-shadow: 0 8px 25px rgba(44, 95, 111, 0.4);
    }

    .stat-card.secondary {
        background: white;
        color: #333;
        box-shadow: 0 8px 25px rgba(44, 95, 111, 0.4);
    }

    .stat-card:hover {
        transform: translateY(-5px);
        box-shadow: 0 15px 35px rgba(44, 95, 111, 0.6);
    }

        .stat-card:hover .stat-number {
            animation: countUp 0.8s ease-out;
        }

.stat-number {
    font-size: 3.5rem;
    font-weight: bold;
    margin-bottom: 10px;
    display: block;
}

.stat-label {
    font-size: 1rem;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
    opacity: 0.8;
}

.stat-card.primary .stat-label {
    opacity: 0.9;
}

/* ===== SECTION 4: SERVICES SECTION ===== */
.services {
    padding: 64px 0 45px;
    background: #2dd1fa21;
}

.services-container {
    max-width: 1200px;
    margin: 0 auto;
}

.services h2 {
    text-align: center;
    font-size: 2rem;
    margin-bottom: 3rem;
    color: #333;
}

.training-container {
    max-width: 800px;
    margin: 0 auto 20px auto;
    background: #004D71;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px #004d71;
}

.training-header {
    background: #cfe2ff;
    color: #000000;
    padding: 20px 30px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.7s ease;
    user-select: none;
}

    .training-header:hover,
    .training-header:hover .toggle-icon {
        background: #004D71;
        transform: translateY(-3px);
        box-shadow: 0 0 20px 5px rgba(0, 77, 113, 0.8);
        color: rgba(255, 255, 255, 0.8);
        border-color: rgba(255, 255, 255, 0.8)
    }

    .training-header.expanded {
        justify-content: flex-end;
        gap: 15px;
        background: #2c5f6f;
        color: white;
    }

        .training-header.expanded:hover {
            background: #234b57;
            transform: none;
            box-shadow: none;
        }

.training-title {
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 1px;
    transition: font-size 0.8s ease;
    flex: 1 1 auto;
    min-width: 0;
    overflow-wrap: anywhere;
    white-space: normal;
    padding-right: 42px;
    transition: transform .45s ease, text-align .45s ease, color .45s ease, opacity .45s ease;
}

    .training-title.small {
        font-size: 14px;
    }

.training-header.expanded .training-title {
    transform: translateX(24px);
    text-align: right;
}

.toggle-icon {
    font-size: 24px;
    font-weight: bold;
    transition: all 0.6s ease;
    width: 30px;
    height: 30px;
    border: 2px solid #000000;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: transparent;
    flex: 0 0 30px;
    margin-left: 8px;
}

    .toggle-icon:hover {
        transform: scale(1.1);
        border-color: rgba(255, 255, 255, 0.8);
        color: rgba(255, 255, 255, 0.8);
    }

.training-header.expanded .toggle-icon {
    border-color: white;
}

    .training-header.expanded .toggle-icon:hover {
        transform: scale(1.1);
        background: rgba(255,255,255,0.1);
    }

.training-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.6s ease-out;
    background: #2c5f6f;
}

    .training-content.expanded {
        max-height: 500px;
    }

.content-wrapper {
    padding: 30px;
    display: grid;
    grid-template-columns: 200px 1fr;
    gap: 60px;
    align-items: start;
}

.logo-section {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.logo {
    color: #fff;
    display: flex;
    flex-direction: column; 
    align-items: flex-start; 
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 1.3;
}

    .logo .main-title {
        display: block;
        margin-bottom: 3px;
    }

    .logo .subtitle {
        font-size: 10px;
        letter-spacing: 1.5px;
        opacity: 0.9;
        margin-top: -5px; /* Untuk memberikan jarak antara main-title dan subtitle */
        width: 100%; /* Agar subtitle bisa memenuhi lebar kontainer */
        text-align: center; /* Menempatkan subtitle di tengah */
    }


.training-details {
    color: white;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

.training-columns {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.training-item {
    font-size: 14px;
    padding: 5px 0;
    position: relative;
    padding-left: 15px;
}

    .training-item:before {
        position: absolute;
        left: 0;
        color: #b8d4db;
    }

.training-duration {
    font-size: 12px;
    color: #b8d4db;
    text-align: right;
    font-style: italic;
    margin-top: 15px;
}

/* ===== SECTION 5: PARTNERSHIPS SECTION ===== 
.partnerships {
    padding-top: 80px;
    background: #ffffff;
    min-height: 100vh;
    display: flex;
    align-items: center;
}

.partnerships-container {
    max-width: 1400px;
    margin: 0 auto;
    width: 100%;
}

    .partnerships-container h2,
    .partnerships-container p {
        font-family: 'Inter', sans-serif;
        font-size: 2.5rem;
        font-weight: 800;
        color: #000000;
        margin: 0;
        line-height: 1.2;
    }

    .partnerships-container p {
        margin-bottom: 60px;
    }

.partnerships-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 60px;
}

.partnerships-title {
    flex: 1;
}

.partnerships-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
    gap: 40px;
    align-items: start;
}

.partnership-card {
    background: #ffffff;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    height: 420px;
    display: flex;
    flex-direction: column;
}

    .partnership-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
    }

.partnership-image {
    height: 280px;
    background: linear-gradient(135deg, #004d71, #2c5aa0);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

    .partnership-image i {
        font-size: 4rem;
        color: rgba(255, 255, 255, 0.8);
    }

    .partnership-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.4s ease;
    }

.partnership-card:hover .partnership-image img {
    transform: scale(1.05);
}

.partnership-content {
    padding: 24px;
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

.partnership-title {
    font-family: 'Inter', sans-serif;
    font-size: 1rem;
    font-weight: 700;
    color: #000000;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 8px;
}

.partnership-subtitle {
    font-family: 'Inter', sans-serif;
    font-size: 0.9rem;
    font-weight: 500;
    color: #666666;
    line-height: 1.4;
    margin-bottom: 20px;
}*/

/* === Unified pill buttons: SEE MORE / READ MORE === 
.see-more-btn,
.read-more-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    padding: 10px 26px;
    background: #f9f8f3;
    color: #000;
    font-size: 14px;
    font-weight: 500;
    border: none;
    border-radius: 999px;
    text-transform: uppercase;
    letter-spacing: .5px;
    cursor: pointer;
    transition: all .3s ease;
    text-decoration: none;
}

    .see-more-btn:hover,
    .read-more-btn:hover {
        background: #eae8e2;
        color: #000;
        text-decoration: none;
    }

    .see-more-btn i,
    .read-more-btn i {
        font-size: .9rem;
        transition: transform .3s ease;
    }

    .see-more-btn:hover i,
    .read-more-btn:hover i {
        transform: translateX(3px);
    }*/

/*Inquiry*/
.inquiry-section {
    padding: 60px 0 120px 0;
    background-color: #fff;
    position: relative;
    margin-bottom: 0;
}

.inquiry-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 0 20px;
}

.inquiry-header {
    margin-bottom: 40px;
    text-align: left;
}

.inquiry-breadcrumb {
    font-size: 14px;
    color: #6c757d;
    margin-bottom: 8px;
    font-weight: 400;
}

.inquiry-title {
    font-size: 32px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0;
    font-family: 'Poppins', sans-serif;
}

/* Form Styles */
.inquiry-form {
    background: white;
    padding: 40px;
    border-radius: 12px;
    box-shadow: 0 4px 20px #003454;
}

.form-group-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin: 20px 0 20px 0;
    padding-bottom: 8px;
    border-bottom: 2px solid #e9ecef;
}

    .form-group-header:first-child {
        margin-top: 0;
    }

    .form-group-header i {
        color: #004D71;
        font-size: 18px;
    }

    .form-group-header span {
        font-weight: 600;
        font-size: 16px;
        color: #2c3e50;
    }

.form-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    margin-bottom: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
    margin-bottom: 5px;
}

    .form-group.full-width {
        grid-column: 1 / -1;
        margin-bottom: 20px;
    }

    .form-group label {
        font-weight: 500;
        color: #2c3e50;
        margin-bottom: 8px;
        font-size: 14px;
    }

.required {
    color: #dc3545;
    margin-left: 2px;
}

/* Input Styles */
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"] {
    padding: 12px 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    transition: all 0.3s ease;
    background-color: white;
}

.form-group input:focus {
    outline: none;
    border-color: #004D71 !important;
    box-shadow: 0 0 0 3px rgba(0, 77, 113, 0.1) !important;
}

/* Dropdown Styles */   
.checkbox-container {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 8px 16px;
    padding: 12px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    background-color: #fff;
    font-size: 14px;
}

    .checkbox-container label {
        display: flex;
        align-items: center;
        cursor: pointer;
        transition: color 0.3s ease;
    }

    .checkbox-container input[type="checkbox"] {
        margin-right: 8px;
        accent-color: #004D71; 
    }

    .checkbox-container label:hover {
        color: #004D71;
    }


.label-with-icon {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 12px;
}

.message-icon {
    color: #004D71;
    font-size: 16px;
    flex-shrink: 0;
}

.label-with-icon label {
    margin-bottom: 0;
    flex-grow: 1;
}


textarea {
    width: 100%;
    padding: 16px;
    border: 2px solid #e9ecef;
    border-radius: 8px;
    font-size: 14px;
    font-family: 'Poppins', sans-serif;
    resize: vertical;
    min-height: 120px;
    transition: all 0.3s ease;
}

    textarea:focus {
        outline: none;
        border-color: #004D71;
        box-shadow: 0 0 0 3px rgba(0, 77, 113, 0.1);
    }

    textarea::placeholder {
        color: #6c757d;
        font-style: italic;
    }

/* Submit Button */
.form-submit {
    text-align: right;
    margin-top: 30px;
}

.send-message-btn {
    background-color: #004D71;
    color: white;
    border: none;
    padding: 14px 30px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex; 
    justify-content: center; 
    align-items: center; 
    gap: 8px;
    transition: all 0.3s ease;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    width: 100%; 
}

    .send-message-btn:hover {
        background-color: #004D71; 
        color: white;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(0, 77, 113, 0.3);
    }

    .send-message-btn:active {
        transform: translateY(0);
    }

/* Modal Styles */
.modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(4px);
}

.modal-content {
    position: relative;
    background-color: white;
    margin: 10% auto;
    padding: 0;
    width: 90%;
    max-width: 500px;
    border-radius: 12px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.2);
    animation: modalFadeIn 0.3s ease;
    z-index: 1001;
}

@keyframes modalFadeIn {
    from {
        opacity: 0;
        transform: translateY(-50px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}


    .modal-header {
        text-align: center;
        padding: 30px 30px 20px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: center;
    }

.modal-header {
    text-align: center;
    padding: 30px 30px 20px;
}


.success-icon {
    font-size: 25px;
    color: #003454;
    margin: 15px;
}

.modal-header h3 {
    margin: 0;
    color: #2c3e50;
    font-size: 24px;
    font-weight: 600;
}

.modal-body {
    padding: 0 30px 20px;
    text-align: center;
    color: #6c757d;
    line-height: 1.6;
}

    .modal-body p {
        margin-bottom: 12px;
    }

    .modal-body span {
        color: #004D71;
        font-weight: 600;
    }

.modal-footer {
    padding: 20px 30px 30px;
    text-align: center;
}

.close-modal-btn {
    background-color: #004D71;
    color: white;
    border: none;
    padding: 12px 30px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

    .close-modal-btn:hover {
        background-color: #003454;
    }

/* Animation Classes */
.fade-in {
    opacity: 0;
    animation: fadeIn 0.8s ease forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .inquiry-section {
        padding: 60px 0 100px 0;
    }

    .inquiry-container {
        padding: 0 15px;
    }

    .inquiry-form {
        padding: 30px 20px;
    }

    .inquiry-title {
        font-size: 28px;
    }

    .form-row {
        grid-template-columns: 1fr;
        gap: 15px;
    }

    .form-submit {
        text-align: center;
    }

    .send-message-btn {
        width: 100%;
        justify-content: center;
    }

    .modal-content {
        margin: 15% auto;
        width: 95%;
    }

    .success-icon {
        font-size: 35px;
        margin-right: 0px
    }
}

@media (max-width: 480px) {
    .inquiry-section {
        padding: 50px 0 80px 0;
    }

    .inquiry-title {
        font-size: 24px;
    }

    .form-group-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }

    .modal-header,
    .modal-body,
    .modal-footer {
        padding-left: 20px;
        padding-right: 20px;
    }
}

/* ===== SECTION 6: CONTACT SECTION ===== */
.footer {
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
}
/*
    .footer .contact-form,
    .footer-content,
    .footer-section,
    .footer-bottom {
        display: none !important;
    }
    */

.contact-section {
    background: #004d71;
    padding: 5rem 2rem;
    min-height: 100vh;
    display: flex;
    align-items: center;
    position: relative;
    overflow: hidden;
}

    .contact-section::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-image: url('../../../Resources/img/Liberta-hotel-lobby.png');
        background-size: 1460px 630px;
        background-position: center center;
        background-repeat: no-repeat;
        opacity: 0.4;
        z-index: 1;
    }

.tropical-decoration {
    position: absolute;
    border-radius: 8px;
    animation: interiorFloat 20s ease-in-out infinite;
    backdrop-filter: blur(2px);
    z-index: 1;
}

.palm-1 {
    top: 15%;
    left: 8%;
    width: 80px;
    height: 120px;
    background: linear-gradient(45deg, rgba(240, 240, 240, 0.3), rgba(200, 200, 200, 0.2));
    border: 2px solid rgba(255, 255, 255, 0.2);
    border-radius: 8px;
    animation-delay: 0s;
}

.palm-2 {
    bottom: 20%;
    right: 12%;
    width: 100px;
    height: 80px;
    background: linear-gradient(135deg, rgba(255, 107, 157, 0.2), rgba(84, 160, 255, 0.15));
    border-radius: 12px;
    animation-delay: -8s;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.plant-1 {
    top: 40%;
    right: 5%;
    width: 60px;
    height: 40px;
    background: rgba(17, 17, 17, 0.4);
    border-radius: 4px;
    animation-delay: -4s;
}

.plant-2 {
    bottom: 35%;
    left: 3%;
    width: 90px;
    height: 70px;
    background: linear-gradient(45deg, rgba(236, 236, 236, 0.3), rgba(208, 208, 208, 0.2));
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 6px;
    animation-delay: -12s;
}

.contact-container {
    max-width: 1400px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1.2fr 0.8fr;
    gap: 2rem;
    align-items: center;
    width: 100%;
    z-index: 2;
    position: relative;
}

.contact-content {
    color: white;
    padding-right: 1rem;
}

    .contact-content h1 {
        font-size: 3.2rem;
        font-weight: 700;
        margin-bottom: 2rem;
        line-height: 1.1;
        text-shadow: 3px 3px 8px rgba(0, 0, 0, 0.4);
        letter-spacing: -0.02em;
    }

    .contact-content p {
        font-size: 1.2rem;
        line-height: 1.8;
        opacity: 0.95;
        text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.3);
        font-weight: 400;
    }

.contact-card {
    background: rgba(255, 255, 255, 0.97) !important;
    backdrop-filter: blur(25px);
    border-radius: 28px;
    padding: 3rem;
    box-shadow: 0 35px 90px rgba(0, 77, 113, 0.15), 0 20px 50px rgba(245, 245, 220, 0.1), 0 10px 25px rgba(0, 0, 0, 0.08);
    position: relative;
    transform: scale(1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    border: 2px solid rgba(245, 245, 220, 0.3);
    max-width: 500px;
    width: 100%;
}

    .contact-card:hover {
        transform: translateY(-12px) scale(1.02);
        box-shadow: 0 50px 120px rgba(0, 77, 113, 0.2), 0 25px 60px rgba(0, 0, 0, 0.1), 0 15px 35px rgba(245, 245, 220, 0.15);
    }

    .contact-card h2 {
        color: #000000 !important;
        font-size: 2.2rem;
        margin-bottom: 1rem;
        font-weight: 700;
        letter-spacing: -0.01em;
        background: linear-gradient(135deg, #004d71, #000000);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    }

    .contact-card .subtitle {
        color: #000000 !important;
        font-size: 1.1rem !important;
        margin-bottom: 1rem;
        line-height: 1.6;
        font-weight: 600 !important;
        text-align: center;
        opacity: 1 !important;
        font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    }

.contact-info {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.contact-item {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    padding: 0.7rem;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    cursor: pointer;
    border-radius: 16px;
    position: relative;
    background: linear-gradient(135deg, rgba(245, 245, 220, 0.15), rgba(255, 255, 255, 0.8));
    border: 1px solid rgba(0, 77, 113, 0.1);
}

    .contact-item:hover {
        transform: translateY(-4px);
        background: rgba(255, 255, 255, 0.9);
        border-color: rgba(0, 77, 113, 0.15);
        box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08), 0 4px 12px rgba(0, 0, 0, 0.04);
    }

        .contact-item:hover .contact-icon {
            background: linear-gradient(135deg, #004d71, #000000) !important;
            color: white !important;
            transform: scale(1.2) rotate(5deg);
            box-shadow: 0 8px 20px rgba(0, 77, 113, 0.25);
        }

.contact-icon {
    width: 50px !important;
    height: 50px !important;
    background: linear-gradient(135deg, rgba(245, 245, 220, 0.3), rgba(255, 255, 255, 0.8)) !important;
    color: #004d71 !important;
    border-radius: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    font-size: 1.3rem !important;
    border: 1px solid rgba(0, 77, 113, 0.2) !important;
    font-weight: 600;
    min-width: 50px;
    min-height: 50px;
}

    .contact-icon:not(:hover) {
        animation: iconFloat 3s ease-in-out infinite;
    }

.contact-details {
    flex: 1;
    padding-top: 0.2rem;
}

    .contact-details .main-text {
        color: #000000 !important;
        font-weight: 600;
        font-size: 1.2rem;
        margin-bottom: 0.2rem;
        transition: all 0.3s ease;
        font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
    }

.contact-item:hover .main-text {
    color: #004d71 !important;
    transform: translateX(5px);
}

.contact-details .sub-text {
    color: #555555 !important;
    font-size: 1rem;
    line-height: 1.5;
    font-weight: 400;
    transition: all 0.3s ease;
    font-family: 'Inter', 'Segoe UI', system-ui, sans-serif;
}

.contact-item:hover .sub-text {
    color: #333333 !important;
    transform: translateX(3px);
}

.contact-item:focus {
    outline: 2px solid #004d71;
    outline-offset: 4px;
    background: rgba(0, 77, 113, 0.05);
}

.contact-item {
    text-decoration: none;
    color: inherit;
}

    .contact-item:visited,
    .contact-item:link,
    .contact-item:active {
        text-decoration: none;
        color: inherit;
    }

/* ===== ANIMATIONS ===== */
@keyframes fadeInBackground {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        transform: translateX(-100px);
    }

    100% {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInCard {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes fadeInMarquee {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes scroll-left {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes interiorFloat {
    0%, 100% {
        transform: translateY(0px) scale(1);
        opacity: 0.6;
    }

    25% {
        transform: translateY(-15px) scale(1.02);
        opacity: 0.8;
    }

    50% {
        transform: translateY(-10px) scale(0.98);
        opacity: 0.7;
    }

    75% {
        transform: translateY(-20px) scale(1.05);
        opacity: 0.9;
    }
}

@keyframes iconFloat {
    0%, 100% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-3px);
    }
}

@keyframes countUp {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);
        color: #2dd1fa21;
    }

    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: translateY(-10px) scale(1.05);
    }

    50% {
        transform: translateY(-15px) scale(1.1);
    }

    100% {
        transform: translateY(-10px) scale(1.05);
    }
}

@keyframes pulseFade {
    0% {
        opacity: .6;
    }

    50% {
        opacity: 1;
    }

    100% {
        opacity: .6;
    }
}

.loading {
    animation: pulseFade 2s infinite;
}

.fade-in {
    opacity: 0;
    transform: translateY(40px);
    animation: fadeInUp 1s ease forwards;
}

    .fade-in.delay-1 {
        animation-delay: 0.4s;
    }

@keyframes fadeInUp {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.slide-in-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: all 0.6s ease;
}

    .slide-in-left.visible {
        opacity: 1;
        transform: translateX(0);
    }

.slide-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: all 0.6s ease;
}

    .slide-in-right.visible {
        opacity: 1;
        transform: translateX(0);
    }

/* ===== SCROLLBAR CUSTOMIZATION ===== */
::-webkit-scrollbar {
    display: none;
}

::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #f1f1f1;
}

::-webkit-scrollbar-thumb {
    background: #2c5aa0;
    border-radius: 4px;
}

    ::-webkit-scrollbar-thumb:hover {
        background: #1e3d6f;
    }

/* ===== RESPONSIVE DESIGN ===== */
/* 1024px and below (tablets) */
@media (max-width: 1024px) {
    .expertise {
        padding: 3rem 1.5rem;
    }

    .hotel-container {
        grid-template-columns: 1fr 1fr;
        gap: 32px;
        padding: 24px 16px;
    }

    .images-section {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .stats-section {
        gap: 20px;
    }

    .photo-marquee img {
        height: 300px;
        margin-top: -70px;
        margin-bottom: -70px;
    }

    .partnerships-grid {
        grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
        gap: 30px;
    }

    .contact-container {
        grid-template-columns: 1fr;
        gap: 4rem;
        text-align: center;
        max-width: 900px;
    }

    .contact-content {
        padding: 2rem;
        margin-bottom: 2rem;
    }

        .contact-content h1 {
            font-size: 2.8rem;
        }

    .contact-card {
        max-width: 600px;
        margin: 0 auto;
    }
}

/* 992px and below */
@media (max-width: 992px) {
    .carousel-control-prev {
        left: 20px;
    }

    .carousel-control-next {
        right: 20px;
    }

    .milestone-card {
        width: 90%;
        padding: 25px 15px;
    }
}

/* 768px and below (mobile) */
@media (max-width: 768px) {
    :root {
        --header-height: 64px;
    }

    .photo-marquee img {
        height: 60px;
        margin-top: 10px;
        margin-bottom: 10px;
    }

    .expertise {
        padding: 1rem;
    }

        .expertise h2 {
            font-size: clamp(1.25rem, 4.8vw, 1.6rem);
            line-height: 1.25;
            margin-bottom: .75rem;
        }

        .expertise p {
            max-width: 95%;
            font-size: .95rem;
            line-height: 1.5;
            margin-bottom: 1.5rem;
        }

    .hotel-container {
        grid-template-columns: 1fr;
        gap: 24px;
        padding: 16px 12px;
    }

    .images-section {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
        justify-items: center;
    }

    .hotel-image {
        width: min(36vw, 160px);
        height: min(36vw, 160px);
    }

        .hotel-image:nth-child(1),
        .hotel-image:nth-child(4) {
            width: min(42vw, 180px);
            height: min(42vw, 180px);
        }

    .stats-section {
        grid-template-columns: 1fr 1fr;
        gap: 16px;
    }

    .stat-card {
        padding: 24px 16px;
    }

    .stat-number {
        font-size: 2.2rem;
    }

    .content-wrapper {
        grid-template-columns: 1fr;
        gap: 20px;
        padding: 20px 16px;
    }

    .training-columns {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
        padding-left: 0;
        padding-right: 0;
        margin-left: auto;
        margin-right: auto;
        text-align: left; 
    }

    .training-text {
        font-size: 14px; 
        line-height: 1.5; 
    }

    
    .training-item {
        font-size: 14px;
        padding: 5px 0;
        text-align: left;
        position: relative;
        padding-left: 25px; 
    }

        .training-item:before {
            left: 0;
            color: #b8d4db; 
            font-size: 18px; 
            top: 50%; 
            transform: translateY(-50%); 
        }

    /* ===== EXPANDED CONTENT ===== */
    .training-content.expanded {
        max-height: none;
    }

    /* ===== LOGO SECTION - MEMASTIKAN LOGO DI TENGAH ===== */
    .logo-section {
        display: flex;
        justify-content: center; 
        align-items: center; 
        text-align: center;
    }

        .logo-section .logo {
            font-size: 18px;
            text-align: center;
            display: flex;
            flex-direction: column; 
            justify-content: center;
            align-items: center;
        }

            .logo-section .logo .subtitle {
                font-size: 9px;
                text-align: center;
            }

   
    .training-title,
    .training-duration {
        word-break: break-word;
        overflow-wrap: anywhere;
    }

    .expertise h2,
    .services h2 {
        font-size: 1.5rem;
    }

    .partnerships {
        padding: 3rem 1rem;
    }

    .partnerships-grid {
        grid-template-columns: 1fr;
    }

    .partnerships-header {
        flex-direction: column;
        gap: 2rem;
        align-items: center;
        text-align: center;
    }

    .partnerships-container h2 {
        font-size: 2rem;
    }

    .partnerships-container p {
        font-size: 1.5rem;
    }

    .contact-section {
        padding: 4rem 1.5rem;
        min-height: 80vh;
    }

        .contact-section::before {
            background-size: 600px 400px;
            opacity: 0.3;
        }

    .contact-container {
        gap: 3rem;
    }

    .contact-content h1 {
        font-size: 2.4rem;
        line-height: 1.2;
    }

    .contact-content p {
        font-size: 1.1rem;
    }

    .contact-card {
        padding: 2.8rem;
        border-radius: 24px;
    }

        .contact-card h2 {
            font-size: 1.9rem;
        }

    .contact-info {
        gap: 2.2rem;
    }

    .tropical-decoration {
        display: none;
    }

    footer .nav-link,
    .footer .nav-link {
        white-space: normal !important; 
        word-break: break-all !important; 
    }

    footer .nav-item,
    .footer .nav-item {
        align-items: flex-start !important;
    }

        footer .nav-item i,
        .footer .nav-item i {
            margin-top: 5px; 
        }


    /* 576px and below */
    @media (max-width: 576px) {
        .carousel-control-prev {
            left: 10px;
        }

        .carousel-control-next {
            right: 10px;
        }

        .milestone-card {
            width: 100%;
            padding: 20px 10px;
        }

        .milestone-header {
            padding: 0 15px;
        }

        .partnerships {
            padding: 2rem 1rem;
        }

        .partnerships-container h2 {
            font-size: 1.8rem;
        }

        .partnerships-container p {
            font-size: 1.3rem;
        }

        .partnership-card {
            height: 380px;
        }

        .partnership-image {
            height: 240px;
        }

        .contact-section {
            padding: 2rem 0rem;
            min-height: 70vh;
        }

            .contact-section::before {
                background-size: 400px 300px;
                opacity: 0.25;
            }

        .contact-content h1 {
            font-size: 2rem;
        }

        .contact-content p {
            font-size: 1rem;
        }

        .contact-card {
            padding: 2.2rem;
            border-radius: 20px;
        }

            .contact-card h2 {
                font-size: 1.6rem;
            }

        .contact-info {
            gap: 2rem;
        }

        .contact-item {
            gap: 1.2rem;
            padding: 1rem;
        }

        .contact-icon {
            width: 45px !important;
            height: 45px !important;
            font-size: 1.1rem !important;
        }
    }

    /* 480px and below (small phones) */
    @media (max-width: 480px) {
        .expertise {
            padding: 2rem 12px;
        }

            .expertise p {
                font-size: .9rem;
            }

        .images-section {
            gap: 10px;
        }

        .hotel-image {
            width: min(40vw, 140px);
            height: min(40vw, 140px);
        }

            .hotel-image:nth-child(1),
            .hotel-image:nth-child(4) {
                width: min(46vw, 150px);
                height: min(46vw, 150px);
            }

        .stats-section {
            grid-template-columns: 1fr;
            gap: 14px;
        }

        .content-wrapper {
            padding: 16px 12px;
        }
    }

    /* Accessibility: respect reduced motion preference */
    @media (prefers-reduced-motion: reduce) {
        .training-title {
            transition: none;
        }

        .training-header.expanded .training-title {
            transform: none;
        }
    }
}
