.elementor-524 .elementor-element.elementor-element-4a4d79c{--display:flex;}/* Start custom CSS for html, class: .elementor-element-d86299f */<style>

/* ==========================
   TRAVEL DUMP PACKAGE SECTION
========================== */

.td-packages-section{
    background:#F8F5EF;
    padding:110px 25px;
}

.td-container{
    max-width:1320px;
    margin:auto;
}

/* Header */

.td-section-header{
    text-align:center;
    margin-bottom:60px;
}

.td-subtitle{
    display:inline-block;
    color:#0F6B52;
    font-size:14px;
    font-weight:600;
    letter-spacing:3px;
    text-transform:uppercase;
    margin-bottom:15px;
}

.td-section-header h2{
    font-size:48px;
    color:#2C2C2C;
    margin-bottom:18px;
    font-weight:700;
}

.td-section-header p{
    max-width:700px;
    margin:auto;
    color:#666;
    font-size:17px;
    line-height:1.8;
}

/* FILTERS */

.td-filter-buttons{
    display:flex;
    justify-content:center;
    flex-wrap:wrap;
    gap:15px;
    margin:55px 0 70px;
}

.td-filter-buttons button{

    background:#fff;
    border:none;
    padding:14px 28px;
    border-radius:50px;
    cursor:pointer;
    font-size:15px;
    font-weight:600;
    color:#444;
    transition:.35s;
    box-shadow:0 12px 30px rgba(0,0,0,.06);

}

.td-filter-buttons button:hover{

    transform:translateY(-3px);
    background:#0F6B52;
    color:#fff;

}

.td-filter-buttons button.active{

    background:#0F6B52;
    color:#fff;

}

/* GRID */

.td-package-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

}

/* CARD */

.td-package-card{

background:#fff;
border-radius:22px;
overflow:hidden;
transition:
opacity .35s ease,
transform .35s ease,
box-shadow .35s ease;

box-shadow:0 15px 40px rgba(0,0,0,.07);

opacity:1;

}

/* IMAGE */

.td-card-image{

position:relative;
overflow:hidden;
height:260px;

}

.td-card-image img{

width:100%;
height:100%;
object-fit:cover;
transition:.5s;

}

.td-package-card:hover img{

transform:scale(1.08);

}

/* BADGE */

.td-badge{

position:absolute;
top:18px;
left:18px;
background:#E8C04B;
padding:8px 18px;
border-radius:50px;
font-size:13px;
font-weight:600;
color:#222;
box-shadow:0 8px 20px rgba(0,0,0,.15);

}

/* CONTENT */

.td-card-content{

padding:28px;

}

.td-card-content h3{

font-size:26px;
color:#2C2C2C;
margin-bottom:10px;

}

.td-rating{

color:#ffb400;
margin-bottom:18px;
font-size:15px;

}

.td-card-content ul{

list-style:none;
padding:0;
margin:0 0 25px;

}

.td-card-content ul li{

padding:8px 0;
color:#666;
border-bottom:1px solid #efefef;
font-size:15px;

}

.td-price{

font-size:32px;
font-weight:700;
color:#0F6B52;
margin-bottom:25px;

}

/* BUTTON */

.td-card-content a{

display:block;
text-align:center;
background:#0F6B52;
color:#fff;
padding:15px;
border-radius:50px;
text-decoration:none;
font-weight:600;
transition:.35s;

}

.td-card-content a:hover{

background:#0b5843;
transform:translateY(-2px);

}

/* RESPONSIVE */

@media(max-width:1024px){

.td-package-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.td-section-header h2{

font-size:36px;

}

.td-package-grid{

grid-template-columns:1fr;

}

.td-filter-buttons{

justify-content:flex-start;

}

.td-filter-buttons button{

width:100%;

}

}

</style>/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7e63b16 */.td-why{

padding:110px 20px;
background:#ffffff;

}

.td-features{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
margin-top:60px;

}

.td-feature{

background:#F8F5EF;
padding:40px 30px;
border-radius:22px;
text-align:center;
transition:.35s;
box-shadow:0 10px 30px rgba(0,0,0,.05);

}

.td-feature:hover{

transform:translateY(-10px);

box-shadow:0 25px 50px rgba(0,0,0,.12);

}

.icon{

width:80px;

height:80px;

margin:auto;

margin-bottom:25px;

display:flex;

align-items:center;

justify-content:center;

border-radius:50%;

background:#0F6B52;

font-size:36px;

}

.td-feature h3{

font-size:24px;

margin-bottom:12px;

color:#2C2C2C;

}

.td-feature p{

color:#666;

line-height:1.7;

}

@media(max-width:900px){

.td-features{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.td-features{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-8e7cc23 *//* =======================
TESTIMONIALS
======================= */

.td-testimonials{

background:#F8F5EF;
padding:110px 20px;

}

.td-testimonial-grid{

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;
margin-top:60px;

}

.td-review-card{

background:#fff;
padding:35px;
border-radius:24px;
box-shadow:0 18px 45px rgba(0,0,0,.06);
transition:.35s;

}

.td-review-card:hover{

transform:translateY(-10px);

box-shadow:0 30px 60px rgba(0,0,0,.12);

}

.td-review-top{

display:flex;
align-items:center;
gap:18px;
margin-bottom:25px;

}

.td-review-top img{

width:70px;
height:70px;
border-radius:50%;
object-fit:cover;
border:4px solid #E8C04B;

}

.td-review-top h4{

margin:0;
font-size:22px;
color:#2C2C2C;

}

.td-review-top span{

color:#777;

}

.td-stars{

color:#FFB400;
font-size:22px;
margin-bottom:18px;

}

.td-review-card p{

line-height:1.9;
color:#666;

}

@media(max-width:992px){

.td-testimonial-grid{

grid-template-columns:repeat(2,1fr);

}

}

@media(max-width:768px){

.td-testimonial-grid{

grid-template-columns:1fr;

}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-f6c752b *//* ===========================
CONSULTATION CTA
=========================== */

.td-consultation{

max-width:1320px;

margin:120px auto;

background:#ffffff;

border-radius:30px;

display:grid;

grid-template-columns:1.2fr .8fr;

overflow:hidden;

box-shadow:0 25px 70px rgba(0,0,0,.08);

}

.td-consultation-content{

padding:70px;

display:flex;

flex-direction:column;

justify-content:center;

}

.td-mini-title{

color:#0F6B52;

font-weight:700;

letter-spacing:2px;

font-size:14px;

text-transform:uppercase;

margin-bottom:18px;

}

.td-consultation-content h2{

font-size:50px;

line-height:1.2;

color:#2C2C2C;

margin-bottom:20px;

}

.td-consultation-content p{

font-size:18px;

line-height:1.9;

color:#666;

margin-bottom:35px;

}

.td-benefits{

display:grid;

grid-template-columns:repeat(2,1fr);

gap:16px;

margin-bottom:40px;

}

.td-benefits div{

background:#F8F5EF;

padding:15px 20px;

border-radius:50px;

font-weight:500;

color:#2C2C2C;

}

.td-action-buttons{

display:flex;

gap:18px;

flex-wrap:wrap;

}

.td-green-btn{

background:#0F6B52;

color:white;

padding:16px 34px;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.35s;

}

.td-green-btn:hover{

background:#0b5843;

transform:translateY(-3px);

}

.td-outline-btn{

border:2px solid #0F6B52;

color:#0F6B52;

padding:16px 34px;

border-radius:50px;

text-decoration:none;

font-weight:600;

transition:.35s;

}

.td-outline-btn:hover{

background:#0F6B52;

color:white;

}

.td-consultation-image{

height:100%;

}

.td-consultation-image img{

width:100%;

height:100%;

object-fit:cover;

transition:.5s;

}

.td-consultation:hover img{

transform:scale(1.05);

}

@media(max-width:900px){

.td-consultation{

grid-template-columns:1fr;

}

.td-consultation-image{

height:320px;

order:-1;

}

.td-consultation-content{

padding:40px 30px;

}

.td-consultation-content h2{

font-size:36px;

}

.td-benefits{

grid-template-columns:1fr;

}

}/* End custom CSS */