/* ------------------------- Axiom Tech Theme - Minimal Branding Only -------------------------------------------------- */

/* Keep Dennis's original design, colors, and font sizes exactly */
/* Only add minimal company branding */

/* ------------------------- Company Branding Only -------------------------------------------------- */

.company-brand .axiom-name {
  font-weight: 600;
  font-size: 14px;
  letter-spacing: 0.05em;
  color: #FFFFFF;
}

.company-brand .tech-name {
  color: #FFFFFF;
  font-weight: 400;
}

/* Simple logo styling without color changes */
.axiom-logo svg {
  width: 80px;
  height: 80px;
  opacity: 0.8;
}

.company-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 26, 26, 0.05);
  border-radius: 50%;
  width: 140px;
  height: 140px;
  backdrop-filter: blur(10px);
}

.home-header .company-logo {
  position: absolute;
  top: 20vh;
  right: 10vw;
}

/* Mobile responsive logo */
@media screen and (max-width: 768px) {
  .company-logo {
    width: 100px;
    height: 100px;
    top: 15vh;
    right: 5vw;
  }

  .axiom-logo svg {
    width: 60px;
    height: 60px;
  }
}

@media screen and (max-width: 540px) {
  .company-brand .axiom-name {
    font-size: 12px;
  }
}

/* ------------------------- Professional Background Instead of Personal Photo -------------------------------------------------- */

.professional-bg {
  background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
  border-radius: 8px;
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

/* Alternative subtle pattern background */
.professional-bg::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image:
    radial-gradient(circle at 25% 25%, rgba(255, 255, 255, 0.02) 0%, transparent 50%),
    radial-gradient(circle at 75% 75%, rgba(255, 255, 255, 0.02) 0%, transparent 50%);
  border-radius: 8px;
}

/* ------------------------- Fix ScrollTrigger Animation Issues -------------------------------------------------- */

/* Fix text disappearing on scroll by ensuring proper reset behavior */
.span-lines.animate .span-line-inner,
.fade-in.animate {
  opacity: 1 !important;
  transform: translateY(0) !important;
}

/* Ensure animations don't interfere with normal content flow */
.span-lines.animate,
.fade-in.animate {
  will-change: auto;
}

/* Reset any problematic animation states */
.span-lines .span-line-inner {
  transform: none !important;
  opacity: 1 !important;
}

/* ------------------------- Enhanced Typography for Better Readability -------------------------------------------------- */

/* Larger base font sizes for about and contact pages */
.about-text p,
.contact-info-text p,
.value-card p {
  font-size: 1.2rem !important;
  line-height: 1.8 !important;
}

/* Larger headers */
.about-intro h4,
.contact-intro h4,
.services-intro h4 {
  font-size: 2.8rem !important;
  line-height: 1.4 !important;
}

/* Better spacing for content sections */
.about-story,
.about-values,
.about-expertise,
.contact-offices,
.contact-info {
  padding: 4rem 0 !important;
}

/* Form inherits Dennis's original styling */

/* Better card spacing */
.value-card,
.office-card,
.service-card {
  padding: 2.5rem !important;
  margin-bottom: 3rem !important;
}

.value-card h4,
.office-card h4,
.service-card h3 {
  font-size: 1.6rem !important;
  margin-bottom: 1.5rem !important;
}

/* Mobile responsive improvements */
@media screen and (max-width: 768px) {
  .about-text p,
  .contact-info-text p,
  .value-card p {
    font-size: 1.1rem !important;
  }

  .about-intro h4,
  .contact-intro h4,
  .services-intro h4 {
    font-size: 2.2rem !important;
  }

  .value-card,
  .office-card,
  .service-card {
    padding: 2rem !important;
  }
}

/* ------------------------- New Contact Page Sections -------------------------------------------------- */

/* Process steps styling */
.process-steps-contact {
  margin: 4rem 0;
}

.process-steps-contact h3 {
  font-size: 2.2rem !important;
  margin-bottom: 3rem !important;
  color: #FFFFFF;
}

.process-step {
  display: flex;
  align-items: flex-start;
  margin-bottom: 2.5rem;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border-left: 3px solid #FFFFFF;
}

.process-number {
  font-size: 1.5rem !important;
  font-weight: 600;
  color: #FFFFFF;
  margin-right: 1.5rem;
  min-width: 40px;
}

.process-content h4 {
  font-size: 1.4rem !important;
  margin-bottom: 0.8rem !important;
  color: #FFFFFF;
}

.process-content p {
  font-size: 1.1rem !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.8);
}

/* FAQ styling */
.faq-content {
  margin: 4rem 0;
}

.faq-content h3 {
  font-size: 2.2rem !important;
  margin-bottom: 3rem !important;
  color: #FFFFFF;
}

.faq-item {
  margin-bottom: 2rem;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.faq-question {
  font-size: 1.3rem !important;
  font-weight: 600;
  color: #FFFFFF;
  margin-bottom: 1rem !important;
}

.faq-answer {
  font-size: 1.1rem !important;
  line-height: 1.7 !important;
  color: rgba(255, 255, 255, 0.8);
}

/* Enhanced contact info styling */
.contact-method {
  padding: 2rem !important;
  margin-bottom: 2rem;
  background: rgba(255, 255, 255, 0.05);
  border-radius: 8px;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.contact-method h4 {
  font-size: 1.5rem !important;
  margin-bottom: 1rem !important;
  color: #FFFFFF;
}

.contact-method p {
  font-size: 1.2rem !important;
  line-height: 1.6 !important;
  color: rgba(255, 255, 255, 0.9);
}

/* Mobile responsive for new sections */
@media screen and (max-width: 768px) {
  .process-step {
    flex-direction: column;
    padding: 1.5rem;
  }

  .process-number {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .process-steps-contact h3,
  .faq-content h3 {
    font-size: 1.8rem !important;
  }

  .faq-question {
    font-size: 1.2rem !important;
  }

  .contact-method {
    padding: 1.5rem !important;
  }
}

/* That's it - everything else uses Dennis's original styling */