.about .cta {
  background-color: white;
  background-image: url("https://isopanelskenya.com/wp-content/uploads/2025/03/0A0A1338-scaled.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;

  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative;
}

.about .hero h1 {
  text-align: center;
}

.about .hero-overlay .container .text {
  position: relative;
  width: 100%;
  text-align: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  z-index: 5;
}

/* ------------------- */
.welcome {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  padding: 3rem 0;
}

.welcome .container {
  width: 90%;
  max-width: 1400px;
  height: 100%;

  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;

  gap: 2rem;
  box-sizing: border-box;
}

.welcome .container .column {
  height: 100%;
  height: auto;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.welcome .container .column .content {
  position: relative;

  height: 100%;
  width: 100%;
}

.welcome .container .column .content .row {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;

  height: 100%;
  width: 100%;
}

.welcome .container .column .row .since {
  width: 30%;
  height: auto;

  /* animation: sway 3s infinite ease-in-out; */
}

.welcome .container .column .row .since p {
  font-size: 2rem;
  font-weight: 600;
}

.welcome .container .column .row .since div {
  font-size: 3.5rem;
  font-weight: 800;

  color: #58669f;
  line-height: normal;
}

.welcome .container .column .row img {
  width: 70%;
  height: 450px;

  padding-top: 50px;

  object-fit: cover;
}

.welcome .overlay {
  width: 60%;
  height: 72%;

  position: absolute;

  background-color: #58669f;
  padding: 0.75rem;

  top: 0;
  left: 0;

  animation: sway 3s infinite ease-in-out;

  z-index: 10;
}

@keyframes sway {
  0% {
    transform: translateX(0);
  }
  50% {
    transform: translateX(1.5rem);
  }
  100% {
    transform: translateX(0);
  }
}

/* -------- */
.welcome .text .desc {
  padding: 0rem 0 1rem 0;

  font-size: 1.1rem;
  line-height: 1.5rem;
  font-weight: 400;
}

.welcome .list {
}

.welcome .list p {
  font-size: 1.05rem;
  font-weight: 400;
  padding: 0.35rem 0;
}

.welcome .list p .highlight {
  font-weight: 700;
  font-size: 1.05rem;
}

.welcome button {
  margin-top: 1rem;
}

.welcome button a {
  color: white;
}

.welcome button a:hover {
  color: #58669f;
}

@media (max-width: 1000px) {
  .welcome .container .column .row img {
    width: 70%;
    height: 450px;

    padding-top: 50px;

    object-fit: cover;
  }

  .welcome .overlay {
    width: 80%;
    height: 75%;

    position: absolute;

    background-color: #58669f;
    padding: 0.75rem;

    top: 0;
    left: 0;

    animation: sway 3s infinite ease-in-out;

    z-index: 10;
  }

  .welcome .container .column .row .since {
    width: 30%;
    height: auto;
  }

  .welcome .container .column .row .since p {
    font-size: 1.8rem;
    font-weight: 600;
  }

  .welcome .container .column .row .since div {
    font-size: 2.5rem;
    font-weight: 800;

    color: #58669f;
    line-height: normal;
  }
}

@media (max-width: 768px) {
  .welcome {
    padding: 2rem 0;
  }

  .welcome .container {
    width: 95%;
    max-width: 1400px;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    gap: 2rem;
    box-sizing: border-box;
  }

  .welcome .container .column .row img {
    width: 70%;
    height: 450px;

    padding-top: 50px;

    object-fit: cover;
  }

  .welcome .overlay {
    width: 80%;
    height: 75%;

    position: absolute;

    background-color: #58669f;
    padding: 0.75rem;

    top: 0;
    left: 0;

    animation: sway 3s infinite ease-in-out;

    z-index: 10;
  }

  .welcome .container .column .row .since {
    width: 30%;
    height: auto;
  }

  .welcome .container .column .row .since p {
    font-size: 1.8rem;
    font-weight: 600;
  }

  .welcome .container .column .row .since div {
    font-size: 2.5rem;
    font-weight: 800;

    color: #58669f;
    line-height: normal;
  }
}

/* ---------------- */
.mission {
  position: relative;
  background-color: #fff;
  background-repeat: no-repeat;
  background-size: cover;

  height: 100%;
  width: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  background-image: url("https://isopanelskenya.com/wp-content/uploads/2024/09/about-started.webp");

  padding: 5rem 0;
}

.mission .container {
  width: 100%;
  max-width: 100%;
}

.mission::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;

  height: 100%;
  width: 100%;
  z-index: 5;

  background-color: #f5f5f5ea;
}

.mission .container {
  position: relative;
  z-index: 10;

  height: 100%;
  width: 90%;
  max-width: 1400px;

  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;

  overflow: hidden;
}

.mission .container .mission-swiper {
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.mission .container .mission-swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: start;
  align-items: stretch;
}

.mission .container .mission-swiper .swiper-slide .content {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.mission .container .mission-swiper .swiper-slide .content .content-text {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 1rem;
}

.mission .container .mission-swiper .swiper-slide .content .content-image {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.mission h2 {
  text-align: center;
  padding-bottom: 1rem;
}

.mission .container .card {
  position: relative;
  height: auto;
  width: 100%;
  box-sizing: border-box;
}

.mission .container .card .content {
  width: 100%;
  height: 100%;

  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;

  background-color: white;
  margin: 0 10px;

  padding: 1rem 1rem 1rem 1rem;
  box-sizing: border-box;

  gap: 1rem;

  border: 0.5rem solid #fff;
  transition: 1s ease;
  box-sizing: border-box;
}

.mission .container .card:hover {
  transition: 1s ease;
}

.mission .container .card h3 {
  font-size: 2rem;
  color: #58669f;

  border-left: 0.5rem solid #58669f;
  padding-left: 1rem;
}

.mission .container .card p {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6rem;

  height: auto;
}

.mission .container .card .content:hover {
  background-color: #58669f;
  border: 0.5rem solid #58669f;
  animation: dom 0.5s forwards;
}

.mission .container .card .content:hover h3 {
  color: #fff;
  border-left: 0.5rem solid #fff;
}

.mission .container .card .content:hover p {
  color: #fff;
}

@keyframes dom {
  0% {
    border-radius: 50%;
  }
  100% {
    border-radius: 0;
  }
}

.mission .container .card img {
  width: 100%;
  height: auto;
  aspect-ratio: 3/2;

  object-fit: cover;

  position: relative;

  background-color: #58669f;
  padding: 0rem;
  box-sizing: border-box;
}

.mission .container .navigate-mission {
  padding-top: 0rem;
  margin-top: 0rem;

  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  position: relative;
  width: 150px;
  height: auto;

  position: inherit;

  padding-bottom: 1rem;
  padding-top: 2rem;

  background-color: transparent;

  display: none !important;
}

@media only screen and (max-width: 768px) {
  .mission .container .navigate-mission {
    display: flex !important;
  }
}

.mission .swiper-button-prev-mission,
.mission .swiper-button-next-mission {
  background-color: #58669f !important;
  height: 45px !important;
  width: 45px !important;

  border-radius: 3px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #58669f;
  color: #fff;

  display: flex;
  justify-content: center;
  align-items: center;

  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  box-sizing: border-box !important;
  z-index: 1000 !important;
}

.mission .swiper-button-prev-mission:hover,
.mission .swiper-button-next-mission:hover {
  background-color: white !important;
  color: #58669f !important;
}

.mission .swiper-button-prev-mission:hover:after,
.mission .swiper-button-next-mission:hover:after {
  color: #58669f !important;
}

.mission .swiper-button-prev-mission::after,
.mission .swiper-button-next-mission::after {
  font-family: swiper-icons;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #fff !important;
  padding: 0 !important;
  margin: 0 !important;
}

.mission .container .card .dash {
  width: 100%;
  height: 0.15rem;

  background-color: #cacdda;

  margin: 0.5rem 0;
}

@media (max-width: 1200px) {
  .mission {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;

    height: 100%;
    width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url("https://isopanelskenya.com/wp-content/uploads/2024/09/about-started.webp");

    padding: 4rem 0 4rem 0;
  }

  .mission .container {
    position: relative;
    z-index: 10;

    height: 100%;
    width: 90%;
    max-width: 90%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    overflow: hidden;
  }

  .mission .mission-swiper {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
  }

  .mission .mission-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
    display: flex;
  }

  .mission .container .card {
    position: relative;
    height: auto;
    width: 100%;
  }

  .mission .container .card .content {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    background-color: white;
    margin: 0px;

    padding: 1rem 1rem 1rem 1rem;
    box-sizing: border-box;

    gap: 1rem;

    border: 0.5rem solid #fff;
    transition: 1s ease;
  }

  .mission .container .navigate {
    padding-top: 0rem;
    margin-top: -2rem;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    width: 150px;
    height: auto;

    position: inherit;

    padding-bottom: 7rem;
  }

  .mission .container .navigate .swiper-button-prev {
    height: 40px !important;
    width: 40px !important;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #58669f;

    padding: 0.5rem;
    box-sizing: border-box;
  }

  .mission .container .navigate .swiper-button-next {
    height: 40px !important;
    width: 40px !important;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #58669f;
    padding: 0.5rem;
    box-sizing: border-box;
  }

  .mission .swiper-button-prev::after,
  .mission .swiper-button-next::after {
    font-family: swiper-icons;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

@media (max-width: 768px) {
  .mission {
    position: relative;
    background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;

    height: 100%;
    width: 100%;
    max-width: 100%;

    display: flex;
    justify-content: center;
    align-items: center;

    background-image: url("https://isopanelskenya.com/wp-content/uploads/2024/09/about-started.webp");

    padding: 2rem 0;
  }

  .mission .container {
    position: relative;
    z-index: 10;

    height: 100%;
    width: 90%;
    max-width: 100%;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .mission .container .card {
    width: 100%;
  }

  .mission .mission-swiper {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
  }

  .mission .container .card {
    position: relative;
    height: auto;
    width: 100%;
  }

  .mission .container .card .content {
    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;

    background-color: white;
    margin: 0;

    padding: 0.5rem;
    box-sizing: border-box;

    gap: 1rem;

    border: 0.5rem solid #fff;
    transition: 1s ease;
  }

  .mission .container .navigate {
    padding-top: 0rem;
    margin-top: -2rem;

    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    width: 150px;
    height: auto;

    position: inherit;

    padding-bottom: 7rem;
  }

  .mission .container .navigate .swiper-button-prev {
    height: 40px !important;
    width: 40px !important;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #58669f;

    padding: 0.5rem;
    box-sizing: border-box;
  }

  .mission .container .navigate .swiper-button-next {
    height: 40px !important;
    width: 40px !important;

    display: flex;
    justify-content: center;
    align-items: center;

    background-color: #58669f;
    padding: 0.5rem;
    box-sizing: border-box;
  }

  .mission .swiper-button-prev::after,
  .mission .swiper-button-next::after {
    font-family: swiper-icons;
    font-size: 15px !important;
    font-weight: 400 !important;
    color: #fff !important;
    padding: 0 !important;
    margin: 0 !important;
  }
}

/* ======================================================================== WHY CHOOSE US SECTION ======================================================== */
/* ----------------------------------------------- */
.why {
  width: 100%;
  height: 100%;

  display: flex;
  justify-content: center;
  align-items: center;

  background-color: #58669f10;

  padding: 5rem 0;
}

.why .container {
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0rem;

  box-sizing: border-box;

  padding: 0rem;
}

.why .container .heading-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 1rem;

  text-align: center;
}

.why .container .heading-content h2 {
  text-align: center;
}

.why .container .why-swiper {
  width: 100%;
  padding: 0 0 1rem;
}

.why .container .why-swiper .swiper-slide {
  height: auto;
  display: flex;
}

.why .container .why-swiper .card {
  width: 100%;
  height: 100%;
  height: 380px;
  display: flex;
  flex-direction: column;

  background-color: rgba(255, 0, 0, 0);
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 1.5rem 1.5rem 5rem 1.5rem;
  box-sizing: border-box;
  gap: 0.5rem;

  border-radius: 1px;

  position: relative;

  overflow: hidden;
}

.why .container .why-swiper .card div {
  display: flex;
  justify-content: space-between;

  align-items: center;
}

.why .container .why-swiper .card div div {
  font-size: 6rem;
  font-weight: 800;
  color: #58669f1e;
}

.why .container .why-swiper .card img {
  width: 5rem;
  height: 5rem;

  z-index: 5;
  position: relative;
  transition: 0.4s ease;
  box-sizing: border-box;
}

.why .container .why-swiper .card h3 {
  color: #000;
  font-size: 1.4rem;

  position: relative;
  z-index: 5;
  transition: 1.5s ease;
}

.why .container .why-swiper .card p {
  color: #000;
  font-size: 1.1rem;

  position: relative;
  z-index: 5;
  transition: 2s ease;
}

.why .container .why-swiper .card .dash {
  height: 2px;
  width: 90%;
  background-color: #58669f31;

  position: absolute;
  bottom: 3rem;

  z-index: 5;
}

.why .container .why-swiper .card .underlay {
  position: absolute;

  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
  z-index: 0;

  filter: brightness(70%);

  padding: 0rem;
  border-radius: 0px;
  transform: scale(1);
  transition: 3s ease;
}

.why .container .why-swiper .card:hover .underlay {
  z-index: 2;
  transition: 2s ease;
  display: flex;
  transform: scale(1.1);
}

.why .container .why-swiper .card:after {
  position: absolute;
  content: "";
  z-index: 2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  transition:
    transform 0.8s ease,
    border-bottom-left-radius 0.8s ease;

  background-color: white;
}

.why .container .why-swiper .card:hover:after {
  animation: move 1s forwards;
}

.why .container .why-swiper .card:after {
  animation: reverseMove 0.4s forwards;
}

@keyframes move {
  0% {
    transform: translate(0%, 0%);
    border-bottom-left-radius: 100%;
  }
  100% {
    transform: translate(100%, -100%);
  }
}

@keyframes reverseMove {
  0% {
    transform: translate(100%, -100%);
    border-bottom-left-radius: 100%;
  }
  100% {
    transform: translate(0%, 0%);
  }
}

.why .container .why-swiper .card:hover div img {
  width: 5rem;

  position: relative;
  z-index: 5;
  padding: 0.5rem;
  border-radius: 10px;

  background-color: white;
}

.why .container .why-swiper .card:hover h3 {
  color: #fff;
  font-size: 1.4rem;

  position: relative;
  z-index: 5;
}

.why .container .why-swiper .card:hover p {
  color: #fff;

  position: relative;
  z-index: 5;
  transition: 0.8s ease;
}

.why .container .why-swiper .card:hover .dash {
  height: 2px;
  width: 90%;
  background-color: #ffffff31;

  position: absolute;
  bottom: 3rem;

  z-index: 5;
}

.why .container .navigate-why {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1rem;
  width: 150px;
  padding-top: 1rem;
}

.why .swiper-button-prev-why,
.why .swiper-button-next-why {
  background-color: #58669f !important;
  height: 45px !important;
  width: 45px !important;
  border-radius: 3px !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid #58669f;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
}

.why .swiper-button-prev-why:hover,
.why .swiper-button-next-why:hover {
  background-color: white !important;
  color: #58669f !important;
}

.why .swiper-button-prev-why:hover::after,
.why .swiper-button-next-why:hover::after {
  color: #58669f !important;
}

.why .swiper-button-prev-why::after,
.why .swiper-button-next-why::after {
  font-family: swiper-icons;
  font-size: 18px !important;
  font-weight: 400 !important;
  color: #fff !important;
}

