html {
  font-size: 16px !important; /* default */
}

.breadcrumbs-top a {
    width: auto;
}
.flatpickr-time {
    height: auto !important;
}
select[readonly] {
    pointer-events: none;
}

.main-menu .navbar-header .navbar-brand {
    display: inline-block;
    align-items: center;
    margin-top: 0;
    font-size: inherit;
}
label.form-label {
    font-weight: bold;
}
.sectionTitle__title {
    font-size: 2.5rem;
    line-height: 40px;
    letter-spacing: -0.96px;
    font-weight: 500;
}

.primary-text {
    color: #00bed6 !important;
}

.bg-dark-1 {
    background-color: #0e2742;
}

.fi {
    position: relative;
    display: inline-block;
    width: 1rem !important;
    height: 12px !important;
}

.footer-widget-info .footer-widget .contact-item {
    margin-bottom: 10px !important;
}

.popup-bg {
    background-image: url(../user-assets/img/all-img/coupon-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}



.mega-menu {
    position: absolute;
    top: 100%;
    left: 0;
    width: 700px;
    /* Increased width for third column */
    background: #fff;
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.15);
    display: flex;
    border-radius: 6px;
    overflow: hidden;
    z-index: 999;
}

/* Left Panel - Categories */
.categories-list {
    width: 40%;
    /* Adjusted for 3-column layout */
    background: #f9f9f9;
    max-height: 400px;
    overflow-y: auto;
    border-right: 1px solid #ddd;
}

.category-item {
    padding: 12px 15px;
    cursor: pointer;
    transition: background 0.3s, color 0.3s;
}

.category-item:hover,
.category-item.active {
    background: #007bff;
    color: #fff;
}

/* Middle Panel - Courses */
.courses-list {
    width: 60%;
    /* Adjusted for 3-column layout */
    padding: 15px;
    max-height: 400px;
    overflow-y: auto;
    border-right: 1px solid #ddd;
}

.courses-content ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.courses-content ul li {
    margin-bottom: 8px;
}

.courses-content ul li a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s;
}

.courses-content ul li a:hover {
    color: #007bff;
}

/* Right Panel - Accreditation */
.accreditation-list {
    width: 30%;
    /* New column */
    padding: 15px;
    max-height: 400px;
    overflow-y: auto;
    background: #fafafa;
}

.accreditation-content img {
    display: block;
    margin-bottom: 5px;
    margin-right: 10px;
    width: 15%;
    object-fit: contain;
    height: auto;
}

/* Dropdown Show/Hide */
.mega-dropdown .mega-menu {
    display: none;
}

.mega-dropdown:hover .mega-menu {
    display: flex;
}

.mega-dropdown .list-unstyle li {
    display: block !important;
}

li.nav-item.dropdown.mega-dropdown{
    flex: 0 !important;
}
.deal-header {
    background: #f9f7fa; /* Light orange/beige */
    font-size: 16px;
    font-weight: 600;
    color: #000;
    border-bottom: 1px solid #ddd;
}
.deal-text i {
    font-size: 14px;
}

.payment-gateway img {
    padding: 4px;
    /* width: 27%; */
    padding-left: 0px;
}

.cpr-right a {
    font-size: 20px;
    background-color: #fff;
    padding: 10px;
    margin-right: 9px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center !important;
    padding: 10px 10px 10px 12px;
}
.disclaimer .accordion-button.collapsed::after {
    transform: rotate(0deg) !important;
    margin-left: 10px;
}
.disclaimer .accordion-button:not(.collapsed)::after {
    margin-left: 10px;
}

.trending-tag {
    position: absolute;
    top: 15px;
    left: -10px;
    background-color: #ff7e00;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    padding: 6px 16px 6px 20px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    z-index: 99;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

.trending-tag::after {
    content: "";
    position: absolute;
    left: 0;
    top: 100%;
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #cc6600;
}
/* <!-- Simple modal background --> */
.callbackmodal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    align-items: center;
    justify-content: center;
}

.callbackmodal .modal-content {
    width: 90%;
    max-width: 800px;
    background: #fff;
    /* padding: 25px 20px; */
    border-radius: 8px;
    position: relative;
}

.callbackmodal .close {
    position: absolute;
    right: 12px;
    top: 6px;
    font-size: 24px;
    cursor: pointer;
}

.callbackmodal .modal-body {
    display: flex;
    flex-direction: row;
    gap: 20px;
}

.callbackmodal .modal-image {
    flex: 1;

    background-color: #79caf6;
}

.callbackmodal .modal-image img {
    /* border-radius: 8px; */
    max-width: 100%;
    max-height: 320px;
    object-fit: cover;
}

.callbackmodal .modal-form {
    flex: 1;
}
.callbackmodal .select2-container .select2-selection--single {
    height: 37px;
}
.callbackmodal .select2-container--default .select2-selection--single {
    border: 0;
    border-bottom: 1px solid #aaa;
    border-radius: 0;
}

/* Mobile responsive */
@media (max-width: 768px) {
    .callbackmodal .modal-body {
        flex-direction: column;
        width: 100%;
        left: 8px;
    }
    .callbackmodal .modal-image {
        display: block;
        width: 100%;
        margin-bottom: 15px;
    }
    .callbackmodal .modal-image img {
        width: 100%;
        max-height: 200px;
        object-fit: cover;
        border-radius: 8px;
    }
}
.footer-widget-info .footer-widget .country ul li {
    color: #000;
}
.footer-widget-info .footer-widget .country ul li:hover {
    color: #fff;
}
.footer-widget-info .footer-widget .country ul li:hover::after {
    width: 0px !important;
}
.footer-widget-info .footer-widget .country ul li:hover {
    padding-left: 0px !important;
}
.footer-widget-info .footer-widget .country ul li {
    margin-bottom: 0px;
    line-height: 17px;
}
