.elementor-3439 .elementor-element.elementor-element-c91ce66{--display:flex;}.elementor-3439 .elementor-element.elementor-element-e31a53b{--display:flex;}.elementor-3439 .elementor-element.elementor-element-70ee9f9{--display:flex;}.elementor-3439 .elementor-element.elementor-element-88aa4f2{--display:flex;}.elementor-3439 .elementor-element.elementor-element-e3ab536{--display:flex;}.elementor-3439 .elementor-element.elementor-element-89460f3{--display:flex;}.elementor-3439 .elementor-element.elementor-element-10f8de3{--display:flex;}.elementor-3439 .elementor-element.elementor-element-819e7c1{--display:flex;}.elementor-3439 .elementor-element.elementor-element-ed10c45{--display:flex;}/* Start custom CSS for html, class: .elementor-element-1b9d24d */.case-overview-section {
  padding: 110px 0;
  background: #ffffff;
}

.case-overview-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
  padding: 0 20px;
}

.case-overview-left {
  flex: 1.2;
}

.case-overview-left h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

.case-overview-left p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.case-overview-right {
  flex: 0.8;
}

.client-profile-card {
  background: #f8fafc;
  padding: 40px;
  border-radius: 18px;
  border-left: 5px solid #2f6fed;
}

.profile-label {
  display: inline-block;
  font-size: 14px;
  font-weight: 600;
  color: #2f6fed;
  margin-bottom: 18px;
}

.profile-intro {
  font-size: 16px;
  color: #555;
  margin-bottom: 15px;
}

.profile-list {
  list-style: none;
  padding: 0;
  margin: 0 0 20px 0;
}

.profile-list li {
  position: relative;
  padding-left: 22px;
  margin-bottom: 12px;
  font-size: 15px;
  color: #333;
}

.profile-list li::before {
  content: "•";
  position: absolute;
  left: 0;
  color: #2f6fed;
  font-size: 20px;
  top: -2px;
}

.profile-note {
  font-size: 13px;
  color: #777;
  margin-top: 20px;
  border-top: 1px solid #e6e6e6;
  padding-top: 15px;
}

/* Responsive */

@media (max-width: 992px) {
  .case-overview-container {
    flex-direction: column;
  }

  .case-overview-left h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-568314b */.case-challenge-section {
  padding: 110px 0;
  background: #f9fbfd;
}

.case-challenge-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
  padding: 0 20px;
  align-items: flex-start;
}

.case-challenge-left {
  flex: 1.2;
}

.case-challenge-left h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

.case-challenge-left p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.case-challenge-right {
  flex: 0.8;
}

.challenge-panel {
  background: #ffffff;
  padding: 40px;
  border-radius: 18px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.challenge-panel h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #111;
}

.challenge-list {
  list-style: none;
  padding: 0;
  margin: 0;
}

.challenge-list li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 15px;
  color: #333;
  margin-bottom: 18px;
  line-height: 1.6;
}

.challenge-icon {
  color: #e63946;
  font-weight: bold;
  margin-top: 2px;
}

/* Responsive */

@media (max-width: 992px) {
  .case-challenge-container {
    flex-direction: column;
  }

  .case-challenge-left h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c647015 */.case-strategy-section {
  padding: 120px 0 0 0;
  background: #ffffff;
}

.case-strategy-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
  padding: 0 20px 80px 20px;
  align-items: flex-start;
}

.case-strategy-left {
  flex: 1.2;
}

.case-strategy-left h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

.case-strategy-left p {
  font-size: 17px;
  line-height: 1.8;
  color: #444;
  margin-bottom: 20px;
}

.case-strategy-right {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.strategy-item {
  display: flex;
  align-items: center;
  gap: 15px;
  padding: 18px 20px;
  background: #f8fafc;
  border-radius: 12px;
  transition: 0.3s ease;
}

.strategy-item:hover {
  transform: translateX(6px);
  background: #eef3ff;
}

.strategy-check {
  background: #2f6fed;
  color: #ffffff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  text-align: center;
  line-height: 30px;
  font-size: 14px;
  font-weight: 600;
}

.strategy-text {
  font-size: 15px;
  color: #333;
}

/* Content Themes Band */

.strategy-themes {
  background: #f4f7fb;
  padding: 70px 0;
}

.themes-container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
  text-align: center;
}

.themes-container h3 {
  font-size: 26px;
  font-weight: 600;
  margin-bottom: 40px;
  color: #111;
}

.themes-grid {
  display: flex;
  justify-content: center;
  gap: 30px;
  flex-wrap: wrap;
}

.theme-box {
  padding: 20px 30px;
  background: #ffffff;
  border-radius: 10px;
  font-size: 15px;
  color: #444;
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.theme-box:hover {
  transform: translateY(-6px);
}

/* Responsive */

@media (max-width: 992px) {
  .case-strategy-container {
    flex-direction: column;
  }

  .case-strategy-left h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0817404 */.case-media-section {
  padding: 120px 0;
  background: #ffffff;
}

.case-media-container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

.case-media-header {
  text-align: center;
  margin-bottom: 70px;
}

.case-media-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.case-media-header p {
  font-size: 17px;
  color: #555;
  line-height: 1.7;
  max-width: 750px;
  margin: auto;
}

.media-coverage-list {
  border-top: 1px solid #eaeaea;
}

.media-item {
  display: flex;
  gap: 40px;
  padding: 35px 0;
  border-bottom: 1px solid #eaeaea;
  align-items: flex-start;
}

.media-name {
  flex: 0.35;
  font-size: 22px;
  font-weight: 600;
  color: #2f6fed;
}

.media-description {
  flex: 0.65;
  font-size: 16px;
  color: #444;
  line-height: 1.7;
}

.media-impact-note {
  margin-top: 50px;
  font-size: 15px;
  color: #555;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

/* Responsive */

@media (max-width: 768px) {
  .media-item {
    flex-direction: column;
    gap: 10px;
  }

  .case-media-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c06f3e4 */.case-publication-section {
  padding: 120px 0;
  background: #ffffff;
}

.case-publication-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.case-publication-header {
  text-align: center;
  margin-bottom: 80px;
}

.case-publication-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.case-publication-header p {
  font-size: 17px;
  color: #555;
  max-width: 700px;
  margin: auto;
}

.publication-block {
  display: flex;
  align-items: flex-start;
  gap: 40px;
  margin-bottom: 70px;
  padding: 40px;
  border-radius: 20px;
  background: #f8fafc;
  transition: 0.3s ease;
}

.publication-block:hover {
  transform: translateY(-6px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.publication-number {
  font-size: 60px;
  font-weight: 700;
  color: #2f6fed;
  opacity: 0.15;
  min-width: 90px;
  line-height: 1;
}

.publication-content h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 15px;
  color: #111;
}

.publication-content p {
  font-size: 16px;
  line-height: 1.8;
  color: #444;
}

.reverse {
  flex-direction: row-reverse;
  text-align: right;
}

.reverse .publication-number {
  text-align: right;
}

/* Responsive */

@media (max-width: 992px) {
  .publication-block,
  .reverse {
    flex-direction: column;
    text-align: left;
  }

  .publication-number {
    font-size: 40px;
  }

  .case-publication-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e305146 */.case-results-section {
  padding: 120px 0;
  background: #ffffff;
}

.case-results-container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

.case-results-header {
  text-align: center;
  margin-bottom: 60px;
}

.case-results-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.case-results-header p {
  font-size: 18px;
  color: #555;
  max-width: 750px;
  margin: auto;
}

.results-stack {
  display: flex;
  flex-direction: column;
  gap: 25px;
}

.result-row {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 25px 30px;
  border-left: 5px solid #2f6fed;
  background: #f8fafc;
  border-radius: 12px;
  transition: 0.3s ease;
}

.result-row:hover {
  transform: translateX(8px);
  box-shadow: 0 15px 35px rgba(0,0,0,0.05);
}

.result-icon {
  font-size: 20px;
  color: #2f6fed;
  margin-top: 4px;
}

.result-content h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}

.result-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */

@media (max-width: 768px) {
  .case-results-header h2 {
    font-size: 28px;
  }

  .result-row {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9223898 */.case-immigration-value {
  padding: 120px 0;
  background: #ffffff;
}

.case-immigration-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.immigration-header {
  text-align: center;
  margin-bottom: 60px;
}

.immigration-header h2 {
  font-size: 38px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.immigration-header p {
  font-size: 17px;
  color: #555;
  max-width: 750px;
  margin: auto;
}

.immigration-grid {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.immigration-item {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #eee;
}

.immigration-left h4 {
  font-size: 18px;
  font-weight: 600;
  color: #2f6fed;
}

.immigration-right p {
  font-size: 16px;
  line-height: 1.7;
  color: #444;
}

.immigration-disclaimer {
  margin-top: 40px;
  font-size: 13px;
  color: #777;
  text-align: center;
  border-top: 1px solid #eee;
  padding-top: 20px;
}

/* Responsive */

@media (max-width: 992px) {
  .immigration-item {
    grid-template-columns: 1fr;
  }

  .immigration-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-b50315c */.confidentiality-notice-section {
  padding: 70px 0;
  background: #ffffff;
}

.confidentiality-container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

.confidentiality-box {
  display: flex;
  align-items: flex-start;
  gap: 25px;
  padding: 30px 35px;
  border-left: 5px solid #2f6fed;
  background: #f9fbff;
  border-radius: 12px;
}

.confidentiality-icon {
  font-size: 28px;
  line-height: 1;
}

.confidentiality-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.confidentiality-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
  .confidentiality-box {
    flex-direction: column;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9c55d5f */.case-cta-section {
  padding: 120px 20px;
  background: #f9fbff;
}

.case-cta-container {
  max-width: 1100px;
  margin: auto;
}

.case-cta-box {
  background: #ffffff;
  border: 2px solid #2f6fed;
  border-radius: 20px;
  padding: 60px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
  box-shadow: 0 20px 60px rgba(47,111,237,0.08);
}

.case-cta-text h2 {
  font-size: 34px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.case-cta-text p {
  font-size: 16px;
  color: #555;
  max-width: 600px;
  line-height: 1.6;
}

.case-cta-button {
  display: inline-block;
  background: #2f6fed;
  color: #ffffff;
  padding: 16px 36px;
  border-radius: 10px;
  font-weight: 600;
  text-decoration: none;
  transition: 0.3s ease;
  white-space: nowrap;
}

.case-cta-button:hover {
  background: #1f4fc9;
  transform: translateY(-3px);
}

/* Responsive */
@media (max-width: 992px) {
  .case-cta-box {
    flex-direction: column;
    text-align: center;
  }

  .case-cta-text h2 {
    font-size: 26px;
  }
}/* End custom CSS */