* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.text-color {
  color: #333;
}

.background-color {
  background-color: #fcfafa;
}

body {
  font-family: 'Segoe UI', sans-serif;
  background-color: #fff;
}

.header {
  background-color: #fff;
  color: #333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 5px 80px;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}

.logo {
  display: flex;
  align-items: center;
}

.logo img {
  height: 50px;
  margin-right: 10px;
}

.logo span {
  font-size: 1.5em;
  font-weight: bold;
}

.nav {
  display: flex;
}

.call-text {
  display: flex;
  align-items: center;
  justify-content: start;
  color: #111;
  font-size: 1rem;
  font-weight: normal;
}

.nav a {
  color: #555;
  text-decoration: none;
  margin-left: 20px;
  padding: 8px 10px;
  border-radius: 5px;
  transition: background-color 0.3s ease;

}

.nav a:hover {
  /* background-color: #11569c; */
  color: #f64e4e;
  text-decoration: none;

}
 a:hover {
  text-decoration: none;

}
.nav i {
  margin-right: 5px;
}

.contact-number {
  font-weight: bold;
  color: #fff;
}
 .contact-number a:hover {
  text-decoration: none;

}
.hamburger-menu {
  display: none;
  font-size: 1.5em;
  cursor: pointer;
}

.mobile-nav {
  display: none;
  flex-direction: column;
  background-color: #fff;
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  z-index: 10;
}

.mobile-nav a {
  color: #555;
  text-decoration: none;
  padding: 15px 20px;
  border-bottom: 1px solid #eee;
}

.mobile-nav a:last-child {
  border-bottom: none;
}

.mobile-nav i {
  margin-right: 10px;
}

/* Responsive Styles */
@media (max-width: 768px) {
  .nav {
    display: none;
  }

  .header {
    padding: 5px 30px;
  }

  .contact-number {
    display: none;
  }

  .hamburger-menu {
    display: block;
  }
}

.mobile-nav.open {
  display: flex;
}

.contact-number {
  color: #11569c;
  font-weight: bold;
  font-size: 1.2rem;
}

@media (max-width: 768px) {
  .contact-number {
    display: none;

  }
}

.call-banner {
  background-color: #f64e4e;
  padding: 15px 20px;
  color: white;
  font-family: 'Poppins', sans-serif;
  text-align: center;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 9999;
  /* optional: makes sure it's on top */
}

.call-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
}

.call-text {
  font-size: 18px;
  font-weight: 400;
  color: white;

}

.call-number {
  font-size: 22px;
  font-weight: 600;
}

@media (max-width: 600px) {
  .call-container {
    flex-direction: column;
  }

  .call-text,
  .call-number {
    font-size: 16px;
  }
}

.call-icon {
  width: 60px;
  margin-right: 15px;
}

.call-text h3 {
  margin: 0;
  font-size: 1em;
}

.call-text p {
  margin: 3px 0 0 0;
  font-size: 1.1em;
  font-weight: bold;
}

a {
  text-decoration: none;
}

@media (min-width: 900px) {
  .contact-call {
    display: none;
  }
}

@media (min-width: 768px) {
  .spirit-card {
    display: none;
  }
}

/* ==========================================header end====================================== */

.hero {
  background: url('images/hero.jpg') no-repeat center center/cover;
  min-height: 80vh;
  color: white;
  display: flex;
  align-items: start;
  justify-content: space-between;
  padding: 40px 80px;
  flex-wrap: wrap;
  margin-bottom: 30px;
  align-items: center;
  
 


}

.hero-content {
  flex: 1 1 400px;
  
}

.hero-content h1 {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 700;
}

.hero-content p {
  font-size: 20px;
  margin-top: 20px;
}

.search-box {
  flex: 1 350px;
  background: rgba(255, 255, 255, 0.95);
  padding: 30px;
  border-radius: 15px;
  color: #333;
  max-width: 500px;
  margin-top: 20px;
}

.trip-types {
  display: flex;
  align-items: start;
  width: 100%;
}

.trip-types label {
  display: flex;
  align-items: center;
  /* gap: 6px; */
  font-weight: 800;
  font-size: 9px;
  text-transform: uppercase;
  cursor: pointer;
}

@media (min-width: 768px) {
  .trip-types label {
    font-size: 11px;
  }
}

.label-text {
  line-height: 1;
  color: #222;
}


.trip-types input {

  margin-right: 5px;
}

.input-row {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.input-box {
  flex: 1;
}

.input-box.full {
  flex: 1 1 100%;
}

.input-box label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  margin-bottom: 5px;
}

.input-field {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding-left: 10px;
  background: white;
}

.input-field i {
  margin-right: 8px;
  color: #888;
}

.input-field input {
  border: none;
  outline: none;
  flex: 1;
  font-size: 14px;
  background: transparent;
}

.search-btn {
  width: 100%;
  padding: 8px;
  font-size: 18px;
  background: #f44336;
  color: white;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  margin-top: 22px;
}

.search-btn:hover {
  background: #d63031;
}

@media (max-width: 768px) {
  .hero {
    flex-direction: column;
    align-items: flex-start;
    padding: 40px 30px;

  }

  .search-box {
    margin-top: 40px;
    width: 100%;
    max-width: 100%;
  }

  .hero-content {
    flex: 1 1 100px;
  }

  .hero-content h1 {
    font-size: 36px;
  }
}

/* ==================================feature cards======================================== */

.features-container {
  padding: 0px 80px;
  margin-top: -80px;
}

.features-section {
  background: white;
  max-width: 1200px;
  margin: 40px auto;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  border-radius: 15px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  gap: 10px;
  /* flex-wrap: wrap; */
}

.feature-card {
  flex: 1 200px;
  text-align: center;
  padding: 10px;
}

.feature-card .icon {
  /* font-size: 40px;
  color: #f44336; */
  margin-bottom: 15px;
}

.feature-card h3 {
  color: #f44336;
  font-size: 18px;
  margin-bottom: 10px;
}

.feature-card p {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
  text-align: center;
}

/* Responsive */
@media (max-width: 768px) {
  .features-section {
    flex-direction: column;
    align-items: center;
  }

  .feature-card {
    max-width: 90%;
  }
}

@media (max-width: 1024px) {

  .features-container {
    padding: 10px 30px;
    margin-top: -50px;
  }

}

/* ================================about section================================== */


.about-section {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 40px 80px;
  gap: 30px;
}

.about-text {
  flex: 1 1 600px;
}

.section-label {
  color: #f44336;
  font-size: 14px;
  letter-spacing: 1px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 20px;
}

.about-text p {
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 3px;
}

.about-image {
  flex: 1 1 400px;
  display: flex;
  justify-content: center;
}

.about-image img {
  max-width: 100%;
  height: auto;
  border-radius: 15px;

}

/* Responsive */
@media (max-width: 992px) {
  .about-section {
    flex-direction: column;
    text-align: start;
    padding: 10px 30px;
  }

  .about-text {
    order: 2;
  }

  .about-image {
    order: 1;
  }

  .section-title {
    font-size: 26px;
  }
}

/* ===========================destination section====================== */
.destinations {
  padding: 60px 80px;
  text-align: center;
}

.section-header .subtitle {
  color: #f44336;
  font-weight: 600;
  font-size: 14px;
  margin-bottom: 10px;
  text-align: start;
}

.section-header .title {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 40px;
  text-align: start;

}

.cards {
  display: flex;
  justify-content: center;
  gap: 20px;
  /* flex-wrap: wrap; */
}

.card {
  /* background: white; */
  border-radius: 15px;
  overflow: hidden;
  width: 350px;
  /* box-shadow: 0 10px 20px rgba(0,0,0,0.1); */
  text-align: left;
}

.image-box {
  position: relative;
}

.image-box img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 15px;

}

.price {
  position: absolute;
  top: 15px;
  right: 10px;
  background: #f44336;
  color: white;
  padding: 6px 12px;
  border-radius: 8px;
  font-size: 14px;
  font-weight: 600;
}

.card-content {
  padding: 10px;
}

.card-content h3 {
  margin: 0;
  color: #f44336;
  font-size: 18px;
  margin-bottom: 4px;
}

.rating {
  color: #f44336;
  margin-bottom: 4px;
}

.card-content p {
  margin: 0;
  color: #333;
  font-weight: bold;
}

.card-content i {
  margin-right: 5px;
  color: #f44336;
}

/* Responsive */
@media (max-width: 992px) {
  .destinations {
    padding: 20px 30px;
    text-align: center;
  }

  .cards {
    display: flex;
    justify-content: center;
    gap: 20px;
  }

  .card {
    width: 90%;
  }
}

@media (max-width: 660px) {

  .cards {
    flex-direction: column;
    align-items: center;
  }

  .card {
    width: 90%;
  }
}

/* ====================================travel deals==================== */

.travel-deals {
  padding: 40px 80px;
  text-align: center;
}

.section-header .sub-title {
  color: #f44336;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 8px;
  text-align: left;
}

.section-header .main-title {
  font-size: 32px;
  font-weight: 800;
  text-align: left;
  margin-bottom: 40px;
}

.deals-grid {
  display: flex;
  /* flex-wrap: wrap; */
  gap: 20px;
  justify-content: center;
}

.deal-card {
  width: 350px;
  /* background-color: #fff; */
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
}

.card-img {
  position: relative;
}

.card-img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 20px 20px 0 0;
}

.price-tag {
  position: absolute;
  top: 15px;
  right: 15px;
  background-color: #fff;
  opacity: 0.7;
  color: #000;
  font-size: 12px;
  padding: 5px 10px;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.card-footer {
  /* background: #f5f5f5; */
  font-weight: 600;
  font-size: 18px;
  padding: 15px 20px;
  border-radius: 0 0 20px 20px;
  text-align: left;
}

/* Responsive */
@media (max-width: 992px) {
  .section-header .main-title {
    font-size: 24px;
    text-align: center;
  }

  .travel-deals {
    padding: 20px 20px;
    text-align: center;
  }

  .section-header .sub-title {
    text-align: center;
  }

  .deal-card {
    width: 90%;
  }
  .deals-grid {
    display: flex;
    gap: 20px;
    justify-content: center;
  }
}

@media (max-width: 660px) {

  .deals-grid {
    flex-direction: column;
    align-items: center;
  }

  .deal-card {
    width: 90%;
  }
}

/* =====================================testimonials section======================== */


.testimonials-section {
  display: flex;
  gap: 20px;
  /* flex-wrap: wrap; */
  justify-content: center;
  padding: 40px 80px;
}

.testimonial-card {
  width: 350px;
  border-radius: 15px;
  overflow: hidden;
  background: white;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.testimonial-card-second {
  width: 350px;
  height: 30%;
  border-radius: 15px;
  overflow: hidden;
  background: white;
  padding: 30px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  text-align: center;
}

.image-card {
  background: url('images/test.jpg') center/cover no-repeat;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0;
  height: 480px;
  position: relative;
}

.overlay {
  background: rgba(0, 0, 0, 0.45);
  padding: 20px;
  width: 100%;
  height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.overlay h5 {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 10px;
  color: #fff;
}

.overlay h2 {
  font-size: 28px;
  font-weight: 700;
}

.text-card p {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 20px;
  color: #333;
}

.stars {
  color: #f44336;
  font-size: 20px;
  margin-bottom: 10px;
}

.name {
  font-weight: bold;
  color: #f44336;
}

.name.red {
  font-style: italic;
}

/* Responsive */
@media (max-width: 992px) {
.testimonials-section {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 40px 80px;
}

  .testimonial-card-second {
    width: 90%;
    height: auto;
  }

  .testimonial-card {
    width: 90%;
  }
}
@media (max-width: 768px) {
  .testimonials-section {
    flex-direction: column;
    align-items: center;
    padding: 30px 30px;
  }

  .testimonial-card-second {
    width: 90%;
    height: auto;
  }

  .testimonial-card {
    width: 90%;
  }
}


/* ====================================footer section======================== */


.footer {
  background: url('images/dubai-city.jpg') no-repeat center center/cover;
  color: #fff;
  position: relative;
}

.footer-overlay {
  background-color: rgba(0, 0, 0, 0.75);
  padding: 60px 80px;
}

.footer-container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 40px;
  margin: auto;
}

.footer-column {
  flex: 1;
  min-width: 250px;
}

.footer-column-divide {
  display: flex;
  gap: 20px;
}

.footer-column h3 {
  font-size: 18px;
  margin-bottom: 16px;
  color: white;
}

.footer-column p {
  font-size: 15px;
  line-height: 1.7;
  color: #ccc;
}

.footer-links,
.contact-info {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li,
.contact-info li {
  font-size: 15px;
  color: #ccc;
  margin-bottom: 10px;
}

.footer-links i,
.contact-info i {
  color: #ccc;
  margin-right: 8px;
}

.payment-icons img {
  width: 40px;
  margin-top: 10px;

}

.footer-disclaimer {
  margin-top: 40px;
  font-size: 13px;
  color: #bbb;
  text-align: center;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.5;
}

.footer-disclaimer p {
  margin: 10px 0;
}

/* Responsive */
@media (max-width: 992px) {
  .footer-container {
    flex-direction: column;
    gap: 30px;
  }

  .footer-column-divide {
    flex-direction: column;
  }

  .footer-column {
    text-align: start;
  }

  .footer-overlay {
    padding: 40px 30px;
  }

  .payment-icons {
    justify-content: center;
    display: flex;
  }
}



/* ============================search-flight================================ */

.loading-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(4px);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -2%;
  /* margin-bottom: 10%; */
}

@keyframes fly {
  0% {
    transform: translateX(0) rotate(0deg);
  }

  50% {
    transform: translateX(20px) translateY(-10px) rotate(10deg);
  }

  100% {
    transform: translateX(0) rotate(0deg);
  }
}


.search-loading-box {
  margin-left: 15%;
  margin-right: 15%;
  width: 60%;
  background-color: white;
  border-radius: 20px;

}

.top-section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #f68712;
  color: white;
  padding: 10px;
  flex-wrap: wrap;
  text-align: center;
  border-radius: 20px 20px 0px 0px;

}

.column {
  flex: 1 1 150px;
}

.column h4 {
  font-size: 0.9rem;
  font-weight: 600;
  letter-spacing: 1px;
}

.column h1 {
  font-size: 2.5rem;
  font-weight: 800;
}

.column p {
  font-size: 1rem;
  margin-top: 4px;
}

.plane-icon {
  font-size: 2rem;
  margin: 0 1rem;
}

/* OFFER SECTION */
.offer-section {
  max-width: 700px;
  margin: 1rem auto;
  background-color: #f7f9fc;
  padding: 1rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.05);
}

.offer-label {
  color: #d32f2f;
  font-weight: bold;
  font-size: 1rem;
  margin-bottom: 1rem;
}

.offer-label i {
  margin-right: 0.5rem;
}

.offer-section h2 {
  font-size: 1.4rem;
  font-weight: 700;
  margin-bottom: 1.2rem;
}

/* LOADER */
.loader {
  width: 30px;
  height: 30px;
  margin: 1rem auto;
  border: 4px solid #007bff;
  border-top: 4px solid transparent;
  border-radius: 50%;
  animation: spin 1s linear infinite;
}

@keyframes spin {
  100% {
    transform: rotate(360deg);
  }
}

/* CALL BUTTON */
.call-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #ef5a07;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
}

.call-button i {
  margin-right: 8px;
}

/* DETAILS SECTION */
.details-section {
  display: flex;
  justify-content: space-around;
  /* flex-wrap: wrap; */
  padding: 10px;
  background-color: #f1f1f1;
  text-align: center;
  border-radius: 0px 0px 20px 20px;

}

.detail-box {
  flex: 1 1 180px;
  margin: 0.5rem;
}

.detail-box p {
  font-size: 0.95rem;
  color: #555;
}

.detail-box strong {
  font-size: 1.1rem;
  font-weight: 700;
  display: block;
  margin-top: 4px;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .search-loading-box {
    margin-left: 10%;
    margin-right: 10%;
    width: 80%;
  }

  .top-section {
    flex-direction: row;
    padding: 1rem;

  }

  .column {
    flex: 1 1 10px;
  }

  .details-section {
    flex-direction: row;
  }

  .detail-box {
    flex: 1 1 18px;
    margin: 0.5rem;
  }

  .call-button {
    width: 100%;
    max-width: 300px;
  }
}

/* ===============================search-result-display============================= */
.search-result {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

.no-flights-container {
  max-width: 500px;
  text-align: center;
  padding: 20px;
  box-sizing: border-box;
}

.no-flights-img {
  width: 150px;
  margin-bottom: 20px;
}

h1 {
  /* color: #0070f3; */
  font-size: 24px;
  margin-bottom: 10px;
}

.subtext {
  color: #555;
  font-size: 16px;
  margin-bottom: 15px;
}

.route {
  margin-bottom: 20px;
  font-size: 16px;
}

.tag {
  background: #f1f1f1;
  border-radius: 8px;
  padding: 4px 10px;
  margin: 0 5px;
  font-weight: bold;
  display: inline-block;
}

hr {
  margin: 30px 0;
  border: none;
  border-top: 1px solid #ddd;
}

.help-section {
  margin-bottom: 30px;
}

.help-title {
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
}

.call-btn {
  background-color: #28a745;
  color: white;
  border: none;
  padding: 12px 25px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.call-btn .phone-icon {
  margin-right: 8px;
}

.action-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.home-btn,
.search-btn {
  padding: 12px 20px;
  border: none;
  font-size: 16px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.home-btn {
  background-color: #042651;
  color: white;
}



.search-btns {
  border: 1px solid #0070f3;
  background: white;
  color: #0070f3;
  border-radius: 5px;
}

.search-btns:hover {
  background: #0070f3;
  color: white;
}


.icon {
  margin-right: 8px;
}

/* Responsive adjustments */
@media (min-width: 480px) {
  .action-buttons {
    flex-direction: row;
    justify-content: center;
  }

  .action-buttons button {
    width: 45%;
  }
}


/* ==============================about ============================== */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 00px;
}

/* Contact Banner */
.contact-banner {
  background-image: url('images/bg-banner.jpg');
  /* Replace with your image path */
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 40px 0;
  text-align: center;
}

.contact-banner .container h1 {
  margin-bottom: 10px;
  font-size: 2.5em;
}

/* ==========================================privacy=================================== */


.policy-container {
  max-width: 800px;
  background: #fff;
  margin: 40px auto;
  padding: 30px;
  border-radius: 12px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
}

.policy-container h1 {
  color: #031d40;
  font-size: 1.8em;
  margin-bottom: 10px;
  text-align: center;
}

.policy-container .intro {
  font-weight: 400;
  text-align: center;
  margin-bottom: 20px;
  font-size: 25px;
  color: #4a4949;
}

.highlight {
  color: #031d40;
}

.section {
  display: flex;
  align-items: flex-start;
  margin-top: 25px;
  gap: 15px;
}

.icon {
  font-size: 22px;
  color: #031d40;
  margin-top: 5px;
  flex-shrink: 0;
}

.section h2 {
  margin: 0 0 6px;
  font-size: 1.2em;
  color: #031d40;
}

.section p {
  margin: 0;
}

/* Responsive */
@media (max-width: 600px) {
  .section {
    flex-direction: column;
  }

  .icon {
    margin-bottom: 8px;
  }
}

/* ==================================privacy=================================== */

.privacy-policy {
  margin: 0 auto;
  padding: 40px 80px;
}

.title {
  color: #c62828;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 20px;
}

h2 {
  font-size: 20px;
  color: #212121;
  margin-top: 30px;
  margin-bottom: 10px;
}

p {
  font-size: 16px;
  margin-bottom: 10px;
}

a {
  color: #2979ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  padding-left: 20px;
}

ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

/* Responsive Design */
@media (max-width: 768px) {
  .title {
    font-size: 24px;
  }

  h2 {
    font-size: 20px;
  }

  p,
  ul li {
    font-size: 15px;
  }

  .privacy-policy {
    padding: 20px 30px;
  }
}

/* =====================================conract us=================================== */


.contact-section {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 40px;
  padding: 40px 80px;
}

.contact-info {
  /* flex: 1; */
  max-width: 320px;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.info-box {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.icon {
  background-color: #f64e4e;
  color: white;
  font-size: 20px;
  padding: 12px;
  border-radius: 4px;
  width: 48px;
  text-align: center;
}

.info-box h4 {
  color: #f64e4e;
  font-size: 18px;
  margin-bottom: 5px;
}

.info-box p {
  color: #000;
  font-size: 16px;
}

.contact-form {
  background: #f7f7f7;
  padding: 30px;
  border-radius: 10px;
  min-width: 320px;
}

.contact-form h2 {
  font-size: 30px;
  margin-bottom: 25px;
}

form {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

input,
textarea {
  width: 100%;
  padding: 12px;
  font-size: 16px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.form-row input {
  flex: 1;
  min-width: 150px;
}

button {
  background-color: #f64e4e;
  color: white;
  padding: 12px 20px;
  border: none;
  border-radius: 6px;
  font-size: 16px;
  cursor: pointer;
  width: fit-content;
}

button:hover {
  background-color: #9d471f;
}

@media (max-width: 768px) {
  .contact-section {
    flex-direction: column;
    padding: 20px 30px;

  }


  .form-row {
    flex-direction: column;
  }
}


 /* ===========================expedia about====================== */
 
.expedia-section {
  margin: 0 auto;
  padding: 40px 80px;
}
 .expedia-title{
  color: #f64e4e;
  font-size: 26px;
 }
 .expedia-subtitle {
  margin-top: -5px;
  color: #333;
  font-size: 18px;
}

.expedia-description {
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

a {
  color: #2979ff;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul li {
  margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    unicode-bidi: isolate;
}

/* Responsive Design */
@media (max-width: 768px) {
  .expedia-title {
    font-size: 24px;
  }
 
  .expedia-section {
    padding: 20px 30px;
  }
}

/* =======================================model======================================= */

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background-color: rgba(0, 0, 0, 0.6); */
  justify-content: center;
  align-items: center;
  z-index: 1000;
}


.card-wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
}

.spirit-card {
  background: white;
  max-width: 400px;
  width: 90%;
  overflow: hidden;
  font-family: Arial, sans-serif;
  padding: 20px 10px;
}

@keyframes slideUp {
  from {
    transform: translateY(100px);
    opacity: 0;
  }

  to {
    transform: translateY(0);
    opacity: 1;
  }
}

.spirit-header {
  background: linear-gradient(to right, #91560e, #f68712);
  padding: 20px;
  text-align: center;
  color: white;
  border-radius: 10px 10px 0px 0px;
}

.spirit-header img {
  max-height: 40px;
  margin-bottom: 10px;
}

.spirit-title {
  font-weight: bold;
  font-size: 18px;
}

.spirit-title .highlight {
  color: #ffc107;
}

.call-box {
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 15px;
  background: #f8f9fa;
  margin: 10px;
  border-radius: 10px;
  font-size: 14px;
}

.call-box i {
  font-size: 24px;
  color: #f68712;
}

.call-number {
  font-weight: bold;
  font-size: 16px;
}

.call-text {
  color: #555;
}

.support-strip {
  background: #f0f0f0;
  padding: 10px;
  font-weight: bold;
  text-align: center;
  font-size: 14px;
  border-radius: 5px;
  margin: 10px;
}

.support-strip i {
  color: #f68712;
  margin-right: 5px;
}

.profile-section {
  text-align: center;
  margin: 10px 0;
}

.profile-section img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  border: 3px solid #f68712;
}

.button-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
  padding: 0 16px;
  margin: 15px 0;
}

.button-grid button {
  background-color: white;
  color: #f68712;
  border: 2px solid #f68712;
  padding: 10px 5px;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  justify-content: center;
  cursor: pointer;
  
}

.deal-banner {
  background-color: #ffc107;
  padding: 10px 16px;
  text-align: center;
  font-size: 14px;
  border-radius: 0px 0px 10px 10px;
  color: black;
  font-weight: bold;
}

.deal-text {
  margin-bottom: 10px;
}

.deal-call {
  background-color: white;
  color: #f68712;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  font-weight: bold;
}

.deal-call i {
  margin-right: 6px;
}



@media (max-width: 1440px) {
  .modal.show-on-mobile {
    display: flex;
  }
}

/* CALL BUTTON */
.call-button {
  display: inline-block;
  margin-top: 1rem;
  padding: 0.75rem 1.5rem;
  background-color: #ef5a07;
  color: white;
  font-size: 1rem;
  font-weight: bold;
  border-radius: 30px;
  text-decoration: none;
}

.call-button i {
  margin-right: 8px;
}
