.Classified-Local-banner {
    background: linear-gradient(45deg, #f1f4ff, #ffdddd38);
    padding: 100px 0;
    height: auto;
}






/* Cards */


.challenge-card {
    display: flex;
    gap: 15px;
    align-items: start;
    background: rgb(255 106 0 / 1%);
    padding: 15px;
    border-radius: 10px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    border: 1px solid rgb(0 0 0 / 10%);
    cursor: pointer;
    flex-flow: column;
    position: relative;
    height: 100%;
}

.challenge-icon {
    width: 55px;
    height: 55px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    background: #f26622;
}

.challenge-card:hover {
    background: rgb(255 106 0 / 6%);
    transform: translateX(5px);
}

.challenge-card:before {
    content: '';
    position: absolute;
    left: -11px;
    height: 75px;
    width: 10px;
    background: #f26622;
    border-radius: 5px 0 0 5px;
}
/* Icon */
.challenge-card .icon {
}

/* Text */
.challenge-card h3 {
    margin: 0;
    font-weight: 600;
    font-size: 20px;
    margin-bottom: 15px;
}

.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;
    border-radius: 0;
    transition: all 0.3s ease;
    cursor: pointer;
    border-left: 4px solid #f2662200;
    padding-left: 30px;
    margin-top: 45px;
}

    .modern-card:hover {
        border-left: 4px solid #f26622;
    }

/* Floating Icon */
.icon-circle {
    width: 55px;
    height: 55px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 20px;
    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 */



/* Each Item */
.timeline-content {
    position: relative;
    margin-bottom: 12px;
    transition: all 0.3s ease;
    border: 1px solid rgb(0 0 0 / 10%);
    cursor: pointer;
    padding: 30px;
    border-radius: 10px;
    padding-left: 50px;
    min-height: 135px;
    padding-bottom: 15px;
}

/* Number Circle */
.timeline-icon {
    position: absolute;
    left: 0;
    top: 50%;
    width: 55px;
    height: 55px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f26622;
    transform: translateY(-50%);
    z-index: 1;
}

/* Content Box */
.timeline-item {
    position: relative;
    padding-left: 25px;
    margin-top: 15px;
}

    .timeline-item:hover .timeline-content {
        border: 1px solid #f26622;
    }

/* Heading */
.timeline-content h3 {
    font-weight: 600;
    margin-bottom: 15px;
    font-size: 20px;
}

.timeline-content h6 i {
    color: #7b2ff7;
    margin-right: 6px;
}

/* Text */
.timeline-content p {
    margin: 0;
}

/* Image */

/************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;
    width: 100%;
}




.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;
    transition: 0.3s;
    cursor: pointer;
    min-height: 185px;
    border: 1px solid #f2662221;
}

    .feature-box:hover {
        border-color: #f26622;
    }

.span-box {
    width: 55px;
    height: 55px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f26622;
    margin-bottom: 15px;
}

.feature-box:hover {
}

.feature-box i {
}

.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 {
    padding: 15px 15px;
    padding-top: 30px;
    cursor: pointer;
}

.outcome-wrapper .col {
    border-right: 1px solid rgb(0 0 0 / 10%);
}

    .outcome-wrapper .col:last-child {
        border: 0;
    }

.outcome-span {
    display: block;
    margin-bottom: 15px;
}

.outcome-wrapper {
    background: rgba(255, 255, 255, 0.05);
    backdrop-filter: blur(10px);
    border: 1px solid rgb(0 0 0 / 10%);
    border-radius: 10px;
}



/* Icon Style */
.outcome-item i {
    font-size: 30px;
    color: #f26622;
    transition: 0.3s;
}

/* Text */
.outcome-item p {
    margin: 0;
    font-weight: 500;
    font-size: 20px;
}

/* Hover icon animation */
.outcome-item:hover i {
    transform: rotate(10deg) scale(1.2);
    color: #ff7a18;
}

/****************************************/

.call-action {
    background: linear-gradient(45deg, #f1f4ff, #ffdddd38);
}



.call-div {
    text-align: center;
}
/* container */
.taksh-faq-wrapper {
    max-width: 800px;
    margin: auto;
}

/* single item */
.taksh-faq-item {
    display: flex;
    align-items: flex-start;
    gap: 18px;
    background: #ffffff;
    padding: 20px 22px;
    border-radius: 10px;
    margin-bottom: 18px;
    transition: 0.3s;
    border: 1px solid rgb(0 0 0 / 10%);
    cursor: pointer;
}

    .taksh-faq-item:hover {
        transform: translateY(-3px);
    }

/* icon circle */
.taksh-icon {
    min-width: 46px;
    height: 46px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    border-radius: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f26622;
}

/* text area */
.taksh-content {
    flex: 1;
}

.taksh-question {
    font-size: 16px;
    font-weight: 600;
    display: block;
    margin-bottom: 6px;
    color: #1a1a1a;
}

.taksh-answer {
    font-size: 14px;
    color: #6b7280;
    line-height: 1.6;
    margin: 0;
}
