.zpsection {
    padding-block-start: 0px !important;
    padding-block-end: 0px !important;
}

    .theme-navigation-and-icons .theme-menu-area .theme-menu ul li.theme-menu-selected>a {
        background: none;
        color: RGBA(255, 255, 255, 0.85);
        border: 2px solid #db6b09 !important;
    }


<style>
  @import url('https://fonts.googleapis.com/css2?family=Outfit:wght@400;600;800&display=swap');
    .zpsection {
    	    background: linear-gradient(to right, #4b134f, #c94b4b) !important;
    }
  .zoho-rescue-wrapper {
    font-family: 'Outfit', sans-serif;
    padding: 80px 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
  }

  .zoho-rescue-container {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(255, 255, 255, 0.3);
    border-radius: 24px;
    padding: 60px 40px;
    max-width: 900px;
    margin: auto;
    box-shadow: 0 12px 40px rgba(0,0,0,0.1);
    position: relative;
  }

  .zoho-rescue-container h1 {
    font-size: 3rem;
    font-weight: 800;
    margin-bottom: 20px;
    color: #111;
  }

  .zoho-rescue-container h1 span {
    background: linear-gradient(to right, #ff416c, #ff4b2b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
  }

  .zoho-rescue-container p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    color: #333;
  }

  .zoho-rescue-buttons {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
  }

  .zoho-rescue-buttons a {
    display: inline-block;
    padding: 14px 28px;
    border-radius: 40px;
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    transition: all 0.3s ease;
  }

  .btn-rescue-primary {
    background: linear-gradient(135deg, #ff416c, #ff4b2b);
    color: #fff;
    box-shadow: 0 8px 24px rgba(255, 75, 43, 0.4);
  }

  .btn-rescue-primary:hover {
    transform: translateY(-2px) scale(1.03);
  }

  .btn-rescue-secondary {
    background: rgba(255, 255, 255, 0.9);
    color: #111;
    border: 1px solid #ccc;
  }

  .btn-rescue-secondary:hover {
    background: #f2f2f2;
    transform: translateY(-2px);
  }

  /* Background orbs for depth effect */
  .rescue-orb {
    position: absolute;
    border-radius: 50%;
    opacity: 0.2;
    filter: blur(100px);
    z-index: 0;
  }


  @media (max-width: 768px) {
    .zoho-rescue-container h1 {
      font-size: 2.2rem;
    }

    .zoho-rescue-container p {
      font-size: 1rem;
    }
  }
    
    .anime-group-image {
    	position:absolute;
        bottom:-50px;
        right:50px;
    }
    
    .anime-group-image img {
    	width:415px;
    }
</style>

<div class="zoho-rescue-wrapper">
  <div class="rescue-orb orb-left"></div>
  <div class="rescue-orb orb-right"></div>

  <div class="zoho-rescue-container">
    <h1>Your <span>Zoho</span> Setup Broken?</h1>
    <p class="text-white">We’re your last line of defense. Whether another partner messed up or you’ve hit a wall — the Zoho Rescue Team is here to fix it all. Fast. Reliable. Sharp.</p>
    <div class="zoho-rescue-buttons">
      <a href="https://cloudbound.zohobookings.eu/#/saranmanoharan" class="btn-rescue-primary">🚀 Free Zoho Audit</a>
      <a href="#contact" class="btn-rescue-secondary">💬 Talk to a Rescue Expert</a>
    </div>
  </div>
</div>
<div class="anime-group-image">
    <img src="/freepik__the-style-is-3d-model-with-octane-render-volumetri__221.png">
</div>
    
