.cat-card {
    background: #edecec;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
    transition: 0.4s;
    cursor: pointer;
}

.cat-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.15);
}

.cat-img {
    position: relative;
    overflow: hidden;
}

.cat-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: 0.5s;
}

.cat-card:hover img {
    transform: scale(1.1);
}

.overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.4s;
}

.cat-card:hover .overlay {
    opacity: 1;
}

.overlay span {
    color: #fff;
    font-size: 16px;
    border: 1px solid #fff;
    padding: 6px 15px;
    border-radius: 20px;
}

.cat-title {
    padding: 12px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

/* spacing fix */
.row {
    row-gap: 30px;
}

.col-lg-3, .col-md-4, .col-6 {
    padding: 12px;
}

/* responsive */
@media (max-width: 768px) {
    .cat-img img {
        height: 160px;
    }
}

@media (max-width: 480px) {
    .cat-img img {
        height: 130px;
    }
}
.row {
    row-gap: 30px;   /* vertical gap */
}
.col-lg-3, .col-md-4, .col-6 {
    padding: 12px;
}



        .scrap-card2 {
            display: block;
            border-radius: 15px;
            overflow: hidden;
            position: relative;
            text-decoration: none;
            box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
            transition: 0.4s;
        }

        .scrap-card2:hover {
            transform: translateY(-10px);
            box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
        }

        /* Image */
        .scrap-img2 {
            position: relative;
            height: 230px;
        }

        .scrap-img2 img {
            width: 100%;
            height: 100%;
            object-fit: cover;
            transition: 0.5s;
        }

        .scrap-card2:hover img {
            transform: scale(1.1);
        }

        /* Dark gradient overlay */
        .scrap-info {
            position: absolute;
            bottom: 0;
            width: 100%;
            padding: 15px;
            background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
            color: #fff;
        }

        .scrap-info h4 {
            margin: 0;
            font-size: 18px;
            font-weight: 600;
        }

        .scrap-info p {
            font-size: 13px;
            margin: 3px 0 0;
            opacity: 0.8;
        }

        /* Badge */
        .scrap-badge {
            position: absolute;
            top: 10px;
            left: 10px;
            background: #28a745;
            color: #fff;
            font-size: 12px;
            padding: 5px 10px;
            border-radius: 20px;
        }

        /* Responsive */
        @media (max-width: 768px) {
            .scrap-img2 {
                height: 180px;
            }
        }


.scrap-row {
    row-gap: 35px;
}

/* Mobile fix */
@media (max-width: 768px) {

    .scrap-row {
        row-gap: 40px;
    }

    .scrap-row > div {
        margin-bottom: 15px;
        padding-left: 12px;
        padding-right: 12px;
    }

}



.cat-title a {
    color: #282828;          /* apna color de sakte ho */
    text-decoration: none;
}

.cat-title a:hover {
    color: #ff6600;      /* hover color (optional) */
}

a{
    text-decoration: none !important;
}

























/* GLOBAL */
body {
    font-family: 'Segoe UI', sans-serif;
    background: #f4f6f9;
}

.section {
    padding: 90px 0
}

/* CONTAINER WIDTH FIX */
.container {
    max-width: 1200px
}

/* HEADINGS */
.main-title {
    font-size: 42px;
    font-weight: 800;
    line-height: 1.3;
}

.sub-text {
    font-size: 16px;
    color: #666;
    line-height: 1.8;
}

/* IMAGE FIX */
.img-fit {
    width: 100%;
    height: 420px;
    object-fit: cover;
    border-radius: 12px;
}

/* CARD */
.card-pro {
    background: #fff;
    border-radius: 12px;
    padding: 25px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    height: 100%;
}

/* GRID ALIGN */
.row-gap {
    row-gap: 30px
}

/* DARK SECTION */
.dark {
    background: #0b1c2c;
    color: #fff;
}

/* FEATURE LIST */
.feature li {
    margin-bottom: 12px;
}

/* STATS */
.stat {
    text-align: center;
}

.stat h2 {
    font-size: 38px;
    font-weight: 800;
}

/* FULL IMAGE */
.full-img {
    width: 100%;
    height: 500px;
    object-fit: cover;
}

/* SPACING FIX */
.mb-big {
    margin-bottom: 60px
}


/* CARD BASE */
.hover-card {
    border-radius: 14px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    height: 100%;
}

/* IMAGE BOX */
.img-box {
    overflow: hidden;
    height: 220px;
}

.img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s;
}

/* CONTENT */
.card-content {
    padding: 20px;
}

.card-content h5 {
    font-weight: 600;
    margin-bottom: 10px;
    transition: 0.3s;
}

.card-content p {
    color: #666;
    font-size: 14px;
}

/* HOVER EFFECT */
.hover-card:hover {
    transform: translateY(-12px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* IMAGE ZOOM */
.hover-card:hover img {
    transform: scale(1.2) rotate(1deg);
}

/* GRADIENT OVERLAY */
.img-box::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.4s;
}

.img-box {
    position: relative;
}

.hover-card:hover .img-box::after {
    opacity: 1;
}

/* TEXT COLOR CHANGE */
.hover-card:hover h5 {
    color: #f48303;
}

/* RESPONSIVE */
@media(max-width:768px) {
    .img-box {
        height: 180px;
    }
}

.img-wrapper {
    overflow: hidden;
    border-radius: 12px;
}

.img-fit {
    width: 100%;
    height: 420px;
    object-fit: cover;
    transition: 0.5s;
}

.img-wrapper:hover .img-fit {
    transform: scale(1.08);
}

/* MOBILE FIX */
@media(max-width:768px) {
    .img-fit {
        height: 250px;
    }
}

/* CENTER BOX */
.center-box {
    max-width: 850px;
    margin: auto;
    text-align: center;
    background: #fff;
    padding: 50px 40px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.4s ease;
    position: relative;
    overflow: hidden;
}

/* HOVER EFFECT */
.center-box:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.15);
}

/* GLOW BORDER EFFECT */
.center-box::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    padding: 2px;
    background: linear-gradient(120deg, #0d6efd, #00c6ff);
    -webkit-mask:
        linear-gradient(#fff 0 0) content-box,
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: 0.4s;
}

.center-box:hover::before {
    opacity: 1;
}

/* TEXT */
.center-box h2 {
    margin-bottom: 15px;
}

.center-box p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
}

/* HIGHLIGHT CARD */
.highlight-card {
    background: #fff;
    padding: 30px 20px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    transition: 0.4s;
    height: 100%;
}

.highlight-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 50px rgba(0, 0, 0, 0.15);
}

/* ICON */
.highlight-card .icon {
    font-size: 35px;
    margin-bottom: 15px;
    transition: 0.3s;
}

.highlight-card:hover .icon {
    transform: scale(1.2);
}

/* TEXT */
.highlight-card h5 {
    font-weight: 600;
    margin-bottom: 10px;
}

.highlight-card p {
    color: #666;
    font-size: 14px;
}

/* TAB BUTTON */
.tab-btn {
    background: #fff;
    padding: 15px 20px;
    margin-bottom: 10px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05);
    transition: 0.3s;
}

.tab-btn:hover {
    background: #0d6efd;
    color: #fff;
}

.tab-btn.active {
    background: #0d6efd;
    color: #fff;
}

/* CONTENT */
.tab-content {
    display: none;
    animation: fade 0.5s ease;
}

.tab-content.active {
    display: block;
}

.tab-content img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    border-radius: 10px;
    margin-bottom: 15px;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}


/* TIMELINE */
.timeline {
    display: flex;
    justify-content: space-between;
    position: relative;
    margin-bottom: 40px;
}

.timeline::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ddd;
}

/* STEP */
.step {
    text-align: center;
    position: relative;
    cursor: pointer;
    flex: 1;
}

.step span {
    display: inline-block;
    width: 40px;
    height: 40px;
    background: #ddd;
    border-radius: 50%;
    line-height: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.step.active span {
    background: #0d6efd;
    color: #fff;
    transform: scale(1.2);
}

.step p {
    margin-top: 10px;
    font-size: 14px;
}

/* CONTENT */
.step-content {
    display: none;
    text-align: center;
    animation: fade 0.5s ease;
}

.step-content.active {
    display: block;
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(20px)
    }

    to {
        opacity: 1;
        transform: translateY(0)
    }
}


