/* Our Services heading color */
.services-heading {
  color: #ffb300;
  font-weight: 700;
  letter-spacing: 1px;
}

/* Service panel rotation on hover */
.service-panel {
  transition: background-color 0.3s, transform 0.4s cubic-bezier(.4,2,.6,1), box-shadow 0.3s;
}
.service-panel:hover {
  background-color: #d081c8;
  transform: rotateZ(-3deg) scale(1.04);
  box-shadow: 0 12px 36px rgba(10,42,102,0.13), 0 2px 8px rgba(0,0,0,0.08);
  z-index: 2;
}
/* Dynamic gradient navbar */
.navbar-dynamic {
  background: linear-gradient(90deg, #0A2A66 0%, #1976d2 60%, #00c6ff 100%) !important;
  box-shadow: 0 4px 18px rgba(10,42,102,0.18);
}
/* Stylish About Us intro card */
.about-intro-card {
  background: rgba(20, 40, 80, 0.85);
  color: #f8fafc;
  border-radius: 18px;
  box-shadow: 0 8px 32px rgba(10,42,102,0.18), 0 2px 8px rgba(0,0,0,0.10);
  padding: 36px 32px 28px 32px;
  margin: 0 auto 32px auto;
  max-width: 820px;
  font-size: 1.18rem;
  font-weight: 500;
  letter-spacing: 0.01em;
  transition: transform 0.35s cubic-bezier(.4,2,.6,1), box-shadow 0.35s, background 0.25s;
  will-change: transform, box-shadow, background;
  border: 1.5px solid #233a5e;
}
.about-intro-card:hover {
  background: #233a5e;
  color: #fff;
  transform: scale(1.025) translateY(-8px) rotateZ(0.3deg);
  box-shadow: 0 16px 48px rgba(10,42,102,0.22), 0 4px 16px rgba(0,0,0,0.13);
  border-color: #1976d2;
}
/* Unified heading color and bold for jobs page */
.jobs-main-heading {
  color: #1976d2;
  font-weight: bold;
  font-size: 2rem;
}
/* Internship and Job Opportunity boxes side by side */
.internship-box, .job-box {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(10,42,102,0.08), 0 1.5px 6px rgba(0,0,0,0.06);
  padding: 32px 24px 24px 24px;
  transition: background 0.3s, transform 0.3s cubic-bezier(.4,2,.6,1), box-shadow 0.3s, border-color 0.3s;
  will-change: transform, box-shadow, background;
  border: 1.5px solid #e9ecef;
}
.internship-box:hover, .job-box:hover {
  background: #f0f6ff;
  transform: scale(1.03) translateY(-6px) rotateZ(0.5deg);
  box-shadow: 0 12px 36px rgba(10,42,102,0.13), 0 2px 8px rgba(0,0,0,0.08);
  z-index: 2;
  border-color: #1976d2;
}
/* Social media icons in footer */
.social-links .social-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #222;
  transition: transform 0.25s cubic-bezier(.4,2,.6,1), box-shadow 0.25s, background 0.2s;
  box-shadow: 0 2px 8px rgba(10,42,102,0.10);
  width: 48px;
  height: 48px;
  margin: 0 6px;
  position: relative;
}
.social-links .social-icon svg {
  display: block;
  width: 32px;
  height: 32px;
}
.social-links .social-icon:hover {
  transform: scale(1.18) rotateZ(-6deg);
  box-shadow: 0 8px 32px rgba(10,42,102,0.18), 0 2px 8px rgba(0,0,0,0.10);
  z-index: 2;
  background: #fff;
}
.social-links .social-icon.youtube:hover svg circle {
  filter: brightness(1.2) drop-shadow(0 0 8px #ff0000cc);
}
.social-links .social-icon.instagram:hover svg circle {
  filter: brightness(1.2) drop-shadow(0 0 8px #e1306ccc);
}
body { font-family: Arial, sans-serif; margin:0; padding:0; }
header { background: #bdc8de; }
.navbar-brand { font-weight: bold; font-size: 1.5rem; }
.service-panel { background: white; border-radius: 10px; box-shadow: 0 4px 6px rgba(0,0,0,0.1); transition: background-color 0.3s ease; text-align: center; }
.service-panel:hover {
  background-color: #cfeb60;
  transform: rotateZ(-3deg) scale(1.04);
  box-shadow: 0 12px 36px rgba(10,42,102,0.13), 0 2px 8px rgba(0,0,0,0.08);
  z-index: 2;
}
.about-us-hero { min-height: 80vh; display: flex; align-items: center; }
footer { background:#222; color:white; text-align:center; padding:15px; }
.hero { padding: 100px 20px; text-align:center; color:white; }
@media (max-width:768px) {
  .service-panel { margin-bottom: 20px; }
}
/* Jobs page styles */
.jobs-container { max-width: 1100px; margin: 0 auto; }
.internship-section { margin-bottom: 40px; }
.syllabus-tabs { margin-top: 30px; }
.tab { border: 1px solid #e0e0e0; border-radius: 8px; margin-bottom: 15px; overflow: hidden; background: #fff; }
.tab-button { width: 100%; background: #f8f9fa; border: none; outline: none; padding: 18px 20px; text-align: left; font-size: 1.1rem; font-weight: 500; display: flex; justify-content: space-between; align-items: center; cursor: pointer; transition: background 0.2s; }
.tab.active .tab-button, .tab-button:hover { background: #e9ecef; }
.tab-content { display: none; padding: 20px 30px 20px 30px; border-top: 1px solid #e0e0e0; }
.tab.active .tab-content { display: block; }
.tab-title { font-weight: 600; }
.tab-icon { font-size: 1.3rem; }
.benefits-list { margin-top: 15px; }
.benefits-list li { margin-bottom: 6px; }

/* Slider styles for happy clients */
.happy-clients { margin-top: 60px; text-align: center; }
.slider { display: flex; align-items: center; justify-content: center; position: relative; overflow: hidden; }
.slider .prev, .slider .next { background: #0A2A66; color: #fff; border: none; font-size: 2rem; padding: 10px 18px; border-radius: 50%; cursor: pointer; z-index: 2; margin: 0 10px; }
.clients-container { display: flex; transition: transform 0.5s; gap: 20px; min-width: 810px; }
.client-panel { background: #fff; border-radius: 10px; box-shadow: 0 2px 8px rgba(0,0,0,0.08); padding: 25px 18px; min-width: 250px; max-width: 250px; margin: 0 5px; text-align: center; }
.client-photo { font-size: 2.5rem; margin-bottom: 10px; }
.stars { color: #ffb400; font-size: 1.2rem; margin-bottom: 8px; }
.client-name { font-weight: 600; margin-bottom: 2px; }
.placement-info { font-size: 0.95rem; color: #555; }

/* Beautiful transformation for slider panels */
.animate-panel {
  transition: transform 0.4s cubic-bezier(.4,2,.6,1), box-shadow 0.4s;
  will-change: transform, box-shadow;
}
.client-panel:hover, .animate-panel:hover {
  background: #54b673;
  transform: scale(1.03) translateY(-6px) rotateZ(0.5deg);
  box-shadow: 0 12px 36px rgba(10,42,102,0.13), 0 2px 8px rgba(0,0,0,0.08);
  z-index: 2;
  border-color: #1976d2;
}
.slider .prev, .slider .next {
  box-shadow: 0 2px 8px rgba(10,42,102,0.18);
  transition: background 0.2s, transform 0.2s;
}
.slider .prev:hover, .slider .next:hover {
  background: #ff6b6b;
  transform: scale(1.12);
}

@media (max-width: 900px) {
  .clients-container { min-width: 540px; }
  .client-panel { min-width: 180px; max-width: 180px; }
}
@media (max-width: 600px) {
  .clients-container { min-width: 270px; }
  .client-panel { min-width: 90vw; max-width: 90vw; }
}
/* Jobs page styles will be added after jobs.html is created */
