/* =====================================================
   BLACKBUCK SIGHTSEEING PAGE
===================================================== */

.bs-sightseeing-page {
    --bs-orange: #f7961d;
    --bs-orange-dark: #d97905;
    --bs-green: #243526;
    --bs-green-light: #405a43;
    --bs-dark: #162118;
    --bs-text: #5f695f;
    --bs-light: #f5f6f1;
    --bs-white: #ffffff;
    --bs-border: rgba(31, 50, 34, 0.12);
    overflow: hidden;
}

.bs-sightseeing-page *,
.bs-sightseeing-page *::before,
.bs-sightseeing-page *::after {
    box-sizing: border-box;
}

.bs-sightseeing-page img {
    display: block;
    max-width: 100%;
}


/* HERO BANNER */

.bs-hero-banner {
    position: relative;
    min-height: 510px;
    display: flex;
    align-items: center;
    overflow: hidden;
    background-size: cover;
    background-position: center;
}

.bs-hero-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(8, 24, 13, 0.9) 0%,
            rgba(8, 24, 13, 0.63) 52%,
            rgba(8, 24, 13, 0.25) 100%);
}

.bs-hero-content {
    position: relative;
    z-index: 3;
    padding-top: 90px;
}

.bs-hero-label {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 17px;
    color: var(--bs-orange);
    font-size: 16px;
    font-weight: 800;
    letter-spacing: 3px;
    text-transform: uppercase;
}

.bs-hero-label::before {
    content: "";
    width: 45px;
    height: 2px;
    background: var(--bs-orange);
}

.bs-hero-content h1 {
    margin: 0 0 24px;
    color: var(--bs-white);
    font-size: clamp(58px, 7vw, 92px);
    line-height: 1;
}

.bs-breadcrumb {
    display: flex;
    align-items: center;
    gap: 12px;
}

.bs-breadcrumb a,
.bs-breadcrumb span {
    color: rgba(255, 255, 255, 0.88);
    font-size: 16px;
    text-decoration: none;
}

.bs-breadcrumb a:hover {
    color: var(--bs-orange);
}

.bs-breadcrumb i {
    color: var(--bs-orange);
    font-size: 12px;
}

.bs-hero-circle {
    position: absolute;
    right: -120px;
    bottom: -145px;
    width: 430px;
    height: 430px;
    border: 75px solid rgba(247, 150, 29, 0.15);
    border-radius: 50%;
}

.bs-hero-decoration {
    position: absolute;
    top: 120px;
    right: 11%;
    width: 170px;
    height: 170px;
    border-top: 2px solid rgba(255, 255, 255, 0.15);
    border-right: 2px solid rgba(255, 255, 255, 0.15);
    transform: rotate(45deg);
}


/* INTRO SECTION */

.bs-intro-section {
    position: relative;
    padding: 120px 0;
    background:
        radial-gradient(circle at 90% 10%,
            rgba(247, 150, 29, 0.1),
            transparent 27%),
        var(--bs-white);
}

.bs-intro-gallery {
    position: relative;
    min-height: 610px;
    padding: 0 70px 75px 0;
}

.bs-intro-main-image {
    height: 560px;
    overflow: hidden;
    border-radius: 5px;
}

.bs-intro-main-image img,
.bs-intro-small-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bs-intro-small-image {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 48%;
    height: 290px;
    padding: 9px;
    overflow: hidden;
    background: var(--bs-white);
    border-radius: 5px;
    box-shadow: 0 25px 70px rgba(24, 42, 27, 0.19);
}

.bs-intro-small-image img {
    border-radius: 3px;
}

.bs-floating-card {
    position: absolute;
    left: -30px;
    bottom: 80px;
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 24px;
    color: var(--bs-white);
    background: var(--bs-green);
    border-left: 4px solid var(--bs-orange);
    box-shadow: 0 20px 55px rgba(24, 42, 27, 0.23);
}

.bs-floating-icon {
    flex: 0 0 53px;
    width: 53px;
    height: 53px;
    display: grid;
    place-items: center;
    color: var(--bs-green);
    font-size: 22px;
    background: var(--bs-orange);
    border-radius: 50%;
}

.bs-floating-card strong,
.bs-floating-card small {
    display: block;
}

.bs-floating-card strong {
    margin-bottom: 4px;
    font-size: 19px;
}

.bs-floating-card small {
    color: rgba(255, 255, 255, 0.72);
    font-size: 13px;
}

.bs-intro-content {
    padding-left: 18px;
}

.bs-section-label {
    display: inline-flex;
    align-items: center;
    gap: 10px;
    color: var(--bs-orange);
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.bs-section-label::before {
    content: "";
    width: 32px;
    height: 2px;
    background: var(--bs-orange);
}

.bs-intro-content h2,
.bs-section-heading h2 {
    margin: 17px 0 23px;
    color: var(--bs-dark);
    font-size: clamp(42px, 4.5vw, 62px);
    line-height: 1.15;
}

.bs-intro-content h2 span,
.bs-section-heading h2 span {
    color: var(--bs-orange);
}

.bs-intro-content p {
    margin-bottom: 18px;
    color: var(--bs-text);
    font-size: 18px;
    line-height: 1.9;
}

.bs-intro-content .bs-intro-lead {
    color: var(--bs-green);
    font-size: 21px;
    font-weight: 500;
}

.bs-feature-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
    margin-top: 30px;
}

.bs-feature-item {
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 17px;
    background: var(--bs-white);
    border: 1px solid var(--bs-border);
    transition: 0.35s ease;
}

.bs-feature-item:hover {
    transform: translateY(-5px);
    border-color: rgba(247, 150, 29, 0.45);
    box-shadow: 0 14px 35px rgba(25, 44, 28, 0.08);
}

.bs-feature-item>span {
    flex: 0 0 50px;
    width: 50px;
    height: 50px;
    display: grid;
    place-items: center;
    color: var(--bs-orange);
    font-size: 19px;
    background: rgba(247, 150, 29, 0.1);
    border-radius: 50%;
}

.bs-feature-item strong,
.bs-feature-item small {
    display: block;
}

.bs-feature-item strong {
    margin-bottom: 4px;
    color: var(--bs-dark);
    font-size: 17px;
}

.bs-feature-item small {
    color: #7c857e;
    font-size: 14px;
    line-height: 1.5;
}

.bs-call-card {
    display: flex;
    align-items: center;
    gap: 17px;
    margin-top: 35px;
    padding: 22px 24px;
    background: var(--bs-light);
    border-left: 4px solid var(--bs-orange);
}

.bs-call-icon {
    flex: 0 0 62px;
    width: 62px;
    height: 62px;
    display: grid;
    place-items: center;
    color: var(--bs-white);
    font-size: 23px;
    background: var(--bs-green);
    border-radius: 50%;
}

.bs-call-content {
    flex: 1;
}

.bs-call-content span,
.bs-call-content a {
    display: block;
}

.bs-call-content span {
    margin-bottom: 5px;
    color: var(--bs-orange-dark);
    font-size: 13px;
    font-weight: 800;
    letter-spacing: 1.3px;
    text-transform: uppercase;
}

.bs-call-content a {
    color: var(--bs-dark);
    font-size: clamp(27px, 3vw, 36px);
    font-weight: 700;
    text-decoration: none;
}

.bs-call-arrow {
    flex: 0 0 45px;
    width: 45px;
    height: 45px;
    display: grid;
    place-items: center;
    color: var(--bs-white);
    background: var(--bs-orange);
    border-radius: 50%;
    text-decoration: none;
    transition: 0.3s ease;
}

.bs-call-arrow:hover {
    color: var(--bs-white);
    background: var(--bs-green);
    transform: translateX(4px);
}


/* DESTINATIONS */

.bs-destinations-section {
    position: relative;
    padding: 115px 0;
    background: var(--bs-light);
}

.bs-section-heading {
    max-width: 830px;
    margin: 0 auto 60px;
    text-align: center;
}

.bs-section-heading .bs-section-label {
    justify-content: center;
}

.bs-section-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--bs-text);
    font-size: 18px;
    line-height: 1.85;
}

.bs-destination-list {
    display: flex;
    flex-direction: column;
    gap: 42px;
}

.bs-destination-card {
    display: grid;
    grid-template-columns:
        minmax(0, 1.08fr) minmax(0, 0.92fr);
    min-height: 470px;
    overflow: hidden;
    background: var(--bs-white);
    border: 1px solid rgba(31, 50, 34, 0.08);
    box-shadow: 0 18px 55px rgba(29, 48, 32, 0.09);
    transition:
        transform 0.4s ease,
        box-shadow 0.4s ease;
}

.bs-destination-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 30px 80px rgba(29, 48, 32, 0.16);
}

.bs-destination-card.bs-reverse {
    grid-template-columns:
        minmax(0, 0.92fr) minmax(0, 1.08fr);
}

.bs-destination-card.bs-reverse .bs-destination-image {
    order: 2;
}

.bs-destination-card.bs-reverse .bs-destination-content {
    order: 1;
}

.bs-destination-image {
    position: relative;
    min-height: 470px;
    overflow: hidden;
}

.bs-destination-image::after {
    content: "";
    position: absolute;
    inset: 0;
    background:
        linear-gradient(180deg,
            transparent 45%,
            rgba(10, 25, 14, 0.52) 100%);
}

.bs-destination-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.7s ease;
}

.bs-destination-card:hover .bs-destination-image img {
    transform: scale(1.06);
}

.bs-destination-number {
    position: absolute;
    top: 22px;
    left: 22px;
    z-index: 2;
    width: 60px;
    height: 60px;
    display: grid;
    place-items: center;
    color: var(--bs-dark);
    font-size: 18px;
    font-weight: 800;
    background: var(--bs-orange);
    border-radius: 50%;
}

.bs-destination-category {
    position: absolute;
    left: 22px;
    bottom: 22px;
    z-index: 2;
    padding: 10px 15px;
    color: var(--bs-white);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: rgba(25, 48, 29, 0.86);
    backdrop-filter: blur(8px);
}

.bs-destination-content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 48px;
}

.bs-destination-icon {
    width: 66px;
    height: 66px;
    display: grid;
    place-items: center;
    margin-bottom: 20px;
    color: var(--bs-dark);
    font-size: 25px;
    background: var(--bs-orange);
    border-radius: 50%;
}

.bs-small-label {
    display: block;
    margin-bottom: 9px;
    color: var(--bs-orange-dark);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.bs-destination-content h3 {
    margin: 0 0 18px;
    color: var(--bs-dark);
    font-size: clamp(32px, 3vw, 44px);
    line-height: 1.15;
}

.bs-destination-content p {
    margin: 0;
    color: var(--bs-text);
    font-size: 17px;
    line-height: 1.85;
}

.bs-destination-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin-top: 28px;
    padding-top: 23px;
    border-top: 1px solid var(--bs-border);
}

.bs-place-type {
    display: inline-flex;
    align-items: center;
    gap: 9px;
    color: var(--bs-green-light);
    font-size: 14px;
    font-weight: 700;
}

.bs-place-type i {
    color: var(--bs-orange);
}

.bs-book-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-height: 54px;
    padding: 13px 25px;
    color: var(--bs-white);
    font-size: 15px;
    font-weight: 800;
    background: var(--bs-green);
    border: 1px solid var(--bs-green);
    text-decoration: none;
    transition: 0.3s ease;
    border-radius: 12px;
}

.bs-book-button:hover {
    color: var(--bs-white);
    background: var(--bs-orange);
    border-color: var(--bs-orange);
}


/* HIGHLIGHT STRIP */

.bs-highlights-section {
    padding: 60px 0;
    background: var(--bs-green);
}

.bs-highlights-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
}

.bs-highlight-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    min-height: 100px;
    padding: 18px 25px;
    border-right: 1px solid rgba(255, 255, 255, 0.13);
}

.bs-highlight-item:last-child {
    border-right: 0;
}

.bs-highlight-item>span {
    flex: 0 0 58px;
    width: 58px;
    height: 58px;
    display: grid;
    place-items: center;
    color: var(--bs-dark);
    font-size: 22px;
    background: var(--bs-orange);
    border-radius: 50%;
}

.bs-highlight-item strong,
.bs-highlight-item small {
    display: block;
}

.bs-highlight-item strong {
    margin-bottom: 4px;
    color: var(--bs-white);
    font-size: 18px;
}

.bs-highlight-item small {
    color: rgba(255, 255, 255, 0.65);
    font-size: 13px;
}


/* CTA */

.bs-booking-cta {
    position: relative;
    padding: 105px 0;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}

.bs-cta-overlay {
    position: absolute;
    inset: 0;
    background:
        linear-gradient(90deg,
            rgba(10, 28, 15, 0.95),
            rgba(10, 28, 15, 0.62));
}

.bs-cta-wrapper {
    position: relative;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 45px;
}

.bs-cta-content {
    max-width: 760px;
}

.bs-cta-content>span {
    display: block;
    margin-bottom: 13px;
    color: var(--bs-orange);
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 2.5px;
    text-transform: uppercase;
}

.bs-cta-content h2 {
    margin: 0 0 17px;
    color: var(--bs-white);
    font-size: clamp(43px, 5vw, 65px);
    line-height: 1.13;
}

.bs-cta-content p {
    margin: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 20px;
    line-height: 1.7;
}

.bs-cta-actions {
    flex: 0 0 290px;
    display: flex;
    flex-direction: column;
    gap: 14px;
}

.bs-whatsapp-button,
.bs-phone-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    min-height: 62px;
    padding: 15px 24px;
    font-size: 16px;
    font-weight: 800;
    text-decoration: none;
    transition: 0.35s ease;
    border-radius: 12px;
}

.bs-whatsapp-button {
    color: var(--bs-white);
    background: #25d366;
    border: 2px solid #25d366;
}

.bs-whatsapp-button:hover {
    color: #25d366;
    background: var(--bs-white);
    border-color: var(--bs-white);
}

.bs-phone-button {
    color: var(--bs-white);
    background: transparent;
    border: 2px solid rgba(255, 255, 255, 0.72);
}

.bs-phone-button:hover {
    color: var(--bs-dark);
    background: var(--bs-orange);
    border-color: var(--bs-orange);
}


/* SCROLL ANIMATION */

.bs-reveal {
    opacity: 0;
    transform: translateY(45px);
    transition:
        opacity 0.8s ease,
        transform 0.8s ease;
}

.bs-reveal.bs-visible {
    opacity: 1;
    transform: translateY(0);
}


/* LARGE TABLET */

@media (max-width: 1199px) {

    .bs-intro-section,
    .bs-destinations-section {
        padding-top: 95px;
        padding-bottom: 95px;
    }

    .bs-intro-gallery {
        min-height: 560px;
    }

    .bs-intro-main-image {
        height: 510px;
    }

    .bs-destination-content {
        padding: 38px;
    }

    .bs-destination-content h3 {
        font-size: 36px;
    }
}


/* TABLET */

@media (max-width: 991px) {

    .bs-hero-banner {
        min-height: 430px;
    }

    .bs-hero-content {
        padding-top: 70px;
    }

    .bs-hero-content h1 {
        font-size: 64px;
    }

    .bs-intro-gallery {
        max-width: 680px;
        margin: 0 auto;
    }

    .bs-intro-content {
        padding-left: 0;
    }

    .bs-intro-content h2,
    .bs-section-heading h2 {
        font-size: 46px;
    }

    .bs-destination-card,
    .bs-destination-card.bs-reverse {
        grid-template-columns: 1fr;
    }

    .bs-destination-card.bs-reverse .bs-destination-image,
    .bs-destination-card.bs-reverse .bs-destination-content {
        order: initial;
    }

    .bs-destination-image {
        min-height: 420px;
    }

    .bs-highlights-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .bs-highlight-item:nth-child(2) {
        border-right: 0;
    }

    .bs-highlight-item:nth-child(-n + 2) {
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .bs-cta-wrapper {
        flex-direction: column;
        align-items: flex-start;
    }

    .bs-cta-actions {
        width: 100%;
        flex: auto;
        flex-direction: row;
    }

    .bs-whatsapp-button,
    .bs-phone-button {
        flex: 1;
    }
}


/* MOBILE */

@media (max-width: 767px) {

    .bs-hero-banner {
        min-height: 360px;
    }

    .bs-hero-content {
        padding-top: 60px;
    }

    .bs-hero-content h1 {
        font-size: 48px;
    }

    .bs-hero-label {
        font-size: 13px;
        letter-spacing: 2px;
    }

    .bs-breadcrumb a,
    .bs-breadcrumb span {
        font-size: 14px;
    }

    .bs-intro-section,
    .bs-destinations-section {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .bs-intro-gallery {
        min-height: auto;
        padding: 0 0 90px;
    }

    .bs-intro-main-image {
        height: 410px;
    }

    .bs-intro-small-image {
        right: 8px;
        width: 49%;
        height: 215px;
    }

    .bs-floating-card {
        left: 8px;
        bottom: 18px;
    }

    .bs-section-label {
        font-size: 13px;
    }

    .bs-intro-content h2,
    .bs-section-heading h2 {
        font-size: 38px;
        line-height: 1.2;
    }

    .bs-intro-content p,
    .bs-section-heading p {
        font-size: 17px;
    }

    .bs-intro-content .bs-intro-lead {
        font-size: 19px;
    }

    .bs-feature-grid {
        grid-template-columns: 1fr;
    }

    .bs-call-card {
        align-items: flex-start;
    }

    .bs-call-content a {
        font-size: 25px;
    }

    .bs-call-arrow {
        display: none;
    }

    .bs-destination-list {
        gap: 28px;
    }

    .bs-destination-image {
        min-height: 310px;
    }

    .bs-destination-content {
        padding: 30px 24px;
    }

    .bs-destination-icon {
        width: 58px;
        height: 58px;
        font-size: 22px;
    }

    .bs-destination-content h3 {
        font-size: 31px;
    }

    .bs-destination-content p {
        font-size: 16px;
    }

    .bs-destination-footer {
        align-items: flex-start;
        flex-direction: column;
    }

    .bs-book-button {
        width: 100%;
    }

    .bs-highlights-grid {
        grid-template-columns: 1fr;
    }

    .bs-highlight-item {
        justify-content: flex-start;
        border-right: 0;
        border-bottom: 1px solid rgba(255, 255, 255, 0.13);
    }

    .bs-highlight-item:last-child {
        border-bottom: 0;
    }

    .bs-booking-cta {
        padding: 75px 0;
        background-attachment: scroll;
    }

    .bs-cta-content h2 {
        font-size: 39px;
    }

    .bs-cta-content p {
        font-size: 18px;
    }

    .bs-cta-actions {
        flex-direction: column;
    }
}


/* SMALL MOBILE */

@media (max-width: 575px) {

    .bs-hero-content h1 {
        font-size: 42px;
    }

    .bs-intro-main-image {
        height: 335px;
    }

    .bs-intro-small-image {
        width: 54%;
        height: 175px;
    }

    .bs-floating-card {
        max-width: 230px;
        padding: 15px;
    }

    .bs-floating-icon {
        flex-basis: 43px;
        width: 43px;
        height: 43px;
    }

    .bs-floating-card strong {
        font-size: 16px;
    }

    .bs-floating-card small {
        font-size: 12px;
    }

    .bs-intro-content h2,
    .bs-section-heading h2 {
        font-size: 34px;
    }

    .bs-call-icon {
        flex-basis: 49px;
        width: 49px;
        height: 49px;
    }

    .bs-call-content a {
        font-size: 22px;
    }

    .bs-destination-image {
        min-height: 250px;
    }

    .bs-destination-number {
        top: 14px;
        left: 14px;
        width: 48px;
        height: 48px;
        font-size: 14px;
    }

    .bs-destination-category {
        left: 14px;
        bottom: 14px;
        padding: 8px 11px;
        font-size: 10px;
    }

    .bs-destination-content {
        padding: 25px 20px;
    }

    .bs-destination-content h3 {
        font-size: 28px;
    }

    .bs-cta-content h2 {
        font-size: 34px;
    }
}


/* REDUCED MOTION */

@media (prefers-reduced-motion: reduce) {

    .bs-reveal {
        opacity: 1;
        transform: none;
        transition: none;
    }

    .bs-destination-card,
    .bs-destination-image img,
    .bs-feature-item,
    .bs-call-arrow {
        transition: none;
    }
}