.margin-p {
	margin:0px 15px 10px 0px !important;
}

.v-align-top {
    vertical-align: top !important;
}

.bg-yellow {
    background: #fdcd09 !important;
}

.position-relative {
    position: relative;
}

.text-3-5-2 {
    font-size: 15px;
}

/* The actual input is invisible */
input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer; /* Keeps it clickable */
}

/* Style the label to look like the file input */
label[for="resumeUpload"] {
    display: block;
    width: 100%;
    cursor: pointer; /* Ensures users know it's clickable */
    pointer-events: none; /* Prevents interaction, as the input handles it */
}

/* Optional: Add hover effect for better UX */
input[type="file"]:hover + label {
    background-color: #f0f0f0;
}

/* contact us */
.contact-us {
    background-color: #f7f7f7;
    padding: 50px;
    text-align: center;
  }
  
  .contact-us h2 {
    font-size: 36px;
    margin-bottom: 20px;
    color: #333;
  }
  
  .contact-us p {
    font-size: 18px;
    margin-bottom: 40px;
    color: #555;
    line-height: 1.6;
  }
  
  .contact-info {
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
    gap: 30px;
  }
  
  .contact-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 250px;
  }
  
  .contact-item i {
    font-size: 32px;
    margin-bottom: 10px;
    color: #fdcd09;
  }
  
  .contact-item p {
    font-size: 16px;
    color: #333333;
  }
  
  .contact-item a {
    color: #fdcd09;
    text-decoration: none;
    font-weight: bold;
  }

  .contact-item span {
    color: #fdcd09;
    font-weight: bold;
  }
  
  .contact-item a:hover {
    text-decoration: underline;
  }
  
  .contact-item strong {
    font-weight: 600;
  }

  /* Why choose Jobsmith */
  .why-choose-us {
    padding: 60px 20px;
    background: #f7f7f7;
    text-align: center;
  }
  
  .why-choose-us h2 {
    font-size: 36px;
    margin-bottom: 40px;
    color: #333;
    font-weight: 600;
  }
  
  .reasons {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    gap: 30px;
  }
  
  .reason {
    background-color: #ffffff;
    width: 260px;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    /* transition: all 0.3s ease-in-out;
    transform: skewY(-3deg);
    position: relative; */
  }
  
  .reason:hover {
    /* transform: skewY(0deg); */
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.2);
  }
  
  .icon-container {
    background-color: #fdcd09;
    border-radius: 50%;
    padding: 20px;
    margin-bottom: 15px;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 28px;
  }
  
  .reason h3 {
    font-size: 14px;
    color: #333;
    margin-bottom: 10px;
    font-weight: 600;
  }
  
  .reason p {
    font-size: 13px;
    color: #555;
    line-height: 1.6;
  }
  
  @media (max-width: 768px) {
    .reasons {
      flex-direction: column;
      align-items: center;
    }
  
    .reason {
      width: 90%;
      margin-bottom: 20px;
    }
  }

  /* who we are */

  
  /* Background Gradient and Text Styles */
.bg-yellow {
    background: #fdcd09;
}

.text-light {
    color: #ffffff;
}

/* Text Content Styling */
.text-light p {
    font-size: 1.1rem;
    line-height: 1.8;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 1.5rem;
}

/* Divider Styling */
.divider hr {
    border-top: 2px solid #1a73e8;
    width: 60px;
    margin-top: 15px;
    margin-bottom: 40px;
}

/* Heading Styling */
h2 {
    font-size: 38px;
    color: #fff;
    font-weight: 700;
    letter-spacing: 2px;
}

/* Particle Effects */
.particles-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: none;
}

.text-black {
  color: #333333 !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .text-light p {
        font-size: 1rem;
        text-align: center;
    }

    h2 {
        font-size: 30px;
        text-align: center;
    }

    .divider hr {
        width: 50px;
    }
    
}

/* Animation for elements on load */
.appear-animation {
    opacity: 0;
    transition: opacity 0.8s ease-in-out;
}

[data-appear-animation="fadeInUpShorter"]:not([data-appear-animation-delay="0"]) {
    opacity: 1;
}

.pt-5-2 {
    padding-top: 3rem !important;
}


@media (max-width: 575px) {
	.min-height-500 {
        min-height: 350px !important;
    }
    .pt-5-2 {
        padding-top: 0px !important;
        padding-bottom: 3rem;
    }
}

.fa-facebook-f:before {
  color: #fdcd09 !important;
}
.fa-twitter:before {
  color: #fdcd09;
}
.fa-instagram:before {
  color: #fdcd09;
}
.fa-linkedin:before {
  color: #fdcd09;
}

/* footer */
footer {
  background-color: #f8f9fa;
  color: #343a40;
  font-size: 14px;
}

footer a {
  color: #fdcd09;
}

footer a:hover {
  color: #fdcd09;
}

footer img {
  margin-bottom: 10px;
}

footer ul {
  list-style: none;
  padding: 0;
}

footer ul li {
  margin: 5px 0;
}
.footer-link {
  text-decoration: none;
  color: #ffffff;
  font-weight: bold;
  font-size: 14px;
  position: relative;
}

.footer-link:hover {
  text-decoration: underline;
}

.footer-link.active {
  color: #fdcd09; /* Change to black when active */
  font-weight: bold;
}

.footer-link.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fdcd09;
  position: absolute;
  bottom: -2px;
  left: 0;
}
