/* Entrance Animation - Initial Hidden State */
/* Hide animated elements before JavaScript adds the animated class */
.shf-header.shf-animate .shf-logo,
.shf-header.shf-animate .shf-menu > li,
.shf-header.shf-animate .shf-header-actions,
.shf-footer.shf-animate .shf-footer-widget,
.shf-footer.shf-animate .shf-footer-bottom,
.shf-footer.shf-animate .shf-footer-col,
.shf-footer.shf-animate .shf-footer-col-wide,
.shf-footer.shf-animate .shf-contact-cell,
.shf-footer.shf-animate .shf-footer-text-section,
.shf-footer.shf-animate .shf-single-cta,
.shf-footer.shf-animate .shf-logo-item,
.shf-footer.shf-animate .shf-disclaimer-section,
.shf-footer.shf-animate .shf-powered-by,
.shf-footer.shf-animate .shf-social-links,
.shf-footer.shf-animate .shf-footer-social-inline,
.shf-footer.shf-animate .shf-socials-list,
.shf-footer.shf-animate .shf-social-icons-row,
.shf-footer.shf-animate .shf-footer-copyright {
    opacity: 0;
}

/* Style-1 Footer Logos Layout */
/* Style-1 Footer Logos Stacked Full Width */
.shf-footer-style-1 .shf-footer-widget:first-child {
    padding-left: 24px;
    padding-right: 24px;
}
.shf-footer-style-1 .shf-footer-logos {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: stretch;
    margin-bottom: 12px;
}
/* Style-1 Footer Logos Stacked Full Width */
.shf-footer-style-1 .shf-footer-logo img,
.shf-footer-style-1 .shf-disclaimer-logo img {
    object-fit: contain;
    display: block;
}
/* Style-1 Powered by Section */
.shf-footer-style-1 .shf-powered-by {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    margin-top: 18px;
    font-size: 1.1rem;
    color: #bbb;
    letter-spacing: 1px;
    font-weight: 600;
}
.shf-footer-style-1 .shf-powered-by img {
    height: 60px;
    width: auto;
    vertical-align: middle;
    margin-left: 8px;
}
@media (max-width: 600px) {
    .shf-footer-widget-heading h3 {
        margin-top: 40px !important;
        margin-bottom: 0 !important;
    }
}
@media (max-width: 600px) {
    /* .shf-footer-style-7 .shf-footer-widget-heading h3, */
    .shf-footer-style-7 .shf-footer-links-vertical a,
    .shf-footer-style-7 .shf-footer-links-vertical,
    .shf-footer-style-7 .shf-copyright-text p,
    .shf-footer-style-7 .shf-powered-by,
    .shf-footer-style-7 .shf-footer-widget,
    .shf-footer-style-7 .shf-footer-content,
    .shf-footer-style-7 .shf-footer-grid-3,
    .shf-footer-style-7 .shf-single-cta .shf-cta-text span,
    .shf-footer-style-7 .shf-single-cta .shf-cta-text span a {
        display: block !important;
        visibility: visible !important;
    }
}
.shf-footer-style-7 .shf-copyright-text p,
.shf-footer-style-7 .shf-powered-by {
    font-size: 16px !important;
}

.shf-footer-style-7 .shf-footer-grid-3 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 48px;
}
.shf-footer-style-7 .shf-footer-links-vertical {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0;
    margin: 0;
    list-style: none;
}
.shf-footer-style-7 .shf-footer-links-vertical li {
    width: 100%;
}
@media (max-width: 600px) {
    .shf-footer-style-8 .shf-footer-contact-brief .shf-contact-link,
    .shf-footer-style-8 .shf-footer-contact-brief .shf-contact-address {
        font-size: 1.1rem !important;
    }
}
.shf-footer-style-8 .shf-powered-by img {
    height: 80px;
    max-width: 220px;
    width: auto;
    object-fit: contain;
    vertical-align: middle;
    margin-left: 12px;
}


.shf-footer-style-8 .shf-powered-by {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
    margin-top: 32px;
    font-size: 3.5rem;
    color: #bbb;
    letter-spacing: 2px;
    font-weight: 800;
}
.shf-footer-style-8 .shf-powered-by img {
    height: 80px;
    width: auto;
    vertical-align: middle;
    margin-left: 12px;
}
/* Style-8 Brokerage Title */
.shf-footer-style-8 .shf-footer-brokerage-title {
    text-align: center;
    font-size: 2rem;
    font-weight: 600;
    margin-bottom: 10px;
    color: #333;
}

/* Style-8 Powered by Reluxity */
.shf-footer-style-8 .shf-powered-by {
    text-align: center;
    font-size: 13px;
    color: #bbb;
    margin-top: 20px;
    letter-spacing: 1px;
}
.shf-disclaimer-text p {
    font-size: 16px;
    line-height: 1.8;
    opacity: 1 !important;
    margin: 0;
}
.shf-copyright-text p {
    opacity: 1 !important;
}
.shf-footer-text p {
    margin-bottom: 14px;
    line-height: 1.8;
    opacity: 1 !important;
}

/* Remove font-size from contact links in style-8 */
.shf-footer-style-8 .shf-contact-link {
    font-size: inherit !important;
}
/* Ensure style-8 animated elements start hidden for entrance animation */
.shf-footer.shf-animate.shf-footer-style-8 .shf-footer-nav-links,
.shf-footer.shf-animate.shf-footer-style-8 .shf-footer-contact-brief,
.shf-footer.shf-animate.shf-footer-style-8 .shf-footer-social-elegant,
.shf-footer.shf-animate.shf-footer-style-8 .shf-footer-divider,
.shf-footer.shf-animate.shf-footer-style-8 .shf-footer-disclaimer-elegant,
.shf-footer.shf-animate.shf-footer-style-8 .shf-footer-copyright-elegant {
    opacity: 0;
}
/* Simple Header Footer - Frontend Styles */

/* ====================
   Global Header Styles
   ==================== */

.shf-header {
    background: #ffffff;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    z-index: 1000;
}

.shf-container {
    max-width: 1800px;
    margin: 0 auto;
}

.shf-logo {
    position: relative;
}

.shf-logo img {
    max-height: 90px;
    width: auto;
    transition: transform 0.3s ease;
    display: block;
}

.shf-logo:hover img {
    transform: scale(1.1);
    transform-origin: center;
}

.shf-site-title {
    margin: 0;
    font-size: 24px;
    font-weight: 700;
}

.shf-site-title a {
    text-decoration: none;
    color: #333;
}

.shf-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 30px;
}

.shf-menu li {
    display: inline-block;
}

.shf-menu a {
    text-decoration: none;
    color: #333;
    font-weight: 500;
    transition: color 0.3s ease;
}

.shf-menu a:hover {
    color: #0073aa;
}

/* Submenu Dropdown Styles */
.shf-menu {
    position: relative;
}

.shf-menu li {
    position: relative;
}

.shf-menu .sub-menu {
    position: absolute;
    top: calc(100% + 10px);
    left: 0;
    min-width: 200px;
    background: #ffffff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    list-style: none;
    padding: 10px 0;
    margin: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
    z-index: 1000;
}

.shf-menu li:hover > .sub-menu {
    opacity: 1;
    visibility: visible;
}

.shf-menu .sub-menu li {
    display: block;
    width: 100%;
}

.shf-menu .sub-menu a {
    display: block;
    width: 100%;
    padding: 10px 20px;
    color: #333;
    white-space: nowrap;
    box-sizing: border-box;
}

.shf-menu .sub-menu a:hover {
    background: #f5f5f5;
    color: #0073aa;
}

/* Nested submenus */
.shf-menu .sub-menu .sub-menu {
    top: 0;
    left: 100%;
    margin-left: 0;
}

.shf-mobile-toggle {
    display: flex;
    flex-direction: column;
    gap: 4px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    margin-left: auto;
    transition: background-color 0.3s ease;
}

.shf-mobile-toggle span {
    display: block;
    width: 25px;
    height: 3px;
    background: #333;
    transition: 0.3s;
}

.shf-mobile-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(5px, 5px);
}

.shf-mobile-toggle.active span:nth-child(2) {
    opacity: 0;
}

.shf-mobile-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -6px);
}

/* Hamburger Menu Full Screen Overlay */
.shf-hamburger-menu {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #ffffff;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 99999;
    overflow-y: auto;
}

.shf-hamburger-menu.active {
    opacity: 1;
    visibility: visible;
}

.shf-hamburger-menu .shf-menu {
    flex-direction: column;
    gap: 0;
    padding: 80px 20px 40px;
    max-width: 800px;
    margin: 0 auto;
}

.shf-hamburger-menu .shf-menu li {
    display: block;
    border-bottom: 1px solid #f0f0f0;
}

.shf-hamburger-menu .shf-menu li:last-child {
    border-bottom: none;
}

.shf-hamburger-menu .shf-menu a {
    display: block;
    padding: 20px 0;
    font-size: 18px;
}

.shf-hamburger-menu .shf-menu a:hover {
    opacity: 0.7;
}

/* Hide items beyond 4th on desktop in main nav */
@media (min-width: 769px) {
    .shf-nav .shf-menu > li:nth-child(n+5) {
        display: none;
    }
}

/* ====================
   Header Style 1: Classic Center (Logo Center, Menu Split)
   ==================== */

.shf-header-style-1 {
    position: relative;
}

.shf-header-style-1 .shf-header-content {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 150px;
    padding: 20px 0;
    gap: 20px;
}

@media (max-width: 768px) {
    .shf-header-style-1 .shf-header-content {
        min-height: 80px;
    }
    
    .shf-header-style-1 .shf-logo img {
        max-height: 80px !important;
    }
}

.shf-header-style-1 .shf-nav {
    display: flex;
}

.shf-header-style-1 .shf-nav-left {
    justify-content: flex-start;
}

.shf-header-style-1 .shf-nav-right {
    justify-content: flex-end;
}

.shf-header-style-1 .shf-nav .shf-menu {
    display: flex;
    gap: 30px;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}

.shf-header-style-1 .shf-nav .shf-menu > li {
    display: inline-block;
}

.shf-header-style-1 .shf-logo {
    flex-shrink: 0;
    justify-self: center;
}

.shf-header-style-1 .shf-right-section {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    gap: 20px;
}

.shf-header-style-1 .shf-header-actions {
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

/* ====================
   Header Style 2: Modern Split (Logo Left, Menu Right)
   ==================== */

.shf-header-style-2 {
    position: relative;
}

.shf-header-style-2 .shf-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 150px;
    padding: 20px 0;
    gap: 20px;
}

@media (max-width: 768px) {
    .shf-header-style-2 .shf-header-content {
        min-height: 80px;
    }
    
    .shf-header-style-2 .shf-logo img {
        max-height: 80px !important;
    }
}

.shf-header-style-2 .shf-logo {
    flex-shrink: 0;
    margin-right: auto;
}

.shf-header-style-2 .shf-nav {
    display: flex;
    justify-content: flex-end;
}

.shf-header-style-2 .shf-header-actions {
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

/* ====================
   Header Style 3: Minimal Left (Logo Right, Menu Left)
   ==================== */

.shf-header-style-3 {
    position: relative;
}

.shf-header-style-3 .shf-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    min-height: 150px;
    padding: 20px 0;
    gap: 20px;
}

@media (max-width: 768px) {
    .shf-header-style-3 .shf-header-content {
        min-height: 80px;
    }
    
    .shf-header-style-3 .shf-logo img {
        max-height: 80px !important;
    }
}

.shf-header-style-3 .shf-header-actions {
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    order: -1;
}

.shf-header-style-3 .shf-nav {
    display: flex;
    justify-content: flex-start;
    margin-left: 20px;
}

.shf-header-style-3 .shf-logo {
    flex-shrink: 0;
    margin-left: auto;
}

/* ====================
   Header Style 4: Modern Centered (Logo Center with HR, Menu Below)
   ==================== */

.shf-header-style-4 {
    position: relative;
}

.shf-header-style-4 .shf-header-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-height: 150px;
    padding: 20px 0 0;
    gap: 0;
}

@media (max-width: 768px) {
    .shf-header-style-4 .shf-header-content {
        min-height: 80px;
    }
    
    .shf-header-style-4 .shf-logo-wrapper {
        flex-direction: row !important;
        justify-content: space-between !important;
        align-items: center !important;
        border-bottom: none !important;
        padding-bottom: 0 !important;
    }
    
    .shf-header-style-4 .shf-logo {
        flex-shrink: 0;
    }
    
    .shf-header-style-4 .shf-logo img {
        max-height: 80px !important;
    }
    
    .shf-header-style-4 .shf-logo-wrapper .shf-header-actions {
        display: flex !important;
        flex-shrink: 0;
    }
    
    .shf-header-style-4 .shf-nav-row {
        display: none !important;
    }
}

.shf-header-style-4 .shf-logo-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    padding-bottom: 20px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
}

.shf-header-style-4 .shf-logo-wrapper .shf-header-actions {
    display: none;
}

.shf-header-style-4 .shf-logo {
    flex-shrink: 0;
}

.shf-header-style-4 .shf-nav-row {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 20px 0;
}

.shf-header-style-4 .shf-nav {
    display: flex;
    justify-content: center;
    flex: 1;
}

.shf-header-style-4 .shf-header-actions {
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

/* ====================
   Header Style 5: Full Width Banner
   ==================== */

.shf-header-style-5 .shf-header-banner {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: #ffffff;
    padding: 40px 0;
    text-align: center;
}

/* ====================
   Header Style 6: Double Row
   ==================== */

.shf-header-style-6 {
    position: relative;
}

/* Top Skinny Row */
.shf-header-style-6 .shf-top-bar {
    padding: 6px 0;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

.shf-header-style-6 .shf-top-bar-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    
}

.shf-header-style-6 .shf-top-left,
.shf-header-style-6 .shf-top-right {
    display: flex;
    gap: 15px;
    align-items: center;
    padding: 0;
    margin: 0;
}

.shf-header-style-6 .shf-top-left .shf-social-links {
    display: flex;
    gap: 12px;
    align-items: center;
}

.shf-header-style-6 .shf-top-right {
    gap: 12px;
}

.shf-header-style-6 .shf-agent-name {
    font-size: 14px;
    font-weight: 500;
    text-transform: capitalize;
}

.shf-header-style-6 .shf-top-right::before {
    content: '';
    width: 1px;
    height: 16px;
    background-color: currentColor;
    opacity: 0.3;
    display: none;
}

.shf-header-style-6 .shf-top-right:has(.shf-agent-name):has(.shf-agent-phone) .shf-agent-name::after {
    content: '|';
    margin-left: 12px;
    opacity: 0.5;
}

.shf-header-style-6 .shf-agent-phone {
    font-size: 14px;
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.shf-header-style-6 .shf-agent-phone:hover {
    opacity: 0.7;
}

/* Second Row (Main Header) */
.shf-header-style-6 .shf-main-header {
    background: #ffffff;
    padding: 15px 0;
    transition: background-color 0.3s ease, border-bottom 0.3s ease;
}

.shf-header-style-6 .shf-main-header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 30px;
}

.shf-header-style-6 .shf-logo {
    flex-shrink: 0;
}

.shf-header-style-6 .shf-main-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.shf-header-style-6 .shf-main-nav .shf-menu {
    display: flex;
    list-style: none;
    gap: 30px;
    margin: 0;
    padding: 0;
}

.shf-header-style-6 .shf-main-nav .shf-menu > li {
    display: inline-block;
}



.shf-header-style-6 .shf-auth-buttons {
    flex-shrink: 0;
}

.shf-header-style-6 .shf-btn-primary {
    font-size: 15px;
}

.shf-header-style-6 .shf-header-actions {
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
    margin-left: 20px;
}

/* Tablet Responsive */
@media (max-width: 1024px) {
    .shf-header-style-6 .shf-main-nav .shf-menu {
        gap: 20px;
        font-size: 14px;
    }
    
    .shf-header-style-6 .shf-top-left,
    .shf-header-style-6 .shf-top-right {
        gap: 12px;
    }
    
    .shf-header-style-6 .shf-top-left .shf-social-links {
        gap: 10px;
    }
    
    .shf-header-style-6 .shf-agent-name,
    .shf-header-style-6 .shf-agent-phone {
        font-size: 13px;
    }
    
    .shf-header-style-6 .shf-main-header-content {
        gap: 20px;
    }
}

/* Mobile Responsive */
@media (max-width: 768px) {
    .shf-header-style-6 .shf-top-bar {
        display: none;
    }
    
    .shf-header-style-6 .shf-main-header {
        padding: 10px 0;
    }
    
    .shf-header-style-6 .shf-main-header-content {
        gap: 10px;
        flex-wrap: nowrap;
    }
    
    .shf-header-style-6 .shf-main-nav,
    .shf-header-style-6 .shf-auth-buttons {
        display: none !important;
    }
    
    .shf-header-style-6 .shf-logo {
        margin-right: auto;
    }
    
    .shf-header-style-6 .shf-logo img {
        max-height: 80px !important;
    }
    
    .shf-header-style-6 .shf-header-actions {
        margin-left: 10px;
        order: 999;
    }
}

/* ====================
   Header Style 7: Floating Glass (Glassmorphism)
   ==================== */

.shf-header-style-7 {
    position: relative;
    padding: 20px 0;
}

.shf-header-style-7 .shf-container {
    max-width: 1600px;
    margin: 0 auto;
    padding: 0 20px;
}

.shf-header-style-7 .shf-glass-container {
    padding: 18px 35px;
    background: rgba(255, 255, 255, 0.65);
    backdrop-filter: blur(14px);
    -webkit-backdrop-filter: blur(14px);
    border-radius: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

.shf-header-style-7 .shf-logo {
    flex-shrink: 0;
}

.shf-header-style-7 .shf-logo img {
    max-height: 50px;
    width: auto;
    transition: transform 0.3s ease;
    display: block;
}

.shf-header-style-7 .shf-nav {
    flex: 1;
    display: flex;
    justify-content: center;
}

.shf-header-style-7 .shf-menu {
    display: flex;
    list-style: none;
    gap: 32px;
    margin: 0;
    padding: 0;
}

.shf-header-style-7 .shf-menu > li {
    display: inline-block;
}

.shf-header-style-7 .shf-menu a {
    text-decoration: none;
    font-weight: 500;
    transition: opacity 0.3s ease;
}

.shf-header-style-7 .shf-menu a:hover {
    opacity: 0.7;
}

.shf-header-style-7 .shf-header-actions {
    display: flex;
    align-items: center;
    position: relative;
    flex-shrink: 0;
}

@media (max-width: 968px) {
    .shf-header-style-7 .shf-nav {
        display: none !important;
    }
    
    .shf-header-style-7 .shf-glass-container {
        padding: 15px 25px;
    }
}

@media (max-width: 768px) {
    .shf-header-style-7 {
        top: 10px;
        width: 95%;
    }
    
    .shf-header-style-7 .shf-glass-container {
        padding: 12px 20px;
    }
    
    .shf-header-style-7 .shf-logo img {
        max-height: 40px !important;
    }
}

.shf-header-style-5 .shf-site-title a {
    color: #ffffff;
}

.shf-header-style-5 .shf-tagline {
    margin: 10px 0 0;
    font-size: 18px;
    opacity: 0.9;
}

.shf-header-style-5 .shf-header-nav-bar {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border: none;
}

.shf-header-style-5 .shf-header-nav-bar .shf-container {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 15px 20px;
}

.shf-header-style-5 .shf-nav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.shf-header-style-5 .shf-header-nav-bar .shf-menu a {
    color: #ffffff;
}

.shf-header-style-5 .shf-header-nav-bar .shf-menu a:hover {
    color: rgba(255, 255, 255, 0.8);
}

.shf-header-style-5 .shf-mobile-toggle span {
    background: #ffffff;
}

.shf-header-style-5 .shf-header-nav-bar .shf-container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 15px 20px;
}

/* ====================
   Global Footer Styles
   ==================== */

.shf-footer {
    background: #f8f9fa;
    color: #333;
}

/* Neutralize contact font-sizes globally; mobile sizing is applied dynamically */
.shf-contact-title,
.shf-contact-link { font-size: inherit; }

.shf-footer a {
    color: #333;
    text-decoration: none;
    transition: color 0.3s ease;
}

.shf-footer a:hover {
    color: #0073aa;
}

.shf-footer h3,
.shf-footer h4 {
    color: #333;
    margin-top: 0;
}

.shf-footer-bottom {
    text-align: center;
    padding: 20px 0;
    border-top: 1px solid #e0e0e0;
    margin-top: 30px;
    font-size: 14px;
    color: #666;
}

.shf-footer-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.shf-footer-menu li {
    margin-bottom: 10px;
}

.shf-footer-disclaimer p {
    font-size: 16px;
}

/* ====================
   Footer Style 1: Classic Center
   ==================== */

.shf-footer-style-1 .shf-footer-content {
    padding: 40px 0 20px;
}

.shf-footer-style-1 .shf-footer-widgets {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    margin-bottom: 20px;
}

.shf-footer-style-1 .shf-footer-disclaimer {
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
}

/* Style-1: bottom row layout — copyright left, powered-by right on desktop; stacked on mobile */
.shf-footer-style-1 .shf-footer-bottom {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}
.shf-footer-style-1 .shf-footer-bottom p {
    margin: 0;
}
.shf-footer-style-1 .shf-footer-bottom .shf-powered-by {
    margin: 0;
}

/* ====================
   Footer Style 2: Modern Split
   ==================== */

.shf-footer-style-2 .shf-footer-logos {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-bottom: 40px;
}

.shf-footer-style-2 .shf-footer-logo {
    margin-top: 15px;
}

.shf-footer-style-2 .shf-disclaimer-logo img {
    width: 100%;
}

.shf-footer-style-2 .shf-footer-columns {
    display: flex;
    gap: 40px;
}

.shf-footer-style-2 .shf-footer-column {
    flex: 1;
}

.shf-footer-style-2 .shf-social-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: flex-start;
}

/* ====================
   Footer Style 3: Minimal Left
   ==================== */

.shf-footer-style-3 .shf-footer-minimal {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 25px 0;
}

.shf-footer-style-3 .shf-footer-menu-inline {
    list-style: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 25px;
}


/* Footer styles 4 & 5 removed */

/* ====================
   Responsive Styles
   ==================== */

@media (max-width: 768px) {
    /* Hide main nav on mobile, only show hamburger menu */
    .shf-nav {
        display: none !important;
    }
    
    /* Show all items in hamburger on mobile */
    .shf-hamburger-menu .shf-menu > li {
        display: block !important;
    }
    
    
    
    .shf-header-content {
        display: flex !important;
        justify-content: space-between !important;
        align-items: center !important;
        flex-wrap: nowrap !important;
        padding: 10px 0 !important;
    }
    
    .shf-logo {
        position: static !important;
        transform: none !important;
        left: auto !important;
        margin-right: auto !important;
        margin-left: 0 !important;
        flex-shrink: 0 !important;
    }
    
    .shf-header-actions {
        margin-left: 10px !important;
        margin-right: 0 !important;
        flex-shrink: 0 !important;
        order: 999 !important;
    }
    
    /* Override Logo Right (style-3) to use standard mobile layout */
    .shf-header-style-3 .shf-header-actions {
        order: 999 !important;
        margin-right: 0 !important;
    }
    
    .shf-header-style-3 .shf-nav {
        order: initial !important;
        margin-left: 0 !important;
    }
    
    .shf-header-style-1 .shf-header-content,
    .shf-header-style-2 .shf-header-split,
    .shf-header-style-3 .shf-header-minimal,
    .shf-header-style-4 .shf-header-bold {
        position: relative;
    }
    
    .shf-header-style-1 .shf-header-content,
    .shf-header-style-2 .shf-header-split,
    .shf-header-style-3 .shf-header-minimal,
    .shf-header-style-4 .shf-header-bold {
        flex-wrap: wrap;
    }
    
    .shf-header-style-3 .shf-logo-nav-group {
        gap: 20px;
    }
    
    /* Footer adjustments */
    .shf-footer-style-1 .shf-footer-widgets {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .shf-footer-style-2 .shf-footer-logos {
        flex-direction: column;
        gap: 20px;
    }
    
    .shf-footer-style-2 .shf-footer-columns {
        flex-direction: column;
    }
    
    .shf-footer-style-3 .shf-footer-minimal {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    /* Removed references to footer styles 4 & 5 (no longer available) */

    /* Style-1: stack bottom row on mobile */
    .shf-footer-style-1 .shf-footer-bottom {
        flex-direction: column;
        text-align: center;
        gap: 12px;
    }
    .shf-footer-style-1 .shf-footer-bottom .shf-powered-by {
        justify-content: center;
    }
}

/* ========================================
   Global Button Animation Styles
   ======================================== */

/* Base pseudo-element setup for all button animations */
.shf-btn-primary::before,
.shf-btn-primary::after,
.shf-btn-secondary::before,
.shf-btn-secondary::after {
    position: absolute;
    content: "";
    z-index: 0;
}

/* Text must be above animations */
.shf-btn-primary span,
.shf-btn-secondary span {
    position: relative;
    z-index: 0;
}

/* Animation Group 1: Filled Slide Effects */
/* These start with background color showing, then slide away to reveal hover colors */
.shf-btn-primary.hover-filled-slide-down::before,
.shf-btn-secondary.hover-filled-slide-down::before {
    bottom: 0; left: 0; right: 0; 
    height: 100%; width: 100%;
    transition: 0.3s ease-out;
    z-index: 0;
}
.shf-btn-primary.hover-filled-slide-down:hover::before,
.shf-btn-secondary.hover-filled-slide-down:hover::before {
    height: 0%;
}

.shf-btn-primary.hover-filled-slide-up::before,
.shf-btn-secondary.hover-filled-slide-up::before {
    top: 0; left: 0; right: 0;
    height: 100%; width: 100%;
    transition: 0.3s ease-out;
    z-index: 0;
}
.shf-btn-primary.hover-filled-slide-up:hover::before,
.shf-btn-secondary.hover-filled-slide-up:hover::before {
    height: 0%;
}

.shf-btn-primary.hover-filled-slide-left::before,
.shf-btn-secondary.hover-filled-slide-left::before {
    top: 0; bottom: 0; left: 0;
    height: 100%; width: 100%;
    transition: 0.3s ease-out;
    z-index: 0;
}
.shf-btn-primary.hover-filled-slide-left:hover::before,
.shf-btn-secondary.hover-filled-slide-left:hover::before {
    width: 0%;
}

.shf-btn-primary.hover-filled-slide-right::before,
.shf-btn-secondary.hover-filled-slide-right::before {
    top: 0; bottom: 0; right: 0;
    height: 100%; width: 100%;
    transition: 0.3s ease-out;
    z-index: 0;
}
.shf-btn-primary.hover-filled-slide-right:hover::before,
.shf-btn-secondary.hover-filled-slide-right:hover::before {
    width: 0%;
}

.shf-btn-primary.hover-filled-opacity::before,
.shf-btn-secondary.hover-filled-opacity::before {
    top: 0; bottom: 0; right: 0;
    height: 100%; width: 100%;
    opacity: 1;
    transition: 0.3s ease-out;
    z-index: 0;
}
.shf-btn-primary.hover-filled-opacity:hover::before,
.shf-btn-secondary.hover-filled-opacity:hover::before {
    opacity: 0;
}

/* Animation Group 2: Slide Effects */
/* These start empty and slide in on hover */
.shf-btn-primary.hover-slide-down::before,
.shf-btn-secondary.hover-slide-down::before {
    top: 0; left: 0; right: 0; bottom: 0;
    height: 100%; width: 100%;
    transform: translateY(-100%);
    transition: transform 0.3s ease-out;
    z-index: 0;
}
.shf-btn-primary.hover-slide-down:hover::before,
.shf-btn-secondary.hover-slide-down:hover::before {
    transform: translateY(0);
}

.shf-btn-primary.hover-slide-up::before,
.shf-btn-secondary.hover-slide-up::before {
    top: 0; left: 0; right: 0; bottom: 0;
    height: 100%; width: 100%;
    transform: translateY(100%);
    transition: transform 0.3s ease-out;
    z-index: 0;
}
.shf-btn-primary.hover-slide-up:hover::before,
.shf-btn-secondary.hover-slide-up:hover::before {
    transform: translateY(0);
}

.shf-btn-primary.hover-slide-left::before,
.shf-btn-secondary.hover-slide-left::before {
    top: 0; left: 0; right: 0; bottom: 0;
    height: 100%; width: 100%;
    transform: translateX(100%);
    transition: transform 0.3s ease-out;
    z-index: 0;
}
.shf-btn-primary.hover-slide-left:hover::before,
.shf-btn-secondary.hover-slide-left:hover::before {
    transform: translateX(0);
}

.shf-btn-primary.hover-slide-right::before,
.shf-btn-secondary.hover-slide-right::before {
    top: 0; left: 0; right: 0; bottom: 0;
    height: 100%; width: 100%;
    transform: translateX(-100%);
    transition: transform 0.3s ease-out;
    z-index: 0;
}
.shf-btn-primary.hover-slide-right:hover::before,
.shf-btn-secondary.hover-slide-right:hover::before {
    transform: translateX(0);
}

.shf-btn-primary.hover-opacity::before,
.shf-btn-secondary.hover-opacity::before {
    top: 0; bottom: 0; right: 0;
    height: 100%; width: 100%;
    opacity: 0;
    transition: 0.3s ease-out;
    z-index: 0;
}
.shf-btn-primary.hover-opacity:hover::before,
.shf-btn-secondary.hover-opacity:hover::before {
    opacity: 1;
}

/* Animation Group 3: Complex Border Animations */
.shf-btn-primary.hover-border-6::before,
.shf-btn-primary.hover-border-6::after,
.shf-btn-secondary.hover-border-6::before,
.shf-btn-secondary.hover-border-6::after {
    width: 15%; height: 0;
    background: transparent;
    border-top: 2px solid;
    z-index: 2;
    top: 0;
    transition: width 0.2s 0.35s ease-out;
}
.shf-btn-primary.hover-border-6::before,
.shf-btn-secondary.hover-border-6::before {
    right: 50%;
}
.shf-btn-primary.hover-border-6::after,
.shf-btn-secondary.hover-border-6::after {
    left: 50%;
}
.shf-btn-primary.hover-border-6:hover::before,
.shf-btn-primary.hover-border-6:hover::after,
.shf-btn-secondary.hover-border-6:hover::before,
.shf-btn-secondary.hover-border-6:hover::after {
    width: 50%;
    transition: width 0.2s ease-in;
}

.shf-btn-primary.hover-border-7::before,
.shf-btn-primary.hover-border-7::after,
.shf-btn-secondary.hover-border-7::before,
.shf-btn-secondary.hover-border-7::after {
    width: 15%; height: 0;
    background: transparent;
    border-bottom: 2px solid;
    z-index: 2;
    bottom: 0;
    transition: width 0.2s 0.35s ease-out;
}
.shf-btn-primary.hover-border-7::before,
.shf-btn-secondary.hover-border-7::before {
    right: 50%;
}
.shf-btn-primary.hover-border-7::after,
.shf-btn-secondary.hover-border-7::after {
    left: 50%;
}
.shf-btn-primary.hover-border-7:hover::before,
.shf-btn-primary.hover-border-7:hover::after,
.shf-btn-secondary.hover-border-7:hover::before,
.shf-btn-secondary.hover-border-7:hover::after {
    width: 50%;
    transition: width 0.2s ease-in;
}

.shf-btn-primary.hover-border-11::before,
.shf-btn-primary.hover-border-11::after,
.shf-btn-secondary.hover-border-11::before,
.shf-btn-secondary.hover-border-11::after {
    width: 100%; height: 0;
    background: transparent;
    z-index: 2;
    transition: 0.35s;
}
.shf-btn-primary.hover-border-11::before,
.shf-btn-secondary.hover-border-11::before {
    top: 0; right: 0;
    border-top: 2px solid;
}
.shf-btn-primary.hover-border-11::after,
.shf-btn-secondary.hover-border-11::after {
    bottom: 0; left: 0;
    border-bottom: 2px solid;
}
.shf-btn-primary.hover-border-11:hover::before,
.shf-btn-primary.hover-border-11:hover::after,
.shf-btn-secondary.hover-border-11:hover::before,
.shf-btn-secondary.hover-border-11:hover::after {
    width: 0%;
    transition: 0.2s 0.2s ease-out;
}

/* Animation Group 4: Victoria - Diagonal Sweeps */
.shf-btn-primary.hover-victoria-one::before,
.shf-btn-secondary.hover-victoria-one::before {
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transition: all 0.75s ease 0s;
}
.shf-btn-primary.hover-victoria-one:hover::before,
.shf-btn-secondary.hover-victoria-one:hover::before {
    height: 450%;
}

.shf-btn-primary.hover-victoria-two::before,
.shf-btn-secondary.hover-victoria-two::before {
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transition: all 0.75s ease 0s;
}
.shf-btn-primary.hover-victoria-two:hover::before,
.shf-btn-secondary.hover-victoria-two:hover::before {
    height: 450%;
}

.shf-btn-primary.hover-victoria-three::before,
.shf-btn-secondary.hover-victoria-three::before {
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: 0;
    opacity: 0.5;
    transform: translateX(-50%) translateY(-50%);
    transition: all 0.75s ease 0s;
}
.shf-btn-primary.hover-victoria-three:hover::before,
.shf-btn-secondary.hover-victoria-three:hover::before {
    height: 140%;
    opacity: 1;
}

.shf-btn-primary.hover-victoria-four::before,
.shf-btn-secondary.hover-victoria-four::before {
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: 0;
    opacity: 0.5;
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transition: all 0.75s ease 0s;
}
.shf-btn-primary.hover-victoria-four:hover::before,
.shf-btn-secondary.hover-victoria-four:hover::before {
    opacity: 1;
    height: 600%;
}

/* Animation Group 5: Sandy - Border Sweeps */
.shf-btn-primary.hover-sandy-one::after,
.shf-btn-secondary.hover-sandy-one::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    background: transparent;
    border: 3px solid;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.shf-btn-primary.hover-sandy-one:hover::after,
.shf-btn-secondary.hover-sandy-one:hover::after {
    height: 120%;
    opacity: 1;
}

.shf-btn-primary.hover-sandy-two::after,
.shf-btn-secondary.hover-sandy-two::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    background: transparent;
    border: 3px solid;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(90deg);
    transform: translateY(-50%) translateX(-50%) rotate(90deg);
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.shf-btn-primary.hover-sandy-two:hover::after,
.shf-btn-secondary.hover-sandy-two:hover::after {
    height: 600%;
    opacity: 1;
}

.shf-btn-primary.hover-sandy-three::after,
.shf-btn-secondary.hover-sandy-three::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    background: transparent;
    border: 3px solid;
    opacity: 0;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.shf-btn-primary.hover-sandy-three:hover::after,
.shf-btn-secondary.hover-sandy-three:hover::after {
    height: 400%;
    opacity: 1;
}

.shf-btn-primary.hover-sandy-four::after,
.shf-btn-secondary.hover-sandy-four::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    background: transparent;
    border: 3px solid;
    opacity: 0;
    -webkit-transform: translateY(-50%) translateX(-50%) rotate(25deg);
    transform: translateY(-50%) translateX(-50%) rotate(25deg);
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.shf-btn-primary.hover-sandy-four:hover::after,
.shf-btn-secondary.hover-sandy-four:hover::after {
    height: 400%;
    opacity: 1;
}

/* Animation Group 6: Gibson - Gradient Fade Sweeps */
.shf-btn-primary.hover-gibson-one::after,
.shf-btn-secondary.hover-gibson-one::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    opacity: 0;
    background: currentColor;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(25deg);
    transform: translateX(-50%) translateY(-50%) rotate(25deg);
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.shf-btn-primary.hover-gibson-one:hover::after,
.shf-btn-secondary.hover-gibson-one:hover::after {
    height: 450%;
    opacity: 1;
}

.shf-btn-primary.hover-gibson-two::after,
.shf-btn-secondary.hover-gibson-two::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    opacity: 0;
    background: currentColor;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    transform: translateX(-50%) translateY(-50%) rotate(-25deg);
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.shf-btn-primary.hover-gibson-two:hover::after,
.shf-btn-secondary.hover-gibson-two:hover::after {
    height: 450%;
    opacity: 1;
}

.shf-btn-primary.hover-gibson-three::after,
.shf-btn-secondary.hover-gibson-three::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    opacity: 0;
    background: currentColor;
    -webkit-transform: translateX(-50%) translateY(-50%) rotate(90deg);
    transform: translateX(-50%) translateY(-50%) rotate(90deg);
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.shf-btn-primary.hover-gibson-three:hover::after,
.shf-btn-secondary.hover-gibson-three:hover::after {
    height: 600%;
    opacity: 1;
}

.shf-btn-primary.hover-gibson-four::after,
.shf-btn-secondary.hover-gibson-four::after {
    content: "";
    position: absolute;
    height: 0%;
    left: 50%;
    top: 50%;
    width: 150%;
    z-index: -1;
    opacity: 0;
    background: currentColor;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    -webkit-transition: all 0.75s ease 0s;
    transition: all 0.75s ease 0s;
}
.shf-btn-primary.hover-gibson-four:hover::after,
.shf-btn-secondary.hover-gibson-four:hover::after {
    height: 140%;
    opacity: 1;
}

/* Animation Group 7: Thar - Simple Directional Fills */
.shf-btn-primary.hover-thar-one::before,
.shf-btn-secondary.hover-thar-one::before {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    content: '';
    background: currentColor;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.shf-btn-primary.hover-thar-one:hover::before,
.shf-btn-secondary.hover-thar-one:hover::before {
    bottom: 0;
    top: auto;
    height: 100%;
}

.shf-btn-primary.hover-thar-two::before,
.shf-btn-secondary.hover-thar-two::before {
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: 0;
    width: 100%;
    z-index: -1;
    content: '';
    background: currentColor;
    transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
.shf-btn-primary.hover-thar-two:hover::before,
.shf-btn-secondary.hover-thar-two:hover::before {
    top: 0;
    bottom: auto;
    height: 100%;
}

.shf-btn-primary.hover-thar-three::before,
.shf-btn-secondary.hover-thar-three::before {
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    content: '';
    background: currentColor;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.shf-btn-primary.hover-thar-three:hover::before,
.shf-btn-secondary.hover-thar-three:hover::before {
    left: 0;
    right: auto;
    width: 100%;
}

.shf-btn-primary.hover-thar-four::before,
.shf-btn-secondary.hover-thar-four::before {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    z-index: -1;
    content: '';
    background: currentColor;
    transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.shf-btn-primary.hover-thar-four:hover::before,
.shf-btn-secondary.hover-thar-four:hover::before {
    right: 0;
    left: auto;
    width: 100%;
}

/* ====================
   Footer Style 8: Elegant Centered (Luxury Boutique)
   ==================== */

.shf-footer-style-8 {
    padding: 90px 30px;
    text-align: center;
    border-top: 3px solid #e5e5e5;
}

.shf-footer-style-8 .shf-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Brand Section */
.shf-footer-style-8 .shf-footer-brand-section {
    margin-bottom: 40px;
}

.shf-footer-style-8 .shf-footer-brand-logo img {
    height: auto;
    margin: 0 auto;
}

.shf-footer-style-8 .shf-footer-brand-title {
    font-weight: 300;
    letter-spacing: 4px;
    font-size: 36px;
    margin: 0 0 20px;
}

.shf-footer-style-8 .shf-footer-tagline {
    color: #777;
    max-width: 450px;
    margin: 20px auto;
    line-height: 1.7;
    font-size: 16px;
}

/* Navigation Links */
.shf-footer-style-8 .shf-footer-nav-links {
    margin: 40px 0;
}

.shf-footer-style-8 .shf-footer-menu-elegant {
    display: flex;
    justify-content: center;
    gap: 60px;
    flex-wrap: wrap;
    list-style: none;
    margin: 0;
    padding: 0;
}

.shf-footer-style-8 .shf-footer-menu-elegant li {
    display: inline-block;
}

.shf-footer-style-8 .shf-footer-menu-elegant a {
    color: #555;
    letter-spacing: 1px;
    text-decoration: none;
    transition: color 0.3s ease;
}

.shf-footer-style-8 .shf-footer-menu-elegant a:hover {
    color: #222;
}

/* Contact Info */
.shf-footer-style-8 .shf-footer-contact-brief {
    display: flex;
    flex-direction: column;
    gap: 12px;
    align-items: center;
    margin: 30px 0;
}

.shf-footer-style-8 .shf-contact-link {
    color: #555;
    text-decoration: none;
    letter-spacing: 0.5px;
    transition: color 0.3s ease;
}

.shf-footer-style-8 .shf-contact-link:hover {
    color: #222;
}

.shf-footer-style-8 .shf-contact-address {
    color: #777;
    font-style: italic;
}

/* Social Media */
.shf-footer-style-8 .shf-footer-social-elegant {
    display: flex;
    justify-content: center;
    gap: 25px;
    margin: 30px 0;
}

.shf-footer-style-8 .shf-footer-social-elegant a {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.shf-footer-style-8 .shf-footer-social-elegant a svg {
    width: 20px;
    height: 20px;
}

/* Divider */
.shf-footer-style-8 .shf-footer-divider {
    border: 0;
    border-top: 1px solid #dcdcdc;
    margin: 60px 0;
}

/* Disclaimer */
.shf-footer-style-8 .shf-footer-disclaimer-elegant {
    margin: 40px 0;
}

.shf-footer-style-8 .shf-disclaimer-logo-elegant {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 40px;
    margin-bottom: 30px;
    flex-wrap: wrap;
}

.shf-footer-style-8 .shf-disclaimer-logo-elegant > * {
    flex-shrink: 0;
}


.shf-footer-style-8 .shf-disclaimer-logo-elegant img {
        width: 100%;
        height: auto;
        opacity: 0.8;
        object-fit: contain;
        box-sizing: border-box;
}

@media (max-width: 600px) {
    .shf-footer-style-8 .shf-disclaimer-logo-elegant img {
        width: 100%;
        height: auto;
    }
}

.shf-footer-style-8 .shf-disclaimer-text-elegant {
    max-width: 800px;
    margin: 0 auto 20px;
}

.shf-footer-style-8 .shf-disclaimer-text-elegant p {
    color: #888;
    font-size: 16px;
    line-height: 1.8;
}

.shf-footer-style-8 .shf-license-elegant {
    color: #999;
    font-size: 12px;
    margin: 10px 0 0;
}

/* Copyright */
.shf-footer-style-8 .shf-footer-copyright-elegant {
    margin-top: 30px;
}

.shf-footer-style-8 .shf-footer-copyright-elegant p {
    color: #aaa;
    font-size: 13px;
    letter-spacing: 0.5px;
    margin: 0;
}

/* Responsive */
@media (max-width: 768px) {
    .shf-footer-style-8 {
        padding: 60px 20px;
    }
    
    .shf-footer-style-8 .shf-footer-brand-title {
        font-size: 28px;
        letter-spacing: 2px;
    }
    
    .shf-footer-style-8 .shf-footer-menu-elegant {
        gap: 30px;
        flex-direction: column;
    }
    
    .shf-footer-style-8 .shf-footer-divider {
        margin: 40px 0;
    }
    
    .shf-footer-style-8 .shf-disclaimer-logo-elegant {
        flex-direction: column;
        gap: 20px;
    }
}

/* ===== Social Media Icon Styles ===== */
.shf-social-icon {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    text-decoration: none;
    position: relative;
    padding: 0 !important;
    transition: all 0.3s ease !important;
}

.shf-social-icon svg {
    transition: all 0.3s ease !important;
}

/* Size variations */
.shf-social-icon.size-small {
    width: 32px !important;
    height: 32px !important;
}

.shf-social-icon.size-small svg {
    width: 16px !important;
    height: 16px !important;
}

.shf-social-icon.size-medium {
    width: 40px !important;
    height: 40px !important;
}

.shf-social-icon.size-medium svg {
    width: 20px !important;
    height: 20px !important;
}

.shf-social-icon.size-large {
    width: 48px !important;
    height: 48px !important;
}

.shf-social-icon.size-large svg {
    width: 24px !important;
    height: 24px !important;
}

/* Style variations */
.shf-social-icon.style-circle {
    border-radius: 50%;
}

.shf-social-icon.style-square {
    border-radius: 0;
}

.shf-social-icon.style-rounded {
    border-radius: 8px;
}

.shf-social-icon.style-plain {
    background: none !important;
    border: none !important;
}

/* Hover effects */
.shf-social-icon.hover-lift:hover {
    transform: translateY(-5px) !important;
}

.shf-social-icon.hover-scale:hover {
    transform: scale(1.15) !important;
}

.shf-social-icon.hover-rotate:hover {
    transform: rotate(15deg) !important;
}

.shf-social-icon.hover-pulse:hover {
    animation: shf-social-pulse 0.5s ease-in-out !important;
}

@keyframes shf-social-pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.1); }
}

/* SVG icon color inheritance */
.shf-social-icon svg {
    transition: all 0.3s ease;
    display: block;
    margin: auto;
}

/* ========================================
   AGENT CARDS STYLES
   ======================================== */

/* Base Agent Card Styles */
.shf-agent-card {
    max-width: 400px;
    margin: 0 auto;
    font-family: inherit;
}

.shf-agent-card-inner {
    position: relative;
    overflow: hidden;
}

.shf-agent-card h3.shf-agent-name {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 8px;
    line-height: 1.3;
    color: var(--agent-text-color, var(--clf-primary-color, #2d5b5b));
}

.shf-agent-card .shf-agent-brokerage {
    font-size: 14px;
    font-weight: 500;
    opacity: 0.8;
    margin: 0 0 8px;
    color: var(--agent-text-color, var(--clf-primary-color, #2d5b5b));
}

.shf-agent-card .shf-agent-license {
    font-size: 12px;
    opacity: 0.7;
    margin: 0 0 15px;
    color: var(--agent-text-color, var(--clf-primary-color, #2d5b5b));
}

.shf-agent-card .shf-agent-contact {
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: 15px 0;
}

.shf-agent-card .shf-agent-contact a {
    display: flex;
    align-items: center;
    gap: 8px;
    font-size: 14px;
    text-decoration: none;
    transition: all 0.3s ease;
    color: var(--agent-link-color, var(--clf-accent-color, #bfaf8a));
}

.shf-agent-card .shf-agent-contact a:hover {
    opacity: 0.8;
    transform: translateX(5px);
}

.shf-agent-card .shf-agent-social {
    display: flex;
    gap: 10px;
    margin-top: 15px;
    justify-content: center;
}

.shf-agent-card .shf-agent-social a {
    color: var(--agent-link-color, var(--clf-accent-color, #bfaf8a));
    transition: all 0.3s ease;
}

.shf-agent-card .shf-agent-social a:hover {
    opacity: 0.7;
    transform: scale(1.1);
}

/* Card 1 - Modern Centered */
.shf-agent-card-1 .shf-agent-card-inner {
    background: var(--clf-secondary-color, #ffffff);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 40px 30px;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shf-agent-card-1 .shf-agent-card-inner:hover {
    transform: translateY(-10px);
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
}

.shf-agent-card-1 .shf-agent-photo {
    width: 150px;
    height: 150px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--clf-accent-color, #0066cc);
    transition: transform 0.3s ease;
}

.shf-agent-card-1 .shf-agent-card-inner:hover .shf-agent-photo {
    transform: scale(1.1);
}

.shf-agent-card-1 .shf-agent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shf-agent-card-1 .shf-agent-contact {
    align-items: center;
}

/* Card 2 - Side by Side */
.shf-agent-card-2 .shf-agent-card-inner {
    background: var(--clf-secondary-color, #ffffff);
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    padding: 30px;
    display: flex;
    gap: 25px;
    align-items: center;
    transition: all 0.3s ease;
}

.shf-agent-card-2 .shf-agent-card-inner:hover {
    box-shadow: 0 12px 32px rgba(0, 0, 0, 0.15);
    transform: scale(1.02);
}

.shf-agent-card-2 .shf-agent-photo {
    flex-shrink: 0;
    width: 140px;
    height: 140px;
    border-radius: 12px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.shf-agent-card-2 .shf-agent-card-inner:hover .shf-agent-photo {
    transform: rotate(-5deg) scale(1.05);
}

.shf-agent-card-2 .shf-agent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shf-agent-card-2 .shf-agent-details {
    flex: 1;
}

.shf-agent-card-2 .shf-agent-social {
    justify-content: flex-start;
}

/* Card 3 - Flip Card */
.shf-agent-card-3 {
    perspective: 1000px;
    height: 450px;
}

.shf-agent-card-3 .shf-agent-card-flipper {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s;
    transform-style: preserve-3d;
}

.shf-agent-card-3:hover .shf-agent-card-flipper {
    transform: rotateY(180deg);
}

.shf-agent-card-3 .shf-agent-card-front,
.shf-agent-card-3 .shf-agent-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}

.shf-agent-card-3 .shf-agent-card-front {
    background: #ffffff;
    display: flex;
    flex-direction: column;
}

.shf-agent-card-3 .shf-agent-photo {
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.shf-agent-card-3 .shf-agent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shf-agent-card-3 .shf-agent-front-info {
    padding: 30px;
    text-align: center;
}

.shf-agent-card-3 .shf-flip-hint {
    font-size: 12px;
    opacity: 0.6;
    margin-top: 10px;
    font-style: italic;
}

.shf-agent-card-3 .shf-agent-card-back {
    background: linear-gradient(135deg, var(--clf-primary-color, #000000), var(--clf-accent-color, #0066cc));
    transform: rotateY(180deg);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
}

.shf-agent-card-3 .shf-agent-back-content {
    padding: 40px;
    text-align: center;
}

.shf-agent-card-3 .shf-agent-back-content .shf-agent-name,
.shf-agent-card-3 .shf-agent-back-content .shf-agent-license {
    color: #ffffff;
}

.shf-agent-card-3 .shf-agent-back-content .shf-agent-contact a {
    color: #ffffff;
}

/* Card 4 - Overlay Slide Up */
.shf-agent-card-4 .shf-agent-card-inner {
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.shf-agent-card-4 .shf-agent-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, var(--clf-primary-color, #2d5b5b) 0%, rgba(0, 0, 0, 0.7) 60%, transparent 100%);
    color: #ffffff;
    padding: 30px;
    transition: all 0.4s ease;
}

.shf-agent-card-4:hover .shf-agent-overlay {
    background: var(--clf-primary-color, #2d5b5b);
    padding: 40px 30px;
}

.shf-agent-card-4 .shf-agent-preview {
    transition: transform 0.4s ease;
}

.shf-agent-card-4:hover .shf-agent-preview {
    transform: translateY(-20px);
}

.shf-agent-card-4 .shf-agent-details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.shf-agent-card-4:hover .shf-agent-details {
    max-height: 300px;
    opacity: 1;
    margin-top: 20px;
}

.shf-agent-card-4 .shf-agent-name,
.shf-agent-card-4 .shf-agent-brokerage,
.shf-agent-card-4 .shf-agent-license,
.shf-agent-card-4 .shf-agent-contact a {
    color: #ffffff;
}

/* Card 5 - Minimal Elegant */
.shf-agent-card-5 .shf-agent-card-inner {
    background: #ffffff;
    border: 2px solid #e0e0e0;
    border-radius: 0;
    padding: 50px 40px;
    text-align: center;
    transition: all 0.3s ease;
}

.shf-agent-card-5 .shf-agent-card-inner:hover {
    border-color: var(--clf-accent-color, #0066cc);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.shf-agent-card-5 .shf-agent-photo {
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid #e0e0e0;
    transition: all 0.3s ease;
}

.shf-agent-card-5 .shf-agent-card-inner:hover .shf-agent-photo {
    border-color: var(--clf-accent-color, #0066cc);
    transform: scale(1.05);
}

.shf-agent-card-5 .shf-agent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shf-agent-card-5 .shf-agent-divider {
    width: 50px;
    height: 2px;
    background: var(--clf-accent-color, #0066cc);
    margin: 20px auto;
}

.shf-agent-card-5 .shf-agent-contact {
    align-items: center;
}

/* Card 6 - Bold Gradient */
.shf-agent-card-6 .shf-agent-card-inner {
    background: linear-gradient(135deg, var(--clf-primary-color, #000000) 0%, var(--clf-accent-color, #0066cc) 100%);
    border-radius: 16px;
    padding: 40px 30px;
    text-align: center;
    color: #ffffff;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.shf-agent-card-6 .shf-agent-card-inner:hover {
    transform: translateY(-8px) scale(1.02);
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.4);
}

.shf-agent-card-6 .shf-agent-photo {
    width: 140px;
    height: 140px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 5px solid rgba(255, 255, 255, 0.3);
    transition: all 0.3s ease;
}

.shf-agent-card-6 .shf-agent-card-inner:hover .shf-agent-photo {
    border-color: rgba(255, 255, 255, 0.6);
    transform: rotate(5deg) scale(1.1);
}

.shf-agent-card-6 .shf-agent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shf-agent-card-6 .shf-agent-name,
.shf-agent-card-6 .shf-agent-brokerage,
.shf-agent-card-6 .shf-agent-license {
    color: #ffffff;
}

.shf-agent-card-6 .shf-agent-contact {
    align-items: center;
}

.shf-agent-card-6 .shf-agent-contact a {
    color: #ffffff;
}

/* Card 7 - Business Card */
.shf-agent-card-7 .shf-agent-card-inner {
    background: #ffffff;
    border-radius: 8px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
    padding: 35px;
    display: grid;
    grid-template-columns: auto 1fr;
    gap: 30px;
    align-items: center;
    transition: all 0.3s ease;
}

.shf-agent-card-7 .shf-agent-card-inner:hover {
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    transform: translateX(5px);
}

.shf-agent-card-7 .shf-agent-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}

.shf-agent-card-7 .shf-agent-photo {
    width: 100px;
    height: 100px;
    border-radius: 8px;
    overflow: hidden;
    transition: transform 0.3s ease;
}

.shf-agent-card-7 .shf-agent-card-inner:hover .shf-agent-photo {
    transform: scale(1.1);
}

.shf-agent-card-7 .shf-agent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shf-agent-card-7 .shf-agent-social {
    justify-content: center;
}

.shf-agent-card-7 .shf-agent-right {
    text-align: left;
}

/* Card 8 - Circle Photo Modern */
.shf-agent-card-8 .shf-agent-card-inner {
    background: #ffffff;
    border-radius: 20px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: all 0.3s ease;
}

.shf-agent-card-8 .shf-agent-card-inner:hover {
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.15);
    transform: translateY(-5px);
}

.shf-agent-card-8 .shf-agent-header {
    background: linear-gradient(135deg, var(--clf-primary-color, #000000) 0%, var(--clf-accent-color, #0066cc) 100%);
    padding: 40px 30px;
    display: flex;
    align-items: center;
    gap: 20px;
    color: #ffffff;
}

.shf-agent-card-8 .shf-agent-photo {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    overflow: hidden;
    border: 3px solid rgba(255, 255, 255, 0.5);
    flex-shrink: 0;
    transition: transform 0.3s ease;
}

.shf-agent-card-8 .shf-agent-card-inner:hover .shf-agent-photo {
    transform: scale(1.15);
}

.shf-agent-card-8 .shf-agent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shf-agent-card-8 .shf-agent-header-text .shf-agent-name,
.shf-agent-card-8 .shf-agent-header-text .shf-agent-brokerage {
    color: #ffffff;
}

.shf-agent-card-8 .shf-agent-body {
    padding: 30px;
}

/* Card 9 - Split Background */
.shf-agent-card-9 .shf-agent-card-inner {
    background: #ffffff;
    border-radius: 16px;
    padding: 50px 40px;
    text-align: center;
    position: relative;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.shf-agent-card-9 .shf-agent-card-inner:hover {
    transform: scale(1.03);
}

.shf-agent-card-9 .shf-agent-split-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(135deg, var(--clf-primary-color, #2d5b5b) 0%, var(--clf-primary-color, #2d5b5b) 50%, var(--clf-secondary-color, #b0d4d4) 50%, var(--clf-secondary-color, #b0d4d4) 100%);
    opacity: 0.25;
    transition: opacity 0.3s ease;
}

.shf-agent-card-9 .shf-agent-card-inner:hover .shf-agent-split-bg {
    opacity: 0.35;
}

.shf-agent-card-9 .shf-agent-photo {
    width: 140px;
    height: 140px;
    margin: 0 auto 25px;
    border-radius: 50%;
    overflow: hidden;
    border: 4px solid var(--clf-accent-color, #bfaf8a);
    position: relative;
    z-index: 1;
    transition: transform 0.3s ease;
}

.shf-agent-card-9 .shf-agent-card-inner:hover .shf-agent-photo {
    transform: rotate(10deg) scale(1.1);
}

.shf-agent-card-9 .shf-agent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shf-agent-card-9 .shf-agent-details {
    position: relative;
    z-index: 1;
}

.shf-agent-card-9 .shf-agent-contact {
    align-items: center;
}

/* Card 10 - Luxury Premium */
.shf-agent-card-10 {
    position: relative;
}

.shf-agent-card-10 .shf-agent-card-inner {
    background: #ffffff;
    border-radius: 0;
    padding: 50px 40px;
    text-align: center;
    position: relative;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.08);
    transition: all 0.3s ease;
}

.shf-agent-card-10 .shf-agent-card-inner:hover {
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.12);
}

.shf-agent-card-10 .shf-agent-accent-line {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, transparent 0%, var(--clf-accent-color, #0066cc) 50%, transparent 100%);
    transition: width 0.3s ease;
}

.shf-agent-card-10 .shf-agent-card-inner:hover .shf-agent-accent-line {
    width: 120px;
}

.shf-agent-card-10 .shf-agent-photo {
    width: 120px;
    height: 120px;
    margin: 0 auto 25px;
    border-radius: 0;
    overflow: hidden;
    border: 2px solid #e0e0e0;
    transition: all 0.3s ease;
}

.shf-agent-card-10 .shf-agent-card-inner:hover .shf-agent-photo {
    border-color: var(--clf-accent-color, #0066cc);
}

.shf-agent-card-10 .shf-agent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shf-agent-card-10 .shf-agent-name {
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 2px;
}

.shf-agent-card-10 .shf-agent-divider {
    width: 60px;
    height: 1px;
    background: var(--clf-accent-color, #0066cc);
    margin: 25px auto;
}

.shf-agent-card-10 .shf-agent-license {
    font-size: 10px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

.shf-agent-card-10 .shf-agent-contact {
    align-items: center;
}

/* Border Hover Animations */
/* Card 1 - Expanding Border from Center */
.shf-agent-card-1 .shf-agent-card-inner {
    position: relative;
}

.shf-agent-card-1 .shf-agent-card-inner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: var(--clf-accent-color, #0066cc);
    transform: translateX(-50%);
    transition: width 0.4s ease;
}

.shf-agent-card-1 .shf-agent-card-inner:hover::before {
    width: 100%;
}

/* Card 2 - Corner Border Animation */
.shf-agent-card-2 .shf-agent-card-inner {
    position: relative;
}

.shf-agent-card-2 .shf-agent-card-inner::before,
.shf-agent-card-2 .shf-agent-card-inner::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    transition: all 0.4s ease;
}

.shf-agent-card-2 .shf-agent-card-inner::before {
    top: 0;
    left: 0;
}

.shf-agent-card-2 .shf-agent-card-inner::after {
    bottom: 0;
    right: 0;
}

.shf-agent-card-2 .shf-agent-card-inner:hover::before {
    width: 100%;
    height: 100%;
    border-top-color: var(--clf-accent-color, #0066cc);
    border-left-color: var(--clf-accent-color, #0066cc);
}

.shf-agent-card-2 .shf-agent-card-inner:hover::after {
    width: 100%;
    height: 100%;
    border-bottom-color: var(--clf-accent-color, #0066cc);
    border-right-color: var(--clf-accent-color, #0066cc);
}

/* Card 5 - Four Side Border Animation */
.shf-agent-card-5 {
    position: relative;
}

.shf-agent-card-5 .shf-agent-card-inner {
    position: relative;
}

.shf-agent-card-5 .shf-agent-card-inner::before,
.shf-agent-card-5 .shf-agent-card-inner::after {
    content: '';
    position: absolute;
    background: var(--clf-accent-color, #0066cc);
    transition: all 0.4s ease;
    z-index: 1;
}

/* Left border */
.shf-agent-card-5 .shf-agent-card-inner::before {
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
}

/* Right border */
.shf-agent-card-5 .shf-agent-card-inner::after {
    bottom: 0;
    right: 0;
    width: 3px;
    height: 0;
}

/* Top and bottom borders on parent */
.shf-agent-card-5::before,
.shf-agent-card-5::after {
    content: '';
    position: absolute;
    background: var(--clf-accent-color, #0066cc);
    transition: all 0.4s ease;
    z-index: 1;
}

/* Top border */
.shf-agent-card-5::before {
    top: 0;
    left: 0;
    width: 0;
    height: 3px;
}

/* Bottom border */
.shf-agent-card-5::after {
    bottom: 0;
    right: 0;
    width: 0;
    height: 3px;
}

/* Hover states */
.shf-agent-card-5 .shf-agent-card-inner:hover::before,
.shf-agent-card-5 .shf-agent-card-inner:hover::after {
    height: 100%;
}

.shf-agent-card-5:hover::before,
.shf-agent-card-5:hover::after {
    width: 100%;
}

/* Card 7 - Rotating Border */
.shf-agent-card-7 .shf-agent-card-inner {
    position: relative;
}

.shf-agent-card-7 .shf-agent-card-inner::before {
    content: '';
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: -2px;
    background: linear-gradient(45deg, transparent 40%, var(--clf-accent-color, #0066cc) 50%, transparent 60%);
    background-size: 300% 300%;
    background-position: 100% 100%;
    opacity: 0;
    transition: opacity 0.3s ease, background-position 0.8s ease;
    z-index: -1;
}

.shf-agent-card-7 .shf-agent-card-inner:hover::before {
    opacity: 1;
    background-position: 0% 0%;
}

/* Card 8 - Pulsing Border */
.shf-agent-card-8 .shf-agent-card-inner {
    position: relative;
    border: 2px solid transparent;
    transition: border-color 0.4s ease;
}

.shf-agent-card-8 .shf-agent-card-inner:hover {
    border-color: var(--clf-accent-color, #0066cc);
    animation: pulse-border 1.5s ease-in-out infinite;
}

@keyframes pulse-border {
    0%, 100% {
        box-shadow: 0 0 0 0 rgba(0, 102, 204, 0.4);
    }
    50% {
        box-shadow: 0 0 0 10px rgba(0, 102, 204, 0);
    }
}

/* Card 9 - Bottom Border Grow */
.shf-agent-card-9 .shf-agent-card-inner {
    position: relative;
}

.shf-agent-card-9 .shf-agent-card-inner::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: var(--clf-accent-color, #0066cc);
    transition: width 0.4s ease;
}

.shf-agent-card-9 .shf-agent-card-inner:hover::after {
    width: 100%;
}

/* Card 10 - Four Side Border Animation */
.shf-agent-card-10 .shf-agent-card-inner::before,
.shf-agent-card-10 .shf-agent-card-inner::after {
    content: '';
    position: absolute;
    background: var(--clf-accent-color, #0066cc);
    transition: all 0.4s ease;
    z-index: 1;
}

.shf-agent-card-10 .shf-agent-card-inner::before {
    top: 0;
    left: 0;
    width: 3px;
    height: 0;
}

.shf-agent-card-10 .shf-agent-card-inner::after {
    bottom: 0;
    right: 0;
    width: 3px;
    height: 0;
}

.shf-agent-card-10::before,
.shf-agent-card-10::after {
    content: '';
    position: absolute;
    background: var(--clf-accent-color, #0066cc);
    transition: all 0.4s ease;
    z-index: 1;
}

.shf-agent-card-10::before {
    top: -3px;
    left: -3px;
    width: 0;
    height: 3px;
}

.shf-agent-card-10::after {
    bottom: 0;
    right: 0;
    width: 0;
    height: 3px;
}

.shf-agent-card-10 .shf-agent-card-inner:hover::before,
.shf-agent-card-10 .shf-agent-card-inner:hover::after {
    height: 100%;
}

.shf-agent-card-10:hover::before,
.shf-agent-card-10:hover::after {
    width: 100%;
}

/* Card 11 - Overlay Gradient with Border */
.shf-agent-card-11 {
    position: relative;
}

.shf-agent-card-11 .shf-agent-card-inner {
    height: 450px;
    border-radius: 12px;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    position: relative;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.2);
}

.shf-agent-card-11 .shf-agent-overlay {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to top, var(--clf-primary-color, #2d5b5b) 0%, rgba(0, 0, 0, 0.7) 60%, transparent 100%);
    color: #ffffff;
    padding: 30px;
    transition: all 0.4s ease;
}

.shf-agent-card-11:hover .shf-agent-overlay {
    background: var(--clf-primary-color, #2d5b5b);
    padding: 40px 30px;
}

.shf-agent-card-11 .shf-agent-preview {
    transition: transform 0.4s ease;
}

.shf-agent-card-11:hover .shf-agent-preview {
    transform: translateY(-20px);
}

.shf-agent-card-11 .shf-agent-details {
    max-height: 0;
    overflow: hidden;
    opacity: 0;
    transition: all 0.4s ease;
}

.shf-agent-card-11:hover .shf-agent-details {
    max-height: 300px;
    opacity: 1;
    margin-top: 20px;
}

.shf-agent-card-11 .shf-agent-name,
.shf-agent-card-11 .shf-agent-brokerage,
.shf-agent-card-11 .shf-agent-license,
.shf-agent-card-11 .shf-agent-contact a {
    color: #ffffff;
}

.shf-agent-card-11 .shf-agent-social a svg {
    fill: #ffffff;
}

/* Card 11 Border Animation - Sequential Draw */
.shf-agent-card-11::before,
.shf-agent-card-11::after {
    content: '';
    position: absolute;
    background: var(--clf-accent-color, #0066cc);
    z-index: 2;
    transition: all 0.5s ease;
}

.shf-agent-card-11 .shf-agent-card-inner::before,
.shf-agent-card-11 .shf-agent-card-inner::after {
    content: '';
    position: absolute;
    background: var(--clf-accent-color, #0066cc);
    z-index: 2;
    transition: all 0.5s ease;
}

/* Top border */
.shf-agent-card-11::before {
    top: 0;
    left: 0;
    width: 0;
    height: 6px;
}

/* Right border */
.shf-agent-card-11 .shf-agent-card-inner::before {
    top: 0;
    right: 0;
    width: 6px;
    height: 0;
    transition-delay: 0.25s;
}

/* Bottom border */
.shf-agent-card-11::after {
    bottom: 0;
    right: 0;
    width: 0;
    height: 6px;
    transition-delay: 0.5s;
}

/* Left border */
.shf-agent-card-11 .shf-agent-card-inner::after {
    bottom: 0;
    left: 0;
    width: 6px;
    height: 0;
    transition-delay: 0.75s;
}

.shf-agent-card-11:hover::before,
.shf-agent-card-11:hover::after {
    width: 100%;
}

.shf-agent-card-11:hover .shf-agent-card-inner::before,
.shf-agent-card-11:hover .shf-agent-card-inner::after {
    height: 100%;
}

/* Card 12 - Elegant Framed */
.shf-agent-card-12 {
    position: relative;
}

.shf-agent-card-12 .shf-agent-card-inner {
    background: #ffffff;
    border-radius: 8px;
    padding: 40px;
    text-align: center;
    position: relative;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s ease;
    border: 2px solid #e0e0e0;
}

.shf-agent-card-12 .shf-agent-card-inner:hover {
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
    border-color: var(--clf-accent-color, #0066cc);
}

.shf-agent-card-12 .shf-agent-photo {
    width: 130px;
    height: 130px;
    margin: 0 auto 25px;
    border-radius: 8px;
    overflow: hidden;
    border: 3px solid var(--clf-accent-color, #0066cc);
    position: relative;
    transition: all 0.4s ease;
}

.shf-agent-card-12 .shf-agent-card-inner:hover .shf-agent-photo {
    transform: scale(1.05);
}

.shf-agent-card-12 .shf-agent-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.shf-agent-card-12 .shf-agent-name {
    font-size: 26px;
    font-weight: 600;
    margin-bottom: 10px;
}

.shf-agent-card-12 .shf-agent-brokerage {
    font-size: 14px;
    opacity: 0.7;
    margin-bottom: 15px;
}

.shf-agent-card-12 .shf-agent-license {
    font-size: 12px;
    opacity: 0.6;
    margin-bottom: 20px;
}

.shf-agent-card-12 .shf-agent-contact {
    flex-direction: column;
    gap: 12px;
}

/* Card 12 Border Animation - Corner Accents */
.shf-agent-card-12::before,
.shf-agent-card-12::after {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    border: 4px solid var(--clf-accent-color, #0066cc);
    transition: all 0.4s ease;
    opacity: 0;
}

.shf-agent-card-12::before {
    top: -6px;
    left: -6px;
    border-right: none;
    border-bottom: none;
    border-radius: 8px 0 0 0;
}

.shf-agent-card-12::after {
    bottom: -2px;
    right: -2px;
    border-left: none;
    border-top: none;
    border-radius: 0 0 8px 0;
}

.shf-agent-card-12:hover::before,
.shf-agent-card-12:hover::after {
    opacity: 1;
}

.shf-agent-card-12:hover::before {
    top: -8px;
    left: -8px;
    width: 50px;
    height: 50px;
}

.shf-agent-card-12:hover::after {
    bottom: -8px;
    right: -8px;
    width: 50px;
    height: 50px;
}

/* Responsive Styles for Agent Cards */
@media (max-width: 600px) {
    .shf-agent-card {
        max-width: 100%;
    }
    
    .shf-agent-card-2 .shf-agent-card-inner {
        flex-direction: column;
        text-align: center;
    }
    
    .shf-agent-card-2 .shf-agent-social {
        justify-content: center;
    }
    
    .shf-agent-card-7 .shf-agent-card-inner {
        grid-template-columns: 1fr;
        text-align: center;
    }
    
    .shf-agent-card-7 .shf-agent-right {
        text-align: center;
    }
    
    .shf-agent-card-8 .shf-agent-header {
        flex-direction: column;
        text-align: center;
    }
}

/* ================================================
   Area Cards - Grid Layout
   ================================================ */

.shf-area-cards:not(.shf-area-swipe) {
    display: grid;
    gap: 30px;
    grid-template-columns: repeat(4, 1fr);
}

.shf-area-cards.shf-grid-2:not(.shf-area-swipe) {
    grid-template-columns: repeat(2, 1fr);
}

.shf-area-cards.shf-grid-3:not(.shf-area-swipe) {
    grid-template-columns: repeat(3, 1fr);
}

.shf-area-cards.shf-grid-4:not(.shf-area-swipe) {
    grid-template-columns: repeat(4, 1fr);
}

/* Responsive grid adjustments */
@media (max-width: 1200px) {
    .shf-area-cards.shf-grid-4:not(.shf-area-swipe) {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    .shf-area-cards.shf-grid-3:not(.shf-area-swipe),
    .shf-area-cards.shf-grid-4:not(.shf-area-swipe) {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .shf-area-cards:not(.shf-area-swipe) {
        grid-template-columns: 1fr;
    }
}

/* ================================================
   Area Cards - Swipe Carousel Layout
   ================================================ */

.shf-area-swipe-wrapper {
    position: relative;
    max-width: 100%;
}

.shf-area-cards.shf-area-swipe {
    display: flex !important;
    flex-wrap: nowrap !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 20px 0;
    max-width: 100%;
    grid-template-columns: unset !important;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

/* Hide scrollbar completely */
.shf-area-cards.shf-area-swipe::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

.shf-area-cards.shf-area-swipe .shf-area-card {
    flex: 0 0 auto;
    width: calc((100% - 60px) / 4);
    min-width: 250px;
    scroll-snap-align: start;
}

.shf-area-cards.shf-area-swipe.shf-grid-2 .shf-area-card {
    width: calc((100% - 20px) / 2);
    min-width: auto;
}

.shf-area-cards.shf-area-swipe.shf-grid-3 .shf-area-card {
    width: calc((100% - 40px) / 3);
    min-width: auto;
}

.shf-area-cards.shf-area-swipe.shf-grid-4 .shf-area-card {
    width: calc((100% - 60px) / 4);
    min-width: auto;
}

/* Responsive adjustments for swipe layout */
@media (max-width: 768px) {
    .shf-area-cards.shf-area-swipe {
        gap: 0;
        padding: 20px 0;
        scroll-snap-type: x mandatory;
        scroll-padding: 0;
    }
    
    .shf-area-cards.shf-area-swipe .shf-area-card,
    .shf-area-cards.shf-area-swipe.shf-grid-2 .shf-area-card,
    .shf-area-cards.shf-area-swipe.shf-grid-3 .shf-area-card,
    .shf-area-cards.shf-area-swipe.shf-grid-4 .shf-area-card {
        width: 100% !important;
        min-width: 100% !important;
        max-width: 100% !important;
        flex-shrink: 0;
        scroll-snap-align: start;
        scroll-snap-stop: always;
    }
    
    /* Force larger font sizes on mobile */
    .shf-area-cards.shf-area-swipe .shf-area-card h1,
    .shf-area-cards.shf-area-swipe .shf-area-card h2,
    .shf-area-cards.shf-area-swipe .shf-area-card h3 {
        font-size: 2.5rem !important;
    }
    
    .shf-area-cards.shf-area-swipe .shf-area-card h4,
    .shf-area-cards.shf-area-swipe .shf-area-card h5,
    .shf-area-cards.shf-area-swipe .shf-area-card h6 {
        font-size: 1.8rem !important;
    }
    
    .shf-area-cards.shf-area-swipe .shf-area-card p,
    .shf-area-cards.shf-area-swipe .shf-area-card span,
    .shf-area-cards.shf-area-swipe .shf-area-card a,
    .shf-area-cards.shf-area-swipe .shf-area-card div {
        font-size: 1.6rem !important;
    }
}

/* Arrow Navigation Buttons */
.shf-swipe-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background: var(--arrow-bg-color, rgba(255, 255, 255, 0.9));
    color: var(--arrow-icon-color, #000);
    border: none;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    display: flex !important;
    align-items: center;
    justify-content: center;
    z-index: 10;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.15);
    opacity: 1 !important;
    pointer-events: auto !important;
}

.shf-swipe-nav:hover {
    transform: translateY(-50%) scale(1.1);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.shf-swipe-nav:active {
    transform: translateY(-50%) scale(0.95);
}

.shf-swipe-nav:disabled {
    opacity: 0.3;
    cursor: not-allowed;
}

.shf-swipe-nav svg {
    width: 24px;
    height: 24px;
    fill: currentColor;
}

.shf-swipe-nav-prev {
    left: 10px;
}

.shf-swipe-nav-next {
    right: 10px;
}

/* Only hide on hover setting */
.shf-area-swipe-wrapper[data-arrow-visibility="hover"] .shf-swipe-nav {
    opacity: 0 !important;
    pointer-events: none !important;
}

.shf-area-swipe-wrapper[data-arrow-visibility="hover"]:hover .shf-swipe-nav {
    opacity: 1 !important;
    pointer-events: auto !important;
}

/* Arrow shape options */
.shf-area-swipe-wrapper[data-arrow-shape="square"] .shf-swipe-nav {
    border-radius: 0;
}

.shf-area-swipe-wrapper[data-arrow-shape="rounded-square"] .shf-swipe-nav {
    border-radius: 8px;
}

.shf-area-swipe-wrapper[data-arrow-shape="round"] .shf-swipe-nav {
    border-radius: 50%;
}

/* Arrow Size Variations */
.shf-area-swipe-wrapper[data-arrow-size="small"] .shf-swipe-nav {
    width: 40px;
    height: 40px;
}

.shf-area-swipe-wrapper[data-arrow-size="small"] .shf-swipe-nav svg {
    width: 20px;
    height: 20px;
}

.shf-area-swipe-wrapper[data-arrow-size="medium"] .shf-swipe-nav {
    width: 50px;
    height: 50px;
}

.shf-area-swipe-wrapper[data-arrow-size="medium"] .shf-swipe-nav svg {
    width: 24px;
    height: 24px;
}

.shf-area-swipe-wrapper[data-arrow-size="large"] .shf-swipe-nav {
    width: 60px;
    height: 60px;
}

.shf-area-swipe-wrapper[data-arrow-size="large"] .shf-swipe-nav svg {
    width: 28px;
    height: 28px;
}

@media (min-width: 769px) {
    /* Show arrows on desktop when container is wide enough */
    .shf-swipe-nav-prev {
        left: -25px;
    }
    
    .shf-swipe-nav-next {
        right: -25px;
    }
}

@media (max-width: 768px) {
    .shf-swipe-nav {
        width: 40px;
        height: 40px;
        display: flex !important;
        opacity: 1 !important;
        pointer-events: auto !important;
    }
    
    .shf-swipe-nav svg {
        width: 20px;
        height: 20px;
    }
    
    .shf-swipe-nav-prev {
        left: 10px;
    }
    
    .shf-swipe-nav-next {
        right: 10px;
    }
    
    /* Force arrows to always show on mobile regardless of visibility setting */
    .shf-area-swipe-wrapper[data-arrow-visibility="hover"] .shf-swipe-nav {
        opacity: 1 !important;
        pointer-events: auto !important;
    }
}






