	@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.
*/

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);
  }