@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HELVETICANOWDISPLAY-REGULAR.TTF");
  font-weight: normal;
  
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HELVETICANOWDISPLAY-MEDIUM.TTF");
  font-weight: 500;
  
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HELVETICANOWDISPLAY-BOLD.TTF");
  font-weight: bold;
  
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HELVETICANOWDISPLAY-LIGHT.TTF");
  font-weight: 300;
  
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HELVETICANOWDISPLAY-THIN.TTF");
  font-weight: 100;
  
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HELVETICANOWDISPLAY-EXTRABOLD.TTF");
  font-weight: 800;
  
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HELVETICANOWDISPLAY-BLACK.TTF");
  font-weight: 900;
  
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HELVETICANOWDISPLAY-EXTBLK.TTF");
  font-weight: 950;
  
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HELVETICANOWDISPLAY-EXTLT.TTF");
  font-weight: 200;
  
}

@font-face {
  font-family: "Helvetica Now Display";
  src: url("../fonts/HELVETICANOWDISPLAY-EXTBDITA.TTF");
  font-weight: 600;
  font-style: italic;
}

html {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Let's get this party started */
::-webkit-scrollbar {
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
  border-radius: 8px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 8px;
  background-color: #c6c6c6;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.9);
}

::-webkit-scrollbar-thumb:window-inactive {
  background-color: #c6c6c6;
}

a {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

* {
  outline: 0;
}

*,
:after,
:before {
  box-sizing: border-box;
}

body {
  padding: 0px !important;
  margin: 0px !important;
  -webkit-font-smoothing: antialiased !important;
  font-size: 16px;
  line-height: 1.42857143;
  height: 100%;
  position: relative;
  overflow: hidden auto;
  font-family: "Helvetica Now Display", sans-serif;
  color: #21252B;
  background-color: #fff;
}

main {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}

.page-wrapper {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  min-height: 100vh;
  width: 100%;
  overflow: hidden;
  position: relative;
}

/* Header */
.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
  transition: all 0.3s ease;
  background: rgba(0, 0, 0, 0.50);
  padding: 20px 0;
}
.header.sticky {
  background: rgba(0, 0, 0, 0.50);
  padding: 10px 0;
  backdrop-filter: blur(10px);
}

/* .header.sticky .header-content{
  background: rgba(60, 51, 51, 0.397);
  backdrop-filter: blur(15px);
  box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
} */
.container-fluid {
  padding: 0 5rem;
}
/* .header-content {
  border-radius: 130px;
  background: rgba(60, 51, 51, 0.10);
  backdrop-filter: blur(10px);
  padding: 20px 25px;
  border: 1px solid rgb(255 255 255 / 10%);
  transition: all 0.3s ease;
} */
.header-content .logo {
  max-width: 150px;
}
.header-content .menu {
  margin-left: 3rem;
}
.header-content .menu .nav-menu {
  display: flex;
  margin: 0;
  padding: 0;
  gap: 1rem;
}
.header-content .menu .nav-menu li .nav-link {
  color: #FFF;
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 15px;
  font-weight: 500;
  line-height: normal;
  text-decoration: none;
}
.header-content .header-button .btn {
  border-radius: 0;
  background-color: transparent;
  border: 1px solid #6BCBDA;
  font-size: 15px;
}
.header-content .header-button .btn:hover {
  background-color: #6BCBDA;
  color: #fff;
  border: 1px solid #6BCBDA;
}
.header-content .menu .nav-menu li .nav-link:hover {
  color: #6BCBDA;
}
.header-content .menu .nav-menu li.dropdown .dropdown-menu {
  border-radius: 20px;
  border: 2px solid #6BCBDA;
  background: #FFF;
  padding: .5rem;
}

.search-box {
  cursor: pointer;
  transition: all 0.3s ease;
  color: #fff;
}
.search-box:hover {
  color: #6BCBDA;
}

.header-content .menu .nav-menu li.dropdown .dropdown-menu li a {
  color: #333;
  font-family: "Helvetica Now Display";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding: 5px 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
}
.header-content .menu .nav-menu li.dropdown .dropdown-menu li a i {
  width: 25px;
  height: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #6BCBDA;
  color: #fff;
  border-radius: 50%;
  font-size: 13px;
  opacity: 0;
  transition: all 0.3s ease;
}
.header-content  .dropdown-toggle::after {
  font-family: "Font Awesome 6 Free";
  content: "\f078";
  font-weight: 900;
  font-size: 16px;
  color: #fff;
  transition: all 0.3s ease;
  border: none;
  vertical-align: 0;
  font-size: 12px;
  transition: all 0.3s ease;
}
.header-content .dropdown-toggle:hover::after {
  transform: rotate(180deg);
  color: #6BCBDA;
}

.header-content .menu .nav-menu li.dropdown .dropdown-menu li a:hover {
  border-radius: 10px;
  background: #E9E9E9;
}
.header-content .menu .nav-menu li.dropdown .dropdown-menu li a:hover i {
  opacity: 1;
}
.header-content .menu .nav-menu li.dropdown:hover .dropdown-menu,
.header-content .language .dropdown:hover .dropdown-menu {
  display: block;
}
.header-content .language button {
  color: #FFF;
  background: transparent;
  border: none;
}
.header-content .language .dropdown-menu {
  background: #fff !important;
  min-width: 60px;
}
.header-content .language .dropdown-menu li a {
  color: #000 !important;
}
.header-content .language .dropdown-menu li a:hover {
  color: #6BCBDA !important;
}
.header-content .login-button {
  border-radius: 50%;
  width: 45px;
  height: 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: transparent;
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
.header-content .login-button:hover {
  background-color: #6BCBDA;
  border: 1px solid #6BCBDA;
}

/* Mobile Menu Toggle - Hidden by default */
.mobile-menu-toggle {
  display: none;
}
.btn {
  text-align: center;
  font-family: "Helvetica Now Display";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  border-radius: 30px;
  border: 1px solid;
  padding: 10px 30px;
  min-width: 160px;
}
.btn.btn-light {
  background-color: #6BCBDA;
  border: 1px solid #6BCBDA;
  color: #fff;
}
.btn.btn-light:hover {
  background-color: #fff;
  color: #6BCBDA;
  border: 1px solid #6BCBDA;
}

.btn.btn-outline-light {
  background-color: transparent;
  border: 1px solid #6BCBDA;
  color: #6BCBDA;
}
.btn.btn-outline-light:hover {
  background-color: #6BCBDA;
  color: #fff;
  border: 1px solid #6BCBDA;
}

/* Hero Section */
.hero-section {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100vh;
  display: flex;
  position: relative;
    align-items: flex-end;
    min-height: 750px;
}

.hero-image {
  position: absolute;
  right: 12vw;
  bottom: 0;
  max-width: 440px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.hero-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.inner-banner {
  height: auto;
  padding: 88px 0 4rem;
}
.banner-description {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.hero-section .banner-description span {
  color: #6BCBDA;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
}
.hero-section .banner-description h1 {
  color: #FFF;
  font-family: "Helvetica Now Display";
  font-size: 4rem;
  font-weight: 900;
  line-height: .9;
  text-transform: uppercase;
  margin-bottom: 0;
  max-width: 477px;
}
.hero-section .banner-description p {
  color: #FFF;
  font-family: "Helvetica Now Display";
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  padding-right: 0;
  margin-bottom: 0;
  max-width: 500px;
}
.hero-section .banner-description .btn {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.10);
  backdrop-filter: blur(2px);
  padding: 13.5px 32px;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  display: inline-flex;
  gap: 1rem;
  align-items: center;
}
.hero-section .banner-description .btn:hover {
  background: #6BCBDA;
  border: 1px solid #6BCBDA;
  color: #fff;
}

.hero-form {
  border-radius: 31px;
  border: 1px solid #FFF;
  background: rgba(0, 0, 0, 0.40);
  width: 467px;
  padding: 2.5rem 2rem;
}
.hero-form h2 {
  color: #FFF;
  font-size: 28px;
  font-weight: 800;
  margin-bottom: 1.5rem;
}
.hero-form form .form-group {
  margin-bottom: 1rem;
}
.hero-form form .form-group .form-control {
  border-radius: 5px;
  border: 1px solid #DEDEDE;
  background: #FFF;
  padding: 10px 20px;
  color: #FFF;
  font-size: 16px;
  font-weight: 500;
  height: 50px;
}
.hero-form form .form-group .form-control:focus {
  border-color: #6BCBDA;
  box-shadow: none;
}
.hero-form form .form-group .form-control::placeholder {
  color: #505050;
  font-size: 16px;
  font-weight: 400;
}
.hero-form form .btn {
  border: 1px solid #6BCCDA;
  border-radius: 4px;
  background: #6BCCDA;
  padding: 13.5px 32px;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  display: block;
  width: 100%;
  text-align: center;
}
.hero-form form .btn:hover {
  background: transparent;
  border: 1px solid #6BCBDA;
  color: #6BCBDA;
}
/* Search Overlay Styles */
.search-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease-in-out;
}

.search-overlay.active {
  opacity: 1;
  visibility: visible;
}

.search-overlay-content {
  position: relative;
  width: 100%;
  max-width: 600px;
  padding: 2rem;
}

.search-close-btn {
  position: absolute;
  top: -60px;
  right: 0;
  background: none;
  border: none;
  color: #fff;
  font-size: 24px;
  cursor: pointer;
  padding: 0.5rem;
  transition: color 0.3s ease;
}

.search-close-btn:hover {
  color: #6BCBDA;
}

.search-input-container {
  position: relative;
  display: flex;
  align-items: center;
  background: #fff;
  border-radius: 50px;
  padding: 0.5rem;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
}

.search-input {
  flex: 1;
  border: none;
  outline: none;
  padding: 1rem 1.5rem;
  font-size: 18px;
  background: transparent;
  color: #333;
}

.search-input::placeholder {
  color: #999;
}

.search-submit-btn {
  background: #6BCBDA;
  border: none;
  color: #fff;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.search-submit-btn:hover {
  background: #9bb833;
}

/* Prevent body scroll when overlay is active */
body.search-overlay-active {
  overflow: hidden;
}

/* About us Section */
.about-section {
  padding: 5rem 0;
}
.about-section h2 {
  color: #435262;
  font-size: 34px;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.about-section p {
  color: #6C727F;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.about-section .pr-lg-5 {
  padding-right: 5rem;
}

.about-section .btn {
  border-radius: 10px;
  background: #6BCBDA;
  border: 1px solid #6BCBDA;
  color: #000;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  display: inline-flex;
  gap: .5rem;
  align-items: center;
}
.about-section .btn:hover {
  background: #fff;
  color: #6BCBDA;
  border: 1px solid #6BCBDA;
}
.about-section .btn:hover svg path {
  stroke: #6BCBDA;
}

/* What We Deliver Section */
.what-we-deliver-section {
  padding: 5rem 0;
}
.what-we-deliver-section h2 {
  color: #000;
  font-size: 68px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
  max-width: 360px;
}
.what-we-deliver-section .left-content {
  display: flex;
  flex-direction: column;
  gap: 4rem;
}

.what-we-deliver-section  .top-img {
  margin-left: -15%;
  margin-top: 1rem;
  padding-right: 3rem;
}
.what-we-deliver-section .right-content h3{
  color: #6BCCDA;
  font-size: 32px;
  font-weight: 500;
}
.what-we-deliver-section .right-content p {
  color: #435262;
  font-size: 16px;
  font-weight: 400;
}

/* Payment Solutions Section */
.payment-solutions-section {
  padding: 0 0 5rem;
}
.payment-solutions-section .box {
  background: #6BCCDA;
  padding: 5rem 4rem;
  position: relative;
}
.payment-solutions-section .box h2 {
  color: #FFF;
  font-size: 32px;
  font-weight: 500;
}
.payment-solutions-section .box p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
.payment-solutions-section .box img {
  position: absolute;
  top: -14vw;
  right: 3rem;
}
/* Identity Management & Biometrics Section */
.identity-management-section {
  background-color: #03141C;
  padding: 5rem 0;
  background-size: 70% 100%;
  background-position: left;
  background-repeat: no-repeat;
  position: relative;
}
.identity-management-section::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 30%;
  height: 100%;
  background: linear-gradient(90deg, #03141C -6.09%, rgba(3, 13, 20, 0.00) 100%);
}
.identity-management-section .container-fluid {
  position: relative;
  z-index: 1;
}
.identity-management-section h2 {
  color: #FFF;
  font-size: 68px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}
.identity-management-section p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
/* Secure Printing & Fulfilment Section */
.secure-printing-fulfilment-section {
  padding: 5rem 0;
}
.secure-printing-fulfilment-section h2 {
  color: #6BCCDA;
  font-size: 32px;  
  font-weight: 500;
}
.secure-printing-fulfilment-section p {
  color: #435262;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 0;
}
/* Industries We Support Section */
.industries-we-support-section {
  padding: 0 0 5rem;
}
.industries-we-support-section .right-content {
  padding-left: 2rem;
}
.industries-we-support-section h2 {
  color: #000;
  font-size: 68px;
  font-weight: 900;
  line-height: 0.9;
  text-transform: uppercase;
  max-width: 600px;
}
.industries-we-support-section h2 span {
  color: #6BCCDA;
}
.industries-we-support-section ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.20);
  padding-bottom: 1rem;
}
.industries-we-support-section ul li {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 700;
}
/* Certifications & Standards Section */
.certifications-standards-section {
  padding: 3rem 0;
  background-color: #6BCCDA;
}
.certifications-standards-section .title {
  margin-bottom: 2rem;
}
.certifications-standards-section .title h2 {
  color: #000;
  font-size: 34px;
  font-weight: 700;
}
.certifications-standards-section .title p {
  color: #435262;
  font-size: 16px;
  font-weight: 500;
}
.certifications-standards-section ul {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
  justify-content: space-between;
  text-align: center;
  max-width: 1000px;
  margin: 0 auto;
  row-gap: 1rem;
}
.certifications-standards-section ul li  {
  border-right: 1px solid #000;
  padding-right: 3rem;
}
.certifications-standards-section ul li:last-child {
  border-right: none;
}
.certifications-standards-section ul li h3 {
  color: #FFF;
  font-size: 30px;
  margin-bottom: 1rem;
}
.certifications-standards-section ul li p {
  color: #435262;
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 0;
}
/* Empowering Section */
.empowering-section {
  padding: 5rem 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.empowering-section h2 {
  color: #FFF;
  font-size: 39px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
  max-width: 500px;
}
.empowering-section p {
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 1rem;
  max-width: 600px;
}
.empowering-section .btn {
  border-radius: 4px;
  background: #6BCBDA;
  border: 1px solid #6BCBDA;
  color: #fff;
  padding: 15px 16px;
  font-size: 16px;
  font-weight: 700;
  display: inline-flex;
  justify-content: center;
  gap: .5rem;
  align-items: center;
  width: 600px;
}
.empowering-section .btn:hover {
  background: #fff;
  color: #6BCBDA;
  border: 1px solid #6BCBDA;
}
.empowering-section .btn:hover svg path {
  stroke: #6BCBDA;
}
/* Why Choose Us Section */
.why-choose-us-section {
  padding: 0 0 5rem;
}
.why-choose-us-section .title {
  margin-bottom: 2rem;
}
.why-choose-us-section .title h2 {
  color: #21252B;
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 0;
}
.why-choose-us-section .box {
  border-radius: 12px;
  border: 1px solid rgba(229, 231, 235, 0.50);
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  text-align: center;
  display: flex;
  flex-flow: column;
  gap: 1rem;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  height: 100%;
}
.why-choose-us-section .box:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}
.why-choose-us-section .box h3 {
  color: #21252B;
  font-size: 18px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.45px;
  margin-bottom: 0;
}
.why-choose-us-section .box p {
  color: #6C727F;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

/* Career Opportunities Section */
.career-opportunities-section {
  padding: 5rem 0;
}
.career-opportunities-section .title h2 {
  color: #21252B;
  font-size: 33px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
.career-opportunities-section .title p {
  color: #6C727F;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  margin-bottom: 0;
}

/* Filter Box */
.filter-box {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 850px;
  margin: 2rem auto;
  border-radius: 12px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
}

/* Search Box Styling */
.filter-box .search-box {
  position: relative;
  cursor: default;
}

.filter-box .search-box .form-group {
  position: relative;
  display: flex;
  align-items: center;
}

.filter-box .search-box .search-icon {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  pointer-events: none;
}

.filter-box .search-box .search-input-field {
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  width: 100%;
  height: 48px;
  padding: 8px 12px 8px 44px;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #21252B;
  outline: none;
  transition: all 0.3s ease;
}

.filter-box .search-box .search-input-field:focus {
  border-color: #6BCBDA;
  box-shadow: 0 0 0 3px rgba(107, 203, 218, 0.1);
}

.filter-box .search-box .search-input-field::placeholder {
  color: #9CA3AF;
}

/* Advanced Filters Container */
.advanced-filters-container {
  position: relative;
}

.advanced-filters-btn {
  border-radius: 10px;
  border: 1px solid #E5E7EB;
  background: #FFF;
  padding: 12px 24px;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #21252B;
  cursor: pointer;
  transition: all 0.3s ease;
  white-space: nowrap;
  display: flex;
  align-items: center;
  gap: .5rem;
}

.advanced-filters-btn:hover {
  border-color: #6BCBDA;
  color: #6BCBDA;
}
.advanced-filters-btn:hover svg path {
  stroke: #6BCBDA;
}

.advanced-filters-btn:active {
  transform: scale(0.98);
}

/* Advanced Filters Dropdown */
.advanced-filters-dropdown {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
  width: 394px;
  min-height: 541px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  z-index: 1000;
}

.advanced-filters-dropdown.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.advanced-filters-content {
  padding: 24px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.advanced-filters-title {
  text-align: center;
  color: #21252B;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 20px;
  font-weight: 700;
  margin: 0 0 10px 0;
}

.filter-fields {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.filter-field {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.filter-field label {
  color: #21252B;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: normal;
}

.filter-select {
  border-radius: 16px;
  border: 1.5px solid rgba(0, 0, 0, 0.00);
  background: rgba(0, 0, 0, 0.05);
  height: 43px;
  padding: 8px 12px;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #21252B;
  outline: none;
  cursor: pointer;
  transition: all 0.3s ease;
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12' fill='none'%3E%3Cpath d='M3 4.5L6 7.5L9 4.5' stroke='%236C727F' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 12px center;
  padding-right: 36px;
}

.filter-select:hover {
  background-color: rgba(0, 0, 0, 0.08);
}

.filter-select:focus {
  border-color: #6BCBDA;
  background-color: rgba(107, 203, 218, 0.05);
}

.filter-select option {
  padding: 8px;
  background: #FFF;
}

.filter-submit-btn {
  border-radius: 10px;
  border: 1px solid #6BCBDA;
  background: #6BCBDA;
  padding: 12px 24px;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #FFF;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
  margin-top: 8px;
}

.filter-submit-btn:hover {
  background: #5ab5c4;
  border-color: #5ab5c4;
  transform: translateY(-2px);
  box-shadow: 0 4px 12px rgba(107, 203, 218, 0.3);
}

.filter-submit-btn:active {
  transform: translateY(0);
}

.job-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 850px;
  margin: 0 auto;
}
.job-list .job-item {
  border-radius: 12px;
  border: 1px solid rgba(229, 231, 235, 0.50);
  background: #FFF;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 1.5rem;
  width: 100%;
}
.job-list .job-item .top-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.job-list .job-item .top-info .title {
  color: #21252B;
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.5px;
  margin-bottom: 0;
}
.job-list .job-item .top-info .status {
  display: flex;
  padding: 5px 13px;
  justify-content: center;
  align-items: center;
  background: rgba(33, 196, 93, 0.10);
  border-radius: 25px;
  color: #21C45D;
  font-size: 12px;
  font-weight: 500;
}
.job-list .job-item .short-info {
  display: flex;
  gap: 1rem;
  margin: .5rem 0 1rem;
}
.job-list .job-item .short-info div {
  color: #6C727F;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  gap: .5rem;
  align-items: center;
}
.job-list .job-item .description p {
  color: #6C727F;
  font-size: 16px;
  font-weight: 400;
}
.job-list .job-item .bottom-info {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  row-gap: 1rem;
}
.job-list .job-item .bottom-info .posted {
  display: flex;
  gap: .5rem;
  align-items: center;
  color: #6C727F;
  font-size: 12px;
  font-weight: 400;

}
.job-list .job-item .bottom-info .action {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.job-list .job-item .bottom-info .action .view-details {
  color: #6C727F;
  text-align: center;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
}
.job-list .job-item .bottom-info .action .view-details:hover {
  color: #6BCBDA;
}
.job-list .job-item .bottom-info .action .apply-now {
  display: flex;
  padding: 9.6px 12px;
  justify-content: center;
  align-items: center;
  gap: 11.687px;
  border-radius: 10px;
  background: #6BCBDA;
  color: #000;
  border: 1px solid #6BCBDA;
  transition: all 0.3s ease;
  text-decoration: none;
}
.job-list .job-item .bottom-info .action .apply-now:hover {
  background: #fff;
  color: #6BCBDA;
  border: 1px solid #6BCBDA;
}
.job-list .job-item .bottom-info .action .apply-now:hover svg path {
  stroke: #6BCBDA;
}
.job-list .job-item .salary-range {
  color: #6BCBDA;
  font-size: 14px;
  font-weight: 500;
  border-top: 0.8px solid rgba(229, 231, 235, 0.50);
  padding-top: 1rem;
  margin-top: 1rem;
}
/* Responsive adjustments for search box */
@media (max-width: 1200px) {
  .filter-box .search-box .search-input-field {
    width: 600px;
  }
}

@media (max-width: 768px) {
  .filter-box {
    flex-direction: column;
    align-items: stretch;
  }
  
  .filter-box .search-box .search-input-field {
    width: 100%;
  }
  
  .advanced-filters-container {
    width: 100%;
  }
  
  .advanced-filters-dropdown {
    width: 100%;
    right: auto;
    left: 0;
  }
}

/* Apply Modal Styles */
.apply-modal .modal-dialog {
  max-width: 600px;
}
.apply-modal .modal-content {
  border-radius: 20px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  background: #FFF;
}

.apply-modal .modal-body {
  padding: 2rem;
}

.apply-modal .btn-close {
  position: absolute;
  top: 1rem;
  right: 1rem;
  z-index: 10;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.apply-modal .btn-close:hover {
  opacity: 1;
}

.apply-modal-content {
  padding-top: 1rem;
}

.apply-modal-content .title {
  color: #21252B;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 2rem;
  text-align: center;
}

.application-form {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.application-form .form-row {
  display: flex;
  gap: 1rem;
}

.application-form .form-group {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.application-form .form-group.half-width {
  flex: 1;
}

.application-form .form-group label {
  color: #281D1B;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: normal;
}

.application-form .form-control {
  border-radius: 16px;
  border: 1.5px solid rgba(0, 0, 0, 0.00);
  background: rgba(0, 0, 0, 0.05);
  height: 43px;
  padding: 8px 12px;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #21252B;
  outline: none;
  transition: all 0.3s ease;
}

.application-form .form-control::placeholder {
  color: rgba(0, 0, 0, 0.40);
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.075px;
}

.application-form .form-control:focus {
  border-color: #6BCBDA;
  background: rgba(107, 203, 218, 0.05);
}

.application-form .textarea-field {
  min-height: 75px;
  padding-top: 12px;
  height: auto;
  resize: none;
}
.application-form .form-control:focus {
  box-shadow: none;
  border-color: #5ab5c4;
}
/* File Upload Styles */
.file-upload-wrapper {
  position: relative;
}

.file-input {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  overflow: hidden;
}

.file-upload-display {
  border-radius: 16px;
  border: 1.5px solid rgba(0, 0, 0, 0.00);
  background: rgba(0, 0, 0, 0.05);
  height: 43px;
  padding: 8px 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  transition: all 0.3s ease;
  cursor: pointer;
}

.file-upload-display:hover {
  background: rgba(0, 0, 0, 0.08);
}

.file-upload-display.focused {
  border-color: #6BCBDA;
  background: rgba(107, 203, 218, 0.05);
}

.file-name {
  color: rgba(0, 0, 0, 0.40);
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 15px;
  font-weight: 400;
  letter-spacing: -0.075px;
  flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-right: 80px;
}

.file-name.has-file {
  color: #21252B;
}

.attach-btn {
  position: absolute;
  right: 15px;
  top: 9px;
  background: none;
  border: none;
  color: #6BCBDA;
  font-family: "Helvetica Now Display", sans-serif;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  padding: 0;
  transition: color 0.3s ease;
}

.attach-btn:hover {
  color: #5ab5c4;
}

.attach-btn:active {
  transform: scale(0.98);
}

/* Form Actions */
.form-actions {
  display: flex;
  justify-content: flex-end;
  margin-top: 0.5rem;
}

.submit-btn {
  border-radius: 10px;
  background: #6BCBDA;
  color: #000;
  border: 1px solid #6BCBDA;
  padding: 9px 20px;
  display: flex;
  gap: 1rem;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.3s ease;
}

.submit-btn:hover {
  background: #fff;
  color: #6BCBDA;
  border: 1px solid #6BCBDA;
}

.submit-btn:hover svg path {
  stroke: #6BCBDA;
}

/* Responsive adjustments for modal form */
@media (max-width: 768px) {
  .apply-modal .modal-dialog {
    margin: 1rem;
  }
  
  .apply-modal .modal-body {
    padding: 1.5rem;
  }
  
  .application-form .form-row {
    flex-direction: column;
    gap: 1.5rem;
  }
  
  .application-form .form-group.half-width {
    width: 100%;
  }
  
  .form-actions {
    justify-content: center;
  }
}

/* Scroll to Top Button */
.scroll-to-top {
  position: fixed;
  bottom: 2rem;
  right: 2rem;
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(20px);
  transition: all 0.3s ease;
}

.scroll-to-top.visible {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-to-top a {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #6BCBDA;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  box-shadow: 0 4px 12px rgba(107, 203, 218, 0.3);
  transition: all 0.3s ease;
}

.scroll-to-top a:hover {
  background: #5ab5c4;
  transform: translateY(-3px);
  box-shadow: 0 6px 16px rgba(107, 203, 218, 0.4);
}

.scroll-to-top a i {
  font-size: 18px;
  color: #fff;
}

/* Responsive adjustments for scroll to top */
@media (max-width: 768px) {
  .scroll-to-top {
    bottom: 1.5rem;
    right: 1.5rem;
  }
  
  .scroll-to-top a {
    width: 45px;
    height: 45px;
  }
  
  .scroll-to-top a i {
    font-size: 16px;
  }
}

footer {
  background-color: #000;
  padding: 4rem 0 ;
}
footer .footer-title {
  color: #FFF;
  font-size: 20px;
  font-weight: 400;
  line-height: 22px;
  letter-spacing: -0.7px;
  margin-bottom: 1.5rem;
}
footer .footer-list-links ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
footer .footer-list-links ul li p,
footer .footer-list-links ul li a {
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  text-decoration: none;
}
footer .footer-list-links ul li a:hover {
  color: #6BCBDA;
}
footer .footer-list-links ul.socail-links {
  flex-direction: row;
  gap: .5rem;
}
footer .footer-list-links ul.socail-links a {
  width: 40px;
  height: 40px;
  border: 1px solid #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  color: #fff;
}
footer .footer-list-links ul.socail-links a:hover {
  background-color: #6BCBDA;
  color: #fff;
}
footer .footer-list-links ul.socail-links a:hover svg path {
  stroke: #fff;
}
footer .footer-bottom p {
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  line-height: normal;
  margin-bottom: 0;
}

.career-details-section .job-details .title{
  color: #21252B;
  font-size: 36px;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 1.5rem;
}

.career-details-section .job-details .short-info {
  display: flex;
  gap: 1rem;
  margin: .5rem 0 1.5rem;
}
.career-details-section .job-details .short-info div {
  color: #6C727F;
  font-size: 18px;
  font-weight: 400;
  display: flex;
  gap: .5rem;
  align-items: center;
}
.career-details-section .job-details .tags {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 1rem;
  margin-bottom: 1rem;
}
.career-details-section .job-details .tags span {
  border-radius: 11px;
  background: rgba(0, 0, 0, 0.05);
  padding: 5px 15px;
  color: #000;
  font-size: 16px;
  display: flex;
}

.career-details-section .job-details .description p{
  color: #6C727F;
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 1.5rem;
}
.career-details-section .job-details .description h3 {
  color: #383838;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
}

.career-details-section .job-details .action {
  border-top  : 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 1.5rem;
  margin-top: 1.5rem;
  display: flex;
}
.career-details-section .job-details .action .apply-now {
  display: flex;
  padding: 9.6px 12px;
  justify-content: center;
  align-items: center;
  gap: 11.687px;
  border-radius: 10px;
  background: #6BCBDA;
  color: #000;
  border: 1px solid #6BCBDA;
  transition: all 0.3s ease;
  text-decoration: none;
}
.career-details-section .job-details .apply-now:hover {
  background: #fff;
  color: #6BCBDA;
  border: 1px solid #6BCBDA;
}
.career-details-section .job-details .apply-now:hover svg path {
  stroke: #6BCBDA;
}