body {
  font-family: "Space Grotesk", sans-serif;
  font-weight: 700;
  line-height: 30.62px;
  letter-spacing: 0.05em;
  text-align: left;
}

.container {
  /* max-width: 1200px; */
  margin: 0 auto;
  padding: 20px;
}

header {
  margin-bottom: 30px;
}

.logo {
  font-size: 24px;
  font-weight: bold;
  margin-top: 25px;
  margin-left: 25px;
  color: #06545b;
}

.logo span {
  color: #2d98da;
}

.main-content {
  background: linear-gradient(to right, #ffffff, #a5d6a7);
  border-radius: 15px;
  padding: 40px;
  min-height: 50vh;
  display: flex;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  align-items: center;
  justify-content: space-between;
}

.text-content {
  max-width: 500px;
}

.text-content h2 {
  font-size: 24px;
  color: #2d98da;
  margin-bottom: 10px;
}

.text-content h3 {
  font-size: 32px;
  font-weight: bold;
  color: #4a4a4a;
  margin-bottom: 10px;
}

.text-content p {
  font-size: 16px;
  color: #6b6b6b;
}

.image-content img {
  width: 450px;
  height: auto;
  border-radius: 10px;
}

/* Section Titles */
h2 {
  font-weight: 700;
}

h4 {
  margin-bottom: 20px;
  font-weight: 600;
}

/* Form Section Styling */
/* .form-section {
  background-color: #f7faff;
} */

.form-control {
  margin-bottom: 15px;
  color: #000;
}

.bg-light-blue {
  background-color: #a5d6a79c !important;
  position: relative;
  margin: auto;
  border-radius: 15px;
}

.bg-dark {
  background-color: #a5d6a79c !important;
}

label {
  display: flex;
  justify-content: space-between;
  margin-bottom: 0px;
}

.tool-tip {
  position: relative;
  display: inline-block;
  margin-right: 6px;
}

.tool-tip .tool-tiptext {
  visibility: hidden;
  min-width: 10rem;
  background-color: #555555;
  color: #fff;
  line-height: 1rem;
  text-align: center;
  font-weight: 200;
  border-radius: 6px;
  bottom: 1.5rem;
  padding: 6px;
  position: absolute;
  z-index: 1;
  font-size: 0.8rem;
  right: -500%;
}

.tool-tip:hover .tool-tiptext {
  visibility: visible;
}

.report-container {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  margin: 0px;
  /* height: 29.7cm;
  width: 21cm; */
}

.report-header {
  background-color: #50ad8e;
  color: #fff;
  height: 2cm;
  padding: 0.5cm;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.report-body {
  padding: 20px 40px;
  border-radius: 15px;
  z-index: 1;
  display: flex;
  flex-direction: column;
}

.report-text p {
  text-align: justify;
  font-weight: normal;
}

.green {
  background-color: #50ad8e;
  height: 30%;
  width: 100%;
  position: absolute;
}

.blue {
  color: #50ad8e;
  font-weight: bold;
}

.section p .title {
  font-weight: bold;
}

.section p {
  font-size: 14px;
  color: #474343;
  margin: 5px 0;
  font-weight: normal;
  display: flex;
  justify-content: space-between;
}

.section {
  margin-top: 10px;
  padding: 10px;
}

.shadow {
  background: linear-gradient(45deg, #ccfbec91, #fff);
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.45) !important;
}

.download-button {
  background-color: #007bff;
  color: white;
  text-align: center;
  padding: 10px 20px;
  border-radius: 5px;
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
}

.btn-custom {
  min-width: 10rem;
  padding: 10px;
  border-radius: 12px;
  color: white;
  background: #ffa726;
  font-weight: bold;
  box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.2);
}

.apple {
  position: absolute;
  bottom: -60px;
  right: -70px;
  height: 9rem;
}

.apple.left {
  left: -70px;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

@media screen and (max-width: 768px) {
  .apple {
    display: none;
  }
}

.border {
  border: 1px solid #c5c5c5;
  padding-top: 20px;
  margin: 10px;
}

.report-info {
  font-weight: normal;
  color: #867f7f;
}

.pdf-a {
  color: #50ad8e;
}

/* div[size="A4"][layout="portrait"] {
  width: 29.7cm;
  height: 21cm;
} */

.profile-card {
  background-color: #00494d; /* Card background color */
  color: #fff; /* Text color */
  border-radius: 5px;
  /* text-align: justify; */
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.profile-card img {
  max-width: 100%;
  height: 300px;
  object-fit: cover;
  width: 300px;
}
.profile-name {
  height: 3.5rem;
  padding: 0px 10px;
  line-height: 1.3;
  font-size: 1.2em;
  font-weight: bold;
  margin-top: 10px;
}
.profile-description {
  font-size: 0.9em;
  margin-top: 5px;
  /* height: 6rem; */
  padding: 0px 10px 10px 10px;
  font-weight: normal;
}

.dark-green {
  background-color: #06545b;
}

@media screen and (max-width: 1000px) {
  .image-content img {
    display: none;
  }
}

@media screen and (max-width: 1200px) {
  #container-change {
    margin: 5rem;
  }
}
