/* You can add global styles to this file, and also import other style files */
.hr1 {
  display: block;
  height: 0px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 0.2em 0;
}
.hr2{
 margin-bottom: 2px;
  background-color:slategray;
  color:white;height: 5px
}

[ui-view].ng-leave {
  display: none;
}

[ui-view].ng-leave.smooth {
  display: block;
}

.smooth.ng-animate {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}


html {
  background-color: #efefef;
}

body {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.42857143;
  color: rgba(0, 0, 0, 0.87);
  background-color: transparent;
}

*:focus {
  outline: 0 !important;
}

h1,
h2,
h3,
.h1,
.h2,
.h3 {
  font-family: "Roboto", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  margin: 0;
}
h1 { font-size: 22px; font-weight: 600; color: #2f7a3b; margin-bottom: 10px; }
a {
  color: inherit;
  text-decoration: none;
  cursor: pointer;
  outline: 0;
}

a:hover,
a:focus {
  color: inherit;
  text-decoration: none;
}

label {
  font-weight: normal;
}


.selected {
  background-color:black;
  color:white;
  font-weight:bold;
}

.modal {
  background-color: #475069;
}

.hr4 {
  display: block;
  height: 0px;
  border: 0;

  border-top: 1px solid #ccc;

  margin: 0.9em 0;
}
.btnActiv {
  background-color: white;
  color:#1e222c;
}
.hbtn {
  border-radius: 20px;background: #3d445a;color: white;margin-top: 6px
}
.hbtn2 {
  border-radius: 20px;background: #3d445a;color: white;margin-top: 2px
}
ul, ol { list-style-type: disc; padding-left: 15px; }
@media print {

  .table-striped tbody tr:nth-of-type(odd) td {
      background-color: rgba(0,0,0,.05) !important;
      -webkit-print-color-adjust: exact ;
  }
}
.divForce{
  padding: 8px;color: white !important; background-color:darkgreen !important; font-weight:bold;-webkit-print-color-adjust: exact;
}

    /* Font + base */
    @media (prefers-reduced-motion: reduce){*{transition:none!important}}
    body {
      font-family: "Inter", "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 16px;
      line-height: 1.62;
      color: #222;
      background: #f6f6f6;
      margin: 0;
    }
    .container{max-width:1100px}
    .a-nosoulign{text-decoration: none; color: #222;}
    /* layout */
    .hero { background:#fff; padding:18px; margin-top:44px; border-radius:8px; }
    .card { background:#fff; padding:12px; border-radius:8px; margin-bottom:12px; box-shadow:0 1px 2px rgba(3, 1, 1, 0.04); }
    .section-title { color:#2f7a3b; margin-top:6px; margin-bottom:10px; font-weight:600; }
    .job-title { font-size:17px; font-weight:600; color:#1f1f1f; }
    .job-meta { font-size:1.2rem; color:#666; margin-top:4px; }
    .job-short { margin-top:8px; color:#333; }
    .small-note { font-size:1.2rem; color:#666; }
    .btn-primary { background-color:#2f7a3b; border-color:#2f7a3b; }
    .img-thumb { width:72px; height:72px; object-fit:cover; border-radius:6px; margin-right:10px; }

    /* desktop adjustments */
    @media(min-width:768px){
      .hero{ padding:26px; margin-top:30px; }
    }

    /* hidden demo sections for future categories */
    .hidden-demo { display: none; }

    /* Mobile bottom nav */
    .mobile-nav {
      display: none;
    }
    .left-menu-div { 
    display: flex;
    }
    @media (max-width: 768px) {
      .mobile-nav { display: flex; position:fixed; bottom:0; left:0; right:0; height:56px; background:#fff; border-top:1px solid #e6e6e6; z-index:9999; justify-content:space-around; align-items:center; }
      .mobile-nav a { text-decoration:none; color:#333; font-size:12px; display:flex; flex-direction:column; align-items:center; justify-content:center; width:20%; height:100%; }
      .mobile-nav svg { width:20px; height:20px; margin-bottom:4px; fill:#2f7a3b; }
    .left-menu-div { 
      display: none;
    }
      body { padding-bottom: 72px; } /* Give space for nav */
    }


    /* ==== Base styling ==== */
.mobile-nav {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  height: 60px;
  background: #000;
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid #222;
  z-index: 1050;
  transform: translateY(0);
  transition: transform 0.3s ease;
}

.mobile-nav a {
  flex: 1;
  text-align: center;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.mobile-nav svg {
  width: 22px;
  height: 22px;
  fill: #fff;
  margin-bottom: 3px;
}

/* ==== Hide on scroll (toggle classes via JS) ==== */
.mobile-nav.hide {
  transform: translateY(100%);
}

/* ==== Only show on mobile ==== */
@media (min-width: 992px) {
  .mobile-nav {
    display: none;
  }
}
    /* Small image in blog cards */
    .blog-thumb { width:100%; height:140px; object-fit:cover; border-radius:6px; margin-bottom:8px; }

    .left-btn-desktop {
  position: fixed;
  left: 16px;
  bottom: 16px;
  background: #006400;
  color: #fff;
  padding: 10px 10px;
  border-radius: 28px;
  text-decoration: none;
  z-index: 1700;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}
/* developer CSS - non-minified */
@media (max-width:991px){ 
  .desktop-links{display:none;} 
.left-btn-desktop{display:none;} 
}


.nav-link{
color: #eee;
font-weight: bold;
text-align: right;
text-decoration: none; 
}
@keyframes fadeInUp {
  from { opacity: 0; transform: translateY(20px); }
  to { opacity: 1; transform: translateY(0); }
}
.navbar-dark .navbar-nav .nav-link {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link:hover {
  color: #0d6efd;
}
/* JOB CARD STYLING */
.job-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 1px 4px rgba(0, 0, 0, 0.08);
  padding: 12px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}

/* Hover effect for desktop users */
.job-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.12);
}

/* Spacing between cards (for AdSense auto ads) */
.job-card + .job-card {
  margin-top: 18px;
}

/* Job image */
.job-thumb {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #e0e0e0;
}

/* Job title (2 lines max) */
.job-title {
  font-size: 1rem;
  line-height: 1.3em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* Job description (2 lines max) */
.job-desc {
  font-size: 0.9rem;
  color: #555;
  line-height: 1.3em;
  height: 2.6em;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* MOBILE OPTIMIZATION */
@media (max-width: 576px) {
  .job-thumb {
    width: 56px;
    height: 56px;
  }
  .job-title {
    font-size: 0.95rem;
  }
  .job-desc {
    font-size: 0.85rem;
  }
}

/* START SPONSORED ADS*/
/* SECTION BACKGROUND */
.sponsored-section {
  background: #f8f9fa;               /* light gray background */
  border: 1px solid #e0e0e0;
}

/* CARD */
.ad-card {
  background: #fff;
  border-radius: 10px;
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.ad-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}

/* IMAGE */
.ad-thumb {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid #ddd;
}

/* TITLE */
.ad-title {
  font-size: 0.95rem;
  line-height: 1.3em;
  height: 2.6em;                    /* ≈2 lines */
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* PRICE */
.ad-price {
  font-size: 0.9rem;
  color: #222;
}

/* RESPONSIVE */
@media (max-width: 576px) {
  .ad-thumb {
    width: 70px;
    height: 70px;
  }
  .ad-title {
    font-size: 0.9rem;
  }
  .ad-price {
    font-size: 0.85rem;
  }
}
/* END SPONSORED */

/* === eGoZola Homepage Enhancements (Bootstrap 5 compatible) === */

/* --- General --- */
body {
  background-color: #f8f9fa;
  font-family: "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
  color: #212529;
}

/* Smooth container spacing */
main.container {
  max-width: 960px;
}

/* --- Intro Section --- */
h1 {
  font-size: 1.75rem;
  line-height: 1.3;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.1rem;
  }
}
.lead {
  font-size: 1.05rem;
}

/* --- Stats Counters --- */
.bg-white.rounded.shadow-sm small {
  color: #6c757d;
}

/* --- Job Cards --- */
.job-card,
.card.job {
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}
.job-card:hover,
.card.job:hover {
  transform: translateY(-3px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.job-card img,
.job-thumb {
  width: 100%;
  height: 85px;
  object-fit: cover;
  border-radius: 6px;
}
.job-title {
  font-size: 1rem;
  line-height: 1.25;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.job-desc {
  font-size: 0.9rem;
  color: #555;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

/* --- Sponsored Section Last --- */

 
/* === Animated "Nouveaux" badge === */
.badge.bg-danger-subtle {
  background-color: #fde6e6 !important;
  border: 1px solid #f8b8b8;
}

/* Subtle pulsing animation */
.pulse-badge {
  animation: pulseFade 1.8s ease-in-out infinite;
}

@keyframes pulseFade {
  0%   { opacity: 1; transform: scale(1); }
  50%  { opacity: 0.6; transform: scale(1.05); }
  100% { opacity: 1; transform: scale(1); }
}


.sponsored-section {
  background-color: #fff7f7;
  border-left: 4px solid #dc3545;
  transition: background-color 0.3s;
}
.sponsored-section:hover {
  background-color: #fff2f2;
}
.ad-thumb {
  width: 90px;
  height: 70px;
  object-fit: cover;
  border-radius: 6px;
}
.ad-title {
  font-size: 0.95rem;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.ad-price {
  color: #198754;
  font-weight: 600;
}

/* --- Blog Cards --- */
.card-img-top {
  object-fit: cover;
  height: 160px;
}
.card-title {
  font-size: 1rem;
  line-height: 1.25;
}
.card-text {
  font-size: 0.9rem;
  /*color: #6c757d; */
  color: #222;
}
.card:hover {
  transform: translateY(-2px);
  transition: 0.3s ease;
}

 
/* Footer update */
footer {
  background: #0f1724;
  color: #ddd;
  text-align: center;
  padding: 25px;
  margin-top: 40px;
}

footer .footer-links a {
  color: #bbb;
  text-decoration: none;
  margin: 0 10px;
  font-size: 0.9rem;
}

footer .footer-links a:hover {
  color: #fff;
}

/* === Sidebar (Desktop Only) === */
.sidebar-desktop {
  display: none; /* hidden by default on mobile */
}

@media (min-width: 992px) { /* lg breakpoint ≈ 1000px */
  .sidebar-desktop {
    display: block;
    position: fixed;
    top: 80px; /* adjust depending on navbar height */
    left: 0;
    max-width: 200px;
    margin-left: 20px;
    z-index: 10;
  }

  .sidebar-box {
    background-color: #fff;
    border-radius: 8px;
    padding: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }

  .sidebar-box .btn {
    display: block;
    width: 100%;
    text-align: left;
    background-color: #3d445a;
    color: white;
    margin-bottom: 8px;
    border: none;
  }

  .sidebar-box .btn:hover {
    background-color: #2f3544;
  }

  .sidebar-title {
    color: darkgreen;
    margin-bottom: 10px;
  }
}

