* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
body {
  font-family: "Rubik", sans-serif;
}
.main-logo {
  max-width: 270px;
}
.my-navbar .nav-item {
  margin-right: 30px;
}
.my-navbar .nav-item a {
  font-weight: 500;
  font-size: 13px;
  color: var(--secondary-color);
  transition: 0.3s;
}
.my-navbar .nav-item a:hover {
  color: var(--primary-color);
}
.my-navbar .nav-item a.active {
  color: var(--primary-color);
}
.my-navbar .nav-item:last-child {
  margin-right: 0px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.nav-item .social-media-icons a {
  color: #fff;
  font-size: 14px;
}

.nav-item .social-media-icons {
  height: 30px;
  width: 30px;
  background: var(--primary-color);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  color: #fff;
  transition: 0.3s;
}
.sticky-navbar {
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
  transition: all 0.3s ease-in-out;
}

.navbar-scroll {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  animation: 0.4s slideDown;
}

@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-50%);
  }

  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.nav-item .social-media-icons:hover {
  background: none;
  border: 1px solid var(--primary-color);
}
.nav-item .social-media-icons:hover a {
  color: var(--primary-color);
}
.my-togller {
  border: none;
  background: transparent;
  padding: 0;
}
.my-togller:focus {
  box-shadow: none;
}
#checkbox {
  display: none;
}

.toggle {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 8px;
  transition-duration: 0.5s;
}

.bars {
  width: 100%;
  height: 4px;
  background-color: var(--primary-color);
  border-radius: 4px;
}

#bar2 {
  transition-duration: 0.8s;
}

#bar1,
#bar3 {
  width: 70%;
}

#checkbox:checked + .toggle .bars {
  position: absolute;
  transition-duration: 0.5s;
}

#checkbox:checked + .toggle #bar2 {
  transform: scaleX(0);
  transition-duration: 0.5s;
}

#checkbox:checked + .toggle #bar1 {
  width: 80%;
  transform: rotate(45deg);
  transition-duration: 0.5s;
}

#checkbox:checked + .toggle #bar3 {
  width: 80%;
  transform: rotate(-45deg);
  transition-duration: 0.5s;
}

#checkbox:checked + .toggle {
  transition-duration: 0.5s;
  transform: rotate(180deg);
}

.main-banner {
  background-color: #05002f;
  padding: 100px 0 80px 0;
  min-height: 600px;
  position: relative;
}

.main-banner .banner-text {
  background-image: url("https://cdn-cplne.nitrocdn.com/MUvDaouunyiRlJDPKNEQEVgYbdmSPiEZ/assets/images/optimized/rev-861e0cb/www.alliancerecruitmentagency.com/wp-content/themes/alliancerecruitmentagency-child/assets/new-home-page/images/main-banner-image.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  padding: 140px 0;
  min-height: 420px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.main-banner .banner-text.nitro-lazy {
  background-image: none !important;
}

.main-banner .banner-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("https://cdn-cplne.nitrocdn.com/MUvDaouunyiRlJDPKNEQEVgYbdmSPiEZ/assets/images/optimized/rev-861e0cb/www.alliancerecruitmentagency.com/wp-content/themes/alliancerecruitmentagency-child/assets/new-home-page/images/main-banner-image.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  opacity: 0;
  z-index: -1;
}

.Click-here.nitro-lazy {
  background-image: none !important;
}

.main-banner .banner-text h1 {
  color: #fff;
  font-size: 48px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 20px 0;
}

.main-banner .banner-text .com-para1 {
  color: #fff;
  font-size: 20px;
  font-weight: 500;
  max-width: 680px;
}
.main-banner .banner-text .com-para1 span {
  color: #fff;
  font-weight: 800;
}

.main-banner .banner-text .com-para2 {
  color: #fff;
  font-size: 16px;
  font-weight: 500;
}

.service-item {
  display: flex;
  align-items: center;
  justify-content: center;
}
.services-carousel .owl-dots {
  margin: 0;
}
.services-carousel .owl-dots .owl-dot.active span,
.services-carousel .owl-dots .owl-dot:hover span {
  background: var(--primary-color);
}
.service-img {
  border-radius: 10px;
}
.service-img img {
  max-width: 130px;
}
.category-block h4 {
  font-size: 15px;
  color: #202124;
  font-weight: 500;
  margin: 0;
}

.category-block .icon {
  position: absolute;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  background: #ecedf2;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #1967d2;
  font-size: 36px;
  border-radius: 10px;
  transition: all 300ms ease;
}

.category-block .content {
  position: relative;
  display: flex;
  justify-content: center;
  padding-left: 90px;
  min-height: 70px;
  flex-direction: column;
}
.category-block .icon img {
  width: 40px;
}
.category-block .inner-box {
  position: relative;
  background: #ffffff;
  border: 1px solid #ecedf2;
  box-sizing: border-box;
  border-radius: 10px;
  padding: 19px;
  transition: all 300ms ease;
}
.category-block .inner-box:hover {
  box-shadow: 0px 7px 18px rgba(64, 79, 104, 0.05);
}
.category-block .inner-box:hover .icon {
  color: #ffffff;
  background: var(--primary-color);
}
.category-block .icon .img-2 {
  display: none;
}
.category-block .inner-box:hover .img-2 {
  display: block;
}
.category-block .inner-box:hover .img-1 {
  display: none;
}
.work-space {
  font-size: 17px;
  max-width: 620px;
  text-align: center;
  margin: 15px auto;
}
.work-space span {
  color: var(--primary-color);
  font-weight: 600;
}
.enquiry-btn {
  background-color: var(--primary-color);
  color: #fff;
  display: inline-flex;
  padding: 12px 40px;
  justify-content: center;
  align-items: center;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  border-radius: 8px;
  border: none;
}
.card-header {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
  border-bottom: 3px solid #f0f4f8;
}
.info-card {
  background: white;
  border-radius: 16px;
  padding: 20px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
  height: 100%;
}
.card-icon {
  width: 35px;
  height: 35px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 5px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  color: white;
  flex-shrink: 0;
}
.card-title {
  font-size: 1rem;
  color: #1a202c;
  font-weight: 700;
  margin: 0;
}
.card-grid {
  display: grid;
}
.feature-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 10px;
  border-radius: 10px;
  transition: all 0.2s ease;
  cursor: default;
}
.feature-icon {
  width: 32px;
  height: 32px;
  background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: white;
  font-size: 12px;
}
.feature-text {
  font-size: 0.97rem;
  color: #2d3748;
  line-height: 1.3;
  flex: 1;
}
.feature-item:hover {
  background: #f8fafc;
  transform: translateX(5px);
}
.modal-dialog {
  max-width: 900px;
}
.industries-accordian .row {
  justify-content: center;
}

.industries-accordian .accordion-button:not(.collapsed) {
  color: #ffffff;
  background-color: var(--primary-color);
  box-shadow: none;
}
.industries-accordian .accordion-button {
  font-size: 17px;
  font-weight: 500;
  box-shadow: none !important;
}
.industries-accordian .accordion-item {
  margin-bottom: 15px;
  border: 1px solid var(--primary-color) !important;
  border-radius: 10px !important;
  overflow: hidden;
}
.industries-accordian .accordion-button::after {
  background-image: url("../img/plus.png");
}
.industries-accordian .accordion-button:not(.collapsed)::after {
  background-image: url("../img/minus-sign.png");
}
.accordion-item:last-child {
  margin-bottom: 0;
}
.industry-item {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #fff;
  padding: 10px;
  border-radius: 8px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  border: 1px solid #19a3e426;
  position: relative;
  transition: 0.6s;
  min-height: 75px;
}
.industry-arrow img {
  height: 25px;
  width: 25px;
}
.industry-name {
  line-height: 1.4;
  font-weight: 500;
  font-size: 15px;
}
.industry-item:hover {
  transform: scale(1.05);
  border: 1px solid var(--primary-color);
}
.industry-item span {
  height: 30px;
  width: 30px;
  background: #2042e31c;
  position: absolute;
  right: 0;
  bottom: 0;
  border-radius: 32px 0px 8px 0px;
  transition: 0.6s;
}
.industry-item:hover span {
  background: var(--primary-color);
}

.timeline {
  position: relative;
  display: flex;
  gap: 30px;
  padding: 20px 10px 20px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  text-align: center;
}

/* Timeline line */
.timeline::before {
  content: "";
  position: absolute;
  top: 165px;
  left: 0;
  height: 4px;
  width: calc(100% * 3.2); /* item width × count */
  background: linear-gradient(
    to right,
    #6366f1,
    #22c55e,
    #facc15,
    #fb7185,
    #a855f7
  );
}

/* Item */
.timeline-item {
  position: relative;
  min-width: 200px;
  scroll-snap-align: center;
}

/* Icon */
.timeline-icon {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  color: #fff;
  margin: auto;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.15);
}

/* Step Badge */
.step-badge {
  display: inline-block;
  margin-top: 14px;
  padding: 4px 14px;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  border-radius: 20px;
}

/* Dot */
.timeline-dot {
  width: 14px;
  height: 14px;
  border-radius: 50%;
  margin: 14px auto;
}

/* Card */
.timeline-card {
  background: #fff;
  padding: 18px 22px;
  border-radius: 14px;
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  margin-top: 20px;
}

.timeline-card h4 {
  font-size: 1rem;
  font-weight: 600;
  margin: 0;
  color: #111827;
}

/* Colors */
.c1 {
  background: #6366f1;
}
.c2 {
  background: #22c55e;
}
.c3 {
  background: #facc15;
  color: #ffffff;
}
.c4 {
  background: #fb7185;
}
.c5 {
  background: #a855f7;
}

.d1 {
  background: #6366f1;
}
.d2 {
  background: #22c55e;
}
.d3 {
  background: #facc15;
}
.d4 {
  background: #fb7185;
}
.d5 {
  background: #a855f7;
}

/* Desktop */
@media (min-width: 992px) {
  .timeline {
    justify-content: space-between;
    overflow-x: hidden;
  }
}

.safety-guidelines .single-list span {
  font-size: 20px;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  background: #2042e31c;
  color: var(--primary-color);
  border-radius: 4px;
}
.safety-guidelines .single-list {
  display: flex;
  align-items: center;
  gap: 20px;
  margin-bottom: 20px;
}
.safety-guidelines .single-list .list-bod h5 {
  display: block;
  font-size: 16px;
  color: #081828;
  max-width: 270px;
}
.safety-guidelines img {
  max-width: 100%;
  border-radius: 10px;
}
.bg-color-light {
  background-color: #f6f9fca6;
}
.recruitment-process-card {
  padding: 40px;
  border: 0;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
}
.process-item {
  padding: 30px;
  border: 1px dashed #eee;
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  position: relative;
  transition: 0.3s;
  height: 100%;
}
.process-item:hover {
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  scale: 1.03;
}
.process-icon {
  font-size: 20px;
  height: 55px;
  width: 55px;
  line-height: 55px;
  text-align: center;
  display: inline-block;
  background: #2042e31c;
  color: var(--primary-color);
  border-radius: 4px;
}
.process-name {
  text-align: center;
}
.process-item span {
  position: absolute;
  top: 0;
  right: 0;
  height: 30px;
  width: 30px;
  background: #e7eafc;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 0 0 0 5px;
  color: var(--primary-color);
}

.title {
  font-size: 30px;
  max-width: 650px;
  margin: 0 auto 15px;
  text-align: center;
}

.title h2 {
  color: var(--primary-color);
  font-size: 32px;
  font-weight: 600;
}

.recruitment-steps {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  gap: 25px;
}

.step {
  background: #fff;
  border-radius: 12px;
  padding: 30px 20px;
  text-align: center;
  border-top: 5px solid var(--primary-color);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
  transition: 0.3s ease;
}

.step:hover {
  transform: translateY(-6px);
}

.step-number {
  width: 55px;
  height: 55px;
  margin: 0 auto 18px;
  background: var(--primary-color);
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step h4 {
  color: var(--primary-color);
  font-size: 18px;
  font-weight: 500;
}
.services-tab .nav-tabs .nav-item.show .nav-link,
.services-tab .nav-tabs .nav-link.active {
  color: #ffffff;
  background-color: var(--primary-color);
  font-weight: 600;
  border-radius: 10px;
}
.services-tab .nav-tabs {
  max-width: 375px;
  background: #f2f2f2;
  border-radius: 10px;
  justify-content: center;
  padding: 10px;
  margin: 0 auto 30px;
  border: 0;
}
.services-tab .nav-tabs .nav-link:hover {
  border: none;
  color: var(--primary-color);
}
.services-tab .nav-tabs .nav-link {
  border: 0;
  color: #000;
}
.services-tab .nav-tabs .nav-link.active:hover {
  color: #fff;
}

.term-item {
  background: #f8f9fd;
  border-radius: 12px;
  padding: 15px;
  margin-bottom: 20px;
  border-left: 4px solid var(--primary-color);
  transition: all 0.3s ease;
  border: 1px solid #eaeaea;
  height: 100%;
}
.term-label {
  font-size: 0.85rem;
  font-weight: 600;
  color: var(--primary-color);
  text-transform: uppercase;
  letter-spacing: 0.5px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.term-label::before {
  content: "◆";
  margin-right: 8px;
  color: var(--primary-color);
}
.term-value {
  font-size: 1.05rem;
  color: #1a202c;
  line-height: 1.7;
}
.term-item:hover {
  transform: translateX(5px);
  box-shadow: 0 5px 20px rgba(1, 36, 101, 0.1);
}
.price-badge {
  background: linear-gradient(
    135deg,
    var(--primary-color) 0%,
    var(--primary-color) 100%
  );
  color: white;
  padding: 10px 15px;
  border-radius: 10px;
  display: inline-block;
  box-shadow: 0 4px 15px rgba(1, 36, 101, 0.2);
  font-size: 12px;
}
.term-value small {
  display: block;
  margin-top: 10px;
  line-height: 1.4;
  font-size: 0.9rem;
  padding-left: 10px;
  border-left: 2px solid var(--primary-color);
}
.term-link {
  display: inline-flex;
  align-items: center;
  padding: 10px 15px;
  background: var(--primary-color);
  color: white;
  text-decoration: none;
  border-radius: 8px;
  font-weight: 500;
  transition: all 0.3s ease;
  margin-top: 5px;
  font-size: 13px;
}
.term-link::after {
  content: "→";
  margin-left: 8px;
  transition: transform 0.3s ease;
}
.about-us-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 15px;
}

.about-us-list li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 15px;
  line-height: 1.3;
}
.about-us-list li span {
  background: var(--primary-color);
  height: 35px;
  width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  color: #fff;
  flex-shrink: 0;
}
.about-us-list li p {
  flex: 1;
  margin: 0;
}
.solution-card {
  display: block;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.solution-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}
.solution-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 18px;
  background: linear-gradient(to top, rgb(0 0 0), rgb(0 0 0 / 0%));
}
.solution-title h3 {
  font-size: 20px;
  margin: 0;
}
.solution-title p {
  margin: 0;
}
.solution-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.25);
}
.solution-card:hover img {
  transform: scale(1.08);
}

.global-presence-card {
  background: #ffffff;
  padding: 30px 25px;
  border-radius: 14px;
  box-shadow: 0 15px 35px rgba(0, 0, 0, 0.08);
}

.location-box {
  background: #f4f4f48c;
  padding: 26px 24px;
  border-radius: 14px;
  height: 100%;
  text-align: left;
  position: relative;
  transition: all 0.3s ease;
}

.location-box::before {
  content: "";
  position: absolute;
  left: 0;
  top: 18px;
  width: 4px;
  height: calc(100% - 36px);
  background: linear-gradient(180deg, var(--primary-color), #6610f2);
  border-radius: 4px;
}

.location-box:hover {
  transform: translateY(-2px);
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.location-title {
  font-size: 20px;
  font-weight: 700;
  display: flex;
  align-items: center;
  gap: 14px;
  justify-content: flex-start;
  color: #212529;
  margin-bottom: 12px;
}

.location-title span {
  background: linear-gradient(135deg, var(--primary-color), #6610f2);
  height: 42px;
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  border-radius: 50%;
  color: #ffffff;
}

.entity-name {
  font-size: 18px;
  font-weight: 600;
  color: var(--primary-color);
  margin-bottom: 6px;
}

.entity-role {
  font-size: 15px;
  color: #555;
  line-height: 1.7;
}
.form-card {
  padding: 40px;
  border-radius: 20px;
  background-color: #f7f7f7;
}
.form-control {
  padding: 15px;
  line-height: 100%;
}
.form-control:focus {
  box-shadow: none;
  border-color: var(--primary-color);
}
::placeholder {
  color: #999 !important;
  opacity: 1 !important;
  font-size: 14px !important;
}
.reset-btn {
  background-color: #e0e0e0;
  color: #333;
  border: none;
  padding: 12px 40px;
  border-radius: 8px;
  font-weight: 500;
}
.address-card {
  padding: 40px;
  border-radius: 20px;
  background-color: var(--primary-color);
  color: #fff;
}
.contact-item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.contact-item span {
  height: 35px;
  width: 35px;
  border: 2px solid;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
  font-size: 13px;
  flex-shrink: 0;
}
.contact-item .contact-text p {
  margin: 0;
  font-size: 15px;
}
.contact-block {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.address-card h6 {
  border-left: 3px solid;
  padding-left: 10px;
}
.organization-chart {
  text-align: center;
}
.organization-chart img {
  width: 700px;
}
thead.thead-dark tr th {
  background: var(--primary-color);
  color: #fff;
}

/* Mobile Responsive Timeline */
@media (max-width: 768px) {
  .main-banner .banner-text {
    padding: 60px 0;
    min-height: 380px;
  }
  .main-banner {
    padding: 0;
    min-height: auto;
  }
  .main-banner .banner-text h1 {
    font-size: 23px;
  }
  .main-banner .banner-text .com-para1 {
    font-size: 17px;
  }
  .organization-chart img {
    width: 100%;
  }
  .main-banner .banner-text .com-para2 {
    font-size: 14px;
  }
  .title {
    font-size: 23px;
  }
  .category-block .icon img {
    width: 30px;
  }
  .category-block .icon {
    height: 60px;
    width: 60px;
  }
  .category-block .content {
    padding-left: 80px;
    min-height: 55px;
  }
  .category-block .inner-box {
    margin-bottom: 15px;
    padding: 10px;
  }
  .work-space {
    font-size: 13px;
  }
  .services-tab .nav-tabs .nav-link {
    font-size: 13px;
  }
  .services-tab .nav-tabs {
    max-width: 315px;
  }
  .safety-guidelines img {
    margin-bottom: 15px;
  }
  .title h2 {
    font-size: 17px;
  }
  .step {
    padding: 15px;
  }
  .recruitment-process-card {
    padding: 20px;
  }
  .entity-name {
    font-size: 15px;
  }
  .form-card {
    padding: 20px;
  }
  .enquiry-btn {
    padding: 10px 15px;
    font-size: 13px;
  }
  .reset-btn {
    font-size: 13px;
    padding: 10px 15px;
  }
  .address-card {
    padding: 20px;
  }
  .my-navbar .nav-item {
    margin-right: 0;
    border-bottom: 1px solid #d4d4d4;
  }
}

:root {
  --primary-color: #012465;
}
