@import url('https://fonts.googleapis.com/css2?family=Archivo+Black&family=Laila:wght@300;400;500;600;700&display=swap');
body {
  font-family: "Laila", sans-serif;
  font-style: normal;
}
.navbar-brand{
  font-weight: 400;
  font-size: 26px;
  font-family: "Archivo Black", sans-serif;
}
.navbar{
  background: #F2F5FA !important;
}
.hero-section {
    min-height: 100vh;
    display: flex;
    align-items: center;
    background-color: #FCB332;
    padding: 60px 0;
}
    .hero-img {
      max-width: 100%;
      height: auto;
      border-radius: 12px;
      box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
    }
    .hero-text h1 {
      font-size: 3rem;
      font-weight: 700;
    }
    .hero-text h4 {
      color: #6c757d;
    }
    .btn-cta{
      color: #FCB332;
      background: #001C46;
      border-color: #001C46;
      padding:10px 20px;
    }


     .about-section {
      padding: 40px 0;
      background: #f9f9f9;
    }
    .section-title {
      font-size: 2.5rem;
      font-weight: 700;
    }
    .about-highlight {
      color: #007bff;
      font-weight: 600;
    }
   .core-values ul {
      list-style-type: disc;
      padding-left: 1.5rem;
      margin-top: 1rem;
    }
    .core-values li {
      margin-bottom: 0.5rem;
      font-size: 1.1rem;
    }


     .what-we-do-section {
      background-color: #001C46;
      color: #ffffff;
      padding: 80px 0;
    }
    .section-title {
      font-size: 2.5rem;
      font-weight: 700;
    }
    .table-style {
      max-width: 800px;
      margin: 0 auto;
      border-collapse: collapse;
    }
    .table-style tr:not(:last-child) {
      border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    }
    .table-style td {
      padding: 20px 10px;
      vertical-align: top;
    }
    .table-style td:first-child {
      font-weight: 600;
      width: 35%;
    }
    .cta-button {
      background-color: #ffffff;
      color: #001C46;
      border: none;
      padding: 12px 30px;
      font-weight: 600;
      font-size: 1rem;
      border-radius: 6px;
      transition: all 0.3s ease;
    }
    .cta-button:hover {
      background-color: #e1e1e1;
      color: #001C46;
    }

.hero {
  background-color: #f5f5f5;
  padding: 60px 0;
  text-align: center;
}
.section {
  padding: 60px 0;
}
.testimonial img {
  max-width: 100%;
  height: auto;
}
.bg-dark-blue {
  background-color: #fcb332;
  color: #f2f5fa;
}
.wrxx_book_button {
  background-color: #001C46;
  color: #f2f5fa;
  text-decoration: none;
  padding: 7px 15px;
  border-radius: 10px;
}
footer a {
  color: #aaa;
}
.d-flex {
  display: flex;
  gap: 20px;
  align-items: center;
}
.success_text {
  color: #000;
  font-size: 16px;
  font-weight: 600;
  text-decoration: none;
}
.hero .container {
  display: flex;
}
/* .container_first_box{
        width: 50%;
    } */
.container_second_box {
  width: 50%;
  padding: 20px;
  border: 5px solid;
  border-radius: 30px;
}
.container_first_box {
  text-align: left;
}

.text_2 {
  margin-top: 25px;
}
.justify-content-center {
  flex-direction: column;
}
.wrxx_form {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.wrxx_form label {
  text-align: left;
}
.wrxx_form input {
  margin-top: 10px;
  padding: 4px 10px;
}
.wrxx_video {
  margin-top: 20px;
}
.wrxx_submit_btn {
  background-color: #2662f8;
  color: #f2f5fa;
  border: none;
  border-radius: 10px;
  padding: 7px 10px !important;
}
.container.wrcc_choose {
  flex-direction: column;
}
.slider-container {
  overflow: hidden;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 20px 0;
  background: #f2f5fa;
}

.slider-track {
  display: flex;
  width: calc(200px * 12); /* 12 logos at 200px each */
  animation: scroll 30s linear infinite;
}

.slide {
  flex: 0 0 200px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px;
}

.slide img {
  max-height: 400px;
  object-fit: contain;
  filter: grayscale(100%);
  opacity: 0.8;
  transition: all 0.3s ease;
}

.slide img:hover {
  filter: grayscale(0%);
  opacity: 1;
}

@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.featured-text {
  text-align: center;
  margin-bottom: 10px;
  font-weight: bold;
}
.wrxx_choose_section {
  display: flex;
  flex-direction: column;
}
.wrxx_section_2 {
  display: flex;
  flex-direction: row;
}
.wrxx_bg_img {
  background-image: url("young-blond-girl-happy-expression.jpg");
  background-size: cover;
  width: 100%;
  height: 250px;
  background-repeat: no-repeat;
}
.testimonial-slide {
  background-color: #f2f5fa;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  overflow: hidden;
}

.testimonial-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.text-content {
  padding: 30px;
}

.watch-btn {
  margin-top: 20px;
}

.carousel-control-prev-icon,
.carousel-control-next-icon {
  background-color: #000;
  border-radius: 50%;
  padding: 10px;
}

.quote-icon {
  font-size: 2rem;
  color: #00b894;
  margin-bottom: 10px;
}
.wrxx_view_text p {
  text-align: center;
  text-decoration: underline;
}

.container_a {
  max-width: 1200px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  align-items: flex-start;
}

.content_a {
  flex: 1 1 300px;
}

.content_a h1 {
  font-size: 2.5rem;
  margin-bottom: 20px;
}

.content_a button {
  background-color: #00b894;
  color: #f2f5fa;
  padding: 12px 24px;
  border: none;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 10px;
}

.steps_a {
  flex: 2 1 600px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.step-box_a {
  background-color: #f7fafa;
  border-radius: 16px;
  padding: 24px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.04);
}

.step-box_a .text_a {
  max-width: 80%;
}

.step-box_a .text_a small {
  display: block;
  color: #888;
  margin-bottom: 6px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
}

.step-box_a .text_a h3 {
  margin: 0 0 10px;
  font-size: 18px;
  font-weight: 600;
}

.step-box_a .text_a p {
  margin: 0;
  font-size: 15px;
  color: #444;
}

.step-box_a .icon_a {
  width: 48px;
  height: 48px;
  background-color: #e5f9f4;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.step-box_a .icon_a img {
  width: 24px;
  height: 24px;
}

.reviews-section {
  max-width: 1200px;
  margin: auto;
}

.review-header {
  text-align: center;
  margin-bottom: 30px;
}

.review-header .tabs span {
  margin: 0 10px;
  font-weight: 500;
  cursor: pointer;
  color: #444;
}

.review-header .tabs .active {
  border-bottom: 2px solid #000;
}

.rating-score {
  margin-top: 10px;
  font-size: 18px;
}

.stars {
  color: #fbbc04;
  font-size: 20px;
  margin-left: 5px;
}

.reviews-slider {
  padding: 20px 0;
}

.review-card {
  background: #f2f5fa;
  border-radius: 12px;
  padding: 20px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
}

.review-card p {
  color: #333;
  font-size: 15px;
  line-height: 1.5;
}

.review-card a {
  color: #007bff;
  text-decoration: none;
  font-size: 14px;
}

.review-card .posted-on {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 13px;
  color: #666;
}

.review-card .posted-on img {
  width: 20px;
  height: 20px;
}

.reviewer {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
}

.avatar {
  background: #00b894;
  color: white;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
}

.avatar-img {
  width: 36px;
  height: 36px;
  border-radius: 50%;
}

.reviewer .info {
  font-size: 13px;
}

.swiper-slide {
  width: 300px;
}
.swiper.reviews-slider .swiper-wrapper {
  display: flex;
  gap: 20px;
}
.section.text-center.bg-dark-blue {
  max-width: 1100px;
  margin: 0 auto;
  width: 100%;
  height: 200px;
  margin-bottom: 30px;
  border-radius: 20px;
  padding: 30px 0;
}

.wrxx_action_btn a button {
  padding: 10px 15px;
  background-color: #2662f8;
  color: #f2f5fa !important;
  border-radius: 15px;
  width: 200px;
  border: none;
  margin-top: 25px;
}
.wrxx_text_52 {
  display: flex;
  justify-content: center;
  gap: 45px;
}

.wrxx_choose_section .wrxx_section_2:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: var(--shadow-lg), 0 0 40px rgba(0, 91, 139, 0.3);
  border-color: transparent;
}

.wrxx_choose_section .wrxx_section_2::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    135deg,
    var(--primary-color),
    var(--secondary-color)
  );
  opacity: 0;
  transition: var(--transition-glow);
  z-index: 1;
}
.wrxx_choose_section .wrxx_section_2::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  right: 2px;
  bottom: 2px;
  background: var(--white);
  border-radius: calc(var(--border-radius-lg) - 2px);
  z-index: 2;
  transition: var(--transition-glow);
}

.wrxx_choose_section .wrxx_section_2 > * {
  position: relative;
  z-index: 3;
}

.wrxx_choose_section .wrxx_section_2:hover {
  transform: translateY(-10px) scale(1.02);
  box-shadow: var(--shadow-lg), 0 0 40px rgba(0, 91, 139, 0.3);
  border-color: transparent;
}

.wrxx_choose_section .wrxx_section_2:hover::before {
  opacity: 1;
}

.wrxx_choose_section .wrxx_section_2:hover::after {
  background: rgba(255, 255, 255, 0.98);
}
 .hero.why_choose_clients {
      background-color: #FCB332;
      color: #001C46;
      padding: 80px 80px;
      text-align: center;
    }

    .hero.why_choose_clients h2 {
      font-size: 36px;
      margin-bottom: 10px;
    }

    .hero.why_choose_clients p {
      font-size: 18px;
      max-width: 600px;
      margin: 0 auto;
    }

    .clients_sec {
      padding: 60px 40px;
      background-color: white;
    }

    .clients_sec h3 {
      color: #001C46;
      font-size: 28px;
      margin-bottom: 30px;
      text-align: center;
    }

    .features {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
      gap: 30px;
    }

    .feature-box {
      border-left: 5px solid #FCB332;
      background-color: #f1f1f1;
      padding: 20px;
      border-radius: 6px;
    }

    .feature-box h4 {
      color: #001C46;
      margin-bottom: 10px;
    }

    @media (max-width: 600px) {
      .hero.why_choose_clients h2 {
        font-size: 28px;
      }

      .clients_sec h3 {
        font-size: 24px;
      }
    }

    /*testimonial*/
        .section_testimonial {
      max-width: 1200px;
      margin: 60px auto;
      padding: 20px;
    }

    .section_testimonial h2 {
      text-align: center;
      margin-bottom: 40px;
      color: #001C46;
      font-size: 50px;
    }

/*    .testimonial-grid {
      display: grid;
      grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
      gap: 30px;
    }*/
    .testimonial-slider {
  overflow: hidden;
  position: relative;
}
    .testimonial-track {
    display: flex;
    transition: transform 0.6s ease-in-out;
}

    .testimonial-card {
          flex: 0 0 33.333%;
      background-color: #fff;
      border-radius: 12px;
      box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
      padding: 30px 20px;
      text-align: center;
      transition: transform 0.3s ease;
    }

    .testimonial-card:hover {
      transform: translateY(-5px);
    }

    .client-img {
      width: 80px;
      height: 80px;
      border-radius: 50%;
      object-fit: cover;
      border: 4px solid #FCB332;
      margin-bottom: 15px;
    }

    .client-name {
      font-size: 18px;
      font-weight: bold;
      color: #001C46;
    }

    .client-profession {
      font-size: 14px;
      color: #666;
      margin-bottom: 10px;
    }

    .stars {
      color: #FCB332;
      margin-bottom: 15px;
      font-size: 18px;
    }

    .testimonial-text {
      font-style: italic;
      color: #333;
      font-size: 15px;
      line-height: 1.5;
    }

    @media (max-width: 768px) {
      .testimonial-card {
        padding: 20px 15px;
      }
    }
      .cta-section {
    background-color: #001C46;
    color: white;
    padding: 60px 20px;
    text-align: center;
  }

  .cta-container {
    max-width: 800px;
    margin: 0 auto;
  }

  .cta-section h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }

  .cta-section ul {
    list-style: none;
    padding: 0;
    margin: 0 0 20px;
    font-size: 18px;
  }

  .cta-section ul li {
    margin: 8px 0;
  }

  .cta-contact {
    font-size: 18px;
  }

  .cta-contact a {
    color: #FCB332;
    text-decoration: none;
    font-weight: bold;
  }

  .cta-contact a:hover {
    text-decoration: underline;
  }

  @media (max-width: 600px) {
    .cta-contact {
      display: block;
      margin-top: 20px;
    }
  }
  /*about*/
    .about-mike {
    padding: 60px 20px;
    background-color: #f9f9f9;
    color: #001C46;
  }

  .about-wrapper {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: auto;
    gap: 40px;
  }

  .about-text {
    flex: 1;
    min-width: 300px;
  }

  .about-text h2 {
    font-size: 32px;
    margin-bottom: 20px;
  }

  .about-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 25px;
  }

  .core-values h3 {
    font-size: 22px;
    margin-bottom: 10px;
  }

  .core-values ul {
    list-style: none;
    padding: 0;
    font-size: 17px;
  }

  .core-values ul li {
    margin-bottom: 8px;
    color: #333;
  }

  .contact-info {
    margin-top: 25px;
    font-size: 18px;
  }

  .contact-info a {
    color: #FCB332;
    font-weight: bold;
    text-decoration: none;
  }

  .contact-info a:hover {
    text-decoration: underline;
  }

  .about-image {
    flex: 1;
    min-width: 300px;
    text-align: center;
  }

  .about-image img {
    width: 100%;
    max-width: 450px;
    border-radius: 10px;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
  }

  @media (max-width: 768px) {
    .about-wrapper {
      flex-direction: column;
      text-align: center;
    }

    .about-text, .about-image {
      max-width: 100%;
    }

    .about-text h2 {
      font-size: 28px;
    }
  }
