.navbar {  
  padding: 10px 0;
}

.navbar .navbar-brand img {
  max-height: 80px; /* increase logo size slightly */
  margin-bottom: -140px; /* pull logo down to overlap banner */
  position: relative;
  z-index: 10; /* ensures logo appears above banner */
}

.navbar .navbar-brand {
  display: flex;
  align-items: center;
}

.navbar-brand {
    margin-top: -64px;
}

.navbar-nav .nav-link {
  color: #000000 !important;
  font-weight: 600;
  padding: 8px 30px;
  transition: color 0.3s ease;
}

.navbar-nav .nav-item {
  margin-left: 9px; /* adds space between menu items */
  font-size: 16px;
  font-weight: 600;
}

.navbar-nav .nav-link:hover,
.navbar-nav .nav-item.active .nav-link {
  color: #FE2828 !important;
}

.navbar-toggler {
  border-color: #212529;
}

.home-slider .slider-item {
  position: relative;
  height: 100vh; /* full screen height */
  background-size: cover;
  background-position: center center;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.home-slider .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5); /* dark overlay for contrast */
}

.home-slider .slider-text {
  position: relative;
  z-index: 2;
  color: #fff;
}

.slider-text {
  margin-top: 7%;
}

.home-slider .slider-text .subheading {
  font-size: 22px;
  font-weight: 500;
  display: block;
  margin-bottom: 15px;
}

.home-slider .slider-text p a.btn {
  background: #FE2828;
  border: none;
  color: #fff;
  font-weight: 700;
  transition: transform 0.3s ease;
  line-height: 16px;
  font-size: 16px;
}

.home-slider .slider-text p a.btn:hover {
  transform: scale(1.05);
}

@media (max-width: 768px) {
  .home-slider .slider-text h1 {
    font-size: 38px;
  }

  .home-slider .slider-text .subheading {
    font-size: 18px;
  }

  .res-ml-4p {
    margin-left: 4%;
  }

  .pt-11p {
    padding-top: 25% !important; 
  }
}

.adv-cards {
  margin-top: -7%;
	
}

.owl-dots {
  display: none;	
}

.bg-purpale {
  background-color: #800080;
}

.bg-dark-green {
  background-color: #006400;
}

.bg-dark-blue {
  background-color: #1380a7;
}

.bg-dark-brown {
  background-color: #7B3F00;
}

.main-font-family {
  font-family: Archivo Black !important;
}

.main-heading {
  font-size: 40px;
  font-weight: 400;
  color: #000000;
}

.section-heading {
  font-size: 30px;
  font-weight: 400;
  color: #000000;
}

.sub-heading {
  font-family: Montserrat;
  color: #333333;
  font-size: 16px;
  font-weight: 500;
}

.prl-5 {
  padding: 0% 5%;
}

.service-card {
      border: 1px solid #e0e0e0;
      border-radius: 12px;
      padding: 25px 20px;
      background-color: #fff;
      box-shadow: 0 2px 8px rgba(0,0,0,0.05);
      transition: transform 0.3s ease, box-shadow 0.3s ease;
      height: 100%;
    }
    .service-card:hover {
      transform: scale(1.03);
      box-shadow: 0 8px 20px rgba(0,0,0,0.15);
    }
    .service-card h5 {
      font-weight: 600;
      margin-top: 15px;
      color: #000000 !important;
    }
    .service-card ul {
      list-style: none;
      padding-left: 0;
      margin-top: 15px;
    }
    .service-card ul li {
      font-size: 15px;
      margin-bottom: 10px;
      color: black !important;
    }
    .service-card ul li i {
      color: #333333; /* Dark black check */
      margin-right: 10px;
    }

    .service-card li {
       font-weight: 500;
     }
    .icon-box {
      font-size: 60px;
      color: #333;
    }

.pr-5p {
  padding-right: 6%;
}

.custom-card {
  border: solid 1px white !important;
  border-radius: 4px !important;
}

.font-mont {
  font-family: Montserrat !important;
}

h1, h2, h3, h5 {
  font-family: 'Archivo Black', sans-serif !important;
}

body, p, a {
  font-family: 'Montserrat', sans-serif !important;
}

.fw-400 {
 font-weight: 400;
}

.fw-600 {
 font-weight: 600;
}

.fw-700 {
 font-weight: 700;
}

.job-btn {
 border-radius: 5px !important;
 width: 100%;
 text-align: center;
 font-size: 15px;
}

.testimony-content {
   font-size: 14px;
   font-style: italic !important;
   color: #333333 !important;
}

@media (max-width: 767.98px) {
 .adv-cards {
    margin-top: -26%;
 }
 .res-ml-4p {
    margin-left: 4%;
  }
}

.blog-entry {
     color: #333333 !important;
}

.testimony-wrap {
   border-radius: 12px !important;
}

.f-left {
 float: left;
}

.f-right {
 float: right;
}

.career-section {
      width: 100%;
      max-width: 139px;
    }

    .career-btn {
      display: block;
      color: #fff;
      text-align: right;
      font-weight: 600;
      font-size: 1rem;
      border-radius: 8px;
      margin-bottom: 15px;
      transition: all 0.3s ease;
      text-transform: uppercase;
      letter-spacing: 0.5px;

          padding-top: 6%;
    padding-bottom: 3%;
    padding-right: 6%;
    /* padding-left: 19%; */
    width: 114%;
    }

    .career-btn:hover {
      opacity: 0.85;
      text-decoration: none;
      transform: translateY(-2px);
    }

    .talent    { background-color: #7b3fbf; }  /* purple */
    .executive { background-color: #134d26; }  /* dark green */
    .blue      { background-color: #7b3b12; }  /* brown */
    .white     { background-color: #1c68b3; }  /* blue */

    @media (max-width: 576px) {
      .career-section {
        max-width: 90%;
      }
      .career-btn {
        font-size: 11px;
        padding: 12px;
      }
       
      .book-btn {
        font-size: 10px !important;
       } 
       .m-pt-9p {
         padding-top: 27% !important;
       }      
    }

.pt-9p {
  padding-top: 9%;
}

.pt-16p {
  padding-top: 14%;
}

.service-title {
  color: #000000;
  font-weight: 600;
  font-size: 19px;
  margin-bottom: 8% !important;
}

.service-card p {
  color: #000000;
  font-size: 13px !important;
}

.fz-30px {
  font-size: 30px;
}

.fz-19px {
  font-size: 19px;
}

.testimony-card {
 padding: 0% !important;
}

.h-214px {
 height: 314px;
}

.page-title {
  font-weight: 700;
  font-size: 40px;
  color: white;
}

.pt-11p {
   padding-top: 11%;
}

.fz-30 {
  font-size: 30px !important;
}

.mt-12p {
   margin-top: 12% !important;
}

.mt-20p {
  margin-top: 20% !important;
}

.mt-21p {
  margin-top: 21% !important;
}

.mt-55p {
  margin-top: 55% !important;
}

.mt-16p {
  margin-top: 16% !important;
}

.mt-63p {
  margin-top: 63% !important;
}

.mt-28p {
  margin-top: 28% !important;
}

.mt-23p {
  margin-top: 23% !important;
}

.mt-36p {
  margin-top: 36% !important;
}

.mt-26p {
  margin-top: 26% !important;
}

.mt-35p {
  margin-top: 35% !important;
}

.mt-32p {
  margin-top: 32% !important;
}

.search-content {
  font-weight: 500;
  color: #333333;
}

.search-img {
  height: 70%;
}

.h-100p {
 height: 100%;
}

.bg-red {
   background-image: linear-gradient(to right, #FE2828 , #C90F0F);
}

.border-r-12 {
      border-radius: 12px;
}

.fz-17 {
   font-size: 17px;
}

.icon-box-bg {
    background-color: #FFF1F1 !important; /* light red tone */
}

.h-80 {
  height: 80% !important;
}

.icon-circle {
      width: 70px;
      height: 70px;
      border-radius: 50%;
      background-color: #ff4b4b;
      display: flex;
      align-items: center;
      justify-content: center;
      color: #fff;
      margin: 0 auto 15px;
      font-size: 28px;
      text-align: center;
    }

    .feature-box h5 {
      font-weight: 600;
      margin-bottom: 10px;
    }

    .feature-box p {
      color: #555;
      font-size: 15px;
    }

    .team-card {
      border: none;
      border-radius: 10px;
      background-color: #fff;
      box-shadow: 0 3px 6px rgba(0, 0, 0, 0.05);
      transition: all 0.3s ease;
      padding: 18px 20px;
    }

    .team-card.active,
    .team-card:hover {
      background-color: #fff5f5;
      box-shadow: 0 5px 10px rgba(255, 75, 75, 0.3);
    }

    .team-icon {
      color: #ff4b4b;
      font-size: 24px;
      margin-right: 10px;
    }

    h4.section-title {
      font-weight: 500;
      color: #000000;
      font-family: Montserrat;
      font-size: 28px;
    }

.fw-500 {
  font-weight: 500;
}

.fz-14 {
    font-size: 14px;
}

.text-light-dark {
 color: #18191C;
}

.fa-lgg {
 line-height: .05em;
}

.career-steps {
      text-align: center;
      padding: 60px 0;
      position: relative;
    }

    .career-steps h4 {
      font-weight: 700;
      margin-bottom: 50px;
    }

    .step {
      position: relative;
      z-index: 2;
    }

    .step .icon-circle {
      width: 55px;
      height: 55px;
      border-radius: 50%;
      border: 2px dashed #ff4b4b;
      color: #ff4b4b;
      display: flex;
      align-items: center;
      justify-content: center;
      font-size: 22px;
      margin: 0 auto 10px;
      background-color: #fff;
      transition: all 0.3s ease;
    }

    .step.active .icon-circle {
      background-color: #ff4b4b;
      color: #fff;
      border: none;
    }

    .step p {
      font-size: 14px;
      color: #333;
      margin-top: 5px;
      font-weight: 500;
    }

    /* Arrows (curved dashed lines between steps) */
    .arrow {
      position: absolute;
      width: 25%;
      top: 25px;
      height: 40px;
      border-top: 2px dashed #ff4b4b;
      border-radius: 50%;
      z-index: 1;
    }

    .arrow::after {
      content: '';
      position: absolute;
      right: -6px;
      top: -6px;
      width: 0;
      height: 0;
      border-top: 6px solid transparent;
      border-bottom: 6px solid transparent;
      border-left: 6px solid #ff4b4b;
    }

    .arrow.one { left: 15%; transform: rotate(10deg); }
    .arrow.two { left: 42%; transform: rotate(-10deg); }
    .arrow.three { left: 69%; transform: rotate(10deg); }

    @media (max-width: 767px) {
      .arrow { display: none; }
      .step { margin-bottom: 30px; }
    }

.p-15px {
    padding: 15px !important;
}

.light-dark {
    color: #333333d1 !important;
}

.w-40 {
 width: 40% !important;
}

.client-profile {
    width: 100%;
}

.w-70 {
   width: 70%;
}

.logo-box {
  transition: all 0.3s ease;
  height: 100px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.logo-box:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.logo-img {
  max-height: 70px;
  object-fit: contain;
}