/* ==========================================================================
   INTERNSHIP PAGE - internship.css
   Loaded AFTER style.css. Header, footer, buttons, container, section,
   cta-banner, .c-pink etc all come from style.css - not redefined here.
   ========================================================================== */

.intern-heading {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 26px;
}

.breadcrumb {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: var(--text-gray);
  margin-bottom: 18px;
}
.breadcrumb a { color: var(--pink); font-weight: 500; }
.breadcrumb i { font-size: 9px; color: #C6C6D6; }
.breadcrumb span { color: var(--navy); font-weight: 600; }

/* ==========================================================================
   INTERNSHIP HERO
   ========================================================================== */
.intern-hero {
  background: linear-gradient(120deg, #FFF6EC 0%, #FDEFF5 45%, #F3EEFC 100%);
  padding: 20px 0 40px;
  overflow: hidden;
  margin-top: 100px;
}
.intern-hero-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 30px;
  align-items: center;
}

.badge-tag {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: #FFE3F1;
  color: var(--pink);
  font-size: 12px;
  font-weight: 700;
  padding: 8px 16px;
  border-radius: 20px;
  margin-bottom: 16px;
}

.intern-hero-title {
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.5px;
  line-height: 1.15;
  margin-bottom: 14px;
}

.intern-hero-desc {
  font-size: 14.5px;
  color: var(--text-gray);
  max-width: 460px;
  line-height: 1.7;
  margin-bottom: 22px;
}

.intern-check-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px 20px;
  margin-bottom: 26px;
}
.intern-check-grid li {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 13px;
  font-weight: 500;
  color: #333;
}
.intern-check-grid i { color: #12B76A; font-size: 15px; flex-shrink: 0; }

.intern-hero-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.intern-hero-media {
  position: relative;
  display: flex;
  justify-content: center;
}
.intern-hero-blob {
  position: absolute;
  top: 0;
  right: 8%;
  width: 260px;
  height: 260px;
  background: linear-gradient(135deg, #E8DFFB, #FBE3F0);
  border-radius: 50%;
  z-index: 0;
}
.intern-hero-media img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 480px;
  border-radius: 20px;
  object-fit: cover;
  height: 240px;
  box-shadow: 0 20px 45px rgba(20,20,60,0.14);
}

/* ==========================================================================
   STATS BAR
   ========================================================================== */
.intern-stats {
  background: linear-gradient(90deg, #5B21D6 0%, #7C3AED 55%, #B026C9 100%);
  padding: 26px 0;
}
.intern-stats-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}
.istat-item {
  display: flex;
  align-items: center;
  gap: 12px;
  color: #fff;
}
.istat-item i {
  font-size: 20px;
  background: rgba(255,255,255,0.18);
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.istat-item div { display: flex; flex-direction: column; line-height: 1.3; }
.istat-num { font-size: 19px; font-weight: 800; }
.istat-label { font-size: 11px; font-weight: 500; opacity: 0.92; }

/* ==========================================================================
   WHY CHOOSE OUR INTERNSHIP
   ========================================================================== */
.intern-why { padding: 44px 0; }
.intern-why-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.why-card {
  background: #fff;
  border: 1px solid var(--border-gray);
  border-radius: 16px;
  padding: 24px 20px;
  box-shadow: 0 4px 14px rgba(20,20,50,0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.why-card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(20,20,50,0.08); }
.why-icon {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  margin-bottom: 14px;
}
.icon-pink-soft { background: #FFE3F1; color: var(--pink); }
.icon-blue-soft { background: #E1EBFF; color: #2E5CE6; }
.icon-green-soft { background: #E1F9EE; color: #12B76A; }
.icon-orange-soft { background: #FFE9DC; color: var(--orange); }
.icon-blue2-soft { background: #E1F2FE; color: #1B9CE0; }
.icon-purple-soft { background: #ECE5FC; color: #7C4DFF; }

.why-card h3 { font-size: 14.5px; margin-bottom: 8px; }
.why-card p { font-size: 12.5px; color: var(--text-gray); line-height: 1.6; }

/* ==========================================================================
   POPULAR INTERNSHIP DOMAINS
   ========================================================================== */
.intern-domains { padding: 20px 0 44px; }
.domains-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
.domain-card {
  background: #fff;
  border: 1px solid var(--border-gray);
  border-radius: 16px;
  padding: 22px 20px;
  box-shadow: 0 4px 14px rgba(20,20,50,0.04);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.domain-card:hover { transform: translateY(-4px); box-shadow: 0 10px 24px rgba(20,20,50,0.08); }
.domain-icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  margin-bottom: 14px;
}
.domain-card h3 { font-size: 14.5px; margin-bottom: 8px; }
.domain-card p { font-size: 12.5px; color: var(--text-gray); line-height: 1.6; margin-bottom: 14px; }
.apply-link {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-size: 12.5px;
  font-weight: 600;
  color: var(--pink);
}
.apply-link i { font-size: 10px; transition: transform 0.2s ease; }
.apply-link:hover i { transform: translateX(3px); }

/* ==========================================================================
   INTERNSHIP BENEFITS + WHO CAN APPLY
   ========================================================================== */
.intern-benefits { padding: 20px 0 44px; }
.benefits-grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 26px;
}
.benefits-list {
  display: flex;
  flex-direction: column;
  gap: 14px;
}
.benefits-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  font-weight: 500;
  color: #333;
}
.benefits-list i { color: #12B76A; font-size: 16px; flex-shrink: 0; }

.benefits-illustration {
  display: flex;
  justify-content: center;
}
.benefits-illustration img {
  width: 100%;
  max-width: 320px;
  border-radius: 20px;
  object-fit: cover;
  height: 220px;
  box-shadow: 0 10px 30px rgba(20,20,60,0.10);
}

.who-apply-card {
  background: #FAFAFC;
  border: 1px solid var(--border-gray);
  border-radius: 18px;
  padding: 26px 24px;
}
.who-apply-card h3 { font-size: 17px; margin-bottom: 18px; }
.who-apply-list { display: flex; flex-direction: column; gap: 13px; margin-bottom: 22px; }
.who-apply-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 13.5px;
  color: #333;
}
.who-apply-list i { color: var(--pink); font-size: 11px; flex-shrink: 0; }
.btn-block { width: 100%; justify-content: center; border: none; cursor: pointer; }

/* ==========================================================================
   INTERNSHIP PROCESS
   ========================================================================== */
.intern-process { padding: 20px 0 44px; }
.process-track {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px 16px;
}
.process-step {
  text-align: center;
  position: relative;
}
.step-num {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  color: #fff;
  font-size: 12.5px;
  font-weight: 700;
  margin-bottom: 12px;
}
.num-green  { background: #12B76A; }
.num-purple { background: #7C4DFF; }
.num-orange { background: var(--orange); }
.num-blue   { background: #2E5CE6; }
.num-pink   { background: var(--pink); }
.num-navy   { background: var(--navy); }

.step-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #fff;
  border: 1.5px solid var(--border-gray);
  color: #522dae;
  font-size: 19px;
  margin: 0 auto 12px;
}
.process-step h4 { font-size: 13.5px; margin-bottom: 6px; }
.process-step p { font-size: 11.5px; color: var(--text-gray); line-height: 1.5; padding: 0 6px; }

/* ==========================================================================
   TESTIMONIALS (intern-specific naming to avoid clashing with script.js's
   .testimonial-* selectors used elsewhere in the site)
   ========================================================================== */
.intern-testimonials { padding: 20px 0 50px; background: #FCFCFE; }
.itest-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
}
.itest-track-outer { flex: 1; overflow: hidden; }
.itest-grid {
  display: flex;
  gap: 16px;
  transition: transform 0.45s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: transform;
}
.itest-card {
  background: #fff;
  border: 1px solid var(--border-gray);
  border-radius: 16px;
  padding: 22px;
  box-shadow: 0 4px 14px rgba(20,20,50,0.04);
  flex-shrink: 0;
  width: 100%;
}
.it-head { display: flex; align-items: center; gap: 12px; margin-bottom: 12px; }
.it-head img { width: 44px; height: 44px; border-radius: 50%; object-fit: cover; }
.it-head h4 { font-size: 14px; }
.it-head span { font-size: 11.5px; color: var(--text-gray); }
.it-stars { color: #FFC531; font-size: 12px; margin-bottom: 10px; }
.itest-card p { font-size: 13px; color: #444; line-height: 1.6; }

.itarrow {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid var(--border-gray);
  background: #fff;
  color: var(--navy);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition: background 0.2s ease, color 0.2s ease;
}
.itarrow:hover { background: var(--pink); color: #fff; border-color: var(--pink); }
.itarrow:disabled { opacity: 0.35; cursor: not-allowed; }
.itarrow:disabled:hover { background: #fff; color: var(--navy); border-color: var(--border-gray); }

.idots { display: flex; justify-content: center; gap: 8px; margin-top: 22px; }
.idot { width: 8px; height: 8px; border-radius: 50%; background: #E2E2ED; border: none; cursor: pointer; padding: 0; transition: width 0.2s ease, background 0.2s ease; }
.idot.active { background: var(--pink); width: 22px; border-radius: 6px; }

/* ==========================================================================
   MOBILE STICKY ACTION BAR
   Hidden by default (desktop); shown as a fixed bottom bar on small screens.
   ========================================================================== */
.mobile-action-bar {
  display: none;
}

/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (min-width: 480px) {
  .intern-hero-title { font-size: 34px; }
  .intern-hero-buttons { flex-direction: row; }
  .intern-check-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (min-width: 576px) {
  .intern-why-grid { grid-template-columns: repeat(2, 1fr); }
  .domains-grid { grid-template-columns: repeat(2, 1fr); }
  .process-track { grid-template-columns: repeat(3, 1fr); }
  .itest-card { width: calc(50% - 8px); }
}

@media (min-width: 768px) {
  .intern-hero-title { font-size: 38px; }
  .intern-hero-media img { height: 300px; }
  .intern-stats-grid { grid-template-columns: repeat(4, 1fr); }
  .intern-why-grid { grid-template-columns: repeat(3, 1fr); }
  .domains-grid { grid-template-columns: repeat(3, 1fr); }
  .benefits-grid { grid-template-columns: 1fr 1fr; }
  .who-apply-card { grid-column: 1 / -1; }
}

@media (min-width: 992px) {
  .intern-hero-grid { grid-template-columns: 1.05fr 0.95fr; }
  .intern-hero-media img { height: 360px; }
  .intern-why-grid { grid-template-columns: repeat(5, 1fr); }
  .domains-grid { grid-template-columns: repeat(6, 1fr); }
  .benefits-grid { grid-template-columns: 1fr 1fr 1fr; }
  .who-apply-card { grid-column: auto; }
  .process-track { grid-template-columns: repeat(6, 1fr); }
  .itest-card { width: calc(25% - 12px); }
}

@media (min-width: 1200px) {
  .intern-hero-title { font-size: 42px; }
}

/* ---- Tablet & below: mobile sticky bar appears, page gets bottom padding
       so the bar never covers content, and the floating WhatsApp bubble
       from style.css is hidden to avoid overlapping the new bar. ---- */
@media (max-width: 768px) {
  body { padding-bottom: 62px; }

  .whatsapp-float { display: none; }

  .mobile-action-bar {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 90;
    background: #fff;
    box-shadow: 0 -6px 20px rgba(20,20,50,0.10);
  }
  .mab-btn {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3px;
    padding: 9px 4px;
    font-size: 10.5px;
    font-weight: 600;
    color: #fff;
  }
  .mab-btn i { font-size: 15px; }
  .mab-whatsapp { background: #25D366; }
  .mab-apply { background: var(--pink); }
  .mab-call { background: var(--navy); }
}

@media (max-width: 640px) {
  .intern-hero { padding: 16px 0 30px; }
  .intern-hero-title { font-size: 26px; }
  .intern-hero-desc { font-size: 13px; }
  .intern-hero-media img { height: 200px; }
  .intern-hero-blob { width: 180px; height: 180px; }

  .intern-heading { font-size: 21px; margin-bottom: 18px; }

  .istat-item i { width: 38px; height: 38px; font-size: 16px; }
  .istat-num { font-size: 16px; }
  .istat-label { font-size: 10px; }

  .why-card, .domain-card { padding: 18px 16px; }
  .who-apply-card { padding: 20px 18px; }

  .step-icon { width: 46px; height: 46px; font-size: 16px; }
  .process-step p { font-size: 10.5px; }
}