.elementor-16 .elementor-element.elementor-element-3cd841a{--display:flex;--margin-top:30px;--margin-bottom:30px;--margin-left:0px;--margin-right:0px;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-16 .elementor-element.elementor-element-b9c86e1{--display:flex;}.elementor-16 .elementor-element.elementor-element-254bad4{--display:flex;}.elementor-16 .elementor-element.elementor-element-53d90f1{--display:flex;}.elementor-16 .elementor-element.elementor-element-6701596{--display:flex;}.elementor-16 .elementor-element.elementor-element-5e9587e{--display:flex;}.elementor-16 .elementor-element.elementor-element-a45a5f5{--display:flex;}.elementor-16 .elementor-element.elementor-element-5be9f87{--display:flex;}:root{--page-title-display:none;}/* Start custom CSS for html, class: .elementor-element-d0d6c6e */.what-we-offer{
    padding:90px 0 40px;
}

.offer-header{
    text-align:center;
    max-width:700px;
    margin:0 auto 35px;
}

.offer-header h2{
    font-size:48px;
    margin-bottom:20px;
    font-family:Georgia;
    color: #267C83 ;
}

.offer-header p{
    color:black;
    line-height:1.8;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d7f200f */.what-we-offer{
    padding:100px 0;
}

.offer-header{
    text-align:center;
    max-width:700px;
    margin:0 auto 70px;
}

.offer-header h2{
    font-size:48px;
    margin-bottom:15px;
    font-family: Georgia;
}

.offer-header p{
    color:#666;
    line-height:1.8;
}

.tour-category{
    margin-bottom:80px;
}

.category-title{
    font-size:36px;
    text-align:center;
    margin-bottom:35px;
    font-family: Georgia;
}

.tour-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.tour-card{
    display:block;
    text-decoration:none;
    overflow:hidden;
    border-radius:22px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
    background:#fff;
}

.tour-card img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    transition:.5s;
}

.tour-content{
    padding:25px;
}

.tour-content h4{
    color:#222;
    margin-bottom:12px;
    font-size:24px;
}

.tour-content span{
    color:#267C83;
    font-weight:600;
}

.tour-card:hover{
    transform:translateY(-8px);
}

.tour-card:hover img{
    transform:scale(1.05);
}

@media(max-width:768px){

    .tour-grid{
        grid-template-columns:1fr;
    }

    .category-title{
        font-size:30px;
    }

}
.tour-card,
.tour-card *,
.tour-card:link,
.tour-card:visited,
.tour-card:hover,
.tour-card:active {
    text-decoration: none !important;
}

.tour-card h4,
.tour-card span {
    text-decoration: none !important;
}

.tour-card:hover h4,
.tour-card:hover span {
    text-decoration: none !important;
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-5e9587e */.guided-tours-section{

    max-width:1300px;

    margin:100px auto;

    padding:0 30px;

}



/* HEADER */

.guided-tours-header{

    text-align:center;

    max-width:750px;

    margin:0 auto 50px;

}



.guided-tours-header h2{

    font-size:44px;

    font-weight:600;

    color:#222;

    margin-bottom:15px;
    font-family: Georgia;

}



.guided-tours-header p{

    font-size:18px;

    color:#666;

    line-height:1.7;
    font-family: Abel;

}





/* GRID */

.guided-tours-grid{

    display:grid;

    grid-template-columns:repeat(3,1fr);

    gap:35px;

}





/* CARD */

.guided-tour-card{

    background:#fff;

    border-radius:22px;

    overflow:hidden;

    box-shadow:0 10px 30px rgba(0,0,0,.08);

    transition:.35s ease;

}



.guided-tour-card:hover{

    transform:translateY(-10px);

    box-shadow:0 20px 40px rgba(0,0,0,.15);

}





.guided-tour-card img{

    width:100%;

    height:320px;

    object-fit:cover;

}





/* CONTENT */

.guided-tour-content{

    padding:30px;

    text-align:center;

}



.guided-tour-content h3{

    font-size:24px;

    color:#222;

    margin-bottom:15px;
    font-family: Georgia;
}



.guided-tour-content p{

    color:#666;

    line-height:1.7;

    font-size:15px;

    margin-bottom:25px;
    font-family: Abel;

}





/* BUTTON */

.guided-tour-button{

    display:inline-block;

    padding:12px 28px;

    border-radius:30px;

    background:#267C83;

    color:#fff;

    text-decoration:none;

    font-weight:600;

    transition:.3s ease;
    font-family: Georgia;

}



.guided-tour-button:hover{

    background:#B94F5A;

    color:#fff;

}





/* TABLET */

@media(max-width:1100px){


    .guided-tours-grid{

        grid-template-columns:repeat(2,1fr);

    }

}





/* MOBILE */

@media(max-width:700px){


    .guided-tours-grid{

        grid-template-columns:1fr;

    }


    .guided-tours-header h2{

        font-size:32px;

    }


    .guided-tours-section{

        padding:0 20px;

    }


}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-076673a */.tour-category{
    margin-bottom:80px;
}

.category-title{
    font-size:36px;
    text-align:center;
    margin-bottom:35px;
    font-family: Georgia;
}

.tour-grid{
    display:grid;
    grid-template-columns:repeat(3,1fr);
    gap:30px;
}

.tour-card{
    display:block;
    text-decoration:none;
    overflow:hidden;
    border-radius:22px;
    box-shadow:0 15px 35px rgba(0,0,0,.08);
    transition:.4s;
    background:#fff;
}

.tour-card img{
    width:100%;
    aspect-ratio:1/1;
    object-fit:cover;
    transition:.5s;
}

.tour-content{
    padding:25px;
}

.tour-content h4{
    color:#222;
    margin-bottom:12px;
    font-size:24px;
}

.tour-content span{
    color:#267C83 ;
    font-weight:600;
}

.tour-card:hover{
    transform:translateY(-8px);
}

.tour-card:hover img{
    transform:scale(1.05);
}

@media(max-width:768px){

    .tour-grid{
        grid-template-columns:1fr;
    }

    .category-title{
        font-size:30px;
    }

}
.tour-card,
.tour-card *,
.tour-card:link,
.tour-card:visited,
.tour-card:hover,
.tour-card:active {
    text-decoration: none !important;
}

.tour-card h4,
.tour-card span {
    text-decoration: none !important;
}

.tour-card:hover h4,
.tour-card:hover span {
    text-decoration: none !important;
}
.tour-grid{
    justify-items:center;
}

.tour-card{
    width:100%;
    max-width:380px;
}

.private-category .tour-grid{
    display:grid;
    grid-template-columns:repeat(2, 1fr);
    gap:30px;
    justify-items:center;
}

.private-category .tour-card{
    width:100%;
    max-width:380px;
}


/* MOBILE */

@media(max-width:768px){

    .private-category .tour-grid{
        grid-template-columns:1fr;
    }

}
.category-description{
    color:#000 !important;
    font-family: Georgia;
}
.private-category .tour-content p {
    color: #000 !important;
    font-family: Georgia;
}/* End custom CSS */