/*!
Theme Name: Purple Moon Support
Theme URI: https://www.purplemoonsupport.co.uk
Author: Purple Moon Designs
Author URI: https://www.purplemoondesigns.co.uk
Description: This theme was developed for Purple Moon Support by Purple Moon Designs.
Version: 1.0.0

*/


/*******************************
================================
GLOBAL
================================
*******************************/

html, body, div, span, applet, object, iframe, h1, h2,
h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, textarea {
	font-family: 'Nunito', sans-serif;
}

html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
	scroll-behavior: smooth;
	scroll-padding-top: 130px;
}

body {
	margin: 0;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
    display: block;
}

.content_wrap{
	max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999999;
    background: #fff;
	box-shadow: 30px 30px 60px rgb(0 0 0 / 30%);
}

.row {
    width: 100%;
	display: flex;
    flex-wrap: wrap;
}

.row.inline-table {
    display: inline-table;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
	display: inherit;
}

.cnt_30{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.inline-table .cnt_30{
	display: inherit;
}

.cnt_33{
	width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 100%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	

.margin-right{
	margin: 0 0 20px;
}	



/*******************************
================================
TYPOGRAPHY
================================
*******************************/


a {
	background-color: transparent;
	text-decoration: none;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

a:hover {
	cursor: pointer;
}

p {
	margin: 0;
	line-height: 1.5;
	color: rgb(198 201 216 / 0.6);
	font-size: 18px;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	line-height: 1;
}

img {
	width: auto;
	max-width: 100%;
	border-style: none;
}

/*******************************
================================
COLOURS
================================
*******************************/

:root {
	--green: #8BAF1A;
	--pink: #E6007E;
	--gray: #F2F2F5;
}

.overlay:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 40%;
}

.white{
	color: #fff;
}

.gradient{
	background: rgb(230,0,126);
	background: -moz-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: -webkit-linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	background: linear-gradient(312deg, rgba(230,0,126,1) 0%, rgba(174,0,96,1) 80%, rgba(115,0,63,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#e6007e",endColorstr="#73003f",GradientType=1);
}

/*******************************
================================
404
================================
*******************************/

main#primary {
    min-height: 80vh;
}

section.error-404.not-found {
    text-align: center;
    padding: 100px 0;
}

.page-header h1 {
    font-size: 40px;
	margin-bottom: 40px;
}

.page-not-found {
    text-align: center;
}

.page-not-found img {
    margin: 0 0 30px;
    max-width: 650px;
}

.page-not-found h1 {
    font-size: 40px;
    margin: 0 0 30px;
}

.cta-btn a {
    background: red;
    color: #fff;
    padding: 8px 30px;
    border-radius: 8px;
}

.cta-btn {
    margin-top: 50px;
}

.cta-btn a:hover {
    background: #a60202;
    cursor: pointer;
}

/*******************************
================================
SINGLE BLOG
================================
*******************************/

section.blog-content {
    padding: 100px 0;
}

.blog-cnt {
    box-shadow: 0 0 32px 0 rgb(26 47 106 / 8%);
    border-radius: 6px;
}

.meta-content {
    position: relative;
}

.post-thumbnail img {
    height: auto;
    border-radius: 6px 6px 0 0;
}

.date-posted {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 80px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    border-radius: 4px;
    background: var(--blue);
    padding: 12px 0;
}

.date-posted span{
	color: #fff;
}

.full-content {
    padding: 0 30px 30px;
}

.info {
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px dashed var(--blue);
}

.cat-box {
    display: flex;
}

.cat-box i {
    padding-right: 10px;
}

ul.single-cat-list li:first-child {
    display: block;
}

.info h2 {
    margin: 10px 0 0;
}

blockquote {
    padding: 20px 0 20px 40px;
    position: relative;
    border-left: solid 4px var(--blue);
    margin: 15px 0;
}

/* sidebar */

form.searchform.group {
    width: calc(100% - 10px);
    border: solid 1px #DADADA;
    padding: 5px;
    position: relative;
}

input[type="search"] {
    width: 90%;
    border: none;
    line-height: 30px;
    font-size: 16px;
}

input[type="image"] {
    position: absolute;
    top: 5px;
    right: 5px;
}

.siderbar-box {
    margin: 30px 0;
}

.siderbar-box h3 {
    font-size: 25px;
    font-weight: 500;
	color: var(--blue);
}

ul.cat-list {
    margin-top: 10px;
}

ul.cat-list li {
    padding: 15px 0;
    border-bottom: solid #f2f2f2;
    font-size: 20px;
}

ul.cat-list a {
    color: #333333;
    font-weight: 400;
}

.rp-details a:hover, ul.cat-list a:hover {
    color: var(--blue);
}

.recent-posts {
    margin: 10px 0;
    display: table;
}

.rp-img, .rp-details {
    display: table-cell;
    vertical-align: middle;
}

.rp-img {
    width: 25%;
}

.rp-details {
    padding-left: 15px;
}

.recent-posts img {
    width: auto;
    height: 80px;
    object-fit: cover;
    border-radius: 3px;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.recent-posts img:hover {
    cursor: pointer;
    filter: grayscale(1);
}

.rp-details a {
    color: #333;
}

span.date {
    opacity: 70%;
    font-size: 13px;
    text-align: left;
}

/* archive */

.blog-sng {
    background-color: #f2f2f2;
    margin: 0 0 30px;
    padding: 15px 15px 30px;
    border-radius: 6px;
}

.blog-sng img {
    border-radius: 3px;
    margin-bottom: 10px;
    width: 100%;
    height: auto;
    filter: grayscale(0);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng img:hover {
    filter: grayscale(1);
}

span.date {
    opacity: 70%;
    font-size: 13px;
}

.blog-sng a h2 {
    color: #333;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

.blog-sng a h2:hover {
    color: var(--blue);
}

h1.white.relative span {
    color: var(--yellow);
}

/*******************************
================================
REGULAR PAGE
================================
*******************************/

.the_content {
    padding: 50px 0;
}

.breadcrumbs {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: relative;
    padding: 100px 0;    
	text-align: center;
}

.breadcrumbs:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: 60%;
}

.breadcrumbs h1 {
    color: #fff;
    position: relative;
    font-size: 40px;
    margin: 0;
}

/*******************************
================================
HEADER
================================
*******************************/

.bg-pmd-space{background-image:linear-gradient(to top right,#000,#12040d,#190a1a,#171228,#051937)}
  .card{background:rgba(29,29,31,.6);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.06)}
  .cta-grad{background:linear-gradient(145deg,#f81f01 0%,#ee076e 100%)}
  .pmd-gradient{background:linear-gradient(145deg,#f81f01 0%,#ee076e 100%)}
  
  /* Custom animations */
  @keyframes float {
    0%, 100% { transform: translateY(0px); }
    50% { transform: translateY(-20px); }
  }
  .float-animation {
    animation: float 6s ease-in-out infinite;
  }
  
  /* Gradient text */
  .gradient-text {
    background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
body.home .lg\:pl-64.main-content-area {
    padding-left: 0;
}

body.home .hidden.lg\:flex.lg\:flex-col.lg\:w-64.lg\:fixed.lg\:inset-y-0.lg\:z-50 {
    display: none;
}

body.home .lg\:hidden.bg-gray-900\/80.backdrop-blur-sm.border-b.border-white\/10.px-4.py-3 {
    display: none;
}

body.home .lg\:hidden.fixed.top-4.left-4.z-50 {
    display: none;
}

body.home main.page-content {
    padding: 0;
}

        .bg-gradient-primary {
            background: linear-gradient(to top right, #000000, #12040d, #190a1a, #171228, #051937);
        }
        .bg-gradient-accent {
            background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
        }
        .bg-gradient-purple {
            background: linear-gradient(135deg, #5c2c7f 0%, #3bb68f 100%);
        }
        .text-gradient {
            background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
        }
        .hover-lift {
            transition: all 0.3s ease;
        }
        .hover-lift:hover {
            transform: translateY(-5px);
            box-shadow: 0 20px 40px rgba(0,0,0,0.3);
        }
        .glass-effect {
            background: rgba(255, 255, 255, 0.1);
            backdrop-filter: blur(10px);
            border: 1px solid rgba(255, 255, 255, 0.2);
        }


.flex.desktop-only {
    display: none;
}

/*******************************
================================
MEDIA
================================
*******************************/

@media (min-width: 768px){


/* global */	
	
.cnt_10{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}
}

@media (min-width: 1024px){
	
.flex.desktop-only {
    display: flex;
}
/* global */


.margin-right{
	margin: 0 20px 0 0;
}	
	
.margin-left{
	margin: 0 0 0 20px;
}	
	
.row {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

.table {
    display: table;
}

.cell {
	display: table-cell;
	vertical-align: middle;
}

.relative{
	position: relative;
}

.block{
	display: inline-block;
}

.short {
    width: 90%;
    margin: 0 auto;
}

.cnt_10{
	width: 10%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_20{
	width: 20%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_25{
	width: 25%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_30{
	width: 30%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_33{
	width: 33.33333%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_40 {
    width: 40%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_50 {
    width: 50%;
    -ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_60 {
    width: 60%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_70 {
    width: 70%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_80 {
    width: 80%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_90 {
    width: 90%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;
}

.cnt_full{
    width: 100%;
	-ms-flex-pack: inherit;
    -webkit-justify-content: inherit;
    justify-content: inherit;	
}	
	
}

/*******************************
================================
HEADER STYLES - Purple Moon Designs
================================
*******************************/

/* Brand Color Variables */
:root {
    --dark: #1D1D1F;
    --purple: #5c2c7f;
    --green: #3bb68f;
    --orange: #dd7c10;
    --blue: #5eb9e9;
    --red: #e22d4c;
    --off-white: #c6c9d8;
    --gradient-primary: linear-gradient(to top right, #000000, #12040d, #190a1a, #171228, #051937);
    --gradient-accent: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
    --gradient-purple: linear-gradient(135deg, #5c2c7f 0%, #3bb68f 100%);
}

/* Site Header */
.site-header {
    position: fixed;
    width: 100%;
    top: 0;
    z-index: 9999999;
    background: rgba(0, 0, 0, 0.95);
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.site-header.sticky {
    background: rgba(0, 0, 0, 0.98);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}

/* Header Content Wrapper */
.content_wrap {
    max-width: 1400px;
    margin: 0 auto;
    width: 90%;
    padding: 0;
    box-sizing: border-box;
}

/* Header Bar Menu */
.header-bar-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 0;
    min-height: 80px;
}

/* Site Branding */
.site-branding {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}

.site-branding .custom-logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
    color: white;
    transition: all 0.3s ease;
}

.site-branding .custom-logo-link:hover {
    transform: scale(1.05);
}

.site-branding .custom-logo {
    max-height: 50px;
    width: auto;
    margin-right: 1rem;
    border-radius: 8px;
}

.site-title {
    font-size: 1.5rem;
    font-weight: 800;
    color: white;
    margin: 0;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.site-description {
    color: var(--off-white);
    font-size: 0.9rem;
    margin: 0;
    opacity: 0.8;
}

/* Main Menu */
.main-menu {
    display: flex;
    align-items: center;
    flex-grow: 1;
    justify-content: flex-end;
}

.inner-menu {
    display: flex;
    align-items: center;
}

.main-navigation {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    margin: 0 auto;
}

.main-navigation ul {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 2.5rem;
    align-items: center;
}

.main-navigation li {
    position: relative;
}

.main-navigation a {
    color: var(--off-white);
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
    padding: 0.5rem 0;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
}

.main-navigation a:hover {
    color: white;
    transform: translateY(-2px);
}

.main-navigation a::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--gradient-accent);
    transition: width 0.3s ease;
}

.main-navigation a:hover::after {
    width: 100%;
}

/* CTA Button */
.main-navigation .cta-button {
    background: var(--gradient-accent);
    color: white;
    padding: 0.75rem 1.5rem;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 700;
    font-size: 0.95rem;
    margin-left: 2rem;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(248, 31, 1, 0.3);
    border: none;
    cursor: pointer;
    display: inline-block;
}

.main-navigation .cta-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(248, 31, 1, 0.4);
    color: white;
}

.main-navigation .cta-button:active {
    transform: translateY(-1px);
}

/* Support Contact Buttons */
.support-email-btn {
    background-color: #2563eb !important; /* bg-blue-600 */
    color: white !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    padding: 12px 24px !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.support-email-btn:hover {
    background-color: #1d4ed8 !important; /* hover:bg-blue-700 */
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    color: white !important;
}

.support-whatsapp-btn {
    background-color: #10b981 !important; /* bg-green-500 */
    color: white !important;
    font-weight: 600 !important;
    border-radius: 12px !important;
    padding: 12px 24px !important;
    transition: all 0.2s ease !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 8px !important;
    text-decoration: none !important;
    border: none !important;
    cursor: pointer !important;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06) !important;
}

.support-whatsapp-btn:hover {
    background-color: #059669 !important; /* hover:bg-green-600 */
    transform: translateY(-2px) !important;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
    color: white !important;
}

/* Mobile Menu Toggle */
.mobile-menu-toggle {
    display: none;
    align-items: center;
}

.mobile-menu-btn {
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    width: 30px;
    height: 30px;
    transition: all 0.3s ease;
}

.contact-form-wrapper .wpcf7-form-control {
    margin: 0 0 10px;
}


/* Contact Form 7 Custom Styling */
.contact-form-wrapper .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.contact-form-wrapper .wpcf7-form-control {
    width: 100%;
    padding: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 0.75rem;
    background: rgba(255, 255, 255, 0.1);
    color: #c6c9d8;
    font-size: 1rem;
    transition: all 0.2s ease;
}

.contact-form-wrapper .wpcf7-form-control:focus {
    outline: none;
    border-color: #5c2c7f;
    box-shadow: 0 0 0 3px rgba(92, 44, 127, 0.3);
    background: rgba(255, 255, 255, 0.15);
}

.contact-form-wrapper .wpcf7-form-control::placeholder {
    color: rgba(198, 201, 216, 0.5);
}

.contact-form-wrapper .wpcf7-textarea {
    min-height: 120px;
    resize: vertical;
}

.contact-form-wrapper .wpcf7-submit {
    background: linear-gradient(145deg, #f81f01 0%, #ee076e 100%);
    color: white;
    border: none;
    padding: 1rem 2rem;
    border-radius: 0.75rem;
    font-weight: bold;
    font-size: 1rem;
    cursor: pointer;
    transition: all 0.2s ease;
    align-self: flex-start;
}

.contact-form-wrapper .wpcf7-submit:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 25px rgba(248, 31, 1, 0.3);
}

.contact-form-wrapper .wpcf7-response-output {
    margin-top: 1rem;
    padding: 1rem;
    border-radius: 0.75rem;
    font-weight: 500;
}
hr.wp-block-separator.has-alpha-channel-opacity {
    margin: 20px 0;
}

h2.wp-block-heading {
    font-size: 22px;
    margin: 0 0 5px;
}
.contact-form-wrapper .wpcf7-mail-sent-ok {
    background: rgba(34, 197, 94, 0.1);
    border: 1px solid rgba(34, 197, 94, 0.3);
    color: #22c55e;
}

.contact-form-wrapper .wpcf7-validation-errors {
    background: rgba(239, 68, 68, 0.1);
    border: 1px solid rgba(239, 68, 68, 0.3);
    color: #ef4444;
}

.contact-form-wrapper .wpcf7-spam-blocked {
    background: rgba(245, 158, 11, 0.1);
    border: 1px solid rgba(245, 158, 11, 0.3);
    color: #f59e0b;
}

/* Hide labels */
.contact-form-wrapper label {
    display: none !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .contact-form-wrapper .wpcf7-submit {
        width: 100%;
        align-self: stretch;
    }
}
.hamburger-line {
    width: 25px;
    height: 3px;
    background-color: white;
    transition: all 0.3s ease;
    transform-origin: center;
}

.mobile-menu-btn.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-btn.active .hamburger-line:nth-child(2) {
    opacity: 0;
}

.mobile-menu-btn.active .hamburger-line:nth-child(3) {
    transform: rotate(-45deg) translate(6px, -6px);
}

.mobile-menu-btn:hover .hamburger-line {
    background-color: var(--green);
}

/* Mobile Navigation */
.mobile-nav {
    display: none;
    align-items: center;
}

.mobile-nav a {
    color: white;
    text-decoration: none;
    font-weight: 600;
    padding: 0.5rem 1rem;
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.mobile-nav a:hover {
    background: rgba(255, 255, 255, 0.2);
    color: var(--green);
}

/* Responsive Design */
@media (max-width: 1024px) {
    .main-navigation ul {
        gap: 2rem;
    }
    
    .main-navigation .cta-button {
        margin-left: 1.5rem;
        padding: 0.7rem 1.3rem;
    }
}

@media (max-width: 768px) {
    .header-bar-menu {
        flex-direction: row;
        align-items: center;
        padding: 1rem 0;
        justify-content: space-between;
    }
    
    .main-menu {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.98);
        backdrop-filter: blur(10px);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        padding: 2rem 0;
        z-index: 1000;
    }
    
    .main-menu.mobile-active {
        display: block;
    }
    
    .main-navigation ul {
        flex-direction: column;
        gap: 1.5rem;
        text-align: center;
        padding: 0 2rem;
    }
    
    .main-navigation .cta-button {
        margin: 1.5rem 0 0 0;
        width: 100%;
        text-align: center;
    }
    
    .mobile-menu-toggle {
        display: flex;
    }
    
    .mobile-nav {
        display: flex;
        justify-content: center;
        margin-top: 1rem;
    }
}

@media (min-width: 769px){

nav#site-navigation {
    width: auto;
    display: flex;
    flex-direction: row;
}
}

@media (max-width: 480px) {
    .site-branding .custom-logo {
        max-height: 40px;
    }
    
    .site-title {
        font-size: 1.3rem;
    }
    
    .header-bar-menu {
        padding: 0.8rem 0;
    }
}

/* Header Animation Classes */
.header-fade-in {
    animation: headerFadeIn 0.6s ease-out;
}

@keyframes headerFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Glass Effect Utilities */
.glass-effect {
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}

/* Hover Effects */
.hover-lift {
    transition: all 0.3s ease;
}

.hover-lift:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
}

/* Brand Color Utilities */
.text-purple { color: var(--purple); }
.text-green { color: var(--green); }
.text-orange { color: var(--orange); }
.text-blue { color: var(--blue); }
.text-red { color: var(--red); }
.text-off-white { color: var(--off-white); }

.bg-purple { background-color: var(--purple); }
.bg-green { background-color: var(--green); }
.bg-orange { background-color: var(--orange); }
.bg-blue { background-color: var(--blue); }
.bg-red { background-color: var(--red); }

/* Green color variations for WhatsApp button */
.bg-green-600 { background-color: #16a34a; }
.hover\:bg-green-700:hover { background-color: #15803d; }

/* Gradient Backgrounds */
.bg-gradient-primary {
    background: var(--gradient-primary);
}

.bg-gradient-accent {
    background: var(--gradient-accent);
}

.bg-gradient-purple {
    background: var(--gradient-purple);
}

/* User Management Page Styles */
.users-management-page {
    background: var(--pmd-space);
    min-height: 100vh;
}

.users-management-page .card {
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
}

.users-management-page .form-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--off-white);
    transition: all 0.3s ease;
}

.users-management-page .form-input:focus {
    border-color: var(--purple);
    box-shadow: 0 0 0 3px rgba(139, 69, 19, 0.1);
}

.users-management-page .form-select {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    color: var(--off-white);
}

.users-management-page .btn-primary {
    background: var(--purple);
    border: none;
    color: white;
    font-weight: 600;
    transition: all 0.3s ease;
}

.users-management-page .btn-primary:hover {
    background: var(--purple-dark);
    transform: translateY(-2px);
}

.users-management-page .user-list-item {
    background: rgba(255, 255, 255, 0.03);
    border: 1px solid rgba(255, 255, 255, 0.1);
    transition: all 0.3s ease;
}

.users-management-page .user-list-item:hover {
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.2);
}

.users-management-page .user-avatar {
    background: var(--purple);
    color: white;
    font-weight: bold;
}

.users-management-page .user-role-badge {
    background: rgba(139, 69, 19, 0.2);
    color: var(--purple);
    font-size: 0.75rem;
    font-weight: 500;
}

.users-management-page .btn-remove {
    color: var(--red);
    transition: color 0.3s ease;
}

.users-management-page .btn-remove:hover {
    color: var(--red-dark);
}

.users-management-page .empty-state {
    text-align: center;
    padding: 3rem 0;
}

.users-management-page .empty-state-icon {
    background: rgba(255, 255, 255, 0.1);
    color: rgba(255, 255, 255, 0.6);
    margin: 0 auto 1.5rem;
}

/* Password field enhancements */
.password-field-wrapper {
    position: relative;
}

.password-toggle-btn {
    position: absolute;
    right: 12px;
    top: 30%;
    transform: translateY(-50%);
    background: none;
    border: none;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
    padding: 4px;
    transition: color 0.3s ease;
}

.password-toggle-btn:hover {
    color: var(--purple);
}

.generate-password-btn {
    background: var(--purple);
    border: none;
    color: white;
    font-size: 0.875rem;
    padding: 8px 16px;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 8px;
}

.generate-password-btn:hover {
    background: var(--purple-dark);
    transform: translateY(-1px);
}

.password-requirements {
    font-size: 0.75rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 4px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .users-management-page .grid {
        grid-template-columns: 1fr;
    }
    
    .users-management-page .card {
        padding: 1.5rem;
    }
    
    .users-management-page .user-list-item {
        flex-direction: column;
        gap: 1rem;
        text-align: center;
    }
}

/*******************************
================================
BILLING PAGE STYLES
================================
*******************************/

/* Billing Page Base Styles */
.billing-page {
    background: var(--gradient-primary);
    min-height: 100vh;
    color: var(--off-white);
}

.billing-page .card {
    background: rgba(29, 29, 31, 0.6);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.06);
    border-radius: 16px;
}

.billing-page .text-white {
    color: #ffffff !important;
}

.billing-page .text-offwhite {
    color: var(--off-white) !important;
}

.billing-page .text-offwhite\/60 {
    color: rgba(198, 201, 216, 0.6) !important;
}

.billing-page .text-offwhite\/80 {
    color: rgba(198, 201, 216, 0.8) !important;
}

/* Invoice Summary Cards */
.billing-page .bg-white\/5 {
    background: rgba(255, 255, 255, 0.05) !important;
}

.billing-page .bg-white\/10 {
    background: rgba(255, 255, 255, 0.1) !important;
}

.billing-page .border-white\/10 {
    border-color: rgba(255, 255, 255, 0.1) !important;
}

.billing-page .border-white\/20 {
    border-color: rgba(255, 255, 255, 0.2) !important;
}

.billing-page .hover\:bg-white\/10:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

/* Status Badge Colors */
.billing-page .status-badge {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 6px 12px;
    border-radius: 9999px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    border: 2px solid;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    transition: all 0.2s ease;
}

.billing-page .status-badge:hover {
    transform: scale(1.05);
}

/* Paid Status */
.billing-page .status-paid {
    background: rgba(34, 197, 94, 0.2);
    color: #86efac;
    border-color: rgba(34, 197, 94, 0.5);
    box-shadow: 0 4px 6px -1px rgba(34, 197, 94, 0.2);
}

.billing-page .status-paid:hover {
    background: rgba(34, 197, 94, 0.3);
    box-shadow: 0 4px 6px -1px rgba(34, 197, 94, 0.3);
}

/* Overdue Status */
.billing-page .status-overdue {
    background: rgba(239, 68, 68, 0.2);
    color: #fca5a5;
    border-color: rgba(239, 68, 68, 0.5);
    box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.2);
}

.billing-page .status-overdue:hover {
    background: rgba(239, 68, 68, 0.3);
    box-shadow: 0 4px 6px -1px rgba(239, 68, 68, 0.3);
}

/* Sent Status */
.billing-page .status-sent {
    background: rgba(59, 130, 246, 0.2);
    color: #93c5fd;
    border-color: rgba(59, 130, 246, 0.5);
    box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.2);
}

.billing-page .status-sent:hover {
    background: rgba(59, 130, 246, 0.3);
    box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.3);
}

/* Draft Status */
.billing-page .status-draft {
    background: rgba(234, 179, 8, 0.2);
    color: #fde047;
    border-color: rgba(234, 179, 8, 0.5);
    box-shadow: 0 4px 6px -1px rgba(234, 179, 8, 0.2);
}

.billing-page .status-draft:hover {
    background: rgba(234, 179, 8, 0.3);
    box-shadow: 0 4px 6px -1px rgba(234, 179, 8, 0.3);
}

/* Pending Status */
.billing-page .status-pending {
    background: rgba(249, 115, 22, 0.2);
    color: #fed7aa;
    border-color: rgba(249, 115, 22, 0.5);
    box-shadow: 0 4px 6px -1px rgba(249, 115, 22, 0.2);
}

.billing-page .status-pending:hover {
    background: rgba(249, 115, 22, 0.3);
    box-shadow: 0 4px 6px -1px rgba(249, 115, 22, 0.3);
}

/* Cancelled Status */
.billing-page .status-cancelled {
    background: rgba(107, 114, 128, 0.2);
    color: #d1d5db;
    border-color: rgba(107, 114, 128, 0.5);
    box-shadow: 0 4px 6px -1px rgba(107, 114, 128, 0.2);
}

.billing-page .status-cancelled:hover {
    background: rgba(107, 114, 128, 0.3);
    box-shadow: 0 4px 6px -1px rgba(107, 114, 128, 0.3);
}

/* Summary Card Icons */
.billing-page .summary-icon {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid;
}

.billing-page .summary-icon-blue {
    background: rgba(59, 130, 246, 0.2);
    border-color: rgba(59, 130, 246, 0.3);
    color: #60a5fa;
}

.billing-page .summary-icon-green {
    background: rgba(34, 197, 94, 0.2);
    border-color: rgba(34, 197, 94, 0.3);
    color: #4ade80;
}

.billing-page .summary-icon-red {
    background: rgba(239, 68, 68, 0.2);
    border-color: rgba(239, 68, 68, 0.3);
    color: #f87171;
}

.billing-page .summary-icon-purple {
    background: rgba(147, 51, 234, 0.2);
    border-color: rgba(147, 51, 234, 0.3);
    color: #a78bfa;
}

/* Action Button */
.billing-page .action-button {
    color: #ffffff;
    padding: 8px;
    border-radius: 8px;
    transition: all 0.2s ease;
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.billing-page .action-button:hover {
    transform: scale(1.05);
    background: rgba(255, 255, 255, 0.2);
}

/* Invoice Details Modal */
.invoice-details-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 16px;
}

.invoice-details-modal.hidden {
    display: none;
}

.invoice-modal-content {
    background: #1f2937;
    border-radius: 8px;
    max-width: 28rem;
    width: 100%;
    padding: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.invoice-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.invoice-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.invoice-modal-close {
    color: #9ca3af;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s ease;
}

.invoice-modal-close:hover {
    color: #ffffff;
}

.invoice-modal-body {
    margin-bottom: 16px;
}

.invoice-details-card {
    background: #374151;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 16px;
}

.invoice-details-title {
    color: #ffffff;
    font-weight: 500;
    margin-bottom: 8px;
    font-size: 16px;
}

.invoice-details-amount {
    font-size: 24px;
    font-weight: bold;
    color: #ffffff;
    margin: 0;
}

.invoice-details-list {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.invoice-details-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.invoice-details-label {
    color: #d1d5db;
    font-size: 14px;
}

.invoice-details-value {
    color: #ffffff;
    font-weight: 500;
    font-size: 14px;
}

.invoice-details-value.font-medium {
    font-weight: 500;
}

/* Action Buttons Container */
.invoice-action-buttons {
    display: flex;
    flex-direction: column;
    gap: 12px;
    padding-top: 16px;
}

.invoice-action-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 8px 16px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
    text-align: left;
}

.invoice-action-btn.download {
    background: #2563eb;
    color: #ffffff;
}

.invoice-action-btn.download:hover {
    background: #1d4ed8;
}

.invoice-action-btn.pay {
    background: #16a34a;
    color: #ffffff;
}

.invoice-action-btn.pay:hover {
    background: #15803d;
}

.invoice-action-btn.close {
    background: transparent;
    color: #d1d5db;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.invoice-action-btn.close:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

/* Modal Footer */
.invoice-modal-footer {
    display: flex;
    justify-content: flex-end;
    gap: 12px;
    padding-top: 16px;
}

/* Payment Modal */
.payment-modal {
    position: fixed;
    inset: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 9998;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100vh;
    padding: 16px;
}

.payment-modal.hidden {
    display: none;
}

.payment-modal-content {
    background: #1f2937;
    border-radius: 8px;
    max-width: 28rem;
    width: 100%;
    padding: 24px;
    box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
}

.payment-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 16px;
}

.payment-modal-title {
    font-size: 18px;
    font-weight: 600;
    color: #ffffff;
    margin: 0;
}

.payment-modal-close {
    color: #9ca3af;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    transition: color 0.2s ease;
}

.payment-modal-close:hover {
    color: #ffffff;
}

.payment-form {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.payment-form-group {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.payment-form-label {
    color: #d1d5db;
    font-size: 14px;
    font-weight: 500;
}

.payment-form-input {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 6px;
    padding: 12px;
    color: #ffffff;
    font-size: 14px;
    transition: all 0.2s ease;
}

.payment-form-input:focus {
    outline: none;
    border-color: #8b5cf6;
    box-shadow: 0 0 0 3px rgba(139, 92, 246, 0.1);
}

.payment-form-input::placeholder {
    color: #9ca3af;
}

.payment-form-actions {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    margin-top: 16px;
}

.payment-btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 14px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    transition: all 0.2s ease;
}

.payment-btn.primary {
    background: #8b5cf6;
    color: #ffffff;
}

.payment-btn.primary:hover {
    background: #7c3aed;
}

.payment-btn.secondary {
    background: transparent;
    color: #d1d5db;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.payment-btn.secondary:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.1);
}

/* Notification Styles */
.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #1f2937;
    color: #ffffff;
    padding: 16px 20px;
    border-radius: 8px;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.3);
    z-index: 10000;
    max-width: 400px;
    border-left: 4px solid #10b981;
    animation: slideInRight 0.3s ease-out;
}

.notification.error {
    border-left-color: #ef4444;
}

.notification.warning {
    border-left-color: #f59e0b;
}

.notification.info {
    border-left-color: #3b82f6;
}

@keyframes slideInRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }
    to {
        transform: translateX(0);
        opacity: 1;
    }
}

/* Responsive Design */
@media (max-width: 768px) {
    .invoice-details-modal,
    .payment-modal {
        padding: 8px;
    }
    
    .invoice-modal-content,
    .payment-modal-content {
        padding: 16px;
    }
    
    .invoice-action-buttons {
        gap: 8px;
    }
    
    .invoice-action-btn {
        padding: 12px 16px;
        font-size: 16px;
    }
    
    .payment-form-actions {
        flex-direction: column;
    }
    
    .payment-btn {
        width: 100%;
        padding: 16px;
        font-size: 16px;
    }
}

/*******************************
================================
DASHBOARD SIDEBAR STYLES
================================
*******************************/

/* Sidebar Active Menu States */
.sidebar-nav .nav-item.active {
    background: rgba(59, 130, 246, 0.2) !important;
    border: 1px solid rgba(59, 130, 246, 0.3) !important;
    color: #60a5fa !important;
}

.sidebar-nav .nav-item.active:hover {
    background: rgba(59, 130, 246, 0.25) !important;
    border-color: rgba(59, 130, 246, 0.4) !important;
}

/* Blue Active Menu Classes */
.bg-blue-500\/20 {
    background: rgba(59, 130, 246, 0.2) !important;
}

.border-blue-500\/30 {
    border-color: rgba(59, 130, 246, 0.3) !important;
}

.text-blue-400 {
    color: #60a5fa !important;
}

/* Hover states for blue active menu */
.bg-blue-500\/20:hover {
    background: rgba(59, 130, 246, 0.25) !important;
}

.border-blue-500\/30:hover {
    border-color: rgba(59, 130, 246, 0.4) !important;
}

/* Sidebar Navigation Base Styles */
.sidebar-nav a {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 500;
    transition: all 0.2s ease;
    text-decoration: none;
    border: 1px solid transparent;
}

.sidebar-nav a:hover {
    background: rgba(255, 255, 255, 0.05);
    color: #ffffff;
}

/* Active state styling */
.sidebar-nav a.active,
.sidebar-nav a[class*="bg-blue-500"] {
    background: rgba(59, 130, 246, 0.2) !important;
    border-color: rgba(59, 130, 246, 0.3) !important;
    color: #60a5fa !important;
}

.sidebar-nav a.active:hover,
.sidebar-nav a[class*="bg-blue-500"]:hover {
    background: rgba(59, 130, 246, 0.25) !important;
    border-color: rgba(59, 130, 246, 0.4) !important;
}

/* Ensure proper text color for active states */
.sidebar-nav a[class*="text-blue-400"] {
    color: #60a5fa !important;
}

/* Sidebar container */
.sidebar-container {
    width: 320px;
    background: rgba(0, 0, 0, 0.95);
    border-right: 1px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: column;
}

/* Sidebar navigation area */
.sidebar-nav {
    flex: 1;
    padding: 24px;
}

.sidebar-nav nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */

/* Main footer styling */
.site-footer {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.95) 0%, rgba(31, 41, 55, 0.95) 100%);
    backdrop-filter: blur(10px);
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    margin-top: auto;
}

.footer-main {
    background: linear-gradient(135deg, rgba(17, 24, 39, 0.8) 0%, rgba(31, 41, 55, 0.8) 100%);
}

.footer-bottom {
    background: rgba(17, 24, 39, 0.9);
    backdrop-filter: blur(5px);
}

/* Footer links hover effects */
.footer-main a {
    position: relative;
    transition: all 0.3s ease;
}

.footer-main a:hover {
    transform: translateX(2px);
}

/* Social media icons */
.footer-bottom .w-8.h-8 {
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.footer-bottom .w-8.h-8::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(59, 130, 246, 0.2), transparent);
    transition: left 0.5s ease;
}

.footer-bottom .w-8.h-8:hover::before {
    left: 100%;
}

.footer-bottom .w-8.h-8:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(59, 130, 246, 0.3);
}

/* System status bar */
.footer-status {
    background: linear-gradient(90deg, rgba(34, 197, 94, 0.2) 0%, rgba(34, 197, 94, 0.1) 100%);
    backdrop-filter: blur(5px);
    position: relative;
    overflow: hidden;
    border-top: 1px solid rgba(34, 197, 94, 0.3);
}

.footer-status::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(34, 197, 94, 0.1), transparent);
    animation: statusShimmer 3s infinite;
}

@keyframes statusShimmer {
    0% { left: -100%; }
    50% { left: 100%; }
    100% { left: 100%; }
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .footer-main .container {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    
    .footer-bottom .flex-col {
        text-align: center;
    }
    
    .footer-bottom .gap-6 {
        gap: 1rem;
    }
}

/* Footer section animations */
.footer-main > div {
    animation: fadeInUp 0.6s ease-out;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Company logo animation */
.footer-main .w-10.h-10 {
    animation: logoGlow 2s ease-in-out infinite alternate;
}

@keyframes logoGlow {
    from {
        box-shadow: 0 0 5px rgba(147, 51, 234, 0.3);
    }
    to {
        box-shadow: 0 0 20px rgba(59, 130, 246, 0.5);
    }
}

/* Custom logo styling */
.footer-main .w-10.h-10 img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
}

/* System status enhanced visibility */
.footer-status .animate-pulse {
    animation: pulse 2s cubic-bezier(0.4, 0, 0.6, 1) infinite;
}

@keyframes pulse {
    0%, 100% {
        opacity: 1;
        transform: scale(1);
    }
    50% {
        opacity: 0.8;
        transform: scale(1.1);
    }
}

/* Mobile Bottom Menu Styles */
@media (max-width: 1024px) {
    .sidebar-container {
        display: none !important;
    }
    
    main {
        margin-left: 0 !important;
        padding-left: 0 !important;
        width: 100% !important;
        padding-bottom: 80px;
    }
    
    .mobile-bottom-menu {
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        z-index: 1000;
        padding: 8px 0;
    }
    
    .nav-grid {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
        gap: 8px;
        padding: 0 16px;
    }
    
    .nav-item {
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        padding: 8px 4px;
        border-radius: 12px;
        transition: all 0.2s ease;
        position: relative;
        cursor: pointer;
        color: rgba(255, 255, 255, 0.6);
        text-decoration: none;
        min-height: 60px;
    }
    
    .nav-item:hover {
        background: rgba(255, 255, 255, 0.1);
        color: white;
    }
    
    .nav-item.active {
        background: rgba(139, 92, 246, 0.2);
        color: var(--purple);
    }
    
    .nav-item.more-menu-toggle.active {
        background: rgba(59, 130, 246, 0.2);
        color: var(--blue);
    }
    
    .nav-item svg {
        width: 20px;
        height: 20px;
        margin-bottom: 4px;
    }
    
    .nav-item span {
        font-size: 10px;
        font-weight: 500;
        text-align: center;
        line-height: 1.2;
    }
    
    .notification-badge {
        position: absolute;
        top: 4px;
        right: 8px;
        background: var(--red);
        color: white;
        border-radius: 50%;
        width: 18px;
        height: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 10px;
        font-weight: 600;
        min-width: 18px;
    }
    
    .tooltip {
        position: absolute;
        bottom: 100%;
        left: 50%;
        transform: translateX(-50%);
        background: rgba(0, 0, 0, 0.9);
        color: white;
        padding: 4px 8px;
        border-radius: 4px;
        font-size: 10px;
        white-space: nowrap;
        opacity: 0;
        visibility: hidden;
        transition: all 0.2s ease;
        margin-bottom: 8px;
        z-index: 1001;
    }
    
    .nav-item:hover .tooltip {
        opacity: 1;
        visibility: visible;
    }
    
    /* More Menu Overlay Styles */
    .more-menu-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(0, 0, 0, 0.5);
        backdrop-filter: blur(4px);
        z-index: 2000;
        opacity: 0;
        visibility: hidden;
        transition: all 0.3s ease;
    }
    
    .more-menu-overlay.show {
        opacity: 1;
        visibility: visible;
    }
    
    .more-menu-content {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        background: rgba(0, 0, 0, 0.95);
        backdrop-filter: blur(10px);
        border-top: 1px solid rgba(255, 255, 255, 0.1);
        border-radius: 20px 20px 0 0;
        padding: 20px;
        transform: translateY(100%);
        transition: transform 0.3s ease;
    }
    
    .more-menu-overlay.show .more-menu-content {
        transform: translateY(0);
    }
    
    .more-menu-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding-bottom: 15px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    
    .more-menu-header h3 {
        color: white;
        font-size: 18px;
        font-weight: 600;
        margin: 0;
    }
    
    .close-btn {
        background: none;
        border: none;
        color: rgba(255, 255, 255, 0.6);
        cursor: pointer;
        padding: 8px;
        border-radius: 8px;
        transition: all 0.2s ease;
    }
    
    .close-btn:hover {
        background: rgba(255, 255, 255, 0.1);
        color: white;
    }
    
    .close-btn svg {
        width: 20px;
        height: 20px;
    }
    
    .more-menu-items {
        display: flex;
        flex-direction: column;
        gap: 12px;
    }
    
    .more-menu-item {
        display: flex;
        align-items: center;
        gap: 16px;
        padding: 16px;
        border-radius: 12px;
        background: rgba(255, 255, 255, 0.05);
        border: 1px solid rgba(255, 255, 255, 0.1);
        color: rgba(255, 255, 255, 0.8);
        text-decoration: none;
        transition: all 0.2s ease;
        position: relative;
    }
    
    .more-menu-item:hover {
        background: rgba(255, 255, 255, 0.1);
        color: white;
        transform: translateY(-2px);
    }
    
    .more-menu-item.active {
 background: rgba(59, 130, 246, 0.2);
    color: #60a5fa;
    border: 1px solid rgba(59, 130, 246, 0.3);
    }
    
    .more-menu-item svg {
        width: 24px;
        height: 24px;
        flex-shrink: 0;
    }
    
    .item-content {
        display: flex;
        flex-direction: column;
        gap: 4px;
        flex: 1;
    }
    
    .item-title {
        font-size: 16px;
        font-weight: 600;
        color: inherit;
    }
    
    .item-description {
        font-size: 12px;
        color: rgba(255, 255, 255, 0.6);
    }
    
    .more-menu-item .notification-badge {
        position: absolute;
        top: 12px;
        right: 12px;
        background: var(--red);
        color: white;
        border-radius: 50%;
        width: 20px;
        height: 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 12px;
        font-weight: 600;
        min-width: 20px;
    }
}


