.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;
}

.giveaway-banner {
    background: linear-gradient(135deg, #f4f9ff, #eef7ff);
    padding: 50px 0;
    border-top: 4px solid #81c784;
}

.giveaway-img {
    max-width: 220px;
    animation: float 3s ease-in-out infinite;
}

@keyframes float {
    0% {
        transform: translateY(0);
    }
    50% {
        transform: translateY(-6px);
    }
    100% {
        transform: translateY(0);
    }
}

.giveaway-text {
    font-size: 22px;
    font-weight: 600;
    color: #6bb6e5;
    line-height: 1.5;
    padding: 0px 56px;
    text-align: center;
}

.giveaway-btn {
    background: linear-gradient(45deg, #ff2fb0, #ff6f61);
    color: #fff;
    border-radius: 10px;
    padding: 12px 28px;
    font-weight: 600;
    border: none;
    transition: 0.3s ease;
}

.giveaway-btn:hover {
    background: linear-gradient(45deg, #ff6f61, #ff2fb0);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(255, 47, 176, 0.35);
}

/* faq section css start form here */
.why-choose-one .faq_box {
    margin: auto;
    background: #f6fbff;
}

.why-choose-one .faq-item {
    background: #fff;
    border-radius: 10px;
    margin-bottom: 18px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    overflow: hidden;
    border-left: 4px solid #0d6efd;
}

.why-choose-one .faq-question {
    padding: 20px 25px;
    font-size: 15px;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
    color: #1a2b55;
}

.why-choose-one .faq-question .icon {
    font-size: 15px;
    transition: 0.3s;
}

.why-choose-one .faq-answer {
    padding: 0 25px 22px;
    font-size: 15px;
    color: #555;
    line-height: 1.7;
    display: none; /* only jQuery control */
}

/* Active */
.why-choose-one .faq-item.active .faq-answer {
    font-size: 15px;
    transition: transform 0.25s ease;
}

.why-choose-one .faq-item.active .icon {
    transform: rotate(180deg);
}
