/* MBW Tech Services - Professional CSS Stylesheet */

/* ============================================
   RESET & BASE STYLES
   ============================================ */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'Roboto', 'Oxygen', 'Ubuntu', 'Cantarell', 'Fira Sans', 'Droid Sans', 'Helvetica Neue', sans-serif;
  line-height: 1.6;
  color: #333;
  background-color: #ffffff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* main heading centre */
.page-header h1,
  .hero h1,
  .hero-content h1 {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
  }

  /* Section main headings */
  section > .container > h2 {
    text-align: center;
  }

  /* Section subtitles under headings */
  section > .container > .section-subtitle,
  .page-subtitle {
    text-align: center;
  }



img {
  max-width: 100%;
  height: auto;
  display: block;
}


a {
  text-decoration: none;
  color: inherit;
  transition: all 0.3s ease;
}

ul {
  list-style: none;
}

/* ============================================
   CONTAINER & LAYOUT
   ============================================ */
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

/* ============================================
   NAVIGATION
   ============================================ */
.navbar {
  background-color: #ffffff;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  position: sticky;
  top: 0;
  z-index: 1000;
  padding: 15px 0;
}

.navbar .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.nav-brand {
  display: flex;
  align-items: center;
}

.logo-link {
  display: flex;
  align-items: center;
  gap: 12px;
}

.logo-circle {
  width: 50px;
  height: 50px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-weight: bold;
  font-size: 18px;
}

.logo-image {
  width: 50px;
  height: 50px;
  object-fit: contain;
  display: block;
}

.brand-text {
  display: flex;
  flex-direction: column;
}

.brand-name {
  font-size: 20px;
  font-weight: 700;
  color: #1a1a1a;
}

.brand-tagline {
  font-size: 12px;
  color: #666;
}

.nav-menu {
  display: flex;
  gap: 30px;
  align-items: center;
}

.nav-menu a {
  color: #333;
  font-weight: 500;
  padding: 8px 0;
  position: relative;
}

.nav-menu a:hover,
.nav-menu a.active {
  color: #00d4ff;
}

.nav-menu a.active::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #00d4ff;
}

.mobile-menu-toggle {
  display: none;
  flex-direction: column;
  gap: 5px;
  background: none;
  border: none;
  cursor: pointer;
  padding: 5px;
}

.mobile-menu-toggle span {
  width: 25px;
  height: 3px;
  background-color: #333;
  transition: all 0.3s ease;
}

/* ============================================
   BUTTONS
   ============================================ */
.btn {
  display: inline-block;
  padding: 12px 30px;
  border-radius: 5px;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
  border: none;
  transition: all 0.3s ease;
  font-size: 16px;
}

.btn-primary {
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  color: #fff;
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(0, 212, 255, 0.4);
}

.btn-secondary {
  background-color: #f0f0f0;
  color: #333;
}

.btn-secondary:hover {
  background-color: #e0e0e0;
}

.btn-whatsapp {
  background-color: #25D366;
  color: #fff;
}

.btn-whatsapp:hover {
  background-color: #20ba5a;
}

.nav-menu .btn-primary {
  padding: 10px 20px;
  border-radius: 5px;
}

/* ============================================
   HERO SECTION
   ============================================ */
.hero {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 100px 0;
  text-align: center;
}

.hero-content h1 {
  font-size: 48px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
  background: linear-gradient(135deg, #fff, #e0e0e0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.hero-subtitle {
  font-size: 20px;
  margin-bottom: 40px;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.9;
}

.hero-cta {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
  margin-bottom: 60px;
}

.hero-stats {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 30px;
  max-width: 900px;
  margin: 0 auto;
}

.stat-item {
  background: rgba(255, 255, 255, 0.1);
  padding: 30px;
  border-radius: 10px;
  backdrop-filter: blur(10px);
}

.stat-number {
  font-size: 36px;
  font-weight: 700;
  margin-bottom: 10px;
}

.stat-label {
  font-size: 14px;
  opacity: 0.9;
}

/* ============================================
   SECTIONS
   ============================================ */
section {
  padding: 80px 0;
}

h1, h2, h3 {
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

h2 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 28px;
  text-align: center;
}

h3 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 28px;
  text-align: center;
}


.section-subtitle {
  text-align: center;
  font-size: 18px;
  color: #666;
  margin-bottom: 50px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
}

/* ============================================
   SERVICES GRID
   ============================================ */
.services-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}
/* ===== FORCE service image to medium size ===== */
.service-image-wrapper {
  max-width: 700px;        /* makes image not full width */
  margin: 20px auto;      /* center it */
}

.service-image-wrapper img {
  width: 100%;
  height: 220px;          /* medium height like blog */
  object-fit: cover;     /* crop nicely */
  border-radius: 12px;
  display: block;
}

.service-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.service-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.service-icon {
  font-size: 48px;
  margin-bottom: 20px;
}

.service-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-card p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.8;
}

.service-link {
  color: #00d4ff;
  font-weight: 600;
}

.service-link:hover {
  color: #8b5cf6;
}

/* ============================================
   FEATURES GRID
   ============================================ */
.features-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.feature-item {
  text-align: center;
  padding: 30px;
}

.feature-icon {
  font-size: 48px;
  margin-bottom: 20px;
  color: #00d4ff;
}

.feature-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.feature-item p {
  color: #666;
  line-height: 1.8;
}

/* ============================================
   PROCESS STEPS
   ============================================ */
.process-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 30px;
  margin-top: 50px;
}

.process-step {
  text-align: center;
  padding: 30px;
  position: relative;
}

.step-number {
  width: 60px;
  height: 60px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 700;
  margin: 0 auto 20px;
}

.process-step h3 {
  font-size: 22px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.process-step p {
  color: #666;
  line-height: 1.8;
}

/* ============================================
   CTA SECTIONS
   ============================================ */
.cta-section {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  text-align: center;
  padding: 80px 0;
}

.cta-section h2 {
  color: #fff;
  margin-bottom: 20px;
  background: none;
  -webkit-text-fill-color: #fff;
}

.cta-section p {
  font-size: 18px;
  margin-bottom: 40px;
  opacity: 0.9;
}

.cta-buttons {
  display: flex;
  gap: 20px;
  justify-content: center;
  flex-wrap: wrap;
}

/* ============================================
   PAGE HEADER
   ============================================ */
.page-header {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 80px 0;
  text-align: center;
}

.page-header h1 {
  font-size: 42px;
  margin-bottom: 15px;
  color: #fff;
  background: none;
  -webkit-text-fill-color: #fff;
}

.page-subtitle {
  font-size: 18px;
  opacity: 0.9;
}

/* ============================================
   ABOUT PAGE
   ============================================ */
.about-content {
  padding: 60px 0;
}

.about-intro {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.about-intro h2 {
  text-align: left;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.about-intro p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
  text-align: left;
}

.mission-vision {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.mission-box,
.vision-box {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 10px;
}

.mission-box h2,
.vision-box h2 {
  text-align: left;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.mission-box p,
.vision-box p {
  color: #666;
  line-height: 1.8;
}

.why-choose-section,
.values-section {
  margin-bottom: 60px;
}

.why-grid,
.values-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.why-item,
.value-item {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.why-item h3,
.value-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: left;
}

.why-item p,
.value-item p {
  color: #666;
  line-height: 1.8;
  text-align: left;
}

.cta-box {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 50px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
}

.cta-box h2 {
  color: #fff;
  margin-bottom: 15px;
  background: none;
  -webkit-text-fill-color: #fff;
}

.cta-box p {
  margin-bottom: 30px;
  opacity: 0.9;
}

/* ============================================
   SERVICES PAGE
   ============================================ */
.services-detail {
  padding: 60px 0;
}

.service-header {
  text-align: center;
  margin-bottom: 40px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.service-header h2 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.service-intro {
  font-size: 18px;
  color: #666;
  max-width: 800px;
  margin: 0 auto;
}

.service-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  margin: 40px 0;
}

.service-image-wrapper {
  width: 100%;
  margin-bottom: 30px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.service-image-wrapper img {
  width: 100%;
  height: auto;
  display: block;
  transition: transform 0.3s ease;
}

.service-image-wrapper:hover img {
  transform: scale(1.05);
}

.service-detail-section {
  position: relative;
  padding: 40px;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  margin-bottom: 60px;
}

.service-detail-section:hover {
  box-shadow: 0 8px 30px rgba(0, 212, 255, 0.15);
  transform: translateY(-5px);
}

.service-features h3,
.service-benefits h3 {
  font-size: 24px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-align: left;
}

.service-features ul,
.service-benefits ul {
  list-style: disc;
  padding-left: 20px;
}

.service-features li,
.service-benefits li {
  color: #666;
  line-height: 1.8;
  margin-bottom: 10px;
}

.service-cta {
  text-align: center;
  margin-top: 30px;
}

.services-cta-section {
  background: #f8f9fa;
  padding: 60px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
}

.services-cta-section h2 {
  margin-bottom: 15px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.services-cta-section p {
  color: #666;
  margin-bottom: 30px;
  font-size: 18px;
}

/* ============================================
   INTERNSHIP & TRAINING PAGE
   ============================================ */
.internship-programs {
  padding: 60px 0;
}

.intro-section {
  max-width: 900px;
  margin: 0 auto 60px;
  text-align: center;
}

.intro-section h2 {
  margin-bottom: 20px;
}

.intro-section p {
  color: #666;
  line-height: 1.8;
  font-size: 18px;
}

.program-card {
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  padding: 40px;
  margin-bottom: 40px;
}

.program-content-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  align-items: start;
}

.program-image {
  width: 100%;
}

.program-image img {
  width: 100%;
  height: auto;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease;
}

.program-image img:hover {
  transform: scale(1.02);
}

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

.program-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 20px;
  border-bottom: 2px solid #f0f0f0;
}

.program-header h3 {
  font-size: 28px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.program-duration {
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  color: #fff;
  padding: 8px 20px;
  border-radius: 20px;
  font-size: 14px;
  font-weight: 600;
}

.program-content h4 {
  font-size: 20px;
  margin: 25px 0 15px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.program-content ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.program-content li {
  color: #666;
  line-height: 1.8;
  margin-bottom: 8px;
}

.program-cta {
  margin-top: 30px;
  text-align: center;
}

.training-section {
  margin-top: 80px;
}

.training-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.training-card {
  background: #fff;
  padding: 30px;
  border-radius: 10px;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.training-card h3 {
  font-size: 22px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.training-card p {
  color: #666;
  margin-bottom: 20px;
  line-height: 1.8;
}

.training-card ul {
  list-style: disc;
  padding-left: 20px;
  margin-bottom: 20px;
}

.training-card li {
  color: #666;
  line-height: 1.8;
  margin-bottom: 8px;
}

.program-highlights {
  margin-top: 80px;
}

.highlights-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 30px;
  margin-top: 40px;
}

.highlight-item {
  background: #f8f9fa;
  padding: 30px;
  border-radius: 10px;
  text-align: center;
}

.highlight-item h3 {
  font-size: 22px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.highlight-item p {
  color: #666;
  line-height: 1.8;
}

.internship-cta {
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: #fff;
  padding: 60px;
  border-radius: 10px;
  text-align: center;
  margin-top: 60px;
}

.internship-cta h2 {
  color: #fff;
  margin-bottom: 15px;
  background: none;
  -webkit-text-fill-color: #fff;
}

.internship-cta p {
  font-size: 18px;
  margin-bottom: 30px;
  opacity: 0.9;
}

/* ============================================
   BLOG LISTING
   ============================================ */
.blog-listing {
  padding: 60px 0;
}

.blogs-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 40px;
  margin-top: 40px;
}

.blog-card {
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
}

.blog-image {
  width: 100%;
  height: 200px;
  overflow: hidden;
  background: #f0f0f0;
}

.blog-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.blog-content {
  padding: 30px;
}

.blog-meta {
  display: flex;
  gap: 15px;
  margin-bottom: 15px;
  font-size: 14px;
  color: #666;
}

.blog-category {
  color: #00d4ff;
  font-weight: 600;
}

.blog-content h2 {
  font-size: 24px;
  margin-bottom: 15px;
  text-align: left;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.blog-content h2 a {
  color: #1a1a1a;
}

.blog-content h2 a:hover {
  color: #00d4ff;
}

.blog-content p {
  color: #666;
  line-height: 1.8;
  margin-bottom: 20px;
}

.read-more {
  color: #00d4ff;
  font-weight: 600;
}

.read-more:hover {
  color: #8b5cf6;
}


/* ============================================
   BLOG ARTICLE
   ============================================ */
.blog-article {
  padding: 60px 0;
}

.article-header {
  max-width: 900px;
  margin: 0 auto 40px;
  text-align: center;
}

.article-meta {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-bottom: 20px;
  font-size: 14px;
  color: #666;
}

.article-category {
  color: #00d4ff;
  font-weight: 600;
}

.article-header h1 {
  font-size: 42px;
  margin-bottom: 20px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.article-excerpt {
  font-size: 20px;
  color: #666;
  line-height: 1.8;
}

.article-image {
  max-width: 1000px;
  margin: 0 auto 40px;
  border-radius: 10px;
  overflow: hidden;
}

.article-image img {
  width: 100%;
  height: auto;
}

.article-content {
  max-width: 900px;
  margin: 0 auto;
  line-height: 1.8;
  color: #333;
}

.article-content p {
  margin-bottom: 20px;
  font-size: 18px;
}

.article-content h2 {
  font-size: 32px;
  margin: 40px 0 20px;
  text-align: left;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.article-content h3 {
  font-size: 24px;
  margin: 30px 0 15px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.article-content ul {
  list-style: disc;
  padding-left: 30px;
  margin-bottom: 20px;
}

.article-content li {
  margin-bottom: 10px;
  color: #666;
}

.article-content a {
  color: #00d4ff;
  text-decoration: underline;
}

.article-content a:hover {
  color: #8b5cf6;
}

.article-cta {
  background: #f8f9fa;
  padding: 40px;
  border-radius: 10px;
  text-align: center;
  margin: 50px 0;
}

.article-cta h3 {
  font-size: 28px;
  margin-bottom: 15px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.article-cta p {
  color: #666;
  margin-bottom: 30px;
  font-size: 18px;
}

.article-footer {
  max-width: 900px;
  margin: 50px auto 0;
  padding-top: 30px;
  border-top: 1px solid #e0e0e0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px;
}

.article-tags,
.article-share {
  display: flex;
  gap: 10px;
  align-items: center;
  flex-wrap: wrap;
}

.article-tags a,
.article-share a {
  color: #00d4ff;
  padding: 5px 10px;
  border-radius: 5px;
  background: #f0f0f0;
}

.article-tags a:hover,
.article-share a:hover {
  background: #00d4ff;
  color: #fff;
}

/* ============================================
   CONTACT PAGE
   ============================================ */
.contact-section {
  padding: 60px 0;
}

.contact-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 40px;
  margin-bottom: 60px;
}

.contact-info-card,
.contact-form-card {
  background: #fff;
  padding: 40px;
  border-radius: 10px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.contact-info-card h2,
.contact-form-card h2 {
  text-align: left;
  margin-bottom: 15px;
  font-size: 32px;
  background: linear-gradient(135deg, #00d4ff, #8b5cf6);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.contact-info-card p {
  color: #666;
  margin-bottom: 30px;
  line-height: 1.8;
}

.contact-details {
  margin-bottom: 30px;
}

.contact-item {
  margin-bottom: 30px;
}

.contact-item h3 {
  font-size: 20px;
  margin-bottom: 10px;
  color: #1a1a1a;
}

.contact-item p {
  color: #666;
  line-height: 1.8;
}

.contact-item a {
  color: #00d4ff;
}

.contact-item a:hover {
  color: #8b5cf6;
}

.social-contact {
  margin-bottom: 30px;
}

.social-contact h3 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #1a1a1a;
}

.quick-contact-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.contact-form {
  margin-top: 30px;
}

.form-group {
  margin-bottom: 25px;
}

.form-group label {
  display: block;
  margin-bottom: 8px;
  font-weight: 600;
  color: #1a1a1a;
}

.form-group input,
.form-group select,
.form-group textarea {
  width: 100%;
  padding: 12px 15px;
  border: 2px solid #e0e0e0;
  border-radius: 5px;
  font-size: 16px;
  font-family: inherit;
  transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
  outline: none;
  border-color: #00d4ff;
}

.form-group textarea {
  resize: vertical;
  min-height: 120px;
}

.form-group button {
  margin-right: 15px;
}

.form-message {
  margin-top: 20px;
  padding: 15px;
  border-radius: 5px;
  display: none;
}

.form-message.success {
  background-color: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
  display: block;
}

.form-message.error {
  background-color: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
  display: block;
}

.map-section {
  margin-top: 60px;
  text-align: center;
}

.map-section h2 {
  margin-bottom: 15px;
}

.map-section p {
  color: #666;
  margin-bottom: 30px;
}

.map-container {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

/* ============================================
   FOOTER
   ============================================ */
.footer {
  background-color: #1a1a1a;
  color: #fff;
  padding: 60px 0 20px;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 40px;
  margin-bottom: 40px;
}

.footer-column h3,
.footer-column h4 {
  margin-bottom: 20px;
  color: #fff;
}

.footer-column p {
  color: #ccc;
  line-height: 1.8;
  margin-bottom: 20px;
}

.footer-column ul {
  list-style: none;
}

.footer-column ul li {
  margin-bottom: 10px;
}

.footer-column a {
  color: #ccc;
}

.footer-column a:hover {
  color: #00d4ff;
}

.social-links {
  display: flex;
  gap: 15px;
  margin-top: 20px;
}

.social-links a {
  padding: 8px 15px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  color: #fff;
}

.social-links a:hover {
  background: #00d4ff;
}

.contact-info {
  list-style: none;
}

.contact-info li {
  margin-bottom: 20px;
  color: #ccc;
}

.contact-info strong {
  color: #fff;
  display: block;
  margin-bottom: 5px;
}

.footer-bottom {
  text-align: center;
  padding-top: 30px;
  border-top: 1px solid #333;
  color: #999;
}

.footer-bottom a {
  color: #00d4ff;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */
@media (max-width: 768px) {
  .mobile-menu-toggle {
    display: flex;
  }

  .nav-menu {
    position: fixed;
    top: 70px;
    left: -100%;
    width: 100%;
    background: #fff;
    flex-direction: column;
    padding: 20px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    transition: left 0.3s ease;
  }

  .nav-menu.active {
    left: 0;
  }

  .hero-content h1 {
    font-size: 32px;
  }

  .hero-subtitle {
    font-size: 16px;
  }

  .hero-cta {
    flex-direction: column;
  }

  h2 {
    font-size: 28px;
  }

  .services-grid,
  .features-grid,
  .process-steps {
    grid-template-columns: 1fr;
  }

  .mission-vision {
    grid-template-columns: 1fr;
  }

  .contact-grid {
    grid-template-columns: 1fr;
  }

  .article-header h1 {
    font-size: 28px;
  }

  .article-content {
    font-size: 16px;
  }

  .article-footer {
    flex-direction: column;
  }
}

@media (max-width: 480px) {
  .container {
    padding: 0 15px;
  }

  .hero {
    padding: 60px 0;
  }

  section {
    padding: 40px 0;
  }

  .hero-stats {
    grid-template-columns: 1fr;
  }
}

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

.animate-fade-in-up {
  animation: fadeInUp 0.6s ease-out forwards;
  opacity: 0;
}

@keyframes scrollLeft {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.animate-scroll-left {
  animation: scrollLeft 30s linear infinite;
  display: flex;
  width: max-content;
}

.clients-scroll-wrapper {
  mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
  -webkit-mask-image: linear-gradient(to right, transparent, black 10%, black 90%, transparent);
}

.clients-scroll:hover {
  animation-play-state: paused;
}

/* Hover animations */
.service-card:hover {
  transform: translateY(-10px) scale(1.02);
}

.feature-item:hover {
  transform: translateY(-5px);
}

.process-step:hover {
  transform: translateY(-5px);
}

/* Pulse animation for stats */
@keyframes pulse {
  0%, 100% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.05);
  }
}

.stat-item:hover .stat-number {
  animation: pulse 0.6s ease-in-out;
}
/* =========================================
   GLOBAL MOBILE RESPONSIVE FIX – ALL PAGES
========================================= */

@media (max-width: 768px) {

  /* Stop horizontal scroll */
  html, body {
    width: 100%;
    overflow-x: hidden;
  }
 
  

  /* Container fix */
  .container {
    width: 100%;
    max-width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  /* =====================
     HEADERS
  ===================== */
  .page-header h1 {
    font-size: 22px;
    text-align: center;
    line-height: 1.3;
  }

  .page-subtitle {
    font-size: 14px;
    text-align: center;
    line-height: 1.5;
  }

  /* =====================
     PROGRAM / SERVICES
  ===================== */

  .program-card,
  .service-detail-section,
  .blog-card {
    padding: 18px;
    margin-bottom: 25px;
  }

  /* Force all layouts into ONE column */
  .program-content-wrapper,
  .service-content,
  .services-detail,
  .blogs-grid {
    display: flex !important;
    flex-direction: column !important;
    width: 100%;
  }

 /* IMAGE FIRST */
.program-image,
.service-image-wrapper {
  order: 1;          /* image comes first */
  width: 100%;
  margin: 12px 0 20px;
}

/* CONTENT AFTER IMAGE */
.program-content,
.service-content {
  order: 2;          /* content comes after image */
  text-align: left;
}

/* IMAGE SIZE – MEDIUM */
.program-image img,
.service-image-wrapper img,
.blog-image img {
  width: 100%;
  max-width: 100%;
  height: 180px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
}
  /* =====================
     TEXT CLEAN & NEAT
  ===================== */

  h2 {
    font-size: 20px;
    line-height: 1.3;
    margin-bottom: 8px;
    text-align: left;
  }

  h3 {
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 6px;
    text-align: left;
  }

  h4 {
    font-size: 16px;
    line-height: 1.3;
    margin-bottom: 6px;
    text-align: left;
  }

  p {
    font-size: 14px;
    line-height: 1.7;
    margin-bottom: 10px;
    text-align: left;
    word-wrap: break-word;
  }

  li {
    font-size: 14px;
    line-height: 1.6;
    margin-bottom: 6px;
    text-align: left;
  }

  ul {
    padding-left: 18px;
  }

  /* =====================
     CTA SECTIONS
  ===================== */
  .program-cta,
  .internship-cta {
    text-align: center;
    padding: 25px 15px;
  }

  .program-cta a,
  .internship-cta a {
    display: inline-block;
    margin-top: 10px;
  }

  /* =====================
     FOOTER
  ===================== */
  /* .footer-content {
    display: flex;
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

  .footer-column ul {
    padding-left: 0;
  }

  .footer-column p,
  .footer-column li {
    text-align: center;
  }
} */