.elementor-5156 .elementor-element.elementor-element-fb916ed{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5156 .elementor-element.elementor-element-c8a83bd{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;}.elementor-5156 .elementor-element.elementor-element-2bb4f3f{--display:flex;}.elementor-5156 .elementor-element.elementor-element-4b9259a .elementor-heading-title{font-size:34px;font-weight:700;}.elementor-5156 .elementor-element.elementor-element-61e4cc7{--display:flex;--align-items:flex-end;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );}.elementor-5156 .elementor-element.elementor-element-ecd2fa3{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-5156 .elementor-element.elementor-element-d147d2f{--grid-columns:3;}@media(max-width:1024px){.elementor-5156 .elementor-element.elementor-element-d147d2f{--grid-columns:2;}}@media(max-width:767px){.elementor-5156 .elementor-element.elementor-element-d147d2f{--grid-columns:1;}}/* Start custom CSS for container, class: .elementor-element-fb916ed *//* =========================================================
   TRIPMAKES NEARBY PLACE - COMPLETE DESIGN
========================================================= */

.tp-detail-page {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    color: #243128;
}


/* =========================================
   HERO
========================================= */

.tp-detail-hero {
    display: grid;

    grid-template-columns: 44% 56%;

    gap: 45px;

    align-items: center;

    padding: 45px 0 55px;
}

.tp-detail-category {
    display: inline-flex;

    align-items: center;

    gap: 7px;

    padding: 9px 15px;

    background: #eaf6ed;

    border-radius: 50px;

    color: #277148;

    font-size: 16px;

    font-weight: 800;
}

.tp-detail-title {
    margin: 18px 0 14px !important;

    color: #1f4d31 !important;

    font-size: clamp(42px, 5vw, 64px) !important;

    line-height: 1.02 !important;

    font-weight: 800 !important;

    letter-spacing: -1.5px;
}

.tp-detail-location {
    display: flex;

    align-items: center;

    gap: 7px;

    margin-bottom: 9px;

    color: #55645a;

    font-size: 14px;

    font-weight: 600;
}

.tp-detail-distance {
    display: inline-flex;

    padding: 7px 13px;

    background: #eef8f1;

    border-radius: 50px;

    color: #267048;

    font-size: 16px;

    font-weight: 800;
}

.tp-detail-description {
    max-width: 560px;

    margin: 20px 0;

    color: #69766d;

    font-size: 16px;

    line-height: 1.75;
}

.tp-detail-description p {
    margin: 0 0 8px;
}

.tp-detail-actions {
    display: flex;

    flex-wrap: wrap;

    gap: 10px;

    margin-top: 23px;
}

.tp-btn {
    display: inline-flex;

    align-items: center;

    justify-content: center;

    padding: 12px 17px;

    border-radius: 9px;

    font-size: 14px;

    font-weight: 800;

    text-decoration: none !important;

    transition: .25s ease;
}

.tp-btn-green {
    background: #227447;

    color: #fff !important;

    box-shadow:
        0 7px 18px rgba(34,116,71,.18);
}

.tp-btn-green:hover {
    background: #185c37;

    transform: translateY(-2px);
}

.tp-btn-light {
    background: #fff;

    border: 1px solid #dce6df;

    color: #267048 !important;
}

.tp-btn-light:hover {
    background: #f1f8f3;

    border-color: #bdd8c6;

    transform: translateY(-2px);
}

.tp-detail-hero-image {
    width: 100%;

    overflow: hidden;

    border-radius: 24px;

    background: #edf2ee;

    box-shadow:
        0 15px 40px rgba(27,63,42,.12);
}

.tp-detail-hero-image img {
    display: block;

    width: 100%;

    height: 430px;

    object-fit: cover;
}


/* =========================================
   QUICK INFORMATION
========================================= */

.tp-quick-info {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    background: #fff;

    border: 1px solid #e5ebe7;

    border-radius: 20px;

    box-shadow:
        0 8px 28px rgba(25,60,40,.06);

    margin-bottom: 25px;
}

.tp-quick-item {
    display: flex;

    align-items: center;

    gap: 12px;

    padding: 21px;

    border-right: 1px solid #edf1ee;
}

.tp-quick-item:last-child {
    border-right: 0;
}

.tp-quick-icon {
    display: flex;

    align-items: center;

    justify-content: center;

    flex: 0 0 42px;

    width: 42px;

    height: 42px;

    border-radius: 50%;

    background: #e9f6ed;

    color: #237348;

    font-size: 17px;
}

.tp-quick-item strong {
    display: block;

    margin-bottom: 4px;

    color: #25342b;

    font-size: 16px;
}

.tp-quick-item span {
    display: block;

    color: #68766d;

    font-size: 16px;

    line-height: 1.35;
}


/* =========================================
   INFORMATION CARDS
========================================= */

.tp-info-grid {
    display: grid;

    grid-template-columns:
        1.2fr 1fr 1fr;

    gap: 16px;

    margin-bottom: 30px;
}

.tp-info-card {
    min-width: 0;

    padding: 25px;

    background: #fff;

    border: 1px solid #e6ece8;

    border-radius: 20px;

    box-shadow:
        0 8px 25px rgba(25,60,40,.045);
}

.tp-info-card h2 {
    display: flex;

    align-items: center;

    gap: 8px;

    margin: 0 0 20px !important;

    color: #25382b !important;

    font-size: 18px !important;

    line-height: 1.3 !important;

    font-weight: 800 !important;
}

.tp-info-card h2 span {
    color: #27804d;
}

.tp-overview-text {
    color: #68756d;

    font-size: 16px;

    line-height: 1.75;
}

.tp-overview-text p {
    margin: 0;
}

.tp-detail-row {
    display: grid;

    grid-template-columns: 85px 1fr;

    gap: 10px;

    padding: 9px 0;

    border-bottom: 1px solid #edf1ee;

    font-size: 15px;

    line-height: 1.45;
}

.tp-detail-row:last-child {
    border-bottom: 0;
}

.tp-detail-row strong {
    color: #26372d;
}

.tp-detail-row span {
    color: #6a766e;
}

.tp-useful-row {
    display: flex;

    align-items: center;

    justify-content: space-between;

    gap: 12px;

    padding: 10px 0;

    border-bottom: 1px solid #edf1ee;

    color: #69766d;

    font-size: 16px;
}

.tp-useful-row:last-child {
    border-bottom: 0;
}

.tp-useful-row a {
    color: #26764a;

    font-weight: 800;

    text-decoration: none;
}


/* =========================================
   MAP + VIDEO
========================================= */

.tp-media-grid {
    display: grid;

    grid-template-columns:
        1fr 1fr;

    gap: 20px;

    margin-bottom: 40px;
}

.tp-media-card {
    min-width: 0;

    overflow: hidden;

    background: #fff;

    border: 1px solid #e5ebe7;

    border-radius: 20px;

    box-shadow:
        0 8px 25px rgba(25,60,40,.05);
}

.tp-media-heading {
    display: flex;

    align-items: center;

    gap: 8px;

    padding: 17px 20px;

    color: #24392b;

    font-size: 17px;

    font-weight: 800;
}

.tp-media-heading span {
    color: #25804b;
}

.tp-map,
.tp-video {
    position: relative;

    width: 100%;

    height: 0;

    padding-bottom: 56.25%;

    overflow: hidden;
}

.tp-map iframe,
.tp-video iframe {
    position: absolute;

    inset: 0;

    width: 100%;

    height: 100%;

    border: 0;
}


/* =========================================
   GALLERY
========================================= */

.tp-gallery-section {
    margin-bottom: 40px;
}

.tp-section-heading {
    margin-bottom: 18px;

    color: #25382b;

    font-size: 20px;

    font-weight: 800;
}

.tp-section-heading span {
    color: #28774b;
}

.tp-gallery-grid {
    display: grid;

    grid-template-columns:
        repeat(4, 1fr);

    gap: 14px;
}

.tp-gallery-image {
    display: block;

    width: 100%;

    aspect-ratio: 4 / 3;

    overflow: hidden;

    border-radius: 15px;

    background: #edf2ee;
}

.tp-gallery-image img {
    display: block;

    width: 100%;

    height: 100%;

    object-fit: cover;

    transition:
        transform .45s ease;
}

.tp-gallery-image:hover img {
    transform: scale(1.06);
}


/* =========================================
   MOBILE
========================================= */

@media (max-width: 900px) {

    .tp-detail-hero {
        grid-template-columns: 1fr;

        gap: 25px;

        padding: 30px 0 40px;
    }

    .tp-detail-hero-image img {
        height: 380px;
    }

    .tp-quick-info {
        grid-template-columns:
            repeat(2, 1fr);
    }

    .tp-quick-item:nth-child(2) {
        border-right: 0;
    }

    .tp-info-grid {
        grid-template-columns: 1fr;
    }

    .tp-media-grid {
        grid-template-columns: 1fr;
    }

    .tp-gallery-grid {
        grid-template-columns:
            repeat(2, 1fr);
    }
}


@media (max-width: 600px) {

    .tp-detail-title {
        font-size: 38px !important;
    }

    .tp-detail-hero-image img {
        height: 300px;
    }

    .tp-quick-info {
        grid-template-columns: 1fr;
    }

    .tp-quick-item {
        border-right: 0;

        border-bottom: 1px solid #edf1ee;
    }

    .tp-quick-item:last-child {
        border-bottom: 0;
    }

    .tp-gallery-grid {
        grid-template-columns:
            repeat(2, 1fr);

        gap: 8px;
    }

    .tp-info-card {
        padding: 20px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-c8a83bd */.tp-more-nearby {
    max-width: 1200px;
    margin: 45px auto 0;
}

.tp-more-nearby-heading {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.tp-more-nearby-heading h2 {
    margin: 0 !important;
    color: #23412d !important;
    font-size: 22px !important;
    font-weight: 800 !important;
}

.tp-more-nearby-heading h2::before {
    content: "🌿";
    margin-right: 8px;
}

.tp-more-nearby-heading a {
    color: #267348;
    font-size: 13px;
    font-weight: 800;
    text-decoration: none;
}

.tp-more-nearby-heading a:hover {
    color: #164f2f;
}/* End custom CSS */