  @import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
     
  :root {
  --primary-color: #1B6399;
  --secondary-color: #FF7F00;
}

 body {
            font-family: 'Poppins', sans-serif;
            scroll-behavior: smooth;
        }
.bg-strip{position:relative;z-index: 11}
.bg-strip:before {
    content: "";
    background: #1174bb;
    left: -90px;
    top: 0;
    bottom: 0;
    right: 40%;
    position: absolute;
    transform: skew(54deg, 0deg);z-index: -1;
}
        .mobile-menu {
            transition: transform 0.3s ease-in-out;
            transform: translateX(100%);
        }
        
        .mobile-menu.active {
            transform: translateX(0);
        }
        
       /* .hero-bg {
            background: linear-gradient(rgba(17, 116, 187, 0.8), rgba(51, 170, 221, 0.7)), url('https://images.unsplash.com/photo-1469474968028-56623f02e42e?ixlib=rb-4.0.3&auto=format&fit=crop&w=1350&q=80');
            background-size: cover;
            background-position: center;
        }*/
.hero-bg {
background:linear-gradient(rgb(0 0 0 / 12%), hwb(0deg 0% 100% / 65%)), url(../images/dubai-flight.webp);
background-size: cover;
background-position: bottom center;
background-repeat: no-repeat;}
        
        .airlines-content p{line-height:28px;}
        .airlines-content br{margin-bottom:16px;}
        
        
        .destination-card {
            transition: transform 0.3s ease;
        }
        
        .destination-card:hover {
            transform: translateY(-5px);
        }
        
        .ticket-card {
            transition: all 0.3s ease;
            border: 1px solid #e5e7eb;
        }
        
        .ticket-card:hover {
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            transform: translateY(-3px);
        }
        
        .testimonial-card {
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }
        
        .sticky-nav {
            position: sticky;
            top: 0;
            z-index: 50;
            transition: all 0.3s ease;
        }
        
        .read-more-content {
            max-height: 0;
            overflow: hidden;
            transition: max-height 0.5s ease;
        }
        
        .read-more-content.expanded {
            max-height: 1000px;
        }
		/*End here index page css*/

    .container {
	max-width: 1280px !important;}
	.content-sec h2, .content-sec h3 {
    font-size: 28px;
    margin-bottom: 10px;
    margin-top: 30px;
   }
   .content-sec h2:first-child, .content-sec h3:first-child{
	   margin-top: 0px;
	   
   }
   
   /**/
   .form-container {
            background: white;
            border-radius: 16px;
            box-shadow: 0 10px 25px -5px rgba(0, 0, 0, 0.1);
          
        }
        
        .input-with-icon {
            position: relative;
        }
        
        .input-icon {
            position: absolute;
            left: 12px;
            top: 50%;
            transform: translateY(-50%);
            color: #9ca3af;
            z-index: 10;
        }
        
        .input-field {
			padding:10px 40px;
            width: 100%;
            height: 100%;
            border: 1px solid #d1d5db;
            border-radius: 8px;
            transition: all 0.3s;color:#000;
        }
        
        .input-field:focus {
            outline: none;
            border-color: #1174bb;
            box-shadow: 0 0 0 3px rgba(17, 116, 187, 0.1);
        }
        
        .clear-icon {
            position: absolute;
            right: 12px;
            top: 50%;
            transform: translateY(-50%);
            cursor: pointer;
            color: #9ca3af;
            z-index: 10;
        }
        
        .switch-button {
            position: absolute;
            right: -18px;
            top: 50%;
            transform: translateY(-50%);
            width: 30px;
            height: 30px;
            border-radius: 50%;
            background: white;
            border: 1px solid #d1d5db;
            display: flex;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            z-index: 20;
            box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
        }
        
        .switch-button:hover {
            background: #f3f4f6;
        }
        
        .passenger-selector {
            display: none;
            position: absolute;
            top: 100%;
            left: 0;
            width: 100%;
            z-index: 50;
            box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
            border-radius: 8px;
            background: white;
            border: 1px solid #e5e7eb;
            padding: 16px;
            margin-top: 4px;
        }
        
        .passenger-selector.active {
            display: block;
            animation: fadeIn 0.3s ease-in-out;
        }
        
        @keyframes fadeIn {
            from { opacity: 0; transform: translateY(-10px); }
            to { opacity: 1; transform: translateY(0); }
        }
        
        .custom-radio {
            position: relative;
            display: inline-block;
            margin-right: 20px;
            cursor: pointer;
        }
        
        .custom-radio input[type="radio"] {
            position: absolute;
            opacity: 0;
        }
        
        .custom-radio label {
            position: relative;
            padding-left: 28px;
            cursor: pointer;
            display: inline-block;
            color: #4b5563;
            font-weight: 500;
        }
        
        .custom-radio label:before {
            content: '';
            position: absolute;
            left: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 20px;
            height: 20px;
            border: 2px solid #d1d5db;
            border-radius: 50%;
            background: white;
            transition: all 0.3s;
        }
        
        .custom-radio input[type="radio"]:checked + label:before {
            border-color: #1174bb;
            background: #1174bb;
            box-shadow: inset 0 0 0 4px white;
        }
        
        .number-spinner {
            display: flex;
            align-items: center;
        }
        
        .number-spinner button {
            width: 32px;
            height: 32px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: 1px solid #d1d5db;
            background: #f9fafb;
            cursor: pointer;
            border-radius: 4px;
        }
        
        .number-spinner button:hover {
            background: #e5e7eb;
        }
        
        .number-spinner input {
            width: 40px;
            text-align: center;
            border-top: 1px solid #d1d5db;
            border-bottom: 1px solid #d1d5db;
            border-left: none;
            border-right: none;
            height: 32px;
            margin: 0 -1px;color:#000;
        }
        
        .search-btn {
            background: linear-gradient(to right,var(--secondary-color), var(--secondary-color));
            transition: all 0.3s;
            border-radius: 8px;
            height: 100%;
            display: flex;
            align-items: center;
            justify-content: center;
        }
        
        .search-btn:hover {
            background: linear-gradient(to right, #0e639e, #2a96c7);
            transform: translateY(-2px);
            box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
        }
        
        .input-group {
            position: relative;
            height: 56px;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
        
        .label {
            position: absolute;
            top: -2px;
            left: 12px;
            font-size: 12px;
            color: #6b7280;
            z-index: 10;
            background: white;
            padding: 0 4px;
        }
		
		#contactForm textarea,#contactForm input {
    border-color: #d3d3d3;
}