body {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Jost", sans-serif !important;
  
}

#mainNav{
  position: sticky !important;
  background: white;
  z-index: 3;
  top: 0;
   box-shadow: 2px 2px 20px rgba(0, 0, 0, 0.2) !important;
}
#categoryDropDownMenu.dropdown-menu.show li {
    border-bottom: 1px solid #eaeaea;
    margin-bottom: 15px;
    padding-bottom: 10px;
 }
 #categoryDropDownMenu.dropdown-menu {
    border-radius: 8px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}
#categoryDropDownMenu.dropdown-menu .dropdown-item {
    padding: 6px 10px;
    font-size: 14px;
}
#categoryDropDownMenu.dropdown-menu .col-md-4 {
    padding: 0 15px;
}
p {
  text-align: justify;
}

.cta{
  background: url("/assets/images/bg_shape.jpg");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  padding: 150px 0px;
}



.slider {
  background: url("/assets/images/Web_Banner_Seek_new_jobs.webp");
  background-size: cover;
  background-position: top;
  background-repeat: no-repeat;
  height: 70vh;

}

.top-head{
  background: #e5ebf5;
  z-index: 1;
  
}




.search-bar {
  width: 50%;
}


.layout {
  position: relative;

}

.right-sidebar {
  position: sticky;
  top: 80px;
  /* adjust depending on carousel height */
  left: 0px;
  width: 340px;
  /* background-color: white; */
  padding-top: 20px;
  color: white;
  overflow-y: auto;

}
.left-sidebar{
  position: static;
}

.right-sidebar h5 {
  padding: 20px 0px;
  padding-bottom: 5px !important
}

.sidebar-card {
  background-color: #f5f7fc !important;
}

.right-sidebar a {
  color: #0c3559;
  display: block;
  padding: 5px 0px;
  text-decoration: none;
}

.right-sidebar a:hover {
  color: #2569a6 !important;
  display: block;
  
  text-decoration: underline;
}

.footer a {
  color: #F5F5F7;
  text-decoration: none;
}

.footer a:hover {
  color: #2569a6 !important;
}

.footer li {
  color: #F5F5F7;
  list-style-type: none;
  padding-bottom: 5px;

}

.footer ul {
  padding-left: 0px;
}

.search-input {
  width: 70%;
}

.search-form {
  flex-direction: row !important;
  flex-wrap: nowrap;
}

.slider-container {
  padding: 0 15px;
  margin-top: 20px;
}

.slider-values {
  text-align: left;
  font-weight: bold;
}

#salarySlider {
  margin: 15px 0;
}

.noUi-connect {
  background: #2569a6 !important;
}

.swiper-pagination {
  top: 290px !important;
}


 .cursor-pointer {
    cursor: pointer;
  }

.card-inner{
  box-shadow: 0px 20px 18px -6px rgba(0, 0, 0, 0.3) !important;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
    padding:20px !important;
}
.card-inners{
  box-shadow: 0px 20px 18px -6px rgba(0, 0, 0, 0.3) !important;
    border-radius: 15px 15px 15px 15px;
    overflow: hidden;
   
    
}
.blogs2{
  width:90%;
  height: 550px;
}
.blogs2 img{
  height: 400px;
  width: 100%;
  object-fit: cover;
}
.swiper-horizontal {
    padding-left: 10px;
    padding-right: 10px;
}
.featured-image{
  height: 500px;
  width: 100%;
  object-fit: cover;
}
.job-card{
  border: #ecedf2 2px solid;
  transition: all 0.5s ease-in-out;
  
}
.job-card:hover{
     box-shadow: 0 6px 20px 0 rgba(64, 79, 104, 0.05);
     transition: all 0.5s ease-in-out;
}

.job-card .image{
  overflow: hidden !important;
  transition: all 0.5s ease-in-out;
}
.image img{
  transition: all 0.5s ease-in-out;
}

.job-card:hover .image img{
  transform: scale(1.1);
  transition: all 0.5s ease-in-out;
}
.category-card:hover i{
  color: #2569a6;
  transition: all 0.2s ease-in-out;
}
.category-card:hover p{
  color: #2569a6;
  transition: all 0.2s ease-in-out;
}

.icon{
  background: #ecedf2;
  
  
}

.job-card:hover .bookmark{
  
  background-color:rgba(64, 79, 104, 0.05);
  border-radius: 30px;
  
}
.bookmark{
  padding: 10px;
}
.job-meta small{
  color: #727272;
}
.job-meta i{
  color: #727272;
}
.job-meta a{
  color: #727272;
  text-decoration: none;
}

.job-type a{
  background-color: #dde8f8;
  
  font-size: 12px;
  padding: 5px 30px;
  text-decoration: none;
  border-radius: 30px;

}
.remote-job a{
  background-color: #fef2d9;
  color: #f9ab00;
  font-size: 12px;
  padding: 5px 30px;
  text-decoration: none;
  border-radius: 30px;

}

.swiper-button-prev:after {
    font-size: 15px !important;
    padding: 6px;
  background-color: #2569a6;
  color: #dde8f8;
  border-radius: 50%; 
  width: 50px;          
  height: 30px;         
  display: inline-flex; 
  align-items: center;  
  justify-content: center;
  line-height: 1;  

}
.swiper-button-next:after {
    font-size: 15px !important;
    padding: 6px;
  background-color: #2569a6;
  color: #dde8f8;
  border-radius: 50%; 
  width: 50px;          
  height: 30px;         
  display: inline-flex; 
  align-items: center;  
  justify-content: center; 
  line-height: 1;  
}

.advanced-search.collapse {
  display: block; /* Override Bootstrap's display:none */
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-in-out;
}

.advanced-search.collapsing {
  transition: max-height 0.3s ease-in-out !important;
}

.advanced-search.collapse.show {
  max-height: 500px; /* Adjust based on your content height */
}



/* gallery on about page */

 .gallery-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
  }

  .gallery-item {
    overflow: hidden;
    border-radius: 10px;
  }

.gallery-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: 40px;
  gap: 15px;
}


.tall       { grid-row: span 8; } /* 75px × 4 = 300px */
.less-tall  { grid-row: span 5; } /* 75px × 3 = 225px */
.short-tall { grid-row: span 3; } /* 75px × 1 = 75px */
.wide       { grid-column: span 2; }
  /* galley on about page end */

.blog-meta small{
  color: #727272;
}
.excerpt small{
  color: #727272;
} 
.footer a:hover{
  color: #F5F5F7 !important;
  text-decoration: underline;
  transition: all 0.2s ease-in-out;
}

.social-icon {
    background: #2569A6;
    color: white !important;
    width: 40px;
    height: 40px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    font-size: 9px;
    border-radius: 50%;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-icon:hover {
    background: #0c3559 !important;
    color: white; !important;
    text-decoration: none !important;
}
a.social-icon:hover {
    color: white !important;
}

.commentSingle {
    padding: 20px;
    box-shadow: 4px 4px 8px #dadada;
    border-radius: 1rem;
    margin-bottom: 20px !important;
}
.viewDetailsBtn {
  text-align: right;
}
.job-card {
    position: relative;
    overflow: hidden; /* Hide overflow */
}

.ribbon {
    position: absolute;
    top: 15px;
    left: -50px; /* Move to left */
    background: #2569a6;
    color: #fff;
    padding: 5px 50px;
    transform: rotate(-45deg); /* Negative for left diagonal */
    font-size: 12px;
    font-weight: bold;
    box-shadow: 0 3px 6px rgba(0,0,0,0.2);
    text-transform: uppercase;
    z-index: 2;
}

.empty-state {
    background-color: #fff;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}
.empty-state i {
    color: #4a6cf7; /* Custom primary color */
}
.empty-state h4 {
    font-size: 1.5rem;
}
.empty-state p {
    font-size: 0.95rem;
    line-height: 1.6;
}
.howDoesItWorksCol {
  padding: 50px 40px;
}
.howDoesItWorksCol:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(64, 79, 104, 0.1);
  box-shadow: 0 0 30px 0 rgba(64, 79, 104, 0.1);
  -webkit-transition: all 0.3s ease-in-out 0s;
  -o-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.hover-effect {
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.hover-effect:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 20px rgba(0,0,0,0.1);
}
.icon-box {
    display: inline-block;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 50%;
}
.innerHeaderImage {
  /*background: linear-gradient(#e3daf670, #ffffff), url(http://test.seeknewjobs.com/assets/images/pattern.avif);
  background-size: contain;
  background-position: top;
  background-repeat: repeat;*/
}
.cnt-form {
  margin-bottom: -305px;
}
@media (min-width: 992px) {
  .hide-on-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  #categoryDropDownMenu.dropdown-menu {
    min-width: 100% !important;
  }
  .filter-bar:hover {
    background-color: #e9ecef;
  }
  .cta {
    padding: 50px 25px;
    text-align: center;
  }
  .cta p {
    text-align: center;
  }
  .tall {
    grid-row: span 4;
  }
  .short-tall {
    grid-row: span 2;
  }
  .less-tall {
    grid-row: span 2;
  }
  .right-sidebar {
    display: none;
  }
  .cnt-form {
    margin-bottom: 0;
  }
  .viewDetailsBtn {
    margin-top: 30px;
    text-align: center;
  }
  .viewDetailsBtn a {
    width: 100%;
  }
  .hide-on-mobile {
    display: none;
  }

  .search-bar {
    width: 90%;
  }

  .mobile-reverse {
    flex-direction: column-reverse;
  }

}