:root {
  --bs-body-bg: var(--bs-gray-50);
  --primary-color: #868686;
  --secondary-color: #9b9dbe;
  --nav-bg: rgba(255, 255, 255, 0.95);
  --nav-border: rgba(0, 0, 0, 0.1);
  --nav-shadow: rgba(0, 0, 0, 0.1);
  --title-color: #2c3e50;
  --nav-link-color: #495057;
  --card-bg: #f8f9fa;
  --card-border: rgba(0, 0, 0, 0.05);
  --card-shadow: rgba(0, 0, 0, 0.15);
  --text-color: #6c757d;
  --link-color: #6b7280;
  --link-hover: #4b5563;
  --contact-label: #000000;
}

body {
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  line-height: 1.6;
}

nav {
  background: rgba(255, 255, 255, 0.95) !important;
  backdrop-filter: blur(20px);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 1px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  position: fixed;
  top: 10px;
  width: 100%;
  z-index: 1000;
  padding: 0.5rem 0;
}

.navbar-brand {
  font-weight: 700;
  font-size: 1.5rem;
  color: #111827;
  text-decoration: none;
}

/* Add padding to body to account for fixed navbar */
body {
  padding-top: 10px;
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Helvetica Neue', Arial, sans-serif;
}

/* Remove old floating animations for home page */
.home::before,
.home::after,
.floating-dots,
.floating-dot {
  display: none;
}

.container {
  max-width: 1200px;
}

.my-5 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.title {
  margin-bottom: 1.5em;
  color: var(--title-color);
  font-weight: 300;
  position: relative;
  letter-spacing: 0.05em;
}

.title::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 3px;
  background: var(--primary-color);
  border-radius: 2px;
}


/* Navigation Links */
.nav-link {
  position: relative;
  padding: 0.75rem 1.25rem !important;
  font-weight: 500;
  color: #374151 !important;
  transition: all 0.2s ease;
  border-radius: 0.5rem;
  margin: 0 0.25rem;
}

.nav-link:hover,
.nav-link.active {
  color: #8b5cf6 !important;
  background-color: rgba(139, 92, 246, 0.1);
  font-weight: 600;
}

.navbar-nav .btn {
  background: linear-gradient(45deg, #8b5cf6, #06b6d4);
  color: white;
  border: none;
  border-radius: 0.75rem;
  padding: 0.6rem 1.5rem;
  font-weight: 600;
  font-size: 0.875rem;
  transition: all 0.2s ease;
  margin-left: 1rem;
}

.navbar-nav .btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(139, 92, 246, 0.3);
}

/* Modern Hero Section */
.modern-hero {
  height: 100vh;
  background: linear-gradient(135deg, #e0e7ff 0%, #fef3c7 50%, #fed7aa 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
  overflow: hidden;
}

.hero-content {
  max-width: 800px;
  text-align: center;
  z-index: 2;
}

.hero-tagline {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #6b7280;
  margin-bottom: 1.5rem;
  text-transform: uppercase;
}

.hero-title {
  font-size: clamp(2.5rem, 6vw, 4.5rem);
  font-weight: 700;
  line-height: 1.1;
  color: #111827;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}

.highlight-text {
  background: linear-gradient(45deg, #8b5cf6, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-description {
  font-size: 1.25rem;
  color: #4b5563;
  margin-bottom: 3rem;
  line-height: 1.6;
  font-weight: 400;
}

.hero-search-container {
  margin-bottom: 3rem;
}

.search-input-wrapper {
  position: relative;
  max-width: 600px;
  margin: 0 auto 2rem;
}

.hero-search-input {
  width: 100%;
  padding: 1.25rem 1.5rem;
  padding-right: 4rem;
  border: 2px solid #e5e7eb;
  border-radius: 1rem;
  font-size: 1rem;
  background: rgba(255, 255, 255, 0.9);
  backdrop-filter: blur(10px);
  outline: none;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.hero-search-input:focus {
  border-color: #8b5cf6;
  box-shadow: 0 4px 20px rgba(139, 92, 246, 0.3);
}

.search-submit-btn {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  transform: translateY(-50%);
  background: #8b5cf6;
  border: none;
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 0.5rem;
  color: white;
  cursor: pointer;
  transition: all 0.2s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search-submit-btn:hover {
  background: #7c3aed;
  transform: translateY(-50%) scale(1.05);
}

.suggestion-tags {
  text-align: center;
}

.suggestion-text {
  display: block;
  font-size: 0.875rem;
  color: #6b7280;
  margin-bottom: 1rem;
}

.tags-container {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  justify-content: center;
}

.suggestion-tag {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid #e5e7eb;
  padding: 0.5rem 1rem;
  border-radius: 2rem;
  font-size: 0.875rem;
  color: #374151;
  cursor: pointer;
  transition: all 0.2s ease;
  backdrop-filter: blur(10px);
}

.suggestion-tag:hover {
  background: rgba(139, 92, 246, 0.1);
  border-color: #8b5cf6;
  color: #7c3aed;
  transform: translateY(-2px);
}

.trust-indicator {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.trust-avatars {
  display: flex;
  gap: -0.5rem;
}

.avatar {
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: linear-gradient(45deg, #8b5cf6, #06b6d4, #10b981);
  border: 2px solid white;
  margin-left: -0.5rem;
}

.avatar:first-child {
  margin-left: 0;
}

.trust-text {
  font-size: 0.875rem;
  color: #6b7280;
  font-weight: 500;
}

/* Responsive Design */
@media (max-width: 768px) {
  .hero-content {
    padding: 1rem;
  }
  
  .hero-title {
    font-size: 2.5rem;
  }
  
  .hero-description {
    font-size: 1.125rem;
  }
  
  .tags-container {
    flex-direction: column;
    align-items: center;
  }
  
  .suggestion-tag {
    width: 200px;
    text-align: center;
  }
  
  .trust-indicator {
    flex-direction: column;
    gap: 0.5rem;
  }
  
  body {
    padding-top: 10px;
  }
}

/* Hide old home styles */
.home {
  display: none;
}

/* Modern Page Styles */
.modern-page {
  position: relative;
  min-height: 100vh;
  padding: 4rem 2rem;
  padding-top: 60px;
  z-index: 1;
}

.modern-page::before {
  content: '';
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 50%, #cbd5e1 100%);
  z-index: -1;
}

.page-container {
  max-width: 1200px;
  margin: 0 auto;
}

.page-header {
  text-align: center;
  margin-bottom: 4rem;
}

.page-tagline {
  font-size: 0.875rem;
  font-weight: 600;
  letter-spacing: 0.1em;
  color: #64748b;
  margin-bottom: 1rem;
  text-transform: uppercase;
}

.page-title {
  font-size: clamp(2rem, 5vw, 3.5rem);
  font-weight: 700;
  line-height: 1.1;
  color: #1e293b;
  margin-bottom: 1.5rem;
  letter-spacing: -0.025em;
}

.page-description {
  font-size: 1.125rem;
  color: #475569;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.modern-card {
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 1rem;
  padding: 2rem;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.modern-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.card-title {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 1rem;
}

/* Content Grid Layout */
.content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 2rem;
  margin-bottom: 2rem;
}

@media (max-width: 768px) {
  .content-grid {
    grid-template-columns: 1fr;
  }
}

.full-width {
  grid-column: 1 / -1;
}

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


.modern-list {
  list-style: none;
  padding: 0;
}

.modern-list li {
  position: relative;
  padding: 0.5rem 0 0.5rem 1.5rem;
  color: #475569;
  line-height: 1.6;
}

.modern-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0.9rem;
  width: 6px;
  height: 6px;
  background: linear-gradient(45deg, #8b5cf6, #06b6d4);
  border-radius: 50%;
}

/* Contact Styles */
.contact-container {
  max-width: 800px;
  margin: 0 auto;
}

.contact-intro {
  text-align: center;
  margin-bottom: 3rem;
}

.contact-intro p {
  font-size: 1.125rem;
  color: #475569;
  line-height: 1.6;
}

.contact-cards-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 2rem;
  margin-bottom: 3rem;
}


.contact-label {
  font-size: 1.125rem;
  font-weight: 600;
  color: #1e293b;
  margin-bottom: 0.5rem;
  text-align: center;
}

.contact-value {
  text-align: center;
  margin-bottom: 0;
}

.contact-link {
  color: #8b5cf6;
  text-decoration: none;
  font-weight: 500;
  transition: all 0.2s ease;
}

.contact-link:hover {
  color: #7c3aed;
  text-decoration: underline;
}

.response-info {
  text-align: center;
}

.response-icon {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
}

/* Hide old page styles */
.about, .services, .contact {
  display: none;
}

/* Content Styling - Keep for other components */

.title {
  text-align: center;
}

/* Services Grid Layout */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 2rem;
  margin-top: 3rem;
}

.service-card {
  background: var(--card-bg);
  padding: 2rem;
  border-radius: 12px;
  border: 1px solid var(--card-border);
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
  text-align: left;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 35px var(--card-shadow);
}

.service-card h4 {
  color: var(--title-color);
  margin-bottom: 1.5rem;
  font-weight: 600;
  margin-top: 0;
}

.service-list {
  list-style: none;
  padding: 0;
  text-align: left;
}

.service-list li {
  position: relative;
  padding: 0.5rem 0 0.5rem 2rem;
  color: var(--nav-link-color);
  font-weight: 400;
  transition: color 0.3s ease;
}

.service-list li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 1rem;
  width: 6px;
  height: 6px;
  background: var(--primary-color);
  border-radius: 50%;
}

.service-list li:hover {
  color: var(--primary-color);
}

.home p, .about p, .services p, .contact p {
  font-size: 1.2rem;
  color: var(--text-color);
  margin-bottom: 1.5rem;
  font-weight: 300;
}

.contact a {
  color: var(--link-color);
  text-decoration: none;
  font-weight: 500;
  transition: all 0.3s ease;
}

.contact a:hover {
  color: var(--link-hover);
  text-decoration: underline;
}

/* Contact Card Structure */
.contact-card {
  padding: 2rem;
  margin-top: 2rem;
}

.contact-item {
  text-align: center;
}

.contact-label {
  font-size: 1rem;
  font-weight: 600;
  color: var(--contact-label);
  margin-bottom: 0.5rem;
}

.contact-value {
  margin-bottom: 0;
}

.contact-card .text-center p {
  color: var(--text-color);
}



@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translateY(30px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}