/* ================= GLOBAL ================= */

body {
  font-family: "Poppins", sans-serif;
  margin: 0;
  padding: 0;
}

/* ================= HEADER ================= */

.custom-navbar {
  background: #ffffff;
  padding: 18px 0;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

.logo {
  font-size: 28px;
  font-weight: 700;
  color: #1d3557 !important;
}

.logo span {
  color: #f4a261;
}

.navbar-nav .nav-link {
  color: #1d3557 !important;
  font-weight: 500;
  margin-left: 25px;
}

.navbar-nav .nav-link:hover {
  color: #f19027 !important;
}

/* Contact Button */

.contact-btn {
  background: #1d3557;
  color: #ffffff !important;
  padding: 8px 20px;
  border-radius: 30px;
  display: inline-flex;
  align-items: center;
  transition: 0.3s ease;
  text-decoration: none;
}

.contact-btn:hover {
  background: #16324f;
}

.arrow-circle {
  background: #f19027;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 10px;
  font-size: 14px;
}

/* Better spacing on mobile */
.custom-navbar .container {
  padding-left: 20px;
  padding-right: 20px;
}

/* Fix hamburger icon visibility */

/* .navbar-light .navbar-toggler-icon {
    background-image: none;
    width: 24px;
    height: 2px;
    background-color: #1d3557;
    position: relative;
} */

/* Remove border */

/* Custom Hamburger Color #173257 */

/* ================= HAMBURGER FIX ================= */

.navbar-toggler {
  border: none;
  outline: none;
}

/* Custom Hamburger Color #173257 */
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23173257' stroke-width='3' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* ================= HERO SECTION ================= */

.hero {
  position: relative;
  background: url("/Abroline_static/Assets/Images/Hero\ Banner\ Image.png") center
    center/cover no-repeat;
  min-height: 90vh;
  display: flex;
  align-items: center;
  text-align: center;
  color: #ffffff;
}

.hero-wave {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  line-height: 0;
}

.hero-wave img {
  width: 100%;
  display: block;
}

/* .hero::before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, 0.35);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
} */

.hero-content {
  position: relative;
  z-index: 2;
  max-width: 850px;
  margin: auto;
}

.hero h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
}

.hero p {
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.8;
}

.view-btn {
  background: #f19027;
  color: #ffffff;
  padding: 10px 28px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  transition: 0.3s ease;
}

.view-btn:hover {
  background: #e76f51;
  color: #ffffff;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 768px) {
  .hero h1 {
    font-size: 32px;
  }
}

/* ================= ABOUT SECTION ================= */

.about-section {
  padding: 100px 0;
  background: #f8f9fa;
}

.about-content {
  max-width: 520px;
}

.about-small-heading {
  color: #f19027;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 15px;
}

.about-main-heading {
  font-size: 40px;
  font-weight: 700;
  color: #111;
  margin-bottom: 25px;
  line-height: 1.3;
}

.about-text {
  font-size: 15px;
  line-height: 1.9;
  color: #555;
  margin-bottom: 30px;
}

.learn-btn {
  background: #173257;
  color: #fff;
  padding: 12px 28px;
  border-radius: 8px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: 0.3s ease;
}

.learn-btn:hover {
  background: #0f2239;
  color: #fff;
}

.about-image-wrapper {
  position: relative;
}

.about-img {
  max-width: 100%;
  display: block;
}

/* ================= RESPONSIVE ================= */

@media (max-width: 991px) {
  .about-section {
    padding: 80px 0 40px 0;
    text-align: center;
  }

  .about-content {
    margin: auto;
  }

  .about-main-heading {
    font-size: 30px;
  }
}

/* ===============================
   Popular Destinations Section
================================= */

.popular-section {
  padding: 40px 0 80px 0;
  background: #f8f9fb;
}

.popular-heading .small-title {
  color: #f7941d;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 8px;
}

.popular-heading h2 {
  font-size: 32px;
  font-weight: 700;
  color: #1c1c1c;
  margin-bottom: 10px;
}

.popular-heading p {
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 15px;
  color: #6c757d;
  line-height: 1.6;
}

/* Grid Layout */

.destination-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 25px;
}

/* Card */

.destination-card {
  text-align: center;
}

.destination-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 15px;
}

.destination-card h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.destination-card span {
  font-size: 13px;
  color: #9aa0a6;
}

@media (max-width: 1200px) {
  .destination-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 768px) {
  .destination-grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 480px) {
  .destination-grid {
    grid-template-columns: 1fr;
  }
}

/* ================= WHY CHOOSE SECTION ================= */

.why-section {
  position: relative;
  padding: 60px 0; /* reduced from 80px */
  background: url("/Abroline_static/Assets/Images/Why\ Choose\ us\ bg.png") center center
    no-repeat;
  background-size: cover;
  background-color: #f8f9fb;
  overflow: hidden;
}

/* Heading */
.why-heading h2 {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 35px; /* reduced from 60px */
  color: #111;
}

.why-heading span {
  color: #f19027;
}

/* Cards */
.why-card {
  display: flex;
  gap: 15px;
  align-items: flex-start;
}

.icon-box {
  width: 55px;
  height: 55px;
  background: #ffffff;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.05);
  flex-shrink: 0;
}

.why-card h5 {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 8px;
}

.why-card p {
  font-size: 14px;
  color: #6c757d;
  line-height: 1.6;
}

/* Right Image */
.why-img {
  max-width: 380px;
}

/* Flight Decorations */
.flight {
  position: absolute;
  opacity: 0.4;
  width: 120px;
}

.flight1 {
  bottom: 40px;
  left: 60px;
}

.flight2 {
  top: 40px;
  right: 120px;
}

@media (min-width: 1200px) {
  .why-section {
    padding: 50px 0; /* tighter for desktop */
  }

  .why-heading h2 {
    margin-bottom: 25px;
  }
}

/* Responsive */
@media (max-width: 992px) {
  .why-img {
    margin-top: 40px;
    max-width: 300px;
  }

  .why-heading h2 {
    font-size: 28px;
  }
}

@media (max-width: 768px) {
  .why-section {
    padding: 60px 0;
    text-align: center;
  }

  .why-card {
    flex-direction: column;
    align-items: center;
    text-align: center;
  }

  .icon-box {
    margin-bottom: 10px;
  }
}

/* ================= FEATURED SECTION ================= */

.featured-section {
  padding: 80px 0;
  background: #f8f9fb;
}

/* Header */

.featured-header-row {
  margin-bottom: 50px; /* FIXED spacing between paragraph & cards */
}

.small-heading {
  color: #f19027;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 5px;
}

.featured-header-row h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}

.featured-subtext {
  color: #6c757d;
  font-size: 15px;
  margin-bottom: 0;
}

.view-all-link {
  color: #f19027;
  font-weight: 500;
  text-decoration: none;
}

.view-all-link:hover {
  text-decoration: underline;
}

/* Proper spacing between cards */
.tour-row .col-lg-4 {
  margin-bottom: 30px;
}

/* Card */

.tour-card {
  background: #ffffff;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
  transition: 0.3s ease;
  height: 100%;
}

.tour-card:hover {
  transform: translateY(-6px);
}

/* Image */

.tour-img {
  position: relative;
}

.tour-img img {
  width: 100%;
  height: 230px;
  object-fit: cover;
}

/* Discount */

.discount-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #ffffff;
  color: #f19027;
  padding: 5px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}

/* Wishlist */

.wishlist {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #ffffff;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.wishlist i {
  color: #6c757d;
}

.wishlist:hover i {
  color: #f19027;
}

/* Content */

.tour-content {
  padding: 20px;
}

.tour-content h5 {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 10px;
}

.tour-meta {
  font-size: 13px;
  color: #6c757d;
  margin-bottom: 10px;
}

.tour-meta span {
  margin-right: 15px;
}

.tour-content p {
  font-size: 14px;
  color: #6c757d;
  margin-bottom: 15px;
}

.tour-price {
  margin-bottom: 15px;
}

.price {
  font-weight: 700;
  margin-right: 10px;
}

.old-price {
  color: #f19027;
  text-decoration: line-through;
}

.book-btn {
  display: block;
  background: #173257;
  color: #ffffff;
  text-align: center;
  padding: 10px;
  border-radius: 8px;
  font-size: 14px;
  text-decoration: none;
}

.book-btn:hover {
  background: #12263f;
  color: #ffffff;
}

/* deal section */

.deal-section {
  background: url("/Abroline_static/Assets/Images/Hotdealsbg.png") center center/cover
    no-repeat;
  min-height: 60vh;
  width: 100%;
  height: 500px;
  display: flex;
  justify-content: end;
  align-items: center;
  padding-left: auto;
  padding-right: auto;
}

.hero-inner {
  display: grid;
  gap: 30px;
  align-items: center;
}

.hero-image img {
  width: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.deal-content {
  width: 50%;
}

.deal-content h1 {
  font-size: clamp(22px, 4vw, 36px);
  margin: 10px 0;
}

.deal-content span {
  color: #ff7a00;
}

.tag {
  color: #ff7a00;
  font-weight: bold;
}

.sub {
  margin-bottom: 15px;
  color: #666;
}

.deal-btn {
  background: #173257;
  color: white;
  border: none;
  padding: 10px 18px;
  border-radius: 6px;
  cursor: pointer;
}

/* desktop hero */
@media (min-width: 768px) {
  .hero-inner {
    grid-template-columns: 1.1fr 1fr;
  }
}

/* ================= TESTIMONIALS ================= */

.testimonials {
  text-align: center;
  padding: 60px 0;
}
.testimonials h6 {
  color: #f19027;
}

.user span {
  color: #f19027;
}

.section-sub {
  color: #666;
  margin: 8px 0 30px;
}

.cards {
  display: grid;
  gap: 20px;
}

.card {
  background: #f5f9fe;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.06);
  text-align: left;
}

.user {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-bottom: 10px;
}

.user img {
  width: 45px;
  height: 45px;
  border-radius: 50%;
}

/* responsive columns */
@media (min-width: 640px) {
  .cards {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .cards {
    grid-template-columns: repeat(3, 1fr);
  }
}

/* ================= CONTACT ================= */

/* ================= CONTACT ================= */

.contact {
  position: relative;
  background: url("/Abroline_static/Assets/Images/getinTouchbg.png") center/cover no-repeat;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  padding: 40px 15px;
}

.overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.45);
}

.contact-inner {
  position: relative;
  z-index: 2;
  max-width: 700px;
}

.contact-form {
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.contact-form input {
  background: transparent;
  border: 1px solid #fff;
  padding: 10px 14px;
  border-radius: 6px;
  color: #fff;
  min-width: 220px;
}

.contact-form input::placeholder {
  color: #eee;
}

.contact-submit {
  background: #f19027;
  border: none;
  padding: 10px 22px;
  border-radius: 6px;
  color: white;
  font-weight: 500;
}

/* ================= FOOTER ================= */

.footer {
  background: url("/Abroline_static/Assets/Images/Footer bg.png") center/cover no-repeat;
  padding: 50px 0 20px;
  font-size: 14px;
}

.footer h5 {
  font-weight: 600;
  margin-bottom: 15px;
}

.footer ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer-row{
  display: flex;
  justify-content: center;
  align-items: center;

}

.footer-logo {
  height: 40px;
}

.social-icons i {
  font-size: 18px;
  margin-right: 12px;
  color: #f19027;
  cursor: pointer;
}

.contact-info i {
  color: #f19027;
  margin-right: 8px;
}

.copy-right {
  text-align: center;
  font-size: 13px;
  margin-top: 10px;
}

/* Mobile */
@media (max-width: 768px) {
  .contact {
    text-align: center;
  }

  .contact-form {
    flex-direction: column;
    align-items: center;
  }
}
