/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 28 2025 | 15:40:48 */
.cstm-img-box:after{
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: 100%;
    z-index: -1;
    opacity: 0;
    background: #103E8E;
    transition: 0.5s;
    border-radius: 8px;
}
.cstm-img-box:hover {
    transform: translateY(-10px);
}
.cstm-img-box:hover::after {
    bottom: -1px;
    opacity: 1;
}
.cstm-img-box h3, .cstm-img-box p, .cstm-img-box .elementor-icon {
   transition: 0.1s all ease-in-out;
}
.cstm-img-box:hover h3, .cstm-img-box:hover p  {
   color: white !important;
}
.cstm-img-box .elementor-icon path, .cstm-img-box:first-child .elementor-icon line{
	stroke: #103E8E !important;
}
.cstm-img-box:hover .elementor-icon path, .cstm-img-box:first-child:hover .elementor-icon line {
   stroke: white !important;
}
.cstm-img-box:nth-child(2) .elementor-icon path{
	fill: #103E8E !important;
	color: #103E8E !important;
}
.cstm-img-box:nth-child(2):hover .elementor-icon path{
	fill: #fff !important;
	color: #fff !important;
}
.cstm-img-box:hover .elementor-icon i{
	color: #fff !important;
}

@media(max-width:767px)
{
	
#jet-tabs-control-7691{
	        flex: 1 1 40%;
        margin: 0px 5px 10px 5px;
}
.cstm-flights-tab .jet-tabs__control-wrapper {
	flex-wrap: wrap !important;
}
}

.cstm-slider-img img{
	width: 90px;
	max-width: 90px;
	height: 40px !important;
    object-fit: contain;
    object-position: left;
}

.cstm-carasol-slider img {
    height: 80px !important;
    object-fit: contain;
}
.cstm-phone-btn svg {
    font-size: 24px;
}
.jet-tabs__content-wrapper {
    min-height: max-content !important;
}
.submenu-tabs .jet-tabs__content-wrapper {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
@media(max-width:767px){
	.cstm-phone-btn svg {
    font-size: 12px !important;
}
	.jet-tabs__control {
    width: 40% !important;
    margin-bottom: 7px !important;
	}
	.jet-tabs__control-wrapper {
    padding-left: 10px !important;
	}
}