/* ===================================
   NTONARCH CONGLOMERATE - MAIN STYLES
   =================================== */

/* Import Inter font */
:root {
  --bg-color: #ffffff;
  --text-color: #333333;
  --header-bg: #ffffff;
  --card-bg: #ffffff;
  --shadow: rgba(0, 0, 0, 0.1);
}

[data-theme="dark"] {
  --bg-color: #1a1a1a;
  --text-color: #ffffff;
  --header-bg: #2a2a2a;
  --card-bg: #2a2a2a;
  --shadow: rgba(0, 0, 0, 0.3);
}

body {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
    sans-serif;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  background-color: var(--bg-color);
  color: var(--text-color);
  transition: background-color 0.3s ease, color 0.3s ease;
}

*,
*::before,
*::after {
  box-sizing: inherit;
}

/* ===================================
     HEADER / NAVBAR
     =================================== */
header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  background: var(--header-bg);
  box-shadow: 0 2px 10px var(--shadow);
  transition: background-color 0.3s ease;
}

.navbar {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
}

.logo {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.logo a {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
}

.logo h1 {
  margin: 0;
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff6b00;
}

.nav-links {
  display: flex;
  gap: 1rem;
  align-items: center;
}

.dropdown {
  position: relative;
}

.dropbtn {
  background: #ff6b00;
  color: white;
  border: none;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 4px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.dropbtn:hover {
  background: #ff8c32;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
}

.dropdown-content {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: var(--card-bg);
  min-width: 200px;
  box-shadow: 0 8px 16px var(--shadow);
  z-index: 1000;
  border-radius: 8px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  transition: background-color 0.3s ease;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.dropdown-content a {
  color: var(--text-color);
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.dropdown-content a:hover {
  background: #ff6b00;
  color: white;
}

.header-controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.theme-toggle,
.profile-toggle {
  display: flex;
  align-items: center;
}

.theme-btn,
.profile-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem;
  color: #ff6b00;
  font-size: 1.2rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

.theme-btn:hover,
.profile-btn:hover {
  background: rgba(255, 107, 0, 0.1);
  color: #ff6b00;
}

.language-toggle {
  position: relative;
}

.language-btn {
  background: none;
  border: none;
  cursor: pointer;
  padding: 0.5rem 1rem;
  color: var(--text-color);
  font-size: 1rem;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  border-radius: 4px;
}

.language-btn:hover {
  background: rgba(255, 107, 0, 0.1);
  color: #ff6b00;
}

.language-btn.orange {
  color: #ff6b00;
}

.language-btn i {
  font-size: 1rem;
}

.lang-label {
  font-weight: 500;
}

.lang-arrow {
  font-size: 0.75rem;
}

.language-dropdown {
  display: none;
  position: absolute;
  top: 100%;
  right: 0;
  background: var(--card-bg);
  min-width: 250px;
  box-shadow: 0 8px 16px var(--shadow);
  z-index: 1000;
  border-radius: 8px;
  padding: 0.5rem 0;
  margin-top: 0.5rem;
  max-height: 400px;
  overflow-y: auto;
  transition: background-color 0.3s ease;
}

.language-toggle:hover .language-dropdown {
  display: block;
}

.language-dropdown li {
  padding: 0.75rem 1.5rem;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: var(--text-color);
  transition: all 0.3s ease;
  list-style: none;
}

.language-dropdown li:hover {
  background: #ff6b00;
  color: white;
}

.language-dropdown .flag {
  font-size: 1.2rem;
}

/* Container */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 2rem;
}

/* ===================================
     HERO SECTION
     =================================== */
main {
  padding-top: 80px;
}

.hero-section {
  position: relative;
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, #ff6b00 0%, #ff8c32 50%, #ffa726 80%);
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("assets/foundation.jpg"), url("assets/computer.jpg"),
    url("assets/engineering.jpg"), url("assets/market.jpg"),
    url("assets/media.jpg"), url("assets/real-estate.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  opacity: 0.1;
  animation: backgroundCycle 18s infinite;
}

@keyframes backgroundCycle {
  0%,
  16.66% {
    background-image: url("assets/foundation.jpg");
  }
  16.67%,
  33.33% {
    background-image: url("assets/computer.jpg");
  }
  33.34%,
  50% {
    background-image: url("assets/engineering.jpg");
  }
  50.01%,
  66.66% {
    background-image: url("assets/market.jpg");
  }
  66.67%,
  83.33% {
    background-image: url("assets/media.jpg");
  }
  83.34%,
  100% {
    background-image: url("assets/real-estate.jpg");
  }
}

ww.avif

.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    rgba(225, 205, 190, 0.05) 0%,
    rgba(255, 140, 66, 0.03) 50%,
    rgba(255, 167, 38, 0.05) 100%
  );
  z-index: 2;
}

/* Flowing Images Animation */
.flowing-images {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}

.image-flow-left,
.image-flow-right {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.image-flow-left {
  animation: flowLeft 20s linear infinite;
}

.image-flow-right {
  animation: flowRight 20s linear infinite;
  animation-delay: 10s;
}

.flowing-images img {
  width: 200px;
  height: 120px;
  object-fit: cover;
  border-radius: 10px;
  opacity: 0.9;
  filter: grayscale(10%) brightness(1.1) contrast(1.1);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
  transition: opacity 0.3s ease;
}

.flowing-images img:hover {
  opacity: 1;
  filter: grayscale(0%) brightness(1.2) contrast(1.2);
}

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

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

.hero-content {
  position: relative;
  z-index: 10;
  text-align: center;
  color: white;
  max-width: 1000px;
  margin: 0 auto;
  padding: 2rem;
  transform: translateY(-80px);
}

.hero-title {
  margin-bottom: 2rem;
}

.hero-subtitle {
  display: block;
  font-size: 1.8rem;
  font-weight: 400;
  margin-bottom: 1rem;
  opacity: 1;
  color: white;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.8);
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.hero-main-title {
  display: block;
  font-size: 4rem;
  font-weight: 800;
  line-height: 1.1;
  text-shadow: 4px 4px 8px rgba(0, 0, 0, 0.7);
  margin-top: 0.5rem;
}

.hero-description {
  font-size: 1.25rem;
  line-height: 1.6;
  margin-bottom: 3rem;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.95;
  text-shadow: 3px 3px 6px rgba(0, 0, 0, 0.6);
}

.hero-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  margin-bottom: 4rem;
  flex-wrap: wrap;
}

.hero-stats {
  display: flex;
  justify-content: center;
  gap: 3rem;
  flex-wrap: wrap;
}

.stat-item {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 1.5rem 2rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-number {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.stat-label {
  font-size: 0.9rem;
  opacity: 0.9;
  font-weight: 500;
}

/* ===================================
     BUTTONS
     =================================== */
.btn {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 1rem 2rem;
  border-radius: 50px;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
  cursor: pointer;
}

.btn-primary {
  background: white;
  color: #ff6b00;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-primary:hover {
  background: #f8f9fa;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-secondary {
  background: transparent;
  color: white;
  border: 2px solid white;
}

.btn-secondary:hover {
  background: white;
  color: #ff6b00;
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: #ff6b00;
  border: 2px solid #ff6b00;
}

.btn-outline:hover {
  background: #ff6b00;
  color: white;
  transform: translateY(-2px);
}

.btn-large {
  padding: 1.25rem 2.5rem;
  font-size: 1.1rem;
}

/* ===================================
     SECTION HEADERS
     =================================== */
.section-header {
  text-align: center;
  margin-bottom: 4rem;
}

.section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 1rem;
}

.ecosystem-title,
.portfolio-title,
.partners-title,
.ongoing-partnership-title {
  background-color: #ff6b00;
  color: white;
  padding: 1rem 2rem;
  border-radius: 10px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
}

.cta-title {
  background-color: #ff6b00;
  color: white;
  padding: 1rem 2rem;
  border-radius: 10px;
  display: inline-block;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.section-subtitle {
  font-size: 1.2rem;
  color: var(--text-color);
  opacity: 0.8;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.6;
}

/* ===================================
     COMPANY OVERVIEW
     =================================== */
.company-overview {
  padding: 6rem 0;
  background: var(--bg-color);
  transition: background-color 0.3s ease;
}

.overview-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
}

.overview-card {
  background: var(--card-bg);
  padding: 2.5rem;
  border-radius: 15px;
  text-align: center;
  box-shadow: 0 5px 20px var(--shadow);
  transition: transform 0.3s ease, background-color 0.3s ease;
}

.overview-card:hover {
  transform: translateY(-5px);
}

.card-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, #ff6b00, #ff8c42);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: white;
  font-size: 2rem;
}

.overview-card h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 1rem;
}

.overview-card p {
  color: var(--text-color);
  opacity: 0.8;
  line-height: 1.6;
}

/* ===================================
     SERVICES SECTION
     =================================== */
.services-section {
  padding: 6rem 0;
  background: var(--bg-color);
  transition: background-color 0.3s ease;
}

.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.service-card {
  background: var(--card-bg);
  border-radius: 15px;
  overflow: hidden;
  box-shadow: 0 5px 20px var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.service-image {
  position: relative;
  height: 200px;
  overflow: hidden;
}

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

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

.service-overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 107, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
  color: white;
  font-size: 3rem;
}

.service-card:hover .service-overlay {
  opacity: 1;
}

.service-content {
  padding: 2rem;
}

.service-content h3 {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--text-color);
  margin-bottom: 1rem;
}

.service-content p {
  color: var(--text-color);
  opacity: 0.8;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.service-link {
  color: #ff6b00;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  transition: gap 0.3s ease;
}

.service-link:hover {
  gap: 1rem;
}

/* ===================================
     STATISTICS SECTION
     =================================== */
.stats-section {
  padding: 6rem 0;
  background: linear-gradient(135deg, #ff6b00, #ff8c42);
  color: white;
}

.stats-section .section-title,
.stats-section .section-subtitle {
  color: white;
}

.stats-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 2rem;
}

.stat-card {
  text-align: center;
  background: rgba(255, 255, 255, 0.1);
  padding: 2rem;
  border-radius: 15px;
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-icon {
  font-size: 3rem;
  margin-bottom: 1rem;
  opacity: 0.9;
}

.stat-card .stat-number {
  font-size: 3rem;
  font-weight: 800;
  margin-bottom: 0.5rem;
}

.stat-card .stat-label {
  font-size: 1.1rem;
  opacity: 0.9;
  font-weight: 500;
}

/* ===================================
     PARTNERS SECTION
     =================================== */
.partners-section {
  padding: 6rem 0;
  background: white;
  overflow: hidden;
  position: relative;
}

.partners-container {
  position: relative;
  width: 100%;
  overflow: hidden;
  padding: 2rem 0 4rem 0;
}

.scroll-arrows-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
  margin-top: 2rem;
  position: relative;
  z-index: 100;
}

.scroll-arrow {
  background: linear-gradient(135deg, #ff6b00 0%, #ff8c42 100%);
  color: white;
  border: none;
  border-radius: 50%;
  width: 50px;
  height: 50px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  transition: all 0.3s ease;
  opacity: 0.9;
}

.scroll-arrow:hover {
  opacity: 1;
  transform: scale(1.1);
  box-shadow: 0 6px 20px rgba(255, 107, 0, 0.4);
  background: linear-gradient(135deg, #ff8c42 0%, #ff6b00 100%);
}

.scroll-arrow:active {
  transform: scale(0.95);
}

.partners-scroll {
  display: flex;
  gap: 3rem;
  animation: scrollPartners 40s linear infinite;
  width: max-content;
}

.partners-scroll:hover {
  animation-play-state: paused;
}

@keyframes scrollPartners {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.partner-item {
  flex: 0 0 auto;
  min-width: 200px;
  height: 150px;
}

.partner-link {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  position: relative;
  transition: transform 0.3s ease;
}

.partner-link:hover {
  transform: scale(1.1);
}

.partner-logo {
  width: 200px;
  height: 150px;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border: 2px solid #e0e0e0;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 1.5rem;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
  position: relative;
  overflow: hidden;
}

.partner-logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(255, 107, 0, 0.1),
    transparent
  );
  transition: left 0.5s ease;
}

.partner-link:hover .partner-logo::before {
  left: 100%;
}

.partner-link:hover .partner-logo {
  border-color: #ff6b00;
  box-shadow: 0 8px 25px rgba(255, 107, 0, 0.2);
  background: linear-gradient(135deg, #ffffff 0%, #fff5f0 100%);
}

.partner-logo i {
  font-size: 3rem;
  color: #ff6b00;
  margin-bottom: 0.5rem;
  transition: transform 0.3s ease;
}

.partner-link:hover .partner-logo i {
  transform: scale(1.2) rotate(5deg);
}

.partner-logo-img {
  max-width: 120px;
  max-height: 80px;
  width: auto;
  height: auto;
  object-fit: contain;
  margin-bottom: 0.5rem;
  transition: transform 0.3s ease;
  filter: grayscale(20%) brightness(1.05);
}

.partner-link:hover .partner-logo-img {
  transform: scale(1.1);
  filter: grayscale(0%) brightness(1.15);
}

.partner-placeholder {
  font-size: 0.85rem;
  color: #666;
  text-align: center;
  font-weight: 600;
  margin-top: 0.5rem;
  transition: color 0.3s ease;
}

.partner-link:hover .partner-placeholder {
  color: #ff6b00;
}

/* Partner Tooltip */
.partner-tooltip {
  position: fixed;
  background: linear-gradient(135deg, #ff6b00 0%, #ff8c42 100%);
  color: white;
  padding: 1.5rem 2rem;
  border-radius: 12px;
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  pointer-events: none;
  max-width: 350px;
  min-width: 300px;
}

.partner-tooltip.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.partner-tooltip::before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  border: 10px solid transparent;
  border-top-color: #ff6b00;
}

.tooltip-name {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 0.5rem;
  border-bottom: 2px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 0.5rem;
}

.tooltip-type {
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  opacity: 0.95;
  color: #fff5f0;
}

.tooltip-description {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.9;
}

/* ===================================
     ONGOING PARTNERSHIP SECTION
     =================================== */
.ongoing-partnership-section {
  padding: 6rem 0;
  background: var(--bg-color);
  transition: background-color 0.3s ease;
}

.ongoing-partnerships-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.partnership-card {
  background: var(--card-bg);
  border-radius: 15px;
  padding: 2rem;
  box-shadow: 0 5px 20px var(--shadow);
  transition: transform 0.3s ease, box-shadow 0.3s ease,
    background-color 0.3s ease;
  display: flex;
  flex-direction: column;
}

.partnership-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(255, 107, 0, 0.2);
}

.partnership-logo-container {
  width: 100%;
  height: 150px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  border-radius: 12px;
  border: 2px solid #e0e0e0;
  padding: 1.5rem;
  transition: all 0.3s ease;
}

.partnership-card:hover .partnership-logo-container {
  border-color: #ff6b00;
  background: linear-gradient(135deg, #ffffff 0%, #fff5f0 100%);
}

.partnership-logo-img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
  filter: grayscale(20%) brightness(1.05);
  transition: transform 0.3s ease, filter 0.3s ease;
}

.partnership-card:hover .partnership-logo-img {
  transform: scale(1.05);
  filter: grayscale(0%) brightness(1.15);
}

.partnership-logo-icon {
  font-size: 4rem;
  color: #ff6b00;
  transition: transform 0.3s ease;
}

.partnership-card:hover .partnership-logo-icon {
  transform: scale(1.1) rotate(5deg);
}

.partnership-name {
  font-size: 1.5rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 0.75rem;
  text-align: center;
}

.partnership-type {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background: linear-gradient(135deg, #ff6b00, #ff8c42);
  color: white;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font-size: 0.9rem;
  font-weight: 600;
  margin: 0 auto 1.5rem;
  text-align: center;
}

.partnership-type i {
  font-size: 0.85rem;
}

.partnership-contact {
  margin-top: auto;
  padding-top: 1.5rem;
  border-top: 2px solid #e0e0e0;
}

.partnership-contact-title {
  font-size: 0.9rem;
  font-weight: 600;
  color: #666;
  margin-bottom: 1rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  transition: opacity 0.3s ease, margin 0.3s ease;
}

.partnership-contact-info {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  max-height: 500px;
  overflow: hidden;
  transition: max-height 0.3s ease, opacity 0.3s ease;
  opacity: 1;
}

.partnership-contact-info.contact-info-hidden {
  max-height: 0;
  opacity: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.contact-toggle-btn {
  width: 100%;
  padding: 0.75rem 1rem;
  background: linear-gradient(135deg, #ff6b00, #ff8c42);
  color: white;
  border: none;
  border-radius: 8px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
  margin-bottom: 1rem;
}

.contact-toggle-btn:hover {
  background: linear-gradient(135deg, #ff8c42, #ff6b00);
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(255, 107, 0, 0.3);
}

.contact-toggle-btn:active {
  transform: translateY(0);
}

.contact-toggle-btn i {
  transition: transform 0.3s ease;
}

.contact-toggle-btn[aria-expanded="true"] i {
  transform: rotate(180deg);
}

.contact-item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: #333;
  font-size: 0.95rem;
  transition: color 0.3s ease;
}

.contact-item:hover {
  color: #ff6b00;
}

.contact-item i {
  color: #ff6b00;
  width: 20px;
  text-align: center;
  font-size: 1rem;
}

.contact-item a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s ease;
}

.contact-item a:hover {
  color: #ff6b00;
  text-decoration: underline;
}

/* ===================================
     CTA SECTION
     =================================== */
.cta-section {
  padding: 6rem 0;
  background: var(--bg-color);
  transition: background-color 0.3s ease;
}

.cta-content {
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
}

.cta-content h2 {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--text-color);
  margin-bottom: 1rem;
}

.cta-content p {
  font-size: 1.2rem;
  color: var(--text-color);
  opacity: 0.8;
  margin-bottom: 2.5rem;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  flex-wrap: wrap;
}

/* ===================================
     FOOTER
     =================================== */
footer {
  background: var(--bg-color);
  transition: background-color 0.3s ease;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.footer-content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 2rem;
  max-width: 1400px;
  margin: 0 auto;
  gap: 3rem;
  flex-wrap: wrap;
}

.footer-logo-section {
  display: flex;
  align-items: center;
}

.footer-logo-link {
  display: flex;
  align-items: center;
  gap: 1rem;
  text-decoration: none;
  transition: transform 0.3s ease;
}

.footer-logo-link:hover {
  transform: scale(1.05);
}

.footer-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.1));
  transition: filter 0.3s ease;
}

.footer-logo-link:hover .footer-logo {
  filter: drop-shadow(0 4px 8px rgba(255, 107, 0, 0.3));
}

.footer-logo-text {
  font-size: 1.5rem;
  font-weight: 700;
  color: #ff6b00;
  letter-spacing: 0.05em;
}

.footer-links-section {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-wrap: wrap;
  justify-content: center;
  flex: 1;
}

.footer-section {
  position: relative;
}

.footer-section .dropbtn {
  background: transparent;
  color: var(--text-color);
  border: 2px solid transparent;
  padding: 0.75rem 1.5rem;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  border-radius: 8px;
  transition: all 0.3s ease;
  white-space: nowrap;
}

.footer-section .dropbtn:hover {
  color: #ff6b00;
  border-color: #ff6b00;
  background: rgba(255, 107, 0, 0.05);
}

.footer-section .dropdown-content {
  top: auto;
  bottom: 100%;
  margin-bottom: 0.5rem;
  margin-top: 0;
}

.footer-section .dropdown-content a {
  color: var(--text-color);
  padding: 0.75rem 1.5rem;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
}

.footer-section .dropdown-content a:hover {
  background: #ff6b00;
  color: white;
}

.footer-bottom {
  background: #ff6b00;
  color: white;
  padding: 2rem;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
}

.footer-bottom p {
  margin: 0;
  font-size: 1rem;
}

.contact-developer {
  background: white;
  color: #ff6b00;
  text-decoration: none;
  font-weight: 500;
  padding: 0.75rem 1.5rem;
  border: 2px solid #ff6b00;
  border-radius: 50px;
  transition: all 0.3s ease;
  display: inline-block;
  margin-top: 0.5rem;
}

.contact-developer:hover {
  background: #ff6b00;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

/* ===================================
     RESPONSIVE DESIGN
     =================================== */
@media (max-width: 768px) {
  .navbar {
    flex-wrap: wrap;
    padding: 1rem;
  }

  .nav-links {
    order: 3;
    width: 100%;
    justify-content: center;
    margin-top: 1rem;
  }

  .header-controls {
    gap: 0.5rem;
  }

  .language-btn .lang-label {
    display: none;
  }

  .hero-main-title {
    font-size: 2.5rem;
  }

  .hero-description {
    font-size: 1.1rem;
  }

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

  .hero-stats {
    gap: 1.5rem;
  }

  .flowing-images img {
    width: 150px;
    height: 90px;
  }

  .image-flow-left,
  .image-flow-right {
    gap: 1rem;
  }

  .section-title {
    font-size: 2rem;
  }

  .section-subtitle {
    font-size: 1.1rem;
  }

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

  .stats-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .cta-buttons {
    flex-direction: column;
    align-items: center;
  }

  .container {
    padding: 0 1rem;
  }

  .partner-item {
    min-width: 150px;
    height: 120px;
  }

  .partner-logo {
    width: 150px;
    height: 120px;
    padding: 1rem;
  }

  .partner-logo i {
    font-size: 2rem;
  }

  .partner-placeholder {
    font-size: 0.75rem;
  }

  .partner-tooltip {
    max-width: 280px;
    min-width: 250px;
    padding: 1rem 1.5rem;
  }

  .partners-scroll {
    gap: 2rem;
  }

  .scroll-arrows-container {
    gap: 1rem;
    margin-top: 1.5rem;
  }

  .scroll-arrow {
    width: 45px;
    height: 45px;
    font-size: 1.3rem;
  }

  .ongoing-partnerships-grid {
    grid-template-columns: 1fr;
    gap: 1.5rem;
  }

  .partnership-card {
    padding: 1.5rem;
  }

  .partnership-logo-container {
    height: 120px;
    padding: 1rem;
  }

  .partnership-logo-icon {
    font-size: 3rem;
  }

  .partnership-name {
    font-size: 1.3rem;
  }
}

@media (max-width: 480px) {
  .hero-main-title {
    font-size: 2rem;
  }

  .hero-subtitle {
    font-size: 1.4rem;
  }

  .flowing-images img {
    width: 120px;
    height: 70px;
  }

  .image-flow-left,
  .image-flow-right {
    gap: 0.5rem;
  }

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

  .stat-item {
    padding: 1rem 1.5rem;
  }

  .partner-item {
    min-width: 120px;
    height: 100px;
  }

  .partner-logo {
    width: 120px;
    height: 100px;
    padding: 0.75rem;
  }

  .partner-logo i {
    font-size: 1.5rem;
  }

  .partner-placeholder {
    font-size: 0.65rem;
  }

  .scroll-arrows-container {
    gap: 0.75rem;
    margin-top: 1rem;
  }

  .scroll-arrow {
    width: 40px;
    height: 40px;
    font-size: 1.1rem;
  }

  .partnership-card {
    padding: 1.25rem;
  }

  .partnership-logo-container {
    height: 100px;
  }

  .partnership-logo-icon {
    font-size: 2.5rem;
  }

  .partnership-name {
    font-size: 1.2rem;
  }
}
