@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}


.page-heading{
  width:100vw;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  min-height: 100vh;
  background: #232427;
}

@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;700;800&display=swap");

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: "Poppins", sans-serif;
}

body {
  background: #1e1a1a;
}

/* Job Cards */
.jobs {
  display: flex;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
}

/* .container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 20px;
  max-width: 1200px;
  padding: 20px;
} */

.card {
  width: 300px;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
  margin: 20px;
  overflow: hidden;
  transition: transform 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.card:hover {
  transform: translateY(-10px);
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
}

.card .content {
  padding: 20px;
  text-align: center;
}

.card h3 {
  font-size: 1.5rem;
  color: #333;
  margin: 10px 0;
}

.card p {
  font-size: 1rem;
  color: #666;
}

.read-more {
  display: inline-block;
  padding: 8px 20px;
  background: #2196f3;
  border: none;
  border-radius: 5px;
  color: #fff;
  text-decoration: none;
  transition: background 0.3s ease-in-out;
}

.read-more:hover {
  background: #0e87db;
}

/* Pop-up Container */
.pop-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  justify-content: center;
  align-items: center;
  z-index: 1;
  margin-top: 12vh;
}

.pop-content {
  background-color: #fff;
  padding: 20px;
  border-radius: 15px;
  max-width: 80%;
  max-height: 80%;
  overflow-y: auto;
  text-align: left;
  position: relative;
}

.pop-close-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  background: none;
  border: none;
  font-size: 18px;
  color: red;
}

.pop-close-btn:hover {
  color: darkred;
}

.pop-buttons {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}

.pop-apply-btn,
.pop-close-btn-alt {
  display: inline-block;
  padding: 8px 20px;
  border-radius: 5px;
  cursor: pointer;
  transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.pop-apply-btn {
  background: #2196f3;
  border: none;
  color: #fff;
  text-decoration: none;
}

.pop-apply-btn:hover {
  background: #0e87db;
}

.pop-close-btn-alt {
  background: red;
  border: none;
  color: white;
  font-size: 14px;
}

.pop-close-btn-alt:hover {
  background: darkred;
  color: #fff;
}

/* Media Queries */
@media screen and (max-width: 768px) {
  .container {
    padding: 10px;
  }

  .card {
    width: 100%;
    margin: 10px 0;
  }

  .pop-content {
    max-width: 90%;
    max-height: 90%;
  }
}

.jobs .container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  max-width: 1200px;
  margin: 40px 0;
}

.jobs .container .card {
  position: relative;
  min-width: 320px;
  height: 340px;
  box-shadow: inset 5px 5px 5px rgba(0, 0, 0, 0.2),
    inset -5px -5px 15px rgba(255, 255, 255, 0.1),
    5px 5px 15px rgba(0, 0, 0, 0.3), -5px -5px 15px rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  margin: 30px;
  transition: 0.5s;
}

.jobs .container .card:nth-child(1) .box .content a {
  background: #2196f3;
}

.jobs .container .card:nth-child(2) .box .content a {
  background: #e91e63;
}

.jobs .container .card:nth-child(3) .box .content a {
  background: #23c186;
}

.jobs .container .card:nth-child(4) .box .content a {
  background: #2196f3;
}

.jobs .container .card:nth-child(5) .box .content a {
  background: #e91e63;
}

.jobs .container .card:nth-child(6) .box .content a {
  background: #2196f3;
}

.jobs .container .card:nth-child(7) .box .content a {
  background: #23c186;
}

.jobs .container .card:nth-child(8) .box .content a {
  background: #e91e63;
}

.jobs .container .card:nth-child(9) .box .content a {
  background: #23c186;
}

.jobs .container .card .box {
  position: absolute;
  top: 20px;
  left: 20px;
  right: 20px;
  bottom: 20px;
  background: #2a2b2f;
  border-radius: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  transition: 0.5s;
}

.jobs .container .card .box:hover {
  transform: translateY(-50px);
}

.jobs .container .card .box:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
  background: rgba(255, 255, 255, 0.03);
}

.jobs .container .card .box .content {
  padding: 20px;
  text-align: center;
}

.jobs .container .card .box .content h2 {
  position: absolute;
  top: -10px;
  right: 30px;
  font-size: 8rem;
  color: rgba(255, 255, 255, 0.1);
}

.jobs .container .card .box .content h3 {
  font-size: 1.8rem;
  color: #fff;
  z-index: 1;
  transition: 0.5s;
  margin-bottom: 15px;
}

.jobs .container .card .box .content p {
  font-size: 1rem;
  font-weight: 300;
  color: rgba(255, 255, 255, 0.9);
  z-index: 1;
  transition: 0.5s;
}

.jobs .container .card .box .content a {
  position: relative;
  display: inline-block;
  padding: 8px 20px;
  background: black;
  border-radius: 5px;
  text-decoration: none;
  color: white;
  margin-top: 20px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
  transition: 0.5s;
}

.jobs .container .card .box .content a:hover {
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.6);
  background: #fff;
  color: #000;
}
/* Footer start */

.footermain{
  max-width: 100vw;
  width: 100vw;
}