@font-face {
  font-family: 'Bungee';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('../fonts/bungee-400.woff2') format('woff2');
}

body {
  background: #FFF8EC;
  color: #23201C;
}

h1, h2, h3, h4, h5, h6,
.card-title, .navbar-brand, .accordion-button {
  font-weight: 700;
}

a { color: #2F6FD6; }
a:hover { color: #1F4FA3; }


.btn-primary {
  background-color: #E64A19;
  border-color: #E64A19;
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #D84315 ;
  border-color: #D84315 ;
}

.btn-outline-primary {
  color: #E64A19;
  border-color: #E64A19;
}
.btn-outline-primary:hover {
  background-color: #E64A19;
  border-color: #E64A19;
  color: #fff;
}

.btn-view {
  background-color: #20B2AA;
  border-color: #20B2AA;
  color: #fff;
}
.btn-view:hover {
  background-color: #12776F;
  border-color: #12776F;
  color: #fff;
}

.badge-aqua {
  background-color: #20B2AA;
  color: #fff;
}

.progress-bar { background-color: #20B2AA; }

.accordion-button:not(.collapsed) {
  background-color: #EAF6F4;
  color: #12776F;
}
.accordion-button:focus { box-shadow: 0 0 0 3px rgba(32, 178, 170, 0.25); }

.form-control:focus, .form-select:focus, .form-check-input:focus {
  border-color: #20B2AA;
  box-shadow: 0 0 0 3px rgba(32, 178, 170, 0.15);
}
.form-check-input:checked {
  background-color: #20B2AA;
  border-color: #20B2AA;
}

.nav-pills .nav-link { color: #12776F; }
.nav-pills .nav-link.active {
  background-color: #20B2AA;
  color: #fff;
}

.card { border-radius: 16px; }
.card img.card-img-top { border-top-left-radius: 16px; border-top-right-radius: 16px; }
.rounded, .img-fluid.rounded { border-radius: 14px ; }

.top-bar { background: #12776F; }
.top-bar a { color: #fff; text-decoration: none; }
.top-bar a:hover { text-decoration: underline ;color: #fff; }

.site-nav {
  background: #FFF8EC;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.site-nav .navbar-brand { color: #12776F; }
.site-nav .navbar-brand .bi-lightning-charge-fill { color: #E64A19; }
.site-nav .nav-link { color: #23201C; font-weight: 600; }
.site-nav .nav-link:hover,
.site-nav .nav-link.active { color: #20B2AA; }
.site-nav .nav-arrow { color: #2F6FD6; }

.mega-menu {
  left: 0;
  right: 0;
  width: 100%;
  margin-top: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 0 0 16px 16px;
  background: #fff;
}
.mega-heading {
  font-size: 0.8rem;
  font-weight: 700;
  text-transform: uppercase;
  color: #12776F;
  letter-spacing: 0.04em;
  margin-bottom: 0.6rem;
}
.mega-link {
  display: block;
  padding: 0.3rem 0;
  color: #23201C;
  text-decoration: none;
}
.mega-link:hover { color: #20B2AA; text-decoration: underline; }

.search-wrap { position: relative; }
.search-suggest {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 1050;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0 0 12px 12px;
  overflow: hidden;
  display: none;
}
.search-suggest a {
  display: block;
  padding: 0.5rem 0.9rem;
  color: #23201C;
  text-decoration: none;
  border-bottom: 1px solid #f0ece2;
}
.search-suggest a:last-child { border-bottom: 0; }
.search-suggest a:hover { background: #EAF6F4; color: #12776F; }
.search-suggest .no-result {
  display: block;
  padding: 0.5rem 0.9rem;
  color: #777;
}
.search-suggest .suggest-type {
  font-size: 0.75rem;
  color: #2F6FD6;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: ">";
  color: #2F6FD6;
  font-weight: 700;
}
.breadcrumb a { text-decoration: none; }


.hero {
  position: relative;
  min-height: 420px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-img {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  top: 0; right: 0; bottom: 0; left: 0;
  background: rgba(0, 0, 0, 0.45);
}
.hero-text { position: relative; max-width: 720px; }
.hero-text h1 {
  font-family: 'Bungee', cursive;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-shadow: 3px 3px 0 rgba(18, 119, 111, 0.55);
}

.band { padding-top: 3rem; padding-bottom: 3rem; }
.band-cream { background: #FFF8EC; }
.band-aqua { background: #EAF6F4; }
.band-sand { background: #F7EFDD; }
.band-teal {background: #d9f3ef}

.section-title {
    font-weight: 700;
    color: #000000;
    display: inline-block;
    padding-bottom: 0.2rem;
}
.see-all { font-weight: 600; }

.title-link {
  color: #23201C;
  text-decoration: none;
  font-weight: 700;
}
.title-link:hover { color: #20B2AA; }

.price {
  color: #D84315;
  font-weight: 700;
}

.trip-cover { height: 180px; object-fit: cover; }
.style-cover { height: 220px; object-fit: cover; }
.country-cover { height: 150px; object-fit: cover; }
.gallery-img { height: 160px; width: 100%; object-fit: cover; }

.feature-icon { font-size: 2rem; color: #2f96d6; }
.feature-icon-sm { font-size: 1.3rem; color: #2f96d6; }

.carousel-inner { border-radius: 18px; }
.carousel-photo { height: 380px; object-fit: cover; }
@media (max-width: 991.98px) {
  .carousel-photo { height: 260px; }
}

.trip-head-info {
  background: #fff;
  border-radius: 18px;
  padding: 1.5rem;
  height: 100%;
}
.trip-price-big {
  font-size: 2rem;
  font-weight: 700;
  color: #D84315;
}
.day-number { font-weight: 700; color: #12776F; }

.stars .bi-star-fill { color: #F5B301; }
.stars .bi-star { color: #cbb98a; }

.histo-row { display: flex; align-items: center; gap: 0.5rem; }
.histo-row a { min-width: 46px; text-decoration: none; font-weight: 600; }
.histo-bar {
  flex-grow: 1;
  height: 10px;
  background: #eee3cd;
  border-radius: 5px;
  overflow: hidden;
}
.histo-fill { height: 100%; background: #F5B301; }
.histo-count { min-width: 24px; text-align: right; color: #777; font-size: 0.85rem; }
.star-filter-active { color: #12776F; text-decoration: underline; }

.avatar {
  width: 84px;
  height: 84px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid #EAF6F4;
}
.avatar-empty {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #EAF6F4;
  color: #20B2AA;
  font-size: 2.2rem;
}
.avatar-mini {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  object-fit: cover;
  vertical-align: text-bottom;
}
.profile-head {
  background: #fff;
  border-radius: 18px;
  padding: 1.25rem 1.5rem;
}

.cta-box {
  background: #20B2AA;
  color: #fff;
  border-radius: 18px;
}

.site-footer {
  background: #12776F;
  color: #fff;
}
.site-footer a { color: #fff; }
.site-footer a:hover { color: #FFD9CC; }
.footer-title { font-weight: 700; }
.footer-links li { margin-bottom: 0.4rem; }
.footer-links a { text-decoration: none; opacity: 0.9; }
.footer-links a:hover { opacity: 1; }
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  opacity: 0.85;
}

.chat-bubble {
  position: fixed;
  bottom: 24px;
  right: 24px;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  background: #E64A19;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.4rem;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.25);
  z-index: 1030;
}
.chat-bubble:hover { background: #D84315; color: #fff; }


body.dark-mode {
    background: #121615;
    color: #F4F1EA;
}

body.dark-mode .site-nav {
    background: #121615;
    border-bottom-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .site-nav .navbar-brand {
    color: #20B2AA;
}

body.dark-mode .site-nav .nav-link {
    color: #F4F1EA;
}

body.dark-mode .site-nav .nav-link:hover,
body.dark-mode .site-nav .nav-link.active {
    color: #20B2AA;
}

body.dark-mode .site-nav .nav-arrow {
    color: #20B2AA;
}

body.dark-mode .mega-menu {
    background: #202524;
    border-color: rgba(255, 255, 255, 0.1);
}

body.dark-mode .mega-link {
    color: #F4F1EA;
}

body.dark-mode .mega-link:hover {
    color: #20B2AA;
}

body.dark-mode .mega-heading {
    color: #20B2AA;
}

body.dark-mode .band-cream {
    background: #121615;
}

body.dark-mode .band-aqua {
    background: #172B29;
}

body.dark-mode .band-teal {
    background: #032830;
}

body.dark-mode .band-sand {
    background: #29251E;
}

body.dark-mode .section-title {
    color: #F4F1EA;
}

body.dark-mode h1,
body.dark-mode h2,
body.dark-mode h3,
body.dark-mode h4,
body.dark-mode h5,
body.dark-mode h6 {
    color: #F4F1EA;
}

body.dark-mode .card,
body.dark-mode .trip-head-info,
body.dark-mode .profile-head {
    background: #222827;
    color: #F4F1EA;
    border-color: rgba(255, 255, 255, 0.08);
}

body.dark-mode .card-title,
body.dark-mode .title-link {
    color: #F4F1EA;
}

body.dark-mode .title-link:hover {
    color: #20B2AA;
}

body.dark-mode .text-muted {
    color: #B7B9B5 !important;
}

body.dark-mode .form-control,
body.dark-mode .form-select {
    background: #202524;
    color: #F4F1EA;
    border-color: #4A504E;
}

body.dark-mode .form-control:focus,
body.dark-mode .form-select:focus {
    background: #202524;
    color: #F4F1EA;
    border-color: #20B2AA;
}

body.dark-mode .form-control::placeholder {
    color: #969B98;
}

body.dark-mode .search-suggest {
    background: #202524;
    border-color: #4A504E;
}

body.dark-mode .search-suggest a {
    color: #F4F1EA;
    border-bottom-color: #383E3C;
}

body.dark-mode .search-suggest a:hover {
    background: #293735;
    color: #20B2AA;
}

body.dark-mode .breadcrumb-item.active {
    color: #B7B9B5;
}

body.dark-mode .modal-content {
    background: #222827;
    color: #F4F1EA;
}

body.dark-mode .modal-header,
body.dark-mode .modal-footer {
    border-color: #3B4140;
}

body.dark-mode .btn-close {
    filter: invert(1);
}

body.dark-mode .hero-overlay {
    background: rgba(0, 0, 0, 0.55);
}

body.dark-mode .btn-outline-primary {
    color: #20B2AA;
    border-color: #20B2AA;
}

body.dark-mode .btn-outline-primary:hover {
    background: #20B2AA;
    border-color: #20B2AA;
    color: #fff;
}

body.dark-mode .accordion-item {
    background: #222827;
    color: #F4F1EA;
    border-color: #3B4140;
}

body.dark-mode .accordion-button {
    background: #222827;
    color: #F4F1EA;
}

body.dark-mode .accordion-button:not(.collapsed) {
    background: #19302D;
    color: #20B2AA;
}

body.dark-mode .chat-bubble {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.45);
}

.border-card {
    border: 2px solid #20b2aa;
    border-radius: 12px;
}

.border-card-1 {
    border: 3px solid #d9f3ef;
    border-radius: 12px;
}

.border-card-2 {
    border: 3px solid #ffecd9;
    border-radius: 12px;
}


