
/*--------------------------------------------------------------
# About Us Section
--------------------------------------------------------------*/
.cards .card a {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100px;
    width: 300px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: 400ms;
}
.about-us img{
  margin-top: 100px;
}
.about-us .content h3 {
  font-size: 2rem;
  font-weight: 700;
}

.about-us .content ul {
  list-style: none;
  padding: 0;
}

.about-us .content ul li {
  padding-bottom: 10px;
}

.about-us .content ul i {
  font-size: 1.25rem;
  margin-right: 4px;
  color: var(--accent-color);
}

.about-us .content p:last-child {
  margin-bottom: 0;
}

/*--------------------------------------------------------------
# Testimonials Section
--------------------------------------------------------------*/
.testimonials .testimonial-wrap {
  padding-left: 50px;
}

.testimonials .testimonials-carousel,
.testimonials .testimonials-slider {
  overflow: hidden;
}

.testimonials .testimonial-item {
  background-color: var(--surface-color);
  border: 1px solid color-mix(in srgb, var(--default-color), transparent 90%);
  box-sizing: content-box;
  padding: 30px 30px 30px 60px;
  margin: 30px 15px;
  min-height: 200px;
  position: relative;
}

.testimonials .testimonial-item .testimonial-img {
  width: 90px;
  border-radius: 10px;
  border: 6px solid var(--background-color);
  position: absolute;
  left: -45px;
}

.testimonials .testimonial-item h3 {
  font-size: 18px;
  font-weight: bold;
  margin: 10px 0 5px 0;
}

.testimonials .testimonial-item h4 {
  color: color-mix(in srgb, var(--default-color), transparent 50%);
  font-size: 14px;
  margin: 0;
}

.testimonials .testimonial-item .stars {
  margin: 10px 0;
}

.testimonials .testimonial-item .stars i {
  color: #ffc107;
  margin: 0 1px;
}

.testimonials .testimonial-item .quote-icon-left,
.testimonials .testimonial-item .quote-icon-right {
  color: color-mix(in srgb, var(--accent-color), transparent 60%);
  font-size: 26px;
  line-height: 0;
}

.testimonials .testimonial-item .quote-icon-left {
  display: inline-block;
  left: -5px;
  position: relative;
}

.testimonials .testimonial-item .quote-icon-right {
  display: inline-block;
  right: -5px;
  position: relative;
  top: 10px;
  transform: scale(-1, -1);
}

.testimonials .testimonial-item p {
  font-style: italic;
  margin: 15px auto 15px auto;
}

/*mission and v div*/
.testimonials .swiper-wrapper {
  height: auto;
  margin-top: -15px;
}

.testimonials .swiper-pagination {
  margin-top: 20px;
  position: relative;
}

.testimonials .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: var(--background-color);
  opacity: 1;
  border: 1px solid var(--accent-color);
}

.testimonials .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--accent-color);
}

.testimonials .container h2{
  font-size: 2rem;
  padding-top: 2.5rem;
  color: #37423b;
  margin: 0 auto;
}

/* Mobile fix: show CEO message first */
@media (max-width: 991px) {
  .about-us .col-lg-6.order-1 {
    order: 2 !important; /* image goes second */
  }

  .about-us .col-lg-6.order-2 {
    order: 1 !important; /* text goes first */
  }

    .about-us img {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  :root p{
  font-size: 13px;
}
.cards .card a{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    height: 100px;
    width: 300px;
    border-radius: 10px;
    color: white;
    cursor: pointer;
    transition: 400ms;
}
  .testimonials .testimonial-wrap {
    padding-left: 0;
  }
  .about-us .content h3 {
  font-size: 2rem;
  font-weight: 700;
  font-size: 30px;
}
  .testimonials .testimonials-carousel,
  .testimonials .testimonials-slider {
    overflow: hidden;
  }

  .testimonials .testimonial-item {
    padding: 30px;
    margin: 15px;
  }

  .testimonials .testimonial-item .testimonial-img {
    position: static;
    left: auto;
  }
}
.logo-picture{
  height: 100%;
  width: 15%;
  margin-right: 16rem;
  object-fit: fill;
}
.logo-picture img{
  height: 5rem;
  width: 13rem;
}

/*card for download*/
/* From Uiverse.io by Thomasfadi */ 
.cards {
  display: flex;
  flex-direction: row;
  gap: 15px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
  flex-wrap: wrap;
}
.cards .red {
  background-color: #71bccf;
}
.cards .l-blue {
  background-color: #007e9e;
}

.cards .blue {
  background-color: #0062ff;
}

.cards .green {
  background-color: #18cd5e;
}

.cards .card {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  text-align: center;
  height: 100px;
  width: 300px;
  border-radius: 10px;
  color: white;
  cursor: pointer;
  transition: 400ms;
}

.cards .card p.tip {
  font-size: 1em;
  font-weight: 700;
}

.cards .card p.second-text {
  font-size: .7em;
}

.cards .card:hover {
  transform: scale(1.2, 1.2);
}


.cards:hover > .card:not(:hover) {
  filter: blur(10px);
  transform: scale(0.9, 0.9);
}
/* Responsive stacking on mobile */
@media (max-width: 768px) {
  .container h1{
    font-size: 30px !important;
  }
  .cards {
    flex-direction: column;
    align-items: center;
  }


  .cards .card {
    width: 90%; /* full width with padding */
    height: 70px;
    max-width: 300px;
  }
  .cards .card p{
    display: flex;
    margin: 0 auto;
  }
}

/* Tooltip container */
.card {
  position: relative; /* Needed for tooltip positioning */
  cursor: pointer;
}

/* Tooltip text */
.card::after {
  content: "Click me to download";
  position: absolute;
  bottom: 110%; /* Position above the card */
  left: 50%;
  transform: translateX(-50%);
  background-color: #333;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease-in-out;
}

/* Tooltip arrow */
.card::before {
  content: "";
  position: absolute;
  bottom: 100%; /* Place just below tooltip box */
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #333 transparent; /* Triangle pointing down */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

/* Show tooltip + arrow on hover */
.card:hover::after,
.card:hover::before {
  opacity: 1;
}

