	@charset "UTF-8";

/*
Theme Name: My Custom Theme
Theme URI: https://exploremyflight.com/
Author: nextzensoftech team
Author URI: https://nextzensoftech.com/
Description: My Custom Theme is a blank canvas for your ideas and it makes the block editor your best brush. With new block patterns, which allow you to create a beautiful layout in a matter of seconds, this theme’s soft colors and eye-catching — yet timeless — design will let your work shine. Take it for a spin! See how My Custom Theme elevates your portfolio, business website, or personal blog.
Requires at least: 5.3
Tested up to: 6.9
Requires PHP: 5.6
Version: 2.7
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyone
Tags: one-column, accessibility-ready, custom-colors, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, blog, portfolio
My Custom Theme WordPress Theme, (C) 2026 WordPress.org
My Custom Theme is distributed under the terms of the GNU GPL.
*/
@media (min-width: 992px) {
    .mean-container {
        display: none !important;
    }
}

.airport-wrapper {
    position: relative;
}

.airport-dropdown {
    position: absolute;
    top: calc(100% + 4px); /* better spacing */
    left: 0;
    width: 100%;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.12);
    max-height: 320px;
    overflow-y: auto;
    z-index: 99999;
    display: none;
}

.airport-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 12px 14px;
    cursor: pointer;
    border-bottom: 1px solid #f1f1f1;
}

.airport-row:last-child {
    border-bottom: none;
}

.airport-row:hover {
    background: #f5f7fa;
}

.airport-left {
    display: flex;
    gap: 10px;
    align-items: center;
}

.airport-left .icon {
    font-size: 16px;
    color: #6c757d;
}

.city {
    font-weight: 600;
    font-size: 14px;
}

.airport {
    font-size: 12px;
    color: #6c757d;
}

.iata {
    background: #e9f1ff;
    color: #2b6cb0;
    font-size: 12px;
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: 600;
} 

p a {
	color: #1a73e8;
}
div#wmn-fx {
	position: fixed;
	bottom: 65px;
	right: 25px;
	z-index: 99999;
	width: 50px;
}
.logo {
	width: 160px;
}
.footer_logo{width:250px;}
footer.footer-three .footer-bottom p {
	color: #7D828C;
	font-size: 14px;
}
a {
	text-decoration: none !important;
	font-size: 16px; 
	line-height: 24px;
	font-weight: normal;
	text-transform: capitalize;
}

#wmn-fx 
{
  bottom: 10px!important;
  left: 15px!important; 
}

.breadcrumb-bar::before 
{  
	background: linear-gradient(95.36deg, rgba(2, 2, 2, 0) 13.15%, rgba(0, 0, 0, 0.5) 78.27%)!important;  
 }
/* accordian */  
/*.vc_tta-accordion  {
  width: 100%;
  float: left;
  background: #efefef;
  padding: 20px 0;
    padding-right: 0px;
    padding-left: 0px;
  border-radius: 20px;
}*/

.vc_tta-accordion .vc_tta-panel-title > a {
	color: #000 !important;
	font-weight: 600 !important;
}

.vc_tta-accordion .vc_active .vc_tta-panel-heading {
	color: #0c63e4 !important;
	background-color: #e7f1ff !important;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left.vc_tta-panel-title > a {
	padding-left: 18px!important;
}
.vc_tta.vc_general .vc_tta-panel-title > a { 
	padding: 10px 18px!important; 
	transition: color .1s ease-in-out!important;  
	background: #237bee!important;
	color: #fff !important;
}
.vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_active .vc_tta-panel-heading .vc_tta-controls-icon::before, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
	border-color: #fff!important;
}
.vc_tta.vc_tta-accordion .vc_tta-controls-icon-position-left .vc_tta-controls-icon {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: auto!important;
	right: 20px!important;
}
/*heading padding*/
h2 {
	padding: 10px 0;
	font-size: 22px;
	color: #d4a005;
}
h3,h4 {
	padding: 10px 0;
	font-size: 20px;
	color: #d4a005;
}

/*form style*/

.contact-form {
  max-width: 600px;
  margin: auto;
}


.form-group {
  margin-bottom: 20px;
}


.form-control {
  width: 100%;
  padding: 12px 15px;
  border: 1px solid #ddd;
  border-radius: 8px;
  font-size: 14px;
  transition: 0.3s ease;
}


.form-control:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 8px rgba(13, 110, 253, 0.2);
  outline: none;
}


.form-control::placeholder {
  color: #999;
}


.input-checkbox {
  display: flex;
  align-items: center;
  font-size: 14px;
}

.input-checkbox input {
  margin-right: 10px;
  cursor: pointer;
}

.input-checkbox label {
  margin: 0;
}

.input-checkbox a {
  color: #0d6efd;
  text-decoration: none;
}

.input-checkbox a:hover {
  text-decoration: underline;
}


.main-btn {
  background: linear-gradient(to right, #0d6efd, #00c6ff);
  color: #fff;
  padding: 12px 25px;
  border: none;
  border-radius: 30px;
  font-weight: 600;
  transition: 0.3s; 
  margin-top:10px
}
.main-btn:hover {
  background: linear-gradient(to right, #0056d2, #0096c7);
  transform: translateY(-2px);
}


.main-btn.disabled {
  opacity: 0.7;
}


.help-block {
  color: red;
  font-size: 13px;
  margin-top: 5px;
}



 .tour-form {
  background: #fff;
  padding: 30px;
  border-radius: 15px;
  box-shadow: 0 8px 25px rgba(0,0,0,0.08);
  max-width: 500px;
  margin: auto;
}


.custom-input {
  border-radius: 8px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  transition: 0.3s;
}

.custom-input:focus {
  border-color: #0d6efd;
  box-shadow: 0 0 8px rgba(13, 110, 253, 0.2);
}


.form-check-input {
  cursor: pointer;
}

.form-check-label {
  cursor: pointer;
}


.submit-btn {
  background: linear-gradient(to right, #0d6efd, #00c6ff);
  color: white;
  padding: 10px 30px;
  border-radius: 25px;
  border: none;
  transition: 0.3s;
}

.submit-btn:hover {
  transform: translateY(-2px);
  background: linear-gradient(to right, #0056d2, #0096c7);
}

<!--slider bottom-->
.client-img {
  border: 2px solid #e0e0e0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
 text-align: center;
  transition: 0.3s;
    height: 80px;
  width: 100%;
 
}

/* Image styling */
.client-img img {
  height: 80px;
  width: 100%;
  object-fit: contain;
   transition: 0.3s;
  border: 1px solid #e0e0e0;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0,0,0,0.08);
}

/* Hover effect */
.client-img:hover img {

  transform: scale(1.05);
}

/* Optional hover card effect */
.client-img:hover {
  transform: translateY(-5px);
  }
  
  
  /*=====================page agent section starts here========================*/
  @media only screen and (max-width: 768px) {
	  .agent_section {  
	  width: 95%;
    bottom: 10px;
	display: none !important;
  }
.agent_section .agentcontent_box .mob {
    display: block;
    padding: 0 5px;
}
  .agent_section .agentcontent_box .desk {
    display: none;
  }
  .agent_section .agentcontent_box h4 {
    font-size: 12px;
    margin-bottom: 0;
  }
  .agent_section .agentcontent_box p {
    font-size: 12px;
  }
  .agent_section .agentpic_box {
    width: 50px;
    height: 50px;
  }
  .agent_section .close {
    right: 5px;
    top: 5px;
  }
  .agent_section .agentcontent_box {
    width: 70%;
  }
  .call_section {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    overflow: hidden;
  }
  .call_section img {
    width: 100%;
  }
  #desk {
    display: none;
  }
  #mob {
    display: block;
  }  
}
  
.agent_section {
  width: 50%;
  display: flex;
  justify-content: space-between;
  background-color: #1a73e8;
  border-radius: 10px;
  box-shadow: 0 0 3px #fbbc02;
  position: fixed;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9999;
  padding: 15px 20px;
  align-items: center;
}
.agent_section .agentpic_box {
  width: 60px;
  height: 60px;
}
.agent_section .agentpic_box img {
  width: 100%;
}
.agent_section .agentcontent_box {
  width: 75%;
  display: flex;
  flex-direction: column;
}
.agent_section .agentcontent_box h4 {
    width: 100%;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
}
.agent_section .agentcontent_box p {
  width: 100%;
  font-size: 17px;
  margin: 0;
	color: #fff;
}
.agent_section .agentcontent_box p a {
    font-weight: 600;
    color: #5ded4d;
    cursor: pointer;
}
.agent_section .close {
    position: absolute;
    right: 7px;
    top: 4px;
    cursor: pointer;
	color: #fff;
}
.agent_section .agentcontent_box .mob {
  display: none;
}
.agent_section .agentcontent_box .desk {
  display: block;
  text-align: center;
}

.whats_section {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 55px;
  height: 55px;
  overflow: hidden;
}
.whats_section img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 1399px) {
  .agent_section {
    width: 60%;
}
	.agent_section .agentcontent_box h4 {
    font-size: 14px;
    font-weight: 500;
}
.agent_section .agentcontent_box p {
    font-size: 14px;
}
}