* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  background-color: #ffffff;
  font-family: "Poppins", sans-serif !important;
}

.hero-section {
  background: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
    url("../../images/background.jpg"); 
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  position: relative;
  display: flex;
  flex-direction: column;
}

.navbar {
  background: transparent !important;
  padding: 20px 0;
  position: relative;
  z-index: 1000;
}

.navbar-brand {
  display: flex;
  align-items: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: white !important;
  text-decoration: none;
}

.navbar-brand:hover {
  color: white !important;
}

/*.logo-img {
  width: 188px;
  height: 60px;
  margin-right: 10px;
}*/

.navbar-nav .nav-link {
  color: white !important;
  font-weight: 500;
  margin: 0 15px;
  font-size: 1rem;
  transition: color 0.3s ease;
}

.navbar-nav .nav-link:hover {
  color: #e0e0e0 !important;
}

.btn-login {
  background-color: #eb002b;
  color: white;
  border: none;
  padding: 10px 25px;
  border-radius: 5px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.3s ease;
  font-size: 40px;
  width: 225px;
  height: 48px;
}

.btn-login:hover {
  background-color: #c82333;
  color: white;
}

.hero-content {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 50px 0;
}

.hero-text {
  color: white;
  max-width: 800px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
}

.hero-text h1 {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 30px;
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}

.hero-text .highlight {
  color: #ffffff;
}

.navbar-toggler {
  border: 1px solid white;
  padding: 4px 8px;
}

.navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 1%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-text h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
  }

  .navbar-nav {
    text-align: center;
    margin-top: 20px;
  }

  .navbar-nav .nav-link {
    margin: 10px 0;
    padding: 10px 0;
  }

  .btn-login {
    margin-top: 15px;
    display: inline-block;
  }

  .navbar-collapse {
    background-color: #f9f9f9;
    color: black;
    padding: 20px;
    border-radius: 10px;
    margin-top: 15px;
  }
}

@media (max-width: 576px) {
  .hero-text h1 {
    font-size: 2rem;
    line-height: 1.3;
  }

  .navbar-brand {
    font-size: 1.5rem;
  }

  .logo-img {
    width: 100px;
    /*height: 35px;*/
  }

  .container-fluid {
    padding: 0 15px;
  }
}

@media (max-width: 425px) {
  .hero-text h1 {
    font-size: 1.8rem;
  }

  .navbar {
    padding: 15px 0;
  }
}

.main-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 46px;
}

@media (max-width: 768px) {
  .main-container {
    padding: 10px;
  }
}

.nav-tabs {
  border-bottom: none;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .nav-tabs {
    margin-bottom: 20px;
    flex-wrap: nowrap;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}

.nav-tabs .nav-link {
  color: #aeaeae;
  font-weight: 700;
  font-size: 22px;
  text-transform: uppercase;
  border: none;
  background: none;
  padding: 15px 20px;
  margin-right: 40px;
  border-radius: 0;
  position: relative;
  white-space: nowrap;
}

@media (max-width: 768px) {
  .navbar-collapse {
    background-color: #f9f9f9 !important;
  }

  .navbar-nav {
    align-items: flex-start;
    text-align: left;
  }

  .navbar-nav .nav-link {
    color: black !important;
    width: 100%;
    padding-left: 0;
    padding-right: 0;
    transition: color 0.3s ease;
  }

  .navbar-nav .nav-link:hover {
    color: #eb002b !important;
  }

  .navbar-collapse {
    border-radius: 10px;
    padding: 15px;
  }
}

@media (max-width: 480px) {
  .nav-tabs .nav-link {
    padding: 10px 5px;
    margin-right: 15px;
    font-size: 13px;
  }
}

.nav-tabs .nav-link:hover {
  color: #dc3545;
  border: none;
}

.nav-tabs .nav-link.active {
  color: #1e1e1e;
  background: none;
  border: none;
}

.nav-tabs .nav-link.active::after {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  right: 0;
  height: 3px;
}
.header-container {
  position: relative;
  display: inline-block;
}

.btn-login {
  background-color: #dc2626;
  color: white;
  padding: 8px 16px;
  text-decoration: none;
  border-radius: 4px;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  border: none;
  display: inline-block;
  transition: background-color 0.2s;
}

.btn-login:hover {
  background-color: #b91c1c;
}

.dropdown-menu {
  position: absolute;
  top: 100%;
  right: 0;
  background: white;
  border: 2px solid #dc2626;
  border-radius: 8px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  min-width: 200px;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.2s ease;
  margin-top: 5px;
}

.dropdown-menu.show {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.dropdown-header {
  padding: 16px 20px 12px;
  border-bottom: 1px solid #f0f0f0;
}

.dropdown-header h3 {
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

.dropdown-content {
  padding: 12px 0;
}

.dropdown-item {
  display: block;
  padding: 8px 20px;
  color: #1a1a1a;
  text-decoration: none;
  font-size: 14px;
  transition: background-color 0.2s;
  cursor: pointer;
}

.dropdown-item:hover {
  background-color: #f8f9fa;
}

.dropdown-item:before {
  content: "•";
  margin-right: 8px;
  color: #666;
}

.dropdown-divider {
  height: 1px;
  background-color: #f0f0f0;
  margin: 8px 0;
}

.logout-item {
  color: #666;
  border-top: 1px solid #f0f0f0;
  margin-top: 8px;
  padding-top: 16px !important;
}

.logout-item:before {
  display: none;
}

/* Demo styling */
.demo-container {
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
}

.demo-info {
  background: white;
  padding: 20px;
  border-radius: 8px;
  margin-bottom: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.filters-btn {
  background-color: #eb002b;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 18px;
}
.filters-btn img {
  width: 18px;
  height: 18px;
}
.filters-btn {
  background-color: #eb002b;
  color: white;
  border: none;
  padding: 8px 20px;
  border-radius: 5px;
  font-weight: 500;
  margin-bottom: 20px;
  margin-left: auto;
  font-size: 18px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 10px;
  position: relative;
}

.filters-btn:hover {
  background-color: #c2185b;
}

.filter-icon {
  width: 16px;
  height: 16px;
  fill: white;
}

.dropdown-container {
  position: relative;
  display: inline-block;
}

.search-dropdown {
  position: absolute;
  top: 100%;
  left: -200px;
  background: white;
  border: 2px solid #eb002b;
  border-radius: 8px;
  padding: 24px;
  width: 320px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  z-index: 1000;
  display: none;
}

.search-dropdown.show {
  display: block;
}

.dropdown-header {
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-bottom: 24px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

.form-group {
  margin-bottom: 20px;
}

.form-label {
  display: block;
  font-size: 14px;
  font-weight: 400;
  color: #1e1e1e;
  margin-bottom: 8px;
}

.form-select {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background-color: white;
  cursor: pointer;
  appearance: none;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3e%3c/svg%3e");
  background-position: right 12px center;
  background-repeat: no-repeat;
  background-size: 16px;
  padding-right: 40px;
}

.form-select:focus {
  outline: none;
  border-color: #eb002b;
  box-shadow: 0 0 0 2px rgba(233, 30, 99, 0.2);
}

.apply-btn {
  width: 100%;
  background-color: #eb002b;
  color: white;
  border: none;
  border-radius: 4px;
  padding: 14px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  margin-top: 8px;
}

.apply-btn:hover {
  background-color: #c2185b;
}

@media (max-width: 768px) {
  .search-dropdown {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    border: 2px solid #eb002b;
    padding: 16px;
    border-radius: 8px;
    box-shadow: none;
  }

  .dropdown-container {
    width: 50%;
  }

  .filters-btn {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
  }

  .dropdown-header {
    font-size: 18px;
  }

  .form-label {
    font-size: 13px;
  }

  .form-select,
  .location-input {
    font-size: 13px;
    padding: 10px 14px;
  }

  .apply-btn {
    font-size: 13px;
    padding: 12px;
  }
}

.location-input {
  width: 100%;
  padding: 12px 16px;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-size: 14px;
  color: #333;
  background-color: white;
}

.location-input:focus {
  outline: none;
  border-color: #e91e63;
  box-shadow: 0 0 0 2px rgba(233, 30, 99, 0.2);
}

.location-input::placeholder {
  color: #666;
}

@media (max-width: 768px) {
  .filters-btn {
    width: 100%;
    margin-top: 15px;
    margin-left: 0;
    order: 2;
  }
}

.filters-btn:hover {
  background-color: #eb002b;
}

.card-custom {
  border: 2px solid #989797;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 20px;
  background: white;
  transition: box-shadow 0.3s ease;
}

@media (max-width: 768px) {
  .card-custom {
    padding: 15px;
    margin-bottom: 15px;
  }
}

@media (max-width: 480px) {
  .card-custom {
    padding: 12px;
  }
}

.card-custom:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.profile-imgg img {
  width: 50px;
  height: 50px;
}

.profile-img {
  background-color: #aeaeae;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.profile-img i {
  color: white;
  font-size: 18px;
}

.company-logo {
  width: 50px;
  height: 50px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-weight: bold;
  font-size: 14px;
}
.company-logo img {
  width: 55px;
  height: 55px;
}

.name-title {
  font-weight: 600;
  font-size: 20px;
  color: #1e1e1e;
  margin-bottom: 5px;
}

@media (max-width: 480px) {
  .name-title {
    font-size: 22px;
  }
}

.job-type {
  color: #111111;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 10px;
}

.location {
  color: #555555;
  font-size: 16px;
  font-weight: 300;
  margin-bottom: 2px;
}

.experience {
  color: #555555;
  font-size: 16px;
  font-weight: 300;
}
.custom-briefcase-icon {
  color: #eb002b;
  font-size: 18px;
  font-weight: bold;
}

.contact-btn {
  display: flex;
  align-items: center;
  border: none;
  background: transparent;
  font-size: 16px;
  font-weight: 300;
  color: #111111;
  cursor: pointer;
}

.icon-box {
  background-color: #eb002b;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}

.icon-box i {
  color: white;
  font-size: 20px;
}

.view-more-btn {
  background-color: #dc3545;
  color: white;
  border: none;
  padding: 15px 50px;
  border-radius: 5px;
  font-weight: 600;
  font-size: 16px;
  display: block;
  margin: 0px auto 0;
}

.view-more-btn:hover {
  background-color: #c82333;
}

.tab-content {
  min-height: 600px;
}

.section-hidden {
  display: none;
}

.rate {
  color: #555555;
  font-weight: 300;
  font-size: 16px;
}

.image-wrapper {
  position: relative;
  display: inline-block;
  max-width: 100%;
}

.main-image {
  position: relative;
  border: 2px solid #dc3545;
  border-radius: 20px;
  max-width: 350px;
  height: auto;
  z-index: 2;
  width: 100%;
}

.dot-pattern {
  position: absolute;
  top: 73px;
  left: -30px;
  max-width: 60%;
  z-index: 1;
}
.welcome-container {
  padding: 20px 20px;
  margin-bottom: 150px;
}

/* General section styles */
.welcome-section {
  padding: 20px 15px;
}

.welcome-title {
  font-size: 40px;
  font-weight: 700 !important;
  color: #1e1e1e;
  text-transform: uppercase;
}

.welcome-text {
  font-size: 20px;
  color: #495057;
  font-weight: 400;
}

/* Responsive tweaks */
@media (min-width: 992px) {
  .welcome-title {
    font-size: 2.5rem;
  }

  .welcome-text {
    font-size: 1.1rem;
  }
}

@media (max-width: 756px) {
  .welcome-container {
    margin-bottom: 0px;
  }
}

/* App Section */
.afrixi-app-section {
  background-color: #eb002b;
  padding: 0px 20px;
  height: 576px;
  position: relative;
  overflow: visible;
  margin-bottom: 200px;
  display: flex;
  align-items: center;
}

.afrixi-app-content {
  color: white;
  z-index: 2;
  position: relative;
  padding-left: 50px;
}

.afrixi-app-title {
  font-size: 60px;
  font-weight: 800;
  line-height: 1.2;
  color: #ffffff;
}

.afrixi-app-subtitle {
  font-size: 40px;
  font-weight: 700;
  opacity: 0.95;
}

.afrixi-app-description {
  font-size: 18px;
  font-weight: 400px;
  line-height: 1.6;
  margin-bottom: 1.5rem;
}

.afrixi-download-buttons {
  display: flex;
  gap: 15px;
  flex-wrap: wrap;
}

.afrixi-download-btn {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.afrixi-download-btn:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
}

.afrixi-download-btn img {
  height: 60px;
  width: auto;
}

.afrixi-phone-container {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: -50px;
  margin-top: -50px;
}

.afrixi-phone-mockup {
  position: relative;
  width: 475px;
  height: 884px;
  max-width: 100%;
}

.afrixi-phone-image {
  width: 100%;
  height: 100%;
  object-fit: contain;
  filter: drop-shadow(0 20px 40px rgba(0, 0, 0, 0.3));
}

.afrixi-phone-screen-overlay {
  position: absolute;
  top: 6.5%;
  left: 8.5%;
  right: 8.5%;
  bottom: 7%;
  border-radius: 35px;
  overflow: hidden;
  z-index: 1;
}

.afrixi-job-list-screenshot {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain; /* Show full image without cropping */
  border-radius: 35px;
}
.google-ply-btn img {
  height: 90px;
  margin: -15px;
}

/* Mobile Responsiveness */
/* Tablet and below (≤992px) */
@media (max-width: 992px) {
  .afrixi-app-section {
    padding: 60px 0;
    height: auto;
    flex-direction: column;
  }

  .afrixi-app-title {
    font-size: 2.8rem;
  }

  .afrixi-app-subtitle {
    font-size: 1.8rem;
  }

  .afrixi-app-description {
    font-size: 1.1rem;
    text-align: center;
  }

  .afrixi-phone-container {
    transform: none;
    margin-top: 2rem;
    margin-bottom: 0;
  }

  .afrixi-phone-mockup {
    width: 320px;
    height: 620px;
  }

  .afrixi-app-content {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .afrixi-phone-screen-overlay {
    position: absolute;
    top: 8%;
    left: 8%;
    right: 8%;
    bottom: 9%;
    border-radius: 35px;
    overflow: hidden;
    z-index: 1;
  }
  .google-ply-btn img {
    height: 90px;
    margin: -15px;
  }
}

/* Mobile (≤768px) */
@media (max-width: 768px) {
  .afrixi-app-section {
    padding: 50px 15px;
    flex-direction: column;
    height: auto;
  }

  .afrixi-app-title {
    font-size: 2.2rem;
    margin-bottom: 1rem;
  }

  .afrixi-app-subtitle {
    font-size: 1.3rem;
  }

  .afrixi-app-description {
    font-size: 1rem;
    margin: 0 auto 2rem;
  }

  .afrixi-download-buttons {
    justify-content: center;
    flex-wrap: wrap;
    margin-bottom: 2rem;
  }

  .afrixi-phone-mockup {
    width: 260px;
    height: 520px;
  }

  .afrixi-phone-container {
    transform: none;
    margin-top: 1.5rem;
    margin-bottom: 0;
  }

  .afrixi-app-content {
    padding: 0 10px;
    text-align: center;
  }
  .afrixi-phone-screen-overlay {
    position: absolute;
    top: 9%;
    left: 8%;
    right: 8%;
    bottom: 11%;
    border-radius: 35px;
    overflow: hidden;
    z-index: 1;
  }
  .google-ply-btn img {
    height: 80px;
    margin: -15px;
  }
}

/* Small Devices (≤576px) */
@media (max-width: 576px) {
  .afrixi-app-section {
    padding: 40px 10px;
  }

  .afrixi-app-title {
    font-size: 2rem;
  }

  .afrixi-app-subtitle {
    font-size: 1.2rem;
  }

  .afrixi-download-buttons {
    flex-direction: column;
    align-items: center;
  }

  .afrixi-download-btn img {
    height: 50px;
  }
  .afrixi-phone-mockup {
    width: 220px;
    height: 440px;
  }

  .afrixi-phone-container {
    margin-top: 1rem;
    margin-bottom: 0;
  }
  .afrixi-phone-screen-overlay {
    top: 9%;
    left: 7%;
    right: 6%;
    bottom: 10%;
  }
  .google-ply-btn img {
    height: 70px;
    margin: -15px;
  }
}

/* Footer Section */
.footer-section {
  background: #001b72;
  color: white;
  padding: 60px 0 20px 0;
  width: 100%;
}
.footer-container {
  padding: 50px;
}

.footer-logo {
  font-size: 1.5rem;
  font-weight: 700;
  margin-bottom: 1rem;
}

.footer-description {
  font-size: 0.9rem;
  opacity: 0.8;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.middle-section {
  padding: 20px;
  text-align: center;
  border-radius: 8px;
  color: white;
}
.footer-title {
  font-weight: bold;
  color: white;
}

.social-icons {
  display: flex;
  gap: 15px;
}

.social-icon {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  text-decoration: none;
  transition: all 0.3s ease;
}

.social-icon:hover {
  background: rgba(255, 255, 255, 0.2);
  color: white;
  transform: translateY(-2px);
}

.middle-section {
  text-align: left;
  margin-left: 85px;
}

.footer-title {
  font-size: 1.2rem;
  font-weight: 600;
  margin-bottom: 1.5rem;
  color: white;
}

.footer-links {
  color: white;
  font-family: sans-serif;
}

.footer-links ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 0px;
  margin: 0;
}

.footer-links li {
  margin-bottom: 8px;
  display: list-item;
}

.footer-links a {
  color: white;
  text-decoration: none;
}

.footer-links a:hover {
  text-decoration: underline;
}

.newsletter-form {
  display: flex;
  gap: 10px;
  margin-top: 1rem;
}

.newsletter-input {
  flex: 1;
  padding: 12px;
  border: none;
  border-radius: 5px;
  font-size: 0.9rem;
}

.newsletter-btn {
  background-color: #eb002b;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 5px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.3s ease;
}

.newsletter-btn:hover {
  background-color: #eb002b;
}

.footer-bottom {
  background-color: #eb002b;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding: 10px;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  color: #ffffff;
}

/* Mobile Responsiveness */
@media (max-width: 768px) {
  .welcome-title {
    font-size: 2rem;
  }

  .app-title {
    font-size: 2rem;
  }

  .app-subtitle {
    font-size: 1.2rem;
  }

  .download-buttons {
    justify-content: center;
  }

  .phone-mockup {
    max-width: 250px;
    margin-top: 3rem;
  }

  .newsletter-form {
    flex-direction: column;
  }

  .creative-elements {
    display: none;
  }
  .middle-section {
    text-align: center;
    margin-left: 0px;
  }
}

@media (max-width: 576px) {
  .welcome-section {
    padding: 60px 0;
  }

  .app-section {
    padding: 80px 0;
  }

  .footer-section {
    padding: 40px 0 20px 0;
  }

  .welcome-title {
    font-size: 1.8rem;
  }

  .app-title {
    font-size: 1.8rem;
  }
  .middle-section {
    text-align: center;
    margin-left: 0px;
  }
}

/*Dashboard*/
.home-container {
  display: flex;
  min-height: 100vh;
  background: #f9f9f9;
  max-width: 2000px;
}

/* Desktop Sidebar */
.sidebar {
  width: 232px;
  background: #ffeaee;
  border-right: 1px solid #e0e0e0;
  padding: 10px;
  display: flex;
  flex-direction: column;
}

.sidebar-item {
  padding: 12px 20px;
  color: #666;
  text-decoration: none;
  display: block;
  transition: all 0.3s ease;
  border: none;
  background: none;
  text-align: left;
  cursor: pointer;
  font-size: 14px;
}

.sidebar-item:hover,
.sidebar-item.active {
  color: #eb002b;
  background-color: #fee;
}

.sidebar-item.active {
  font-weight: 600;
  border-right: 3px solid #eb002b;
}

/* Mobile Top Tabs */
.mobile-tabs {
  display: none;
  background: white;
  border-bottom: 1px solid #e0e0e0;
  overflow-x: auto;
  white-space: nowrap;
  padding: 0;
}

.mobile-tab {
  display: inline-block;
  padding: 15px 20px;
  color: #666;
  text-decoration: none;
  border-bottom: 3px solid transparent;
  transition: all 0.3s ease;
  font-size: 14px;
  min-width: max-content;
}

.mobile-tab:hover,
.mobile-tab.active {
  color: #eb002b;
  border-bottom-color: #eb002b;
}

/* Main Content */
.main-content {
  flex: 1;
  padding: 20px;
}

.search-section {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: row;
  gap: 30px;
  padding: 20px;
}

.search-label {
  font-size: 18px;
  font-weight: 500;
  color: #424242;
}

.search-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #9e9e9e;
  border-radius: 6px;
  overflow: hidden;
  background-color: white;
}

.search-input {
  border: none;
  outline: none;
  padding: 10px 15px;
  font-size: 14px;
  width: 462px;
  height: 40px;
}

.search-button {
  background: none;
  border: none;
  padding: 10px 15px;
  cursor: pointer;
  color: #333;
  font-size: 16px;
}

/* Job Cards Grid */
.jobs-grid {
}

.job-card {
  background: white;
  padding: 12px;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  margin-bottom: 20px;
  border: 1px solid #a4a4a4;
}

.job-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.job-header {
  display: flex;
  align-items: center;
  margin-bottom: 1px;
}

.job-avatar {
  width: 36px;
  height: 36px;
  background: #f0f0f0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  align-self: flex-start;
  justify-content: center;
  margin-right: 10px;
  font-weight: bold;
  color: #666;
  font-size: 36px;
}

.job-info h3 {
  font-size: 20px;
  font-weight: 600;
  color: #1e1e1e;
  margin-bottom: 4px;
}

.job-title {
  font-size: 14px;
  color: #111111;
  margin-bottom: 8px;
}
.job-content {
  margin-left: 5px;
}

.job-location {
  display: flex;
  align-items: center;
  font-size: 13px !important;
  font-weight: 400;
  color: #555555;
  margin-bottom: 4px;
}

.location-icon {
  margin-right: 5px;
  color: #eb002b;
  font-size: 21px !important;
}

.job-experience {
  display: flex;
  align-items: center;
  font-size: 18px;
  font-weight: 400;
  color: #555555;
  margin-bottom: 15px;
}

.experience-icon {
  margin-right: 5px;
  color: #888;
  font-size: 21px !important;
}

.interview-btn {
  background: #eb002b;
  color: white;
  border: none;
  border-radius: 4px;
  font-size: 15px ;
  font-weight: 500;
  cursor: pointer;
  transition: background 0.3s ease;
  width: 244px;
  height: 37px;
  max-width: 100%; /* prevent overflow on small screens */
}
.interview-btn:hover {
  background: #c53030;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .home-container {
    flex-direction: column;
  }

  .sidebar {
    display: none;
  }

  .mobile-tabs {
    display: block;
  }

  .main-content {
    padding: 15px;
  }

  .jobs-grid {
    grid-template-columns: 1fr;
    gap: 15px;
  }

  .search-container {
    flex-direction: column;
    gap: 10px;
  }

  .search-input {
    width: 100%;
  }

  .search-btn {
    width: 100%;
  }
  .interview-btn {
    width: 100%;
    font-size: 13px;
  }
}

@media (max-width: 480px) {
  .mobile-tab {
    padding: 12px 15px;
    font-size: 12px;
  }

  .job-card {
    padding: 15px;
  }

  .main-content {
    padding: 10px;
  }
  .interview-btn {
    width: 100%;
    height: 44px;
    font-size: 13px;
  }
}

.logo-img {
    width: 80px;
    margin-right: 10px;
    border-radius: 15px;
}
.f-logo {
  width: 80px;
  border-radius: 15px;
}
