.section-hero.overlay:before,
.section-hero.overlay-2:before {
    background: none !important;
}
.bg-image.overlay-primary:before {
  background: #F05B65;
  }

.owl-carousel .owl-item img {
  display: block;
  /*width:0px;*/
  width:auto;
}
.item
{
  margin-bottom: 0px !important;
}
.img-fluid
{
  max-width: 100%;
}
/*.btn.btn-primary{

}*/
.btn-primary {
    /*color: #212529;*/
    background-color: #FBDDDF;
    border-color: #FBDDDF;
}
.btn.btn-primary:hover {
    background: #F5959C;
    border-color: #F5959C;
}
 /*scrlllbar*/
.scroll-wrapper {
    display: flex;
    align-items: center;
    gap: 12px;
    overflow: hidden;
  }

  .scroll-area {
    flex-grow: 1;
    display: flex;
    overflow-x: auto;
    gap: 16px;
    scroll-behavior: smooth;
    scrollbar-width: none;
    -ms-overflow-style: none;
    padding: 10px 0;
  }

  .scroll-area::-webkit-scrollbar {
    display: none;
  }

  .card {
    flex: 0 0 auto;
    width: 160px;
    height: 50px;
    border-radius: 12px;
    background: #ffffff;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .card1 {
    flex: 0 0 auto;
    width: 160px;
    height: auto;
    border-radius: 12px;
    background: #ffffff;
    color: #333;
    font-size: 16px;
    font-weight: bold;
    display: flex
;
    justify-content: center;
    /* align-items: center; */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s, box-shadow 0.3s;
}

  .card:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: #FBDDDF!important;
  }

  .card1:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: #FBDDDF!important;
  }

  .arrow {
    width: 36px;
    height: 36px;
    border: none;
    background: #333;
    color: #fff;
    font-size: 20px;
    border-radius: 50%;
    cursor: pointer;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.3);
    transition: background 0.3s;
    flex-shrink: 0;
  }

  .arrow:hover {
    background: #555;
  }

  @media (max-width: 576px) {
    .card {
      width: 120px;
      font-size: 14px;
    }

    .arrow {
      width: 28px;
      height: 28px;
      font-size: 16px;
    }
    .card1 {
      width: 120px;
      font-size: 14px;
    }
  }
  .bg-image.overlay-primary:before {
    background: #fff;
}
.owl-nav {
  display: none !important;
}
.block__62849 .block__16443:hover {
    background: #FBDDDF;
}
/*============================== popup =======================================*/
  .popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 9999;
}

.popup-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: white;
  padding: 50px; /* Increased padding */
  border-radius: 10px;
  text-align: center;
  width: 500px;  /* Increased width */
  max-width: 90%; /* Responsive limit */
}

.close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 24px;
  cursor: pointer;
}
.popup-buttons {
  margin-top: 20px;
}

.popup-buttons button {
  padding: 10px 20px;
  margin: 0 10px;
  border: none;
  border-radius: 5px;
  background-color: #3498db;
  color: white;
  cursor: pointer;
  transition: background 0.3s ease;
}

.popup-buttons button:hover {
  background-color: #2980b9;
}

/*===========================Crop image for recruiter ===================================*/


.preview-container {
      margin-top: 20px;
      position: relative;
      display: inline-block;
    }

    .circular-image {
      width: 100px;
      height: 100px;
      border-radius: 50%;
      object-fit: cover;
      border: 2px solid #4CAF50;
    }

    .icon-btn {
      background: none;
      border: none;
      cursor: pointer;
      font-size: 20px;
      margin: 10px 6px;
      display: none;
    }

    .icon-btn.upload-label {
      font-size: 24px;
      display: inline-block;
    }

    #imageInput {
      display: none;
    }
/*================================ recruiter registraion 25-06-2025===========================*/

  .btn.btn-primary.btn-md:disabled {
    cursor: not-allowed !important;
    opacity: 0.6 !important;
    background-color: #F5959C !important;
    border-color: #F5959C !important;
  }
  .is-invalid {
    border-color: red !important;
    background-color: #fff5f5 !important;
  }
  .select2-container--default .select2-selection--single {
    height: 38px !important;
    padding: 6px 12pxc !important;
    border: 1px solid #ced4da !important;
    border-radius: 4px !important;
    font-size: 16px !important;
  }
  .select2-selection__rendered {
    line-height: 35px !important;
  }
  .select2-selection__arrow {
    height: 40px !important;
  }
  .modal {
  display: none !important; /* ← this breaks modals */
} 

/*=========================Recruiter posting========================================*/

/*.select2-container--default .select2-selection--single {
  height: 38px;
  padding: 6px 12px;
  border: 1px solid #ced4da;
  border-radius: 4px;
}*/
#jobRoleInputWrapper input {
  font-size: 14px;
  padding: 4px 8px;
}

.custom-checkbox {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
  }

  .custom-checkbox input[type="checkbox"] {
    opacity: 0;
    width: 0;
    height: 0;
  }

  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #f0f0f0;
    border: 1px solid #999;
    border-radius: 4px;
    transition: background-color 0.3s ease, border 0.3s ease;
  }

  .custom-checkbox input:checked ~ .checkmark {
    background-color: #0d6efd;
    border-color: #0d6efd;
  }

  .checkmark:after {
    content: "";
    position: absolute;
    display: none;
  }

  .custom-checkbox input:checked ~ .checkmark:after {
    display: block;
  }

  .custom-checkbox .checkmark:after {
    left: 6px;
    top: 2px;
    width: 5px;
    height: 10px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

  .breadcrumb {
  background: #ffffff !important;
  font-size: 0.9rem;
}
.breadcrumb a {
  text-decoration: none;
}



.logo-square {
  width: 60px;
  height: 60px;
  background-color: white;
  color: #F5959C;
  font-weight: bold;
  font-size: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 4px; /* set to 0 for sharp edges */
  box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
}
/*================================= Common css =======================================*/
 .bg-orange {
      background-color: orange !important;
      color: #fff !important;
    }
  

.custom-carousel .item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3px;
}

.custom-carousel .item img {
  max-height: 70px;   /* medium size logos */
  width: auto;
  object-fit: contain;
}
.job-card {
  transition: transform 0.3s ease;
}
.job-card:hover {
  transform: translateY(-5px);
}
.scroll-wrapper {
  display: flex;
  align-items: center;
}
.scroll-area {
  display: flex;
  overflow-x: auto;
  gap: 1rem;
  scroll-behavior: smooth;
}
.scroll-area .card {
  flex: 0 0 auto;
  padding: 10px 20px;
  background: #fff;
  border-radius: 20px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
.arrow {
  background: #FBDDDF;
  border: none;
  color: #fff;
  font-size: 24px;       /* make arrow bigger */
  font-weight: bold;     /* thicker arrow */
  padding: 8px 14px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 6px rgba(0,0,0,0.2);
  transition: background 0.3s ease;
}

.arrow:hover {
  background: #F5959C;   /* darker on hover */
}

.job-card {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  text-align: center;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.job-card:hover {
  transform: translateY(-6px);
  box-shadow: 0 6px 16px rgba(0, 0, 0, 0.2);
}

.job-card img {
  max-height: 50px;
  object-fit: contain;
  margin: 0 auto;
}

.job-card h4 {
  font-size: 1rem;
  margin: 0.5rem 0;
}

.job-card p {
  font-size: 0.9rem;
  margin-bottom: 1rem;
}

/* Fix button sizing on mobile */
.job-card button {
  width: auto;
  min-width: 100px;
}
/*--------------------------------------------------------*/
.location-dropdown .bootstrap-select {
  width: 100% !important;
  border-radius: 30px !important;
  font-size: 15px;
}

/* Style for the button (visible part of select) */
.location-dropdown .bootstrap-select > .dropdown-toggle {
  border-radius: 30px !important;
  padding: 10px 15px;
  font-size: 15px;
  background-color: #fff !important;
  border: 1px solid #ddd !important;
  color: #444 !important;
  box-shadow: none !important;
}

/* Dropdown menu */
.location-dropdown .bootstrap-select .dropdown-menu {
  z-index: 9999 !important;
  max-height: 250px;
  overflow-y: auto;
  border-radius: 12px;
  box-shadow: 0px 4px 10px rgba(0,0,0,0.15);
}

/* Option hover effect */
.location-dropdown .bootstrap-select .dropdown-menu li a:hover {
  background-color: #f8f9fa;
  color: #007bff;
}

/* 📱 Mobile responsive */
@media (max-width: 576px) {
  .location-dropdown .bootstrap-select {
    font-size: 14px;
  }
  .location-dropdown .bootstrap-select > .dropdown-toggle {
    padding: 8px 12px;
  }
  .location-dropdown .bootstrap-select .dropdown-menu {
    max-height: 200px;
  }
}

/*========================== search bar ===================================*/

 .home-section .search-jobs-form .form-control, .home-section .search-jobs-form .btn-lg {
        border-radius: 30px !important;
      }
      .filter-option-inner-inner
      {
        margin-top:4;
      }
  
.zoom-input {
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
  border-radius: 30px;
}

.zoom-input:focus,
.zoom-input:hover {
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
  border-color: #007bff;
  background-color: #FBDDDF !important;
}


.bootstrap-select .dropdown-toggle.zoom-select {
  border-radius: 30px;
  transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease;
}

.bootstrap-select .dropdown-toggle.zoom-select:focus,
.bootstrap-select .dropdown-toggle.zoom-select:hover {
  background-color: #FBDDDF !important;
  transform: scale(1.05);
  box-shadow: 0 0 10px rgba(0, 123, 255, 0.5);
  border-color: #FBDDDF !important;
}

/*=============================  13-02-2026========================*/
 @media (max-width: 576px) {
          .search-jobs-form .form-control,
          .search-jobs-form .selectpicker,
          .search-jobs-form button {
            font-size: 14px;
            padding: 10px 14px;
          }
        }
        .site-mobile-menu {
          z-index: 9999;
        }

        .site-mobile-menu a {
          position: relative;
          z-index: 10000;
        }
        .no-underline {
          text-decoration: none!important;
        }


          



