:root {
  --symatic-blue: #17969D;
  --symatic-dark: #1a1a2e;
  --symatic-accent: #e94560;
  --symatic-gray: #f8f9fa;
  --symatic-green: #198754;
  --symatic-navy: #16213e;
}

.btn-primary {
  background-color: var(--symatic-blue);
  border-color: var(--symatic-blue);
}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #127a80;
  border-color: #127a80;
}
.btn-outline-primary {
  color: var(--symatic-blue);
  border-color: var(--symatic-blue);
}
.btn-outline-primary:hover, .btn-outline-primary:focus, .btn-outline-primary:active {
  background-color: var(--symatic-blue);
  border-color: var(--symatic-blue);
  color: #fff;
}
.text-primary {
  color: var(--symatic-blue) !important;
}
.bg-primary {
  background-color: var(--symatic-blue) !important;
}
.border-primary {
  border-color: var(--symatic-blue) !important;
}
.bg-primary.bg-opacity-10 {
  background-color: rgba(23, 150, 157, 0.12) !important;
}
.bg-primary.bg-opacity-10.text-primary {
  color: #0f6b70 !important;
}

body {
  font-family: 'Inter', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: #333;
  overflow-x: hidden;
}

.top-bar {
  background: #fff;
  border-bottom: 1px solid #eee;
}

.main-nav {
  background: linear-gradient(135deg, var(--symatic-dark) 0%, var(--symatic-navy) 100%);
  box-shadow: 0 2px 10px rgba(0,0,0,0.15);
  padding: 0.6rem 1rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
}

.main-nav .nav-link {
  padding: 0.55rem 0.9rem;
  font-size: 0.9rem;
  letter-spacing: 0.2px;
}

.navbar-brand img {
  max-height: 50px;
}

.partner-badges img {
  height: 40px;
  margin-left: 8px;
}

.hero-section {
  position: relative;
}

.hero-section .carousel-item img {
  width: 100%;
  height: 720px;
  object-fit: cover;
}

.carousel-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(26,26,46,0.85) 0%, rgba(26,26,46,0.4) 60%, transparent 100%);
}

.hero-text-overlay {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
}

.hero-text-overlay .container {
  pointer-events: auto;
}

.hero-section .carousel-control-prev,
.hero-section .carousel-control-next {
  z-index: 15;
}

@media (max-width: 768px) {
  .hero-section .carousel-item img {
    height: 350px;
  }
  .hero-text-overlay h1 {
    font-size: 1.5rem;
  }
  .hero-text-overlay .lead {
    font-size: 0.9rem;
  }
  .hero-text-overlay .btn-lg {
    padding: 0.5rem 1rem;
    font-size: 0.85rem;
  }
}

.stats-bar {
  background: linear-gradient(135deg, var(--symatic-dark) 0%, var(--symatic-navy) 100%);
  padding: 2rem 0;
  position: relative;
  z-index: 5;
}

.stat-item {
  padding: 1rem;
  border-right: 1px solid rgba(255,255,255,0.1);
}

.stat-item:last-child {
  border-right: none;
}

.stat-item i {
  font-size: 2rem;
  color: var(--symatic-blue);
  margin-bottom: 0.5rem;
  display: block;
}

.stat-number {
  font-size: 1.8rem;
  font-weight: 800;
  color: #fff;
  line-height: 1.2;
}

.stat-label {
  color: rgba(255,255,255,0.6);
  font-size: 0.85rem;
  font-weight: 500;
}

@media (max-width: 768px) {
  .stat-item {
    border-right: none;
    border-bottom: 1px solid rgba(255,255,255,0.1);
  }
  .stat-number { font-size: 1.4rem; }
  .stat-item i { font-size: 1.5rem; }
}

.page-header {
  background: linear-gradient(135deg, #0f1a30 0%, #162040 50%, #1a2744 100%);
  color: white;
  padding: 2.5rem 0 2rem;
  margin-bottom: 0;
  border-top: 1px solid rgba(255,255,255,0.06);
  position: relative;
}

.page-header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: linear-gradient(90deg, transparent, rgba(26,115,232,0.4), transparent);
}

.page-header h1 {
  font-weight: 700;
  margin: 0 0 0.5rem;
  font-size: 2rem;
}

.section-title {
  position: relative;
  padding-bottom: 15px;
  margin-bottom: 30px;
  font-weight: 700;
  color: var(--symatic-dark);
}

.section-title::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 3px;
  background: var(--symatic-blue);
}

.section-title.text-center::after {
  left: 50%;
  transform: translateX(-50%);
}

.welcome-section {
  padding: 5rem 0;
}

.welcome-section img {
  border-radius: 12px;
  box-shadow: 0 8px 30px rgba(0,0,0,0.12);
}

.experience-badge {
  position: absolute;
  bottom: -15px;
  right: -15px;
  background: var(--symatic-blue);
  color: white;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  box-shadow: 0 4px 15px rgba(13,110,253,0.4);
  border: 4px solid #fff;
}

.icon-box-sm {
  color: var(--symatic-green);
  font-size: 1.2rem;
}

.highlight-cards-section {
  background: #f0f4f8;
}

.highlight-card {
  background: white;
  border-radius: 16px;
  padding: 2rem;
  height: 100%;
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  border: 1px solid rgba(0,0,0,0.04);
  position: relative;
  overflow: hidden;
}

.highlight-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: var(--symatic-blue);
  border-radius: 16px 16px 0 0;
}

.highlight-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 12px 35px rgba(0,0,0,0.12);
}

.highlight-icon {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, #e8f0fe 0%, #d4e4fc 100%);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.6rem;
  color: var(--symatic-blue);
  margin-bottom: 1.25rem;
}

.highlight-icon-accent {
  background: linear-gradient(135deg, #fde8ec 0%, #fcd4dc 100%);
  color: var(--symatic-accent);
}

.highlight-icon-green {
  background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
  color: var(--symatic-green);
}

.highlight-card h5 {
  font-weight: 700;
  color: var(--symatic-dark);
  margin-bottom: 0.75rem;
}

.highlight-card p {
  color: #666;
  font-size: 0.95rem;
  line-height: 1.6;
}

.product-list {
  list-style: none;
  padding: 0;
  margin: 0 0 1rem 0;
}

.product-list li {
  padding: 0.35rem 0;
  color: #555;
  font-size: 0.95rem;
}

.product-list li i {
  color: var(--symatic-green);
}

.card-link {
  display: inline-flex;
  align-items: center;
  color: var(--symatic-blue);
  font-weight: 600;
  text-decoration: none;
  font-size: 0.9rem;
  transition: all 0.3s ease;
}

.card-link:hover {
  color: var(--symatic-dark);
  gap: 4px;
}

.card-link i {
  transition: transform 0.3s ease;
}

.card-link:hover i {
  transform: translateX(4px);
}

.feature-box {
  background: white;
  border-radius: 16px;
  padding: 2rem 1.5rem;
  height: 100%;
  box-shadow: 0 2px 15px rgba(0,0,0,0.05);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.feature-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.1);
}

.feature-icon {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, var(--symatic-blue) 0%, #127a80 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.5rem;
  margin: 0 auto;
  box-shadow: 0 4px 15px rgba(13,110,253,0.3);
}

.partner-banner {
  background: linear-gradient(135deg, var(--symatic-dark) 0%, var(--symatic-navy) 100%);
  border-radius: 20px;
  padding: 3rem;
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.partner-badge-card {
  background: white;
  border-radius: 16px;
  padding: 1.5rem 2rem;
  text-align: center;
  min-width: 0;
  flex: 1 1 0;
  max-width: 200px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.partner-badge-card:hover {
  transform: scale(1.05);
}

.partner-badge-card img {
  width: 100%;
  max-width: 120px;
  height: 80px;
  object-fit: contain;
  display: block;
  margin: 0 auto 0.5rem;
}

@media (max-width: 767.98px) {
  .partner-banner {
    padding: 1.5rem;
    border-radius: 14px;
  }
  .partner-banner .col-md-7 {
    flex-wrap: nowrap;
    gap: 0.5rem !important;
    align-items: stretch !important;
  }
  .partner-badge-card {
    padding: 0.75rem;
    min-width: 0;
    max-width: none;
    flex: 1 1 0;
  }
  .partner-badge-card img {
    max-width: 80px;
    height: 60px;
  }
}
@media (max-width: 400px) {
  .partner-banner {
    padding: 1.25rem;
  }
  .partner-badge-card {
    padding: 0.5rem;
  }
  .partner-badge-card img {
    max-width: 60px;
    height: 50px;
  }
  .partner-badge-card span {
    font-size: 0.7rem;
  }
}

.partner-badge-card span {
  display: block;
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--symatic-dark);
}

.cta-section {
  background: linear-gradient(135deg, var(--symatic-dark) 0%, var(--symatic-navy) 50%, #0d3b66 100%);
  padding: 4rem 0;
}

.info-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}

.info-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.info-card .card-header {
  background: linear-gradient(135deg, var(--symatic-dark) 0%, var(--symatic-navy) 100%);
  color: white;
  border-radius: 12px 12px 0 0 !important;
  font-weight: 600;
}

.product-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  margin-bottom: 2rem;
  overflow: hidden;
}

.product-card img {
  width: 100%;
  height: 250px;
  object-fit: cover;
}

.product-card .card-body {
  padding: 1.5rem;
}

.timeline {
  position: relative;
  padding: 2rem 0;
}

.timeline::before {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 3px;
  height: 100%;
  background: var(--symatic-blue);
  top: 0;
}

@media (max-width: 768px) {
  .timeline::before {
    left: 20px;
  }
}

.timeline-item {
  position: relative;
  margin-bottom: 2rem;
  width: 50%;
  padding: 0 2rem;
}

.timeline-item:nth-child(odd) {
  left: 0;
  text-align: right;
}

.timeline-item:nth-child(even) {
  left: 50%;
}

@media (max-width: 768px) {
  .timeline-item {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding-left: 50px;
    padding-right: 1rem;
  }
}

.timeline-item .timeline-dot {
  position: absolute;
  width: 16px;
  height: 16px;
  background: var(--symatic-blue);
  border-radius: 50%;
  top: 10px;
  border: 3px solid white;
  box-shadow: 0 0 0 3px var(--symatic-blue);
}

.timeline-item:nth-child(odd) .timeline-dot {
  right: -8px;
}

.timeline-item:nth-child(even) .timeline-dot {
  left: -8px;
}

@media (max-width: 768px) {
  .timeline-item .timeline-dot {
    left: 12px !important;
    right: auto !important;
  }
}

.timeline-content {
  background: white;
  padding: 1.5rem;
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.timeline-content .year {
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--symatic-blue);
}

.team-table {
  border-radius: 8px;
  overflow: hidden;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
}

.team-table thead {
  background: linear-gradient(135deg, var(--symatic-dark) 0%, var(--symatic-navy) 100%);
  color: white;
}

.team-table tbody tr {
  transition: background 0.2s ease;
}

.team-table tbody tr:hover {
  background: #f0f7ff;
}

.contact-card {
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  height: 100%;
}

.contact-card .card-header {
  background: linear-gradient(135deg, var(--symatic-dark) 0%, var(--symatic-navy) 100%);
  color: white;
  border-radius: 12px 12px 0 0 !important;
  font-weight: 600;
}

.footer {
  background: linear-gradient(135deg, #0a0a1a 0%, var(--symatic-dark) 40%, var(--symatic-navy) 100%);
  color: #a0aec0;
  padding: 3.5rem 0 0;
}

.footer-heading {
  color: white;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 1.5px;
  margin-bottom: 1.25rem;
  position: relative;
  padding-bottom: 10px;
}

.footer-heading::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 30px;
  height: 2px;
  background: var(--symatic-blue);
}

.footer a {
  color: #8ec5fc;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer a:hover {
  color: white;
}

.footer-links li {
  margin-bottom: 0.5rem;
}

.footer-links a {
  color: #a0aec0;
  font-size: 0.9rem;
  transition: color 0.2s ease, padding-left 0.2s ease;
}

.footer-links a:hover {
  color: white;
  padding-left: 4px;
}

.footer-contact li {
  display: flex;
  gap: 0.6rem;
  margin-bottom: 0.75rem;
  font-size: 0.85rem;
  line-height: 1.5;
}

.footer-contact li i {
  color: var(--symatic-blue);
  flex-shrink: 0;
  margin-top: 3px;
}

.footer-contact li a,
.footer-contact li span {
  overflow-wrap: break-word;
  word-break: break-word;
  min-width: 0;
  color: rgba(255,255,255,0.7) !important;
}

.footer-contact li a:hover {
  color: #fff !important;
}

.footer-social-icon {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: rgba(255,255,255,0.08);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #a0aec0;
  transition: all 0.3s ease;
  font-size: 0.9rem;
}

.footer-social-icon:hover {
  background: var(--symatic-blue);
  color: white;
  transform: translateY(-2px);
}

.footer-bottom {
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 1.25rem 0;
  margin-top: 1rem;
}

.btn-symatic {
  background: var(--symatic-blue);
  color: white;
  border: none;
  padding: 0.6rem 1.75rem;
  border-radius: 8px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.btn-symatic:hover {
  background: #127a80;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(13,110,253,0.3);
}

.infrastructure-gallery img {
  border-radius: 8px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.1);
  width: 100%;
  height: 300px;
  object-fit: cover;
  margin-bottom: 1rem;
}

.accordion-button:not(.collapsed) {
  background: linear-gradient(135deg, var(--symatic-dark) 0%, var(--symatic-navy) 100%);
  color: white;
}

.accordion-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(13,110,253,0.25);
}

.quality-icon {
  width: 80px;
  height: 80px;
  background: linear-gradient(135deg, var(--symatic-blue) 0%, #127a80 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 2rem;
  margin: 0 auto 1rem;
}

.vision-card {
  border: none;
  border-left: 4px solid var(--symatic-blue);
  border-radius: 0 12px 12px 0;
  box-shadow: 0 4px 15px rgba(0,0,0,0.08);
  padding: 1.5rem;
  margin-bottom: 1.5rem;
  transition: transform 0.3s ease;
}

.vision-card:hover {
  transform: translateX(5px);
}

.vision-card h3 {
  color: var(--symatic-dark);
  font-weight: 700;
  font-size: 1.3rem;
}

.fade-in {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.fade-in.visible {
  opacity: 1;
  transform: translateY(0);
}

.nav-link.active-page {
  color: var(--symatic-blue) !important;
  font-weight: 600;
}

.dropdown-menu {
  border: none;
  box-shadow: 0 8px 25px rgba(0,0,0,0.12);
  border-radius: 12px;
  padding: 0.5rem;
}

.dropdown-item {
  border-radius: 8px;
  padding: 0.5rem 1rem;
  transition: background 0.2s ease;
}

.dropdown-item:hover {
  background: #f0f4f8;
}

.breadcrumb {
  background: rgba(255,255,255,0.06);
  padding: 0.5rem 1rem;
  margin: 0;
  border-radius: 8px;
  display: inline-flex;
  font-size: 0.85rem;
}

.breadcrumb-item a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  transition: color 0.2s;
}

.breadcrumb-item a:hover {
  color: #fff;
}

.breadcrumb-item + .breadcrumb-item::before {
  color: rgba(255,255,255,0.3);
}

.breadcrumb-item.active {
  color: rgba(255,255,255,0.9);
  font-weight: 500;
}
