@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');
html, body {
  max-width: 100%;
  overflow-x: hidden;
}

body {
  background-color: #121212 !important;
  color: #fff !important;
    font-family: "Poppins", sans-serif !important;

}

/* Default: transparent */
.transparent-navbar {
  background-color: transparent !important;
  transition: background-color 0.3s, backdrop-filter 0.3s;
  padding: 12px 24px;
}

.custom-toggler {
    border: none; /* Remove the border */
    padding: 0;
}

.custom-toggler:focus,
.custom-toggler:active {
    outline: none;
    box-shadow: none; /* Remove any additional focus styles */
}

/* Custom styles for the navbar-toggler-icon */
.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E");
}

/* Class to be added when scrolling down */
.navbar.scrolled {
background-color: rgba(0, 0, 0, 0.6) !important;
backdrop-filter: blur(10px);}
.navbar.open {
background-color: rgba(0, 0, 0, 0.6) !important;
backdrop-filter: blur(10px);}

.carousel-item {
    position: relative;
    height: 100vh;
}




/* Optional: background for dropdown menu section */



.navbar .nav-link {
  color: #fff !important;
  margin-right: 15px;
}

.custom-btn {
  border-radius: 30px !important;
  transition: background-color 0.3s, color 0.3s;
}

.custom-btn:hover {
  background-color: #8F0310 !important;
  color: #fff !important;
}
.job-header-section {
  background-color: transparent;
}

.job-title {
  font-size: 24px;
  font-weight: 300;
}
@media (max-width: 767px) {
  .job-title {
    font-size: 18px;    /* Smaller size for mobile */
    font-weight: 400;   /* Slightly stronger weight for readability */
    line-height: 1.4;
  }
}
.poster-image {
  max-height: 400px;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid #333;
}

/* Optional: Responsive adjustments */
@media (max-width: 767px) {
  .poster-image {
    max-height: 220px;
    border-radius: 8px;
  }
}


.job-action {
  color: #8F0310;
  font-size: 14px;
  text-decoration: none;
}

.job-action:hover {
  color: #fff;
  text-decoration: underline;
}

.badge {
  padding: 6px 12px;
  font-size: 13px;
  border-radius: 10px;
}

.job-location,
.job-pay {
  font-size: 15px;
  color: #ccc;
}
/* Desktop styles */
.job-location,
.job-pay {
  font-size: 16px;
  color: #ccc;
  font-weight: 300;
  line-height: 1.6;
}

/* Optional: differentiate job-pay */
.job-pay {
  font-weight: 300;
  color: #eee;
}

/* Mobile responsive styling */
@media (max-width: 767px) {
  .job-location,
  .job-pay {
    font-size: 14px;
    line-height: 1.5;
  }

  .job-title {
    font-size: 20px; /* reduce heading size for mobile */
  }
}
.about-project-section {
  background-color: transparent;
}

.about-project-section h3 {
  font-size: 24px;
  font-weight: 300;
}

.about-project-section h6 {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  color: #fff;
}

.about-project-section .info-box {
  background-color: #111;
  border: 1px solid #333;
}

.about-project-section i {
  color: #8F0310; /* Soft green icons */
  font-size: 14px;
}

.info-box span {
  font-size: 14px;
}
@media (max-width: 767px) {
  .about-project-section h3 {
    font-size: 20px;
  }

  .info-box span {
    flex: 1 1 100%;
    font-size: 13px;
  }

  .info-box {
    padding: 15px;
  }
}
/* Company Name */
.about-project-section .company-name {
  font-size: 16px;
  font-weight: 300;
  color: #fff;
}

/* Producer / Subtext */
.about-project-section .producer-name {
  font-size: 15px;
  color: #fff;
  font-weight: 300;
}

/* Info Box Text */
.about-project-section .info-box span {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
}

/* Responsive for mobile */
@media (max-width: 767px) {
  .about-project-section .company-name {
    font-size: 15px;
  }

  .about-project-section .producer-name,
  .about-project-section .info-box span {
    font-size: 13px;
  }

  .about-project-section h3 {
    font-size: 20px;
  }
}
.icon-heading {
  font-size: 28px !important;
  color: #8F0310 !important;
}

@media (max-width: 767px) {
  .icon-heading {
    font-size: 22px !important;
  }
}
.project-meta-info {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
}

.meta-item {
  background-color: #111;
  padding: 10px 15px;
  border-radius: 10px;
  border: 1px solid #333;
  font-size: 15px;
}

.meta-item i {
  font-size: 16px;
  color: #8F0310;
}

/* Responsive optimization */
@media (max-width: 767px) {
  .meta-item {
    flex: 1 1 100%;
    font-size: 14px;
  }

  .meta-item i {
    font-size: 14px;
  }
}

.project-description-section {
  background-color: transparent;
}

.section-subheading {
  font-size: 23px;
  color: #fff;
  font-weight: 300;
  letter-spacing: 1px;
}

.project-description-text {
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  line-height: 1.7;
}

/* Mobile responsiveness */
@media (max-width: 767px) {
  .project-description-text {
    font-size: 14px;
    line-height: 1.6;
  }

  .section-subheading {
    font-size: 18px;
  }
}
.roles-section {
  background-color: transparent;
  color: white;
}
.role-card h5 {
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-bottom: 5px;
}

.role-card small {
  font-size: 14px;
  color: #ccc;
  font-weight: 300;
}

.btn-apply {
  background-color: #8F0310  !important;
  color: #fff  !important;
  font-weight: 500 !important;
  border-radius: 6px !important;
  padding: 8px 16px !important;
  text-decoration: none !important;
}

.btn-apply:hover {
  background-color: #8F0310  !important;
  color: #fff !important;
}

.role-card {
  background-color: #111;
  border: 1px solid #333;
  border-radius: 12px;
}

@media (max-width: 767px) {
  .role-card {
    flex-direction: column;
    align-items: flex-start;
  }

  .btn-apply {
    width: 100%;
    margin-top: 10px;
  }

  h4 {
    font-size: 20px;
  }


   .role-card h5 {
    font-size: 16px;
  }

  .role-card small {
    font-size: 13px;
  }
}
.icon-heading {
  font-size: 32px; /* Adjust size as needed */
  color: #8F0310;  /* Or whatever color fits your theme */
}

/* Responsive tweak */
@media (max-width: 767px) {
  .icon-heading {
    font-size: 24px;
  }
}
.contact-info {
  font-size: 16px;
  color: #ddd;
  margin-bottom: 10px;
  line-height: 1.6;
}

/* Style the <strong> part for emphasis */
.contact-info strong {
  color: #fff;
  font-weight: 600;
}

/* Responsive adjustments */
@media (max-width: 767px) {
  .contact-info {
    font-size: 14px;
    line-height: 1.5;
  }
}
/* Logo Styling */
.footer-logo {
  max-width: 140px !important;
  height: auto;
}

/* Footer Links */
.footer-links li a {
  color: #fff;
  text-decoration: none;
  display: inline-block;
  margin-bottom: 10px;
  transition: color 0.3s ease;
  font-size: 15px;
  font-weight: 300;
}

.footer-links li a:hover {
  color: #ccc;
}

/* Social Icons */
.social-icons a {
  color: #fff;
  font-size: 1.25rem;
  transition: color 0.3s ease;
}

.social-icons a:hover {
  color: #fff;
}

/* Responsive Text Alignment */
@media (max-width: 767.98px) {
 

  .footer-section .footer-logo {
    margin: 0 auto;
  }
}