.elementor-3453 .elementor-element.elementor-element-aa4d01c{--display:flex;}.elementor-3453 .elementor-element.elementor-element-0ee9d64{--display:flex;}.elementor-3453 .elementor-element.elementor-element-d9a520d{--display:flex;}.elementor-3453 .elementor-element.elementor-element-10e90b8{--display:flex;}.elementor-3453 .elementor-element.elementor-element-9efab10{--display:flex;}.elementor-3453 .elementor-element.elementor-element-cbb250e{--display:flex;}.elementor-3453 .elementor-element.elementor-element-aff9af2{--display:flex;}/* Start custom CSS for html, class: .elementor-element-ef10686 */.case-overview-section {
  padding: 110px 0;
  background: #ffffff;
}

.case-overview-container {
  max-width: 1150px;
  margin: auto;
  display: flex;
  gap: 70px;
  padding: 0 20px;
}

.case-overview-left {
  flex: 1.2;
}

.case-overview-left h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

.case-overview-left p {
  font-size: 17px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 20px;
}

.case-overview-right {
  flex: 0.8;
}

.objectives-panel {
  background: #f8fafc;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.05);
}

.objectives-panel h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 30px;
  color: #111;
}

.objective-item {
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin-bottom: 20px;
}

.objective-icon {
  font-size: 22px;
  line-height: 1;
}

.objective-item p {
  font-size: 15px;
  color: #444;
  line-height: 1.6;
  margin: 0;
}

/* 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-da641ad */.media-secured-section {
  padding: 110px 0;
  background: #f8fafc;
}

.media-secured-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.media-secured-header {
  text-align: center;
  margin-bottom: 70px;
}

.media-secured-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.media-secured-header p {
  font-size: 17px;
  color: #555;
  max-width: 650px;
  margin: auto;
}

.media-publication-block {
  background: #ffffff;
  padding: 50px;
  border-radius: 22px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.06);
}

.media-publication {
  display: flex;
  gap: 40px;
  align-items: flex-start;
}

.media-badge {
  min-width: 200px;
  font-weight: 600;
  font-size: 16px;
  color: #2f6fed;
}

.media-content h4 {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #888;
  margin-bottom: 8px;
}

.feature-title {
  font-size: 20px;
  font-weight: 600;
  color: #111;
  margin-bottom: 15px;
}

.media-content p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
}

.media-divider {
  height: 1px;
  background: #eee;
  margin: 40px 0;
}

/* Responsive */

@media (max-width: 768px) {
  .media-publication {
    flex-direction: column;
  }

  .media-badge {
    margin-bottom: 15px;
  }

  .media-secured-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-43ce436 */.case-strategy-section {
  padding: 120px 0;
  background: #f8fafc;
}

.case-strategy-container {
  max-width: 1150px;
  margin: auto;
  display: flex;
  gap: 80px;
  padding: 0 20px;
}

.case-strategy-left {
  flex: 1.2;
}

.case-strategy-left h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 25px;
  color: #111;
}

.case-strategy-left p {
  font-size: 17px;
  color: #555;
  line-height: 1.8;
  margin-bottom: 22px;
}

.strategy-highlight {
  margin-top: 30px;
  padding: 25px;
  background: #ffffff;
  border-left: 4px solid #2f6fed;
  font-size: 16px;
  font-weight: 500;
  color: #333;
  box-shadow: 0 15px 40px rgba(0,0,0,0.05);
  border-radius: 8px;
}

.case-strategy-right {
  flex: 0.8;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.strategy-pill {
  background: #ffffff;
  padding: 22px 25px;
  border-radius: 50px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.05);
  transition: 0.3s ease;
}

.strategy-pill h4 {
  font-size: 16px;
  font-weight: 600;
  color: #111;
  margin: 0;
}

.strategy-pill:hover {
  transform: translateX(8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.08);
}

/* 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-3156df2 */.case-results-section {
  position: relative;
  padding: 130px 0;
  background: #f4f7fb;
  overflow: hidden;
}

.results-bg-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 180px;
  font-weight: 800;
  color: rgba(47,111,237,0.05);
  letter-spacing: 20px;
  pointer-events: none;
  white-space: nowrap;
}

.case-results-container {
  max-width: 1100px;
  margin: auto;
  position: relative;
  z-index: 2;
  padding: 0 20px;
}

.case-results-container h2 {
  text-align: center;
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 70px;
  color: #111;
}

.results-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 50px 60px;
}

.result-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  transition: 0.3s ease;
}

.result-item:hover {
  transform: translateY(-6px);
}

.result-icon {
  font-size: 26px;
  color: #2f6fed;
  min-width: 40px;
}

.result-item p {
  font-size: 18px;
  color: #333;
  line-height: 1.6;
  margin: 0;
}

/* Responsive */

@media (max-width: 992px) {

  .results-grid {
    grid-template-columns: 1fr;
  }

  .results-bg-text {
    font-size: 100px;
  }

  .case-results-container h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-9a701ac */.case-impact-section {
  position: relative;
  padding: 130px 0;
  background: #f9fbfd;
  overflow: hidden;
}

.impact-bg-text {
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  font-size: 180px;
  font-weight: 800;
  color: rgba(47,111,237,0.05);
  letter-spacing: 10px;
  pointer-events: none;
}

.case-impact-container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
  position: relative;
  z-index: 2;
}

.case-impact-container h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 50px;
  color: #111;
}

.impact-item {
  margin-bottom: 40px;
}

.impact-title {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 12px;
  color: #333;
}

.impact-bar {
  width: 100%;
  height: 10px;
  background: #e6edf7;
  border-radius: 20px;
  overflow: hidden;
}

.impact-bar span {
  display: block;
  height: 100%;
  background: linear-gradient(90deg, #2f6fed, #4c8dff);
  border-radius: 20px;
  transition: width 1s ease;
}

/* Responsive */
@media (max-width: 768px) {
  .impact-bg-text {
    font-size: 100px;
  }

  .case-impact-container h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-711d0f9 */.nda-section {
  position: relative;
  padding: 100px 20px;
  text-align: center;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  background: #ffffff;
  overflow: hidden;
}

.nda-container {
  max-width: 800px;
  margin: auto;
  position: relative;
  z-index: 2;
}

.nda-container h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
  letter-spacing: 1px;
}

.nda-container p {
  font-size: 15px;
  color: #555;
  line-height: 1.8;
}

.nda-background-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-size: 120px;
  font-weight: 700;
  color: rgba(0, 0, 0, 0.03);
  letter-spacing: 8px;
  white-space: nowrap;
  pointer-events: none;
}

/* Responsive */
@media (max-width: 768px) {
  .nda-background-text {
    font-size: 60px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c490ac5 */.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 */