.elementor-3421 .elementor-element.elementor-element-3f32e38{--display:flex;}.elementor-3421 .elementor-element.elementor-element-221563e{--display:flex;}.elementor-3421 .elementor-element.elementor-element-c0fd880{--display:flex;}.elementor-3421 .elementor-element.elementor-element-d83c8f5{--display:flex;}.elementor-3421 .elementor-element.elementor-element-7544758{--display:flex;}.elementor-3421 .elementor-element.elementor-element-67224a9{--display:flex;}.elementor-3421 .elementor-element.elementor-element-b11ef7d{--display:flex;}.elementor-3421 .elementor-element.elementor-element-a527674{--display:flex;}.elementor-3421 .elementor-element.elementor-element-327da4f{--display:flex;}.elementor-3421 .elementor-element.elementor-element-5ed9977{--display:flex;}.elementor-3421 .elementor-element.elementor-element-31ac9a5{--display:flex;}/* Start custom CSS for html, class: .elementor-element-b4fa9ff */.case-hero-section {
  padding: 120px 0;
  background: #f8fafc;
}

.case-hero-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  align-items: flex-start;
  gap: 80px;
  padding: 0 20px;
}

.case-hero-left {
  flex: 1;
}

.case-label {
  display: inline-block;
  background: #e9f1ff;
  color: #2f6fed;
  padding: 8px 18px;
  border-radius: 30px;
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 20px;
}

.case-hero-left h1 {
  font-size: 44px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 20px;
  color: #111;
}

.case-subtext {
  font-size: 18px;
  color: #555;
  margin-bottom: 30px;
  max-width: 550px;
}

.case-confidential {
  font-size: 14px;
  font-weight: 600;
  color: #777;
}

.case-hero-right {
  flex: 1;
}

.case-stats-card {
  background: #ffffff;
  padding: 40px;
  border-radius: 20px;
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.case-stats-card h3 {
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 25px;
  color: #111;
}

.case-stats-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.case-stats-card ul li {
  font-size: 16px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
  color: #444;
}

.case-stats-card ul li:last-child {
  border-bottom: none;
}

/* Responsive */
@media (max-width: 992px) {
  .case-hero-container {
    flex-direction: column;
  }

  .case-hero-left h1 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-eefdc9f */.case-challenge-section {
  padding: 110px 0;
  background: #ffffff;
}

.case-challenge-container {
  max-width: 1150px;
  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.7;
  color: #555;
  margin-bottom: 20px;
  max-width: 600px;
}

.case-challenge-right {
  flex: 0.8;
}

.challenge-card {
  background: #f8fafc;
  padding: 35px;
  border-radius: 16px;
  border-left: 4px solid #2f6fed;
}

.challenge-card h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #111;
}

.challenge-card ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.challenge-card ul li {
  font-size: 15px;
  color: #444;
  padding: 12px 0;
  border-bottom: 1px solid #e6e6e6;
}

.challenge-card ul li:last-child {
  border-bottom: none;
}

/* 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-73a0727 */.case-gaps-section {
  padding: 110px 0;
  background: #ffffff;
}

.case-gaps-container {
  max-width: 1000px;
  margin: auto;
  padding: 0 20px;
}

.case-gaps-header {
  margin-bottom: 60px;
}

.gaps-label {
  display: inline-block;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #2f6fed;
  margin-bottom: 15px;
}

.case-gaps-header h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.case-gaps-header p {
  font-size: 17px;
  color: #555;
  max-width: 700px;
}

.gaps-report {
  border-left: 3px solid #e3e8f2;
  padding-left: 40px;
}

.gap-item {
  display: flex;
  align-items: flex-start;
  gap: 20px;
  margin-bottom: 45px;
  position: relative;
}

.gap-indicator {
  width: 14px;
  height: 14px;
  background: #ff5c5c;
  border-radius: 50%;
  margin-top: 6px;
  flex-shrink: 0;
}

.gap-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}

.gap-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 768px) {
  .case-gaps-header h2 {
    font-size: 28px;
  }

  .gaps-report {
    padding-left: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-748cf48 */.case-strategy-section {
  padding: 120px 0;
  background: #ffffff;
}

.case-strategy-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
  padding: 0 20px;
}

.strategy-left {
  flex: 1;
}

.strategy-left h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.strategy-intro {
  font-size: 18px;
  color: #444;
  margin-bottom: 20px;
  line-height: 1.6;
}

.strategy-left p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.strategy-right {
  flex: 1;
  position: relative;
}

.strategy-framework {
  position: relative;
  padding-left: 30px;
  border-left: 2px solid #e6e6e6;
}

.strategy-item {
  position: relative;
  margin-bottom: 40px;
}

.strategy-dot {
  position: absolute;
  left: -41px;
  top: 5px;
  width: 14px;
  height: 14px;
  background: #2f6fed;
  border-radius: 50%;
}

.strategy-content h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 8px;
  color: #111;
}

.strategy-content p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .case-strategy-container {
    flex-direction: column;
  }

  .strategy-framework {
    border-left: none;
    padding-left: 0;
  }

  .strategy-dot {
    display: none;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-894060b */.case-media-section {
  padding: 110px 0;
  background: #ffffff;
}

.case-media-container {
  max-width: 1200px;
  margin: auto;
  display: flex;
  gap: 80px;
  align-items: center;
  padding: 0 20px;
}

.case-media-left {
  flex: 1;
}

.case-media-left h2 {
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
  color: #111;
}

.case-media-intro {
  font-size: 17px;
  color: #555;
  margin-bottom: 40px;
  max-width: 500px;
}

.media-outlets {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.media-item {
  font-size: 22px;
  font-weight: 600;
  color: #2f6fed;
  padding-left: 20px;
  border-left: 4px solid #2f6fed;
  transition: 0.3s ease;
}

.media-item:hover {
  transform: translateX(8px);
}

.case-media-right {
  flex: 1;
}

.media-impact-box {
  background: #f7f9fc;
  padding: 45px;
  border-radius: 20px;
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.media-impact-box h3 {
  font-size: 22px;
  margin-bottom: 20px;
  color: #111;
}

.media-impact-box p {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
  margin-bottom: 15px;
}

/* Responsive */

@media (max-width: 992px) {
  .case-media-container {
    flex-direction: column;
  }

  .case-media-left h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-364ea0b */.case-execution-section {
  padding: 120px 0;
  background: #ffffff;
}

.case-execution-container {
  max-width: 1100px;
  margin: auto;
  display: flex;
  gap: 60px;
  padding: 0 20px;
}

.execution-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-size: 18px;
  font-weight: 600;
  color: #2f6fed;
  letter-spacing: 3px;
}

.execution-content {
  flex: 1;
}

.execution-intro {
  font-size: 18px;
  color: #444;
  margin-bottom: 50px;
  max-width: 700px;
}

.execution-steps {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.execution-item {
  padding-bottom: 25px;
  border-bottom: 1px solid #ececec;
}

.execution-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.execution-desc {
  font-size: 16px;
  color: #555;
  line-height: 1.7;
}

.execution-note {
  margin-top: 50px;
  font-size: 15px;
  color: #666;
  font-style: italic;
}

/* Responsive */
@media (max-width: 768px) {

  .case-execution-container {
    flex-direction: column;
  }

  .execution-label {
    writing-mode: horizontal-tb;
    transform: none;
    margin-bottom: 20px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ef275d7 */.case-outcomes-section {
  padding: 110px 0;
  background: #ffffff;
}

.case-outcomes-container {
  max-width: 1150px;
  margin: auto;
  padding: 0 20px;
}

.case-outcomes-header {
  text-align: center;
  margin-bottom: 70px;
}

.case-outcomes-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.case-outcomes-header p {
  font-size: 18px;
  color: #555;
  max-width: 750px;
  margin: auto;
}

.case-outcomes-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 35px;
}

.outcome-card {
  padding: 35px;
  border: 1px solid #f0f0f0;
  border-radius: 18px;
  transition: 0.3s ease;
  background: #fafbfc;
}

.outcome-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 20px 50px rgba(0,0,0,0.06);
}

.outcome-icon {
  font-size: 34px;
  margin-bottom: 18px;
}

.outcome-card h4 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
  color: #111;
}

.outcome-card p {
  font-size: 15px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .case-outcomes-grid {
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 600px) {
  .case-outcomes-grid {
    grid-template-columns: 1fr;
  }

  .case-outcomes-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-0d56faa */.before-after-section {
  padding: 120px 0;
  background: #ffffff;
}

.before-after-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 20px;
}

.before-after-header {
  text-align: center;
  margin-bottom: 70px;
}

.before-after-header h2 {
  font-size: 42px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #111;
}

.before-after-header p {
  font-size: 18px;
  color: #555;
}

.comparison-wrapper {
  display: flex;
  gap: 40px;
}

.comparison-column {
  flex: 1;
  padding: 50px 40px;
  border-radius: 20px;
}

.before-column {
  background: #fff5f5;
  border: 1px solid #ffe0e0;
}

.after-column {
  background: #f2f8ff;
  border: 1px solid #dceaff;
}

.comparison-column h3 {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 35px;
}

.comparison-item {
  display: flex;
  align-items: center;
  gap: 15px;
  margin-bottom: 25px;
}

.comparison-item p {
  font-size: 16px;
  color: #333;
}

.icon {
  font-size: 18px;
  color: #e04f4f;
}

.icon.success {
  color: #2f6fed;
}

/* Responsive */
@media (max-width: 768px) {
  .comparison-wrapper {
    flex-direction: column;
  }

  .before-after-header h2 {
    font-size: 30px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-7f16923 */.case-success-section {
  padding: 120px 0;
  background: #ffffff;
}

.case-success-container {
  max-width: 1200px;
  margin: auto;
  padding: 0 20px;
}

.case-success-header {
  text-align: center;
  margin-bottom: 80px;
}

.case-success-header h2 {
  font-size: 44px;
  font-weight: 700;
  margin-bottom: 15px;
  color: #111;
}

.case-success-header p {
  font-size: 18px;
  color: #555;
}

.success-framework {
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.framework-line {
  position: absolute;
  top: 40px;
  left: 5%;
  width: 90%;
  height: 2px;
  background: #e6eaf2;
  z-index: 1;
}

.success-item {
  position: relative;
  background: #f8fafc;
  padding: 40px 25px;
  border-radius: 18px;
  text-align: center;
  flex: 1;
  z-index: 2;
  transition: 0.3s ease;
}

.success-item:hover {
  transform: translateY(-10px);
  box-shadow: 0 25px 60px rgba(0,0,0,0.08);
}

.success-icon {
  font-size: 30px;
  margin-bottom: 20px;
}

.success-item h4 {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
  color: #111;
}

.success-item p {
  font-size: 14px;
  color: #555;
  line-height: 1.6;
}

/* Responsive */
@media (max-width: 992px) {
  .success-framework {
    flex-direction: column;
  }

  .framework-line {
    display: none;
  }

  .success-item {
    margin-bottom: 30px;
  }

  .case-success-header h2 {
    font-size: 32px;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-ebc4f35 */.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-15b5213 */.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 */