* {
    box-sizing: border-box;
}

body {
    padding: 0;
    margin: 0;
    font-family: 'Times New Roman', Times, serif !important;
}

img {
    max-width: 100%;
}

.container {
    max-width: 1140px;
}

a {
    text-decoration: none;
}

li {
    list-style: none;
}

.wrapper {
    overflow-x: hidden;
}

.header-wrapper {
    width: 100%;
    transition: 0.3s;
}

.header-wrapper.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

/* body space when fixed */
body.header-fixed {
    padding-top: 140px;
}

/* Topbar-Section-Css-start */

.topbar-area {
    width: 100%;
    text-align: center;
    background-color: #0a6de1;
    padding: 5px 0px;
}

.topbar-right-box {
    display: flex;
    justify-content: right;
    align-items: center;
    gap: 10px;
}

.topbar-right {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0px;
    border-right: 1px solid #ffffff7d;
    padding-right: 10px;
}

/* .topbar-right:last-child {
    border-right: 0px;
} */

.topbar-icon {
    font-size: 14px;
    color: #fff;
    border-right: 1px solid #ffffff7d;
    transition: 0.3s;
}

.topbar-icon:hover {
    color: #C2755F;
    transition: 0.3s;
}

.topbar-text {
    font-size: 14px;
    color: #fff;
    padding-left: 10px;
}

.topbar-left {
    color: #fff;
    font-size: 14px;
    text-align: center;
}

@media (max-width:675px) {
    .topbar-right-box {
        display: none;
    }

    .topbar-text {
        font-size: 12px;
    }
}




.topbar-icon:last-child {
    border-right: none;
}

/* Topbar-Section-Css-end*/

/* logo-area-start */

.logo-area {
    width: 100%;
}


.logo-area-left {
    display: flex;
    justify-content: start;
    align-items: center;
    gap: 10px;
}

.logo {
    width: 15%;
    box-shadow: rgba(0, 0, 0, 0.10) 0px 1px 2px, rgba(0, 0, 0, 0.10) 0px 2px 4px, rgba(0, 0, 0, 0.10) 0px 4px 8px, rgba(0, 0, 0, 0.10) 0px 8px 16px, rgba(0, 0, 0, 0.10) 0px 16px 32px, rgba(0, 0, 0, 0.10) 0px 32px 64px;
}

.logo img {
    width: 100%;
}

.logo-text {
    margin-top: 5px;
}

.logo-text h5 {
    font-size: 22px;
    color: #0a6de1;
    ;
    font-weight: 600;
    margin-bottom: 0px;
}

.logo-text p {
    font-size: 16px;
    color: #57ba6a;
    font-weight: 600;
    margin: 5px 0px;
}

.logo-area-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 15px;
    margin-top: 25px;
}

.canvas-area-right {
    display: flex;
    align-items: center;
    justify-content: end;
    gap: 10px;
    margin-top: 10px;
    flex-direction: column;
}

.canvas-area-right .vendor-btn {
    background: #57ba6a;
    color: #fff;
    transition: 0.3s;
    border-radius: 30px;
}

.canvas-area-right .emergency-btn {
    background: #57ba6a;
    color: #fff;
    transition: 0.3s;
    border-radius: 30px;
}

/* Common Button Style */
.header-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 10px 18px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s ease;
    white-space: nowrap;
}

/* Vendor Button */
.vendor-btn {
    background: #0a6de1;
    color: #fff;
    transition: 0.3s;
}

.vendor-btn:hover {
    background: #57ba6a;
    color: #fff;
    transition: 0.3s;
}

/* Emergency Button */
.emergency-btn {
    background: #57ba6a;
    color: #fff;
    transition: 0.3s;
}

.emergency-btn:hover {
    background: #0a6de1;
    color: #fff;
    transition: 0.3s;
}

/* Responsive */
@media (max-width: 768px) {
    .logo-area-right {
        flex-direction: column;
        align-items: stretch;
        margin-bottom: 10px;
        display: none;
    }

    .header-btn {
        justify-content: center;
        width: 100%;
    }

    .login-btn {
        margin-top: 20px;
    }
}

/* logo-area-end */

/* nav-area-start */

.navbar {
    position: relative;
    display: flex;
    flex-wrap: nowrap !important;
    align-items: center;
    justify-content: space-between;
    padding-top: .5rem;
    padding-bottom: .5rem;
    background-color: #0a6de1;
}

.nav-area {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.nav-area ul {
    padding: 0;
    margin: 0;
}

.nav-area ul li {
    padding: 0;
    margin: 0;
    display: inline-block;
}

.nav-area ul li a {
    padding: 10px 15px;
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    transition: 0.3s;
    border-right: 1px solid #ffffff3f;
}

.nav-area ul li a:hover {
    color: #d94351;
    transition: 0.3s;
}

.navbar-nav .nav-link.active,
.navbar-nav .nav-link.show {
    color: #d94351 !important;
}

.navbar-toggler {
    padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
    font-size: var(--bs-navbar-toggler-font-size);
    line-height: 1;
    color: var(--bs-navbar-color);
    background-color: transparent;
    border: 2px solid #fff !important;
    border-radius: var(--bs-navbar-toggler-border-radius);
    transition: var(--bs-navbar-toggler-transition);
}

.navbar-toggler-icon {
    /* border: 2px solid #fff; */
    align-items: center;
    /* color: #fff; */
    padding: 3px;
    filter: brightness(0) invert(1);
}

.navbar-toggler-icon {
    display: inline-block;
    width: 1.5em;
    height: 1.5em;
    vertical-align: middle;
    background-image: var(--bs-navbar-toggler-icon-bg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
}


.login-btn {
    background-color: #fff;
    color: #d94351;
    font-weight: 600;
    padding: 8px 18px;
    border-radius: 30px;
    transition: 0.3s ease;
    text-decoration: none;
    transition: 0.3s;
    text-align: center;
}

.login-btn a {
    text-decoration: none;
    color: #d94351;
    transition: 0.3s;
}

/* Button Hover Effect */
.login-btn:hover {
    background-color: #57ba6a;
    color: #fff !important;
    transform: translateY(-2px);
    transition: 0.3s;
}

.login-btn a:hover {
    background-color: #57ba6a;
    color: #fff;
    transform: translateY(-2px);
    transition: 0.3s;
}



.offcanvas {
    background-color: #0d6efd !important;
}

.offcanvas .nav-link {
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.offcanvas .btn-close {
    color: #fff;
    text-decoration: none;
    opacity: 1;
    filter: brightness(0) invert(1);
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #fff;
}

.offcanvas-title {
    width: 85px;
}

/* nav-area-end */

/* banner-area-start */

.banner-area {
    width: 100%;
    float: left;
}

.banner-img5 {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url(../img/banner/Raja-Ram-Mohan-Roy.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center; */
}

.banner-img1 {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url(../img/banner/banner1.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-img2 {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url(../img/banner/swami-vivekanandas.webp);
    background-size: cover;
    background-repeat: no-repeat;
    /* background-position: center; */
}

.banner-img3 {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url(../img/banner/arambagh04.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-img4 {
    width: 100%;
    height: 600px;
    position: relative;
    background-image: url(../img/banner/arambagh03.webp);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.banner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.4);
}

.banner-gallery {
    position: relative;
}

.banner-gallery .owl-nav {
    width: 94%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: absolute;
    top: 45%;
    margin-left: 3%;
}

.banner-gallery .owl-nav .owl-prev {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff !important;
    transition: 0.3s;
}

.banner-gallery .owl-nav .owl-prev span {
    font-size: 40px;
    color: #fff;
    margin-bottom: 23%;
    transition: 0.3s;
}

.banner-gallery .owl-nav .owl-next {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff !important;
    transition: 0.3s;
}

.banner-gallery .owl-nav .owl-next span {
    font-size: 40px;
    color: #fff;
    margin-bottom: 23%;
    transition: 0.3s;
}

.banner-gallery .owl-nav .owl-next:hover {
    background-color: #0a6de1 !important;
    border: 2px solid #17D0CF !important;
    transition: 0.3s;
}

.banner-gallery .owl-nav .owl-next:hover span {
    color: #fff;
    transition: 0.3s;
}

.banner-gallery .owl-nav .owl-prev:hover {
    background-color: #0a6de1 !important;
    border: 2px solid #17D0CF !important;
    transition: 0.3s;
}

.banner-gallery .owl-nav .owl-prev:hover span {
    transition: 0.3s;
    color: #fff;
}

@media (max-width: 768px) {
    .banner-img1 {
        width: 100%;
        height: 350px;
    }

    .banner-img2 {
        width: 100%;
        height: 350px;
    }

    .banner-img3 {
        width: 100%;
        height: 350px;
    }

    .banner-img4 {
        width: 100%;
        height: 350px;
    }

    .banner-gallery .owl-nav .owl-prev span {
        font-size: 20px;
        color: #fff;
        margin-bottom: 23%;
        transition: 0.3s;
    }

    .banner-gallery .owl-nav .owl-prev {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #fff !important;
        transition: 0.3s;
    }

    .banner-gallery .owl-nav .owl-next span {
        font-size: 20px;
        color: #fff;
        margin-bottom: 23%;
        transition: 0.3s;
    }

    .banner-gallery .owl-nav .owl-next {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 2px solid #fff !important;
        transition: 0.3s;
    }
}

/* banner-area-end */

/* category-area-start */

.category-section {
    padding: 80px 0;
    background: url('../img/category-section.webp') center/cover no-repeat;
    position: relative;
    float: left;
    width: 100%;
}

.category-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: rgba(0, 20, 60, 0.85); */
}

.category-section .container {
    position: relative;
    z-index: 2;
}

.category-card {
    background: #f5f5f5;
    padding: 20px 20px;
    border-radius: 12px;
    transition: 0.4s;
    height: 100%;
}

.category-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.2);
}

.icon-box {
    font-size: 40px;
    color: #1976ff;
    margin-bottom: 5px;
}

.category-card h4 {
    font-size: 17px;
    font-weight: 800;
    margin: 0px 0px 5px 0px;
    color: #000;
}

.category-card p {
    font-size: 14px;
    color: #000000;
    font-weight: 400;
    margin: 0px 0px 15px 0px;
}

.read-more a {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 500;
    cursor: pointer;
    color: #000;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
}

.read-more a span {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #d943526b;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    transition: 0.3s;
    color: #fff;
    text-decoration: none;
}

.category-card:hover .read-more span {
    background: #1976ff;
    color: white;
    transition: 0.3s;
    text-decoration: none;
}

/* category-area-end */

/* who-we-are-area-start */

.who-we-are {
    padding: 80px 0;
    width: 100%;
    float: left;
}

/* tag */
.section-tag {
    color: #d94351;
    font-weight: 600;
    letter-spacing: 2px;
    font-size: 16px;
}

/* title */
.main-title {
    font-size: 40px;
    font-weight: 700;
    margin: 15px 0 20px;
    line-height: 1.3;
    color: #000;
}

/* description */
.description {
    color: #111;
    line-height: 1.8;
    font-size: 14px;
    margin-bottom: 25px;
}

/* bottom part */

.who-bottom {
    gap: 50px;
    margin-top: 20px;
    display: flex;
    align-items: center;
}

.signature h4 {
    font-family: cursive;
    color: #0a6de1;
    font-size: 16px;
}

.signature span {
    font-size: 14px;
    color: #111;
    font-weight: 500;
}

.contact-box p {
    margin: 0;
    font-size: 14px;
    color: #000;
    font-weight: 500;
    margin-bottom: 10px;
}

.contact-box h5 {
    color: #0a6de1;
    font-weight: 700;
    font-size: 16px;
}

/* IMAGE AREA */

.image-area {
    position: relative;
    text-align: left;
}

.img-big {
    border: 5px solid #0a6de1;
    width: 70%;
    border-radius: 10px;
}

.img-small {
    position: absolute;
    bottom: -72px;
    right: 0;
    width: 50%;
    border: 6px solid #0a6de1;
    border-radius: 10px;
    z-index: -1;
}

/* PLAY BUTTON */

.play-btn {
    position: absolute;
    top: 35%;
    left: 45%;
    /* transform: translate(-50%, -50%); */
    width: 80px;
    height: 80px;
    background: #0a6de1;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    font-size: 28px;
    cursor: pointer;
    transition: .3s;
    box-shadow: 0 0 0 10px rgba(10, 109, 225, 0.2);
}

.play-btn:hover {
    background: #57ba6a;
}

/* RESPONSIVE */

@media(max-width:992px) {

    .main-title {
        font-size: 34px;
    }

    .image-area {
        margin-top: 50px;
        text-align: center;
    }

    .img-big {
        width: 100%;
    }

    .img-small {
        position: relative;
        bottom: 0;
        left: 0;
        margin-top: 20px;
        width: 80%;
    }

    .play-btn {
        top: 45%;
    }

}

@media(max-width:576px) {

    .main-title {
        font-size: 28px;
    }

    .who-bottom {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .play-btn {
        width: 60px;
        height: 60px;
        font-size: 22px;
        top: 32%;
    }

}

/* who-we-are-area-end */

/* counter-area-start */

.counter-section {
    padding: 50px 0;
    background: #0a6ee121;
    width: 100%;
    float: left;
}

.counter-card {
    display: flex;
    align-items: center;
    gap: 15px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    transition: .3s;
    border: 1px solid #d9435140;
    height: 100px;
}

.counter-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.counter-icon {
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eef4ff;
    border-radius: 8px;
    font-size: 24px;
    color: #0a6de1;
}

.counter-text h3 {
    margin: 0;
    font-size: 22px;
    font-weight: 700;
    color: #0a6de1;
}

.counter-text p {
    margin: 0;
    font-size: 13px;
    color: #111;
}

/* counter-area-end */

/* free-area-start */

.free-area {
    padding: 80px 0;
    width: 100%;
    float: left;
}

.free-book {
    background: url(../img/servicess.webp) center/cover no-repeat;
    width: 100%;
    height: 400px;
    border-radius: 30px;
    overflow: hidden;
    position: relative;
}

.free-book-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000000ad;
}

.free-book-text {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin-top: 10%;
}

.free-book-text h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
}

.free-book-text p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 30px;
}

.header-btn-two {
    background: #0a6de1;
    color: #fff;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 6px;
    text-decoration: none;
    transition: 0.3s;
    letter-spacing: 1.1px;
}

.header-btn-two:hover {
    background: #57ba6a;
    color: #fff;
    transition: 0.3s;
}

/* free-area-end */

/* testimonial-area-start */

.testimonial-section {
    width: 100%;
    float: left;
    padding: 0px 0px 80px 0px;
}

.testimonial-title {
    font-size: 32px;
    font-weight: 700;
    color: #0a6de1;
}

.testimonial-sub {
    color: #111;
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

.testimonial-card {
    display: flex;
    gap: 20px;
    padding: 25px;
    border: 2px solid #0a6de1;
    border-radius: 10px;
    background: #fff;
    align-items: center;
    margin: 2%;
    box-shadow: 0px 0px 15px #0a6de145;
    height: 100%;
}

.testimonial-content {
    height: 100%;
}

.client-img img {
    width: 100px;
    height: 100px;
    border-radius: 10px;
    object-fit: cover;
}

.quote-icon {
    font-size: 22px;
    color: #d94351;
    margin-bottom: 10px;
}

.comment {
    font-size: 14px;
    color: #111;
    font-weight: 500;
}

.client-name {
    margin-top: 10px;
    font-weight: 600;
    font-size: 14px;
    color: #57ba6a;
}

/* dots */
.carousel-indicators {
    bottom: -50px;
}

.carousel-indicators button {
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 2px solid #0a6de1;
    background: transparent;
}

.carousel-indicators .active {
    background: #0a6de1;
}

/* responsive */
@media(max-width:768px) {

    .testimonial-card {
        flex-direction: column;
        text-align: center;
        align-items: center;
    }

}

.testimonial-carousel {
    position: relative;
}

.testimonial-carousel .owl-dots {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 110%;
    gap: 5px;
    /* margin-left: 3%; */
}

.testimonial-carousel .owl-dots .owl-dot {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    transition: 0.3s;
    background-color: #fff;
    border: 2px solid #0a6de1;
}

.testimonial-carousel .owl-dots .owl-dot.active {
    font-size: 40px;
    color: #fff;
    transition: 0.3s;
    background-color: #0a6de1;
    border: 2px solid #0a6de1;
}

/* testimonial-area-end */


/* footer-area-start */

.main-footer {
    background: #0a6de1;
    color: white;
    padding: 40px 0px 0px 0px;
    width: 100%;
    float: left;
}

.footer-container {
    width: 90%;
    margin: auto;
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 20px;
}

.footer-box .logo {
    width: 80px;
}

.footer-box p {
    font-size: 14px;
    padding-top: 10px;
}

.footer-box h4 {
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    text-align: left;
}

.footer-box a {
    display: block;
    color: white;
    text-decoration: none;
    margin-bottom: 8px;
    font-size: 14px;
    font-weight: 500;
    transition: 0.3s;
    display: flex;
    gap: 5px;
    align-items: center;
}

.footer-box a:hover {
    color: #d94351;
    transition: 0.3s;
    text-decoration: none;
    transform: translateX(5px);
}

.footer-box p {
    font-size: 14px;
    margin-bottom: 6px;
    display: flex;
    gap: 5px;
    align-items: center;
    text-align: left;
    color: #fff !important;
}

.social-icons span {
    display: block;
    margin-bottom: 8px;
}

.social-icons span {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 14px;
    color: #fff;
    transition: 0.3s;
}

.footer-bottom {
    background: #1f4f87;
    text-align: center;
    padding: 15px;
    margin-top: 30px;
    font-size: 14px;
}

.footer-bottom span {
    color: #d94351;
    font-size: 14px;
    font-weight: 600;
}


/* ================= RESPONSIVE ================= */

/* Tablet (2 columns) */
@media (max-width: 992px) {
    .footer-container {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile (1 column) */
@media (max-width: 576px) {
    .footer-container {
        grid-template-columns: 1fr;
        text-align: center;
    }

    .header-container {
        flex-direction: column;
        text-align: center;
        gap: 20px;
    }
}

/* footer-area-end */


/* about-banner-section-start */

.about-banner {
    width: 100%;
    height: 300px;
    float: left;
    text-align: center;
    position: relative;
    /* background: #D98E70; */
    /* background: linear-gradient(to right, #D98E70, #F5B59B); */
}

.breadcrumbs-area {
    width: 100%;
    float: left;
    text-align: center;
    /* padding-top: 16%; */
    position: absolute;
    top: 30%;
    left: 0;
}

.breadcrumbs-area-two {
    width: 100%;
    float: left;
    text-align: center;
    /* padding-top: 16%; */
    position: absolute;
    top: 40%;
    left: 0;
}

.breadcrumbs-area-two h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.breadcrumbs-area-two h3 {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
}

.breadcrumbs-area h2 {
    font-size: 48px;
    color: #fff;
    font-weight: 600;
}

.breadcrumbs-color {
    padding: 1% 43%;
}
.breadcrumbs-color p {
    color: #fff;
}

.bread-text {
    font-size: 16px;
    color: #fff;
    font-weight: 500;
    border: 2px solid #fff;
    padding: 6% 0%;
    border-radius: 10px;
}

.bread-text a {
    text-decoration: none;
    color: #fff;
}

.bread-text a:hover {
    text-decoration: none;
    color: #cc161e;
}

.breadcrumb-gradient {
    min-height: 100%;
    background: linear-gradient(-45deg, #0a6de1, #57ba6a, #0a6de1, #57ba6a);
    background-size: 400% 400%;
    animation: gradientMove 10s ease infinite;
    position: relative;
    overflow: hidden;
    color: #fff;
}

/* gradient animation */
@keyframes gradientMove {
    0% {
        background-position: 0% 50%;
    }

    50% {
        background-position: 100% 50%;
    }

    100% {
        background-position: 0% 50%;
    }
}

/* floating glow effect */
.breadcrumb-gradient::before {
    content: "";
    position: absolute;
    width: 500px;
    height: 500px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.25), transparent 70%);
    top: -150px;
    left: -150px;
    animation: glowMove 12s linear infinite;
}

/* second glow */
.breadcrumb-gradient::after {
    content: "";
    position: absolute;
    width: 400px;
    height: 400px;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.2), transparent 70%);
    bottom: -150px;
    right: -150px;
    animation: glowMove2 10s linear infinite;
}

@keyframes glowMove {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(250px, 150px);
    }

    100% {
        transform: translate(0, 0);
    }
}

@keyframes glowMove2 {
    0% {
        transform: translate(0, 0);
    }

    50% {
        transform: translate(-200px, -120px);
    }

    100% {
        transform: translate(0, 0);
    }
}

/* about-banner-section-end */

/* about-us-section-start */
.about-main-area {
    width: 100%;
    float: left;
    text-align: center;
    padding: 40px 0px;
}

.about-main-left {
    width: 65%;
    box-shadow: 0px 0px 15px #00000053;
    overflow: hidden;
    border-radius: 8px;
    padding: 10px;
    margin-left: 20%;
}

.about-main-right {
    width: 100%;
    text-align: left;
    padding: 1% 4%;
}

.about-main-right h2 {
    font-size: 34px;
    color: #d94351;
    font-weight: 600;
    margin-bottom: 20px;
}

.about-main-right p {
    font-size: 14px;
    color: #111;
    font-weight: 400;
    margin-bottom: 20px;
    letter-spacing: 0.5px;
}

/* about-us-section-start */

/* gallery-section-start */


.gallery-section {
    padding: 80px 0;
    width: 100%;
    float: left;
}

.gallery-header h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0a6de1;
}

.gallery-title p {
    color: #111;
}

/* Gallery Card */

.gallery-card {
    position: relative;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

.gallery-card img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: .5s;
}

/* Overlay */

.gallery-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: .4s;
}

.gallery-overlay i {
    color: #fff;
    font-size: 30px;
    background: #f0b400;
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

/* Hover Effects */

.gallery-card:hover img {
    transform: scale(1.1);
}

.gallery-card:hover .gallery-overlay {
    opacity: 1;
}

/* gallery-section-end */

/* contact-section-start */

.contact-section {
    padding: 80px 0;
    width: 100%;
    float: left;
}

.contact-header h2 {
    font-size: 36px;
    color: #0a6de1;
    font-weight: 700;
}

.contact-header p {
    color: #666;
    margin-bottom: 40px;
}

/* contact card */

.contact-card {
    background: #fff;
    padding: 25px 20px;
    text-align: center;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgb(0 0 0 / 26%);
    transition: 0.4s;
    min-height: 160px;
}

.contact-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.contact-icon {
    width: 50px;
    height: 50px;
    margin: auto;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a6de1, #57ba6a);
    color: #fff;
    font-size: 20px;
}

.contact-card h5 {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 8px;
    color: #000;
}

.contact-card p {
    font-size: 14px;
    color: #111;
    font-weight: 500;
    margin: 0;
}

/* map */

.contact-map {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}

@media(max-width:768px) {

    .contact-header h2 {
        font-size: 28px;
    }

    .contact-map iframe {
        height: 300px;
    }

}

/* contact-section-end */

/* registration-css-start */

.vendor-register-section {
    padding: 60px 0;
    background: linear-gradient(135deg, #0a6de1, #57ba6a);
}

.vendor-register-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.vendor-register-box h3 {
    font-weight: 600;
    font-size: 30px;
    color: #0a6de1;
}

.vendor-register-btn {
    background: #0e8edd;
    color: #fff;
    height: 45px;
    font-weight: 600;
    border: none;
}

.vendor-register-btn a {
    color: #fff;
    font-weight: 600;
    text-decoration: none;
}

.vendor-register-btn:hover {
    background: #0a6dc2;
    color: #fff;
}

.vendor-text-colour {
    text-decoration: none;
    color: #000;
}

.vendor-text-colour .color-vendor-text a {
    text-decoration: none;
    color: #000;
}

.vendor-text-colour .color-vendor-text span a {
    text-decoration: none;
    color: #0a6dc2;
}




/* registration-css-end */

/* vendor-login-css-start */

.vendor-login-section {
    padding: 80px 0;
    background: linear-gradient(135deg, #0a6de1, #57ba6a);
}

.vendor-login-box {
    background: #fff;
    padding: 25px;
    border-radius: 10px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.vendor-login-box h3 {
    font-weight: 600;
    font-size: 30px;
    color: #0a6de1;
    margin-top: 20px;
}

.vendor-login-btn {
    background: #0e8edd !important;
    color: #fff !important;
    height: 45px;
    font-weight: 600;
    border: none;
}

.vendor-login-btn:hover {
    background: #0a6dc2;
    color: #fff;
}

.login-logo {
    text-align: center;
}

.login-logo img {
    width: 30%;
    margin: auto;
    box-shadow: 0px 0px 15px #0000001a;
    margin-bottom: 10px;
}

/* vendor-login-css-end */

/* sos-css-start */

.sos-section {
    /* padding: 140px 0; */
    background: #f3f4ff;
    height: 100vh;
    align-items: center;
    display: flex;
}

.sos-box {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
}

.sos-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.sos-box i {
    font-size: 30px;
    color: #dc3545;
    margin-bottom: 10px;
}

.sos-box h6 {
    margin-bottom: 10px;
    font-weight: 600;
}

.sos-btn {
    background: #dc3545;
    color: #fff;
    padding: 5px 15px;
    font-size: 14px !important;
    font-weight: 700 !important;
}

.sos-btn:hover {
    background: #bb2d3b;
    color: #fff;
}

/* sos-css-end */


/* login-section-start */


/* LOGIN CARD */
.login-area {
    height: 100vh;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(135deg, #0a6de1, #57ba6a);
}



.login-card {
    background: white;
    padding: 40px;
    border-radius: 12px;
    width: 100%;
    max-width: 400px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
    transition: 0.4s;

}

.login-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.25);
}

/* TITLE */
.login-title {
    text-align: center;
    font-weight: 700;
    color: #0a6de1;
    margin-bottom: 25px;
    font-size: 24px;
}

/* INPUT */
.form-control {
    height: 45px;
    border-radius: 8px;
}

label {
    display: inline-block;
    font-size: 16px;
    color: #000;
}

/* BUTTON */
.login-btn-format {
    background: linear-gradient(90deg, #0a6de1, #57ba6a);
    border: none;
    height: 45px;
    font-weight: 600;
    transition: 0.3s;
}

.login-btn-format:hover {
    transform: scale(1.05);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* EXTRA LINKS */
.extra-link {
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
    color: #000;
}

.extra-link a {
    color: #0a6de1;
    text-decoration: none;
    font-weight: 500;
}

.extra-link a:hover {
    text-decoration: underline;
}

.forget a {
    color: #0a6de1;
    text-decoration: none;
    font-weight: 500;
    font-size: 14px;
}

/* login-section-end */

/* rent-view-section-start */


.rent-section {
    padding: 80px 0;
    width: 100%;
    float: left;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #0a6de1;
}

.section-title p {
    color: #111;
    font-size: 14px;
    font-weight: 500;
}

/* RENT CARD */

.rent-card {
    background: #fff;
    padding: 25px 15px;
    text-align: center;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgb(0 0 0 / 14%);
    transition: 0.4s;
    height: 100%;
}

.rent-card:hover {
    transform: translateY(-8px) scale(1.03);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
}

/* ICON */

.rent-icon {
    width: 70px;
    height: 70px;
    line-height: 70px;
    margin: auto;
    border-radius: 50%;
    background: linear-gradient(135deg, #0a6de1, #57ba6a);
    color: #fff;
    font-size: 26px;
    margin-bottom: 15px;
    transition: 0.4s;
}

.rent-card:hover .rent-icon {
    transform: rotate(360deg);
}

.rent-card h5 {
    font-size: 18px;
    font-weight: 600;
    color: #000;
    margin-bottom: 8px;
}

.rent-card p {
    font-size: 13px;
    color: #111;
    font-weight: 400;
}



/* rent-view-section-end */



/* Preloader Background */
#preloader {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: linear-gradient(135deg, #0F172A, #1E293B);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    transition: opacity 1s ease, visibility 1s ease;
}

/* Wrapper */
.loader-wrapper {
    text-align: center;
    position: relative;
}

/* Logo Text */
.loader-logo {
    color: #FFFFFF;
    font-size: 40px;
    font-weight: 800;
    letter-spacing: 4px;
    margin-bottom: 30px;
    text-transform: uppercase;
    animation: glowText 2s ease-in-out infinite alternate, pulseText 2.5s ease-in-out infinite;
}

/* Glowing Text Animation */
@keyframes glowText {
    0% {
        text-shadow: 0 0 10px #6C63FF, 0 0 20px #6C63FF, 0 0 30px #6C63FF;
    }

    50% {
        text-shadow: 0 0 20px #00E0FF, 0 0 40px #00E0FF, 0 0 60px #00E0FF;
    }

    100% {
        text-shadow: 0 0 15px #FF5F6D, 0 0 30px #FF5F6D, 0 0 45px #FF5F6D;
    }
}

/* Pulse Effect */
@keyframes pulseText {

    0%,
    100% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.05);
    }
}

/* Rotating Star Ring */
.star-ring {
    width: 100px;
    height: 100px;
    border: 4px solid transparent;
    border-top: 4px solid #6C63FF;
    border-right: 4px solid #00E0FF;
    border-bottom: 4px solid #FF5F6D;
    border-left: 4px solid #FF9F1C;
    border-radius: 50%;
    margin: auto;
    animation: rotateRing 1.8s linear infinite, ringGlow 2s ease-in-out infinite alternate;
}

/* Rotation Animation */
@keyframes rotateRing {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Glow effect for the ring */
@keyframes ringGlow {
    0% {
        box-shadow: 0 0 10px #6C63FF, 0 0 20px #00E0FF;
    }

    50% {
        box-shadow: 0 0 20px #FF5F6D, 0 0 40px #FF9F1C;
    }

    100% {
        box-shadow: 0 0 15px #6C63FF, 0 0 30px #00E0FF;
    }
}

/* Hide Effect */
#preloader.hide {
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease, visibility 0.5s ease;
}




/* ===== WhatsApp Floating Button ===== */
.whatsapp-float {
    position: fixed;
    right: 25px;
    /* slightly off-screen */
    bottom: 90px;
    /* ABOVE back-to-top button */
    width: 52px;
    height: 52px;
    background: linear-gradient(135deg, #25D366, #1EBE5D);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    font-size: 26px;
    text-decoration: none;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.35);
    z-index: 9998;
    /* below top button if needed */
    transition: all 0.3s ease;
}

/* Hover Effect */
.whatsapp-float:hover {
    /* slide fully into view */
    transform: scale(1.08);
    color: #FFFFFF;
}



/* top_to_bottam-css-start */

#scroll {
    position: fixed;
    right: 24px;
    bottom: 20px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background-color: #d94351;
    text-indent: -9999px;
    display: none;
    -webkit-border-radius: 60px;
    -moz-border-radius: 60px;
    border-radius: 60px;
    z-index: 9999;
}

#scroll span {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -8px;
    margin-top: -12px;
    height: 0;
    width: 0;
    border: 8px solid transparent;
    border-bottom-color: #ffffff;
}

#scroll:hover {
    background-color: #57ba6a;
    opacity: 1;
    filter: "alpha(opacity=100)";
    -ms-filter: "alpha(opacity=100)";
}

/* top_to_bottam-css-end */




@media (max-width: 576px) {
    .category-card {
        background: #f5f5f5;
        padding: 10px;
        border-radius: 12px;
        transition: 0.4s;
        height: 100%;
    }

    .free-book-text {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9%;
        flex-direction: column;
        margin-top: 10%;
        text-align: center;
    }

    .breadcrumbs-area h2 {
        font-size: 34px;
    }

    .breadcrumbs-color {
        padding: 1% 28%;
    }

    #scroll {
        right: 22px;
        bottom: 16px;
        z-index: 99999;
    }

}

/* Small Devices (≥576px and <768px) */
@media (min-width: 576px) and (max-width: 767.98px) {

    .free-book-text {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9%;
        flex-direction: column;
        margin-top: 10%;
        text-align: center;
    }


    .breadcrumbs-area h2 {
        font-size: 34px;
    }

    .breadcrumbs-color {
        padding: 1% 24%;
    }

    #scroll {
        right: 23px;
        bottom: 10px;
        z-index: 9999;
    }

}

/* Medium Devices (≥768px and <992px) */
@media (min-width: 768px) and (max-width: 991.98px) {

    .free-book-text {
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 9%;
        flex-direction: column;
        margin-top: 10%;
        text-align: center;
    }

    .breadcrumbs-area h2 {
        font-size: 34px;
    }

    .breadcrumbs-color {
        padding: 1% 35%;
    }

    #scroll {
        right: 23px;
        bottom: 10px;
        z-index: 9999;
    }
}

/* Large Devices (≥992px and <1200px) */
@media (min-width: 992px) and (max-width: 1199.98px) {



    #scroll {
        right: 23px;
        bottom: 10px;
        z-index: 9999;
    }


}

/* Extra Large Devices (≥1200px) */
@media (min-width: 1200px) {}

/* SIDEBAR */
.sidebar {
    width: 250px;
    height: 100vh;
    background: linear-gradient(180deg, #0d6efd, #0a58ca);
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    padding: 20px;
    transition: 0.3s;
    overflow-y: auto;
}

/* LOGO */
.admin-tab-logo {
    display: block;
    text-align: center;
    margin-bottom: 20px;
}

.admin-tab-logo img {
    width: 120px;
    border-radius: 12px;
}

/* TITLE */
.sidebar h3 {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
}

/* LINKS */
.sidebar a {
    display: block;
    color: #fff;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 8px;
    margin-bottom: 5px;
    transition: 0.3s;
}

.sidebar a:hover {
    background: rgba(255, 255, 255, 0.2);
}

/* DROPDOWN */
.dropdown-content {
    display: none;
    padding-left: 10px;
}

.dropdown-content a {
    font-size: 14px;
    background: rgba(255, 255, 255, 0.1);
}

/* ACTIVE DROPDOWN */
.dropdown.active .dropdown-content {
    display: block;
}

/* MOBILE TOGGLE BUTTON */
.menu-toggle {
    display: none;
    position: fixed;
    top: 15px;
    left: 15px;
    background: #0d6efd;
    color: #fff;
    border: none;
    padding: 10px 12px;
    border-radius: 6px;
    z-index: 1000;
}

/* RESPONSIVE */
@media (max-width: 768px) {

    .sidebar {
        left: -250px;
    }

    .sidebar.active {
        left: 0;
    }

    .menu-toggle {
        display: block;
    }
}

/* Dashboard */

/* MAIN */
.main-content {
    padding: 20px;
}

/* MENU BUTTON */
.menu-toggle {
    background: #4e73df;
    color: #fff;
    border: none;
    padding: 10px 14px;
    border-radius: 10px;
    margin-bottom: 15px;
    cursor: pointer;
}

/* HEADINGS */
h3 {
    font-weight: 600;
    margin-bottom: 5px;
}

p {
    color: #777;
}

/* DASHBOARD CARDS */
.dashboard-box {
    border-radius: 15px;
    color: #fff;
    border: none;
    transition: 0.3s;
    box-shadow: 0 10px 25px rgba(0,0,0,0.08);
}

/* CARD COLORS */
.col-md-3:nth-child(1) .dashboard-box {
    background: linear-gradient(45deg, #6a5af9, #8f7afe);
}
.col-md-3:nth-child(2) .dashboard-box {
    background: linear-gradient(45deg, #ff5c5c, #ff7b7b);
}
.col-md-3:nth-child(3) .dashboard-box {
    background: linear-gradient(45deg, #ffa534, #ffbe5c);
}
.col-md-3:nth-child(4) .dashboard-box {
    background: linear-gradient(45deg, #2d9cdb, #56ccf2);
}

/* HOVER EFFECT */
.dashboard-box:hover {
    transform: translateY(-8px) scale(1.02);
}
.dashboard-box h5 {
    color: #fff;
}
.dashboard-box h2 {
    color: #fff;
}

/* TABLE CARD */
.dashboard-table {
    background: #fff;
    border-radius: 15px;
    padding: 15px;
    border: none;
    box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

/* HEADER */
.dashboard-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

/* BUTTONS */
.add-btn {
    background: #4e73df;
    color: #fff;
    padding: 7px 14px;
    border-radius: 8px;
    text-decoration: none;
    border: none;
}

.edit-btn {
    background: #36b9cc;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
}

.delete-btn {
    background: #e74a3b;
    color: #fff;
    border: none;
    padding: 6px 10px;
    border-radius: 6px;
}

/* TABLE */
.table {
    width: 100%;
    border-collapse: collapse;
}

.table th {
    background: #f4f6fb;
    font-weight: 500;
}

.table td, .table th {
    padding: 10px;
}

.table tr:hover {
    background: #f9fbff;
}

/* FORM */
.form-control {
    border-radius: 8px;
    border: 1px solid #ddd;
    padding: 10px;
}

/* ANIMATION */
.tab-box {
    animation: fadeIn 0.4s ease;
    margin-left: 250px;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}
.tab-box h3 {
    color: #0a58ca;
    font-weight: 600;
    font-size: 40px;
}
.tab-box p {
    color: #000;
}
/* RESPONSIVE */
@media (max-width: 992px) {

    .col-md-3 {
        width: 50%;
    }
}

@media (max-width: 600px) {

    .col-md-3 {
        width: 100%;
    }

    .dashboard-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }

    .table {
        font-size: 13px;
    }
}

/* add -category */
/* MAIN CONTENT WITH SIDEBAR SPACE */
.category_content {
    margin-left: 240px; /* sidebar width */
    padding: 30px;
    background: #eef2f7;
    min-height: 100vh;
}

/* CARD DESIGN */
.category-card {
    background: #fff;
    padding: 25px;
    border-radius: 15px;
    box-shadow: 0 10px 25px rgba(78, 115, 223, 0.55);
    animation: fadeIn 0.4s ease;
    margin-top: 32px;
}

.category-card h3 {
    margin-bottom: 5px;
    font-weight: 600;
}

.category-card p {
    color: #000000;
    margin-bottom: 20px;
}

/* FORM */
.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 6px;
    font-size: 14px;
}

.form-group input {
    width: 100%;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #ddd;
    margin-bottom: 15px;
}

/* BUTTON */
.add-btn {
    background: linear-gradient(45deg, #4e73df, #224abe);
    color: #fff;
    border: none;
    padding: 10px 18px;
    border-radius: 8px;
    cursor: pointer;
    transition: 0.3s;
}

.add-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
}

/* ANIMATION */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(15px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* RESPONSIVE */
@media (max-width: 992px) {
    .category_content {
        margin-left: 0;
        padding: 20px;
    }

    .category-card {
        max-width: 100%;
    }
}

/* category-list */
/* CATEGORY LIST */
.category-list {
    margin-left: 250px;
    padding: 20px;
    margin-top: 30px;
}
.category-list h3 {
    color: #0a58ca;
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 20px;
}

/* GRID */
.category-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* CARD */
.category-item {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(78,115,223,0.15);
    transition: 0.3s;
}

.category-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(78,115,223,0.25);
}

/* ICON */
.category-item img {
    width: 50px;
    margin-bottom: 10px;
}

/* TITLE */
.category-item h5 {
    margin-bottom: 10px;
    font-size: 16px;
    font-weight: 600;
}

/* ACTION BUTTONS */
.cat-actions {
    display: flex;
    justify-content: center;
    gap: 10px;
}

/* RESPONSIVE */
@media(max-width: 992px) {
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-list {
        margin-left: 0;
    }
}

@media(max-width: 600px) {
    .category-grid {
        grid-template-columns: 1fr;
    }
}

/* all sub category */

/* CATEGORY BLOCK */
.category-block {
    background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-bottom: 20px;
    box-shadow: 0 10px 25px rgba(78,115,223,0.12);
}

/* HEADER */
.category-header {
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    padding-bottom: 8px;
}

.category-header h4 {
    margin: 0;
    color: #4e73df;
}

/* SUBCATEGORY GRID */
.subcategory-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
}

/* SUBCATEGORY CARD */
.subcategory-item {
    background: #f8f9ff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    transition: 0.3s;
    box-shadow: 0 5px 15px rgba(78,115,223,0.08);
}

.subcategory-item:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(78,115,223,0.18);
}

.subcategory-item h6 {
    margin-bottom: 10px;
}

/* ACTION BUTTONS */
.cat-actions {
    display: flex;
    justify-content: center;
    gap: 8px;
}

/* RESPONSIVE */
@media(max-width: 992px) {
    .subcategory-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .category-list {
        margin-left: 0;
    }
}

@media(max-width: 600px) {
    .subcategory-grid {
        grid-template-columns: 1fr;
    }
}