.main-menu__category-icon img {
    width: 40px;
    height: 40px;
}

form.header_search_form {
    position: relative;
}

form.header_search_form .header_one_search_bar input {
    font-size: 13px;
    color: var(--fistudy-gray);
    font-weight: 400;
    height: 46px;
    width: 100%;
    background: var(--fistudy-white);
    /* border: 1px solid var(--fistudy-bdr-color); */
    border: 2px solid #6aa3ef;
    outline: none;
    padding: 0 20px 0;
    padding-right: 133px;
    border-radius: 30px;
}

form.header_search_form button.main-menu__search.icon-search {
    position: absolute;
    right: 4px;
    top: 7px;
    width: 32px;
    height: 32px;
    font-size: 14px;
}

/* Search Option of header by sbd */
.search-result-box {
    position: absolute;
    top: 100%;
    /* input‑এর নিচে */
    left: 0;
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-top: none;
    border-radius: 0 0 4px 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    display: none;
}

.search-result-box a {
    display: block;
    padding: 10px 15px;
    color: #333;
    text-decoration: none;
    border-bottom: 1px solid #f0f0f0;
}

.search-result-box a:hover,
.search-result-box a.active {
    background: #f5f5f5;
}

.search-result-box p {
    padding: 10px;
    margin: 0;
    text-align: center;
    color: #777;
}

/* end Search Option of header by sbd */
.stricky-header.stricked-menu.main-menu.stricky-fixed
    form.header_search_form
    .header_one_search_bar
    input
    input[type="search"] {
    border: 1.55px solid #0010e3 !important;
}

.course-details__img {
    width: 100%;
}

.course-details__img img {
    height: 100%;
    box-shadow: 0px 0px 5px 0px #a99f9f;
}

/* header top modal show css start form here */
#offerModalBar {
    position: relative; /* RELATIVE */
    top: 0;
    left: 0;
    width: 100%;
    background: linear-gradient(135deg, #cfffc5, #4624ffc9);
    z-index: 1;
    padding: 20px 0;
    display: none;
}

.offer-content {
    max-width: 1424px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    padding: 0 15px;
}

.timer-box {
    display: flex;
    gap: 8px;
}

.time {
    background: #5ba930;
    color: #fff;
    padding: 4px 14px;
    text-align: center;
    border-radius: 4px;
    font-weight: bold;
}

.time small {
    display: block;
    font-size: 11px;
}

.offer-text {
    color: #000;
    font-size: 15px;
    line-height: 1.4;
}

.coupon {
    color: #65ff83;
    font-weight: bold;
    text-decoration: underline;
    cursor: pointer;
}

.offer-btn {
    background: #5ba930;
    color: #fff;
    padding: 8px 18px;
    text-decoration: none;
    border-radius: 5px;
    white-space: nowrap;
}

.closeOffer {
    position: absolute;
    right: 15px;
    top: 5px;
    font-size: 22px;
    cursor: pointer;
    color: red;
}

@media (max-width: 768px) {
    .offer-content {
        flex-direction: column;
        text-align: center;
    }
}
/* header top modal show css end form here */

.admission-stats-section {
    background: linear-gradient(135deg, #f8fbff, #eef4ff);
    position: relative;
    overflow: hidden;
}

.admission-stats-section::before {
    content: "";
    position: absolute;
    width: 300px;
    height: 300px;
    background: radial-gradient(circle, #4f9cff, transparent);
    top: -120px;
    left: -120px;
    opacity: 0.15;
}

.admission-stats-section::after {
    content: "";
    position: absolute;
    width: 280px;
    height: 280px;
    background: radial-gradient(circle, #00d2ff, transparent);
    bottom: -120px;
    right: -120px;
    opacity: 0.15;
}

.stat-card {
    background: #ffffff;
    border-radius: 18px;
    padding: 36px 22px;
    border: 1px solid #e5edff;
    transition: 0.3s ease;
    height: 100%;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.06);
}

.stat-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 20px 40px rgba(79, 156, 255, 0.25);
}

.stat-number {
    font-size: 40px;
    font-weight: 800;
    color: #4f9cff;
    margin-bottom: 10px;
}

.stat-card p {
    font-size: 18px;
    color: #333;
    margin: 0;
}

/* for modal zoom in css */
.modal.fade .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(.5);transform: translate(0,0)scale(.5);}
.modal.show .modal-dialog.modal-dialog-zoom {-webkit-transform: translate(0,0)scale(1);transform: translate(0,0)scale(1);}
/* for modal zoom in css */


