

/* Fix white space below footer - Force dark background */
body {
  background-color: #1a1a1a !important;
  margin: 0 !important;
  padding: 0 !important;
  min-height: 100vh !important;
  
}

html {
  background-color: #1a1a1a !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* Page Header */
.page-header {
  height: 60vh;
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background-size: cover;
  background-position: center;
  margin-top: 80px;
  overflow: hidden;
}

.header-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, rgba(44, 95, 45, 0.7), rgba(151, 188, 98, 0.7));
  animation: overlayPulse 8s ease-in-out infinite;
}

@keyframes overlayPulse {
  0%, 100% { opacity: 0.7; }
  50% { opacity: 0.55; }
}

.header-content {
  position: relative;
  z-index: 2;
  text-align: center;
  color: var(--white);
  padding: 0 20px;
}

.header-content h1 {
  font-size: 3.5rem;
  margin-bottom: 20px;
  text-shadow: 0 4px 20px rgba(0,0,0,0.3);
}

.header-content p {
  font-size: 1.3rem;
  margin-bottom: 30px;
  font-weight: 300;
  text-shadow: 0 2px 10px rgba(0,0,0,0.3);
}

.breadcrumb {
  font-size: 0.95rem;
  opacity: 0.9;
}

.breadcrumb a {
  transition: var(--transition-normal);
}

.breadcrumb a:hover {
  opacity: 0.8;
}

/* Story Section - Edge to Edge */
.story-section {
  padding: 100px 0;
  background: var(--white);
  width: 100%;
  overflow-x: hidden;
}

.story-section .container {
  max-width: 100% !important;
  padding: 0 50px !important;
  margin: 0 !important;
  width: 100% !important;
}

.story-content {
  display: grid;
  grid-template-columns: 1.2fr 1fr;
  gap: 60px;
  align-items: center;
  max-width: 100%;
  margin: 0;
  padding: 0;
}

.story-text p {
  font-size: 1.05rem;
  color: var(--text-light);
  margin-bottom: 20px;
  line-height: 1.9;
}

.story-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  animation: floatImage 6s ease-in-out infinite;
}

@keyframes floatImage {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-10px);
  }
}

.story-image img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  transition: var(--transition-slow);
}

.story-image:hover img {
  transform: scale(1.05);
}

.image-badge {
  position: absolute;
  bottom: 30px;
  right: 30px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: var(--white);
  padding: 20px 30px;
  border-radius: 15px;
  text-align: center;
  box-shadow: var(--shadow-md);
  animation: badgePulse 2s ease-in-out infinite;
}

@keyframes badgePulse {
  0%, 100% {
    transform: scale(1);
    box-shadow: 0 5px 20px rgba(44, 95, 45, 0.3);
  }
  50% {
    transform: scale(1.05);
    box-shadow: 0 8px 30px rgba(44, 95, 45, 0.5);
  }
}

.badge-number {
  display: block;
  font-size: 0.85rem;
  opacity: 0.9;
}

.badge-year {
  display: block;
  font-size: 2rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
}

/* ========== ADVANCED INNOVATIVE TEXT ANIMATIONS ========== */

/* 1. Glitch Text Effect */
.glitch-text {
  position: relative;
  font-size: 1rem;
  font-weight: 700;
  color: var(--accent-color);
  letter-spacing: 3px;
  text-transform: uppercase;
  animation: glitch 2s infinite;
}

.glitch-text::before,
.glitch-text::after {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.glitch-text::before {
  left: 2px;
  text-shadow: -2px 0 #ff00de;
  clip: rect(24px, 550px, 90px, 0);
  animation: glitch-anim 3s infinite linear alternate-reverse;
}

.glitch-text::after {
  left: -2px;
  text-shadow: -2px 0 #00fff9, 2px 2px #ff00de;
  clip: rect(85px, 550px, 140px, 0);
  animation: glitch-anim 2.5s infinite linear alternate-reverse;
}

@keyframes glitch {
  0%, 100% { transform: translate(0); }
  20% { transform: translate(-2px, 2px); }
  40% { transform: translate(-2px, -2px); }
  60% { transform: translate(2px, 2px); }
  80% { transform: translate(2px, -2px); }
}

@keyframes glitch-anim {
  0% { clip: rect(61px, 9999px, 52px, 0); }
  5% { clip: rect(33px, 9999px, 144px, 0); }
  10% { clip: rect(121px, 9999px, 115px, 0); }
  15% { clip: rect(144px, 9999px, 162px, 0); }
  20% { clip: rect(62px, 9999px, 180px, 0); }
  25% { clip: rect(34px, 9999px, 42px, 0); }
  30% { clip: rect(147px, 9999px, 179px, 0); }
  35% { clip: rect(99px, 9999px, 63px, 0); }
  40% { clip: rect(188px, 9999px, 122px, 0); }
  45% { clip: rect(154px, 9999px, 14px, 0); }
  50% { clip: rect(63px, 9999px, 37px, 0); }
  55% { clip: rect(161px, 9999px, 147px, 0); }
  60% { clip: rect(109px, 9999px, 175px, 0); }
  65% { clip: rect(157px, 9999px, 88px, 0); }
  70% { clip: rect(173px, 9999px, 131px, 0); }
  75% { clip: rect(62px, 9999px, 70px, 0); }
  80% { clip: rect(24px, 9999px, 153px, 0); }
  85% { clip: rect(138px, 9999px, 40px, 0); }
  90% { clip: rect(79px, 9999px, 136px, 0); }
  95% { clip: rect(25px, 9999px, 34px, 0); }
  100% { clip: rect(173px, 9999px, 166px, 0); }
}

/* 2. Fast Typewriter with Blinking Cursor */
.typing-fast {
  font-size: 3rem;
  color: var(--dark-color);
  min-height: 80px;
  display: flex;
  align-items: center;
  margin: 30px 0;
}

.typed-text {
  font-weight: 700;
  color: var(--primary-color);
}

.cursor-blink {
  font-weight: 100;
  font-size: 3rem;
  color: var(--primary-color);
  animation: blink 0.7s infinite;
}

.cursor-blink.typing {
  animation: none;
}

@keyframes blink {
  0%, 49% { opacity: 1; }
  50%, 100% { opacity: 0; }
}

/* 3. Letter-by-Letter Animation */
.letter-animate {
  display: inline-block;
  opacity: 0;
  animation: letterFadeIn 0.5s forwards;
}

@keyframes letterFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px) rotate(10deg);
    filter: blur(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
    filter: blur(0);
  }
}

/* 4. Word-by-Word Reveal */
.word-reveal {
  display: inline-block;
  opacity: 0;
  animation: wordReveal 0.8s forwards;
}

@keyframes wordReveal {
  0% {
    opacity: 0;
    transform: translateX(-30px) scale(0.8);
    filter: blur(10px);
  }
  50% {
    transform: translateX(5px) scale(1.1);
  }
  100% {
    opacity: 1;
    transform: translateX(0) scale(1);
    filter: blur(0);
  }
}

/* 5. Word Highlight Effect */
.word-highlight {
  position: relative;
  color: var(--primary-color);
  font-weight: 700;
  padding: 0;
  background: none;
}

/* 6. Neon Glow Text */
.neon-glow-text {
  animation: textGlow 3s ease-in-out infinite;
}

.neon-word {
  color: var(--primary-color);
  font-weight: 700;
  text-shadow: 
    0 0 5px rgba(44, 95, 45, 0.5),
    0 0 10px rgba(44, 95, 45, 0.4),
    0 0 20px rgba(44, 95, 45, 0.3),
    0 0 40px rgba(151, 188, 98, 0.2);
  animation: neonPulse 2s ease-in-out infinite;
}

@keyframes neonPulse {
  0%, 100% {
    text-shadow: 
      0 0 5px rgba(44, 95, 45, 0.5),
      0 0 10px rgba(44, 95, 45, 0.4),
      0 0 20px rgba(44, 95, 45, 0.3);
  }
  50% {
    text-shadow: 
      0 0 10px rgba(44, 95, 45, 0.8),
      0 0 20px rgba(44, 95, 45, 0.6),
      0 0 30px rgba(44, 95, 45, 0.4),
      0 0 50px rgba(151, 188, 98, 0.3);
  }
}

/* 7. 3D Flip Text */
.flip-3d-text {
  animation: flip3D 2s ease-in-out;
  transform-style: preserve-3d;
}

@keyframes flip3D {
  0% {
    transform: perspective(1000px) rotateX(-90deg);
    opacity: 0;
  }
  50% {
    transform: perspective(1000px) rotateX(10deg);
  }
  100% {
    transform: perspective(1000px) rotateX(0deg);
    opacity: 1;
  }
}

/* 8. Rainbow Text Animation */
.rainbow-text-animation {
  background: linear-gradient(
    90deg,
    #ff0000, #ff7f00, #ffff00, #00ff00, 
    #0000ff, #4b0082, #9400d3, #ff0000
  );
  background-size: 200% auto;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  animation: rainbowFlow 5s linear infinite;
  font-weight: 600;
  font-size: 1.15rem !important;
}

@keyframes rainbowFlow {
  to {
    background-position: 200% center;
  }
}

/* 9. Spinning Quote Mark */
.spinning-quote {
  animation: spinQuote 4s ease-in-out infinite;
  transform-origin: center;
}

@keyframes spinQuote {
  0%, 100% {
    transform: rotate(0deg) scale(1);
    color: var(--primary-color);
  }
  25% {
    transform: rotate(180deg) scale(1.2);
    color: var(--secondary-color);
  }
  50% {
    transform: rotate(360deg) scale(1);
    color: var(--accent-color);
  }
  75% {
    transform: rotate(540deg) scale(1.2);
    color: var(--secondary-color);
  }
}

/* 10. Slide In Author */
.slide-in-author {
  animation: slideInAuthor 1.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  opacity: 0;
}

@keyframes slideInAuthor {
  from {
    opacity: 0;
    transform: translateX(100px) rotate(10deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}

/* 11. Matrix Quote Effect */
.matrix-quote {
  position: relative;
  overflow: hidden;
  background: linear-gradient(135deg, rgba(44, 95, 45, 0.1), rgba(151, 188, 98, 0.1));
  border: 2px solid var(--primary-color);
  box-shadow: 
    0 0 20px rgba(44, 95, 45, 0.3),
    inset 0 0 20px rgba(44, 95, 45, 0.1);
  animation: matrixGlow 3s ease-in-out infinite;
}

@keyframes matrixGlow {
  0%, 100% {
    box-shadow: 
      0 0 20px rgba(44, 95, 45, 0.3),
      inset 0 0 20px rgba(44, 95, 45, 0.1);
  }
  50% {
    box-shadow: 
      0 0 40px rgba(44, 95, 45, 0.6),
      inset 0 0 30px rgba(44, 95, 45, 0.2);
  }
}

/* 12. 3D Image Container */
.image-container-3d {
  position: relative;
  transform-style: preserve-3d;
  animation: rotate3D 20s infinite linear;
}

@keyframes rotate3D {
  0% {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
  }
  25% {
    transform: perspective(1000px) rotateY(5deg) rotateX(2deg);
  }
  50% {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
  }
  75% {
    transform: perspective(1000px) rotateY(-5deg) rotateX(-2deg);
  }
  100% {
    transform: perspective(1000px) rotateY(0deg) rotateX(0deg);
  }
}

.image-container-3d img {
  transition: all 0.5s ease;
}

.image-container-3d:hover img {
  transform: scale(1.1) translateZ(50px);
  filter: brightness(1.1);
}

/* 13. Holographic Badge */
.holographic-badge {
  background: linear-gradient(
    135deg,
    #667eea 0%,
    #764ba2 25%,
    #f093fb 50%,
    #4facfe 75%,
    #00f2fe 100%
  );
  background-size: 400% 400%;
  animation: holographicShift 5s ease infinite;
  box-shadow: 
    0 0 30px rgba(102, 126, 234, 0.5),
    0 0 60px rgba(118, 75, 162, 0.3);
}

@keyframes holographicShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* 14. Particle Overlay */
.image-overlay-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle, rgba(255,255,255,0.8) 1px, transparent 1px),
    radial-gradient(circle, rgba(255,255,255,0.8) 1px, transparent 1px);
  background-size: 50px 50px;
  background-position: 0 0, 25px 25px;
  animation: particleFloat 20s linear infinite;
  opacity: 0.1;
  pointer-events: none;
}

@keyframes particleFloat {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-50px);
  }
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .typing-fast {
    font-size: 2rem;
  }
  
  .cursor-blink {
    font-size: 2rem;
  }
  
  .glitch-text {
    font-size: 0.9rem;
  }
  
  .rainbow-text-animation {
    font-size: 1rem !important;
  }
}

/* 1. Slide In Animation */
.animate-slide-in {
  animation: slideIn 0.8s ease-out forwards;
  opacity: 0;
}

@keyframes slideIn {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 2. Typewriter Animation */
.animate-typewriter {
  overflow: hidden;
  border-right: 3px solid var(--primary-color);
  white-space: nowrap;
  animation: typing 3s steps(40) forwards, blink 0.75s step-end infinite;
  width: 0;
}

@keyframes typing {
  from { width: 0; }
  to { width: 100%; }
}

@keyframes blink {
  50% { border-color: transparent; }
}

/* 3. Fade Up Animation */
.animate-fade-up {
  animation: fadeUp 1s ease-out forwards;
  opacity: 0;
}

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

/* 4. Slide Right Animation */
.animate-slide-right {
  animation: slideRight 1s ease-out forwards;
  opacity: 0;
}

@keyframes slideRight {
  from {
    opacity: 0;
    transform: translateX(-100px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

/* 5. Bounce In Animation */
.animate-bounce-in {
  animation: bounceIn 1.2s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  opacity: 0;
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    transform: scale(0.3);
  }
  50% {
    opacity: 1;
    transform: scale(1.05);
  }
  70% {
    transform: scale(0.9);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}

/* 6. Scale In Animation */
.animate-scale-in {
  animation: scaleIn 1s ease-out forwards;
  opacity: 0;
}

@keyframes scaleIn {
  from {
    opacity: 0;
    transform: scale(0.8);
  }
  to {
    opacity: 1;
    transform: scale(1);
  }
}

/* 7. Float In Animation */
.animate-float-in {
  animation: floatIn 1.5s ease-out forwards;
  opacity: 0;
}

@keyframes floatIn {
  0% {
    opacity: 0;
    transform: translateY(50px) rotate(-5deg);
  }
  60% {
    transform: translateY(-10px) rotate(2deg);
  }
  100% {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}

/* 8. Rotate In Animation */
.animate-rotate-in {
  animation: rotateIn 1s ease-out forwards;
  opacity: 0;
  display: inline-block;
}

@keyframes rotateIn {
  from {
    opacity: 0;
    transform: rotate(-180deg) scale(0);
  }
  to {
    opacity: 1;
    transform: rotate(0deg) scale(1);
  }
}

/* 9. Wave Text Animation */
.animate-wave-text {
  animation: waveText 2s ease-in-out infinite;
}

@keyframes waveText {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-3px);
  }
  75% {
    transform: translateY(3px);
  }
}

/* 10. Slide Up Animation */
.animate-slide-up {
  animation: slideUp 1s ease-out forwards;
  opacity: 0;
}

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

/* 11. Pulse Glow Animation */
.animate-pulse-glow {
  animation: pulseGlow 2s ease-in-out infinite;
}

@keyframes pulseGlow {
  0%, 100% {
    box-shadow: 0 5px 20px rgba(44, 95, 45, 0.3);
    transform: scale(1);
  }
  50% {
    box-shadow: 0 10px 40px rgba(44, 95, 45, 0.6), 0 0 30px rgba(151, 188, 98, 0.4);
    transform: scale(1.05);
  }
}

/* Highlight Word Effect */
.highlight-word {
  position: relative;
  color: var(--primary-color);
  font-weight: 600;
  display: inline-block;
  padding: 0 4px;
}

.highlight-word::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
  transform: scaleX(0);
  transform-origin: left;
  animation: underlineGrow 1.5s ease-out forwards;
}

@keyframes underlineGrow {
  to {
    transform: scaleX(1);
  }
}

/* Gradient Text Effect */
.text-gradient {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color), var(--accent-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  font-size: 1.1em;
  animation: gradientShift 3s ease infinite;
  background-size: 200% 200%;
}

@keyframes gradientShift {
  0%, 100% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
}

/* Enhanced Story Quote */
.story-quote {
  margin-top: 40px;
  padding: 30px;
  background: linear-gradient(135deg, rgba(44, 95, 45, 0.05), rgba(151, 188, 98, 0.05));
  border-left: 5px solid var(--primary-color);
  border-radius: 10px;
  position: relative;
}

.story-quote .quote-mark {
  font-size: 5rem;
  color: var(--primary-color);
  opacity: 0.2;
  position: absolute;
  top: -10px;
  left: 20px;
  font-family: Georgia, serif;
  line-height: 1;
}

.story-quote p {
  font-style: italic;
  font-size: 1.15rem;
  color: var(--text-dark);
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.story-quote .quote-author {
  display: block;
  text-align: right;
  color: var(--primary-color);
  font-weight: 600;
  font-size: 1rem;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
  .animate-typewriter {
    white-space: normal;
    border-right: none;
    animation: fadeUp 1s ease-out forwards;
  }
  
  .story-content {
    grid-template-columns: 1fr;
  }
}

/* Animated Image Gallery Box */
.animated-gallery-section {
  padding: 50px 0;
  background: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}

.box {
  position: relative;
  width: 400px;
  height: 400px;
  transform-style: preserve-3d;
  animation: rotateBox 30s linear infinite;
}

@keyframes rotateBox {
  0% {
    transform: perspective(1000px) rotateY(0deg) rotateX(15deg);
  }
  100% {
    transform: perspective(1000px) rotateY(360deg) rotateX(15deg);
  }
}

.box span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform-origin: center;
  transform-style: preserve-3d;
  transform: rotateY(calc(var(--i) * 36deg)) translateZ(350px);
  transition: all 0.5s ease;
}

.box span img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 15px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease;
  border: 3px solid rgba(151, 188, 98, 0.3);
}

.box:hover {
  animation-play-state: paused;
}

.box span:hover img {
  transform: scale(1.1);
  box-shadow: 0 20px 60px rgba(151, 188, 98, 0.4);
  border-color: rgba(151, 188, 98, 0.8);
  filter: brightness(1.2);
}

/* Responsive */
@media (max-width: 768px) {
  .box {
    width: 280px;
    height: 280px;
  }
  
  .box span {
    transform: rotateY(calc(var(--i) * 36deg)) translateZ(250px);
  }
}

@media (max-width: 480px) {
  .box {
    width: 200px;
    height: 200px;
  }
  
  .box span {
    transform: rotateY(calc(var(--i) * 36deg)) translateZ(180px);
  }
}

/* Values Section */
.values-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
}

.section-header {
  text-align: center;
  margin-bottom: 60px;
}

.section-header p {
  font-size: 1.1rem;
  color: var(--text-light);
  max-width: 600px;
  margin: 15px auto 0;
}

.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 35px;
}

.value-card {
  background: var(--white);
  padding: 50px 35px;
  border-radius: 20px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.value-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.5s ease;
}

.value-card:hover {
  transform: translateY(-15px);
  box-shadow: var(--shadow-xl);
}

.value-card:hover::before {
  transform: scaleX(1);
}

.value-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto 25px;
  background: linear-gradient(135deg, rgba(44, 95, 45, 0.1), rgba(151, 188, 98, 0.1));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary-color);
  transition: var(--transition-smooth);
  position: relative;
}

.value-icon::before {
  content: '';
  position: absolute;
  inset: -5px;
  border-radius: 50%;
  border: 2px solid transparent;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color)) border-box;
  -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  opacity: 0;
  transition: var(--transition-normal);
}

.value-card:hover .value-icon {
  transform: rotateY(360deg);
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: var(--white);
}

.value-card:hover .value-icon::before {
  opacity: 1;
  animation: iconRing 2s linear infinite;
}

@keyframes iconRing {
  0% {
    transform: rotate(0deg) scale(1);
  }
  100% {
    transform: rotate(360deg) scale(1.1);
  }
}

.value-card h3 {
  font-size: 1.4rem;
  margin-bottom: 15px;
  color: var(--dark-color);
}

.value-card p {
  color: var(--text-light);
  line-height: 1.7;
}

/* Benefits Section */
.benefits-section {
  padding: 100px 0;
  background: var(--white);
}

.benefits-content {
  display: grid;
  grid-template-columns: 1fr 1.2fr;
  gap: 60px;
  align-items: center;
}

.benefits-image {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-lg);
  height: 600px;
}

.benefits-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-slow);
}

.benefits-image:hover img {
  transform: scale(1.1) rotate(2deg);
}

.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
  margin-top: 30px;
}

.benefit-item {
  display: flex;
  gap: 20px;
  padding: 25px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 15px;
  transition: var(--transition-smooth);
  border-left: 4px solid transparent;
}

.benefit-item:hover {
  border-left-color: var(--primary-color);
  transform: translateX(10px);
  box-shadow: var(--shadow-md);
}

.benefit-icon {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  flex-shrink: 0;
  transition: var(--transition-normal);
}

.benefit-item:hover .benefit-icon {
  transform: rotate(360deg) scale(1.1);
}

.benefit-item h4 {
  font-size: 1.2rem;
  margin-bottom: 5px;
  color: var(--dark-color);
}

.benefit-item p {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.6;
}

/* Team Section */
.team-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.team-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 40px;
  max-width: 900px;
  margin: 0 auto;
}

.team-card {
  background: var(--white);
  padding: 40px;
  border-radius: 20px;
  text-align: center;
  box-shadow: var(--shadow-sm);
  transition: var(--transition-smooth);
}

.team-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-lg);
}

.team-image {
  width: 150px;
  height: 150px;
  margin: 0 auto 25px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid var(--primary-color);
  box-shadow: var(--shadow-md);
  position: relative;
}

.team-image::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, rgba(44, 95, 45, 0.3), transparent);
  opacity: 0;
  transition: var(--transition-normal);
}

.team-card:hover .team-image::before {
  opacity: 1;
}

.team-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--transition-slow);
}

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

.team-card h3 {
  font-size: 1.4rem;
  margin-bottom: 5px;
  color: var(--dark-color);
}

.team-role {
  color: var(--primary-color);
  font-weight: 600;
  margin-bottom: 15px;
  font-size: 0.95rem;
}

.team-card p {
  color: var(--text-light);
  line-height: 1.7;
  font-size: 0.95rem;
}

/* Flip Animation for Value Cards */
@keyframes flip-left {
  0% {
    transform: perspective(1000px) rotateY(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) rotateY(0);
    opacity: 1;
  }
}

[data-aos="flip-left"].aos-animate {
  animation: flip-left 0.6s ease-out both;
}

/* Responsive */
@media (max-width: 968px) {
  .page-header {
    height: 50vh;
  }
  
  .header-content h1 {
    font-size: 2.5rem;
  }
  
  .header-content p {
    font-size: 1.1rem;
  }
  
  .story-content,
  .benefits-content {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .story-image,
  .benefits-image {
    height: 400px;
  }
  
  .values-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 640px) {
  .header-content h1 {
    font-size: 2rem;
  }
  
  .badge-year {
    font-size: 1.5rem;
  }
  
  .value-icon {
    width: 80px;
    height: 80px;
  }
}


/* ========== Why Choose Section ========== */
.why-choose-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
}

.why-choose-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at 20% 50%, rgba(44, 95, 45, 0.03) 0%, transparent 50%),
              radial-gradient(circle at 80% 80%, rgba(151, 188, 98, 0.03) 0%, transparent 50%);
  pointer-events: none;
}

.why-choose-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
  position: relative;
  z-index: 1;
}

.why-card {
  background: var(--white);
  padding: 40px 35px;
  border-radius: 20px;
  box-shadow: var(--shadow-sm);
  transition: all var(--transition-smooth);
  position: relative;
  overflow: hidden;
  border-top: 5px solid transparent;
}

.why-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, var(--primary-color), var(--secondary-color), var(--accent-color));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.6s ease;
}

.why-card::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(44, 95, 45, 0.1), transparent);
  transform: translate(-50%, -50%);
  transition: width 0.6s ease, height 0.6s ease;
}

.why-card:hover {
  transform: translateY(-15px);
  box-shadow: var(--shadow-xl);
}

.why-card:hover::before {
  transform: scaleX(1);
}

.why-card:hover::after {
  width: 300px;
  height: 300px;
}

.why-number {
  font-size: 4rem;
  font-weight: 700;
  font-family: 'Playfair Display', serif;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  margin-bottom: 20px;
  transition: var(--transition-smooth);
  position: relative;
  z-index: 1;
}

.why-card:hover .why-number {
  transform: scale(1.2);
  animation: numberPulse 1s ease-in-out;
}

@keyframes numberPulse {
  0%, 100% { transform: scale(1.2); }
  50% { transform: scale(1.3); }
}

.why-card h3 {
  font-size: 1.4rem;
  color: var(--dark-color);
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
  transition: var(--transition-normal);
}

.why-card:hover h3 {
  color: var(--primary-color);
}

.why-card p {
  color: var(--text-light);
  line-height: 1.8;
  font-size: 0.95rem;
  position: relative;
  z-index: 1;
}

/* ========== Testimonials Section ========== */
.testimonials-section {
  padding: 100px 0;
  background: #ffffff;
  color: var(--dark-color);
  position: relative;
  overflow: hidden;
}

.testimonials-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,<svg width="100" height="100" xmlns="http://www.w3.org/2000/svg"><circle cx="50" cy="50" r="2" fill="rgba(44,95,45,0.05)"/></svg>');
  opacity: 0.3;
  animation: patternMove 30s linear infinite;
}

@keyframes patternMove {
  0% { transform: translate(0, 0); }
  100% { transform: translate(100px, 100px); }
}

.testimonials-section .section-header {
  position: relative;
  z-index: 1;
}

.testimonials-section .section-label {
  color: var(--accent-color);
}

.testimonials-section .section-title {
  color: var(--dark-color);
}

.testimonials-section .section-header p {
  color: var(--text-light);
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 35px;
  position: relative;
  z-index: 1;
}

.testimonial-card {
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  padding: 40px;
  border-radius: 20px;
  box-shadow: var(--shadow-lg);
  transition: all var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.testimonial-card::before {
  content: '';
  position: absolute;
  top: -50%;
  right: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255, 255, 255, 0.1), transparent);
  transform: rotate(45deg);
  transition: all 0.6s ease;
}

.testimonial-card:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: var(--shadow-xl);
  background: linear-gradient(135deg, #1e4620, var(--primary-color));
}

.testimonial-card:hover::before {
  right: -100%;
}

.quote-icon {
  font-size: 5rem;
  font-family: Georgia, serif;
  color: rgba(255, 255, 255, 0.3);
  opacity: 0.5;
  line-height: 1;
  margin-bottom: 20px;
  transition: var(--transition-smooth);
}

.testimonial-card:hover .quote-icon {
  opacity: 0.7;
  transform: scale(1.1);
}

.testimonial-text {
  color: rgba(255, 255, 255, 0.95);
  font-size: 1.05rem;
  line-height: 1.8;
  margin-bottom: 25px;
  font-style: italic;
  position: relative;
  z-index: 1;
}

.testimonial-author {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  position: relative;
  z-index: 1;
}

.author-info h4 {
  color: var(--white);
  font-size: 1.1rem;
  margin-bottom: 5px;
  transition: var(--transition-normal);
}

.testimonial-card:hover .author-info h4 {
  color: #d4af37;
}

.author-info span {
  color: rgba(255, 255, 255, 0.8);
  font-size: 0.9rem;
}

.rating {
  color: #ffc107;
  font-size: 1.2rem;
  transition: var(--transition-normal);
}

.testimonial-card:hover .rating {
  transform: scale(1.1);
}

/* ========== Flip Up Animation ========== */
@keyframes flip-up {
  0% {
    transform: perspective(1000px) rotateX(-90deg);
    opacity: 0;
  }
  100% {
    transform: perspective(1000px) rotateX(0);
    opacity: 1;
  }
}

[data-aos="flip-up"].aos-animate {
  animation: flip-up 0.6s ease-out both;
}

/* ========== Responsive Enhancements ========== */
@media (max-width: 968px) {
  .why-choose-grid,
  .testimonials-grid {
    grid-template-columns: 1fr;
  }
  
  .why-number {
    font-size: 3rem;
  }
}

@media (max-width: 640px) {
  .why-number {
    font-size: 2.5rem;
  }
  
  .testimonial-author {
    flex-direction: column;
    gap: 15px;
    text-align: center;
  }
  
  .quote-icon {
    font-size: 4rem;
  }
}

/* ========== Stagger Animation for Cards ========== */
.why-card:nth-child(1) { animation-delay: 0s; }
.why-card:nth-child(2) { animation-delay: 0.1s; }
.why-card:nth-child(3) { animation-delay: 0.2s; }
.why-card:nth-child(4) { animation-delay: 0.3s; }
.why-card:nth-child(5) { animation-delay: 0.4s; }
.why-card:nth-child(6) { animation-delay: 0.5s; }

.testimonial-card:nth-child(1) { animation-delay: 0s; }
.testimonial-card:nth-child(2) { animation-delay: 0.15s; }
.testimonial-card:nth-child(3) { animation-delay: 0.3s; }


/* ========== Enhanced Story Section ========== */
.story-intro {
  font-size: 1.15rem;
  font-weight: 500;
  color: var(--text-dark);
  line-height: 1.9;
  margin-bottom: 25px;
  padding-left: 20px;
  border-left: 4px solid var(--primary-color);
}

.story-quote {
  margin-top: 40px;
  padding: 35px;
  background: linear-gradient(135deg, rgba(44, 95, 45, 0.05), rgba(151, 188, 98, 0.05));
  border-radius: 15px;
  border-left: 5px solid var(--primary-color);
  position: relative;
}

.quote-mark {
  font-size: 6rem;
  font-family: Georgia, serif;
  color: var(--primary-color);
  opacity: 0.2;
  position: absolute;
  top: 10px;
  left: 20px;
  line-height: 1;
}

.story-quote p {
  font-size: 1.2rem;
  font-style: italic;
  color: var(--text-dark);
  line-height: 1.8;
  margin-bottom: 15px;
  position: relative;
  z-index: 1;
}

.quote-author {
  display: block;
  font-size: 1rem;
  color: var(--primary-color);
  font-weight: 600;
  text-align: right;
  font-style: normal;
}

/* ========== Mission Vision Section ========== */
.mission-vision-section {
  padding: 100px 0;
  background: var(--white);
}

.mission-vision-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
}

.mission-card,
.vision-card {
  padding: 50px 40px;
  border-radius: 20px;
  box-shadow: var(--shadow-md);
  transition: all var(--transition-smooth);
  position: relative;
  overflow: hidden;
}

.mission-card {
  background: linear-gradient(135deg, rgba(44, 95, 45, 0.05), rgba(151, 188, 98, 0.05));
  border-left: 5px solid var(--primary-color);
}

.vision-card {
  background: linear-gradient(135deg, rgba(255, 107, 53, 0.05), rgba(255, 133, 86, 0.05));
  border-left: 5px solid var(--accent-color);
}

.mission-card:hover,
.vision-card:hover {
  transform: translateY(-10px);
  box-shadow: var(--shadow-xl);
}

.mv-icon {
  font-size: 4rem;
  margin-bottom: 25px;
  display: inline-block;
  transition: var(--transition-smooth);
}

.mission-card:hover .mv-icon,
.vision-card:hover .mv-icon {
  transform: scale(1.2) rotate(360deg);
}

.mission-card h3,
.vision-card h3 {
  font-size: 2rem;
  color: var(--dark-color);
  margin-bottom: 20px;
}

.mission-card p,
.vision-card p {
  color: var(--text-light);
  line-height: 1.8;
  margin-bottom: 25px;
  font-size: 1.05rem;
}

.mv-list {
  list-style: none;
  padding: 0;
}

.mv-list li {
  padding: 12px 0;
  padding-left: 30px;
  color: var(--text-dark);
  font-size: 0.95rem;
  position: relative;
  transition: var(--transition-normal);
}

.mv-list li::before {
  content: '✓';
  position: absolute;
  left: 0;
  color: var(--primary-color);
  font-weight: bold;
  font-size: 1.2rem;
}

.mv-list li:hover {
  padding-left: 35px;
  color: var(--primary-color);
}

/* ========== Sets Apart Section ========== */
.sets-apart-section {
  padding: 100px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
}

.apart-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(500px, 1fr));
  gap: 40px;
}

.apart-card {
  background: var(--white);
  border-radius: 20px;
  overflow: hidden;
  box-shadow: var(--shadow-md);
  transition: all var(--transition-smooth);
  display: flex;
  flex-direction: column;
}

.apart-card:hover {
  transform: translateY(-15px);
  box-shadow: var(--shadow-xl);
}

.apart-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}

.apart-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.6s ease;
}

.apart-card:hover .apart-image img {
  transform: scale(1.15) rotate(2deg);
}

.apart-content {
  padding: 40px;
  flex: 1;
}

.apart-icon {
  font-size: 3.5rem;
  margin-bottom: 20px;
  display: inline-block;
  transition: var(--transition-smooth);
}

.apart-card:hover .apart-icon {
  transform: scale(1.2) rotate(360deg);
}

.apart-content h3 {
  font-size: 1.5rem;
  color: var(--dark-color);
  margin-bottom: 15px;
  transition: var(--transition-normal);
}

.apart-card:hover .apart-content h3 {
  color: var(--primary-color);
}

.apart-content p {
  color: var(--text-light);
  line-height: 1.8;
  font-size: 1rem;
}

/* ========== Enhanced Benefits Section ========== */
.benefits-text p {
  font-size: 1.05rem;
  color: var(--text-light);
  margin-bottom: 20px;
  line-height: 1.9;
}

.benefits-text p:first-of-type {
  font-weight: 500;
  color: var(--text-dark);
}

/* ========== Responsive Enhancements ========== */
@media (max-width: 968px) {
  .mission-vision-grid {
    grid-template-columns: 1fr;
  }

  .apart-grid {
    grid-template-columns: 1fr;
  }

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

  .story-quote {
    padding: 25px;
  }

  .quote-mark {
    font-size: 4rem;
  }
}

@media (max-width: 640px) {
  .story-intro {
    font-size: 1rem;
    padding-left: 15px;
  }

  .story-quote p {
    font-size: 1rem;
  }

  .mv-icon {
    font-size: 3rem;
  }

  .mission-card h3,
  .vision-card h3 {
    font-size: 1.6rem;
  }

  .apart-icon {
    font-size: 3rem;
  }

  .apart-content {
    padding: 30px 25px;
  }
}

/* ========== Animation Delays ========== */
.apart-card:nth-child(1) { animation-delay: 0s; }
.apart-card:nth-child(2) { animation-delay: 0.1s; }
.apart-card:nth-child(3) { animation-delay: 0.2s; }
.apart-card:nth-child(4) { animation-delay: 0.3s; }

/* ========== Hover Glow Effect ========== */
.mission-card:hover,
.vision-card:hover {
  box-shadow: 0 10px 40px rgba(44, 95, 45, 0.2);
}

.apart-card:hover {
  box-shadow: 0 15px 50px rgba(0, 0, 0, 0.15);
}


/* ========== INNOVATIVE BENEFITS SECTION ANIMATIONS ========== */

.benefits-section-innovative {
  padding: 1px 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

.benefits-content-new {
  display: grid;
  grid-template-columns: 45% 55%;
  gap: 80px;
  align-items: center;
}

/* 1. 3D Parallax Image */
.benefits-image-parallax {
  position: relative;
  perspective: 1000px;
}

.image-wrapper-3d {
  position: relative;
  transform-style: preserve-3d;
  animation: float3D 6s ease-in-out infinite;
  border-radius: 20px;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0,0,0,0.2);
}

@keyframes float3D {
  0%, 100% {
    transform: translateY(0) rotateY(0deg) rotateX(0deg);
  }
  25% {
    transform: translateY(-20px) rotateY(5deg) rotateX(2deg);
  }
  50% {
    transform: translateY(0) rotateY(0deg) rotateX(0deg);
  }
  75% {
    transform: translateY(-20px) rotateY(-5deg) rotateX(-2deg);
  }
}

.image-wrapper-3d img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  transition: transform 0.5s ease;
}

.image-wrapper-3d:hover img {
  transform: scale(1.1);
}

.image-glow-effect {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: radial-gradient(circle at center, transparent 40%, rgba(44, 95, 45, 0.3) 100%);
  pointer-events: none;
  animation: glowPulse 4s ease-in-out infinite;
}

@keyframes glowPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

/* 2. Pulse Label */
.pulse-label {
  display: inline-block;
  animation: pulseScale 2s ease-in-out infinite;
}

@keyframes pulseScale {
  0%, 100% {
    transform: scale(1);
    opacity: 1;
  }
  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}

/* 3. Split Text Reveal */
.split-text-reveal {
  overflow: hidden;
  animation: splitReveal 1.5s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  transform: translateY(100%);
}

@keyframes splitReveal {
  to {
    transform: translateY(0);
  }
}

/* 4. Fade In Paragraph */
.fade-in-paragraph {
  animation: fadeInUp 1s ease-out 0.5s forwards;
  opacity: 0;
}

/* 5. Benefits Cards Grid */
.benefits-cards-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 25px;
  margin-top: 40px;
}

/* 6. Animated Benefit Cards */
.benefit-card-animated {
  background: white;
  padding: 30px;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0,0,0,0.08);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  opacity: 0;
}

.card-slide-1 {
  animation: slideInLeft 0.8s ease-out 0.2s forwards;
}

.card-slide-2 {
  animation: slideInRight 0.8s ease-out 0.4s forwards;
}

.card-slide-3 {
  animation: slideInLeft 0.8s ease-out 0.6s forwards;
}

.card-slide-4 {
  animation: slideInRight 0.8s ease-out 0.8s forwards;
}

@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-100px) rotate(-10deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}

@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(100px) rotate(10deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0deg);
  }
}

.benefit-card-animated:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 20px 40px rgba(44, 95, 45, 0.2);
}

.benefit-card-animated::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(44, 95, 45, 0.1), transparent);
  transition: left 0.5s ease;
}

.benefit-card-animated:hover::before {
  left: 100%;
}

/* 7. Morphing Icon */
.card-icon-morph {
  width: 70px;
  height: 70px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  animation: morphShape 4s ease-in-out infinite;
  color: white;
}

@keyframes morphShape {
  0%, 100% {
    border-radius: 50%;
    transform: rotate(0deg);
  }
  25% {
    border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
    transform: rotate(90deg);
  }
  50% {
    border-radius: 50%;
    transform: rotate(180deg);
  }
  75% {
    border-radius: 70% 30% 30% 70% / 70% 70% 30% 30%;
    transform: rotate(270deg);
  }
}

.benefit-card-animated:hover .card-icon-morph {
  animation-play-state: paused;
  transform: scale(1.2) rotate(360deg);
}

/* 8. Content Reveal */
.card-content-reveal {
  position: relative;
  z-index: 1;
}

/* 9. Bouncing Title */
.card-title-bounce {
  font-size: 1.2rem;
  color: var(--dark-color);
  margin-bottom: 10px;
  animation: bounceIn 0.6s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

/* 10. Fading Text */
.card-text-fade {
  color: var(--text-light);
  font-size: 0.95rem;
  line-height: 1.6;
  animation: fadeIn 1s ease-out;
}

/* 11. Floating Number */
.card-number-float {
  position: absolute;
  top: 20px;
  right: 20px;
  font-size: 3rem;
  font-weight: 900;
  color: rgba(44, 95, 45, 0.08);
  font-family: 'Playfair Display', serif;
  animation: floatNumber 3s ease-in-out infinite;
}

@keyframes floatNumber {
  0%, 100% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-10px) rotate(5deg);
  }
}

.benefit-card-animated:hover .card-number-float {
  color: rgba(44, 95, 45, 0.15);
  animation-play-state: paused;
}

/* Responsive */
@media (max-width: 1024px) {
  .benefits-content-new {
    grid-template-columns: 1fr;
    gap: 60px;
  }
  
  .benefits-cards-grid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 768px) {
  .benefits-section-innovative {
    padding: 30px 0;
  }
  
  .image-wrapper-3d img {
    height: 350px;
  }
}


/* ========== INNOVATIVE TEAM SECTION ========== */

.team-section-innovative {
  padding: 120px 0;
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  position: relative;
  overflow: hidden;
}

.team-section-innovative::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 50%, rgba(44, 95, 45, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 80% 80%, rgba(151, 188, 98, 0.1) 0%, transparent 50%);
  animation: bgPulse 10s ease-in-out infinite;
}

@keyframes bgPulse {
  0%, 100% { opacity: 0.5; }
  50% { opacity: 1; }
}

/* Animated Header */
.team-header-animated {
  text-align: center;
  margin-bottom: 80px;
  position: relative;
  z-index: 2;
}

.team-label-glow {
  display: inline-block;
  color: var(--secondary-color);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  animation: glowText 2s ease-in-out infinite;
}

@keyframes glowText {
  0%, 100% {
    text-shadow: 0 0 10px rgba(151, 188, 98, 0.5);
  }
  50% {
    text-shadow: 0 0 20px rgba(151, 188, 98, 0.8), 0 0 30px rgba(151, 188, 98, 0.6);
  }
}

.team-title-split {
  font-size: 3.5rem;
  color: white;
  margin: 20px 0;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.word-animate {
  display: inline-block;
  opacity: 0;
  animation: wordDrop 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
  animation-delay: var(--delay);
}

@keyframes wordDrop {
  from {
    opacity: 0;
    transform: translateY(-50px) rotate(-10deg);
  }
  to {
    opacity: 1;
    transform: translateY(0) rotate(0deg);
  }
}

.team-subtitle-fade {
  color: rgba(255, 255, 255, 0.7);
  font-size: 1.1rem;
  animation: fadeIn 1s ease-out 0.5s forwards;
  opacity: 0;
}

/* Team Showcase */
.team-showcase {
  max-width: 900px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

/* 3D Team Card */
.team-card-3d {
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 30px;
  padding: 60px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5);
  animation: cardFloat 6s ease-in-out infinite;
}

@keyframes cardFloat {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* Particle Background */
.card-bg-particles {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: 
    radial-gradient(circle, rgba(255,255,255,0.1) 1px, transparent 1px);
  background-size: 30px 30px;
  animation: particleMove 20s linear infinite;
  opacity: 0.3;
}

@keyframes particleMove {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-30px);
  }
}

/* Holographic Image */
.team-image-holographic {
  position: relative;
  width: 200px;
  height: 200px;
  margin: 0 auto 40px;
}

.holographic-ring {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  border: 2px solid;
  border-radius: 50%;
  animation: ringPulse 3s ease-in-out infinite;
}

.ring-1 {
  width: 220px;
  height: 220px;
  border-color: rgba(44, 95, 45, 0.5);
  animation-delay: 0s;
}

.ring-2 {
  width: 250px;
  height: 250px;
  border-color: rgba(151, 188, 98, 0.4);
  animation-delay: 0.5s;
}

.ring-3 {
  width: 280px;
  height: 280px;
  border-color: rgba(255, 107, 53, 0.3);
  animation-delay: 1s;
}

@keyframes ringPulse {
  0%, 100% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 1;
  }
  50% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0.3;
  }
}

.image-container-team {
  position: relative;
  width: 200px;
  height: 200px;
  border-radius: 50%;
  overflow: hidden;
  border: 5px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 40px rgba(44, 95, 45, 0.5);
  animation: imageRotate 20s linear infinite;
}

@keyframes imageRotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.image-container-team img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: imageRotate 20s linear infinite reverse;
}

.image-shine {
  position: absolute;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
  background: linear-gradient(45deg, transparent, rgba(255,255,255,0.3), transparent);
  animation: shineMove 3s ease-in-out infinite;
}

@keyframes shineMove {
  0%, 100% {
    transform: translateX(-100%) translateY(-100%) rotate(45deg);
  }
  50% {
    transform: translateX(100%) translateY(100%) rotate(45deg);
  }
}

/* Animated Content */
.team-content-animated {
  text-align: center;
  position: relative;
  z-index: 1;
}

.team-name-typewriter {
  font-size: 2.5rem;
  color: white;
  margin-bottom: 10px;
  min-height: 60px;
}

.typed-name {
  font-weight: 700;
}

.cursor-team {
  color: var(--secondary-color);
  animation: blink 0.7s infinite;
}

.team-role-badge {
  display: inline-block;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  color: white;
  padding: 8px 24px;
  border-radius: 20px;
  font-weight: 600;
  font-size: 0.9rem;
  margin-bottom: 20px;
  animation: badgeBounce 2s ease-in-out infinite;
}

@keyframes badgeBounce {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

.team-description-reveal {
  color: rgba(255, 255, 255, 0.8);
  font-size: 1.1rem;
  line-height: 1.8;
  margin-bottom: 40px;
  animation: fadeInUp 1s ease-out 1s forwards;
  opacity: 0;
}

/* Stats Grid */
.team-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}

.stat-item {
  text-align: center;
  padding: 20px;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  transition: all 0.3s ease;
  opacity: 0;
}

.stat-bounce-1 {
  animation: statBounceIn 0.8s ease-out 1.5s forwards;
}

.stat-bounce-2 {
  animation: statBounceIn 0.8s ease-out 1.7s forwards;
}

.stat-bounce-3 {
  animation: statBounceIn 0.8s ease-out 1.9s forwards;
}

@keyframes statBounceIn {
  0% {
    opacity: 0;
    transform: scale(0) rotate(-180deg);
  }
  60% {
    transform: scale(1.1) rotate(10deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.stat-item:hover {
  transform: translateY(-10px);
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0 10px 30px rgba(44, 95, 45, 0.3);
}

.stat-icon {
  width: 50px;
  height: 50px;
  margin: 0 auto 15px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  animation: iconSpin 4s linear infinite;
}

@keyframes iconSpin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.stat-item:hover .stat-icon {
  animation-play-state: paused;
}

.stat-number {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--secondary-color);
  margin-bottom: 5px;
  font-family: 'Playfair Display', serif;
}

.stat-label {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.9rem;
}

/* Responsive */
@media (max-width: 768px) {
  .team-title-split {
    font-size: 2.5rem;
    flex-direction: column;
    gap: 10px;
  }
  
  .team-card-3d {
    padding: 40px 30px;
  }
  
  .team-stats-grid {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  
  .team-name-typewriter {
    font-size: 2rem;
  }
}


/* ========== INNOVATIVE WHY CHOOSE US SECTION ========== */

.why-choose-innovative {
  padding: 120px 0;
  background: radial-gradient(circle at top, #f8f9fa 0%, #e9ecef 100%);
  position: relative;
  overflow: hidden;
}

/* Animated Header */
.why-header-creative {
  text-align: center;
  margin-bottom: 100px;
  position: relative;
}

.header-particles {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translateX(-50%);
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(44, 95, 45, 0.1) 0%, transparent 70%);
  animation: particleExpand 4s ease-in-out infinite;
}

@keyframes particleExpand {
  0%, 100% {
    transform: translateX(-50%) scale(1);
    opacity: 0.5;
  }
  50% {
    transform: translateX(-50%) scale(1.5);
    opacity: 1;
  }
}

.why-label-magnetic {
  display: inline-block;
  color: var(--accent-color);
  font-weight: 700;
  font-size: 0.9rem;
  letter-spacing: 3px;
  text-transform: uppercase;
  position: relative;
  animation: magneticPull 3s ease-in-out infinite;
}

@keyframes magneticPull {
  0%, 100% {
    transform: translateY(0);
  }
  25% {
    transform: translateY(-5px) translateX(-5px);
  }
  75% {
    transform: translateY(-5px) translateX(5px);
  }
}

.why-title-reveal {
  font-size: 3.5rem;
  color: var(--dark-color);
  margin: 20px 0;
  overflow: hidden;
}

.title-line {
  display: block;
  animation: lineSlideIn 1s cubic-bezier(0.77, 0, 0.175, 1) forwards;
  transform: translateX(-100%);
}

.title-line:nth-child(1) {
  animation-delay: 0.2s;
}

.title-line:nth-child(2) {
  animation-delay: 0.4s;
}

@keyframes lineSlideIn {
  to {
    transform: translateX(0);
  }
}

.why-subtitle-wave {
  color: var(--text-light);
  font-size: 1.1rem;
  animation: waveMotion 3s ease-in-out infinite;
}

@keyframes waveMotion {
  0%, 100% {
    transform: translateY(0);
  }
  50% {
    transform: translateY(-5px);
  }
}

/* Hexagon Grid Layout */
.hexagon-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}

/* Hexagon Cards */
.hex-card {
  position: relative;
  opacity: 0;
  animation: hexFadeIn 0.8s cubic-bezier(0.68, -0.55, 0.265, 1.55) forwards;
}

.hex-1 { animation-delay: 0.1s; }
.hex-2 { animation-delay: 0.2s; }
.hex-3 { animation-delay: 0.3s; }
.hex-4 { animation-delay: 0.4s; }
.hex-5 { animation-delay: 0.5s; }
.hex-6 { animation-delay: 0.6s; }

@keyframes hexFadeIn {
  from {
    opacity: 0;
    transform: scale(0) rotate(-180deg);
  }
  to {
    opacity: 1;
    transform: scale(1) rotate(0deg);
  }
}

.hex-shape {
  position: relative;
  width: 100%;
  padding-top: 115%;
  background: #6b7280;
  clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.hex-card:hover .hex-shape {
  transform: translateY(-20px) scale(1.05);
  box-shadow: 0 20px 50px rgba(44, 95, 45, 0.3);
  background: linear-gradient(135deg, #3b82f6, #fbbf24);
}

.hex-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  text-align: center;
  padding: 20px;
}

/* Orbiting Icon */
.hex-icon-orbit {
  width: 80px;
  height: 80px;
  margin: 0 auto 20px;
  background: linear-gradient(135deg, var(--primary-color), var(--secondary-color));
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  position: relative;
  animation: iconOrbit 8s linear infinite;
}

@keyframes iconOrbit {
  0% {
    transform: rotate(0deg);
    box-shadow: 0 0 20px rgba(44, 95, 45, 0.3);
  }
  25% {
    box-shadow: 0 0 30px rgba(151, 188, 98, 0.5);
  }
  50% {
    transform: rotate(180deg);
    box-shadow: 0 0 20px rgba(44, 95, 45, 0.3);
  }
  75% {
    box-shadow: 0 0 30px rgba(151, 188, 98, 0.5);
  }
  100% {
    transform: rotate(360deg);
    box-shadow: 0 0 20px rgba(44, 95, 45, 0.3);
  }
}

.hex-card:hover .hex-icon-orbit {
  animation-play-state: paused;
  transform: scale(1.2);
}

.hex-icon-orbit::before {
  content: '';
  position: absolute;
  top: -5px;
  left: -5px;
  right: -5px;
  bottom: -5px;
  border: 2px dashed var(--secondary-color);
  border-radius: 50%;
  animation: orbitRing 4s linear infinite;
}

@keyframes orbitRing {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(-360deg);
  }
}

/* Hex Title */
.hex-title {
  font-size: 1.3rem;
  color: white;
  margin-bottom: 15px;
  font-weight: 700;
  transition: all 0.3s ease;
}

.hex-card:hover .hex-title {
  color: white;
  transform: scale(1.05);
}

/* Hex Text */
.hex-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 0.95rem;
  line-height: 1.6;
  margin-bottom: 15px;
}

/* Hex Number */
.hex-number {
  display: none;
}

/* Responsive Design */
@media (max-width: 1024px) {
  .hexagon-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}

@media (max-width: 768px) {
  .why-choose-innovative {
    padding: 80px 0;
  }
  
  .why-title-reveal {
    font-size: 2.5rem;
  }
  
  .hexagon-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .hex-shape {
    padding-top: 100%;
  }
}

@media (max-width: 480px) {
  .why-title-reveal {
    font-size: 2rem;
  }
  
  .hex-icon-orbit {
    width: 60px;
    height: 60px;
  }
  
  .hex-title {
    font-size: 1.1rem;
  }
  
  .hex-text {
    font-size: 0.85rem;
  }
}


/* Mobile - Remove gap between navbar and hero */
@media (max-width: 768px) {
  .page-header {
    margin-top: 0;
    padding-top: 80px;
  }
}
