* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: #333;
  line-height: 1.6;
  background: #fff;
  transition: direction 0.3s ease;
}
body[dir="rtl"] {
  font-family: "Cairo", "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}
.header {
  background: #135F31;
  border-bottom: 1px solid #e5e5e5;
  padding: 16px 0;
  position: sticky;
  top: 0;
  z-index: 100;
  
}
#teamImage{
  margin-bottom: 30px;
}
#companyJourney{
  margin-bottom: 30px;
}
.header img{
border-radius: 10px;
}
#companyJourneyDev{
  margin-bottom: 30px;
}
.header-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.logo {
  display: flex;
  flex-direction: column;
  line-height: 1;
}
.logo-text {
  font-size: 24px;
  font-weight: 700;
  color: #2d7a7a;
}
.logo-subtext {
  font-size: 12px;
  font-weight: 600;
  color: #2d7a7a;
  letter-spacing: 2px;
}
.nav {
  display: flex;
  gap: 24px;
}
.nav-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
  transition: color 0.2s;
}
.nav-link:hover {
  color: #2d7a7a;
}
.nav-link.active {
  color: #2d7a7a;
  font-weight: 600;
}
.header-actions {
  display: flex;
  align-items: center;
  gap: 16px;
}
.language-select {
  border: 1px solid #ddd;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 14px;
  background: #fff;
  cursor: pointer;
}
.search-btn {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 6px;
}
.mobile-menu-toggle {
  flex-direction: column;
  gap: 4px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
  width: 32px;
  height: 24px;
  position: relative;
}
@media (max-width: 991px) {
  .mobile-menu-toggle {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .mobile-menu-toggle {
    display: none !important;
  }
}
.mobile-menu-toggle span {
  width: 100%;
  height: 3px;
  background: #2c3e50;
  transition: all 0.3s ease;
  display: block;
  position: absolute;
  border-radius: 2px;
}
.mobile-menu-toggle span:nth-child(1) {
  top: 2px;
}
.mobile-menu-toggle span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu-toggle span:nth-child(3) {
  bottom: 2px;
}
.mobile-menu-toggle.active span:nth-child(1) {
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}
.mobile-menu-toggle.active span:nth-child(2) {
  opacity: 0;
}
.mobile-menu-toggle.active span:nth-child(3) {
  bottom: 50%;
  transform: translateY(50%) rotate(-45deg);
}
.breadcrumb {
  background: #f8f8f8;
  padding: 12px 0;
  font-size: 14px;
  color: #666;
}
.hero {
  position: relative;
  height: 100vh;
  background: linear-gradient(135deg, rgba(44, 62, 80, 0.7), rgba(52, 73, 94, 0.7)), url('./public/photos/khirat\ \(3\).jpeg');
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.hero-video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}
    #youtube-player,
    #fallback-iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: none;
        pointer-events: none;
    }
    #fallback-iframe {
        display: none; 
    }
.hero-youtube-video {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100vw;
  height: 56.25vw; 
  min-height: 100vh;
  min-width: 177.77vh; 
  transform: translate(-50%, -50%);
  z-index: 0;
  pointer-events: none;
}
.hero-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
}
.hero-overlay {
  position: absolute;
  inset: 0;
  background: linear-gradient(135deg, #0b4f2a 0%, #0e7a3e 45%, #107539 70%, rgb(7 88 40 / 25%) 100%);
  z-index: 1;
}
.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  max-width: 800px;
  padding: 0 20px;
}
.hero-badge {
  display: inline-block;
  background: linear-gradient(45deg, #1abc9c, #16a085);
  color: white;
  padding: 8px 20px;
  border-radius: 25px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 20px;
  box-shadow: 0 4px 15px rgba(26, 188, 156, 0.3);
  animation: pulse-glow 2s infinite;
}
@keyframes pulse-glow {
  0%, 100% {
    box-shadow: 0 4px 15px rgba(26, 188, 156, 0.3);
  }
  50% {
    box-shadow: 0 6px 25px rgba(26, 188, 156, 0.5);
  }
}
.hero-title {
  font-size: 56px;
  font-weight: 700;
  color: #fff;
  line-height: 1.2;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3);
  margin-bottom: 20px;
}
.hero-description {
  font-size: 1.3rem;
  color: #fff;
  margin-bottom: 30px;
  opacity: 0.9;
  font-weight: 300;
  line-height: 1.6;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.hero-actions {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}
.btn-hero-primary, .btn-hero-secondary, .btn-hero-video{
  display: inline-block;
  padding: 15px 30px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  min-width: 160px;
}
.btn-hero-primary {
  background: linear-gradient(45deg, #1abc9c, #16a085);
  color: white;
  box-shadow: 0 4px 15px rgba(26, 188, 156, 0.3);
}
.btn-hero-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 25px rgba(26, 188, 156, 0.4);
  color: white;
  text-decoration: none;
}
.btn-hero-secondary {
  background: transparent;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.8);
}
.btn-hero-secondary:hover {
  background: white;
  color: #2c3e50;
  transform: translateY(-2px);
  text-decoration: none;
}
.btn-hero-video {
    background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    color: white;
}
.btn-hero-video:hover {
    background: linear-gradient(135deg, #ee5a52, #ff6b6b);
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(255, 107, 107, 0.3);
    text-decoration: none;
}
.hero-subtitle {
  font-size: 20px;
  color: #fff;
  margin-top: 20px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}
.intro-section {
  padding: 60px 0;
  background: #fff;
}
.intro-text {
  max-width: 900px;
  margin: 0 auto;
  text-align: center;
  font-size: 16px;
  line-height: 1.8;
  color: #555;
}
.roadmap-section {
  padding: 80px 0;
  background: #f5f5f5;
}
.section-title {
  font-size: 36px;
  font-weight: 700;
  color: #333;
  margin-bottom: 20px;
}
.section-description {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 60px;
}
.timeline {
  display: flex;
  gap: 30px;
  margin-bottom: 40px;
  overflow-x: auto;
  padding-bottom: 20px;
}
.timeline-card {
  background: #fff;
  border-radius: 8px;
  padding: 32px;
  min-width: 320px;
  flex: 1;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.timeline-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.timeline-year {
  font-size: 48px;
  font-weight: 700;
  color: #333;
  margin-bottom: 12px;
}
.timeline-badge {
  display: inline-block;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 24px;
}
.timeline-badge-current {
  background: #d4edda;
  color: #155724;
}
.timeline-badge-future {
  background: #d1ecf1;
  color: #0c5460;
}
.timeline-icon {
  margin-bottom: 24px;
}
.timeline-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.4;
}
.timeline-list {
  list-style: none;
  padding: 0;
}
.timeline-list li {
  padding: 8px 0;
  padding-left: 24px;
  position: relative;
  font-size: 14px;
  color: #666;
  line-height: 1.6;
}
.timeline-list li:before {
  content: "→";
  position: absolute;
  left: 0;
  color: #2d7a7a;
}
.timeline-dots {
  display: flex;
  justify-content: center;
  gap: 12px;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ddd;
  cursor: pointer;
  transition: background 0.3s;
}
.dot.active {
  background: #2d7a7a;
}
.strategy-section {
  padding: 80px 0;
  background: #fff;
}
.strategy-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin: 40px 0;
}
.strategy-image {
  aspect-ratio: 4 / 3;
  overflow: hidden;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.strategy-image:hover {
  transform: scale(1.05);
}
.strategy-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.strategy-image:hover img {
  transform: scale(1.1);
}
.strategy-footer {
  max-width: 900px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-top: 40px;
}
.quote-section {
  padding: 80px 0;
  background: #14572e;
  color: #fff;
}
.quote-content {
  display: grid;
  grid-template-columns: 300px 1fr;
  gap: 60px;
  align-items: center;
}
.quote-image {
  border-radius: 8px;
  overflow: hidden;
}
.quote-image img {
  width: 100%;
  height: auto;
  display: block;
}
.quote-text p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.quote-author {
  font-weight: 600;
  font-style: italic;
  margin-top: 30px;
}
.goals-section {
  padding: 80px 0;
  background: #f8f8f8;
}
.goals-heading {
  font-size: 48px;
  font-weight: 700;
  color: #d4a574;
  line-height: 1.2;
  margin-bottom: 20px;
}
.goals-intro {
  max-width: 800px;
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 60px;
}
.goals-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}
.goal-card {
  background: #fff;
  border-radius: 8px;
  padding: 40px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.goal-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.goal-icon {
  margin-bottom: 24px;
}
.goal-title {
  font-size: 22px;
  font-weight: 600;
  color: #333;
  margin-bottom: 16px;
  line-height: 1.3;
}
.goal-subtitle {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}
.goal-description {
  font-size: 14px;
  line-height: 1.8;
  color: #666;
  margin-bottom: 20px;
}
.goal-link {
  color: #2d7a7a;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  transition: color 0.2s;
}
.goal-link:hover {
  color: #1f5555;
}
.cta-section {
  position: relative;
  padding: 100px 0;
  background-image: url("/dark-forest-landscape-at-dusk.jpg");
  background-size: cover;
  background-position: center;
  color: #fff;
}
.cta-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}
.cta-content {
  position: relative;
  z-index: 10;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}
.cta-title {
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}
.cta-highlight {
  color: #e74c3c;
}
.cta-text p {
  font-size: 15px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.related-section {
  padding: 80px 0;
  background: #fff;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
  margin-top: 40px;
}
.related-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s;
}
.related-card:hover {
  transform: translateY(-4px);
}
.related-image {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}
.related-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.related-overlay {
  position: absolute;
  inset: 0;
  background: rgba(45, 122, 122, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
}
.related-label {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
}
.related-content {
  padding: 24px;
}
.related-tag {
  display: inline-block;
  background: #e8f5f5;
  color: #2d7a7a;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
}
.related-title {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  line-height: 1.4;
}
.footer {
  background: #14572e;
  color: #fff;
  padding: 60px 0 30px;
}
.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.footer-links {
  display: flex;
  gap: 24px;
}
.footer-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.2s;
}
.footer-link:hover {
  opacity: 0.7;
}
.footer-social {
  display: flex;
  gap: 20px;
}
.social-link {
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  transition: opacity 0.2s;
}
.social-link:hover {
  opacity: 0.7;
}
.footer-bottom {
  text-align: center;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.6);
}
.fade-in {
  animation: fadeIn 0.6s ease-in;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.slide-in-left {
  animation: slideInLeft 0.6s ease-out;
}
@keyframes slideInLeft {
  from {
    opacity: 0;
    transform: translateX(-50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
.slide-in-right {
  animation: slideInRight 0.6s ease-out;
}
@keyframes slideInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (max-width: 1024px) {
  .nav {
    display: none;
  }
  .mobile-menu-toggle {
    display: flex;
  }
  .nav.active {
    display: flex !important;
    position: fixed;
    top: 0;
    right: 0;
    width: 300px;
    height: 100vh;
    background: rgba(44, 62, 80, 0.98);
    padding: 80px 20px 30px;
    flex-direction: column;
    gap: 5px;
    z-index: 10001;
    box-shadow: -5px 0 25px rgba(0, 0, 0, 0.4);
    backdrop-filter: blur(15px);
    transform: translateX(0);
    transition: transform 0.3s ease-in-out;
    pointer-events: auto;
    visibility: visible;
    opacity: 1;
  }
  @media (max-width: 1024px) {
    .nav {
      transform: translateX(100%);
      transition: transform 0.3s ease-in-out;
    }
  }
  .nav-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 1;
    opacity: 0;
    transition: opacity 0.3s ease;
    pointer-events: auto;
  }
  .nav-overlay.active {
    display: block !important;
    opacity: 1 !important;
    visibility: visible;
  }
  .nav-close {
    position: absolute;
    top: 15px;
    right: 15px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid rgba(255, 255, 255, 0.3);
    border-radius: 50%;
    color: #fff;
    font-size: 24px;
    font-weight: bold;
    cursor: pointer;
    z-index: 10003;
    transition: all 0.3s ease;
    display: none !important;
    align-items: center;
    justify-content: center;
    line-height: 1;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  .nav-close:hover {
    background: rgba(255, 255, 255, 0.25);
    transform: rotate(90deg);
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  }
  @media (max-width: 1024px) {
    .nav-close {
      display: flex !important;
    }
  }
  @media (min-width: 1025px) {
    .nav-close {
      display: none !important;
      visibility: hidden !important;
    }
  }
  .nav.active .nav-link {
    display: block !important;
    color: #fff !important;
    padding: 20px 25px;
    border-radius: 10px;
    text-decoration: none;
    font-weight: 600;
    font-size: 18px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    cursor: pointer;
    pointer-events: auto;
    z-index: 10002;
    background: rgba(255, 255, 255, 0.05);
    margin-bottom: 8px;
    text-align: center;
    line-height: 1.4;
    visibility: visible;
    opacity: 1;
  }
  .nav.active .nav-link::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 4px;
    background: #1abc9c;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
  }
  .nav.active .nav-link:hover {
    background: rgba(26, 188, 156, 0.3) !important;
    color: #1abc9c !important;
    transform: translateX(8px);
    box-shadow: 0 4px 15px rgba(26, 188, 156, 0.2);
  }
  .nav.active .nav-link:hover::before {
    transform: translateX(0);
  }
  .nav.active .nav-link:active {
    background: rgba(26, 188, 156, 0.5) !important;
    transform: translateX(4px);
    color: #fff !important;
  }
  .nav.active .nav-link.active {
    background: rgba(26, 188, 156, 0.25) !important;
    color: #1abc9c !important;
    font-weight: 700;
    border-left: 4px solid #1abc9c;
  }
  .nav.active .nav-link.active::before {
    transform: translateX(0);
  }
  .nav.active .nav-link:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }
  body.no-scroll {
    overflow: hidden;
  }
  .timeline {
    flex-direction: column;
  }
  .timeline-card {
    min-width: 100%;
  }
  .strategy-grid {
    grid-template-columns: 1fr;
  }
  .quote-content {
    grid-template-columns: 1fr;
  }
  .goals-grid {
    grid-template-columns: 1fr;
  }
  .cta-content {
    grid-template-columns: 1fr;
  }
  .related-grid {
    grid-template-columns: 1fr;
  }
  .footer-content {
    flex-direction: column;
    gap: 30px;
    text-align: center;
  }
}
@media (max-width: 768px) {
  body {
    overflow-x: hidden;
  }
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .header {
    padding: 0;
  }
  .header-content {
    padding: 10px 0;
    gap: 15px;
  }
  .header-actions {
    gap: 8px;
  }
  .language-select {
    padding: 5px 8px;
    font-size: 14px;
  }
  .search-btn {
    padding: 8px;
    font-size: 16px;
  }
  .mobile-menu-toggle {
    width: 32px;
    height: 24px;
    padding: 0;
    position: relative;
  }
  .mobile-menu-toggle span {
    width: 100%;
    height: 3px;
    background: #2c3e50;
    display: block;
    position: absolute;
    transition: all 0.3s ease;
  }
  .mobile-menu-toggle span:nth-child(1) {
    top: 0;
  }
  .mobile-menu-toggle span:nth-child(2) {
    top: 50%;
    transform: translateY(-50%);
  }
  .mobile-menu-toggle span:nth-child(3) {
    bottom: 0;
  }
  .mobile-menu-toggle.active span:nth-child(1) {
    top: 50%;
    transform: translateY(-50%) rotate(45deg);
  }
  .mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
  }
  .mobile-menu-toggle.active span:nth-child(3) {
    bottom: 50%;
    transform: translateY(50%) rotate(-45deg);
  }
  @media (max-width: 480px) {
    .nav.active {
      width: 100%;
      right: 0;
      padding: 80px 15px 30px;
    }
    .nav-close {
      top: 15px;
      right: 15px;
    }
    .nav.active .nav-link {
      font-size: 20px;
      padding: 22px 20px;
      margin-bottom: 10px;
    }
  }
  .hero {
    min-height: 70vh;
    padding: 40px 0;
  }
  .hero-title {
    font-size: 32px;
    line-height: 1.2;
    margin-bottom: 15px;
  }
  .hero-description {
    font-size: 16px;
    margin-bottom: 25px;
  }
  .hero-actions {
    flex-direction: column;
    gap: 12px;
    align-items: center;
  }
  .btn-hero-primary, 
  .btn-hero-secondary, 
  .btn-hero-video {
    width: 100%;
    max-width: 280px;
    padding: 12px 20px;
    font-size: 14px;
  }
  .section-title {
    font-size: 24px;
    line-height: 1.3;
  }
  .goals-heading {
    font-size: 28px;
  }
  .cta-title {
    font-size: 26px;
  }
  section {
    padding: 40px 0;
  }
  .company-overview {
    padding: 50px 0;
  }
  .stats-section {
    padding: 40px 0;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
  .col-lg-6,
  .col-md-6 {
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 30px;
  }
  .img-fluid {
    max-width: 100%;
    height: auto;
  }
  .stat-card {
    padding: 20px 15px;
    margin-bottom: 20px;
  }
  .footer {
    padding: 40px 0 20px;
  }
  .footer-content {
    text-align: center;
    gap: 20px;
  }
}
.about-hero {
  height: 400px;
}
.company-overview {
  padding: 80px 0;
  background: #fff;
}
.stats-section {
  padding: 60px 0;
  background: #14572e;
}
.stat-card {
  padding: 30px 20px;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease;
}
.stat-card:hover {
  transform: translateY(-8px);
}
.stat-number {
  font-size: 48px;
  font-weight: 700;
  color: #2d7a7a;
  margin-bottom: 10px;
}
.stat-label {
  font-size: 16px;
  color: #666;
  margin: 0;
}
.mission-vision-section {
  padding: 80px 0;
  background: #fff;
}
.mission-card {
  background: #e3e3e3;
  padding: 40px;
  border-radius: 8px;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.mission-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.mission-icon {
  margin-bottom: 24px;
}
.mission-card h3 {
  font-size: 24px;
  font-weight: 600;
  color: #2d7a7a;
  margin-bottom: 16px;
}
.mission-card p {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.values-section {
  padding: 80px 0;
  background: #c5c5c5;
}
.value-card {
  background: #fff;
  padding: 30px;
  border-radius: 8px;
  height: 100%;
  border-left: 4px solid #2d7a7a;
  transition: transform 0.3s ease;
}
.value-card:hover {
  transform: translateX(8px);
}
.value-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #2d7a7a;
  margin-bottom: 12px;
}
.value-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.team-section {
  padding: 80px 0;
  background: #fff;
}
.team-card {
  text-align: center;
  transition: transform 0.3s ease;
}
.team-card:hover {
  transform: translateY(-8px);
}
.team-img {
  width: 100%;
  height: 250px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 20px;
}
.team-card h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.team-role {
  font-size: 14px;
  color: #2d7a7a;
  margin: 0;
}
.products-hero {
  height: 400px;
}
.product-categories {
  padding: 80px 0;
  background: #fff;
}
.category-title {
  font-size: 28px;
  font-weight: 600;
  color: #333;
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: 3px solid #2d7a7a;
}
.product-card {
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.product-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.product-image {
  position: relative;
  height: 250px;
  overflow: hidden;
}
.product-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.product-card:hover .product-image img {
  transform: scale(1.1);
}
.product-badge {
  position: absolute;
  top: 15px;
  right: 15px;
  background: #2d7a7a;
  color: #fff;
  padding: 6px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
}
.product-content {
  padding: 24px;
}
.product-content h4 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
}
.product-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 20px;
}
.btn-primary {
  background: #2d7a7a;
  color: #fff;
  border: none;
  padding: 10px 24px;
  border-radius: 4px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}
.btn-primary:hover {
  background: #1f5555;
}
.quality-section {
  padding: 80px 0;
  background: #f8f8f8;
}
.quality-list {
  list-style: none;
  padding: 0;
  margin-top: 30px;
}
.quality-list li {
  padding: 15px 0;
  border-bottom: 1px solid #e5e5e5;
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.quality-list li:last-child {
  border-bottom: none;
}
.quality-list strong {
  color: #2d7a7a;
  font-size: 16px;
}
.quality-list span {
  color: #666;
  font-size: 14px;
}
.certifications-section {
  padding: 80px 0;
  background: #fff;
}
.cert-card {
  padding: 30px 20px;
  background: #f8f8f8;
  border-radius: 8px;
  transition: transform 0.3s ease;
}
.cert-card:hover {
  transform: scale(1.05);
}
.cert-icon {
  font-size: 32px;
  font-weight: 700;
  color: #2d7a7a;
  margin-bottom: 15px;
}
.cert-card p {
  font-size: 14px;
  color: #666;
  margin: 0;
}
.products-cta {
  padding: 80px 0;
}
.products-cta .cta-content {
  max-width: 800px;
  margin: 0 auto;
}
.btn-cta {
  display: inline-block;
  background: #2d7a7a;
  color: #fff;
  padding: 15px 40px;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
  margin-top: 30px;
  transition: background 0.3s ease;
}
.btn-cta:hover {
  background: #1f5555;
  color: #fff;
}
.breadcrumb a {
  color: #2d7a7a;
  text-decoration: none;
  transition: color 0.2s;
}
.breadcrumb a:hover {
  color: #1f5555;
}
.recipes-hero {
  height: 400px;
}
.recipe-filters {
  padding: 40px 0;
  background: #fff;
  border-bottom: 1px solid #e5e5e5;
}
.filter-buttons {
  display: flex;
  justify-content: center;
  gap: 15px;
  flex-wrap: wrap;
}
.filter-btn {
  padding: 10px 24px;
  border: 2px solid #2d7a7a;
  background: #fff;
  color: #2d7a7a;
  border-radius: 25px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
}
.filter-btn:hover,
.filter-btn.active {
  background: #2d7a7a;
  color: #fff;
}
.recipes-section {
  padding: 60px 0;
  background: #f8f8f8;
}
.recipe-item {
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.recipe-card {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.recipe-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.recipe-image {
  position: relative;
  height: 220px;
  overflow: hidden;
}
.recipe-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s ease;
}
.recipe-card:hover .recipe-image img {
  transform: scale(1.1);
}
.recipe-time {
  position: absolute;
  top: 15px;
  right: 15px;
  background: rgba(0, 0, 0, 0.7);
  color: #fff;
  padding: 6px 12px;
  border-radius: 20px;
  font-size: 12px;
  font-weight: 600;
}
.recipe-content {
  padding: 24px;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.recipe-category {
  display: inline-block;
  background: #e8f5f5;
  color: #2d7a7a;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  margin-bottom: 12px;
  width: fit-content;
}
.recipe-content h3 {
  font-size: 20px;
  font-weight: 600;
  color: #333;
  margin-bottom: 12px;
  line-height: 1.3;
}
.recipe-content p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin-bottom: 16px;
  flex: 1;
}
.recipe-meta {
  display: flex;
  gap: 20px;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}
.btn-recipe {
  background: #2d7a7a;
  color: #fff;
  border: none;
  padding: 12px 24px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
}
.btn-recipe:hover {
  background: #1f5555;
}
.cooking-tips-section {
  padding: 80px 0;
  background: #fff;
}
.tip-card {
  background: #f8f8f8;
  padding: 40px 30px;
  border-radius: 12px;
  text-align: center;
  height: 100%;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.tip-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
}
.tip-icon {
  font-size: 48px;
  margin-bottom: 20px;
}
.tip-card h4 {
  font-size: 20px;
  font-weight: 600;
  color: #2d7a7a;
  margin-bottom: 12px;
}
.tip-card p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
}
.contact-hero {
  height: 350px;
  background: linear-gradient(135deg, #2d7a7a 0%, #1f5555 100%);
}
.contact-section {
  padding: 80px 0;
  background: #f8f8f8;
}
.contact-form-wrapper,
.contact-info-wrapper {
  background: #fff;
  padding: 40px;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
  height: 100%;
}
.contact-form .form-label {
  font-weight: 600;
  color: #333;
  margin-bottom: 8px;
}
.contact-form .form-control {
  border: 2px solid #e5e5e5;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 14px;
  transition: border-color 0.3s ease;
}
.contact-form .form-control:focus {
  border-color: #2d7a7a;
  box-shadow: 0 0 0 0.2rem rgba(45, 122, 122, 0.1);
  outline: none;
}
.btn-submit {
  background: #2d7a7a;
  color: #fff;
  border: none;
  padding: 14px 40px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 100%;
  margin-top: 10px;
}
.btn-submit:hover {
  background: #1f5555;
}
.btn-submit:disabled {
  background: #ccc;
  cursor: not-allowed;
}
.form-message {
  margin-top: 20px;
  padding: 15px;
  border-radius: 6px;
  font-size: 14px;
  display: none;
}
.form-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}
.form-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}
.contact-info-item {
  display: flex;
  gap: 20px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #e5e5e5;
}
.contact-info-item:last-of-type {
  border-bottom: none;
}
.contact-icon {
  font-size: 32px;
  flex-shrink: 0;
}
.contact-details h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2d7a7a;
  margin-bottom: 8px;
}
.contact-details p {
  font-size: 14px;
  line-height: 1.6;
  color: #666;
  margin: 0;
  direction: ltr;
}
.social-links-contact {
  margin-top: 40px;
  padding-top: 30px;
  border-top: 1px solid #e5e5e5;
}
.social-links-contact h4 {
  font-size: 18px;
  font-weight: 600;
  color: #333;
  margin-bottom: 15px;
}
.social-icons {
  display: flex;
  gap: 15px;
}
.social-icon {
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f8f8f8;
  border-radius: 50%;
  font-size: 20px;
  text-decoration: none;
  transition: all 0.3s ease;
}
.social-icon:hover {
  background: #2d7a7a;
  transform: translateY(-3px);
}
.map-section {
  padding: 80px 0;
  background: #fff;
}
.map-wrapper {
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}
.map-wrapper iframe {
  display: block;
}
.partners-section {
  padding: 80px 0;
  background: #f8f9fa;
}
.partner-card {
  background: #fff;
  border-radius: 12px;
  padding: 40px 30px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.partner-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
.partner-logo {
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
  background: #f8f9fa;
  border-radius: 8px;
  padding: 15px;
}
.partner-logo img {
  max-height: 50px;
  max-width: 100%;
  object-fit: contain;
}
.partner-card h4 {
  font-size: 1.4rem;
  font-weight: 600;
  color: #2c3e50;
  margin-bottom: 15px;
}
.partner-card p {
  color: #6c757d;
  font-size: 0.95rem;
  line-height: 1.6;
  margin: 0;
}
.contact-info-section {
  border-top: 1px solid #e5e5e5;
  padding-top: 20px;
  margin-top: 20px;
}
.contact-info-section h4 {
  color: #2c3e50;
  font-weight: 600;
  margin-bottom: 20px;
}
.contact-info-section h5 {
  color: #2c3e50;
  font-weight: 500;
  font-size: 1rem;
  margin-bottom: 5px;
}
.about-hero,
.products-hero,
.recipes-hero,
.contact-hero,
.sustainability-hero,
.why-us-hero,
.vision-hero {
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.about-hero .hero-overlay,
.products-hero .hero-overlay,
.recipes-hero .hero-overlay,
.contact-hero .hero-overlay,
.sustainability-hero .hero-overlay,
.why-us-hero .hero-overlay,
.vision-hero .hero-overlay {
  background: linear-gradient(
    135deg,
    rgba(44, 62, 80, 0.8) 0%,
    rgba(52, 73, 94, 0.6) 50%,
    rgba(26, 188, 156, 0.4) 100%
  );
}
@keyframes slideInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideInDown {
  from {
    opacity: 0;
    transform: translateY(-30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.hero-badge {
  animation: slideInDown 0.8s ease-out 0.2s both;
}
.hero-title {
  animation: slideInUp 0.8s ease-out 0.4s both;
}
.hero-description {
  animation: slideInUp 0.8s ease-out 0.6s both;
}
.hero-actions {
  animation: slideInUp 0.8s ease-out 0.8s both;
}
html {
  scroll-behavior: smooth;
}
.about-hero,
.products-hero,
.recipes-hero,
.contact-hero {
  background-attachment: fixed;
}
@media (max-width: 768px) {
  .about-hero,
  .products-hero,
  .recipes-hero,
  .contact-hero {
    background-attachment: scroll;
  }
}
@media (max-width: 768px) {
  #youtube-player {
    width: 120vw;
    height: 67.5vw;
    min-height: 120vh;
    min-width: 213.33vh;
  }
  .hero-youtube-video {
    width: 120vw;
    height: 67.5vw;
    min-height: 120vh;
    min-width: 213.33vh;
  }
  .about-hero,
  .products-hero,
  .recipes-hero,
  .contact-hero,
  .sustainability-hero,
  .why-us-hero,
  .vision-hero {
    background-attachment: scroll;
    height: 400px;
  }
}
@keyframes gradientShift {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
@media (max-width: 768px) {
  .hero-title {
    font-size: 2.5rem;
  }
  .hero-description {
    font-size: 1.1rem;
  }
  .hero-actions {
    flex-direction: row;
    align-items: center;
  }
  .btn-hero-primary, 
  .btn-hero-secondary {
    width: 200px;
  }
  .about-hero,
  .products-hero,
  .recipes-hero,
  .contact-hero,
  .sustainability-hero {
    height: 400px;
  }
}
@media (max-width: 768px) {
  .filter-buttons {
    gap: 10px;
  }
  .filter-btn {
    padding: 8px 16px;
    font-size: 13px;
  }
  .recipe-meta {
    flex-direction: column;
    gap: 8px;
  }
  .contact-form-wrapper,
  .contact-info-wrapper {
    padding: 30px 20px;
  }
  .contact-info-item {
    flex-direction: column;
    gap: 10px;
  }
}
.why-us-content {
    padding: 80px 0;
    background: #f8f9fa;
}
.why-us-card {
    background: white;
    border-radius: 15px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e9ecef;
}
.why-us-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.15);
}
.why-us-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}
.why-us-card h3 {
    color: #2c3e50;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 20px;
}
.why-us-card p {
    color: #6c757d;
    line-height: 1.7;
    margin: 0;
}
.why-us-hero {
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.stats-section.bg-secondary {
    background: linear-gradient(135deg, #135f31, #0e8843) !important;
    padding: 80px 0;
}
.stats-section .stat-card {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 15px;
    padding: 30px 20px;
    backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}
.stats-section .stat-number {
    font-size: 3rem;
    font-weight: 800;
    color: #fff;
    margin-bottom: 10px;
}
.stats-section .stat-label {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.9);
    margin: 0;
}
.vision-hero {
    min-height: 60vh;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
.vision-statement {
    padding: 80px 0;
    background: #fff;
}
.vision-text {
    font-size: 1.2rem;
    line-height: 1.8;
    color: #555;
}
.belief-section {
    padding: 80px 0;
    background: #f8f9fa !important;
}
.belief-text {
    font-size: 1.1rem;
    line-height: 1.7;
    color: #666;
}
.projects-section {
    padding: 80px 0;
    background: #fff;
}
.project-card {
    background: white;
    border-radius: 15px;
    padding: 40px 25px;
    text-align: center;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    height: 100%;
    border: 1px solid #e9ecef;
}
.project-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0,0,0,0.12);
}
.project-icon {
    font-size: 3rem;
    margin-bottom: 20px;
    display: block;
}
.project-card h4 {
    color: #2c3e50;
    font-size: 1.4rem;
    font-weight: 700;
    margin-bottom: 15px;
}
.project-card p {
    color: #6c757d;
    line-height: 1.6;
    margin: 0;
}
.impact-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #081804, #005a24) !important;
}
.impact-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 15px 0;
}
.impact-icon {
    font-size: 2rem;
    opacity: 0.9;
}
.impact-item p {
    margin: 0;
    font-size: 1.1rem;
    color: rgba(255, 255, 255, 0.95);
}
    .hero-actions {
        flex-direction: row;
        gap: 15px;
    }


     @media (min-width: 1025px) {
      button.nav-close{
        display: none;
      }
     }