/*!
Theme Name: Hyperfly Child theme
Theme URI: https://bracketweb.com/hyperflywp/
Template: hyperfly
Author: Layerdrops
Author URI: https://themeforest.net/user/Layerdrops
Description: This is a Child theme for Hyperfly WordPress theme.
Version: 1.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: hyperfly-child
*/
.preloader {
	background-color: #f5f5f5;
}
.preloader .preloader__image {
    background-image: url(https://staging.flykka.com/wp-content/uploads/2025/09/cropped-Fav_Icon-1.png);
    height: 75px;
    width: 75px;
    background-size: cover;
}

.main-header--two__info a {
   padding: 8px 18px;
    margin-right: 20px;
    color: #fff;
    background: linear-gradient(90deg, var(--hyperfly-base, #E11617) 0%, var(--hyperfly-base2, #EB6253) 100%);
    cursor: pointer;
    border-radius: 5px;
    pointer-events: none;
    cursor: not-allowed;
	margin-top: 12px;
    margin-bottom: 12px;
	text-transform: uppercase;
    font-size: 16px;
}
@media screen and (max-width:1200px){
	.main-header--two__info a {
  		 padding: 6px 14px;
		font-size: 14px;
	}
}
input[type=tel] {
display: block !important;
width: 100% !important;
height: 55px;
background-color: var(--hyperfly-white, #fff) !important;
color: #BEBEBE !important;
font-size: 16px !important;
font-weight: 400 !important;
border-radius: 7px;
border: 1px solid var(--hyperfly-white, #fff) !important;
outline: none !important;
padding-left: 20px !important;
padding-right: 20px !important;
text-transform: none !important;
margin: 6px 0 16px !important;
transition: all 0.4s !important;
}

input[type=tel]:focus {
color: var(--hyperfly-black, #030D17) !important;
border-color: var(--hyperfly-black, #030D17) !important;
}


.main-header--two .main-menu .main-menu__list > li > a {
color: #0a0a0a;
}
.main-header--two.sticky-header--cloned {
background-color: rgba(255, 255, 255, 0.8); /* Semi-transparent */
 border: none;
 box-shadow: 0px 3px 18px rgba(0, 0, 0, 0.2);
 backdrop-filter: blur(10px); /* Glass blur effect */
 -webkit-backdrop-filter: blur(10px); 
}
.page-id-1828 .sticky-header .menu-item a ,.main-header--two.sticky-header--cloned .menu-item a {
	color: #000000 !important;
}

.main-header--two {
left: 0;
top: 0;
z-index: 9;
width: 100%;
padding: 0;
border-bottom: 1px solid #00000051;
	background-color: rgba(255, 255, 255, 0);
 border: none;

}
.sticky-header--cloned .mobile-nav__btn span {
    background-color: #030d17;
}
.elementor-element.elementor-element-0c9e990.e-con-full.e-flex.e-con.e-parent.e-lazyloaded{
width:100%
}

/* ----------footer------ */
.footer-bottom__copyright span {
	color:black !important;
}
.footer-widget__info li a:hover {
    color: #E11617;
}
.elementor-element-2b94293 .footer-one__top .hyperfly-btn:hover {
    color: #ffffff;
}
.elementor-element-2b94293 .footer-one__top .hyperfly-btn > span {
    background-color: #000;
}

.page-id-1828 .page-header {
display:none;
}
.elementor-element-2187ab8 .feature-two{
	background-color:#f5f5f5;
}
.elementor-element-2187ab8 .feature-two *{
	color:#000 !important;
}
.elementor-element-2187ab8 .feature-two .feature-two__item {
	border:1px solid #0000005f !important;
}
.elementor-element-1c091dc .main-slider-one__tabs.aos-init.aos-animate{
	box-shadow: 0px 5px 20px 0px #6c757d;
}
.elementor-element-2187ab8 .feature-two .feature-two__item img{
	filter: brightness(0) invert(0);
}
.feature-two__item:hover .feature-two__item__icon img {
    filter: brightness(0) invert(1) drop-shadow(2px 4px 6px var(--hyperfly-white, #fff)) !important;
}
.why-choose-one__image__logo img{
	border-radius:0;
}


/* ---------------fleet page----------------- */

.flight-details .row.d-flex.align-items-center.gutter-y-30.mb100x100 {
    flex-direction: row-reverse;
}
.flight-details .row.d-flex.align-items-center.gutter-y-30.mb100x100 .flight-details__content-two {
    margin-left: auto;
}
@media (max-width: 767px) {
.flight-details .row.d-flex.align-items-center.gutter-y-30.mb100x100 .flight-details__content-two__list li {
	font-size:14px;
	        padding: 15.5px 10px;
	}}


/* ----about page--------- */

.elementor-element-ff27dff .team-two {
    background-color: #f6f6f6;
}
.elementor-element-ff27dff .team-two .owl-stage{
	margin:auto;
}
.elementor-element-ff27dff .team-two .team-card__image img{
	height:auto;
}

/* -----------faq page-------------- */
.faq-three .sec-title {
        padding-bottom: 0px;
        text-align:left !important;
}

@media (min-width: 768px) {
    .faq-three .sec-title {
        padding-bottom: 0px;
        margin-top: -9px;
    }
}
.faq-three .col-lg-6{
	width:100% !important;
}
.faq-three {
    padding: 0;
}
.faq-three .col-lg-6 .gutter-y-30 {
    --bs-gutter-y: 0;
}
.faq-three .faq-three__image {
    margin-top: 0px !important;
}

/* --------round-trip toggle------------ */
.trip-toggle {
  position: relative;
  display: inline-block;
}

.trip-toggle input {
  display: none; /* hide real checkbox */
}

.trip-toggle label {
  display: block;
  width: 50px;
  height: 26px;
  background: #ddd;
  border-radius: 20px;
  cursor: pointer;
  position: relative;
}

.trip-toggle .toggle {
  position: absolute;
  top: 3px;
  left: 3px;
  width: 20px;
  height: 20px;
  background: #ffffff;
  border-radius: 50%;
  transition: all 0.3s;
}

.trip-toggle .labels {
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  text-align: center;
  line-height: 36px;
}

.trip-toggle .labels:before {
  color: #555;
  position: absolute;
  left: 10px;
}

.trip-toggle .labels:after {
  color: #555;
  position: absolute;
  right: 10px;
  opacity: 0.5;
  transition: opacity 0.3s;
}

/* Checked state */
.trip-toggle input:checked + label .toggle {
  left: 26px;
  background: #ffffff;
}
.trip-toggle input:checked + label {
  
	background: #E11617;
}
.trip-toggle input:checked + label .labels:before {
  opacity: 0.5;
}
.trip-toggle input:checked + label .labels:after {
  opacity: 1;
}

.trip-toggle-container{
	    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}
.round-trip-lable{
	color:#000;
	font-size:16px;
}

/* --------destination---grid------------ */

.destination-container {
    max-width: 360px;
    margin: auto;
}