@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@300;400;500;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    color: #333;
    line-height: 1.6;
}

.font-playfair {
    font-family: 'Playfair Display', serif;
}

/* Custom scrollbar */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #ffffff;
}

::-webkit-scrollbar-thumb {
    background: #004aaa;
    border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
    background: #b58517;
}

/* Animation for counters */
@keyframes countUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

.counter-animate {
    animation: countUp 1s ease-out forwards;
}

/* Hero section text animation */
.hero-text {
    animation: fadeInUp 1s ease-out;
}

@keyframes fadeInUp {
    from { opacity: 0; transform: translateY(20px); }
    to { opacity: 1; transform: translateY(0); }
}

/* Tour card hover effect */
.tour-card {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.tour-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* Testimonial card hover effect */
.testimonial-card {
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

/* Button hover effects */
.btn-primary {
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.btn-primary:hover {
    transform: translateY(-2px);
}

.btn-secondary {
    transition: background-color 0.3s ease, color 0.3s ease, transform 0.2s ease;
}

.btn-secondary:hover {
    transform: translateY(-2px);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .hero-text h1 {
        font-size: 2.5rem;
    }
    
    .hero-text p {
        font-size: 1rem;
    }
}

/* Smooth scrolling */
html {
    scroll-behavior: smooth;
}

/* Back to top button */
.back-to-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    background: #336db9;
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.3s;
    z-index: 999;
}

.back-to-top.visible {
    opacity: 1;
}

.back-to-top:hover {
    background: #b58517;
}


    nav.scrolled {
        position: fixed !important;
        background: rgb(255, 255, 255) !important;
        backdrop-filter: blur(0px) !important;
        box-shadow: 0 2px 20px rgba(0,0,0,0.1);
        top:0px;
        color:#000 !important;
    }
#sticky-door-bar {
  position: fixed;
  bottom: -80px;
  left: 0;
  width: 100%;
  background: linear-gradient(90deg, #0b3c5d, #1f6f8b);
  color: #ffffff;
  z-index: 9999;
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  transition: top 0.4s ease;
  font-family: 'Inter', sans-serif;
}

#sticky-door-bar.show {
  bottom: 0;
}

.door-bar-content {
  max-width: 1200px;
  margin: auto;
  padding: 14px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}

#sticky-door-bar .icon {
  font-size: 22px;
}

#sticky-door-bar .text {
  font-size: 24px;
  font-weight: 500;
  flex: 1;
}

#sticky-door-bar .door-btn {
  background: #336db9;
  color: #ffffff;
  padding: 8px 16px;
  border-radius: 999px;
  font-size: 18px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.3s ease;
}

#sticky-door-bar .door-btn:hover {
  background: #e67a7a;
  transform: translateY(-1px);
}

/* Mobile */
@media (max-width: 768px) {
  #sticky-door-bar .text {
    font-size: 22px;
  }

  #sticky-door-bar .icon {
    display: none;
  }
}
.text-accent{
  --tw-text-opacity: 1;
  color: rgb(224 184 122 / var(--tw-text-opacity, 1));
}
.font-bold{
  font-weight: 700;
}
.text-4xl{
  font-size: 2.25rem;
  line-height: 2.5rem;
}
.font-playfair{
  font-family: Playfair Display, serif;
}
.mb-6{
  margin-bottom: 1.5rem;
}
h1, h2, h3, h4, h5, h6 {
  font-family: 'Playfair Display', serif;
}
pre {
  margin: 0;
}
h6 {
  font-size: inherit;
  font-weight: inherit;
}
::before,
::after {
  box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */
}
*, ::before, ::after{
  --tw-border-spacing-x: 0;
  --tw-border-spacing-y: 0;
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-gradient-from-position:  ;
  --tw-gradient-via-position:  ;
  --tw-gradient-to-position:  ;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
  --tw-contain-size:  ;
  --tw-contain-layout:  ;
  --tw-contain-paint:  ;
  --tw-contain-style:  ;
}
.text-surface{
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}
.font-light{
  font-weight: 300;
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.font-inter{
  font-family: Inter, sans-serif;
}
.max-w-4xl{
  max-width: 56rem;
}
.mb-8{
  margin-bottom: 2rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
@media (min-width: 640px){
  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.gap-4{
  gap: 1rem;
}
.justify-center{
  justify-content: center;
}
.items-center{
  align-items: center;
}
.flex-col{
  flex-direction: column;
}
.flex{
  display: flex;
}
.transition-fast {
  transition: all var(--transition-fast);
}
.text-primary{
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity, 1));
}
.font-semibold{
  font-weight: 600;
}
.font-inter{
  font-family: Inter, sans-serif;
}
.py-3{
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.px-6{
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.bg-accent{
  --tw-bg-opacity: 1;
  background-color: rgb(51 109 185 / var(--tw-bg-opacity, 1));
}
.rounded-lg{
  border-radius: 0.5rem;
}
a {
  color: inherit;
  text-decoration: inherit;
}
.w-5{
  width: 1.25rem;
}
.h-5{
  height: 1.25rem;
}
.mr-2{
  margin-right: 0.5rem;
}
object {
  display: block;
  /* 1 */
  vertical-align: middle;
  /* 2 */
}
.text-accent{
  --tw-text-opacity: 1;
  color: rgb(67 167 255 / var(--tw-text-opacity, 1));
}
.bg-transparent{
  background-color: transparent;
}
.border-accent{
  --tw-border-opacity: 1;
  border-color: rgb(51 109 185 / var(--tw-border-opacity, 1));
}
.border-2{
  border-width: 2px;
}
@media (min-width: 640px){
  .sm\:flex-row{
    flex-direction: row;
  }

  .sm\:px-6{
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}
.px-4{
  padding-left: 1rem;
  padding-right: 1rem;
}
.max-w-7xl{
  max-width: 80rem;
}
.mx-auto{
  margin-left: auto;
  margin-right: auto;
}
.text-center{
  text-align: center;
}
.mb-16{
  margin-bottom: 4rem;
}
.mb-6{
  margin-bottom: 1.5rem;
}
.text-gradient-gold{
  background-image: linear-gradient(to right, var(--tw-gradient-stops));
  --tw-gradient-from: #43a7ff var(--tw-gradient-from-position);
  --tw-gradient-to: rgb(212 175 55 / 0) var(--tw-gradient-to-position);
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
  --tw-gradient-to: #43a7ff var(--tw-gradient-to-position);
  -webkit-background-clip: text;
          background-clip: text;
  color: transparent;
}
.text-text-secondary{
  --tw-text-opacity: 1;
  color: rgb(102 102 102 / var(--tw-text-opacity, 1));
}
.text-xl{
  font-size: 1.25rem;
  line-height: 1.75rem;
}
.max-w-3xl{
  max-width: 48rem;
}
.gap-8{
  gap: 2rem;
}
.grid{
  display: grid;
}
.mb-16{
  margin-bottom: 4rem;
}
.transition-all{
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 150ms;
}
.text-center{
  text-align: center;
}
.p-8{
  padding: 2rem;
}
.border-transparent{
  border-color: transparent;
}
.cursor-pointer{
  cursor: pointer;
}
.card-elevated{
  border-radius: 0.5rem;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
  --tw-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  --tw-shadow-colored: 0 4px 20px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
  transition-property: all;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms;
  box-shadow: var(--shadow-subtle);
}
.rounded-full{
  border-radius: 9999px;
}
.w-16{
  width: 4rem;
}
.h-16{
  height: 4rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.w-8{
  width: 2rem;
}
.h-8{
  height: 2rem;
}
.text-secondary{
  --tw-text-opacity: 1;
  color: rgb(67 167 255 / var(--tw-text-opacity, 1));
}
.mb-3{
  margin-bottom: 0.75rem;
}
.mb-4{
  margin-bottom: 1rem;
}
.text-sm{
  font-size: 0.875rem;
  line-height: 1.25rem;
}
.bg-success{
  --tw-bg-opacity: 1;
  background-color: rgb(45 80 22 / var(--tw-bg-opacity, 1));
}
.animate-pulse{
  animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}
.w-2{
  width: 0.5rem;
}
.h-2{
  height: 0.5rem;
}
.mr-2{
  margin-right: 0.5rem;
}
.addr{

  @media (max-width: 670px){
    display: none;
  }

}