/* GeoTeck Website Stylesheet */
@import url('https://fonts.googleapis.com/css2?family=Rajdhani:wght@400;500;600;700&family=Open+Sans:wght@300;400;600&display=swap');

:root {
  --blue: #1E5C99;
  --blue-dark: #0f3d6e;
  --blue-light: #2a78c8;
  --green: #7CB342;
  --green-dark: #558b2f;
  --green-light: #9CCC65;
  --dark: #0a1628;
  --dark2: #111f38;
  --gray: #6c757d;
  --light-gray: #f4f7fc;
  --white: #ffffff;
  --text: #2c3e50;
}

* { box-sizing: border-box; margin: 0; padding: 0; }
html { scroll-behavior: smooth; }
body { font-family: 'Open Sans', sans-serif; color: var(--text); }

/* ===================== NAVBAR ===================== */
.navbar {
  background: rgba(10, 22, 40, 0.97) !important;
  padding: 0;
  transition: all 0.3s ease;
  border-bottom: 2px solid var(--green);
}
.navbar.scrolled { box-shadow: 0 4px 20px rgba(0,0,0,0.4); }
.navbar-brand img { height: 52px; }
.nav-link {
  color: #c8d8f0 !important;
  font-family: 'Rajdhani', sans-serif;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 0.8px;
  padding: 22px 16px !important;
  position: relative;
  transition: color 0.3s;
}
.nav-link::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 16px; right: 16px;
  height: 2px;
  background: var(--green);
  transform: scaleX(0);
  transition: transform 0.3s;
}
.nav-link:hover, .nav-link.active { color: var(--green) !important; }
.nav-link:hover::after, .nav-link.active::after { transform: scaleX(1); }
.nav-cta {
  background: var(--green) !important;
  color: var(--dark) !important;
  border-radius: 4px;
  margin: 12px 0 12px 8px;
  padding: 8px 18px !important;
}
.nav-cta::after { display: none !important; }
.nav-cta:hover { background: var(--green-dark) !important; }
.navbar-toggler { border-color: var(--green); }
.navbar-toggler-icon { background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%237CB342' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

/* ===================== HERO SLIDER ===================== */
#heroSlider { margin-top: 0; }
.hero-slide {
  height: 100vh;
  min-height: 600px;
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  align-items: center;
}
.slide-1 { background: linear-gradient(135deg, #0a1628 0%, #1E5C99 60%, #0a2540 100%); }
.slide-2 { background: linear-gradient(135deg, #0f3d1a 0%, #1a5c2a 50%, #0a2514 100%); }
.slide-3 { background: linear-gradient(135deg, #1a1a2e 0%, #16213e 50%, #0f3460 100%); }
.hero-overlay {
  position: absolute; inset: 0;
  background: rgba(0,0,0,0.45);
}
.hero-grid {
  position: absolute; inset: 0;
  background-image: 
    linear-gradient(rgba(30,92,153,0.12) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30,92,153,0.12) 1px, transparent 1px);
  background-size: 60px 60px;
}
.hero-content {
  position: relative; z-index: 2;
}
.hero-eyebrow {
  font-family: 'Rajdhani', sans-serif;
  color: var(--green);
  font-size: 14px;
  letter-spacing: 4px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 16px;
  opacity: 0;
  animation: fadeUp 0.8s 0.3s forwards;
}
.hero-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: clamp(2.4rem, 5vw, 4.2rem);
  font-weight: 700;
  color: var(--white);
  line-height: 1.15;
  margin-bottom: 20px;
  opacity: 0;
  animation: fadeUp 0.8s 0.5s forwards;
}
.hero-title span { color: var(--green); }
.hero-desc {
  font-size: 1.05rem;
  color: rgba(255,255,255,0.82);
  max-width: 560px;
  line-height: 1.7;
  margin-bottom: 36px;
  opacity: 0;
  animation: fadeUp 0.8s 0.7s forwards;
}
.hero-btns { opacity: 0; animation: fadeUp 0.8s 0.9s forwards; }
.btn-hero-primary {
  background: var(--green);
  color: var(--dark);
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 13px 32px;
  border-radius: 4px;
  border: none;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
  margin-right: 12px;
}
.btn-hero-primary:hover { background: var(--green-dark); color: var(--white); transform: translateY(-2px); }
.btn-hero-outline {
  border: 2px solid rgba(255,255,255,0.6);
  color: var(--white);
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 15px;
  letter-spacing: 1px;
  padding: 11px 32px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s;
}
.btn-hero-outline:hover { border-color: var(--green); color: var(--green); transform: translateY(-2px); }
.hero-stats {
  position: absolute;
  bottom: 50px; left: 0; right: 0;
  z-index: 2;
}
.stat-item { text-align: center; }
.stat-num {
  font-family: 'Rajdhani', sans-serif;
  font-size: 2.4rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
}
.stat-label {
  font-size: 0.78rem;
  color: rgba(255,255,255,0.7);
  letter-spacing: 1px;
  text-transform: uppercase;
}
.hero-floating-badge {
  position: absolute;
  right: 80px; top: 50%;
  transform: translateY(-50%);
  background: rgba(124,179,66,0.15);
  border: 1px solid rgba(124,179,66,0.4);
  border-radius: 12px;
  padding: 24px;
  backdrop-filter: blur(10px);
  color: white;
  width: 200px;
  text-align: center;
  z-index: 2;
}
.carousel-control-prev, .carousel-control-next { width: 60px; }
.carousel-indicators [data-bs-target] {
  width: 30px; height: 3px;
  border-radius: 2px;
  background: rgba(255,255,255,0.5);
}
.carousel-indicators .active { background: var(--green); }

/* ===================== SECTIONS ===================== */
.section { padding: 90px 0; }
.section-alt { background: var(--light-gray); }
.section-dark { background: var(--dark); color: white; }
.section-tag {
  font-family: 'Rajdhani', sans-serif;
  font-size: 13px;
  font-weight: 600;
  color: var(--green);
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 8px;
}
.section-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: clamp(1.8rem, 3vw, 2.6rem);
  font-weight: 700;
  color: var(--dark);
  line-height: 1.2;
  margin-bottom: 16px;
}
.section-dark .section-title { color: white; }
.section-title span { color: var(--green); }
.section-divider {
  width: 50px; height: 3px;
  background: linear-gradient(to right, var(--blue), var(--green));
  margin-bottom: 24px;
}
.section-desc { color: var(--gray); line-height: 1.8; max-width: 640px; }

/* ===================== WHY GEOTECK ===================== */
.why-card {
  background: white;
  border-radius: 8px;
  padding: 28px;
  border-left: 3px solid var(--blue);
  box-shadow: 0 4px 20px rgba(0,0,0,0.06);
  transition: all 0.3s;
  height: 100%;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 12px 36px rgba(0,0,0,0.12); border-left-color: var(--green); }
.why-icon { font-size: 2rem; color: var(--blue); margin-bottom: 14px; }
.why-card:hover .why-icon { color: var(--green); }
.why-card h5 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}
.why-card p { font-size: 0.88rem; color: var(--gray); line-height: 1.7; margin: 0; }

/* ===================== SERVICES ===================== */
.service-card {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,0.07);
  transition: all 0.35s;
  height: 100%;
}
.service-card:hover { transform: translateY(-6px); box-shadow: 0 16px 48px rgba(0,0,0,0.14); }
.service-card-header {
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  padding: 24px;
  color: white;
  position: relative;
}
.service-card:nth-child(even) .service-card-header { background: linear-gradient(135deg, var(--green-dark), var(--green)); }
.service-icon { font-size: 2.2rem; margin-bottom: 10px; }
.service-card h5 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  margin: 0;
}
.service-card-body { padding: 20px; }
.service-card-body p { font-size: 0.87rem; color: var(--gray); line-height: 1.7; margin: 0; }

/* ===================== PRODUCTS ===================== */
.product-card {
  border: 1px solid #e0e8f0;
  border-radius: 10px;
  padding: 28px 24px;
  background: white;
  text-align: center;
  transition: all 0.3s;
  height: 100%;
}
.product-card:hover { border-color: var(--green); box-shadow: 0 8px 30px rgba(124,179,66,0.15); transform: translateY(-4px); }
.product-icon { font-size: 2.8rem; color: var(--blue); margin-bottom: 14px; }
.product-card:hover .product-icon { color: var(--green); }
.product-card h5 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  color: var(--dark);
  margin-bottom: 8px;
}
.product-card p { font-size: 0.85rem; color: var(--gray); margin: 0; }

/* ===================== TRAINING ===================== */
.training-module {
  background: white;
  border-radius: 8px;
  padding: 22px;
  border-top: 3px solid var(--green);
  box-shadow: 0 4px 16px rgba(0,0,0,0.06);
  transition: all 0.3s;
}
.training-module:hover { box-shadow: 0 10px 32px rgba(0,0,0,0.12); transform: translateY(-3px); }
.training-module h6 {
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 1rem;
  color: var(--dark);
  margin-bottom: 6px;
}
.training-module p { font-size: 0.84rem; color: var(--gray); margin: 0; }
.training-highlight {
  background: linear-gradient(135deg, var(--dark), var(--dark2));
  border-radius: 12px;
  padding: 40px;
  color: white;
}
.training-highlight h3 { font-family: 'Rajdhani', sans-serif; font-size: 1.6rem; font-weight: 700; }
.gate-box {
  background: linear-gradient(135deg, var(--blue-dark), var(--blue));
  border-radius: 12px;
  padding: 40px;
  color: white;
}
.gate-box h3 { font-family: 'Rajdhani', sans-serif; font-size: 1.6rem; }

/* ===================== CLIENTS ===================== */
.client-category h5 {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: var(--blue);
  border-left: 3px solid var(--green);
  padding-left: 12px;
  margin-bottom: 16px;
}
.client-logo {
  background: white;
  border: 1px solid #e0e8f0;
  border-radius: 8px;
  padding: 12px 16px;
  font-size: 0.82rem;
  font-weight: 600;
  color: var(--dark);
  text-align: center;
  transition: all 0.3s;
  margin-bottom: 10px;
}
.client-logo:hover { border-color: var(--blue); background: var(--light-gray); }

/* ===================== ABOUT ===================== */
.about-value {
  display: flex;
  align-items: flex-start;
  gap: 16px;
  margin-bottom: 28px;
}
.about-value-icon {
  width: 48px; height: 48px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  display: flex; align-items: center; justify-content: center;
  color: white; font-size: 1.3rem;
  flex-shrink: 0;
}
.about-value h6 { font-family: 'Rajdhani', sans-serif; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.about-value p { font-size: 0.87rem; color: var(--gray); margin: 0; }

/* ===================== IMPACT COUNTERS ===================== */
.impact-bar {
  background: linear-gradient(135deg, var(--dark), var(--dark2));
  padding: 60px 0;
}
.impact-num {
  font-family: 'Rajdhani', sans-serif;
  font-size: 3.2rem;
  font-weight: 700;
  color: var(--green);
  line-height: 1;
}
.impact-label {
  font-size: 0.85rem;
  color: rgba(255,255,255,0.7);
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 6px;
}
.impact-item { text-align: center; padding: 20px; }
.impact-item + .impact-item { border-left: 1px solid rgba(255,255,255,0.1); }

/* ===================== CONTACT ===================== */
.contact-info-card {
  background: linear-gradient(135deg, var(--dark), var(--dark2));
  border-radius: 12px;
  padding: 36px;
  color: white;
  height: 100%;
}
.contact-info-item { display: flex; align-items: flex-start; gap: 16px; margin-bottom: 28px; }
.contact-info-icon {
  width: 44px; height: 44px;
  background: rgba(124,179,66,0.2);
  border: 1px solid rgba(124,179,66,0.4);
  border-radius: 8px;
  display: flex; align-items: center; justify-content: center;
  color: var(--green); font-size: 1.1rem;
  flex-shrink: 0;
}
.contact-info-item h6 { font-family: 'Rajdhani', sans-serif; font-weight: 700; color: var(--green); margin-bottom: 4px; font-size: 1rem; }
.contact-info-item p, .contact-info-item a { font-size: 0.88rem; color: rgba(255,255,255,0.8); margin: 0; text-decoration: none; }
.contact-form-card { background: white; border-radius: 12px; padding: 40px; box-shadow: 0 8px 40px rgba(0,0,0,0.1); }
.form-control, .form-select {
  border: 1px solid #d0dbe8;
  border-radius: 6px;
  padding: 12px 16px;
  font-size: 0.9rem;
  transition: all 0.3s;
}
.form-control:focus, .form-select:focus {
  border-color: var(--blue);
  box-shadow: 0 0 0 3px rgba(30,92,153,0.1);
}
.form-label { font-weight: 600; font-size: 0.88rem; color: var(--dark); margin-bottom: 6px; }
.btn-submit {
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  color: white;
  font-family: 'Rajdhani', sans-serif;
  font-weight: 700;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 14px 36px;
  border: none;
  border-radius: 6px;
  width: 100%;
  transition: all 0.3s;
}
.btn-submit:hover { transform: translateY(-2px); box-shadow: 0 8px 24px rgba(30,92,153,0.3); background: linear-gradient(135deg, var(--blue-dark), var(--blue)); color: white; }

/* ===================== PARTNERS ===================== */
.partner-card {
  background: white;
  border: 1px solid #e0e8f0;
  border-radius: 8px;
  padding: 20px;
  text-align: center;
  transition: all 0.3s;
}
.partner-card:hover { border-color: var(--blue); box-shadow: 0 6px 24px rgba(0,0,0,0.1); transform: translateY(-3px); }
.partner-card span { font-family: 'Rajdhani', sans-serif; font-weight: 700; color: var(--dark); font-size: 1rem; }
.partner-card small { display: block; color: var(--gray); font-size: 0.78rem; margin-top: 4px; }

/* ===================== FOOTER ===================== */
footer {
  background: var(--dark);
  color: rgba(255,255,255,0.7);
  padding: 60px 0 0;
}
.footer-brand img { height: 48px; }
.footer-brand p { font-size: 0.87rem; margin-top: 14px; line-height: 1.7; }
.footer-title {
  font-family: 'Rajdhani', sans-serif;
  font-size: 1rem;
  font-weight: 700;
  color: white;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 18px;
  padding-bottom: 8px;
  border-bottom: 1px solid rgba(255,255,255,0.1);
}
.footer-links { list-style: none; padding: 0; }
.footer-links li { margin-bottom: 8px; }
.footer-links a {
  color: rgba(255,255,255,0.6);
  text-decoration: none;
  font-size: 0.88rem;
  transition: color 0.3s;
}
.footer-links a:hover { color: var(--green); }
.footer-bottom {
  background: rgba(0,0,0,0.3);
  padding: 18px 0;
  margin-top: 50px;
  font-size: 0.82rem;
}
.footer-bottom a { color: var(--green); text-decoration: none; }
.social-links a {
  display: inline-flex;
  align-items: center; justify-content: center;
  width: 36px; height: 36px;
  border: 1px solid rgba(255,255,255,0.2);
  border-radius: 50%;
  color: rgba(255,255,255,0.7);
  font-size: 0.9rem;
  text-decoration: none;
  margin-right: 8px;
  transition: all 0.3s;
}
.social-links a:hover { border-color: var(--green); color: var(--green); }

/* ===================== PAGE HERO ===================== */
.page-hero {
  background: linear-gradient(135deg, var(--dark) 0%, var(--dark2) 50%, var(--blue-dark) 100%);
  padding: 120px 0 70px;
  position: relative;
  overflow: hidden;
}
.page-hero::before {
  content: '';
  position: absolute; inset: 0;
  background-image: linear-gradient(rgba(30,92,153,0.1) 1px, transparent 1px),
    linear-gradient(90deg, rgba(30,92,153,0.1) 1px, transparent 1px);
  background-size: 50px 50px;
}
.page-hero-content { position: relative; z-index: 1; }
.page-hero h1 { font-family: 'Rajdhani', sans-serif; font-size: clamp(2rem, 4vw, 3rem); font-weight: 700; color: white; }
.page-hero h1 span { color: var(--green); }
.page-hero p { color: rgba(255,255,255,0.7); font-size: 1rem; }
.breadcrumb-item, .breadcrumb-item a { color: rgba(255,255,255,0.5); font-size: 0.85rem; text-decoration: none; }
.breadcrumb-item.active { color: var(--green); }
.breadcrumb-item + .breadcrumb-item::before { color: rgba(255,255,255,0.3); }

/* ===================== TEAM ===================== */
.team-card { text-align: center; }
.team-avatar {
  width: 90px; height: 90px;
  border-radius: 50%;
  background: linear-gradient(135deg, var(--blue), var(--blue-light));
  display: flex; align-items: center; justify-content: center;
  margin: 0 auto 16px;
  font-family: 'Rajdhani', sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: white;
}
.team-card h6 { font-family: 'Rajdhani', sans-serif; font-weight: 700; color: var(--dark); margin-bottom: 4px; }
.team-card small { color: var(--green); font-size: 0.82rem; font-weight: 600; }

/* ===================== CERTIFICATIONS ===================== */
.cert-badge {
  display: inline-flex; align-items: center; gap: 8px;
  background: white;
  border: 1px solid #d0dbe8;
  border-radius: 50px;
  padding: 10px 20px;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--dark);
  margin: 6px;
}
.cert-badge i { color: var(--green); }

/* ===================== ANIMATIONS ===================== */
@keyframes fadeUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.animate-in { opacity: 0; transform: translateY(30px); transition: opacity 0.7s, transform 0.7s; }
.animate-in.visible { opacity: 1; transform: translateY(0); }

/* ===================== BACK TO TOP ===================== */
#backToTop {
  position: fixed; bottom: 30px; right: 30px; z-index: 999;
  width: 44px; height: 44px;
  background: var(--green);
  color: white;
  border: none;
  border-radius: 50%;
  font-size: 1.1rem;
  display: none;
  cursor: pointer;
  transition: all 0.3s;
  box-shadow: 0 4px 16px rgba(0,0,0,0.2);
}
#backToTop:hover { background: var(--green-dark); transform: translateY(-3px); }
#backToTop.show { display: flex; align-items: center; justify-content: center; }

/* ===================== RESPONSIVE ===================== */
@media (max-width: 768px) {
  .hero-slide { height: 80vh; }
  .hero-floating-badge { display: none; }
  .hero-stats .col-3 { margin-bottom: 10px; }
  .impact-item + .impact-item { border-left: none; border-top: 1px solid rgba(255,255,255,0.1); }
  .contact-info-card { margin-bottom: 30px; }
  .section { padding: 60px 0; }
}
