/* Custom Styles */
:root {
  /* Fonts */
  --font-inter: "Inter", sans-serif;

  /* Colors */
  --black: #000000;
  --white: #ffffff;
  --primary: #e85c2f;
  --primary-dark: #c34c3b;
  --secondary: #6c757d;
  --light: #f8f9fa;
  --dark: #212529;

  /* Spacing */
  --spacing-responsive: clamp(2rem, 4vw + 1rem, 3.5rem);
  --padding-responsive: clamp(2rem, 4vw + 1rem, 3.5rem);
  --margin-responsive: clamp(2rem, 4vw + 1rem, 3.5rem);
}

body {
  font-family: var(--font-inter);
  padding-top: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--black);
  font-family: var(--font-inter);
}

h1 {
  font-size: clamp(2.5rem, 5vw + 1rem, 4.5rem);
}

h2 {
  font-size: clamp(2rem, 4vw + 1rem, 3.5rem);
}

h3 {
  font-size: clamp(1.75rem, 3vw + 1rem, 3rem);
}

h4 {
  font-size: clamp(1.5rem, 2vw + 1rem, 2.5rem);
}

h5 {
  font-size: clamp(1.25rem, 1vw + 1rem, 2rem);
}

h6 {
  font-size: clamp(1rem, 0.5vw + 1rem, 1.5rem);
}

p {
  font-size: 1rem;
} 
.northern_taxi a{
  color: #000;
    text-decoration: none;
}
.default_page h3 {
    font-size: clamp(1.75rem, 3vw + 1rem, 2rem);
} 
.default_page {
padding-top: 50px;
}
.trip_options {
    margin-bottom: 33px;
}
.trip_options strong {
    font-size: 24px;
    margin-bottom: 35PX;
}
.trip_options p {
    font-size: 16.8px;
    line-height: 30px;
} 
.navbar .btn.btn-primary,
.navbar .btn.btn-primary:hover{
    border-color: #fff
}
body.admin-bar .site-header,
    body.admin-bar header {
        margin-top: 32px;
    } 
  ul#menu-header-menu li.current-menu-item a {
    color: #e85c2f;
  }   
  .tax-tour_category .support-section{
        background: linear-gradient(180deg, #f7fbf6 0%, #ffffff 100%);
  } 
.btn.btn-primary {
  border-color: var(--primary);
  color: var(--white);
  padding: 10px 20px;
  background: var(--primary);
  font-size: 1.2rem;
  transition: all 0.3s ease-in-out;
}

.btn.btn-primary:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
  color: var(--white);
  transform: scale(1.05);
}

/* Header start here */
.page-header .navbar-nav .nav-link {
  font-weight: 500;
  color: #1e1e1e;
}

.page-header .navbar-nav .nav-link:hover,
.page-header .navbar-nav .nav-link.active {
  color: #e85c2f;
}

.page-header .dropdown-menu {
  border-radius: 8px;
  border: none;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.page-header .btn.btn-outline-primary.btn-book-now {
  border-color: var(--primary);
  color: var(--primary);
  padding: 10px 20px;
}

.page-header .btn.btn-outline-primary.btn-book-now:hover {
  background-color: var(--primary);
  color: var(--white);
}

.page-header .navbar-nav .nav-link {
    font-weight: 500;
    color: #fff;
    padding: 10px 20px !important;
}

.page-header .nav-item.active a {
  color: var(--primary);
}

/* Header end here */

/* Banner start here */

.banner-caption {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: var(--white);
  text-align: center;
  padding: 20px;
  border-radius: 8px;
  max-width: 800px;
  width: 100%;
}

.banner-caption h1 {
  color: var(--white);
  font-weight: 700;
  margin-bottom: 20px;
}

.banner {
    padding-top: 100px;
}

/* Exotic Places Section Styles */
.places-section {
  padding-top: clamp(4rem, 5vw + 1rem, 6rem);
  padding-bottom: clamp(4rem, 5vw + 1rem, 6rem);
}

.places-section h2 {
  margin-bottom: clamp(1rem, 2vw + 1rem, 3rem);
}

.places-section .place-card {
  background-size: cover;
  background-position: center;
  position: relative;
  color: #fff;
  display: flex;
  transition: transform 0.35s ease, box-shadow 0.35s ease;
  border-radius: 10px;
  flex-direction: column;
  background: #f5f5f5;
  height: 100%;
  transition: all 0.35s ease-in-out;

}

.places-section .place-card:hover {
  transform: scale(1.05);
}

.places-section .place-card .view-more {
  color: #e85c2f;
  text-decoration: none;
}

.places-section .place-card .view-more:hover {
  text-decoration: underline;
}

.tour-image {
  position: relative;
}







.places-section .place-card .card-body {
  position: relative;
  z-index: 2;
  width: 100%;
}

.places-section .place-card .place-category {
  font-style: italic;
  color: #000;
  font-weight: 600;
}

.places-section .place-card .place-title {
  font-size: 1.75rem;
  font-weight: 800;
  color: #000;
}

/* .places-section .place-badge {
  position: absolute;
  right: 14px;
  top: 14px;
  z-index: 3;
  padding: 0.45rem 0.8rem;
  border-radius: 0.6rem;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.places-section .place-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 18px 40px rgba(8, 12, 20, 0.18);
} */

.places-section .place-card-lg {
  min-height: 320px;
}

.tour-image {
  position: relative;
  top: 0;
  height: 100%;
  width: 100%;
}

.tour-image img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

@media (min-width: 992px) {
  .places-section .place-card {
    min-height: 260px;
  }
}

/* Clickable link and arrow inside card */
.place-link {
  position: relative;
  display: block;
  height: 100%;
  color: inherit;
}

.place-link:focus {
  outline: 3px solid rgba(232, 92, 47, 0.18);
  outline-offset: 3px;
}

.place-link .tour-image {
  width: 100%;
  height: 100%;
  display: block;
}

.place-link .tour-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.place-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  background: rgba(232, 92, 47, 0.95);
  color: #fff;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-size: 1.1rem;
  transform: translateX(8px);
  opacity: 0;
  transition: transform 0.25s ease, opacity 0.25s ease;
}

.place-card:hover .place-arrow,
.place-link:focus .place-arrow {
  opacity: 1;
  transform: translateX(0);
}

.place-card {
  cursor: pointer;
}

/* Featured Experiences: 6-column grid and modern card styles */
.featured-section {
  padding-top: clamp(4rem, 5vw + 1rem, 6rem);
  padding-bottom: clamp(4rem, 5vw + 1rem, 6rem);
  background: url(../images/feature-bg.png) no-repeat center center/cover;
  background-color: rgb(24, 22, 36);
}

.featured-section h2 {
  margin-bottom: clamp(1rem, 2vw + 1rem, 3rem);
}

.grid-6 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
}

.feat-card {
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 8px 28px rgba(2, 8, 23, 0.45);
}

.feat-card .tag {
  position: absolute;
  left: 18px;
  top: 18px;
  z-index: 3;
  padding: 0.35rem 0.6rem;
  border-radius: 8px;
  font-weight: 700;
}

.feat-card .bg-orange {
  background: var(--primary);
  color: #fff;
}

.feat-card .tag.bg-purple {
  background: #7b5cff;
  color: #fff;
}

.feat-card .card-media {
  width: 100%;
  height: 240px;
  overflow: hidden;
  background: #000;
}

.feat-card .card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transform-origin: center;
  transition: transform 0.6s ease;
}

.feat-card:hover .card-media img {
  transform: scale(1.04);
}

.feat-card .card-content {
    padding: 1.6rem 5.6rem 2rem 1.6rem;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(2, 6, 12, 0.75) 50%, rgba(2, 6, 12, 0.95) 100%);
    position: relative;
    z-index: 2;
    margin-top: 0;
    color: #fff;
    padding-top: 2.2rem;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    display: block;
    text-align: left;
    border: none;
}

.feat-card .card-title {
  font-size: 1.9rem;
  font-weight: 800;
  margin-bottom: 0.6rem;
  line-height: 1.05;
  text-shadow: 0 6px 18px rgba(2, 8, 23, 0.6);
}

.feat-card .card-desc {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.95rem;
  margin: 0;
  opacity: 0.95;
}

.featured-section .place-arrow {
  position: absolute;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  background: rgba(255, 255, 255, 0.06);
  color: #fff;
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  opacity: 0;
  transform: translateX(8px);
  transition: transform 0.22s ease, opacity 0.22s ease, background 0.22s;
  text-decoration: none;
}

.feat-card:hover .place-arrow,
.feat-card:focus-within .place-arrow {
  opacity: 1;
  transform: translateX(0);
  background: rgba(255, 255, 255, 0.12);
}

@media (min-width: 768px) {
  .grid-6 {
    grid-template-columns: repeat(2, 1fr);
  }

  .feat-card .card-media {
    height: 260px;
  }
}

/* At large screens use 6 columns; each card spans 3 (half width) to create two-column layout visually */
@media (min-width: 1200px) {
  .grid-6 {
    grid-template-columns: repeat(6, 1fr);
  }

  .feat-card {
    grid-column: span 3;
  }

  .feat-card .card-media {
    height: 320px;
  }

  .feat-card .card-title {
    font-size: 1.85rem;
  }
}

/* Testimonials styles (non-destructive, prefixed with tt-) */

.testimonials-section {
  padding-top: clamp(4rem, 5vw + 1rem, 6rem);
  padding-bottom: clamp(4rem, 5vw + 1rem, 6rem);
  background: #ffffff;
  position: relative;
}

.testimonials-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 400px;
  background: url(../images/testimonials-left-img.png) no-repeat center center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

.testimonials-section:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 400px;
  background: url(../images/testimonials-right-img.png) no-repeat center center;
  background-size: contain;
  top: 50%;
  transform: translateY(-50%);
}

.testimonials-section h2 {
  margin-bottom: clamp(1rem, 2vw + 1rem, 3rem);
}

.tt-testimonial-card {
  background: #ffeae9;
  border-radius: 12px;
  box-shadow: 0 6px 24px rgba(250, 167, 100, 0.06);
  height: 100%;
}

.tt-testimonial-card .tt-avatar {
  width: 68px;
  height: 68px;
  object-fit: cover;
  flex-shrink: 0;
  box-shadow: 0 6px 18px rgba(2, 8, 23, 0.12);
}

.tt-quote {
  font-size: 1.25rem;
  font-weight: 800;
  color: #05263b;
  margin: 0 0 0.75rem 0;
  line-height: 1.25;
}

.tt-author {
  font-family: monospace;
  color: rgba(5, 38, 59, 0.9);
  margin-top: 0.85rem;
}

@media (min-width: 992px) {
  .tt-testimonial-card {
    padding: 3rem;
  }

  .tt-quote {
    font-size: 1.33rem;
  }
}

/* Video / Promo section (non-destructive, prefixed vv-) */
.video-section {
  padding-top: clamp(4rem, 5vw + 1rem, 6rem);
  padding-bottom: clamp(4rem, 5vw + 1rem, 6rem);
  background: url(../images/feature-bg.png) no-repeat center center/cover;
  background-color: rgb(24, 22, 36);
}

.video-section h2 {
  margin-bottom: clamp(1rem, 2vw + 1rem, 3rem);
}

.video-player .ratio {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 18px 40px rgba(2, 8, 23, 0.6);
}

.video-player iframe {
  border: 0;
  display: block;
  width: 100%;
  height: 100%;
}

.video-caption {
  color: rgba(255, 255, 255, 0.85);
  font-family: monospace;
  letter-spacing: 2px;
  margin-top: 1rem;
}

@media (max-width: 575px) {
  .video-player .ratio {
    border-radius: 8px;
  }

  .video-caption {
    font-size: 0.9rem;
  }
}

/* Modern feature section (scoped) */
.modern-feature {
  background: #f9eee5;
  padding-top: clamp(4rem, 5vw + 1rem, 7rem);
  padding-bottom: clamp(4rem, 5vw + 1rem, 7rem);
}

.modern-inner {
  max-width: 1200px;
  margin: 0 auto;
}

.modern-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 48px;
  align-items: center;
}

.modern-text h2 {
  font-size: clamp(28px, 4vw, 48px);
  line-height: 1.05;
  margin: 0 0 35px;
  font-weight: 700;
  color: #071b06;
}

.modern-features {
  list-style: none;
  padding: 0;
  margin: 0 0 35px;
  color: var(--hero-muted, #6b6b6b);
  display: grid;
  gap: 11px;
}

.modern-features li {
  position: relative;
}

.modern-features li::before {
  content: "";
  width: 100%;
  max-width: 18px;
  height: 18px;
  background: url(../images/checked.png) no-repeat center center / contain;
  border-radius: 50%;
  position: relative;
  left: 0;
  top: -2px;
  opacity: 1;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.modern-cta-wrap {
  margin-top: 12px;
}

.modern-cta {
  display: inline-block;
  background: var(--hero-cta, #c6e39a);
  padding: 14px 32px;
  border-radius: 8px;
  color: #071b06;
  text-decoration: none;
  font-weight: 700;
}

.modern-media .modern-image-wrap {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.04), transparent);
  box-shadow: 0 10px 30px rgba(10, 10, 10, 0.08);
}

.modern-image-wrap img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 360px;
}

.modern-badge {
  position: absolute;
  width: 56px;
  height: 56px;
  border-radius: 12px;
  display: grid;
  place-items: center;
  background: #dff0d6;
  color: #1c3a14;
  box-shadow: 0 8px 18px rgba(12, 14, 12, 0.08);
}

.badge-soft {
  left: -12px;
  top: 18px;
  background: linear-gradient(180deg,
      rgba(255, 255, 255, 0.6),
      rgba(255, 255, 255, 0.15));
  backdrop-filter: blur(4px);
}

.badge-icon {
  right: 18px;
  bottom: 18px;
  background: #1e3b59;
  color: white;
}

.modern-caption {
  position: absolute;
  left: 18px;
  bottom: 18px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 10px 14px;
  border-radius: 8px;
  font-family: monospace;
}

@media (max-width: 900px) {
  .modern-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .modern-feature {
    padding: 36px 16px;
  }

  .modern-image-wrap img {
    min-height: 260px;
  }

  .modern-badge {
    width: 48px;
    height: 48px;
  }
}

/* FAQ modern styles (scoped) */
.faq-modern {
  background: linear-gradient(180deg, #f7fbf6 0%, #ffffff 100%);
  padding-top: clamp(4rem, 5vw + 1rem, 7rem);
  padding-bottom: clamp(4rem, 5vw + 1rem, 7rem);
  position: relative;
}

.faq-modern .container {
  max-width: 1200px;
}

.faq-modern .row {
  align-items: start;
}

.faq-modern h2 {
  color: #0b2b16;
  font-size: clamp(1.9rem, 3vw, 2.5rem);
  line-height: 1.03;
  margin: 0 0 0.5rem;
}

.faq-modern p {
  color: #4b5563;
  margin-bottom: 1rem;
}

.faq-modern .contact-btn {
  background: var(--hero-cta, #c6e39a);
  border: none;
  color: #071b06;
  padding: 0.85rem 1.25rem;
  box-shadow: 0 8px 20px rgba(6, 40, 10, 0.06);
  transition: transform 0.12s ease, filter 0.12s ease;
}

.faq-modern .contact-btn:hover {
  filter: brightness(0.98);
  transform: translateY(-2px);
}

/* Accordion appearance */
.faq-modern .accordion {
  background: transparent;
  border-radius: 8px;
}

.faq-modern .accordion .accordion-item {
  border: 0;
  border-bottom: 1px solid rgba(6, 30, 21, 0.06);
  background: transparent;
}

.faq-modern .accordion .accordion-button {
  background: transparent;
  color: #0b2b16;
  padding: 1.25rem 1rem;
  font-weight: 700;
  border-radius: 0;
  box-shadow: none;
}

.faq-modern .accordion .accordion-button:not(.collapsed) {
  color: #07220f;
}

.faq-modern .accordion .accordion-button:focus {
  box-shadow: none;
}

/* Replace default caret with plus/minus glyphs */
.faq-modern .accordion-button::after {
  font-family: inherit;
  content: "+";
  font-size: 1.4rem;
  transform: none;
  margin-left: auto;
  color: #0b2b16;
  background: none;
}

.faq-modern .accordion-button[aria-expanded="true"]::after {
  content: "−";
}

.faq-modern .accordion .accordion-body {
  color: #39424b;
  padding: 1rem 1rem 1.25rem;
  background: transparent;
}

.faq-modern:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 400px;
  background: url(../images/faq-left-design.png) no-repeat center center;
  background-size: contain;
  top: 70%;
  transform: translateY(-50%);
}

.faq-modern:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 200px;
  height: 400px;
  background: url(../images/h2_vector4.png) no-repeat center center;
  background-size: contain;
  top: 100px;
  transform: translateY(-50%);
}

@media (max-width: 991px) {
  .faq-modern {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .faq-modern h2 {
    font-size: 1.6rem;
  }

  .page-header .navbar-toggler {
    width: 48px;
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 12px;
    background: var(--primary);
    border-color: var(--primary);
  }

  .page-header .navbar-toggler:focus {
    box-shadow: none;
  }

  .page-header .navbar-toggler-icon {
    background-image: url(../images/nav-menu-icon.svg);
    background-size: 118%;
  }
}

/* Showcase Card styles (scoped) */
.showcase-card-section {
  position: relative;
  background: url(../images/h5_decor1.png) no-repeat right center/auto 80%;
  background-color: #f6f8fb;
}

.showcase-img {
  height: 520px;
  object-fit: cover;
  display: block;
}

.showcase-card {
  background: #ffffff;
  padding: 70px 90px;
  /* border-radius: 6px; */
  max-width: 550px;
  margin-top: 0;
  align-self: center;
  border: 1px solid rgba(10, 20, 18, 0.04);
  text-align: center;
}

.showcase-card .small-caps {
  font-weight: 700;
  letter-spacing: 1px;
}

.showcase-card h2 {
  font-weight: 700;
  color: #0b1f23;
  margin-top: 8px;
}

.showcase-card p {
  color: #59626a;
}

.showcase-card .btn-outline-primary {
  border-color: rgba(232, 92, 47, 0.9);
  color: #e85c2f;
  font-size: 16px;
  border-radius: 5px;
}

.showcase-card .btn-outline-primary:hover {
  background: var(--primary);
  color: var(--white);
  border-color: var(--primary);
}

/* overlap effect on large screens */
@media (min-width: 992px) {
  .showcase-card {
    margin-left: -630px;
    box-shadow: 0 30px 60px rgba(6, 20, 10, 0.08);
  }

  .showcase-img {
    min-height: 700px;
  }
}

@media (max-width: 991px) {
  .showcase-img {
    height: 360px;
  }

  .showcase-card {
    position: relative;
    margin: 20px auto 0;
    max-width: 92%;
    padding: 28px;
  }
}

/* Footer (modern, scoped) */
.site-footer.footer-modern {
  background: #2d2d2d;
  /* deep navy */
  color: rgba(255, 255, 255, 0.92);
  padding-top: clamp(4rem, 5vw + 1rem, 6rem);
  padding-bottom: clamp(2rem, 2vw + 1rem, 2rem);
}

.site-footer.footer-modern .footer-newsletter .form-control {
  background: rgba(255, 255, 255, 0.03);
  border: 1px solid rgba(255, 255, 255, 0.06);
  color: #f7f7f7;
  height: 51px;
}

.site-footer.footer-modern .footer-newsletter .form-control:focus {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: none;
}

.site-footer.footer-modern .footer-newsletter .form-control::placeholder {
  color: rgba(255, 255, 255, 0.6);
}

.site-footer.footer-modern .btn-subscribe {
  background: var(--hero-cta, #c6e39a);
  color: #071b06;
  border: none;
  padding: 12px 22px;
  font-weight: 700;
  border-radius: 6px;
}

.site-footer.footer-modern .btn-subscribe:hover {
  filter: brightness(0.95);
}

.site-footer.footer-modern .footer-links li {
  margin-bottom: 8px;
}

.site-footer.footer-modern .footer-links a {
  color: rgba(255, 255, 255, 0.78);
  text-decoration: none;
}

.site-footer.footer-modern .footer-links a:hover {
  color: #fff;
  text-decoration: underline;
}

.site-footer.footer-modern h5,
.site-footer.footer-modern h6 {
  color: #ffffff;
}

.site-footer.footer-modern address,
.site-footer.footer-modern p,
.site-footer.footer-modern .small {
  color: rgba(255, 255, 255, 0.72);
}

.site-footer.footer-modern .social-icons a {
  color: rgba(255, 255, 255, 0.8);
  text-decoration: none;
  font-weight: 600;
}

.site-footer.footer-modern .social-icons a:hover {
  color: #ffffff;
}

.site-footer.footer-modern img {
  max-width: 100%;
  height: auto;
}

@media (max-width: 575px) {
  .site-footer.footer-modern .footer-newsletter .form-control {
    margin-bottom: 8px;
  }

  .site-footer.footer-modern .col-md-3.offset-md-3 {
    margin-top: 12px;
  }

  .faq-modern:after,
  .faq-modern:before,
  .testimonials-section:before,
  .testimonials-section:after {
    display: none;
  }

  .tt-testimonial-card {
    padding: 20px;
  }

  .feat-card .tag {
    left: auto;
    top: 18px;
    right: 9px;
  }

  .feat-card .card-content {
    padding: 1em;
  }

  .modern-features li {
    display: flex;
  }

  .feat-card .card-title {
    font-size: 1.6rem;
  }
}

.site-footer.footer-modern .social-icons img {
  width: 34px;
  height: 34px;
}

.support-section {
  /* background: linear-gradient(180deg, #f7fbf6 0%, #ffffff 100%); */
  padding-top: clamp(2rem, 3vw + 1rem, 4rem);
  padding-bottom: clamp(2rem, 3vw + 1rem, 4rem);
}

.support-section .support-inner {
  background: transparent;
  display: inline-block;
  padding: 28px 36px;
  border-radius: 12px;
}

.support-section .support-icon svg {
  display: inline-block;
  background: transparent;
  padding: 8px;
  border-radius: 8px;
}

.support-section h2 {
  /* font-size: clamp(1.6rem, 2.8vw, 2.5rem); */
  margin-bottom: 1.2rem;
  color: #07121a;
}

.btn.btn-primary.btn-contact {
  border-radius: 8px;
  box-shadow: 0 8px 20px rgba(6, 40, 10, 0.06);
  padding: 10px 24px;
}

.btn-contact:hover {
  filter: brightness(0.97);
}

.showcase-card .btn-outline-primary span {
  font-size: 19px;
}

.inner-page-spacing {
  margin-top: 82px;
}

.winter-tours-section h6 {
  color: var(--white);
  font-size: 1rem;
  margin: 0;
  opacity: 0.95;
  margin-bottom: 40px;
}

.support-section.inner-page {
  background: linear-gradient(180deg, #f7fbf6 0%, #ffffff 100%);
}

/* Aurora Featured Section Styles */
.aurora-featured-section {
  background-color: #ffffff;
  overflow: hidden;
  position: relative;
  padding: 80px 0 0;
}



.aurora-content-wrapper {
  max-width: 600px;
}

.aurora-badge {
  background-color: #fbe3df;
  color: #e8604c;
  font-weight: 600;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.85rem;
  display: inline-block;
}

.aurora-title {
  font-size: clamp(2.2rem, 4vw, 3.5rem);
  line-height: 1.1;
  color: #111111;
  letter-spacing: -1px;
}

.aurora-text {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #444444 !important;
  width: 100%;
}

.btn-aurora-book {
  background-color: #c6e39a;
  color: #000000;
  font-weight: 700;
  padding: 12px 32px;
  border-radius: 8px;
  text-decoration: none !important;
  display: inline-block;
  transition: all 0.3s ease;
  border: none;
  font-size: 1rem;
}

.btn-aurora-book:hover {
  background-color: #b5d38a;
  color: #000000;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(198, 227, 154, 0.4);
}

.aurora-bg-navy {
  background-color: #1e2359;
}

.aurora-image-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 100px 0;
}

.aurora-img {
  object-fit: cover;
  width: 100%;
  height: auto;
  max-height: 564px;
  position: relative;
  left: -150px;
}

.tour-info-bar-section {
  background: #f5f5f5;
}

@media (max-width: 991.98px) {
  .aurora-image-container {
    padding: 40px 20px !important;
    justify-content: center;
  }

  .aurora-bg-navy {
    background-color: transparent !important;
    position: relative;
  }

  .aurora-bg-navy::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1e3b59;
    z-index: -1;
  }

  .aurora-content-wrapper {
    text-align: left;
    margin: 0 auto;
  }

  .aurora-title br,
  .aurora-text br {
    display: none;
  }
}

/* SaaS-style Pricing Section Styles */
.saas-pricing-section {
  background-color: #ffffff;
}

.pricing-card-saas {
  background-color: #ffffff;
  border: 1px solid #e0e0e0 !important;
  transition: all 0.3s ease;
}

.pricing-card-saas:hover {
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  transform: translateY(-5px);
}

.pricing-card-saas .card-top {
  padding-bottom: 0;
}

.pricing-card-saas .price-box span.display-4 {
  font-size: 3rem;
  color: #1a1a1a;
  line-height: 1;
}

.pricing-card-saas .check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  background-color: #A3E635;
  /* Lime green from design */
  color: #4D7C0F;
  border-radius: 50%;
  font-size: 10px;
  font-weight: bold;
}

.pricing-card-saas .btn-dark {
  border-radius: 12px;
  background-color: #e85c2f;
  border-color: #e85c2f;
  transition: all 0.2s ease;
}

.pricing-card-saas .btn-dark:hover {
  background-color: var(--primary-dark);
  border-color: var(--primary-dark);
}

.pricing-card-saas .badge {
  font-size: 0.7rem;
  font-weight: 500;
}

.the-experience-section {
  background: #f8f8f8;
  padding: 80px 0;
}

.experience-image-wrapper img {
  width: 100%;
  height: 600px;
  object-fit: cover;
}

/* Tour Gallery Slider Section */
.tour-gallery-slider-section {
  background-color: #fff;
  overflow: hidden;
  padding: 60px 0;
}

.gallery-slider-wrapper {
  position: relative;
}

.tour-main-slider .slider-item {
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  opacity: 0.3;
  transform: scale(0.85);
  padding: 20px 0;
  cursor: pointer;
}

.tour-main-slider .slider-item.slick-active {
  opacity: 1;
}

.tour-main-slider .slick-center .slider-item {
  opacity: 1;
  transform: scale(1);
}

.slider-image {
  width: 100%;
  height: clamp(300px, 50vh, 550px);
  object-fit: cover;
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}

/* Custom Arrows */
.slider-nav-btns button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 58px;
  height: 58px;
  background: #fff;
  border: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
  transition: all 0.3s ease;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  font-size: 1.4rem;
  color: #1a2b48;
}

.slider-nav-btns button:hover {
  background: #1a2b48;
  color: #fff;
  transform: translateY(-50%) scale(1.1);
}

.slider-prev {
  left: 21%;
}

.slider-next {
  right: 21%;
}

/* Dots Styling */
.tour-main-slider .slick-dots {
  bottom: -60px;
  display: flex !important;
  justify-content: center;
  list-style: none;
  padding: 0;
  width: 100%;
}

.tour-main-slider .slick-dots li {
  margin: 0 10px;
}

.tour-main-slider .slick-dots li button {
  width: 35px;
  height: 4px;
  background: #cbd5e0;
  border: none;
  padding: 0;
  font-size: 0;
  transition: all 0.3s ease;
  border-radius: 100px;
}

.tour-main-slider .slick-dots li.slick-active button {
  background: #1a2b48;
  width: 60px;
}

@media (max-width: 1199px) {
  .slider-prev {
    left: 18%;
  }

  .slider-next {
    right: 18%;
  }
}

@media (max-width: 991px) {
  .slider-prev {
    left: 8%;
  }

  .slider-next {
    right: 8%;
  }

  .slider-image {
    height: 400px;
  }
}

@media (max-width: 767px) {
  .slider-nav-btns {
    display: none;
  }

  .slider-image {
    height: 300px;
  }

  .tour-main-slider .slider-item {
    opacity: 1;
    transform: scale(1);
    padding: 10px;
  }

  .tour-main-slider .slick-dots {
    bottom: -40px;
  }
}

/* Inclusions & Details Section */
.inclusions-section {
  background-color: #f7f7f7;
  color: #1a1a1a;
  padding: 80px 0;
}

.inclusions-content h3 {
  letter-spacing: 1px;
  color: #111;
  border-left: 4px solid #1a2b48;
  padding-left: 15px;
}

.inclusion-list li {
  font-size: 1.05rem;
  line-height: 1.6;
  color: #444;
}

.bullet-dot {
  color: #1a2b48;
  font-weight: bold;
  font-size: 1.2rem;
  line-height: 1;
}

.snowshoeing-box {
  border: 1px solid rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
}

.snowshoeing-box:hover {
  transform: translateX(10px);
}

.snowshoeing-box strong {
  color: #1a2b48;
}

@media (max-width: 767px) {
  .inclusions-content h3 {
    font-size: 1.25rem;
  }

  .inclusion-list li {
    font-size: 0.95rem;
  }
}



/*about-page-style*/

.about--s-one {
    background: url(../images/feature-bg.png) no-repeat center center/cover;
    background-color: rgb(24, 22, 36);
}
.about-card-body.text-center {
    background: #f9eee5;
}
.about-card-body.text-center {
    background: #f9eee5;
    padding: 48px;
}
.first-section-about{
  padding-top: 150px;
  padding-bottom: 70px;
}

/*about-page-style-end*/
/*contact-page-style*/
 .contact-page--main {
    padding-top: 100px;
}
.contact-card:hover {
    background: #f9eee5;
    border-radius: 16px;
}
.card-text a {
    color: #444444;
    text-decoration: none;
}
.contact-form-card {
background: #ffffff;
    border-radius: 16px;
    padding: 40px 40px 48px
}

.form-control {
    height: 50px;
}
.contact-form-card .form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}
.checkbox-card {
  display: block;
  cursor: pointer;
}

.checkbox-card input {
  display: none;
}

.card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 83px;
    /* background: #fdf2ef; */
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 18px;
    letter-spacing: 1px;
    transition: all 0.25s ease;
    text-align: center;
    position: relative;
    z-index: 2;
}
.page-header .navbar {
    background: #0251a1 !important;
    padding-top: 5px !important;
    padding-bottom: 5px !important;
}
.navbar-brand img {
    height: 80px;
}
.contact-form-card .col-md-6 br {
    display: none;
}
.contact-form-card .card-content br {
	display:none;
}
.contact-form-card .col-md-6 p {
    margin-bottom: 0;
}
body.page-template-contact-template {
    background: #f5f5f5;
}
/* Hover */
/* .checkbox-card:hover .card-content {
    background: #e85c2f;
    color: #fff;
} */
.checkbox-card br {
    display: none;
}
textarea.form-control {
    min-height: 120px;
    resize: none;
}
.billing-address #billing {
    height: 40px !important;
    min-height: 50px;
    resize: none;
}
/* Checked State */
.checkbox-card input:checked + .card-content {
  border-color: #4c3cff;
  background: #f4f2ff;
}
.contact-page--main {
    padding-top: 100px !important;
}
textarea.form-control {
    min-height: 100px;
}
.support-section {
    background: #fff;
}
.page-content {
    padding: 80px 0;
}
.page-content h1 {
    font-size: 48px;
    font-weight: 600;
}
.page-id-3 .support-section, .page-id-190 .support-section {
    background: #f5f5f5;
}
.default_page {
    padding-top: 50px;
    margin-bottom: 0 !important;
}
.checkbox-card input {
    display: block;
}
.checkbox-card {
    display: block;
    cursor: pointer;
    position: relative;
}

.checkbox-card input {
    display: block;
    /* position: absolute; */
    margin-bottom: -20px;
	    width: 1px;
}
.checkbox-card input[type="checkbox"]:checked:before {
    content: "";
    background: #e85c2f;
    position: absolute;
    width: 100%;
    height: 83px;
    border-radius: 8px;
    z-index: 1;
    top: -2px;
}
.checkbox-card {
    display: block;
    cursor: pointer;
    position: relative;
    background: #fdf2ef;
    border-radius: 8px;
    height: 76px;
    overflow: hidden;
}
.checkbox-card .card-content:hover {
    background: var(--primary);
}
@media (max-width: 767px) {

.card-content {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    background: #e9f7f6;
    border: 2px solid transparent;
    border-radius: 8px;
    font-size: 15px;
    letter-spacing: 1px;
    transition: all 0.25s ease;
    text-align: center;
}

}

@media (max-width: 992px) {
    .banner {
        padding-top: 86px;
    }
.page-header .navbar-nav .nav-link {
    color: #000;
}
	#menu-header-menu {
    margin-bottom: 50px;
}
	#menu-header-menu li {
    border-bottom: 1px solid #eee;
}
	.page-header .navbar-nav .nav-link {
    padding: 14px 20px !important;
}
}
/*contact-page-sstyle-end*/


/* Arrow for dropdown */
.menu li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(45deg);
    transition: 0.3s ease;
    position: relative;
    top: -2px;
}

/* Rotate arrow on hover */
#menu-header-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(-135deg);
    border-color: #c59d5f;
}

/* Submenu Styling */
#menu-header-menu .sub-menu {
    position: absolute;
    top: 120%;
    left: 0;
    min-width: 320px;
    background-color:rgba(2, 81, 161, 0.9);
    border-radius: 8px;
    padding: 12px 0;
    list-style: none;
    box-shadow: 0 15px 30px rgba(0,0,0,0.08);
    opacity: 0;
    visibility: hidden;
    transform: translateY(15px);
    transition: all 0.3s ease;
    z-index: 999;
}

/* Show Dropdown */
#menu-header-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
} 
 
/* Submenu links */
#menu-header-menu .sub-menu li a {
    display: block;
    padding: 10px 20px;
    color: #fff;
    font-size: 17px;
    text-decoration: none;
    transition: 0.3s ease;
}

/* Hover effect */
#menu-header-menu .sub-menu li a:hover {   
    padding-left: 25px;
    color: var(--primary);
}
#menu-header-menu li {
    position: relative;
}
#menu-header-menu li.menu-item-has-children > a::after {
    content: "";
    display: inline-block;
    margin-left: 8px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    padding: 4px;
    transform: rotate(45deg);
    transition: 0.3s ease;
    position: relative;
    top: -2px;
}
#menu-header-menu li.menu-item-has-children:hover > a::after {
    transform: rotate(-135deg);
    border-color: var(--primary);
}
.social-icons {
    width: auto;
}
.copyright {
    margin-top: 30px;
    text-align: center;
    border-top: 1px solid #3b3f43;
    padding: 23px 0 0;
    justify-content: space-between;
}
#tour-details h6 {
    font-size: 1rem;
    font-weight: 500;
    font-style: italic;
    margin-top: 1rem;
}
#myTabContent {
    box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.04);
    background-color: #FFF;
    border: 1px solid #EEE;
    border-top: 0;
    padding: 15px;
}
#detailTab {
    margin-top: 50px;
}
.nav-tabs .nav-link {
    background: #F4F4F4;
    border-bottom: none;
    border-left: 1px solid #EEE;
    border-right: 1px solid #EEE;
    border-top: 3px solid #EEE;
    border-radius: 0;
    color: #2e3032;
}
.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
	border-top-color:var(--primary);
}
.detail-tab-content {
    padding: 20px 0;
}
.detail-tab-content ul {
	list-style:none;
	padding-left:0;
}
#tour-details {
    color: #757575;
}
#tour-details .list.list-icons li .fa, #tour-details .list.list-icons li .icons {
    color: #2e3032;
    border-color: #2e3032;
	font-size: 0.8em;
}
.detail-tab-content ul li {
    font-size: 15px;
}
.rl-gallery-item a {
	height:250px !important;
}
.rl-basicgrid-gallery .rl-gallery-item img {
    max-width: 100%;
    height: auto;
    display: block;
    height: 100% !important;
    object-fit: cover !important;
    width: 100% !important;
}