 *{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
 }
 /* Navbar Section */
    .navbar-section {
      background-color: #fff;
      width: 100%;
      height: 100px;
      box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    }

    .navbar {
      height: 100%;
      padding: 0 80px;
    }

    /* Brand Logo */
    .navbar-brand {
      display: flex;
      align-items: left;
      font-weight: 600;
      color: #001f3f;

    }

    .navbar-brand img {
      height: 70px;
      margin-right: 8px;
    }

    

    /* Nav Links */
    .navbar-section nav .container .collapse ul li a{
     font-weight: 900 !important;
    }
    .nav-link {
      color: #000 !important;
      font-weight: 600;
      font-size: 15px;
      margin-left: 25px;
      /* position: relative; */
      
    }

    .nav-link:hover {
      color: #001f3f !important;
    }

    .nav-link.active::after {
      content: "";
      position: absolute;
      bottom: -5px;
      left: 0;
      width: 100%;
      height: 3px;
      background-color: #001f3f;
      border-radius: 2px;
    }

    /* Buttons */
    .btn-login, .btn-register {
      background-color: #001f3f;
      color: #fff;
      font-weight: 500;
      border: none;
      padding: 6px 18px;
      border-radius: 5px;
      margin-left: 10px;
    }

    /* Hero Section */
    .hero-section {
      background: url("../image/get-hired.svg") no-repeat center center/cover; /* এখানেই তোমার দেওয়া background image path দিও */
      height: 650px;
      display: flex;
      align-items: center;
      position: relative;
      padding-left: 120px;
    }

    /* White overlay for text visibility */
    /* .hero-section::before {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(255,255,255,0.75);
    } */

    .hero-content {
      position: relative;
      z-index: 2;
      max-width: 620px;
    }

    /* Ensure location wrapper spans full width inside bootstrap columns */
    .location-wrapper { width: 100%; }

    .hero-content h1 {
      font-size: 64px;
      font-weight: 700;
      color: #000;
      margin-bottom: 10px;
    }

    .hero-content p {
      font-size: 16px;
      color: #333;
      margin-bottom: 30px;
    }

    /* Hero input styling to match screenshot */
    .hero-section .form-control, .hero-section .form-select {
      background: #fff;
      border: 1px solid #d9d9d9;
      box-shadow: none;
      height: 50px;
      border-radius: 6px;
      padding: 10px 14px;
      color: #333;
    }

    .hero-section .input-group-text {
      background: transparent;
      border: none;
      color: #9aa3a8;
      font-size: 16px;
    }

    /* make location input appear larger and centered on left column */
    .hero-content .location-wrapper { max-width: 520px; }

    /* Search button styling */
    .btn-search {
      background-color: #0b3b61; /* deep blue */
      color: #fff;
      padding: 10px 18px;
      border-radius: 6px;
      border: none;
      height: 50px;
      align-self: center;
    }

    .btn-search:hover { background-color: #082b4a; }

    /* adjust hero spacing and responsiveness */
    .hero-section { padding-left: 80px; padding-right: 40px; }
    @media (max-width: 992px) {
      .hero-content h1 { font-size: 40px; }
      .hero-content { max-width: 100%; }
      .hero-section { padding-left: 30px; padding-right: 30px; }
      .hero-content .location-wrapper { max-width: 100%; }
    }
    @media (max-width: 576px) {
      .hero-content h1 { font-size: 28px; }
      .btn-search { height: 46px; }
    }

    /* Search form area */
    .search-area {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
    }


    
    .form-control, .form-select {
      height: 55px;
      border-radius: 6px;
      border: 1px solid #ccc;
      font-size: 15px;
      padding-left: 15px;
      box-shadow: none;
    }

    .btn-search {
      background-color: #001f3f;
      color: #fff;
      font-weight: 500;
      border: none;
      padding: 0 25px;
      border-radius: 6px;
      height: 55px;
      white-space: nowrap;
    }

    .btn-search:hover {
      background-color: #003366;
    }

 /* Location icon inside input */
    .location-wrapper { position: relative; }
    .location-wrapper .icon-inside {
      position: absolute;
      right: 8px;
      left: auto;
      top: 50%;
      transform: translateY(-50%);
      border: none;
      background: transparent;
      padding: 0;
      color: #666;
      pointer-events: none; /* so clicks go to the input */
      z-index: 2;
    }
 
    .location-input {
      padding-right: 40px; /* space for the icon on the right */
    }


    /* Icons inside input boxes */
    .input-group-text {
      background: transparent;
      border: 1px solid #ccc;
      border-right: none;
      color: #777;
      font-size: 18px;
      padding: 0 12px;
      display: flex;
      align-items: center;
    }

    .input-group {
      flex: 1;
      min-width: 250px;
      display: flex;
    }

    /* Make form-control and input-group-text align as a single control */
    .input-group .form-control {
      border-left: none;
    }

    .input-group .form-control:focus {
      box-shadow: none;
      border-color: #001f3f;
    }

   

    /* Section background */
    .upload-section {
      background: linear-gradient(100deg, #a4b6c7 30%, #4c6c88 100%);
      /* increased top padding so heading sits lower in the banner */
      padding: 90px 0 20px;
      /* text-align: center; */
     
    }

    .upload-section h2 {
      font-weight: 700;
      color:#012E58;
      margin-left: 330px;
      margin-bottom: 18px; /* slightly tighter spacing under heading */
    }

    .upload-box {
      display: flex;
      justify-content: center;
      align-items: center;
      gap: 15px;
      max-width: 900px;
      margin: 0 auto;
    }

    /* Custom file label to match screenshot */
    .custom-file {
      display: inline-flex;
      align-items: center;
      background: #fff;
      border-radius: 6px;
      padding: 10px 14px;
      min-width: 520px;
      box-shadow: none;
      position: relative;
      border: 1px solid #e6e6e6;
    }

    .custom-file .real-file {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      opacity: 0;
      cursor: pointer;
    }

    .file-text {
      color: #b3b3b3;
      font-size: 14px;
      flex: 1;
      text-align: left;
      padding-left: 6px;
    }

    .file-icon {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: 34px;
      height: 34px;
      border-radius: 4px;
      border: 1px solid #e6e6e6;
      color: #666;
      background: #fafafa;
      margin-left: 10px;
    }

    .file-icon i { font-size: 16px; }

    /* Reset default form-control in upload area */
    .upload-box .form-control { height: auto; }

    .btn-upload {
      background-color: #00264d;
      color: #fff;
      font-weight: 500;
      border: none;
      border-radius: 6px;
      padding: 12px 30px;
      transition: 0.3s ease;
    }

    .btn-upload:hover {
      background-color: #003366;
    }

/* Company Section */
.company-section {
      padding: 20px 40px;
      max-width: 1232px;
      width: 95%;
      text-align: center;
      position: relative;
      margin: 30px auto;
    }

    .company-section h2 {
      font-size: 24px;
      font-weight: bold;
      margin-bottom: 30px;
    }

    .company-logos {
      display: grid;
      grid-template-columns: repeat(4, 1fr); /* 4 columns on desktop */
      gap: 24px 40px;
      justify-items: center;
      align-items: center;
    }

    .company-box {
      background: #fff;
      padding: 15px;
      display: flex;
      justify-content: center;
      align-items: center;
      transition: transform 0.3s;
    }

    .company-box:hover {
      transform: translateY(-5px);
    }

    .company-box img {
      max-width: 140px;
      height: auto;
    }

    /* Nav arrows on sides */
    .company-nav {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      width: 44px;
      height: 44px;
      border-radius: 50%;
      border: 2px solid #ccc;
      background: #fff;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      box-shadow: 0 2px 6px rgba(0,0,0,0.08);
    }

    .company-nav-left { left: -20px; }
    .company-nav-right { right: -20px; }

    .company-nav i { color: #333; }



/* Top Jobs Section */
    .top-jobs {
      max-width: 1180px;
      width: 95%;
      margin: 30px auto;
      padding: 10px 0 40px;
    }

    /* Heading with horizontal rule to the right */
    .top-jobs h2 {
      font-size: 22px;
      font-weight: 700;
      color: #0a2540;
      display: flex;
      align-items: center;
      gap: 20px;
      margin: 0 0 18px 0;
    }

    .top-jobs h2::after {
      content: "";
      flex: 1 1 auto;
      height: 1px;
      background: #dcdcdc;
      display: block;
    }

    .job-tags {
      display: grid;
      grid-template-columns: repeat(5, 1fr); /* 5 per row */
      gap: 18px 28px;
      align-items: center;
      margin-top: 12px;
    }

    .job-tag {
      background-color: #e9e7e7;
      color: #06263f;
      padding: 14px 28px;
      border-radius: 28px;
      font-size: 20px;
      cursor: pointer;
      transition: transform 0.12s ease, background-color 0.12s ease;
      box-shadow: none;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    .job-tag:hover {
      transform: translateY(-3px);
      background-color: #172d46;
      color: white;
    }

   /* Services Section */
.services-section {
      width: 95%;
      max-width: 1200px;
      margin: 40px auto;
      text-align: center;
    }

    .services-header {
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 30px;
    }

    .services-header h2 {
      font-size: 22px;
      font-weight: bold;
    }

    .services-header a {
      color: #000;
      text-decoration: none;
      font-weight: bold;
      font-size: 15px;
    }

    .services-container {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
      gap: 30px;
      justify-items: center;
    }

    .service-card {
      text-align: center;
    }

    .service-card img {
      width: 100%;
      max-width: 340px;
      height: 340px; /* make square like screenshot */
      object-fit: cover;
      border: 1px solid #ddd;
      border-radius: 3px;
      display: block;
      margin: 0 auto;
    }

    .service-title {
      font-weight: 700;
      margin-top: 12px;
      font-size: 18px;
    }

    .service-subtitle {
      font-size: 13px;
      color: #666;
      margin-top: 6px;
    }

    /* Slider indicator under the services */
    .services-indicator {
      margin-top: 18px;
      display: flex;
      justify-content: center;
      
    }

    .services-indicator .dot {
      width: 100px;
      height: 6px;
      background: #EBEAEA;
      display: inline-block;
      border-radius: 8px;
      opacity: 1;
    }

    .services-indicator .dot.active {
      width: 50px;
      background: #05294a;
    }

/* Footer (match screenshot) */
.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 32px 40px;
 
  background-color: #fff;
  box-sizing: border-box;
}

.footer-left { flex: 1; }

.footer-links {
  display: flex;
  gap: 80px;
}

.footer-links ul { list-style: none; padding: 0; margin: 0; }
.footer-links li { margin-bottom: 12px; color: #000; font-size: 15px; }

.social { margin-top: 20px; 
margin-left: 110px;}
.social p { margin: 0 0 8px 0; font-weight: 700; }

.social-icons a {
  display: inline-flex;
  width: 34px;
  height: 34px;
  background: #000;
  border-radius: 8px;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
}
.social-icons img { width: 18px; height: 18px; display: block; filter: brightness(0) invert(1); }

.copyright { margin-top: 24px;
     font-size: 14px;
      color: #333;
      margin-left: 110px;
     }

.footer-right { flex: 0 0 320px; display: flex; justify-content: center; }

.download-box {
  text-align: center;
  background-color: #f5f8fa;
  padding: 26px 20px;
  border-radius: 8px;
  width: 260px;
  box-shadow: 0 0 0 1px #e5e5e5 inset;
}

.download-box h3 { margin-bottom: 6px; font-size: 18px; color: #000; }
.download-box p { font-size: 13px; color: #333; margin-bottom: 12px; }

.playstore, .appstore {
  display: block;
  width: 180px;
  margin: 8px auto;
  border: 1px solid #dcdcdc;
  border-radius: 8px;
  padding: 8px 10px;
  background: #fff;
}

.playstore img, .appstore img { width: 150px; display: block; margin: 0 auto; }

@media (max-width: 900px) {
  .footer { flex-direction: column; gap: 20px; }
  .footer-right { order: 2; }
  .footer-left { order: 1; }
  .footer-links { gap: 40px; flex-wrap: wrap; }
}


.footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  border-top: 2px solid #eaeaea;
  background-color: #fff;
}

.footer-left {
  flex: 1;
}

.footer-links {
  display: flex;
  gap: 80px;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
  color: #000;
}

.social {
  margin-top: 20px;
}

.social-icons img {
  width: 25px;
  margin-right: 10px;
}

.copyright {
  margin-top: 20px;
  font-size: 14px;
  color: #333;
}

.footer-right {
  flex: 0.5;
  display: flex;
  justify-content: center;
}

.download-box {
  text-align: center;
  background-color: #f5f8fa;
  padding: 30px;
  border-radius: 8px;
  width: 250px;
  box-shadow: 0 0 0 1px #e5e5e5;
}

.download-box h3 {
  margin-bottom: 10px;
  font-size: 18px;
  color: #000;
}

.download-box p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #000;
}

.playstore img,
.appstore img {
  width: 150px;
  margin-bottom: 10px;
  border: none;
  cursor: pointer;
  background: none;
}

    @media (max-width: 600px) {
      .services-header h2 {
        font-size: 18px;
      }
      .service-title {
        font-size: 15px;
      }
      .service-subtitle {
        font-size: 13px;
      }
    }


    @media (max-width: 1100px) {
      .job-tags { grid-template-columns: repeat(3, 1fr); gap: 14px 18px; }
      .job-tag { padding: 12px 22px; }
    }

    @media (max-width: 700px) {
      .job-tags { grid-template-columns: repeat(2, 1fr); gap: 12px 14px; }
      .job-tag { padding: 10px 18px; }
    }

    @media (max-width: 480px) {
      .top-jobs { width: 92%; }
      .job-tags { grid-template-columns: 1fr; gap: 10px 12px; }
      .job-tag { padding: 10px 16px; font-size: 14px; }
    }




    /* Responsive */
    @media (max-width: 1024px) {
      .company-logos { grid-template-columns: repeat(2, 1fr); gap: 20px; }
      .company-box img { max-width: 120px; }
      .company-section h2 { font-size: 20px; }
    }

    @media (max-width: 576px) {
      .company-logos { grid-template-columns: 1fr; gap: 16px; }
      .company-box img { max-width: 160px; }
    }

    /* Responsive fix */
    @media (max-width: 576px) {
      .upload-box {
        flex-direction: column;
        gap: 10px;
      }
      .btn-upload {
        width: 100%;
      }
    }