
h1, h2, h3, strong, p, a, button {
font-family: "Inter", sans-serif; 
}
.career-btn button.btn.btn-outline-success {
    border: 1px solid #0074B9;
    color: #0074B9;
    padding: 10px 25px;
    border-radius: 25px;
	margin-right: 15px;
	font-weight: 500;
}
.career-btn button.btn.btn-outline-success:hover {
    border: 1px solid #0074B9;
    color: #fff;
	background:#0074B9;
}
.sign-btn button.btn.btn-outline-success {
    background: #0074B9;
    color: #fff;
    padding: 10px 25px;
	border: 1px solid #0074B9;
    border-radius: 25px;
	font-weight: 500;
}
.sign-btn button.btn.btn-outline-success:hover {
    border: 1px solid #0074B9;
    color: #0074B9;
	background:#fff;
}
.background-color {
    background-image: linear-gradient(#E9F7FF, #ffffff);
}
    .container {
      max-width: 1200px;
      margin: auto;
    }

    .hero {
      display: flex;
      flex-wrap: wrap;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 50px;
	  margin-top: 50px;
    }

    .hero-text {
      max-width: 550px;
    }

    .hero-text h1 {
    font-size: 55px;
    font-weight: 400;
	color: #000;
    }

    .hero-text h1 span {
      color: #000;
    font-weight: 800;
    }

    .hero-text p {
      font-size: 20px;
    color: #000;
    line-height: 35px;
	padding: 25px 0px 25px 0px;
	margin-bottom: 0px;
    }

    .hero-text button {
    padding: 15px 30px;
    font-size: 19px;
    background-color: #0074B9;
    color: white;
    border: none;
    border-radius: 35px;
    cursor: pointer;
    line-height: 16px;
    }

    .hero-image {
      max-width: 500px;
      flex: 1;
      text-align: center;
    }
.card img {
    width: 100%;
    max-width: 60px;
}
    .hero-image img {
      width: 100%;
      height: auto;
    }
.table-heading h1 {
    font-size: 45px;
    color: #fff;
    font-weight: 600;
}
    .grid {
      display: grid;
		grid-template-columns: repeat(3, 1fr);
      gap: 30px;
    }

    .card {
      background: white;
      padding: 25px;
      border-radius: 18px;
      transition: transform 0.2s;
    }
    .card h3 {
     color: #000;
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
    font-weight: 700;
    }

    .card h3 span {
      margin-right: 8px;
      font-size: 22px;
    }

    .card p {
    font-size: 15px;
    color: #000000;
    line-height: 24px;
	    margin: 0px
}
.table-background {
	background-image: linear-gradient(#0074B9, #003453);
	margin-top: 100px;
	padding-top: 70px;
    padding-bottom: 70px;
}
    .container {
      max-width: 1200px;
      margin: auto;
    }

    .select-option-sec {
      display: flex;
      flex-wrap: wrap;
      gap: 15px;
      margin-bottom: 30px;
	  margin-bottom: 40px;
    margin-top: 40px;
    }

    .select-option-sec input,
    .select-option-sec select {
     padding: 12px;
    border-radius: 5px;
    border: none;
    width: 100%;
    max-width: 250px;
	font-size: 14px;
    line-height: 32px;
    color: #0000007d;
    }

    .job-grid {
      display: grid;
      grid-template-columns: repeat(4, 1fr);
      gap: 30px;
    }

    .job-card {
      background-color: rgba(255, 255, 255, 0.05);
      padding: 20px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      transition: 0.3s ease;
    }
    .job-title h3 {
        font-weight: 700;
    font-size: 18px;
    margin-bottom: 6px;
    color: #fff;
    line-height: 28px;
    }

    .job-location {
         font-size: 15px;
    color: #fff;
    margin-bottom: 15px;
    line-height: 24px;
    font-weight: 400;
    }

    .more-details a {
      color: #fff;
    text-decoration: underline;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    }
	.cst-form-sec {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    justify-content: space-between;
    gap: 60px;
	margin-top: 70px;
}
.form-design-sec {
    background: #E6F8FF;
    padding: 30px;
    border-radius: 26px;
    border: 1px solid #0074b94d;
	    max-width: 520px;
}
.fonm-heading h2 {
    text-align: center;
    color: #000;
    font-size: 27px;
    line-height: 32px;
    font-weight: 700;
    margin: 0px;
}
.form-btn button.btn.btn-primary {
    width: 100%;
    border-radius: 30px;
    background: #0074B9;
    padding-top: 12px;
    padding-bottom: 12px;
	margin-top: 30px;
}
.cst-career-profile h2 {
    font-size: 36px;
    color: #000;
    line-height: 40px;
    margin: 0px;
    margin-bottom: 25px;
	font-weight: 300;
}
.cst-job-fairs p {
    font-size: 20px;
    color: #000;
    line-height: 28px;
    margin: 0px;
	font-weight: 300;
}
.cst-career-profile strong {
    font-weight: bold;
}
.cst-job-fairs strong {
    font-weight: bold;
}
.form-select-file {
    padding: 10px 0px 10px 0px;
}
.form-bottom-sec label {
    font-size: 14px;
    font-weight: 400;
    color: grey;
    line-height: 32px;
}
.form-design p {
    color: #0000006e;
    font-size: 10px;
    line-height: 32px;
    font-family: 'Inter';
	    margin-bottom: 0px;
}
@media only screen and (max-width: 767px) {
	.hero-text h1 {
    font-size: 40px;
}
.hero-text p {
    font-size: 16px;
    padding: 10px 0px 10px 0px;
}
.card {
    padding: 15px;
}
.card h3 {
    font-size: 12px;
    margin-bottom: 5px;
    margin-top: 5px;
}
.grid {
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.card img {
    width: 100%;
    max-width: 40px;
}
.table-heading h1 {
    font-size: 25px;
}
.table-background {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
}
.job-grid {
    grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.job-card {
    padding: 12px;
}
.job-location {
    font-size: 12px;
    margin-bottom: 10px;
}
.hero {
flex-direction: column;
text-align: center;
}

.hero-text {
margin-bottom: 30px;
}
.filters {
flex-direction: column;
}
.cst-form-sec {
grid-template-columns: repeat(1, 1fr);

}
.cst-form-sec {
    gap: 40px;
    margin-top: 30px;
}
.cst-career-profile h2 {
    font-size: 25px;
    line-height: 30px;
    margin-bottom: 12px;
}

    }