/* carosel system */
/* =========================
   HERO CAROUSEL
========================= */

#heroCarousel,
#heroCarousel .carousel-inner,
#heroCarousel .carousel-item {
  height: 100vh;
}

#heroCarousel .carousel-item {
  position: relative;
}

#heroCarousel .carousel-item img {
  width: 100%;
  height: 100vh;
  object-fit: cover;
}


/* =========================
   DARK OVERLAY
========================= */

.hero-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.40);
}


/* =========================
   HERO CONTENT
========================= */

.hero-content {
  position: absolute;
  left: 8%;
  bottom: 15%;
  color: #fff;
  z-index: 2;
  max-width: 600px;
}

.hero-content h1 {
  font-size: 55px;
  font-weight: 700;
  margin-bottom: 15px;
}

.hero-content .location {
  font-size: 20px;
  margin-bottom: 10px;
}

.hero-content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 25px;
}

.hero-content .btn {
  padding: 12px 28px;
  font-size: 16px;
  font-weight: 600;
}


/* =========================
   MOBILE
========================= */

@media (max-width: 768px) {

  .hero-content {
    left: 6%;
    right: 6%;
    bottom: 12%;
  }

  .hero-content h1 {
    font-size: 36px;
  }

  .hero-content .location {
    font-size: 16px;
  }

  .hero-content h2 {
    font-size: 25px;
  }
}

/* carosel system */

/* =========================================================
   Hero
   ========================================================= */

.jl-hero {
  padding: 80px 20px 65px;
  background: #111827;
  color: #ffffff;
}

.jl-hero-container {
  max-width: 1100px;
  margin: 0 auto;
}

.jl-hero-content {
  max-width: 1000px;
  margin: 0 auto;
}


/* =========================================================
   Hero Heading
   ========================================================= */

.jl-hero h1 {
  margin: 0;

  color: #ffffff;

  font-size: 30px;
  font-weight: 800;
  line-height: 1.15;
  letter-spacing: -1px;
}

.jl-hero-subtitle {
  max-width: 620px;

  /* margin: 16px 0 32px; */

  color: #cbd5e1;

  font-size: 16px;
  line-height: 1.6;
}


/* =========================================================
   Search
   ========================================================= */

.jl-search {
  margin-top: 20px;
  display: flex;
  align-items: center;

  width: 100%;
  max-width: 900px;

  padding: 7px;

  background: #ffffff;

  border: 1px solid #e5e7eb;
  border-radius: 8px;

  box-shadow: 0 12px 35px rgba(0, 0, 0, 0.22);
}


/* Search Fields */

.jl-search-field {
  display: flex;
  align-items: center;

  flex: 1;
  min-width: 0;
}

.jl-search-field i {
  margin-left: 15px;

  color: #64748b;

  font-size: 18px;
}

.jl-search-field input,
.jl-search-field select {
  width: 100%;
  height: 52px;

  padding: 0 14px;

  border: 0;
  outline: none;

  background: transparent;

  color: #1e293b;

  font-family: inherit;
  font-size: 15px;
}

.jl-search-field input::placeholder {
  color: #94a3b8;
}


/* Location */

.jl-location-field {
  max-width: 270px;

  border-left: 1px solid #e2e8f0;
}


/* Search Button */

.jl-search-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;

  height: 52px;

  padding: 0 27px;

  border: 0;
  border-radius: 6px;

  background: #2563eb;
  color: #ffffff;

  font-family: inherit;
  font-size: 14px;
  font-weight: 600;

  cursor: pointer;

  transition:
    background 0.2s ease,
    transform 0.2s ease;
}

.jl-search-btn:hover {
  background: #1d4ed8;
}

.jl-search-btn:active {
  transform: translateY(1px);
}


/* =========================================================
   Compact Statistics
   ========================================================= */

.jl-stats {
  display: flex;
  align-items: center;

  width: fit-content;

  margin-top: 30px;

  padding: 16px 22px;

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
}

.jl-stat {
  display: flex;
  align-items: center;

  padding: 0 22px;

  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.jl-stat:first-child {
  padding-left: 0;
}

.jl-stat:last-child {
  padding-right: 0;
  border-right: 0;
}


/* Icon */

.jl-stat-icon {
  display: flex;
  align-items: center;
  justify-content: center;

  width: 34px;
  height: 34px;

  margin-right: 10px;

  border-radius: 6px;

  background: rgba(255, 255, 255, 0.10);

  color: #60a5fa;

  font-size: 15px;
}


/* Number + Label */

.jl-stat-info {
  display: flex;
  flex-direction: column;
}

.jl-stat-info strong {
  color: #ffffff;

  font-size: 18px;
  font-weight: 700;

  line-height: 1.2;
}

.jl-stat-info span {
  margin-top: 3px;

  color: #94a3b8;

  font-size: 16px;

  line-height: 1.2;
}




/* =========================================================
   Browse Jobs by Location - Inside Hero
   ========================================================= */

.jl-hero-locations {
  margin-top: 22px;

  padding-top: 18px;

  border-top: 1px solid rgba(255, 255, 255, 0.15);
}


/* Heading */

.jl-hero-location-heading {
  display: flex;

  align-items: center;

  justify-content: space-between;

  margin-bottom: 12px;
}


.jl-hero-location-heading h2 {
  margin: 0;

  color: #ffffff;

  font-size: 16px;

  font-weight: 600;
}


.jl-hero-location-heading a {
  display: inline-flex;

  align-items: center;

  gap: 6px;

  color: rgba(255, 255, 255, 0.75);

  font-size: 12px;

  font-weight: 500;

  text-decoration: none;
}


.jl-hero-location-heading a:hover {
  color: #ffffff;
}


/* =========================================================
   Location List
   ========================================================= */

.jl-hero-location-list {
  display: flex;

  align-items: center;

  gap: 8px;

  overflow-x: auto;

  padding-bottom: 3px;

  scrollbar-width: none;
}


.jl-hero-location-list::-webkit-scrollbar {
  display: none;
}


/* =========================================================
   Location Item
   ========================================================= */

.jl-hero-location {
  flex: 0 0 auto;

  display: inline-flex;

  align-items: center;

  gap: 6px;

  padding: 7px 11px;

  color: rgba(255, 255, 255, 0.88);

  background: rgba(255, 255, 255, 0.08);

  border: 1px solid rgba(255, 255, 255, 0.10);

  border-radius: 5px;

  font-size: 12px;

  text-decoration: none;

  transition:
    background 0.18s ease,
    color 0.18s ease;
}


.jl-hero-location:hover {
  color: #ffffff;

  background: rgba(255, 255, 255, 0.15);
}


.jl-location-name {
  white-space: nowrap;
}


.jl-location-count {
  color: rgba(255, 255, 255, 0.55);

  font-size: 11px;
}



/* =========================================================
   JobsLint - Popular Job Categories
   Compact Premium Style
   ========================================================= */

.jl-categories {
  padding: 28px 20px 32px;

  background: #ffffff;

  border-bottom: 1px solid #eef1f5;
}


/* =========================================================
   Container
   ========================================================= */

.jl-categories .container {
  max-width: 1180px;
}


/* =========================================================
   Heading
   ========================================================= */

.jl-category-heading {
  display: flex;

  align-items: center;

  justify-content: space-between;

  gap: 20px;

  margin-bottom: 16px;
}


.jl-category-heading h2 {
  margin: 0;

  color: #172033;

  font-size: 17px;

  font-weight: 700;

  line-height: 1.3;

  letter-spacing: -0.2px;
}


.jl-category-heading a {
  display: inline-flex;

  align-items: center;

  gap: 5px;

  flex-shrink: 0;

  color: #123b73;

  font-size: 12px;

  font-weight: 600;

  text-decoration: none;

  white-space: nowrap;

  transition: color 0.18s ease;
}


.jl-category-heading a i {
  font-size: 11px;

  transition: transform 0.18s ease;
}


.jl-category-heading a:hover {
  color: #0d2d58;
}


.jl-category-heading a:hover i {
  transform: translateX(3px);
}


/* =========================================================
   Category List
   ========================================================= */

.jl-category-list {
  display: flex;

  align-items: center;

  flex-wrap: wrap;

  column-gap: 0;

  row-gap: 8px;
}


/* =========================================================
   Category Link
   ========================================================= */

.jl-category-link {
  position: relative;

  display: inline-flex;

  align-items: center;

  padding: 0 14px;

  color: #374151;

  font-size: 13px;

  font-weight: 500;

  line-height: 1.5;

  text-decoration: none;

  white-space: nowrap;

  transition:
    color 0.18s ease;
}


/* =========================================================
   Separator
   ========================================================= */

.jl-category-link:not(:last-child)::after {
  content: "";

  position: absolute;

  right: 0;

  top: 50%;

  width: 3px;

  height: 3px;

  background: #cbd5e1;

  border-radius: 50%;

  transform: translateY(-50%);
}


/* =========================================================
   First Category
   ========================================================= */

.jl-category-link:first-child {
  padding-left: 0;
}


/* =========================================================
   Category Name
   ========================================================= */

.jl-category-name {
  color: inherit;

  transition: color 0.18s ease;
}


/* =========================================================
   Job Count
   ========================================================= */

.jl-category-count {
  margin-left: 4px;

  color: #94a3b8;

  font-size: 12px;

  font-weight: 400;

  transition: color 0.18s ease;
}


/* =========================================================
   Hover
   ========================================================= */

.jl-category-link:hover {
  color: #123b73;
}


.jl-category-link:hover .jl-category-count {
  color: #64748b;
}


/* =========================================================
   Focus - Accessibility
   ========================================================= */

.jl-category-link:focus-visible,
.jl-category-heading a:focus-visible {
  outline: 2px solid #123b73;

  outline-offset: 3px;

  border-radius: 3px;
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 991px) {

  .jl-categories {
    padding: 24px 18px 28px;
  }


  .jl-category-heading {
    margin-bottom: 14px;
  }


  .jl-category-heading h2 {
    font-size: 16px;
  }


  .jl-category-link {
    padding-left: 11px;

    padding-right: 11px;

    font-size: 13px;
  }


  .jl-category-link:first-child {
    padding-left: 0;
  }
}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 575px) {

  .jl-categories {
    padding: 22px 15px 25px;
  }


  /* -----------------------------------------
       Heading
       ----------------------------------------- */

  .jl-category-heading {
    align-items: flex-start;

    margin-bottom: 13px;
  }


  .jl-category-heading h2 {
    max-width: 75%;

    font-size: 15px;

    line-height: 1.4;
  }


  .jl-category-heading a {
    font-size: 11px;
  }


  /* -----------------------------------------
       Category List
       ----------------------------------------- */

  .jl-category-list {
    row-gap: 7px;
  }


  /* -----------------------------------------
       Category
       ----------------------------------------- */

  .jl-category-link {
    padding-left: 8px;

    padding-right: 8px;

    font-size: 12px;
  }


  .jl-category-link:first-child {
    padding-left: 0;
  }


  .jl-category-count {
    margin-left: 3px;

    font-size: 11px;
  }
}


/* =========================================================
   Very Small Mobile
   ========================================================= */

@media (max-width: 380px) {

  .jl-category-heading h2 {
    font-size: 14px;
  }


  .jl-category-heading a {
    font-size: 10px;
  }


  .jl-category-link {
    padding-left: 6px;

    padding-right: 6px;

    font-size: 11.5px;
  }


  .jl-category-count {
    font-size: 10.5px;
  }
}













/* =========================================================
   Location Section
   ========================================================= */

.jl-locations {
  padding: 65px 20px;

  background: #ffffff;
}

.jl-locations .container,
.jl-latest-jobs .container {
  max-width: 1100px;
  margin: 0 auto;
}


/* =========================================================
   Section Heading
   ========================================================= */

.jl-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;

  margin-bottom: 25px;
}

.jl-section-heading h2 {
  margin: 0 0 5px;

  color: #0f172a;

  font-size: 24px;
  font-weight: 700;
}

.jl-section-heading p {
  margin: 0;

  color: #64748b;

  font-size: 14px;
}

.jl-section-heading>a {
  display: flex;
  align-items: center;
  gap: 7px;

  color: #123b73;

  font-size: 14px;
  font-weight: 600;

  text-decoration: none;

  transition: color 0.2s ease;
}

.jl-section-heading>a:hover {
  color: #2563eb;
}


/* =========================================================
   Location Cards
   ========================================================= */

.jl-location-list {
  display: grid;

  grid-template-columns: repeat(4, 1fr);

  gap: 14px;
}

.jl-location-card {
  display: flex;
  align-items: center;
  justify-content: space-between;

  padding: 17px 18px;

  background: #ffffff;

  border: 1px solid #e2e8f0;
  border-radius: 8px;

  color: #334155;

  text-decoration: none;

  transition:
    border-color 0.2s ease,
    box-shadow 0.2s ease,
    transform 0.2s ease;
}

.jl-location-card:hover {
  border-color: #123b73;

  box-shadow: 0 8px 22px rgba(18, 59, 115, 0.09);

  transform: translateY(-2px);
}

.jl-location-info strong {
  display: block;

  color: #1e293b;

  font-size: 15px;
}

.jl-location-info span {
  display: block;

  margin-top: 4px;

  color: #94a3b8;

  font-size: 12px;
}

.jl-location-card>i {
  color: #94a3b8;

  font-size: 13px;

  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.jl-location-card:hover>i {
  color: #123b73;

  transform: translateX(3px);
}


/* =========================================================
   Latest Jobs
   ========================================================= */

.jl-latest-jobs {
  padding: 65px 20px;

  background: #f8fafc;

  border-top: 1px solid #eef2f7;
}


/* =========================================================
   Tablet
   ========================================================= */

@media (max-width: 900px) {

  .jl-hero {
    padding: 65px 20px 55px;
  }

  .jl-hero h1 {
    font-size: 42px;
  }

  .jl-location-list {
    grid-template-columns: repeat(3, 1fr);
  }

  .jl-location-field {
    max-width: 230px;
  }

}


/* =========================================================
   Mobile
   ========================================================= */

@media (max-width: 700px) {

  .jl-hero {
    padding: 50px 15px 45px;
  }

  .jl-hero h1 {
    font-size: 34px;
    letter-spacing: -0.5px;
  }

  .jl-hero-subtitle {
    margin-top: 13px;
    margin-bottom: 25px;

    font-size: 15px;
  }


  /* Search */

  .jl-search {
    display: block;

    padding: 8px;
  }

  .jl-search-field {
    width: 100%;
  }

  .jl-location-field {
    max-width: none;

    border-left: 0;
    border-top: 1px solid #e2e8f0;
  }

  .jl-search-btn {
    width: 100%;

    margin-top: 6px;
  }


  /* Stats */

  .jl-stats {
    grid-template-columns: repeat(2, 1fr);

    max-width: 500px;

    margin-top: 40px;

    row-gap: 25px;
  }

  .jl-stat {
    padding: 0 15px;

    border-right: 1px solid rgba(255, 255, 255, 0.15);
  }

  .jl-stat:nth-child(2) {
    border-right: 0;
  }

  .jl-stat strong {
    font-size: 22px;
  }


  /* Sections */

  .jl-locations,
  .jl-latest-jobs {
    padding: 45px 15px;
  }

  .jl-section-heading {
    align-items: flex-start;
  }

  .jl-section-heading h2 {
    font-size: 20px;
  }

  .jl-section-heading p {
    font-size: 13px;
  }


  /* Locations */

  .jl-location-list {
    grid-template-columns: repeat(2, 1fr);

    gap: 10px;
  }

}


/* =========================================================
   Small Mobile
   ========================================================= */

@media (max-width: 480px) {

  .jl-hero h1 {
    font-size: 30px;
  }

  .jl-hero-subtitle {
    font-size: 14px;
  }

  .jl-location-list {
    grid-template-columns: 1fr;
  }

  .jl-section-heading>a {
    font-size: 13px;
    white-space: nowrap;
  }

  .jl-stat {
    padding: 0 10px;
  }

  .jl-stat strong {
    font-size: 20px;
  }

  .jl-stat span {
    font-size: 12px;
  }

}


/* ==============================
   RECENT PROPERTIES
================================ */

.recent-properties {
  background: #fff;
}


/* Section Header */

.section-subtitle {
  display: block;
  color: #06bf68;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.section-title {
  color: #222;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 8px;
}

.section-description {
  color: #777;
  font-size: 15px;
  margin-bottom: 0;
}


/* View All */

.view-all-btn {
  border: 1px solid #06bf68;
  color: #06bf68;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 500;
}

.view-all-btn:hover {
  background: #06bf68;
  color: #fff;
}


/* ==============================
   PROPERTY CARD
================================ */

.property-card {
  background: #fff;
  border: 1px solid #eee;
  overflow: hidden;
  transition: all 0.3s ease;
}

.property-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.08);
}


/* Property Image */

.property-image {
  position: relative;
  height: 240px;
  overflow: hidden;
}

.property-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.4s ease;
}

.property-card:hover .property-image img {
  transform: scale(1.05);
}


/* Badge */

.property-badge {
  position: absolute;
  top: 15px;
  left: 15px;
  background: #06bf68;
  color: #fff;
  padding: 6px 12px;
  font-size: 12px;
  font-weight: 600;
}


/* Favorite */

.favorite-btn {
  position: absolute;
  top: 15px;
  right: 15px;

  width: 38px;
  height: 38px;

  border: none;
  border-radius: 50%;

  background: rgba(255, 255, 255, 0.95);
  color: #555;

  display: flex;
  align-items: center;
  justify-content: center;

  transition: all 0.3s ease;
}

.favorite-btn:hover {
  background: #06bf68;
  color: #fff;
}


/* ==============================
   PROPERTY CONTENT
================================ */

.property-content {
  padding: 22px;
}

.property-type {
  color: #06bf68;
  font-size: 13px;
  font-weight: 600;
}

.property-title {
  color: #222;
  font-size: 21px;
  font-weight: 600;
  margin: 7px 0 10px;
}

.property-location {
  color: #777;
  font-size: 14px;
  margin-bottom: 18px;
}

.property-location i {
  color: #06bf68;
  margin-right: 6px;
}


/* Details */

.property-details {
  display: flex;
  gap: 18px;
  padding-bottom: 18px;
  border-bottom: 1px solid #eee;
}

.property-details span {
  color: #666;
  font-size: 13px;
}

.property-details i {
  color: #06bf68;
  margin-right: 5px;
}


/* Footer */

.property-footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 18px;
}

.property-price {
  color: #222;
  font-size: 19px;
  font-weight: 700;
  margin: 0;
}

.property-btn {
  color: #06bf68;
  font-size: 13px;
  font-weight: 600;
  text-decoration: none;
}

.property-btn:hover {
  color: #048e4e;
}


/* ==============================
   MOBILE
================================ */

@media (max-width: 767px) {

  .section-title {
    font-size: 28px;
  }

  .property-image {
    height: 220px;
  }

  .property-details {
    gap: 12px;
  }

  .property-footer {
    align-items: flex-start;
    gap: 10px;
  }

  .property-price {
    font-size: 17px;
  }
}


/* ==============================
   POPULAR PROPERTIES
================================ */

.popular-properties {
  background: #eef7f2;
}

.popular-properties .section-subtitle {
  display: block;
  color: #06bf68;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 6px;
}

.popular-properties .section-title {
  color: #222;
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 8px;
}

.popular-properties .section-description {
  color: #777;
  font-size: 15px;
  margin-bottom: 0;
}

.popular-properties .property-badge {
  background: #06bf68;
}






/* ==============================
   WHY CHOOSE US
================================ */

.why-choose-us {
  background: #f1f4f3;
}


/* Section Header */

.why-choose-us .section-subtitle {
  display: block;
  color: #06bf68;
  font-size: 26px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 8px;
}

.why-choose-us .section-title {
  color: #222;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 12px;
}

.why-choose-us .section-description {
  color: #777;
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 0;
}


/* ==============================
   CHOOSE CARD
================================ */

.choose-card {
  height: 100%;
  background: #fff;
  padding: 30px 22px;
  text-align: center;
  border: 1px solid #eee;
  transition: all 0.3s ease;
}

.choose-card:hover {
  transform: translateY(-6px);
  border-color: rgba(6, 191, 104, 0.3);
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.07);
}


/* Icon */

.choose-icon {
  width: 65px;
  height: 65px;
  margin: 0 auto 20px;

  display: flex;
  align-items: center;
  justify-content: center;

  border-radius: 50%;
  background: rgba(6, 191, 104, 0.10);
  color: #06bf68;

  font-size: 25px;

  transition: all 0.3s ease;
}

.choose-card:hover .choose-icon {
  background: #06bf68;
  color: #fff;
}


/* Title */

.choose-card h3 {
  color: #222;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}


/* Description */

.choose-card p {
  color: #777;
  font-size: 14px;
  line-height: 1.7;
  margin: 0;
}


/* ==============================
   MOBILE
================================ */

@media (max-width: 767px) {

  .why-choose-us .section-title {
    font-size: 18px;
  }

  .choose-card {
    padding: 25px 20px;
  }
}