.elementor-2266 .elementor-element.elementor-element-3740ce46{--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-2266 .elementor-element.elementor-element-23cd5853{--display:flex;}.elementor-2266 .elementor-element.elementor-element-791f6b8a{--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-2266 .elementor-element.elementor-element-1158b4cb{--display:flex;}.elementor-2266 .elementor-element.elementor-element-519c40a5{--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-2266 .elementor-element.elementor-element-1ad7e829{--display:flex;}.elementor-2266 .elementor-element.elementor-element-353b7680{--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-2266 .elementor-element.elementor-element-28a12a7f{--display:flex;}@media(min-width:768px){.elementor-2266 .elementor-element.elementor-element-23cd5853{--content-width:1600px;}.elementor-2266 .elementor-element.elementor-element-1158b4cb{--content-width:1600px;}.elementor-2266 .elementor-element.elementor-element-1ad7e829{--content-width:1600px;}.elementor-2266 .elementor-element.elementor-element-28a12a7f{--content-width:1600px;}}/* Start custom CSS for html, class: .elementor-element-659abba3 */.intro-section {
  background: #f8fafa;
  padding: 100px 20px;
}

.intro-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.intro-text {
  flex: 1 1 600px;
}

.intro-text h2 {
  font-size: 2.5rem;
  margin-bottom: 20px;
  color: #333;
}

.intro-text p {
  font-size: 1.1rem;
  line-height: 1.6;
  color: #555;
}

.intro-image {
  flex: 0 1 250px; /* smaller image block */
  text-align: center;
}


.intro-image {
  background: #fff;
  padding: 30px;
  border-radius: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  transition: all 0.3s ease;
}

.intro-image:hover {
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  transform: translateY(-8px);
}

.intro-image img {
  max-width: 140px;
  height: auto;
  display: block;
  margin: 0 auto;
}

@media (max-width: 768px) {
  .intro-section {
    padding: 50px 16px;
  }

  .intro-container {
    flex-direction: column-reverse;
    gap: 20px;
    text-align: center;
  }

  .intro-text {
    flex: none;
    max-width: 100%;
  }

  .intro-text h2 {
    font-size: 1.8rem;
    margin-bottom: 16px;
  }

  .intro-text p {
    font-size: 1rem;
    line-height: 1.5;
    margin-bottom: 0;
  }

  .intro-image {
    flex: none;
    padding: 20px;
    max-width: 200px;
    margin: 0 auto;
  }

  .intro-image img {
    max-width: 100px;
    margin: 0 auto;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-3252a2ce */.cards-section {
  max-width: 1400px;
  margin: 0 auto;
  padding: 80px 20px;
}

.cards-intro {
  text-align: center;
  margin-bottom: 60px;
}

.cards-intro h2 {
  font-size: 36px;
  font-weight: 700;
  color: #1a1a1a;
  margin-bottom: 20px;
}

.cards-intro p {
  font-size: 18px;
  color: #666;
  max-width: 700px;
  margin: 0 auto;
  line-height: 1.6;
}

.cards-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 50px 60px;
  max-width: 1600px;
  margin: 0 auto;
  padding: 80px 40px;
  justify-items: center;
}

.service-card {
  background: #fff;
  border-radius: 24px;
  box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
  padding: 60px 40px;
  text-align: center;
  transition: all 0.3s ease;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.service-card:hover {
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.12);
  transform: translateY(-8px);
}

.icon {
  margin-bottom: 30px;
}

.icon img {
  max-width: 80px;
  height: auto;
  transition: transform 0.3s ease;
}

.service-card h3 {
  font-size: 24px;
  margin-bottom: 15px;
  color: #222;
}

.service-card p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 25px;
}

/* Responsive Adjustments */
@media (max-width: 992px) {
  .cards-wrapper {
    grid-template-columns: 1fr 1fr;
    padding: 40px 20px;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .cards-wrapper {
    grid-template-columns: 1fr;
    padding: 0;
  }

  .cards-intro h2 {
    font-size: 28px;
  }

  .service-card {
    padding: 40px 30px;
  }

  .icon img {
    max-width: 70px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-5b835a7b */.cta-split-section {
  background: #f8fafa;
  padding: 100px 20px;
}

.cta-split-container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  max-width: 1200px;
  margin: 0 auto;
  gap: 40px;
}

.cta-split-text {
  flex: 1 1 500px;
}

.cta-split-text h3 {
  font-size: 32px;
  margin-bottom: 20px;
  color: #1a1a1a;
}

.cta-split-text p {
  font-size: 18px;
  line-height: 1.6;
  margin-bottom: 30px;
  color: #555;
}

.cta-split-image {
  flex: 1 1 400px;
  text-align: center;
}

.cta-split-image img {
  max-width: 300px;
  border-radius: 20px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.cta-split-image img:hover {
  transform: translateY(-6px);
  box-shadow: 0 15px 45px rgba(0, 0, 0, 0.1);
}

/* Button already defined as .wise-button */

.wise-button {
  display: inline-block;
  background-color: #b66a2e;
  color: #ffffff;
  padding: 14px 28px;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 10px;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(182, 106, 46, 0.3);
}

.wise-button:hover {
  background-color: #9e5524;
  color: #ffffff; /* Force white text on hover */
  box-shadow: 0 6px 20px rgba(182, 106, 46, 0.4);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cta-split-section {
    padding: 50px 16px;
  }

  .cta-split-container {
    flex-direction: column-reverse;
    gap: 20px;
    text-align: center;
  }

  .cta-split-text {
    flex: none;
    max-width: 100%;
  }

  .cta-split-text h3 {
    font-size: 24px;
    margin-bottom: 16px;
  }

  .cta-split-text p {
    font-size: 15px;
    line-height: 1.5;
    margin-bottom: 20px;
  }

  .cta-split-image {
    flex: none;
    max-width: 100%;
  }

  .cta-split-image img {
    max-width: 180px;
    margin: 0 auto;
  }

  .wise-button {
    width: 100%;
    max-width: 260px;
    padding: 12px 20px;
    font-size: 15px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-2935514f */.wise-faq-section {
  max-width: 1000px;
  margin: 100px auto;
  padding: 0 20px;
  font-family: 'Roboto', sans-serif;
}

.faq-heading {
  font-size: 32px;
  margin-bottom: 50px;
  text-align: center;
  color: #1a1a1a;
}

.faq-container {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
  background-color: #ffffff;
}

.faq-item {
  border-bottom: 1px solid #eee;
}

.faq-question {
  background: #fff;
  border: none;
  width: 100%;
  padding: 20px;
  font-size: 18px;
  font-weight: 600;
  color: #1a1a1a;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: color 0.3s ease;
}

.faq-question:hover {
  color: #b66a2e;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  background: #fdfdfd;
  transition: max-height 0.4s ease, padding 0.4s ease;
  padding: 0 20px;
}

.faq-item.active .faq-answer {
  max-height: 500px;
  padding: 20px;
}

/* Arrow Styling */
.faq-question .arrow {
  width: 10px;
  height: 10px;
  border-right: 2px solid #b66a2e;
  border-bottom: 2px solid #b66a2e;
  transform: rotate(45deg);
  transition: transform 0.3s ease;
  margin-left: 10px;
}

.faq-item.active .arrow {
  transform: rotate(-135deg);
}/* End custom CSS */