@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap');
@import url("https://fonts.googleapis.com/css2?family=Poppins&display=swap");
body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div,
li,
pre {
    font-family: "Poppins", sans-serif !important;
}
body {
    background-color: #fff;
}
.bg-1c242f {
    background-color: #1C242F;
}

/* index page */
.bg-background-color:before {
    background: rgba(48, 52, 70, 0.9) !important;
}
.unit_btn.active {
    background: lightgray;
}
.pointer {
    cursor: pointer;
}
.loader-logo-image {
    background: #fff;
    border: 0 solid #e8ebf3;
    border-radius: 50%;
    height: 45px;
    margin: 0 auto;
    padding: 6px;
    text-align: center;
    width: 45px;
}
.vscroll::-webkit-scrollbar {
    display: none;
}
#googlePlay #appleStore {
    height: 100px;
    width: 50px;
    display: inline-block;
}
.city-card {
    height: 230px;
    width: auto;
    background-size: cover;
}
.shadow-bottom {
    border-bottom: 1px solid rgba(211, 211, 211, 0.8);
    backdrop-filter: blur(4.5px);
}
.mapClass {
    height: 250px;
    width: 100%;
    padding-top: 0;
}
.property-card img {
    border-radius: 10px 10px 0px 0px;
}
.property-card {
    border: unset;
    background: white;
    border-radius: 10px 10px 0px 0px;
    height: 100% !important;
}
.property-card .card-description {
    font-size: small;
    line-height: 2;
    color: gray;
}
.property-card .card-description p {
    line-height: 1.5;
}
.property-card .card-description .address {
    font-size: x-small;
    line-height: 1.3;
}
.banner-1.sptb-2 {
    padding-top: 6rem !important;
    padding-bottom: 15rem;
}
.categories {
    margin-top: -68px;
}
.desktoplogo {
    padding: 1.2rem 0;
}
.property-detail .description {
    word-break: break-word;
    white-space: pre-wrap;
}
.field input {
    width: 100%;
    height: 100%;
    outline: none;
    font-size: 19px;
    margin-left: 12px;
    border-radius: 5px;
    text-align: center;
    border: 1px solid #999;
    -moz-appearance: textfield;
}
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.price-input .separator {
    width: 130px;
    display: flex;
    font-size: 19px;
    align-items: center;
    justify-content: center;
}
.slider {
    height: 5px;
    position: relative;
    background: #ddd;
    border-radius: 5px;
}
.slider .progress {
    height: 100%;
    left: 0%;
    right: 0%;
    position: absolute;
    border-radius: 5px;
    background: #17a2b8;
}
.range-input {
    position: relative;
}
.range-input input {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}
input[type="range"]::-webkit-slider-thumb {
    height: 17px;
    width: 17px;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -webkit-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
input[type="range"]::-moz-range-thumb {
    height: 17px;
    width: 17px;
    border: none;
    border-radius: 50%;
    background: #17a2b8;
    pointer-events: auto;
    -moz-appearance: none;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.05);
}
.form.row .form-group .form-control.address_form,
.navbar .position-relative .form-control {
    border-radius: 8px 0px 0px 8px !important;
}
/* Public marketing header (layouts.app): fixed-top + row height must not fight BS padding or flex-wrap */
.navbar.navbar-expand-md.bg-1c242f.fixed-top {
    height: auto;
    min-height: 4.5rem;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    align-items: center;
    flex-wrap: nowrap;
}
.navbar.navbar-expand-md.bg-1c242f.fixed-top > .container-fluid {
    align-items: center;
    flex-wrap: nowrap;
    width: 100%;
    min-height: 4.5rem;
}
.navbar.navbar-expand-md.bg-1c242f.fixed-top .navbar-nav {
    align-items: center;
}
@media (max-width: 767.98px) {
    .navbar.navbar-expand-md.bg-1c242f.fixed-top,
    .navbar.navbar-expand-md.bg-1c242f.fixed-top > .container-fluid {
        flex-wrap: wrap;
    }
}
/* Other navbars (account admin chrome, etc.) */
.navbar:not(.navbar-expand-md.bg-1c242f.fixed-top) {
    height: 4.5rem;
}
.navbar-nav .dropdown .dropdown-menu.show {
    margin: 10px 0 0 0;
    font-size: 12px;
}
.navbar-nav .dropdown .dropdown-menu .dropdown-item {
    padding: 0.25rem 1rem;
}
.navbar-nav .dropdown i {
    font-size: 16px;
}
a {
    color: #3d55cc;
}
.property-card .owl-prev {
    top: 58%;
    left: 5px;
}
.property-card .owl-next {
    top: 58%;
    right: 5px;
}
.property-card .owl-nav button,
.bg_opacity {
    width: 2rem;
    height: 2rem;
    font-size: 1.1rem !important;
    border: none !important;
    display: none !important;
}
.property-card:hover .owl-nav button,
.property-card:hover .bg_opacity {
    display: inline-block !important;
    opacity: 0.5;
}
.property-card .owl-nav button:hover {
    opacity: 0.9;
}
.demo-gallery .owl-prev,
.demo-gallery .owl-next {
    top: 52%;
}
#empty_model .loader-img {
    position: unset;
}
.banner-1 .item-search-tabs .search-background .form-control {
    border-bottom: 1px solid #e8ebf3 !important;
}
.property-detail .card-footer.bg-white.border {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
}
.property-detail .tab-content.bg-white {
    border-top-right-radius: 10px;
}
.mobile_header_right .dropstart .dropdown-toggle::before {
    display: none;
}
.content-wrapper {
	padding-top: 3.6rem;
}
@media (min-width: 992px) {
    .mt-lg-6 {
        margin-top: 3.8rem !important;
    }
}
.carousel-control-prev.custom,
.carousel-control-next.custom {
    width: 75px;
}
.owl-carousel .owl-item {
    cursor: pointer !important;
}
.d-flex.me-2 .location-gps {
    left: 55em;
    top: 0.8em;
}
.search-input-position {
    top: -11px;
}
.start-30 {
    left: 30% !important;
}
.d-flex .position-relative .position-absolute {
    top: 7px;
}
#item_search .search-background {
    background: none !important;
}
#item_search .search-background .form.row .form-group {
    height: 46px;
}
.select_border {
    border-radius: 8px !important;
}
@media (max-width: 568px) {
    .form-control.form-select {
        display: block !important;
    }
    .nav.items-blog-tab-menu {
        display: none !important;
    }
    .content-wrapper {
        padding-top: 53px;
    }
}
@media (min-width: 569px) {
    .form-control.form-select {
        display: none !important;
    }
}
@media (max-width: 768px) {
    .desktop {
        display: none;
    }
    .bg_opacity {
        display: inline-block !important;
    }
}
@media (max-width: 991px) {
    .desktop {
        display: none;
    }
    .mobile .first-location-input {
        padding-left: 5.7rem;
    }
}
@media (min-width: 992px) {
    .mobile {
        display: none;
    }
    .banner-1.cover-image {
        height: 48rem;
    }
    .banner-1.cover-image #header {
        margin-top: 5.5rem;
    }
}
.rental_list,
#featured_properties {
    padding-top: 3rem;
    padding-bottom: 3rem;
}
.cursor-pointer {
    cursor: pointer;
}
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
}
input[type="date"]::-webkit-inner-spin-button {
    display: none;
}
.footer-img {
    height: 35px !important;
    width: 35px !important;
}
.footer-icon-text {
    color: #016eb8;
}
.bradius-0 {
    border-radius: 0 !important;
}
.bradius-top-left-0 {
    border-top-left-radius: 0 !important;
}
.bradius-bottom-left-0 {
    border-bottom-left-radius: 0 !important;
}
.items-blog-tab-heading .items-blog-tab-menu li .active {
    background: transparent;
    color: #3d55cc;
}
.items-blog-tab-heading .items-blog-tab-menu li a.active:before {
    background: #3d55cc;
}
#back-to-top {
    background: #0061f3;
}
#back-to-top:hover {
    background: #fff;
    color: #0061f3;
    border: 2px solid #0061f3;
}
.btn-outline-primary {
    color: #3d55cc;
    border-color: #3d55cc;
}
.btn-check:checked + .btn-outline-primary,
.btn-outline-primary:hover {
    color: #fff;
    background-color: #3d55cc;
    border-color: #3d55cc;
}
/* Currently using Styles */

.apply-now-active {
    color: #3d55cc;
    border-bottom: 4px solid #3d55cc;
    font-weight: 600;
}
.apply-now-active span {
    color: #3d55cc;
}

.border {
    border: 1px solid #f2f6fc !important;
}

.border-primary {
    border-color: #3d55cc !important;
}
.border-secondary {
    border-color: #c5e3ff !important;
}
.border-danger {
    border-color: #ee1010 !important;
}
footer .border-top {
    border-top: 1px solid #878ca8 !important;
}
.footer-main a {
    color: #fff !important;
}
.social-icon {
    border-radius: 50% !important;
    background-color: #505673 !important;
}
.text-muted {
    color: #8a8a8a !important;
}
.btn-primary {
    background-color: #3d55cc;
}
.btn-purple {
    background-color: #4540db !important;
    color: #fff;
}
.btn-primary:hover {
    background-color: #1a38cc;
    color: #fff;
}
.border-1 {
    border-width: 1px !important;
}
.border-2 {
    border-width: 2px !important;
}
.border-3 {
    border-width: 3px !important;
}
.border-4 {
    border-width: 4px !important;
}
.border-5 {
    border-width: 5px !important;
}
.border-thick-primary {
    border: 3px solid rgba(16, 131, 238, 0.1);
}
.badge {
    border: none;
    border-radius: 4px;
    padding: 7px 12px;
    font-size: 14px;
    font-weight: 400;
}
.badge-sm {
    border-radius: 8.5px !important;
    padding: 4px 20px !important;
    font-size: 11px !important;
}
.badge-light-primary {
    background-color: #c5e3ff !important;
    color: #3d55cc !important;
}
.badge-light-success {
    background-color: #c0ffd6 !important;
    color: #00bd79 !important;
}
.badge-lightest-success {
    background: rgba(39, 174, 96, 8%);
    color: rgba(39, 174, 96, 0.5);
}
.badge-light-danger {
    background-color: #ffdbdb !important;
    color: #ee1010 !important;
}
.badge-light-warning {
    background-color: #ffe600 !important;
    color: #877a03 !important;
}
.badge-light-gray {
    background-color: #f2f6fc !important;
    color: #2d2d2d !important;
}
.badge-light-orange {
    background: rgba(242, 153, 74, 0.2);
    color: #ff7800 !important;
}
.card-custom-bg {
    background-color: #f2f6fc !important;
}
.rounded-5 {
    border-radius: 8px !important;
}
.rounded-6 {
    border-radius: 12px !important;
}
.rounded-25 {
    border-radius: 25px;
}
.lh-xl {
    line-height: 2rem !important;
}
.text-primary {
    color: #3d55cc !important;
}
.fs-36p {
    font-size: 36px !important;
}
.fs-22p {
    font-size: 22px !important;
}
.fs-20p {
    font-size: 20px !important;
}
.fs-18p {
    font-size: 18px !important;
}
.fs-16p {
    font-size: 16px !important;
}
.fs-14p {
    font-size: 14px !important;
}
.fs-12p {
    font-size: 12px !important;
}
.fs-10p {
    font-size: 10px !important;
}
.w-80 {
    width: 80% !important;
}
.btn-lg {
    padding: 1rem 1.5rem;
    font-size: 0.8rem;
}
.btn {
    padding: 8px 12px !important;
    font-family: Inter !important;
    font-size: 14px !important;
    font-style: normal !important;
    font-weight: 700 !important;
}
.btn-content {
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 0;
}
.btn-content.primary {
    color: #3d55cc !important;
}
.btn-light-primary {
    color: #3d55cc !important;
    border-radius: 0.375rem !important;
    background-color: #c4e3ff !important;
    border: 1px solid #3d55cc !important;
}
.fw-400 {
    font-weight: 400 !important;
}
.fw-500 {
    font-weight: 500 !important;
}
.fw-600 {
    font-weight: 600 !important;
}
.fw-700 {
    font-weight: 700 !important;
}
.w-60 {
    width: 60%;
}
.btn-light-primary {
    background-color: #c4e3ff;
}
.btn-light-primary:hover {
    background-color: #b3d8f8;
}
.rounded-left-top {
    border-radius: 12px 0px 0px 0px !important;
}
.rounded-right-top {
    border-radius: 0px 12px 0px 0px !important;
}
.rounded-left-bottom {
    border-radius: 0px 0px 0px 12px !important;
}
.rounded-top {
    border-radius: 12px 12px 0px 0px !important;
}
.home-heading-text {
    font-family: "Inter" !important;
    font-weight: 500 !important;
    font-size: 3.5rem !important;
    color: #ffffff !important;
    margin-top: 2.5rem !important;
}
.text-bold {
    font-family: "Inter";
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    color: #2d2d2d;
}
.fs-7 {
    font-size: 16px;
}
.footer .fa-solid.fa-caret-right {
    color: #c5e3ff !important;
    font-size: 1rem !important;
}
.footer .footer-main h6 {
    font-size: 1rem !important;
}
.border-start-primary {
    border: 1px solid #c5e3ff;
}
.border-top-primary {
    border: 1px solid #c5e3ff;
}
.bg-dark-primary {
    background: #0061f3;
}
.bg-primary {
    background-color: #3d55cc !important;
}
.bg-primary-light {
    color: #3d55cc !important;
    background-color: #c4e3ff !important;
}
.bg-light-gray {
    background-color: #d9d9d9;
}
.bg-light-blue {
    background-color: #bddfff;
}
.bg-light-primary {
    background-color: #f2f6fc !important;
}
.text-danger {
    color: #ee1010 !important;
}
.text-gray {
    color: #4e4e4e !important;
}
.fa-solid {
    cursor: pointer;
}
.grad-background {
    position: relative;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-image: linear-gradient(
        133.9deg,
        rgba(243, 71, 122, 0.2) 0.24%,
        rgba(136, 76, 178, 0.2) 95.04%
    );
    display: inline-block;
    margin-right: 2px;
}
.grad {
    position: absolute;
    top: 3px;
    right: 3px;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-image: linear-gradient(
        133.9deg,
        rgba(243, 71, 122, 0.7) 0.24%,
        rgba(136, 76, 178, 0.7) 95.04%
    );
    display: inline-block;
}
.grad-light-background {
    background-image: linear-gradient(
        133.9deg,
        rgb(147 145 145 / 39%) 0.24%,
        rgb(143 143 143 / 20%) 95.04%
    );
}
.grad-light {
    background-image: linear-gradient(
        133.9deg,
        rgb(129 129 129 / 96%) 0.24%,
        rgb(149 149 149) 95.04%
    );
}
.modal-header .btn-close {
    padding: 1rem;
}
.bg-custom-gray {
    background-color: #f6f6f6;
}
.text-custom-gray {
    color: #595959;
}

.profile-box-sm {
    display: inline-block;
    height: 35px;
    width: 35px;
    align-items: center;
    justify-content: center;
}
.avatar-name {
    border: 1px solid;
    border-radius: 50%;
    height: 100%;
    display: block;
    color: #6c757d;
    font-weight: 500;
    font-size: 15px;
    padding: 0.25rem !important;
    align-items: center !important;
}

.text-dark-primary {
    color: #10315e;
}

.pricing-home-page .price-body {
    border-color: #939292 !important;
}
.header_dropdown_lg .dropdown ul {
    min-width: 10rem;
    left: -30px;
}
.mobile_header_right .dropstart .dropdown-menu {
    min-width: 7rem !important;
    padding: 10px;
    margin-right: 7px !important;
}
.waves-effect {
    padding: 4px 12px !important;
}
.bg-footer {
    background-color: #141933;
}
@media (min-width: 576px) {
    .modal-dialog.modal-md {
        width: 500px;
    }
}
.how_it_works .dropdown-item li {
    color: black !important;
}
.nav-tabs .nav-link {
    padding: 0.5rem 1rem;
    font-size: 16px;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-item {
    padding: 4px 2px;
}
.photo_tabs {
    background-color: #3d55cc !important;
    color: #fff !important;
}
.nav-link {
    justify-content: center;
}
.color_gray {
    color: #dbdbdb;
    font-size: 15px;
}
/* .gallery_modal ::-webkit-scrollbar-thumb{
    background: transparent;
} */
.gallery_modal .nav-tabs .nav-link.active {
    line-height: 24px;
}
.gallery_modal .nav-tabs .nav-link:hover {
    line-height: 24px;
}
.units_navbar {
    overflow-x: scroll !important;
    overflow-y: clip;
}
.units_navbar .nav-tabs {
    width: max-content;
}
.border-light-primary-bottom {
    border-bottom: 2px solid #dadff3 !important;
}
.h-text-dark {
    color: #141933 !important;
}
.select-box-bg {
    background-color: #faf6fb;
    border-radius: 8px;
}
@media (max-width: 1024px) {
    img {
        max-width: 100%;
    }
}
.bg-dark {
    background-color: #505673;
}
@media (min-width: 768px) {
    .navbar-expand-md .navbar-nav .nav-link { padding-right:1.5rem; }
}
.item-card2-icons {
    top: 15px;
    left: 15px;
}
.bg-warning {
    background-color: #f0934e;
}

.home-container {
	padding: 5rem;
}

/* Features Mega Menu Dropdown Styles */
.mega-menu {
    position: fixed !important;
    top: 70px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    background: white !important;
    border-radius: 8px !important;
    box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
    padding: 2rem !important;
    min-width: 900px !important;
    width: auto !important;
    max-width: 95vw !important;
    max-height: calc(100vh - 90px) !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    display: none !important;
    opacity: 0 !important;
    visibility: hidden !important;
    z-index: 10001 !important;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif !important;
}

/* Override style.css conflict with higher specificity */
.header .mega-menu,
.header-main .mega-menu,
.navbar .mega-menu {
    min-width: 900px !important;
    width: auto !important;
    max-width: 95vw !important;
}

/* Adjust top position based on navbar height */
@media (min-width: 768px) {
    .mega-menu,
    .header .mega-menu,
    .header-main .mega-menu,
    .navbar .mega-menu {
        top: 75px !important;
        max-height: calc(100vh - 95px) !important;
    }
}

/* Custom scrollbar styling for mega-menu */
.mega-menu::-webkit-scrollbar {
    width: 8px;
}

.mega-menu::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.mega-menu::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 4px;
}

.mega-menu::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.mega-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    animation: fadeInDown 0.3s forwards;
}

@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateX(-50%) translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateX(-50%) translateY(0);
    }
}

.mega-menu-header {
    display: flex;
    gap: 1rem;
    margin-bottom: 2rem;
    border-bottom: 2px solid #e5e7eb;
}

.mega-menu-tab {
    padding: 0.75rem 1.5rem;
    background: transparent;
    border: none;
    color: #6b7280;
    font-size: 1rem;
    font-weight: 600;
    cursor: pointer;
    position: relative;
    transition: color 0.2s;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.mega-menu-tab:hover {
    color: #1e3a8a;
}

.mega-menu-tab.active {
    color: #1e3a8a;
}

.mega-menu-tab.active::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 2px;
    background: #1e3a8a;
}

.mega-menu-content {
    display: none;
}

.mega-menu-content.active {
    display: block;
}

.category-headers {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 2rem;
    margin-bottom: 1.5rem;
    text-align: center;
}

.category-title {
    font-size: 0.875rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #1e3a8a;
    letter-spacing: 0.05em;
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.feature-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem 2rem;
}

.feature-item {
    display: flex;
    align-items: flex-start;
    gap: 0.75rem;
    padding: 0.75rem;
    border-radius: 6px;
    text-decoration: none;
    transition: background 0.2s;
}

.feature-item:hover {
    background: #f3f4f6;
}

.feature-item-empty {
    visibility: hidden;
}

.feature-icon {
    font-size: 1.25rem;
    color: #1e3a8a;
    margin-top: 0.125rem;
    flex-shrink: 0;
}

.feature-content {
    flex: 1;
}

.feature-name {
    color: #111827;
    font-weight: 600;
    font-size: 0.95rem;
    margin-bottom: 0.25rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}

.feature-description {
    color: #6b7280;
    font-size: 0.85rem;
    line-height: 1.4;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
}


.overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    display: none;
    z-index: 99;
}

.overlay.show {
    display: block;
}

#featuresNav.active .dropdown-icon,
#featuresNavAuth.active .dropdown-icon {
    transform: rotate(180deg);
    display: inline-block;
}

/* Ensure nav items with mega menu are positioned correctly */
#featuresNav,
#featuresNavAuth {
    position: relative !important;
}

/* Ensure mega menu is visible when shown */
.mega-menu.show {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
}

/* Tablet Responsive */
@media (max-width: 991px) and (min-width: 769px) {
    .mega-menu {
        min-width: 700px;
        max-width: 90vw;
    }
    
    .feature-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem 1.5rem;
    }
    
    .category-headers {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .mega-menu,
    .header .mega-menu,
    .header-main .mega-menu,
    .navbar .mega-menu {
        position: fixed !important;
        top: 60px !important;
        min-width: calc(100vw - 2rem) !important;
        max-width: calc(100vw - 2rem) !important;
        width: auto !important;
        max-height: calc(100vh - 80px) !important;
        left: 50% !important;
        right: auto !important;
        transform: translateX(-50%) !important;
        border-radius: 8px !important;
        padding: 1.5rem !important;
        overflow-y: auto !important;
        overflow-x: hidden !important;
    }
    
    .mega-menu.show {
        animation: fadeInDownMobile 0.3s forwards;
    }
    
    @keyframes fadeInDownMobile {
        from {
            opacity: 0;
            transform: translateX(-50%) translateY(-10px);
        }
        to {
            opacity: 1;
            transform: translateX(-50%) translateY(0);
        }
    }
    
    .feature-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }
    
    .category-headers {
        grid-template-columns: 1fr;
        gap: 1rem;
        margin-bottom: 1rem;
    }
    
    .mega-menu-header {
        flex-direction: column;
        gap: 0.5rem;
        margin-bottom: 1.5rem;
    }
    
    .mega-menu-tab {
        padding: 0.5rem 1rem;
        width: 100%;
        text-align: left;
    }
}