.Classified-Local-banner {
    background: linear-gradient(45deg, #f1f4ff, #ffdddd38);
    padding: 100px 0;
    height: auto;
}

/* Image Styling */
.challenge-img-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 20px;
}

    .challenge-img-wrapper img {
        border-radius: 20px;
        transition: transform 0.5s ease;
    }

    .challenge-img-wrapper:hover img {
        transform: scale(1.05);
    }




/* Cards */
.challenge-list {
    margin-top: 25px;
}

.challenge-card {
    display: flex;
    gap: 15px;
    align-items: start;
    background: rgb(255 106 0 / 1%);
    padding: 15px;
    border-radius: 12px;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgb(0 0 0 / 10%);
    cursor: pointer;
}

    .challenge-card:hover {
        background: rgba(255,106,0,0.1);
        transform: translateX(5px);
    }

    /* Icon */
    .challenge-card .icon {
        font-size: 25px;
        color: #ff6a00;
        min-width: 30px;
    }

    /* Text */
    .challenge-card h3 {
        margin: 0;
        font-weight: 600;
        font-size: 20px;
    }

    .challenge-card p {
        margin: 0;
    }

/* Example Box */


.example-box i {
    color: #ff6a00;
    font-size: 25px;
    margin-top: 3px;
}



.taksh-section {
    background: linear-gradient(45deg, #f1f4ff, #ffdddd38);
}

/* Heading */
.main-heading {
}



/* Card */
.modern-card {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 18px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08);
    transition: all 0.3s ease;
    min-height: 135px;
    margin-top: 40px;
    cursor: pointer;
}

    .modern-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 15px 40px rgba(0,0,0,0.12);
    }

/* Floating Icon */
.icon-circle {
    width: 55px;
    height: 55px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    margin-top: -55px;
    background: #f26622;
}

/* Text */
.modern-card h5 {
    margin-top: 20px;
    font-weight: 600;
    font-size: 20px;
}

.modern-card p {
    margin: 0;
}



/************3*************/
.benefits-section img {
    width: 100%;
}

/* Timeline Wrapper */
.timeline {
    position: relative;
    padding-left: 0;
    margin-top: 15px;
}

    /* Vertical Line */
    .timeline::before {
        content: "";
        position: absolute;
        left: 23px;
        top: 0;
        width: 1px;
        height: calc(100% - 15px);
        background: #e0e0e070;
    }

/* Each Item */
.timeline-item {
    position: relative;
    margin-bottom: 45px;
}

/* Number Circle */
.timeline-icon {
    position: absolute;
    left: -5px;
    top: 0;
    width: 55px;
    height: 55px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f26622;
}

/* Content Box */
.timeline-content {
    padding: 0;
    border-radius: 12px;
    margin-left: 75px;
    transition: 0.3s;
}

    .timeline-content:hover {
        transform: translateX(5px);
    }

    /* Heading */
    .timeline-content h3 {
        font-weight: 600;
        margin-bottom: 5px;
        font-size: 20px;
    }

    .timeline-content h6 i {
        color: #7b2ff7;
        margin-right: 6px;
    }

    /* Text */
    .timeline-content p {
        margin: 0;
    }

/* Image */
.benefit-image img {
    border-radius: 30px;
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

.benefit-image {
    position: relative;
    z-index: 1;
    padding-right: 50px;
}

    .benefit-image:before {
        content: '';
        position: absolute;
        bottom: -20px;
        right: -20px;
        width: 100px;
        height: 100px;
        background: radial-gradient(#22c55e 20%, transparent 20%);
        background-size: 10px 10px;
        z-index: -1;
    }
/************3*************/

.example-box {
    padding: 18px;
    border-radius: 10px;
    background: #ffffff;
    border: 1px solid #ededed;
    border-left: 4px solid #ff7a00;
    display: flex;
    align-items: center;
    gap: 15px;
}




.taksh-why-section {
    background: linear-gradient(45deg, #f1f4ff, #ffdddd38);
}

/* Heading */
.main-heading {
}



/* Image */
.app-image img {
    border-radius: 25px;
    box-shadow: 0 15px 40px rgba(0,0,0,0.1);
}

/* Feature Box */
.feature-box {
    background: #fff;
    padding: 15px;
    border-radius: 12px;
    text-align: left;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: 0.3s;
    cursor: pointer;
}

    .feature-box:hover {
        transform: translateY(-5px);
    }

    .feature-box i {
        font-size: 25px;
        color: #f26622;
        margin-bottom: 15px;
    }

    .feature-box h3 {
        font-weight: 500;
        font-size: 20px;
    }

    .feature-box p {
        margin: 0;
    }

/* Stats */
.stat-box {
    background: #fff;
    padding: 18px;
    border-radius: 12px;
    text-align: center;
    box-shadow: 0 8px 20px rgba(0,0,0,0.06);
    transition: 0.3s;
}

    .stat-box:hover {
        transform: translateY(-5px);
    }

    .stat-box i {
        font-size: 18px;
        margin-bottom: 5px;
    }



/****************************************/

.outcome-item {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 20px 15px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(0 0 0 / 10%);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 500;
    cursor: pointer;
}



    /* Icon Style */
    .outcome-item i {
        font-size: 22px;
        color: #ff7a18;
        min-width: 30px;
        z-index: 1;
        transition: 0.3s;
    }

    /* Text */
    .outcome-item p {
        margin: 0;
        z-index: 1;
    }

    /* Hover icon animation */
    .outcome-item:hover i {
        transform: rotate(10deg) scale(1.2);
        color: #ff7a18;
    }

/****************************************/

section.call-action {
    background: linear-gradient(45deg, #f1f4ff, #ffdddd38);
}



.call-div {
    text-align: center;
}

.taksh-faq-item {
    padding: 15px;
    border: 1px solid #ededed;
    border-bottom: 2px solid #ff7a00;
    border-radius: 10px;
    margin-top: 15px;
}

.taksh-question {
    font-size: 20px;
    margin-bottom: 7px;
    display: block;
}
