@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");




.title {
  color: var(--primary-color);
  font-family: "Oswald", sans-serif;
  font-size: 33px;
  font-weight: 500;
}

.about-content {
  text-align: justify !important;
}

.sub-title {
  position: relative;
  color: var(--primary-color);
  font-family: "Oswald", sans-serif;
  font-weight: 500;
  margin: 0;
}

.text {
  color: var(--primary-color);
  font-size: 16px;
  text-align: justify;
}

.section-title {
  padding-bottom: 16px;
  text-align: left !important;
}

.mission-areas {
  padding: 40px 0;
  background: linear-gradient(to bottom, #e4ecf6 0%, transparent 100%);
}

.mission-content {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 40px;
}

.mission-content-right {
  flex: 1;
  flex-basis: 70%;
}
.mission-content-left {
  flex: 1;
  flex-basis: 30%;
  display: flex;
  justify-content: end;
}

.mission-list {
  display: flex;
  flex-direction: row;
  gap: 40px;
}

.mission-list ul {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
/*  */
.container img {
  display: block;
  margin: 0;
  padding: 0;
}

div > .container {
  position: relative;
  width: 100%;
  z-index: 2;
}

div > .mission-img img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  display: block;
  position: relative;
}

.gradient-section {
  width: 100%;
  height: 300px;
  background: linear-gradient(45deg, #0448a3 0%, #2f2f2f 50%, #888888 100%);
  margin-top: -250px;
  z-index: 1;
  position: relative;
}

.values {
  padding: 40px 0;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.values-content-wrapper {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.values-content {
  width: 50%;
}

.cta-tabs {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 100px;
}

.cta {
  flex: 1;
}

.tabs {
  flex: 1;
  display: flex;
  flex-direction: column;
}

.tabs ul {
  font-family: "Oswald", sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 1.08px;
  text-transform: uppercase;
  display: flex;
  gap: 30px;
}

.tabs ul li button {
  padding: 0px;
  color: #7fa4d6;
  background-color: transparent;
  border: none;
  border-radius: none;
  box-shadow: none;
}

.tabs ul li button:hover {
  background-color: transparent;
  color: #004aad;
  border: 0px;
  border-radius: none;
  box-shadow: none;
}

.tabs ul li button.active {
  background-color: transparent;
  color: #004aad !important;
  border: none;
  border-radius: none;
  box-shadow: none;
  border: none;
}

.tabs .tab-content .tab-pane p {
  color: var(--primary-color);
}

/* ==============================
   Responsive Styles
============================== */

/* Extra small devices (<576px) */
@media (max-width: 575.98px) {
  /* .text{
    font-size: 14px;
    line-height: 1.6;
  } */

  .about-area .row {
    flex-direction: column;
    gap: 20px;
  }

  .about-content-wrapper {
    margin-bottom: 20px !important;
  }

  .about-content-wrapper p {
    padding: 0px !important;
  }

  .about-content-wrapper .theme-btn {
    margin: 0px !important;
  }

  .about-content {
    font-size: 14px;
    line-height: 1.6;
  }

  .about-content-wrapper .title {
    font-size: 24px;
  }

  .about-bg-wrap {
    display: flex;
    justify-content: center;
  }

  .about-bg-wrap img {
    max-width: 100%;
    height: auto;
  }

  .theme-btn {
    display: inline-block;
    margin: 20px auto 0;
  }

  /* mission */
  .mission-areas {
    margin-top: 50px;
  }

  .mission-content {
    flex-direction: column;
    gap: 20px;
    justify-content: start !important;
  }

  .mission-content-left,
  .mission-content-right {
    flex-basis: 100%;
    /* width: 100%; */
    justify-content: start;
    text-align: start;
  }

  .d-flex .align-items-center {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: start !important;
    align-items: flex-start !important;
  }

  .mission-list {
    flex-direction: column;
    gap: 20px;
  }

  .mission-img img {
    height: 250px;
  }

  .gradient-section {
    height: 200px;
    margin-top: -150px;
  }

  .values {
    padding: 40px 10px;
    gap: 5px;
  }

  .values-content {
    width: 100%;
    text-align: center;
  }

  .cta-tabs {
    flex-direction: column;
    gap: 35px;
  }

  .cta-tabs .cta .theme-btn{
    margin: 0px !important;
  }

  .tabs ul {
    gap: 30px;
    align-items: center;
  }
}

/* Small devices (576px–767px) */
@media (min-width: 576px) and (max-width: 767.98px) {
  .mission-content {
    flex-direction: column;
    gap: 25px;
  }

  .mission-content-left,
  .mission-content-right {
    flex-basis: 100%;
    width: 100%;
    text-align: center;
    justify-content: center;
  }

  .mission-img img {
    height: 300px;
  }

  /*  */

  .values {
    padding: 40px 10px;
    gap: 5px;
  }

  .values-content-wrapper {
    gap: 12px;
  }

  .values-content {
    width: 80%;
    margin: 0 auto;
  }

  .cta-tabs {
    flex-direction: column;
    gap: 25px;
  }

  .tabs ul {
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
  }

  .tabs ul li button {
    font-size: 15px;
  }

  .tabs .tab-content .tab-pane p {
    font-size: 15px;
    line-height: 1.6;
  }

  /* .values-content {
    width: 100%;
    text-align: center;
  }

  .cta-tabs {
    flex-direction: column;
    gap: 25px;
    text-align: center;
  }

  .tabs ul {
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
  } */
}

/* Medium devices (768px–991px) Tablet Views */
@media (min-width: 768px) and (max-width: 991.98px) {
  /* About */
  .about-area .row {
    flex-direction: column;
    gap: 30px;
  }

  .about-content-wrapper {
    width: 100%;
    margin-bottom: 0px !important;
  }

  .about-content-wrapper .title {
    font-size: 28px;
  }

  .about-content {
    font-size: 15px;
    line-height: 1.6;
  }

  .theme-btn {
    margin-top: 10px !important;
  }

  .about-bg-wrap {
    margin-top: 10px !important;
    width: 100%;
  }

  .about-bg-wrap img {
    max-width: 100%;
    height: auto;
  }

  /* Mission */
  .mission-areas{
    margin-top: 90px;
  }

  .mission-content {
    flex-direction: column;
    gap: 30px;
  }

  .mission-content-left,
  .mission-content-right {
    flex-basis: 100%;
    width: 100%;
  }

  .col-md-9 {
    width: 100%;
  }

  .mission-img img {
    width: 100%;
    height: auto;
    max-height: 400px;
    object-fit: cover;
  }

  .d-flex.align-items-center {
    flex-direction: column;
    gap: 20px;
  }

  .mission-content-left {
    justify-content: start;
  }

  .mission-list {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 15px;
  }

  /* Values */
  .values {
    padding: 30px 15px;
    gap: 10px;
  }

  .values-content-wrapper {
    gap: 12px;
  }

  .values-content {
    width: 100%;
    margin: 0 auto;
  }

  .cta-tabs {
    flex-direction: column;
    gap: 25px;
  }

  .tabs ul {
    flex-wrap: wrap;
    gap: 20px;
  }

  .tabs ul li button {
    font-size: 15px;
  }

  .tabs .tab-content .tab-pane p {
    font-size: 15px;
    line-height: 1.6;
  }
}

/* Large devices (≥992px and <1200px) */
/* Large devices (992px–1199.98px) */
@media (min-width: 992px) and (max-width: 1199.98px) {
  /* About */
  .about-content-wrapper {
    width: 100%;
    margin-bottom: 0px !important;
  }

  .about-content-wrapper .title {
    font-size: 30px;
  }

  .about-content {
    font-size: 15.5px;
    line-height: 1.6;
  }

  .theme-btn {
    margin-top: 10px !important;
  }

  .about-bg-wrap {
    margin-top: 0px !important;
    width: 100%;
  }

  .about-bg-wrap img {
    max-width: 100%;
    height: auto;
  }

  /* Mission */
  .mission-areas {
    margin-top: 40px;
  }

  .mission-content {
    flex-direction: row; 
    gap: 20px;
  }

  .mission-content-left,
  .mission-content-right {
    flex-basis: auto; 
    width: auto;
  }

  .col-md-9 {
    width: auto;
  }

  .mission-img img {
    width: 100%;
    height: auto;
    max-height: 450px;
    object-fit: cover;
  }

  .d-flex.align-items-center {
    flex-direction: row;
    gap: 25px;
  }

  .mission-list {
    width: auto;
    display: flex;
    flex-direction: row; 
    gap: 20px;
  }

  /* Values */
  .values {
    padding: 35px 20px;
    gap: 12px;
  }

  .values-content-wrapper {
    gap: 14px;
  }

  .values-content {
    width: 100%;
    margin: 0 auto;
  }

  .cta-tabs {
    flex-direction: row; 
    gap: 30px;
  }

  .tabs ul {
    flex-wrap: nowrap;
    gap: 25px;
  }

  .tabs ul li button {
    font-size: 15.5px;
  }

  .tabs .tab-content .tab-pane p {
    font-size: 15.5px;
    line-height: 1.6;
  }
}