section[data-cattype="88912"] {
    overflow: hidden;
}

[data-cattype="88912"] .osp-travel-packages {
    position: relative;
    background:
        radial-gradient(circle at 18% 32%, rgba(0, 139, 255, .08), transparent 20%),
        radial-gradient(circle at 78% 26%, rgba(0, 139, 255, .07), transparent 24%),
        linear-gradient(135deg, #f8fbff 0%, #ffffff 48%, #f7fbff 100%);
}

[data-cattype="88912"] .osp-travel-packages:before,
[data-cattype="88912"] .osp-travel-packages:after {
    content: "";
    position: absolute;
    border-radius: 999px;
    pointer-events: none;
}

[data-cattype="88912"] .osp-travel-packages:before {
    width: 260px;
    height: 260px;
    left: -90px;
    bottom: -100px;
    background: rgba(0, 128, 255, .06);
}

[data-cattype="88912"] .osp-travel-packages:after {
    width: 360px;
    height: 360px;
    right: -160px;
    top: -130px;
    background: rgba(0, 128, 255, .05);
}

[data-cattype="88912"] .container {
    position: relative;
    z-index: 2;
}

[data-cattype="88912"] .travel-packages-header {
    text-align: left !important;
    align-items: flex-end !important;
    margin-bottom: 64px !important;
}

[data-cattype="88912"] .travel-packages-title-wrap {
    flex: 1 1 auto;
    max-width: 920px;
    text-align: left !important;
}

[data-cattype="88912"] .travel-packages-eyebrow {
    color: #52657a;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: left !important;
}

[data-cattype="88912"] .travel-packages-plane {
    color: #0088e8;
    font-size: 16px;
    line-height: 1;
}

[data-cattype="88912"] .travel-packages-title {
    color: #10223c;
    font-size: clamp(30px, 4vw, 56px);
    font-weight: 800;
    line-height: 1.05;
    letter-spacing: -.04em;
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
    text-transform: none;
}

[data-cattype="88912"] .travel-packages-action {
    flex: 0 0 auto;
    padding-bottom: 4px;
}

[data-cattype="88912"] .travel-packages-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 138px;
    height: 48px;
    padding: 0 24px;
    border-radius: 999px;
    background: #008af0;
    color: #fff;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 14px 28px rgba(0, 138, 240, .22);
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
}

[data-cattype="88912"] .travel-packages-btn:hover {
    color: #fff;
    background: #0078d1;
    transform: translateY(-2px);
    box-shadow: 0 18px 34px rgba(0, 138, 240, .28);
}

[data-cattype="88912"] .travel-destination-card {
    max-width: 290px;
    margin: 0 auto;
    padding-top: 8px;
    padding-bottom: 8px;
    text-align: center;
}

[data-cattype="88912"] .travel-destination-frame {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    min-height: 470px;
    padding: 8px 20px 22px;
    overflow: hidden;
    border-radius: 999px;
    background: #d9ecf9;
    box-shadow: 0 22px 40px rgba(33, 60, 96, .12);
}

[data-cattype="88912"] .travel-destination-frame:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    box-shadow: inset 0 0 0 8px rgba(255, 255, 255, .72);
    pointer-events: none;
    z-index: 3;
}

[data-cattype="88912"] .travel-destination-photo {
    position: absolute;
    inset: 0;
    overflow: hidden;
    border-radius: inherit;
    z-index: 1;
}

[data-cattype="88912"] .travel-destination-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform .35s ease;
}

[data-cattype="88912"] .travel-destination-info {
    position: relative;
    width: 100%;
    min-height: 176px;
    margin: 0 auto;
    padding: 34px 18px 22px;
    border-radius: 8px 8px 82px 82px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 40px rgba(33, 60, 96, .14);
    transform: translateY(-18px);
    z-index: 2;
}

[data-cattype="88912"] .travel-destination-badge {
    position: absolute;
    left: 50%;
    top: -15px;
    transform: translateX(-50%);
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 88px;
    height: 28px;
    padding: 0 14px;
    border-radius: 999px;
    background: #008af0;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    text-transform: uppercase;
    box-shadow: 0 8px 18px rgba(0, 138, 240, .28);
}

[data-cattype="88912"] .travel-destination-rating {
    color: #f4b938;
    font-size: 10px;
    letter-spacing: .05em;
    line-height: 1;
    margin-bottom: 8px;
}

[data-cattype="88912"] .travel-destination-info h3 {
    color: #172943;
    font-size: 21px;
    font-weight: 800;
    line-height: 1.15;
    margin: 0 0 8px;
    text-transform: none;
}

[data-cattype="88912"] .travel-destination-info p {
    color: #7c8795;
    font-size: 13px;
    line-height: 1.45;
    margin: 0 0 14px;
}

[data-cattype="88912"] .travel-destination-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 999px;
    background: #ffba30;
    color: #fff;
    font-size: 17px;
    line-height: 1;
    text-decoration: none;
    transition: transform .2s ease, background .2s ease;
}

[data-cattype="88912"] .travel-destination-link:hover {
    color: #fff;
    background: #f5a900;
    transform: translateY(-2px);
}

[data-cattype="88912"] .travel-destination-card:hover .travel-destination-photo img {
    transform: scale(1.05);
}

@media (max-width: 1199px) {
    [data-cattype="88912"] .travel-destination-frame {
        min-height: 430px;
        padding-left: 18px;
        padding-right: 18px;
        border-radius: 999px;
    }
}

@media (max-width: 991px) {
    [data-cattype="88912"] .travel-packages-header {
        text-align: left !important;
        align-items: flex-start !important;
        margin-bottom: 42px !important;
    }

    [data-cattype="88912"] .travel-packages-action {
        margin-left: 0;
        margin-right: 0;
    }

    [data-cattype="88912"] .travel-destination-frame {
        min-height: 450px;
        border-radius: 999px;
    }
}

@media (max-width: 767px) {
    [data-cattype="88912"] .osp-travel-packages {
        padding-top: 52px !important;
        padding-bottom: 52px !important;
    }

    [data-cattype="88912"] .travel-packages-title {
        font-size: 34px;
    }

    [data-cattype="88912"] .travel-destination-frame {
        min-height: 430px;
        border-radius: 999px;
    }

    [data-cattype="88912"] .travel-destination-info {
        transform: translateY(-14px);
    }
}

@media (max-width: 480px) {
    [data-cattype="88912"] .travel-packages-title {
        font-size: 30px;
    }

    [data-cattype="88912"] .travel-destination-card {
        max-width: 260px;
    }

    [data-cattype="88912"] .travel-destination-frame {
        min-height: 410px;
        padding: 8px 16px 22px;
        border-radius: 999px;
    }
}
