/* Fix footer contact text to display in one line */
.footer .list-item {
    overflow: visible !important;
}
.footer .list-item .right {
    width: calc(100% - 40px) !important;
    height: auto !important;
    float: left !important;
    white-space: nowrap !important;
    overflow: visible !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
}

@media (max-width: 768px) {
    .footer .list-item .right {
        font-size: 12px !important;
    }
}

:root {
    --font-common: 'Nunito', sans-serif;
    --font-size-common: 15px;
    --font-size-common-1: 14px;
}
body {
    font-family: var(--font-common)!important;
    font-size: var(--font-size-common)!important;
}
.btn {
    letter-spacing: normal;
    font-size: var(--font-size-common);
}
.modal .btn-close {
    content: 'A';
}
.section {
    position: static;
}

table.t1 tr td {
    border-top: 1px solid #e3e3e3;
}

.iframe1 {
    width: 100%;
    height: 200px;
}

.card.card-statistic-1 .card-header h4, .card.card-statistic-2 .card-header h4 {
    letter-spacing: normal;
}
.w_40 {width: 40px!important;}
.w_50 {width: 50px!important;}
.w_100 {width: 100px!important;}
.w_150 {width: 150px!important;}
.w_200 {width: 200px!important;}
.w_300 {width: 300px!important;}
.w_400 {width: 400px!important;}
.w_450 {width: 450px!important;}
.w_100_p {width: 100%!important;}

.h_100 {height: 100px!important;}
.h_150 {height: 150px!important;}
.h_200 {height: 200px!important;}
.h_300 {height: 300px!important;}
.h_350 {height: 350px!important;}
.h_400 {height: 400px!important;}

.fz_20 {font-size: 20px!important;}
.fz_30 {font-size: 30px!important;}
.fz_40 {font-size: 40px!important;}
.fz_50 {font-size: 50px!important;}

.rounded-circle-custom {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
    margin-right: 4px;
}

.c1 {
    color: var(--admin-primary, #f09c1c);
}

.hide {
    display: none;
}

.obfc1 {
    object-fit: cover;
    height: 200px;
}
.video-iframe-container iframe {
    width: 100%;
    height: 200px;
}

.bdb1 {border-bottom: 1px solid #d3d3d3;}

table tr td {
    border-bottom: 1px solid #e3e3e3 !important;
    vertical-align: middle!important;
}
.table.table-bordered td, .table.table-bordered th {
    border-color: #e3e3e3!important;
}

.sec-title {
    font-size: 16px;
    font-weight: 600;
    background: #eaeaea;
    padding: 8px 20px;
    color: #000;
    margin-bottom: 20px;
}
.section .section-header .btn {
    font-size: var(--font-size-common)!important;
}

/* Modern Sidebar Menu Styling */
.sidebar-menu .nav-link {
    padding: 12px 20px !important;
    margin: 2px 8px;
    border-radius: 8px;
    background: #f8f9fa;
    color: #495057;
    font-weight: 500;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    text-decoration: none;
    display: flex;
    align-items: center;
}

.sidebar-menu .nav-link:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--admin-primary, #f09c1c);
    transform: translateX(2px);
    border-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.sidebar-menu .nav-link.active {
    background: linear-gradient(135deg, var(--admin-primary, #f09c1c) 0%, var(--admin-secondary, #2c2c2c) 100%);
    color: #ffffff;
    border-color: var(--admin-primary, #f09c1c);
    box-shadow: 0 4px 8px rgba(var(--admin-primary-rgb, 240, 156, 28), 0.3);
}

.sidebar-menu .nav-link i {
    margin-right: 10px;
    font-size: 14px;
    width: 16px;
    text-align: center;
}

.sidebar-menu .nav-item.dropdown .nav-link.has-dropdown {
    background: #f1f3f5;
    color: #495057;
}

.sidebar-menu .nav-item.dropdown .nav-link.has-dropdown:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--admin-primary, #f09c1c);
}

.sidebar-menu .dropdown-menu {
    background: #ffffff;
    border: 1px solid #dee2e6;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.08);
    padding: 8px 0;
    margin-top: 4px;
}

.sidebar-menu .dropdown-menu .nav-link {
    padding: 8px 16px 8px 32px !important;
    margin: 2px 8px;
    background: transparent;
    color: #6c757d;
    font-size: 14px;
    border-radius: 6px;
}

.sidebar-menu .dropdown-menu .nav-link:hover {
    background: rgba(255, 255, 255, 0.15);
    color: var(--admin-primary, #f09c1c);
    transform: none;
    border-color: transparent;
    box-shadow: none;
}

.sidebar-menu .dropdown-menu .nav-link.active {
    background: rgba(var(--admin-primary-rgb, 240, 156, 28), 0.15);
    color: var(--admin-primary, #f09c1c);
    border-color: rgba(var(--admin-primary-rgb, 240, 156, 28), 0.3);
    box-shadow: none;
}
.main-sidebar .sidebar-brand {
    padding-left: 20px;
    padding-right: 20px;
    text-align: left;
}
.main-sidebar .sidebar-brand a {
    text-transform: none;
    letter-spacing: normal;
    font-size: 18px;
    font-weight: 600;
}
.main-sidebar .sidebar-menu li a span {
    font-size: var(--font-size-common-1)!important;
}
.main-sidebar .sidebar-menu li a {
    letter-spacing: normal;
    padding-left: 10px;
    padding-right: 10px;
    height: 40px;
}
.main-sidebar .sidebar-menu li a i {
    margin-right: 5px;
    margin-top: 5px;
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    padding-left: 46px;
    font-size: var(--font-size-common-1);
}
.main-sidebar .sidebar-menu li ul.dropdown-menu li a i {
    width: 18px;
    margin-right: 0;
}
.main-sidebar .sidebar-menu li a.has-dropdown:after {
    top: 55%;
}
.main-sidebar .sidebar-menu li.active a,
.main-sidebar .sidebar-menu li ul.dropdown-menu li.active > a {
    font-weight: 400;
}

.sub-sidebar {
    font-size: var(--font-size-common);
    background: #e5e8f8;
    margin-bottom: 5px;
}

.card.card-statistic-1 .card-header h4 {
    font-size: 16px;
}
table img {
    padding-top: 10px;
    margin-bottom: 10px;
}
.dataTables_wrapper {
    font-size: var(--font-size-common)!important;
}
thead tr th {
    border-top: 1px solid #ddd!important;
}
/* thead tr th:last-child {
    width: 120px;
} */
.border-box {
    border: 1px solid #d7d7d7!important;
}
.container-login {
    margin-top: 100px!important;
}
.card-header-auth {
    display: block!important;
    border-bottom-color: #fff!important;
    margin-top: 15px!important;
    padding-bottom: 10px!important;
    min-height: 0!important;
}
.card-header-auth h4 {
    font-size: 20px!important;
}
.card-body-auth {
    padding: 10px 20px!important;
}
.card-body-auth button {
    font-size: var(--font-size-common)!important;
}
.note-editor {
    margin-bottom: 0;
}
.form-control, .input-group-text,
.custom-select,
.custom-file-label,
.select2-container .select2-selection--multiple,
.select2-container .select2-selection--single,
.note-editor.note-frame {
    border-color: #d7d7d7!important;
}
.form-control {
    font-size: var(--font-size-common)!important;
}
.card .card-header {
    border-bottom-color: #ebebeb;
}
.custom-switch {
    padding-left: 0;
    padding-top: 10px;
}
#photo_preview {
    padding-top: 5px;
}
#photo_preview img.thumb {
    width: 300px;
}
.note-editor .note-btn {
    padding-left: 10px!important;
    padding-right: 10px!important;
}
.navbar .navbar-brand {
    letter-spacing: normal;
    text-transform: none;
}
.card-body-auth .invalid-feedback {
    font-size: var(--font-size-common);
}
.form-group .control-label,
.form-group > label {
    font-size: var(--font-size-common)!important;
    padding-top: 10px;
    letter-spacing: normal;
    color: #000;
}
.form-label {
    color: #000;
    font-weight: 600;
    font-size: var(--font-size-common)!important;
}
.toggle-container .toggle {
    width: 96.8594px!important;
    height: 36px!important;
}
.navbar .nav-link.nav-link-user img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    object-fit: cover;
}
img.profile-photo {
    width: 100%;
    height: auto;
}


img.template-preview {
    width: 100%;
    height: 145px;
    border-radius: 6px;
    border: 2px solid #757575;
}
.funkyradio div {
    overflow: hidden;
    width: 100%;
    float: left;
    margin-right: 20px;
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 10px;
}

.funkyradio div span {
    font-size: var(--font-size-common);
}

.funkyradio label {
    width: 100%;
    border-radius: 3px;
    border: 1px solid #D1D3D4;
    font-weight: 400;
    font-size: var(--font-size-common);
    color: #000;
}

.funkyradio input[type="radio"]:empty,
.funkyradio input[type="checkbox"]:empty {
    display: none;
    font-size: var(--font-size-common)!important;
}

.funkyradio input[type="radio"]:empty ~ label,
.funkyradio input[type="checkbox"]:empty ~ label {
    position: relative;
    line-height: 2.5em;
    text-indent: 3.25em;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.funkyradio input[type="radio"]:empty ~ label:before,
.funkyradio input[type="checkbox"]:empty ~ label:before {
    position: absolute;
    display: block;
    top: 0;
    bottom: 0;
    left: 0;
    content: '';
    width: 2.5em;
    background: #D1D3D4;
    border-radius: 3px 0 0 3px;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label {
    color: #000;
}

.funkyradio input[type="radio"]:hover:not(:checked) ~ label:before,
.funkyradio input[type="checkbox"]:hover:not(:checked) ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #C2C2C2;
}

.funkyradio input[type="radio"]:checked ~ label,
.funkyradio input[type="checkbox"]:checked ~ label {
    color: #000;
}

.funkyradio input[type="radio"]:checked ~ label:before,
.funkyradio input[type="checkbox"]:checked ~ label:before {
    content: '\2714';
    text-indent: .9em;
    color: #000;
    background-color: #ccc;
}

.funkyradio input[type="radio"]:focus ~ label:before,
.funkyradio input[type="checkbox"]:focus ~ label:before {
    box-shadow: 0 0 0 3px #999;
}

.funkyradio-success input[type="radio"]:checked ~ label:before,
.funkyradio-success input[type="checkbox"]:checked ~ label:before {
    color: #fff;
    background-color: var(--admin-primary, #f09c1c);
}

.funkyradio1 .funkyradio-success {
    width: 25%;
    font-size: var(--font-size-common);
    float: left;
}

.funkyradio1 div {
    margin-bottom: 0!important;
}


/* Ajax Loader */
#loader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    background: rgba(0,0,0,0.75) url(loading.gif) no-repeat center center;
    z-index: 10000;
}

.razorpay-payment-button {
    box-shadow: 0 2px 6px var(--admin-primary, #f09c1c);
    background-color: var(--admin-primary, #f09c1c);
    border-color: var(--admin-primary, #f09c1c);
    font-weight: 600;
    font-size: var(--font-size-common);
    line-height: 24px;
    padding: 5px 10px;
    color: #fff;
    border-style: none;
    border-radius: 4px;
    width: 100%;
}
.razorpay-payment-button:hover {
    background-color: var(--admin-primary, #f09c1c)!important;
}


.section .section-header .btn:hover,
.section-body button[type="submit"]:hover {
    background: #000!important;
}
/* table tr th:last-child {
    width: 200px;
} */
table.t2 tr th:last-child {
    width: auto!important;
}

td.social a {
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    background: #000;
    color: #fff;
    border-radius: 3px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.invoice hr {
    border-color: #dfdfdf;
}
hr.invoice-above-table {
    display: none;
}
@media print {
    .main-sidebar,
    .navbar,
    .section-header,
    .print-invoice-button,
    .section .section-title:before,
    hr.about-print-button {
        display:none!important;
    }
    .section .section-lead {
        margin-left: 0;
    }
    hr.invoice-above-table {
        display: block;
        margin-top: 20px;
        margin-bottom: 20px;
    }
}

/* TinyMCE Notification Off */
.tox .tox-notification {
    display: none !important;
}

.page-item.active .page-link {
    color: #fff!important;
}

.rightsidetop {
    width: 100%!important;
}
@media (max-width: 991px) {
    .rightsidetop {
        width: auto!important;
    }
}
@media (max-width: 575px) {
    .rightsidetop {
        width: 100%!important;
        position: absolute;
        top: 15px;
        line-height: auto;
    }
}

.partial-item {
    border-radius: 4px;
    border: 2px solid #b4f3be;;
    padding: 20px;
    margin-bottom: 30px;
}

.dropdown-menu a {
    font-size: var(--font-size-common-1);
}

.message-item {
    margin-bottom: 30px;
    background: #fff;
    border: 1px solid #cecece;
}
.message-item .message-top {
    background: #f2f2f2;
    padding: 15px;
}
.message-item .message-top .left {
    display: inline-block;
}
.message-item .message-top .left img {
    width: 80px;
    height: 80px;
    border: 1px solid #cecece;
    border-radius: 50%;
    margin-right: 5px;
}
.message-item .message-top .right {
    display: inline-block;
    vertical-align: middle;
}
.message-item .message-top .right h4 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 20px;
}
.message-item .message-top .right h5 {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 20px;
    font-size: 15px;
    font-weight: 400;
}
.message-item .message-top .right .date-time {
    font-size: 14px;
    color: #9e9e9e;
}
.message-item .message-bottom {
    padding: 15px;
}
.message-item-admin-border {
    border-left-color:#0663fc;
    border-left-width: 5px;
}

/* ============================================
   GLASSMORPHISM STYLES
   ============================================ */

/* Glass Card Effect */
.glass-card {
    background: rgba(255, 255, 255, 0.85) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1), 
                inset 0 0 0 1px rgba(255, 255, 255, 0.2) !important;
    margin-bottom: 25px;
    overflow: hidden;
}

.glass-card .card-header {
    background: linear-gradient(135deg, rgba(var(--admin-primary-rgb, 240, 156, 28), 0.1) 0%, rgba(var(--admin-primary-rgb, 240, 156, 28), 0.05) 100%) !important;
    border-bottom: 1px solid rgba(var(--admin-primary-rgb, 240, 156, 28), 0.2) !important;
    padding: 18px 25px;
}

.glass-card .card-header h4 {
    margin: 0;
    font-weight: 600;
    color: #333;
    font-size: 16px;
}

.glass-card .card-header h4 i {
    color: var(--admin-primary, #f09c1c);
}

.glass-card .card-body {
    padding: 25px;
}

/* Glass Input Fields */
.glass-input {
    background: rgba(255, 255, 255, 0.7) !important;
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(200, 200, 200, 0.5) !important;
    border-radius: 10px !important;
    transition: all 0.3s ease;
}

.glass-input:focus {
    background: rgba(255, 255, 255, 0.95) !important;
    border-color: var(--admin-primary, #f09c1c) !important;
    box-shadow: 0 0 0 3px rgba(var(--admin-primary-rgb, 240, 156, 28), 0.15), 
                0 4px 15px rgba(var(--admin-primary-rgb, 240, 156, 28), 0.1) !important;
}

/* Glass Button */
.glass-btn {
    background: linear-gradient(135deg, var(--admin-primary, #f09c1c) 0%, var(--admin-secondary, #2c2c2c) 100%) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 15px rgba(var(--admin-primary-rgb, 240, 156, 28), 0.4),
                inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    transition: all 0.3s ease;
    font-weight: 600;
    padding: 12px 30px;
}

.glass-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(var(--admin-primary-rgb, 240, 156, 28), 0.5),
                inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    background: linear-gradient(135deg, var(--admin-secondary, #2c2c2c) 0%, var(--admin-primary, #f09c1c) 100%) !important;
}

/* Image Preview Box */
.image-preview-box {
    background: rgba(248, 249, 250, 0.8);
    backdrop-filter: blur(5px);
    border: 2px dashed rgba(200, 200, 200, 0.6);
    border-radius: 12px;
    padding: 15px;
    text-align: center;
    min-height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.image-preview-box img {
    max-width: 100%;
    border-radius: 8px;
}

/* Modernized Card Statistic */
.card.card-statistic-1 {
    background: rgba(255, 255, 255, 0.9) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.3) !important;
    border-radius: 16px !important;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.08) !important;
    overflow: hidden;
    transition: all 0.3s ease;
}

.card.card-statistic-1:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.12) !important;
}

.card.card-statistic-1 .card-icon {
    border-radius: 12px;
    width: 60px;
    height: 60px;
    line-height: 60px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.15);
}

.main-sidebar .sidebar-user {
    background: var(--admin-accent, #ff6b6b) !important;
    margin: 10px 8px;
    border-radius: 8px;
    padding: 15px !important;
}

.main-sidebar .sidebar-user .sidebar-user-picture img {
    border: 3px solid rgba(255, 255, 255, 0.3) !important;
}

.main-sidebar .sidebar-user .sidebar-user-info {
    color: #fff !important;
    font-weight: 600;
}

.main-sidebar .sidebar-user .sidebar-user-info small {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Glass Sidebar */
.main-sidebar {
    background: linear-gradient(180deg, rgba(var(--admin-primary-rgb, 240, 156, 28), 0.95) 0%, rgba(var(--admin-secondary-rgb, 44, 44, 44), 0.98) 100%) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 4px 0 25px rgba(var(--admin-primary-rgb, 240, 156, 28), 0.3) !important;
}

.main-sidebar .sidebar-brand {
    background: rgba(255, 255, 255, 0.1) !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.main-sidebar .sidebar-brand a {
    color: #fff !important;
}

.main-sidebar .sidebar-menu li a {
    color: rgba(255, 255, 255, 0.85) !important;
    border-radius: 8px;
    margin: 2px 8px;
    transition: all 0.3s ease;
}

.main-sidebar .sidebar-menu li a:hover,
.main-sidebar .sidebar-menu li.active a {
    background: rgba(255, 255, 255, 0.15) !important;
    color: #fff !important;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu {
    background: rgba(0, 0, 0, 0.1) !important;
    border-radius: 8px;
    margin: 5px 8px;
}

.main-sidebar .sidebar-menu li ul.dropdown-menu li a {
    color: rgba(255, 255, 255, 0.8) !important;
}

/* Glass Navbar */
.navbar {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08) !important;
    border-bottom: 1px solid rgba(200, 200, 200, 0.3);
}

/* Section Header */
.section .section-header {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 12px;
    padding: 20px 25px;
    margin-bottom: 25px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid rgba(200, 200, 200, 0.3);
}

.section .section-header h1 {
    font-weight: 700;
    color: #333;
    margin: 0;
}

/* Glass Table */
.card .card-body .table {
    border-radius: 12px;
    overflow: hidden;
}

.card .card-body .table thead {
    background: linear-gradient(135deg, rgba(var(--admin-primary-rgb, 240, 156, 28), 0.1) 0%, rgba(var(--admin-primary-rgb, 240, 156, 28), 0.05) 100%);
}

.card .card-body .table thead th {
    border: none !important;
    font-weight: 600;
    color: #333;
    padding: 15px;
}

.card .card-body .table tbody tr {
    transition: all 0.2s ease;
}

.card .card-body .table tbody tr:hover {
    background: rgba(var(--admin-primary-rgb, 240, 156, 28), 0.05);
}

/* Stylish Borders */
.gradient-border {
    border: 2px solid transparent;
    border-image: linear-gradient(135deg, var(--admin-primary, #f09c1c), var(--admin-accent, #ff6b6b)) 1;
    border-radius: 12px;
}

/* Form Switch Styling */
.form-check-input:checked {
    background-color: var(--admin-primary, #f09c1c);
    border-color: var(--admin-primary, #f09c1c);
}

.form-switch .form-check-input {
    width: 50px;
    height: 26px;
    border-radius: 26px;
}

/* Color Picker Styling */
input[type="color"] {
    border-radius: 8px;
    cursor: pointer;
    border: 2px solid rgba(200, 200, 200, 0.5);
}

input[type="color"]::-webkit-color-swatch-wrapper {
    padding: 2px;
}

input[type="color"]::-webkit-color-swatch {
    border-radius: 4px;
    border: none;
}

/* Top Bar Gradient Override - Force Apply */
.top,
div.top,
.top.glass-topbar,
body > div.top {
    background: linear-gradient(135deg, var(--theme-primary, #f09c1c) 0%, var(--theme-secondary, #2c2c2c) 100%) !important;
    background-color: transparent !important;
    background-image: linear-gradient(135deg, var(--theme-primary, #f09c1c) 0%, var(--theme-secondary, #2c2c2c) 100%) !important;
}

/* Breadcrumb Banner Section overrides */
.page-top:after {
    opacity: 0.15 !important; /* lighten overlay so text stays pure white */
}

.page-top h2,
.page-top .breadcrumb,
.page-top .breadcrumb .breadcrumb-item,
.page-top .breadcrumb .breadcrumb-item a {
    color: #fff !important;
    text-shadow: none;
}

.page-top .breadcrumb {
    background: transparent !important;
}

.toast-glass-light {
    backdrop-filter: blur(16px);
    -webkit-backdrop-filter: blur(16px);
    border: 1px solid rgba(0,0,0,0.08) !important;
    box-shadow: 0 10px 30px rgba(0,0,0,0.08) !important;
}

.sidebar-logo-main {
    max-height: 40px;
    width: auto;
    object-fit: contain;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

.sidebar-logo-sm {
    max-height: 30px;
    width: auto;
    object-fit: contain;
    border-radius: 0;
    border: none;
    box-shadow: none;
}

/* Feature Section Gradient */
.why-choose {
    background: linear-gradient(135deg, var(--theme-primary, #f09c1c) 0%, var(--theme-secondary, #2c2c2c) 100%) !important;
}

/* Button Gradients - All Frontend Buttons */
.button-style-1 a,
.button-style-2 a,
.btn-primary,
.btn-secondary,
.btn-success,
.btn-danger,
.btn-warning,
.btn-info,
.btn-dark,
.btn-light,
.contact-form button[type="submit"],
.special .button-style-1 a,
.footer .btn-primary,
input[type="submit"].btn-primary,
.package-sidebar .filter-button .btn-primary,
.package .btn-primary,
.page-top-package .nav-tabs .nav-link,
.tab-content .btn-primary,
.special .glass-welcome-card .button-style-1 a,
.page-top-package .nav-tabs .nav-link,
.page-top-package .nav-tabs button.nav-link,
.tab-pane .btn-primary,
.table .btn-primary {
    background: linear-gradient(135deg, var(--theme-primary, #f09c1c) 0%, var(--theme-secondary, #2c2c2c) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.button-style-1 a:hover,
.button-style-2 a:hover,
.btn-primary:hover,
.btn-secondary:hover,
.btn-success:hover,
.btn-danger:hover,
.btn-warning:hover,
.btn-info:hover,
.btn-dark:hover,
.btn-light:hover,
.contact-form button[type="submit"]:hover,
.special .button-style-1 a:hover,
.footer .btn-primary:hover,
input[type="submit"].btn-primary:hover,
.package-sidebar .filter-button .btn-primary:hover,
.package .btn-primary:hover,
.page-top-package .nav-tabs .nav-link:hover,
.tab-content .btn-primary:hover,
.special .glass-welcome-card .button-style-1 a:hover,
.page-top-package .nav-tabs .nav-link:hover,
.page-top-package .nav-tabs button.nav-link:hover,
.tab-pane .btn-primary:hover,
.table .btn-primary:hover {
    background: linear-gradient(135deg, var(--theme-secondary, #2c2c2c) 0%, var(--theme-primary, #f09c1c) 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

/* Package Navigation Tabs Active State */
.page-top-package .nav-tabs .nav-link.active {
    background: linear-gradient(135deg, var(--theme-primary, #f09c1c) 0%, var(--theme-secondary, #2c2c2c) 100%) !important;
    color: #fff !important;
    border-color: var(--theme-primary) !important;
}

/* Button Shine Effect */
.button-style-1 a::before,
.button-style-2 a::before,
.btn-primary::before,
.btn-secondary::before,
.btn-success::before,
.btn-danger::before,
.btn-warning::before,
.btn-info::before,
.btn-dark::before,
.btn-light::before,
.contact-form button[type="submit"]::before,
.special .button-style-1 a::before,
.footer .btn-primary::before,
input[type="submit"].btn-primary::before,
.package-sidebar .filter-button .btn-primary::before,
.package .btn-primary::before,
.page-top-package .nav-tabs .nav-link::before,
.tab-content .btn-primary::before,
.special .glass-welcome-card .button-style-1 a::before,
.page-top-package .nav-tabs .nav-link::before,
.page-top-package .nav-tabs button.nav-link::before,
.tab-pane .btn-primary::before,
.table .btn-primary::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2) 50%, transparent);
    transition: left 0.5s ease;
}

.button-style-1 a:hover::before,
.button-style-2 a:hover::before,
.btn-primary:hover::before,
.btn-secondary:hover::before,
.btn-success:hover::before,
.btn-danger:hover::before,
.btn-warning:hover::before,
.btn-info:hover::before,
.btn-dark:hover::before,
.btn-light:hover::before,
.contact-form button[type="submit"]:hover::before,
.special .button-style-1 a:hover::before,
.footer .btn-primary:hover::before,
input[type="submit"].btn-primary:hover::before,
.package-sidebar .filter-button .btn-primary:hover::before,
.package .btn-primary:hover::before,
.page-top-package .nav-tabs .nav-link:hover::before,
.tab-content .btn-primary:hover::before,
.special .glass-welcome-card .button-style-1 a:hover::before,
.page-top-package .nav-tabs .nav-link:hover::before,
.page-top-package .nav-tabs button.nav-link:hover::before,
.tab-pane .btn-primary:hover::before,
.table .btn-primary:hover::before {
    left: 100%;
}

/* Social Media Icons Gradient */
.footer ul.social li a,
.topbar-social li a,
.footer ul.useful-links li a:hover {
    background: linear-gradient(135deg, var(--theme-primary, #f09c1c) 0%, var(--theme-secondary, #2c2c2c) 100%) !important;
    color: #fff !important;
    transition: all 0.3s ease;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.footer ul.social li a:hover,
.topbar-social li a:hover {
    transform: translateY(-3px) scale(1.1);
    box-shadow: 0 8px 25px rgba(var(--theme-primary-rgb, 240, 156, 28), 0.4);
}

/* Form Elements Gradient */
.form-control:focus,
select:focus,
textarea:focus {
    border-color: var(--theme-primary) !important;
    box-shadow: 0 0 0 0.2rem rgba(var(--theme-primary-rgb, 240, 156, 28), 0.25) !important;
}

/* Pagination Gradient */
.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--theme-primary, #f09c1c) 0%, var(--theme-secondary, #2c2c2c) 100%) !important;
    border-color: var(--theme-primary) !important;
}

/* Remove any overlays */
.top::before,
.top::after {
    display: none !important;
}

/* Glassmorphism Forms for Login and Registration */
.glass-login-form,
.glass-registration-form {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 40px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.glass-login-form:hover,
.glass-registration-form:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.glass-login-form .form-header h3,
.glass-registration-form .form-header h3 {
    color: var(--theme-primary) !important;
    font-weight: 700;
    margin-bottom: 10px;
    transform: translateZ(0);
    text-shadow: none !important;
}

.glass-login-form .form-header p,
.glass-registration-form .form-header p {
    color: var(--theme-secondary) !important;
    transform: translateZ(0);
    text-shadow: none !important;
}

.glass-login-form .form-label,
.glass-registration-form .form-label {
    color: var(--theme-secondary) !important;
    font-weight: 600;
    margin-bottom: 8px;
    transform: translateZ(0);
    text-shadow: none !important;
}

.glass-login-form .input-group-text,
.glass-registration-form .input-group-text {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--theme-primary) !important;
}

.glass-login-form .form-control,
.glass-registration-form .form-control {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--theme-secondary) !important;
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
}

.glass-login-form .form-control:focus,
.glass-registration-form .form-control:focus {
    background: rgba(255, 255, 255, 0.15);
    border-color: var(--theme-primary);
    box-shadow: 0 0 0 0.25rem rgba(var(--theme-primary-rgb), 0.25);
    color: var(--theme-secondary) !important;
}

.glass-login-form .form-control::placeholder,
.glass-registration-form .form-control::placeholder {
    color: rgba(var(--theme-secondary-rgb), 0.6);
}

.glass-login-form .btn-primary,
.glass-registration-form .btn-primary {
    background: linear-gradient(135deg, var(--theme-primary, #f09c1c) 0%, var(--theme-secondary, #2c2c2c) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff !important;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.glass-login-form .btn-primary:hover,
.glass-registration-form .btn-primary:hover {
    background: linear-gradient(135deg, var(--theme-secondary, #2c2c2c) 0%, var(--theme-primary, #f09c1c) 100%) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
    border-color: rgba(255, 255, 255, 0.3);
}

.glass-login-form .primary-color,
.glass-registration-form .primary-color {
    color: var(--theme-primary) !important;
    transition: color 0.3s ease;
}

.glass-login-form .primary-color:hover,
.glass-registration-form .primary-color:hover {
    color: var(--theme-secondary) !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .glass-login-form,
    .glass-registration-form {
        padding: 30px 20px;
    }
}

/* Enhanced Glassmorphism Package Cards with Theme Colors */
.glass-package-card-enhanced,
.packages .glass-package-card-enhanced,
.home .glass-package-card-enhanced,
.page-content .glass-package-card-enhanced {
    background: linear-gradient(135deg, 
        rgba(var(--theme-primary-rgb), 0.1) 0%, 
        rgba(var(--theme-secondary-rgb), 0.1) 100%) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-radius: 20px !important;
    border: 2px solid rgba(var(--theme-primary-rgb), 0.4) !important;
    box-shadow: 
        0 8px 32px rgba(var(--theme-primary-rgb), 0.2),
        0 4px 16px rgba(var(--theme-secondary-rgb), 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2),
        0 0 0 1px rgba(var(--theme-primary-rgb), 0.3) !important;
    padding: 20px !important;
    transition: all 0.3s ease !important;
    position: relative !important;
    overflow: hidden !important;
    height: 100% !important;
}

.glass-package-card-enhanced:hover,
.packages .glass-package-card-enhanced:hover,
.home .glass-package-card-enhanced:hover,
.page-content .glass-package-card-enhanced:hover {
    transform: translateY(-5px) !important;
    box-shadow: 
        0 16px 48px rgba(var(--theme-primary-rgb), 0.3),
        0 8px 24px rgba(var(--theme-secondary-rgb), 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 0 0 2px rgba(var(--theme-primary-rgb), 0.5) !important;
    border-color: rgba(var(--theme-primary-rgb), 0.6) !important;
    background: linear-gradient(135deg, 
        rgba(var(--theme-primary-rgb), 0.15) 0%, 
        rgba(var(--theme-secondary-rgb), 0.15) 100%) !important;
}

.glass-package-card-enhanced::before,
.packages .glass-package-card-enhanced::before,
.home .glass-package-card-enhanced::before,
.page-content .glass-package-card-enhanced::before {
    content: '' !important;
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    height: 4px !important;
    background: linear-gradient(90deg, var(--theme-primary), var(--theme-secondary)) !important;
    border-radius: 20px 20px 0 0 !important;
    box-shadow: 0 2px 8px rgba(var(--theme-primary-rgb), 0.4) !important;
    z-index: 10 !important;
}

.glass-package-card-enhanced::after,
.packages .glass-package-card-enhanced::after,
.home .glass-package-card-enhanced::after,
.page-content .glass-package-card-enhanced::after {
    content: '' !important;
    position: absolute !important;
    top: -2px !important;
    left: -2px !important;
    right: -2px !important;
    bottom: -2px !important;
    background: linear-gradient(135deg, 
        rgba(var(--theme-primary-rgb), 0.3), 
        rgba(var(--theme-secondary-rgb), 0.3)) !important;
    border-radius: 22px !important;
    z-index: -1 !important;
    opacity: 0 !important;
    transition: opacity 0.3s ease !important;
}

.glass-package-card-enhanced:hover::after,
.packages .glass-package-card-enhanced:hover::after,
.home .glass-package-card-enhanced:hover::after,
.page-content .glass-package-card-enhanced:hover::after {
    opacity: 1 !important;
}

.glass-package-card-enhanced .photo,
.packages .glass-package-card-enhanced .photo,
.home .glass-package-card-enhanced .photo,
.page-content .glass-package-card-enhanced .photo {
    position: relative !important;
    border-radius: 15px !important;
    overflow: hidden !important;
    margin-bottom: 20px !important;
    border: 1px solid rgba(var(--theme-primary-rgb), 0.3) !important;
    box-shadow: 
        0 6px 20px rgba(var(--theme-primary-rgb), 0.25),
        0 2px 8px rgba(var(--theme-secondary-rgb), 0.2) !important;
}

.glass-package-card-enhanced .photo img,
.packages .glass-package-card-enhanced .photo img,
.home .glass-package-card-enhanced .photo img,
.page-content .glass-package-card-enhanced .photo img {
    width: 100% !important;
    height: 200px !important;
    object-fit: cover !important;
    transition: transform 0.3s ease !important;
}

.glass-package-card-enhanced:hover .photo img,
.packages .glass-package-card-enhanced:hover .photo img,
.home .glass-package-card-enhanced:hover .photo img,
.page-content .glass-package-card-enhanced:hover .photo img {
    transform: scale(1.05) !important;
}

.glass-package-card-enhanced .wishlist,
.packages .glass-package-card-enhanced .wishlist,
.home .glass-package-card-enhanced .wishlist,
.page-content .glass-package-card-enhanced .wishlist {
    position: absolute !important;
    top: 15px !important;
    right: 15px !important;
    background: linear-gradient(135deg, var(--theme-primary), var(--theme-secondary)) !important;
    width: 40px !important;
    height: 40px !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.3s ease !important;
    box-shadow: 
        0 6px 20px rgba(var(--theme-primary-rgb), 0.4),
        0 2px 8px rgba(var(--theme-secondary-rgb), 0.3) !important;
    border: 2px solid rgba(255, 255, 255, 0.3) !important;
}

.glass-package-card-enhanced .wishlist:hover,
.packages .glass-package-card-enhanced .wishlist:hover,
.home .glass-package-card-enhanced .wishlist:hover,
.page-content .glass-package-card-enhanced .wishlist:hover {
    transform: scale(1.1) !important;
    box-shadow: 
        0 8px 25px rgba(var(--theme-primary-rgb), 0.5),
        0 4px 12px rgba(var(--theme-secondary-rgb), 0.4) !important;
}

.glass-package-card-enhanced .wishlist i,
.packages .glass-package-card-enhanced .wishlist i,
.home .glass-package-card-enhanced .wishlist i,
.page-content .glass-package-card-enhanced .wishlist i {
    color: white !important;
    transition: transform 0.3s ease !important;
}

.glass-package-card-enhanced .wishlist:hover i,
.packages .glass-package-card-enhanced .wishlist:hover i,
.home .glass-package-card-enhanced .wishlist:hover i,
.page-content .glass-package-card-enhanced .wishlist:hover i {
    transform: scale(1.2) !important;
}

.glass-package-card-enhanced .price {
    color: var(--theme-primary) !important;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: none !important;
}

.glass-package-card-enhanced .price del {
    color: rgba(var(--theme-secondary-rgb), 0.7) !important;
    font-size: 16px;
    font-weight: 400;
}

.glass-package-card-enhanced h2 {
    margin-bottom: 15px;
}

.glass-package-card-enhanced h2 a {
    color: var(--theme-secondary) !important;
    font-weight: 600;
    transition: color 0.3s ease;
    text-shadow: none !important;
}

.glass-package-card-enhanced h2 a:hover {
    color: var(--theme-primary) !important;
}

.glass-package-card-enhanced .review {
    margin-bottom: 15px;
}

.glass-package-card-enhanced .review i {
    color: var(--theme-primary) !important;
    margin-right: 2px;
}

.glass-package-card-enhanced .review span {
    color: var(--theme-secondary) !important;
    font-size: 14px;
    margin-left: 5px;
    text-shadow: none !important;
}

.glass-package-card-enhanced .element {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(var(--theme-primary-rgb), 0.15);
}

.glass-package-card-enhanced .element:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.glass-package-card-enhanced .element-left,
.glass-package-card-enhanced .element-right {
    display: flex;
    align-items: center;
    gap: 8px;
    color: var(--theme-secondary) !important;
    font-size: 14px;
    text-shadow: none !important;
}

.glass-package-card-enhanced .element-left i,
.glass-package-card-enhanced .element-right i {
    color: var(--theme-primary) !important;
    font-size: 12px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .glass-package-card-enhanced {
        padding: 15px;
        border: 1.5px solid rgba(var(--theme-primary-rgb), 0.4);
    }
    
    .glass-package-card-enhanced .photo img {
        height: 160px;
    }
}

/* Glassmorphism Cards for Homepage Sections */
.glass-package-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.glass-package-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.glass-package-card .photo {
    position: relative;
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.glass-package-card .photo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.glass-package-card:hover .photo img {
    transform: scale(1.05);
}

.glass-package-card .wishlist {
    position: absolute;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.9);
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
}

.glass-package-card .wishlist:hover {
    background: var(--theme-primary);
    color: white;
}

.glass-package-card .price {
    color: var(--theme-primary) !important;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
}

.glass-package-card h2 {
    margin-bottom: 15px;
}

.glass-package-card h2 a {
    color: var(--theme-secondary) !important;
    font-weight: 600;
    transition: color 0.3s ease;
}

.glass-package-card h2 a:hover {
    color: var(--theme-primary) !important;
}

/* Conflicting glass-testimonial-card styles removed */

.glass-blog-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.glass-blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.glass-blog-card .photo {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.glass-blog-card .photo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.glass-blog-card:hover .photo img {
    transform: scale(1.05);
}

.glass-blog-card h2 {
    margin-bottom: 15px;
}

.glass-blog-card h2 a {
    color: var(--theme-secondary) !important;
    font-weight: 600;
    transition: color 0.3s ease;
}

.glass-blog-card h2 a:hover {
    color: var(--theme-primary) !important;
}

.glass-blog-card .short-des p {
    color: var(--theme-secondary) !important;
    line-height: 1.6;
    margin-bottom: 20px;
}

/* Glassmorphism Cards for About Page */
.glass-feature-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 30px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
}

.glass-feature-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.glass-feature-card .inner {
    position: relative;
    z-index: 10;
    transform: translateZ(0); /* Hardware acceleration for text clarity */
}

.glass-feature-card .icon {
    font-size: 40px;
    color: var(--theme-primary) !important;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
    transform: translateZ(0); /* Hardware acceleration for text clarity */
    text-shadow: none !important; /* Ensure no text shadow */
}

.glass-feature-card h2 {
    color: var(--theme-primary) !important;
    font-weight: 700;
    margin-bottom: 15px;
    position: relative;
    z-index: 10;
    transform: translateZ(0); /* Hardware acceleration for text clarity */
    text-shadow: none !important; /* Ensure no text shadow */
}

.glass-feature-card p {
    color: var(--theme-secondary) !important;
    line-height: 1.6;
    position: relative;
    z-index: 10;
    transform: translateZ(0); /* Hardware acceleration for text clarity */
    text-shadow: none !important; /* Ensure no text shadow */
}

.glass-counter-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 30px;
    text-align: center;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.glass-counter-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.glass-counter-card .counter {
    font-size: 36px;
    font-weight: 700;
    color: var(--theme-primary) !important;
    margin-bottom: 10px;
    position: relative;
    z-index: 10;
    transform: translateZ(0); /* Hardware acceleration for text clarity */
    text-shadow: none !important; /* Ensure no text shadow */
}

.glass-counter-card .text {
    color: var(--theme-secondary) !important;
    font-weight: 500;
    position: relative;
    z-index: 10;
    transform: translateZ(0); /* Hardware acceleration for text clarity */
    text-shadow: none !important; /* Ensure no text shadow */
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .glass-feature-card {
        padding: 20px;
    }
    
    .glass-counter-card {
        padding: 20px;
    }
    
    .glass-feature-card .icon {
        font-size: 32px;
    }
    
    .glass-counter-card .counter {
        font-size: 28px;
    }
}

/* Glassmorphism Cards for Welcome Section */
.glass-welcome-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 40px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.glass-welcome-card .inner {
    position: relative;
    z-index: 10;
}

.glass-welcome-card h3 {
    color: var(--theme-primary) !important;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    z-index: 10;
}

.glass-welcome-card p,
.glass-welcome-card div {
    color: var(--theme-secondary) !important; /* Dark color for readability on light background */
    line-height: 1.6;
    position: relative;
    z-index: 10;
}

.glass-welcome-card ul,
.glass-welcome-card ol {
    margin: 1rem 0;
    padding-left: 1.5rem;
    list-style-position: outside;
}

.glass-welcome-card ul {
    list-style-type: disc;
}

.glass-welcome-card ol {
    list-style-type: decimal;
}

.glass-welcome-card li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.glass-welcome-card p {
    margin-bottom: 0.75rem;
}

.glass-welcome-card p:last-child {
    margin-bottom: 0;
}

.glass-welcome-card br {
    display: none;
}

.glass-welcome-card .button-style-1 a {
    position: relative;
    z-index: 10;
    background: var(--theme-primary) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
    color: #fff !important;
}

.glass-welcome-card .button-style-1 a:hover {
    background: var(--theme-secondary) !important;
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

.glass-welcome-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(255, 255, 255, 0.4);
}

.glass-video-card {
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease;
}

.glass-video-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.glass-video-card .video-button {
    position: relative;
    z-index: 10;
    background: var(--theme-primary) !important;
    border: 2px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.2);
}

.glass-video-card .video-button:hover {
    background: var(--theme-secondary) !important;
    transform: scale(1.1);
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .glass-welcome-card {
        padding: 30px 20px;
        margin: 0 15px;
    }
    
    .glass-video-card {
        margin: 0 15px;
        height: 300px;
    }
}

/* Dashboard Logo Section */
.dashboard-logo-section {
    background: linear-gradient(135deg, rgba(var(--admin-primary-rgb, 240, 156, 28), 0.1) 0%, rgba(var(--admin-accent-rgb, 255, 107, 107), 0.1) 100%);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
    border: 1px solid rgba(var(--admin-primary-rgb, 240, 156, 28), 0.2);
    box-shadow: 0 8px 32px rgba(var(--admin-primary-rgb, 240, 156, 28), 0.1);
}

.dashboard-logo-section img {
    max-height: 80px;
    margin-bottom: 15px;
}

.dashboard-logo-section h2 {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.dashboard-logo-section p {
    color: #666;
    margin: 0;
}

/* Welcome Banner */
.welcome-banner {
    background: linear-gradient(135deg, var(--admin-primary, #f09c1c) 0%, var(--admin-accent, #ff6b6b) 100%);
    border-radius: 20px;
    padding: 30px;
    color: #fff;
    margin-bottom: 30px;
    box-shadow: 0 10px 40px rgba(var(--admin-primary-rgb, 240, 156, 28), 0.3);
    position: relative;
    overflow: hidden;
}

.welcome-banner::before {
    content: '';
    position: absolute;
    top: -50%;
    right: -50%;
    width: 100%;
    height: 200%;
    background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
}

.welcome-banner h2 {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 10px;
    position: relative;
    z-index: 1;
}

.welcome-banner p {
    opacity: 0.9;
    margin: 0;
    position: relative;
    z-index: 1;
}

/* Quick Stats Cards */
.quick-stat-card {
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(10px);
    border-radius: 16px;
    padding: 25px;
    text-align: center;
    border: 1px solid rgba(200, 200, 200, 0.3);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.quick-stat-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.12);
}

.quick-stat-card .icon {
    width: 60px;
    height: 60px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px;
    font-size: 24px;
    color: #fff;
}

.quick-stat-card .value {
    font-size: 32px;
    font-weight: 700;
    color: #333;
    margin-bottom: 5px;
}

.quick-stat-card .label {
    color: #666;
    font-size: 14px;
}

/* Button Enhancements */
.btn {
    border-radius: 10px !important;
    font-weight: 600;
    transition: all 0.3s ease;
    border: none !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.btn-primary {
    background: linear-gradient(135deg, var(--admin-primary, #f09c1c) 0%, var(--admin-secondary, #2c2c2c) 100%) !important;
}

.btn-success {
    background: linear-gradient(135deg, #28a745 0%, #20c997 100%) !important;
}

.btn-danger {
    background: linear-gradient(135deg, #dc3545 0%, #e83e8c 100%) !important;
}

.btn-warning {
    background: linear-gradient(135deg, #ffc107 0%, #fd7e14 100%) !important;
}

.btn-info {
    background: linear-gradient(135deg, #17a2b8 0%, #6610f2 100%) !important;
}

/* Main Content Background */
.main-content {
    background: linear-gradient(135deg, #f5f7fa 0%, #e4e8f0 100%);
    min-height: 100vh;
}

/* FINAL GUARANTEED OVERRIDE - PACKAGE CARDS MUST SHOW */
.glass-package-card-enhanced {
    background: rgba(255, 255, 255, 0.95) !important;
    backdrop-filter: blur(20px) !important;
    -webkit-backdrop-filter: blur(20px) !important;
    border-radius: 20px !important;
    box-shadow: 
        0 10px 30px rgba(0, 0, 0, 0.12),
        0 1px 8px rgba(0, 0, 0, 0.1) !important;
    border: 2px solid rgba(255, 255, 255, 0.4) !important;
    padding: 20px !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    overflow: hidden !important;
    height: 100% !important;
    margin: 0 !important;
}

.glass-package-card-enhanced:hover {
    transform: translateY(-10px) !important;
    box-shadow: 
        0 20px 50px rgba(0, 0, 0, 0.2),
        0 5px 15px rgba(0, 0, 0, 0.15) !important;
    border-color: rgba(255, 255, 255, 0.6) !important;
}

/* DataTables Enhancement */
.dataTables_wrapper .dataTables_filter input {
    border-radius: 10px !important;
    border: 1px solid rgba(200, 200, 200, 0.5) !important;
    padding: 8px 15px !important;
}

.dataTables_wrapper .dataTables_length select {
    border-radius: 8px !important;
    border: 1px solid rgba(200, 200, 200, 0.5) !important;
}

/* Pagination Enhancement */
.pagination .page-item .page-link {
    border-radius: 8px !important;
    margin: 0 3px;
    border: none;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

.pagination .page-item.active .page-link {
    background: linear-gradient(135deg, var(--admin-primary, #f09c1c) 0%, var(--admin-secondary, #2c2c2c) 100%);
    box-shadow: 0 4px 15px rgba(var(--admin-primary-rgb, 240, 156, 28), 0.4);
}

/* Badge Enhancement */
.badge {
    border-radius: 8px !important;
    padding: 6px 12px !important;
    font-weight: 600;
}

/* Modern Testimonial Background */
.testimonial {
    position: relative !important;
    background: linear-gradient(135deg, 
        rgba(4, 113, 6, 0.95) 0%,    /* Primary green #047106 */
        rgba(183, 37, 1, 0.9) 50%,   /* Secondary red #b72501 */
        rgba(4, 113, 6, 0.95) 100%) !important; /* Primary green #047106 */
    min-height: 500px !important;
    overflow: visible !important;
    margin-bottom: 50px !important;
    padding: 20px 0 80px !important;
}

.testimonial::before,
.testimonial::after {
    display: none !important;
}

@keyframes testimonial-float {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg); 
        opacity: 0.8;
    }
    25% { 
        transform: translateY(-20px) rotate(1deg); 
        opacity: 1;
    }
    50% { 
        transform: translateY(10px) rotate(-0.5deg); 
        opacity: 0.9;
    }
    75% { 
        transform: translateY(-10px) rotate(0.5deg); 
        opacity: 1;
    }
}

.testimonial .bg {
    display: none; /* Remove old overlay */
}

.testimonial .container {
    position: relative;
    z-index: 2;
    padding: 30px 20px;
}

.testimonial .main-header {
    color: #ffffff !important;
    font-size: 36px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 15px;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    position: relative;
}

.testimonial .main-header::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: #fdb981; /* Branding accent color */
    margin: 20px auto 0;
    border-radius: 2px;
    box-shadow: 0 0 15px #fdb981;
}

.testimonial .sub-header {
    color: rgba(255, 255, 255, 0.9) !important;
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.6;
}

.testimonial-layout {
    gap: 30px;
}

.testimonial-bundle {
    display: flex;
    gap: 30px;
    padding: 35px;
    border-radius: 35px;
    background: rgba(0, 0, 0, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border: 1px solid rgba(255, 255, 255, 0.25);
    box-shadow: 0 30px 80px rgba(0, 0, 0, 0.35);
}

.testimonial-intro {
    flex: 0 0 50%;
    color: #ffffff !important;
    text-align: left;
    padding: 35px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.08);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.25);
}

.testimonial-intro .eyebrow {
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.85);
    margin-bottom: 15px;
}

.testimonial-intro h2 {
    color: #ffffff !important;
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
}

.testimonial-intro .intro-text {
    color: rgba(255, 255, 255, 0.92) !important;
    font-size: 18px;
    margin-bottom: 25px;
    line-height: 1.7;
}

.testimonial-highlights {
    list-style: none;
    padding: 0;
    margin: 0 0 25px;
}

.testimonial-highlights li {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 18px;
    color: rgba(255, 255, 255, 0.9);
    font-size: 16px;
}

.testimonial-highlights li span {
    display: inline-flex;
    min-width: 60px;
    height: 60px;
    border-radius: 18px;
    background: rgba(253, 185, 129, 0.2);
    color: #ffffff;
    font-weight: 700;
    font-size: 20px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(253, 185, 129, 0.6);
    box-shadow: inset 0 0 12px rgba(253, 185, 129, 0.4);
}

.testimonial-slider {
    flex: 0 0 50%;
    padding: 25px;
    border-radius: 30px;
    background: transparent;
    backdrop-filter: none;
    -webkit-backdrop-filter: none;
    border: none;
    box-shadow: none;
    overflow: hidden;
}

/* Conflicting testimonial-slider glass-testimonial-card styles removed */

.testimonial-carousel-wrapper {
    padding: 25px 25px 10px;
    border-radius: 30px;
    background: transparent;
    border: none;
    box-shadow: none;
}

.testimonial-grid {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
    gap: 25px;
}

/* Conflicting testimonial-carousel-wrapper glass-testimonial-card styles removed */

.testimonial .button-style-1 a {
    color: #ffffff !important;
    background: linear-gradient(135deg, rgba(4, 113, 6, 0.9), rgba(183, 37, 1, 0.85));
    border: none;
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
}

.testimonial .button-style-1 a:hover {
    transform: translateY(-4px) scale(1.01);
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.35);
}

.testimonial .intro-cta .button-style-1 {
    margin-top: 25px;
}

@media (max-width: 992px) {
    .testimonial-bundle {
        flex-direction: column;
        padding: 25px;
    }
    
    .testimonial-intro {
        padding: 25px;
    }
}
/* Enhanced testimonial carousel container */
.testimonial .testimonial-carousel {
    position: relative;
    margin: 0;
    overflow: hidden;
}

.testimonial .testimonial-carousel .owl-stage-outer {
    padding: 10px 0;
    overflow: hidden;
}

.testimonial .testimonial-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.testimonial .testimonial-carousel .owl-item {
    opacity: 0.3;
    transition: opacity 0.3s ease;
    min-width: 100%;
    max-width: 100%;
}

.testimonial .testimonial-carousel .owl-item.active {
    opacity: 1;
}

.testimonial .testimonial-carousel .owl-item.active:first-child {
    opacity: 1;
}

.testimonial .testimonial-carousel::before {
    content: '';
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 100px;
    height: 4px;
    background: linear-gradient(90deg, transparent, #fdb981, transparent); /* Branding accent color */
    border-radius: 2px;
}

/* Add floating particles effect */
@keyframes particle-drift {
    0% { transform: translateY(0px) translateX(0px); }
    100% { transform: translateY(-100px) translateX(50px); }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .testimonial {
        height: 400px !important;
        padding: 40px 0;
        margin-bottom: 60px !important; /* Restore original mobile spacing */
    }
    
    .testimonial .main-header {
        font-size: 28px;
    }
    
    .testimonial .sub-header {
        font-size: 14px;
        margin-bottom: 30px;
    }
    
    .testimonial .container {
        padding: 20px 15px;
    }
}

/* Glassmorphism Button Styles */
.button-style-1 {
    margin-top: 20px;
}

.button-style-1 a {
    display: inline-block;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 25px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
    padding: 12px 30px;
    color: #ffffff !important;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.button-style-1 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, 
        rgba(4, 113, 6, 0.8) 0%,     /* Primary green #047106 */
        rgba(183, 37, 1, 0.9) 100%); /* Secondary red #b72501 */
    transition: left 0.5s;
    z-index: -1;
}

.button-style-1 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.2);
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff !important;
}

.button-style-1 a:hover::before {
    left: 0;
}

/* Conflicting testimonial image styles removed */

/* Modern Footer Background */
.footer,
body .footer,
html body .footer {
    position: relative !important;
    background: linear-gradient(135deg, 
        rgba(4, 113, 6, 0.95) 0%,    /* Primary green #047106 */
        rgba(183, 37, 1, 0.9) 50%,   /* Secondary red #b72501 */
        rgba(4, 113, 6, 0.95) 100%) !important; /* Primary green #047106 */
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    min-height: 400px !important;
    overflow: hidden !important;
    color: #ffffff !important;
}

.footer::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 80%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 80% 20%, rgba(255, 255, 255, 0.08) 0%, transparent 50%),
        radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.05) 0%, transparent 50%);
    animation: footer-float 25s ease-in-out infinite;
}

@keyframes footer-float {
    0%, 100% { 
        transform: translateY(0px) rotate(0deg); 
        opacity: 0.7;
    }
    25% { 
        transform: translateY(-15px) rotate(0.5deg); 
        opacity: 0.9;
    }
    50% { 
        transform: translateY(8px) rotate(-0.3deg); 
        opacity: 0.8;
    }
    75% { 
        transform: translateY(-8px) rotate(0.2deg); 
        opacity: 0.9;
    }
}

.footer .container {
    position: relative;
    z-index: 2;
    padding: 60px 20px;
}

.footer .heading {
    color: #ffffff !important;
    font-size: 22px;
    font-weight: 700;
    margin-bottom: 25px;
    position: relative;
}

.footer .heading::after {
    content: '';
    display: block;
    width: 50px;
    height: 3px;
    background: #fdb981; /* Branding accent color */
    margin-top: 10px;
    border-radius: 2px;
    box-shadow: 0 0 10px #fdb981;
}

.footer p, .footer .right, .footer .copyright {
    color: rgba(255, 255, 255, 0.9) !important;
}

.footer a {
    color: rgba(255, 255, 255, 0.8) !important;
    transition: all 0.3s ease;
}

.footer a:hover {
    color: #fdb981 !important; /* Branding accent color */
    transform: translateX(3px);
}

.footer .useful-links li {
    margin-bottom: 10px;
}

.footer .useful-links li i {
    color: #fdb981; /* Branding accent color */
    margin-right: 8px;
}

.footer .list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 15px;
}

.footer .list-item .left {
    width: 30px;
    flex-shrink: 0;
}

.footer .list-item .left i {
    color: #fdb981; /* Branding accent color */
    font-size: 16px;
}

.footer .list-item .right {
    flex: 1;
    line-height: 1.5;
}

.footer .social li a {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.3s ease;
}

.footer .social li a:hover {
    background: #fdb981; /* Branding accent color */
    border-color: #fdb981;
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(253, 185, 129, 0.4);
}

.footer .social li a i {
    color: #ffffff;
}

/* Footer Newsletter Form */
.footer .form-group input[type="text"] {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff;
    padding: 12px 15px;
    border-radius: 8px;
    width: 100%;
}

.footer .form-group input[type="text"]::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

.footer .form-group input[type="text"]:focus {
    border-color: #fdb981;
    box-shadow: 0 0 0 0.2rem rgba(253, 185, 129, 0.25);
    background: rgba(255, 255, 255, 0.15);
}

.footer .btn-primary {
    background: linear-gradient(135deg, rgba(4, 113, 6, 0.8) 0%, rgba(183, 37, 1, 0.9) 100%);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: #ffffff !important;
    padding: 12px 25px;
    border-radius: 8px;
    transition: all 0.3s ease;
}

.footer .btn-primary:hover {
    background: linear-gradient(135deg, rgba(183, 37, 1, 0.9) 0%, rgba(4, 113, 6, 0.8) 100%);
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.3);
}

/* Footer Bottom */
.footer-bottom {
    background: rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    position: relative;
    z-index: 3;
}

.footer-bottom .copyright {
    text-align: center;
    padding: 20px 0;
    color: rgba(255, 255, 255, 0.7) !important;
    font-size: 14px;
}

/* Add floating particles effect to footer */
.footer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: 
        radial-gradient(circle at 15% 85%, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        radial-gradient(circle at 85% 15%, rgba(255, 255, 255, 0.06) 1px, transparent 1px),
        radial-gradient(circle at 45% 45%, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
    background-size: 120px 120px, 180px 180px, 240px 240px;
    animation: footer-particle-drift 35s linear infinite;
    pointer-events: none;
}

@keyframes footer-particle-drift {
    0% { transform: translateY(0px) translateX(0px); }
    100% { transform: translateY(-120px) translateX(60px); }
}

/* Responsive adjustments for footer */
@media (max-width: 768px) {
    .footer {
        min-height: 300px;
        padding: 40px 0;
    }
    
    .footer .container {
        padding: 30px 15px;
    }
    
    .footer .heading {
        font-size: 18px;
        margin-bottom: 20px;
    }
    
    .footer .list-item {
        margin-bottom: 12px;
    }
    
    .footer .social li {
        margin: 0 5px;
    }
}

/* Navigation Logo Styling */
.nav-logo {
    height: 100px !important;
    width: auto !important;
    max-width: 300px !important;
    object-fit: contain !important;
    transition: transform 0.3s ease !important;
}

.logo-link {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(15px) !important;
    -webkit-backdrop-filter: blur(15px) !important;
    border-radius: 50% !important;
    border: 2px solid rgba(255, 255, 255, 0.2) !important;
    box-shadow: 
        0 8px 32px rgba(0, 0, 0, 0.1),
        inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
    padding: 15px !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275) !important;
    position: relative !important;
    overflow: hidden !important;
}

.logo-link::before {
    content: '' !important;
    position: absolute !important;
    top: -50% !important;
    left: -50% !important;
    width: 200% !important;
    height: 200% !important;
    background: linear-gradient(45deg, 
        transparent 30%,
        rgba(255, 255, 255, 0.05) 50%,
        transparent 70%) !important;
    animation: logo-shine 6s ease-in-out infinite !important;
    z-index: 0 !important;
}

@keyframes logo-shine {
    0%, 100% { transform: translateX(-100%) translateY(-100%) rotate(45deg) !important; }
    50% { transform: translateX(100%) translateY(100%) rotate(45deg) !important; }
}

.logo-link .nav-logo {
    position: relative !important;
    z-index: 1 !important;
    filter: drop-shadow(0 8px 25px rgba(4, 113, 6, 0.4)) drop-shadow(0 4px 15px rgba(183, 37, 1, 0.3)) !important;
}

.logo-link:hover {
    transform: scale(1.05) !important;
    box-shadow: 
        0 16px 48px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 0 25px rgba(var(--theme-primary-rgb, 4, 113, 6), 0.2) !important;
    border-color: rgba(255, 255, 255, 0.4) !important;
}

.logo-link:hover .nav-logo {
    transform: scale(1.02) !important;
    filter: drop-shadow(0 12px 35px rgba(4, 113, 6, 0.6)) drop-shadow(0 6px 20px rgba(183, 37, 1, 0.4)) drop-shadow(0 2px 10px rgba(253, 185, 129, 0.3)) !important;
}

.logo-item {
    margin-right: 15px !important;
    padding: 0 !important;
}

.navbar-nav .nav-item.logo-item {
    display: flex !important;
    align-items: center !important;
}

/* Mobile navigation logo adjustments */
@media (max-width: 991px) {
    .nav-logo {
        height: 85px !important;
        max-width: 255px !important;
    }
    
    .logo-link {
        padding: 12px !important; /* Slightly smaller padding on mobile */
    }
    
    .logo-item {
        margin-right: 10px !important;
    }
}

/* Banner/Slider Title and Text Styling */
.slider .text-content h2 {
    color: #ffffff !important; /* Pure white for banner title */
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    font-weight: 700;
    font-size: 48px;
    line-height: 1.2;
    margin-bottom: 20px;
}

.slider .text-content p {
    color: rgba(255, 255, 255, 0.95) !important; /* Slightly transparent white for subtitle */
    text-shadow: 0 1px 5px rgba(0, 0, 0, 0.3);
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 30px;
}

/* Breadcrumb Styling */
.breadcrumb {
    background: rgba(255, 255, 255, 0.1) !important;
    backdrop-filter: blur(10px) !important;
    border-radius: 10px;
    padding: 12px 20px;
    margin-bottom: 30px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.breadcrumb .breadcrumb-item {
    color: rgba(255, 255, 255, 0.8) !important;
}

.breadcrumb .breadcrumb-item a {
    color: #ffffff !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.breadcrumb .breadcrumb-item a:hover {
    color: var(--theme-accent) !important;
    text-decoration: underline;
}

.breadcrumb .breadcrumb-item.active {
    color: #ffffff !important;
    font-weight: 600;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: rgba(255, 255, 255, 0.6);
}

/* Enhanced Banner/Slider Effects */
.slider .item {
    position: relative;
    overflow: hidden;
}

.slider .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(0, 0, 0, 0.3) 0%,
        rgba(0, 0, 0, 0.1) 50%,
        rgba(0, 0, 0, 0.3) 100%);
    z-index: 1;
}

.slider .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.slider .text {
    position: relative;
    z-index: 2;
    padding: 120px 0;
}

/* Simplified Testimonial Section with Admin Branding */
.testimonial {
    background: linear-gradient(135deg, 
        var(--theme-primary) 0%, 
        var(--theme-primary-dark) 100%);
    padding: 120px 0 60px 0; /* Added 120px top padding for sticky nav */
    min-height: 500px;
    position: relative;
}

.testimonial::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.1);
    pointer-events: none;
}

.testimonial .bg {
    display: none;
}

/* Make all testimonial section text white */
.testimonial h2.main-header,
.testimonial h3.sub-header,
.testimonial .section-title,
.testimonial .section-subtitle {
    color: #ffffff !important;
}

.section-header {
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.testimonials-grid {
    position: relative;
    z-index: 2;
}

.testimonial-card {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border-radius: 20px;
    padding: 30px 25px;
    box-shadow: 
        0 10px 20px rgba(0, 0, 0, 0.05),
        0 3px 6px rgba(0, 0, 0, 0.02),
        inset 0 1px 0 rgba(255, 255, 255, 0.1);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    height: 100%;
    position: relative;
    border: 1px solid rgba(255, 255, 255, 0.1);
}

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 3px;
    background: linear-gradient(90deg, 
        var(--theme-primary, #f09c1c) 0%, 
        var(--theme-primary-dark, #e08a0a) 50%,
        var(--theme-primary, #f09c1c) 100%);
    border-radius: 20px 20px 0 0;
}

.testimonial-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.01) 0%, 
        transparent 50%);
    border-radius: 20px;
    pointer-events: none;
}

.testimonial-card:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        0 8px 16px rgba(0, 0, 0, 0.04),
        inset 0 1px 0 rgba(255, 255, 255, 0.15);
    border-color: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(15px);
    -webkit-backdrop-filter: blur(15px);
}

.testimonial-content {
    margin-bottom: 25px;
}

.quote-icon {
    font-size: 36px;
    color: var(--theme-primary, #f09c1c);
    margin-bottom: 15px;
    text-align: center;
}

.testimonial-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    font-style: italic;
    margin: 0;
    text-align: center;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.author-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--theme-primary, #f09c1c);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 5px 0;
}

.author-title {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
    font-weight: 500;
}

.testimonial-cta {
    position: relative;
    z-index: 2;
}

.testimonial-cta .button-style-1 a {
    background: #ffffff;
    color: var(--theme-primary, #f09c1c);
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-cta .button-style-1 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Sticky Navigation */
.main-nav {
    position: sticky;
    top: 0;
    z-index: 1000;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
}

/* Override conflicting carousel styles */
.testimonial .item {
    background: transparent;
    padding: 0;
    color: inherit;
}

.testimonial .photo {
    width: auto;
    height: auto;
    margin: 0;
}

.testimonial .text {
    margin: 0;
}

.testimonial .text h4 {
    color: #ffffff;
}

.testimonial .text p {
    color: rgba(255, 255, 255, 0.8);
}

/* Responsive Design */
@media (max-width: 991px) {
    .testimonial {
        padding: 100px 0 50px 0; /* Account for sticky nav */
        min-height: 450px;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .section-subtitle {
        font-size: 15px;
    }
}

@media (max-width: 767px) {
    .testimonial {
        padding: 60px 0 40px 0;
        min-height: auto;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .section-subtitle {
        font-size: 14px;
        padding: 0 15px;
    }
    
    .testimonial-card {
        padding: 25px 20px;
        margin-bottom: 20px;
    }
    
    .testimonial-author {
        flex-direction: row;
        text-align: left;
        gap: 15px;
    }
    
    .author-image img {
        width: 60px;
        height: 60px;
        flex-shrink: 0;
    }
    
    .author-info {
        text-align: left;
    }
    
    .testimonial-text p {
        font-size: 14px;
        text-align: left;
    }
    
    .quote-icon {
        font-size: 28px;
        text-align: left;
        margin-bottom: 10px;
    }
}

@media (max-width: 576px) {
    .testimonial {
        padding: 50px 0 30px 0;
        min-height: auto;
    }
    
    .section-title {
        font-size: 24px;
        margin-bottom: 10px;
    }
    
    .section-subtitle {
        font-size: 13px;
        padding: 0 10px;
    }
    
    .testimonial-card {
        padding: 20px 15px;
        margin-bottom: 15px;
        border-radius: 15px;
    }
    
    .testimonials-grid .row {
        margin: 0 -10px;
    }
    
    .testimonials-grid .row > div {
        padding: 0 10px;
    }
    
    .author-image img {
        width: 50px;
        height: 50px;
    }
    
    .author-name {
        font-size: 14px;
    }
    
    .author-title {
        font-size: 12px;
    }
    
    .testimonial-text p {
        font-size: 13px;
        line-height: 1.5;
    }
}

/* Conflicting testimonial-section styles removed */

.section-header {
    position: relative;
    z-index: 2;
}

.section-title {
    font-size: 36px;
    font-weight: 700;
    color: #ffffff;
    margin-bottom: 15px;
    position: relative;
}

.section-title::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background: #ffffff;
    border-radius: 2px;
}

.section-subtitle {
    font-size: 16px;
    color: rgba(255, 255, 255, 0.9);
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.6;
}

.testimonials-grid {
    position: relative;
    z-index: 2;
}

/* Conflicting testimonial-card styles removed */

.testimonial-content {
    margin-bottom: 25px;
}

.quote-icon {
    font-size: 36px;
    color: var(--theme-primary, #f09c1c);
    margin-bottom: 15px;
    text-align: center;
}

.testimonial-text p {
    font-size: 15px;
    line-height: 1.6;
    color: #2c3e50;
    font-style: italic;
    margin: 0;
    text-align: center;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.author-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid var(--theme-primary);
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 16px;
    font-weight: 600;
    color: #2c3e50;
    margin: 0 0 5px 0;
}

.author-title {
    font-size: 14px;
    color: #6c757d;
    margin: 0;
    font-weight: 500;
}

.testimonial-cta {
    position: relative;
    z-index: 2;
}

.testimonial-cta .button-style-1 a {
    background: #ffffff;
    color: var(--theme-primary);
    padding: 12px 30px;
    border-radius: 25px;
    text-decoration: none;
    font-weight: 600;
    font-size: 15px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.testimonial-cta .button-style-1 a:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

/* Responsive testimonial-section styles removed */

/* Ultra-Modern Testimonial Section - Advanced Design System - REMOVED */

/* Conflicting modern section styles removed */

/* Interactive Stats Highlights */
.stats-highlights {
    position: relative;
    z-index: 5;
}

.stat-item {
    text-align: center;
    padding: 40px 25px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 25px;
    box-shadow: 
        0 20px 40px rgba(0, 0, 0, 0.08),
        inset 0 1px 0 rgba(255, 255, 255, 0.9);
    border: 1px solid rgba(255, 255, 255, 0.5);
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
}

.stat-item::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, transparent, rgba(4, 113, 6, 0.05), transparent);
    transform: rotate(45deg);
    transition: all 0.6s ease;
    opacity: 0;
}

.stat-item:hover::before {
    opacity: 1;
    animation: stat-shine 0.6s ease;
}

@keyframes stat-shine {
    0% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    100% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.stat-item:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 
        0 30px 60px rgba(0, 0, 0, 0.12),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: rgba(4, 113, 6, 0.2);
}

.stat-icon {
    font-size: 32px;
    color: #047106;
    margin-bottom: 15px;
    display: inline-block;
    animation: icon-bounce 2s ease-in-out infinite;
}

@keyframes icon-bounce {
    0%, 100% { transform: translateY(0); }
    50% { transform: translateY(-5px); }
}

.stat-number {
    font-size: 42px;
    font-weight: 800;
    background: linear-gradient(135deg, #047106, #b72501);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    margin-bottom: 10px;
    min-height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.stat-label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1.5px;
    margin-bottom: 15px;
}

.stat-progress {
    width: 100%;
    height: 4px;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 2px;
    overflow: hidden;
    margin-top: 10px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #047106, #b72501);
    border-radius: 2px;
    width: var(--progress);
    transform: scaleX(0);
    transform-origin: left;
    animation: progress-grow 1.5s ease forwards;
    animation-delay: 0.5s;
}

@keyframes progress-grow {
    to { transform: scaleX(1); }
}

.rating-stars {
    margin-top: 10px;
    font-size: 16px;
    color: #ffc107;
}

/* Modern Filter Buttons */
.testimonials-filters {
    position: relative;
    z-index: 5;
}

.filter-buttons {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
}

.filter-btn {
    padding: 12px 25px;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(10px);
    border: 2px solid rgba(4, 113, 6, 0.2);
    border-radius: 30px;
    color: #495057;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.filter-btn:hover {
    background: rgba(4, 113, 6, 0.1);
    border-color: rgba(4, 113, 6, 0.4);
    transform: translateY(-2px);
}

.filter-btn.active {
    background: linear-gradient(135deg, #047106, #b72501);
    color: #ffffff;
    border-color: transparent;
    box-shadow: 0 8px 25px rgba(4, 113, 6, 0.3);
}

/* Enhanced Testimonial Cards */
.testimonials-grid {
    position: relative;
    z-index: 5;
}

/* Another conflicting testimonial-card style removed */

@keyframes card-appear {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.card-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
}

.bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="card-pattern" width="10" height="10" patternUnits="userSpaceOnUse"><circle cx="5" cy="5" r="0.5" fill="rgba(4,113,6,0.05)"/></pattern></defs><rect width="100" height="100" fill="url(%23card-pattern)"/></svg>');
    opacity: 0.5;
}

.bg-gradient {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, 
        rgba(4, 113, 6, 0.02) 0%, 
        transparent 50%, 
        rgba(183, 37, 1, 0.02) 100%);
}

.testimonial-card:hover {
    transform: translateY(-15px) scale(1.02);
    box-shadow: 
        0 40px 80px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 1);
    border-color: rgba(4, 113, 6, 0.3);
}

.testimonial-content {
    padding: 35px 30px 25px;
    position: relative;
    z-index: 2;
}

.card-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.rating-display {
    display: flex;
    align-items: center;
    gap: 8px;
}

.stars {
    color: #ffc107;
    font-size: 14px;
}

.rating-text {
    font-weight: 700;
    color: #495057;
    font-size: 14px;
}

.review-date {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #adb5bd;
    font-size: 12px;
}

.quote-icon {
    font-size: 48px;
    color: rgba(4, 113, 6, 0.15);
    margin-bottom: 20px;
    text-align: center;
    animation: quote-float 3s ease-in-out infinite;
}

@keyframes quote-float {
    0%, 100% { transform: translateY(0) rotate(0deg); }
    50% { transform: translateY(-5px) rotate(2deg); }
}

.testimonial-text {
    position: relative;
    z-index: 2;
    margin-bottom: 25px;
}

.testimonial-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    font-style: italic;
    margin: 0;
    text-align: center;
}

.helpful-buttons {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-top: 20px;
}

.helpful-btn, .share-btn {
    display: flex;
    align-items: center;
    gap: 5px;
    padding: 8px 15px;
    background: rgba(4, 113, 6, 0.1);
    border: 1px solid rgba(4, 113, 6, 0.2);
    border-radius: 20px;
    color: #047106;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.helpful-btn:hover, .share-btn:hover {
    background: rgba(4, 113, 6, 0.15);
    border-color: rgba(4, 113, 6, 0.3);
    transform: translateY(-2px);
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding: 25px 30px 35px;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
    position: relative;
    z-index: 2;
}

.author-image {
    flex-shrink: 0;
    position: relative;
}

.author-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 4px solid rgba(255, 255, 255, 0.9);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
    transition: all 0.3s ease;
}

.testimonial-card:hover .author-image img {
    transform: scale(1.1);
    border-color: rgba(4, 113, 6, 0.2);
}

.status-indicator {
    position: absolute;
    bottom: 5px;
    right: 5px;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    border: 3px solid #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.status-indicator.online {
    background: #28a745;
    animation: status-pulse 2s ease-in-out infinite;
}

@keyframes status-pulse {
    0%, 100% { box-shadow: 0 2px 8px rgba(40, 167, 69, 0.4); }
    50% { box-shadow: 0 2px 15px rgba(40, 167, 69, 0.6); }
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 5px 0;
}

.author-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0 0 10px 0;
    font-weight: 500;
}

.author-badges {
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
}

.badge {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 4px 10px;
    border-radius: 15px;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.badge.verified {
    background: rgba(40, 167, 69, 0.1);
    color: #28a745;
    border: 1px solid rgba(40, 167, 69, 0.2);
}

.badge.traveler {
    background: rgba(4, 113, 6, 0.1);
    color: #047106;
    border: 1px solid rgba(4, 113, 6, 0.2);
}

/* Enhanced CTA Section */
.testimonial-cta {
    position: relative;
    z-index: 5;
}

.social-proof {
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.proof-text {
    font-size: 18px;
    color: #495057;
    font-weight: 500;
}

.proof-number {
    font-size: 24px;
    font-weight: 800;
    color: #047106;
    margin: 0 5px;
}

.proof-logos {
    display: flex;
    gap: 20px;
    font-size: 24px;
    color: #6c757d;
}

.cta-buttons {
    display: flex;
    gap: 20px;
    justify-content: center;
    flex-wrap: wrap;
}

.button-style-1 a, .button-style-2 a {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.button-style-1 a {
    background: linear-gradient(135deg, #047106, #b72501);
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(4, 113, 6, 0.3);
}

.button-style-1 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.button-style-1 a:hover::before {
    left: 100%;
}

.button-style-1 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 15px 40px rgba(4, 113, 6, 0.4);
}

.button-style-2 a {
    background: rgba(255, 255, 255, 0.9);
    color: #047106;
    border: 2px solid rgba(4, 113, 6, 0.3);
    backdrop-filter: blur(10px);
}

.button-style-2 a:hover {
    background: rgba(4, 113, 6, 0.1);
    border-color: rgba(4, 113, 6, 0.5);
    transform: translateY(-3px);
}

/* Counter Animation */
@keyframes countUp {
    from { opacity: 0; transform: scale(0.5); }
    to { opacity: 1; transform: scale(1); }
}

.counter-value.animate {
    animation: countUp 0.6s ease forwards;
}

/* Responsive Design */
@media (max-width: 991px) {
    .testimonial-section {
        padding: 80px 0;
    }
    
    .section-title {
        font-size: 42px;
    }
    
    .section-subtitle {
        font-size: 18px;
    }
    
    .stat-number {
        font-size: 36px;
    }
    
    .filter-buttons {
        gap: 10px;
    }
    
    .filter-btn {
        padding: 10px 20px;
        font-size: 13px;
    }
}

@media (max-width: 767px) {
    .testimonial-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
    
    .stat-item {
        padding: 30px 20px;
        margin-bottom: 20px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .testimonial-card {
        margin-bottom: 20px;
    }
    
    .testimonial-content {
        padding: 25px 20px 20px;
    }
    
    .testimonial-author {
        padding: 20px;
    }
    
    .helpful-buttons {
        flex-direction: column;
        gap: 8px;
    }
    
    .cta-buttons {
        flex-direction: column;
        align-items: center;
    }
    
    .social-proof {
        text-align: center;
    }
}

@media (max-width: 576px) {
    .testimonial-section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .section-badge {
        font-size: 12px;
        padding: 6px 15px;
    }
    
    .stat-item {
        padding: 25px 15px;
    }
    
    .testimonial-card {
        margin-bottom: 15px;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .author-badges {
        justify-content: center;
    }
    
    .proof-text {
        font-size: 16px;
    }
    
    .proof-number {
        font-size: 20px;
    }
}

/* Modern Testimonial Section - Complete Overhaul - REMOVED */

/* Conflicting section header styles removed */

/* Stats Highlights */
.stats-highlights {
    position: relative;
    z-index: 2;
}

.stat-item {
    text-align: center;
    padding: 30px 20px;
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    border: 1px solid rgba(4, 113, 6, 0.1);
}

.stat-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    border-color: rgba(4, 113, 6, 0.2);
}

.stat-number {
    font-size: 36px;
    font-weight: 700;
    color: #047106;
    margin-bottom: 10px;
    background: linear-gradient(135deg, #047106, #b72501);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.stat-label {
    font-size: 14px;
    color: #6c757d;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 1px;
}

/* Testimonials Grid */
.testimonials-grid {
    position: relative;
    z-index: 2;
}

/* Final conflicting testimonial-card style removed */

.testimonial-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 4px;
    background: linear-gradient(90deg, #047106, #b72501);
    transform: scaleX(0);
    transition: transform 0.3s ease;
}

.testimonial-card:hover::before {
    transform: scaleX(1);
}

.testimonial-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 25px 60px rgba(0, 0, 0, 0.12);
    border-color: rgba(4, 113, 6, 0.2);
}

.testimonial-content {
    margin-bottom: 30px;
    position: relative;
}

.quote-icon {
    font-size: 48px;
    color: rgba(255, 255, 255, 0.6);
    margin-bottom: 20px;
    text-align: center;
}

.testimonial-text {
    position: relative;
    z-index: 2;
}

.testimonial-text p {
    font-size: 16px;
    line-height: 1.8;
    color: #ffffff;
    font-style: italic;
    margin: 0;
    text-align: center;
}

.testimonial-author {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.author-image {
    flex-shrink: 0;
}

.author-image img {
    width: 120px;
    height: 120px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #f8f9fa;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.author-info {
    flex: 1;
}

.author-name {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0 0 5px 0;
}

.author-title {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    font-weight: 500;
}

/* CTA Section */
.testimonial-cta {
    position: relative;
    z-index: 2;
}

.testimonial-cta .button-style-1 a {
    background: linear-gradient(135deg, #047106, #b72501);
    color: #ffffff;
    padding: 15px 35px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 600;
    font-size: 16px;
    display: inline-block;
    transition: all 0.3s ease;
    box-shadow: 0 8px 25px rgba(4, 113, 6, 0.3);
    border: none;
    position: relative;
    overflow: hidden;
}

.testimonial-cta .button-style-1 a::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: left 0.5s ease;
}

.testimonial-cta .button-style-1 a:hover::before {
    left: 100%;
}

.testimonial-cta .button-style-1 a:hover {
    transform: translateY(-3px);
    box-shadow: 0 12px 35px rgba(4, 113, 6, 0.4);
}

/* Responsive Design */
@media (max-width: 991px) {
    .testimonial-section {
        padding: 60px 0;
    }
    
    .section-title {
        font-size: 36px;
    }
    
    .section-subtitle {
        font-size: 16px;
    }
    
    .stat-number {
        font-size: 32px;
    }
    
    .testimonial-card {
        padding: 30px 25px;
    }
}

@media (max-width: 767px) {
    .testimonial-section {
        padding: 40px 0;
    }
    
    .section-title {
        font-size: 32px;
    }
    
    .section-subtitle {
        font-size: 15px;
    }
    
    .stat-item {
        padding: 25px 15px;
        margin-bottom: 20px;
    }
    
    .stat-number {
        font-size: 28px;
    }
    
    .stat-label {
        font-size: 12px;
    }
    
    .testimonial-card {
        padding: 25px 20px;
    }
    
    .quote-icon {
        font-size: 36px;
    }
    
    .testimonial-text p {
        font-size: 15px;
    }
    
    .author-image img {
        width: 100px;
        height: 100px;
    }
    
    .author-name {
        font-size: 16px;
    }
    
    .author-title {
        font-size: 13px;
    }
}

@media (max-width: 576px) {
    .testimonial-section {
        padding: 30px 0;
    }
    
    .section-title {
        font-size: 28px;
    }
    
    .testimonial-card {
        padding: 20px 15px;
    }
    
    .testimonial-author {
        flex-direction: column;
        text-align: center;
        gap: 10px;
    }
    
    .testimonial-cta .button-style-1 a {
        padding: 12px 25px;
        font-size: 14px;
    }
}

/* Animation Effects */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.testimonial-card {
    animation: fadeInUp 0.6s ease forwards;
}

.testimonial-card:nth-child(1) { animation-delay: 0.1s; }
.testimonial-card:nth-child(2) { animation-delay: 0.2s; }
.testimonial-card:nth-child(3) { animation-delay: 0.3s; }
.testimonial-card:nth-child(4) { animation-delay: 0.4s; }
.testimonial-card:nth-child(5) { animation-delay: 0.5s; }
.testimonial-card:nth-child(6) { animation-delay: 0.6s; }

/* Modernize Testimonial Cards Further - REMOVED */

/* Enhanced Owl Carousel Navigation */
.testimonial-carousel .owl-nav {
    position: absolute;
    top: 50%;
    left: -60px;
    right: -60px;
    transform: translateY(-50%);
    z-index: 10;
}

.testimonial-carousel .owl-nav button {
    background: #ffffff !important;
    backdrop-filter: none !important;
    border: 1px solid #dddddd !important;
    border-radius: 50% !important;
    width: 50px !important;
    height: 50px !important;
    color: #ffffff !important;
    font-size: 18px !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2) !important;
}

.testimonial-carousel .owl-nav button:hover {
    background: var(--theme-primary) !important;
    border-color: var(--theme-primary) !important;
    transform: scale(1.1) !important;
    box-shadow: 0 8px 25px rgba(var(--theme-primary-rgb, 4, 113, 6), 0.4) !important;
}

/* Modern Packages Section */
.package {
    position: relative;
    margin-top: 100px !important; /* Ensure proper spacing from testimonial section */
    padding-bottom: 25px !important;
}

.package .container {
    position: relative;
    z-index: 2;
}

.package .heading h2 {
    color: var(--theme-primary) !important;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.package .heading h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--theme-accent);
    margin: 20px auto 0;
    border-radius: 2px;
    box-shadow: 0 0 15px var(--theme-accent);
}

.package .heading p {
    color: var(--theme-secondary) !important;
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

/* Enhanced Package Cards Grid */
.package .row {
    margin: 0 -15px;
}

.package .col-lg-4,
.package .col-md-6 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.package .package-card {
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 0;
}

.package .package-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
}

.package .package-card .photo {
    position: relative;
    border-radius: 10px 10px 0 0;
    overflow: hidden;
    margin-bottom: 20px;
}

.package .package-card .photo img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.package .package-card:hover .photo img {
    transform: scale(1.05);
}

.package .package-card .text {
    padding: 20px;
    position: relative;
    z-index: 1;
}

.package .package-card h2 {
    font-size: 18px;
    margin-bottom: 10px;
}

.package .package-card h2 a {
    color: var(--theme-secondary) !important;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.package .package-card h2 a:hover {
    color: var(--theme-primary) !important;
    text-decoration: underline;
}

.package .package-card .price {
    color: var(--theme-primary) !important;
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 10px;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.package .package-card .review {
    color: #666 !important;
    font-size: 14px;
    margin-top: 10px;
}

.package .package-card .review i {
    color: #ffd700;
    margin-right: 2px;
}

/* Responsive adjustments for packages */
@media (max-width: 768px) {
    .package {
        margin-top: 60px !important;
        padding-bottom: 40px !important;
    }
    
    .package .heading h2 {
        font-size: 32px;
    }
    
    .package .heading p {
        font-size: 16px;
        margin-bottom: 40px;
    }
    
    .package .col-lg-4,
    .package .col-md-6 {
        margin-bottom: 20px;
    }
    
    .package .package-card .photo img {
        height: 180px;
    }
}

/* Modern Blog Section */
.blog {
    position: relative;
    margin-top: 0 !important; /* Keep close to testimonial section */
    padding-bottom: 80px !important;
}

.blog .container {
    position: relative;
    z-index: 2;
}

.blog .heading h2 {
    color: var(--theme-primary) !important;
    font-size: 42px;
    font-weight: 700;
    text-align: center;
    margin-bottom: 20px;
    position: relative;
}

.blog .heading h2::after {
    content: '';
    display: block;
    width: 80px;
    height: 4px;
    background: var(--theme-accent);
    margin: 20px auto 0;
    border-radius: 2px;
    box-shadow: 0 0 15px var(--theme-accent);
}

.blog .heading p {
    color: var(--theme-secondary) !important;
    font-size: 18px;
    text-align: center;
    max-width: 600px;
    margin: 0 auto 60px;
    line-height: 1.6;
}

/* Enhanced Blog Cards Grid */
.blog .row {
    margin: 0 -15px;
}

.blog .col-lg-4,
.blog .col-md-6 {
    padding: 0 15px;
    margin-bottom: 30px;
}

.blog .glass-blog-card {
    background: linear-gradient(135deg, 
        rgba(255, 255, 255, 0.1) 0%,
        rgba(255, 255, 255, 0.05) 50%,
        rgba(255, 255, 255, 0.1) 100%);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: 
        0 12px 40px rgba(0, 0, 0, 0.15),
        inset 0 1px 0 rgba(255, 255, 255, 0.2);
    padding: 0 !important;
    transition: all 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    overflow: hidden;
    height: 100%;
    margin: 0;
}

.blog .glass-blog-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: linear-gradient(45deg, 
        transparent 30%,
        rgba(255, 255, 255, 0.03) 50%,
        transparent 70%);
    animation: blog-shine 8s ease-in-out infinite;
    z-index: 0;
}

@keyframes blog-shine {
    0%, 100% { transform: translateX(-100%) translateY(-100%) rotate(45deg); }
    50% { transform: translateX(100%) translateY(100%) rotate(45deg); }
}

.blog .glass-blog-card:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 
        0 25px 60px rgba(0, 0, 0, 0.2),
        inset 0 1px 0 rgba(255, 255, 255, 0.3),
        0 0 30px rgba(var(--theme-primary-rgb, 4, 113, 6), 0.2);
    border-color: rgba(255, 255, 255, 0.4);
}

.blog .glass-blog-card .photo {
    position: relative;
    border-radius: 18px 18px 0 0;
    overflow: hidden;
    margin-bottom: 0;
}

.blog .glass-blog-card .photo img {
    width: 100%;
    height: 220px;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.blog .glass-blog-card:hover .photo img {
    transform: scale(1.08);
}

.blog .glass-blog-card .text {
    padding: 25px;
    position: relative;
    z-index: 1;
}

.blog .glass-blog-card h2 {
    font-size: 20px;
    margin-bottom: 15px;
}

.blog .glass-blog-card h2 a {
    color: var(--theme-secondary) !important;
    font-weight: 600;
    transition: all 0.3s ease;
    text-decoration: none;
}

.blog .glass-blog-card h2 a:hover {
    color: var(--theme-primary) !important;
    text-decoration: underline;
}

.blog .glass-blog-card .short-des p {
    color: var(--theme-secondary) !important;
    line-height: 1.6;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    line-clamp: 3; /* Standard property for future compatibility */
    overflow: hidden;
}

.blog .glass-blog-card .read-more {
    display: inline-block;
    color: var(--theme-primary) !important;
    font-weight: 600;
    text-decoration: none;
    transition: all 0.3s ease;
    position: relative;
}

.blog .glass-blog-card .read-more::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--theme-primary);
    transition: width 0.3s ease;
}

.blog .glass-blog-card .read-more:hover::after {
    width: 100%;
}

.blog .glass-blog-card .read-more:hover {
    color: var(--theme-accent) !important;
    transform: translateX(3px);
}

/* Responsive adjustments for blog */
@media (max-width: 768px) {
    .blog {
        margin-top: 0 !important; /* Keep close to testimonial section */
        padding-bottom: 40px !important;
    }
    
    .blog .heading h2 {
        font-size: 32px;
    }
    
    .blog .glass-blog-card .photo img {
        height: 180px;
    }
}

.section-transition-line {
    height: 50px;
    width: 100%;
    max-width: 1200px;
    background: linear-gradient(90deg,
        rgba(4, 113, 6, 0.4) 0%,
        rgba(253, 185, 129, 0.5) 50%,
        rgba(183, 37, 1, 0.4) 100%);
    box-shadow: 0 -10px 25px rgba(0, 0, 0, 0.15);
    border-radius: 0 0 30px 30px;
    position: relative;
    z-index: 2;
    margin: 20px auto 40px;
}