.elementor-2501 .elementor-element.elementor-element-9e15d31{--display:flex;}/* Start custom CSS for container, class: .elementor-element-9e15d31 */.elementor-element-9e15d31 {
    padding: 0;
}
   
    .hero {
      background-image: url('https://thereturn.online/wp-content/uploads/2025/04/0-1-scaled.jpg');
      background-size: cover;
      background-position: center;
      height: 100vh;
      color: white;
      position: relative;
      display: flex;
      align-items: center;
      justify-content: flex-start;
      text-align: left;
      padding-left: 60px;
      padding-right: 60px;
    }

    .overlay {
      background: rgba(0, 0, 0, 0.4);
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
    }

    .content {
      position: relative;
      z-index: 1;
      max-width: 700px;
    }

    .logo {
      width: 180px;
      margin-bottom: 20px;
    }

    .title {
      font-size: 48px;
      font-weight: bold;
      margin-bottom: 10px;
    }

    .subtitle {
      font-size: 22px;
      color: #ddd;
      margin-bottom: 20px;
    }

    .date {
      font-size: 18px;
      font-weight: bold;
      color: #b4e1ff;
    }

    @media (max-width: 768px) {
      .hero {
        padding-left: 30px;
        padding-right: 30px;
      }

      .title {
        font-size: 36px;
      }

      .subtitle {
        font-size: 18px;
      }

      .date {
        font-size: 16px;
      }

      .logo {
        width: 150px;
      }
    }
	
	.updates-section {
      position: relative;
      padding: 60px 80px 120px;
      background-color: #fff;
      overflow: hidden;
    }

    .updates-header {
      display: flex;
      justify-content: space-between;
      align-items: flex-start;
      margin-bottom: 40px;
    }

    .updates-header h2 {
      font-size: 36px;
      margin-bottom: 8px;
    }

    .updates-header small {
      color: #888;
      font-weight: 500;
    }

    .updates-header .logo {
      width: 50px;
    }

    .highlight {
      display: inline-block;
      width: 40px;
      height: 4px;
      background-color: #2ecc71;
      margin-top: 8px;
    }

    .updates-grid {
      display: grid;
      grid-template-columns: 1fr 1fr;
      gap: 40px;
    }

    .update-item {
      margin-bottom: 30px;
    }

    .update-item h4 {
      color: #db1f26;
      margin-bottom: 5px;
      font-size: 18px;
    }

    .update-item h5 {
      color: #555;
      font-size: 16px;
      margin-bottom: 10px;
      font-weight: 500;
    }

    .update-item p {
      color: #444;
      font-size: 15px;
      line-height: 1.6;
    }

    .update-item p strong {
      font-weight: 600;
    }

    .background-curve {
      position: absolute;
      bottom: 0;
      right: 0;
      width: 50%;
      height: auto;
      z-index: 0;
    }

    @media (max-width: 900px) {
      .updates-grid {
        grid-template-columns: 1fr;
      }

      .updates-section {
        padding: 40px 30px 100px;
      }

      .background-curve {
        width: 100%;
        opacity: 0.2;
      }
    }
	
	img.background-curve {
    width: 225px;
    }
	
	 .situation-section {
    background-color: #fff;
    padding: 60px 80px;
    font-family: 'Segoe UI', sans-serif;
  }

  .situation-container {
    display: flex;
    justify-content: space-between;
    gap: 60px;
    flex-wrap: wrap;
  }

  .situation-text {
    flex: 1;
    min-width: 300px;
    max-width: 600px;
  }

  .situation-text small {
    color: #888;
    font-weight: 600;
  }

  .situation-text h2 {
    font-size: 36px;
    margin-top: 10px;
  }

  .situation-text h4 {
    color: #db1f26;
    margin: 20px 0 5px;
    font-weight: 700;
  }

  .highlight {
    width: 40px;
    height: 4px;
    background-color: #2ecc71;
    margin-bottom: 20px;
  }

  .situation-text p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 15px;
  }

  .situation-text strong {
    font-weight: 600;
  }

  .situation-text em {
    font-style: italic;
  }

  .situation-image {
    flex: 1;
    position: relative;
    text-align: center;
    min-width: 300px;
  }

  .situation-image img {
    width: 100%;
    max-width: 500px;
  }

  .slogan {
    margin-top: 20px;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-weight: 600;
  }

  .slogan .checkmark {
    color: #2ecc71;
    font-size: 22px;
  }

  .slogan .tagline {
    font-family: 'Brush Script MT', cursive;
    font-size: 22px;
  }

  @media (max-width: 900px) {
    .situation-container {
      flex-direction: column;
      gap: 40px;
    }

    .slogan {
      flex-direction: column;
      gap: 5px;
    }
  }
  
   .solution-section {
    padding: 60px 80px;
    background-color: #fff;
    font-family: 'Segoe UI', sans-serif;
  }

  .solution-container {
    display: flex;
    gap: 60px;
    flex-wrap: wrap;
    align-items: flex-start;
  }

  .solution-left {
    flex: 1;
    min-width: 300px;
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  .solution-text small {
    color: #888;
    font-weight: 600;
  }

  .solution-text h2 {
    font-size: 36px;
    margin-top: 10px;
  }

  .solution-text h4 {
    color: #db1f26;
    margin: 20px 0 5px;
    font-weight: 700;
  }

  .highlight {
    width: 40px;
    height: 4px;
    background-color: #2ecc71;
    margin-bottom: 20px;
  }

  .solution-text p {
    font-size: 15px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .solution-image img {
    width: 100%;
    border-radius: 0 0 0 80px;
    object-fit: cover;
    max-height: 350px;
  }

  .solution-right {
    flex: 1;
    min-width: 300px;
  }

  .step-intro {
    margin-bottom: 20px;
    color: #db1f26;
    font-weight: 500;
  }

  .solution-steps ul {
    list-style: none;
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: #fafafa;
  }

  .solution-steps li {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    font-size: 15px;
  }

  .solution-steps .icon {
    font-size: 20px;
    margin-right: 10px;
    color: #2ecc71;
  }

  .solution-steps a {
    color: #db1f26;
    text-decoration: none;
    font-weight: 500;
  }

  @media (max-width: 900px) {
    .solution-container {
      flex-direction: column;
      gap: 40px;
    }

    .solution-image img {
      border-radius: 20px;
    }
  }
  
   .mitigation-grid-section {
    padding: 60px 80px;
    background-color: #fff;
    font-family: 'Segoe UI', sans-serif;
  }

  .mitigation-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
  }

  .grid-left, .grid-right {
    display: flex;
    flex-direction: column;
  }

  .grid-left small {
    color: #888;
    font-weight: 600;
  }

  .grid-left h2 {
    font-size: 36px;
    margin-top: 10px;
  }

  .grid-left h4 {
    color: #999;
    font-weight: 600;
    margin: 10px 0;
  }

  .highlight {
    width: 40px;
    height: 4px;
    background-color: #2ecc71;
    margin-bottom: 20px;
  }

  .strategy {
    margin-bottom: 25px;
  }

  .strategy h5 {
    color: #db1f26;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .strategy p {
    font-size: 14.5px;
    color: #444;
    line-height: 1.6;
    margin-bottom: 8px;
  }

  .bottom-image {
    align-self: flex-end;
    margin-top: 30px;
  }

  .bottom-image img {
    width: 220px;
    height: auto;
    border-radius: 40px 0 0 0;
  }

  @media (max-width: 900px) {
    .mitigation-grid {
      grid-template-columns: 1fr;
    }

    .bottom-image {
      align-self: center;
      margin-top: 20px;
    }

    .bottom-image img {
      width: 80%;
      max-width: 300px;
    }
  }
  
  .section-six {
    font-family: 'Segoe UI', sans-serif;
    background: #fff;
  }

  .section-six-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    padding: 60px 80px;
  }

  .section-six-left, .section-six-right {
    font-size: 14.5px;
    color: #444;
  }

  .section-six h5 {
    color: #db1f26;
    font-size: 16px;
    margin-bottom: 8px;
  }

  .section-six p {
    line-height: 1.6;
    margin-bottom: 10px;
  }

  .bottom-banner {
    position: relative;
    background-image: url('https://thereturn.online/wp-content/uploads/2025/04/3-scaled.jpg');
    background-size: cover;
    background-position: center;
    padding: 60px 80px;
    color: white;
  }

  .overlay-content {
    position: relative;
    max-width: 800px;
  }

  .overlay-content h2 {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
  }

  .overlay-content p {
    font-size: 20px;
    font-weight: 300;
    margin-bottom: 25px;
  }

  .contact-info p {
    font-size: 16px;
    margin: 4px 0;
  }

  .contact-bold {
    font-weight: 700;
  }

  @media (max-width: 900px) {
    .section-six-grid {
      grid-template-columns: 1fr;
      padding: 40px 20px;
    }

    .overlay-content h2 {
      font-size: 26px;
    }

    .overlay-content p {
      font-size: 16px;
    }

    .bottom-banner {
      padding: 40px 20px;
    }
  }
  
  .bottom-image {
    position: absolute;
    bottom: 0;
    right: -80px;
    z-index: 0;
}

.strategy {
    position: relative;
    z-index: 2;
}

.grid-right {
    position: relative;
}

.grid-right .strategy:nth-child(2) {
    padding-right: 74px;
}

@media(max-width:767px){
.mitigation-grid-section {
    padding: 60px 15px !important;
}

.situation-section {
    padding: 30px 15px !important;
}

.solution-section {
    padding: 30px 15px !important;
}
}

.section-six-grid {
    padding-top: 0 !important;
}

section.mitigation-grid-section {
    padding-bottom: 0 !important;
}

.contact-info a {
    color: #fff;
}/* End custom CSS */