.c-container {
  display: grid;
  grid-template-columns: .8fr 1.9fr;
  gap: 60px;
}

.c-section-lft h1 {
  font-size: 38px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
}

.c-sec-row{
  display: grid;
  /*grid-template-columns: .8fr 1.9fr;*/  
}
.projects-section {
  width: 60%;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
.project-card {
  border-bottom: 1px solid #eee;
  padding-bottom: 20px;
}

.project-header {
  display: flex;
  gap: 10px;
}
.project-header img {
  width: 30px;
  height: 45px;
  border-radius: 50%;
}
.project-c{
  display: flex;
  align-items: center;
  gap: 12px;
}
.project-c p{
  margin: 0;
}
.tag {
  border: 1px solid #ff4500;
  color: #ff4500;
  font-weight: 600;
  padding: 5px 15px;
  border-radius: 25px;
  font-size: 14px;
}

.project-card h2 {
  font-size: 24px;
  font-weight: 700;
  color: #0c1b2b;
  margin-bottom: 10px;
}

.contact-section {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}


.contact-container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  background-color: #0b1c36;
}

.form-area {
  padding: 60px;
}

.small-title {
  font-size: 14px;
  color: #b8bfd0;
  letter-spacing: 1px;
  margin-bottom: 15px;
}

h2 {
  font-size: 36px;
  line-height: 1.3;
  color: #fff;
}

.form-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

input,
textarea {
  width: 100%;
  padding: 15px 20px;
  border: none;
  border-radius: 50px;
  background-color: #fff;
  font-size: 16px;
  color: #333;
  outline: none;
}

textarea {
  border-radius: 20px;
  resize: none;
  margin-top: 20px;
  height: 120px;
}

.btn {
  background-color: #ff4500;
  color: #fff;
  border: none;
  border-radius: 30px;
  padding: 14px 30px;
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  margin-top: 20px;
  float: right;
  transition: 0.3s;
}

.btn:hover {
  background-color: #e23d00;
}

.image-area img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.coffee-section {
  text-align: center;
}

.top-button {
  margin-bottom: 30px;
}

.outline-btn {
  border: 1px solid #ff4500;
  color: #ff4500;
  padding: 10px 25px;
  border-radius: 30px;
  font-weight: 600;
  text-decoration: none;
  transition: all 0.3s ease;
}

.outline-btn:hover {
  background-color: #ff4500;
  color: #fff;
}

.content h2 {
  font-size: 40px;
  font-weight: 700;
  line-height: 1.3;
  color: #0c1b2b;
}

.highlight {
  color: #ff4500;
}

.btn-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 30px;
}

.connect-btn {
  background-color: #0c1b2b;
  color: #fff;
  padding: 14px 28px;
  border: none;
  border-radius: 999px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s;
}

.connect-btn:hover {
  background-color: #ff4500;
}

.connect-section {
  background: url(/innovus_management/assets/images/career/.webp) center / cover no-repeat;
  text-align: center;
  padding: 20px 40px;
}

.small-heading {
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 500;
  margin-bottom: 20px;
}

.main-heading {
  font-size: 40px;
  line-height: 1.4;
  font-weight: 700;
  margin-bottom: 70px;
}

.stats-container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-box {
  padding: 40px 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.stat-box:last-child {
  border-right: none;
}

.stat-box h2 {
  font-size: 70px;
  font-weight: 600;
  color: #0c1b2b;
  margin-bottom: 10px;
}

.title {
  font-size: 16px;
  font-weight: 500;
  color: #ccc;
  margin-bottom: 15px;
}

.desc {
  font-size: 16px;
  color: #aaa;
  line-height: 1.5;
}
.row-rgt h2{
  color: var(--dark);
  font-size: 20px;
}
.row-rgt p{
  color: var(--muted);
}
.written{
  font-size: 14px;
  color: #959DA8;
}
.name{
  font-size: 14px;
  font-weight: 600;
}
.btnApplyNow{
  cursor: pointer;
}
.btnApplyNow:hover{
  background:#e23d00;
  color:#fff;
}