body {
  font-family: "Poppins", sans-serif;
  background: #f8f9fb;
}

/* TOPBAR */
.topbar {
  background: #2d2438;
  color: #fff;
  font-size: 14px;
  height: 40px;
}

/* NAVBAR */
/* .navbar-nav .nav-link {
  font-weight: 500;
  margin: 0 10px;
} */
/* NAVBAR */
.navbar-nav .nav-link {
  font-weight: 500;
  margin: 0 10px;
  transition: 0.3s;
}

/* ACTIVE LINK */
.navbar-nav .nav-link.active {
  color: #ff5a5f !important;
}

/* HOVER */
.navbar-nav .nav-link:hover {
  color: #ff5a5f;
}

/* LOGO */
.navbar-brand img {
  height: 50px;
  width: auto;
}

/* MOBILE FIX */
@media(max-width:768px){
  .navbar-nav {
    text-align: center;
  }
}

/* HERO */
.hero {
  height: 90vh;
  background-size: cover;
  background-position: center;
  position: relative;
  background-repeat: no-repeat;
}
.hero::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.overlay {
  position: absolute;
  top: 50%;
  left: 8%;
  transform: translateY(-50%);
  color: #000;
}

.overlay h1 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #fff;
}

/* BUTTON */
.btn-danger {
  background-color: #ff5a5f;
  border: none;
}

/* RESPONSIVE */
@media (max-width: 768px) {
  .overlay h1 {
    font-size: 26px;
  }
}

.carousel-item {
  height: 90vh;
}

.carousel-item .hero {
  height: 100%;
}

/* ---------ab--------- */
/* TOUR CARD */
.tour-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.tour-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.tour-card h6 {
  padding: 10px;
  color: #ff5a5f;
}

/* POPULAR CARD */
.popular-card {
  border: 1px solid #ff5a5f;
  padding: 10px;
  border-radius: 10px;
}

.popular-card img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.popular-card h6 {
  margin-top: 10px;
  color: #000000;
  font-weight: 600;
}
.popular-card p {
  font-size: 12px;
}
.popular-card a {
  color: #ff5a5f;
  font-weight: 600;
  text-decoration: none;
}

/* INTERNATIONAL */
.intl-card img {
  width: 85%;
  height: 250px;
  object-fit: cover;
  border-radius: 150px;
}

.intl-card h6 {
  margin-top: 10px;
  font-weight: 600;
  color: #ff5a5f;
}

/* ===hero section=== */
.hero-red {
  background: #ff5a5f;
}

.main-img {
  max-width: 100%;
  height: auto;
}

/* TAGS */
.tags span {
  border: 1px solid #fff;
  padding: 5px 10px;
  margin-right: 5px;
  border-radius: 20px;
  font-size: 14px;
}

/* MOBILE FIX */
@media (max-width: 768px) {
  .hero-red {
    text-align: center;
  }

  .hero-image {
    margin-bottom: 20px;
  }
}


/* ====travel option===== */
.cat-card {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.cat-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.cat-title {
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #ff5a5f;
  color: #fff;
  text-align: center;
  padding: 10px;
}

.cta-box {
  background: rgba(255, 90, 95, 0.9);
  padding: 40px;
  border-radius: 10px;
}

.circle-img {
  width: 150px;
  border-radius: 50%;
}

/* CTA SECTION */
.cta-section {
  background: #f5f5f5;
  padding-top: 50px;
  position: relative;
}

/* CTA BOX */
.cta-box {
  background:
    linear-gradient(rgba(255, 90, 95, 0.9), rgba(255, 90, 95, 0.9)),
    url("image/journey.png");
  background-size: cover;
  background-position: center;
  border-radius: 10px;
  padding: 50px;
  color: #fff;
  position: relative;
}

/* TEXT */
.cta-text h2 {
  font-size: 32px;
  font-weight: 700;
}

/* IMAGES */
.cta-images {
  position: relative;
}

.img-big {
  width: 180px;
  border-radius: 50%;
  border: 6px solid #fff;
}

.img-small {
  width: 120px;
  border-radius: 50%;
  border: 6px solid #fff;
  position: absolute;
  left: -120px;
  top: 40px;
}

/* STATS CARD */
.stats-card {
  background: #fff;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}

/* STAT ITEM */
.stat-item .icon {
  width: 60px;
  height: 60px;
  background: #ff5a5f;
  color: #fff;
  border-radius: 50%;
  line-height: 60px;
  margin: auto;
  font-size: 24px;
}

.stat-item h4 {
  margin-top: 10px;
  font-weight: 700;
}

.stat-item p {
  color: #555;
  font-size: 14px;
}

/* MOBILE */
@media (max-width: 768px) {
  .cta-box {
    flex-direction: column;
    text-align: center;
  }

  .cta-images {
    margin-top: 20px;
  }

  .img-small {
    position: static;
    margin-top: 10px;
  }
}

/* gallery */
.gallery-img {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 5px;
  transition: 0.3s;
}

/* HOVER EFFECT */
.gallery-img:hover {
  transform: scale(1.05);
}

/* SECTION BG */
.happy-customers {
  background: #f5f5f5;
}
.happy-customers img:hover {
  transform: scale(1.05);
  transition: 0.3s;
}
.gallery-img {
  position: relative;
  cursor: pointer;
}

.gallery-img:hover {
  filter: brightness(80%);
}

.reason-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  text-align: center;
}

.reason-card img {
  width: 60px;
  margin-bottom: 10px;
}

.review-card {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}

.review-card img {
  width: 60px;
  border-radius: 50%;
  margin-top: 10px;
}

.blog-card {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}

.blog-card img {
  width: 100%;
  height: 300px;
  object-fit: cover;
}

.blog-content {
  position: absolute;
  bottom: 0;
  background: #fff;
  width: 90%;
  left: 5%;
  padding: 10px;
  border-radius: 10px;
}

.award-logo {
  width: 100%;
  background: #fff;
  padding: 10px;
  border-radius: 10px;
}

.whatsapp-btn {
  position: fixed;
  bottom: 20px;
  right: 20px;
  width: 55px;
  height: 55px;
  z-index: 999;
}

.whatsapp-btn img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.whatsapp-btn:hover {
  transform: scale(1.1);
  transition: 0.3s;
}
.enquiry-btn {
  position: fixed;
  right: 0;
  top: 50%;
  transform: rotate(-90deg) translateY(-50%);
  transform-origin: right;
  background: #ff5a5f;
  color: #fff;
  padding: 10px 20px;
  cursor: pointer;
  z-index: 999;
}

/* MODAL STYLE */
.custom-modal {
  border-radius: 15px;
  padding: 10px;
}

/* INPUT STYLE */
.custom-input {
  border-radius: 10px;
  border: 1px solid #ddd;
  padding: 12px;
  transition: 0.3s;
}

.custom-input:focus {
  border-color: #ff5a5f;
  box-shadow: 0 0 8px rgba(255, 90, 95, 0.3);
}

/* LABEL */
.form-label {
  font-weight: 500;
}

/* BUTTON */
.submit-btn {
  background: linear-gradient(45deg, #ff5a5f, #ff7a7f);
  color: #fff;
  padding: 12px;
  border-radius: 30px;
  border: none;
  font-weight: 600;
  transition: 0.3s;
}

.submit-btn:hover {
  background: #000;
  color: #fff;
}

/* HEADER STYLE */
.modal-title {
  color: #ff5a5f;
}
.footer {
  background: #e8c9c6;
  color: #000;
}

.footer .logo {
  font-family: cursive;
  color: #000;
}

.footer h5 {
  margin-bottom: 15px;
  font-weight: 600;
}

.footer ul {
  list-style: none;
  padding: 0;
}

.footer ul li {
  margin-bottom: 8px;
}

.footer ul li a {
  text-decoration: none;
  color: #000;
  font-size: 14px;
}

.footer ul li a:hover {
  color: #ff5a5f;
}

/* SOCIAL */
.social-icons i {
  font-size: 18px;
  margin-left: 10px;
  color: #000;
}

.social-icons i:hover {
  color: #ff5a5f;
}

/* REVIEW LOGOS */
.review-logo {
  width: 120px;
}

/* BADGE */
.badge-img {
  width: 120px;
}

/* MOBILE */
@media (max-width: 768px) {
  .footer {
    text-align: center;
  }

  .social-icons {
    margin-top: 10px;
  }
}

/* ===conatct=== */
/* .contact-hero {
  color: #fff;
  padding: 60px 0;
} */

.contact-hero {
    position: relative;
    padding: 100px 0;
    color: #fff;
    background-size: cover;
    background-position: center;
}

/* DARK OVERLAY */
.contact-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
}

/* CONTENT ABOVE OVERLAY */
.contact-hero .container {
    position: relative;
    z-index: 2;
}

.contact-info {
  background: #f5f5f5;
  padding: 20px;
  border-radius: 10px;
}

.contact-form {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.274);
}

.contact-form input,
.contact-form textarea {
  padding: 10px;
}

/* ==about== */
/* .about-hero {
  color: #fff;
  padding: 60px 0;
} */
.about-hero {
    position: relative;
    padding: 100px 0;
    color: #fff;
    background-size: cover;
    background-position: center;
}

/* DARK OVERLAY */
.about-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.274);
}

/* CONTENT ABOVE OVERLAY */
.about-hero .container {
    position: relative;
    z-index: 2;
}
.why-card {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

/* faq */
/* .faq-hero {
  padding: 80px 0;
  color: #fff;
} */
.faq-hero {
    position: relative;
    padding: 100px 0;
    color: #fff;
    background-size: cover;
    background-position: center;
}

/* DARK OVERLAY */
.faq-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.274);
}

/* CONTENT ABOVE OVERLAY */
.faq-hero .container {
    position: relative;
    z-index: 2;
}
.faq-menu {
  list-style: none;
  padding: 0;
  background: #f5f5f5;
  border-radius: 10px;
}

.faq-menu li {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.faq-menu li a {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
  text-decoration: none;
  color: #000;
}
.faq-menu li.active,
.faq-menu li:hover {
  background: #ff5a5f;
  color: #fff;
}

/* ACCORDION */
.accordion-item {
  margin-bottom: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  overflow: hidden;
}

.accordion-header {
  width: 100%;
  padding: 15px;
  background: #f9f9f9;
  border: none;
  text-align: left;
  font-weight: 600;
  cursor: pointer;
}

.accordion-content {
  display: none;
  padding: 15px;
  background: #fff;
}

/* terms condition */
/* .terms-hero {
  background: #ff5a5f;
  color: #fff;
  padding: 60px 0;
} */
.terms-hero {
    position: relative;
    padding: 100px 0;
    color: #fff;
    background-size: cover;
    background-position: center;
}

/* DARK OVERLAY */
.terms-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.274);
}

/* CONTENT ABOVE OVERLAY */
.terms-hero .container {
    position: relative;
    z-index: 2;
}
.terms-box {
  background: #f9f9f9;
  padding: 30px;
  border-radius: 10px;
  line-height: 1.8;
}

.terms-box h4 {
  margin-top: 20px;
  color: #ff5a5f;
}

/* reservation policy */
/* .policy-hero {
  background: #ff5a5f;
  color: #fff;
  padding: 60px 0;
} */
.policy-hero {
    position: relative;
    padding: 100px 0;
    color: #fff;
    background-size: cover;
    background-position: center;
}

/* DARK OVERLAY */
.policy-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.274);
}

/* CONTENT ABOVE OVERLAY */
.policy-hero .container {
    position: relative;
    z-index: 2;
}
.policy-menu {
  list-style: none;
  padding: 0;
  background: #f5f5f5;
  border-radius: 10px;
}

.policy-menu li {
  padding: 12px;
  border-bottom: 1px solid #ddd;
  cursor: pointer;
}
.policy-menu li a {
  text-decoration: none;
  color: #000;
}

.policy-menu li.active,
.policy-menu li:hover {
  background: #ff5a5f;
  color: #fff;
}

.policy-box {
  background: #fff;
  padding: 25px;
  border-radius: 10px;
  line-height: 1.8;
}

.policy-box h5 {
  margin-top: 20px;
  font-weight: 600;
}

/* ================= BLOG LIST PAGE ================= */

.blog-card {
  transition: 0.3s;
}

.blog-card img {
  width: 100%;
  height: 220px;
  object-fit: cover;
  border-radius: 10px;
}

.blog-card h5 {
  margin-top: 10px;
  font-weight: 600;
}

.blog-card .date {
  color: gray;
  font-size: 14px;
}

.blog-card:hover {
  transform: translateY(-6px);
}

/* ================= SIDEBAR ================= */

.sidebar {
  padding-left: 20px;
}

.sidebar-title {
  background: #ff5a5f;
  color: #fff;
  padding: 12px;
  font-weight: 600;
  border-radius: 5px;
}

/* ================= POPULAR POSTS ================= */

.popular-post {
  display: flex;
  align-items: center;
  margin-top: 15px;
  position: relative;
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.popular-post img {
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 5px;
  margin-right: 10px;
}

.popular-post h6 {
  font-size: 14px;
  margin: 0;
  font-weight: 600;
}

.popular-post p {
  font-size: 12px;
  color: gray;
  margin: 0;
}

/* NUMBER BADGE */
.count {
  position: absolute;
  left: -10px;
  top: -10px;
  background: #000;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 12px;
}

/* ================= PAGINATION ================= */

.pagination .page-link {
  color: #000;
  border-radius: 50px;
  margin: 0 5px;
  padding: 8px 15px;
  border: 1px solid #ddd;
}

.pagination .page-item.active .page-link {
  background: #ff5a5f;
  border-color: #ff5a5f;
  color: #fff;
}

.pagination .page-link:hover {
  background: #ff5a5f;
  color: #fff;
}

/* ================= SINGLE BLOG ================= */

.blog-main-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 12px;
}

/* CONTENT */
.blog-content {
  line-height: 1.9;
  font-size: 16px;
  color: #333;
}

.blog-content h4 {
  margin-top: 25px;
  font-weight: 600;
}

/* ================= EXTRA PRO LOOK ================= */

/* hover effect on sidebar */
.popular-post:hover {
  transform: translateX(5px);
  transition: 0.3s;
}

/* spacing */
.blog-detail {
  background: #fafafa;
}

/* single */
/* HERO */
/* .blog-hero {
  background: #ff5a5f;
  color: #fff;
  padding: 60px 0;
} */
.blog-hero {
    position: relative;
    padding: 100px 0;
    color: #fff;
    background-size: cover;
    background-position: center;
}

/* DARK OVERLAY */
.blog-hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.274);
}

/* CONTENT ABOVE OVERLAY */
.blog-hero .container {
    position: relative;
    z-index: 2;
}
/* IMAGE */
.blog-main-img {
  width: 100%;
  height: 420px;
  object-fit: cover;
  border-radius: 10px;
}

/* CONTENT */
.blog-content-box {
  line-height: 1.9;
  font-size: 16px;
  color: #333;
}

.blog-content-box h4 {
  margin-top: 20px;
  font-weight: 600;
}

/* SHARE */
.share-btn {
  display: inline-block;
  margin-right: 10px;
  padding: 6px 15px;
  background: #ff5a5f;
  color: #fff;
  border-radius: 20px;
  text-decoration: none;
}

.share-btn:hover {
  background: #000;
}

/* RELATED */
.related-card img {
  width: 100%;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
}

.related-card p {
  margin-top: 5px;
  font-size: 14px;
}

/* SIDEBAR */
.sidebar {
  padding-left: 20px;
}

.sidebar-title {
  background: #ff5a5f;
  color: #fff;
  padding: 10px;
}

/* POPULAR POSTS */
.popular-post {
  display: flex;
  margin-top: 15px;
  position: relative;
}

.popular-post img {
  width: 90px;
  height: 70px;
  object-fit: cover;
  margin-right: 10px;
  border-radius: 5px;
}

.count {
  position: absolute;
  left: -10px;
  top: -10px;
  background: #000;
  color: #fff;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
}

/* ===tour package=== */

/* TOUR PACKAGE PAGE */
.tour-package {
  background: #fff;
}

.tour-package h2 {
  font-weight: 600;
}

.tour-package p {
  color: #444;
  line-height: 1.8;
}

/* TABLE */
.tour-table thead {
  background: #eee;
}

.tour-table th {
  font-weight: 600;
}

.tour-table td {
  vertical-align: middle;
}

/* ROW HOVER */
.tour-table tbody tr:hover {
  background: #f9f9f9;
  transition: 0.3s;
}
