/* Main container */
.wrapper {
  margin: 0 auto;
  position: relative;
  width: 100%;
  top: 0;
}

.main_container {
  margin: 0;
  text-align: center;
  width: 100%;
  background-color: #ffffff;
}

.main_container .flex {
  justify-content: space-between;
}

.flex {
  display: flex;
}

.img img {
  width: 100%;
  margin: 0;
}

.paras {
  font-size: 0.75rem;
}

.blue {
  color: #0D3451;
}

.textHightlight {
  font-size: 0.875rem;
  font-weight: bold;
}

/* Member */
.plusHome {
  width: 15px;
}

.collection {
  margin: 0;
  padding: 0.5rem;
  justify-content: center;
  text-align: left;
  font-size: 1.25rem;
}

li {
  list-style: none;
}

.free {
  display: flex;
  justify-content: center;
}

.free p {
  margin: 0.5rem 0;
}

.collection input[type="button"] {
  padding: 6px 20px;
  color: #ffffff;
  background-color: #0D3451;
  border: none;
  font-size: 0.875rem;
  border-radius: 4px;
}

.member {
  width: 100%;
}

.ManualTextUnderline {
  border-bottom: 2px solid var(--bluelevel01);
  font-weight: 700;
  margin: 0 0.25rem;
}

.carousel-item {
  height: 6vh;
  margin: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 1s ease-in-out;
}

.Jobs, .Freelancers, .Consultants, .Trainings, .Apps {
  font-size: 3rem;
  font-weight: bold;
  white-space: nowrap;
}

.Jobs { color: #34A853; }
.Freelancers { color: #FB8A05; }
.Apps { color: #ED50F1; }
.Consultants { color: #7879F1; }
.Trainings { color: #FF5A4D; }

.member .flex {
  justify-content: space-around;
  width: 100%;
  background-color: #ffffff;
}

.bottom {
  margin: 0;
  padding: 0.5rem 0;
  width: 100%;
  text-align: center;
}

.bottom .flex {
  justify-content: center;
}

.redirectionButton {
  font-size: 0.625rem;
}

.thumbnail {
  width: 60px;
  height: 30px;
}

.thumbnail:hover {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.mobileHomeButtons {
  display: none;
}

.para {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0D3451;
}

.flex h5 {
  margin-left: 0.25rem;
}

input[type="file"] {
  display: none;
}

input[type="email"] {
  outline: none;
  border: none;
}

.custom-file-upload {
  display: inline-block;
  margin: 0.25rem 0;
  background-color: #ffffff;
  padding: 0.25rem;
  cursor: pointer;
  border-radius: 4px;
}

.custom-file-upload input[type="email"] {
  border: none;
  width: 100%;
}

.custom-file-upload input[type="button"] {
  padding: 0.25rem;
  margin: 0;
  width: 5rem;
  font-size: 0.75rem;
  border: none;
  color: #ffffff;
  border-radius: 6px;
  background-color: #0D3451;
}

.form-inputs h6 {
  color: #787373;
  margin: 0;
}

.bio {
  align-self: center;
}

.collection {
  max-width: 100%;
  width: 100%;
}

.collection .flex {
  justify-content: space-evenly;
}

.collection ul li {
  font-size: 1rem;
  color: var(--priorityColor);
}

.homeButtons {
  display: flex;
  justify-content: space-between;
  max-width: 400px;
  margin: 0.25rem;
}

.homeButtons a {
  font-size: 1rem;
  padding: 0 1.5rem;
}

.login, .signup {
  margin: 0.5rem 0;
}

.bottom {
  color: #0D3451;
}

.count {
  padding: 0.5rem 0;
}

.counts {
  font-size: 0.625rem;
}

.showMobile {
  display: none;
}

.searchWord {
  font-size: 3rem;
  color: var(--bluelevel01);
  font-weight: bold;
}

.searchInput {
  height: 40px;
}

.searchBarContainer {
  width: 100%;
  margin: 0;
  align-items: center;
}

.searchButton {
  border: none;
  color: var(--bluelevel01);
  background-color: #fff;
}

.searchButton i {
  color: var(--bluelevel01);
  font-size: 1.5rem;
  padding: 3px;
}

.home-page-container {
  overflow-x: hidden;
}

/* Hero Section */
.hero-section {
  padding: 60px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: left;
}

.hero-title {
  font-size: 3rem;
  font-weight: bold;
  color: #18191C;
  line-height: 1.2;
  margin-bottom: 15px;
}

.hero-subtitle {
  font-size: 1rem;
  color: #5C6F7F;
  margin: 15px 0;
  line-height: 1.5;
}

.search-bar-main-container {
  display: flex;
  align-items: center;
  background-color: #FFFFFF;
  border: 1px solid #E0E0E0;
  border-radius: 0.4rem;
  height: 60px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  max-width: 750px;
}

.search-input-group {
  flex-grow: 1;
  height: 100%;
  display: flex;
  align-items: center;
}

.search-input-group .form-control {
  border: none;
  padding: 12px 0;
  height: 100%;
  font-size: 1rem;
}

.search-input-group .form-control:focus {
  border-color: transparent;
  box-shadow: none;
}

.search-input-group .input-group-text {
  background-color: transparent;
  border: none;
  height: 100%;
  display: flex;
  align-items: center;
}

.search-input-group .input-group-text i {
  color: #5C6F7F;
  font-size: 1.2rem;
}

.search-separator {
  width: 1px;
  height: 50%;
  background-color: #E0E0E0;
}

.search-bar-main-container .btn {
  background-color: var(--bluelevel01);
  border-color: var(--bluelevel01);
  height: 100%;
  border-radius: 0;
  font-weight: bold;
  font-size: 1.1rem;
  padding: 0 20px;
}

.search-suggestions {
  font-size: 0.875rem;
  color: #5C6F7F;
  margin-top: 10px;
}

.search-suggestions b {
  color: #0D3451;
  font-weight: bold;
}

.hero-illustration {
  max-width: 40%;
  padding-right: 50px;
}

.hero-illustration img {
  max-width: 100%;
  height: auto;
}

/* Statistics Section */
.statistics-section {
  background-color: #FFFFFF;
  padding: 50px 0;
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.stat-item {
  flex: 1;
  min-width: 250px;
  padding: 15px;
  text-align: left;
  margin-bottom: 20px;
  background-color: #FFFFFF;
  border-radius: 0.4rem;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.05);
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid var(--borderColor);
}

.stat-item:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease;
}

.stat-icon-wrapper {
  width: 50px;
  height: 50px;
  border-radius: 0.4rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #F0F2F5;
}

.stat-icon {
  font-size: 1.5rem;
  color: #0D3451;
}

.stat-text-content {
  text-align: left;
}

.stat-count {
  font-size: 2rem;
  font-weight: bold;
  color: #0D3451;
  margin: 0;
}

.stat-label {
  font-size: 0.875rem;
  color: #5C6F7F;
  margin: 0;
}

/* Modern Audiences Section */
.audiences-section {
  padding: 80px 0;
  background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%);
  position: relative;
  overflow: hidden;
}

.audiences-section::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.3;
  z-index: 0;
}

.audiences-section .container {
  position: relative;
  z-index: 1;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.audience-card {
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 24px;
  box-shadow: 0 20px 40px rgba(0, 0, 0, 0.08);
  margin-bottom: 60px;
  overflow: hidden;
  transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
}

.audience-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 32px 64px rgba(0, 0, 0, 0.12);
}

.audience-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #0D3451 0%, #3B82F6 50%, #0D3451 100%);
  z-index: 2;
}

.interns-card::before {
  background: white
}

.employers-card::before {
  background: white;
}

.audience-content {
  flex: 1;
  padding: 60px 50px;
  max-width: 600px;
}

.audience-visual {
  flex: 1;
  padding: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.visual-container {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.audience-image {
  width: 100%;
  height: auto;
  border-radius: 16px;
  transition: transform 0.4s ease;
}

.audience-card:hover .audience-image {
  transform: scale(1.05);
}

.audience-badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  background: linear-gradient(135deg, #0D3451 0%, #3B82F6 100%);
  color: white;
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.875rem;
  font-weight: 600;
  margin-bottom: 24px;
  box-shadow: 0 4px 12px rgba(13, 52, 81, 0.3);
}

.interns-card .audience-badge {
  box-shadow: 0 4px 12px rgba(13, 52, 81, 0.3);
}

.employers-card .audience-badge {
  box-shadow: 0 4px 12px rgba(13, 52, 81, 0.3);
}

.audience-badge i {
  font-size: 1rem;
}

.audience-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #1E293B;
  line-height: 1.2;
  margin-bottom: 20px;
  background: var(--font-ubuntu);
  background-clip: text;
}

.audience-description {
  font-size: 1.125rem;
  color: #64748B;
  line-height: 1.6;
  margin-bottom: 32px;
}

.audience-features {
  margin-bottom: 40px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  font-size: 1rem;
  color: #475569;
}

.feature-item i {
  color: #10B981;
  font-size: 1.125rem;
}

.audience-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

.audience-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 10px 20px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 0.9rem;
  text-decoration: none;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  position: relative;
  overflow: hidden;
}

.audience-btn::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
  transition: left 0.5s;
}

.audience-btn:hover::before {
  left: 100%;
}

.primary-btn {
  background: linear-gradient(135deg, #0D3451 0%, #3B82F6 100%);
  color: white;
  box-shadow: 0 8px 24px rgba(13, 52, 81, 0.3);
}

.primary-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 32px rgba(13, 52, 81, 0.4);
  color: white;
}

.secondary-btn {
  background: transparent;
  color: #0D3451;
  border: 2px solid #0D3451;
}

.secondary-btn:hover {
  background: #0D3451;
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(13, 52, 81, 0.2);
}

/* Floating Elements */
.floating-elements {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  pointer-events: none;
}

.floating-icon {
  position: absolute;
  width: 48px;
  height: 48px;
  background: linear-gradient(135deg, #ffffff 0%, #f8fafc 100%);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
  animation: float 6s ease-in-out infinite;
}

.floating-icon i {
  font-size: 1.25rem;
  color: #0D3451;
}

.floating-icon.icon-1 {
  top: 20%;
  right: 10%;
  animation-delay: 0s;
}

.floating-icon.icon-2 {
  bottom: 30%;
  left: 5%;
  animation-delay: 2s;
}

.floating-icon.icon-3 {
  top: 60%;
  right: 20%;
  animation-delay: 4s;
}

@keyframes float {
  0%, 100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
}

/* How It Works Section - Modern Parallax */
.works-section {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  color: white;
}

.works-section .container {
  position: relative;
  z-index: 2;
}

.parallax-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: 
    radial-gradient(circle at 20% 80%, rgba(120, 119, 198, 0.3) 0%, transparent 50%),
    radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.1) 0%, transparent 50%),
    radial-gradient(circle at 40% 40%, rgba(120, 119, 198, 0.2) 0%, transparent 50%);
  animation: parallaxFloat 20s ease-in-out infinite;
  z-index: 1;
}

@keyframes parallaxFloat {
  0%, 100% { transform: translateY(0px) rotate(0deg); }
  50% { transform: translateY(-20px) rotate(1deg); }
}

.works-section .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: var(--bluelevel01);
  margin-bottom: 1rem;
}

.works-section .section-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
}

.work-box {
  position: relative;
  background: rgba(255, 255, 255, 0.9) !important;
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 20px;
  padding: 1.5rem 1.5rem;
  text-align: center;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  height: 100%;
  overflow: hidden;
  margin-bottom: 2rem;
  display: block;
  z-index: 2;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.work-box::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.05) 100%);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.work-box:hover::before {
  opacity: 1;
}

.work-box:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: 0 20px 40px rgba(0,0,0,0.2);
  border-color: rgba(255, 255, 255, 0.4);
}

.icon-wrapper {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  background: var(--bluelevel01);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(255, 107, 107, 0.3);
  transition: all 0.3s ease;
}

.icon-wrapper i {
  font-size: 2rem;
  color:var(--bluelevel01);
  transition: transform 0.3s ease;
}

.work-box:hover .icon-wrapper {
  transform: scale(1.1) rotate(5deg);
}

.work-box:hover .icon-wrapper i {
  transform: scale(1.1);
}

.step-number {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: #0d2c46;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1.1rem;
  color: white;
  border: 2px solid rgba(255, 255, 255, 0.3);
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Individual step number colors */
.step-number.step-1 {
  background: #f59e0b !important;
  box-shadow: 0 5px 15px rgba(245, 158, 11, 0.3) !important;
}

.step-number.step-2 {
  background: #10b981 !important;
  box-shadow: 0 5px 15px rgba(16, 185, 129, 0.3) !important;
}

.step-number.step-3 {
  background: #3b82f6 !important;
  box-shadow: 0 5px 15px rgba(59, 130, 246, 0.3) !important;
}

.step-number.step-4 {
  background: #8b5cf6 !important;
  box-shadow: 0 5px 15px rgba(139, 92, 246, 0.3) !important;
}

.work-box h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #0d2c46 !important;
  font-family: var(--font-ubuntu);
}

.work-box p {
  color: #0d2c46 !important;
  line-height: 1.6;
  margin-bottom: 0;
  font-family: var(--font-ubuntu);
}

.arrow-right {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 1.2rem;
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% { transform: translateY(-50%) scale(1); }
  50% { transform: translateY(-50%) scale(1.1); }
  100% { transform: translateY(-50%) scale(1); }
}

/* AOS Animation Support */
[data-aos] {
  pointer-events: none;
}

[data-aos].aos-animate {
  pointer-events: auto;
}

/* Fallback for work boxes if they're not showing */
.work-box {
  min-height: 300px;
  background-color: rgba(255, 255, 255, 0.9) !important;
}

.work-box h3 {
  color: #0d2c46 !important;
  font-size: 1.5rem !important;
  margin-bottom: 1rem !important;
  font-family: var(--font-ubuntu);
}

.work-box p {
  color: #0d2c46 !important;
  font-size: 1rem !important;
  line-height: 1.6 !important;
  font-family: var(--font-ubuntu);
}

/* How It Works Section - Legacy */
.how-it-works-section {
  padding: 60px 0;
  text-align: center;
}

.section-title {
  font-size: 2rem;
  font-weight: bold;
  color: #0D3451;
  margin-bottom: 30px;
}

.how-it-works-section .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.how-it-works-item {
  padding: 0 20px;
  margin-bottom: 30px;
}

.how-it-works-item .icon-circle {
  width: 70px;
  height: 70px;
  background-color: #E2EDFF;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 15px;
}

.how-it-works-item .icon-circle i {
  font-size: 2rem;
  color: #0D3451;
}

.how-it-works-item h5 {
  font-size: 1.125rem;
  font-weight: bold;
  color: #0D3451;
  margin: 15px 0 10px;
}

.how-it-works-item p {
  font-size: 0.875rem;
  color: #5C6F7F;
  line-height: 1.4;
}

/* Know More Section */
.video-placeholder {
  position: relative;
  display: inline-block;
  border-radius: 0.8rem;
  overflow: hidden;
  max-width: 800px;
  width: 90%;
}

.video-placeholder img {
  border-radius: 0.8rem;
  width: 100%;
  height: auto;
}

.video-placeholder .play-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 3.5rem;
  color: #FFFFFF;
  cursor: pointer;
  opacity: 0.8;
}

.video-placeholder .play-icon:hover {
  opacity: 1;
}

/* Stay Informed Section */
.stay-informed-section {
  background-color: #FFFFFF;
  padding: 60px 0;
}

.section-description {
  font-size: 1rem;
  color: #5C6F7F;
  line-height: 1.5;
  margin-bottom: 20px;
}

.email-subscribe-input-group {
  max-width: 450px;
  width: 100%;
}

.email-subscribe-input-group .form-control {
  border-radius: 0.4rem 0 0 0.4rem;
  border: 1px solid #ced4da;
  padding: 8px 12px;
  height: 45px;
  font-size: 0.875rem;
}

.email-subscribe-input-group .btn-primary {
  background-color: #0D3451;
  border-color: #0D3451;
  padding: 10px 25px;
  border-radius: 0 0.4rem 0.4rem 0;
  font-weight: bold;
  font-size: 1rem;
}

/* Registration Section */
.registration-section {
  background-color: #FFFFFF;
  padding: 60px 50px;
}

.registration-card {
  border: none;
  border-radius: 0.8rem;
  overflow: hidden;
  text-align: center;
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.05);
  margin-bottom: 20px;
}

.registration-card .card-img-top {
  height: 180px;
  object-fit: cover;
  width: 100%;
}

.registration-card .card-body {
  padding: 25px;
}

.registration-card .card-title {
  font-size: 1.25rem;
  font-weight: bold;
  color: #0D3451;
  margin-bottom: 10px;
}

.registration-card .card-text {
  font-size: 0.875rem;
  color: #5C6F7F;
  line-height: 1.5;
  margin: 10px 0;
}

.registration-card .btn-link {
  color: #0D3451;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
  margin-top: 15px;
}

.registration-card .btn-link:hover {
  text-decoration: underline;
}

.registration-card.bg-primary {
  background-color: #0D3451;
}

.registration-card.bg-primary .card-title,
.registration-card.bg-primary .card-text,
.registration-card.bg-primary .btn-link {
  color: #FFFFFF;
}

.registration-card {
  background-color: #FFFFFF;
  transition: all 0.3s ease;
  transform: translateY(0);
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.registration-card .card-title,
.registration-card .card-text,
.registration-card .btn-link {
  color: #0D3451;
  transition: color 0.3s ease;
}

.registration-card:hover {
  background-color: #0D3451;
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.registration-card:hover .card-title,
.registration-card:hover .card-text,
.registration-card:hover .btn-link {
  color: #FFFFFF;
}

/* Ensure the second card (employer) also follows the same pattern */
.registration-card.text-white {
  background-color: #FFFFFF;
}

.registration-card.text-white .card-title,
.registration-card.text-white .card-text,
.registration-card.text-white .btn-link {
  color: #0D3451;
}

.registration-card.text-white:hover {
  background-color: #0D3451;
  transform: translateY(-8px);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.15);
}

.registration-card.text-white:hover .card-title,
.registration-card.text-white:hover .card-text,
.registration-card.text-white:hover .btn-link {
  color: #FFFFFF;
}


/* Mobile View Adjustments */
@media (max-width: 768px) {
  .home-page-container {
    padding: 0 10px;
  }

  /* Show scrollbars for mobile view */
  .left-section::-webkit-scrollbar,
  .right-section::-webkit-scrollbar {
    width: 8px !important;
    background: #f1f5f9 !important;
  }

  .left-section::-webkit-scrollbar-track,
  .right-section::-webkit-scrollbar-track {
    background: #f1f5f9 !important;
    border-radius: 4px !important;
  }

  .left-section::-webkit-scrollbar-thumb,
  .right-section::-webkit-scrollbar-thumb {
    background: #0d2c46 !important;
    border-radius: 4px !important;
  }

  .left-section::-webkit-scrollbar-thumb:hover,
  .right-section::-webkit-scrollbar-thumb:hover {
    background: #163c5c !important;
  }

  /* Firefox scrollbar for mobile */
  .left-section,
  .right-section {
    scrollbar-width: thin !important;
    scrollbar-color: #0d2c46 #f1f5f9 !important;
  }

  /* Hero Section */
  .hero-section {
    flex-direction: column-reverse;
    padding: 30px 10px;
    text-align: center;
  }

  .hero-content, .hero-illustration {
    max-width: 100%;
    padding: 0;
    margin: 0;
  }

  .hero-title {
    font-size: 1.8rem;
    margin-bottom: 10px;
  }

  .hero-subtitle {
    font-size: 0.875rem;
    margin: 10px 0;
  }

  .hero-illustration {
    margin: 10px 0;
  }

  .hero-illustration img {
    max-width: 70%;
  }

  .search-bar-main-container {
    flex-direction: column;
    height: auto;
    max-width: 100%;
    border-radius: 0.4rem;
    margin: 0;
    padding: 16px;
    gap: 12px;
  }

  .search-input-group {
    width: 100%;
    margin-bottom: 0;
  }

  .search-input-group .form-control {
    font-size: 1rem;
    padding: 16px 12px;
    height: auto;
  }

  .search-input-group .input-group-text {
    padding: 16px 12px;
  }

  .search-input-group .input-group-text i {
    font-size: 1.1rem;
  }

  .search-separator {
    display: none;
  }

  .search-bar-main-container .btn {
    width: 100%;
    font-size: 1rem;
    padding: 16px;
    border-radius: 0.4rem;
    margin: 0;
    height: auto;
  }

  .search-suggestions {
    font-size: 0.75rem;
    margin: 8px 0;
  }

  /* Statistics Section */
  .statistics-section {
    padding: 30px 10px;
  }

  .stat-item {
    flex-basis: 100%;
    margin-bottom: 10px;
    padding: 10px;
    min-width: 100%;
  }

  .stat-count {
    font-size: 1.5rem;
  }

  .stat-label {
    font-size: 0.75rem;
  }

  .stat-icon {
    font-size: 1.25rem;
  }

  .stat-icon-wrapper {
    width: 40px;
    height: 40px;
  }

  /* Modern Audiences Section - Tablet */
  .audiences-section {
    padding: 0;
    background: transparent;
  }

  .audience-card {
    flex-direction: column;
    margin-bottom: 0;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    background: transparent;
  }

  .audience-content {
    padding: 30px 20px;
    text-align: center;
  }

  .audience-visual {
    padding: 20px;
  }

  .audience-title {
    font-size: 2rem;
  }

  .audience-description {
    font-size: 1rem;
  }

  .audience-actions {
    justify-content: center;
  }

  .audience-btn {
    padding: 8px 16px;
    font-size: 0.85rem;
  }

  .floating-icon {
    width: 40px;
    height: 40px;
  }

  .floating-icon i {
    font-size: 1rem;
  }

  /* How It Works Section - Mobile */
  .works-section {
    padding: 60px 0;
  }
  
  .works-section .section-title {
    font-size: 2rem;
  }
  
  .works-section .section-subtitle {
    font-size: 1rem;
  }
  
  .work-box {
    padding: 1rem 0.75rem;
    margin-bottom: 1rem;
    min-height: auto;
  }
  
  .icon-wrapper {
    width: 50px;
    height: 50px;
    margin: 0 auto 0.75rem;
  }
  
  .icon-wrapper i {
    font-size: 1.25rem;
  }
  
  .work-box h3 {
    font-size: 1.2rem;
    color: #0d2c46 !important;
    font-family: var(--font-ubuntu);
    margin-bottom: 0.5rem;
  }
  
  .work-box p {
    color: #0d2c46 !important;
    font-family: var(--font-ubuntu);
    margin-bottom: 0;
  }

  /* Mobile work-box-styled adjustments */
  .work-box-styled {
    padding: 1rem 0.75rem !important;
    min-height: auto !important;
    margin-bottom: 1rem !important;
  }
  
  .arrow-right {
    display: none !important;
  }

  /* How It Works Section - Legacy */
  .how-it-works-section {
    padding: 30px 10px;
  }

  .how-it-works-section .row {
    margin: 0 -5px;
  }

  .how-it-works-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 5px;
    margin-bottom: 15px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .how-it-works-item .icon-circle {
    width: 50px;
    height: 50px;
    margin-bottom: 10px;
  }

  .how-it-works-item .icon-circle i {
    font-size: 1.5rem;
  }

  .how-it-works-item h5 {
    font-size: 0.875rem;
    margin: 10px 0 5px;
  }

  .how-it-works-item p {
    font-size: 0.75rem;
    padding: 0 5px;
  }

  /* Know More Section */
  .know-more-section {
    padding: 30px 10px;
  }

  .video-placeholder {
    width: 100%;
    margin: 0;
  }

  .video-placeholder .play-icon {
    font-size: 2.5rem;
  }

  /* Stay Informed Section */
  .stay-informed-section {
    padding: 30px 10px;
  }

  .section-description {
    font-size: 0.875rem;
    margin-bottom: 15px;
  }

  .stay-informed-section form {
    flex-direction: column;
    gap: 8px;
  }

  .stay-informed-section .flex-fill {
    width: 100%;
    margin: 0;
  }

  .stay-informed-section input[type="email"],
  .stay-informed-section button {
    font-size: 0.875rem;
    padding: 8px;
    border-radius: 0.4rem;
  }

  /* Registration Section */
  .registration-section {
    padding: 30px 10px;
  }

  .registration-card {
    margin-bottom: 15px;
  }

  .registration-card .card-img-top {
    height: 120px;
  }

  .registration-card .card-body {
    padding: 15px;
  }

  .registration-card .card-title {
    font-size: 1.125rem;
    margin-bottom: 8px;
  }

  .registration-card .card-text {
    font-size: 0.75rem;
    margin: 8px 0;
  }

  .registration-card .btn-link {
    font-size: 0.875rem;
    margin-top: 10px;
  }

  /* Additional Mobile Fixes */
  .main_container {
    height: auto;
  }

  .collection {
    padding: 0 10px;
  }

  .bottom {
    display: none;
  }

  .para, .free {
    font-size: 0.875rem;
    margin: 0;
  }

  .custom-file-upload {
    width: 100%;
    margin: 8px 0;
    padding: 4px;
  }

  .custom-file-upload input[type="email"] {
    font-size: 0.875rem;
  }

  .custom-file-upload input[type="button"] {
    font-size: 0.75rem;
    padding: 6px;
  }

  .mobileHomeButtons {
    display: flex;
    margin: 8px 0;
    justify-content: space-around;
  }

  .redirectionButton {
    font-size: 0.75rem;
  }
}

@media (max-width: 576px) {
  .hero-section, .statistics-section, .how-it-works-section, .know-more-section, .stay-informed-section, .registration-section {
    padding: 20px 8px;
  }

  /* Modern Audiences Section - Mobile */
  .audiences-section {
    padding: 0;
    background: transparent;
  }

  .audiences-section .container {
    padding: 0;
  }

  .audience-card {
    margin-bottom: 0;
    border-radius: 0;
    width: 100%;
    box-shadow: none;
    background: transparent;
  }

  .audience-content {
    padding: 20px 15px;
  }

  .audience-visual {
    padding: 15px;
  }

  .audience-badge {
    font-size: 0.8rem;
    padding: 6px 12px;
    margin-bottom: 16px;
  }

  .audience-title {
    font-size: 1.75rem;
    margin-bottom: 16px;
  }

  .audience-description {
    font-size: 0.9rem;
    margin-bottom: 24px;
  }

  .audience-features {
    margin-bottom: 30px;
  }

  .feature-item {
    font-size: 0.9rem;
    margin-bottom: 8px;
  }

  .audience-actions {
    flex-direction: column;
    gap: 12px;
  }

  .audience-btn {
    padding: 8px 16px;
    font-size: 0.85rem;
    justify-content: center;
  }

  .floating-icon {
    width: 36px;
    height: 36px;
  }

  .floating-icon i {
    font-size: 0.9rem;
  }

  .hero-title {
    font-size: 1.5rem;
  }

  .section-title {
    font-size: 1.25rem;
    margin-bottom: 15px;
  }

  .hero-subtitle, .section-description {
    font-size: 0.75rem;
  }

  .search-bar-main-container .btn {
    font-size: 0.75rem;
  }

  .stat-count {
    font-size: 1.25rem;
  }

  .stat-label {
    font-size: 0.625rem;
  }

  .hero-illustration img, .interns-illustration img, .employers-illustration img {
    max-width: 60%;
  }

  /* How It Works Section */
  .how-it-works-item {
    flex: 0 0 50%;
    max-width: 50%;
    padding: 0 4px;
    margin-bottom: 10px;
  }

  .how-it-works-item .icon-circle {
    width: 40px;
    height: 40px;
  }

  .how-it-works-item .icon-circle i {
    font-size: 1.25rem;
  }

  .how-it-works-item h5 {
    font-size: 0.75rem;
  }

  .how-it-works-item p {
    font-size: 0.625rem;
    padding: 0 4px;
  }
}

/* Subscribe Form Alignment */
#subscribeForm {
  max-width: 600px;
  margin: 0 auto;
}

.email-input-container {
  flex: 1;
  max-width: 400px;
  min-width: 300px;
  position: relative;
  margin-right: 12px;
}

.email-input-container .form-control {
  height: 45px;
  border-radius: var(--app-border-radius, 8px);
  border: 1px solid #ced4da;
  padding: 8px 12px;
  font-size: 0.875rem;
}

.subscribe-button-container {
  flex-shrink: 0;
}

.subscribe-button-container .btn {
  height: 45px;
  white-space: nowrap;
  border-radius: var(--app-border-radius, 8px);
}

/* Validation Message Styling - Absolutely positioned to not affect layout */
.validation-message {
  position: absolute;
  top: 100%;
  left: 0;
  font-size: 0.875rem;
  margin-top: 0.25rem;
  color: #dc3545;
  z-index: 10;
}

.validation-message.valid {
  color: #28a745;
}

.validation-message.invalid {
  color: #dc3545;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .email-input-container {
    min-width: 100%;
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 12px;
  }
  
  .subscribe-button-container .btn {
    width: 100%;
  }
}

/* Job Listings Section Styles */
.job-listings-section {
  background: #f8fafc;
  margin: 2rem 0;
  border-radius: 1rem;
  padding: 2rem 0;
  position: relative;
}

.job-listings-section .page-hero {
  padding: 0 0 1.5rem;
}

.job-listings-section h1 {
  color: var(--bluelevel01);
  font-weight: 700;
  margin-bottom: 0.5rem;
}

.job-listings-section h2 {
  color: var(--bluelevel01);
  font-weight: 600;
  margin-bottom: 0;
}

.job-listings-section .category-chip {
  border-radius: 25px;
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  border: 1px solid var(--bluelevel01);
  background: transparent;
  color: var(--bluelevel01);
  padding: 0.6rem 1.2rem;
  margin: 0.25rem;
  transform: scale(1);
  cursor: pointer;
}

.job-listings-section .category-chip:active {
  transform: scale(0.95);
}

.job-listings-section .category-chip.active {
  background: var(--bluelevel01);
  color: #ffffff;
  border-color: var(--bluelevel01);
}

.job-listings-section .category-chip:hover:not(.active) {
  background: transparent;
  color: var(--bluelevel01);
  border-color: var(--bluelevel01);
  opacity: 0.8;
}

.job-card {
  border: none;
  border-radius: 1rem;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  height: 100%;
  background: #ffffff;
  transform: translateY(0);
  opacity: 1;
}

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0,0,0,0.15);
}

.job-card .card-body {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  border-radius: 1rem;
  min-height: 280px;
}

.job-card h5 {
  min-height: 2.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 0.5rem;
}

.job-card .text-secondary {
  min-height: 1.5rem;
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.badge-hiring {
  background: #e7f1ff;
  color: var(--bluelevel01);
  border: 1px solid #cfe2ff;
  font-weight: 600;
  font-size: 0.75rem;
  padding: 0.4rem 0.8rem;
  border-radius: 15px;
}

.pill-row {
  gap: 0.5rem;
  flex-wrap: wrap;
  justify-content: center;
}

.job-meta {
  font-size: 0.85rem;
  color: #64748b;
  font-weight: 500;
  display: flex;
  align-items: center;
}

.job-meta:first-child {
  margin-left: 0.5rem;
}

.job-meta:last-child {
  margin-right: 0.5rem;
}

.job-meta i {
  font-size: 1rem;
  color: var(--bluelevel01);
  margin-right: 0.5rem;
  width: 16px;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #f1f5f9;
  display: grid;
  place-items: center;
}

.icon-circle i {
  font-size: 1rem;
  color: var(--bluelevel01);
}

.salary {
  font-weight: 600;
  color: #059669;
  font-size: 0.9rem;
}

.btn-view {
  font-weight: 500;
  text-decoration: none;
  color: var(--bluelevel01);
  font-size: 0.9rem;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}

.btn-view:hover {
  color: #ffffff;
  background: var(--bluelevel01);
  text-decoration: none;
  transform: translateX(2px);
}

.btn-view i {
  margin-left: 0.25rem;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.btn-view:hover i {
  transform: translateX(4px);
}

.cta-row {
  padding-bottom: 0.5rem;
}

/* Job info layout improvements */
.job-info {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin: 1rem 0;
}

.job-location-salary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0.75rem 0;
  padding: 0 0.5rem;
  flex-grow: 1;
}

.job-card-footer {
  display: flex;
  justify-content: flex-end;
  margin-top: auto;
  padding-top: 0.5rem;
}

/* Job card categories - hidden by default */
.job-category {
  display: none;
  opacity: 0;
  transform: translateY(20px) scale(0.95);
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}

.job-category.active {
  display: block;
  opacity: 1;
  transform: translateY(0) scale(1);
  animation: slideInUp 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes slideInUp {
  0% {
    opacity: 0;
    transform: translateY(30px) scale(0.9);
  }
  60% {
    opacity: 0.8;
    transform: translateY(-5px) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Ensure all job categories get the same animation treatment */
.job-category[data-category] {
  animation-fill-mode: both;
}

/* Reset animation when switching categories */
.job-category:not(.active) {
  animation: none;
}

/* Universal animation for all job cards */
.job-category.active .job-card {
  animation: cardSlideIn 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
}

@keyframes cardSlideIn {
  0% {
    opacity: 0;
    transform: translateY(20px) scale(0.95);
  }
  100% {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

/* Staggered animation delays for job cards - applies to all categories */
.job-category:nth-child(1) { animation-delay: 0.05s; }
.job-category:nth-child(1) .job-card { animation-delay: 0.05s; }
.job-category:nth-child(2) { animation-delay: 0.1s; }
.job-category:nth-child(2) .job-card { animation-delay: 0.1s; }
.job-category:nth-child(3) { animation-delay: 0.15s; }
.job-category:nth-child(3) .job-card { animation-delay: 0.15s; }
.job-category:nth-child(4) { animation-delay: 0.2s; }
.job-category:nth-child(4) .job-card { animation-delay: 0.2s; }
.job-category:nth-child(5) { animation-delay: 0.25s; }
.job-category:nth-child(5) .job-card { animation-delay: 0.25s; }
.job-category:nth-child(6) { animation-delay: 0.3s; }
.job-category:nth-child(6) .job-card { animation-delay: 0.3s; }
.job-category:nth-child(7) { animation-delay: 0.35s; }
.job-category:nth-child(7) .job-card { animation-delay: 0.35s; }
.job-category:nth-child(8) { animation-delay: 0.4s; }
.job-category:nth-child(8) .job-card { animation-delay: 0.4s; }
.job-category:nth-child(9) { animation-delay: 0.45s; }
.job-category:nth-child(9) .job-card { animation-delay: 0.45s; }
.job-category:nth-child(10) { animation-delay: 0.5s; }
.job-category:nth-child(10) .job-card { animation-delay: 0.5s; }
.job-category:nth-child(11) { animation-delay: 0.55s; }
.job-category:nth-child(11) .job-card { animation-delay: 0.55s; }
.job-category:nth-child(12) { animation-delay: 0.6s; }
.job-category:nth-child(12) .job-card { animation-delay: 0.6s; }
.job-category:nth-child(13) { animation-delay: 0.65s; }
.job-category:nth-child(13) .job-card { animation-delay: 0.65s; }
.job-category:nth-child(14) { animation-delay: 0.7s; }
.job-category:nth-child(14) .job-card { animation-delay: 0.7s; }
.job-category:nth-child(15) { animation-delay: 0.75s; }
.job-category:nth-child(15) .job-card { animation-delay: 0.75s; }
.job-category:nth-child(16) { animation-delay: 0.8s; }
.job-category:nth-child(16) .job-card { animation-delay: 0.8s; }

/* Enhanced card content styling */
.job-card h5 {
  color: #1e293b;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 0.5rem;
}

.job-card .text-secondary {
  color: #64748b;
  font-weight: 600;
  font-size: 0.95rem;
}

/* Responsive adjustments for job listings */
@media (max-width: 768px) {
  .job-listings-section {
    margin: 1.5rem 0;
    padding: 2rem 0;
    border-radius: 1rem;
  }
  
  .job-listings-section .page-hero {
    padding: 0 0 1.5rem;
  }
  
  .job-listings-section h1 {
    font-size: 1.75rem;
    margin-bottom: 0.5rem;
  }
  
  .job-listings-section h2 {
    font-size: 1.4rem;
  }
  
  .pill-row {
    justify-content: center;
    gap: 0.75rem;
  }
  
  .category-chip {
    font-size: 0.85rem;
    padding: 0.6rem 1.2rem;
  }
  
  .job-card .card-body {
    padding: 1.25rem;
  }
  
  .icon-circle {
    width: 44px;
    height: 44px;
  }
  
  .icon-circle i {
    font-size: 1.1rem;
  }
  
  /* Horizontal scrolling for internship cards */
  #internships-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 16px;
    padding: 0 0 16px 0;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #cbd5e1 #f1f5f9;
    position: relative;
    margin: 0 -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  /* Add fade effect at edges */
  #internships-container::before,
  #internships-container::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    width: 20px;
    z-index: 2;
    pointer-events: none;
  }
  
  #internships-container::before {
    left: 0;
    background: linear-gradient(to right, rgba(255,255,255,1), rgba(255,255,255,0));
  }
  
  #internships-container::after {
    right: 0;
    background: linear-gradient(to left, rgba(255,255,255,1), rgba(255,255,255,0));
  }
  
  #internships-container::-webkit-scrollbar {
    height: 8px;
  }
  
  #internships-container::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
  }
  
  #internships-container::-webkit-scrollbar-thumb {
    background: #0d2c46;
    border-radius: 4px;
  }
  
  #internships-container::-webkit-scrollbar-thumb:hover {
    background: #163c5c;
  }
  
  #internships-container .col-12,
  #internships-container .col-md-6,
  #internships-container .col-lg-3 {
    flex: 0 0 280px !important;
    max-width: 280px !important;
    width: 280px !important;
    margin-bottom: 0 !important;
    scroll-snap-align: start;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
  }
  
  /* Override Bootstrap row behavior */
  #internships-container.row {
    margin-left: 0 !important;
    margin-right: 0 !important;
    flex-wrap: nowrap !important;
  }
  
  /* Override Bootstrap g-4 gap */
  #internships-container.g-4 {
    gap: 16px !important;
  }
  
  #internships-container .job-card {
    height: 100%;
    margin-bottom: 0;
  }
  
  /* Add scroll indicator text */
  .job-listings-section .page-hero::after {
    content: '← Swipe to see more internships →';
    display: block;
    font-size: 0.8rem;
    color: #64748b;
    margin-top: 8px;
    text-align: center;
    opacity: 0.7;
  }
  
  /* Ensure horizontal scrolling works for all states */
  #internships-container .card {
    min-width: 280px;
    max-width: 280px;
    width: 280px;
  }
}

@media (max-width: 576px) {
  .job-listings-section {
    margin: 1rem 0;
    padding: 1.5rem 0;
  }
  
  .job-listings-section h1 {
    font-size: 1.5rem;
  }
  
  .job-listings-section h2 {
    font-size: 1.2rem;
  }
  
  .category-chip {
    font-size: 0.8rem;
    padding: 0.5rem 1rem;
    margin-bottom: 0.5rem;
  }
  
  .job-card .card-body {
    padding: 1rem;
  }
  
  .job-meta {
    font-size: 0.85rem;
  }
  
  .salary {
    font-size: 0.9rem;
  }
  
  /* Smaller cards for very small screens */
  #internships-container .col-12,
  #internships-container .col-md-6,
  #internships-container .col-lg-3 {
    flex: 0 0 260px !important;
    max-width: 260px !important;
    width: 260px !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
  }
}

/* CRITICAL: Force text visibility in work boxes - highest priority */
.work-box h3,
.work-box p {
  color: #0d2c46 !important;
  font-family: var(--font-ubuntu) !important;
}

.work-box {
  background: rgba(255, 255, 255, 0.95) !important;
}

/* Remove the conflicting rule - individual step colors are handled above */

/* ===========================================
   EXTRACTED STYLES FROM home2.html
   =========================================== */

/* Validation Messages */
.validation-message {
  font-size: 0.875rem;
  margin-top: 0.25rem;
  color: #dc3545; /* Bootstrap danger color for invalid */
}

.validation-message.valid {
  color: #28a745; /* Bootstrap success color for valid */
}

/* Employers Section */
.employers-section .d-flex.flex-md-row {
  gap: 1.5rem; /* Adjust this value to increase/decrease the gap */
}

/* Hero Bullets */
.hero-bullets {
  margin-bottom: 1.5rem; /* Add gap where search bar was */
}

.hero-bullets .col {
  min-width: 260px;
  text-align: left; /* Ensure proper left alignment */
}

.hero-bullets h4 {
  margin: 0 0 6px;
  color: #333;
  font-weight: 600;
}

.hero-bullets ul {
  color: #333;
  margin: 8px 0 0 0; /* Remove extra left offset so bullets start under title */
  padding-left: 0; /* Align bullets directly beneath the heading */
  font-weight: 500;
}

.hero-bullets li {
  list-style: none;
}

.hero-bullets li:before {
  content: "• ";
  color: #333;
  font-weight: bold;
}

/* New Design Styles */
h1, h2 {
  color: #222;
}

/* Main Layout */
.main-container {
  display: flex;
  gap: 2rem;
  padding: 20px;
  max-width: 1400px;
  margin: auto;
  align-items: flex-start;
}

.left-section {
  flex: 3;
  width: 60%;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

.right-section {
  flex: 2;
  width: 40%;
  max-height: 100vh;
  overflow-y: auto;
  overflow-x: hidden;
}

/* Default: Show additional content (for mobile) */
.additional-content {
  display: block;
}

/* Desktop: Hide additional content section (it's duplicated in left-section) */
@media (min-width: 769px) {
  .additional-content {
    display: none;
  }

  /* Hide scrollbars for desktop sections only */
  .left-section::-webkit-scrollbar,
  .right-section::-webkit-scrollbar {
    width: 0px;
    background: transparent;
  }

  .left-section::-webkit-scrollbar-track,
  .right-section::-webkit-scrollbar-track {
    background: transparent;
  }

  .left-section::-webkit-scrollbar-thumb,
  .right-section::-webkit-scrollbar-thumb {
    background: transparent;
  }

  /* Firefox scrollbar hiding for desktop only */
  .left-section,
  .right-section {
    scrollbar-width: none;
  }
}

/* Hero Section */
.hero {
  background-color: #fff;
  color: #000;
  padding: 1.5rem 2rem;
}

.hero-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  margin: 0 auto;
  gap: 2rem;
}

.hero-left {
  flex: 1 1 60%;
  max-width: 60%;
  display: flex;
  flex-direction: column;
}

.hero-left h1 {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5rem;
  color: var(--bluelevel01);
}

.hero-left p {
  color: #333;
  font-size: 1.1rem;
  margin-bottom: 1.5rem;
}

.highlight-text {
  color: #0D3451;
  font-weight: 600;
}

.hero-right {
  flex: 1 1 40%;
  max-width: 40%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hero-right img {
  width: 100%;
  height: auto;
  max-height: 250px;
  object-fit: contain;
}

/* Refreshed search bar */
.search-bar-main-container {
  background: #ffffff;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.06);
  margin-top: 8px;
}

.search-input-group {
  background: #f8fafc;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  overflow: hidden;
}

.search-input-group .input-group-text {
  background: #f8fafc;
  border: 0;
  color: #0d2c46;
}

.search-input-group .form-control {
  background: #f8fafc;
  border: 0 !important;
  box-shadow: none !important;
  font-family: var(--font-ubuntu), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.search-separator {
  width: 1px;
  background: #e5e7eb;
  margin: 0 8px;
}

#searchBtn {
  background:var(--bluelevel01);
  color: #fff;
  border: 0;
  border-radius: 10px;
}


#searchBtn:hover { 
  background: #163c5c; 
}

/* Stats Section */
.stats {
  display: flex;
  justify-content: space-between;
  gap: 15px;
  margin: 40px 0;
  flex-wrap: wrap;
  width: 100%;
}

.stat-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.18);
  padding: 20px 15px;
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0,0,0,0.1);
  flex: 1;
  min-width: 180px;
  position: relative;
}

.stat-box i {
  font-size: 24px;
  color: #0D3451;
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translateY(-50%);
}

.stat-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width: 100%;
}

.stat-text span:first-child {
  font-size: 28px;
  font-weight: 400;
  color: #0f172a;
}

.stat-text span:last-child {
  font-size: 13px;
  font-weight: 600;
  color: #374151;
}

/* How It Works Section */
.works-section {
  text-align: center;
  padding: 50px 20px;
  background: #fff;
  width: 100%;
  border-radius: 16px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.works-section h2 {
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 40px;
  color: #0d2c46;
}

.works-container {
  display: flex;
  justify-content: space-between;
  gap: 20px;
  flex-wrap: wrap;
}

.work-box {
  flex: 1;
  min-width: 200px;
  text-align: center;
}

.work-box .icon {
  width: 70px;
  height: 70px;
  background: #0d2c46;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto 15px;
}

.work-box .icon img {
  width: 35px;
  height: 35px;
  filter: brightness(0) invert(1);
}

.work-box h3 {
  font-size: 16px;
  font-weight: bold;
  color: #0d2c46;
  margin-bottom: 8px;
}

.work-box p {
  font-size: 13px;
  color: #555;
  line-height: 1.4;
}

/* Section Cards */
.section {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
  margin: 20px 0;
  background: #fff;
  max-width: 100%;
  border-radius: 6px;
  position: relative;
  width: 100%;
}

.section-content {
  flex: 1;
  max-width: 60%;
  padding-right: 20px;
}

.section-title {
  display: inline-block;
  color: #fff;
  font-weight: bold;
  padding: 6px 14px;
  border-radius: 3px;
  margin-bottom: 20px;
  font-size: 15px;
  position: static !important;
}

.section-content h2 {
  font-size: 22px;
  color: #0d2c46;
  margin-bottom: 15px;
  line-height: 1.4;
}

.section-content p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
  margin-bottom: 20px;
}

.section .btn {
  display: inline-block;
  background: #0d2c46;
  color: #fff;
  padding: 10px 20px;
  border-radius: 3px;
  font-size: 14px;
  text-decoration: none;
  margin-right: 10px;
  transition: 0.3s;
}

.section .btn:hover {
  background: #163c5c;
}

.section img {
  flex: 1;
  max-width: 40%;
  height: auto;
  border-radius: 4px;
}

/* Job Cards */
.job {
  background: #fff;
  padding: 16px;
  border-radius: 12px;
  margin-bottom: 15px;
  border: 1px solid #e5e7eb;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
  position: relative;
}

.job:hover { 
  box-shadow: 0 6px 18px rgba(13, 44, 70, 0.12); 
  transform: translateY(-2px); 
  transition: box-shadow .2s ease, transform .2s ease; 
}

.job .badge {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: #e6eef3;
  color: #0d2c46;
  font-size: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  margin-bottom: 10px;
  font-weight: 600;
}

.job h3 {
  margin: 2px 0;
  font-size: 18px;
  font-weight: bold;
}

.job p {
  color: #555;
  font-size: 14px;
  margin: 2px 0 2px 0;
}

.job .company { 
  color: #334155; 
  font-weight: 600; 
}

.job-meta { 
  list-style: none; 
  padding: 0; 
  margin: 6px 0 10px; 
  display: flex; 
  flex-direction: column; 
  gap: 6px; 
  color: #475569; 
}

.job-meta .meta-item { 
  display: flex; 
  align-items: center; 
  gap: 8px; 
  font-size: 13px; 
}

.salary {
  font-weight: bold;
  margin-bottom: 8px;
}

.salary p {
  display: inline-block;
  color: gray;
}

.job-sep { 
  height: 1px; 
  background: #e5e7eb; 
  margin: 12px 0; 
}

.job-footer { 
  display: flex; 
  align-items: center; 
  justify-content: space-between; 
}

.job-chip { 
  background: #eef2f7; 
  color: #334155; 
  border: 1px solid #d7dee7; 
  border-radius: 6px; 
  font-size: 12px; 
  padding: 4px 8px; 
}

.view-link { 
  color: #0d2c46; 
  font-weight: 600; 
  text-decoration: none; 
}

.view-link i { 
  vertical-align: middle; 
}

.tags {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}

.tag {
  background: #eef2f7;
  color: #0d2c46;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 12px;
  border: 1px solid #d7dee7;
  font-weight: 600;
}

.tag.fulltime {
  background: rgb(159, 219, 159);
  color: #065f46;
}

.status-icon {
  margin-left: 5px;
  font-size: 12px;
  color: green;
}

.apply {
  display: flex;
  align-items: center;
  font-size: 14px;
  color: gray;
  cursor: pointer;
  font-weight: bold;
}

.apply i.primary-icon {
  color: #0d2c46;
  margin-right: 5px;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.icons {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.icons i {
  font-size: 18px;
  color: #000;
  cursor: pointer;
  font-weight: bold;
}

.icons i.saved { 
  color: #0d6efd; 
}

.right-section {
  background: #fff;
  padding: 40px;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  height: fit-content;
  position: sticky;
  top: 0;
  margin-left: 0;
}

.right-section h2 {
  color: #0d2c46;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  margin-top: 0;
  padding-bottom: 10px;
  border-bottom: 2px solid #e5e7eb;
}

/* Responsive Design */
@media (max-width: 900px) {
  .main-container {
    flex-direction: column;
    gap: 1rem;
  }

  .left-section,
  .right-section {
    width: 100%;
  }

  .hero-container {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
    gap: 1rem;
  }

  .hero-left,
  .hero-right {
    flex: 1 1 100%;
    max-width: 100%;
  }

  .hero-left h1 {
    font-size: 2rem;
  }

  .hero-left p {
    font-size: 1rem;
  }

  .section {
    flex-direction: column;
    text-align: center;
    padding: 30px 20px;
  }

  .section-content {
    max-width: 100%;
    margin-bottom: 20px;
    padding-right: 0;
  }

  .section img {
    max-width: 70%;
  }

  .works-container {
    flex-direction: column;
    align-items: center;
  }

  .stats {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 20px 0;
    padding: 0 10px;
  }

  .stat-box {
    min-width: auto;
    width: 100%;
    max-width: none;
    padding: 15px 10px;
    margin-bottom: 0;
  }

  .stat-box i {
    font-size: 20px;
    left: 10px;
  }

  .stat-text span:first-child {
    font-size: 24px;
  }

  .stat-text span:last-child {
    font-size: 12px;
  }
}

@media (max-width: 768px) {
  .hero {
    padding: 1rem 1rem;
  }

  .hero-left h1 {
    font-size: 1.8rem;
  }

  .section {
    padding: 20px 15px;
  }

  .section .btn {
    display: block;
    width: 100%;
    margin-right: 0;
  }
  
  .section .btn + .btn {
    margin-top: 10px;
  }

  .main-container {
    flex-direction: column;
    gap: 0;
    max-height: none;
    overflow-y: visible;
  }

  .left-section {
    order: 0;
    max-height: none;
    overflow-y: visible;
  }

  .left-section .stats,
  .left-section .works-section,
  .left-section .section {
    display: none !important;
  }

  .right-section {
    order: 1;
    margin-top: 20px;
    margin-bottom: 0;
    position: static;
    display: flex;
    flex-direction: row;
    gap: 12px;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding-bottom: 8px;
    max-height: none;
  }

  .additional-content {
    order: 2;
    display: block !important;
    width: 100%;
    margin-top: 20px;
    padding: 0 20px;
  }

  .additional-content .stats,
  .additional-content .works-section,
  .additional-content .section {
    display: block !important;
  }

  /* Mobile stats layout for additional-content */
  .additional-content .stats {
    display: grid !important;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
    margin: 20px 0;
    padding: 0 10px;
  }

  .additional-content .stat-box {
    min-width: auto;
    width: 100%;
    max-width: none;
    padding: 15px 10px;
    margin-bottom: 0;
  }

  .additional-content .stat-box i {
    font-size: 20px;
    left: 10px;
  }

  .additional-content .stat-text span:first-child {
    font-size: 24px;
  }

  .additional-content .stat-text span:last-child {
    font-size: 12px;
  }

  .right-section h2 { 
    display: none; 
  }

  .right-section .job {
    flex: 0 0 85%;
    min-width: 260px;
    max-width: 360px;
    scroll-snap-align: start;
  }

  .right-section::-webkit-scrollbar {
    height: 8px;
  }
  
  .right-section::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
  }
  
  .right-section::-webkit-scrollbar-thumb {
    background: #0d2c46;
    border-radius: 4px;
  }
  
  .right-section::-webkit-scrollbar-thumb:hover {
    background: #163c5c;
  }
}

.section {
  background-color: #f3f4f6;
}

.works-section {
  background-color: #f3f4f6;
}

/* Typography color alignment with home.html (scope to main content only) */
:root { 
  --text-color: #212529; 
}

.main-container { 
  color: var(--text-color);
  font-family: var(--font-ubuntu), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.main-container h1,
.main-container h2,
.main-container h3,
.main-container h4,
.main-container h5,
.main-container h6,
.main-container p,
.main-container li,
.main-container .work-box h3,
.main-container .work-box p,
.main-container .section-content h2,
.main-container .section-content p,
.main-container .job h3,
.main-container .job p,
.main-container .salary p,
.main-container .apply { 
  color: var(--text-color);
  font-family: var(--font-ubuntu), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

/* Unified Home Section */
.home-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 20px;
  font-family: var(--font-ubuntu), -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.trending {
  background: #fff;
  padding: 32px 24px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin: 20px 0 28px;
}

.trending h2 {
  color: #0d2c46;
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 12px;
}

.trending-chips { 
  display: flex; 
  gap: 10px; 
  overflow-x: auto; 
  padding: 8px 0 12px; 
}

.chip { 
  background: #e6eef3; 
  color: #0d2c46; 
  border: 1px solid #cbd5e1; 
  padding: 8px 14px; 
  border-radius: 999px; 
  font-weight: 600; 
  white-space: nowrap; 
  cursor: pointer; 
}

.chip.active { 
  background: #0d2c46; 
  color: #fff; 
  border-color: #0d2c46; 
}

.trending-scroll {
  display: grid;
  grid-template-columns: repeat(4, minmax(260px, 1fr));
  gap: 16px;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  padding: 12px;
}

@media (max-width: 992px) {
  .trending-scroll { 
    grid-template-columns: repeat(2, minmax(260px, 1fr)); 
  }
}

@media (max-width: 768px) {
  .trending { 
    padding: 20px 12px; 
  }
  
  .trending-scroll {
    display: flex;
    overflow-x: auto;
    gap: 12px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x mandatory;
    padding: 12px;
  }
  
  .trending-scroll .job {
    flex: 0 0 85%;
    min-width: 260px;
    max-width: 360px;
    scroll-snap-align: start;
  }
  
  .trending-scroll::-webkit-scrollbar {
    height: 8px;
  }
  
  .trending-scroll::-webkit-scrollbar-track {
    background: #f1f5f9;
    border-radius: 4px;
  }
  
  .trending-scroll::-webkit-scrollbar-thumb {
    background: #0d2c46;
    border-radius: 4px;
  }
  
  .trending-scroll::-webkit-scrollbar-thumb:hover {
    background: #163c5c;
  }
  
  /* Add margin-bottom for job cards in mobile view */
  .job-category {
    margin-bottom: 20px;
  }
  
  .job-card {
    margin-bottom: 20px;
  }
  
  /* Additional spacing for the main container in mobile */
  .container-lg.job-listings-section {
    padding-bottom: 20px;
  }
  
  /* Ensure proper spacing between card rows */
  .row.g-4 {
    margin-bottom: 10px;
  }
}

/* AJAX-loaded card styles */
.job-card {
  transition: all 0.3s ease;
  cursor: pointer;
  border: 1px solid #e5e7eb;
  border-radius: 12px;
  overflow: hidden;
}

.job-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
  border-color: #0d2c46;
}

.job-card .card-body {
  padding: 1.5rem;
}

.job-card h5 {
  color: #0d2c46;
  font-weight: 600;
  margin-bottom: 0.5rem;
  line-height: 1.3;
}

.job-card .text-secondary {
  color: #6b7280 !important;
  font-weight: 500;
  margin-bottom: 0;
}

.job-location-salary {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  gap: 1rem;
}

.job-meta {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  color: #6b7280;
  font-size: 0.9rem;
}

.job-meta i {
  color: #0d2c46;
}

.salary {
  font-weight: 600;
  color: #059669;
}

.job-card-footer {
  margin-top: auto;
}

.btn-view {
  color: #0d2c46;
  text-decoration: none;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  transition: color 0.2s ease;
}

.btn-view:hover {
  color: #ffffff;
  text-decoration: none;
}

.badge-hiring {
  background-color: #dcfce7;
  color: #166534;
  border: 1px solid #bbf7d0;
}

.icon-circle {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f3f4f6;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d2c46;
  font-size: 1.2rem;
}

/* Loading and error states */
.spinner-border {
  width: 2rem;
  height: 2rem;
}

.text-muted {
  color: #6b7280 !important;
}

/* Audiences Section Styles */
.audiences-section {
  background: #fff;
  padding: 60px 20px;
  margin: 20px 0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.audience-card {
  background: #fff;
  border-radius: 16px;
  /* padding: 40px; */
  margin-bottom: 40px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.08);
}

.audience-title {
  color: #0d2c46;
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
  line-height: 1.3;
}

.audience-description {
  color: #0d2c46;
  font-size: 1.1rem;
  line-height: 1.6;
  margin-bottom: 24px;
  opacity: 0.8;
}

.audience-badge {
  background: #0d2c46;
  color: #fff;
  padding: 6px 12px;
  border-radius: 16px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  font-weight: 600;
  font-size: 0.8rem;
  margin-bottom: 20px;
}

.audience-badge i {
  font-size: 1rem;
}

.audience-features {
  margin-bottom: 32px;
}

.feature-item {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 12px;
  color: #0d2c46;
  font-weight: 500;
}

.feature-item i {
  color: #0d2c46;
  font-size: 1.1rem;
}

.audience-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 8px 16px;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  font-size: 0.85rem;
  transition: all 0.3s ease;
  border: 2px solid transparent;
}

.audience-btn.primary-btn {
  background: #0d2c46;
  color: #fff;
}

.audience-btn.primary-btn:hover {
  background: #163c5c;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 44, 70, 0.3);
}

.audience-btn.secondary-btn {
  background: transparent;
  color: #0d2c46;
  border-color: #0d2c46;
}

.audience-btn.secondary-btn:hover {
  background: #0d2c46;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(13, 44, 70, 0.3);
}

.audience-actions {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}

/* Inline styles converted to classes */
.search-input-no-border {
  border: none !important;
  width: auto;
  max-width: 100%;
}

.search-btn-min-width {
  min-width: 120px;
  margin-left: 0.5rem;
}

.works-section-parallax {
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  padding: 20px 0 10px 0;
  position: relative;
  overflow: hidden;
}

.parallax-bg {
  background: rgba(255, 255, 255, 0.05);
  animation: parallaxFloat 20s ease-in-out infinite;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.works-container-relative {
  position: relative;
  z-index: 2;
}

.section-title-styled {
  font-family: var(--font-ubuntu);
  color: #0d2c46;
  font-size: 3rem;
  font-weight: 700;
  text-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.section-subtitle-styled {
  font-family: var(--font-ubuntu);
  color: #0d2c46;
  font-size: 1.2rem;
  font-weight: 300;
  text-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

.works-row-no-margin {
  margin-bottom: 0;
}

.work-box-styled {
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(15px);
  -webkit-backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 1.5rem 1.5rem;
  text-align: center;
  margin-bottom: 0;
  position: relative;
  z-index: 10;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
  min-height: 280px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.icon-wrapper-styled {
  width: 80px;
  height: 80px;
  margin: 0 auto 1rem;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.work-icon-styled {
  font-size: 2rem;
  color: #0d2c46;
}

.work-title-styled {
  font-family: var(--font-ubuntu);
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #0d2c46;
}

.work-description-styled {
  font-family: var(--font-ubuntu);
  color: #1a365d;
  line-height: 1.6;
  margin-bottom: 0;
  font-size: 1.1rem;
  font-weight: 500;
}

.arrow-right-styled {
  position: absolute;
  top: 50%;
  right: -30px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d2c46;
  font-size: 1.2rem;
  animation: pulse 2s infinite;
}

.job-listings-section-styled {
  background: #fff;
  padding: 40px 20px;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  margin: 20px 0;
}

.audiences-section-styled {
  background: #fff;
  padding: 40px 20px;
  margin: 20px 0;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.badge-skill-styled {
  font-size: 0.75rem;
}

.loading-container {
  height: 200px;
}

.error-icon-styled {
  font-size: 2rem;
}

/* CRITICAL: Override Bootstrap for horizontal scrolling - highest priority */
@media (max-width: 768px) {
  #internships-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 16px !important;
    padding: 0 0 16px 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
    position: relative !important;
  }
  
  #internships-container.row.g-4 {
    display: flex !important;
    flex-wrap: nowrap !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    gap: 16px !important;
    padding: 0 0 16px 0 !important;
    -webkit-overflow-scrolling: touch !important;
    scroll-snap-type: x mandatory !important;
  }
  
  #internships-container .col-12,
  #internships-container .col-md-6,
  #internships-container .col-lg-3 {
    flex: 0 0 280px !important;
    max-width: 280px !important;
    width: 280px !important;
    margin-bottom: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    flex-shrink: 0 !important;
    flex-grow: 0 !important;
    scroll-snap-align: start !important;
  }
}

@media (max-width: 576px) {
  #internships-container .col-12,
  #internships-container .col-md-6,
  #internships-container .col-lg-3 {
    flex: 0 0 260px !important;
    max-width: 260px !important;
    width: 260px !important;
  }
}

/* How It Works for Employers Section - Clean white background */
.works-section-employers {
  position: relative;
  padding: 100px 0;
  overflow: hidden;
  background: #ffffff;
  color: #333;
}

.works-section-employers .container {
  position: relative;
  z-index: 2;
}

.works-section-employers .section-title {
  font-size: 2.5rem;
  font-weight: 700;
  color: #0d2c46;
  margin-bottom: 1rem;
}

.works-section-employers .section-subtitle {
  font-size: 1.2rem;
  font-weight: 300;
  color: #666;
}

.work-box-employer {
  position: relative;
  background: #ffffff !important;
  border: 1px solid #e5e7eb;
  border-radius: 20px;
  padding: 2rem 1.5rem;
  text-align: center;
  transition: all 0.3s ease;
  box-shadow: 0 4px 6px rgba(0,0,0,0.05);
  min-height: 300px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.work-box-employer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(16, 185, 129, 0.05) 100%);
  border-radius: 20px;
  opacity: 0;
  transition: opacity 0.3s ease;
  z-index: 1;
}

.work-box-employer:hover::before {
  opacity: 1;
}

.work-box-employer:hover {
  transform: translateY(-5px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  border-color: #0d3451;
}

.work-box-employer > * {
  position: relative;
  z-index: 2;
}

.icon-wrapper-employer {
  width: 80px;
  height: 80px;
  background: transparent !important;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 1.5rem;
  transition: all 0.3s ease;
  position: relative;
  z-index: 2;
}

.icon-wrapper-employer i {
  font-size: 2rem;
  color: #0d3451;
  transition: all 0.3s ease;
}

.work-box-employer:hover .icon-wrapper-employer {
  transform: scale(1.1) rotate(5deg);
}

.work-box-employer:hover .icon-wrapper-employer i {
  transform: scale(1.1);
}

.step-employer {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 40px;
  height: 40px;
  background: #0d3451;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 1.1rem;
  box-shadow: 0 3px 10px rgba(13, 52, 81, 0.3);
  border: 3px solid white;
  z-index: 3;
}

.work-box-employer h3 {
  font-size: 1.5rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #0d2c46 !important;
  font-family: var(--font-ubuntu);
}

.work-box-employer p {
  color: #0d2c46 !important;
  line-height: 1.6;
  margin-bottom: 0;
  font-family: var(--font-ubuntu);
  font-size: 1rem;
}

.arrow-right-styled {
  position: absolute;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  background: rgba(13, 52, 81, 0.1);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #0d3451;
  font-size: 1.2rem;
  transition: all 0.3s ease;
}

.work-box-employer:hover .arrow-right-styled {
  background: rgba(13, 52, 81, 0.2);
  transform: translateY(-50%) scale(1.1);
}

/* Ensure icon backgrounds are transparent like intern section */
.works-section-employers .icon-wrapper-employer {
  background: transparent !important;
  width: 80px !important;
  height: 80px !important;
  border-radius: 50% !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  margin: 0 auto 1.5rem !important;
}

.works-section-employers .icon-wrapper-employer i {
  color: #0d3451 !important;
  font-size: 2rem !important;
}

/* Mobile Responsive for Employer Section */
@media (max-width: 768px) {
  .works-section-employers {
    padding: 60px 0;
  }
  
  .works-section-employers .section-title {
    font-size: 2rem;
  }
  
  .works-section-employers .section-subtitle {
    font-size: 1rem;
  }
  
  .work-box-employer {
    padding: 1.5rem 1rem;
    margin-bottom: 1rem;
    min-height: auto;
  }
  
  .icon-wrapper-employer {
    width: 60px;
    height: 60px;
    margin-bottom: 1rem;
  }
  
  .icon-wrapper-employer i {
    font-size: 1.5rem;
  }
  
  .work-box-employer h3 {
    font-size: 1.2rem;
    margin-bottom: 0.5rem;
  }
  
  .work-box-employer p {
    font-size: 0.9rem;
  }
  
  .arrow-right-styled {
    display: none !important;
  }
}