@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: #000 !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;
}


.search-form .form-control,
.search-form .form-select {
  border-radius: 10px;
  min-height: 45px;
}

.search-form .btn {
  border-radius: 10px;
  min-height: 45px;
  font-weight: 500;
}
.category-section {
  background-color: #000;
  overflow: hidden;
  min-height: 500px;
  display: flex;
  align-items: stretch;
}


.category-section .row {
  height: 100%;
}

.content-col {
  background-color: #450000;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
     border-top-left-radius: 25px !important; /* 👈 Set your desired radius here */
  border-bottom-left-radius: 25px !important; /* 👈 Set your desired radius here */

}

.image-col {
  height: 100%;
    

}

.image-col img {
  height: 100%;
  width: 100%;
  object-fit: cover;
  display: block;
  border-top-right-radius: 25px !important; /* 👈 Set your desired radius here */
  border-bottom-right-radius: 25px !important; /* 👈 Set your desired radius here */
}
.custom-btn-width {
  width: 40%;
}
.custom-heading {
  font-size: 38px;
  font-weight: 200;
}

@media (max-width: 767px) {
  .custom-heading {
    font-size: 26px;
  }
}


@media (max-width: 767px) {
  .custom-btn-width {
    width: 70%;
  }
}


@media (max-width: 767px) {
  .content-col,
  .image-col {
    height: auto !important;
  }

  .image-col img {
    border-radius: 0 0 16px 16px;
  }
}
.talent-section {
  background-color: #000;
}

.gradient-border-wrapper {
background: linear-gradient(to left, #8F0310, #ccc 60%, #FFFFFF) !important;
  border-radius: 30px !important;
  padding: 2px !important; /* thickness of the border */
  display: inline-block  !important;
}
.gradient-border-wrapper {
  width: 100%; /* or set fixed width like 250px */
  max-width: 300px; /* optional limit */
}

.custom-gradient-dropdown {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 30px !important;
  padding: 10px 12px !important;
  width: 100%;
}

.custom-gradient-dropdown option {
  background-color: #000 !important;
  color: #fff !important;
}

.custom-gradient-dropdown {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  background-color: #000;
  background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg width='16' height='16' fill='white' viewBox='0 0 16 16'%3E%3Cpath d='M1.5 5.5l6 6 6-6'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1rem center;
  background-size: 12px;
  padding-right: 2rem; /* space for icon */
  color: #fff !important;
}

.custom-search-bar {
  border: 1px solid #fff !important;
  border-radius: 50px !important;
  background-color: #000 !important;
  overflow: hidden !important;
  max-width: 600px !important;
  width: 100%  !important;
}

.custom-input {
  background-color: #000 !important;
  color: #fff !important;
  border: none !important;
  border-radius: 0 0 0 0 !important;
  padding: 12px 20px !important; /* 👈 Increase padding here */
}


.custom-input::placeholder {
  color: #ccc !important;
}

.custom-search-btn {
  background-color: #8F0310 !important;
  color: #fff !important;
  border-radius: 50px !important;
  padding: 8px 24px !important;
  font-weight: 500 !important;
  border: none !important;
}

.custom-search-btn:hover {
  background-color: #d20000 !important;
}

.input-group-text {
  background-color: #000 !important;
  border: none !important;
  color: #fff !important;
  padding-left: 20px !important;
  padding-right: 10px !important;
}

.custom-headings {
  font-size: 42px;     /* or use rem: 2.625rem */
  font-weight: 300;    /* Adjust: 300, 400, 500, 700 etc. */
  margin-bottom: 1rem; /* optional spacing */
}
@media (max-width: 767px) {
  .custom-heading {
    font-size: 28px;
  }
}
.custom-paragraph {
  font-size: 18px;
  font-weight: 300;
  line-height: 1.6;
  color: #fff; /* optional if you want a light gray for better contrast */
  margin-bottom: 1.5rem;
}

@media (max-width: 768px) {
  .custom-paragraph {
    font-size: 16px;
  }
}
.category-slider-section {
  padding: 40px 0; /* reduced from 80px */
}

/* Mobile-specific padding */
@media (max-width: 576px) {
  .category-slider-section {
    padding: 20px 0;
  }
}


.category-card {
  background: #f2f2f2;
  border-radius: 15px;
  padding: 25px;
  margin: 10px;
  color: #000;
  text-align: left;
}

.image-slide-wrapper {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  margin: 10px;
}

.image-slide {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 12px;
}

/* Button styling */
.apply-btn {
  position: absolute;
  bottom: 15px;
  right: 15px;
  background-color: #8d0b13;
  color: #fff;
  padding: 8px 20px;
  border-radius: 25px;
  text-decoration: none;
  font-weight: 500;
  font-size: 0.9rem;
  transition: background-color 0.3s ease;
  z-index: 2;
}

.apply-btn:hover {
  background-color: #a60f1d;
}

/* Mobile adjustments */
@media (max-width: 576px) {
  .apply-btn {
    padding: 6px 14px;
    font-size: 0.8rem;
    bottom: 10px;
    right: 10px;
  }

  .image-slide-wrapper {
    margin: 5px;
  }
}

.card-content .icon-box {
  background-color: #8d0b13;
  color: white;
  padding: 10px;
  border-radius: 10px;
  display: inline-block;
  font-size: 20px;
  margin-bottom: 10px;
}

.card-content a {
  color: #8d0b13;
  font-weight: 500;
  text-decoration: underline;
}

.slider-nav-wrapper {
  position: absolute;
  top: 50%;
  left: -120px;
  transform: translateY(-50%);
  z-index: 10;
}

.circle-nav-btn-horizontal {
  background-color: #8d0b13;
  width: 100px;
  height: 50px;
  border-radius: 50px;
  display: flex;
  align-items: center;
  justify-content: space-around;
  color: #fff;
  box-shadow: 0 0 10px rgba(0,0,0,0.4);
  cursor: pointer;
}

.nav-icon {
  font-size: 20px;
  padding: 0 5px;
  user-select: none;
}

.nav-icon:hover {
  color: #ffcccc;
}



@media (max-width: 767px) {
  .category-card {
    padding: 20px;
  }
  .slider-nav {
    left: -30px;
  }
}
.how-it-works {
  background-color: #000; /* or your gradient background */
}

.icon-circles {
  width: 70px;
  height: 70px;
  background-color: #fff;
  color: #8F0310;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 50%;
  font-size: 24px;
  transition: all 0.3s ease;
}

.icon-circles:hover {
  background-color: #8F0310;
  color: #fff;
}

.step-item h5 {
  font-weight: 600;
}

@media (max-width: 767px) {
  .icon-circles {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
.job-section{
  background: linear-gradient(to right, #000 0%, #000 60%, #2e0303 75%, #8F0310 100%);
}

.job-card{ box-shadow:0 0 10px rgba(0,0,0,.15); border:0; }

.job-logo{
  width:70px; height:70px; object-fit:cover;
}

.custom-job-btn{
  background-color:#8F0310 !important;
  color:#fff !important;
  padding:10px 24px !important;
  border-radius:50px !important;
  font-weight:500 !important;
  border:0 !important;
  display:inline-block !important;
  transition:background .3s ease !important;
  text-align:center !important;
}

.custom-job-btn:hover{ background-color:#6b0000 !important; color:#fff !important; }

/* ---------- Mobile tweaks ---------- */
@media (max-width: 576px){
  .job-card{ padding:16px; }
  .job-logo{ width:48px; height:48px; }
  .custom-job-btn{ display:block !important; width:100% !important; padding:10px 16px !important; }
  .job-section .badge{ margin-bottom:.5rem; }
}

.banner-section {
 background: linear-gradient(to right, #000 0%, #000 60%, #2e0303 75%, #8F0310 100%);}

.gradient-box {
  background-color: #000; /* Fallback base color */
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.service-slide {
  min-height: 300px;
  border: 1px solid #fff;
  background-color: #000;
  border-radius: 16px;
  transition: transform 0.3s ease;
}

/* .service-slide:hover {
  transform: translateY(-5px);
} */

.service-slide h5 {
  font-size: 1.2rem;
  font-weight: 600;
}

.service-slide p {
  font-size: 0.95rem;
  line-height: 1.6;
}

@media (max-width: 767px) {
  .service-slide {
    padding: 20px;
  }
}
.custom-job-btn {
  background-color: #8F0310 !important;
  color: #fff !important;
  padding: 10px 24px !important;
  border-radius: 50px !important;
  font-weight: 500 !important;
  border: none !important;
  display: inline-block !important;
  transition: background 0.3s ease !important;
  width: auto  !important;
  text-align: center !important;
}

.custom-job-btn:hover {
  background-color: #6b0000 !important;
  color: #fff !important;
}
.about-section {
  background: #000;
}

.gradient-border-card {
  background: linear-gradient(to left, #8F0310, #000); /* gradient border */
  padding: 2px;
  border-radius: 16px;
  display: inline-block;
  width: 100%;
}

.gradient-inner {
  background-color: #111; /* card inner background */
  border-radius: 14px; /* slightly smaller than outer radius */
  padding: 24px;
  height: 100%;
  color: #fff;
}

.icon-circle {
  background-color: #8F0310;
  color: white;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  margin-right: 12px;
}

/* @media (max-width: 575.98px) {
  .icon-circle {
    margin-right: 153px;
  }
} */

.card-section {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  padding: 2rem;
  height: 300px;
  color: #000;
  border-radius: 12px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
}

/* Flip background image only */


.card-section .content {
  max-width: 50%;
  z-index: 1;
  position: relative;
  text-align: left;
}

.register-btn {
  background-color: #fff;
  color: #007bff;
  font-weight: 500;
  padding: 10px 20px;
  border-radius: 0px;
  border: none;
  margin-top: 1rem;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
}

@media (max-width: 768px) {
  .card-section {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .card-section .content {
    max-width: 100%;
  }
}
.testimonial-section {
  background-color: #000 !important;
  color: white !important;
}

.testimonial-card {
  min-height: 350px !important;
  position: relative !important;
}

.testimonial-card .client-info {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.testimonial-card .quote-icon {
  font-size: 34px !important;
  color: #8F0310 !important;
}

.testimonial-card strong {
  display: inline-block !important;
  font-weight: 600 !important;
}

.client-img {
  width: 60px !important;              /* Must be equal height and width */
  height: 60px !important;
  border-radius: 50% !important;       /* Ensures perfect circle */
  object-fit: cover !important;        /* Ensures image doesn't stretch */
}

.form-wrapper {
  background-image: url('contact-bg.jpg'); /* Replace with correct path */
  background-size: cover;
  background-position: center;
  border-radius: 15px;
  padding: 2rem;
  position: relative;
  z-index: 1;
}

/* Overlay if needed */
.form-wrapper::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 15px;
  z-index: 0;
}

/* Ensure form content stays above overlay */
.form-wrapper form,
.form-wrapper h5,
.form-wrapper p {
  position: relative;
  z-index: 1;
}

/* Form Input Styling */
.form-wrapper input,
.form-wrapper textarea {
  background-color: #fff;
  color: #000;
  border: none;
  border-radius: 5px;
  font-size: 0.95rem;
}

.form-wrapper input::placeholder,
.form-wrapper textarea::placeholder {
  color: #999;
  font-size: 0.9rem;
}

/* Button Styling */
.form-wrapper button {
  background-color: #8F0310;
  color: #fff;
  border: none;
  padding: 12px 20px;
  font-weight: 500;
  border-radius: 8px;
  transition: background 0.3s ease;
}

.form-wrapper button:hover {
  background-color: #a8121d;
}

/* Text Content Styling (Left Section) */
h2 {
  font-size: 2.2rem;
}

@media (max-width: 768px) {
  h2 {
    font-size: 1.7rem;
    text-align: center;
  }

  .form-wrapper {
    padding: 1.5rem;
  }

  .form-wrapper button {
    font-size: 1rem;
  }

  .d-flex.gap-5 {
    gap: 2rem !important;
    flex-direction: column !important;
    text-align: center;
    align-items: center;
  }
}
.contact-info-section {
  gap: 2rem;
}

@media (max-width: 576px) {
  .contact-info-section {
    flex-direction: column !important;
    align-items: center;
    padding: 0 1rem;
    overflow-x: hidden;
  }

  body {
    overflow-x: hidden; /* Prevent unwanted horizontal scroll */
  }
}
/* 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;
  }
}
.section-heading {
  font-size: 1.5rem;
  font-weight: 300;
  color: #ffffff;
  margin-bottom: 1rem;
  text-align: center;
}

@media (min-width: 768px) {
  .section-heading {
    text-align: left;
    font-size: 1.75rem;
  }
}
.banner-slider-section {
  position: relative;
  overflow: hidden;
}

.slide-item {
  position: relative;
  border-radius: 30px;
  overflow: hidden;
}

.know-more-btn {
  position: absolute !important;
  bottom: 20px !important;
  right: 20px !important;
  background-color: #8d0b13 !important;
  color: white !important;
  border-radius: 30px !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  border: none !important;
  text-decoration: none !important;
  z-index: 2 !important;
  white-space: nowrap;
  font-size: 16px !important;
}

.post-ad-btn {
  position: absolute !important;
  bottom: 20px !important;
  left: 20px !important;
  background-color: transparent !important;
  color: white !important;
  border: 2px solid #fff !important;
  padding: 10px 20px !important;
  font-weight: 500 !important;
  border-radius: 30px !important;
  text-decoration: none !important;
  z-index: 2 !important;
  white-space: nowrap;
  font-size: 16px !important;
  transition: all 0.3s ease;
}

.post-ad-btn:hover {
  background-color: #a40f1a !important;
  color: #fff !important;
}

.custom-nav {
  position: absolute !important;
  top: 50% !important;
  width: 100% !important;
  display: flex !important;
  justify-content: space-between !important;
  padding: 0 15px !important;
  transform: translateY(-50%) !important;
  z-index: 2 !important;
}

.custom-nav button {
  background-color: rgba(0, 0, 0, 0.5)!important;
  color: white !important;
  border: none !important;
  width: 40px !important;
  height: 40px !important;
  border-radius: 50% !important;
  font-size: 18px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  cursor: pointer !important;
}

@media (max-width: 768px) {
  .know-more-btn {
    font-size: 12px !important;
    padding: 5px 13px !important;
  }

  .post-ad-btn {
    font-size: 12px !important;
    padding: 5px 13px !important;
  }

  .custom-nav button {
    width: 32px !important;
    height: 32px !important;
    font-size: 14px !important;
  }
}