* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.thumbnail{
    padding:20px;
    img{
        height: 300px;
    }
}
.lb-data .lb-number {
    display: none !important;
}
/*हमारा परिचय*/
.hamara {
    position: relative;
    background-color: #fff5f3 !important;
    background: url(../images/chitra-bg.png) no-repeat;
    background-size: cover;

    h2 {
        padding: 5px;
        color: #008f4f;
        font-size: 18px;
        border-radius: 10px;
        font-weight: 600;
    }

    .hamara-par {
        h2 {
            text-align: center;
            background-color: #008f4f;
            padding: 5px;
            color: #fff;
            font-size: 18px;
            border-radius: 10px;
        }

        p {
            color: #000;
            text-align: justify;
        }

        .hamar-point {
            display: flex;

            ul {
                max-width: 500px;

                li {
                    padding: 10px 0px;
                    padding: 10px 0px;
                    list-style: circle;
                    color: #008f4f;
                }
            }
        }
    }

    .about-img-2.about2 {
        padding-top: 260px;
        padding-left: 160px;

        img {
            border: 7px solid #fff;
            border-radius: 0px 0px 0px 34px;
            max-width: 270px;
        }
    }
}
/*हमारा परिचय*/

/*वनमाली केंद्र*/
.kendra-vanmali {
    background: #f8f8f8;

    h2 {
        color: #008f4f;
        font-size: 20px;
    }
}

.card {
    transition: all 0.3s ease;
    background-color: #ffffff;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px !important;
    border-radius: 20px;
}

.card:hover {
    background-color: #f0f6ff;
    transform: translateY(-5px);
}
.card-body {
    h5 {
        margin-bottom: .5rem;
        /* text-align: center; */
        background-color: #008f4f;
        color: #fff;
        border-radius: 10px;
        padding: 5px;
        font-size: 16px;
    }

    p {
        color: #333;
        font-size: 16px;
        padding: 0;
        margin: 2px;
    }
}

/*वनमाली केंद्र*/

.srijan-table {
    width: 100%;
    border-collapse: collapse;
    font-family: Arial, sans-serif;
    font-size: 16px;
}

    .srijan-table th,
    .srijan-table td {
        border: 1px solid #ddd;
        padding: 10px;
        vertical-align: top;
    }

    .srijan-table th {
        background: #ff6a00;
        color: #fff;
        text-align: left;
    }

    .srijan-table tr:nth-child(even) {
        background: #f9f9f9;
    }

    .srijan-table tr:hover {
        background: #fff3e8;
    }


/*About section*/


/*books*/
/* LEFT CATEGORY */


/* BOOK CARD */
/* LEFT SIDEBAR */
.all-books {
    background: #f8f8f8;
}

.sidebar {
    background: #fff;
    border-radius: 6px;
    padding: 20px 20px;
    max-height: 98vh;
    overflow-y: auto;
    scrollbar-color: #d3af37 #B10804;
    scrollbar-width: thin;

    span {
        font-size: 25px;
    }
}
.mobile-respo{

}

.sidebar h6 {
    font-weight: 700;
    font-size: 16px;
}

.sidebar .nav-link {
    color: #333;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
    text-align: left;
}

.sidebar .nav-link.active {
    background: #008f4f;
    color: #fff;
}

/* BOOK CARD */
.book-card {
    background: #fff;
    padding: 15px;
    border-radius: 8px;
    margin-bottom: 15px;
    border-bottom: 3px solid #008f4f;

    h5 {
        font-size: 16px;
        color: #008f4f;
    }

    p {
    }
}

.book-card img {
    width: 100%;
    border-radius: 6px;
}

.book-title {
    font-size: 18px;
    font-weight: 700;
    color: #008f4f;
}

.book-desc {
    font-size: 16px;
    color: #555;
}

.btn-view {
    background: #008f4f;
    color: #fff;
    border-radius: 20px;
    font-size: 13px;
    padding: 5px 15px;
    max-width: 100px;
}

.btn-view:hover {
    background: #04653a;
    color: #fff;
}
/*books*/

/*photo gallery*/
.sectionbox {
    padding: 60px 0;
    background: #fff;
    position: relative;
}

.portfolio {
    margin-bottom: 30px;
}

.portfolio-wrapper {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.15);
}

    .portfolio-wrapper img {
        width: 100%;
        height: 220px;
        object-fit: cover;
        transition: 0.5s;
    }

    .portfolio-wrapper:hover img {
        transform: scale(1.1);
    }

.label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
}

.label-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: linear-gradient(to top, rgba(0,0,0,0.85), rgba(0,0,0,0));
}

.label-text {
    position: relative;
    padding: 15px;
    z-index: 2;
}

.text-title {
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

a {
    text-decoration: none;
}

.building-shape-main {
    position: absolute;
    bottom: -5px;
    right: 0;
    opacity: 0.15;
}

    .building-shape-main img {
        max-width: 120px;
    }


.press-clip-box {
    position: relative;
    overflow: hidden;
    border-radius: 6px;
}

    .press-clip-box img {
        width: 100%;
        transition: transform 0.4s ease;
    }

    .press-clip-box:hover img {
        transform: scale(1.1);
    }

    /* Overlay Zoom Icon */
    .press-clip-box a {
        display: block;
        position: relative;
    }

.zoom-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: rgba(0,0,0,0.6);
    color: #fff;
    font-size: 32px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    line-height: 60px;
    text-align: center;
    opacity: 0;
    transition: 0.3s ease;
}

.press-clip-box:hover .zoom-icon {
    opacity: 1;
}

/*photo gallery*/

/*vanmali kendra*/
.up-bg {
    background: #fafafa;
    padding: 60px 0;
}

.vanmali-house-right h2 {
    font-size: 36px;
    font-weight: 700;
}

.vanmali-house-right p {
    font-size: 16px;
    line-height: 1.7;
    margin-top: 20px;
}

.ptt {
    max-width: 180px;
    margin: 10px 0 20px;
}

.vanmali-img {
    max-width: 100%;
    height: auto;
}

.peeth {
    display: flex;
    gap: 40px;
    margin-top: 30px;
}

    .peeth ul {
        padding-left: 0;
    }

    .peeth li {
        list-style: none;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 10px;
        font-size: 15px;
    }

    .peeth img {
        width: 18px;
    }

/* Tablet & Mobile */
@media (max-width: 991px) {
    .vanmali-house-right {
        text-align: center;
        margin-top: 30px;
    }

        .vanmali-house-right h2 {
            font-size: 28px;
        }

        .vanmali-house-right p {
            font-size: 15px;
            text-align: justify;
        }

    .peeth {
        flex-direction: column;
        align-items: center;
    }
}
/*vanmali kendra*/

/*End About section*/

@media (max-width: 768px) {
    .hamara {
        .hamara-par {
            .hamar-point {
                display: block;
            }
        }
    }
    .mobile-respo {
        overflow-x: scroll;
        width: 100%;
        display: ruby-text;
        gap: 7px;
        position: relative;
        top: 13px;
    }
}