/* Custom Styles for We Clear Debt */

.bg-primary {
    background-color: #0a7ef1 !important;
}

.step-circle {
    width: 80px;
    height: 80px;
    background-color: #28a745;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 24px;
    font-weight: bold;
    margin: 0 auto;
}

.sticky-cta {
    position: fixed;
    bottom: 50px;
    right: 50px;
    z-index: 1000;
}

.sticky-cta .btn {
    margin-bottom: 10px;
}

@media (max-width: 768px) {
    .sticky-cta {
        bottom: 10px;
        right: 10px;
    }
    .sticky-cta .btn {
        font-size: 14px;
        padding: 12px 16px;
    }
}

/* Additional responsive adjustments */
.navbar-toggler {
    border: none;
}

header {
    background: rgba(0,0,0,0.85);
    backdrop-filter: blur(10px);
    position: sticky;
    top: 0;
    z-index: 1000;
}
blockquote {
    font-style: italic;
}

.icon-circle {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #e9f2ff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ncrcard {
    margin-left: 8px;
}

.logo {
  width: 100%;
  max-width: 520px;
  height: auto;
}

/* HERO SECTION */
.hero {
    min-height: 100vh;

    background: linear-gradient(135deg,#0d6efd,#0b5ed7);

    position: relative;

    overflow: hidden;

    border-bottom-left-radius: 50px;
    border-bottom-right-radius: 50px;
}

/* DARK OVERLAY */
.hero-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.15);
}

/* HERO TITLE */
.hero-title {
    line-height: 1.1;
    letter-spacing: -2px;
}

/* BADGE */
.hero-badge {
    background: rgba(255,255,255,0.15);
    backdrop-filter: blur(10px);
    padding: 10px 18px;
    border-radius: 50px;
    font-size: 14px;
    border: 1px solid rgba(255,255,255,0.2);
}

/* SUBTITLE */
.hero-subtitle {
    max-width: 650px;
    opacity: 0.95;
}

/* TRUST BADGES */
.trust-badges span {
    background: rgba(255,255,255,0.12);
    padding: 10px 18px;
    border-radius: 50px;
    backdrop-filter: blur(8px);
    font-size: 14px;
}

/* BUTTONS */
.hero-btn-primary {
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hero-btn-primary:hover {
    transform: translateY(-3px);
}

.hero-btn-secondary {
    border-radius: 50px;
    padding: 14px 28px;
    font-weight: 600;
    transition: all 0.3s ease;
}

.hero-btn-secondary:hover {
    background: white;
    color: #0d6efd;
    transform: translateY(-3px);
}

/* GLASS CARD */
.glass-card {
    background: rgba(255,255,255,0.12);
    border: 1px solid rgba(255,255,255,0.2);
    border-radius: 30px;
    backdrop-filter: blur(15px);
    box-shadow: 0 10px 40px rgba(0,0,0,0.2);
}

/* FLOATING IMAGE */
.floating-image {
    animation: float 4s ease-in-out infinite;
}

/* FLOATING SHAPES */
.hero-shape {
    position: absolute;
    border-radius: 50%;
    filter: blur(80px);
    opacity: 0.3;
}

.shape-1 {
    width: 300px;
    height: 300px;
    background: #ffffff;
    top: -80px;
    right: -100px;
}

.shape-2 {
    width: 250px;
    height: 250px;
    background: #6ea8fe;
    bottom: -50px;
    left: -80px;
}

.shape-3 {
    width: 200px;
    height: 200px;
    background: #ffffff;
    top: 50%;
    left: 40%;
}

/* FLOAT ANIMATION */
@keyframes float {
    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-15px);
    }

    100% {
        transform: translateY(0px);
    }
}

/* DEBT SECTION */
.debt-section {
    background: #f8fafc;
}

/* MODERN CARD */
.modern-card {
    background: white;
    border-radius: 30px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.08);
}

/* SECTION BADGE */
.section-badge {
    background: #e7f1ff;
    color: #0d6efd;
    padding: 10px 18px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 14px;
}

/* PARAGRAPHS */
.debt-content p {
    font-size: 18px;
    line-height: 1.9;
    color: #444;
    margin-bottom: 28px;
}

/* MOBILE */
@media (max-width: 768px) {

    .hero-title {
        font-size: 2.8rem;
    }

    .hero {
        border-bottom-left-radius: 35px;
        border-bottom-right-radius: 35px;
    }

    .trust-badges {
        justify-content: center;
    }

    .hero .col-lg-6:first-child {
        padding-bottom: 80px;
    }

    .hero-text {
        padding: 100px 25px 80px;
    }

}
/* HERO IMAGE WRAPPER */
.hero-image-wrapper {
    position: relative;
    width: 100%;
    max-width: 700px;
}

/* MAIN IMAGE */
.hero-main-image {
    width: 100%;
    border-radius: 30px;

    box-shadow:
        0 20px 50px rgba(0,0,0,0.25);

    animation: floatImage 5s ease-in-out infinite;

    transition: 0.4s ease;
}

/* HOVER EFFECT */
.hero-main-image:hover {
    transform: scale(1.02);
}

/* FLOAT ANIMATION */
@keyframes floatImage {

    0% {
        transform: translateY(0px);
    }

    50% {
        transform: translateY(-12px);
    }

    100% {
        transform: translateY(0px);
    }
}

.hero-image-side {
    background: url("../images/back.png") center center no-repeat;
    background-size: cover;

    height: 100vh;
    min-height: 100vh;
}
.hero-text {
    padding: 0 60px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
}
.hero .row {
    min-height: 100vh;
}
.hero-text .lead {
    max-width: 520px;
}
.hero-title {
    margin-bottom: 20px;
}
@media (max-width: 768px) {

    .hero .col-lg-6:first-child {
        padding-bottom: 80px;
    }

}
.footer-modern{
    background: linear-gradient(135deg, #0b1220, #111827);
    position: relative;
    overflow: hidden;
    border-radius: 35px 35px 0 0;
}

.footer-modern::before{
    content:'';
    position:absolute;
    top:-100px;
    right:-100px;
    width:250px;
    height:250px;
    background: rgba(13,110,253,0.08);
    border-radius:50%;
}

.footer-modern::after{
    content:'';
    position:absolute;
    bottom:-120px;
    left:-120px;
    width:300px;
    height:300px;
    background: rgba(255,255,255,0.03);
    border-radius:50%;
}

.footer-modern .container{
    position:relative;
    z-index:2;
}

.footer-text{
    color: rgba(255,255,255,0.75);
    line-height:1.8;
}

.footer-small{
    color: rgba(255,255,255,0.65);
    font-size:14px;
    line-height:1.7;
}

.footer-divider{
    width:60px;
    height:4px;
    background:#0d6efd;
    border-radius:20px;
}

.social-icons{
    margin-top:10px;
}

.social-icon{
    width:48px;
    height:48px;
    display:flex;
    align-items:center;
    justify-content:center;
    border-radius:50%;
    background: rgba(255,255,255,0.08);
    color:white;
    font-size:18px;
    transition:0.3s ease;
    text-decoration:none;
    backdrop-filter: blur(10px);
}

.social-icon:hover{
    background:#0d6efd;
    transform:translateY(-5px);
    color:white;
    box-shadow:0 10px 25px rgba(13,110,253,0.35);
}

.footer-bottom{
    border-top:1px solid rgba(255,255,255,0.08);
    color: rgba(255,255,255,0.65);
    font-size:14px;
}