/* Custom styles for workglobal.ai */

/* Ensure footer has dark background */
footer.ftco-footer.ftco-bg-dark,
.ftco-footer.ftco-bg-dark {
  background: #3c312e !important;
  color: rgba(255, 255, 255, 0.8) !important;
}

.ftco-footer.ftco-bg-dark .ftco-heading-2 {
  color: rgba(255, 255, 255, 0.9) !important;
  font-weight: 500;
}

.ftco-footer.ftco-bg-dark p {
  color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer.ftco-bg-dark a {
  color: rgba(255, 255, 255, 0.7) !important;
  text-decoration: none;
}

.ftco-footer.ftco-bg-dark a:hover {
  color: #F96D00 !important;
}

.ftco-footer.ftco-bg-dark .ftco-footer-widget ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer.ftco-bg-dark .ftco-footer-widget ul li a:hover {
  color: #F96D00 !important;
}

.ftco-footer.ftco-bg-dark .block-23 ul li {
  color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer.ftco-bg-dark .block-23 ul li .text {
  color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer.ftco-bg-dark .block-23 ul li .icon {
  color: #F96D00 !important;
}

.ftco-footer.ftco-bg-dark .block-23 ul li a {
  color: rgba(255, 255, 255, 0.7) !important;
}

.ftco-footer.ftco-bg-dark .block-23 ul li a:hover {
  color: #F96D00 !important;
}

/* Ensure social icons are visible */
.ftco-footer-social {
  margin-top: 20px;
}

.ftco-footer-social li {
  list-style: none;
  margin: 0 10px 0 0;
  display: inline-block;
}

.ftco-footer-social li a {
  height: 40px;
  width: 40px;
  display: block;
  background: rgba(255, 255, 255, 0.1) !important;
  border-radius: 50%;
  position: relative;
  text-align: center;
  line-height: 40px;
}

.ftco-footer-social li a:hover {
  background: #F96D00 !important;
  transform: translateY(-3px);
  transition: all 0.3s ease;
}

.ftco-footer-social li a span {
  position: absolute;
  font-size: 20px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: rgba(255, 255, 255, 0.8) !important;
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.ftco-footer-social li a:hover span {
  color: #fff !important;
}

/* Ensure icon font is loaded */
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/* Hero section text colors */
.hero-wrap .text h1,
.hero-wrap .text p {
  color: #fff;
}

.hero-wrap .block-18 .desc strong.number,
.hero-wrap .block-18 .desc span {
  color: #fff;
}

/* Category icons */
.top-category .icon {
  font-size: 50px;
  display: block;
  margin: 15px 0;
}

/* Ensure images are properly displayed */
.company-wrap img {
  max-width: 100%;
  height: auto;
}

/* Job and program item styling */
.job-post-item {
  transition: all 0.3s ease;
}

.job-post-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
}

/* Services section icons */
.services .icon span {
  font-size: 60px;
  color: #F96D00;
}

/* Newsletter section */
.ftco-section-parallax {
  background-image: url('../images/bg_1.jpg');
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.parallax-img {
  background: rgba(0, 0, 0, 0.5);
  padding: 80px 0;
}

.heading-section-white h2,
.heading-section-white p {
  color: #fff;
}

/* Testimonials section */
.testimony-section {
  background: #f8f9fa;
  padding: 80px 0;
}

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

.user-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  flex-shrink: 0;
}

/* Company images */
.company-wrap img {
  width: 100%;
  height: 150px;
  object-fit: cover;
  border-radius: 10px;
  margin-bottom: 15px;
}

/* Category icons sizing */
.top-category .icon {
  font-size: 50px;
  display: block;
  margin: 15px 0;
  color: #F96D00;
}

.top-category.active .icon {
  color: #F96D00;
}

/* Ensure all icons are properly sized */
.services .icon span {
  font-size: 60px;
  color: #F96D00;
  display: block;
}

/* Job and program item hover effects */
.job-post-item {
  transition: all 0.3s ease;
  border-left: 3px solid transparent;
}

.job-post-item:hover {
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
  transform: translateY(-2px);
  border-left-color: #F96D00;
}

/* Role Selection Cards */
.role-card {
  background: #ffffff;
  border-radius: 20px;
  padding: 50px 40px;
  height: 100%;
  transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1);
  text-align: center;
  position: relative;
  overflow: hidden;
}

.role-card::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 5px;
  background: linear-gradient(90deg, transparent, currentColor, transparent);
  opacity: 0;
  transition: opacity 0.4s ease;
}

.role-card:hover {
  transform: translateY(-15px);
  box-shadow: 0 20px 60px rgba(0, 0, 0, 0.15);
}

.role-card:hover::before {
  opacity: 1;
}

.role-card-jobseeker {
  border-top: 5px solid #F96D00;
}

.role-card-jobseeker:hover {
  border-top-color: #ff8533;
}

.role-card-student {
  border-top: 5px solid #28a745;
}

.role-card-student:hover {
  border-top-color: #34ce57;
}

.role-card-icon {
  margin-bottom: 25px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 120px;
}

.role-card-icon span {
  font-size: 90px;
  display: inline-block;
  transition: all 0.4s ease;
}

.role-card-jobseeker .role-card-icon span {
  color: #F96D00;
}

.role-card-student .role-card-icon span {
  color: #28a745;
}

.role-card:hover .role-card-icon span {
  transform: scale(1.1) rotate(5deg);
}

.role-card-title {
  color: #2c3e50;
  font-weight: 700;
  font-size: 28px;
  margin-bottom: 15px;
  letter-spacing: -0.5px;
}

.role-card-description {
  color: #6c757d;
  font-size: 16px;
  line-height: 1.6;
  margin-bottom: 35px;
  min-height: 50px;
}

.role-card-buttons {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.role-card-buttons .btn {
  width: 100%;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 12px;
  transition: all 0.3s ease;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: 2px solid transparent;
}

.btn-login {
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.btn-login:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
}

.btn-signup {
  background: transparent;
}

.btn-signup:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.btn-jobseeker {
  background: #F96D00;
  color: #ffffff;
  border-color: #F96D00;
}

.btn-jobseeker:hover {
  background: #ff8533;
  border-color: #ff8533;
  color: #ffffff;
}

.btn-jobseeker-outline {
  color: #F96D00;
  border-color: #F96D00;
}

.btn-jobseeker-outline:hover {
  background: #F96D00;
  color: #ffffff;
}

.btn-student {
  background: #28a745;
  color: #ffffff;
  border-color: #28a745;
}

.btn-student:hover {
  background: #34ce57;
  border-color: #34ce57;
  color: #ffffff;
}

.btn-student-outline {
  color: #28a745;
  border-color: #28a745;
}

.btn-student-outline:hover {
  background: #28a745;
  color: #ffffff;
}

@media (max-width: 768px) {
  .role-card {
    padding: 40px 30px;
  }
  
  .role-card-icon {
    height: 100px;
  }
  
  .role-card-icon span {
    font-size: 70px;
  }
  
  .role-card-title {
    font-size: 24px;
  }
}

