.header-top-inner {color: #fff;}
.header-top-inner a{color: #fff;}

.quick-enquiry-btn{
    display:inline-flex;
    align-items:center;
    gap:5px;
    padding:6px 12px;
    background:#fff;
    color:#01873D !important;
    border:1px solid #01873D;
    border-radius:6px;
    font-size:13px;
    font-weight:600;
    text-decoration:none !important;
    transition:all .3s ease;
}

.quick-enquiry-btn:hover{
    background:#01873D;
    color:#fff !important;
	border:1px solid #fff;
}

.quick-enquiry-btn i{
    font-size:12px;
}
/**********************************/

.destlist{
    display:grid !important;
    grid-template-columns:repeat(4, minmax(0, 1fr)) !important;
    gap:20px;
}

.destlist .destination-wrapper-3{
    width:100% !important;
    background:#fff;
    border-radius:12px;
    overflow:hidden;
    box-shadow:0 4px 12px rgba(0,0,0,.08);
}

/* Image container */
.destlist .destination-wrapper-3 .image-area {
    position: relative;
    width: 100%;
    aspect-ratio: 325 / 406;
    overflow: hidden;
}

.destlist .destination-wrapper-3 .image-area a {
    display: block;
    width: 100%;
    height: 100%;
}

.destlist .destination-wrapper-3 .image-area img {
    position: absolute;
    inset: 0;
    width: 100% !important;
    height: auto !important;
    object-fit: cover;
    object-position: center;
    max-width: none !important;
}

/* Remove any overlay styles from theme */
.destlist .destination-wrapper-3 .content{
    position:relative !important;
    inset:auto !important;
    bottom:auto !important;
    left:auto !important;
    right:auto !important;
    transform:none !important;
    background:#fff !important;
    padding:12px !important;
    text-align:center;
    z-index:1;
}

.destlist .destination-wrapper-3 .content::before,
.destlist .destination-wrapper-3 .content::after{
    display:none !important;
}

.destlist .destination-wrapper-3 .title{
    margin:0 !important;
    font-size:16px;
    line-height:1.4;
    font-weight:600;
}

.destlist .destination-wrapper-3 .title a{
    color:#222 !important;
    text-decoration:none;
}

.destlist .destination-wrapper-3 .title a:hover{
    color:#DC2C83 !important;
}

@media (max-width:991px){
    .destlist{
        grid-template-columns:repeat(2, 1fr) !important;
    }
}

@media (max-width:576px){
    .destlist{
        gap:12px;
    }

    .destlist .destination-wrapper-3 .title{
        font-size:14px;
    }
}

.content{
    position:relative !important;
}

.title-row{
    display:flex;
    justify-content:space-between;
    align-items:center;
    gap:15px;
}

.title-row .section-title{
    margin-bottom:0;
}

.view-all-btn{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:10px 20px;
    background:#01873D;
    color:#fff !important;
    border:1px solid #01873D;
    border-radius:8px;
    font-size:16px;
    font-weight:600;
    text-decoration:none;
    transition:all .3s ease;
    white-space:nowrap;
}

.view-all-btn:hover{
    background:#fff;
    color:#01873D !important;
    border:1px solid #01873D;
}

@media (max-width:767px){

    .title-row{
        flex-wrap:wrap;
    }

    .view-all-btn{
        margin-top:10px;
    }
}


/**/

.custom-location-select{
    width:100%;
    height:50px;
    padding:0 16px;
    border:1px solid #01873D;
    border-radius:5px;
    background:transparent;
    color:#01873D;
    font-size:16px;
    font-weight:500;
    outline:none;
    cursor:pointer;
    appearance:none;
    -webkit-appearance:none;
    -moz-appearance:none;

    background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2301873D' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'%3E%3C/polyline%3E%3C/svg%3E");
    background-repeat:no-repeat;
    background-position:right 15px center;
    padding-right:45px;
}

.custom-location-select:focus{
    border-color:#01873D;
    box-shadow:0 0 0 3px rgba(1,135,61,0.15);
}

.custom-location-select option{
    color:#01873D;
    background:#fff;
}

/**/

.rts-cta-area{
    padding:0;
}

.full-width-image{
    width:100%;
    overflow:hidden;
}

.full-width-image img{
    width:100%;
    height:600px;
    object-fit:cover;
    display:block;
}
.full-width-image-640 img{
    width:100%;
    height:640px;
    object-fit:cover;
    display:block;
}

.full-width-image-768 img{
    width:100%;
    height:768px;
    object-fit:cover;
    display:block;
}

.package-info{
    display:flex;
    justify-content:space-between;
    align-items:center;
    margin-top:10px;
    gap:10px;
}

.package-duration{
    font-size:14px;
    color:#666;
}

.package-price{
    font-size:20px;
    font-weight:700;
    color:#01873D;
    white-space:nowrap;
}


.search-select {
    position: relative;
    min-width: 180px;
    flex: 1;
}

.search-select .tag {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #666;
    margin-bottom: 8px;
}

.search-select select {
    width: 100%;
    height: 56px;
    padding: 0 18px;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    background: #fff;
    color: #333;
    font-size: 15px;
    font-weight: 500;
    outline: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.search-select::after {
    content: '\f107';
    font-family: "FontAwesome";
    position: absolute;
    right: 18px;
    top: 44px;
    color: #01873D;
    pointer-events: none;
    font-size: 14px;
}

.search-select select:focus {
    border-color: #01873D;
    box-shadow: 0 0 0 3px rgba(1, 135, 61, 0.1);
}

@media (max-width: 767px) {

    .form-area {
        display: flex;
        flex-direction: column;
        gap: 15px;
    }

    .search-select {
        width: 100%;
    }

    .button-area {
        width: 100%;
    }

    .button-area .rts-btn {
        width: 100%;
        justify-content: center;
    }
}

.counter-row{
    display: flex;
    gap: 30px;
}

.counter-row .counter-wrapper{
    flex: 1;
    display: flex;
    align-items: center;
}

@media (max-width: 767px){

    .counter-row{
        flex-direction: column;
        gap: 20px;
    }
}

.about-bottom-area{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:20px;
    flex-wrap:wrap;
}

.phone-btn{
    display:flex;
    align-items:center;
    gap:12px;
    padding:12px 20px;
    border:1px solid #01873D;
    border-radius:50px;
    text-decoration:none;
    background:#fff;
    transition:all 0.3s ease;
}

.phone-btn .icon{
    width:45px;
    height:45px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background:#01873D;
    color:#fff;
    font-size:18px;
}

.phone-btn .content{
    display:flex;
    flex-direction:column;
}

.phone-btn .call-us{
    font-size:12px;
    color:#666;
    line-height:1.2;
}

.phone-btn .phone-number{
    font-size:16px;
    font-weight:600;
    color:#01873D;
}

.phone-btn:hover{
    background:#01873D;
}

.phone-btn:hover .phone-number,
.phone-btn:hover .call-us{
    color:#fff;
}

.phone-btn:hover .icon{
    background:#fff;
    color:#01873D;
}

@media (max-width: 767px){

    .about-bottom-area{
        flex-direction:column;
        align-items:stretch;
    }

    .phone-btn,
    .btn-wrapper .rts-btn{
        width:100%;
        justify-content:center;
    }

    .btn-wrapper{
        width:100%;
    }
}

/* Equal height for all blog cards */
.blog-wrapper3.kayaking{
    display: flex;
    flex-direction: column;
    height: 100%;
    background: #fff;
}

/* Keep image height consistent */
.blog-wrapper3 .image-area{
    flex-shrink: 0;
}

.blog-wrapper3 .image-area img{
    width: 100%;
    aspect-ratio: 491 / 360;
    object-fit: cover;
    display: block;
	border-radius: 12px 12px 0 0 !important;
}

/* Content area fills remaining height */
.blog-wrapper3 .content-area{
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    padding: 20px;
}

/* Blog title in exactly 2 lines */
.blog-wrapper3 .blog-title{
    margin-bottom: 12px;
    line-height: 1.5;
    min-height: 3em; /* 2 lines × 1.5 line-height */

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;

    overflow: hidden;
}

/* Optional: limit description to 3 lines */
.blog-wrapper3 .desc{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;

    overflow: hidden;
    margin-bottom: 20px;
}

/* Push button to bottom */
.blog-wrapper3 .rts-btn{
    margin-top: auto;
}

/* Ensure swiper slide stretches */
.swiper-slide{
    height: auto;
}

.swiper-slide .blog-wrapper3{
    height: 100%;
}

.blog-image{
    overflow: hidden;
    border-radius: 12px 12px 0 0 !important;
}

.blog-image img{
    width: 100%;
    display: block;
    border-radius: 12px 12px 0 0 !important;
}

.testimonials-wrapper-three{
    height:100%;
    display:flex;
    flex-direction:column;
    padding:25px;
}

.testimonials-wrapper-three .desc{
    flex-grow:1;
}

.swiper-slide{
    height:auto;
}

.swiper-slide .testimonials-wrapper-three{
    min-height:320px; /* Adjust as needed */
}

.footer_logo{
	    border: 0;
    vertical-align: middle;
    max-width: 50%;
    height: auto;
}
.slider_logo{
	    border: 0;
    vertical-align: middle;
    max-width: 50%;
    height: auto;
}

.footer-contact-info{
    color:var(--color-body-1);
}

.contact-item{
    margin-bottom:15px;
    line-height:26px;
}

.contact-item strong{
    display:block;
    margin-bottom:5px;
    color:var(--color-body-1);
}

.contact-item a{
    color:var(--color-body-1);
    text-decoration:none;
}

.footer-call-btn{
    display:inline-flex;
    align-items:center;
    gap:12px;
    background:#01873D;
    color:#fff !important;
    padding:12px 18px;
    border-radius:8px;
    font-weight:600;
    margin-top:8px;
    transition:all 0.3s ease;
}

.footer-call-btn:hover{
    background:#fff;
    color:#01873D !important;
}

.footer-call-btn .call-icon{
    width:42px;
    height:42px;
    background:rgba(255,255,255,0.15);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:16px;
}

.footer-call-btn small{
    display:block;
    font-size:12px;
    opacity:.9;
    line-height:14px;
}

.social-row{
    display:flex;
    align-items:center;
    gap:15px;
    flex-wrap:wrap;
}

.footer-social-icons{
    display:flex;
    align-items:center;
    gap:10px;
}

.footer-social-icons a{
    width:38px;
    height:38px;
    border:1px solid rgba(255,255,255,.3);
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--color-body-1);
    transition:0.3s;
}

.footer-social-icons a:hover{
    background:#01873D;
    border-color:#01873D;
    color:#fff;
}

.mt-20{
    margin-top:20px;
}

.about-right-content-area p{margin-bottom: 17px;color: var(--color-body-1);
    font-weight: 500;
    margin-top: 10px;}
	

.about-right-content-area h2{font-size:24px;}

.tour-features ul{
    display:grid;
    grid-template-columns:repeat(6, 1fr);
    gap:15px;
    padding:0;
    margin:20px 0;
    list-style:none;
}

.tour-features ul li{
    padding:5px 5px;
    font-size:16px;
    line-height:22px;
    margin:0;
}

.tour-features ul li::before{
    content:"✓";
    color:#01873D;
    font-weight:bold;
    margin-right:8px;
}

@media(max-width:991px){
    .tour-features ul{
        grid-template-columns:repeat(2, 1fr);
    }
}

@media(max-width:576px){
    .tour-features ul{
        grid-template-columns:1fr;
    }
}