@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800;900&family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,400&display=swap');

:root {
  --theme: #6366F1 !important; /* Indigo */
  --theme-2: #8B5CF6 !important; /* Purple */
  --theme3: #EC4899 !important; /* Pink accent */
  --bg-primary: #8B5CF6 !important;
  --header: #0F172A !important; /* Slate 900 */
  --text: #334155 !important; /* Slate 700 */
  --text2: #1E293B !important; /* Slate 800 */
  --text3: #64748B !important; /* Slate 500 */
  --bg: #F8FAFC !important; /* Slate 50 */
  --white: #ffffff !important;
}

/* Global Font Overrides */
body, p, span, a, li, button, input, textarea, select {
  font-family: 'Poppins', sans-serif !important;
}

h1, h2, h3, h4, h5, h6, .wid-title h4, .section-title h2, .section-title h6, .section-title-area h2, .section-title h6.sub-title {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600;
}

/* Base Style Polish */
.theme-btn {
  background: linear-gradient(135deg, var(--theme) 0%, var(--theme-2) 100%) !important;
  border-radius: 50px !important;
  padding: 14px 28px !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0.3px;
  box-shadow: 0 4px 14px rgba(99, 102, 241, 0.3) !important;
  transition: all 0.3s ease !important;
  color: #ffffff !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

.theme-btn * {
  color: #ffffff !important;
}

.theme-btn i {
  color: #ffffff !important;
  margin-right: 8px !important;
}

.theme-btn::before {
  display: none !important; /* Remove old fill-left transition */
}

.theme-btn:hover {
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(99, 102, 241, 0.4) !important;
  color: #ffffff !important;
}

.theme-btn:hover * {
  color: #ffffff !important;
}

/* Text Gradients */
.text-gradient {
  background: linear-gradient(135deg, #6366F1 0%, #8B5CF6 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* --- HEADER REDESIGN --- */
.header-top-section {
  background-color: var(--header) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  padding: 10px 0;
}

.header-top-wrapper .contact-list li, 
.header-top-wrapper .contact-list li a,
.header-top-wrapper .top-right .top-list li a,
.header-top-wrapper .top-right .social-icon a {
  color: #94A3B8 !important; /* Slate 400 */
  font-size: 13px !important;
  transition: color 0.3s ease;
}

.header-top-wrapper .contact-list li a:hover,
.header-top-wrapper .top-right .top-list li a:hover,
.header-top-wrapper .top-right .social-icon a:hover {
  color: var(--theme-2) !important;
}

header.header-1 {
  background-color: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(12px);
  border-bottom: 1px solid #F1F5F9;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.04) !important;
}

header.header-1 .main-menu ul li a {
  color: #1E293B !important; /* Slate 800 */
  font-weight: 500 !important;
  font-size: 15px !important;
  padding: 24px 0;
  transition: color 0.3s ease;
  position: relative;
}

header.header-1 .main-menu ul li a::after {
  content: '';
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 0;
  height: 2px;
  background: linear-gradient(90deg, var(--theme), var(--theme-2));
  transition: width 0.3s ease;
}

header.header-1 .main-menu ul li.active a,
header.header-1 .main-menu ul li a:hover {
  color: var(--theme) !important;
}

header.header-1 .main-menu ul li.active a::after,
header.header-1 .main-menu ul li a:hover::after {
  width: 100%;
}

header.header-1 .header-search .search-icon i {
  color: #475569 !important;
}

header.header-1 .header-search .search-icon:hover i {
  color: var(--theme) !important;
}

/* --- FOOTER REDESIGN --- */
footer.footer-style3 {
  background: radial-gradient(circle at top right, #1E1B4B 0%, #0F172A 70%) !important;
  color: #94A3B8 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
}

footer.footer-style3 .wid-title h4 {
  color: #FFFFFF !important;
  font-weight: 600;
  font-size: 18px;
  border-left: 3px solid var(--theme-2);
  padding-left: 10px;
  margin-bottom: 25px;
}

footer.footer-style3 .list-items li a {
  color: #94A3B8 !important;
  transition: all 0.3s ease;
  padding-left: 0;
}

footer.footer-style3 .list-items li a:hover {
  color: #FFFFFF !important;
  padding-left: 8px;
}

footer.footer-style3 .list-items li a::before {
  color: var(--theme) !important;
}

footer.footer-style3 p {
  color: #94A3B8 !important;
  font-size: 14px;
  line-height: 1.6;
}

footer.footer-style3 .footer-bottom3 {
  background-color: #090D16 !important;
  border-top: 1px solid rgba(255, 255, 255, 0.05);
  padding: 15px 0 !important;
}

footer.footer-style3 .footer-bottom3 p {
  color: #64748B !important;
}

footer.footer-style3 .social-icon3 a {
  width: 38px;
  height: 38px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #94A3B8 !important;
  transition: all 0.3s ease;
}

footer.footer-style3 .social-icon3 a:hover {
  background: linear-gradient(135deg, var(--theme) 0%, var(--theme-2) 100%);
  color: #FFFFFF !important;
  transform: translateY(-3px);
}

/* --- HOMEPAGE SPECIFIC OVERRIDES --- */

/* Hero Section */
.hero-1 {
  margin-top: 0 !important;
}

.hero-section.hero-1 {
  background: linear-gradient(135deg, #F8FAFC 0%, #EEF2F6 100%) !important;
  padding: 170px 0 100px 0 !important; /* Fixed: Added top padding to prevent overlapping with solid header */
  margin-top: 0 !important;
}

.hero-section.hero-1 .hero-content h1 {
  font-size: 54px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  color: #0F172A !important;
}

.hero-section.hero-1 .hero-content p {
  color: #475569 !important;
  font-size: 16px !important;
  margin-top: 20px;
}

.hero-section.hero-1 .hero-image {
  position: relative !important;
  max-width: 460px !important;
  margin: 0 auto !important;
}

.hero-section.hero-1 .hero-image img {
  width: 100% !important;
  height: 380px !important;
  object-fit: cover !important;
  border-radius: 24px;
  box-shadow: 0 20px 40px -15px rgba(15, 23, 42, 0.12);
}

.hero-1 .hero-image .hero-image-2 {
  position: absolute !important;
  top: -40px !important;
  right: -40px !important;
  max-width: 140px !important;
  z-index: 2 !important;
}

.hero-1 .hero-image .hero-image-2 img {
  width: 100% !important;
  height: 140px !important;
  object-fit: cover !important;
  border-radius: 16px;
  box-shadow: 0 15px 30px -10px rgba(15, 23, 42, 0.15);
}

.hero-1 .hero-image .hero-image-3 {
  position: absolute !important;
  bottom: -40px !important;
  left: -40px !important;
  max-width: 180px !important;
  z-index: 2 !important;
}

.hero-1 .hero-image .hero-image-3 img {
  width: 100% !important;
  height: 180px !important;
  object-fit: cover !important;
  border-radius: 16px;
  box-shadow: 0 15px 30px -10px rgba(15, 23, 42, 0.15);
}

/* Popular Destinations */
.popular-destination-section {
  background-color: #ffffff;
  padding: 80px 0;
}

.section-title h6.sub-title {
  color: var(--theme-2) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
  background: rgba(139, 92, 246, 0.08);
  display: inline-block;
  padding: 4px 12px;
  border-radius: 20px;
}

.section-title h2 {
  font-size: 38px !important;
  font-weight: 700 !important;
  color: #0F172A;
  margin-top: 10px;
}

.popular-deatination-items {
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 10px 25px -5px rgba(0,0,0,0.05);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.popular-deatination-items:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 35px -10px rgba(99, 102, 241, 0.15);
}

.popular-deatination-items .popular-deatination-image {
  height: 380px !important;
  overflow: hidden !important;
  position: relative !important;
  border-radius: 20px !important;
}

.popular-deatination-items .popular-deatination-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.popular-deatination-items:hover .popular-deatination-image img {
  transform: scale(1.1);
}

.popular-deatination-content {
  background: linear-gradient(to top, rgba(15, 23, 42, 0.9) 0%, rgba(15, 23, 42, 0.4) 60%, transparent 100%) !important;
  padding: 24px !important;
}

.popular-deatination-content h3 a {
  color: #FFFFFF !important;
  font-weight: 600 !important;
}

.popular-deatination-content p {
  color: #CBD5E1 !important;
  font-size: 14px;
}

/* Featured Packages / Best Destinations */
.best-destination-section1 {
  background-color: #F8FAFC;
  padding: 80px 0;
}

.best-destination-item {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.03);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.best-destination-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 30px -10px rgba(15, 23, 42, 0.08);
  border-color: rgba(99, 102, 241, 0.2);
}

.best-destination-item .best-destination-image img {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.best-destination-item:hover .best-destination-image img {
  transform: scale(1.08);
}

.best-destination-item .best-destination-content {
  padding: 24px !important;
}

.best-destination-item .best-destination-content h5 a {
  color: #0F172A !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  transition: color 0.3s ease;
}

.best-destination-item .best-destination-content h5 a:hover {
  color: var(--theme) !important;
}

.best-destination-item .best-destination-content .list li {
  font-size: 13px !important;
  color: #64748B !important;
}

.best-destination-item .best-destination-content .list.style-2 li {
  background: rgba(99, 102, 241, 0.08) !important;
  color: var(--theme) !important;
  padding: 4px 10px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
}

.best-destination-item .best-destination-content .price-item h3 {
  color: var(--theme-2) !important;
  font-weight: 700 !important;
  font-size: 22px !important;
}

.best-destination-item .best-destination-content .price-item span {
  font-size: 12px;
  color: #64748B;
}

/* About Section */
.about-section {
  padding: 80px 0;
  background-color: #FFFFFF;
}

.about-image {
  height: 480px !important;
  overflow: hidden !important;
  border-radius: 24px !important;
}

.about-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  box-shadow: 0 20px 35px -10px rgba(15, 23, 42, 0.1);
}

.about-content .section-title p {
  color: #475569 !important;
  font-size: 15px !important;
  line-height: 1.8;
}

/* News & Blog Section */
.news-section.news-bg {
  background-color: #F8FAFC !important;
  padding: 80px 0;
}

.news-card-item {
  background: #FFFFFF;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid #E2E8F0;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.03);
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.news-card-item:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 30px -10px rgba(15, 23, 42, 0.08);
  border-color: rgba(99, 102, 241, 0.2);
}

.news-card-item .news-content {
  padding: 24px !important;
}

.news-card-item .news-content h4 a {
  color: #0F172A !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  transition: color 0.3s ease;
}

.news-card-item .news-content h4 a:hover {
  color: var(--theme) !important;
}

.news-card-item .news-content p {
  color: #475569 !important;
  font-size: 14px !important;
  line-height: 1.6;
}

.news-card-item .news-meta li {
  font-size: 13px !important;
  color: #64748B !important;
}

.news-card-item .news-meta li.style-2 {
  background: rgba(139, 92, 246, 0.08) !important;
  color: var(--theme-2) !important;
  padding: 3px 8px !important;
  border-radius: 6px !important;
  font-weight: 500 !important;
}

/* --- BREADCRUMB UPGRADES --- */
.breadcrumb-wrapper {
  margin-top: 0 !important; /* Fix overlap with header */
}

.breadcrumb-wrapper .page-heading {
  padding: 100px 0 80px 0 !important; /* Reduce massive vertical padding */
}

@media (max-width: 991px) {
  .breadcrumb-wrapper .page-heading {
    padding: 60px 0 50px 0 !important;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-title {
  font-size: 44px !important; /* Make title size modern and compact instead of 76px */
  font-weight: 700 !important;
  letter-spacing: -0.5px;
}

@media (max-width: 767px) {
  .breadcrumb-wrapper .page-heading .breadcrumb-title {
    font-size: 32px !important;
  }
}

.breadcrumb-wrapper .page-heading .breadcrumb-list li {
  font-size: 15px !important; /* Clean breadcrumb trail font size */
}

/* Uniform Image Heights for Cards */
.news-card-item .news-image {
  height: 240px !important;
  overflow: hidden !important;
  position: relative !important;
}

.news-card-item .news-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.best-destination-item .best-destination-image {
  height: 240px !important;
  overflow: hidden !important;
  position: relative !important;
}

.best-destination-item .best-destination-image img {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.2, 1) !important;
}



/* --- BLOG & SIDEBAR OVERRIDES --- */
.news-details-section {
  background-color: #F8FAFC !important;
  padding: 80px 0 !important;
}

.main-sideber {
  display: flex !important;
  flex-direction: column !important;
  gap: 30px !important;
}

.single-sideber-widget {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 16px !important;
  padding: 24px !important;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.02) !important;
  margin-bottom: 0 !important;
}

.single-sideber-widget .widget-title h3 {
  font-family: 'Outfit', sans-serif !important;
  font-weight: 600 !important;
  font-size: 18px !important;
  color: #0F172A !important;
  border-left: 3px solid var(--theme-2) !important;
  padding-left: 10px !important;
  margin-bottom: 20px !important;
  text-transform: capitalize !important;
}

.single-sideber-widget ul {
  padding: 0 !important;
  margin: 0 !important;
  list-style: none !important;
}

.single-sideber-widget ul li {
  border-bottom: 1px dashed #E2E8F0 !important;
  padding: 10px 0 !important;
}

.single-sideber-widget ul li:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.single-sideber-widget ul li a {
  color: #475569 !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}

.single-sideber-widget ul li a:hover {
  color: var(--theme) !important;
  padding-left: 5px !important;
}

/* Search widget */
.search-widget form {
  position: relative !important;
}

.search-widget input {
  width: 100% !important;
  border: 1px solid #D1D5DB !important;
  background: #F9FAFB !important;
  border-radius: 30px !important;
  padding: 12px 50px 12px 20px !important;
  font-size: 14px !important;
  color: #1F2937 !important;
  transition: border-color 0.3s ease !important;
}

.search-widget input:focus {
  border-color: var(--theme) !important;
}

.search-widget button {
  position: absolute !important;
  right: 5px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 38px !important;
  height: 38px !important;
  background: var(--theme) !important;
  border-radius: 50% !important;
  color: #FFFFFF !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  transition: background 0.3s ease !important;
}

.search-widget button:hover {
  background: var(--theme-2) !important;
}

/* Tag Cloud Widget */
.tagcloud {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.tagcloud a {
  display: inline-block !important;
  padding: 6px 14px !important;
  background: #F1F5F9 !important;
  border: 1px solid #E2E8F0 !important;
  color: #475569 !important;
  border-radius: 30px !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  text-transform: capitalize !important;
  transition: all 0.3s ease !important;
  text-decoration: none !important;
}

.tagcloud a:hover, .tagcloud a.active {
  background: linear-gradient(135deg, var(--theme) 0%, var(--theme-2) 100%) !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
  transform: translateY(-2px) !important;
}

/* Recent news widget */
.recent-items {
  border-bottom: 1px solid #F1F5F9 !important;
  padding-bottom: 15px !important;
}

.recent-items:last-child {
  border-bottom: none !important;
  padding-bottom: 0 !important;
}

.recent-content h6 a {
  color: #1E293B !important;
  transition: color 0.3s ease !important;
  text-decoration: none !important;
}

.recent-content h6 a:hover {
  color: var(--theme) !important;
}

/* News Details Post */
.news-details-post {
  background: #FFFFFF !important;
  border: 1px solid #E2E8F0 !important;
  border-radius: 20px !important;
  padding: 30px !important;
  box-shadow: 0 4px 20px -2px rgba(15, 23, 42, 0.02) !important;
}

@media (max-width: 767px) {
  .news-details-post {
    padding: 15px !important;
  }
}

.news-details-post h2 {
  font-family: 'Outfit', sans-serif !important;
  font-size: 30px !important;
  font-weight: 700 !important;
  color: #0F172A !important;
  line-height: 1.3 !important;
}

.blog-html-content p {
  color: #475569 !important;
  font-size: 15px !important;
  line-height: 1.8 !important;
  margin-bottom: 20px !important;
}

.blog-html-content blockquote {
  border-left: 4px solid var(--theme) !important;
  background: #F8FAFC !important;
  padding: 15px 20px !important;
  border-radius: 0 8px 8px 0 !important;
  font-style: italic !important;
  color: #334155 !important;
  margin: 20px 0 !important;
}

/* --- LUXURY HERO & DESTINATION REDESIGNS --- */
.hero-badge {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  background: rgba(99, 102, 241, 0.08) !important;
  border: 1px solid rgba(99, 102, 241, 0.2) !important;
  padding: 8px 18px !important;
  border-radius: 100px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  color: var(--theme) !important;
  margin-bottom: 25px !important;
  backdrop-filter: blur(8px) !important;
  box-shadow: 0 4px 12px rgba(99, 102, 241, 0.05) !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.hero-badge i {
  color: var(--theme-2) !important;
  animation: pulse-glow 2s infinite alternate;
}

@keyframes pulse-glow {
  0% { transform: scale(0.9); opacity: 0.8; }
  100% { transform: scale(1.1); opacity: 1; }
}

.hero-section.hero-1 {
  background: radial-gradient(circle at 85% 15%, rgba(99, 102, 241, 0.08) 0%, rgba(139, 92, 246, 0.05) 50%, #F8FAFC 100%) !important;
  border-bottom: 1px solid rgba(226, 232, 240, 0.8) !important;
}

.popular-destination-section {
  background: radial-gradient(circle at 15% 85%, rgba(139, 92, 246, 0.05) 0%, #FFFFFF 70%) !important;
}

.popular-destination-section .destination-slider {
  margin-right: 0 !important;
  overflow: hidden !important;
}

.dest-badge {
  background: linear-gradient(135deg, var(--theme) 0%, var(--theme-2) 100%) !important;
  color: #FFFFFF !important;
  font-size: 11px !important;
  font-weight: 600 !important;
  padding: 4px 14px !important;
  border-radius: 50px !important;
  position: absolute !important;
  top: 15px !important;
  right: 15px !important;
  z-index: 10 !important;
  box-shadow: 0 4px 10px rgba(139, 92, 246, 0.3) !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.popular-deatination-items {
  border-radius: 24px !important;
  box-shadow: 0 10px 30px -10 rgba(15, 23, 42, 0.08) !important;
  border: 1px solid rgba(226, 232, 240, 0.6) !important;
}

.popular-deatination-content-glass {
  position: absolute !important;
  bottom: 15px !important;
  left: 15px !important;
  right: 15px !important;
  background: rgba(15, 23, 42, 0.65) !important;
  backdrop-filter: blur(16px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(16px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 18px !important;
  padding: 16px 20px !important;
  z-index: 2 !important;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.popular-deatination-content-glass h4 {
  font-size: 18px !important;
  font-weight: 600 !important;
}

.popular-deatination-content-glass .explore-link {
  font-size: 12px !important;
  font-weight: 500 !important;
  color: var(--theme-2) !important;
  display: flex !important;
  align-items: center !important;
  opacity: 0 !important;
  max-height: 0 !important;
  overflow: hidden !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Hover Zoom & Slide Up Overlay */
.popular-deatination-items:hover {
  transform: translateY(-8px) !important;
  box-shadow: 0 25px 45px -12px rgba(99, 102, 241, 0.18) !important;
  border-color: rgba(99, 102, 241, 0.15) !important;
}

.popular-deatination-items:hover .popular-deatination-content-glass {
  background: rgba(15, 23, 42, 0.75) !important;
  bottom: 20px !important;
  border-color: rgba(255, 255, 255, 0.15) !important;
}

.popular-deatination-items:hover .explore-link {
  opacity: 1 !important;
  max-height: 30px !important;
  margin-top: 6px !important;
}

/* --- PAGINATION STYLING OVERRIDES --- */
.pagination .page-item .page-link {
  color: var(--theme) !important;
  border-radius: 8px !important;
  margin: 0 4px !important;
  border: 1px solid #E2E8F0 !important;
  transition: all 0.3s ease !important;
  padding: 8px 16px !important;
}

.pagination .page-item.active .page-link,
.pagination .page-item .page-link:hover {
  background: linear-gradient(135deg, var(--theme) 0%, var(--theme-2) 100%) !important;
  color: #FFFFFF !important;
  border-color: transparent !important;
}

/* --- REDESIGNED LUXURY HERO SECTION --- */
.hero-section.hero-luxury {
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  padding: 180px 0 60px 0 !important;
  position: relative !important;
  z-index: 1 !important;
}

.hero-section.hero-luxury::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  width: 100% !important;
  height: 100% !important;
  background: linear-gradient(to right, rgba(15, 23, 42, 0.85) 0%, rgba(15, 23, 42, 0.5) 60%, rgba(15, 23, 42, 0.25) 100%) !important;
  z-index: -1 !important;
}

.hero-shiva-tag {
  font-family: 'Outfit', sans-serif !important;
  color: #FF9E0D !important;
  font-size: 1.15rem !important;
  font-weight: 600 !important;
  margin-bottom: 20px !important;
  letter-spacing: 1.5px !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.hero-luxury-title {
  font-size: 3rem !important;
  font-weight: 400 !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  margin-bottom: 15px !important;
}

.hero-luxury-title .highlight-gold {
  display: block !important;
  font-size: 4.5rem !important;
  font-weight: 800 !important;
  color: #FF9E0D !important; /* Gold color */
  margin-top: 5px !important;
  text-shadow: 0 4px 10px rgba(0, 0, 0, 0.3) !important;
}

.hero-luxury-desc {
  color: rgba(255, 255, 255, 0.9) !important;
  font-size: 1.05rem !important;
  line-height: 1.7 !important;
  max-width: 580px !important;
  margin-bottom: 35px !important;
}

/* Redesigned Buttons */
.btn-orange-pill {
  background: #FF9E0D !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 14px 32px !important;
  border-radius: 50px !important;
  box-shadow: 0 4px 15px rgba(255, 158, 13, 0.3) !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  border: none !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.btn-orange-pill:hover {
  background: #E08700 !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 6px 20px rgba(255, 158, 13, 0.4) !important;
}

.btn-ghost-pill {
  background: transparent !important;
  color: #ffffff !important;
  font-family: 'Poppins', sans-serif !important;
  font-weight: 600 !important;
  font-size: 14px !important;
  padding: 12px 30px !important;
  border-radius: 50px !important;
  border: 2px solid #ffffff !important;
  transition: all 0.3s ease !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  text-decoration: none !important;
  text-transform: uppercase !important;
  letter-spacing: 0.5px !important;
}

.btn-ghost-pill:hover {
  background: rgba(255, 255, 255, 0.1) !important;
  transform: translateY(-2px) !important;
}

/* Shrines Grid (Top Right) */
.hero-shrines-container {
  display: flex !important;
  justify-content: flex-end !important;
  align-items: center !important;
  gap: 0 !important;
  margin-bottom: 50px !important;
}

.hero-shrine-item {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  text-align: center !important;
  padding: 0 25px !important;
  border-right: 1px solid rgba(255, 255, 255, 0.25) !important;
  position: relative !important;
}

.hero-shrine-item:last-child {
  border-right: none !important;
}

.shrine-circle {
  width: 76px !important;
  height: 76px !important;
  border-radius: 50% !important;
  background: rgba(255, 255, 255, 0.18) !important;
  border: 1px solid rgba(255, 255, 255, 0.3) !important;
  backdrop-filter: blur(10px) !important;
  -webkit-backdrop-filter: blur(10px) !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin-bottom: 12px !important;
  transition: all 0.3s ease !important;
}

.shrine-circle i {
  color: #FF9E0D !important;
  font-size: 28px !important;
  transition: transform 0.3s ease !important;
}

.hero-shrine-item:hover .shrine-circle {
  background: rgba(255, 255, 255, 0.3) !important;
  border-color: #FF9E0D !important;
}

.hero-shrine-item:hover .shrine-circle i {
  transform: scale(1.1);
}

.shrine-name {
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 15px !important;
  font-weight: 500 !important;
  letter-spacing: 0.5px !important;
}

/* Features Bar (Bottom Floating) */
.hero-features-bar {
  background: rgba(15, 23, 42, 0.65) !important;
  backdrop-filter: blur(15px) saturate(180%) !important;
  -webkit-backdrop-filter: blur(15px) saturate(180%) !important;
  border: 1px solid rgba(255, 255, 255, 0.12) !important;
  border-radius: 20px !important;
  padding: 22px 30px !important;
  margin-top: 50px !important;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2) !important;
}

.feature-bar-item {
  display: flex !important;
  align-items: center !important;
  gap: 15px !important;
}

.feature-bar-icon-wrap {
  width: 48px !important;
  height: 48px !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex-shrink: 0 !important;
}

.feature-bar-icon-wrap i {
  color: #FF9E0D !important;
  font-size: 18px !important;
}

.feature-bar-content {
  display: flex !important;
  flex-direction: column !important;
}

.feature-bar-title {
  color: #ffffff !important;
  font-family: 'Outfit', sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  margin-bottom: 2px !important;
}

.feature-bar-subtitle {
  color: rgba(255, 255, 255, 0.65) !important;
  font-size: 11px !important;
  line-height: 1.3 !important;
}

/* Responsive Tweaks */
@media (max-width: 991.98px) {
  .hero-section.hero-luxury {
    padding: 130px 0 35px 0 !important;
  }
  .hero-luxury-title {
    font-size: 2.2rem !important;
    text-align: center !important;
  }
  .hero-luxury-title .highlight-gold {
    font-size: 3.0rem !important;
  }
  .hero-luxury-desc {
    font-size: 0.95rem !important;
    text-align: center !important;
    margin: 0 auto 25px auto !important;
  }
  .hero-shiva-tag {
    justify-content: center !important;
    display: flex !important;
    margin-bottom: 15px !important;
  }
  .hero-actions {
    display: flex !important;
    justify-content: center !important;
    gap: 10px !important;
    margin-bottom: 35px !important;
  }
  .hero-shrines-container {
    justify-content: center !important;
    margin-bottom: 35px !important;
  }
  .hero-shrine-item {
    padding: 0 15px !important;
  }
  .shrine-circle {
    width: 60px !important;
    height: 60px !important;
  }
  .shrine-circle i {
    font-size: 22px !important;
  }
  .shrine-name {
    font-size: 13px !important;
  }
}

@media (max-width: 767.98px) {
  .hero-section.hero-luxury {
    padding: 100px 0 25px 0 !important; /* Smaller top and bottom padding on mobile */
  }
  .hero-luxury-title {
    font-size: 1.8rem !important;
  }
  .hero-luxury-title .highlight-gold {
    font-size: 2.5rem !important;
  }
  .hero-luxury-desc {
    font-size: 0.9rem !important;
    margin-bottom: 20px !important;
  }
  .hero-actions {
    margin-bottom: 30px !important;
  }
  .btn-orange-pill {
    padding: 11px 24px !important;
    font-size: 13px !important;
  }
  .btn-ghost-pill {
    padding: 9px 22px !important;
    font-size: 13px !important;
  }
  
  /* Horizontal Scrollable Features Bar on Mobile to make it compact */
  .hero-features-bar {
    padding: 12px 15px !important;
    margin-top: 25px !important;
    border-radius: 14px !important;
  }
  .hero-features-bar .row {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    padding-bottom: 6px !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    gap: 12px !important;
  }
  .hero-features-bar .row::-webkit-scrollbar {
    height: 3px !important;
  }
  .hero-features-bar .row::-webkit-scrollbar-thumb {
    background: rgba(255, 158, 13, 0.4) !important;
    border-radius: 3px !important;
  }
  .hero-features-bar [class*="col-"] {
    flex: 0 0 auto !important;
    width: auto !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important;
  }
  .feature-bar-item {
    display: inline-flex !important;
    align-items: center !important;
    gap: 8px !important;
    background: rgba(255, 255, 255, 0.05) !important;
    padding: 8px 12px !important;
    border-radius: 8px !important;
    border: 1px solid rgba(255, 255, 255, 0.08) !important;
    white-space: nowrap !important;
  }
  .feature-bar-icon-wrap {
    width: 32px !important;
    height: 32px !important;
    gap: 0 !important;
  }
  .feature-bar-icon-wrap i {
    font-size: 12px !important;
  }
  .feature-bar-content {
    text-align: left !important;
  }
  .feature-bar-title {
    font-size: 11px !important;
    margin-bottom: 0 !important;
  }
  .feature-bar-subtitle {
    display: none !important; /* Hide subtitle for extreme mobile compactness */
  }
}

@media (max-width: 575.98px) {
  .hero-section.hero-luxury {
    padding: 90px 0 20px 0 !important; /* Very compact padding on extra small screens */
  }
  .hero-shiva-tag {
    font-size: 0.95rem !important;
    margin-bottom: 10px !important;
  }
  .hero-luxury-title {
    font-size: 1.5rem !important;
    line-height: 1.25 !important;
  }
  .hero-luxury-title .highlight-gold {
    font-size: 2.1rem !important;
    margin-top: 3px !important;
  }
  .hero-luxury-desc {
    font-size: 0.85rem !important;
    line-height: 1.5 !important;
  }
  .hero-shrines-container {
    margin-bottom: 25px !important;
    gap: 0 !important;
  }
  .hero-shrine-item {
    padding: 0 10px !important;
  }
  .shrine-circle {
    width: 46px !important;
    height: 46px !important;
    margin-bottom: 6px !important;
  }
  .shrine-circle i {
    font-size: 16px !important;
  }
  .shrine-name {
    font-size: 11px !important;
  }
}

/* Card Hover Zoom Effect */
.tours-image-itmes:hover .tour-image img {
    transform: scale(1.08) !important;
}

/* Prevent Sticky Sidebar Overlaps on Mobile/Tablet */
@media (max-width: 991.98px) {
  .sticky-style {
    position: static !important;
  }
}

/* --- ABOUT US STAGGERED IMAGE GRID --- */
.about-thumb_controller {
    position: relative !important;
    width: 100% !important;
    height: 580px !important;
    min-height: auto !important;
}

.about-thumb_controller .thumb1,
.about-thumb_controller .thumb2,
.about-thumb_controller .thumb3 {
    position: absolute !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

.about-thumb_controller .thumb1 img,
.about-thumb_controller .thumb2 img,
.about-thumb_controller .thumb3 img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    border-radius: 12px !important;
    border: 6px solid #ffffff !important;
    box-shadow: 0 15px 35px rgba(15, 23, 42, 0.12) !important;
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1) !important;
}

/* Hover effects on the container for premium feel */
.about-thumb_controller .thumb1:hover,
.about-thumb_controller .thumb2:hover,
.about-thumb_controller .thumb3:hover {
    transform: translateY(-8px) scale(1.03) !important;
    z-index: 10 !important;
}

.about-thumb_controller .thumb1:hover img,
.about-thumb_controller .thumb2:hover img,
.about-thumb_controller .thumb3:hover img {
    box-shadow: 0 25px 45px rgba(15, 23, 42, 0.18) !important;
}

/* Desktop positioning */
.about-thumb_controller .thumb1 {
    top: 0;
    left: 0;
    width: 58%;
    height: 320px;
    z-index: 1;
}

.about-thumb_controller .thumb2 {
    top: 90px;
    right: 0;
    width: 52%;
    height: 300px;
    z-index: 2;
}

.about-thumb_controller .thumb3 {
    bottom: 0;
    left: 15%;
    width: 48%;
    height: 250px;
    z-index: 3;
}

/* Tablet responsiveness (col-lg-6 becomes full width, make container slightly smaller) */
@media (max-width: 991px) {
    .about-thumb_controller {
        height: 500px !important;
        max-width: 600px;
        margin: 0 auto 40px auto;
    }
    
    .about-thumb_controller .thumb1 {
        height: 280px;
        width: 58%;
    }

    .about-thumb_controller .thumb2 {
        top: 80px;
        height: 260px;
        width: 52%;
    }

    .about-thumb_controller .thumb3 {
        height: 220px;
        width: 48%;
    }
}

/* Mobile responsiveness */
@media (max-width: 575px) {
    .about-thumb_controller {
        height: 360px !important;
        margin-bottom: 30px;
    }
    
    .about-thumb_controller .thumb1 {
        height: 200px;
        width: 56%;
    }

    .about-thumb_controller .thumb2 {
        top: 50px;
        height: 180px;
        width: 50%;
    }

    .about-thumb_controller .thumb3 {
        height: 150px;
        width: 46%;
        left: 12%;
    }
    
    .about-thumb_controller .thumb1 img,
    .about-thumb_controller .thumb2 img,
    .about-thumb_controller .thumb3 img {
        border-width: 4px !important;
    }
}
