<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Business Page Specific Styles */

/* Hero Section */
.business-hero {
  /* Layered background: Overlay gradient, Dot pattern, Base gradient */
  background:
    linear-gradient(45deg, rgba(0, 123, 255, 0.1), rgba(0, 86, 179, 0.1)), /* Subtle overlay */
    radial-gradient(circle, rgba(255, 255, 255, 0.05) 1px, transparent 1px), /* Dot pattern */
    linear-gradient(135deg, #1a233a 0%, #263a53 100%); /* Original base gradient */
  background-size: auto, 10px 10px, cover; /* Sizes for each layer */
  background-position: center;
  min-height: 40vh;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 2rem 0;
}

.business-hero::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(45deg, rgba(0, 123, 255, 0.08), rgba(0, 86, 179, 0.08));
  z-index: 1;
}

.business-hero .container {
  position: relative;
  z-index: 2;
}

.business-hero .hero-content {
  max-width: 800px;
  padding: 1.5rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.hero-badge {
  display: inline-block;
  padding: 0.3rem 0.6rem;
  background: rgba(77, 171, 247, 0.2);
  color: #4dabf7;
  border-radius: 50px;
  font-size: 0.85rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  border: 1px solid rgba(77, 171, 247, 0.3);
}

.business-hero .hero-title {
  font-size: 2.5rem;
  margin-bottom: 0.75rem;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.business-hero .hero-title .accent {
  color: #4dabf7;
  position: relative;
  display: inline-block;
}

.business-hero .hero-title .accent::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #4dabf7, transparent);
  border-radius: 2px;
}

.business-hero .hero-desc {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.9);
  max-width: 800px;
  margin-bottom: 1rem;
  line-height: 1.4;
}

.business-hero .hero-actions {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 1rem;
}

.business-hero .primary-button,
.business-hero .secondary-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.6rem 1.4rem;
  font-size: 0.95rem;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
}

.business-hero .primary-button {
  background: #4dabf7;
  color: #fff;
  border: none;
  box-shadow: 0 4px 15px rgba(77, 171, 247, 0.3);
}

.business-hero .primary-button:hover {
  background: #339af0;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(77, 171, 247, 0.4);
}

.business-hero .secondary-button {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.business-hero .secondary-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

/* Business Intro Modern Section */
.business-intro-modern {
  padding: 6rem 0;
  background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
  position: relative;
  overflow: hidden;
}

.business-intro-modern::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: url('data:image/svg+xml,&lt;svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"&gt;&lt;rect width="100" height="100" fill="none"/&gt;&lt;circle cx="50" cy="50" r="1" fill="%234dabf7" opacity="0.1"/&gt;&lt;/svg&gt;') repeat;
  opacity: 0.5;
  z-index: 0;
}

.business-intro-modern-flex {
  display: flex;
  gap: 4rem;
  align-items: flex-start;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 2rem;
  position: relative;
  z-index: 1;
}

.business-intro-modern-left {
  flex: 1;
  max-width: 600px;
}

.business-intro-modern-left h2 {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  color: #1a233a;
  line-height: 1.2;
  font-weight: 700;
}

.business-intro-modern-left .accent {
  color: #4dabf7;
  position: relative;
}

.business-intro-modern-left .accent::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #4dabf7, transparent);
  border-radius: 2px;
}

.business-intro-modern-left p {
  font-size: 1.1rem;
  line-height: 1.7;
  color: #4a5568;
  margin-bottom: 2.5rem;
}

.business-intro-modern-contact-cards {
  display: flex;
  gap: 1.5rem;
  margin-top: 3rem;
}

/* Business Services Section */
.business-services-abtec {
  background: #0f1e2d;
  color: #fff;
  padding: 80px 0;
  min-height: auto;
}

.business-services-abtec .services-main-title {
  font-size: 2.8rem;
  margin-bottom: 2rem;
  font-weight: 600;
  color: #fff;
  text-align: center;
}

.business-services-abtec .services-main-title .accent {
  color: #36a2e0;
  position: relative;
}

.business-services-abtec .services-main-title .accent::after {
  content: '';
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #36a2e0, transparent);
  border-radius: 2px;
}

/* Intro Features */
.intro-features {
  display: flex;
  gap: 1.5rem;
  margin-bottom: 2rem;
}

.intro-feature {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 0.75rem 1.25rem;
  background: white;
  border-radius: 12px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}

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

.intro-feature .feature-icon {
  width: 36px;
  height: 36px;
  background: rgba(77, 171, 247, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4dabf7;
  font-size: 1.1rem;
}

.intro-feature span {
  font-size: 0.9rem;
  font-weight: 500;
  color: #1a233a;
}

/* Contact Cards */
.contact-card {
  flex: 1;
  display: flex;
  align-items: center;
  gap: 1rem;
  padding: 1.5rem;
  background: white;
  border-radius: 16px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.contact-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 8px 15px rgba(0, 0, 0, 0.1);
  border-color: rgba(77, 171, 247, 0.2);
}

.contact-card-icon {
  width: 48px;
  height: 48px;
  background: rgba(77, 171, 247, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4dabf7;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.contact-card:hover .contact-card-icon {
  background: #4dabf7;
  color: white;
}

.contact-card-title {
  font-size: 0.9rem;
  color: #718096;
  margin-bottom: 0.3rem;
}

.contact-card-link {
  color: #4dabf7;
  text-decoration: none;
  font-weight: 600;
  font-size: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  transition: all 0.3s ease;
}

.contact-card-link:hover {
  color: #2b96f1;
  gap: 0.75rem;
}

/* Accordion Styles */
.business-intro-modern-right {
  flex: 1.2;
  background: white;
  border-radius: 20px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.05);
}

.accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding: 1.5rem 0;
}

.accordion-item:last-child {
  border-bottom: none;
}

.accordion-header {
  width: 100%;
  text-align: left;
  padding: 0;
  background: none;
  border: none;
  font-size: 1.1rem;
  font-weight: 600;
  color: #2d3748;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s ease;
}

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

.header-icon {
  width: 36px;
  height: 36px;
  background: rgba(77, 171, 247, 0.1);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #4dabf7;
  font-size: 1rem;
  transition: all 0.3s ease;
}

.accordion-item.active .header-icon {
  background: #4dabf7;
  color: white;
}

.accordion-header:hover {
  color: #4dabf7;
}

.accordion-body {
  max-height: 0;
  overflow: hidden;
  transition: all 0.3s ease-out;
  font-size: 1rem;
  line-height: 1.6;
  color: #718096;
  padding-right: 2rem;
  margin-left: 3.5rem;
}

.accordion-item.active .accordion-body {
  max-height: 200px;
  margin-top: 1rem;
}

.accordion-icon {
  transition: transform 0.3s ease;
  color: #4dabf7;
  font-size: 0.9rem;
}

.accordion-item.active .accordion-icon {
  transform: rotate(180deg);
}

/* Responsive Design */
@media (max-width: 1200px) {
  .business-intro-modern-flex {
    gap: 3rem;
    padding: 0 1.5rem;
  }
  
  .intro-features {
    flex-wrap: wrap;
  }
  
  .intro-feature {
    flex: 1 1 calc(50% - 0.75rem);
  }
}

@media (max-width: 900px) {
  .business-intro-modern {
    padding: 4rem 0;
  }
  
  .business-intro-modern-flex {
    flex-direction: column;
    gap: 3rem;
  }

  .business-intro-modern-left, 
  .business-intro-modern-right {
    max-width: 100%;
  }

  .business-intro-modern-contact-cards {
    flex-direction: column;
  }

  .contact-card {
    width: 100%;
  }
  
  .business-intro-modern-left h2 {
    font-size: 2.4rem;
  }
}

@media (max-width: 480px) {
  .business-intro-modern-left h2 {
    font-size: 2rem;
  }

  .business-intro-modern {
    padding: 3rem 0;
  }

  .business-intro-modern-flex {
    padding: 0 1rem;
  }
  
  .intro-features {
    flex-direction: column;
  }
  
  .intro-feature {
    width: 100%;
  }
  
  .business-services-abtec .services-main-title {
    font-size: 2rem;
  }
}

/* Services Section */
.services-intro {
  max-width: 800px;
  margin: 0 auto 4rem;
  text-align: center;
}

.services-intro .intro-text {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  line-height: 1.7;
}

.services-nav {
  display: flex;
  justify-content: center;
  gap: 2rem;
  margin-bottom: 3rem;
}

.service-nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.75rem;
  padding: 1rem;
  cursor: pointer;
  transition: all 0.3s ease;
  color: rgba(255, 255, 255, 0.7);
}

.service-nav-item.active {
  color: #4dabf7;
}

.service-nav-item .service-icon {
  width: 48px;
  height: 48px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.25rem;
  transition: all 0.3s ease;
}

.service-nav-item.active .service-icon {
  background: #4dabf7;
  color: white;
}

.service-nav-item:hover {
  color: #4dabf7;
}

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

.service-item {
  background: rgba(255, 255, 255, 0.05);
  padding: 2rem;
  border-radius: 16px;
  transition: all 0.3s ease;
}

.service-item:hover {
  transform: translateY(-5px);
  background: rgba(255, 255, 255, 0.1);
}

.service-item .service-category {
  color: #4dabf7;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  display: block;
}

.service-item h3 {
  color: white;
  font-size: 1.4rem;
  margin-bottom: 1rem;
}

.service-item p {
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
}

/* Section Badge */
.section-badge {
  display: inline-block;
  padding: 0.4rem 0.8rem;
  background: rgba(77, 171, 247, 0.1);
  color: #4dabf7;
  border-radius: 50px;
  font-size: 0.9rem;
  font-weight: 600;
  margin-bottom: 1rem;
  border: 1px solid rgba(77, 171, 247, 0.2);
}

/* Why Choose Us Section */
.why-choose-us {
  padding: 6rem 0;
  background: #f8f9fa;
}

.section-header {
  text-align: center;
  max-width: 800px;
  margin: 0 auto 4rem;
}

.section-header h2 {
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  color: #1a233a;
}

.section-header p {
  color: #718096;
  font-size: 1.1rem;
  line-height: 1.7;
}

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

.feature-item {
  background: white;
  padding: 2rem;
  border-radius: 16px;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

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

.feature-item .feature-icon {
  width: 64px;
  height: 64px;
  background: rgba(77, 171, 247, 0.1);
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  color: #4dabf7;
  font-size: 1.5rem;
  transition: all 0.3s ease;
}

.feature-item:hover .feature-icon {
  background: #4dabf7;
  color: white;
}

.feature-item h3 {
  color: #2d3748;
  font-size: 1.25rem;
  margin-bottom: 1rem;
}

.feature-item p {
  color: #718096;
  line-height: 1.6;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .services-nav {
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .service-nav-item {
    flex: 1 1 calc(33.333% - 1rem);
  }
  
  .services-details {
    grid-template-columns: 1fr;
  }
  
  .features-grid {
    grid-template-columns: 1fr;
    padding: 1rem;
  }
  
  .section-header h2 {
    font-size: 2rem;
  }
}

@media (max-width: 480px) {
  .service-nav-item {
    flex: 1 1 calc(50% - 0.5rem);
  }
  
  .service-nav-item .service-icon {
    width: 40px;
    height: 40px;
    font-size: 1rem;
  }
  
  .feature-item {
    padding: 1.5rem;
  }
}

/* CTA Section */
.cta-section {
  background: linear-gradient(135deg, #1a233a 0%, #263a53 100%);
  padding: 6rem 0;
  position: relative;
  overflow: hidden;
}

.cta-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url('data:image/svg+xml,&lt;svg width="100" height="100" viewBox="0 0 100 100" xmlns="http://www.w3.org/2000/svg"&gt;&lt;rect width="100" height="100" fill="none"/&gt;&lt;circle cx="50" cy="50" r="1" fill="%234dabf7" opacity="0.1"/&gt;&lt;/svg&gt;') repeat;
  opacity: 0.5;
  z-index: 1;
}

.cta-content {
  position: relative;
  z-index: 2;
  text-align: center;
  max-width: 800px;
  margin: 0 auto;
  padding: 2rem;
  background: rgba(255, 255, 255, 0.05);
  backdrop-filter: blur(10px);
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.cta-content h2 {
  color: #fff;
  font-size: 2.5rem;
  margin-bottom: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.cta-content p {
  color: rgba(255, 255, 255, 0.9);
  font-size: 1.1rem;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.cta-buttons {
  display: flex;
  gap: 1rem;
  justify-content: center;
  margin-top: 2rem;
}

.cta-buttons .primary-button,
.cta-buttons .secondary-button {
  padding: 1rem 2rem;
  font-size: 1rem;
  font-weight: 600;
  border-radius: 8px;
  transition: all 0.3s ease;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 200px;
}

.cta-buttons .primary-button {
  background: #4dabf7;
  color: #fff;
  border: none;
  box-shadow: 0 4px 15px rgba(77, 171, 247, 0.3);
}

.cta-buttons .primary-button:hover {
  background: #339af0;
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(77, 171, 247, 0.4);
}

.cta-buttons .secondary-button {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.cta-buttons .secondary-button:hover {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cta-section {
    padding: 4rem 0;
  }

  .cta-content {
    padding: 1.5rem;
  }

  .cta-content h2 {
    font-size: 2rem;
  }

  .cta-buttons {
    flex-direction: column;
    gap: 1rem;
  }

  .cta-buttons .primary-button,
  .cta-buttons .secondary-button {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .cta-content h2 {
    font-size: 1.75rem;
  }

  .cta-content p {
    font-size: 1rem;
  }
}
</pre></body></html>