* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Segoe UI', sans-serif;
}

header {
    z-index: 9999;

}

/* Top bar */
.top-bar {
    background: #000;
    color: #fff;
    padding: 10px 60px 10px 60px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 14px;
}

.top-bar .left,
.top-bar .right {
    display: flex;
    align-items: center;
    gap: 20px;
}

.top-bar i {
    margin-right: 5px;
    color: #eb222a;
}

.top-bar img {
    width: 20px;
    height: 14px;
    border-radius: 50%;
}

header {
    position: sticky;
}

/* Main nav */
.navbar {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding-left: 60px !important;
    padding-right: 60px !important;
}



.logo {
    font-size: 20px;
    font-weight: bold;
    color: #000;
}

.logo span {
    color: #eb222a;
}

.nav-links {
    display: flex;
    align-items: center;
    gap: 30px;
}

.nav-links a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 5px;
}

.nav-links i {
    color: #eb222a;
}

.menu-btn {
    display: none;
    font-size: 24px;
    cursor: pointer;
}



.logo {
    height: 40px;
    width: 120px;    object-fit: contain;
}

/* Dropdown container */
.dropdown {
    position: relative;
}

.dropbtn {
    display: flex;
    align-items: center;
    gap: 5px;
    /* background: red; */
    color: white;
    /* padding: 10px 15px; */
    text-decoration: none;
    font-weight: 500;
    border-radius: 4px;
}

/* 
      .dropbtn:hover{
                background: red;

      } */
/* Hidden dropdown content */
.dropdown-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 10px 0;
    min-width: 220px;
    z-index: 1000;
    border-top: 3px solid #eb222a;
}

/* Show on hover */
.dropdown:hover .dropdown-menu {
    display: block;
}

/* Dropdown item styling */
.dropdown-menu a {
    display: block;
    padding: 8px 20px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
}

.dropdown-menu a:hover {
    background: #f7f7f7;
    color: #eb222a;
}

@media (max-width: 1280px) {
    .banner-card {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
        flex-direction: column;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #fff;
        padding: 20px;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
        align-items: start;
    }

    .cards {
        padding: 20px !important;
    }

    .nav-links.active {
        display: flex;
    }

    .menu-btn {
        display: block;
    }

    .top-bar .left,
    .top-bar .right {
        display: flex;
        align-items: center;
        gap: 10px;
        flex-direction: column;
    }

    .top-bar {
        padding: 0px 10px 0px 10px;
        font-size: 12px;
    }

    .welcome {
        font-size: 18px !important;
        padding: 10px;
    }

    .ptag {
        font-size: 14px !important;
    }

    .navbar {
        padding-left: 20px;
        padding-right: 20px;
    }

    .stats-bg img {
        height: 700px !important;
    }

    .stats-bg {
        height: 700px !important;
    }

    .Countries {
        padding: 20px !important;

    }

    .price-section {
        padding-left: 20px !important;
        padding-right: 20px !important;
        padding-top: 20px;
    }

    .destination-carousel {
        height: 550px !important;
        padding-top: 140px !important;
        padding-left: 20px !important;
        padding-right: 20px !important;
    }

    /* .carousel-inner {
        height: 250px !important;
    } */
}

header {
    position: fixed !important;
    width: 100%;
}

/* Header code End */





.container {
    max-width: 1200px;
    margin: auto;
    padding: 20px;
}

.main-img {
    width: 100%;
    border-radius: 20px;
    object-fit: cover;
}

.badge {
    background: #eb222a;
    color: white;
    padding: 4px 12px;
    border-radius: 12px;
    display: inline-block;
    margin-top: 10px;
}

.price-box {
    background: #ffecec;
    border-radius: 20px;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    border: 2px solid rgba(0, 0, 0, 0.152);

}

.includes,
.themes {
    margin-top: 15px;
}

.chip {
    display: inline-block;
    background: #ffffff;
    padding: 6px 12px;
    border-radius: 10px;
    margin: 4px;
    border: 1px solid rgba(0, 0, 0, 0.138);
}

.sidebar {
    margin-top: 20px;
}

.side-box {
    background: #fefefe;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
}

.side-box button {
    background: #eb222a;
    color: white;
    padding: 10px 20px;
    border: none;
    border-radius: 10px;
    margin-top: 10px;
    width: 100%;
}

.popup,
.image-popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    justify-content: center;
    align-items: center;
    z-index: 999;
}

.popup-content,
.image-popup-content {
    background: white;
    padding: 30px;
    border-radius: 15px;
    width: 90%;
    max-width: 400px;
}

.popup-content h3 {
    margin-top: 0;
}

.popup-content input {
    width: 100%;
    margin-bottom: 10px;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

.popup-content button.close,
.image-popup-content button.close {
    background: transparent;
    border: none;
    float: right;
    font-size: 20px;
    cursor: pointer;
}

.more-images img {
    width: 100px;
    border-radius: 10px;
    margin: 5px;
    cursor: pointer;
}

@media (max-width: 768px) {
    .price-box {
        flex-direction: column;
    }

    .tour-image {
        flex: 1 1 20px !important;
        /* max-width: 350px; */
    }
}



.destination-carousel {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 600px;
    padding-top: 140px;
    padding-left: 60px;
    padding-right: 60px;
    border-radius: 16px;
}

.carousel-caption-custom {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    z-index: 2;
}

.carousel-caption-custom h1 {
    font-size: 48px;
    font-weight: 700;
    color: white;
    text-transform: uppercase;
    text-shadow: 0px 2px 10px rgba(0, 0, 0, 0.6);
}

/* Optional dark overlay for better text visibility */
.carousel-item::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: 1;
    border-radius: 16px;

}

/* Make images responsive */
.carousel-item img {
    height: 500px;
    object-fit: cover;
    filter: brightness(0.75);
    border-radius: 16px;
}

@media screen and (max-width: 768px) {
    .carousel-caption-custom h1 {
        font-size: 28px;
    }

    .carousel-item img {
        height: 60vh;
    }

    .theme-filters {
        gap: 10px !important;

    }
}


.price-section {
    padding-left: 60px;
    padding-right: 60px;
    padding-top: 20px;
}

.space {
    display: flex;
    justify-content: space-between;
    padding-right: 30px;
}

h2 {
    font-size: 21px !important;
    font-weight: 700 !important;
}

h4 {
    font-size: 18px !important;
    font-weight: 600 !important;
    background-color: green;
    height: 40px;
    width: 220px;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 2px solid rgba(0, 0, 0, 0.184);
    border-radius: 12px;
    color: white !important;
}





.tour-timeline {
    position: relative;
    padding-left: 50px;
    max-width: 1200px;
    margin: auto;
    padding-right: 20px;
}

.timeline-line {
    position: absolute;
    left: 20px;
    top: 0;
    bottom: 0;
    width: 2px;
    background-color: #ccc;
}

.tour-day {
    position: relative;
    margin-bottom: 40px;
    padding: 20px;
    border: 2px solid #f0e5e5;
    border-radius: 15px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    background-color: #fff4f4;
}

.tour-icon {
    position: absolute;
    left: -45px;
    top: 20px;
    background-color: #eb222a;
    color: white;
    font-weight: bold;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 50%;
}

.tour-image {
    flex: 1 1 300px;
    max-width: 350px;
}

.tour-image img {
    width: 100%;
    border-radius: 10px;
}

.tour-details {
    flex: 2 1 500px;
}

.tour-title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
}

.tour-info {
    margin-bottom: 10px;
    color: #444;
}

.tour-buttons {
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.day-label,
.view-images-btn {
    padding: 6px 15px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 500;
}

.day-label {
    background-color: #0a7738;
    color: #fff;
}

.view-images-btn {
    background-color: #f8545446;
    color: #fff;
    border: none;
    cursor: pointer;
}

@media (max-width: 768px) {
    .tour-day {
        flex-direction: column;
        /* padding-left: 50px; */
        /* height: 500px !important; */
    }

    .tour-icon {
        top: 10px;
        left: -35px;
    }

    .tour-buttons {
        justify-content: start;
    }

    .space {
        display: block;
        /* justify-content: space-between; */
        padding-right: 30px;
    }

    .tour-details {
        flex: 2 1 20px;
    }

    .timeline-line {
        left: 30px;

    }
}


.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 40px 20px;
    font-size: 12px !important;
}

.heading h1 {
    font-size: 27px;
    font-weight: 700;
}


.travel-terms-section {
    background-color: #fff4f3;
    padding: 30px;
    border-radius: 12px;
    border: 2px solid #ccc;
    max-width: 1160px;
    margin: 40px auto;
    font-family: 'Helvetica Neue', sans-serif;
}

.travel-terms-heading {
    text-align: center;
    font-weight: 600;
    margin-bottom: 30px;
    color: #333;
}

.travel-terms-item {
    margin-bottom: 20px;
}

.travel-terms-title {
    color: #e53935;
    font-weight: 600;
    font-size: 16px;
    margin-bottom: 5px;
}

.travel-terms-text {
    font-size: 15px;
    color: #333;
    line-height: 1.6;
}

@media (max-width: 768px) {
    .travel-terms-section {
        padding: 20px;
    }

    .travel-terms-title {
        font-size: 15px;
    }

    .travel-terms-text {
        font-size: 14px;
    }
}



.tour-card {
    background: #fff;
    border-radius: 15px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin-bottom: 30px;
    border: 2px solid rgba(0, 0, 0, 0.236);
}

.carousel-indicators [data-bs-target] {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #888;
}

.carousel-indicators .active {
    background-color: #eb222a;
}

.tour-content {
    padding: 20px;
    background-color: #ffecec;
}

.tour-title {
    font-weight: bold;
    font-size: 18px;
}

.tour-tags span {
    background: #f2f2f2;
    padding: 5px 10px;
    border-radius: 10px;
    font-size: 13px;
    margin-right: 5px;
}

.tour-features {
    font-size: 14px;
    color: #666;
    margin-top: 10px;
}

.tour-price {
    border-top: 1px dashed #ccc;
    margin-top: 15px;
    padding-top: 10px;
}

.price-original {
    text-decoration: line-through;
    color: gray;
}

.price-final {
    font-weight: bold;
    color: green;
    margin-left: 5px;
}

.tour-buttonss {
    display: flex;
    justify-content: space-between;
    gap: 05px !important;
    margin-top: 10px;
}

.tour-buttonss .btn {
    border-radius: 0;
    font-weight: 500;
}

/* Modal */
.modal-content {
    border-radius: 20px;
    padding: 20px;
}

.modal-body img {
    width: 100%;
    max-width: 300px;
}

@media(max-width: 992px) {
    .col-lg-4 {
        flex: 0 0 50%;
        max-width: 50%;
    }
}

@media(max-width: 768px) {
    .col-lg-4 {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.mb-4 {
    margin-bottom: 0px !important;
    margin: 0px !important;
    padding-bottom: 0px !important;

}

.col-lg-4 {
    margin-bottom: 0.rem !important;
}

header {
    position: sticky;
}

header {
    z-index: 9999;

}




.carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 8px !important;
    height: 8px !important;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity .6s ease;
}


.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 20px 0px 20px;
    font-size: 12px !important;
}

.heading h1 {
    font-size: 27px;
    font-weight: 600;
}

.imagess {
    height: 280px !important;
    width: 100%;
}




.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    z-index: 1000;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.3s ease;
}

.whatsapp-float:hover {
    transform: scale(1.1);
}

.whatsapp-float img {
    width: 35px;
    height: 35px;
}


.mobile-bottom-nav {
    display: none;
}

/* Show only on mobile */
@media (max-width: 768px) {
    .mobile-bottom-nav {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.85);
        display: flex;
        justify-content: space-around;
        align-items: center;
        padding: 8px 0;
        z-index: 9999;
        border-radius: 12px 12px 0 0;
    }

    .mobile-bottom-nav .nav-item {
        color: #fff;
        text-align: center;
        flex: 1;
        text-decoration: none;
        font-family: sans-serif;
    }

    .mobile-bottom-nav .nav-item i {
        font-size: 20px;
        display: block;
        margin-bottom: 4px;
    }

    .mobile-bottom-nav .nav-item span {
        font-size: 14px;
    }
}





/* Back to top button */
#backToTop {
    position: fixed;
    bottom: 20px;
    left: 20px;
    /* Left side */
    background: #333;
    color: #fff;
    border: none;
    border-radius: 50%;
    width: 45px;
    height: 45px;
    font-size: 22px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.3s ease;
    z-index: 1000;
}

#backToTop.show {
    opacity: 1;
    pointer-events: auto;
}





.custom-footer {
    background-color: #1c2331;
    border-radius: 40px 40px 0px 0px;
    /* font-family: Arial, sans-serif; */
}

.custom-footer-top {
    background-color: #eb222a;
    border-radius: 40px 40px 0px 0px;

    padding: 20px;
    text-align: center;
    display: flex;
    justify-content: space-between;
}

.custom-footer-connect {
    margin: 0;
    font-size: 16px;
    color: white;
}

.custom-social-icons a {
    color: white;
    margin: 0 10px;
    font-size: 20px;
    transition: 0.3s ease;
}

.custom-social-icons a:hover {
    color: #ddd;
}

.custom-footer-main {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    padding: 10px 20px;
    background-color: #111;
    color: white;
}

header {
    position: fixed;
    width: 100%;
}

.footer-box {
    flex: 1 1 220px;
    margin: 10px;
}

.footer-title {
    font-weight: bold;
    margin-bottom: 15px;
    border-bottom: 2px solid #eb222944;
    padding-bottom: 15px;
}

.footer-logo {
    max-width: 160px;
    height: auto;
    margin-bottom: 15px;
}

.footer-box ul {
    list-style: none;
    padding: 0;
}

.footer-box ul li {
    margin-bottom: 10px;
}

.footer-box ul li a {
    color: #ccc;
    text-decoration: none;
    transition: 0.3s;
}

.footer-box ul li a:hover {
    color: white;
    text-decoration: underline;
}

.footer-Contact li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-Contact i {
    width: 18px;
}

.custom-footer-bottom {
    background-color: #0d0d0d;
    text-align: center;
    padding: 15px;
    font-size: 14px;
}

.custom-footer-bottom a {
    color: #ffffff;
    text-decoration: none;
}

.custom-footer-bottom a:hover {
    text-decoration: underline;
}

.custom-footer-bottom p {
    color: #ffffff;
}

footer {
    padding-top: 40px;
    background-color: white !important;
}

.heading {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 40px 20px 20px 20px;
}


.breadcrumb-container {
    background-color: #f5f6f8;
    padding: 12px 20px;
    font-size: 15px;
    font-family: 'Segoe UI', sans-serif;
}

.breadcrumb-list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
}

.breadcrumb-list li {
    color: #555;
}

.breadcrumb-list li+li::before {
    content: "›";
    color: #aaa;
    margin: 0 8px;
}

.breadcrumb-list a {
    text-decoration: none;
    color: #333;
    transition: color 0.2s;
}

.breadcrumb-list a:hover {
    color: #d60000;
}

.breadcrumb-list .active {
    color: #d60000;
    font-weight: bold;
}


.price-amount {
    color: #009537;
    font-size: 20px;
    font-weight: 700;
}


@media (max-width: 768px) {
    .help-container {
        display: block;
        position: relative;
    }

    .help-btn {
        width: 100%;
        background: #0074aa00;
        color: #fff;
        padding: 10px;
        border: none;
        text-align: left;
        font-size: 14px;
        cursor: pointer;
        display: flex !important;

    }

    .help-dropdown {
        display: none;
        background: #f9f9f9;
        border: 1px solid #ddd;
        padding: 10px;
    }

    .help-dropdown span {
        display: block;
        margin: 5px 0;
        font-size: 14px;
        color: #000;
    }

    .help-container.active .help-dropdown {
        display: block;
    }


    .carousel-slide {
        height: 100%;
    }

    .stats-section {
        margin: 0px auto;
    }
}

.help-btn {
    display: none;
}


@media (max-width: 768px) {
    .footer-box ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns per row */
        gap: 8px 16px;
        /* row & column gaps */
        padding: 0;
        margin: 0;
        list-style: none;
    }

    .footer-box ul li {
        margin: 0;
        /* remove default list spacing */
        text-align: start;
        padding-bottom: 2px;
        /* optional: center the link text */
    }

    .footer-Contact {
        display: block !important;
        gap: 10px !important;
    }

    .footer-boxss {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .footer-logo {
        width: 100px;
    }

    .footer-boxss img h2 {
        font-size: 12px !important;
    }

    .font-awesome {
        font-size: 14px !important;
    }
}

.footer-boxss {
    padding-top: 20px;
    padding-right: 20px;
}



/* Trigger style */
.enquiry-trigger span {
  cursor: pointer;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 6px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  height: 22px;
}

/* Modal overlay */
.popup-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  justify-content: center;
  align-items: center;
  z-index: 1000;
}

/* Modal box */
.popup-inner {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  width: 90%;
  max-width: 400px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* Close button */
.popup-close {
  float: right;
  font-size: 24px;
  font-weight: bold;
  cursor: pointer;
  color: #000;
}

/* Inputs */
.popup-inner form {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.popup-inner input {
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 6px;
}

.popup-inner button {
  background: #eb222a;
  color: white;
  padding: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}

.popup-inner button:hover {
  background: #850707;
}

/* Responsive tweaks */
@media (max-width: 480px) {
  .popup-inner {
    padding: 15px;
    font-size: 14px;
  }
}

.popup-title {
  color: #000;
}

.popup-header {
  display: flex;
  justify-content: space-between;
}
