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

body {
  font-family: 'Poppins', sans-serif !important;
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden; 
}



/*--------------------------------------------------------------
# Hero Section
--------------------------------------------------------------*/
#hero {
width: 100%;
height: 100vh;
background: url("../images/White\ background.svg");
position: relative;
}

#hero .hero-container {
padding-top: 80px !important;
position: absolute;
bottom: 0;
top: 0;
left: 0;
right: 0;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
text-align: center;
padding: 0 15px;
padding-right: 150px;
padding-left: 150px;
}

#hero .hero-logo {
margin-bottom: 30px;
}

#hero h1 {
margin: 0 0 30px 0;
font-size: 48px;
font-weight: 700;
background: linear-gradient(45deg, #000000, #00aeef, #000000);
-webkit-background-clip: text;
display: inline-block; /* Ensures gradient applies to text */
font-weight: 700;
font-family: 'Poppins', sans-serif;
line-height: 60px !important;
color: transparent;

}



#hero p {
color: #000000;
margin-bottom: 30px;
font-size: 18px;
font-weight: 400;
font-family: 'Poppins', sans-serif;
line-height: 32px;
}

#hero .btn-get-started {
font-family: "Montserrat", sans-serif;
text-transform: uppercase;
font-weight: 400;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 14px 30px;
border-radius: 3px;
margin: 10px;
color: #fff;
background: #7cc576;
}

#hero .btn-get-started:hover {
transition: 0.5s;
background: #fff;
color: #7cc576;
}

@media (min-width: 1024px) {
#hero {
  background-attachment: fixed;
}
}

@media (max-width: 768px) {
#hero h1 {
  font-size: 38px;
  line-height: 54px !important;
}

#hero p{
  line-height: 22px;
}

#hero .hero-container {
  padding-right: 20px;
  padding-left: 20px;
}
}



/* ---------------------Companies--------------------- */



@keyframes slide {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}

.logos {
  overflow: hidden;
  padding: 40px 0;
  background: white;
  white-space: nowrap;
  position: relative;
}

.logos:before,
.logos:after {
  position: absolute;
  top: 0;
  width: 250px;
  height: 100%;
  content: "";
  z-index: 2;
}

.logos:before {
  left: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0), white);
}

.logos:after {
  right: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}

.logos-slide {
  display: inline-block;
  animation: 35s slide infinite linear;
}

.logos-slide img {
  height: 30px;
  margin: 0 40px;
}



/* Title */
.maintitle {
  margin-bottom: 10px;
  width: 100%;
  text-align: center;
  padding-top: 40px;
}
.maintitle h2 {
  color: #000;
  font-size: 40px !important;
  font-weight: 300;
  position: relative;
  display: inline-block;
}
.maintitle h2 span {
  position: relative;
  color: #00AEEF;
  font-weight: 600;
  z-index: 1;
}
/*.maintitle h2 span:before{ width: 125px; height: 15px; content: ''; position: absolute; z-index: -1; right: 5px; bottom: 4px; background: url(../images/uiline.svg) left top no-repeat; background-size:cover;}*/
.slick-prev.slick-arrow {
  width: 32px !important;
  height: 32px;
  position: absolute;
  left: -20px;
  top: 47%;
  background: url("../images/prev-arrow.svg") left top no-repeat;
  background-size: 100%;
  color: transparent;
  cursor: pointer;
}

/* -----------------------whychooseus------------------ */
#services{
padding-top: 70px;
}
.services .icon-box {
text-align: left;
padding: 60px 30px;
transition: all ease-in-out 0.3s;
background: #ffffff;
border-radius: 10px;
}
.row{
  margin-right: 0px;
  margin-left: 0px;
}

.services .icon-box .icon {
margin-right: 20px; /* Add margin to create space between icon and content */
width: 64px;
height: 64px;
border-radius: 4px;
display: flex;
align-items: center;
justify-content: center;
margin-bottom: 20px;
transition: 0.3s;
flex-direction: row; /* Set flex-direction to row */
}

.services .icon-box .icon i {
color: #151515;
font-size: px;
transition: ease-in-out 0.3s;
}

.services .icon-box h4 {
font-weight: 600;
margin-bottom: 15px;
font-size: 24px;
}

.services .icon-box h4 a {
color: #00AEEF !important;
transition: ease-in-out 0.3s;
}

.services .icon-box p {
line-height: 28px;
font-size: 1rem;
margin-bottom: 0;
text-justify: auto !important;
}

.services .icon-box:hover {
border-color: #fff;
transform: translateY(-10px);
}

/* -------------------------Technology---------------------- */
.hiring h3 {
color: #ffffff; 
padding-top: 80px;
padding-left: 40px;
padding-right: 40px;
padding-bottom: 30px;
font-size: 30px;
font-weight: 600;
}

.hiring p {
padding-left: 60px;
padding-right: 60px;
padding-bottom: 20px;
color: #ffffff;
line-height: 24px;
font-size: 16px;
}

.hiring img {
max-width: 80%;
height: auto;
display: block;
margin: 0 auto; 
padding-bottom: 40px;
}

.hiring form {
padding: 50px;
align-items: center;
}

.hiring .form-control {
width: 100%;
padding: 8px;
margin-bottom: 15px;
box-sizing: border-box;
border: none;
border-bottom: 1px solid #ccc; 
outline: none;
}

.hiring textarea.form-control {
resize: vertical;
border: none; 
border-bottom: 1px solid #ccc;
outline: none;
}

.hiring .btn-primary {
background-color: #00aeef;
color: #ffffff;
cursor: pointer;
}

.hiring .btn-primary:hover {
background-color: #007bb5;
}

.contact-container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 15px;
    background: #00aeef;
    color: #fff;
  
}
/* Job grid */


.job-search-bar {
  text-align: center;
  padding: 40px;
  background-color:#f0f4f8;
  background-image: url('https://live.themewild.com/jobox/assets/img/shape/03.svg');
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain; /* Adjusted from cover to contain */
  min-height: 500px; /* Added to ensure container has height */
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  
}
.job-search-bar2 {
  text-align: center;
  padding: 40px;
  background-color: #f0f4f8;
  background-image: url(https://live.themewild.com/jobox/assets/img/shape/03.svg);
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  min-height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
}
@media (max-width: 460px) {
  .job-search-bar2{
      min-height: 300px;
      padding: 10px;
  }
}

.sub-search-container{
  padding: 20px 30px;
  box-shadow: 0px 0px 4px rgb(222, 220, 220);
  margin-top: 40px;
  display: flex;
  column-gap: 30px;
  background-color: #fff;
  border-radius: 10px;
  flex-wrap: wrap;
}
/* .sub-search-container input{
  border: none;
} */
.breadcrumbs {
  font-size: 16px;
  color:#05264e;
  margin-bottom: 10px;
  font-weight: 600;
}
#link-job-grid{
  color: #3c65f5;
  
}
.breadcrumbs a {
  color: #666;
  text-decoration: none;
  margin: 0 5px;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

#job-grid {
  font-size: 35px;
  color:#05264e;
  margin-bottom: 20px;
  font-weight: 600;
}

.search-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.search-input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 5px;
  font-size: 16px;
  width: 200px;
  box-sizing: border-box;
  min-width: 150px;
}

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

.dropbtn {
  background-color: #fff;
  color: #333;
  padding: 10px;
  font-size: 16px;
  border: 1px solid #ddd;
  border-radius: 5px;
  cursor: pointer;
  width: 200px;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 1;
  border-radius: 5px;
  overflow: hidden;
}

.dropdown-content a {
  color: #333;
  padding: 10px;
  text-decoration: none;
  display: block;
}

.dropdown-content a:hover {
  background-color: #f0f4f8;
}

.dropdown:hover .dropdown-content {
  display: block;
}


.search-button {
  background-color: #007bff;
  color: #fff;
  padding: 10px 20px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 16px;
}

.search-button:hover {
  background-color: #0056b3;
}
.dropdown-content{
  white-space: nowrap;
}
.breadcrumbs {
  margin-bottom: 15px;
}
.breadcrumbs a {
  color: #007bff;
  text-decoration: none;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.search-container {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.sub-search-container {
  display: flex;
  gap: 10px;
  align-items: center;
}
.search-input {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  flex: 1;
}
.dropdown {
  position: relative;
}
.dropbtn {
  padding: 10px;
  border: 1px solid #ddd;
  border-radius: 4px;
  background-color: white;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
  justify-content: space-between;
}
.arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #333;
  transition: transform 0.3s ease;
}
.dropdown.open .arrow {
  transform: rotate(180deg);
  border-top: none;
  border-bottom: 6px solid #333;
}
.dropdown-content {
  display: none;
  position: absolute;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 4px;
  top: 100%;
  left: 0;
  z-index: 1;
  width: 100%;
}
.dropdown-content a {
  padding: 10px;
  display: block;
  text-decoration: none;
  color: #333;
}
.dropdown-content a:hover {
  background-color: #f1f1f1;
}
.dropdown.open .dropdown-content {
  display: block;
}
.search-button {
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  background-color: #007bff;
  color: white;
  cursor: pointer;
}
.search-button:hover {
  background-color: #0056b3;
}

@media (max-width: 600px) {
  .search-input {
      width: 100%;
  }
 /* .sub-search-container {
  width: 100vw;
 } */
 .container2{
  width: 100vw;
  padding: 15px;
 }
 .contact-container{
  display: none;
 }

}
/* General Styling */
body {
  font-family: 'Roboto', sans-serif;
  background-color: #f5f7fa;
  margin: 0;
  padding: 0;
  color: #333;
}

/* .container {
  display: flex;
  flex-direction: row;
} */

/* Sidebar Styling */
.sidebar {
  width: 30%;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  height: fit-content;
}

.sidebar h3, .sidebar h4 {
  color: #05264e;
  margin-bottom: 10px;
}

.filter-section {
  margin-bottom: 20px;
}

.filter-section h3 {
  margin-bottom: 10px;
}

.filter-section label {
  display: block;
  margin-bottom: 8px;
}

/* Range Slider */
.slider {
  width: 100%;
  margin-top: 10px;
}

/* Job Listings Styling */
.job-listings-container {
  width: 75%;
  padding-left: 20px;
}

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

.results-header p {
  font-size: 18px;
  color: #333;
}
.divider{
  width: 100%;
  border: 1px solid rgb(240, 239, 239);
  margin: 10px 0px;
}

.results-header select {
  padding: 5px 10px;
  border-radius: 4px;
  border: 1px solid #e0e0e0;
}

/* Job Card Styling */
.job-listings {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(400px, 1fr));
  gap: 20px;
  padding: 20px;
}

.job-card {
  border: 1px solid #e0e0e0;
  border-radius: 8px;
  padding: 20px;
  background-color: white;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-sizing: border-box;
}

.job-card:hover {
  transform: scale(1.01);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.2);
}


.job-header {
  display: flex;
  align-items: center;
  margin-bottom: 8px;
  column-gap: 12px;
}

.company-logo  {
  width: 60px;
  height: 60px;
  border-radius: 15px;
}

.job-info h3 {
  margin-top: 0;
  margin-bottom: 5px;
  font-size: 20px;
  color:#05264e;
}

.job-info p {
  margin: 0;
  font-size: 14px;
  color: #666;
}



.chip {
  background: #e0f3fe;
  border-radius: 50px;
  padding: 2px 12px;
  color: #01aae8;
  font-size: 14px;
}


.chip:hover {
  background-color: #00aeef;
  color: #fff;
}

.job-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.job-footer span{
  color:#05264e;
  font-weight: 500;
  
}

.price {
  font-weight: bold;
  color: #007bff;
}

.job-card button {
  background-color: #007bff;
  color: white;
  border: none;
  padding: 10px 17px;
  border-radius: 10px;
  cursor: pointer;
  font-size: 16px;
  font-weight: 600;
}

.job-card button:hover {
  background-color: #0056b3;
}

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

  .sidebar {
      width: 100%;
      margin-bottom: 20px;
  }

  .job-listings-container {
      width: 100%;
      padding-left: 0;
      justify-content: center;
  }

  .job-listings {
      grid-template-columns: 1fr;
      padding: 0px;
  }
  .job-footer{
  flex-direction: column;
  row-gap: 12px;
  }
  .card-icon,.job-meta{
    flex-wrap: wrap;
    display: flex;
    row-gap: 10px;
    column-gap: 10px;
  }
  .results-header{
    flex-direction: column;
    row-gap: 12px;
  }
}


/* Pagination Styling */
.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  gap: 10px;
  margin-bottom: 60px;
}


.page-btn {
  padding: 10px 15px;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #fff;
  cursor: pointer;
  font-size: 16px;
  color: #333;
  transition: background-color 0.3s, color 0.3s;
}

.page-btn:hover {
  background-color: #007bff;
  color: #fff;
}

.page-btn:disabled {
  cursor: not-allowed;
  background-color: #f0f0f0;
  color: #ccc;
}

.page-btn.active {
  background-color: #007bff;
  color: #fff;
  border-color: #007bff;
}
#card-ptag{
  color: #3c65f5;
}
.card-icon{
  display:flex;
  column-gap: 15px;
}

/* <!-- job Details--> */
body {
  font-family: Arial, sans-serif;
  background-color: #f4f4f4;
  margin: 0;
  padding: 0;
}

.container2 {
  display: flex;
  flex-wrap: wrap;
  margin: 20px auto;
  padding: 10px 0px;
  max-width: 1150px;
  width: 100vw;
}

.job-details {
  flex: 2;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
  margin-right: 20px;
  width: 60%;
}

.header-image {
  width: 100%;
  border-radius: 8px;
  margin-bottom: 20px;
}

h2, h3 {
  color: #333;
  margin-bottom: 20px;
}

p {
  color: #0e0e0e;
  line-height: 1.6;
  margin-bottom: 20px;
}



.sidebar {
  flex: 1;
  padding: 20px;
  background-color: #fff;
  border-radius: 8px;
}
.sub-company-info{
  display: flex;
  column-gap: 13px;
}
.profile-tag{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}

.company-info, .job-overview{
  margin-bottom: 20px;
}
.social-media-icons {
  display: flex;
}

.company-logo {
  width: 60px;
  margin-bottom: 10px;
}

.company-info h4, .job-overview h4, .contact-info h4 {
  margin-bottom: 10px;
  color: #333;
}
.contact-info {
  display: flex;
  flex-direction: row;
  gap: 10px;
  align-items: center;
  font-size: 13px;
}
.contact-info2 {
  display: flex;
  flex-direction: row;
  flex-direction: column;
  gap: 10px;
  align-items: center;
  font-size: 13px;
  align-items: flex-start;
}
.apply-btn, .save-btn {
  display: inline-block;
  width: 100%;
  padding: 10px;
  margin: 10px 0;
  border-radius: 5px;
  border: none;
  color: #fff;
  cursor: pointer;
  font-size: 16px;
  justify-content: center;
  margin: auto;
  max-width: 250px;
}

.apply-btn {
  background-color: #3498db;
}

.save-btn {
  background-color: #2ecc71;
}

.apply-btn:hover, .save-btn:hover {
  opacity: 0.9;
}

address {
  font-style: normal;
  color: #555;
  line-height: 1.6;

}

address i {
  margin-right: 5px;
  margin-top: 10px;
}
.sidebar2{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
  width: 30%;
  box-shadow: 0 0 40px 5px rgb(0 0 0 / 5%);
  padding: 15px;
}
.btn-class{
  display: flex;
  column-gap: 20px;
}
.apply-btn, .save-btn {
  color: #fff; /* Button text and icon color */
  border: none; /* Remove default border */
  padding: 10px 20px; /* Add padding */
  font-size: 16px; /* Font size */
  border-radius: 5px; /* Rounded corners */
  cursor: pointer; /* Pointer cursor on hover */
  display: flex;
  align-items: center;
  gap: 8px; /* Space between icon and text */
  transition: background-color 0.3s ease, transform 0.3s ease; /* Smooth transition */
  white-space: nowrap;
}

.apply-btn i, .save-btn i {
  font-size: 18px; /* Icon size */
}

.apply-btn:hover, .save-btn:hover {
  background-color: #0056b3; /* Darker background on hover */
  transform: translateY(-2px); /* Slight lift effect on hover */
}

.apply-btn:active, .save-btn:active {
  transform: translateY(0); /* Reset lift effect on click */
}
.share-container {
  display: flex;
  align-items: center;
}

.share-container span {
  font-size: 18px;
  color: #2c3e50;
  margin-right: 10px;
}

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

.social-icons a {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f0f4fa;
  color: #3498db;
  font-size: 18px;
  text-decoration: none;
  transition: background-color 0.3s ease;
}

.social-icons a:hover {
  background-color: #e2e8f0;
}
.job-details{
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.job-Details-container{
  display: flex;
  width: 100%;
}
.job-listings2 {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  gap: 20px;
  width: 100%;
  white-space: nowrap;
}
#Ralated-jobs{
  margin-top: 60px;
}

@media (max-width: 768px) {
  .container {
      flex-direction: column;
  }

  .job-details {
      margin-right: 0;
      margin-bottom: 20px;
  }
}
@media (max-width: 980px) {
  .job-details{
    width: 100%;
  }
  .job-Details-container{
    flex-direction: column;
  }
  .sidebar2{
    width: 100%;
  }
  .btn-class{
    flex-direction: column;
    row-gap: 12px;
  }
}
@media (max-width: 680px) {
  .job-details{
    width: 100%;
  }
  .job-Details-container{
    flex-direction: column;
  }
  .sidebar2{
    width: 100%;
  }
  .btn-class{
    flex-direction: column;
    row-gap: 12px;
  }
  .contact-info{
    display: none;
  }
  .share-container{
    flex-direction: column;
    row-gap: 15px;
  }
  .company-logo{
    width: 40px;
    height: 40px;
  }
  .job-info h3{
    font-size: 18px;
  }
}

ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  row-gap: 5px;
}

li {
  display: flex;
  margin-bottom: 10px;
  column-gap: 15px;
  font-size: 14px;
  color: #0e0e0e;
}

li i {
  color:#00aeef; /* Set the icon color to blue */
  margin-bottom: 5px; /* Add some space between the icon and the text */
}

.list {
  display: flex;
  flex-direction: column;
  row-gap: 10px;
}
.list strong{
  color: #05264e;
  font-weight: 500;
  margin-top: -4px;
  font-size: 17px;
}
