/* ============================Subtitle One============================ */
.ft-subtitle1.subtitle-area .icon {
  margin-right: 0px;
}

/* ============================Subtitle Two============================ */

.ft-subtitle2 span {
  font-size: 16px;
  font-weight: 500;
  color: #e6004c;
  background: #e6004c1a;
  padding: 5px 10px;
  margin-bottom: 15px;
  display: inline-block;
}

/* ============================Subtitle Three============================ */

.ft-subtitle3 {
  position: relative;
  padding: 20px;
  font-family: Arial, sans-serif;
  padding-left: 0 ;
}

.ft-subtitle3 .background-text {
  position: absolute;
  top: -65px;
  left: 0;
  font-size: 5rem;
  color: rgba(0, 0, 0, 0.05); /* Very light gray, almost transparent */
  z-index: -1;
  font-weight: bold;
  text-transform: uppercase;
}

.ft-subtitle3 .foreground-text {
  position: relative;
  z-index: 1;
}

.ft-subtitle3 .highlighted {
  background-color: #4caf50; /* Green background */
  color: white;
  padding: 5px 10px;
  margin-right: 5px;
  font-weight: 600;
  font-size: 15px;
  border-radius: 3px;
}

.ft-subtitle3 .normal {
  font-weight: 600;
  color: #333;
  font-size: 15px;
  color: #4aab3d;
}

/* ============================Subtitle Four============================ */

.ft-subtitle4 .subtitle {
  color: #074c3e;
  font-size: 24px;
  font-weight: 600;
}
.ft-subtitle4 svg {
  height: 30px !important;
  width: 30px !important;
}

/* ============================Subtitle Five============================ */

.ft-subtitle5 .subtitle {
  font-size: 32px;
  font-weight: 700;
  color: #222e48;
}
.ft-subtitle5 .subtitle span {
  color: #ff943d;
}

/* ============================Subtitle Six============================ */

.ft-subtitle6 .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #107658;
}

/* ============================Subtitle Seven============================ */

.ft-subtitle7 .subtitle {
  font-size: 18px;
  font-weight: 500;
  color: #01a66b;
  border-radius: 50rem;
  background: #c3eddf;
  padding: 0.5rem 1rem 0.5rem 1rem;
  display: inline-block;
}
/* ============================Subtitle Eight============================ */

.ft-subtitle8 .subtitle {
  font-size: 16px;
  font-weight: 500;
  color: #107658;
}

.ft-subtitle8 .title-area {
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000;
  font-size: 18px;
}

.ft-subtitle8 .title-area {
  padding-left: 5rem !important;
}

.ft-subtitle8 .title-area {
  display: inline-flex !important;
}

.ft-subtitle8 .title-area {
  position: relative !important;
}

.ft-subtitle8 .title-area::after {
  content: "";
  position: absolute;
  width: 65px;
  left: 0px;
  height: 1px;
  background-color: red;
}

/* ============================Subtitle Nine============================ */

.ft-subtitle9 .linebar-gradient {
  display: block;
  height: 0.125rem;
  width: 3.5rem;
  background: #ffa01e;
  margin-top: 12px;
}

.ft-subtitle9 .subtitle {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
}
/* ============================Subtitle Ten============================ */

.ft-subtitle10 .subtitle {
  font-size: 18px;
  font-weight: 700;
  color: #554aff;
}

/* ============================Subtitle Eleven============================ */

.ft-subtitle11 {
  color: #000;
  display: inline-block;
  font-size: 15px;
  text-transform: capitalize;
  font-weight: 600;
  margin-bottom: 5px;
  position: relative;
  border: 1px solid #d8d8d8;
  border-radius: 50px;
  line-height: 1;
  padding: 10px 14px 10px 30px;
}

.ft-subtitle11 .round-subtitle-shape:before {
  position: absolute;
  content: "";
  left: 14px;
  top: 14px;
  background-color: #ffcc00;
  height: 8px;
  width: 8px;
  border-radius: 100%;
  animation: rt-opacity 1.5s ease infinite;
}

/* ============================Subtitle Twelve============================ */

.ft-subtitle12 {
  color: #000;
  font-size: 14px;
  text-transform: capitalize;
  background-color: #ffcc00;
  display: inline-block;
  padding: 10px 20px;
  border: 0;
  font-weight: 700;
  border-radius: 50px;
}
