/* hero-section */
/* ============ */
.hero-section {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  background-color: rgba(231, 231, 231, 1);
  padding-top: 211px;
  position: relative;
}
.illustrator {
  position: absolute;
  bottom: 0;
}
.illustrator img {
  width: 100%;
}
.hero-section .content {
  z-index: 1;
}
.hero-section h1 {
  font-size: 48px;
  line-height: 100%;
  margin-bottom: 15px;
  font-family: var(--font-01);
  font-weight: 700;
  text-align: center;
}
.hero-section h1 span {
  color: rgba(64, 147, 206, 1);
}
.hero-section p {
  font-size: 18px;
  font-family: var(--font-01);
  font-weight: 300;
  line-height: 28px;
  text-align: center;
  color: rgba(55, 65, 81, 1);
}



/* ops cards section */
/* ===================== */
.ops-cards {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(231, 231, 231, 1);
  padding: 60px 40px 90px;
}
.ops-cards .center-content {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 98.55px 57.66px;
}
.ops-cards .center-content .card {
  width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 12px;
}

.ops-cards .center-content .card p {
  font-family: var(--font-01);
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(55, 65, 81, 1);
}

.ops-cards .center-content .card p br {
  display: none;
}

.image-text-row {
  display: flex;
  flex-direction: column;
  gap: 30px;  /* Distance between rows */
}

.image-text-item {
  display: flex;
  align-items: center;
}

.ops-cards .center-content .card h2 {
  font-family: var(--font-01);
  font-weight: 600;
  font-size: 22px;
  line-height: calc(18px * 1.5);
  color: rgb(0, 0, 0);
}
.image-text-item h3 {
  font-family: var(--font-01);
  font-weight: 400;
  font-size: 18px;
  line-height: calc(18px * 1.5);
  color: rgba(55, 65, 81, 1);
}
.ops-cards .center-content .card h4 {
  font-family: var(--font-01);
  font-weight: 600;
  font-size: 16px;
  line-height: calc(18px * 1.5);
  color: rgba(55, 65, 81, 1);
}
.ops-cards .center-content .card h5 {
  font-family: var(--font-01);
  font-weight: 200;
  font-size: 14px;
  line-height: calc(18px * 1.5);
  color: rgba(144, 150, 153, 1);
  display: block;
}

.image-text-row img {
  max-width: 60;
  max-height: 60px;
  object-fit: contain; /* Ensure image retains aspect ratio within 50x50 */
  margin-right: 20px;  /* Space between image and text */
}


.image-text-row p {
  margin: 0;  /* Remove default margin */
  flex: 1;    /*

/* Media Query */
/* =========== */
}

form#contactForm {
  width: 85%;

}

/* Field label styling */
form#contactForm .field label {
  font-family: var(--font-01);
  font-weight: 600;
  color: rgba(55, 65, 81, 1); /* Darker color for labels */
  display: block;
  margin-bottom: 1px;
}

/* Input and Textarea styling */
form#contactForm input[type="text"],
form#contactForm input[type="email"],
form#contactForm textarea {
  width: 100%;
  font-family: var(--font-01);
  font-size: 15px;
  color: rgba(55, 65, 81, 1);
  padding: 5px;
  border: 1px solid rgba(220, 220, 220, 1);
  border-radius: 6px;
  background-color: rgba(247, 247, 247, 1); /* White background */
  margin-bottom: 8px;
  box-sizing: border-box;
}

/* Adjust textarea height */
form#contactForm textarea {
  resize: vertical;
  min-height: 110px;
}

/* Button styling */
form#contactForm button {
  background-color: rgba(29, 155, 240, 1); /* Primary color, adjust if needed */
  color: white;
  font-family: var(--font-01);
  font-weight: bold;
  font-size: 16px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

form#contactForm button:hover {
  background-color: rgba(26, 145, 218, 1); /* Darker shade on hover */
}

/* Success message styling */
#formFeedback {
  font-family: var(--font-01);
  font-size: 14px;
  color: green;
  margin-top: 10px;
  text-align: center;
}



@media screen and (max-width: 1477px) {
  .hero-section {

 
  }
  .ops-cards .center-content .card {
    width: 350px;
  }
  .ops-cards .center-content .card h4 {
    font-size: 22px;
    line-height: calc(22px * 1.5);
  }
  .ops-cards .center-content .card h2 {
    font-size: 26px;
    line-height: calc(22px * 1.5);
  }
  .ops-cards .center-content .card p {
    font-size: 16px;
    line-height: 26px;
  }
  .hero-section p {
    font-size: 16px;
    line-height: 26px;
  }
  .hero-section h1 {
    font-size: 46px;
  }
}

@media screen and (max-width: 1171px) {
  .hero-section {

  }
}

@media screen and (max-width: 600px) {
  .hero-section {
    padding: 118px 20px 0;
  }
  .hero-section h1 {
    font-size: 24px;
    line-height: 24px;
  }
  .hero-section p {
    font-size: 14px;
    line-height: 24px;
  }
  .OpsTitle .center_content .topPart h4 {
    font-size: 14px;
    line-height: 22px;
  }
  .OpsTitle .center_content .topPart h1 {
    font-size: 24px;
  }
  .OpsTitle .center_content .topPart h1::before {
    height: 5px;
  }
  .OpsTitle .center_content .topPart h1::before {
    bottom: 9px;
  }
  .ops-cards {
    padding: 30px 0 45px;
  }
  .ops-cards .center-content {
    width: 90%;
    gap: 30px;
  }
  .ops-cards .center-content .card {
    width: 100%;
    /* justify-content: center;
    align-items: center; */
  }
  .ops-cards .center-content .card p br,
  .hero-section p br {
    display: none;
  }
  .ops-cards .center-content .card h2 {
    font-size: 20px;
    line-height: calc(16px * 1.5);
  }
  .ops-cards .center-content .card h4 {
    font-size: 16px;
    line-height: calc(16px * 1.5);
  }
  .ops-cards .center-content .card p {
    font-size: 14px;
    line-height: 24px;
    /* text-align: center; */
  }
}