/* =====================================================
   Golden Tree - Premium Light Theme with Gold Accents
   Clean white backgrounds + deep text + golden brand
   Overrides base template purple (#7167ff) completely
======================================================= */

/* === CSS Custom Properties === */
:root {
  --gt-gold: #C8A84B;
  --gt-gold-dark: #A68B3A;
  --gt-gold-light: #E8D48B;
  --gt-gold-bg: #FBF8F0;
  --gt-primary: #1C1917;
  --gt-secondary: #44403C;
  --gt-text: #1C1917;
  --gt-text-muted: #57534E;
  --gt-bg: #FFFFFF;
  --gt-bg-alt: #FAFAF9;
  --gt-bg-warm: #FDF9F3;
  --gt-border: #E7E5E4;
  --gt-border-gold: rgba(200, 168, 75, 0.3);
  --gt-shadow-sm: 0 1px 3px rgba(28, 25, 23, 0.06);
  --gt-shadow: 0 4px 20px rgba(28, 25, 23, 0.08);
  --gt-shadow-lg: 0 12px 40px rgba(28, 25, 23, 0.12);
  --gt-shadow-gold: 0 4px 20px rgba(200, 168, 75, 0.15);
  --gt-radius: 16px;
  --gt-radius-sm: 10px;
  --gt-radius-lg: 24px;
  --gt-transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

/* === Global Overrides === */
html {
  scroll-behavior: smooth;
}

body {
  background-color: var(--gt-bg);
  color: var(--gt-text);
  line-height: 1.7;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6 {
  color: var(--gt-primary) !important;
  font-weight: 700;
}

a {
  color: var(--gt-gold-dark);
  transition: var(--gt-transition);
}

a:hover {
  color: var(--gt-gold) !important;
}

/* === Override ALL purple (#7167ff) from base template === */
.site-title-tagline {
  background: linear-gradient(135deg, var(--gt-gold), var(--gt-gold-dark)) !important;
  color: #fff !important;
  font-size: 13px !important;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.site-title {
  color: var(--gt-primary) !important;
  font-size: 2.2rem !important;
  margin-top: 16px !important;
}

.site-title span {
  color: var(--gt-gold) !important;
}

.site-heading p {
  color: var(--gt-text-muted);
  font-size: 1.05rem;
  max-width: 650px;
  margin: 12px auto 0;
}

.heading-divider {
  background-color: var(--gt-gold) !important;
}

/* === Header === */
.header .header-top {
  background: var(--gt-primary);
  padding: 8px 0;
}

.header .header-top a {
  color: rgba(255, 255, 255, 0.85) !important;
}

.header .header-top a:hover {
  color: var(--gt-gold-light) !important;
}

.header .header-top .top-social a {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(200, 168, 75, 0.15);
  color: var(--gt-gold-light) !important;
  transition: var(--gt-transition);
}

.header .header-top .top-social a:hover {
  background: var(--gt-gold);
  color: #fff !important;
  transform: translateY(-2px);
}

.main-navigation {
  background: #fff;
  box-shadow: var(--gt-shadow-sm);
}

.main-navigation .navbar-nav .nav-link {
  color: var(--gt-primary) !important;
  font-weight: 500;
  padding: 8px 14px;
  border-radius: var(--gt-radius-sm);
  transition: var(--gt-transition);
}

.main-navigation .navbar-nav .nav-link:hover,
.main-navigation .navbar-nav .nav-link.active {
  color: var(--gt-gold-dark) !important;
  background: var(--gt-gold-bg);
}

/* === Theme Buttons === */
.theme-btn {
  background: linear-gradient(135deg, var(--gt-gold), var(--gt-gold-dark)) !important;
  color: #fff !important;
  border: none !important;
  border-radius: var(--gt-radius-sm) !important;
  padding: 12px 28px;
  font-weight: 600;
  letter-spacing: 0.3px;
  box-shadow: var(--gt-shadow-gold);
  transition: var(--gt-transition);
  cursor: pointer;
}

.theme-btn::before {
  background: var(--gt-gold-dark) !important;
}

.theme-btn:hover {
  color: #fff !important;
  transform: translateY(-2px);
  box-shadow: 0 8px 30px rgba(200, 168, 75, 0.3);
}

.theme-btn-secondary {
  background: transparent !important;
  color: var(--gt-gold-dark) !important;
  border: 2px solid var(--gt-gold) !important;
  box-shadow: none !important;
}

.theme-btn-secondary::before {
  background: var(--gt-gold) !important;
}

.theme-btn-secondary:hover {
  background: var(--gt-gold) !important;
  color: #fff !important;
  border-color: var(--gt-gold) !important;
}

.theme-btn-sm {
  padding: 8px 20px !important;
  font-size: 14px !important;
}

/* === SEARCH FORM - Override purple backgrounds === */
.search-area .search-wrapper {
  background: var(--gt-bg);
  border-radius: var(--gt-radius-lg);
  box-shadow: var(--gt-shadow-lg);
  border: 1px solid var(--gt-border);
}

.search-form .form-group {
  background: var(--gt-bg-alt) !important;
  border: 1px solid var(--gt-border) !important;
}

.search-form .form-group label {
  color: var(--gt-text-muted) !important;
}

.search-form .form-control {
  color: var(--gt-primary) !important;
}

.search-form .form-group i {
  color: var(--gt-gold) !important;
}

.search-wrapper .nav-link.active {
  background: linear-gradient(135deg, var(--gt-gold), var(--gt-gold-dark)) !important;
  color: #fff !important;
}

.search-wrapper .nav-link {
  color: var(--gt-primary) !important;
}

.search-form .search-btn .theme-btn {
  background: linear-gradient(135deg, var(--gt-gold), var(--gt-gold-dark)) !important;
}

/* === Hero Section === */
.hero-section .hero-single {
  position: relative;
  min-height: 85vh;
  display: flex;
  align-items: center;
  background-size: cover !important;
  background-position: center !important;
}

.hero-section .hero-single::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(
    135deg,
    rgba(28, 25, 23, 0.75) 0%,
    rgba(28, 25, 23, 0.5) 50%,
    rgba(200, 168, 75, 0.1) 100%
  );
  z-index: 1;
}

.hero-section .hero-single .container {
  position: relative;
  z-index: 2;
}

.hero-section .hero-title {
  color: #fff !important;
  font-size: 3rem !important;
  font-weight: 800;
  line-height: 1.3;
  text-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.hero-section .hero-subtitle {
  color: var(--gt-gold-light) !important;
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 8px;
}

.hero-section .hero-content p {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.05rem;
}

.hero-section .hero-btns {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  justify-content: center;
}

.hero-section .hero-btns .theme-btn-secondary {
  border-color: rgba(255, 255, 255, 0.6) !important;
  color: #fff !important;
}

.hero-section .hero-btns .theme-btn-secondary:hover {
  background: var(--gt-gold) !important;
  border-color: var(--gt-gold) !important;
}

/* ===================================================
   FEATURE CARDS - Complete override of base template
   Fix: remove dashed circle, apply gold styling
=================================================== */
.feature-item {
  background: var(--gt-bg) !important;
  border: 1px solid var(--gt-border) !important;
  border-radius: var(--gt-radius) !important;
  padding: 32px 24px !important;
  text-align: center;
  transition: var(--gt-transition);
  height: 100%;
  cursor: pointer;
  box-shadow: none;
}

.feature-item:hover {
  border-color: var(--gt-border-gold) !important;
  box-shadow: var(--gt-shadow-lg) !important;
  transform: translateY(-6px);
}

.feature-item .feature-icon {
  width: 70px !important;
  height: 70px !important;
  border-radius: 50% !important;
  background: var(--gt-gold-bg) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 20px !important;
  transition: var(--gt-transition);
  position: relative;
}

/* CRITICAL: Remove the dashed circle pseudo-element from base template */
.feature-item .feature-icon::before {
  display: none !important;
  content: none !important;
}

.feature-item .feature-icon i {
  font-size: 26px !important;
  color: var(--gt-gold) !important;
  transition: var(--gt-transition);
}

.feature-item:hover .feature-icon {
  background: linear-gradient(135deg, var(--gt-gold), var(--gt-gold-dark)) !important;
  box-shadow: var(--gt-shadow-gold);
}

.feature-item:hover .feature-icon i {
  color: #fff !important;
}

.feature-item .feature-title {
  font-size: 1.1rem !important;
  font-weight: 700 !important;
  margin-bottom: 12px;
  color: var(--gt-primary) !important;
}

.feature-item p {
  color: var(--gt-text-muted) !important;
  font-size: 0.9rem !important;
  line-height: 1.7;
  margin: 0;
}

/* ===================================================
   DESTINATION / ROUTE CARDS - Override base overlay
   Fix: remove absolute positioning, use clean card
=================================================== */
.destination-item {
  border-radius: var(--gt-radius) !important;
  overflow: hidden !important;
  background: var(--gt-bg) !important;
  border: 1px solid var(--gt-border) !important;
  transition: var(--gt-transition);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

/* Remove the dark overlay from base template */
.destination-item::after {
  display: none !important;
  content: none !important;
}

.destination-item:hover {
  box-shadow: var(--gt-shadow-lg) !important;
  transform: translateY(-4px);
  border-color: var(--gt-border-gold) !important;
}

.destination-item .destination-img {
  position: relative;
  overflow: hidden;
  height: 220px;
}

.destination-item .destination-img img {
  width: 100%;
  height: 100% !important;
  object-fit: cover;
  border-radius: 0 !important;
  transition: transform 0.5s ease;
}

.destination-item:hover .destination-img img {
  transform: scale(1.05) !important;
}

/* Override the absolute positioning from base template */
.destination-item .destination-info {
  position: static !important;
  bottom: auto !important;
  right: auto !important;
  padding: 24px !important;
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  z-index: auto !important;
}

.destination-item:hover .destination-info {
  bottom: auto !important;
}

.destination-item .destination-info h3 {
  font-size: 1.2rem !important;
  font-weight: 700 !important;
  margin-bottom: 10px;
  color: var(--gt-primary) !important;
}

.destination-item .destination-info p {
  color: var(--gt-text-muted) !important;
  font-size: 0.92rem;
  margin-bottom: 6px;
}

/* === Section Backgrounds === */
.gt-section-alt {
  background: var(--gt-bg-alt) !important;
}

.gt-section-warm {
  background: var(--gt-bg-warm) !important;
}

/* === Gold Divider === */
.gt-divider {
  width: 60px;
  height: 3px;
  background: linear-gradient(90deg, var(--gt-gold), var(--gt-gold-dark));
  border-radius: 2px;
  margin: 16px auto;
}

/* === Booking Steps === */
.gt-step-card {
  background: var(--gt-bg);
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius);
  padding: 28px 20px;
  text-align: center;
  transition: var(--gt-transition);
  height: 100%;
}

.gt-step-card:hover {
  border-color: var(--gt-border-gold);
  box-shadow: var(--gt-shadow);
}

.gt-step-number {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gt-gold), var(--gt-gold-dark));
  color: #fff;
  font-size: 1.2rem;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
  box-shadow: var(--gt-shadow-gold);
}

.gt-step-card h5 {
  font-size: 1rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.gt-step-card p {
  color: var(--gt-text-muted);
  font-size: 0.88rem;
  margin: 0;
}

/* === FAQ Accordion === */
.accordion-item {
  border: 1px solid var(--gt-border) !important;
  border-radius: var(--gt-radius-sm) !important;
  margin-bottom: 12px;
  overflow: hidden;
}

.accordion-button {
  font-weight: 600 !important;
  color: var(--gt-primary) !important;
  background: var(--gt-bg) !important;
  padding: 18px 24px;
  font-size: 1rem;
}

.accordion-button:not(.collapsed) {
  background: var(--gt-gold-bg) !important;
  color: var(--gt-gold-dark) !important;
  box-shadow: none !important;
}

.accordion-button:focus {
  box-shadow: 0 0 0 3px rgba(200, 168, 75, 0.2) !important;
  border-color: var(--gt-gold) !important;
}

.accordion-body {
  padding: 16px 24px 20px;
  color: var(--gt-text-muted);
}

/* === Contact CTA Section === */
.gt-cta-section {
  background: linear-gradient(135deg, var(--gt-primary) 0%, #292524 100%) !important;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.gt-cta-section::before {
  content: '';
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: radial-gradient(ellipse at center, rgba(200, 168, 75, 0.08) 0%, transparent 70%);
  pointer-events: none;
}

.gt-cta-section h2 {
  color: #fff !important;
}

.gt-cta-section .gt-brand-name {
  color: var(--gt-gold-light) !important;
  font-size: 1.8rem;
  font-weight: 700;
  letter-spacing: 2px;
}

/* === Partner Cards === */
.gt-partner-card {
  background: var(--gt-bg);
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius);
  padding: 32px 24px;
  text-align: center;
  transition: var(--gt-transition);
  height: 100%;
}

.gt-partner-card:hover {
  border-color: var(--gt-border-gold);
  box-shadow: var(--gt-shadow);
  transform: translateY(-4px);
}

.gt-partner-card .gt-partner-icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: var(--gt-gold-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}

.gt-partner-card .gt-partner-icon i {
  font-size: 24px;
  color: var(--gt-gold);
}

.gt-partner-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 8px;
}

.gt-partner-card p {
  color: var(--gt-text-muted);
  font-size: 0.9rem;
  margin-bottom: 6px;
}

.gt-partner-card .gt-schedule-badge {
  display: inline-block;
  background: var(--gt-gold-bg);
  color: var(--gt-gold-dark);
  font-weight: 600;
  font-size: 0.85rem;
  padding: 4px 14px;
  border-radius: 50px;
  margin-top: 8px;
  border: 1px solid var(--gt-border-gold);
}

/* === Info List === */
.gt-info-list {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.gt-info-list li {
  padding: 14px 20px !important;
  background: var(--gt-bg) !important;
  border: 1px solid var(--gt-border) !important;
  border-radius: var(--gt-radius-sm) !important;
  margin-bottom: 10px !important;
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  transition: var(--gt-transition);
  color: var(--gt-text) !important;
  font-size: 0.95rem !important;
  list-style: none !important;
}

.gt-info-list li:hover {
  border-color: var(--gt-border-gold) !important;
  background: var(--gt-bg-warm) !important;
}

.gt-info-list li i {
  color: var(--gt-gold) !important;
  flex-shrink: 0;
  margin-top: 3px;
  font-size: 16px;
}

/* === Tour Type Cards === */
.gt-tour-card {
  background: var(--gt-bg);
  border: 1px solid var(--gt-border);
  border-radius: var(--gt-radius);
  padding: 32px 20px;
  text-align: center;
  transition: var(--gt-transition);
  height: 100%;
}

.gt-tour-card:hover {
  border-color: var(--gt-gold);
  box-shadow: var(--gt-shadow-lg);
  transform: translateY(-6px);
}

.gt-tour-card .gt-tour-icon {
  width: 64px;
  height: 64px;
  border-radius: var(--gt-radius-sm);
  background: var(--gt-gold-bg);
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
  transition: var(--gt-transition);
}

.gt-tour-card .gt-tour-icon i {
  font-size: 26px;
  color: var(--gt-gold);
  transition: var(--gt-transition);
}

.gt-tour-card:hover .gt-tour-icon {
  background: linear-gradient(135deg, var(--gt-gold), var(--gt-gold-dark));
}

.gt-tour-card:hover .gt-tour-icon i {
  color: #fff;
}

.gt-tour-card h4 {
  font-size: 1.05rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.gt-tour-card p {
  color: var(--gt-text-muted);
  font-size: 0.88rem;
  margin: 0;
}

/* === Location Card === */
.gt-location-card {
  background: var(--gt-bg);
  border: 2px solid var(--gt-border-gold);
  border-radius: var(--gt-radius-lg);
  padding: 48px 32px;
  text-align: center;
  box-shadow: var(--gt-shadow);
}

.gt-location-card .gt-location-icon {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--gt-gold), var(--gt-gold-dark));
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 24px;
  box-shadow: var(--gt-shadow-gold);
}

.gt-location-card .gt-location-icon i {
  font-size: 32px;
  color: #fff;
}

/* === Network Highlight Box === */
.gt-network-highlight {
  background: var(--gt-bg-warm);
  border: 2px solid var(--gt-border-gold);
  border-radius: var(--gt-radius);
  padding: 32px;
  text-align: center;
}

.gt-network-highlight h4,
.gt-network-highlight h5 {
  font-size: 1.2rem;
  margin-bottom: 12px;
}

/* === Cooperation Badges === */
.gt-badge {
  display: inline-block;
  background: var(--gt-gold-bg);
  color: var(--gt-gold-dark);
  font-weight: 600;
  font-size: 0.88rem;
  padding: 8px 18px;
  border-radius: 50px;
  border: 1px solid var(--gt-border-gold);
  margin: 4px;
  transition: var(--gt-transition);
  cursor: pointer;
}

.gt-badge:hover {
  background: var(--gt-gold);
  color: #fff;
  border-color: var(--gt-gold);
}

/* === Cooperation List === */
.gt-coop-list {
  list-style: none !important;
  padding: 0 !important;
}

.gt-coop-list li {
  padding: 6px 0 !important;
  color: var(--gt-text) !important;
  font-size: 0.92rem;
  display: flex !important;
  align-items: center;
  gap: 10px;
  list-style: none !important;
}

.gt-coop-list li i {
  color: var(--gt-gold) !important;
  font-size: 14px;
  width: 18px;
  flex-shrink: 0;
}

/* ===================================================
   FOOTER - Complete override
=================================================== */

/* Flight list hidden state fix (prevent WOW.js override) */
.flight-list[style*="display: none"] {
  display: none !important;
}

/* Footer logo fix - prevent white circle */
.footer-area .footer-logo {
  background: none !important;
  width: auto !important;
  height: auto !important;
  border-radius: 0 !important;
  padding: 0 !important;
}

.footer-area .footer-logo img {
  max-width: 140px !important;
  height: auto !important;
  border-radius: 0 !important;
  margin-bottom: 10px !important;
}

/* CRITICAL: Remove decorative white circles from base template */
.footer-area::before,
.footer-area::after {
  display: none !important;
  content: none !important;
}

.footer-area {
  background: var(--gt-primary) !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.footer-area .footer-widget-title {
  color: #fff !important;
  font-size: 1.1rem !important;
  margin-bottom: 20px;
  position: relative;
  padding-bottom: 12px;
}

.footer-area .footer-widget-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40px;
  height: 3px;
  background: var(--gt-gold);
  border-radius: 2px;
}

.footer-area p,
.footer-area .footer-list li a,
.footer-area .footer-contact a,
.footer-area .footer-contact {
  color: rgba(255, 255, 255, 0.7) !important;
}

.footer-area .footer-list li a:hover,
.footer-area .footer-contact a:hover {
  color: var(--gt-gold-light) !important;
  padding-right: 5px;
}

/* Override purple icon squares in footer contact list */
.footer-area .footer-contact li i {
  background: rgba(200, 168, 75, 0.15) !important;
  color: var(--gt-gold-light) !important;
  border-radius: 50% !important;
}

/* Fix: Footer social - direct anchor styling (not li>a>i) */
.footer-area .footer-social {
  display: flex;
  gap: 10px;
  justify-content: flex-start;
}

.footer-area .footer-social a {
  width: 38px;
  height: 38px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  border-radius: 50% !important;
  background: rgba(200, 168, 75, 0.15) !important;
  color: var(--gt-gold-light) !important;
  transition: var(--gt-transition);
  font-size: 16px;
}

.footer-area .footer-social a:hover {
  background: var(--gt-gold) !important;
  color: #fff !important;
  transform: translateY(-3px);
}

/* Also override base template's li a i pattern */
.footer-area .footer-social li a i {
  background: rgba(200, 168, 75, 0.15) !important;
  color: var(--gt-gold-light) !important;
  height: 38px !important;
  width: 38px !important;
  line-height: 38px !important;
}

.footer-area .footer-social li a i:hover {
  background: var(--gt-gold) !important;
  color: #fff !important;
}

.footer-area .copyright {
  background: rgba(0, 0, 0, 0.2) !important;
  padding: 16px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-area .copyright-text {
  color: rgba(255, 255, 255, 0.5) !important;
  margin: 0;
}

.footer-area .footer-bottom-links a {
  color: rgba(255, 255, 255, 0.5) !important;
  font-size: 0.88rem;
}

.footer-area .footer-bottom-links a:hover {
  color: var(--gt-gold-light) !important;
}

/* === Scroll to Top === */
#scroll-top {
  background: linear-gradient(135deg, var(--gt-gold), var(--gt-gold-dark)) !important;
  color: #fff !important;
  border-radius: 50% !important;
  width: 45px !important;
  height: 45px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  box-shadow: var(--gt-shadow-gold) !important;
  border: none !important;
}

#scroll-top:hover {
  transform: translateY(-3px);
}

/* === Responsive === */
@media (max-width: 991px) {
  .hero-section .hero-title {
    font-size: 2rem !important;
  }

  .hero-section .hero-btns {
    flex-direction: column;
    align-items: center;
  }

  .site-title {
    font-size: 1.7rem !important;
  }
}

@media (max-width: 767px) {
  .hero-section .hero-title {
    font-size: 1.6rem !important;
  }

  .hero-section .hero-subtitle {
    font-size: 1rem;
  }

  .site-title {
    font-size: 1.5rem !important;
  }

  .destination-item .destination-img {
    height: 180px !important;
  }

  .gt-location-card {
    padding: 32px 20px;
  }
}

/* === Reduced Motion === */
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}
