.legalitas-section {
    background: #f5f5f5;
    padding: 80px 20px;
    font-family: Arial, sans-serif;
}

.owl-carousel,
.owl-carousel .owl-stage-outer,
.owl-carousel .owl-stage {
    touch-action: pan-y !important;
}

h2 {
    font-size: 54px;
    font-weight: 800;
    color: #222;
    margin-bottom: 30px;
    line-height: 1.1;
}

h2 span {
    color: #5e8b7e;
}

.package-info-box {
    border: 1px solid #dcdcdc;
    padding: 20px 25px;
    background: #fff;
}

.info-group {
    margin-bottom: 14px;
}

.info-group h4 {
    font-size: 14px;
    font-weight: 700;
    color: #222;
    margin-bottom: 4px;
}

.info-item {
    font-size: 12px;
    color: #444;
    line-height: 1.6;
}

.info-item i {
    margin-right: 5px;
    font-size: 11px;
    color: #555;
}

.stars {
    margin-left: 5px;
    color: #bfbfbf;
    letter-spacing: 1px;
    font-size: 11px;
}

.detail-button {
    text-align: center;
    margin-top: 8px;
}

.detail-button a {
    color: #5e8b7e;
    font-size: 12px;
    font-weight: 500;
    text-decoration: none;
}

.detail-button a i {
    margin-left: 3px;
    font-size: 10px;
}

.booking-card {
    border: 1px solid #dcdcdc;
    background: #fff;
    padding: 18px;
}

.booking-title {
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 15px;
    color: #222;
}

.room-item {
    border-bottom: 1px solid #efefef;
    padding-bottom: 12px;
    margin-bottom: 12px;
}

.room-label {
    font-size: 13px;
    font-weight: 600;
    color: #222;
    margin-bottom: 8px;
}

.room-input {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.room-input label {
    font-size: 12px;
    color: #666;
    margin-bottom: 0;
}

.room-input input {
    width: 70px;
    height: 32px;
    border: 1px solid #dcdcdc;
    padding: 0 10px;
    font-size: 12px;
    border-radius: 4px;
}

.booking-btn {
    display: block;
    width: 100%;
    background: #25d366;
    color: #fff;
    text-align: center;
    padding: 10px;
    font-size: 12px;
    font-weight: 600;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 10px;
}

.booking-btn i {
    margin-right: 5px;
}

.booking-btn:hover {
    color: #fff;
    text-decoration: none;
}

/* Accordion Package */
.package-accordion .accordion-item {
    margin-bottom: 10px;
}

.accordion-title {
    background: #5e8b7e;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    padding: 12px 16px;
    cursor: pointer;
    position: relative;
}

.accordion-title::after {
    content: "+";
    position: absolute;
    right: 16px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
}

.accordion-title:not(.collapsed)::after {
    content: "-";
}

.accordion-body-custom {
    border: 1px solid #dcdcdc;
    border-top: 0;
    background: #fff;
    padding: 14px;
}

/* itinerary */
.itinerary-card {
    border: 1px solid #ddd;
    margin-bottom: 14px;
}

.itinerary-header {
    background: #f7f7f7;
    padding: 12px 16px;
    font-size: 12px;
    font-weight: 700;
    border-bottom: 1px solid #ddd;
}

.itinerary-content {
    padding: 14px 16px;
    font-size: 12px;
    line-height: 1.8;
    color: #333;
}

.desc {
    font-size: 12px;
    color: #666;
}

.legalitas-list {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

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

.check {
    min-width: 46px;
    height: 46px;
    border-radius: 50%;
    background: #d9ebe4;
    color: #f4a300;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: bold;
}

.item p {
    font-size: 12px;
    line-height: 1.6;
    color: #8a8f95;
    font-weight: 700;
    text-transform: uppercase;
}

.flight-card {
    position: relative;
    background: #fff;
    border: 1px solid #dcdcdc;
}

.flight-badge {
    position: absolute;
    top: 0;
    right: 0;
    background: #5e8b7e;
    color: #fff;
    padding: 3px 8px;
    font-size: 10px;
    font-weight: 600;
}

.airline-name {
    font-size: 12px;
    font-weight: 700;
    color: #5e8b7e;
    line-height: 1.3;
}

.airline-logo {
    width: 55px;
}

.flight-info {
    min-width: 0;
}

.plane-icon-wrapper {
    position: relative;
    width: 18px;
    text-align: center;
}

.plane-icon-wrapper::after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 16px;
    height: 2px;
    background: #5e5e5e;
}

.plane-icon {
    font-size: 12px;
    color: #666;
}

.flight-date {
    font-size: 10px;
    color: #333;
    line-height: 1.3;
    white-space: nowrap;
}

.flight-location {
    font-size: 11px;
    font-weight: 600;
    color: #333;
    line-height: 1.3;
}

.flight-date i,
.flight-location i {
    margin-right: 2px;
}

/* Responsive */
@media (max-width: 768px) {
    h2 {
        font-size: 38px;
    }

    .desc {
        font-size: 17px;
    }

    .item p {
        font-size: 16px;
    }

    .check {
        min-width: 40px;
        height: 40px;
        font-size: 20px;
    }
}

.hotel-card {
    background: #fff;
    border: 1px solid #dcdcdc;
    overflow: hidden;
}

.hotel-image-wrapper {
    position: relative;
}

.hotel-badge {
    position: absolute;
    top: 8px;
    right: 8px;
    background: #ef1010;
    color: #fff;
    padding: 4px 10px;
    font-size: 10px;
    font-weight: 600;
    border-radius: 3px;
    z-index: 2;
}

.hotel-image {
    width: 100%;
    height: 140px;
    object-fit: cover;
    display: block;
}

.hotel-title {
    font-size: 12px;
    font-weight: 700;
    color: #333;
    line-height: 1.4;
}

.hotel-star {
    font-size: 10px;
    color: #8c8c8c;
}

.hotel-info {
    line-height: 1.4;
}

.hotel-label {
    font-size: 11px;
    font-weight: 600;
    color: #333;
}

.hotel-date {
    font-size: 10px;
    color: #555;
}

.hotel-date i {
    margin-right: 2px;
}

.seat-wrapper small {
    font-size: 10px;
    font-weight: 600;
    color: #555;
}

.seat-progress {
    height: 6px;
    background: #ececec;
    border-radius: 20px;
    overflow: hidden;
}

.seat-bar {
    background: linear-gradient(90deg, #caa74a, #f4d06f);
    border-radius: 20px;
}

.contact-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.contact-list li {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    margin-bottom: 18px;
    color: #444;
    line-height: 1.6;
}

.contact-list .icon {
    width: 42px;
    height: 42px;
    min-width: 42px;
    border-radius: 12px;
    background: #f3f3f3;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #c89b3c;
    font-size: 18px;
}

.contact-list h5 {
    margin: 0 0 4px;
    font-size: 16px;
    font-weight: 700;
    color: #111;
}

.contact-list p {
    margin: 0;
    font-size: 14px;
}
