.blog-text h3 {
    text-align: start;
    font-size: 14px !important;
    margin-bottom: 10px;
}

.technology-sec .section-subtitle:last-child {
    padding-block-end: 0;
}

.discover-sec .cmmn-img-card-logo a {
    width: 60px;
    height: 60px;
    display: inline-block;
}

.discover-sec .cmmn-img-card-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* banner-custom-slider */
#customSliderExamMenu {
    height: fit-content;
    position: relative;
    overflow: hidden;
    padding-inline: 32px;
}

#customSliderExamMenu .slider-item {
    height: 100%;
    overflow: auto;
    white-space: nowrap;
}

#customSliderExamMenu .slider-item a {
    width: fit-content;
    display: inline-block;
    color: #333;
    position: relative;
    /* height: 100%; */
}

#customSliderExamMenu .slider-item a:hover .item {
    color: #3c04d4 !important;
    background-color: #e9e9e9;
    text-decoration: none;
}

.over-slider-menu-sticky.is-sticky #customSliderExamMenu .slider-item a:hover .item {
    background-color: transparent;
    color: #ad8fff !important
}

#customSliderExamMenu .slider-item a:hover .select-item .form-select {
    color: #3c04d4 !important;
}

#customSliderExamMenu .slider-item::-webkit-scrollbar {
    display: none;
}

#customSliderExamMenu .slider-item .item {
    width: fit-content !important;
    font-size: 12px;
    font-weight: 500;
    color: #3a3a3a;
    text-align: center;
    text-decoration: none;
    padding: 12px 25px;
    background: transparent;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.over-slider-menu-sticky.is-sticky #customSliderExamMenu .slider-item .item {
    color: #fff !important;
    font-size: 12px;
}

#customSliderExamMenu .slider-item a span {
    width: 1px;
    height: 30px;
    background: #e9e9e9;
    display: inline-block;
    position: absolute;
    top: 50%;
    bottom: 50%;
    transform: translateY(-50%);
    right: 0;
}

#customSliderExamMenu .slider-item .item:hover {
    color: #3c04d4;
    background-color: #e9e9e9;
}

.over-slider-menu-sticky.is-sticky #customSliderExamMenu .slider-item .item:hover {
    background-color: transparent;
    color: #ad8fff !important
}

#customSliderExamMenu .slider-item .active div,
#customSliderExamMenu .slider-item .active .form-select {
    color: #3c04d4 !important;
}

.over-slider-menu-sticky.is-sticky #customSliderExamMenu .slider-item .active div,
.over-slider-menu-sticky.is-sticky #customSliderExamMenu .slider-item .active .form-select {
    background-color: transparent;
    color: #ad8fff !important
}

#customSliderExamMenu .slider-item .selectItemBx,
#customSliderExamMenu .slider-item .selectItemB .select-item {
    padding-block: 0;
    padding-inline-start: 0;
    padding-inline-end: 16px;
    cursor: pointer;
}

#customSliderExamMenu .slider-item .selectItemBx .form-select {
    width: 100%;
    font-size: 12px;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background-image: url('data:image/svg+xml;charset=US-ASCII,<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" fill="%23666" class="bi bi-chevron-down" viewBox="0 0 16 16"><path fill-rule="evenodd" d="M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z"/></svg>'); */
    background-repeat: no-repeat;
    background-position: right center;
    background-size: 12px;
    border: 0;
    padding: 12px 20px;
    background-color: transparent;
}

.over-slider-menu-sticky.is-sticky {
    position: fixed;
    top: 70px;
    width: 100%;
    z-index: 100;
    background: #022c57;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.over-slider-menu-sticky.is-sticky .item {
    font-size: 12px;
    color: #fff;
    padding: 8px 20px;
    transition: all 0.3s ease-in-out;
}

.over-slider-menu-sticky.is-sticky .item span {
    height: 20px;
}

.over-slider-menu-sticky.is-sticky .item:hover {
    color: #fff;
    background-color: #2b4765;
}

.over-slider-menu-sticky {
    /* transition: all 0.3s ease-in-out; */
    transition: 0.6s;
}
#customSliderExamMenu .pointer {
    height: 42px;
    width: 30px;
    display: flex;
    align-items: center;
    text-align: center;
    position: absolute;
    top: 0;
    z-index: 1;
}

#customSliderExamMenu .pointer i {
    font-size: 14px;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    padding: 0;
    background: #6C37FF;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

#customSliderExamMenu .pointer i:hover {
    background: #6C37FF;
    color: #fff;
}

#customSliderExamMenu .left-pointer {
    left: 0;
}

#customSliderExamMenu .right-pointer {
    right: 0;
}

#customSliderExamMenu .dis i {
    color: #ccc;
    background: #fff;
}

#customSliderExamMenu .slider-item .selectItemBx .form-select:focus {
    box-shadow: none;
}

.item.selected {
    background-color: #07a15c !important;
    /* light green background */
}

.over-slider-menu-sticky.is-sticky .item .form-select {
    color: #fff;
    filter: brightness(0) invert(1);
}




.navbar-menu .nav-links {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 0;
    padding-inline-start: 0;
}

.navbar-menu {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.search-box {
    max-width: 500px;
    min-height: 32px !important;
    border-radius: 60px !important;
}

.home-header-sec .topbar {
    width: 100%;
    padding: 13px 36px;
    border-block-end: 1px solid #022c571a;
    background: #fff;
}

.home-header-sec .home-logo-img {
    width: 180px;
}

.home-header-sec .home-logo-img img {
    width: 100%;
}

.home-header-sec .search-bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    padding: 6px 50px;
}

.home-header-sec .btn-free {
    border: 1px solid #e4ad47;
    text-decoration: none;
}

.home-header-sec .btn-login {
    width: fit-content;
    min-width: fit-content;
    background: #022c57;
    color: #fff;
    border: none;
    width: fit-content;
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 30px;
    padding: 5px 20px 5px 5px;
    font-size: 12px;
    font-weight: 600;
}

.home-header-sec .btn-login span {
    background: #FFF !important;
}

.home-header-sec .btn-login span img {
    filter: inherit;
}

.home-header-sec .course-menu {
    width: 100%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 6px 36px;
    background: #f7f7f7;
}

.home-header-sec .course-menu-item {
    text-decoration: none;
    position: relative;
    cursor: pointer;
    padding: 0 10px;
    font-size: 11px;
    color: #000;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.overview-header-logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
}

.overview-header-logo .search-box {
    min-height: 34px;
    min-width: 300px;
    border-radius: 50px;
}

.overview-header-logo .search-box input::placeholder {
    font-size: 12px;
    line-height: 16px;
}

.overview-header .course-menu-item {
    font-size: 13px;
}

.overview-header .course-menu-item::after {
    background: #ffffff;
    opacity: 1;
}

.overview-header .course-menu-item:hover,
.overview-header .course-menu-item.active {
    font-weight: 600;
    color: #19e358;
}

.overview-header .course-menu .highlight-menu {
    background: #ffffff;
    background: linear-gradient(260deg, rgba(255, 255, 255, 1) 0%, rgb(168, 255, 195) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* For Firefox */
    background-clip: text;
    color: transparent;
    font-weight: 800;
}

.overview-header .course-menu .accordion-button:focus {
    box-shadow: none;
}

.overview-header .course-menu .accordion-button:not(.collapsed) {
    background: linear-gradient(260deg, rgba(255, 255, 255, 1) 0%, rgb(168, 255, 195) 100%);
}

.overview-header .course-menu .dropdown-menu {
    min-width: 385px;
    max-height: 290px;
    top: 40px;
    right: 0;
    padding: 10px;
}

.overview-header .course-menu .dropdown-menu .dropdown-card {
    font-size: 12px;
}

.home-overview-header .course-menu .accordion-button:not(.collapsed) {
    background: linear-gradient(260deg, rgba(255, 255, 255, 1) 0%, rgb(168, 255, 195) 100%);
}

.home-overview-header .course-menu .accordion-button:focus {
    box-shadow: none;
}

.home-overview-header .topbar {
    width: 100%;
    padding: 4px 36px;
    border-block-end: 1px solid #022c571a;
    background: #fff;
}

.home-overview-header .mob-header .logo-img {
    width: 130px;
    z-index: 1001;
}

.course-banner-sec {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
    background: linear-gradient(1deg, rgba(255, 255, 255, 1) 0%, #0d6efd1a 100%);
}

.course-banner-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding-block: 40px;
}

.over-header {
    display: none;
    width: 100%;
    box-shadow: 0 4px 10px #0000001f;
    background: #f3edff;
    background: linear-gradient(180deg, rgba(243, 237, 255, 1) 0%, rgba(250, 247, 255, 1) 25%, rgba(255, 255, 255, 1) 83%);
}

.over-header-inner {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    padding-block: 10px;
}

.over-header-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: calc(100% - 40%);
    position: relative;
}

.banner-header-content {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: fit-content;
    position: relative;
}

.over-banner-right-content .banner-header-content {
    display: none;
}

.over-right-logo-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 40px;
}

.reg-date {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #afafaf;
    border-radius: 10px;
    padding: 10px 15px;
    /* background: #ffffff00; */
    border-width: 1px;
    border-style: solid;
    /* border-image: linear-gradient(to right, darkblue, darkorchid) 1; */
}

.reg-date span {
    width: 22px;
    height: 22px;
    border-radius: 50%;
    color: #fff;
    background: #6c37ff;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.reg-date span {
    font-size: 10px;
}

.reg-date h3 {
    font-size: 14px;
    font-weight: 700;
    color: #3a3a3a;
    margin-block-end: 0;
}

.reg-date a {
    font-size: 13px;
    font-weight: 700;
    /* color: #3a3a3a; */
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
    color: #37ef75;
    background-image: linear-gradient(45deg, #37ef75, #7e9cbd 50%, #594bd3 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    display: inline-block;
}

.over-img {
    width: 60px;
    height: 60px;
}

.over-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.over-bread {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 4px;
    width: calc(100% - 50px);
}

.over-bread-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
}

.over-bread-logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.over-bread-logo-bx {
    display: flex;
    flex-direction: column;
    gap: 6px;
    width: calc(100% - 60px);
}

.icon-box-content {
    margin-block-start: 20px;
    margin-inline-start: 60px;
}

.rating-img {
    display: none;
}

.head-home-icon {
    width: 10px;
    height: 10px;
    display: flex;
}

.head-home-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bread-menu {
    font-size: 11px;
    font-weight: 500;
    text-decoration: none;
    color: #3a3a3abf;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
}

.active-bread,
.active-bread i {
    color: #6C37FF !important;
}

.bread-menu i {
    font-size: 10px;
}

.head-home-icon span {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #6C37FF;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    padding: 6px;
}

.head-home-icon span img {
    width: 100%;
    height: 100%;
    filter: invert(1)
}

.over-header-btn {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 16px;
}

.over-header-btn .greenBtn,
.over-header-btn .violetBtn {
    font-size: 14px;
    font-weight: 600;
    color: #fff !important;
    background: #00AD33;
    padding: 10px 30px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
    min-width: fit-content;
}

.over-header-btn .greenBtn:hover {
    color: #000;
    background: #00eb47;
}

.over-header-btn .wpBtn {
    background: transparent;
    min-width: fit-content;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border-radius: 10px;
    overflow: hidden;
}

.over-header-btn .wpBtn img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.over-header-btn .violetBtn {
    background: #6C37FF;
    transition: all 0.3s ease-in-out;
}

.over-header-btn .violetBtn:hover {
    background: #3c04d4;
}

.over-nav-sticky.is-sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
    background-color: #fff;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
    display: block;

}

.over-nav-sticky {
    transition: top 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
}

.over-nav-sticky.is-sticky .over-img {
    width: 50px;
    height: 50px;
}

.over-nav-sticky.is-sticky .rating-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.over-nav-sticky.is-sticky .rating-img span {
    width: 100px;
    display: flex;
    align-items: center;
}

.over-nav-sticky.is-sticky .over-bread h2 {
    font-size: 20px;
}

.over-nav-sticky.is-sticky .offer-title {
    display: block;
}

.over-nav-sticky.is-sticky .over-header-btn .greenBtn,
.over-nav-sticky.is-sticky .over-header-btn .violetBtn {
    font-size: 12px;
    padding: 10px 20px;
}

.over-nav-sticky.is-sticky .over-bread-inner {
    display: none;
}

/* banner */
.over-banner-sec {
    width: 100%;
    padding-block: 30px;
}

.over-banner-inner {
    width: 100%;
}

.over-banner .item {
    width: 100%;
    height: 400px;
}

.over-banner .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.over-banner .owl-nav button.owl-prev,
.over-banner .owl-nav button.owl-next {
    background: #333;
    color: #fff;
    border: none;
    padding: 10px;
    margin: 5px;
    font-size: 18px;
}

.over-banner .owl-nav button.owl-prev span,
.over-banner .owl-nav button.owl-next span {
    font-size: 40px;
    color: #fff;
}

.over-banner .owl-nav button.owl-prev {
    position: absolute;
    bottom: 0;
    top: 0;
    transform: translateY(-0%);
    left: 0;
}

.over-banner .owl-nav button.owl-next {
    position: absolute;
    bottom: 0;
    top: 0;
    transform: translateY(-0%);
    right: 0;
}

.over-banner-right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    width: 100%;
    height: 100%;
}

.over-banner-right-gallery {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 15px;
    position: relative;
}

.over-banner-right-gallery::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #ffffff;
    background: linear-gradient(180deg, rgb(255 255 255 / 16%) 0%, rgba(71, 71, 71, 0.6) 82%, rgb(0 0 0 / 66%) 100%);
}

.over-banner-right-gallery .view-gallery-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.view-gallery-btn {
    background-color: #ff3d2f;
    color: white !important;
    border: none;
    padding: 8px 10px;
    font-size: 12px;
    line-height: 14px;
    border-radius: 6px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.view-gallery-btn:hover {
    background-color: #cf1103;
}

.over-banner-right-img {
    width: 100%;
    height: 120px;
}

.over-banner-right-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.over-banner-right-item {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    width: 100%;
}

.over-right-item-img {
    width: 50%;
    height: 90px;
}

.over-right-item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.over-banner-right-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    height: 100%;
}

.rating {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
    width: 100%;
}

.rank-title {
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #3a3a3a;
}

.rating .rating-img {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 10px;
    width: 100%;
}

.rating-img p {
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    color: #3a3a3abf;
    width: 100%;
    margin-block-end: 0;
}

.rating .rating-img span {
    width: 130px;
    height: fit-content;
    display: flex;
}

.rating-img span img {
    width: 100%;
    height: 100%;
}

.rating .border-gray {
    width: 1px;
    height: 20px;
}

.save-icon {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 6px;
    width: 100%;
}

.save-icon span i {
    font-size: 13px;
    color: #3a3a3a73;
    cursor: pointer;
    transition: 0.3s ease-in-out;
}

.save-icon span i:hover {
    color: #022C57;
}

.offer-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 3px;
}

.offer-title {
    font-size: 14px;
    font-weight: 700;
    color: #6C37FF;
    margin-block-end: 0;
}

.offer-content .offer-subtitle {
    font-size: 13px;
    font-weight: 600;
    color: #ff3d2f;
    margin-block-end: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 4px;
}

.offer-content .offer-subtitle span {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #ff3d2f;
    animation: fadeIn 1s infinite alternate;
}

.icon-box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
    gap: 8px;
    padding-block-end: 10px;
}

.icon-box .border-gray {
    width: 1px;
    height: 20px;
}

.icon-box-inner {
    width: fit-content;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 500;
    color: #3a3a3abf;
}

.icon-box-inner span i {
    font-size: 13px;
    color: #6C37FF;
}

.text-para {
    font-size: 14px;
    font-weight: 600;
    color: #022C57;
    margin-block: 0 10px;
}

.talk-box {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 95px;
}

.talk-box-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    position: relative;
}

.talk-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 3px solid #fff;
    overflow: hidden;
}

.talk-img:nth-child(2) {
    position: absolute;
    top: 0;
    left: 40px;
}

.talk-img:nth-child(3) {
    position: absolute;
    top: 0;
    left: 80px;
}

.talk-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lets-btn {
    font-size: 15px;
    line-height: 1;
    font-weight: 600;
    color: #FF3C29;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 10px;
}

.over-right-box {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    width: 100%;
}

.over-right-box-logo {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 15px;
}

.over-right-box-logo-img {
    width: 50px;
    height: 50px;
}

.over-right-box-logo-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.over-right-box-logo-img:last-child {
    width: 20px;
    height: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 6px;
    text-decoration: none;
}

.over-right-box-logo-img:last-child span {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #3a3a3abf;
}

.over-menu {
    width: 100%;
    padding-block: 0;
    background: #f9f9f9;
    box-shadow: 0 4px 10px #00000010;
    margin-block-end: 50px;
}

.over-menu-inner {
    width: 100%;
}

/* blog page */
.main-content {
    width: 100%;
}

.wrapper {
    display: flex;
    justify-content: space-between;
}

.rightbar {
    max-width: 400px;
    width: 100%;
    min-height: 200px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.leftbar {
    width: calc(100% - 400px);
    height: 100%;
    display: flex;
    flex-direction: column;
}

.leftbar,
.rightbar {
    padding: 15px;
}

.update-box {
    margin-block-end: 20px;
    display: flex;
    align-items: flex-start;
    background: #FFF9EF;
    padding: 20px;
    border-radius: 14px;
    gap: 15px;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.06);
    position: relative;
}

.top-icon {
    display: none !important;
    position: absolute;
    top: -20px;
    left: -20px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: rgb(255, 60, 41, 0.11);
    display: flex;
    align-items: center;
    justify-content: center;
}

.top-icon .top-icon-inner {
    width: 35px;
    height: 35px;
    border-radius: 50%;
    background: #FF3C29;
    color: #fff;
    animation: shake 1.5s infinite;
}

.top-icon .top-icon-inner span {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
}

.top-icon .top-icon-inner span i {
    font-size: 16px;
    transform: rotate(330deg);
}

.date-badge {
    display: inline-block;
    background: #E4AD47;
    color: white;
    padding: 5px 12px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 20px;
}

.update-box {
    margin-block-end: 20px;
    display: flex;
    align-items: flex-start;
    background: #FFF9EF;
    padding: 14px 28px;
    border-radius: 14px;
    gap: 15px;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.06);
    position: relative;
}

.update-content {
    width: 100%;
}

.update-content #toggleBtn {
    width: 100%;
    display: inline-block;
    text-align: end;
    font-size: 12px;
    color: #000;
    font-weight: 600;
}

.update-content .section-title {
    margin-block-start: 0 !important;
}

.update-content-noti {
    font-size: 14px;
    color: #3a3a3abf;
    font-weight: 500;
}

.update-content ul {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 8px;
    margin-block-end: 0;
}

.update-content li {
    list-style: disc;
    color: #3a3a3abf;
    font-size: 14px;
    font-weight: 500;
    margin-block-end: 0 !important;
}

.update-content li a {
    color: #000;
    text-decoration: underline;
}

/* Bell shake animation */
@keyframes shake {
    0% {
        transform: rotate(0deg);
    }

    15% {
        transform: rotate(15deg);
    }

    30% {
        transform: rotate(-15deg);
    }

    45% {
        transform: rotate(10deg);
    }

    60% {
        transform: rotate(-10deg);
    }

    75% {
        transform: rotate(5deg);
    }

    100% {
        transform: rotate(0deg);
    }
}

/* highlight */
.highlight-box {
    width: 100%;
}

/* technology */
.technology-sec {
    width: 100%;
}

.tech-content .section-subtitle {
    word-break: break-all;
}

.tech-content {
    width: 100%
}

.tech-point {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    color: #3a3a3abf;
    font-size: 12px;
    padding-block-end: 10px;
}

.tech-point:last-child {
    padding-inline-end: 0;
}

.tech-point i {
    font-size: 15px;
    color: #FF3C29;
}

.tech-point span {
    font-weight: 600;
    color: #3a3a3a;
}

.tech-banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    background: #e4ad471a;
    border-radius: 10px;
    padding: 16px 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.tech-banner-text {
    flex: 1;
    font-size: 14px;
    color: #000;
}

.tech-banner-text b {
    color: #FF3C29;
}

.tech-banner .tech-apply-btn {
    background: #FF3C29;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 10px 18px;
    font-size: 14px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    transition: background-color 0.3s ease;
}

.tech-apply-btn:hover {
    background-color: #cf1103;
}

.apply-btn svg {
    width: 16px;
    height: 16px;
    fill: white;
}

/* popular programmes */
.search-filter-container {
    width: 100%;
}

.popular-filter-buttons {
    margin: 20px 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.popular-filter-buttons .filter-btn {
    background-color: #022C57;
    color: white;
    border: none;
    padding: 5px 10px;
    border-radius: 20px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 6px;
    transition: all 0.3s ease-in-out;
}

.popular-filter-buttons .filter-btn:hover {
    background-color: #004080;
}

.filter-search .modal-dialog {
    width: 100%;
    max-width: 780px;
    margin-inline: auto;
    border-radius: 16px;
}

/* filter search */
.modal-body-inner {
    width: fit-content;
}

.modal-header .modal-title {
    font-size: 16px;
    font-weight: 600;
    color: #6C37FF;
}

.modal-body-inner {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.modal-body-left {
    width: 270px;
}

.modal-body-left ul {
    padding-inline-start: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
}

.modal-body-left ul li {
    font-size: 14px;
    font-weight: 500;
    color: #022c57;
    width: 100%;
    padding: 12px 16px;
    border: 0.3px solid #d9d9d9;
    background: #fff;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}

.modal-body-left ul li:hover {
    color: #fff;
    background: #022c57;
}

.modal-body-right {
    width: calc(100% - 270px);
}

.modal-body-right-inner {
    width: 100%;
}

.radio-bx {
    padding-inline-start: 0;
}

.radio-bx li {
    padding: 10px;
}

.radio-bx [type="radio"]:checked,
.radio-bx [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.radio-bx [type="radio"]:checked+label,
.radio-bx [type="radio"]:not(:checked)+label:hover {
    color: #6C37FF !important;
}

.radio-bx [type="radio"]:checked+label,
.radio-bx [type="radio"]:not(:checked)+label {
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    font-size: 14px;
    line-height: 16px;
    display: inline-block;
    color: #666;
}

.radio-bx [type="radio"]:checked+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #6C37FF;
    border-radius: 100%;
    background: #fff;
}

.radio-bx [type="radio"]:not(:checked)+label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #3a3a3abf;
    border-radius: 100%;
    background: #fff;
}

.radio-bx [type="radio"]:checked+label:after,
.radio-bx [type="radio"]:not(:checked)+label:after {
    content: '';
    width: 10px;
    height: 10px;
    background: #6C37FF;
    position: absolute;
    top: 4px;
    left: 4px;
    border-radius: 100%;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.radio-bx [type="radio"]:not(:checked)+label:after {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radio-bx [type="radio"]:checked+label:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.filter-search .modal-footer .clear-btn {
    background: #E4AD47;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.filter-search .modal-footer .clear-btn:hover {
    background: #022C57;
}

.filter-search .modal-footer .result-btn {
    background: #022C57;
    font-weight: 500;
    transition: all 0.3s ease-in-out;
}

.filter-search .modal-footer .result-btn:hover {
    background: #E4AD47;
}

.filter-section-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.tag-title {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 500;
    margin-block-end: 0;
}

.filter-section-inner .tag {
    display: inline-block;
    padding: 5px 14px;
    border: 0.8px solid #3a3a3a25;
    border-radius: 20px;
    font-size: 14px;
    cursor: pointer;
    color: #3a3a3abf;
    background-color: #fff;
    transition: background 0.2s;
}

.popular-filter-section {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.filter-section-inner .tag.selected {
    background-color: #d0eaff;
    border-color: #3399ff;
}

.filter-section-inner .tag:hover {
    background-color: #eee;
}

.popular-course-card {
    background-color: #e4ad4704;
    border-radius: 16px;
    padding: 20px;
    box-shadow: 0 4px 34px rgba(0, 0, 0, 0.06);
    margin-block-start: 20px;
}

.top-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.popular-title {
    font-size: 24px;
    font-weight: 600;
    color: #0080F0;
    position: relative;
    width: fit-content;
}

.popular-title span {
    position: absolute;
    top: 5px;
    right: -40px;
    width: 30px;
    height: 30px;
    border: 0.8px solid #f1f1f1;
    border-radius: 50%;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.popular-title span i {
    font-size: 12px;
    color: #3a3a3abf;
    display: flex;
    justify-content: center;
    align-items: center;
}

.sub-info {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 12px;
}

.sub-rating {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 4px;
}

.sub-info a {
    font-size: 12px;
    color: #3a3a3abf;
}

.sub-year {
    color: #3a3a3a !important;
}

.sub-info span {
    margin-right: 12px;
}

.nirf-badge {
    background-color: #00AD33;
    color: white !important;
    font-size: 12px;
    font-weight: 600;
    border-radius: 12px;
    padding: 2px 8px;
}

.check-link {
    font-size: 12px;
    color: #3a3a3a;
    text-decoration: none;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 5px;
}

.check-link i {
    color: #0080F0;
}

.divider {
    height: 1px;
    background-color: #e0e0e0;
    margin: 16px 0;
}

.popular-info {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 10px;
}

.info-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 25px;
    font-size: 14px;
}

.info-block {
    font-size: 12px;
    color: #3a3a3a;
}

.info-block h5 {
    font-size: 14px;
    font-weight: 400;
    color: #3a3a3abf;
    margin-block-end: 6px;
    text-align: start;
}

.info-block span {
    font-size: 14px;
    color: #3a3a3a;
    font-weight: 500;
}

.info-block a {
    font-size: 14px;
    color: #3a3a3a;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 5px;
}

.info-block i {
    color: #FFD400;
    font-size: 12px;
}

.cta-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
}

.cta-buttons button {
    border: none;
    border-radius: 8px;
    padding: 10px 16px;
    font-size: 12px;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 6px;
}

.compare-btn {
    background: #00294d;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.compare-btn:hover {
    background: #E4AD47;
}

.brochure-btn {
    background: #E4AD47;
    color: #fff;
    transition: all 0.3s ease-in-out;
}

.brochure-btn:hover {
    background: #00294d;
}

.brochure-btn i {
    transform: rotate(180deg);
}

/* review banner */
.review-banner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #022C57;
    color: white;
    overflow: hidden;
    padding: 20px 30px;
    width: 100%;
    margin: auto;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    position: relative;
    margin-block: 20px;
}

.left-bac {
    width: 200px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0d6efd;
}

.left-bac:before {
    content: "";
    position: absolute;
    top: 0;
    left: 198px;
    clip-path: polygon(0 0, 15% 0, 100% 100%, 0% 100%);
    background: #0d6efd;
    width: 130px;
    height: 100%;
}

/* Left: Logo */
.review-banner .review-banner-left {
    width: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 1;
}

.review-banner .review-banner-left img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Center: Content */
.review-banner .review-banner-content {
    flex: 1;
    padding: 0 20px;
    color: white;
    text-align: center;
    position: relative;
    z-index: 1;
}

.review-banner-content .cmn-md-btn {
    box-shadow: 0px 0px 10px #00000026;
}

.review-banner .review-banner-content .subtext {
    font-size: 12px;
    opacity: 0.8;
    margin-bottom: 5px;
}

.review-banner .review-banner-content .title {
    font-size: 24px;
    font-weight: 800;
    line-height: 1.4;
}

.review-banner .review-banner-content .title span.gold {
    color: #E4AD47;
    font-weight: 800;
}

/* Right: Image or Icon */
.review-banner .review-banner-img {
    width: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    z-index: 1;
}

.review-banner .review-banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* benefits */
.benefits-sec {
    width: 100%;
    background: #fafafa;
    padding: 30px;
    border-radius: 10px;
    margin-block-start: 0;
}

.benefits-sec .section-title {
    margin-block-start: 0;
    margin-block-end: 35px;
    text-align: center;
    font-weight: 700;
}

.benefits-bx {
    padding: 30px;
    border-radius: 10px;
    background: #EFEFEF;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 26px;
    min-height: 162px;
}

.benefits-bx .benefits-bx-title {
    font-size: 14px;
    font-weight: 600;
    color: #3a3a3a;
    text-align: center !important;
    padding-block-end: 0 !important;
}

.benefits-img {
    position: relative;
    width: 35px;
    height: 35px;
}

.benefits-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.benefits-img:before {
    content: "";
    position: absolute;
    top: -7px;
    right: -15px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #3a3a3a10;
}

.benefits-inner {
    width: 100%;
    text-align: center;
}

/* news */
/* Card layout */
.blog-sec {
    width: 100%;
    text-align: center;
}

.blog-card {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px;
    padding: 10px 14px;
    box-shadow: 0 0 0 1px #eee;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.blog-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.blog-list {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 12px;
}

/* Background colors */
.light-blue {
    background-color: #F6F6F6;
}

.light-pink {
    background-color: #FFF4F3;
}

.light-purple {
    background-color: #F3EFFF;
}

/* Text content */
.blog-text {
    flex: 1;
    margin-right: 20px;
}

.blog-text h3 {
    text-align: start;
    font-size: 14px;
    margin-bottom: 10px;
}

.blog-text h3 a {
    text-align: start;
    text-decoration: none;
    color: #002d6b;
    font-weight: bold;
    transition: all 0.3s ease-in-out;
}

.blog-text h3 a:hover {
    text-decoration: underline;
}

/* Author info */
.blog-card .author-info {
    display: flex;
    align-items: center;
    font-size: 12px;
    color: #3a3a3a7b;
}

.blog-card .author-info strong {
    color: #3a3a3a;
}

.blog-card .author-img {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 10px;
    object-fit: cover;
}

/* Thumbnail image */
.blog-card .thumb {
    width: 70px;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
}

.blog-sec .cmn-md-btn {
    background: #022C57;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.blog-sec .cmn-md-btn:hover {
    background: #E4AD47;
}

/* college group */
.discover-sec,
.college-grp-sec {
    width: 100%;
    text-align: center;
}

.discover-sec .cmmn-img-card {
    padding: 0;
}

.discover-sec .cmmn-img-card-logo {
    width: 60px;
    height: 60px;
}

.discover-sec .cmmn-img-card-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.discover-sec .cmmn-img-card-content {
    width: calc(100% - 60px);
    text-align: center;
}

.discover-sec .cmmn-img-card-content p span {
    font-weight: 600;
    color: #0080F0;
    text-align: start;
}

.discover-sec .cmmn-img-card-content .cmmn-img-card-content-title {
    font-size: 14px !important;
    font-weight: 600;
    color: #000;
    text-align: start;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.discover-sec .cmmn-img-card-content .cmmn-img-card-content-title a {
    color: #022c57 !important;
}

.discover-sec .cmmn-img-card-content .cmmn-img-card-content-title a:hover {
    background: none !important;
}

.discover-sec .cmmn-img-card-content-add {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #3a3a3abf;
    text-align: start !important;
    margin-block-end: 5px !important;
    padding: 0 !important;
}

.discover-sec .cmmn-img-card-grp {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 3px;
}

.discover-sec .cmmn-img-card-grp .cmmn-img-card-grp-text {
    font-size: 11px;
    line-height: 1;
    font-weight: 700;
    color: #e3a32b;
    margin-block-end: 0;
}

.discover-sec .cmmn-img-card-grp span {
    font-size: 11px;
    font-weight: 500;
    color: #3a3a3abf;
}

.discover-sec .left-title {
    margin-block-end: 25px;
}

.discover-sec .cmn-md-btn {
    background: #E4AD47;
    text-decoration: none;
    transition: all 0.3s ease-in-out;
}

.discover-sec .cmn-md-btn:hover {
    background: #022C57;
}

/* usefull link */
.usefull-sec {
    width: 100%;
}

.usefull-inner {
    width: 100%;
    padding: 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 2px 14px #0000001a;
}

.usefull-inner .left-title {
    margin-block-start: 0;
}

.link-item p {
    font-size: 14px;
    padding-block-start: 20px;
    color: #3a3a3abf;
    border-block-start: 1px solid #eee;
}

.link-item ul {
    padding-inline-start: 0;
    margin-block-end: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.link-item ul li {
    position: relative;
    padding-inline: 12px;
}

.link-item ul li:before {
    background-image: none !important;
    content: "" !important;
    width: 4px !important;
    height: 4px !important;
    border-radius: 50% !important;
    background: #D9D9D9 !important;
    display: block !important;
    position: absolute !important;
    top: 50% !important;
    left: 0 !important;
}

.link-item ul li a {
    color: #0080F0 !important;
    font-size: 12px;
}

/* rightbar */
.rightbar-button-bx {
    width: 100%;
}

.rightbar-button-bx h2 {
    font-size: 18px;
    color: #000;
    font-weight: 600;
    margin-block-end: 20px;
}

.rightbar-buttons {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

.rightbar-buttons .solid-btn {
    width: 100%;
    text-decoration: none;
}

.rightbar-buttons .mockBtn {
    background: #ff3d2f;
}

.contact-info {
    width: 100%;
}

.contact-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
}

.contact-inner .logo-img {
    width: 50px;
    height: 50px;
}

.contact-inner .logo-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.contact-text {
    width: calc(100% - 50px);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 6px;
}

.contact-text .contact-text-title {
    font-size: 16px;
    font-weight: 600;
    color: #3a3a3abf;
    margin-block-end: 0;
}

.contact-text p {
    font-size: 12px;
    font-weight: 500;
    color: #3a3a3abf;
    margin-block-end: 0;
}

.map-bx {
    position: relative;
    margin-block-start: 15px;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.map-bx a {
    width: 100%;
    display: inline-block;
}

.map-bx .clg-mapview img {
    width: 100%;
    border: none;
    filter: brightness(0.5);
    border-radius: 10px;
}

.map-bx iframe {
    border: none;
    filter: brightness(0.5);
    /* dark overlay effect */
    border-radius: 10px;
}

.map-bx iframe::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
}

.view-button {
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    background-color: #0080F0;
    color: white;
    border: none;
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.view-button:hover {
    background-color: #0056b3;
}

.form-show-btn {
    width: 100%;
    text-align: center;
    text-decoration: none;
    background: #022C57 !important;
    transition: all 0.3s ease-in-out;
}

.form-show-btn:hover {
    background-color: #0056b3 !important;
}

.right-review-banner {
    width: 100%;
    background: #ffffff;
    background: linear-gradient(260deg, rgba(255, 255, 255, 1) 0%, rgba(176, 227, 251, 1) 100%);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0px 5px 11px #00000614;
}

.right-review-banner .review-banner-content {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    gap: 8px;
    width: 50%;
}

.right-review-banner .review-banner-content .subtext {
    font-size: 16px;
    font-weight: 600;
    color: #022c57;
}

.right-review-banner .cta-btn {
    min-width: inherit !important;
    font-size: 12px;
    padding: 5px 10px !important;
    border-radius: 6px;
}

.right-review-img {
    width: 50%;
}

.right-review-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.course-sec {
    width: 100%;
}

.course-sec .right-cmmn-sec-inner {
    flex-wrap: wrap;
    flex-direction: row;
}

.course-sec .right-cmmn-card {
    width: calc(50% - 8px);
    flex-direction: column;
    gap: 6px;
    text-align: center;
    text-decoration: none;
}

.course-sec .load-button {
    width: fit-content;
    margin-inline: auto;
    margin-block-start: 20px;
}

.course-info {
    display: flex;
    flex-direction: column;
}

.course-info h3 {
    font-size: 14px;
    font-weight: 600;
    color: #022c57;
    margin: 0;
}

.course-info p {
    font-size: 14px;
    color: #3a3a3abf;
    margin: 0;
}

.course-info .approvals {
    font-size: 12px;
    color: #022C57;
    margin-top: 4px;
}

.course-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.load-button {
    background-color: #0080F0;
    color: white !important;
    border: none;
    border-radius: 10px;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: background-color 0.3s ease;
}

.load-button:hover {
    background-color: #0056b3;
}

/* campuse */
.campuse-sec {
    width: 100%;
}

.campuse-sec .right-cmmn-img-bx {
    width: 60px;
    height: 60px;
    padding: 10px;
}

.campuse-sec .right-cmmn-img-bx img {
    /* filter: brightness(10); */
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.campuse-info {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.campuse-sec .campuse-info h3 {
    font-size: 14px;
    font-weight: bold;
    margin: 0;
}

.campuse-sec .campuse-info a {
    font-size: 12px;
    color: #022c57;
    margin: 0;
}

.campuse-sec .right-cmmn-img-bx i {
    color: #fff;
    font-size: 20px;
}

/* right-news sec */
.right-news-sec {
    width: 100%;
}

.right-news-sec .right-cmmn-img-bx {
    border: 1px solid #d9d9d9;
}

.right-news-sec .right-cmmn-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.right-news-info {
    width: calc(100% - 60px);
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.right-news-info h3 {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin: 0;
    font-weight: bold;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-decoration: none;
    max-height: 30px;
}

.right-news-info .right-news-info-title {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-decoration: none;
    max-height: 30px;
}

.right-news-info a {
    display: flex;
    align-items: center;
    justify-items: flex-start;
    gap: 8px;
    color: #3a3a3abf;
    font-size: 12px;
    font-weight: 500;
    margin-block-start: 5px;
    text-decoration: none;
}

/* up exam */
.up-exam-sec {
    width: 100%;
}

.up-exam-sec .exam-info h2 {
    font-size: 16px;
    font-weight: 600;
    color: #022c57;
}

.up-exam-sec .exam-info .exam-info-details {
    font-size: 13px;
    font-weight: 500;
    color: #3a3a3a;
    margin-block: 4px;
}

.up-exam-sec .exam-info .exam-info-details i {
    padding-inline-end: 6px;
}

.up-exam-sec .exam-info .exam-info-details span {
    font-size: 12px;
    padding-inline-start: 4px;
    color: #0080F0;
}

.up-exam-sec .exam-info a {
    font-size: 12px;
    color: #fff !important;
    text-decoration: none;
    width: fit-content;
    height: fit-content;
    border-radius: 20px;
    padding: 3px 10px;
    background: #022c57;
}

/* popular exam */
.popular-exam-sec {
    width: 100%;
    position: -webkit-sticky;
    position: sticky;
    top: 14%;
}

.popular-exam-sec .right-cmmn-sec-inner {
    flex-wrap: wrap;
    flex-direction: row;
    max-height: 68vh;
    overflow: auto;
}

.popular-exam-sec .right-cmmn-card {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 6px;
}

.popular-exam-sec .right-cmmn-img-bx {
    border: 1px solid #d9d9d9;
}

.popular-exam-sec .right-cmmn-img-bx img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.popular-exam-sec .popular-exam-info {
    font-size: 14px;
    font-weight: 600;
    color: #022c57;
    text-decoration: none !important;
}

.popular-exam-sec .right-cmn-card-inner {
    width: calc(100% - 60px);
}

.popular-exam-sec .right-cmn-card-inner .cmmn-img-card-content-title {
    font-size: 14px !important;
    font-weight: 600;
    color: #000;
    text-align: start;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.popular-exam-sec .right-cmn-card-inner .cmmn-img-card-content-title a {
    color: #022c57;
}

.popular-exam-sec .right-cmn-card-inner .cmmn-img-card-content-subtitle {
    font-size: 12px !important;
    line-height: 16px !important;
    color: #3a3a3abf;
    text-align: start !important;
    margin-block-end: 5px !important;
    padding: 0 !important;
}

.popular-exam-sec .right-cmn-card-inner .cmmn-img-card-grp {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 3px;
}

.popular-exam-sec .right-cmn-card-inner .cmmn-img-card-grp .cmmn-img-card-grp-text {
    font-size: 12px;
    line-height: 1;
    font-weight: 500;
    color: #000;
    margin-block-end: 0;
}

.popular-exam-sec .right-cmn-card-inner .cmmn-img-card-grp span {
    font-size: 12px;
    font-weight: 600;
    color: #00a1e4;
}

/*  */
.cat-banner {
    display: block;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, .1);
    z-index: 111;
    background: linear-gradient(360deg, #011e3c, #185899);
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    padding: 16px 0;
    flex-wrap: wrap;
}

.cat-banner .close-btn i {
    position: absolute;
    top: -10px;
    right: -10px;
    font-size: 24px;
    color: #ff3d2f !important;
    background: white;
    border-radius: 50%;
}

.cat-banner-mob {
    display: none;
}

/* Yellow arrow label */
.exclusive-tag {
    background: linear-gradient(90deg, #ffe600, #ffcc00);
    color: #003366;
    font-weight: 600;
    font-size: 14px;
    padding: 8px 16px;
    border-radius: 0 30px 30px 0;
    position: relative;
    white-space: nowrap;
}

/* Banner Text */
.banner-text {
    font-size: 18px;
    font-weight: 500;
    flex: 1;
    text-align: center;
    color: #fff;
    position: relative;
    margin-block-end: 0;
    word-spacing: 2px;
}

.banner-text span {
    font-size: 30px;
}

.cap-icon {
    width: 40px;
    height: 40px;
    position: relative;
    top: 10px;
    margin-left: 10px;
}

/* CTA Button */
.qna-cta-btn {
    background: #ff7b00;
    color: #fff !important;
    font-size: 14px;
    font-weight: 400;
    padding: 8px 16px;
    margin-inline-end: 16px;
    border-radius: 6px;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.qna-cta-btn:hover {
    background: #ff6600;
    transform: translateY(-2px);
}



/* media query */
@media (max-width: 1366px) and (min-width: 1200px) {
    .leftbar {
        width: calc(100% - 360px);
    }

    .rightbar {
        width: 360px;
    }
}

@media (max-width: 1366px) {

    .commn-table-content,
    .main-content .leftbar .listing-table .table {
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }

    .commn-table,
    .main-content .leftbar .listing-table .table.table-striped {
        width: 100%;
        /* min-width: 800px; */
    }
}

@media (max-width: 1199px) {
    .tech-point {
        flex-wrap: wrap;
    }

    .leftbar {
        width: calc(100% - 300px);
    }

    .rightbar {
        width: 300px;
    }

    .right-cmmn-sec {
        padding: 10px !important;
    }

    .right-cmmn-card {
        padding: 8px !important;
    }

    .right-cmmn-card .right-cmmn-img-bx {
        width: 45px !important;
        height: 45px !important;
    }

    .right-review-banner .review-banner-content .subtext {
        font-size: 14px;
        line-height: 18px;
    }

    .right-cmmn-sec-title {
        font-size: 16px !important;
    }

    /* @media (max-width: 1024px) { */
    /* .over-bread h2,
    .over-nav-sticky.is-sticky .over-bread h2 {
        font-size: 18px !important;
        line-height: 1 !important;
    } */

    .section-title,
    .main-content .leftbar h2 strong,
    .main-content .leftbar h3 strong,
    .table-contents-title {
        font-size: 20px !important;
    }

    .update-box {
        padding: 14px;
    }

    .over-slider-menu-sticky.is-sticky {
        position: fixed;
        top: 70px;
    }

    .tech-banner {
        padding: 10px;
    }

    .tech-banner-text,
    .tech-banner .tech-apply-btn {
        font-size: 12px;
    }

    .filter-section-inner {
        gap: 6px;
        flex-wrap: wrap;
    }

    .popular-title {
        font-size: 20px;
    }

    .popular-info {
        gap: 10px;
        flex-direction: column;
    }

    .info-grid {
        gap: 20px;
    }

    .review-banner .review-banner-content .title {
        font-size: 16px;
    }

    .cmn-md-btn {
        min-width: 140px !important;
        padding: 8px 10px !important;
    }

    .review-banner-content .cmn-md-btn {
        box-shadow: 0px 0px 12px #0000003d;
    }

    .review-banner .review-banner-img {
        width: 130px;
    }

    .benefits-sec {
        padding: 20px;
    }

    .faculty-inner .card h3 {
        font-size: 12px;
    }

    .faculty-inner .card {
        padding: 10px;
    }

    .faculty-inner .card .badge {
        padding: 4px 10px;
        font-size: 10px;
    }

    .faculty-inner .card .link a {
        font-size: 10px;
    }

    .faculty-inner .card .profile-img {
        top: -35px;
        width: 50px;
        height: 50px;
    }

    .college-grp-sec .button-outline,
    .college-grp-sec .button-primary {
        font-size: 10px;
    }

    .blog-text h3 a {
        font-size: 12px;
    }

    .right-review-banner {
        padding: 15px;
    }

    .up-exam-sec .exam-info h2 {
        font-size: 14px;
    }

    .up-exam-sec .exam-info a {
        font-size: 10px;
    }

    .popular-exam-sec .popular-exam-info a {
        font-size: 14px;
    }
}

/* } */
@media (max-width: 1024px) {
    .wrapper {
        flex-direction: column;
    }

    .leftbar,
    .rightbar {
        width: 100%;
        max-width: 100%;
    }
}

@media (max-width: 991px) {
    .over-menu {
        margin-block-end: 20px;
    }

    .over-nav-sticky.is-sticky {
        display: none;
    }

    .over-banner-sec {
        padding-block-start: 0;
    }

    .course-banner-inner {
        align-items: flex-start;
        flex-direction: column;
    }

    .benefits-sec .section-title {
        text-align: center;
    }

    .over-right-logo-content {
        align-items: flex-start;
        flex-direction: column;
        gap: 20px;
        margin-inline-start: 60px;
    }

    .over-nav-sticky.is-sticky .over-bread h2 {
        font-size: 14px !important;
        line-height: 1 !important;

    }

    .mob-sticky.is-sticky {
        position: inherit !important;
    }

    .mob-home-overview .btn-login {
        padding: 0 !important;
    }

    .over-banner {
        max-height: 200px;
    }

    .over-banner .item {
        width: 100%;
        height: 200px;
    }

    .over-banner-right-content .banner-header-content {
        display: flex;
    }

    .exclusive-tag {
        border-radius: 30px;
    }

    .banner-text {
        font-size: 18px;
    }
}

@media (max-width: 768px) {
    .over-bread-inner {
        display: flex;
        align-items: center;
        justify-content: flex-start;
        gap: 6px;
        flex-wrap: wrap;
    }

    .icon-box-content,
    .over-right-logo-content {
        margin-inline-start: 0;
    }

    .popular-filter-section {
        font-size: 14px;
    }

    /* review banner */
    .review-banner {
        flex-direction: column;
        text-align: center;
        padding: 20px;
    }

    .review-banner .review-banner-left,
    .review-banner .review-banner-img {
        margin: 10px 0;
    }

    .review-banner .review-banner-content {
        padding: 0;
    }

    .over-right-box {
        flex-wrap: wrap;
    }

    .over-banner-right-gallery {
        display: none;
    }

    .cat-banner {
        display: none;
    }

    .cat-banner-mob {
        display: flex;
        flex-direction: column;
        padding: 12px;
        gap: 10px;
    }

    .cat-banner-mob .exclusive-tag {
        border-radius: 6px;
    }
}

@media (max-width: 600px) {

    /* technology */
    .tech-banner {
        flex-direction: column;
        align-items: flex-start;
    }

    .tech-apply-btn {
        align-self: stretch;
        justify-content: center;
        width: 100%;
    }

    .top-row {
        flex-direction: column;
        gap: 12px;
    }

    .cta-buttons {
        justify-content: center;
    }

    .over-banner-inner .over-banner {
        display: block;
    }
}

@media (max-width: 575px) {


    .spin-circle {
        bottom: -40px;
        right: 10px;
    }

    .talk-img {
        width: 40px;
        height: 40px;
    }

    .talk-img:nth-child(2) {
        left: 30px;
    }

    .talk-img:nth-child(3) {
        left: 60px;
    }

    .talk-box {
        gap: 70px;
    }
}

@media (max-width: 420px) {

    .over-header-btn .greenBtn,
    .over-header-btn .violetBtn {
        font-size: 12px;
        padding: 10px 20px;
        min-width: 153px;
    }
}