/**
 * company.css - Premium modern stylesheet for Cosmo Travels & Tours company pages
 * Enhanced version with dark theme optimization and improved readability
 */

/* =============================================
   GENERAL STYLES
   ============================================= */
body {
  color: var(--dark-text-primary);
  font-family: 'Open Sans', sans-serif;
  background-color: var(--dark-color);
}

h1, h2, h3, h4, h5, h6 {
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  letter-spacing: -0.02em;
  color: var(--dark-text-primary);
}

/* Default link colors */
a {
  color: var(--primary-color);
  transition: all 0.3s ease;
  position: relative;
}

a:hover {
  color: var(--accent-gold);
  text-decoration: none;
}

a.animated-link:after {
  content: '';
  position: absolute;
  width: 0;
  height: 2px;
  bottom: -3px;
  left: 0;
  background-color: var(--accent-gold);
  transition: width 0.3s ease;
}

a.animated-link:hover:after {
  width: 100%;
}

/* Section padding with modern spacing */
.py-custom {
  padding-top: 100px;
  padding-bottom: 100px;
}

/* Content loading indicators - modernized */
.content-loading {
  text-align: center;
  padding: 40px;
  background: rgba(18, 18, 24, 0.7);
  backdrop-filter: blur(10px);
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
}

.content-loading .spinner {
  margin: 0 auto 15px;
  width: 50px;
  height: 50px;
  border: 3px solid rgba(255, 255, 255, 0.1);
  border-top-color: var(--accent-gold);
}

.content-loading p {
  color: var(--dark-text-primary);
  font-weight: 500;
  letter-spacing: 1px;
}

/* =============================================
   HERO SECTIONS - Premium upgrade
   ============================================= */
.about-hero,
.leadership-hero,
.story-hero,
.sustainability-hero,
.services-hero,
.achievements-hero,
.testimonial-hero {
  position: relative;
  background-size: cover;
  background-position: center;
  color: #fff;
  padding: 180px 0 120px;
  overflow: hidden;
}

/* Hero section overlay */
.about-hero:before,
.leadership-hero:before,
.story-hero:before,
.sustainability-hero:before,
.services-hero:before,
.achievements-hero:before,
.testimonial-hero:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.7) 0%,
    rgba(0, 0, 0, 0.5) 50%,
    rgba(0, 0, 0, 0.8) 100%
  );
  z-index: 1;
}

/* Hero section text */
.about-hero h1, .about-hero p,
.leadership-hero h1, .leadership-hero p,
.story-hero h1, .story-hero p,
.sustainability-hero h1, .sustainability-hero p,
.services-hero h1, .services-hero p,
.achievements-hero h1, .achievements-hero p,
.testimonial-hero h1, .testimonial-hero p {
  color: #fff;
  position: relative;
  z-index: 2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.about-hero h1,
.leadership-hero h1,
.story-hero h1,
.sustainability-hero h1,
.services-hero h1,
.achievements-hero h1,
.testimonial-hero h1 {
  font-size: 3.5rem;
  margin-bottom: 1.5rem;
  font-weight: 800;
}

.about-hero p,
.leadership-hero p,
.story-hero p,
.sustainability-hero p,
.services-hero p,
.achievements-hero p,
.testimonial-hero p {
  font-size: 1.25rem;
  max-width: 600px;
  margin: 0 auto;
  opacity: 0.9;
}

/* Hero section backgrounds - enhanced with higher quality images */
.about-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slider/heritage-srilanka-main-slider.jpg');
}

.leadership-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slider/kandy-parade-srilanka-main-slider.jpg');
}

.story-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slider/heritage-pilgrimage-srilanka-main-slider.jpg');
}

.services-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slider/luxury-beach-sri-lanka.jpg');
}

.sustainability-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slider/eco-sri-lanka-slider.jpg');
}

.achievements-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slider/gem-city-srilanka-main-slider.jpg');
}

.testimonial-hero {
  background-image: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/slider/adventure-excursion-sri-lanka.jpg');
}

/* Floating decorative elements */
.hero-floating-element {
  position: absolute;
  opacity: 0.1;
  z-index: 1;
}

.hero-floating-element-1 {
  width: 300px;
  height: 300px;
  border-radius: 50%;
  background: var(--accent-gold);
  filter: blur(80px);
  top: -150px;
  right: -100px;
  animation: float 15s ease-in-out infinite;
}

.hero-floating-element-2 {
  width: 200px;
  height: 200px;
  border-radius: 50%;
  background: var(--primary-color);
  filter: blur(60px);
  bottom: -120px;
  left: -80px;
  animation: float 18s ease-in-out infinite alternate;
}

@keyframes float {
  0% { transform: translate(0, 0) rotate(0deg); }
  25% { transform: translate(10px, 15px) rotate(5deg); }
  50% { transform: translate(5px, -10px) rotate(0deg); }
  75% { transform: translate(-10px, 5px) rotate(-5deg); }
  100% { transform: translate(0, 0) rotate(0deg); }
}

/* =============================================
   VISION AND MISSION CARDS - Premium redesign
   ============================================= */
.vision-mission-card {
  height: 100%;
  border-radius: 16px;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  background-color: rgba(30, 30, 40, 0.8);
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--dark-text-primary);
}

.vision-mission-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(var(--accent-gold-rgb), 0.15);
}

.vision-mission-card .card-body {
  padding: 40px;
}

.vision-mission-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 80px;
  height: 80px;
  border-radius: 20px;
  margin-right: 24px;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.1) 0%, rgba(13, 110, 253, 0.2) 100%);
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.2);
  transition: all 0.3s ease;
}

.vision-mission-card:hover .vision-mission-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 8px 25px rgba(13, 110, 253, 0.3);
}

.vision-mission-icon i {
  color: var(--primary-color);
  font-size: 2.2rem;
  transition: all 0.3s ease;
}

.vision-mission-card:hover .vision-mission-icon i {
  transform: scale(1.1);
  color: var(--accent-gold);
}

.vision-mission-card p {
  margin-top: 20px;
  color: var(--dark-text-secondary);
  font-size: 1.1rem;
  line-height: 1.8;
}

/* =============================================
   STATISTICS CARDS - Premium redesign
   ============================================= */
.stat-card {
  padding: 40px 30px;
  text-align: center;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.stat-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.stat-card::before {
  content: '';
  position: absolute;
  width: 150%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.05), transparent);
  transform: translateX(-100%);
  z-index: -1;
}

.stat-card:hover::before {
  animation: shine 1.5s infinite;
}

@keyframes shine {
  to {
    transform: translateX(100%);
  }
}

.stat-number {
  font-size: 3.5rem;
  font-weight: 800;
  margin: 20px 0;
  color: var(--primary-color);
  background: linear-gradient(90deg, var(--primary-color), var(--accent-gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  transition: all 0.3s ease;
  display: inline-block;
}

.stat-card:hover .stat-number {
  transform: scale(1.05);
}

.stat-card h5 {
  color: var(--dark-text-primary);
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 0;
}

.stat-card i {
  font-size: 2.5rem;
  transition: all 0.3s ease;
}

.stat-card:hover i {
  transform: scale(1.1) rotate(10deg);
}

/* =============================================
   TEAM MEMBER STYLES - Premium redesign
   ============================================= */
.team-member {
  padding: 30px;
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}

.team-member:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(var(--accent-gold-rgb), 0.15);
}

.team-member img {
  width: 160px;
  height: 160px;
  object-fit: cover;
  border-radius: 50%;
  margin: 0 auto 25px;
  border: 5px solid rgba(var(--primary-color), 0.1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.team-member:hover img {
  transform: scale(1.05);
  border-color: rgba(var(--accent-gold-rgb), 0.2);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.2);
}

.team-member h4 {
  margin-bottom: 10px;
  color: var(--dark-text-primary);
  font-weight: 700;
  font-size: 1.4rem;
}

.team-member p {
  color: var(--dark-text-secondary);
  line-height: 1.7;
  font-size: 1rem;
}

/* Social icons for team members */
.team-social {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  gap: 12px;
}

.team-social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  color: var(--dark-text-primary);
  transition: all 0.3s ease;
}

.team-social a:hover {
  background: var(--primary-color);
  color: #fff;
  transform: translateY(-3px);
}

/* Founder section styles - upgraded */
.founder-image img {
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.founder-image:hover img {
  transform: scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.founder-info {
  padding: 30px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.founder-info h3 {
  color: var(--dark-text-primary);
  margin-bottom: 15px;
  font-size: 2rem;
  font-weight: 700;
}

.founder-info p {
  color: var(--dark-text-secondary);
  line-height: 1.8;
  font-size: 1.05rem;
}

/* Team structure card - upgraded */
.team-structure-card {
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  overflow: hidden;
}

.team-structure-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(var(--accent-gold-rgb), 0.15);
}

.team-structure-card .card-body {
  padding: 40px;
}

.team-structure-icon {
  width: 100px;
  height: 100px;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.1) 0%, rgba(13, 110, 253, 0.2) 100%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2);
  transition: all 0.3s ease;
}

.team-structure-card:hover .team-structure-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 30px rgba(13, 110, 253, 0.3);
}

.team-structure-icon i {
  font-size: 2.5rem;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.team-structure-card:hover .team-structure-icon i {
  transform: scale(1.1);
  color: var(--accent-gold);
}

.team-structure-card h4 {
  margin-bottom: 15px;
  color: var(--dark-text-primary);
  font-size: 1.5rem;
  font-weight: 700;
}

.team-structure-card p {
  color: var(--dark-text-secondary);
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 1.05rem;
}

.team-highlights {
  list-style: none;
  padding-left: 0;
}

.team-highlights li {
  margin-bottom: 15px;
  padding-left: 35px;
  position: relative;
  color: var(--dark-text-secondary);
  font-size: 1.05rem;
  line-height: 1.7;
}

.team-highlights li i {
  position: absolute;
  left: 0;
  top: 4px;
  color: var(--primary-color);
  font-size: 1.2rem;
}

/* =============================================
   TESTIMONIAL STYLES - Premium redesign
   ============================================= */
.testimonial-card {
  padding: 40px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}

.testimonial-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(var(--accent-gold-rgb), 0.15);
}

.testimonial-card::before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 120px;
  line-height: 1;
  font-family: 'Georgia', serif;
  color: rgba(255, 255, 255, 0.05);
  z-index: 0;
}

.testimonial-card p {
  color: var(--dark-text-primary);
  line-height: 1.8;
  font-size: 1.1rem;
  position: relative;
  z-index: 1;
  font-style: italic;
}

.testimonial-card .card-text,
.testimonial-card .fw-bold,
.testimonial-card .mb-0 {
  color: var(--dark-text-primary);
  position: relative;
  z-index: 1;
}

.testimonial-card .text-muted {
  color: var(--dark-text-secondary) !important;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

.testimonial-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 15px;
  border: 3px solid rgba(var(--primary-color), 0.2);
}

.testimonial-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-rating {
  margin-top: 15px;
}

.testimonial-rating .fas.fa-star,
.testimonial-rating .far.fa-star,
.testimonial-rating .fas.fa-star-half-alt {
  color: var(--accent-gold);
  font-size: 1.1rem;
  margin-right: 3px;
}

.testimonial-filter-group {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 25px;
}

.testimonial-filter {
  padding: 8px 16px;
  border-radius: 50px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--dark-text-secondary);
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 0.9rem;
}

.testimonial-filter:hover, .testimonial-filter.active {
  background: var(--primary-color);
  color: #fff;
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.badge {
  font-weight: 500;
  padding: 6px 12px;
  border-radius: 50px;
  font-size: 0.85rem;
}

.avatar-placeholder {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 1.2rem;
  background: var(--primary-color);
  color: #fff;
  border-radius: 50%;
}

/* =============================================
   TIMELINE STYLES - Premium redesign
   ============================================= */
.timeline {
  position: relative;
  padding: 30px 0;
}

.timeline:before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 2px;
  margin-left: -1px;
  background: linear-gradient(to bottom, transparent, var(--accent-gold), transparent);
  z-index: 1;
}

.timeline-item {
  position: relative;
  margin-bottom: 70px;
  z-index: 2;
}

.timeline-item:last-child {
  margin-bottom: 0;
}

.timeline-dot {
  position: absolute;
  left: 50%;
  top: 15px;
  width: 24px;
  height: 24px;
  margin-left: -12px;
  background: var(--accent-gold);
  border-radius: 50%;
  z-index: 3;
  box-shadow: 0 0 0 6px rgba(var(--accent-gold-rgb), 0.2);
  transition: all 0.3s ease;
}

.timeline-item:hover .timeline-dot {
  transform: scale(1.2);
  box-shadow: 0 0 0 8px rgba(var(--accent-gold-rgb), 0.3), 0 0 25px rgba(var(--accent-gold-rgb), 0.5);
}

.timeline-content {
  position: relative;
  width: 45%;
  padding: 30px;
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  color: var(--dark-text-primary);
  border: 1px solid rgba(255, 255, 255, 0.05);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.timeline-item:hover .timeline-content {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(var(--accent-gold-rgb), 0.15);
}

.timeline-item:nth-child(odd) .timeline-content {
  float: left;
  clear: both;
}

.timeline-item:nth-child(odd) .timeline-content:after {
  content: '';
  position: absolute;
  right: -15px;
  top: 15px;
  border-left: 15px solid rgba(30, 30, 40, 0.9);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.timeline-item:nth-child(even) .timeline-content {
  float: right;
  clear: both;
}

.timeline-item:nth-child(even) .timeline-content:after {
  content: '';
  position: absolute;
  left: -15px;
  top: 15px;
  border-right: 15px solid rgba(30, 30, 40, 0.9);
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}

.timeline-year {
  display: inline-block;
  padding: 8px 20px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  margin-bottom: 15px;
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
}

.timeline-content h4 {
  margin-bottom: 15px;
  color: var(--dark-text-primary);
  font-size: 1.4rem;
}

.timeline-content p {
  margin-bottom: 0;
  color: var(--dark-text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* =============================================
   SERVICE STYLES - Premium redesign
   ============================================= */
.service-card {
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(var(--accent-gold-rgb), 0.15);
}

.service-card .card-body {
  padding: 40px;
}

.service-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.1) 0%, rgba(13, 110, 253, 0.2) 100%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2);
  transition: all 0.3s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 30px rgba(13, 110, 253, 0.3);
}

.service-icon i {
  font-size: 2.5rem;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.service-card:hover .service-icon i {
  transform: scale(1.1);
  color: var(--accent-gold);
}

.service-card h4 {
  margin-bottom: 15px;
  color: var(--dark-text-primary);
  font-size: 1.5rem;
  font-weight: 700;
}

.service-card p {
  color: var(--dark-text-secondary);
  margin-bottom: 25px;
  line-height: 1.7;
  font-size: 1.05rem;
}

.price-tag {
  display: inline-block;
  padding: 8px 20px;
  background: var(--primary-color);
  color: #fff;
  border-radius: 30px;
  font-weight: bold;
  box-shadow: 0 5px 15px rgba(13, 110, 253, 0.3);
  transition: all 0.3s ease;
}

.service-card:hover .price-tag {
  background: var(--accent-gold);
  box-shadow: 0 8px 20px rgba(var(--accent-gold-rgb), 0.4);
  transform: scale(1.05);
}

.services-list {
  list-style: none;
  padding-left: 0;
  margin-top: 20px;
}

.services-list li {
  margin-bottom: 12px;
  padding-left: 30px;
  position: relative;
  color: var(--dark-text-secondary);
  font-size: 1.05rem;
}

.services-list li:before {
  content: '\f00c';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  left: 0;
  top: 3px;
  color: var(--primary-color);
  font-size: 0.9rem;
}

.section-divider {
  width: 80px;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-gold));
  margin: 15px auto 0;
  border-radius: 3px;
}

/* =============================================
   SUSTAINABILITY STYLES - Premium redesign
   ============================================= */
.sustainability-stat-box {
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--dark-text-primary);
}

.sustainability-stat-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(var(--accent-gold-rgb), 0.15);
}

.stat-icon i {
  color: var(--success-color);
  font-size: 2.5rem;
  transition: all 0.3s ease;
}

.sustainability-stat-box:hover .stat-icon i {
  transform: scale(1.1) rotate(10deg);
}

.eco-practice-icon {
  width: 90px;
  height: 90px;
  background: linear-gradient(135deg, rgba(40, 167, 69, 0.1) 0%, rgba(40, 167, 69, 0.2) 100%);
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 30px;
  box-shadow: 0 10px 20px rgba(40, 167, 69, 0.2);
  transition: all 0.3s ease;
}

.eco-practice-icon:hover {
  transform: scale(1.1) rotate(5deg);
  box-shadow: 0 15px 30px rgba(40, 167, 69, 0.3);
}

.eco-practice-icon i {
  font-size: 2.5rem;
  color: var(--success-color);
  transition: all 0.3s ease;
}

.eco-practice-icon:hover i {
  transform: scale(1.1);
}

/* Sustainability Cards */
.sustainability-card {
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  padding: 30px;
}

.sustainability-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(40, 167, 69, 0.15);
}

.sustainability-card h4 {
  margin: 20px 0 15px;
  color: var(--dark-text-primary);
  font-size: 1.5rem;
  font-weight: 700;
}

.sustainability-card p {
  color: var(--dark-text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Eco-friendly tour card */
.eco-tour-card {
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.05);
  height: 100%;
}

.eco-tour-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(40, 167, 69, 0.15);
}

.eco-tour-image {
  height: 200px;
  overflow: hidden;
}

.eco-tour-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease;
}

.eco-tour-card:hover .eco-tour-image img {
  transform: scale(1.1);
}

.eco-tour-content {
  padding: 30px;
}

.eco-tour-content h4 {
  color: var(--dark-text-primary);
  margin-bottom: 15px;
  font-size: 1.4rem;
  font-weight: 700;
}

.eco-tour-content p {
  color: var(--dark-text-secondary);
  margin-bottom: 20px;
  line-height: 1.7;
  font-size: 1.05rem;
}

.eco-tour-features {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.eco-tour-feature {
  display: flex;
  align-items: center;
  color: var(--dark-text-secondary);
}

.eco-tour-feature i {
  color: var(--success-color);
  margin-right: 10px;
  font-size: 1rem;
}

/* =============================================
   ACHIEVEMENTS STYLES - Premium redesign
   ============================================= */
.milestone-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.milestone-image {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 16px;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  border: 3px solid rgba(255, 255, 255, 0.05);
}

.milestone-image:hover {
  transform: scale(1.05);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(var(--accent-gold-rgb), 0.3);
  border-color: rgba(var(--accent-gold-rgb), 0.3);
}

.achievements-list {
  list-style: none;
  padding-left: 0;
}

.achievements-list li {
  padding: 25px;
  margin-bottom: 20px;
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  border-left: 4px solid var(--primary-color);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  color: var(--dark-text-primary);
}

.achievements-list li:hover {
  transform: translateX(10px);
  border-left-color: var(--accent-gold);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(var(--accent-gold-rgb), 0.15);
}

.achievement-card {
  display: flex;
  align-items: flex-start;
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  padding: 30px;
  border: 1px solid rgba(255, 255, 255, 0.05);
  height: 100%;
}

.achievement-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(var(--accent-gold-rgb), 0.15);
}

.achievement-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, rgba(13, 110, 253, 0.1) 0%, rgba(13, 110, 253, 0.2) 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 20px;
  flex-shrink: 0;
  box-shadow: 0 10px 20px rgba(13, 110, 253, 0.2);
  transition: all 0.3s ease;
}

.achievement-card:hover .achievement-icon {
  transform: scale(1.1) rotate(10deg);
  background: linear-gradient(135deg, rgba(var(--accent-gold-rgb), 0.1) 0%, rgba(var(--accent-gold-rgb), 0.2) 100%);
  box-shadow: 0 15px 30px rgba(var(--accent-gold-rgb), 0.3);
}

.achievement-icon i {
  font-size: 1.8rem;
  color: var(--primary-color);
  transition: all 0.3s ease;
}

.achievement-card:hover .achievement-icon i {
  color: var(--accent-gold);
}

.achievement-content h4 {
  margin-bottom: 10px;
  color: var(--dark-text-primary);
  font-size: 1.3rem;
  font-weight: 700;
}

.achievement-content p {
  color: var(--dark-text-secondary);
  margin-bottom: 0;
  line-height: 1.7;
  font-size: 1.05rem;
}

/* =============================================
   STORY PAGE SPECIFIC STYLES - Premium redesign
   ============================================= */
.story-image img {
  border-radius: 16px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.story-image:hover img {
  transform: scale(1.02);
  box-shadow: 0 25px 50px rgba(0, 0, 0, 0.4);
}

.story-content p {
  color: var(--dark-text-secondary);
  line-height: 1.8;
  font-size: 1.1rem;
  margin-bottom: 20px;
}

.story-content .lead {
  color: var(--dark-text-primary);
  font-size: 1.3rem;
  font-weight: 500;
  margin-bottom: 25px;
}

.usp-card {
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  padding: 40px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--dark-text-primary);
}

.usp-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(var(--accent-gold-rgb), 0.15);
}

.usp-card h4 {
  margin-bottom: 15px;
  color: var(--dark-text-primary);
  font-size: 1.5rem;
  font-weight: 700;
}

.usp-card p {
  color: var(--dark-text-secondary);
  line-height: 1.7;
  font-size: 1.05rem;
}

/* Story quote styling */
.story-quote {
  position: relative;
  padding: 40px;
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  margin: 40px 0;
  border: 1px solid rgba(255, 255, 255, 0.05);
}

.story-quote:before {
  content: '"';
  position: absolute;
  top: 20px;
  left: 20px;
  font-size: 120px;
  line-height: 1;
  font-family: 'Georgia', serif;
  color: rgba(255, 255, 255, 0.05);
}

.story-quote p {
  color: var(--dark-text-primary) !important;
  font-style: italic;
  font-size: 1.3rem !important;
  line-height: 1.8;
  position: relative;
  z-index: 1;
}

.story-quote cite {
  color: var(--accent-gold);
  font-weight: 600;
  font-style: normal;
}

/* =============================================
   ANIMATION STYLES - Premium effects
   ============================================= */
.animate-item {
  opacity: 0;
  transform: translateY(30px);
  transition: all 1s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.animate-item.animated {
  opacity: 1;
  transform: translateY(0);
}

.fade-in {
  animation: fadeIn 1s ease forwards;
}

@keyframes fadeIn {
  from { opacity: 0; }
  to { opacity: 1; }
}

.slide-up {
  animation: slideUp 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

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

.zoom-in {
  animation: zoomIn 1s cubic-bezier(0.165, 0.84, 0.44, 1) forwards;
}

@keyframes zoomIn {
  from { 
    opacity: 0;
    transform: scale(0.9);
  }
  to { 
    opacity: 1;
    transform: scale(1);
  }
}

/* Staggered animation delays */
.delay-1 { animation-delay: 0.1s; }
.delay-2 { animation-delay: 0.2s; }
.delay-3 { animation-delay: 0.3s; }
.delay-4 { animation-delay: 0.4s; }
.delay-5 { animation-delay: 0.5s; }

/* Reveal animations */
.reveal-left {
  position: relative;
  overflow: hidden;
}

.reveal-left:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: var(--primary-color);
  animation: revealLeft 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes revealLeft {
  0% { transform: translateX(0); }
  100% { transform: translateX(100%); }
}

/* Floating elements animation */
.float-element {
  animation: floating 6s ease-in-out infinite;
}

@keyframes floating {
  0% { transform: translateY(0px); }
  50% { transform: translateY(-15px); }
  100% { transform: translateY(0px); }
}

/* Text reveal animation */
.reveal-text {
  position: relative;
}

.reveal-text .text {
  opacity: 0;
  animation: revealText 0.8s ease forwards;
  animation-delay: 0.5s;
}

.reveal-text:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background: var(--accent-gold);
  animation: textCover 1.2s cubic-bezier(0.77, 0, 0.175, 1) forwards;
}

@keyframes textCover {
  0% { width: 0%; left: 0; }
  50% { width: 100%; left: 0; }
  100% { width: 100%; left: 100%; }
}

@keyframes revealText {
  0% { opacity: 0; }
  100% { opacity: 1; }
}

/* =============================================
   MEDIA QUERIES - Premium responsive design
   ============================================= */
@media (max-width: 1199.98px) {
  .about-hero h1,
  .leadership-hero h1,
  .story-hero h1,
  .sustainability-hero h1,
  .services-hero h1,
  .achievements-hero h1,
  .testimonial-hero h1 {
    font-size: 3rem;
  }
  
  .stat-number {
    font-size: 3rem;
  }
  
  .py-custom {
    padding-top: 80px;
    padding-bottom: 80px;
  }
}

@media (max-width: 991.98px) {
  .about-hero,
  .leadership-hero,
  .story-hero,
  .sustainability-hero,
  .services-hero,
  .achievements-hero,
  .testimonial-hero {
    padding: 140px 0 100px;
  }
  
  .about-hero h1,
  .leadership-hero h1,
  .story-hero h1,
  .sustainability-hero h1,
  .services-hero h1,
  .achievements-hero h1,
  .testimonial-hero h1 {
    font-size: 2.5rem;
  }
  
  .timeline:before {
    left: 30px;
  }
  
  .timeline-dot {
    left: 30px;
  }
  
  .timeline-content {
    width: calc(100% - 60px);
    float: right !important;
    margin-left: 60px;
  }
  
  .timeline-item:nth-child(odd) .timeline-content:after,
  .timeline-item:nth-child(even) .timeline-content:after {
    display: none;
  }
  
  .testimonial-filter-group {
    flex-wrap: nowrap;
    overflow-x: auto;
    padding-bottom: 15px;
    justify-content: flex-start;
  }
  
  .py-custom {
    padding-top: 70px;
    padding-bottom: 70px;
  }
  
  .stat-number {
    font-size: 2.5rem;
  }
}

@media (max-width: 767.98px) {
  .vision-mission-card,
  .team-structure-card,
  .service-card {
    margin-bottom: 30px;
  }
  
  .about-hero,
  .leadership-hero,
  .story-hero,
  .sustainability-hero,
  .services-hero,
  .achievements-hero,
  .testimonial-hero {
    padding: 120px 0 80px;
  }
  
  .about-hero h1,
  .leadership-hero h1,
  .story-hero h1,
  .sustainability-hero h1,
  .services-hero h1,
  .achievements-hero h1,
  .testimonial-hero h1 {
    font-size: 2.2rem;
  }
  
  .about-hero p,
  .leadership-hero p,
  .story-hero p,
  .sustainability-hero p,
  .services-hero p,
  .achievements-hero p,
  .testimonial-hero p {
    font-size: 1.1rem;
  }
  
  .milestone-gallery {
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
  }
  
  .py-custom {
    padding-top: 60px;
    padding-bottom: 60px;
  }
  
  .service-icon,
  .eco-practice-icon,
  .team-structure-icon {
    width: 70px;
    height: 70px;
  }
  
  .service-icon i,
  .eco-practice-icon i,
  .team-structure-icon i {
    font-size: 1.8rem;
  }
}

@media (max-width: 575.98px) {
  .about-hero,
  .leadership-hero,
  .story-hero,
  .sustainability-hero,
  .services-hero,
  .achievements-hero,
  .testimonial-hero {
    padding: 100px 0 70px;
  }
  
  .about-hero h1,
  .leadership-hero h1,
  .story-hero h1,
  .sustainability-hero h1,
  .services-hero h1,
  .achievements-hero h1,
  .testimonial-hero h1 {
    font-size: 2rem;
  }
  
  .timeline-content,
  .vision-mission-card .card-body,
  .service-card .card-body,
  .testimonial-card,
  .usp-card {
    padding: 25px;
  }
  
  .stat-number {
    font-size: 2.2rem;
  }
  
  .milestone-gallery {
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
  
  .vision-mission-icon {
    width: 60px;
    height: 60px;
    margin-right: 15px;
  }
  
  .vision-mission-icon i {
    font-size: 1.5rem;
  }
}

/* =============================================
   INTERACTIVE ELEMENTS - Premium features
   ============================================= */
.clickable-card {
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.clickable-card:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: linear-gradient(to top, rgba(var(--primary-color), 0.1), transparent);
  transition: height 0.3s ease;
  z-index: -1;
}

.clickable-card:hover:after {
  height: 100%;
}

.ripple-button {
  position: relative;
  overflow: hidden;
}

.ripple-button .ripple {
  position: absolute;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.4);
  transform: scale(0);
  animation: ripple 0.8s linear;
}

@keyframes ripple {
  to {
    transform: scale(2.5);
    opacity: 0;
  }
}

/* Premium Button Style */
.btn-premium {
  background: linear-gradient(45deg, var(--primary-color), var(--accent-gold));
  color: #fff;
  border: none;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-premium:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, var(--accent-gold), var(--primary-color));
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  z-index: -1;
}

.btn-premium:hover {
  color: #fff;
  box-shadow: 0 10px 30px rgba(var(--accent-gold-rgb), 0.4);
  transform: translateY(-5px);
}

.btn-premium:hover:before {
  opacity: 1;
}

/* Image zoom effect */
.img-zoom-container {
  overflow: hidden;
  border-radius: 16px;
}

.img-zoom {
  transition: transform 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.img-zoom:hover {
  transform: scale(1.1);
}

/* =============================================
   DARK THEME ADJUSTMENTS - Premium dark design
   ============================================= */
body.dark-theme {
  color: var(--dark-text-primary);
  background-color: var(--dark-color);
}

body.dark-theme .bg-light {
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%) !important;
  backdrop-filter: blur(10px);
}

body.dark-theme .bg-light h2,
body.dark-theme .bg-light h3,
body.dark-theme .bg-light h4,
body.dark-theme .bg-light h5,
body.dark-theme .bg-light p,
body.dark-theme .bg-light li {
  color: var(--dark-text-primary);
}

body.dark-theme .vision-mission-card,
body.dark-theme .team-member,
body.dark-theme .team-structure-card,
body.dark-theme .testimonial-card,
body.dark-theme .service-card,
body.dark-theme .stat-card,
body.dark-theme .usp-card,
body.dark-theme .timeline-content,
body.dark-theme .achievements-list li {
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  color: var(--dark-text-primary);
}

body.dark-theme .vision-mission-card p,
body.dark-theme .testimonial-card p,
body.dark-theme .team-member p,
body.dark-theme .team-structure-card p,
body.dark-theme .service-card p,
body.dark-theme .timeline-content p,
body.dark-theme .stat-card h5,
body.dark-theme .usp-card p {
  color: var(--dark-text-secondary);
}

body.dark-theme .testimonial-card .card-text,
body.dark-theme .testimonial-card .fw-bold,
body.dark-theme .testimonial-card .text-muted {
  color: var(--dark-text-primary) !important;
}

/* Enhanced text shadows for better readability */
body.dark-theme h1, 
body.dark-theme h2, 
body.dark-theme h3, 
body.dark-theme h4 {
  text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

/* Enhanced button styles for dark theme */
body.dark-theme .btn-outline-primary {
  color: var(--primary-color);
  border-color: var(--primary-color);
}

body.dark-theme .btn-outline-primary:hover {
  background: var(--primary-color);
  color: #fff;
}

/* Enhanced card hover effects for dark theme */
body.dark-theme .vision-mission-card:hover,
body.dark-theme .team-member:hover,
body.dark-theme .team-structure-card:hover,
body.dark-theme .testimonial-card:hover,
body.dark-theme .service-card:hover,
body.dark-theme .stat-card:hover,
body.dark-theme .usp-card:hover {
  background: linear-gradient(145deg, rgba(35, 35, 45, 0.8) 0%, rgba(25, 25, 35, 0.95) 100%);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.4), 0 0 25px rgba(var(--accent-gold-rgb), 0.15);
}

/* Premium background textures */
.bg-texture {
  position: relative;
}

.bg-texture:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%239C92AC' fill-opacity='0.05' fill-rule='evenodd'%3E%3Cpath d='M0 40L40 0H20L0 20M40 40V20L20 40'/%3E%3C/g%3E%3C/svg%3E");
  z-index: -1;
  opacity: 0.5;
}

/* Glass Morphism Effects */
.glass-effect {
  background: rgba(30, 30, 40, 0.7);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.05);
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
}

/* Call-to-action section enhancement */
.cta-premium {
  position: relative;
  padding: 80px 0;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-gold));
  overflow: hidden;
}

.cta-premium:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg width='100' height='100' viewBox='0 0 100 100' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11 18c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm48 25c3.866 0 7-3.134 7-7s-3.134-7-7-7-7 3.134-7 7 3.134 7 7 7zm-43-7c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm63 31c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM34 90c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zm56-76c1.657 0 3-1.343 3-3s-1.343-3-3-3-3 1.343-3 3 1.343 3 3 3zM12 86c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm28-65c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm23-11c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-6 60c2.21 0 4-1.79 4-4s-1.79-4-4-4-4 1.79-4 4 1.79 4 4 4zm29 22c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zM32 63c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm57-13c2.76 0 5-2.24 5-5s-2.24-5-5-5-5 2.24-5 5 2.24 5 5 5zm-9-21c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM60 91c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM35 41c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2zM12 60c1.105 0 2-.895 2-2s-.895-2-2-2-2 .895-2 2 .895 2 2 2z' fill='%23ffffff' fill-opacity='0.1' fill-rule='evenodd'/%3E%3C/svg%3E");
  opacity: 0.3;
}

.cta-premium h2 {
  color: #fff;
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.cta-premium p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.2rem;
  margin-bottom: 30px;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.btn-cta-light {
  background: #fff;
  color: var(--primary-color);
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-cta-light:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.3);
  color: var(--accent-gold);
}

.btn-cta-outline {
  border: 2px solid rgba(255, 255, 255, 0.8);
  color: #fff;
  padding: 15px 40px;
  font-size: 1.1rem;
  font-weight: 700;
  border-radius: 50px;
  background: transparent;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  transition: all 0.3s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.btn-cta-outline:hover {
  background: #fff;
  color: var(--primary-color);
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
  border-color: #fff;
}

/* Premium section headers */
.premium-section-header {
  text-align: center;
  margin-bottom: 60px;
  position: relative;
}

.premium-section-header h2 {
  color: var(--dark-text-primary);
  font-size: 2.5rem;
  font-weight: 800;
  margin-bottom: 15px;
  position: relative;
  display: inline-block;
}

.premium-section-header h2:after {
  content: '';
  position: absolute;
  width: 80px;
  height: 4px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-gold));
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 2px;
}

.premium-section-header p {
  color: var(--dark-text-secondary);
  font-size: 1.2rem;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 25px;
}

/* Stylish background shapes */
.bg-shapes {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  overflow: hidden;
}

.shape {
  position: absolute;
  border-radius: 50%;
  filter: blur(60px);
}

.shape-1 {
  background: var(--primary-color);
  width: 300px;
  height: 300px;
  bottom: -150px;
  left: -150px;
  opacity: 0.1;
}

.shape-2 {
  background: var(--accent-gold);
  width: 400px;
  height: 400px;
  top: -200px;
  right: -200px;
  opacity: 0.1;
}

.shape-3 {
  background: var(--accent-teal);
  width: 200px;
  height: 200px;
  bottom: 100px;
  right: 100px;
  opacity: 0.1;
}

/* Custom scrollbar for premium feel */
::-webkit-scrollbar {
  width: 12px;
}

::-webkit-scrollbar-track {
  background: var(--dark-color);
}

::-webkit-scrollbar-thumb {
  background: linear-gradient(var(--primary-color), var(--accent-gold));
  border-radius: 6px;
  border: 3px solid var(--dark-color);
}

::-webkit-scrollbar-thumb:hover {
  background: linear-gradient(var(--accent-gold), var(--primary-color));
}

/* Selection color */
::selection {
  background: rgba(var(--accent-gold-rgb), 0.3);
  color: var(--dark-text-primary);
}

/* Additional premium features */
.feature-list {
  list-style: none;
  padding-left: 0;
}

.feature-list li {
  padding: 15px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  display: flex;
  align-items: center;
  color: var(--dark-text-secondary);
  transition: all 0.3s ease;
}

.feature-list li:last-child {
  border-bottom: none;
}

.feature-list li:hover {
  color: var(--dark-text-primary);
  transform: translateX(5px);
}

.feature-list li i {
  color: var(--accent-gold);
  margin-right: 15px;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.feature-list li:hover i {
  transform: scale(1.2);
}

/* Premium testimonial slider dots */
.testimonial-dots {
  display: flex;
  justify-content: center;
  margin-top: 30px;
}

.testimonial-dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 5px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.testimonial-dot.active {
  background: var(--accent-gold);
  transform: scale(1.2);
}

/* Premium statistics counter */
.counter-box {
  text-align: center;
  padding: 40px 20px;
  background: linear-gradient(145deg, rgba(30, 30, 40, 0.7) 0%, rgba(20, 20, 30, 0.9) 100%);
  backdrop-filter: blur(10px);
  border-radius: 16px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  height: 100%;
  border: 1px solid rgba(255, 255, 255, 0.05);
  position: relative;
  overflow: hidden;
}

.counter-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(var(--accent-gold-rgb), 0.15);
}

.counter-icon {
  font-size: 2.5rem;
  color: var(--primary-color);
  margin-bottom: 20px;
  display: inline-block;
  transition: all 0.3s ease;
}

.counter-box:hover .counter-icon {
  transform: scale(1.1) rotate(10deg);
  color: var(--accent-gold);
}

.counter-value {
  font-size: 3.5rem;
  font-weight: 800;
  color: var(--dark-text-primary);
  line-height: 1;
  margin-bottom: 10px;
  background: linear-gradient(90deg, var(--primary-color), var(--accent-gold));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.counter-title {
  font-size: 1.2rem;
  color: var(--dark-text-secondary);
  font-weight: 600;
}

/* Premium image galleries with hover effects */
.gallery-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 20px;
}

.gallery-item {
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.2);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-item:hover {
  transform: scale(1.05);
  z-index: 1;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3), 0 0 25px rgba(var(--accent-gold-rgb), 0.3);
}

.gallery-img {
  width: 100%;
  height: 0;
  padding-bottom: 66.67%;
  background-size: cover;
  background-position: center;
  transition: all 0.8s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-item:hover .gallery-img {
  transform: scale(1.1);
}

.gallery-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  color: #fff;
  transform: translateY(100%);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

.gallery-item:hover .gallery-caption {
  transform: translateY(0);
}

.gallery-caption h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: #fff;
}

.gallery-caption p {
  font-size: 0.9rem;
  margin-bottom: 0;
  opacity: 0.8;
}

/* Premium custom checkboxes */
.custom-checkbox {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 15px;
  cursor: pointer;
  font-size: 1.05rem;
  color: var(--dark-text-secondary);
  user-select: none;
  transition: all 0.3s ease;
}

.custom-checkbox:hover {
  color: var(--dark-text-primary);
}

.custom-checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 6px;
  transition: all 0.3s ease;
}

.custom-checkbox:hover input ~ .checkmark {
  background: rgba(255, 255, 255, 0.2);
}

.custom-checkbox input:checked ~ .checkmark {
  background: var(--primary-color);
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.custom-checkbox input:checked ~ .checkmark:after {
  display: block;
}

.custom-checkbox .checkmark:after {
  left: 9px;
  top: 5px;
  width: 6px;
  height: 12px;
  border: solid white;
  border-width: 0 3px 3px 0;
  transform: rotate(45deg);
}

/* Custom icons with gradient fill */
.icon-gradient {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border-radius: 20px;
  background: linear-gradient(135deg, var(--primary-color), var(--accent-gold));
  color: #fff;
  font-size: 1.8rem;
  margin-bottom: 20px;
  box-shadow: 0 10px 20px rgba(var(--accent-gold-rgb), 0.3);
  transition: all 0.3s ease;
}

.icon-gradient:hover {
  transform: scale(1.1) rotate(10deg);
  background: linear-gradient(135deg, var(--accent-gold), var(--primary-color));
  box-shadow: 0 15px 30px rgba(var(--accent-gold-rgb), 0.5);
}

/* Enhanced dark theme for premium effect */
:root {
  color-scheme: dark;
}