* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    font-family: 'Anek Bangla', sans-serif;
    /* font-family: 'Siyam Rupali', sans-serif; */
}

.hero-section {
    position: relative;
}

.hero-section .icon {
    pointer-events: none;
    opacity: 0.7;
    transition: transform 0.1s ease;
}

.hero-section .icon01 {
    position: absolute;
    top: 28%;
    right: 25%;
}

.hero-section .icon02 {
    position: absolute;
    top: 58%;
    right: 15%;
}

.hero-section .icon03 {
    position: absolute;
    top: 50%;
    left: 20%;
    z-index: 10;
}

.hero-section .icon04 {
    position: absolute;
    top: 27%;
    left: 48%;
}

.hero-section .icon05 {
    position: absolute;
    top: 55%;
    left: 6%;
}

.hero-section .icon9 {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 180px;
}

.hero-section .icon10 {
    position: absolute;
    top: 12%;
    left: 0%;
    /* width: 180px; */
}

.hero-section .icon11 {
    position: absolute;
    bottom: 2%;
    left: 0;
}


section.categories .card {
    transition: transform 0.3s ease;
    cursor: pointer;
}

section.categories .card:hover {
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3) !important;
    transform: translateY(-5px);
}