.elementor-14754 .elementor-element.elementor-element-cb24f07{--display:flex;}.elementor-14754 .elementor-element.elementor-element-5ac4293{margin:-9px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}.elementor-14754 .elementor-element.elementor-element-bc0ca8c{margin:-21px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;}/* Start custom CSS for html, class: .elementor-element-5ac4293 */.ah-flight-section{
    width:100vw;
    max-width:100vw;
    margin-left:calc(50% - 50vw);
    padding:80px 20px;
    background:#f7f7f5;
    color:#151515;
    overflow:hidden;
}

.ah-flight-container{
    width:100%;
    max-width:1200px;
    margin:0 auto;
}

.ah-flight-heading{
    text-align:center;
    max-width:850px;
    margin:0 auto 45px;
}

.ah-flight-label{
    display:inline-flex;
    align-items:center;
    gap:8px;
    padding:8px 15px;
    border-radius:50px;
    background:#fff;
    border:1px solid #e0b51a;
    color:#9a7900;
    font-size:13px;
    font-weight:700;
    letter-spacing:.5px;
    margin-bottom:15px;
}

.ah-flight-heading h2{
    margin:0 0 14px;
    font-size:42px;
    line-height:1.15;
    font-weight:800;
    color:#151515;
}

.ah-flight-heading h2 span{
    color:#e0b51a;
}

.ah-flight-heading p{
    margin:0;
    font-size:16px;
    line-height:1.7;
    color:#666;
}

.ah-flight-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:24px;
}

.ah-flight-card{
    background:#fff;
    border:1px solid #e9e9e9;
    border-radius:22px;
    padding:25px;
    box-shadow:0 10px 30px rgba(0,0,0,.06);
    transition:all .3s ease;
    position:relative;
    overflow:hidden;
}

.ah-flight-card:before{
    content:"";
    position:absolute;
    top:0;
    left:0;
    right:0;
    height:4px;
    background:#e0b51a;
}

.ah-flight-card:hover{
    transform:translateY(-5px);
    box-shadow:0 18px 40px rgba(0,0,0,.1);
    border-color:#e0b51a;
}

.ah-flight-top{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:15px;
    margin-bottom:22px;
}

.ah-flight-destination{
    min-width:0;
}

.ah-flight-destination h3{
    margin:0 0 5px;
    font-size:24px;
    line-height:1.2;
    font-weight:800;
    color:#171717;
}

.ah-flight-destination p{
    margin:0;
    font-size:14px;
    color:#777;
    font-weight:500;
}

.ah-flight-from{
    display:inline-flex;
    align-items:center;
    gap:6px;
    background:#faf5dc;
    color:#8a6b00;
    border:1px solid #ead27a;
    border-radius:50px;
    padding:7px 11px;
    font-size:11px;
    font-weight:800;
    white-space:nowrap;
}

.ah-flight-price{
    background:#151515;
    border-radius:15px;
    padding:16px 18px;
    margin-bottom:18px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:15px;
}

.ah-flight-price span{
    color:#d7d7d7;
    font-size:13px;
    font-weight:600;
}

.ah-flight-price strong{
    color:#e0b51a;
    font-size:25px;
    line-height:1;
    font-weight:800;
}

.ah-flight-info{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
    margin-bottom:20px;
}

.ah-flight-info-box{
    border:1px solid #ededed;
    background:#fafafa;
    border-radius:14px;
    padding:14px;
}

.ah-flight-info-box span{
    display:block;
    margin-bottom:6px;
    font-size:11px;
    color:#888;
    font-weight:700;
    text-transform:uppercase;
    letter-spacing:.4px;
}

.ah-flight-info-box strong{
    display:block;
    font-size:14px;
    line-height:1.4;
    color:#222;
    font-weight:800;
}

.ah-flight-actions{
    display:grid;
    grid-template-columns:repeat(3,minmax(0,1fr));
    gap:9px;
}

.ah-flight-btn{
    min-height:44px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    padding:10px 12px;
    border-radius:11px;
    text-decoration:none!important;
    font-size:12px;
    line-height:1.2;
    font-weight:800;
    transition:all .25s ease;
    text-align:center;
}

.ah-flight-call{
    background:#151515;
    color:#fff!important;
    border:1px solid #151515;
}

.ah-flight-call:hover{
    background:#292929;
    color:#fff!important;
}

.ah-flight-whatsapp{
    background:#e0b51a;
    color:#111!important;
    border:1px solid #e0b51a;
}

.ah-flight-whatsapp:hover{
    background:#cda315;
    color:#111!important;
}

.ah-flight-contact{
    background:#fff;
    color:#222!important;
    border:1px solid #d9d9d9;
}

.ah-flight-contact:hover{
    background:#f4f4f4;
    border-color:#bdbdbd;
    color:#111!important;
}

@media(max-width:767px){
    .ah-flight-section{
        padding:60px 15px;
    }

    .ah-flight-heading{
        margin-bottom:32px;
    }

    .ah-flight-heading h2{
        font-size:30px;
    }

    .ah-flight-heading p{
        font-size:14px;
    }

    .ah-flight-grid{
        grid-template-columns:1fr;
        gap:18px;
    }

    .ah-flight-card{
        padding:20px;
        border-radius:18px;
    }

    .ah-flight-top{
        gap:10px;
    }

    .ah-flight-destination h3{
        font-size:21px;
    }

    .ah-flight-from{
        font-size:10px;
        padding:6px 9px;
    }

    .ah-flight-price{
        padding:14px;
    }

    .ah-flight-price strong{
        font-size:22px;
    }

    .ah-flight-info{
        gap:9px;
    }

    .ah-flight-info-box{
        padding:12px;
    }

    .ah-flight-actions{
        grid-template-columns:1fr;
        gap:8px;
    }

    .ah-flight-btn{
        width:100%;
    }
}

@media(min-width:768px) and (max-width:980px){
    .ah-flight-grid{
        grid-template-columns:1fr 1fr;
    }

    .ah-flight-actions{
        grid-template-columns:1fr;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-bc0ca8c */.ah-flight-faq{
width:100vw;
max-width:100vw;
margin-left:calc(50% - 50vw);
background:#f7f8fa;
padding:80px 20px;
font-family:inherit;
color:#171717;
}
.ah-flight-faq *{box-sizing:border-box}
.ah-faq-container{
width:100%;
max-width:1000px;
margin:0 auto;
}
.ah-faq-heading{
text-align:center;
max-width:800px;
margin:0 auto 45px;
}
.ah-faq-label{
display:inline-flex;
align-items:center;
gap:8px;
padding:8px 17px;
border-radius:50px;
background:#fff4c9;
color:#b48700;
font-size:12px;
font-weight:800;
letter-spacing:.8px;
text-transform:uppercase;
margin-bottom:15px;
}
.ah-faq-label svg{
width:15px;
height:15px;
fill:currentColor;
}
.ah-faq-heading h2{
margin:0 0 14px;
font-size:42px;
line-height:1.15;
font-weight:800;
color:#111;
}
.ah-faq-heading h2 span{color:#d6a900}
.ah-faq-heading p{
margin:0;
font-size:16px;
line-height:1.7;
color:#666;
}
.ah-faq-list{
display:flex;
flex-direction:column;
gap:13px;
}
.ah-faq-item{
background:#fff;
border:1px solid #e7e7e7;
border-radius:15px;
overflow:hidden;
transition:border-color .25s ease,box-shadow .25s ease;
}
.ah-faq-item:hover{
border-color:#e0b51a;
box-shadow:0 8px 25px rgba(0,0,0,.06);
}
.ah-faq-question{
width:100%;
border:0;
background:#fff;
padding:21px 23px;
display:flex;
align-items:center;
justify-content:space-between;
gap:20px;
cursor:pointer;
text-align:left;
font-family:inherit;
color:#151515;
font-size:16px;
font-weight:800;
line-height:1.45;
}
.ah-faq-question span:first-child{
flex:1;
}
.ah-faq-icon{
width:30px;
height:30px;
min-width:30px;
border-radius:50%;
background:#fff4c9;
color:#b48700;
display:flex;
align-items:center;
justify-content:center;
font-size:20px;
font-weight:500;
transition:transform .25s ease,background .25s ease;
}
.ah-faq-answer{
display:grid;
grid-template-rows:0fr;
transition:grid-template-rows .3s ease;
}
.ah-faq-answer-inner{
overflow:hidden;
}
.ah-faq-answer p{
margin:0;
padding:0 23px 22px;
font-size:14px;
line-height:1.75;
color:#666;
}
.ah-faq-item.active{
border-color:#e0b51a;
box-shadow:0 8px 25px rgba(0,0,0,.05);
}
.ah-faq-item.active .ah-faq-answer{
grid-template-rows:1fr;
}
.ah-faq-item.active .ah-faq-icon{
background:#e0b51a;
color:#111;
transform:rotate(45deg);
}

@media(max-width:650px){
.ah-flight-faq{
padding:60px 15px;
}
.ah-faq-heading{
margin-bottom:32px;
}
.ah-faq-heading h2{
font-size:31px;
}
.ah-faq-heading p{
font-size:14px;
}
.ah-faq-question{
padding:18px;
font-size:14px;
gap:12px;
}
.ah-faq-answer p{
padding:0 18px 19px;
font-size:13px;
}
.ah-faq-icon{
width:28px;
height:28px;
min-width:28px;
}
}/* End custom CSS */