
.visa-card {
    border-radius: 12px;
    transition: all 0.3s ease;
    border: 1px solid #eee;
    background: #f6f6f6;

}

.visa-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.08);
    /*background: #f6f6f6;*/


}

.visa-flag {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 6px;

}
/*.card{*/
/*    background-color: #ebebeb;*/
/*}*/


.main-header .logo-box .logo a {
     height: auto;
}
.owl-carousel .owl-item img {
    border-radius: 40px;
}

.banner-content-wrapper-inner h2 {
    font-size: 40px;
    line-height: 65px;
}

.about-page {
    height: 870px;
}


.airline-logo-wrapper {
    width: 150px;
    height: 80px;
    margin: auto;
    background: #ffffff;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.05);
}

.airline-logo-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain; /* Prevents stretching */
}


.testimonial-container {
    height: 350px;
}

.testimonial {
    height: 500px;
}

.btn-1 {
    background: #047ECF;
}
.category-section {
    background: #f8f9fa;
}

.section-subtitle {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    color: #0d6efd;
    letter-spacing: 1px;
}

.section-title {
    font-size: 32px;
    font-weight: 700;
    margin: 10px 0;
}

.section-description {
    color: #6c757d;
    max-width: 600px;
    margin: 0 auto;
    font-size: 15px;
}

.service-card {
    background: #ffffff;
    padding: 35px 20px;
    border-radius: 16px;
    transition: all 0.3s ease;
    border: 1px solid #f1f1f1;
}

.service-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
}

.service-icon {
    font-size: 28px;
    color: #C4161E;
    margin-bottom: 15px;
}

.video {
    padding-bottom: 100px;
}

.destination-img {
    height: 280px;
    width: 100%;
    object-fit: cover;
}

.destination-card {
    transition: all 0.3s ease;
}

.destination-card:hover {
    transform: translateY(-8px);
}

.destination-overlay {
    background: rgba(0, 0, 0, 0.6);
    width: 100%;
    padding: 15px;
    border-radius: 0 0 20px 20px;
    color: #fff;
}

.common-banner {
     height: unset;
}

.handle-preloader.home-1 {
    background: #408aff;
}

.main-menu .navigation > li {
    padding: 60px 0px !important;

}



.banner-content-wrapper-inner h2 span {
    color: #C1191F;
     /*color:#C62329;*/
    position: relative;
}


.banner-content-wrapper-inner h2 {
    color: #0580CE;
}

h1, h2 {
    font-family: 'sans-serif';
    /*color: #C4161D;*/
}
h1,h2{
    color: #C1191F;
}

.main-menu .navigation > li > a:hover, .main-menu .navigation > li > ul > li > a:hover, .main-menu .navigation > li > .megamenu li > a:hover {
    color: #C1191F !important;
}

.banner-media ul li a
{
    color: #0580CE;
}
.widget_content .links_list li a:hover {
    color: #C1191F;
}