.aff-buttom{
	
	margin-bottom:50px;
}


  .cb-btn-smooth {
    position: relative;
    overflow: hidden;
    display: block;
    width: 100%;
    max-width: 900px;
    margin: 24px auto;
    padding: 18px 24px;
    background: linear-gradient(135deg, #059669 0%, #10b981 50%, #047857 100%);
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.25);
    text-align: center;
    text-decoration: none !important;
    box-sizing: border-box;
    animation: cbSoftPulse 2.6s infinite ease-in-out;
    transition: transform 0.25s ease, filter 0.25s ease;
  }

  
  .cb-btn-smooth::after {
    content: '';
    position: absolute;
    top: -20%;
    bottom: -20%;
    left: 0;
    width: 45%;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      rgba(255, 255, 255, 0.12) 20%,
      rgba(255, 255, 255, 0.38) 50%,
      rgba(255, 255, 255, 0.12) 80%,
      rgba(255, 255, 255, 0) 100%
    );
    animation: cbSoftShimmer 3.2s infinite ease-in-out;
    pointer-events: none;
  }

  
  @keyframes cbSoftPulse {
    0%, 100% {
      box-shadow: 0 0 12px rgba(16, 185, 129, 0.45), 0 4px 10px rgba(0, 0, 0, 0.2);
      transform: scale(1);
    }
    50% {
      box-shadow: 0 0 24px rgba(16, 185, 129, 0.45), 0 6px 16px rgba(0, 0, 0, 0.3);
      transform: scale(1.006);
    }
  }

 
  @keyframes cbSoftShimmer {
    0% { transform: translateX(-110%) skewX(-20deg); }
    35% { transform: translateX(160%) skewX(-20deg); }
    100% { transform: translateX(160%) skewX(-20deg); }
  }

  
  .cb-btn-text {
    font-family: 'Montserrat', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
    font-weight: 700;
    font-size: 17px;
    color: #ffffff !important;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
    line-height: 1.35;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
  }

  .cb-btn-smooth .cb-underline {
    text-decoration: underline;
    text-underline-offset: 4px;
    text-decoration-thickness: 2px;
  }

  
  .cb-btn-smooth .cb-arrows {
    font-size: 17px;
    letter-spacing: -2px;
    opacity: 0.9;
    display: inline-block;
    animation: cbArrowNudge 1.2s infinite ease-in-out;
  }

  @keyframes cbArrowNudge {
    0%, 100% { transform: translateX(0); }
    50% { transform: translateX(4px); }
  }

  .cb-btn-smooth:hover {
    filter: brightness(1.08);
  }

 
  @media (max-width: 640px) {
    .cb-btn-smooth { padding: 14px 16px; margin: 18px auto; }
    .cb-btn-text { font-size: 13px; gap: 5px;  font-weight: 600; }
	.cb-arrows {font-size: 13px;}
  }
.custom-post-title {
    text-decoration: none; 
    color: #333333;      
}


.custom-post-title:hover {
    color: #0d6efd;       
}
.post-excerpt {
    display: -webkit-box;
    -webkit-line-clamp: 3;       
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;   
}
.soul-logo {
            display: flex;
            align-items: center;

            font-family: "Cormorant Garamond", Georgia, serif;
            font-size: 25px;
            font-weight: 600;
            letter-spacing: 0.7px;

            color: #ffffff !important;
            text-decoration: none;

            transition: all 0.3s ease;
 }
  .soul-symbol {
            font-size: 20px;
            margin-right: 9px;

            color: #c4b5fd;

            text-shadow:
                0 0 8px rgba(196, 181, 253, 0.65),
                0 0 16px rgba(139, 92, 246, 0.35);

            transition: all 0.4s ease;
        }

        .soul-logo:hover {
            color: #e9d5ff !important;
        }

        .soul-logo:hover .soul-symbol {
            transform: rotate(25deg) scale(1.15);
            color: #a78bfa;
        }

