.Classified-Local-banner {
    background: linear-gradient(45deg, #f1f4ff, #ffdddd38);
    padding: 100px 0;
    height: auto;
}






/* Cards */




/* Text */
.challenge-card {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    display: flex;
    align-items: flex-start;
    transition: 0.3s ease;
    flex-flow: column;
    cursor: pointer;
    padding: 30px 15px;
    background: #ffffff;
    border: 1px solid #ededed;
}



    .challenge-card:hover .challenge-icon {
        opacity: 0.3;
        transform: rotate( 23deg);
        right: 15px;
        bottom: 15px;
        transform-origin: inherit;
    }
    /* Left vertical accent line */
    .challenge-card::after {
    }

/* Icon styling */
.challenge-icon {
    color: #ff6a00;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 70px;
    opacity: 0.05;
    transform: rotate(45deg);
    position: absolute;
    right: 0;
    transition: 0.3s;
    bottom: 0;
}

    .challenge-icon i {
    }

/* Content */
.challenge-card h3 {
}

.challenge-card p {
    margin: 0;
}

/* Hover effect (optional but clean) */
.challenge-card:hover {
}

    .challenge-card:hover:after {
    }

.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);
}
/* --- INNOVATIVE WHITE CARD CSS --- */
.inno-card {
    position: relative;
    background: #ffffff;
    border-radius: 20px;
    padding: 30px;
    height: 100%;
    z-index: 1;
    overflow: hidden;
    border: 1px solid #ededed;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.02);
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
}

    /* Hover Effect on Card */
    .inno-card:hover {
        transform: translateY(-8px);
        box-shadow: 0 20px 40px rgba(255, 117, 24, 0.08); /* Soft orange glow shadow */
        border-color: transparent;
    }

/* Floating Icon Box */
.inno-icon-box {
    width: 65px;
    height: 65px;
    background: #fff8f5;
    color: #ff7518;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 26px;
    margin-bottom: 25px;
    transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
    box-shadow: 0 4px 10px rgba(0,0,0,0.03);
}

/* Icon Box Magic on Hover */
.inno-card:hover .inno-icon-box {
    background: linear-gradient(135deg, #ff7518, #ff4500);
    color: #ffffff;
    transform: translateY(-5px) scale(1.05);
    box-shadow: 0 15px 25px rgba(255, 117, 24, 0.3);
}

/* Text Styling */
.inno-card h5 {
    font-size: 20px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 15px;
    transition: transform 0.4s ease;
}

.inno-card p {
    font-size: 0.95rem;
    color: #64748b;
    line-height: 1.6;
    margin-bottom: 0;
    transition: transform 0.4s ease;
    cursor: pointer;
}

/* Subtle Text Lift on Hover */
.inno-card:hover h5,
.inno-card:hover p {
    transform: translateY(-3px);
}

/* The Secret Background Watermark */
.inno-watermark {
    position: absolute;
    bottom: -30px;
    right: -30px;
    font-size: 140px;
    color: #1a202c;
    opacity: 0.02; /* Almost invisible by default */
    z-index: -1;
    transition: all 0.6s cubic-bezier(0.165, 0.84, 0.44, 1);
}

/* Watermark Reveals on Hover */
.inno-card:hover .inno-watermark {
    opacity: 0.06;
    color: #ff7518;
    transform: rotate(-15deg) scale(1.1);
}

/* Sliding Action Arrow */




/************3*************/

/* Teal */

/* Card Wrapper */
.info-card-wrapper {
    position: relative;
    width: 100%;
    z-index: 1;
    cursor: pointer; /* Hover karne par hand icon aayega */
    margin-bottom: 30px;
    margin-top: 0px;
}

/* --- Colored Rotated Background Shape --- */
.info-card-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 90%;
    height: 100%;
    border-radius: 15px;
    z-index: -1;
    background-color: #ff6a00;
    /* Smooth aur thoda bouncy transition */
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

/* --- Main White Card --- */
.info-card-content {
    background-color: #ffffff;
    border-radius: 15px;
    padding: 30px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    /* Smooth transition hover effects ke liye */
    transition: transform 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275), box-shadow 0.4s ease;
    border: 1px solid #ededed;
}

/* Alternate Rotation Effect (Ek left, ek right rotate hoga) */
.info-card-bg {
    transform: rotate( -2deg);
}



/* --- HOVER EFFECTS START HERE --- */

/* 1. White card upar uthega aur shadow dark hogi */
.info-card-wrapper:hover .info-card-content {
    transform: translateY(-12px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.12);
}

/* 2. Background shape seedhi hogi aur thodi badi hogi */
.row > div:nth-child(odd) .info-card-wrapper:hover .info-card-bg,
.row > div:nth-child(even) .info-card-wrapper:hover .info-card-bg {
    transform: rotate(0deg) scale(1.04) translateY(-8px);
}

/* 3. Icon thoda bada hoga (Pop effect) */
.info-card-wrapper:hover .info-icon i {
    transform: scale(1.2) translateY(-3px);
}

/* --- HOVER EFFECTS END HERE --- */

/* --- Icon & Text Styling --- */
.info-icon {
    margin-bottom: 25px;
}

    .info-icon i {
        font-size: 40px;
        color: #ff7518;
        transition: transform 0.3s ease; /* Icon ke liye transition */
    }

.info-title {
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.8px;
    margin-bottom: 15px;
}

.info-desc {
    margin: 0;
    font-weight: 500;
}
/************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 */


.span-box {
    color: #f26622;
    font-size: 30px;
    margin-bottom: 15px;
    display: block;
}



.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 {
}

    .outcome-wrapper .col:last-child {
        border: 0;
    }

.outcome-span {
    display: block;
    margin-bottom: 15px;
}

.outcome-wrapper {
}



/* 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;
}
