#loader {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(255, 255, 255, 0.8);

}

.spinner {
    width: 75px;
    height: 75px;
    border-radius: 50%;
    display: inline-block;
    border-top: 3px solid var(--site-color);
    border-right: 3px solid transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }

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

#map-canvas {
    height: 100%;
}

.select2-selection__rendered {
    line-height: 40px !important;
}

.select2-selection {
    min-height: 44px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 44px;
}

.select2-container .select2-selection--single {
    height: 46px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 40px !important;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 40px !important;
}

.select2-container--default .select2-selection--single {
    border: 1px solid #e0e0e0 !important;
}

.select2-container .select2-search--inline .select2-search__field {
    margin-top: -2px !important;
    color: #2c3e50;
    padding-left: 12px !important;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: var(--site-color);
}

.select2-container {
    width: 100% !important;
}

.dark .select2-container--default .select2-selection--single {
    background: #222 !important;
    border-color: #252525 !important;
}

.dark .select2-container--default .select2-selection--single .select2-selection__rendered {
    color: #fff !important;
}

.dark .select2-search.select2-search--dropdown {
    background: #252525 !important;
}

.dark .select2-container--default .select2-search--dropdown .select2-search__field {
    background: #252525 !important;
    color: #fff !important;
}

.dark .select2-container--open .select2-dropdown--below {
    border-color: #252525;
}

.pr-10 {
    padding: 0 0 0 10px;
}

.attachment-image {
    height: 80px;
    width: 80%;
}

.attachment-file {
    height: 80px;
    width: 50%;
}

.remove-file {
    position: absolute;
    /* right: 0; */
    top: 0;
}

.notification_tag {
    background: var(--site-color);
    color: #fff;
    font-size: 12px;
    border-radius: 100px;
    line-height: normal;
    /* height: 18px;
    width: 20px; */
    font-weight: bold;
    text-align: center;
    display: inline-block;
}

.nav-item span.count-mail {
    height: 22px !important;
    width: 22px !important;
    font-size: 12px;
    line-height: 20px !important;
    right: 0px;
    top: 10px;
}

h6 .notification_count {
    font-weight: 400;
}

.notification-height {
    overflow-y: scroll;
    overflow-x: hidden;
    max-height: 325px;
}

.mm-top-navbar .notification-menu {
    min-width: 450px;
}

.notify-list-bg {
    background: #ecf0f5
}

.navbar-list li .mm-sub-dropdown .sub-card {
    font-size: inherit;
    padding: 15px;
    line-height: normal;
    color: var(--mm-default);
    border-bottom: 1px solid #e7e7e8;
    display: inline-block;
    width: 100%;
}

.dark .notify-list-bg {
    background: #222222;
}

.card-body.activity-height {
    max-height: 368px !important;
    overflow-x: hidden !important;
}

.text-green-600 {
    color: rgba(5, 150, 105, 1);
}

.language_table tbody {
    display: block;
    max-height: 450px;
    overflow-y: scroll;
}

.language_table thead,
.language_table tbody tr {
    display: table;
    width: 100%;
    table-layout: fixed;
}

.mm-top-navbar .language-menu ul {
    max-height: 350px;
    overflow: scroll;
}

.selected-lang {
    height: 30px !important;
    min-width: 30px !important;
    width: 30px !important;
}

.selected-lang-list {
    width: 20px !important;
    height: auto !important;
    min-width: 15px !important;
}

.iti {
    width: 100% !important;
}

.dark .iti__country-list {
    background-color: #222;
    border: 1px solid #252525;
}

.profile-box {
    padding-bottom: 425px !important;
}

.icon-color {
    color: #ff0000;
}

.chat {
    float: left;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;

    width: 100%;
    /* background: #F2F5F8;
    color: #434651; */
}

.chat .chat-history {
    padding: 30px 30px 20px;
    border-bottom: 2px solid white;
    overflow-y: scroll;
    height: 575px;
}

.chat .chat-history .message-data {
    margin-bottom: 15px;
}

.chat .chat-history .message-data-time {
    padding-left: 6px;
}

.chat .chat-history .message {
    padding: 18px 20px;
    line-height: 26px;
    font-size: 16px;
    border-radius: 7px;
    margin-bottom: 30px;
    width: 90%;
    position: relative;
}

.chat .chat-history .message:after {
    bottom: 100%;
    left: 7%;
    border: solid transparent;

    height: 0;
    width: 0;
    position: absolute;

    border-width: 10px;
    margin-left: -10px;
}

.other-message {
    background: var(--info);
}

.my-message {
    background: var(--primary);
}

.my-message:after {
    border-bottom-color: var(--primary);
    left: 93%;
}

.chat-history ul {
    padding: 20px;
    /* height: 770px; */
}

.chat-history ul>li {
    padding-bottom: 20px;
    list-style: none;
}

.li-clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

#maplegend {
    font-family: Arial, sans-serif;
    background: #fff;
    padding: 10px;
    margin: 10px;
    color: #222;
}

#maplegend img {
    vertical-align: middle;
}

.map_driver_detail {
    font-family: Arial, sans-serif;
    background: #fff;
    color: #222;
}

.modal-open .modal-backdrop {
    backdrop-filter: blur(5px);
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 1 !important;
}

.image_valid {
    max-width: 835px;
    max-height: 599px;
}

/*
.dark .mode.light-img {
    display: none;
}

.dark .mode.dark-img {
    display: block;
}

.mode {
    display: none;
}

.mode.light-img {
    display: block;
}

.mode.ltr-img {
    display: block;
}
*/

/* START BULK IMPORT DATA */

.is-default-row td {
    color: black;
}

.no-items {
    color: black;
}

.help {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 70px;
    background-color: #e5f0ff;
    color: #397dff !important;
    outline: none !important;
    font-weight: bold;
    border-radius: 10px;
}

.downloadtemplate {
    padding-top: 10px;
    padding-bottom: 10px;
    width: 190px;
    background-color: #e5f0ff;
    color: #397dff !important;
    outline: none !important;
    font-weight: bold;
    border-radius: 10px;
}

/* Drop file */

.blue-text {
    background-color: #2b6eff;
    color: white;
    border: none;
    padding: 11px 11px;
    border-radius: 5px;
    cursor: pointer;
    margin-top: 5px;
}

.underline {
    text-decoration: underline;
}

.drop-field {
    position: relative;
    text-align: center;
    vertical-align: middle;
}

.drop-field,
.drop-area {
    height: 210px;
}

.drop-field .browse {
    z-index: 0;
    position: absolute;
    left: 0;
    bottom: 30px;
    right: 0;
    margin: 0 auto;
}

.drop-field .drop-area {
    display: block;
    border: 1px dashed blue;
    position: relative;
    border-radius: 10px;
    background-color: #f7faff;
}

.drop-field,
.drop-area,
.drop-field .browse {
    transition: all 0.3s;
}

.drop-field.loaded .drop-area {
    border: 1px dashed blue;
}

.drop-field .browse {
    opacity: 0;
    transform: translateY(100%);
}

.drop-field.loaded .browse {
    opacity: 1;
    transform: translateY(0);
}

.drop-field.hover .drop-area {
    border: 1px solid black;
}

.drop-field .drop-area input[type="file"] {
    height: 100%;
    width: 100%;
    position: absolute;
    display: block;
    z-index: 3;
    top: 0;
    left: 0;
    opacity: 0.000001;
}

.drop-field .file-list {
    position: absolute;
    z-index: 0;
    top: 80px;
    left: 0;
    right: 44px;
    text-align: center;
}

.drop-field .remove {
    position: absolute;
    left: 20px;
    top: 60px;
    z-index: 4;
    transition: all 0.3s;
    opacity: 0;
    transform: translateY(-100%);
    cursor: pointer;
    right: 20px;
}

.drop-field .remove:hover {
    color: blue;
}

.drop-field.loaded .remove {
    opacity: 1;
    transform: translateY(0);
}

.drop-field ul li {
    padding: 0;
    text-align: center;
    list-style: none;
}

.custom-hover:hover {
    background-color: #8754f6 !important;
    cursor: pointer;
}

.custom-hover:hover .mm-cart-text p,
.custom-hover:hover .mm-cart-text h5 {
    color: white !important;
}

/* END BULK IMPORT DATA */

.text-danger {
    color: red !important;
}

.has-error .form-control {
    border-color: red !important;
}

.help-block.error {
    color: red !important;
}

#iconremove {
    margin-left: 105px !important;
}

/* START LABEL */

.print-container {
    width: auto;
    max-width: 570px;
    padding: 10px;
    border-radius: 8px;
    border: 1px solid #37637e;
}

.print-table {
    width: 100%;
    border-collapse: collapse;
}

.print-table td {
    vertical-align: top;
}

.print-logo {
    width: 70px;
    height: auto;
    margin-right: 15px;
}

.print-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
}

.print-icon-container {
    flex: 1 0 11.66%;
    box-sizing: border-box;
    text-align: center;
}

.print-border-hr {
    border: 1px solid #808080;
    margin-left: -11px;
    width: 103.6%;
}

.button-center {
    margin-bottom: 20px;
    display: flex;
    justify-content: center;
    width: 128%;
}

.custom-toast {
    min-width: 200px;
    /* Adjust the width of the toast */
    border-radius: 10px;
    /* Optional: rounded corners */
}

.table-container {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
}

.sticky-header {
    position: sticky;
    top: 0;
    padding: 10px;
    z-index: 1000;
    display: flex;
    justify-content: flex-start;
    float: right;
}

/* END LABEL */

/*  START LIVE AREA TRACKING */
#map-filter-menu {
    /* position: absolute; */
    /* bottom: 3%;
    right: 6%; */
    z-index: 999;
    backdrop-filter: blur(10px);
    border-radius: 0;
    padding: 15px;
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    /* box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15); */
}


.filter-button {
    display: flex;
    align-items: center;
    gap: 10px;
    border-radius: 0;
    font-weight: 500;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    color: #fff;
    border: 0;
}

.filter-button.active {

    backdrop-filter: brightness(1.1);
}

.filter-button .circle {
    width: 14px;
    height: 14px;
    border-radius: 50%;
    background-color: #fff;
}


.filter-button:hover {
    transform: scale(1.05);
}

.high {
    color: #FF0000;
}

.moderate {
    color: #FFA500;
}

.normal {
    color: #FFD700;
}

.low {
    color: #49d009;
}

.high .circle {
    background-color: #FF0000;
}

.moderate .circle {
    background-color: #FFA500;
}

.normal .circle {
    background-color: #FFD700;
}

.low .circle {
    background-color: #49d009;
}

@media (max-width: 600px) {
    .filter-button {
        font-size: 12px;
        padding: 8px 12px;
    }
}

.heartbeat-dot {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: crimson;
    border-radius: 50%;
    box-shadow: 0 0 6px crimson;
    animation: heartbeat 1.4s ease-in-out infinite;
    cursor: pointer;
}

@keyframes heartbeat {

    0%,
    100% {
        transform: scale(1);
        opacity: 1;
    }

    30% {
        transform: scale(1.4);
        opacity: 0.7;
    }

    60% {
        transform: scale(1.1);
        opacity: 0.85;
    }
}

.iti__selected-flag {
    height: 40px !important;
}

/*  END LIVE AREA TRACKING */


/* DataTables Horizontal Scroll */
.datatable-scroll-wrapper {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch;
    width: 100%;
    margin: 1rem 0;
}

.datatable-scroll-wrapper table.dataTable {
    min-width: 1400px !important;
    width: 100% !important;
}

.datatable-scroll-wrapper table.dataTable th,
.datatable-scroll-wrapper table.dataTable td {
    white-space: nowrap;
}

.dataTables_wrapper {
    width: 100%;
}

.card-body>div[style*="overflow-x"] {
    overflow-x: auto !important;
}


/* DataTables Sorting Arrows - Position after text inline */
table.dataTable thead th.sorting,
table.dataTable thead th.sorting_asc,
table.dataTable thead th.sorting_desc,
table.dataTable thead th.sorting_asc_disabled,
table.dataTable thead th.sorting_desc_disabled {
    white-space: nowrap;
}

table.dataTable thead th.sorting:before,
table.dataTable thead th.sorting_asc:before,
table.dataTable thead th.sorting_desc:before,
table.dataTable thead th.sorting_asc_disabled:before,
table.dataTable thead th.sorting_desc_disabled:before {
    display: none !important;
}

table.dataTable thead th.sorting:after {
    content: " ↑↓" !important;
    position: static !important;
    display: inline !important;
    opacity: 0.5;
}

table.dataTable thead th.sorting_asc:after {
    content: " ↑" !important;
    position: static !important;
    display: inline !important;
    opacity: 1;
}

table.dataTable thead th.sorting_desc:after {
    content: " ↓" !important;
    position: static !important;
    display: inline !important;
    opacity: 1;
}


/* Active Tab Color - White text */
.nav-pills .nav-link.active,
.nav-pills .show>.nav-link,
.mm-edit-profile .nav-link.active,
.mm-edit-profile.nav-pills .nav-link.active,
.dark .nav-tabs .nav-link.active,
.dark .nav-pills .nav-link.active,
.dark .mm-edit-profile .nav-link.active,
.dark .mm-edit-profile.nav-pills .nav-link.active {
    background-color: var(--site-color) !important;
    color: #fff !important;
}

/* Inactive Tab Text Color */
.dark .nav-tabs .nav-item a,
.dark .nav-pills .nav-link:not(.active),
.dark .mm-edit-profile .nav-link:not(.active) {
    color: #fff !important;
}

.mm-edit-profile .nav-link:not(.active),
.nav-pills .nav-link:not(.active) {
    color: #5e5e5e !important;
}

/* Nav Pills/Tabs - Align text to start (not center) */
.mm-edit-profile .nav-link,
.mm-edit-profile.nav-pills .nav-link,
.mm-edit-profile.nav-tabs .nav-link,
.nav-pills .nav-link,
.nav-tabs .nav-link {
    text-align: start !important;
}

/* RTL-aware margin-inline-start (replaces ml-3) */
.ms-inline-3 {
    margin-inline-start: 1rem !important;
}

/* RTL-aware margin-inline-end (replaces mr-3) */
.me-inline-3 {
    margin-inline-end: 1rem !important;
}

/* RTL-aware margin for card-body mr-2 */
.card-body.mr-2 {
    margin-right: 0 !important;
    margin-inline-end: 0.5rem !important;
}

/* RTL-aware margin for DataTables search input */
.dataTables_filter input[type="search"] {
    margin-left: 0 !important;
    margin-inline-start: 0.5rem !important;
}

/* RTL - Flip back button arrow */
[dir="rtl"] .fa-angle-double-left::before,
html[dir="rtl"] .fa-angle-double-left::before {
    content: "\f101" !important;
    /* fa-angle-double-right */
}

/* RTL - Flip phone input padding (intl-tel-input) */
[dir="rtl"] .iti--allow-dropdown input[type="tel"],
[dir="rtl"] .iti--allow-dropdown input[type="text"],
[dir="rtl"] .iti--allow-dropdown input[type="text"]#phone.form-control,
html[dir="rtl"] .iti--allow-dropdown input[type="tel"],
html[dir="rtl"] .iti--allow-dropdown input[type="text"]#phone.form-control {
    padding-left: 6px !important;
    padding-right: var(--iti-block-width, 100px) !important;
}

/* RTL - Flip dropdown menu position */
[dir="rtl"] .dropdown-menu.show,
html[dir="rtl"] .dropdown-menu.show {
    left: auto !important;
    right: 0 !important;
    transform: translate3d(0px, 46px, 0px) !important;
}

/* RTL - Fix dropdown-menu-right positioning (should align to left in RTL) */
[dir="rtl"] .dropdown-menu-right.show,
html[dir="rtl"] .dropdown-menu-right.show {
    left: 0 !important;
    right: auto !important;
    top: 35% !important;
}

/* RTL - Fix language switcher dropdown positioning */
[dir="rtl"] .mm-sub-dropdown.language-menu,
html[dir="rtl"] .mm-sub-dropdown.language-menu {
    left: 0 !important;
    right: auto !important;
    top: 35% !important;
}

/* RTL - Fix notifications dropdown positioning */
[dir="rtl"] .mm-sub-dropdown.notification-menu,
html[dir="rtl"] .mm-sub-dropdown.notification-menu {
    top: 35% !important;
    left: 0 !important;
    right: auto !important;
}

/* RTL - Fix intl-tel-input country list dropdown positioning */
/* [dir="rtl"] .iti__country-list,
html[dir="rtl"] .iti__country-list {
    left: 0 !important;
    right: auto !important;
} */

.iti__country-list {
    width: 400px !important;
}

/* PREMIUM MODAL STYLES */
.premium-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    font-family: 'Playfair Display', serif;
    /* Elegant serif font */
}

.premium-modal.show {
    display: flex;
}

.premium-modal-backdrop {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(10, 10, 10, 0.85);
    backdrop-filter: blur(8px);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.premium-modal.show .premium-modal-backdrop {
    opacity: 1;
}

.premium-modal-content {
    position: relative;
    width: 90%;
    max-width: 450px;
    background: linear-gradient(145deg, #1a1a1a, #0d0d0d);
    border: 1px solid rgba(212, 175, 55, 0.3);
    /* Gold border */
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.5), 0 0 30px rgba(212, 175, 55, 0.1);
    transform: translateY(30px) scale(0.95);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
}

.premium-modal.show .premium-modal-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* Decorative background glow */
.premium-modal-content::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(212, 175, 55, 0.05) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

/* Animated Checkmark Icon */
.premium-modal-icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(212, 175, 55, 0.1);
    border: 1px solid rgba(212, 175, 55, 0.3);
}

.premium-modal-icon {
    font-size: 32px;
    color: #d4af37;
    /* Gold */
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}

.premium-modal.show .premium-modal-icon {
    opacity: 1;
    transform: scale(1);
}

/* Typography */
.premium-modal-title {
    font-size: 28px;
    color: #1A2744;
    margin-bottom: 15px;
    font-weight: 700;
    letter-spacing: 0.5px;
    opacity: 1;
    transform: translateY(10px);
    transition: all 0.5s ease 0.4s;
}

.premium-modal-message {
    font-family: 'Inter', sans-serif;
    /* Clean body font */
    font-size: 15px;
    color: #aaa;
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease 0.5s;
}

.premium-modal.show .premium-modal-title,
.premium-modal.show .premium-modal-message {
    opacity: 1;
    transform: translateY(0);
}

/* Button */
.premium-modal-btn {
    display: inline-block;
    padding: 12px 35px;
    background: transparent;
    border: 1px solid #d4af37;
    color: #d4af37;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease 0.6s, background 0.3s, color 0.3s;
}

.premium-modal-btn:hover {
    background: #d4af37;
    color: #000;
    box-shadow: 0 5px 15px rgba(212, 175, 55, 0.3);
}

/* PREMIUM MODAL STYLES */
.premium-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: center;
    font-family: var(--heading-fonts, 'Tajawal', sans-serif);
    /* Use site font */
    overflow-y: auto;
    /* Allow scrolling if content is tall */
}

.premium-modal.show {
    display: flex;
}

.premium-modal-backdrop {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    backdrop-filter: blur(5px);
    opacity: 0;
    transition: opacity 0.5s ease;
}

.premium-modal.show .premium-modal-backdrop {
    opacity: 1;
}

.premium-modal-content {
    position: relative;
    width: 90%;
    max-width: 450px;
    background: var(--section-bg, #ffffff);
    border: 2px solid var(--base-1, #fb5607);
    /* Brand Accent */
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
    transform: translateY(30px) scale(0.95);
    opacity: 0;
    transition: all 0.6s cubic-bezier(0.19, 1, 0.22, 1);
    overflow: hidden;
    z-index: 10001;
}

.premium-modal.show .premium-modal-content {
    transform: translateY(0) scale(1);
    opacity: 1;
}

/* Decorative background glow */
.premium-modal-content::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(var(--base-rgb), 0.1) 0%, transparent 60%);
    pointer-events: none;
    z-index: 0;
}

/* Animated Checkmark Icon */
.premium-modal-icon-wrapper {
    position: relative;
    width: 80px;
    height: 80px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background: rgba(var(--base-rgb), 0.1);
    border: 1px solid var(--base-1, #fb5607);
}

.premium-modal-icon {
    font-size: 32px;
    color: var(--base-1, #fb5607);
    opacity: 0;
    transform: scale(0.5);
    transition: all 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0.3s;
}

.premium-modal.show .premium-modal-icon {
    opacity: 1;
    transform: scale(1);
}

/* Typography */
.premium-modal-title {
    font-size: 28px;
    color: #1A2744;
    margin-bottom: 15px;
    font-weight: 700;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease 0.4s;
}

.premium-modal-message {
    font-family: var(--body-fonts, sans-serif);
    font-size: 16px;
    color: var(--body-clr, #4b5d68);
    line-height: 1.6;
    margin-bottom: 30px;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease 0.5s;
}

.premium-modal.show .premium-modal-title,
.premium-modal.show .premium-modal-message {
    opacity: 1;
    transform: translateY(0);
}

/* Button */
.premium-modal-btn {
    display: inline-block;
    padding: 12px 35px;
    background: var(--base-1, #fb5607);
    border: 1px solid var(--base-1, #fb5607);
    color: #fff;
    font-family: var(--heading-fonts, sans-serif);
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    border-radius: 50px;
    cursor: pointer;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(10px);
    transition: all 0.5s ease 0.6s, background 0.3s, color 0.3s, transform 0.3s;
}

.premium-modal-btn:hover {
    background: transparent;
    color: var(--base-1, #fb5607);
    transform: translateY(-2px);
    box-shadow: 0 5px 15px rgba(var(--base-rgb), 0.3);
}

.premium-modal.show .premium-modal-btn {
    opacity: 1;
    transform: translateY(0);
}