.comments-area a,.page-content a{text-decoration:underline}.alignright{float:right;margin-left:1rem}.alignleft{float:left;margin-right:1rem}.aligncenter{clear:both;display:block;margin-inline:auto}.alignwide{margin-inline:-80px}.alignfull{margin-inline:calc(50% - 50vw);max-width:100vw}.alignfull,.alignfull img{width:100vw}.wp-caption{margin-block-end:1.25rem;max-width:100%}.wp-caption.alignleft{margin:5px 20px 20px 0}.wp-caption.alignright{margin:5px 0 20px 20px}.wp-caption img{display:block;margin-inline:auto}.wp-caption-text{margin:0}.gallery-caption{display:block;font-size:.8125rem;line-height:1.5;margin:0;padding:.75rem}.pagination{display:flex;justify-content:space-between;margin:20px auto}.sticky{display:block;position:relative}.bypostauthor{font-size:inherit}.hide{display:none!important}.post-password-form{margin:50px auto;max-width:500px}.post-password-form p{align-items:flex-end;display:flex;width:100%}.post-password-form [type=submit]{margin-inline-start:3px}.screen-reader-text{clip:rect(1px,1px,1px,1px);height:1px;overflow:hidden;position:absolute!important;width:1px;word-wrap:normal!important}.screen-reader-text:focus{background-color:#eee;clip:auto!important;clip-path:none;color:#333;display:block;font-size:1rem;height:auto;left:5px;line-height:normal;padding:12px 24px;text-decoration:none;top:5px;width:auto;z-index:100000}.post .entry-title a{text-decoration:none}.post .wp-post-image{max-height:500px;-o-object-fit:cover;object-fit:cover;width:100%}@media(max-width:991px){.post .wp-post-image{max-height:400px}}@media(max-width:575px){.post .wp-post-image{max-height:300px}}#comments .comment-list{font-size:.9em;list-style:none;margin:0;padding:0}#comments .comment,#comments .pingback{position:relative}#comments .comment .comment-body,#comments .pingback .comment-body{border-block-end:1px solid #ccc;display:flex;flex-direction:column;padding-block-end:30px;padding-block-start:30px;padding-inline-end:0;padding-inline-start:60px}#comments .comment .avatar,#comments .pingback .avatar{border-radius:50%;left:0;margin-inline-end:10px;position:absolute}body.rtl #comments .comment .avatar,body.rtl #comments .pingback .avatar,html[dir=rtl] #comments .comment .avatar,html[dir=rtl] #comments .pingback .avatar{left:auto;right:0}#comments .comment-meta{display:flex;justify-content:space-between;margin-block-end:.9rem}#comments .comment-metadata,#comments .reply{font-size:11px;line-height:1}#comments .children{list-style:none;margin:0;padding-inline-start:30px;position:relative}#comments .children li:last-child{padding-block-end:0}#comments ol.comment-list .children:before{content:"↪";display:inline-block;font-size:1em;font-weight:400;left:0;line-height:100%;position:absolute;top:45px;width:auto}body.rtl #comments ol.comment-list .children:before,html[dir=rtl] #comments ol.comment-list .children:before{content:"↩";left:auto;right:0}@media(min-width:768px){#comments .comment-author,#comments .comment-metadata{line-height:1}}@media(max-width:767px){#comments .comment .comment-body{padding:30px 0}#comments .children{padding-inline-start:20px}#comments .comment .avatar{float:left;position:inherit}body.rtl #comments .comment .avatar,html[dir=rtl] #comments .comment .avatar{float:right}}.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{margin-inline-end:auto;margin-inline-start:auto;width:100%}@media(max-width:575px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{padding-inline-end:10px;padding-inline-start:10px}}@media(min-width:576px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:500px}.site-footer.footer-full-width .footer-inner,.site-header.header-full-width .header-inner{max-width:100%}}@media(min-width:768px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:600px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:992px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:800px}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}@media(min-width:1200px){.page-header .entry-title,.site-footer .footer-inner,.site-footer:not(.dynamic-footer),.site-header .header-inner,.site-header:not(.dynamic-header),body:not([class*=elementor-page-]) .site-main{max-width:100%}.site-footer.footer-full-width,.site-header.header-full-width{max-width:100%}}.site-header+.elementor{min-height:calc(100vh - 320px)}
/* ================================
   HEADER STYLES
   ================================ */

/* Reset and Base */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/* Fixed Header */
.site-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #d6d6df;
    z-index: 9999;
    transition: box-shadow 0.3s ease;
}

/* Add shadow on scroll (optional enhancement) */
.site-header.scrolled {
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: fixed;
}

/* Header spacer to prevent content from hiding behind fixed header */
.header-spacer {
    height: 80px;
}

/* Header Container */
.header-container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 50px;
}

/* ================================
   LOGO STYLES
   ================================ */
.site-logo {
    flex-shrink: 0;
}

.site-logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}

.site-logo img {
    max-height: 30px;
    width: auto;
}

.site-logo .custom-logo {
    max-height: 30px;
    width: auto;
}

/* ================================
   DESKTOP NAVIGATION
   ================================ */
.main-navigation {
    flex: 1;
    display: flex;
    justify-content: center;
    padding: 0 40px;
}

.nav-menu {
    display: flex;
    list-style: none;
    margin: 0;
    padding: 0;
    gap: 35px;
}

.nav-menu li {
    position: relative;
}

.nav-menu li a {
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 0;
    display: block;
    transition: color 0.3s ease;
}

.nav-menu li a:hover,
.nav-menu li.current-menu-item a {
    color: #e63946;
}

/* Dropdown Menu Styles */
.nav-menu li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #ffffff;
    border: 1px solid #d6d6df;
    border-radius: 4px;
    min-width: 200px;
    padding: 10px 0;
    list-style: none;
    opacity: 0;
    visibility: hidden;
    transform: translateY(10px);
    transition: all 0.3s ease;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.nav-menu li:hover ul.sub-menu {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
}

.nav-menu li ul.sub-menu li a {
    padding: 10px 20px;
    font-size: 14px;
}

.nav-menu li ul.sub-menu li a:hover {
    background-color: #f8f8f8;
}

/* ================================
   AUTH BUTTONS
   ================================ */
.auth-buttons {
    display: flex;
    align-items: center;
    gap: 20px;
    flex-shrink: 0;
}

.login-link {
    text-decoration: none;
    color: #000000;
    font-size: 16px;
    font-weight: 500;
    transition: color 0.3s ease;
}

.login-link:hover {
    color: #333333;
    text-decoration: underline;
}

.signup-btn {
    display: inline-block;
    background-color: #e63946;
    color: #ffffff !important;
    text-decoration: none;
    padding: 12px 24px;
    border-radius: 5px;
    font-size: 16px;
    font-weight: 600;
    transition: background-color 0.3s ease, transform 0.2s ease;
}

.signup-btn:hover {
    background-color: #c1121f;
    transform: translateY(-2px);
}

/* ================================
   MOBILE MENU TOGGLE (HAMBURGER)
   ================================ */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    justify-content: space-between;
    width: 30px;
    height: 24px;
    background: transparent;
    border: none;
    cursor: pointer;
    padding: 0;
    z-index: 10001;
}

.hamburger-line {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #333333;
    border-radius: 3px;
    transition: all 0.3s ease;
}

/* Hamburger Animation - Active State */
.mobile-menu-toggle.active .hamburger-line:nth-child(1) {
    transform: rotate(45deg) translate(6px, 6px);
}

.mobile-menu-toggle.active .hamburger-line:nth-child(2) {
    opacity: 0;
    transform: translateX(-10px);
}

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

/* ================================
   MOBILE NAVIGATION
   ================================ */
.mobile-nav-wrapper {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    width: 100%;
    background-color: #ffffff;
    border-bottom: 1px solid #d6d6df;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease;
}

.mobile-nav-wrapper.active {
    max-height: calc(100vh - 70px);
    overflow-y: auto;
}

.mobile-navigation {
    padding: 20px;
}

.mobile-nav-menu {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-nav-menu li {
    border-bottom: 1px solid #f0f0f0;
}

.mobile-nav-menu li:last-child {
    border-bottom: none;
}

.mobile-nav-menu li a {
    display: block;
    padding: 15px 10px;
    text-decoration: none;
    color: #333333;
    font-size: 16px;
    font-weight: 500;
    transition: background-color 0.3s ease;
}

.mobile-nav-menu li a:hover {
    background-color: #f8f8f8;
    color: #e63946;
}

.mobile-nav-menu li.current-menu-item a {
    color: #e63946;
}

/* Mobile Submenu */
.mobile-nav-menu li ul.sub-menu {
    list-style: none;
    padding-left: 20px;
    margin: 0;
}

.mobile-nav-menu li ul.sub-menu li a {
    font-size: 14px;
    color: #666666;
}

/* Mobile Auth Buttons */
.mobile-auth {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    border-top: 1px solid #d6d6df;
    background-color: #f9f9f9;
}

.mobile-auth .login-link {
    display: block;
    text-align: center;
    padding: 12px 24px;
    border: 2px solid #000000;
    border-radius: 5px;
    font-weight: 600;
}

.mobile-auth .login-link:hover {
    background-color: #000000;
    color: #ffffff;
    text-decoration: none;
}

.mobile-auth .signup-btn {
    text-align: center;
    padding: 14px 24px;
}

/* Hide desktop auth on mobile wrapper */
.desktop-auth {
    display: flex;
}

.mobile-auth {
    display: none;
}

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

/* Tablet */
@media screen and (max-width: 992px) {
    .header-container {
        height: 70px;
    }
    
    .header-spacer {
        height: 70px;
    }
    
    .main-navigation {
        padding: 0 20px;
    }
    
    .nav-menu {
        gap: 20px;
    }
    
    .nav-menu li a {
        font-size: 14px;
    }
    
    .auth-buttons {
        gap: 15px;
    }
    
    .signup-btn {
        padding: 10px 18px;
        font-size: 14px;
    }
}

/* Mobile */
@media screen and (max-width: 768px) {
    .header-container {
        height: 70px;
    }
    
    .header-spacer {
        height: 70px;
    }
    
    /* Hide desktop navigation */
    .desktop-nav {
        display: none;
    }
    
    /* Hide desktop auth buttons */
    .desktop-auth {
        display: none;
    }
    
    /* Show mobile menu toggle */
    .mobile-menu-toggle {
        display: flex;
    }
    
    /* Show mobile navigation wrapper */
    .mobile-nav-wrapper {
        display: block;
    }
    
    /* Show mobile auth buttons */
    .mobile-auth {
        display: flex;
    }
    
    .site-logo img,
    .site-logo .custom-logo {
        max-height: 40px;
    }
}

/* Small Mobile */
@media screen and (max-width: 480px) {
    .header-container {
        padding: 0 15px;
        height: 60px;
    }
    
    .header-spacer {
        height: 60px;
    }
    
    .site-logo img,
    .site-logo .custom-logo {
        max-height: 35px;
    }
    
    .mobile-menu-toggle {
        width: 26px;
        height: 20px;
    }
    
    .hamburger-line {
        height: 2.5px;
    }
}

/* ================================
   BODY LOCK (Prevent scroll when menu open)
   ================================ */
body.menu-open {
    overflow: hidden;
}

/* ================================
   OVERLAY (Optional)
   ================================ */
.mobile-menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 9998;
}

.mobile-menu-overlay.active {
    opacity: 1;
    visibility: visible;
}
header.site-header{font-family: 'Graphik'}
nav li a{text-transform: uppercase;}