/* ====== SOFTWARE DEVELOPMENT PAGE STYLES ====== */

h1 {
    font-size: 52px;
    font-weight: 800;
    margin-bottom: 20px;
    line-height: 1.2;
    background: linear-gradient(135deg, var(--light) 0%, var(--primary-light) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    animation: fadeIn 1.2s ease;
}

/* Hero Backgrounds - EXACT SAME AS WEB DESIGN PAGE */
.hero-bg {
  background: radial-gradient(
      circle at 10% 20%,
      rgba(59, 130, 246, 0.15) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 90% 80%,
      rgba(139, 92, 246, 0.15) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 50% 50%,
      rgba(34, 197, 94, 0.08) 0%,
      transparent 50%
    );
  background-size: 200% 200%;
  animation: gradientShift 15s ease infinite;
}

/* White Theme Section Backgrounds */
.services-bg {
  background: radial-gradient(
      circle at 20% 50%,
      rgba(59, 130, 246, 0.05) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(139, 92, 246, 0.05) 0%,
      transparent 40%
    ),
    linear-gradient(90deg, rgba(255, 255, 255, 0.9) 0%, transparent 50%);
  background-size: 180% 180%;
  animation: gradientFlow 25s ease infinite;
}

.technologies-bg {
  background: radial-gradient(
      circle at 30% 30%,
      rgba(59, 130, 246, 0.03) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 70% 70%,
      rgba(139, 92, 246, 0.03) 0%,
      transparent 40%
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, transparent 50%);
  background-size: 160% 160%;
  animation: gradientPulse 18s ease infinite;
}

.features-bg {
  background: radial-gradient(
      circle at 50% 20%,
      rgba(59, 130, 246, 0.04) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 50% 80%,
      rgba(139, 92, 246, 0.04) 0%,
      transparent 40%
    ),
    linear-gradient(180deg, rgba(255, 255, 255, 0.95) 0%, transparent 50%);
  background-size: 160% 160%;
  animation: gradientPulse 18s ease infinite;
}

.process-bg {
  background: radial-gradient(
      circle at 40% 60%,
      rgba(59, 130, 246, 0.04) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 60% 40%,
      rgba(139, 92, 246, 0.04) 0%,
      transparent 40%
    ),
    linear-gradient(45deg, rgba(255, 255, 255, 0.95) 0%, transparent 50%);
  background-size: 180% 180%;
  animation: gradientFlow 20s ease infinite;
}

.showcase-bg {
  background: radial-gradient(
      circle at 30% 30%,
      rgba(59, 130, 246, 0.03) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 70% 70%,
      rgba(139, 92, 246, 0.03) 0%,
      transparent 40%
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, transparent 50%);
  background-size: 200% 200%;
  animation: gradientShift 22s ease infinite;
}

.pricing-bg {
  background: radial-gradient(
      circle at 25% 25%,
      rgba(59, 130, 246, 0.04) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 75% 75%,
      rgba(139, 92, 246, 0.04) 0%,
      transparent 40%
    ),
    linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, transparent 50%);
  background-size: 160% 160%;
  animation: gradientPulse 18s ease infinite;
}

/* CTA Background */
.cta-bg {
  background: radial-gradient(
      circle at 20% 50%,
      rgba(59, 130, 246, 0.08) 0%,
      transparent 40%
    ),
    radial-gradient(
      circle at 80% 50%,
      rgba(139, 92, 246, 0.08) 0%,
      transparent 40%
    ),
    linear-gradient(90deg, rgba(15, 23, 42, 0.7) 0%, transparent 50%);
  background-size: 180% 180%;
  animation: gradientFlow 25s ease infinite;
}

/* SECTION SPACING BASE */
.services,
.technologies,
.features-section,
.showcase,
.process,
.pricing {
  padding: 100px 0;
  position: relative;
  overflow: hidden;
}

/* White Theme Backgrounds */
.services,
.technologies,
.features-section,
.showcase,
.process,
.pricing {
  background-color: #ffffff;
}

/* SECTION CONTAINERS */
.services-container,
.technologies-container,
.features-container,
.showcase-container,
.process-container,
.pricing-container {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 40px;
  width: 100%;
}

/* SECTION TITLE SPACING - WHITE THEME */
.section-title {
  text-align: center;
  margin-bottom: 60px;
  padding: 0 20px;
}

.section-title h2 {
  font-size: 42px;
  margin-bottom: 20px;
  color: var(--dark);
}

.section-subtitle {
  color: #475569;
  font-size: 18px;
  line-height: 1.6;
  max-width: 700px;
  margin: 0 auto;
}

/* HERO SECTION - DARK THEME - FIXED TO MATCH WEB DESIGN PAGE */
.hero {
  min-height: 100vh;
  display: flex;
  align-items: center;
  padding: 120px 40px 80px;
  position: relative;
  overflow: hidden;
}

.hero-container {
  max-width: 1400px;
  margin: 0 auto;
  width: 100%;
  padding: 0 40px;
}

.hero-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.text-content {
  z-index: 2;
}

.tagline {
  font-size: 14px;
  color: var(--primary-light);
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  display: inline-block;
  padding: 5px 15px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 30px;
  animation: fadeIn 1s ease;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.typing-cursor {
  display: inline-block;
  width: 3px;
  height: 1em;
  background: var(--primary);
  margin-left: 2px;
  animation: blink 1s infinite;
}

.description {
  color: var(--gray);
  font-size: 18px;
  line-height: 1.7;
  margin-bottom: 35px;
  max-width: 500px;
  animation: fadeIn 1.5s ease;
}

.features {
  display: flex;
  gap: 25px;
  margin-bottom: 35px;
  flex-wrap: wrap;
  animation: fadeIn 2s ease;
}

.feature {
  display: flex;
  align-items: center;
  gap: 12px;
  color: var(--gray);
  font-size: 15px;
  padding: 8px 16px;
  background: rgba(30, 41, 59, 0.5);
  border-radius: 30px;
  transition: all 0.3s ease;
}

.feature:hover {
  transform: translateY(-5px);
  background: rgba(59, 130, 246, 0.1);
}

.feature i {
  color: var(--primary);
  font-size: 18px;
}

.buttons {
  display: flex;
  gap: 20px;
  animation: fadeIn 2.5s ease;
}

.secondary-button {
  background: transparent;
  color: var(--gray);
  border: 1px solid #475569;
  padding: 12px 28px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  position: relative;
  overflow: hidden;
}

.secondary-button::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  transition: width 0.3s ease;
}

.secondary-button:hover::before {
  width: 100%;
}

.secondary-button:hover {
  border-color: var(--primary-light);
  transform: translateY(-3px);
}

/* Hero Visual - Code Windows - DARK THEME */
.hero-visual {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.floating-code-windows {
  position: relative;
  width: 100%;
  max-width: 500px;
  height: 400px;
}

.code-window {
  position: absolute;
  background: var(--secondary);
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
  border: 1px solid #334155;
  transition: all 0.5s ease;
}

.window-header {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  background: rgba(15, 23, 42, 0.8);
  border-bottom: 1px solid #334155;
}

.window-dots {
  display: flex;
  gap: 8px;
  margin-right: 12px;
}

.window-dots .dot {
  width: 12px;
  height: 12px;
  border-radius: 50%;
}

.window-dots .dot.red {
  background: #ff5f56;
}

.window-dots .dot.yellow {
  background: #ffbd2e;
}

.window-dots .dot.green {
  background: #27ca3f;
}

.window-title {
  color: var(--gray);
  font-size: 14px;
  font-family: 'Roboto Mono', monospace;
}

.window-content {
  padding: 20px;
  font-family: 'Roboto Mono', monospace;
  font-size: 14px;
  line-height: 1.5;
  color: #e2e8f0;
  overflow: auto;
  max-height: 200px;
}

.window-content pre {
  margin: 0;
}

.window-content code {
  font-family: 'Roboto Mono', monospace;
}

/* Window positioning and animations */
.window-1 {
  width: 320px;
  height: 240px;
  top: 0;
  left: 0;
  z-index: 3;
  transform: perspective(1000px) rotateY(-5deg) rotateX(5deg);
  animation: float-window-1 8s ease-in-out infinite;
}

.window-2 {
  width: 280px;
  height: 220px;
  top: 100px;
  right: 0;
  z-index: 2;
  transform: perspective(800px) rotateY(5deg) rotateX(-3deg);
  animation: float-window-2 9s ease-in-out infinite 1s;
}

.window-3 {
  width: 260px;
  height: 200px;
  bottom: 0;
  left: 40%;
  z-index: 1;
  transform: perspective(600px) rotateY(-3deg) rotateX(3deg);
  animation: float-window-3 7s ease-in-out infinite 0.5s;
}

@keyframes float-window-1 {
  0%, 100% {
    transform: perspective(1000px) rotateY(-5deg) rotateX(5deg) translateY(0);
  }
  50% {
    transform: perspective(1000px) rotateY(-8deg) rotateX(8deg) translateY(-15px);
  }
}

@keyframes float-window-2 {
  0%, 100% {
    transform: perspective(800px) rotateY(5deg) rotateX(-3deg) translateY(0);
  }
  50% {
    transform: perspective(800px) rotateY(8deg) rotateX(-6deg) translateY(-10px);
  }
}

@keyframes float-window-3 {
  0%, 100% {
    transform: perspective(600px) rotateY(-3deg) rotateX(3deg) translateY(0);
  }
  50% {
    transform: perspective(600px) rotateY(-6deg) rotateX(6deg) translateY(-20px);
  }
}

.code-window:hover {
  transform: translateY(-10px) scale(1.05);
  z-index: 10;
  box-shadow: 0 30px 60px rgba(0, 0, 0, 0.4);
}

/* Animated background elements */
.floating-shapes {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  overflow: hidden;
}

.shape {
  position: absolute;
  opacity: 0.1;
  animation: float 15s infinite linear;
}

.shape:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 10%;
  left: 5%;
  background: var(--primary);
  border-radius: 50%;
  animation-delay: 0s;
}

.shape:nth-child(2) {
  width: 120px;
  height: 120px;
  top: 60%;
  left: 80%;
  background: var(--accent);
  border-radius: 30% 70% 70% 30% / 30% 30% 70% 70%;
  animation-delay: -5s;
}

.shape:nth-child(3) {
  width: 60px;
  height: 60px;
  top: 80%;
  left: 15%;
  background: var(--success);
  border-radius: 50%;
  animation-delay: -10s;
}

.shape:nth-child(4) {
  width: 100px;
  height: 100px;
  top: 20%;
  left: 70%;
  background: var(--warning);
  border-radius: 50%;
  animation-delay: -7s;
}

@keyframes float {
  0% {
    transform: translateY(0) rotate(0deg);
  }
  50% {
    transform: translateY(-20px) rotate(180deg);
  }
  100% {
    transform: translateY(0) rotate(360deg);
  }
}

@keyframes blink {
  from,
  to {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

/* SOFTWARE DEVELOPMENT SERVICES SECTION - WHITE THEME */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.service-card {
  background: #f8fafc;
  border-radius: 20px;
  padding: 40px 30px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.service-card::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);
  opacity: 0;
  transition: opacity 0.4s ease;
  z-index: -1;
}

.service-card:hover::before {
  opacity: 0.05;
}

.service-card::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
}

.service-card:hover::after {
  transform: scaleX(1);
}

.service-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

.service-icon {
  width: 90px;
  height: 90px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 25px;
  font-size: 36px;
  color: var(--primary);
  transition: all 0.4s ease;
}

.service-card:hover .service-icon {
  transform: scale(1.1) rotate(5deg);
  background: rgba(59, 130, 246, 0.2);
}

.service-card h3 {
  font-size: 24px;
  margin-bottom: 20px;
  position: relative;
  display: inline-block;
  color: var(--dark);
}

.service-card h3::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: translateX(-50%);
  width: 40px;
  height: 3px;
  background: var(--primary);
  border-radius: 2px;
  transition: width 0.3s ease;
}

.service-card:hover h3::after {
  width: 80px;
}

.service-description {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 25px;
}

.service-features {
  list-style: none;
  text-align: left;
  margin-bottom: 30px;
}

.service-features li {
  padding: 10px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #475569;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
}

.service-features li i {
  color: var(--success);
}

/* TECHNOLOGIES SECTION - WHITE THEME */
.tech-stack {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.tech-category {
  background: #f8fafc;
  border-radius: 15px;
  padding: 30px;
  border: 1px solid #e2e8f0;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.tech-category h3 {
  font-size: 24px;
  margin-bottom: 25px;
  color: var(--dark);
  text-align: center;
}

.tech-items {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
  gap: 20px;
}

.tech-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 25px 15px;
  background: #ffffff;
  border-radius: 10px;
  transition: all 0.3s ease;
  border: 1px solid #e2e8f0;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.02);
}

.tech-item:hover {
  transform: translateY(-5px);
  border-color: var(--primary);
  background: var(--secondary);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

.tech-item:hover i,
.tech-item:hover span {
  color: var(--light);
}

.tech-item i {
  font-size: 48px;
  margin-bottom: 15px;
  color: var(--primary);
  transition: all 0.3s ease;
}

.tech-item:hover i {
  color: var(--light);
  transform: scale(1.2);
}

.tech-item span {
  color: #475569;
  font-weight: 600;
  text-align: center;
  transition: color 0.3s ease;
}

/* FEATURES SECTION - WHITE THEME */
.features-tabs {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.features-tab-nav {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-bottom: 40px;
  flex-wrap: wrap;
}

.tab-button {
  background: #f1f5f9;
  border: 1px solid #cbd5e1;
  color: #475569;
  padding: 15px 30px;
  border-radius: 50px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  gap: 10px;
}

.tab-button.active {
  background: var(--primary);
  color: white;
  border-color: var(--primary);
}

.tab-button:hover:not(.active) {
  border-color: var(--primary);
  color: var(--primary);
}

.features-tab-content {
  display: none;
}

.features-tab-content.active {
  display: block;
  animation: fadeIn 0.5s ease;
}

.tab-content-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
  align-items: center;
}

.feature-content h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: var(--dark);
}

.feature-content p {
  color: #475569;
  line-height: 1.7;
  margin-bottom: 25px;
}

.feature-list {
  list-style: none;
}

.feature-list li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #475569;
  display: flex;
  align-items: center;
  gap: 12px;
}

.feature-list li i {
  color: var(--success);
  font-size: 18px;
}

.feature-cards {
  display: grid;
  grid-template-columns: 1fr;
  gap: 25px;
}

.feature-card {
  background: #f8fafc;
  border-radius: 15px;
  padding: 25px;
  border: 1px solid #e2e8f0;
  transition: all 0.3s ease;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.03);
}

.feature-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
  border-color: var(--primary);
}

.feature-card-icon {
  width: 60px;
  height: 60px;
  background: rgba(59, 130, 246, 0.1);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  color: var(--primary);
  flex-shrink: 0;
  transition: all 0.3s ease;
}

.feature-card:hover .feature-card-icon {
  background: rgba(59, 130, 246, 0.2);
  transform: scale(1.1);
}

.feature-card-content h4 {
  font-size: 18px;
  margin-bottom: 8px;
  color: var(--dark);
}

.feature-card-content p {
  color: #475569;
  font-size: 14px;
  line-height: 1.6;
  margin: 0;
}

/* SHOWCASE SECTION - WHITE THEME */
.showcase-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
}

.showcase-item {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  transition: all 0.4s ease;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  border: 1px solid #e2e8f0;
}

.showcase-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
  border-color: #cbd5e1;
}

.showcase-image {
  width: 100%;
  height: 250px;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(139, 92, 246, 0.1) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--primary);
  font-size: 48px;
}

.showcase-content {
  padding: 25px;
  background: #ffffff;
}

.showcase-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--dark);
}

.showcase-content p {
  color: #475569;
  line-height: 1.6;
  margin-bottom: 20px;
}

.showcase-link {
  color: var(--primary);
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 8px;
  transition: all 0.3s ease;
}

.showcase-link:hover {
  gap: 12px;
  color: var(--primary-light);
}

/* SOFTWARE DEVELOPMENT PROCESS SECTION - WHITE THEME */
.process-steps {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-top: 60px;
}

.process-steps::before {
  content: "";
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 2px;
  background: linear-gradient(90deg, var(--primary), var(--accent));
  z-index: 1;
}

.process-step {
  text-align: center;
  position: relative;
  z-index: 2;
  flex: 1;
  max-width: 200px;
}

.step-number {
  width: 80px;
  height: 80px;
  background: #ffffff;
  border: 2px solid var(--primary);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
  transition: all 0.3s ease;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
}

.process-step:hover .step-number {
  background: var(--primary);
  color: white;
  transform: scale(1.1);
  box-shadow: 0 10px 20px rgba(59, 130, 246, 0.2);
}

.step-content h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: var(--dark);
}

.step-content p {
  color: #475569;
  line-height: 1.6;
}

/* PRICING SECTION - WHITE THEME */
.pricing-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 40px;
  margin-bottom: 0;
}

.pricing-card {
  background: #f8fafc;
  border-radius: 20px;
  padding: 40px 30px;
  transition: all 0.4s ease;
  position: relative;
  overflow: hidden;
  border: 1px solid #e2e8f0;
  text-align: center;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.pricing-card.popular {
  border-color: var(--primary);
  transform: scale(1.05);
  box-shadow: 0 15px 30px rgba(59, 130, 246, 0.1);
  background: #ffffff;
}

.popular-badge {
  position: absolute;
  top: 20px;
  right: -30px;
  background: var(--primary);
  color: white;
  padding: 5px 40px;
  font-size: 12px;
  font-weight: 600;
  transform: rotate(45deg);
}

.pricing-card:hover {
  transform: translateY(-10px);
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.pricing-card.popular:hover {
  transform: translateY(-10px) scale(1.05);
}

.pricing-header {
  margin-bottom: 30px;
  position: relative;
}

.pricing-name {
  font-size: 24px;
  margin-bottom: 10px;
  color: var(--dark);
}

.pricing-features {
  list-style: none;
  margin-bottom: 40px;
}

.pricing-features li {
  padding: 12px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  color: #475569;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.pricing-features li i {
  color: var(--success);
}

/* ====================== CTA SECTION - EXACT COPY FROM WEB DESIGN PAGE ====================== */

/* CTA Section - White Theme */
.cta-section.white-theme {
  padding: 100px 40px;
  position: relative;
  overflow: hidden;
  background: white !important;
}

.cta-section.white-theme .cta-container {
  max-width: 800px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
  background: transparent !important;
  border: none !important;
  padding: 0 !important;
  box-shadow: none !important;
  text-align: center;
}

.cta-section.white-theme h2 {
  font-size: 42px;
  margin-bottom: 20px;
  color: var(--dark) !important;
}

.cta-section.white-theme p {
  font-size: 20px;
  margin-bottom: 40px;
  color: #475569 !important;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.cta-section.white-theme .cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
}

/* CTA Button - Exact copy from web design page */
.cta-section.white-theme .cta-button {
  display: inline-block;
  background: linear-gradient(
    90deg,
    var(--primary),
    var(--primary-light)
  ) !important;
  color: white !important;
  text-decoration: none;
  border: none !important;
  padding: 12px 28px !important;
  border-radius: 50px !important;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  box-shadow: 0 4px 15px rgba(59, 130, 246, 0.3) !important;
  position: relative;
  overflow: hidden;
  font-family: "Poppins", sans-serif;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
}

.cta-section.white-theme .cta-button:hover {
  transform: translateY(-3px) !important;
  box-shadow: 0 8px 25px rgba(59, 130, 246, 0.5) !important;
  background: linear-gradient(
    90deg,
    var(--primary-light),
    var(--primary)
  ) !important;
  color: white !important;
}

/* Add animation keyframes if not already in your CSS */
@keyframes gradientFlow {
  0% {
    background-position: 0% 50%;
  }
  50% {
    background-position: 100% 50%;
  }
  100% {
    background-position: 0% 50%;
  }
}

/* RESPONSIVE STYLES */
@media (max-width: 1200px) {
  h1 {
    font-size: 46px;
  }

  .section-title h2 {
    font-size: 36px;
  }

  .process-steps {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
  }

  .process-steps::before {
    display: none;
  }
  
  .services-container,
  .technologies-container,
  .features-container,
  .showcase-container,
  .process-container,
  .pricing-container {
    padding: 0 30px;
  }
  
  .hero-container {
    padding: 0 30px;
  }
  
  .tech-items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 992px) {
  .hero-content {
    grid-template-columns: 1fr;
    text-align: center;
    gap: 50px;
  }

  .features {
    justify-content: center;
  }

  .buttons {
    justify-content: center;
  }

  .services-grid {
    grid-template-columns: 1fr;
  }

  .pricing-card.popular {
    transform: none;
  }

  .features-tab-nav {
    flex-direction: column;
    align-items: center;
  }

  .tab-button {
    width: 100%;
    max-width: 300px;
    justify-content: center;
  }

  .tab-content-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  
  .tech-items {
    grid-template-columns: repeat(2, 1fr);
  }
  
  .services,
  .technologies,
  .features-section,
  .showcase,
  .process,
  .pricing {
    padding: 80px 0;
  }
  
  .section-title {
    margin-bottom: 50px;
  }
  
  .services-container,
  .technologies-container,
  .features-container,
  .showcase-container,
  .process-container,
  .pricing-container {
    padding: 0 25px;
  }
  
  .hero-container {
    padding: 0 25px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 120px 25px 80px !important;
  }

  h1 {
    font-size: 36px;
  }

  .section-title h2 {
    font-size: 32px;
  }

  .buttons {
    flex-direction: column;
    align-items: center;
    gap: 15px;
    width: 100%;
  }
  
  .buttons .cta-button,
  .buttons .secondary-button {
    width: 100%;
    max-width: 280px;
    margin: 0 auto;
    text-align: center;
  }

  .floating-code-windows {
    height: 300px;
  }

  .window-1 {
    width: 250px;
    height: 200px;
    left: 5%;
  }

  .window-2 {
    width: 230px;
    height: 180px;
    top: 80px;
    right: 5%;
  }

  .window-3 {
    width: 210px;
    height: 170px;
    bottom: 10px;
    left: 30%;
  }

  .process-step {
    max-width: 100%;
    flex: 0 0 100%;
  }
  
  .process-steps {
    flex-direction: column;
    align-items: center;
    gap: 40px;
    margin-top: 40px;
  }
  
  .process-step {
    width: 100%;
    max-width: 100%;
    padding: 20px;
    background: #f8fafc;
    border-radius: 15px;
    border: 1px solid #e2e8f0;
  }
  
  .step-number {
    width: 60px;
    height: 60px;
    font-size: 20px;
    margin-bottom: 15px;
  }
  
  .step-content h3 {
    font-size: 18px;
    margin-bottom: 8px;
  }
  
  .step-content p {
    font-size: 14px;
  }
  
  .pricing-grid {
    gap: 30px;
  }
  
  .pricing-card {
    padding: 30px 20px;
  }
  
  .pricing-card.popular {
    transform: none;
    margin: 0;
  }
  
  .popular-badge {
    top: 15px;
    right: -35px;
    font-size: 11px;
    padding: 4px 35px;
  }
  
  .feature-card {
    padding: 20px;
  }
  
  .feature-card-icon {
    width: 50px;
    height: 50px;
    font-size: 20px;
  }
  
  .feature-card-content h4 {
    font-size: 16px;
  }
  
  .feature-card-content p {
    font-size: 13px;
  }
  
  .services,
  .technologies,
  .features-section,
  .showcase,
  .process,
  .pricing {
    padding: 70px 0;
  }
  
  .section-title {
    margin-bottom: 40px;
  }
  
  .services-container,
  .technologies-container,
  .features-container,
  .showcase-container,
  .process-container,
  .pricing-container {
    padding: 0 20px;
  }
  
  .hero-container {
    padding: 0 20px;
  }
  
  .code-window:hover {
    transform: none;
  }
  
  .tech-items {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 576px) {
  h1 {
    font-size: 32px;
  }

  .section-title h2 {
    font-size: 28px;
  }

  .section-subtitle {
    font-size: 16px;
  }

  .floating-code-windows {
    height: 220px;
  }
  
  .window-1 {
    width: 200px;
    height: 160px;
    left: 5%;
  }
  
  .window-2 {
    width: 180px;
    height: 140px;
    top: 60px;
    right: 5%;
  }
  
  .window-3 {
    width: 170px;
    height: 130px;
    bottom: 20px;
    left: 25%;
  }

  .service-card,
  .pricing-card {
    padding: 30px 20px;
  }
  
  .services,
  .technologies,
  .features-section,
  .showcase,
  .process,
  .pricing {
    padding: 60px 0;
  }
  
  .section-title {
    margin-bottom: 35px;
    padding: 0 15px;
  }
  
  .services-container,
  .technologies-container,
  .features-container,
  .showcase-container,
  .process-container,
  .pricing-container {
    padding: 0 15px;
  }
  
  .hero-container {
    padding: 0 15px;
  }
  
  .hero {
    padding: 100px 15px 60px !important;
  }
  
  .tech-category {
    padding: 20px;
  }
  
  .tech-item {
    padding: 20px 10px;
  }
  
  .tech-item i {
    font-size: 36px;
  }
}