html {
    scroll-behavior: smooth;
}

.room-box .box-img {
    width: 100%;
    height: 450px;
    overflow: hidden;
    border-radius: 5px;
}

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

.special-attraction {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border-radius: 5px;
}

/* ---------- Special Attraction Card ---------- */
.service-card.special-attraction {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    padding: 20px;
    border-radius: 15px;
    background-color: #181A1E;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    height: 115px;
    transition: transform 0.3s ease;
}

/* Hover effect */
.service-card.special-attraction:hover {
    transform: translateY(-5px);
}

/* Icon circle - smaller size */
.service-card.special-attraction .box-icon {
    flex-shrink: 0;
    font-size: 30px;
    color: #fff2f2;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #D9B277;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 10px;
}

/* Text wrapper */
.service-card.special-attraction .text-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}

/* Title */
.service-card.special-attraction .box-title {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
}

/* Subtitle */
.service-card.special-attraction .box-text {
    margin: 5px 0 0 0;
    font-size: 14px;
    color: #ffffff;
}

/* ----Special Attraction See more button----- */
.see-more-btn {
    background: transparent;
    border: 2px solid #F2B84B;
    color: #F2B84B;
    padding: 10px 28px;
    border-radius: 30px;
    font-size: 16px;
    font-weight: 600;
    transition: all 0.3s ease;
    cursor: pointer;
}

.see-more-btn:hover {
    background: #F2B84B;
    color: #000;
}

@media (max-width: 767px) {
    #attraction-wrapper .attraction-item:nth-child(n+5) {
        display: none;
    }

    /* Ensure jQuery slideDown works */
    #attraction-wrapper .attraction-item.d-none {
        display: none;
    }
}
/* ----End Special Attraction See more button----- */


.why-investment{
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
}

/* Make all facility cards equal height */
.facilities .location-card {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
}

/* Image container */
.facilities .box-img {
    width: 100%;
    height: 430px;
    overflow: hidden;
    border-radius: 5px;
    flex-shrink: 0;
}

/* Images inside container */
.facilities .box-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Text/content area fills remaining space */
.facilities .box-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: center;
    padding: 15px;
}

/* ---------- Swiper adjustments ---------- */
/* .swiper-slide {
    display: flex;
    height: auto;
    align-items: stretch;
} */

.img-box2 .img1 {
    height: auto !important;
    overflow: visible !important;
}

.img-box2 .img1 img {
    width: 100%;
    height: auto !important;
    object-fit: contain !important;
    max-height: none;
    display: block;
}

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

.income .box-img {
    width: 100%;
    height: 400px;
    overflow: hidden;
    border-radius: 5px;
    flex-shrink: 0;
}

.income .media-body {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#offerSlider4 .swiper-wrapper {
    align-items: stretch;
}

#offerSlider4 .swiper-slide {
    height: auto;
    display: flex;
}

.offer-box2.income {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
}

/* Travel Places slider  */
.space.bg-shape h5 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 25px;
}

/* Slider items wrapper */
.brand-item {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}

/* Slider buttons/cards */
.brand-item a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 180px;
    height: 80px;
    border: 2px solid #F2B84B;
    color: #F2B84B;
    border-radius: 8px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    transition: 0.3s;
    flex-shrink: 0;
}

/* Hover effect */
/* .brand-item a:hover {
    background-color: #F2B84B;
    color: #fff;
} */

/* Ensure swiper slides are equal height */
#brandSlider1 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Price Card */
.price-card {
    display: flex;
    flex-direction: column;
    background-color: #1A1A1A;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
    height: 100%;
}

/* Image container */
.price-card .header-price .box-icon {
    width: 100%;
    height: 0;
    padding-top: 56.25%; /* 16:9 aspect ratio */
    position: relative;
    overflow: hidden;
}

/* Image inside container */
.price-card .header-price .box-icon img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Content below image */
.price-card .box-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    padding: 15px;
    color: #fff;
}

/* -----------Feedback Css------------ */
 .feedback-wrapper {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.feedback-slide .testi-card {
    width: 100%;
    margin: 0;
    padding: 0;
}

.feedback-slide .testi-card .box-content {
    padding: 20px;
}

.feedback-slide .box-content{
    max-height: 550px;
}

/* -----End Feedback CSS------ */

@media (max-width: 991px) {
    .why-investment{
        width: 100%;
        height: 380px;
        overflow: hidden;
        border-radius: 5px;
    }

    .facilities .box-img {
        width: 100%;
        height: 350px;
        overflow: hidden;
        border-radius: 5px;
    }

    .income .box-img {
        height: 320px;
    }

    .facilities .box-img {
        height: 350px;
    }

    .brand-item a {
        width: 150px;
        height: 80px;
        font-size: 16px;
    }

    .space.bg-shape h5 {
        font-size: 24px;
    }

    .price-card .header-price .box-icon {
        height: 200px;
    }

    .price-card .box-content h5 {
        font-size: 18px;
    }
}


@media (max-width: 576px) {
    .income .box-img {
        height: 260px;
    }

    .service-card.special-attraction {
        flex-direction: column;
        align-items: center;
        text-align: center;
        height: auto;
    }

    .service-card.special-attraction .box-icon {
        margin-bottom: 10px;
    }

    .service-card.special-attraction .text-content {
        justify-content: center;
    }

    /* travel places slider */
    .brand-item a {
        width: 120px;
        height: 130px;
        font-size: 14px;
    }

    .space.bg-shape h5 {
        font-size: 20px;
    }

    .price-card .header-price .box-icon {
        height: 150px;
    }

    .price-card .box-content h5 {
        font-size: 16px;
    }

    .price-card .box-content .box-text,
    .price-card .box-content .checklist ul li {
        font-size: 13px;
    }

    /*.circle-text{
        display: none;
    }*/
    .img-box1 .img1{
        width: 250px !important;
    }

    .hero-slider-thumb-wrap{
        display: none;
    }

    .hero-1 .heroSlide1-area {
        height: 520px;
    }

    .about-shape {
        margin-top: -105px;
    }

    .about-feature .box-icon .color-masking i{
        font-size: 25px;
    }

    .about-feature .box-icon {
        height: 90px;
    }

    .feature-card .box-icon {
        width: 100px;
        height: 100px;
        line-height: 118px;
    }

    .why-investment {
        width: 90%;
        height: 330px;
    }

    .facilities .box-content {
        flex-direction: column;
        justify-content: center;
        text-align: center;
        padding: 12px;
    }
    .location-card .box-content {
        inset: 10px;
        top: unset;
        bottom: 10px;
    }

    #facilities-amenities-sec .box-content p {
        /* line-height: 0.625; */
        line-height: 18px;
    }

    .offer-box2 .price {
        font-size: 15px;
    }
    .offer-box2 .box-title a{
        font-size: 20px;
    }

    .offer-box2 {
        padding: 10px
    }

    .breadcumb-wrapper {
        padding: 45px 0 50px 0;
        margin-bottom: 30px;
    }

    .breadcumb-content {
        line-height: 0.625;
    }

    .breadcumb-title {
        font-size: 25px;
    }
}

@media (max-width: 375px) {
    .about-feature .box-icon {
        min-width: 90px;
    }
}

.box-icon .color-masking i{
    font-size: 40px;
}

.feedback-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.6;
}

.see-more-btn {
    display: inline-block;
    margin-top: 6px;
    font-size: 13px;
    font-weight: 600;
    color: #F2B84B;
    cursor: pointer;
}

.see-more-btn:hover {
    text-decoration: underline;
}

/* --------Dynamic after 3 more line will show see more-----  */
@media (max-width: 767px) {
    .js-read-more {
        display: -webkit-box;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    .js-read-more.expanded {
        -webkit-line-clamp: unset;
        overflow: visible;
    }

    .read-more-btn {
        display: inline-block;
        cursor: pointer;
        font-weight: 600;
        margin-top: 5px;
    }
}

[data-aos] {
    will-change: transform, opacity;
}

/* ---------------New Destination -------------- */
.feature-card-pro-left {
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.04) 0%, rgba(255, 255, 255, 0.01) 100%);
    border: 1px solid rgba(242, 184, 75, 0.12);
    padding: 30px;
    border-radius: 20px;
    height: 100%;
    display: flex;
    align-items: flex-start;
    gap: 20px;
    transition: all 0.4s ease;
}

.feature-card-pro-left:hover {
    background: rgba(242, 184, 75, 0.05);
    border-color: #F2B84B;
    transform: translateX(10px);
    box-shadow: -5px 5px 30px rgba(0, 0, 0, 0.5);
    background-color: #f2b84b42;
}

.feature-card-pro-left:hover .text-muted{
    color: #d7cac8 !important;
}

/* -------Icon Box------- */
.feature-icon-box-left {
    width: 50px;
    height: 50px;
    background: rgba(242, 184, 75, 0.1);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: #F2B84B;
    font-size: 1.4rem;
    transition: 0.3s ease;
}

.feature-card-pro-left:hover .feature-icon-box-left {
    background: #F2B84B;
    color: #000;
    transform: scale(1.1);
}

/* Typography */
.feature-title-pro {
    font-family: 'Inter', sans-serif;
    font-size: 1.25rem;
    font-weight: 700;
    letter-spacing: -0.3px;
}

.feature-desc-pro {
    font-size: 0.95rem;
    line-height: 1.7;
    opacity: 0.85;
}

/* Responsive Device Support */
@media (max-width: 767.98px) {
    .feature-card-pro-left {
        padding: 20px;
        gap: 15px;
    }

    .feature-icon-box-left {
        width: 40px;
        height: 40px;
        font-size: 1.1rem;
    }

    .section-title {
        font-size: 1.2rem !important;
    }
}

/* ------------Accordion---------- */
.custom-faq-pro .accordion-button {
    transition: all 0.3s ease;
    position: relative;
}

/* Change text color to gold when active */
.custom-faq-pro .accordion-button:not(.collapsed) {
    color: #F2B84B !important;
    background-color: transparent !important;
}

/* ----Icon-----*/
.custom-faq-pro .accordion-button::after {
    background-image: none;
    content: '+';
    font-family: 'Inter', sans-serif;
    font-size: 1.5rem;
    font-weight: 300;
    color: #F2B84B;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.4s ease;
}

.custom-faq-pro .accordion-button:not(.collapsed)::after {
    content: '-';
    transform: rotate(180deg);
    color: #F2B84B;
}

/* Hover effect */
.custom-faq-pro .accordion-item:hover {
    border-bottom: 1px solid rgba(242, 184, 75, 0.4) !important;
}

/* Mobile Adjustments */
@media (max-width: 767.98px) {
    .custom-faq-pro .accordion-button {
        font-size: 15px !important;
        padding-right: 30px;
    }
}

.accordion .accordion-item .accordion-body p {
    color: rgba(255,255,255,0.7);
    line-height: 1.8;
    font-size: 1.05rem;
    max-width: 90%;
}

@media (max-width: 991px) {
    .accordion .accordion-item .accordion-body p {
        font-size: 15px;
    }
}

#about-sec .text-body {
    text-align: justify;
    font-size: 16px;
}

.custom-five-cols {
    display: flex;
    flex-wrap: wrap;
}

.col-custom {
    position: relative;
    width: 100%;
    padding: 0 10px;
    flex: 0 0 100%;
}

@media (min-width: 576px) { .col-custom { flex: 0 0 50%; max-width: 50%; } }
@media (min-width: 992px) { .col-custom { flex: 0 0 33.33%; max-width: 33.33%; } }

@media (min-width: 1400px) {
    .col-custom {
        flex: 0 0 20%;
        max-width: 20%;
    }
}

.header-line {
    width: 50px;
    height: 2px;
    background: #BF930F;
    margin: 15px auto 0;
}

.invest-card-dark {
    background: #121212;
    border: 1px solid #222;
    border-radius: 12px;
    padding: 30px 20px;
    transition: all 0.3s ease;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.invest-card-dark:hover {
    border-color: #BF930F;
    background: #181818;
    transform: translateY(-5px);
}

.icon-box {
    font-size: 35px;
    color: #BF930F;
    margin-bottom: 20px;
    transition: 0.3s;
}

.card-title a {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
    text-decoration: none;
    display: block;
    margin-bottom: 5px;
    line-height: 1.3;
}

.card-desc {
    color: #888;
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 0;
}

.card-glow {
    position: absolute;
    inset: 0;
    background: radial-gradient(circle at center, rgba(191, 147, 15, 0.08), transparent 70%);
    opacity: 0;
    transition: 0.3s;
    pointer-events: none;
}

.invest-card-dark:hover .card-glow {
    opacity: 1;
}

.responsive-border {
    border-left: 4px solid #F2B84B;
    padding-left: 20px;
}

/* Fluid Typography Logic */
.sec-title {
    font-size: clamp(1.8rem, 5vw, 3rem);
    letter-spacing: -0.03em;
}

.subtitle-pro {
    font-size: clamp(0.8rem, 2vw, 1rem);
    letter-spacing: clamp(1px, 0.5vw, 3px);
}

@media (max-width: 767.98px) {
    .responsive-border {
        border-left-width: 3px;
        padding-left: 15px;
        flex-direction: column;
        align-items: flex-start !important;
    }

    .container {
        padding-left: 20px !important;
        padding-right: 20px !important;
    }
}

@media (min-width: 1400px) {
    .sec-title {
        font-size: 3.5rem;
    }
}

/* ------Counter------- */
.counter-card-wrap-responsive {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: nowrap;
    width: 100%;
    margin-top: 30px;
}

.counter-card {
    text-align: left;
}

.counter-card .box-number {
    font-size: 32px;
    color: #BF930F;
    font-weight: 700;
    margin-bottom: 0px;
    white-space: nowrap;
}

.counter-card .box-text {
    font-size: 18px;
    color: #ccc;
    margin: 0;
    white-space: nowrap;
}

.divider {
    width: 1px;
    height: 35px;
    background: rgba(255, 255, 255, 0.15);
    flex-shrink: 0;
}

/* -------Mobile: Center Aligned-------- */
@media (max-width: 576px) {
    .counter-card-wrap-responsive {
        justify-content: center;
        gap: 15px;
    }

    .counter-card {
        text-align: center;
    }

    .counter-card .box-number {
        font-size: 30px;
    }

    .counter-card .box-text {
        font-size: 15px;
    }

    .divider {
        height: 25px;
    }
}

/* ------Tablet adjustment------- */
@media (min-width: 577px) and (max-width: 991px) {
    .counter-card-wrap-responsive {
        gap: 20px;
    }
    .counter-card .box-number {
        font-size: 26px;
    }
}

/* ----------Faq Accordion-------- */
.accordion-header button {
    background: transparent;
    color: #fff;
    font-weight: 600;
    font-size: 1.15rem;
    box-shadow: none;
    border: none;
    padding-left: 0;
}


/* ------Contact Breadcrumb------ */
.contact-banner {
    margin-bottom: -120px;
}

.contact-map2 iframe {
    border:0; width: 100%; height: 600px;
}

.contact-space {
    padding-top: 80px;
    margin-bottom: 30px;
}

@media (max-width: 767px) {
    .contact-map2 iframe {
        border:0; width: 100%; height: 300px;
    }

    .contact-space {
        padding-top: 45px;
        margin-bottom: 20px;
    }
}

.th-btn:hover {
    background-color: #fff !important;
    color: #D9B376 !important;
}
.social-btn:hover {
    color: #fff !important;
    transform: translateY(-3px);
    transition: 0.3s;
}

/* Fix for mobile sidebar border */
@media (max-width: 1199px) {
    .contact-info-sidebar {
        border-left: none !important;
        border-bottom: 1px solid rgba(217, 179, 118, 0.1);
    }
}
