.ekam-nhero-section {
    background-image: url(../img/Group\ 14665.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.ekam-nhero-section .new-ekam-hero-content {
    padding: 160px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #fff;
}

.ekam-nhero-section .new-ekam-hero-content .nekam-hero-img {
    width: 110px;
    margin-bottom: 16px;
}

.ekam-nhero-section .new-ekam-hero-content .nekam-heading {
    font-weight: 600;
    font-size: 50px;
    text-align: center;
    margin-bottom: 16px;
}

.ekam-nhero-section .new-ekam-hero-content .n-ekam-hero-text {
    color: #CCCCCC;
    font-weight: 400;
    font-size: 20px;
    text-align: center;
    margin-bottom: 16px;
}

.btn-nekam-hero-action {
    color: #fff !important;
    background: #08101C !important;
    border: 1px solid #08101C !important;
    border-radius: 8px;
    padding: 16px 46px;
}

.ekam-nplisting-card {
    border-radius: 20px;
    border: 1px solid #CCCCCC;
    overflow: hidden;
    height: 100%;
}

.ekam-nplisting-card img {
    aspect-ratio: 3/2;
    object-fit: cover;
}

.ekam-nplisting-card .ekam-listing-card-top-align {
    display: flex;
    gap: 12px;
    justify-content: space-between;
    align-items: center;
    margin: 12px;
}

.ekam-nplisting-card .ekam-listing-card-top-align .ekam-npl-title {
    color: #08101C;
    font-weight: 500;
    font-size: 22px;
    margin: 0;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.ekam-nplisting-card .ekam-listing-card-top-align .ekam-npl-card-link {
    background: linear-gradient(-90deg, #4C6386 0%, #08101C 100%);
    width: 26px;
    height: 26px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    transform: rotate(-35deg);
    margin: 0;
    transition: 0.4s;
}

.ekam-npl-address-text {
    margin: 0 12px 20px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}

.ekam-nplisting-card .ekam-listing-card-top-align .ekam-npl-card-link:hover {
    transform: rotate(0deg);
}

.ekam-nproduct-linting-section {
    margin: 60px 0;
}

.ekam-new-testimonials-section {
    padding: 60px 0;
    margin: 60px 0;
    background: #F8F8F8;
}

.ekam-ntestimonials-card {
    height: 100%;
    background: #fff;
    padding: 16px;
    border-radius: 20px;
    border: 1px solid #D9D9D9;
}

.ekam-ntestimonials-user {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.testimonials-user-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

.testimonials-user-info h6 {
    color: #08101C;
    font-weight: 500;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    margin-bottom: 6px;
}

.ekam-ntester-reviews {
    display: flex;
    align-items: center;
    gap: 4px;
}

.ekam-ntester-reviews .ntest-star {
    font-size: 14px;
    color: #ccc;
}

.ekam-ntester-reviews .ntest-star.active {
    color: #F99100;
}

.ntestimonials-content .ntext-comma-img {
    width: 60px;
    margin-bottom: 12px;
}

.ntestimonials-content .ntext-comma-img2 {
    transform: rotate(180deg);
    width: 60px;
    margin-left: auto;
}

.ntestimonials-content {
    width: 100%;
    display: flex;
    flex-direction: column;
}

.ntestimonials-content .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 10;
    -webkit-box-orient: vertical;
    font-size: 16px;
}

.ekam-ndp-sec-title {
    font-weight: 600;
    font-size: 24px;
    text-transform: capitalize;
    margin-bottom: 12px;
}

.new-ekam-details-page {
    margin-top: 40px;
}

.nekam-details-top-img {
    display: flex;
    gap: 16px;
    margin-bottom: 24px;
}

.nekam-details-left-main-img img {
    border-radius: 30px;
}

.nekam-details-right {
    display: flex;
    flex-direction: column;
    width: 25%;
    align-items: center;
    gap: 16px;
}

.nekam-details-left-main-img {
    width: 75%;
}

.nekam-details-right-img img {
    border-radius: 16px;
}

.nekam-details-right-img {
    position: relative;
}

.nekam-details-right-img .view-ekam-imgs {
    position: absolute;
    z-index: 9;
    text-wrap: nowrap;
    background: #08101C;
    border-radius: 6px;
    padding: 6px 12px;
    color: #fff;
    font-size: 14px;
    right: 12px;
    bottom: 12px;
}

.detail-page-book-card {
    background: #FBFBFB;
    border: 1px solid #CCCCCC;
    border-radius: 16px;
    padding: 20px;
}

.dp-book-card-top {
    display: flex;
    gap: 10px;
    align-items: normal;
    justify-content: space-between;
}

.dp-book-card-top-left h3 {
    font-weight: 500;
    font-size: 22px;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.dp-book-card-top-left {
    width: 100%;
}

.dp-book-right-offers {
    background: #F2F1F1;
    padding: 4px 12px;
    margin-bottom: 12px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.dp-book-right-offers p {
    font-weight: 600;
    font-size: 50px;
    text-transform: capitalize;
    margin: 0;
}

.dp-book-right-offers h4 {
    font-weight: 400;
    font-size: 16px;
    text-transform: capitalize;
    margin: 0;
}

.dp-book-card-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: linear-gradient(180deg, #4C6386 0%, #08101C 100%);
    color: #fff;
    padding: 6px 12px;
    font-size: 14px;
    border-radius: 6px;
}

.nekam-dpage-title {
    font-weight: 600;
    font-size: 28px;
    text-transform: capitalize;
    color: #08101C;
    margin-bottom: 16px;
}

.ekam-details-safe-cards img {
    width: 80px;
    display: flex;
    margin: 0 auto 24px;
}

.ekam-details-safe-cards h4 {
    color: #393E46;
    font-weight: 500;
    font-size: 20px;
    text-align: center;
}

.amenities-section .amenities-cards {
    width: calc(50% - 6px);
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 32px;
}

.amenities-section .amenities-cards img {
    width: 40px;
}

.amenities-section {
    border-bottom: 1px solid #ccc;
    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.nekam-dpage-direction {
    display: flex;
    gap: 12px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
    align-items: center;
    justify-content: space-between;
}

.ekam-ndirection-btn {
    text-wrap: nowrap;
    background: #2C6ADC;
    color: #fff;
    font-size: 16px;
    padding: 8px 16px;
    border-radius: 10px;
}

.on-nekam-text {
    color: #39a947;
}

@media (max-width:1199.98px) {
    .ekam-details-safe-cards h4 {
        font-size: 16px;
    }

    .nekam-dpage-title {
        font-size: 24px;
        margin-bottom: 12px;
    }

    .ekam-ndp-sec-title {
        font-size: 20px;
        margin-bottom: 12px;
    }

    .dp-book-card-top-left h3, .ekam-nplisting-card .ekam-listing-card-top-align .ekam-npl-title {
        font-size: 20px;
    }
}

@media (max-width:991.98px) {
    .ekam-nhero-section .new-ekam-hero-content {
        padding: 60px 0;
    }

    .nekam-details-left-main-img img {
        border-radius: 20px;
    }

    .nekam-details-right-img img {
        border-radius: 12px;
    }

    .nekam-details-top-img, .nekam-details-right {
        gap: 10px;
    }
}

@media (max-width:767.98px) {
    .ekam-nhero-section .new-ekam-hero-content .nekam-heading {
        font-size: 40px;
    }

    .ekam-nhero-section .new-ekam-hero-content .nekam-hero-img {
        width: 80px;
    }

    .ekam-nhero-section .new-ekam-hero-content .n-ekam-hero-text {
        font-size: 18px;
    }

    .ntestimonials-content .ntext-comma-img, .ntestimonials-content .ntext-comma-img2 {
        width: 40px;
        margin-bottom: 6px;
    }
}

@media (max-width:575.98px) {
    .ekam-nhero-section .new-ekam-hero-content .nekam-heading {
        font-size: 26px;
    }

    .ekam-nhero-section .new-ekam-hero-content .n-ekam-hero-text {
        font-size: 16px;
    }

    .nekam-details-top-img {
        flex-direction: column;
    }

    .nekam-details-left-main-img {
        width: 100%;
    }

    .nekam-details-left-main-img img {
        border-radius: 16px;
    }

    .nekam-details-right {
        flex-direction: row;
        width: 100%;
    }

    .nekam-dpage-direction {
        flex-wrap: wrap;
    }

    .nekam-dpage-direction p {
        max-width: calc(100% - 24px);
    }

    .dp-book-right-offers h4 {
        font-size: 12px;
    }

    .dp-book-right-offers p {
        font-size: 34px;
    }
}