.elementor-208 .elementor-element.elementor-element-8006597{padding:79px 0px 70px 0px;}.elementor-208 .elementor-element.elementor-element-9c349bf .ct-heading .item--title{margin-bottom:40px;}.elementor-208 .elementor-element.elementor-element-9c349bf .ct-heading .item--sub-title{margin-bottom:0px;}.elementor-208 .elementor-element.elementor-element-fb72c8e > .elementor-widget-container{margin:0px 0px 0px -15px;padding:6px 0px 017px 0px;}.elementor-208 .elementor-element.elementor-element-452de9f > .elementor-widget-container{margin:0px 0px 28px 0px;}.elementor-208 .elementor-element.elementor-element-452de9f .ct-text-editor{color:#000000;}.elementor-208 .elementor-element.elementor-element-452de9f{font-size:17px;line-height:28px;}.elementor-208 .elementor-element.elementor-element-e485bd8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-208 .elementor-element.elementor-element-873a2fe{margin-top:-24px;margin-bottom:56px;padding:0px 25px 0px 25px;}.elementor-208 .elementor-element.elementor-element-0c3af96{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(max-width:1024px){.elementor-208 .elementor-element.elementor-element-fb72c8e > .elementor-widget-container{margin:0px 0px 0px 0px;}.elementor-208 .elementor-element.elementor-element-873a2fe{padding:0px 0px 0px 0px;}}@media(min-width:768px){.elementor-208 .elementor-element.elementor-element-2437d68{width:55%;}.elementor-208 .elementor-element.elementor-element-ab06440{width:45%;}}@media(max-width:1024px) and (min-width:768px){.elementor-208 .elementor-element.elementor-element-2437d68{width:60%;}.elementor-208 .elementor-element.elementor-element-ab06440{width:40%;}}/* Start custom CSS for ct_tabs, class: .elementor-element-6c8de15 *//* =======================
   PREMIUM MISSION LIST
======================= */

/* Base List */
.mission-list {
  list-style: none;
  padding: 0;
  margin: 0;
  max-width: 900px;
}

/* List Item */
.mission-list li {
  position: relative;
  padding: 16px 18px 16px 48px;
  margin-bottom: 18px;
  font-size: 16px;
  line-height: 1.6;
  color: #2d2d2d;
  background: #f8f9fa;               /* Keep light background for contrast */
  border-left: 4px solid var(--primary-color);  /* Primary color */
  border-radius: 8px;
  opacity: 0;
  transform: translateY(20px);
  animation: fadeUp 0.7s ease forwards;
}

/* Staggered animation */
.mission-list li:nth-child(1) { animation-delay: 0.1s; }
.mission-list li:nth-child(2) { animation-delay: 0.2s; }
.mission-list li:nth-child(3) { animation-delay: 0.3s; }
.mission-list li:nth-child(4) { animation-delay: 0.4s; }
.mission-list li:nth-child(5) { animation-delay: 0.5s; }

/* Arrow Icon */
.mission-list li::before {
  content: "➜";
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: bold;
  color: var(--primary-color);       /* Primary color */
}

/* Hover Effect */
.mission-list li:hover {
  background: #ffffff;
  transform: translateX(8px);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.08);
  border-left-color: var(--primary-color); /* Ensure hover keeps primary accent */
}

/* Animation Keyframes */
@keyframes fadeUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* Tablet */
@media (max-width: 1024px) {
  .mission-list li {
    font-size: 15px;
    padding-left: 44px;
  }
}

/* Mobile */
@media (max-width: 768px) {
  .mission-list li {
    font-size: 14px;
    padding: 14px 16px 14px 42px;
  }

  .mission-list li::before {
    font-size: 16px;
    left: 14px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-71f32e5 *//* =========================
   PREMIUM WCU / WHY CHOOSE US
========================= */

/* Section */
.wcu-section {
  padding: 90px 20px;
  background: linear-gradient(180deg, #ffffff 0%, #f9f7f2 100%); /* soft gradient for premium feel */
}

/* Wrapper */
.wcu-wrap {
  max-width: 1200px;
  margin: 0 auto;
}

/* Grid: Image Left, Content Right */
.wcu-grid {
  display: grid;
  grid-template-columns: 1fr 1.1fr;
  gap: 60px;
  align-items: center;
}

/* Text */
.wcu-title {
  font-size: 38px;
  font-weight: 700;
  color: #000000; /* black title for premium look */
  margin-bottom: 14px;
}

.wcu-subtitle {
  font-size: 17px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 26px;
}

/* List */
.wcu-list {
  list-style: none;
  padding: 0;
  margin: 0 0 30px;
}

.wcu-list li {
  position: relative;
  background: #ffffff;
  padding: 15px 18px 15px 46px;
  margin-bottom: 14px;
  border-radius: 12px;
  font-size: 16px;
  color: #2d2d2d;
  border-left: 4px solid var(--primary-color); /* primary color accent */
  box-shadow: 0 12px 28px rgba(0, 0, 0, 0.08); /* stronger shadow for premium */
  transition: all 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
}

.wcu-list li::before {
  content: "➜";
  position: absolute;
  left: 18px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 18px;
  font-weight: 700;
  color: var(--primary-color); /* primary color arrow */
}

.wcu-list li:hover {
  transform: translateX(8px);
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.15); /* deeper shadow on hover */
  background: #fdfbf6; /* subtle hover background */
  border-left-color: var(--primary-color);
}

/* Button */
.wcu-btn {
  display: inline-block;
  padding: 14px 36px;
  background: var(--primary-color); /* primary color button */
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  transition: all 0.3s ease, box-shadow 0.3s ease;
}

.wcu-btn:hover {
  background: var(--secondary-color); /* secondary color hover */
  transform: translateY(-3px);
  box-shadow: 0 14px 32px rgba(0, 0, 0, 0.18);
  color: white;
}

/* Image */
.wcu-image img {
  width: 100%;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0, 0, 0, 0.18);
  transition: transform 0.4s ease, box-shadow 0.4s ease;
}

.wcu-image img:hover {
  transform: scale(1.04);
  box-shadow: 0 22px 60px rgba(0, 0, 0, 0.22);
}

/* Responsive */
@media (max-width: 1024px) {
  .wcu-grid {
    gap: 40px;
  }
  .wcu-title {
    font-size: 34px;
  }
}

@media (max-width: 768px) {
  .wcu-section {
    padding: 70px 16px;
  }
  .wcu-grid {
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .wcu-title {
    font-size: 28px;
  }
  .wcu-subtitle {
    font-size: 15px;
  }
  .wcu-list li {
    font-size: 15px;
  }
  .wcu-image {
    order: -1;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d18e39f */.testimonials-section {
  background: var(--section-bg, #f6f8fb);
  padding: 80px 20px;
}

.testimonials-container {
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.section-badge {
  display: inline-block;
  padding: 6px 14px;
  border: 1px solid var(--primary-color);
  color: var(--primary-color);
  font-size: 13px;
  font-weight: 600;
  border-radius: 20px;
  margin-bottom: 12px;
}

.testimonials-container h2 {
  font-size: 36px;
  color: #2d2d2d; /* light black / theme dark color */
  margin-bottom: 50px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
}

.testimonial-card {
  background: var(--card-bg, #ffffff);
  border-radius: 16px;
  padding: 32px 28px;
  text-align: left;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.testimonial-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.12);
}

.quote-icon {
  font-size: 42px;
  color: #000000; /* black quote */
  opacity: 0.25;
  display: block;
  margin-bottom: 12px;
}

.testimonial-card p {
  font-size: 15.5px;
  line-height: 1.7;
  color: #4b5563;
  margin-bottom: 26px;
}

.client-info strong {
  display: block;
  font-size: 16px;
  color: var(--secondary-color);
}

.client-info span {
  font-size: 13px;
  color: #6b7280;
}

/* Responsive */
@media (max-width: 640px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
  }

  .testimonials-container h2 {
    font-size: 28px;
  }

  /* Mobile Animation: bounce left & right with staggered delays */
  .testimonial-card:nth-child(1) {
    animation: bounceLeft 0.8s ease forwards;
    animation-delay: 0.5s;
  }

  .testimonial-card:nth-child(2) {
    animation: bounceRight 0.8s ease forwards;
    animation-delay: 1.2s;
  }

  .testimonial-card:nth-child(3) {
    animation: bounceLeft 0.8s ease forwards;
    animation-delay: 2s;
  }

  .testimonial-card:nth-child(4) {
    animation: bounceRight 0.8s ease forwards;
    animation-delay: 3s;
  }

  .testimonial-card:nth-child(5) {
    animation: bounceLeft 0.8s ease forwards;
    animation-delay: 4s;
  }

  .testimonial-card:nth-child(6) {
    animation: bounceRight 0.8s ease forwards;
    animation-delay: 5s;
  }

  /* Keyframes for bounce left */
  @keyframes bounceLeft {
    0% {
      opacity: 0;
      transform: translateX(-50px);
    }
    60% {
      opacity: 1;
      transform: translateX(10px);
    }
    80% {
      transform: translateX(-5px);
    }
    100% {
      transform: translateX(0);
    }
  }

  /* Keyframes for bounce right */
  @keyframes bounceRight {
    0% {
      opacity: 0;
      transform: translateX(50px);
    }
    60% {
      opacity: 1;
      transform: translateX(-10px);
    }
    80% {
      transform: translateX(5px);
    }
    100% {
      transform: translateX(0);
    }
  }
}/* End custom CSS */