:root {
--color-primary: #E59327;
--color-secondary: #67BC45;
--color-default: #2b2a29;
--cz-primary-rgb: #FE696A;
}
 body{
  margin: 0;
  padding: 0;
  overflow-x: hidden;
}
.list-scroll{
  overflow-y: scroll;
  overflow-x: hidden;
  transition: var(--color-primary);
  height: 130px;
}
#spinner {opacity: 0;visibility: hidden;transition: opacity .5s ease-out, visibility 0s linear .5s;z-index: 99999;}
#spinner.show {transition: opacity .5s ease-out, visibility 0s linear 0s;visibility: visible;opacity: 1;}
.bg-primary {background-color: var(--color-primary) !important;}
.text-primary{color: var(--color-primary) !important;}
.bg-success {
    background-color: var(--color-secondary) !important;
}
.text-success{color:var(--color-secondary) !important; }
.bg-light{background: #fffff;}
.bg-inquiry-gradiant{background: linear-gradient(135deg, #67bc45, #feb47b);}
.btn-success {
    color: #fff;
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
}
.btn-check:checked+.btn-success, .btn-check:active+.btn-success, .btn-success:active, .btn-success.active, .show>.btn-success.dropdown-toggle {
    color: #fff !important;
    background-color: var(--color-secondary) !important;
    border-color: var(--color-secondary) !important;
}
.bg-secondary{background-color: var(--color-primary) !important;}
.btn-primary {color: #fff;background-color: var(--color-primary);border-color: var(--color-primary); }
.btn-primary:hover {color: #fff;background-color: var(--color-primary);border-color:  var(--color-primary);}
.bg-footer{background: #182821;}
.back-to-top {position: fixed;right: 30px;bottom: 30px;display: flex;width: 45px;height: 45px;align-items: center;justify-content: center;
transition: 0.5s;z-index: 14;}
.sticky-top { position: fixed;background: var(--bs-white);width: 100%;z-index: 10 !important;}
.hero{
  background: linear-gradient(140.03deg, #E59327 18.18%, rgb(78 76 77 / 80%) 98.97%);
}
.text-bottom-border{height: 3px; width:60px;background: var(--color-primary);}
.ui-menu .ui-menu-item{
padding-bottom: 20px !important;
}
.ui-menu .ui-menu-item-wrapper{
position: ABSOLUTE !important;
WIDTH: 100% !important;
padding: 8px 1em 8px .4em !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    border: 1px solid var(--color-secondary)  !important;
    background:var(--color-secondary)  !important;
    color: white !important;
}

.ui-state-active{
  background-color: var(--color-primary) !important;
  border: 1px solid var(--color-primary) !important;
}
.search-type-sm {
  max-width: 190px;   /* adjust: 150 / 160 / 180 */
  flex: 0 0 190px;
}
.navbar-light .navbar-nav .show>.nav-link, .navbar-light .navbar-nav .nav-link.active {
    color: rgba(0, 0, 0, .9);
    font-weight: 600;
}

.dropdown-item.active, .dropdown-item:active{
    background: var(--color-primary);
}

.service-item {
    transition: all 0.4s ease;
}

.service-item:hover {
    transform: translateY(-10px);
    box-shadow: 0 15px 25px rgba(0,0,0,0.15);
}

.service-item .service-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(45deg, #E59327, #69BD48);
    border-radius: 50%;
    font-size: 30px;
    transition: transform 0.3s ease;
}

.service-item:hover .service-icon {
    transform: scale(1.2) rotate(10deg);
}

.service-item p {
    font-size: 0.95rem;
}

.btn-primary {
    transition: all 0.3s ease;
}

.btn-primary:hover {
    background: #4caf50;
    border-color: #4caf50;
}
.gem-card {
    transition: all 0.3s ease;
    cursor: default;
    border-left: 5px solid #FFC107; /* accent line for uniqueness */
}

.gem-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 12px 25px rgba(0,0,0,0.2);
}

.gem-icon {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    transition: transform 0.3s ease;
}

.gem-card:hover .gem-icon {
    transform: scale(1.2) rotate(10deg);
}

.bg-dark .section-title h1,
.bg-dark .section-title h5 {
    color: #FFD700; /* golden highlight */
}
.gem-adv-card {
    background: linear-gradient(135deg, #f0f8ff, #e6f2ff);
    transition: all 0.3s ease;
    cursor: pointer;
}

.gem-adv-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 15px 30px rgba(0,0,0,0.2);
}
.gem-icon {
    font-size: 3em;
    color:#ffffff;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    background: var(--color-primary);
    border-radius: 50%;
    transition: all 0.3s ease;
}
.gem-adv-card:hover .gem-icon {
    transform: scale(1.2) rotate(10deg);
    background: var(--color-primary);
    color: #fff;
}
.gem-adv-card h4 {
    font-size: 1.1rem;
    margin-bottom: 0.5rem;
}
.gem-adv-card p {
    font-size: 0.9rem;
    color: #333;
}
.tednder-bidding-step {
  background: #fff;
  border-radius: 14px;
  padding: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.06);
  transition: 0.3s ease;
  height: 100%;
}
.tednder-bidding-step:hover {
  transform: translateY(-6px);
}
.step-icon {
  width: 52px;
  height: 52px;
  border-radius: 50%;
  background: var(--color-primary);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 22px;
  margin-bottom: 15px;
}
.serve-box {
  background: #f8fbff;
  border-left: 4px solid #0d6efd;
  padding: 15px;
  border-radius: 8px;
  margin-top: 12px;
}
@media (max-width: 767px) {
  .hero-search .input-group > * {
    width: 100%;
  }

  .hero-search select,.hero-search input,.hero-search button {
    border-radius: 0 !important;
  }

  .hero-search button {
    border-top: 1px solid #eee;
  }
  .input-group-lg>.form-control, .input-group-lg>.form-select, .input-group-lg>.input-group-text, .input-group-lg>.btn {
      padding: .5rem 1rem;
      font-size: 1.25rem;
      border-radius: 10px !important;
      margin-bottom: 5px;
  }

  .search-type-sm {
    max-width: 100%;
    flex: 0 0 100%;
  }
}