/* ============================================
   ROOT VARIABLES
   ============================================ */
:root {
    --primary: #14B8A6;
    --primary-dark: #0D9488;
    --primary-light: #5EEAD4;
    --primary-bg: #ECFDF5;
    --primary-bg-hover: rgba(20, 184, 166, 0.12);

    --gray-50: #F9FAFB;
    --gray-100: #F3F4F6;
    --gray-200: #E5E7EB;
    --gray-300: #D1D5DB;
    --gray-400: #9CA3AF;
    --gray-500: #6B7280;
    --gray-600: #4B5563;
    --gray-700: #374151;
    --gray-800: #1F2937;
    --gray-900: #111827;

    --greyLight: #23adade1;
    --greyLight-2: #cbe0dd;
    --greyDark: #2d4848;

    --dark: #042F2E;

    --success: #10B981;
    --danger: #EF4444;
    --danger-light: rgba(239, 68, 68, 0.1);
    --warning: #F59E0B;
    --info: #3B82F6;
    --urgent: #EF4444;

    --radius-sm: 8px;
    --radius-md: 12px;
    --radius-lg: 16px;
    --radius-xl: 20px;

    --shadow-sm: 0 1px 2px rgba(0, 0, 0, 0.05);
    --shadow-md: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, 0.1);

    --transition: all 0.2s cubic-bezier(0.4, 0, 0.2, 1);
}

/* ============================================
   SCROLLBAR STYLING
   ============================================ */

/* WebKit browsers (Chrome, Safari, Edge) */
::-webkit-scrollbar {
    width: 8px;
    height: 8px; /* for horizontal scrollbars */
}

::-webkit-scrollbar-track {
    background: transparent;
}

::-webkit-scrollbar-thumb {
    background: var(--gray-300);
    border-radius: 100px;
    border: 2px solid transparent;
    background-clip: padding-box;
}

::-webkit-scrollbar-thumb:hover {
    background: var(--gray-400);
    border: 2px solid transparent;
    background-clip: padding-box;
}

/* Hide scrollbar corner */
::-webkit-scrollbar-corner {
    background: transparent;
}

/* Firefox */
* {
    scrollbar-width: thin;
    scrollbar-color: var(--gray-300) transparent;
}

body {
    font-family: 'PLus Jakarta Sans';
    line-height: 1.5;
    color: #2D2B3A;
    background: #F8FAFC;
    overflow-x: hidden;
    margin-top: 106px;
}

button {
    outline: none !important;
}

.btn:focus {
    box-shadow: none !important;
}

.text-barred {
    text-decoration: line-through;
}

.container-xxl {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 1400px) {
    .container-xxl {
        max-width: 1440px
    }

    .hero-property-details-content {
        max-width: 1440px
    }
}

.container-xxl {
    padding-right: 1rem;
    padding-left: 1rem;
}

@media (min-width: 992px) {
    .container-xxl {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }

    .hero-property-details-content {
        padding-right: 1.5rem;
        padding-left: 1.5rem;
    }
}

/* Navbar */
#rentizy-navbar.navbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: white;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 10px;
}

#rentizy-navbar .logo a {
    color: #006D77;
    font-weight: bold;
    text-decoration: none;
    font-size: 24px;
}

#rentizy-navbar .nav-left {
    display: flex;
    align-items: center;
    gap: 3rem;
}

#rentizy-navbar .nav-center {
    display: flex;
    align-items: center;
    gap: 3rem;
    margin: auto;
}

#rentizy-navbar .nav-links {
    display: flex;
    gap: 2rem;
}

#rentizy-navbar .nav-links a {
    color: #475569;
    text-decoration: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}

#rentizy-navbar .nav-links a:hover {
    color: #111827;
}

#rentizy-navbar .nav-link {
    padding: 16px 24px;
    font-size: 16px;
    line-height: 24px;
    color: #64748B !important;
    font-weight: 600 !important;
}

#rentizy-navbar.home .nav-link {
    color: #14b8a6 !important;
}

#rentizy-navbar .profile-dropdown {
    top: 81px;
}

#rentizy-navbar .menu-item i {
    color: #6c757d;
}

#rentizy-navbar .menu-item,
#rentizy-navbar .menu-item-red {
    transition: all 0.2s ease;
    padding: 10px 0;
}

#rentizy-navbar .menu-item:hover i {
    color: #134E4A;
}

#rentizy-navbar .menu-item:hover {
    color: #134E4A;
    transform: translateX(5px);
}

#rentizy-navbar .menu-item-red:hover i {
    color: #961925;
}

#rentizy-navbar .menu-item-red:hover {
    color: #961925;
    transform: translateX(5px);
}

.navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between;
}

/* Header */
header .navbar .navbar-brand {
    font-size: 24px;
    line-height: 36px;
    color: #0F182A;
    text-transform: uppercase;
    font-weight: 800;
}

header .navbar .navbar-link {
    font-size: 16px;
    line-height: 24px;
    color: #14B8A6;
    font-weight: 500;
}

header .navbar .navbar-link:hover {
    text-decoration: none;
    color: #14B8A6;
}

header .navbar-nav li.nav-item .nav-link {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #14B8A6;
}

header .navbar-nav li.nav-item .nav-link.dropdown-toggle {
    font-weight: 600;
    line-height: 20.16px;
    color: #0F172A;
    display: flex;
    align-items: center;
    gap: 10px;
}

header .navbar-nav li.nav-item .nav-link.dropdown-toggle img {
    width: 20px;
}

.mobile-avatar {
    width: 30px !important;
    margin-right: 10px;
}

header .navbar-nav li.nav-item .dropdown-menu .dropdown-item:last-child {
    margin-bottom: 0;
}

header .navbar-nav li.nav-item .dropdown-menu .dropdown-item:active {
    background-color: unset;
}

header .navbar-nav li.nav-item.notification {
    position: relative;
}

header .navbar-nav li.nav-item.notification .badge {
    position: absolute;
    right: 6px;
    border-radius: 50%;
    background-color: #dc3e3e;
    color: #ffffff;
    width: 12px;
    height: 12px;
    top: 9px;
}

header .navbar-nav li.nav-item.notification i {
    color: #64748B;
    font-size: 16px;
}

header .navbar-nav li.nav-item .dropdown-menu {
    padding: 0 20px 16px 20px;
    border-radius: 8px;
    background: #F8FAFC;
    box-shadow: 0 0 28px 0 #0000000F;
}

header .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
    padding: 0;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #0F172A;
    margin-bottom: 30px;
}

header .navbar-nav li.nav-item .btn {
    padding: 14px 24px;
    background-color: #14B8A6;
    border-color: #14B8A6;
    color: #fff;
    border-radius: 8px;
    /*gap: 8px;*/
}

header .navbar-nav.navbar-menu {
    /*column-gap: 20px;*/
}

header .navbar-nav.navbar-menu li.nav-item .nav-link {
    padding: 16px 24px;
    font-size: 16px;
    font-weight: 500;
    line-height: 24px;
    color: #64748B;
}

header .navbar-nav.navbar-menu li.nav-item .nav-link.active {
    border-radius: 8px;
    background: #CCFBF1;
    color: #475569;
}

header .navbar-nav li.nav-item .btn:hover {
    background: #0D9488;
    border-color: #0D9488;
}

.navbar-light .navbar-toggler {
    background: #F8FAFC;
    border: 1px solid #E2E8F0;
    padding: 8px 16px;
    border-radius: 48px;
    outline: none;
}

.navbar-light .navbar-toggler i.fa {
    color: #14B8A6;
    font-size: 26px;
}

@media (min-width: 993px) {
    #rentizy-navbar.navbar {
        padding-top: 20px;
        padding-bottom: 20px;
        transition: all 0.2s ease;
    }
}

@media (min-width: 1064px) and (max-width: 1300px) {
    #rentizy-navbar .nav-links {
        gap: 1rem !important;
    }
}

@media (max-width: 1064px) {
    #rentizy-navbar .nav-right {
        min-width: unset !important;
    }
    #rentizy-navbar .nav-links {
        display: flex;
        gap: 1rem;
    }
}

@media (max-width: 991.98px) {
    .home .navbar-collapse {
        background: #042f2e !important;
        color: white !important;
    }
    #rentizy-navbar .navbar-collapse {
        background: white;
        padding: 0.5rem;
        margin-top: 1rem;
        box-shadow: 0 2px 5px -5px rgba(0, 0, 0, 1);
    }

    #rentizy-navbar .nav-left, .nav-center, .nav-right {
        margin: 1rem 0;
    }

    #rentizy-navbar .nav-center {
        display: flex;
        justify-content: center;
    }

    #rentizy-navbar .nav-links {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }

    #rentizy-navbar .nav-links a {
        display: block;
        padding: 0.5rem 0;
    }

    #rentizy-navbar .btn {
        margin: 0;
    }

    #rentizy-navbar .btn-rentizy {
        width: 100%;
        margin-top: 1rem;
    }
}

@media (max-width: 991.98px) {
    .navbar-nav {
        align-items: baseline !important;
    }

    .navbar-nav > li {
        width: 100%;
    }

    .navbar .navbar-collapse {
        margin-top: 20px;
    }

    .navbar-light .navbar-toggler {
        display: flex;
        align-items: center;
    }

    header .navbar-nav li.nav-item .nav-link {
        color: #64748B;
    }
}

/* Adjust for xs and sm screens */
@media (max-width: 576px) {
    :root {
        --bs-gutter-x: 0.75rem;
        --bs-gutter-y: 0.75rem;
    }

    header .navbar-nav.navbar-menu li.nav-item .nav-link.active {
        color: #14b8a6;
        border-radius: unset;
        background: unset;
    }
}

@media (min-width: 993px) {
    .navbar-scrolled .nav-link {
        padding-top: 12px !important;
        padding-bottom: 12px !important;
        transition: all 0.3s ease !important;
    }
    .navbar-scrolled .switcher div:first-child {
        padding: 0 !important;
        opacity: 0 !important;
        transition: all 0.3s ease !important;
    }
    .navbar-scrolled .switcher div:first-child {
        height: 0 !important;
        transition: all 0.1s ease !important;
    }
    .navbar-scrolled {
        box-shadow: 0 2px 10px rgba(0,0,0,0.1);
        padding-top: 10px !important;
        padding-bottom: 10px !important;
        transition: all 0.3s ease !important;
    }
    .navbar-scrolled .profile-dropdown {
        top: 62px !important;
    }
}

.home .navbar-nav li.nav-item .dropdown-menu {
    background: #005f5d !important;
    color: white !important;
}

.home .navbar-nav li.nav-item .dropdown-menu .text-muted {
    color: #dfdfdf !important;
}

.home .navbar-nav li.nav-item .dropdown-menu .dropdown-item {
    color: #FFF !important;
}

.home .navbar-nav li.nav-item .dropdown-menu  .menu-item,
.home .navbar-nav li.nav-item .dropdown-menu  .menu-item-red {
    transition: all 0.2s ease !important;
    padding: 10px 0 !important;
    background: #005f5d !important;
}

.home .navbar-nav li.nav-item .dropdown-menu  .menu-item {
    color: #FFF !important;
}

.home .navbar-nav li.nav-item .dropdown-menu  .menu-item-red {
    color: #ffacb4 !important;
}

.home .navbar-nav li.nav-item .dropdown-menu  .menu-item i {
    color: #FFF !important;
}

.home .navbar-nav li.nav-item .dropdown-menu  .menu-item:hover i {
    color: #eaeaea !important;
}

.home .navbar-nav li.nav-item .dropdown-menu  .menu-item:hover {
    color: #eaeaea !important;
    transform: translateX(5px) !important;
}

.home .navbar-nav li.nav-item .dropdown-menu  .menu-item-red:hover i {
    color: #e68a93 !important;
}

.home .navbar-nav li.nav-item .dropdown-menu  .menu-item-red:hover {
    color: #e68a93 !important;
    transform: translateX(5px) !important;
}
/* End Navbar */

/* Footer */
.page-footer {
    position: relative;
    display: block;
    padding-top: 80px;
    padding-bottom: 30px;
    background-color: #F1F5F9;
    border-top: 1px solid #E2E8F0;
    color: #475569;
}

/* Logo & Brand Section */
.footer-brand {
    margin-bottom: 25px;
}

.page-footer h3.logo {
    text-transform: uppercase;
    font-weight: 800;
    font-size: 28px;
    line-height: 1.2;
    color: #134E4A;
    margin-bottom: 16px;
    letter-spacing: 1px;
}

.page-footer p.footer-descr {
    color: #475569;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 25px;
    max-width: 90%;
}

/* Social Icons */
.social-icons {
    display: flex;
    gap: 15px;
    margin-bottom: 30px;
}

.social-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background-color: #fff;
    border-radius: 50%;
    color: #134E4A;
    font-size: 18px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.social-icon:hover {
    background-color: #134E4A;
    color: #fff;
    transform: translateY(-3px);
    text-decoration: none;
}

/* Column Headings */
.page-footer h5 {
    color: #0F172A;
    margin-bottom: 25px;
    font-weight: 700;
    font-size: 18px;
    line-height: 1.4;
    position: relative;
}

.page-footer h5::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 3px;
    background-color: #134E4A;
    border-radius: 3px;
}

/* Menu Links */
.footer-menu {
    position: relative;
    padding-left: 0;
    list-style: none;
    margin-top: 20px;
}

.footer-menu li {
    margin-bottom: 15px;
}

.footer-menu li > a {
    font-weight: 500;
    font-size: 15px;
    line-height: 1.4;
    color: #475569;
    text-decoration: none;
    transition: all 0.3s ease;
    display: inline-block;
    position: relative;
    padding-left: 0;
}

.footer-menu li > a:hover {
    color: #134E4A;
    padding-left: 5px;
}

/* Contact Info */
.contact-info {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

.contact-info li {
    margin-bottom: 15px;
    display: flex;
    align-items: flex-start;
    font-size: 16px;
    font-weight: 400;
}

.contact-info li i {
    color: #134E4A;
    margin-right: 12px;
    font-size: 16px;
    position: relative;
    top: 3px;
}

/* App Badges */
.app-badges {
    display: flex;
    gap: 10px;
}

.app-badge img {
    height: 35px;
    transition: transform 0.3s ease;
}

.app-badge:hover img {
    transform: translateY(-2px);
}

/* Bottom Footer */
.footer-bottom {
    border-top: 1px solid #CBD5E1;
    padding-top: 20px;
    margin-top: 20px;
}

.footer-bottom .copy {
    font-size: 14px;
    margin-bottom: 0;
}

.footer-bottom-links {
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.footer-bottom-links a {
    color: #475569;
    font-size: 14px;
    text-decoration: none;
    transition: color 0.2s ease;
}

.footer-bottom-links a:hover {
    color: #134E4A;
}

/* Responsive Adjustments */
@media (max-width: 991px) {
    .newsletter-section {
        text-align: center;
    }

    .newsletter-form {
        margin-top: 20px;
    }

    .footer-bottom-links {
        justify-content: center;
        margin-top: 15px;
    }

    .footer-bottom .copy {
        text-align: center;
    }
}

@media (max-width: 767px) {
    .page-footer {
        padding-top: 60px;
    }

    .social-icons {
        justify-content: center;
    }

    .footer-brand {
        text-align: center;
    }

    .page-footer p.footer-descr {
        max-width: 100%;
    }

    .page-footer h5 {
        text-align: center;
    }

    .page-footer h5::after {
        left: 50%;
        transform: translateX(-50%);
    }

    .footer-menu li > a {
        display: block;
        text-align: center;
    }

    .contact-info li {
        justify-content: center;
        text-align: center;
    }

    .app-badges {
        justify-content: center;
    }
}
/* End Footer */


.switcher {
    display: grid;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    border: 1px solid #E2E8F0;
    background: #F8FAFC;
    width: fit-content;
}
.home .switcher {
    border: 1px solid #0f766e;
    background: #006358;
}
.home .switcher div:first-child {
    color: #14b8a6;
}
.home .switcher .btn:not(.active) {
    color: #e5e5e5;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
.home .switcher button:hover {
    color: #FFF !important;
}
.home .switcher button.active {
    border-radius: 6px;
    background: #042f2e;
    color: #e5e5e5;
}

.switcher div {
    padding: 2px;
}
.switcher button {
    display: flex;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
}
.switcher button.active {
    display: flex;
    height: 36px;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 6px;
    background: #FFF;
    /* Shadows/shadow-sm */
    box-shadow: 0px 1px 3px 0px rgba(16, 24, 40, 0.10), 0px 1px 2px 0px rgba(16, 24, 40, 0.06);
}
.switcher button:hover,
.switcher button:active,
.switcher button:focus,
.switcher button:visited {
    box-shadow: unset !important;
}
.switcher .btn {
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    font-weight: 500;
    border-radius: 0.375rem;
    transition: all 0.2s;
}
.switcher .btn.active {
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    color: #0F172A;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
.switcher .btn:not(.active) {
    color: #64748B;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
}
.switcher .btn:not(.active):hover {
    color: #111827;
}

/* Sticky switcher for mobile devices */
@media (max-width: 991px) {
    #mobile-switcher.sticky {
        position: fixed;
        top: 75px;
        left: 50%;
        transform: translateX(-50%);
        width: 80%;
        z-index: 1000;
        background-color: white;
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    }
    #mobile-switcher.sticky {
        display: block !important;
    }
    #mobile-switcher.sticky div:first-child {
        display: none;
    }
}

@media (min-width: 993px) {
    .switcher div:first-child {
        padding: 2px;
        opacity: 1;
        transition: all 0.3s ease !important;
    }
    .switcher div:first-child {
        /* height: 25px; */
        transition: all 0.1s ease !important;
    }
}

@media (max-width: 991.98px) {
    .switcher {
        justify-content: center;
    }

    .switcher .btn {
        flex: 1;
        text-align: center;
    }
}


/* FullCalendar */
.fc .fc-daygrid-day-top .fc-daygrid-day-number {
    font-size: small;
}

.fc .fc-col-header-cell-cushion {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-transform: uppercase;
    color: #0F172A;
}

.fc-theme-standard td, .fc-theme-standard th, .fc-theme-standard .fc-scrollgrid {
    border: 1px solid #E2E8F0;
}

.fc .fc-daygrid-day.fc-day-today {
    background: #F8FAFC;
}

.fc-daygrid-day-events {
    min-height: 5em !important;
    margin-bottom: 0 !important;
}

.fc .fc-daygrid-event {
    display: block;
    background: #CCFBF1;
    border-left: 1px solid #5EEAD4;
    border-radius: 8px;
    padding: 12px;
    margin: 0 0 6px !important;
}

.fc .fc-daygrid-event.confirmed {
    background: #faddff;
    border-left: 1px solid #642ca3;
}

.fc .fc-button-primary {
    background-color: #14B8A6;
    border-color: #14B8A6;
}

.fc .fc-button-primary:hover {
    background-color: #0D9488;
    border-color: #0D9488;
}
.fc .fc-button-primary:disabled:hover {
    background-color: #2c3e50;
    border-color: #2c3e50;
}

.fc .fc-button-primary:focus {
    box-shadow: unset !important;
}

.fc-event-title {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #0F172A;
}

.fc-event-time {
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #64748B;
}

.fc-event-description {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
    color: #64748B;
    margin: 0;
}

.fc-event-time {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/* FullCalendar mobile */
@media (max-width: 576px) {
    #calendar {
        margin-top: 20px;
    }

    .fc .fc-col-header-cell-cushion {
        font-size: 10px;
        justify-content: center;
    }

    .fc-daygrid-day-events {
        min-height: 2em !important;
    }

    .fc .fc-daygrid-event {
        padding: 8px;
        margin: 0 0 4px !important;
    }

    .fc-event-title {
        font-size: 8px;
    }

    .fc-event-time {
        font-size: 8px;
    }

    .fc-event-description {
        font-size: 8px;
    }

    .fc .fc-toolbar.fc-header-toolbar {
        text-align: center;
        display: grid;
        justify-content: center;
        row-gap: 10px;
    }
}


/* ============================================
   RENTIZY Toast Notification Styles
   Modern, minimalist design with smooth animations
   ============================================ */

.rentizy-toast-container {
    position: fixed;
    bottom: 24px;
    right: 24px;
    z-index: 999999999;
    display: flex;
    flex-direction: column;
    gap: 12px;
    pointer-events: none;
    max-width: 420px;
}

.rentizy-toast {
    pointer-events: all;
    background: #ffffff;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.12), 0 2px 8px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    opacity: 0;
    transform: translateX(calc(100% + 24px));
    transition: all 0.4s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    min-width: 320px;
    max-width: 420px;
    position: relative;
}

.rentizy-toast.show {
    opacity: 1;
    transform: translateX(0);
}

.rentizy-toast.hide {
    opacity: 0;
    transform: translateX(calc(100% + 24px));
    transition: all 0.3s ease-in;
}

.rentizy-toast-content {
    display: flex;
    align-items: flex-start;
    padding: 16px;
    gap: 12px;
    position: relative;
}

.rentizy-toast-icon {
    flex-shrink: 0;
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 20px;
}

.rentizy-toast-success {
    background: linear-gradient(135deg, #14B8A6 0%, #0D9488 100%);
}

.rentizy-toast-info {
    background: linear-gradient(135deg, #14B8A6 0%, #0D9488 100%);
}

.rentizy-toast-warning {
    background: linear-gradient(135deg, #F59E0B 0%, #D97706 100%);
}

.rentizy-toast-danger {
    background: linear-gradient(135deg, #EF4444 0%, #DC2626 100%);
}

.rentizy-toast-text {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 4px;
    padding-right: 8px;
}

.rentizy-toast-title {
    font-weight: 600;
    font-size: 15px;
    line-height: 1.4;
    color: #111827;
    letter-spacing: -0.01em;
}

.rentizy-toast-message {
    font-size: 14px;
    line-height: 1.5;
    color: #6B7280;
    word-wrap: break-word;
}

.rentizy-toast-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    margin-top: 8px;
    font-size: 14px;
    font-weight: 500;
    color: #14B8A6;
    text-decoration: none;
    transition: color 0.2s ease;
}

.rentizy-toast-link:hover {
    color: #0D9488;
    text-decoration: none;
}

.rentizy-toast-close {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
    border: none;
    background: transparent;
    color: #9CA3AF;
    cursor: pointer;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.rentizy-toast-close:hover {
    background: #F3F4F6;
    color: #6B7280;
}

.rentizy-toast-close:active {
    transform: scale(0.95);
}

.rentizy-toast-progress {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 3px;
    background: linear-gradient(90deg, #14B8A6 0%, #0D9488 100%);
    width: 100%;
    transform-origin: left;
}

.rentizy-toast[data-type="warning"] .rentizy-toast-progress {
    background: linear-gradient(90deg, #F59E0B 0%, #D97706 100%);
}

.rentizy-toast[data-type="danger"] .rentizy-toast-progress {
    background: linear-gradient(90deg, #EF4444 0%, #DC2626 100%);
}

@keyframes progress {
    from {
        transform: scaleX(1);
    }
    to {
        transform: scaleX(0);
    }
}

/* Mobile Responsive - Compact Top Placement */
@media (max-width: 640px) {
    .rentizy-toast-container {
        top: 16px;
        left: 16px;
        right: 16px;
        bottom: auto;
        max-width: none;
    }

    .rentizy-toast {
        min-width: auto;
        max-width: none;
        width: 100%;
        transform: translateY(-150%);
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1), 0 1px 4px rgba(0, 0, 0, 0.08);
    }

    .rentizy-toast.show {
        transform: translateY(0);
    }

    .rentizy-toast.hide {
        transform: translateY(-150%);
    }

    .rentizy-toast-content {
        padding: 12px;
        gap: 10px;
    }

    .rentizy-toast-icon {
        width: 32px;
        height: 32px;
        border-radius: 8px;
    }

    .rentizy-toast-icon svg {
        width: 16px;
        height: 16px;
    }

    .rentizy-toast-text {
        gap: 2px;
        padding-right: 4px;
    }

    .rentizy-toast-title {
        font-size: 13px;
        font-weight: 600;
    }

    .rentizy-toast-message {
        font-size: 12px;
        line-height: 1.4;
    }

    .rentizy-toast-link {
        margin-top: 6px;
        font-size: 12px;
    }

    .rentizy-toast-close {
        width: 20px;
        height: 20px;
    }

    .rentizy-toast-close svg {
        width: 12px;
        height: 12px;
    }

    .rentizy-toast-progress {
        height: 2px;
    }
}

@media (min-width: 641px) and (max-width: 768px) {
    .rentizy-toast-container {
        right: 20px;
        bottom: 20px;
    }
}


/* ===========================================
   NOTIFICATIONS PAGE STYLES
   =========================================== */

.rentizy-notifications {
    min-height: calc(100vh - 80px);
    background: #f8fafa;
}

.rentizy-notifications .container-xxl {
    max-width: 720px;
}

/* --- Header Section --- */
.rentizy-notifications .notifications-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
}

.rentizy-notifications .header-left {
    flex: 1;
}

.rentizy-notifications .page-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--gray-800);
    margin: 0 0 2px 0;
}

.rentizy-notifications .page-subtitle {
    font-size: 14px;
    color: var(--gray-500);
    margin: 0;
}

.rentizy-notifications .header-actions {
    display: flex;
    gap: 10px;
}

.rentizy-notifications .btn-action {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 8px 14px;
    border-radius: var(--radius-md);
    font-size: 13px;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: var(--transition);
}

.rentizy-notifications .btn-secondary-action {
    background: white;
    color: var(--gray-600);
    border: 1px solid var(--gray-200);
}

.rentizy-notifications .btn-secondary-action:hover {
    background: var(--gray-50);
    border-color: var(--gray-300);
}

/* --- Filter Tabs --- */
.rentizy-notifications .notifications-filters {
    display: inline-flex;
    gap: 4px;
    margin-bottom: 20px;
    padding: 4px;
    background: white;
    border-radius: var(--radius-md);
    box-shadow: var(--shadow-sm);
    border: 1px solid var(--gray-200);
}

.rentizy-notifications .filter-tab {
    display: flex;
    align-items: center;
    gap: 6px;
    padding: 7px 14px;
    border: none;
    background: transparent;
    border-radius: var(--radius-sm);
    font-size: 13px;
    font-weight: 500;
    color: var(--gray-500);
    cursor: pointer;
    transition: var(--transition);
}

.rentizy-notifications .filter-tab:hover {
    color: var(--gray-700);
    background: var(--gray-50);
}

.rentizy-notifications .filter-tab.active {
    background: var(--primary);
    color: white;
}

.rentizy-notifications .filter-tab.active .filter-count {
    background: rgba(255, 255, 255, 0.25);
    color: white;
}

.rentizy-notifications .filter-count {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    padding: 0 6px;
    background: var(--gray-100);
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
    color: var(--gray-600);
}

/* --- Notifications Container --- */
.rentizy-notifications .notifications-container {
    background: white;
    border-radius: var(--radius-lg);
    border: 1px solid var(--gray-200);
    overflow: hidden;
}

/* --- Date Separator --- */
.rentizy-notifications .notification-date-group {
    /* Groups stack cleanly */
}

.rentizy-notifications .notification-date-group:first-child .date-separator {
    border-top: none;
}

.rentizy-notifications .date-separator {
    padding: 10px 16px;
    background: var(--gray-50);
    border-top: 1px solid var(--gray-100);
    border-bottom: 1px solid var(--gray-100);
    margin: 0 !important;
}

.rentizy-notifications .date-label {
    font-size: 12px;
    font-weight: 600;
    color: var(--gray-500);
    text-transform: uppercase;
    letter-spacing: 0.3px;
    margin: 0;
}

/* --- Notification Card --- */
.rentizy-notifications .notifications-list {
    display: flex;
    flex-direction: column;
}

.rentizy-notifications .notification-card {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    background: white;
    border-bottom: 1px solid var(--gray-100);
    transition: background 0.15s ease;
    position: relative;
}

.rentizy-notifications .notification-card:last-child {
    border-bottom: none;
}

.rentizy-notifications .notification-card:hover {
    background: var(--gray-50);
}

.rentizy-notifications .notification-card.unread {
    background: linear-gradient(90deg, rgba(20, 184, 166, 0.06) 0%, rgba(20, 184, 166, 0.02) 100%);
}

.rentizy-notifications .notification-card.unread::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--primary);
}

.rentizy-notifications .notification-card.unread:hover {
    background: linear-gradient(90deg, rgba(20, 184, 166, 0.1) 0%, rgba(20, 184, 166, 0.04) 100%);
}

/* --- Notification Icon --- */
.rentizy-notifications .notification-icon-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    min-width: 36px;
    background: var(--gray-100);
    border-radius: var(--radius-sm);
    color: var(--gray-400);
    font-size: 14px;
}

.rentizy-notifications .notification-card.unread .notification-icon-wrapper {
    background: var(--primary-bg);
    color: var(--primary);
}

/* --- Notification Content --- */
.rentizy-notifications .notification-content {
    flex: 1;
    min-width: 0;
    display: flex;
    align-items: center;
    gap: 12px;
}

.rentizy-notifications .notification-main {
    flex: 1;
    min-width: 0;
}

.rentizy-notifications .notification-message {
    font-size: 14px;
    color: var(--gray-600);
    line-height: 1.4;
    margin: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.rentizy-notifications .notification-card.unread .notification-message {
    font-weight: 500;
    color: var(--gray-800);
}

.rentizy-notifications .notification-meta {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 3px;
}

.rentizy-notifications .notification-time {
    display: flex;
    align-items: center;
    gap: 4px;
    font-size: 12px;
    color: var(--gray-400);
}

.rentizy-notifications .notification-time i {
    font-size: 11px;
}

.rentizy-notifications .notification-badge {
    display: inline-flex;
    align-items: center;
    padding: 2px 8px;
    background: var(--primary);
    color: white;
    font-size: 10px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    border-radius: 10px;
}

/* --- Notification Link --- */
.rentizy-notifications .notification-link {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    font-size: 13px;
    font-weight: 500;
    color: var(--primary);
    text-decoration: none;
    white-space: nowrap;
    transition: var(--transition);
}

.rentizy-notifications .notification-link:hover {
    color: var(--primary-dark);
    text-decoration: none;
}

.rentizy-notifications .notification-link i {
    font-size: 11px;
    transition: transform 0.15s ease;
}

.rentizy-notifications .notification-link:hover i {
    transform: translateX(2px);
}

/* --- Notification Actions --- */
.rentizy-notifications .notification-actions {
    display: flex;
    gap: 2px;
    opacity: 0;
    transition: opacity 0.15s ease;
}

.rentizy-notifications .notification-card:hover .notification-actions {
    opacity: 1;
}

.rentizy-notifications .action-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border: none;
    background: transparent;
    border-radius: var(--radius-sm);
    color: var(--gray-400);
    cursor: pointer;
    transition: var(--transition);
}

.rentizy-notifications .action-btn:hover {
    background: var(--gray-100);
    color: var(--gray-600);
}

.rentizy-notifications .action-btn.delete-notification:hover {
    background: var(--danger-light);
    color: var(--danger);
}

/* --- Empty State --- */
.rentizy-notifications .empty-state {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 60px 40px;
    background: white;
}

.rentizy-notifications .empty-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    background: var(--gray-100);
    border-radius: 50%;
    margin-bottom: 16px;
}

.rentizy-notifications .empty-icon i {
    font-size: 26px;
    color: var(--gray-400);
}

.rentizy-notifications .empty-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--gray-700);
    margin: 0 0 6px 0;
}

.rentizy-notifications .empty-description {
    font-size: 14px;
    color: var(--gray-500);
    margin: 0;
    max-width: 300px;
}

/* ===========================================
   NAVBAR NOTIFICATION DROPDOWN STYLES
   =========================================== */

.notification-dropdown-wrapper {
    position: relative;
}

.notification-dropdown {
    position: absolute;
    top: calc(100% + 8px);
    right: -12px;
    width: 360px;
    background: white;
    border-radius: var(--radius-lg);
    box-shadow: 0 20px 40px -12px rgba(0, 0, 0, 0.2), 0 0 0 1px rgba(0, 0, 0, 0.05);
    opacity: 0;
    visibility: hidden;
    transform: translateY(-8px) scale(0.98);
    transition: all 0.2s ease;
    z-index: 1050;
    overflow: hidden;
}

.notification-dropdown.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

/* Arrow pointer */
.notification-dropdown::before {
    content: '';
    position: absolute;
    top: -6px;
    right: 20px;
    width: 12px;
    height: 12px;
    background: white;
    transform: rotate(45deg);
    border-left: 1px solid rgba(0, 0, 0, 0.05);
    border-top: 1px solid rgba(0, 0, 0, 0.05);
}

/* Dropdown Header */
.notification-dropdown .dropdown-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 16px;
    border-bottom: 1px solid var(--gray-100);
}

.notification-dropdown .dropdown-title {
    font-size: 15px;
    font-weight: 600;
    color: var(--gray-800);
    margin: 0;
}

.notification-dropdown .dropdown-mark-all {
    font-size: 12px;
    font-weight: 500;
    color: var(--primary);
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px 8px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.notification-dropdown .dropdown-mark-all:hover {
    background: var(--primary-bg);
}

/* Dropdown List */
.notification-dropdown .dropdown-list {
    max-height: 340px;
    overflow-y: auto;
}

.notification-dropdown .dropdown-list::-webkit-scrollbar {
    width: 4px;
}

.notification-dropdown .dropdown-list::-webkit-scrollbar-track {
    background: transparent;
}

.notification-dropdown .dropdown-list::-webkit-scrollbar-thumb {
    background: var(--gray-200);
    border-radius: 2px;
}

/* Dropdown Item */
.notification-dropdown .dropdown-item {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    padding: 12px 16px;
    border-bottom: 1px solid var(--gray-50);
    cursor: pointer;
    transition: background 0.15s ease;
    text-decoration: none;
}

.notification-dropdown .dropdown-item:hover {
    background: var(--gray-50);
    text-decoration: none;
}

.notification-dropdown .dropdown-item.unread {
    background: rgba(20, 184, 166, 0.04);
}

.notification-dropdown .dropdown-item.unread:hover {
    background: rgba(20, 184, 166, 0.08);
}

.notification-dropdown .dropdown-item:last-child {
    border-bottom: none;
}

.notification-dropdown .item-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    min-width: 32px;
    background: var(--gray-100);
    border-radius: var(--radius-sm);
    color: var(--gray-400);
    font-size: 13px;
}

.notification-dropdown .dropdown-item.unread .item-icon {
    background: var(--primary-bg);
    color: var(--primary);
}

.notification-dropdown .item-content {
    flex: 1;
    min-width: 0;
}

.notification-dropdown .item-message {
    font-size: 13px;
    color: var(--gray-600);
    line-height: 1.35;
    margin: 0 0 2px 0;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.notification-dropdown .dropdown-item.unread .item-message {
    color: var(--gray-800);
    font-weight: 500;
}

.notification-dropdown .item-time {
    font-size: 11px;
    color: var(--gray-400);
}

.notification-dropdown .unread-dot {
    width: 7px;
    height: 7px;
    min-width: 7px;
    background: var(--primary);
    border-radius: 50%;
    margin-top: 4px;
}

/* Dropdown Footer */
.notification-dropdown .dropdown-footer {
    padding: 10px 16px;
    border-top: 1px solid var(--gray-100);
    background: var(--gray-50);
}

.notification-dropdown .view-all-link {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    font-size: 13px;
    font-weight: 500;
    color: var(--primary);
    text-decoration: none;
    padding: 8px;
    border-radius: var(--radius-sm);
    transition: var(--transition);
}

.notification-dropdown .view-all-link:hover {
    color: var(--primary-dark);
    text-decoration: none;
}
.notification-dropdown .view-all-link:hover i {
    color: var(--primary-dark) !important;
}

.notification-dropdown .view-all-link i {
    font-size: 11px;
}

/* Dropdown Empty State */
.notification-dropdown .dropdown-empty {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    text-align: center;
}

.notification-dropdown .dropdown-empty i {
    font-size: 28px;
    color: var(--gray-300);
    margin-bottom: 10px;
}

.notification-dropdown .dropdown-empty p {
    font-size: 13px;
    color: var(--gray-500);
    margin: 0;
}

/* Navbar notification bell styling */
.nav-item.notification .nav-link {
    position: relative;
}

.nav-item.notification .badge {
    position: absolute;
    top: 4px;
    right: 4px;
    width: 8px;
    height: 8px;
    padding: 0;
    background: var(--primary);
    border-radius: 50%;
    border: 2px solid white;
}

/* ===========================================
   RESPONSIVE STYLES
   =========================================== */

@media (max-width: 768px) {
    .rentizy-notifications .notifications-header {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
    }

    .rentizy-notifications .page-title {
        font-size: 20px;
    }

    .rentizy-notifications .header-actions {
        width: 100%;
    }

    .rentizy-notifications .btn-action {
        flex: 1;
        justify-content: center;
    }

    .rentizy-notifications .notifications-filters {
        width: 100%;
        display: flex;
    }

    .rentizy-notifications .filter-tab {
        flex: 1;
        justify-content: center;
        padding: 8px 10px;
    }

    .rentizy-notifications .notification-card {
        padding: 10px 12px;
        gap: 10px;
    }

    .rentizy-notifications .notification-icon-wrapper {
        width: 32px;
        height: 32px;
        min-width: 32px;
        font-size: 13px;
    }

    .rentizy-notifications .notification-content {
        flex-direction: column;
        align-items: flex-start;
        gap: 6px;
    }

    .rentizy-notifications .notification-message {
        font-size: 13px;
        white-space: normal;
    }

    .rentizy-notifications .notification-actions {
        opacity: 1;
    }

    .rentizy-notifications .action-btn {
        width: 28px;
        height: 28px;
    }

    /* Dropdown responsive */
    .notification-dropdown {
        position: fixed;
        top: 60px !important;
        left: 8px;
        right: 8px;
        width: auto;
        max-height: calc(100vh - 80px);
    }

    .notification-dropdown::before {
        display: none;
    }
}

@media (max-width: 480px) {
    .rentizy-notifications .notification-link {
        width: 100%;
        justify-content: flex-start;
        padding-top: 4px;
    }
}

/* ===========================================
   ANIMATIONS
   =========================================== */

/* Fade out animation for deleted notifications */
.rentizy-notifications .notification-card.removing {
    animation: slideOut 0.25s ease forwards;
}

@keyframes slideOut {
    to {
        opacity: 0;
        transform: translateX(20px);
        max-height: 0;
        padding-top: 0;
        padding-bottom: 0;
        margin: 0;
        overflow: hidden;
    }
}
