.elementor-25382 .elementor-element.elementor-element-13927fd{--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-25382 .elementor-element.elementor-element-39fcb2a{--display:flex;}.elementor-25382 .elementor-element.elementor-element-3efff94{--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-25382 .elementor-element.elementor-element-0b1efc2{--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-25382 .elementor-element.elementor-element-ff88c55{--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-25382 .elementor-element.elementor-element-f321c66{--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-25382 .elementor-element.elementor-element-2651f7e{--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-25382 .elementor-element.elementor-element-1c823c6{--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-25382 .elementor-element.elementor-element-7df5709{--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-25382 .elementor-element.elementor-element-d08b8cf{--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;}/* Start custom CSS for html, class: .elementor-element-84ebd1e *//* ---------------- HERO SECTION ---------------- */

.hero {
  background: linear-gradient(135deg, #2b2e71, #266534);
  color: white;
  position: relative;
  display: flex;
  align-items: center;
  padding-top: 180px;
  min-height: 82vh;
  overflow: hidden;
}

.hero-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://storage.googleapis.com/msgsndr/HtUEb0a96GiHZUIAHR26/media/68b42743cc1c1a5453f545ea.jpeg');
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.hero-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 2;
}

.hero-content {
  position: relative;
  z-index: 3;
  width: 100%;
  text-align: left;
  padding: 60px 0;
}

.hero .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 80px;
}

/* TITRES ET TEXTES */
.hero-title {
  font-family: 'Inter', sans-serif;
  font-size: 4.5rem;
  font-weight: 700;
  line-height: 1.1;
  margin-bottom: 1.2rem;
  max-width: 850px;
  color: #ffffff !important;
}

.hero-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  color: #ffffff !important;
  opacity: 1;
  max-width: 600px;
  margin-bottom: 1.8rem;
}

/* BOUTONS */
.btn {
  display: inline-block;
  padding: 18px 36px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  transition: all 0.3s ease;
  text-decoration: none;
}

.btn-primary {
  background-color: #dc2626;
  color: #fff;
}

.btn-primary:hover {
  background-color: #b91c1c;
  transform: translateY(-2px);
}

/* -------- RESPONSIVE -------- */

@media (max-width: 1366px) and (max-height: 768px) {
  .hero {
    padding-top: 160px;
    min-height: 78vh;
  }
  .hero-title {
    font-size: 3.8rem;
  }
  .hero-subtitle {
    font-size: 1.2rem;
  }
}

@media (max-width: 1024px) {
  .hero {
    padding-top: 140px;
    min-height: 75vh;
  }
  .hero-title {
    font-size: 3.5rem;
  }
}

@media (max-width: 768px) {
  .hero {
    padding-top: 120px;
    min-height: 70vh;
    text-align: center;
  }
  .hero-title {
    font-size: 2.8rem;
    max-width: 600px;
    margin: 0 auto 1rem;
  }
  .hero-subtitle {
    font-size: 1.2rem;
    margin: 0 auto 1.5rem;
    max-width: 500px;
  }
  .hero .btn {
    padding: 16px 32px;
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .hero {
    padding-top: 60px;
    min-height: 45vh;
  }
  .hero-title {
    font-size: 1.8rem;
  }
  .hero-subtitle {
    font-size: 0.9rem;
  }
  .hero .btn {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
}

@media (max-width: 360px) {
  .hero {
    padding-top: 50px;
  }
  .hero-title {
    font-size: 1.6rem;
  }
  .hero-subtitle {
    font-size: 0.8rem;
  }
  .hero .btn {
    padding: 10px 20px;
    font-size: 0.85rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0733769 *//* ---------------- TESTIMONIAL SECTION ---------------- */

.testimonial {
  padding: 4rem 0;
  background-color: #f8f9fa;
  width: 100%;
}

.testimonial .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
  background-color: transparent;
  border-radius: 20px;
}

.testimonials-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 3rem;
  align-items: start;
}

.testimonial-item {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-quote {
  font-family: 'Inter', sans-serif;
  font-size: 1.5rem;
  font-style: italic;
  color: #1a1a1a;
  line-height: 1.6;
  margin-bottom: 2rem;
}

.testimonial-author {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
}

.author-avatar {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.author-info {
  text-align: left;
}

/* --- Typographies corrigées pour les noms et titres --- */
.testimonial .author-name,
.testimonial .author-title {
  font-family: 'Inter', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.testimonial .author-name {
  margin: 0 !important;
  font-weight: 600 !important;
  font-size: 1.05rem !important;
  line-height: 1.25 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  color: #1a1a1a !important;
  font-style: normal !important;
}

.testimonial .author-title {
  margin: 0 !important;
  font-weight: 400 !important;
  font-size: 0.9rem !important;
  line-height: 1.3 !important;
  color: #666666 !important;
  text-transform: none !important;
}

/* -------- RESPONSIVE -------- */

@media (max-width: 1024px) {
  .testimonial {
    padding: 3rem 0;
  }
  .testimonial-quote {
    font-size: 1.3rem;
  }
}

@media (max-width: 768px) {
  .testimonials-grid {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .testimonial-item {
    padding: 1.8rem;
  }
  .testimonial-quote {
    font-size: 1.2rem;
  }
  .author-avatar {
    width: 55px;
    height: 55px;
  }
  .testimonial .author-name {
    font-size: 1rem !important;
  }
  .testimonial .author-title {
    font-size: 0.85rem !important;
  }
}

@media (max-width: 480px) {
  .testimonial {
    padding: 2rem 0;
  }
  .testimonial-item {
    padding: 1.5rem;
  }
  .testimonial-quote {
    font-size: 1.1rem;
  }
  .author-avatar {
    width: 50px;
    height: 50px;
  }
  .testimonial .author-name {
    font-size: 0.98rem !important;
  }
  .testimonial .author-title {
    font-size: 0.82rem !important;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2a51d68 *//* ---------------- TRUSTED BY SECTION ---------------- */

.trusted-by {
  padding: 4rem 0;
  background-color: #f8f9fa;
  width: 100%;
}

.trusted-by .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
  background-color: transparent;
}

.trusted-by-content {
  text-align: center;
}

.trusted-by .section-title {
  font-family: 'Inter', sans-serif;
  font-size: 2.2rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.3;
  margin-bottom: 2rem;
}

.logos-grid {
  display: grid;
  grid-template-columns: repeat(7, 1fr);
  gap: 2rem;
  align-items: center;
  justify-items: center;
  margin-top: 2rem;
}

.logo-item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.client-logo {
  width: 120px;
  height: 80px;
  object-fit: contain;
  filter: grayscale(100%);
  transition: filter 0.3s ease, transform 0.3s ease;
}

.client-logo:hover {
  filter: grayscale(0%);
  transform: scale(1.05);
}

/* -------- RESPONSIVE -------- */

@media (max-width: 1200px) {
  .trusted-by .section-title {
    font-size: 2rem;
  }
  .logos-grid {
    grid-template-columns: repeat(5, 1fr);
    gap: 1.8rem;
  }
}

@media (max-width: 1024px) {
  .trusted-by {
    padding: 3rem 0;
  }
  .trusted-by .section-title {
    font-size: 1.8rem;
  }
  .logos-grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
  }
  .client-logo {
    width: 100px;
    height: 70px;
  }
}

@media (max-width: 768px) {
  .trusted-by {
    padding: 2.5rem 0;
  }
  .trusted-by .section-title {
    font-size: 1.6rem;
  }
  .logos-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.2rem;
  }
  .client-logo {
    width: 90px;
    height: 60px;
  }
}

@media (max-width: 480px) {
  .trusted-by {
    padding: 2rem 0;
  }
  .trusted-by .section-title {
    font-size: 1.4rem;
  }
  .logos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem;
  }
  .client-logo {
    width: 80px;
    height: 55px;
  }
}

@media (max-width: 360px) {
  .logos-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 0.8rem;
  }
  .client-logo {
    width: 70px;
    height: 50px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-196a293 *//* ---------------- PROBLEM SECTION ---------------- */

.problem {
  padding: 4rem 0;
  background-color: #ffffff;
  width: 100%;
}

.problem .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.problem-header {
  text-align: center;
  margin-bottom: 3rem;
}

.problem .section-title {
  font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 1rem;
}

.problem .section-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  color: #475EF5;
  font-weight: 600;
}

.problem-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: start;
}

.section-description {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.problem-list {
  list-style: none;
  margin: 1rem 0 2rem;
  padding: 0;
}

.problem-list li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 0.6rem;
}

.problem-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #dc2626;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1;
}

.problem-image {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
}

.problem-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
}

.image-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  color: #ffffff;
  padding: 2rem;
  border-radius: 0 0 12px 12px;
}

.image-overlay p {
  font-style: italic;
  font-size: 1.1rem;
  margin: 0;
}

.problem-conclusion {
  text-align: center;
  margin-top: 2rem;
  padding: 1.5rem;
  background-color: #f8f9fa;
  border-radius: 12px;
}

.problem-conclusion .section-description {
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin: 0;
}

/* -------- RESPONSIVE -------- */

@media (max-width: 1024px) {
  .problem .section-title {
    font-size: 2.2rem;
  }
  .problem .section-subtitle {
    font-size: 1.2rem;
  }
  .problem-content {
    gap: 3rem;
  }
  .problem-img {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .problem {
    padding: 3rem 0;
  }
  .problem-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .problem .section-title {
    font-size: 2rem;
  }
  .problem .section-subtitle {
    font-size: 1.1rem;
  }
  .problem-img {
    height: 350px;
  }
  .image-overlay p {
    font-size: 1rem;
  }
  .problem-conclusion .section-description {
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .problem {
    padding: 2rem 0;
  }
  .problem .section-title {
    font-size: 1.8rem;
  }
  .problem .section-subtitle {
    font-size: 1rem;
  }
  .problem-img {
    height: 250px;
  }
  .image-overlay p {
    font-size: 0.95rem;
  }
  .problem-list li {
    font-size: 1rem;
  }
  .problem-conclusion .section-description {
    font-size: 1rem;
  }
}

@media (max-width: 360px) {
  .problem .section-title {
    font-size: 1.6rem;
  }
  .problem .section-subtitle {
    font-size: 0.9rem;
  }
  .problem-img {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c43e953 *//* ---------------- VALUE TRANSLATION SECTION ---------------- */

.value-translation {
  padding: 4rem 0;
  background-color: #f8f9fa;
  width: 100%;
}

.value-translation .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.value-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.value-img {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: 12px;
}

.value-text .section-title {
  font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  line-height: 1.2;
  margin-bottom: 1.2rem;
}

.value-text .section-description {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 1rem;
  line-height: 1.6;
}

.value-text .problem-list {
  list-style: none;
  margin: 1rem 0 2rem;
  padding: 0;
}

.value-text .problem-list li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.1rem;
  color: #666666;
  margin-bottom: 0.6rem;
}

.value-text .problem-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #dc2626;
  font-size: 1.5rem;
  font-weight: bold;
}

.value-translation .btn {
  display: inline-block;
  padding: 18px 36px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 8px;
  background-color: #dc2626;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.value-translation .btn:hover {
  background-color: #b91c1c;
  transform: translateY(-2px);
}

/* -------- RESPONSIVE -------- */

@media (max-width: 1024px) {
  .value-translation {
    padding: 3rem 0;
  }
  .value-content {
    gap: 3rem;
  }
  .value-text .section-title {
    font-size: 2.2rem;
  }
  .value-img {
    height: 350px;
  }
}

@media (max-width: 768px) {
  .value-translation {
    padding: 3rem 0;
  }
  .value-content {
    grid-template-columns: 1fr;
    gap: 2.5rem;
  }
  .value-text {
    text-align: center;
  }
  .value-text .section-title {
    font-size: 2rem;
  }
  .value-text .section-description {
    font-size: 1rem;
  }
  .value-text .problem-list li {
    text-align: left;
  }
  .value-img {
    height: 350px;
  }
  .value-translation .btn {
    display: inline-block;
    margin-top: 1rem;
  }
}

@media (max-width: 480px) {
  .value-translation {
    padding: 2rem 0;
  }
  .value-text .section-title {
    font-size: 1.8rem;
  }
  .value-text .section-description {
    font-size: 0.95rem;
  }
  .value-img {
    height: 250px;
  }
  .value-translation .btn {
    padding: 14px 28px;
    font-size: 1rem;
  }
}

@media (max-width: 360px) {
  .value-text .section-title {
    font-size: 1.6rem;
  }
  .value-img {
    height: 220px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-d40a2b4 *//* ---------------- FRAMEWORK SECTION ---------------- */

.framework {
  padding: 4rem 0;
  background-color: #ffffff;
  width: 100%;
}

.framework .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.framework-header {
  text-align: center;
  margin-bottom: 3rem;
}

.framework .section-title {
  font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.framework .section-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  color: #666666;
  margin-bottom: 2rem;
}

.framework-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
  gap: 2rem;
}

.framework-step {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.framework-step:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.step-number {
  width: 60px;
  height: 60px;
  background-color: #2b2e71;
  color: #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  font-weight: 700;
  margin: 0 auto 1.5rem;
}

.step-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  color: #1a1a1a;
  margin-bottom: 1rem;
}

.step-description {
  font-family: 'Inter', sans-serif;
  font-size: 1rem;
  color: #666666;
  line-height: 1.6;
}

/* -------- RESPONSIVE -------- */

@media (max-width: 1024px) {
  .framework {
    padding: 3.5rem 0;
  }
  .framework .section-title {
    font-size: 2.2rem;
  }
  .framework .section-subtitle {
    font-size: 1.2rem;
  }
  .framework-step {
    padding: 1.8rem;
  }
}

@media (max-width: 768px) {
  .framework {
    padding: 3rem 0;
  }
  .framework .section-title {
    font-size: 2rem;
  }
  .framework-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .framework-step {
    padding: 1.5rem;
  }
  .step-number {
    width: 55px;
    height: 55px;
    font-size: 1.3rem;
  }
  .step-title {
    font-size: 1.1rem;
  }
  .step-description {
    font-size: 0.95rem;
  }
}

@media (max-width: 480px) {
  .framework {
    padding: 2.5rem 0;
  }
  .framework .section-title {
    font-size: 1.8rem;
  }
  .framework-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .framework-step {
    padding: 1.2rem;
  }
  .step-number {
    width: 50px;
    height: 50px;
    font-size: 1.2rem;
  }
  .step-title {
    font-size: 1rem;
  }
  .step-description {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb19808 *//* ---------------- WHY WORK SECTION ---------------- */

.why-work {
  padding: 4rem 0;
  background-color: #f8f9fa;
  width: 100%;
}

.why-work .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 2rem;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.why-work-header {
  text-align: center;
  margin-bottom: 3rem;
}

.why-work .section-title {
  font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.why-work .section-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  color: #666666;
  margin-bottom: 2rem;
  line-height: 1.6;
}

.why-work-content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  align-items: center;
}

.section-description {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  color: #666666;
  line-height: 1.6;
  margin-bottom: 1rem;
}

.why-work .btn {
  display: inline-block;
  padding: 18px 36px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 8px;
  background-color: #dc2626;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
  margin-top: 1rem;
}

.why-work .btn:hover {
  background-color: #b91c1c;
  transform: translateY(-2px);
}

.chart-container {
  padding: 0;
  border-radius: 12px;
  overflow: hidden;
  text-align: center;
}

.chart-image {
  width: 100%;
  height: 500px;
  object-fit: cover;
  object-position: center;
  border-radius: 12px;
  transform: scale(1.05);
}

/* -------- RESPONSIVE -------- */

@media (max-width: 1024px) {
  .why-work {
    padding: 3.5rem 0;
  }
  .why-work .section-title {
    font-size: 2.2rem;
  }
  .why-work .section-subtitle {
    font-size: 1.2rem;
  }
  .chart-image {
    height: 400px;
  }
}

@media (max-width: 768px) {
  .why-work {
    padding: 3rem 0;
  }
  .why-work-content {
    grid-template-columns: 1fr;
    gap: 3rem;
  }
  .why-work-header {
    margin-bottom: 2rem;
  }
  .why-work .section-title {
    font-size: 2rem;
  }
  .why-work .section-subtitle {
    font-size: 1.1rem;
  }
  .why-work .btn {
    display: inline-block;
    text-align: center;
    margin-top: 1.5rem;
  }
  .why-work-text {
    text-align: center;
  }
  .chart-image {
    height: 400px;
  }
}

@media (max-width: 480px) {
  .why-work {
    padding: 2.5rem 0;
  }
  .why-work .section-title {
    font-size: 1.8rem;
  }
  .why-work .section-subtitle {
    font-size: 1rem;
  }
  .section-description {
    font-size: 1rem;
  }
  .chart-image {
    height: 300px;
  }
  .why-work .btn {
    padding: 14px 28px;
    font-size: 1rem;
  }
}

@media (max-width: 360px) {
  .why-work .section-title {
    font-size: 1.6rem;
  }
  .chart-image {
    height: 250px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3ebba31 *//* ---------------- REVIEWS SECTION ---------------- */

.reviews {
  padding: 4rem 0;
  background-color: #ffffff;
  width: 100%;
}

.reviews .container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 3rem 2rem;
  background-color: #ffffff;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.reviews-header {
  text-align: center;
  margin-bottom: 3rem;
}

.reviews .section-title {
  font-family: 'Inter', sans-serif;
  font-size: 2.5rem;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 1rem;
  line-height: 1.2;
}

.reviews .section-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1.3rem;
  color: #666666;
  margin-bottom: 2rem;
}

.reviews-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
  gap: 2rem;
}

.review-card {
  background-color: #ffffff;
  padding: 2rem;
  border-radius: 12px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-align: center;
}

.review-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 25px rgba(0, 0, 0, 0.12);
}

.achievement-title {
  font-family: 'Inter', sans-serif;
  font-size: 1.1rem;
  font-weight: 600;
  color: #1a1a1a;
  line-height: 1.5;
  margin: 0;
}

/* -------- RESPONSIVE -------- */

@media (max-width: 1024px) {
  .reviews {
    padding: 3.5rem 0;
  }
  .reviews .section-title {
    font-size: 2.2rem;
  }
  .reviews .section-subtitle {
    font-size: 1.2rem;
  }
  .review-card {
    padding: 1.8rem;
  }
}

@media (max-width: 768px) {
  .reviews {
    padding: 3rem 0;
  }
  .reviews .section-title {
    font-size: 2rem;
  }
  .reviews-grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
  }
  .review-card {
    padding: 1.5rem;
  }
  .achievement-title {
    font-size: 1rem;
  }
}

@media (max-width: 480px) {
  .reviews {
    padding: 2.5rem 0;
  }
  .reviews .section-title {
    font-size: 1.8rem;
  }
  .reviews-grid {
    grid-template-columns: 1fr;
    gap: 1.2rem;
  }
  .review-card {
    padding: 1.2rem;
  }
  .achievement-title {
    font-size: 0.95rem;
  }
}

@media (max-width: 360px) {
  .reviews .section-title {
    font-size: 1.6rem;
  }
  .achievement-title {
    font-size: 0.9rem;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fb42743 *//* ---------------- CTA SECTION ---------------- */

.cta {
  position: relative;
  padding: 8rem 0;
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.cta-background {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url('https://storage.googleapis.com/msgsndr/HtUEb0a96GiHZUIAHR26/media/68b429a074ce1f3567131aff.jpeg');
  background-size: cover;
  background-position: center;
  z-index: 1;
}

.cta-background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 50, 102, 0.7);
  z-index: 2;
}

.cta-content {
  position: relative;
  z-index: 3;
  text-align: center;
  color: #ffffff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 60vh;
}

.cta .container {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 1rem;
}

.cta-title {
  font-family: 'Inter', sans-serif;
  font-size: 3rem;
  font-weight: 700;
  margin-bottom: 1.5rem;
  color: #ffffff;
  line-height: 1.2;
  text-transform: uppercase;
}

.cta-subtitle {
  font-family: 'Inter', sans-serif;
  font-size: 1.2rem;
  margin-bottom: 2rem;
  color: #ffffff;
  opacity: 0.95;
}

.cta .btn {
  display: inline-block;
  padding: 18px 36px;
  font-size: 1.2rem;
  font-weight: 600;
  border-radius: 8px;
  background-color: #dc2626;
  color: #ffffff;
  text-decoration: none;
  transition: all 0.3s ease;
}

.cta .btn:hover {
  background-color: #b91c1c;
  transform: translateY(-2px);
}

/* -------- RESPONSIVE -------- */

@media (max-width: 1024px) {
  .cta {
    padding: 6rem 0;
    min-height: 55vh;
  }
  .cta-title {
    font-size: 2.5rem;
  }
  .cta-subtitle {
    font-size: 1.1rem;
  }
}

@media (max-width: 768px) {
  .cta {
    padding: 5rem 0;
    min-height: 50vh;
  }
  .cta-title {
    font-size: 2.2rem;
  }
  .cta-subtitle {
    font-size: 1rem;
  }
  .cta .btn {
    padding: 16px 32px;
    font-size: 1.1rem;
  }
}

@media (max-width: 480px) {
  .cta {
    padding: 4rem 0;
    min-height: 45vh;
  }
  .cta-title {
    font-size: 1.8rem;
  }
  .cta-subtitle {
    font-size: 0.95rem;
  }
  .cta .btn {
    padding: 14px 28px;
    font-size: 1rem;
  }
}

@media (max-width: 360px) {
  .cta {
    padding: 3rem 0;
    min-height: 40vh;
  }
  .cta-title {
    font-size: 1.6rem;
  }
  .cta-subtitle {
    font-size: 0.9rem;
  }
  .cta .btn {
    padding: 12px 24px;
    font-size: 0.9rem;
  }
}/* End custom CSS */