/*!**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@14.0.4_@babel+core@7.29.0_react-dom@18.3.1_react@18.3.1__react@18.3.1_sass@1.97.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/.pnpm/next@14.0.4_@babel+core@7.29.0_react-dom@18.3.1_react@18.3.1__react@18.3.1_sass@1.97.3/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./app/careers/careers.module.css ***!
  \**********************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/* Feature Cards */
.careers_featureCard__ttDxc {
  background: white;
  border: none;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.careers_featureCard__ttDxc:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.careers_featureIcon__MJ3GI {
  width: 50px !important;
  height: 50px !important;
  min-width: 50px !important;
  min-height: 50px !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 1.5rem;
  font-size: 1.5rem !important;
  color: white;
  line-height: 1;
}
.careers_blue__I4A4q { background-color: #e3f2fd; color: #1976d2 !important; }
.careers_purple__ctHs8 { background-color: #f3e5f5; color: #7b1fa2 !important; }
.careers_green__KX9sZ { background-color: #e8f5e9; color: #2e7d32 !important; }
.careers_teal__jbGZj { background-color: #e0f2f1; color: #00796b !important; }
.careers_peach__u9WT5 { background-color: #fbe9e7; color: #d84315 !important; }
.careers_pink__kRbti { background-color: #fce4ec; color: #c2185b !important; }
/* Celebration Section */
.careers_celebrationSection__Nlirg {
  background: linear-gradient(135deg, #f9f5ff 0%, #f0f4ff 100%);
  position: relative;
  overflow: hidden;
}
.careers_celebrationCard__g2Rv3 {
  position: relative;
  background: white;
  border: none !important;
  border-radius: 16px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.careers_celebrationCard__g2Rv3:hover {
  transform: translateY(-5px);
  box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12);
}
.careers_celebrationImage__LZgXx {
  position: relative;
  z-index: 2;
  transition: all 0.3s ease;
}
.careers_celebrationImage__LZgXx:hover {
  transform: scale(1.02);
}
.careers_celebrationBadge__yKOah {
  font-size: 0.85rem;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
  transition: all 0.3s ease;
  white-space: nowrap;
}
.careers_celebrationBadge__yKOah:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
}
/* Star decorations */
.careers_celebrationStars__lL_kB::before,
.careers_celebrationStars__lL_kB::after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='%23FFD700' viewBox='0 0 16 16'%3E%3Cpath d='M3.612 15.443c-.386.198-.824-.149-.746-.592l.83-4.73L.173 6.765c-.329-.314-.158-.888.283-.95l4.898-.696L7.538.792c.197-.39.73-.39.927 0l2.184 4.327 4.898.696c.441.062.612.636.282.95l-3.522 3.356.83 4.73c.078.443-.36.79-.746.592L8 13.187l-4.389 2.256z'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  opacity: 0.7;
  animation: careers_twinkle__tFBb6 4s infinite;
}
.careers_celebrationStars__lL_kB::before {
  top: 20px;
  right: 30px;
  width: 20px;
  height: 20px;
  background-size: contain;
  animation-delay: 0.5s;
}
.careers_celebrationStars__lL_kB::after {
  bottom: 40px;
  left: 25px;
  width: 24px;
  height: 24px;
  background-size: contain;
  animation-delay: 1s;
}
@keyframes careers_twinkle__tFBb6 {
  0%, 100% { opacity: 0.3; transform: scale(0.9); }
  50% { opacity: 0.9; transform: scale(1.1); }
}
/* Responsive adjustments */
@media (max-width: 767.98px) {
  .careers_celebrationCard__g2Rv3 {
    text-align: center;
  }
  
  .careers_celebrationCard__g2Rv3 .careers_d-flex__lpKdZ {
    justify-content: center;
    flex-wrap: wrap;
    gap: 1rem;
  }
  
  .careers_celebrationCard__g2Rv3 .careers_me-4__9cncC {
    margin-right: 0 !important;
  }
}
.careers_featureCard__ttDxc h3 {
  margin-bottom: 1rem;
  font-weight: 600;
  color: #1a1a1a;
  font-size: 1.8rem; /* Increased from 1.5rem */
  line-height: 1.3;
}
.careers_featureCard__ttDxc p {
  color: #666;
  margin-bottom: 0;
  font-size: 1.3rem; /* Increased from 1.1rem */
  line-height: 1.7;
  margin-top: 0.5rem;
}
/* Main container */
.careers_careersPage__kLmA4 {
  position: relative;
  overflow: hidden;
}
/* Testimonial Section */
.careers_testimonialSection__lS4v6 {
  background: linear-gradient(135deg, #f0f7ff 0%, #e6f0ff 100%);
  position: relative;
  overflow: hidden;
  padding: 5rem 0;
  border-radius: 0 0 20px 20px;
}
.careers_testimonialSection__lS4v6::before {
  content: '';
  position: absolute;
  top: -100px;
  right: -100px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(13, 110, 253, 0.05) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.careers_testimonialSection__lS4v6::after {
  content: '';
  position: absolute;
  bottom: -150px;
  left: -150px;
  width: 500px;
  height: 500px;
  background: radial-gradient(circle, rgba(13, 110, 253, 0.03) 0%, rgba(255, 255, 255, 0) 70%);
  border-radius: 50%;
  z-index: 0;
}
.careers_testimonialCard__lro3Y {
  background: white;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  height: 100%;
}
.careers_testimonialCard__lro3Y:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}
.careers_videoThumbnail__YYmpq {
  position: relative;
  overflow: hidden;
  background-color: #f8f9fa;
}
.careers_playButton__yY4D2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px;
  height: 60px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d6efd;
  font-size: 24px;
  transition: all 0.3s ease;
  z-index: 2;
  border: none;
  cursor: pointer;
}
.careers_playButton__yY4D2:hover {
  transform: translate(-50%, -50%) scale(1.1);
  background: white;
}
.careers_companyLogo__MpFKC {
  height: 30px;
  width: auto;
  margin-left: 8px;
  -o-object-fit: contain;
     object-fit: contain;
}
.careers_handwritten__vHCrD {
  font-family: 'Dancing Script', cursive, sans-serif;
  font-size: 2rem;
  color: #0d6efd;
  display: block;
  margin-top: 0.5rem;
  line-height: 1.2;
}
/* Student Outcomes Section */
.careers_studentOutcomes__o5PW5 {
  position: relative;
  background: white;
  padding: 5rem 0;
  overflow: hidden;
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.careers_studentOutcomes__o5PW5::before {
  content: '';
  position: absolute;
  top: -100px;
  left: -100px;
  width: 300px;
  height: 300px;
  background: radial-gradient(circle, rgba(13, 110, 253, 0.03) 0%, rgba(255, 255, 255, 0) 60%);
  border-radius: 50%;
  z-index: 0;
  opacity: 0.8;
}
.careers_studentOutcomes__o5PW5::after {
  content: '';
  position: absolute;
  bottom: -150px;
  right: -150px;
  width: 400px;
  height: 400px;
  background: radial-gradient(circle, rgba(111, 66, 193, 0.03) 0%, rgba(255, 255, 255, 0) 60%);
  border-radius: 50%;
  z-index: 0;
  opacity: 0.8;
}
.careers_outcomesHeader__hDZqy {
  position: relative;
  z-index: 1;
  margin-bottom: 2rem;
  padding: 0 1rem;
}
.careers_outcomesHeader__hDZqy h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  line-height: 1.3;
  font-family: 'Poppins', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}
.careers_extraordinary__N_og_ {
  color: #0d6efd;
  font-family: 'Dancing Script', cursive;
  font-style: italic;
  font-weight: 600;
  position: relative;
  display: inline-block;
}
.careers_outcomesHeader__hDZqy p {
  font-size: 1.1rem;
  color: #6c757d;
  max-width: 800px;
  margin: 0 auto;
  line-height: 1.7;
}
/* Feature Cards */
.careers_featureCard__ttDxc {
  background: white;
  border-radius: 12px;
  padding: 2rem 1.5rem;
  height: 100%;
  transition: all 0.3s ease;
  position: relative;
  z-index: 1;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.02);
  text-align: center;
}
.careers_featureCard__ttDxc:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}
.careers_featureIcon__MJ3GI {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  font-size: 1.75rem;
  color: #0d6efd;
  transition: all 0.3s ease;
}
.careers_featureCard__ttDxc:hover .careers_featureIcon__MJ3GI {
  transform: scale(1.1);
}
/* Icon background colors */
.careers_featureIcon__MJ3GI.careers_blue__I4A4q { background-color: rgba(13, 110, 253, 0.1); color: #0d6efd; }
.careers_featureIcon__MJ3GI.careers_purple__ctHs8 { background-color: rgba(111, 66, 253, 0.1); color: #6f42c1; }
.careers_featureIcon__MJ3GI.careers_green__KX9sZ { background-color: rgba(25, 135, 84, 0.1); color: #198754; }
.careers_featureIcon__MJ3GI.careers_peach__u9WT5 { background-color: rgba(253, 126, 20, 0.1); color: #fd7e14; }
.careers_featureIcon__MJ3GI.careers_pink__kRbti { background-color: rgba(220, 53, 69, 0.1); color: #dc3545; }
.careers_featureIcon__MJ3GI.careers_teal__jbGZj { background-color: rgba(32, 201, 151, 0.1); color: #20c997; }
.careers_featureCard__ttDxc h3 {
  font-size: 1.15rem;
  font-weight: 600;
  margin-bottom: 0.75rem;
  color: #212529;
  line-height: 1.4;
}
.careers_featureCard__ttDxc p {
  color: #6c757d;
  margin-bottom: 0;
  font-size: 0.95rem;
  line-height: 1.6;
  font-weight: 400;
}
/* Responsive adjustments */
@media (max-width: 991.98px) {
  .careers_studentOutcomes__o5PW5 {
    padding: 4rem 0;
  }
  
  .careers_outcomesHeader__hDZqy h2 {
    font-size: 2rem;
  }
  
  .careers_featureCard__ttDxc {
    margin-bottom: 1.5rem;
  }
}
@media (max-width: 767.98px) {
  .careers_testimonialSection__lS4v6,
  .careers_studentOutcomes__o5PW5 {
    padding: 3rem 0;
  }
  
  .careers_testimonialCard__lro3Y {
    margin-bottom: 1.5rem;
  }
  
  .careers_outcomesHeader__hDZqy h2 {
    font-size: 1.75rem;
  }
}

/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@14.0.4_@babel+core@7.29.0_react-dom@18.3.1_react@18.3.1__react@18.3.1_sass@1.97.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/.pnpm/next@14.0.4_@babel+core@7.29.0_react-dom@18.3.1_react@18.3.1__react@18.3.1_sass@1.97.3/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./components/Footer/Footer.module.css ***!
  \***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/

/*!******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@14.0.4_@babel+core@7.29.0_react-dom@18.3.1_react@18.3.1__react@18.3.1_sass@1.97.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/.pnpm/next@14.0.4_@babel+core@7.29.0_react-dom@18.3.1_react@18.3.1__react@18.3.1_sass@1.97.3/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./components/Header/NavStyles.module.css ***!
  \******************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.NavStyles_navLink__jhBL6 {
  display: flex;
  align-items: center;
  padding: 10px 15px;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
  font-weight: 500;
  position: relative;
  color: inherit;
}

.NavStyles_navLink__jhBL6::after {
  content: '';
  position: absolute;
  bottom: 20px;
  left: 15px;
  right: 15px;
  height: 2px;
  background-color: transparent;
  transition: all 0.3s ease;
  transform: scaleX(0);
  transform-origin: center;
}

.NavStyles_navLink__jhBL6.NavStyles_active__7Fhbs::after {
  background-color: #4CAF50;
  transform: scaleX(1);
}

.NavStyles_navLink__jhBL6.NavStyles_active__7Fhbs {
  font-weight: 600;
  color: #4CAF50;
}

@media (min-width: 1200px) {
  .NavStyles_desktopContactMargin__xYaQ4 {
    margin-right: 34px !important;
  }
}
/*!****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@14.0.4_@babel+core@7.29.0_react-dom@18.3.1_react@18.3.1__react@18.3.1_sass@1.97.3/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[2]!./node_modules/.pnpm/next@14.0.4_@babel+core@7.29.0_react-dom@18.3.1_react@18.3.1__react@18.3.1_sass@1.97.3/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[11].oneOf[7].use[3]!./components/Header/Headers/HeaderEight.module.css ***!
  \****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
@media (min-width: 1200px) {
    .HeaderEight_logoDesktop__fCAQI {
        margin-left: 70px !important;
    }
}
