:root {
    --color-primary: #0e2442;
    --color-secondary: #3f5c85;
    --color-accent: #3fbbc0;
    --color-gold: #d4af37;
    --color-gold-light: #f4d03f;
    --color-light: #ffffff;
    --color-dark: #111111;
    --color-gray: #6c757d;
    --font-primary: 'Playfair Display', serif;
    --font-secondary: 'Inter', sans-serif;
    --transition: all 0.3s ease;
    --box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    --box-shadow-lg: 0 10px 40px rgba(0, 0, 0, 0.12);
    --box-shadow-premium: 0 15px 50px rgba(212, 175, 55, 0.15);
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

body {
    font-family: var(--font-secondary);
    color: #444444;
    line-height: 1.6;
    overflow-x: hidden;
}

a {
    color: var(--color-primary);
    text-decoration: none;
    transition: var(--transition);
}

a:hover {
    color: var(--color-accent);
}

h1, h2, h3, h4, h5, h6 {
    font-family: var(--font-primary);
    color: var(--color-primary);
    font-weight: 600;
}

ul {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.header {
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.1);
    height: 80px;
    transition: var(--transition);
    z-index: 997;
    padding: 15px 0;
}

.header.scrolled {
    height: 70px;
}

.logo .sitename {
    font-family: var(--font-primary);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-primary);
    letter-spacing: 1px;
}

.logo-img {
    height: 50px;
    width: auto;
    max-width: 200px;
    object-fit: contain;
}

.navmenu ul {
    margin: 0;
    padding: 0;
    display: flex;
    list-style: none;
    align-items: center;
}

.navmenu li {
    position: relative;
}

.navmenu a,
.navmenu a:focus {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 20px;
    font-size: 0.95rem;
    white-space: nowrap;
    color: var(--color-primary);
    transition: var(--transition);
}

.navmenu a:hover,
.navmenu a.active {
    color: var(--color-accent);
}

.navmenu .dropdown ul {
    position: absolute;
    display: block;
    visibility: hidden;
    opacity: 0;
    top: 100%;
    left: 0;
    background: #fff;
    box-shadow: var(--box-shadow);
    padding: 10px 0;
    border-radius: 4px;
    min-width: 200px;
    transition: var(--transition);
    z-index: 99;
}

.navmenu .dropdown ul li {
    min-width: 200px;
}

.navmenu .dropdown ul a {
    padding: 10px 20px;
    font-size: 0.9rem;
    color: var(--color-primary);
}

.navmenu .dropdown ul a:hover,
.navmenu .dropdown ul .active:hover,
.navmenu .dropdown ul li:hover > a {
    color: var(--color-accent);
}

.navmenu .dropdown:hover > ul {
    opacity: 1;
    top: 100%;
    visibility: visible;
}

.mobile-nav-toggle {
    color: var(--color-primary);
    font-size: 28px;
    cursor: pointer;
    display: none;
    line-height: 0;
    transition: 0.5s;
}

.mobile-nav-toggle.bi-x {
    color: #fff;
}

.mobile-nav-active {
    overflow: hidden;
}

.mobile-nav-active .mobile-nav-toggle {
    position: fixed;
    top: 15px;
    right: 15px;
    z-index: 9999;
    color: var(--color-primary);
    background: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50px;
    transition: all 0.5s;
}

.mobile-nav-active .navmenu {
    position: fixed;
    top: 0;
    right: -100%;
    width: 300px;
    height: 100vh;
    background: #fff;
    padding: 20px;
    transition: 0.5s;
    z-index: 9997;
    overflow-y: auto;
    box-shadow: var(--box-shadow-lg);
}

.mobile-nav-active .navmenu ul {
    display: block;
}

.mobile-nav-active .navmenu li {
    margin-bottom: 10px;
}

.mobile-nav-active .navmenu a,
.mobile-nav-active .navmenu a:focus {
    display: block;
    padding: 12px 20px;
    font-size: 1rem;
    color: var(--color-primary);
}

.mobile-nav-active .navmenu a:hover,
.mobile-nav-active .navmenu .active,
.mobile-nav-active .navmenu .active:focus {
    color: var(--color-accent);
}

.mobile-nav-active .navmenu .dropdown ul {
    position: static;
    display: none;
    background: #fff;
    margin: 0;
    padding: 10px 0;
    box-shadow: none;
}

.mobile-nav-active .navmenu .dropdown:hover > ul {
    display: block;
}

.main {
    padding-top: 80px;
}

.page-title {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    padding: 80px 0;
    position: relative;
}

.page-title .breadcrumbs {
    margin-bottom: 20px;
}

.page-title .breadcrumbs ol {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 14px;
}

.page-title .breadcrumbs li + li::before {
    content: "/";
    padding: 0 10px;
    color: rgba(255, 255, 255, 0.7);
}

.page-title .breadcrumbs a {
    color: rgba(255, 255, 255, 0.7);
}

.page-title .breadcrumbs a:hover {
    color: #fff;
}

.page-title h1 {
    font-size: clamp(2rem, 5vw, 3rem);
    color: #fff;
    margin-bottom: 0;
}

.club-title .subtitle {
    font-size: 1.2rem;
    color: rgba(255, 255, 255, 0.9);
    margin-top: 15px;
}

.section {
    padding: 80px 0;
    overflow: hidden;
}

.section-alt {
    background: #f8f9fa;
}

.section-title {
    text-align: center;
    margin-bottom: 60px;
}

.section-title h2 {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.section-title p {
    margin: 0 auto 20px auto;
    color: var(--color-gray);
}

.hero {
    position: relative;
    height: 100vh;
    min-height: 600px;
    display: flex;
    align-items: center;
    background: linear-gradient(135deg, var(--color-primary), #1a365d);
    color: #fff;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23ffffff" fill-opacity="0.05" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat bottom;
    background-size: cover;
    opacity: 0.3;
    z-index: 0;
    pointer-events: none;
}

.hero-logo-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    height: 80%;
    background: url('../logo_fax_enterprises_1_p5dmvn.png') no-repeat center center;
    background-size: contain;
    opacity: 0.9;
    z-index: 3;
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, rgba(14, 36, 66, 0.3) 0%, rgba(10, 25, 47, 0.35) 100%);
    z-index: 2;
    pointer-events: none;
}



.why-us .img-bg {
    height: 400px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.why-us-bg {
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="white" stroke-opacity="0.1" stroke-width="2"/><circle cx="50" cy="50" r="30" fill="none" stroke="white" stroke-opacity="0.1" stroke-width="2"/><circle cx="50" cy="50" r="20" fill="none" stroke="white" stroke-opacity="0.1" stroke-width="2"/></svg>') no-repeat center;
    background-size: 60%;
}

.hero h1 {
    font-size: clamp(2.5rem, 6vw, 4rem);
    font-weight: 700;
    margin-bottom: 20px;
    color: #fff;
}

.hero p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

#hero .container {
    padding-top: 2%;
    position: relative;
    z-index: 10;
}

.btn-get-started,
.btn-watch-video {
    position: relative;
    z-index: 20;
    cursor: pointer;
}

/* Service page images */
.about-section img,
.hospitality-section img,
.trade-section img,
.hr-section img,
.investments-section img,
.col-lg-6 img.img-fluid {
    width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

.btn-get-started,
.btn-watch-video {
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 1px;
    display: inline-flex;
    align-items: center;
    padding: 12px 30px;
    border-radius: 50px;
    transition: var(--transition);
    margin-right: 15px;
    color: #fff;
}

.btn-get-started {
    background: var(--color-accent);
}

.btn-get-started:hover {
    background: #34a8ad;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(63, 187, 192, 0.3);
}

.btn-watch-video {
    background: rgba(255, 255, 255, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.3);
}

.btn-watch-video:hover {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
}

.btn-watch-video i {
    font-size: 1.5rem;
    margin-right: 10px;
}

.why-us .img-bg {
    height: 400px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    border-radius: 10px;
    position: relative;
    overflow: hidden;
}

.why-us-bg {
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="white" stroke-opacity="0.1" stroke-width="2"/><circle cx="50" cy="50" r="30" fill="none" stroke="white" stroke-opacity="0.1" stroke-width="2"/><circle cx="50" cy="50" r="20" fill="none" stroke="white" stroke-opacity="0.1" stroke-width="2"/></svg>') no-repeat center;
    background-size: 60%;
}

.swiper {
    padding: 20px 0;
}

.swiper-slide {
    opacity: 0.4;
    transition: var(--transition);
    padding: 20px;
}

.swiper-slide-active {
    opacity: 1;
}

.swiper-slide .item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

.swiper-slide h3 {
    font-size: 1.5rem;
    margin-bottom: 10px;
    color: var(--color-primary);
}

.swiper-slide h4 {
    font-size: 1.1rem;
    margin-bottom: 15px;
    color: var(--color-accent);
}

.swiper-slide p {
    color: var(--color-gray);
    line-height: 1.8;
}

.swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: var(--color-primary);
    opacity: 0.3;
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--color-accent);
}

.services .service-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
    height: 100%;
}

.services .service-item:hover {
    transform: translateY(-10px);
    box-shadow: var(--box-shadow-lg);
}

.services .icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-accent), #5ce0e5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
    flex-shrink: 0;
}

.services .title {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.services .title a {
    color: var(--color-primary);
    transition: var(--transition);
}

.services .title a:hover {
    color: var(--color-accent);
}

.services .description {
    color: var(--color-gray);
    line-height: 1.8;
}

.call-to-action {
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    padding: 100px 0;
    position: relative;
}

.call-to-action::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="white" stroke-opacity="0.05" stroke-width="2"/></svg>') no-repeat center;
    background-size: 600px;
    opacity: 0.5;
}

.call-to-action h3 {
    font-size: 2rem;
    color: #fff;
    margin-bottom: 20px;
}

.call-to-action p {
    font-size: 1.1rem;
    margin-bottom: 30px;
    opacity: 0.9;
}

.cta-btn {
    display: inline-block;
    background: var(--color-accent);
    color: #fff;
    padding: 15px 40px;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
}

.cta-btn:hover {
    background: #34a8ad;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(63, 187, 192, 0.3);
}

.stats {
    padding: 80px 0;
    background: #fff;
}

.stats-item {
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}

.stats-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-lg);
}

.stats-item span {
    font-size: 3rem;
    font-weight: 700;
    color: var(--color-primary);
    display: block;
}

.stats-item p {
    color: var(--color-gray);
    margin: 0;
}

.about-img {
    height: 400px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    border-radius: 10px;
    position: relative;
}

.about .content {
    padding: 30px;
}

.about .content h3 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: var(--color-primary);
}

.about .content p {
    color: var(--color-gray);
    margin-bottom: 20px;
}

.about .content ul {
    list-style: none;
    padding: 0;
}

.about .content li {
    padding: 10px 0;
    color: var(--color-gray);
}

.about .content li i {
    color: var(--color-accent);
    margin-right: 10px;
    font-size: 1.2rem;
}

.vision-content {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    margin-bottom: 40px;
}

.vision-item,
.values-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    height: 100%;
    transition: var(--transition);
}

.vision-item:hover,
.values-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-lg);
}

.vision-item .icon,
.values-item .icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-accent), #5ce0e5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.vision-item h3,
.values-item h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.vision-item p,
.values-item p {
    color: var(--color-gray);
    margin-bottom: 0;
}

.team-member {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    height: 100%;
}

.team-member .member-img {
    height: 250px;
    overflow: hidden;
}

.team-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #fff;
}

.team-placeholder.ceo {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.team-placeholder.coo {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.team-placeholder.cfo {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.team-placeholder.cmo {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.team-member .member-info {
    padding: 20px;
    text-align: center;
}

.team-member h4 {
    font-size: 1.2rem;
    margin-bottom: 5px;
    color: var(--color-primary);
}

.team-member span {
    color: var(--color-accent);
    font-size: 0.9rem;
}

.hospitality-banner,
.trade-banner,
.hr-banner,
.investments-banner {
    height: 400px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    border-radius: 10px;
    position: relative;
}

.service-card {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: var(--box-shadow);
    height: 100%;
    transition: var(--transition);
}

.service-card:hover {
    transform: translateY(-10px);
    box-shadow: var(--box-shadow-lg);
}

.service-card .card-img {
    height: 200px;
    overflow: hidden;
}

.img-placeholder {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 3rem;
    color: #fff;
}

.img-placeholder.boutique {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.img-placeholder.resort {
    background: linear-gradient(135deg, #f093fb, #f5576c);
}

.img-placeholder.fnb {
    background: linear-gradient(135deg, #4facfe, #00f2fe);
}

.img-placeholder.executive {
    background: linear-gradient(135deg, #43e97b, #38f9d7);
}

.img-placeholder.consulting {
    background: linear-gradient(135deg, #fa709a, #fee140);
}

.img-placeholder.training {
    background: linear-gradient(135deg, #30cfd0, #330867);
}

.img-placeholder.realestate {
    background: linear-gradient(135deg, #a8edea, #fed6e3);
}

.img-placeholder.equity {
    background: linear-gradient(135deg, #ffecd2, #fcb69f);
}

.img-placeholder.venture {
    background: linear-gradient(135deg, #a1c4fd, #c2e9fb);
}

.service-card .card-content {
    padding: 30px;
}

.service-card h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.service-card p {
    color: var(--color-gray);
    margin-bottom: 20px;
}

.service-card ul {
    list-style: none;
    padding: 0;
}

.service-card li {
    padding: 8px 0;
    color: var(--color-gray);
    padding-left: 20px;
    position: relative;
}

.service-card li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: var(--color-accent);
    font-weight: 700;
}

.feature-box {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    height: 100%;
    transition: var(--transition);
}

.feature-box:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-lg);
}

.feature-box .icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-accent), #5ce0e5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.feature-box h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.feature-box p {
    color: var(--color-gray);
    margin-bottom: 0;
}

.spec-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    height: 100%;
    transition: var(--transition);
    text-align: center;
}

.spec-card:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-lg);
}

.spec-card .icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-accent), #5ce0e5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 20px;
}

.spec-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.spec-card p {
    color: var(--color-gray);
    margin-bottom: 0;
}

.service-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    height: 100%;
}

.service-item .icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-accent), #5ce0e5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.service-item h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.service-item p {
    color: var(--color-gray);
    margin-bottom: 0;
}

.process-step {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    height: 100%;
    text-align: center;
}

.process-step .number {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-primary), var(--color-secondary));
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    font-weight: 700;
    margin: 0 auto 20px;
}

.process-step h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.process-step p {
    color: var(--color-gray);
    margin-bottom: 0;
}

.approach-card,
.philosophy-card,
.benefit-item,
.pillar-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    height: 100%;
    text-align: center;
}

.approach-card .icon,
.philosophy-card .icon,
.benefit-item .icon,
.pillar-card .icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-accent), #5ce0e5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    margin: 0 auto 20px;
}

.approach-card h3,
.philosophy-card h3,
.pillar-card h3 {
    font-size: 1.3rem;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.approach-card p,
.philosophy-card p,
.pillar-card .description {
    color: var(--color-gray);
    margin-bottom: 0;
}

.pillar-card p {
    font-size: 1.1rem;
    color: var(--color-primary);
    font-weight: 600;
    margin-bottom: 10px;
}

.benefit-item {
    text-align: left;
}

.benefit-item .icon {
    margin: 0 0 20px 0;
}

.benefit-item h4 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.benefit-item p {
    color: var(--color-gray);
    margin-bottom: 0;
}

.club-content h2 {
    font-size: 2rem;
    margin-bottom: 20px;
    color: var(--color-primary);
}

.club-content p {
    color: var(--color-gray);
    line-height: 1.8;
    margin-bottom: 15px;
}

.contact-intro h2 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    color: var(--color-primary);
}

.info-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    height: 100%;
}

.info-item .icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-accent), #5ce0e5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin-right: 20px;
    flex-shrink: 0;
}

.info-item h3 {
    font-size: 1.2rem;
    margin-bottom: 15px;
    color: var(--color-primary);
}

.info-item p {
    color: var(--color-gray);
    margin-bottom: 5px;
}

.info-item span {
    color: var(--color-primary);
}

.php-email-form {
    background: #fff;
    padding: 40px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
}

.php-email-form .form-control,
.php-email-form .form-select {
    padding: 12px 15px;
    border: 2px solid #e9ecef;
    border-radius: 5px;
    font-size: 1rem;
    transition: var(--transition);
}

.php-email-form .form-control:focus,
.php-email-form .form-select:focus {
    border-color: var(--color-accent);
    box-shadow: 0 0 0 0.2rem rgba(63, 187, 192, 0.25);
}

.file-upload-wrapper {
    position: relative;
}

.file-upload-wrapper .file-upload-text {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 40px 20px;
    border: 2px dashed #e9ecef;
    border-radius: 5px;
    cursor: pointer;
    transition: var(--transition);
}

.file-upload-wrapper .file-upload-text:hover {
    border-color: var(--color-accent);
    background: rgba(63, 187, 192, 0.05);
}

.file-upload-wrapper .file-upload-text i {
    font-size: 2rem;
    color: var(--color-accent);
    margin-right: 10px;
}

.file-upload-wrapper input[type="file"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    cursor: pointer;
}

.btn-submit {
    background: var(--color-accent);
    color: #fff;
    padding: 15px 40px;
    border: none;
    border-radius: 50px;
    font-weight: 600;
    font-size: 1rem;
    transition: var(--transition);
}

.btn-submit:hover {
    background: #34a8ad;
    color: #fff;
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(63, 187, 192, 0.3);
}

.location-card {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: var(--box-shadow);
    height: 100%;
    text-align: center;
}

.location-card .icon {
    width: 60px;
    height: 60px;
    background: linear-gradient(135deg, var(--color-accent), #5ce0e5);
    color: #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
    margin: 0 auto 20px;
}

.location-card h3 {
    font-size: 1.2rem;
    margin-bottom: 10px;
    color: var(--color-primary);
}

.location-card p {
    color: var(--color-gray);
    margin-bottom: 5px;
}

.location-card span {
    color: var(--color-primary);
    font-weight: 600;
}

.footer {
    background: #f8f9fa;
    padding: 60px 0 20px;
}

.footer .sitename {
    font-family: var(--font-primary);
    font-size: 1.5rem;
    font-weight: 700;
    color: var(--color-primary);
}

.footer p {
    color: var(--color-gray);
    margin-bottom: 20px;
}

.footer .social-links a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    background: #fff;
    border-radius: 50%;
    color: var(--color-primary);
    margin-right: 10px;
    font-size: 1.2rem;
    box-shadow: var(--box-shadow);
    transition: var(--transition);
}

.footer .social-links a:hover {
    background: var(--color-accent);
    color: #fff;
}

.footer-links h4,
.footer-contact h4 {
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 20px;
    color: var(--color-primary);
}

.footer-links ul li {
    padding: 8px 0;
}

.footer-links a {
    color: var(--color-gray);
    transition: var(--transition);
}

.footer-links a:hover {
    color: var(--color-accent);
    padding-left: 5px;
}

.footer-contact p {
    margin-bottom: 10px;
}

.footer-contact span {
    color: var(--color-primary);
    font-weight: 600;
}

.footer .copyright {
    padding-top: 20px;
    border-top: 1px solid #e9ecef;
}

.footer .copyright p {
    color: var(--color-gray);
    margin-bottom: 0;
}

.footer .copyright strong {
    color: var(--color-primary);
}

.scroll-top {
    position: fixed;
    visibility: hidden;
    opacity: 0;
    right: 15px;
    bottom: 15px;
    z-index: 99999;
    background: var(--color-accent);
    width: 44px;
    height: 44px;
    border-radius: 50px;
    transition: var(--transition);
}

.scroll-top i {
    font-size: 24px;
    color: #fff;
    line-height: 0;
}

.scroll-top:hover {
    background: #34a8ad;
    transform: translateY(-5px);
}

.scroll-top.active {
    visibility: visible;
    opacity: 1;
}

.fax-club-page .premium-hero {
    min-height: 70vh;
    background: linear-gradient(135deg, #0f0f1a 0%, #1a1a2e 50%, #16213e 100%);
    position: relative;
}

.fax-club-page .hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="50" cy="50" r="40" fill="none" stroke="%23d4af37" stroke-opacity="0.03" stroke-width="2"/><circle cx="50" cy="50" r="30" fill="none" stroke="%23d4af37" stroke-opacity="0.03" stroke-width="2"/><circle cx="50" cy="50" r="20" fill="none" stroke="%23d4af37" stroke-opacity="0.03" stroke-width="2"/></svg>') repeat;
    background-size: 200px 200px;
    opacity: 0.5;
}

.fax-club-page .hero-bg-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 50% 50%, rgba(212, 175, 55, 0.05) 0%, transparent 50%);
    pointer-events: none;
}

.fax-club-page .premium-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(ellipse at 30% 20%, rgba(212, 175, 55, 0.15) 0%, transparent 50%),
                radial-gradient(ellipse at 70% 80%, rgba(63, 187, 192, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.fax-club-page .premium-hero::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

.fax-club-page .hero-content {
    max-width: 900px;
    margin: 0 auto;
    padding: 60px 40px;
}

.fax-club-page .premium-title {
    font-size: clamp(3rem, 6vw, 5rem);
    margin-bottom: 30px;
    background: linear-gradient(135deg, #ffffff 0%, var(--color-gold-light) 50%, #ffffff 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
    letter-spacing: 2px;
}

.fax-club-page .subtitle {
    font-size: 1.3rem;
    color: rgba(255, 255, 255, 0.9);
    max-width: 700px;
    margin: 0 auto 30px;
}





.fax-club-page .gold-badge {
    padding: 12px 40px;
    background: linear-gradient(135deg, var(--color-gold) 0%, var(--color-gold-light) 100%);
    border-radius: 50px;
    box-shadow: 0 8px 30px rgba(212, 175, 55, 0.4), inset 0 2px 4px rgba(255, 255, 255, 0.2);
    position: relative;
    overflow: hidden;
}

.fax-club-page .gold-badge::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.3), transparent 70%);
    animation: shimmer 3s infinite;
}

@keyframes shimmer {
    0%, 100% { transform: translate(0, 0); }
    50% { transform: translate(20%, 20%); }
}

.fax-club-page .premium-heading {
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 25px;
    color: var(--color-primary);
    text-transform: uppercase;
    letter-spacing: 1px;
}

.fax-club-page .premium-cta {
    background: linear-gradient(135deg, #0a0e1a 0%, #16213e 50%, #0e2442 100%);
    position: relative;
    padding: 100px 0;
}

.fax-club-page .premium-cta::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(ellipse at 20% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 50%),
                        radial-gradient(ellipse at 80% 50%, rgba(212, 175, 55, 0.08) 0%, transparent 50%);
    background-size: 100% 100%;
    pointer-events: none;
}

.fax-club-page .premium-cta::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><rect fill="%23d4af37" fill-opacity="0.02" width="100" height="100"/></svg>') repeat;
    pointer-events: none;
}

.fax-club-page .premium-cta-title {
    color: var(--color-gold-light);
    margin-bottom: 25px;
    font-size: 2rem;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
}

.club-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 10000;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.club-modal.active {
    opacity: 1;
}

.club-modal .modal-close {
    position: absolute;
    top: -25px;
    right: -25px;
    width: 40px;
    height: 40px;
    background: rgba(0, 0, 0, 0.5);
    border: 2px solid rgba(212, 175, 55, 0.3);
    border-radius: 50%;
    font-size: 2rem;
    color: #fff;
    cursor: pointer;
    transition: var(--transition);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.club-modal .modal-close:hover {
    background: rgba(212, 175, 55, 0.8);
    border-color: var(--color-gold);
    transform: scale(1.1);
}

.club-modal .modal-close:hover {
    color: var(--color-accent);
    transform: rotate(90deg);
}

.club-modal .modal-title {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 30px;
    text-align: center;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.club-modal .modal-container {
    background: #fff;
    padding: 40px;
    border-radius: 15px;
    max-width: 500px;
    width: 100%;
    box-shadow: var(--box-shadow-premium);
    animation: slideUp 0.3s ease-out;
    position: relative;
    border: 2px solid rgba(212, 175, 55, 0.2);
}

.club-modal .modal-container::before {
    content: '';
    position: absolute;
    top: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light));
    border-radius: 50%;
    box-shadow: 0 4px 15px rgba(212, 175, 55, 0.3);
}

.club-modal .modal-container::after {
    content: '';
    position: absolute;
    top: -5px;
    left: 50%;
    transform: translateX(-50%);
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, transparent, var(--color-gold), transparent);
}

.club-modal form {
    background: transparent;
    padding: 0;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    box-shadow: none;
}

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

.club-modal .form-group {
    margin-bottom: 20px;
}

.club-modal .form-label {
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
    color: var(--color-primary);
    font-size: 0.9rem;
    letter-spacing: 0.5px;
}

.club-modal .form-input {
    width: 100%;
    padding: 15px 18px;
    border: 2px solid rgba(212, 175, 55, 0.2);
    border-radius: 8px;
    font-size: 1rem;
    font-family: var(--font-secondary);
    transition: var(--transition);
    background: rgba(255, 255, 255, 0.8);
}

.club-modal .form-input:focus {
    outline: none;
    border-color: var(--color-gold);
    box-shadow: 0 0 0 0.3rem rgba(212, 175, 55, 0.3);
    background: #fff;
}

.club-modal .submit-btn {
    width: 100%;
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light));
    color: var(--color-primary);
    padding: 16px 35px;
    border: none;
    border-radius: 50px;
    font-weight: 700;
    font-size: 1.05rem;
    cursor: pointer;
    transition: var(--transition);
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 6px 20px rgba(212, 175, 55, 0.3);
    margin-top: 10px;
}

.club-modal .submit-btn:hover {
    background: linear-gradient(135deg, var(--color-gold-light), #f4d03f);
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(212, 175, 55, 0.5);
}

.club-modal .submit-btn:disabled {
    background: #ccc;
    cursor: not-allowed;
    transform: none;
    box-shadow: none;
}

.club-modal .success-message {
    display: none;
    background: linear-gradient(135deg, #43e97b, #28a745);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    text-align: center;
    margin-top: 20px;
    animation: fadeIn 0.5s ease-out;
    box-shadow: 0 4px 15px rgba(67, 233, 123, 0.2);
}

.club-modal .success-message p {
    color: #fff;
    margin: 0;
    font-weight: 500;
}

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

.premium-hero {
    min-height: 60vh;
    background: linear-gradient(135deg, #1a1a2e, #16213e);
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.premium-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 20% 50%, rgba(212, 175, 55, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 20%, rgba(63, 187, 192, 0.1) 0%, transparent 50%);
    pointer-events: none;
}

.hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="%23d4af37" fill-opacity="0.03" d="M0,96L48,112C96,128,192,160,288,160C384,160,480,128,576,122.7C672,117,768,139,864,154.7C960,171,1056,181,1152,165.3C1248,149,1344,107,1392,85.3L1440,64L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>') no-repeat center bottom;
    background-size: cover;
    opacity: 0.5;
}

.hero-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(rgba(212, 175, 55, 0.03) 1px, transparent 1px);
    background-size: 20px 20px;
    pointer-events: none;
}

.hero-content {
    position: relative;
    z-index: 2;
    text-align: center;
    padding: 40px 20px;
}

.premium-title {
    font-size: clamp(2.5rem, 5vw, 4rem);
    font-weight: 700;
    margin-bottom: 25px;
    background: linear-gradient(135deg, #fff, var(--color-gold-light));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.club-intro .gold-badge {
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px 30px;
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light));
    border-radius: 30px;
    box-shadow: var(--box-shadow-premium);
}

.badge-text {
    color: var(--color-primary);
    font-weight: 700;
    font-size: 0.85rem;
    letter-spacing: 2px;
}

.premium-heading {
    font-size: 2.2rem;
    margin-bottom: 25px;
    color: var(--color-primary);
}

.premium-cta {
    background: linear-gradient(135deg, #1a1a2e, #0e2442);
    position: relative;
    overflow: hidden;
}

.cta-pattern {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: radial-gradient(circle at 50% 50%, rgba(212, 175, 55, 0.05) 2px, transparent 2px);
    background-size: 30px 30px;
    pointer-events: none;
}

.premium-cta-title {
    color: var(--color-gold-light);
    margin-bottom: 20px;
}

.premium-btn {
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light));
    color: var(--color-primary);
    font-size: 1.1rem;
    padding: 18px 50px;
    border: none;
    box-shadow: var(--box-shadow-premium);
    transition: var(--transition);
}

.premium-btn:hover {
    background: linear-gradient(135deg, var(--color-gold-light), #f4d03f);
    transform: translateY(-5px);
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.4);
    color: var(--color-primary);
}

.pillar-card {
    border: 2px solid rgba(212, 175, 55, 0.1);
    box-shadow: var(--box-shadow-premium);
}

.pillar-card:hover {
    transform: translateY(-10px);
    box-shadow: 0 20px 60px rgba(212, 175, 55, 0.25);
    border-color: var(--color-gold);
}

.pillar-card h3 {
    color: var(--color-primary);
}

.pillar-card p {
    color: var(--color-gold);
    font-weight: 600;
}

.benefit-item {
    border: 1px solid rgba(212, 175, 55, 0.1);
    box-shadow: var(--box-shadow);
}

.benefit-item:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-premium);
    border-color: rgba(212, 175, 55, 0.3);
}

.benefit-item .icon {
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light));
}

.benefit-item h4 {
    color: var(--color-primary);
}

.process-step {
    border: 2px solid rgba(212, 175, 55, 0.1);
    box-shadow: var(--box-shadow);
}

.process-step:hover {
    transform: translateY(-5px);
    box-shadow: var(--box-shadow-premium);
    border-color: var(--color-gold);
}

.process-step .number {
    background: linear-gradient(135deg, var(--color-gold), var(--color-gold-light));
    color: var(--color-primary);
}

.process-step h3 {
    color: var(--color-primary);
}

#preloader {
    position: fixed;
    inset: 0;
    z-index: 9999;
    overflow: hidden;
    background: #fff;
    transition: all 0.5s ease-out;
}

#preloader:before {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 99999;
    border: 4px solid var(--color-accent);
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

@media (max-width: 991px) {
    .mobile-nav-toggle {
        display: block;
    }
    
    .navmenu {
        position: fixed;
        top: 0;
        right: -100%;
        width: 100%;
        max-width: 400px;
        height: 100vh;
        transition: 0.5s;
        padding: 20px;
        background: #fff;
        box-shadow: var(--box-shadow-lg);
    }
    
    .navmenu.active {
        right: 0;
    }
    
    .main {
        padding-top: 70px;
    }
}

@media (max-width: 768px) {
    .page-title {
        padding: 60px 0;
    }
    
    .section {
        padding: 60px 0;
    }
    
    .section-title h2 {
        font-size: 2rem;
    }
    
    .hero h1 {
        font-size: 2.5rem;
    }
    
    .hero p {
        font-size: 1rem;
    }
    
    .btn-get-started,
    .btn-watch-video {
        padding: 10px 25px;
        font-size: 0.9rem;
        margin-right: 10px;
    }
}

@media (max-width: 480px) {
    .page-title h1 {
        font-size: 1.8rem;
    }
    
    .section-title h2 {
        font-size: 1.8rem;
    }
    
    .hero h1 {
        font-size: 2rem;
    }
}
