/*
 Theme Name: Hello Elementor Child
 Theme URI: https://example.com/
 Description: Child theme for Hello Elementor
 Author: Your Name
 Author URI: https://example.com/
 Template: hello-elementor
 Version: 1.0.0
 Text Domain: hello-elementor-child
*/

:root {
  --font-family: "Outfit";
  --primary-color: #902225;
  --secondary-color: #010101;
  --text-color: #8f8f8f;
}

/* button css */
.primary-btn,
.red-btn .elementskit-btn {
  position: relative;
  overflow: hidden;
  border: 1px solid var(--primary-color);
  color: var(--secondary-color);
  border-radius: 4px;
  padding: 15px 30px;
  font-family: var(--font-family);
  font-weight: 500;
  text-transform: uppercase;
  transition: color 0.4s ease;
  display: inline-block;
  z-index: 1;
}

/* Sliding background */
.primary-btn::after,
.red-btn .elementskit-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: var(--primary-color);
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}

/* Slide in background on hover */
.primary-btn:hover::after,
.red-btn .elementskit-btn:hover::after {
  transform: translateX(0%);
}

/* Text color on hover */
.primary-btn:hover,
.red-btn .elementskit-btn:hover {
  color: #fff;
}

/* Icon (Font Awesome) */
.primary-btn::before,
.form-btn::before {
  content: "\f061";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  margin-right: 10px;
}
/* seondary button css */
.secondary-btn .elementskit-btn {
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  display: inline-block;
  z-index: 1;
}

/* Sliding background */
.secondary-btn .elementskit-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: #ffffff;
  transform: translateX(-100%);
  transition: transform 0.4s ease;
  z-index: -1;
}

/* Slide in background on hover */
.secondary-btn .elementskit-btn:hover::after {
  transform: translateX(0%);
}

/* Text color on hover */
.secondary-btn .elementskit-btn:hover {
  color: var(--primary-color);
}
.secondary-btn .elementskit-btn:hover svg path {
  fill: var(--primary-color);
}

/* Custom arrows */
.slick-slider .custom-slick-arrow {
  border: 1px solid var(--text-color);
  border-radius: 100% !important;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: var(--secondary-color);
  cursor: pointer;
  transition: background-color 0.3s ease, color 0.3s ease;
  position: absolute;
  z-index: 10;
}
.slick-slider .custom-slick-arrow::before {
  display: none;
}
.slick-slider .custom-slick-arrow:hover {
  background-color: var(--primary-color);
  color: #fff;
  border-radius: 100% !important;
  border-color: var(--primary-color);
}
/* Positioning */
.slick-slider .slick-prev {
  left: -60px;
}
.slick-slider .slick-next {
  right: -60px;
}

.ekit-btn-wraper svg path {
  fill: white;
}
.get-in-touch .elementor-icon-list-icon {
  background: #fff;
  border-radius: 100%;
  height: 27px;
}
.get-in-touch .elementor-icon-list-icon svg {
  transform: translate(6px, 6px);
}
.wpcf7-response-output {
  color: #fff;
}
/* Menu links hover */
#uc_fullscreen_navigation_menu_elementor_8182223
  .ue_menu
  div
  div
  ul
  li
  a:hover {
  color: #fff !important;
}

/* Footer */

.footer .elementskit-navbar-nav {
  display: block;
}
.footer .elementskit-navbar-nav li {
  margin-bottom: 20px;
}
.footer .elementskit-navbar-nav li a {
  padding: 0 !important;
}
.footer .elementor-widget-social-icons svg {
  font-size: 16px;
}
.footer .elementor-widget-social-icons span {
  border-right: 1px solid #2a2a2a;
}
.footer .elementor-widget-social-icons span:last-child {
  border: 0;
}
/* Wrapper for styling */
.newsletter-form label {
  display: inline-block;
  width: 100%;
}
.submit-wrap {
  position: absolute;
  right: 0;
  top: 10px;
  height: 60px;
  width: 180px;
  transition: none !important;
}

/* Hide actual SUBSCRIBE text inside input */
.submit-wrap input[type="submit"] {
  font-size: 0 !important;
  width: 100%;
  height: 100%;
  background: none !important;
  border: none !important;
  cursor: pointer;
  border-radius: 4px;
  transition: none !important;
  position: relative;
  z-index: 2;
  margin-bottom: 0 !important;
  padding: 0 !important;
}

/* Default: show only arrow */
.submit-wrap::before {
  content: "➔";
  font-size: 26px;
  color: #ffffff;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(-50%, -50%);
  transition: none;
  pointer-events: none;
}

/* Hover: expand button and show SUBSCRIBE + arrow */
.submit-wrap:hover input[type="submit"] {
  width: 170px;
  height: 60px;
  background: var(--primary-color) !important;
  border-radius: 4px !important;
  margin-bottom: 0 !important;
}

.submit-wrap:hover::before {
  content: "SUBSCRIBE ➔";
  color: #fff;
  font-size: 18px;
  width: 100%;
  text-align: center;
  transform: translate(0%, -60%);
  z-index: 3;
  font-family: var(--font-family);
}
.footer-menu .elementor-icon-list-items li span.elementor-icon-list-icon {
  margin-left: -20px;
  opacity: 0;
  transition: all 0.3s ease;
}
.footer-menu .elementor-icon-list-items li:hover span.elementor-icon-list-icon {
  margin-left: 0;
  opacity: 1;
}
.footer-text h2 {
  opacity: 40%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
  font-size: clamp(2rem, 10vw, 9rem) !important;
  bottom: 0;
}

/* Moving plane css */
.moving-plane {
  animation: moveLight 4s linear infinite;
}
/* Animate using margin-top */
@keyframes moveLight {
  0% {
    margin-top: 50px; /* start above */
  }
  50% {
    margin-top: 20px;
  }
  100% {
    margin-top: 50px;
  }
}

.uc_long_content_box .uc_overlay {
  opacity: 0 !important;
}
.uc_long_content_box_holder:hover .uc_overlay {
  opacity: 1 !important;
}
.uc_long_content_box_box .uc_title {
  text-align: center;
}
.uc_long_content_box_box:hover .uc_title {
  color: #ffffff !important;
}
.uc_long_content_box_box .uc_description {
  text-align: center;
}
.uc_long_content_box_holder:hover .uc_overlay:before {
  content: "";
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  top: 0;
  position: absolute;
}

/* Request section css */
/* ---------- FORM GRID ---------- */
.flight-booking-form {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr)); /* 3 columns */
  gap: 16px;
  align-items: start;
  width: 100%;
  box-sizing: border-box;
}

/* Make textarea and submit span full width */
.flight-booking-form .textarea,
.flight-booking-form .text-center {
  grid-column: 1 / -1;
}

/* textarea - nicer height */
.flight-booking-form .cf7-textarea {
  resize: none;
  margin-top: -10px;
}

.flight-booking-form .form-btn.text-center {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
}
.flight-booking-form .form-btn::before {
  margin: -60px 110px 0 0;
  position: absolute;
}
.flight-booking-form .form-btn:hover::before {
  color: #fff;
}

.flight-booking-form input,
.flight-booking-form select,
.flight-booking-form textarea {
  color: #ffffff !important;
  border-radius: 8px !important;
  background: rgba(255, 255, 255, 0.17) !important;
  border-color: transparent !important;
  font-family: var(--font-family) !important;
  text-transform: uppercase !important;
  font-size: 14px !important;
  padding: 10px !important;
}

.flight-booking-form select option {
  color: black !important;
  font-family: var(--font-family) !important;
}

.flight-booking-form input::placeholder,
.flight-booking-form textarea::placeholder {
  color: #ffffff !important;
  opacity: 1 !important; /* Firefox */
}

.flight-booking-form input[type="submit"] {
  background: #ffffff !important;
  color: black !important;
  border-radius: 4px !important;
  padding: 20px 30px !important;
  width: 230px;
  font-size: 16px !important;
  font-weight: 600 !important;
}
.flight-booking-form input[type="submit"]:hover {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
}

/* focus ring */
.flight-booking-form input:focus,
.flight-booking-form select:focus,
.flight-booking-form textarea:focus {
  outline: none;
}

.flight-booking-form br {
  display: none;
}
/* button wrapper (from your injected wrapper/button) */
.date-wrapper {
  position: relative;
  display: inline-flex;
  align-items: center;
  width: 100%;
}

.date-wrapper input {
  width: 100%;
  padding-right: 40px; /* room for icon */
}

/* the clickable button (Flatpickr expects [data-toggle] but this works the same) */
.date-wrapper .input-button {
  position: absolute;
  right: 10px;
  top: 31%;
  transform: translateY(-50%);
  border: none;
  background: transparent;
  padding: 4px;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

/* small SVG calendar using data URI; stroke uses currentColor so you can change color via .input-button { color: ... } */
.date-wrapper .flatpickr-calendar-icon {
  width: 18px;
  height: 18px;
  display: inline-block;

  /* use mask instead of background */
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E")
    no-repeat center;
  -webkit-mask-size: contain;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Crect x='3' y='4' width='18' height='18' rx='2'/%3E%3Cline x1='16' y1='2' x2='16' y2='6'/%3E%3Cline x1='8' y1='2' x2='8' y2='6'/%3E%3Cline x1='3' y1='10' x2='21' y2='10'/%3E%3C/svg%3E")
    no-repeat center;
  mask-size: contain;

  background-color: currentColor; /* now the icon follows the text color */
  background-color: currentColor; /* now the icon follows the text color */
  color: #ffffff; /* change icon color */
}

/* flights-slider */
.flights-slider .flight-card {
  background-color: #f4f4f4;
  margin: 0 10px;
  padding: 20px;
  border-radius: 20px;
}
.flights-slider .flight-card img {
  border-radius: 20px;
  width: 100%;
  height: 260px;
  object-fit: cover;
}
.flights-slider .flight-card .title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 10px 0;
}
.flights-slider .flight-card .title h3 {
  font-size: 24px;
  font-family: var(--font-family);
  font-weight: 500;
}
.flights-slider .flight-card .title span.price {
  font-size: 20px;
  font-family: var(--font-family);
  font-weight: 500;
  color: var(--primary-color);
}
.flights-slider .flight-card .route {
  display: flex;
  flex-direction: column;
}
.flights-slider .flight-card .route p {
  display: flex;
  justify-content: space-between;
  font-family: var(--font-family);
}
.flights-slider .flight-card .route p:nth-child(1) {
  margin-bottom: 40px;
  position: relative;
}
.flights-slider .flight-card .route p:nth-child(1)::before {
  content: "";
  position: absolute;
  border-right: 1px dashed var(--text-color);
  left: 8px;
  height: 100%;
  top: 30px;
}
.flights-slider .flight-card .route p strong {
  font-weight: 700;
  position: relative;
}
.flights-slider .flight-card .route p strong::before {
  font-family: "Font Awesome 5 Free";
  font-weight: 900; /* required for solid icons */
  margin-right: 8px;
  color: var(--primary-color);
}
.flights-slider .flight-card .route p:nth-child(1) strong::before {
  content: "\f1ce"; /* unicode for check */
}
.flights-slider .flight-card .route p:nth-child(2) strong::before {
  content: "\f3c5"; /* unicode for check */
}
.flights-slider .flight-card .route p span {
  font-size: 15px;
  color: var(--text-color);
}
.flights-slider .flight-card p.date {
  font-family: var(--font-family);
  color: var(--secondary-color);
  font-size: 15px;
  margin: 10px 0 20px 0;
}
.flights-slider .flight-card a.quote-btn {
  margin-bottom: 10px;
}

/* Testimonial slider */
.testimonials .elementskit-stars {
  bottom: -182px;
}
.testimonials .swiper-slide:before {
  content: "\f10d";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  position: absolute;
  font-size: 80px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 2;
  width: 80px;
  top: 0;
  color: var(--primary-color);
}
.testimonials .elementskit-testimonial_card {
  padding-top: 60px !important;
}

/* Jets Tabs */
.jet-tabs {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 70px 0 30px 0;
  font-family: var(--font-family);
}
.jet-tab {
  margin-right: 25px;
  cursor: pointer;
  color: #7e7e7e;
  font-size: 28px;
  font-weight: 400;
  text-transform: uppercase;
}
.jet-tab.active {
  color: var(--primary-color);
  font-weight: 700;
}
.jet-tab-content {
  display: none;
  gap: 20px;
}
.jet-tab-content.active {
  display: flex;
  margin-top: 20px;
}
.jet-slider {
  width: 50%;
}
.jet-slider img {
  width: 80%;
  height: auto;
}
.jet-slider .slick-next {
  right: 20px;
}
.jet-slider .slick-prev {
  left: 20px;
}
.jet-slider .slider-image {
  height: 700px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
.jet-slider .slider-image .video-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.jet-slider .slider-image .video-bg video {
  width: 100%;
  height: 100%;
  object-fit: cover; /* same as background-size: cover */
}

.jet-slider .slider-image img {
  position: relative;
  z-index: 1; /* ensures image/content shows above video */
}
.jet-info {
  width: 50%;
  font-family: var(--font-family);
  padding-left: 20px;
}
.jet-info .box {
  background: #f2f2f2;
  border-radius: 10px;
  padding: 20px;
  margin-bottom: 15px;
  display: flex;
  align-items: center;
}
.jet-info .box img {
  margin-right: 15px;
}
.jet-info .box h5 {
  font-weight: 400;
  text-transform: uppercase;
  margin: 0;
}
.jet-info .box .text {
  margin-left: 20px;
}
.jet-info .box span {
  font-size: 40px;
  font-family: Archivo, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-text-stroke-width: 1px;
  -webkit-text-fill-color: #ffffff00;
  -webkit-text-stroke-color: var(--secondary-color);
  letter-spacing: -3px;
}
.jet-info h3 {
  font-size: 46px;
  text-transform: uppercase;
  color: var(--primary-color);
  font-weight: 700;
  margin-bottom: 0;
}
.jet-info h4 {
  font-size: 30px;
  text-transform: uppercase;
  font-weight: 400;
  color: var(--secondary-color);
  margin: 0 0 20px 0;
}
.jet-info p {
  color: var(--text-color);
  font-weight: 400;
  font-size: 22px;
}
.explore-btn {
  margin-top: 15px;
}

/* Team Slider */

.team-slider {
  position: relative;
}
.team-slider .slick-slide .team-inner {
  display: flex;
  align-items: center;
  gap: 20px;
  box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 20px;
  height: 100%; /* Ensure consistent height if needed */
  box-sizing: border-box;
  width: 900px;
  margin: 0 auto;
}

.team-slider .slick-slide .team-inner .team-photo {
  width: 40%;
}

.team-slider .slick-slide .team-inner .team-photo img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: 20px;
}
.team-slider .slick-slide .team-inner .team-info {
  width: 60%;
}
.team-slider .slick-slide .team-inner .team-info h3 {
  font-family: var(--font-family);
  font-size: 30px;
  font-weight: 600;
  margin: 0 0 0 0;
}
.team-slider .slick-slide .team-inner .team-info span.team-role {
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px 0;
  color: var(--primary-color);
  display: block;
}
.team-slider .slick-slide .team-inner .team-info p {
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 300;
  color: var(--text-color);
  line-height: 28px;
  margin: 0;
}
.team-slider .slick-slide .team-inner .team-info .social {
  margin-top: 15px;
  font-family: var(--font-family);
  font-size: 18px;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.team-slider .slick-slide .team-inner .team-info .social a {
  display: flex;
  margin-left: 10px;
  background: var(--text-color);
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  color: #fff;
}
.team-slider .slick-slide .team-inner .team-info .social a:hover {
  background: var(--primary-color);
}
.team-slider .slick-next {
  right: 0;
}
.team-slider .slick-prev {
  left: 0;
}

/* blinking icon css */
.blinking-container {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto 100px;
}
.blinking-container .pulse-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  background-color: var(--primary-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  animation: pulse 1.5s infinite;
}
.blinking-container .icon-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 20px;
  background-color: var(--primary-color);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 12px;
}
.blinking-container .icon-circle i {
  font-weight: normal;
}
@keyframes pulse {
  0% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0.8;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
  }
  100% {
    transform: translate(-50%, -50%) scale(0.9);
    opacity: 0;
  }
}

/* Video Slider */
.video-slider {
  margin: 50px auto;
}

.video-slider .video-slide {
  padding: 10px;
  outline: none;
}

.video-slider .video-card {
  position: relative;
  width: 80%;
  height: 400px;
  background-size: cover;
  background-position: center;
  border-radius: 12px;
  overflow: hidden;
  margin: 0 auto;
}

.video-slider .play-btn {
  position: absolute;
  top: 43%;
  background: var(--primary-color);
  color: #fff;
  font-size: 24px;
  border: none;
  border-radius: 100% !important;
  cursor: pointer;
  transition: 0.3s;
  width: 60px;
  height: 60px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
}
.video-slider .play-btn:hover {
  background: var(--primary-color);
}
.video-slider .play-btn:before {
  content: "";
  width: 100px;
  height: 100px;
  background-color: rgba(144, 34, 37, 0.5);
  position: absolute;
  left: -20px;
  right: 0;
  margin: 0 auto;
  top: -20px;
  border-radius: 100%;
  z-index: -1;
}
.video-slider.slick-slider .slick-next {
  right: 30px;
}
.video-slider.slick-slider .slick-prev {
  left: 30px;
}

/* Popup */
.video-popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

.popup-content {
  position: relative;
  width: 80%;
  max-width: 900px;
  margin: 5% auto;
  background: #000;
  padding: 20px 40px;
  border-radius: 10px;
}

.popup-close {
  position: absolute;
  top: -7px;
  right: 20px;
  font-size: 32px;
  color: #fff;
  cursor: pointer;
}

.popup-iframe-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.popup-iframe-wrapper iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

/* ==============================
   Jet Tabs Alternative Layout
   ============================== */
.jet-tabs-wrapper.alt-layout .jet-tab-content {
  display: none;
  flex-direction: column;
  gap: 0;
}

.jet-tabs-wrapper.alt-layout .jet-tab-content.active {
  display: flex;
}

/* Full width slider on top */
.jet-tabs-wrapper.alt-layout .jet-slider {
  width: 100%;
}

.jet-tabs-wrapper.alt-layout .jet-slider .slider-image {
  height: 500px;
}

/* Info below slider */
.jet-tabs-wrapper.alt-layout .jet-info {
  width: 100%;
  text-align: center;
  background: #f4f4f4;
  padding: 50px 0;
}

.jet-tabs-wrapper.alt-layout .jet-info h3 {
  font-size: 42px;
}

.jet-tabs-wrapper.alt-layout .jet-info h4 {
  font-size: 22px;
}

.jet-tabs-wrapper.alt-layout .jet-info-boxes {
  display: flex;
  justify-content: space-evenly;
  gap: 30px;
  margin-bottom: 20px;
}

.jet-tabs-wrapper.alt-layout .jet-info .box {
  background: none;
  text-align: left;
}

.jet-tabs-wrapper.alt-layout .jet-info .box img {
  margin-right: 10px;
}

.jet-tabs-wrapper.alt-layout .jet-info .box h5 {
  font-size: 24px;
}

.jet-tabs-wrapper.alt-layout .jet-info .box span {
  font-size: 40px;
}

.jet-tabs-wrapper.alt-layout .jet-info p {
  font-size: 22px;
  color: var(--secondary-color);
  width: 50%;
  margin: 0 auto;
}

/* ---------------------------
   Team Widgets Layout
   --------------------------- */

.team-widgets {
  display: flex;
  flex-direction: column;
}
.team-widgets > .team-card > .team-inner {
  display: flex;
  height: 500px;
  gap: 20px;
  margin-bottom: 50px;
}
.team-widgets .team-photo {
  width: 50%;
}
.team-widgets .team-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: top;
  border-radius: 30px;
}

.team-widgets .team-info {
  width: 50%;
  align-content: center;
  border: 1px solid #efefef;
  border-radius: 30px;
  padding: 20px;
  box-shadow: 0 30px 30px 0px #efefef;
  overflow-y: auto;
}

.team-widgets .team-info h3{
  font-family: var(--font-family);
  font-size: 30px;
  font-weight: 600;
  color: var(--secondary-color);
  margin: 0;
}

.team-widgets .team-info span{
  font-family: var(--font-family);
  font-size: 20px;
  font-weight: 500;
  margin: 0 0 20px 0;
  color: var(--primary-color);
  display: block;
}

.team-widgets .team-info p{
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 300;
  color: var(--text-color);
  line-height: 28px;
  margin: 0 0 20px 0;
}

.team-widgets .team-info .social {
  margin-top: auto;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 18px;
  font-family: var(--font-family);
  font-weight: 400;
  color: var(--secondary-color)
}

.team-widgets .team-info .social a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: var(--text-color);
  color: #fff;
  text-decoration: none;
}

/* ---- Alternate layout: every 2nd row reversed ---- */
/* NOTE: nth-child(even) will reverse the visual order on desktop */
.team-widgets > .team-card:nth-child(even) > .team-inner {
  flex-direction: row-reverse;
}

/* ---- Responsive: stack columns on smaller viewports ---- */
@media (max-width: 980px) {
  .team-widgets .team-inner {
    flex-direction: column;
    gap: 18px;
  }

  .team-widgets .team-photo {
    flex: 0 0 auto;
    width: 100%;
    max-height: 380px; /* keeps image height reasonable on mobile */
  }

  .team-widgets .team-photo img {
    border-radius: 12px;
    height: 100%;
  }

  .team-widgets .team-info {
    padding: 20px;
    border-radius: 12px;
  }

  /* remove reverse on mobile so stacking order is image then text */
  .team-widgets > .team-card:nth-child(even) > .team-inner {
    flex-direction: column;
  }
}

/* small screens */
@media (max-width: 520px) {
  .team-widgets {
    padding: 0 12px;
    gap: 24px;
  }

  .team-widgets .team-info h3 {
    font-size: 18px;
  }
  .team-widgets .team-photo img {
    max-height: 320px;
  }
}


/* Contact Form */

.contact-form {
  backdrop-filter: blur(10px);
}
.contact-form .flex-item p{
  display: flex;
  gap: 10px;
}
.contact-form input, .contact-form textarea{
  border-radius: 8px !important;
}
.contact-form label{
  width: 100%;
}
.contact-form textarea{
  height: 110px !important;
  resize: none;
}
.contact-form .form-btn{
  position: relative;
}
.contact-form .form-btn input{
  background-color: #ffffff !important;
  color: var(--secondary-color);
  border-radius: 4px !important;
  color: var(--secondary-color) !important;
  font-family: var(--font-family) !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
}
.contact-form .form-btn::before {
  margin: 10px 0 0 30px;
  position: absolute;
}
.contact-form .form-btn input:hover {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
}
.contact-form .form-btn:hover::before {
  color: #fff;
}

/* Request page */
.request input, .request textarea, .request select {
  background: #F3F3F3 !important;
  color: #000 !important;
}
.request input::placeholder, .request textarea::placeholder {
  color: #000 !important;
  opacity: 1 !important; /* Firefox */
}
.request .flatpickr-calendar-icon {
  color: #000; /* change icon color */
}
.request select option {
  color: black !important;
  font-family: var(--font-family) !important;
}
body .request .flight-booking-form input[type="submit"] {
  border: 1px solid var(--primary-color) !important;
  color: var(--secondary-color) !important;
  border-radius: 4px !important;
  padding: 20px 30px !important;
  width: 230px;
  font-size: 16px !important;
  font-weight: 600 !important;
  font-family: var(--font-family) !important;
  text-transform: uppercase !important;
}
body .request .flight-booking-form input[type="submit"]:hover {
  background-color: var(--primary-color) !important;
  color: #ffffff !important;
}  

/* Responsive CSS */

@media screen and (max-width: 767px) {

.outer-menu .menu-heading {
  display: none;
}
.jet-tabs {
  overflow-x: auto;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  margin: 20px 10px;
  padding-bottom: 10px;
}
.jet-tab {
  font-size: 18px;
}
.jet-slider .slider-image {
  height: 200px;
}
.jet-slider {
  width: 100%;
}
.jet-info {
  width: 95%;
  margin-top: 20px;
}
.jet-tab-content.active {
  display: block;
}
.jet-info h3 {
  font-size: 34px;
}
.jet-info h4 {
  font-size: 22px;
}
.jet-info .box span{
  font-size: 30px;
}
.jet-info p{
  font-size: 16px;    
}
/*.flight-booking-form{*/
/*    grid-template-columns: repeat(1, minmax(0, 1fr));*/
/*    width: 94%;*/
/*    margin: 0 auto;*/
/*}*/

.jet-tabs-wrapper.alt-layout .jet-info-boxes{
    display: block;
}
.jet-tabs-wrapper.alt-layout .jet-info p{
    width: 100%;
}
.flight-booking-form{
    grid-template-columns: repeat(1, minmax(0, 1fr));
    margin: 0 auto;
    width: 95%;
}
.flight-booking-form p span input {
  margin-bottom: 20px !important;
}
.flight-booking-form p span .date-wrapper input {
  margin-bottom: 20px !important;
}
.flight-booking-form p span select {
  margin-bottom: 10px !important;
}
	
}

