@font-face {
    font-family: "Monda";
    src: url("../fonts/Monda.eot");
    src: url("../fonts/Monda.eot?#iefix") format("embedded-opentype"),
        url("../fonts/Monda.woff") format("woff"),
        url("../fonts/Monda.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
    text-rendering: optimizeLegibility;
}

/* Our Lodges  */

.lodge-card {
    padding: 15px;
    border-radius: 10px;
    color: #fff;
    transition: 0.3s ease;
    background-color: #fff;
    border: 1px solid #e3e3e3;
}
.lodge-card img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
    border-radius: 6px;
}
.lodge-card:hover {
    transform: translateY(-5px);
}

.lodge-card .content {
    padding: 0 0.5rem;
}

.lodge-card h5 {
    margin-top: 5px;
    font-size: 1.4rem;
    font-weight: 600;
    margin-bottom: -8px;
}

.lodge-card span {
    font-size: 16px;
    color: #466c4e;
    font-weight: 500;
    border-bottom: 1px solid #d8d8d8;
}
.lodge-card p {
    margin-top: 5px;
    font-size: 16px;
    color: #525252;
}

.lodge-card small {
    color: rgb(157, 72, 72);
    line-height: 1.3;
    font-weight: 500;
    font-size: 0.9rem;
}

/* .lodge-card .wp{
    padding: .1rem 1rem;
    background-color: #2e6b3b;
    font-size: .9rem;
} */

.lodge-card .wp {
    padding: 0.1rem 2rem;
    font-size: 0.9rem;
    color: #fff;
    border-radius: 4px;
    letter-spacing: 1px;
    border: none;
    cursor: pointer;
    background: linear-gradient(120deg, #075e54, #128c7e, #25d366);
    background-size: 300% 300%;
    animation: wpGradient 2s ease infinite;
}

@keyframes wpGradient {
    0% {
        background-position: 0% 50%;
    }
    50% {
        background-position: 100% 50%;
    }
    100% {
        background-position: 0% 50%;
    }
}

.lodge-card .wp a {
    color: #fff;
}

.lodge-card .icon {
    font-size: 1.4rem;
    border: none;
}

/* Founders message  */

.founder-message {
    padding-top: 44px;
    padding-bottom: 44px;
    color: #243322;
    border-radius: 8px;
}

.founder-photo {
    max-width: 320px;
    border-radius: 10px;
    object-fit: cover;
    border: 6px solid rgba(36, 51, 34, 0.06);
}

.fTitle {
    font-size: 26px;
    color: #1e2b1d;
    font-weight: 500;
    font-family: "Monda", sans-serif;
    letter-spacing: 1px;
    line-height: 1.1;
    margin-top: 1.5rem;
    margin-bottom: 1rem;
}

.founder-quote {
    font-style: italic;
    font-size: 18px;
    color: #36493a;
    border-left: 4px solid #9bbf94;
    padding-left: 16px;
    margin: 0 0 14px 0;
    background: rgba(150, 180, 130, 0.03);
    padding-top: 10px;
    padding-bottom: 10px;
}

.founder-text {
    font-size: 16px;
    color: #333333;
    margin-bottom: 10px;
}

.founder-mission {
    font-size: 18px;
    color: #243322;
    font-weight: 500;
    margin-bottom: 10px;
}

.founder-sign {
    margin-top: 6px;
    color: #2c2c2c;
    font-weight: 600;
    font-size: 1.1rem;
    letter-spacing: 1px;
}

.btn-outline-success {
    border-color: #2e6b3b;
    color: #2e6b3b;
}

.btn-outline-success:hover {
    background: #2e6b3b;
    color: #fff;
    border-color: #2e6b3b;
}

/* safari specific pages  */

.g32 img {
    width: 100%;
    aspect-ratio: 3/2;
    object-fit: cover;
}

.sPoint {
    padding: 0.4rem 1rem;
    border: 1px solid #e7bc67;
    margin-bottom: 1rem;
    background-color: #fff9f2;
    text-align: center;
    color: rgb(59, 59, 59);
    border-radius: 4px;
    font-weight: 500;
    font-size: 0.9rem;
    letter-spacing: 0.3px;
    transition: all 0.8s ease;
}
.sPoint:hover {
    transform: translateY(-3px);
}

.highlightSection {
    background-color: #fff9f2;
    padding: 20px 20px;
    border-radius: 4px;
    margin-top: 20px;
    border: 1px solid #e3e3e3;
}

.highlightSection ul li {
    margin-top: 10px;
    font-size: 15px;
    color: #444;
    font-weight: 500;
    line-height: 1.3;
}

.page__hero__height2 {
    /* height: 700px; */
    height: 400px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

/* about cards  */

.camp-card {
    position: relative;
    overflow: hidden;
    border-radius: 18px;
    height: 420px;
    background: #000;
}

.camp-card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.8s ease;
}

/* .camp-card:hover img {
    transform: scale(1.06);
} */

/* Gradient Overlay */
.camp-overlay {
    position: absolute;
    inset: 0;
    padding: 48px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    /* background: linear-gradient(
        to top,
        rgba(0, 0, 0, 0.75),
        rgba(0, 0, 0, 0.2),
        rgba(0, 0, 0, 0)
    ); */
}

/* Small Tag */
.camp-tag {
    font-size: 12px;
    letter-spacing: 2px;
    opacity: 0.85;
    margin-bottom: 10px;
}

/* Title */
.camp-overlay h2 {
    font-size: 32px;
    font-weight: 500;
    margin-bottom: 12px;
    color: #fff;
}

/* Description */
.camp-overlay p {
    font-size: 15px;
    line-height: 1.6;
    max-width: 420px;
    opacity: 0.9;
    margin-bottom: 20px;
    color: #fff;
}

/* CTA */
.camp-link {
    font-size: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #ffbf57;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-weight: 600;
}

.camp-link span {
    transition: transform 0.3s ease;
}

.camp-card:hover .camp-link span {
    transform: translateX(6px);
}

.page__hero__height2 {
    height: 560px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.sCard {
    padding: 4rem 3rem;
    background-color: #ffffff;
    margin-bottom: 5rem;
    border-radius: 0.4rem;
}

.sectionTitle {
    font-size: 2rem;
    font-family: "Monda", sans-serif;
    letter-spacing: 1px;
    line-height: 1.3;
}

.vImg {
    width: 100%;
    aspect-ratio: 2/2.5 !important;
    border-radius: 0.5rem;
}

/* Guest Review  */

.reviews-section {
    background-color: #f9f8f5;
}

.reviews-title {
    font-size: 38px;
    font-weight: 400;
    margin-bottom: 0px;
    font-family: "Monda", sans-serif;
    letter-spacing: 1px;
}

.reviews-intro {
    font-size: 17px;
    line-height: 1.7;
    color: #555;
    max-width: 720px;
}

/* Review Block */
.review-item {
    padding: 60px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.review-item:first-of-type {
    border-top: none;
}

.review-item blockquote {
    font-size: 26px;
    line-height: 1.5;
    font-weight: 300;
    color: #222;
    margin-bottom: 20px;
    position: relative;
}

.review-meta strong {
    display: block;
    font-size: 15px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
}

.review-meta span {
    font-size: 14px;
    color: #777;
}

/* Subtle Hover Effect */
.review-item:hover blockquote {
    color: #000;
    transition: color 0.3s ease;
}

.gimage img {
    aspect-ratio: 3/2;
    border-radius: 0.5rem;
}

.pmImg {
    width: 100%;
    /* aspect-ratio: 3/1.8; */
    height: 300px;
    object-fit: cover;
    border-radius: 0.5rem;
    filter: saturate(1.5);
    margin-bottom: 1rem;
}

/* Booking Page  */

.premium-form-section {
    background: #f4f3f1;
}

.premium-form-wrapper {
    background: #ffffff;
    padding: 50px;
    border-radius: 18px;
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.08);
}

.premium-input,
.premium-textarea {
    height: 58px;
    padding: 14px 20px;
    font-size: 15px;
    border-radius: 12px;
    border: 1px solid #ddd;
    transition: all 0.3s ease;
}

.premium-textarea {
    height: auto;
    resize: none;
}

.premium-input:focus,
.premium-textarea:focus {
    border-color: #b89b5e;
    box-shadow: 0 0 0 3px rgba(184, 155, 94, 0.15);
}

.premium-btn {
    padding: 14px 40px;
    background: #1f2a1f;
    color: #fff;
    border-radius: 30px;
    font-weight: 600;
}

.premium-btn:hover {
    background: #b89b5e;
    color: #fff;
}

.p2 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

/* Responsive */
@media (max-width: 768px) {
    .lodge-card small {
        font-size: 0.8rem;
    }
    .lodge-card .wp {
        padding: 0.1rem 1rem;
        width: 95%;
        text-align: center;
    }

    .camp-card {
        height: 260px;
    }

    .camp-card img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: transform 0.8s ease;
    }

    .camp-overlay {
        padding: 20px;
    }

    .camp-overlay h2 {
        font-size: 22px;
        margin-bottom: 0;
    }

    .camp-overlay p {
        font-size: 14px;
        opacity: 1;
        margin-bottom: 15px;
    }

    .camp-link {
        font-size: 14px;
        text-shadow: 1px 1px 2px #0000006e;
    }

    .pmImg {
        height: 250px;
    }

    .reviews-title {
        font-size: 36px;
    }

    .review-item blockquote {
        font-size: 20px;
    }

    .review-item blockquote::before {
        left: -10px;
    }
}

/* Responsive tweak */
@media (max-width: 767px) {
    .page__hero__height2 {
        height: 320px;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        text-align: center;
    }

    .highlightSection {
        padding: 15px 10px;
    }

    .highlightSection ul li {
        margin-top: 0px;
        font-size: 14px;
        letter-spacing: 0.2px;
    }

    .sPoint {
        font-size: 0.8rem;
        padding: 0.3rem 1.2rem;
        /* letter-spacing: 0px; */
        text-align: start;
    }

    .founder-photo {
        max-width: 220px;
        margin: auto;
        display: block;
    }

    .fTitle {
        font-size: 18px;
        margin-top: 2.5rem;
        line-height: 1.3;
    }

    .founder-quote {
        padding-left: 12px;
        font-size: 14px;
    }

    .founder-text {
        font-size: 13px;
    }

    .founder-mission {
        font-size: 14px;
        color: #243322;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .founder-sign {
        text-align: right;
        padding-right: 1rem;
    }
}
