.elementor-15934 .elementor-element.elementor-element-8a70d69{--display:flex;}.pp-tooltip.pp-tooltip-{{ID}} .pp-tooltip-content{font-family:var( --e-global-typography-accent-font-family ), Sans-serif;font-weight:var( --e-global-typography-accent-font-weight );}/* Start custom CSS for html, class: .elementor-element-9185652 *//* ====================================
TAILOR MADE TOURS INTRO
==================================== */

.tmt-intro{
    padding:120px 20px;
    background:#fff;
}

.tmt-container{
    max-width:1400px;
    margin:auto;
    display:grid;
    grid-template-columns:1.1fr .9fr;
    gap:80px;
    align-items:center;
}

.tmt-badge{
    display:inline-block;
    padding:10px 22px;
    border-radius:50px;
    background:rgba(216,146,42,.08);
    border:1px solid rgba(216,146,42,.25);
    color:#D8922A;
    font-size:13px;
    font-weight:700;
    letter-spacing:2px;
    text-transform:uppercase;
    margin-bottom:25px;
}

.tmt-left h2{
    font-size:64px;
    line-height:1.1;
    color:#0A2D5E;
    font-weight:800;
    margin-bottom:25px;
}

.tmt-left h2 span{
    color:#D8922A;
    display:block;
}

.tmt-left p{
    font-size:18px;
    line-height:1.9;
    color:#666;
    margin-bottom:20px;
}

.tmt-features{
    margin-top:35px;
    display:grid;
    grid-template-columns:repeat(2,1fr);
    gap:18px;
}

.tmt-item{
    background:#f8fafc;
    padding:18px 22px;
    border-radius:16px;
    color:#0A2D5E;
    font-weight:600;
    border:1px solid #edf0f5;
}

.tmt-right img{
    width:100%;
    height:650px;
    object-fit:cover;
    border-radius:35px;
    box-shadow:0 25px 60px rgba(0,0,0,.12);
}

@media(max-width:991px){

    .tmt-container{
        grid-template-columns:1fr;
        gap:40px;
    }

    .tmt-left h2{
        font-size:46px;
    }

    .tmt-right img{
        height:450px;
    }

}

@media(max-width:767px){

    .tmt-intro{
        padding:80px 15px;
    }

    .tmt-left h2{
        font-size:34px;
    }

    .tmt-left p{
        font-size:16px;
    }

    .tmt-features{
        grid-template-columns:1fr;
    }

    .tmt-right img{
        height:320px;
    }

}/* End custom CSS */