@import 'variables.css';

/* ===================================
   HERO SECTION STYLES
   =================================== */

.hero-section {
    position: relative;
    background-size: cover;
    background-position: center;
    /* background-repeat: no-repeat; */
    min-height: 220vh;
    /* padding: 80px 0 150px;
    overflow: hidden; */
}

.hero-section::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background: linear-gradient(180deg, rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.4) 30%, rgba(255,255,255,0) 100%); */
    /* z-index: 1; */
}

.hero-section .container {
    position: absolute;
    top: 22.5%;
    left: 50%;
    transform: translate(-50%, -50%); 
}

.hero-content-left {
    display: flex;
    flex-direction: column;
    gap: 10rem;
    /* padding-bottom: 75px; */
}

.hero-tagline {
    font-family: var(--font-main);
    font-size: 24px;
    line-height: 1.6;
    color: var(--color-grey);
    max-width: 350px;
    font-weight: 700;
}

.hero-arrow {
    color: #1a1a1a;
    transform: rotate(90deg) translateY(12px);
    width: 95px;
    height: 95px;
    font-weight: 700;
    margin-bottom: 20px;
}

.hero-btn {
    background-color: #D4AF37;
    color: #ffffff;
    border: none;
    padding: 18px 30px;
    font-weight: 600;
    border-radius: 4px;
    text-transform: uppercase;
    font-size: 0.875rem;
    width: fit-content;
    transition: all 0.3s ease;
}

.hero-btn:hover {
color: var(--color-dark);
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

.hero-heading {
    font-family: var(--font-heading);
    font-size: 8rem;
    font-weight: 500;
    line-height: 1.1;
    color: var(--color-black);
    text-transform: capitalize;
    letter-spacing: -0.02em;
}

@media (max-width: 1200px){
    .hero-tagline {
        font-size: 20px;
    }
    .hero-heading {
        font-size: 4rem;
    }
    .hero-content-left {
        gap: 0.5rem;
    }
}

@media (max-width: 992px) {
    .hero-heading {
        font-size: 3.5rem;
        text-align: left !important;
        margin-top: 3rem;
    }
    .hero-tagline {
        font-size: 15px;
    }
    .page-title {
        font-size: 30px;
    }
    p.experience-description,
    p.experience-description.minerals {
        font-size: 16px;
    }
    .minerals-images-column.position-relative {
    display: none;
    }
    .hero-heading {
        font-size: 2.8rem;
        margin-top: 0;
    }
    .hero-section .container {
        top: 50%;
    }
    
    .hero-section {
        min-height: 120vh;
        padding: 60px 0 100px;
    }
    
    .hero-content-left {
        padding-bottom: 30px;
    }
    section.minerals-section .col-md-6 {
        width: 100% !important;
    }
    .lead.mb-0 {
        font-size: 18px !important;
    }
    .years-description {
        font-size: 18px !important;
    }
    span.years-number,
    .years-number {
        font-size: 4rem !important;
    }
    span.years-label.d-block,
    .years-text {
        font-size: 1rem !important;
    }
    .operations-description {
        font-size: 18px !important;
    }
    .operations-top-heading h3 {
        font-size: 30px !important;
    }
    .newsletter-description {
      font-size: 25px !important;
    }
    .newsletter-heading {
        font-size: 20px !important;
    }
    .mine-name {
        font-size: 30px !important;
    }
    .mine-category {
        font-size: 18px !important;
    }
}


@media (max-width: 767.98px) {
    .hero-heading {
        font-size: 2.5rem;
    }
    
    .hero-tagline {
        font-size: 1rem;
    }
    
    .hero-section {
        min-height: 100vh;
    }
    
    .hero-arrow {
        width: 70px;
        height: 70px;
    }
}



@media (max-width: 575px){
    .hero-heading {
        font-size: 4rem !important;
    }
    .minerals-content {
        margin-left: 0;
    }
    h4.minerals-title.text-white.mb-0 {
        font-size: 1.3rem !important;
    }
    article.news-card.h-100 {
        margin-bottom: 50px;
    }
    .news-title {
        height: 10%;
    }
    .newsletter-description {
        margin: 0 !important;
    }

.hero-section .container {
	top: 40%;
}

.hero-arrow {
	margin-left: 20px;
}

}





/* EXPERIENCE HOMEPAGE SECTION */
.years-showcase-section {
    background-color: #f5f5f5;
    min-height: 400px;
    width: 100%;
    display: block;
}

.years-showcase-section .container {
    min-height: 300px;
}

.years-showcase-section .row {
    padding-top: 80px;
    min-height: 250px;
}

.years-showcase-section .experience-heading {
    color: var(--color-gold);
    /* font-size: 1.5rem; */
    font-weight: 400;
    margin-bottom: 0;
}

.years-display {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.years-number {
    font-family: var(--font-heading);
    font-size: 10rem;
    font-weight: 500;
    line-height: 1;
    color: var(--color-grey);
    margin-bottom: 0.5rem;
    display: block;
}

.years-text {  
    font-size: 3rem;
    font-weight: 500;
    letter-spacing: 0.5em;
    display: block;
}

.years-description {
    font-size: 1.5rem;
    line-height: 1.4;
    color: #333;
    font-weight: 400;
    display: block;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .experience-heading {
        text-align: center;
        margin-bottom: 2rem;
    }
    
    .years-display {
        margin-bottom: 2rem;
    }
    
    .years-number {
        font-size: 4rem;
    }
    
    .years-description {
        font-size: 1.25rem;
        text-align: center;
    }
}

/* ========================================
   Operations Section Styles
   ======================================== */

.operations-section {
    padding: 80px 0;
    background-color: #f8f8f8;
}


/* Top Heading */
.operations-top-heading {
    margin-bottom: 40px;
    padding-top: 60px;
}

.operations-top-heading h3 {
    font-size: 44px;
    font-weight: 500;
    letter-spacing: 1px;
    color: var(--color-gold);
    margin: 0;
}

/* Header Row */
.operations-header-row {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    margin-bottom: 30px;
    align-items: start;
}

.operations-main-heading {
    font-size: 6rem;
    font-weight: 500;
    line-height: 1.2;
    margin: 0;
}

.operations-description {
    font-size: 44px;
    line-height: 1.6;
    margin: 0;
}

/* View All Link */
.operations-view-all {
    margin-bottom: 50px;
    text-align: right;
}

.view-all-link {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    text-decoration: none;
    transition: all 0.3s ease;
    border-bottom: 1px solid ;
}

.view-all-link:hover {
    color: #d4a055;
}

.view-all-link .arrow-icon {
    transition: transform 0.3s ease;
}

.view-all-link:hover .arrow-icon {
    transform: translateX(4px);
}

.news-viewall {
	margin-bottom: 30px;
}

/* Mines Carousel */
.mines-carousel-wrapper {
    position: relative;
    margin-top: 40px;
    /* Extend to the right edge only */
    margin-right: -132px;
    padding-right: 20px;
}

.mines-carousel {
    overflow: hidden;
    position: relative;
    padding-bottom: 80px; 
}

.mines-track {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    gap: 30px;
}

.mine-slide {
    min-width: calc(70% - 15px); 
    flex-shrink: 0;
}

.mine-card {
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    /* background: #fff;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1); */
}

.mine-image {
    width: 100%;
    height: 500px;
    overflow: hidden;
    position: relative;
    border-radius: 8px;
}

.mine-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    border-radius: 8px;
}

.mine-placeholder img {
    opacity: 0.5;
}

.mine-info {
    position: relative;
    padding: 20px;
    background: transparent;
}

.mine-category {
    display: inline-block;
    font-size: 24px;
    font-weight: 500;
    color: #000000 !important;
    margin-bottom: 8px;
    opacity: 0.7;
}

.mine-name {
    font-size: 44px;
    font-weight: 500;
    color: var(--color-black);
    margin: 0;
}

/* Carousel Navigation */
.carousel-navigation {
    display: flex;
    gap: 12px;
    justify-content: flex-end;
    position: relative;
}

.carousel-btn {
    width: 56px;
    height: 56px;
    border-radius: 50%;
    border: 1px solid #1a1a1a;
    background: #fff;
    color: #1a1a1a;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.carousel-btn:hover:not(:disabled) {
    background: #1a1a1a;
    color: #fff;
    transform: scale(1.05);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}

.carousel-btn:disabled {
    opacity: 0.3;
    cursor: not-allowed;
    box-shadow: none;
}

.carousel-btn svg {
    width: 20px;
    height: 20px;
}

/* No Mines Message */
.no-mines-message {
    text-align: center;
    padding: 60px 20px;
    color: #666;
}

.no-mines-message p {
    font-size: 18px;
    margin: 0;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .operations-main-heading {
        font-size: 40px;
    }
    
    .mine-image {
        height: 400px;
    }
    
    .mine-slide {
        min-width: calc(65% - 15px);
    }
    
    .mines-carousel-wrapper {
        margin-right: -20px;
        padding-right: 20px;
    }
}

@media (max-width: 768px) {
    .operations-section {
        padding: 60px 0;
    }
    
    .operations-section .container {
        padding: 0 15px;
    }
    
    .operations-header-row {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .operations-main-heading {
        font-size: 32px;
    }
    
    .operations-description {
        font-size: 16px;
    }
    
    .operations-view-all {
        text-align: left;
        margin-bottom: 30px;
    }
    
    .mine-image {
        height: 350px;
    }
    
    .mine-name {
        font-size: 20px;
    }
    
    .mine-slide {
        min-width: calc(75% - 15px);
    }
    
    .mines-carousel-wrapper {
        margin-right: -15px;
        padding-right: 15px;
    }
    
    .carousel-navigation {
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .operations-section .container {
        padding: 0 15px;
    }
    
    .operations-main-heading {
        font-size: 28px;
    }
    
    .mine-image {
        height: 300px;
    }
    
    .mine-info {
        padding: 20px 0;
    }
    
    .mine-name {
        font-size: 18px;
    }
    
    .mine-slide {
        min-width: calc(90% - 15px);
    }
    
    .mines-carousel-wrapper {
        margin-right: -15px;
        padding-right: 15px;
    }
    
    .carousel-btn {
        width: 48px;
        height: 48px;
    }
    
    .carousel-btn svg {
        width: 18px;
        height: 18px;
    }
}


/* ==============================================
   MINES OPERATIONS - GLOBAL STYLES
   ============================================== */

:root {
    --color-gold-dark: #B8941F;
    --color-gray: #666;
    --color-light-gray: #f5f5f5;
    --transition-speed: 0.3s;
}

/* ==============================================
   VIEW ALL MINES PAGE STYLES
   ============================================== */

.view-all-mines-page {
    /* padding: 60px 0 80px; */
    background: #fff;
}

/* .mines-page-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
} */

.mines-page-header {
    text-align: center;
    margin-bottom: 50px;
}

.page-intro {
    max-width: 800px;
    margin: 0 auto;
    color: var(--color-gray);
    font-size: 18px;
    line-height: 1.7;
}

/* Category Filter */
.mines-filter {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 50px;
}

.filter-btn {
    padding: 12px 30px;
    border: 2px solid var(--color-gold);
    background: transparent;
    color: var(--color-black);
    font-size: 16px;
    font-weight: 600;
    border-radius: 50px;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
}

.filter-btn:hover,
.filter-btn.active {
    background: var(--color-gold);
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

@media(max-width:1300px) {
    .filter-btn {
    font-size: 12px;

}
}

/* Mines Grid */
.mines-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
    gap: 30px;
    margin-bottom: 40px;
}

.mine-item {
    transition: opacity var(--transition-speed) ease, transform var(--transition-speed) ease;
}

.mine-item.hidden {
    display: none;
}

.mine-item-card {
    position: relative;
    display: block;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    transition: transform var(--transition-speed) ease, box-shadow var(--transition-speed) ease;
    text-decoration: none;
    color: inherit;
}

.mine-item-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.mine-item-image {
    position: relative;
    height: 250px;
    overflow: hidden;
}

.mine-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform var(--transition-speed) ease;
}

.mine-item-card:hover .mine-item-image img {
    transform: scale(1.05);
}

.mine-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity var(--transition-speed) ease;
}

.mine-item-card:hover .mine-item-overlay {
    opacity: 1;
}

.view-details-btn {
    background: var(--color-gold);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    transform: translateY(10px);
    transition: all var(--transition-speed) ease;
    pointer-events: none;
}

.mine-item-card:hover .view-details-btn {
    transform: translateY(0);
    background: var(--color-gold-dark);
}

.mine-item-content {
    padding: 24px;
}

.mine-item-category {
    display: inline-block;
    padding: 6px 16px;
    background: var(--color-gold);
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 20px;
    margin-bottom: 12px;
}

.mine-item-title {
    font-size: 22px;
    font-weight: 700;
    color: var(--color-black);
    margin: 0;
    line-height: 1.3;
}

.no-mines-found {
    text-align: center;
    padding: 60px 20px;
    color: var(--color-gray);
    font-size: 18px;
}

/* ==============================================
   ALL MINES OPERATIONS PAGE STYLES
   ============================================== */

.all-mines-operations-page {
    padding: 60px 0 80px;
    background: var(--color-light-gray);
    min-height: 70vh;
}

/* Sidebar Styles */
.mines-operations-sidebar {
    position: sticky;
    top: 100px;
    background: #fff;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    max-height: calc(100vh - 140px);
    overflow-y: auto;
}

.sidebar-title {
    font-size: 24px;
    font-weight: 700;
    color: var(--color-black);
    margin: 0 0 24px 0;
    padding-bottom: 16px;
    border-bottom: 2px solid var(--color-gold);
}

.category-group {
    margin-bottom: 20px;
}

.category-toggle {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 14px 18px;
    background: var(--color-gold);
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all var(--transition-speed) ease;
}

.category-toggle:hover {
    background: var(--color-gold-dark);
}

.category-toggle[aria-expanded="true"] .toggle-icon {
    transform: rotate(180deg);
}

.toggle-icon {
    transition: transform var(--transition-speed) ease;
}

.mines-list {
    list-style: none;
    padding: 12px 0 0 0;
    margin: 0;
}

.mines-list li {
    margin-bottom: 4px;
}

.mine-nav-link {
    display: block;
    padding: 12px 18px;
    color: var(--color-black);
    text-decoration: none;
    border-radius: 6px;
    font-size: 15px;
    font-weight: 500;
    transition: all var(--transition-speed) ease;
    border-left: 3px solid transparent;
}

.mine-nav-link:hover {
    background: var(--color-light-gray);
    color: var(--color-gold-dark);
    padding-left: 22px;
}

.mine-nav-link.active {
    background: rgba(212, 175, 55, 0.1);
    color: var(--color-gold-dark);
    border-left-color: var(--color-gold);
    font-weight: 600;
}

/* Mine Content Area */
.mine-details-container {
    background: #fff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    min-height: 500px;
}

.mine-content-wrapper {
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.3s ease, transform 0.3s ease;
}

/* .mine-content-header {
    margin-bottom: 30px;
} */

.mine-category-badge {
    display: inline-block;
    padding: 8px 20px;
    background: var(--color-gold);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-radius: 20px;
    margin-bottom: 16px;
}

.mine-content-title {
    font-size: 36px;
    font-weight: 700;
    color: var(--color-black);
    margin: 0;
    line-height: 1.2;
}

.mine-content-image {
    margin-bottom: 30px;
    border-radius: 12px;
    overflow: hidden;
}

.mine-content-image img {
    width: 100%;
    height: auto;
    display: none;
}

.mine-content-details {
    color: var(--color-gray);
    font-size: 16px;
    line-height: 1.8;
}

.mine-description,
.mine-additional-info {
    margin-bottom: 24px;
}

.mine-description h3,
.mine-additional-info h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-black);
    margin: 30px 0 16px 0;
}

.mine-description p,
.mine-additional-info p {
    margin-bottom: 1rem !important;
}

.mine-description ul,
.mine-additional-info ul {
    padding-left: 24px;
    margin-bottom: 16px;
}

.mine-description li,
.mine-additional-info li {
    margin-bottom: 8px;
}

/* Placeholder State */
.mine-content-placeholder {
    text-align: center;
    padding: 80px 20px;
    color: var(--color-gray);
}

.mine-content-placeholder svg {
    margin-bottom: 24px;
    color: var(--color-gold);
}

.mine-content-placeholder h3 {
    font-size: 24px;
    font-weight: 600;
    color: var(--color-black);
    margin: 0 0 12px 0;
}

.mine-content-placeholder p {
    font-size: 16px;
    margin: 0;
    max-width: 400px;
    margin: 0 auto;
}

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

@media (max-width: 991px) {
    .mines-operations-sidebar {
        position: relative;
        top: 0;
        margin-bottom: 30px;
        max-height: none;
    }
    
    .mine-details-container {
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .view-all-mines-page,
    .all-mines-operations-page {
        padding: 40px 0 60px;
    }
    
    .mines-grid {
        grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
        gap: 24px;
    }
    
    .mine-item-title {
        font-size: 20px;
    }
    
    .filter-btn {
        padding: 10px 24px;
        font-size: 14px;
    }
    
    .mines-operations-sidebar {
        padding: 24px;
    }
    
    .sidebar-title {
        font-size: 20px;
    }
    
    .mine-details-container {
        padding: 24px;
    }
    
    .mine-content-title {
        font-size: 28px;
    }
}

@media (max-width: 576px) {
    .mines-grid {
        grid-template-columns: 1fr;
    }
    
    .mine-item-image {
        height: 220px;
    }
    
    .mine-content-title {
        font-size: 24px;
    }
    
    .mine-details-container {
        padding: 20px;
    }
}

/* ==============================================
   ACCESSIBILITY & FOCUS STATES
   ============================================== */

.filter-btn:focus,
.mine-item-card:focus,
.mine-nav-link:focus,
.category-toggle:focus {
    outline: 3px solid var(--color-gold);
    outline-offset: 2px;
}

/* Smooth Scrolling */
html {
    scroll-behavior: smooth;
}

/* Custom Scrollbar for Sidebar */
.mines-operations-sidebar::-webkit-scrollbar {
    width: 6px;
}

.mines-operations-sidebar::-webkit-scrollbar-track {
    background: var(--color-light-gray);
    border-radius: 10px;
}

.mines-operations-sidebar::-webkit-scrollbar-thumb {
    background: var(--color-gold);
    border-radius: 10px;
}

.mines-operations-sidebar::-webkit-scrollbar-thumb:hover {
    background: var(--color-gold-dark);
}


/* ============================================
   NEWSLETTER & FOOTER STYLES
   ============================================ */

/* Newsletter Section */
.newsletter-footer-wrapper {
    width: 100%;
    background: #ffffff;
}

.newsletter-section {
    background: #ffffff;
    padding: 60px 20px;
}

.newsletter-container {
    max-width: 1200px;
    margin: 0 auto;
}

.newsletter-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
}

.newsletter-text {
    flex: 0 0 auto;
}

.newsletter-title {
    font-size: 42px;
    font-weight: 700;
    color: #D4A24C;
    margin: 0;
    line-height: 1.2;
}

.newsletter-form-wrapper {
    flex: 1;
    max-width: 600px;
}

.newsletter-description {
    margin-bottom: 20px;
}

.newsletter-description p {
    font-size: 18px;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.6;
}

/* MailChimp Form Styling */
.mailchimp-form {
    width: 100%;
}

.mailchimp-form form,
.newsletter-form-placeholder {
    display: flex;
    align-items: center;
    gap: 20px;
}

.mailchimp-form input[type="email"],
.newsletter-form-placeholder input[type="email"] {
    flex: 1;
    padding: 15px 20px;
    border: none;
    border-bottom: 2px solid #cccccc;
    background: transparent;
    font-size: 16px;
    color: #1a1a1a;
    outline: none;
    transition: border-color 0.3s ease;
}

.mailchimp-form input[type="email"]:focus,
.newsletter-form-placeholder input[type="email"]:focus {
    border-bottom-color: #D4A24C;
}

.mailchimp-form input[type="email"]::placeholder,
.newsletter-form-placeholder input[type="email"]::placeholder {
    color: #999999;
}

.mailchimp-form button[type="submit"],
.newsletter-form-placeholder button[type="submit"] {
    padding: 15px 40px;
    background: transparent;
    color: #1a1a1a;
    border: none;
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.mailchimp-form button[type="submit"]:hover,
.newsletter-form-placeholder button[type="submit"]:hover {
    color: #D4A24C;
    transform: translateX(5px);
}

/* Footer Navigation Sections */
.footer-nav-sections {
    background: linear-gradient(to right, #5a5a5a 0%, #5a5a5a 40%, #D4A24C 40%, #D4A24C 100%);
    padding: 0;
}

.footer-nav-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 0;
}

.footer-nav-item {
    padding: 30px 25px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
    position: relative;
}

.footer-nav-item h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    color: #1a1a1a;
}

/* Grey sections (About Us, Sustainability) */
.footer-nav-item.footer-about,
.footer-nav-item.footer-sustainability {
    background: #5a5a5a;
}

.footer-nav-item.footer-about h4,
.footer-nav-item.footer-sustainability h4 {
    color: #ffffff;
}

/* Gold sections (Careers, Contact Us, News) */
.footer-nav-item.footer-careers,
.footer-nav-item.footer-contact,
.footer-nav-item.footer-news {
    background: #D4A24C;
}

.footer-nav-item.footer-careers h4,
.footer-nav-item.footer-contact h4,
.footer-nav-item.footer-news h4 {
    color: #1a1a1a;
}

/* Hover effects */
.footer-nav-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

/* Submenu styling (if needed) */
.footer-submenu {
    list-style: none;
    padding: 0;
    margin: 15px 0 0 0;
    display: none;
}

.footer-nav-item:hover .footer-submenu {
    display: block;
}

.footer-submenu li {
    margin: 8px 0;
}

.footer-submenu a {
    color: inherit;
    text-decoration: none;
    font-size: 14px;
    transition: opacity 0.3s ease;
}

.footer-submenu a:hover {
    opacity: 0.7;
}

/* Main Footer */
.main-footer {
    background: #1a1a1a;
    color: #ffffff;
    padding: 60px 20px 30px;
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
}

/* Footer Top */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 60px;
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #333333;
}

/* Footer Company Info */
.footer-company {
    flex: 0 0 auto;
}

.footer-logo img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
}

.footer-logo h3 {
    font-size: 24px;
    font-weight: 700;
    margin: 0 0 10px 0;
    color: #ffffff;
}

.footer-tagline {
    font-size: 12px;
    letter-spacing: 2px;
    color: #999999;
    margin: 0;
    text-transform: uppercase;
}

/* Footer Contact Info */
.footer-contact-info {
    display: flex;
    gap: 80px;
    flex: 1;
}

.contact-address {
    flex: 1;
}

.contact-address .company-name {
    font-weight: 400;
    font-size: 14px;
    margin-bottom: 10px;
    color: #ffffff;
}

.contact-address p {
    font-size: 14px;
    color: #cccccc;
    margin: 5px 0;
    line-height: 1.6;
}

.contact-details {
    flex: 0 0 auto;
    text-align: right;
}

.contact-details p {
    margin: 8px 0;
}

.contact-details a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.contact-details a:hover {
    color: #D4A24C;
}

/* Social Media */
.footer-social {
    display: flex;
    /* gap: 15px;
    margin-bottom: 40px; */
}

.social-link {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #333333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-link:hover {
    background: #D4A24C;
    transform: translateY(-3px);
}

.social-link svg {
    width: 18px;
    height: 18px;
}

/* Footer Bottom */
.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 30px;
    border-top: 1px solid #333333;
}

.footer-copyright p {
    margin: 0;
    font-size: 14px;
    color: #999999;
}

.footer-links {
    display: flex;
    align-items: center;
    gap: 20px;
}

.footer-links a {
    color: #cccccc;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-links a:hover {
    color: #D4A24C;
}

.footer-links .separator {
    color: #666666;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1024px) {
    .newsletter-content {
        flex-direction: column;
        text-align: center;
    }
    
    .newsletter-form-wrapper {
        max-width: 100%;
    }
    
    .footer-nav-container {
        grid-template-columns: repeat(3, 1fr);
    }
    
    .footer-top {
        flex-direction: column;
        gap: 40px;
    }
    
    .footer-contact-info {
        flex-direction: column;
        gap: 30px;
        width: 100%;
    }
    
    .contact-details {
        text-align: left;
    }
}

@media (max-width: 768px) {
    .newsletter-title {
        font-size: 32px;
    }
    
    .newsletter-description p {
        font-size: 16px;
    }
    
    .mailchimp-form form,
    .newsletter-form-placeholder {
        flex-direction: column;
        gap: 15px;
    }
    
    .footer-nav-container {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-bottom {
        flex-direction: column;
        gap: 20px;
        text-align: center;
    }
    
    .footer-links {
        flex-wrap: wrap;
        justify-content: center;
    }
}

@media (max-width: 480px) {
    .newsletter-section {
        padding: 40px 15px;
    }
    
    .newsletter-title {
        font-size: 28px;
    }
    
    .footer-nav-container {
        grid-template-columns: 1fr;
    }
    
    .main-footer {
        padding: 40px 15px 20px;
    }
    
    .footer-social {
        justify-content: center;
    }
} 

/* Footer Styles */

/* Newsletter Section */
.footer-newsletter {
    padding: 60px 0;
    background-color: var(--card-white);
}

.newsletter-heading {
    color: var(--color-gold);
    font-size: 28px;
    font-weight: 600;
    margin: 0;
    line-height: 1.4;
}

.newsletter-description {
    color: var(--card-grey);
    font-size: 44px;
    font-weight: 500;
    margin: 0 70px 0;
}

.newsletter-form {
    display: flex;
    gap: 0;
    align-items: center;
}

.newsletter-form form {
    display: flex;
    width: 100%;
    gap: 0;
}

.newsletter-form input[type="email"] {
    flex: 1;
    padding: 12px 20px;
    border: 1px solid var(--color-grey);
    border-right: none;
    border-left: none;
    border-top: none;
    font-size: 16px;
    outline: none;
    background: transparent;
}

.newsletter-form input[type="email"]:focus {
    border-color: var(--color-gold);
}

.newsletter-form input[type="submit"],
.newsletter-form button[type="submit"] {
    padding: 12px 40px;
    background-color: transparent;
    color: var(--color-black);
    border: 1px solid var(--color-grey);
    border-left: none;
    border-right: none;
    border-top: none;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.newsletter-form input[type="submit"]:hover,
.newsletter-form button[type="submit"]:hover {
    background-color: var(--color-gold);
    color: #fff;
    border-color: var(--color-gold);
}

/* Menu Section */
.footer-menus {
    padding: 0;
}

.menu-headers {
    margin: 0;
}

.menu-headers .col-md-6 {
    padding: 20px 30px;
    text-align: center;
}

.menu-header-grey {
    background: var(--gradient-grey);
}

.menu-header-gold {
    background: var(--gradient-gold);
}

.menu-header-gold h4,
.menu-header-gold h4 a {
    color: #000;
}

.menu-header-gold h4 a:hover {
    opacity: 0.7;
}

.menu-headers h4 {
    color: #fff;
    font-size: 18px;
    margin: 0;
}

.menu-headers h4 a {
    color: inherit;
    text-decoration: none;
    transition: opacity 0.3s ease;
}

.menu-header-gold h4,
.menu-header-gold h4 a {
    color: #000;
}

.menu-items {
    margin: 0;
}

.menu-items .col-md-3 {
    padding: 20px 30px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.menu-column-grey {
    background: var(--gradient-black);
}

.menu-column-gold {
    background: var(--gradient-gold);
}

.menu-column-gold .footer-menu-list a {
    color: #000;
}

.footer-menu-list a {
    display: inline-block; /* REQUIRED for transform */
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.footer-menu-list a:hover {
    opacity: 0.5;
    transform: scale(1.05); /* subtle zoom */
}
.menu-headers h4 a:hover{
    opacity: 0.5;
    transform: scale(1.05); /* subtle zoom */
}

.menu-column-gold p {
    color: #000;
}

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

.footer-menu-list li {
    margin-bottom: 12px;
}

.footer-menu-list li:last-child {
    margin-bottom: 0;
}

.footer-menu-list a {
    color: #fff;
    text-decoration: none;
    font-size: 18px;
    font-weight: 400;
    transition: opacity 0.3s ease;
}

.footer-menu-list a:hover {
    opacity: 0.8;
}

.menu-items p {
    color: #fff;
    font-size: 18px;
    font-weight: 400;
    margin: 0;
}

/* Company Info Section */
.footer-info {
    padding: 50px 0;
    background-color: var(--color-grey);
}

.footer-logo img {
    /* max-width: 325px; */
    height: auto;
    margin-bottom: 10px;
}

.logo-tagline {
    color: var(--color-gold);
    font-size: 14px;
    font-style: italic;
    margin: 0;
}

.footer-address,
.footer-contact {
    color: var(--card-white);
}

.company-name {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px;
    color: var(--card-white);
}

.address-line,
.contact-number,
.contact-email {
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 8px;
    color: var(--card-white);
    line-height: 1.5;
}

.contact-email a {
    color: var(--card-white);
    text-decoration: none;
    transition: color 0.3s ease;
}

.contact-email a:hover {
    color: var(--color-gold);
}

/* Social Links Section */
.footer-social {
    padding: 30px 0;
    background-color: var(--color-grey);
}

.social-links {
    display: flex;
    gap: 15px;
}

.social-links a {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: var(--card-white);
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dark);
    text-decoration: none;
    transition: all 0.3s ease;
}

.social-links a:hover {
    background-color: var(--color-gold);
    color: #fff;
    transform: translateY(-3px);
}

.social-links i {
	font-size: 18px;
	padding: 15px;
}

/* Footer Divider */
.footer-divider {
    background-color: var(--text-dark);
    padding: 0;
}

.footer-divider hr {
    margin: 0;
    border: 0;
    border-top: 1px solid var(--card-white);
    opacity: 0.3;
}

/* Bottom Footer Section */
.footer-bottom {
    padding: 25px 0;
    background-color: var(--color-grey);
}

.footer-bottom .row {
    text-align: center;
}

.copyright {
    color: var(--card-white);
    font-size: 14px;
    margin: 0;
}

.footer-bottom a {
    color: var(--card-white);
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
    display: block;
}

.footer-bottom a:hover {
    color: var(--color-gold);
}

/* Responsive Design */
@media (max-width: 768px) {
    .footer-newsletter {
        padding: 40px 0;
    }

    .newsletter-heading {
        font-size: 24px;
        margin-bottom: 20px;
    }

    .newsletter-description {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .newsletter-form {
        flex-direction: column;
    }

    .newsletter-form form {
        flex-direction: column;
    }

    .newsletter-form input[type="email"] {
        border-right: 1px solid #ddd;
        border-bottom: none;
        width: 100%;
    }

    .newsletter-form input[type="submit"],
    .newsletter-form button[type="submit"] {
        width: 100%;
    }

    .menu-headers .col-md-6,
    .menu-items .col-md-3 {
        padding: 20px;
    }

    .menu-headers h4 {
        font-size: 20px;
    }

    .footer-info {
        padding: 30px 0;
    }

    .footer-logo,
    .footer-address,
    .footer-contact {
        margin-bottom: 30px;
        text-align: center;
    }

    .social-links {
        justify-content: center;
        margin-bottom: 20px;
    }

    .footer-bottom .col-md-2 {
        margin-bottom: 15px;
    }

    .copyright {
        margin-bottom: 15px;
    }
}

/* Contact Form Section */
.footer-contact-form {
    background-color: #ffffff;
    padding: 80px 0 100px;
}

.footer-contact-form .container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 40px;
}

.footer-contact-form .row {
    display: flex;
    gap: 60px;
    align-items: flex-start;
}

.footer-contact-form .col-md-3 {
    flex: 0 0 280px;
}

.footer-contact-form .col-md-9 {
    flex: 1;
}

/* Left Side Heading */
.contact-form-heading {
    font-size: 32px;
    font-weight: 400;
    line-height: 1.3;
    color: var(--color-gold);
    margin: 0;
    font-family: var(--font-heading);
}

/* Main Title */
.contact-form-title {
    font-size: 72px;
    font-weight: 500;
    color: #1a1a1a;
    margin: 0 0 60px 0;
    letter-spacing: -1px;
}

/* Form Wrapper */
.contact-form-wrapper {
    max-width: 100%;
}

/* Default Contact Form Styles */
.default-contact-form {
    width: 100%;
}

.default-contact-form .form-row {
    display: flex;
    gap: 40px;
    align-items: flex-end;
    margin-bottom: 20px;
}

.default-contact-form .form-row:last-child {
    margin-bottom: 0;
}

.default-contact-form .form-group {
    flex: 1;
    position: relative;
}

.default-contact-form .email-group {
    flex: 0 0 45%;
}

.default-contact-form .message-group {
    flex: 1;
}

.default-contact-form .submit-group {
    flex: 0 0 auto;
}

/* Input and Textarea Styles */
.default-contact-form input[type="email"],
.default-contact-form textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid #cccccc;
    padding: 12px 0;
    font-size: 16px;
    color: #1a1a1a;
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s ease;
    resize: none;
    overflow: hidden;
}

.default-contact-form input[type="email"]:focus,
.default-contact-form textarea:focus {
    border-bottom-color: #1a1a1a;
}

.default-contact-form input[type="email"]::placeholder,
.default-contact-form textarea::placeholder {
    color: #999999;
    font-size: 16px;
}

.default-contact-form textarea {
    min-height: 40px;
}

/* Submit Button */
.default-contact-form button[type="submit"] {
    background: transparent;
    border: none;
    border-bottom: 2px solid #1a1a1a;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
    white-space: nowrap;
}

.default-contact-form button[type="submit"]:hover {
    opacity: 0.7;
    transform: translateX(5px);
}

/* Contact Form 7 Compatibility */
.contact-form-wrapper .wpcf7-form {
    display: flex;
    flex-direction: column;
    gap: 0;
}

.contact-form-wrapper .wpcf7-form p {
    margin: 0;
    display: flex;
    gap: 40px;
    align-items: flex-end;
}

.contact-form-wrapper .wpcf7-form-control-wrap {
    flex: 1;
    position: relative;
}

.contact-form-wrapper input[type="email"],
.contact-form-wrapper input[type="text"],
.contact-form-wrapper textarea {
    width: 100%;
    background: transparent;
    border: none;
    border-bottom: 1px solid var(--color-grey);
    padding: 12px 0;
    font-size: 16px;
    color: var(--color-black);
    font-family: inherit;
    outline: none;
    transition: border-color 0.3s ease;
}

.contact-form-wrapper input:focus,
.contact-form-wrapper textarea:focus {
    border-bottom-color: var(--color-black);
}

.contact-form-wrapper textarea {
    resize: none;
    overflow: hidden;
    min-height: 40px;
}

.contact-form-wrapper input[type="submit"] {
    background: transparent;
    border: none;
    border-bottom: 2px solid #1a1a1a;
    color: #1a1a1a;
    font-size: 18px;
    font-weight: 600;
    padding: 12px 0;
    cursor: pointer;
    transition: all 0.3s ease;
    font-family: inherit;
}

.contact-form-wrapper input[type="submit"]:hover {
    opacity: 0.7;
    transform: translateX(5px);
}

/* Responsive Design */
@media (max-width: 991px) {
    .footer-contact-form .row {
        flex-direction: column;
        gap: 40px;
    }
    
    .footer-contact-form .col-md-3 {
        flex: 1;
    }
    
    .contact-form-title {
        font-size: 56px;
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .footer-contact-form {
        padding: 60px 0 80px;
    }
    
    .footer-contact-form .container {
        padding: 0 20px;
    }
    
    .contact-form-heading {
        font-size: 24px;
    }
    
    .contact-form-title {
        font-size: 42px;
    }
    
    .default-contact-form .form-row {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }
    
    .default-contact-form .email-group,
    .default-contact-form .message-group,
    .default-contact-form .submit-group {
        flex: 1;
    }
    
    .default-contact-form button[type="submit"] {
        width: 100%;
        text-align: left;
    }
    
    /* Contact Form 7 Mobile */
    .contact-form-wrapper .form-row-email {
        width: 100%;
        margin-bottom: 20px;
    }
    
    .contact-form-wrapper .form-row-message {
        flex-direction: column;
        gap: 20px;
        align-items: stretch;
    }
    
    .contact-form-wrapper input[type="submit"] {
        width: 100%;
    }
}

/* ============================================
   MINE CARD STYLES WITH HOVER EFFECTS
   ============================================ */

.mine-item-card {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
}

.mine-item-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.mine-item-image {
    position: relative;
    overflow: hidden;
    height: 300px;
}

.mine-item-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
}

.mine-item-card:hover .mine-item-image img {
    transform: scale(1.1);
}

/* Overlay that appears on hover */
.mine-item-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.3));
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: opacity 0.3s ease;
}

.mine-item-card:hover .mine-item-overlay {
    opacity: 1;
}

.view-details-btn {
    background: var(--color-gold, #D4AF37);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transform: translateY(10px);
    transition: all 0.3s ease;
}

.mine-item-card:hover .view-details-btn {
    transform: translateY(0);
}

.view-details-btn:hover {
    background: var(--color-gold-dark, #B8941F);
    transform: scale(1.05);
}

.mine-item-content {
    padding: 20px;
}

.mine-item-category {
    display: inline-block;
    background: var(--color-gold, #D4AF37);
    color: #fff;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 12px;
    text-align: center;
}

.mine-item-title {
    font-size: 24px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.3;
}

/* Hide filter */
.mine-item.hidden {
    display: none;
}


/* ============================================
   MODAL STYLES
   ============================================ */

.mine-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

.mine-modal.active {
    opacity: 1;
    visibility: visible;
}

.mine-modal-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85);
    backdrop-filter: blur(4px);
    cursor: pointer;
    animation: fadeIn 0.3s ease;
}

.mine-modal.active .mine-modal-overlay {
    animation: fadeIn 0.3s ease;
}

.mine-modal-container {
    position: relative;
    width: 100%;
    max-width: 900px;
    max-height: 85vh;
    overflow: hidden;
    z-index: 10;
    transform: scale(0.9) translateY(20px);
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

.mine-modal.active .mine-modal-container {
    transform: scale(1) translateY(0);
}

.mine-modal-content {
    background: #fff;
    border-radius: 16px;
    box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
    overflow: hidden;
    position: relative;
}

/* Close Button */
.mine-modal-close {
    position: absolute;
    top: 20px;
    right: 20px;
    width: 44px;
    height: 44px;
    background: rgba(255, 255, 255, 0.95);
    border: none;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 20;
    transition: all 0.3s ease;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.mine-modal-close:hover {
    background: var(--color-gold, #D4AF37);
    color: #fff;
    transform: rotate(90deg) scale(1.1);
}

.mine-modal-close svg {
    width: 24px;
    height: 24px;
}

/* Modal Body */
.mine-modal-body {
    display: flex;
    flex-direction: column;
    max-height: 85vh;
    overflow: hidden;
}

.mine-modal-image {
    width: 100%;
    height: 280px;
    min-height: 280px;
    flex-shrink: 0;
    overflow: hidden;
    position: relative;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
}

.mine-modal-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomIn 0.6s ease;
}

.mine-modal-info {
    padding: 32px 40px 40px 40px;
    animation: slideUp 0.5s ease;
    overflow-y: auto;
    flex: 1;
    min-height: 0;
}

.mine-modal-category {
    display: inline-block;
    background: var(--color-gold, #D4AF37);
    color: #fff;
    padding: 6px 16px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 12px;
}

.mine-modal-title {
    font-size: 32px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    line-height: 1.2;
}

.mine-modal-details {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
    white-space: pre-wrap;
}

/* Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

@keyframes zoomIn {
    from {
        transform: scale(1.1);
        opacity: 0;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

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

/* Responsive Design */
@media (max-width: 768px) {
    .mine-modal-container {
        max-width: 100%;
    }

    .mine-modal-image {
        height: 200px;
        min-height: 200px;
    }

    .mine-modal-info {
        padding: 24px 20px 28px 20px;
    }

    .mine-modal-title {
        font-size: 24px;
        margin-bottom: 16px;
    }

    .mine-modal-details {
        font-size: 14px;
    }

    .mine-modal-close {
        top: 12px;
        right: 12px;
        width: 38px;
        height: 38px;
    }
}

/* Scrollbar Styling for Modal */
.mine-modal-info::-webkit-scrollbar {
    width: 8px;
}

.mine-modal-info::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mine-modal-info::-webkit-scrollbar-thumb {
    background: var(--color-gold, #D4AF37);
    border-radius: 4px;
}

.mine-modal-info::-webkit-scrollbar-thumb:hover {
    background: var(--color-gold-dark, #B8941F);
}

/* Focus Styles for Accessibility */
.mine-modal-close:focus {
    outline: 3px solid var(--color-gold, #D4AF37);
    outline-offset: 2px;
}

.mine-item-card:focus {
    outline: 3px solid var(--color-gold, #D4AF37);
    outline-offset: 4px;
}

/* Prevent body scroll when modal is open */
body.modal-open {
    overflow: hidden;
}



/* ============================================
   SINGLE MINE PAGE STYLES
   ============================================ */

.single-mine-page {
    background-color: #f8f9fa;
    padding: 60px 0 80px;
}

.single-mine-layout {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 40px;
    align-items: start;
}

/* ============================================
   SIDEBAR NAVIGATION
   ============================================ */

.mines-sidebar {
    position: sticky;
    top: 100px;
    background: #fff;
    border-radius: 12px;
    padding: 30px 0;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.sidebar-title {
    text-align: center;
    font-size: 20px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 24px 0;
    padding: 0 24px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.mines-nav-list {
    display: flex;
    flex-direction: column;
}

.mine-nav-item {
    display: flex;
    flex-direction: column;
    padding: 16px 24px;
    text-decoration: none;
    color: #4a4a4a;
    border-left: 3px solid transparent;
    transition: all 0.3s ease;
    position: relative;
}

.mine-nav-item:hover {
    background: #f8f9fa;
    color: #1a1a1a;
    border-left-color: var(--color-gold, #D4AF37);
}

.mine-nav-item.active {
    background: linear-gradient(90deg, rgba(212, 175, 55, 0.1) 0%, transparent 100%);
    color: #1a1a1a;
    border-left-color: var(--color-gold, #D4AF37);
    font-weight: 600;
}

.mine-nav-item.active::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 3px;
    background: var(--color-gold, #D4AF37);
}

.mine-nav-title {
    font-size: 16px;
    font-weight: 500;
    margin-bottom: 4px;
    line-height: 1.4;
}

.mine-nav-category {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 500;
}

.mine-nav-item.active .mine-nav-category {
    color: var(--color-gold, #D4AF37);
}

/* Scrollbar for sidebar */
.mines-sidebar::-webkit-scrollbar {
    width: 6px;
}

.mines-sidebar::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.mines-sidebar::-webkit-scrollbar-thumb {
    background: var(--color-gold, #D4AF37);
    border-radius: 3px;
}

/* ============================================
   MINE CONTENT AREA
   ============================================ */

.mine-content {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.08);
}

.mine-details-container {
    animation: slideInFromRight 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

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

/* Mine Header */
.mine-header {
    padding: 40px 40px 30px;
    border-bottom: 1px solid #e5e5e5;
}

.mine-category-badge {
    display: inline-block;
    background: var(--color-gold, #D4AF37);
    color: #fff;
    padding: 6px 16px;
    border-radius: 24px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.mine-title {
    font-size: 36px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0;
    line-height: 1.2;
}

/* Mine Featured Image */
.mine-featured-image {
    width: 100%;
    height: 450px;
    overflow: hidden;
    position: relative;
}

.mine-featured-image .mine-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoomInImage 0.8s ease;
}

@keyframes zoomInImage {
    from {
        transform: scale(1.1);
        opacity: 0.8;
    }
    to {
        transform: scale(1);
        opacity: 1;
    }
}

/* Mine Information Grid */
.mine-info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 24px;
    padding: 40px;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-bottom: 1px solid #e5e5e5;
}

.info-item {
    display: flex;
    align-items: flex-start;
    gap: 14px;
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.info-item:hover {
    transform: translateY(-3px);
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.1);
}

.info-icon {
    flex-shrink: 0;
    color: var(--color-gold, #D4AF37);
    width: 28px;
    height: 28px;
}

.info-content {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.info-label {
    font-size: 12px;
    color: #888;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    font-weight: 600;
}

.info-value {
    font-size: 16px;
    color: #1a1a1a;
    font-weight: 600;
    line-height: 1.4;
}

/* Mine Details Section */
.mine-details-section {
    padding: 40px;
}

.section-heading {
    font-size: 28px;
    font-weight: 700;
    color: #1a1a1a;
    margin: 0 0 24px 0;
    padding-bottom: 16px;
    border-bottom: 3px solid var(--color-gold, #D4AF37);
    display: inline-block;
}

.mine-details-content {
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
}

.mine-details-content p {
    margin-bottom: 16px;
}

.mine-details-content p:last-child {
    margin-bottom: 0;
}

.mine-details-content h3 {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a1a;
    margin: 32px 0 16px 0;
}

.mine-details-content ul,
.mine-details-content ol {
    margin: 16px 0;
    padding-left: 24px;
}

.mine-details-content li {
    margin-bottom: 8px;
}

/* Additional Content */
.mine-additional-content {
    padding: 0 40px 40px;
    font-size: 16px;
    line-height: 1.8;
    color: #4a4a4a;
}

/* ======================
   VIEW ALL MINES STYLES
   ====================== */
.mine-item-card {
    position: relative;
    cursor: pointer;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 12px;
    overflow: hidden;
    background: #fff;
    display: block;
    text-decoration: none;
    color: inherit;
}

.mine-item-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.view-details-btn {
    background: var(--color-gold, #D4AF37);
    color: #fff;
    border: none;
    padding: 12px 24px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    transform: translateY(10px);
    transition: all 0.3s ease;
    pointer-events: none;
}

.mine-item-card:hover .view-details-btn {
    transform: translateY(0);
    background: var(--color-gold-dark, #B8941F);
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 1024px) {
    .single-mine-layout {
        grid-template-columns: 260px 1fr;
        gap: 30px;
    }

    .mine-info-grid {
        grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
        gap: 20px;
        padding: 30px;
    }
}

@media (max-width: 768px) {
    .single-mine-page {
        padding: 40px 0 60px;
    }

    .single-mine-layout {
        grid-template-columns: 1fr;
        gap: 24px;
    }

    .mines-sidebar {
        position: relative;
        top: 0;
        max-height: 400px;
        margin-bottom: 24px;
    }

    .mine-header {
        padding: 30px 24px 24px;
    }

    .mine-title {
        font-size: 28px;
    }

    .mine-featured-image {
        height: 300px;
    }

    .mine-info-grid {
        grid-template-columns: 1fr;
        padding: 24px;
        gap: 16px;
    }

    .mine-details-section {
        padding: 30px 24px;
    }

    .section-heading {
        font-size: 24px;
    }

    .mine-additional-content {
        padding: 0 24px 30px;
    }

    .mine-nav-item {
        padding: 14px 20px;
    }

    .mine-nav-title {
        font-size: 15px;
    }
}

@media (max-width: 480px) {
    .mine-title {
        font-size: 24px;
    }

    .mine-featured-image {
        height: 250px;
    }

    .info-item {
        padding: 16px;
    }

    .info-icon {
        width: 24px;
        height: 24px;
    }

    .section-heading {
        font-size: 20px;
    }

    .mine-details-content,
    .mine-additional-content {
        font-size: 15px;
    }
}

/* Focus states for accessibility */
.mine-nav-item:focus {
    outline: 3px solid var(--color-gold, #D4AF37);
    outline-offset: -3px;
}

.mine-item-card:focus {
    outline: 3px solid var(--color-gold, #D4AF37);
    outline-offset: 4px;
}


/* ACCESSIBILITY PAGE STYLES */
.accessibility-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 80px 0 60px;
    position: relative;
    overflow: hidden;
}

.accessibility-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 20% 50%, rgba(201, 163, 62, 0.1) 0%, transparent 50%),
                radial-gradient(circle at 80% 80%, rgba(201, 163, 62, 0.08) 0%, transparent 50%);
    animation: gradientShift 15s ease infinite;
}

@keyframes gradientShift {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.accessibility-hero h1 {
    color: var(--color-gold);
    font-size: 3rem;
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    animation: fadeInDown 1s ease;
}

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

.accessibility-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
    z-index: 1;
}

/* Top Description - Initial Load Animation */
.accessibility-top-desc {
    background: rgba(255, 255, 255, 0.97);
    border-left: 4px solid var(--color-gold);
    padding: 30px 40px;
    margin: 60px 0 80px;
    border-radius: 8px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    animation: slideInLeft 1s ease 0.3s both;
    position: relative;
    overflow: hidden;
}

.accessibility-top-desc::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(180deg, var(--color-gold), rgba(201, 163, 62, 0.3));
    animation: borderGlow 3s ease infinite;
}

@keyframes borderGlow {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.5; }
}

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

.accessibility-top-desc p {
    color: #333;
    font-size: 1.1rem;
    line-height: 1.8;
    margin: 0;
}

/* Content Sections - Scroll Triggered Animations */
.content-section {
    background: linear-gradient(180deg, #f8f9fa 0%, #ffffff 100%);
    padding: 80px 0;
    margin-bottom: 60px;
    border-radius: 20px;
    box-shadow: 0 5px 30px rgba(0, 0, 0, 0.06);
    position: relative;
    opacity: 0;
    transition: all 0.8s cubic-bezier(0.4, 0, 0.2, 1);
}

/* Alternating slide directions */
.content-section:nth-child(odd) {
    transform: translateX(-100px);
}

.content-section:nth-child(even) {
    transform: translateX(100px);
}

/* When section is visible */
.content-section.visible {
    opacity: 1;
    transform: translateX(0);
}

.section-header {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 3px solid var(--color-gold);
    position: relative;
    opacity: 0;
    transform: translateY(20px);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1) 0.2s;
}

.content-section.visible .section-header {
    opacity: 1;
    transform: translateY(0);
}

.section-header::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 0;
    width: 0;
    height: 3px;
    background: var(--color-gold);
    transition: width 1s ease 0.4s;
}

.content-section.visible .section-header::after {
    width: 100%;
}

.icon-wrapper {
    width: 50px;
    height: 50px;
    background: linear-gradient(135deg, var(--color-gold), #d4a944);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 5px 20px rgba(201, 163, 62, 0.3);
    transform: scale(0);
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

.content-section.visible .icon-wrapper {
    transform: scale(1);
    animation: pulse 2s ease infinite 1s;
}

@keyframes pulse {
    0%, 100% {
        transform: scale(1);
        box-shadow: 0 5px 20px rgba(201, 163, 62, 0.3);
    }
    50% {
        transform: scale(1.05);
        box-shadow: 0 8px 30px rgba(201, 163, 62, 0.5);
    }
}

.icon-wrapper svg {
    width: 28px;
    height: 28px;
    color: #fff;
}

.section-header h2 {
    color: #1a1a1a;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
}

.accessibility-desc,
.commitment-desc {
    color: #444;
    font-size: 1.05rem;
    line-height: 1.9;
    padding: 0 70px;
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.7s cubic-bezier(0.4, 0, 0.2, 1) 0.4s;
}

.content-section.visible .accessibility-desc,
.content-section.visible .commitment-desc {
    opacity: 1;
    transform: translateY(0);
}

.accessibility-desc p,
.commitment-desc p {
    margin-bottom: 20px;
}

.accessibility-desc a,
.commitment-desc a {
    color: var(--color-gold);
    text-decoration: none;
    font-weight: 600;
    position: relative;
    transition: all 0.3s ease;
}

.accessibility-desc a::after,
.commitment-desc a::after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 0;
    height: 2px;
    background: var(--color-gold);
    transition: width 0.3s ease;
}

.accessibility-desc a:hover::after,
.commitment-desc a:hover::after {
    width: 100%;
}

.accessibility-desc a:hover,
.commitment-desc a:hover {
    color: #d4a944;
}

/* Divider with scroll animation */
.divider {
    height: 2px;
    background: linear-gradient(90deg, transparent, #ddd, transparent);
    margin: 80px 0;
    position: relative;
    opacity: 0;
    transform: scaleX(0);
    transition: all 0.8s ease;
}

.divider.visible {
    opacity: 1;
    transform: scaleX(1);
}

.divider::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(0);
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid var(--color-gold);
    border-radius: 50%;
    transition: transform 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.3s;
}

.divider.visible::before {
    transform: translate(-50%, -50%) scale(1);
}

@media (max-width: 768px) {
    .accessibility-hero h1 {
        font-size: 2rem;
    }

    .accessibility-top-desc {
        padding: 20px 25px;
        margin: 40px 0 50px;
    }

    .section-header h2 {
        font-size: 1.6rem;
    }

    .accessibility-desc,
    .commitment-desc {
        padding: 0 20px;
    }

    .icon-wrapper {
        width: 40px;
        height: 40px;
    }

    .icon-wrapper svg {
        width: 22px;
        height: 22px;
    }

    /* Reduce transform distance on mobile */
    .content-section:nth-child(odd) {
        transform: translateX(-50px);
    }

    .content-section:nth-child(even) {
        transform: translateX(50px);
    }
}


/* ========================================
   VACANCIES PAGE STYLES
   ======================================== */

.vacancies-page {
    min-height: 100vh;
    background: #f8f9fa;
    padding: 60px 0 80px;
}

/* ========================================
   JOIN OUR TEAM SECTION
   ======================================== */

.join-team-section {
    margin-bottom: 50px;
}

.join-team-wrapper {
    display: flex;
    gap: 0;
}

/* .border-accent {
    width: 4px;
    background: var(--color-gold);
    flex-shrink: 0;
} */

.join-team-content {
    flex: 1;
    border-left: 1px solid var(--color-gold);
    padding-left: 30px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-top: 20px;
    background: #eee;
    border-radius: 20px;
}

.join-team-heading {
    font-size: 2.5rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}

.heading-underline {
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 75%;
    height: 3px;
    background: var(--color-gold);
    display: block;
}

.join-team-description {
    font-size: 1.1rem;
    line-height: 1.8;
    color: #555;
    margin-top: 25px;
}

.join-team-description p {
    margin-bottom: 0;
}

/* ========================================
   FILTERS SECTION
   ======================================== */

.vacancies-filters {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 2px 15px rgba(0, 0, 0, 0.08);
    margin-bottom: 50px;
}

.filter-dropdown,
.filter-search {
    position: relative;
    display: flex;
    align-items: center;
    gap: 12px;
}

.filter-dropdown label,
.filter-search svg {
    color: #666;
    flex-shrink: 0;
}

.filter-dropdown .form-select,
.filter-search .form-control {
    border: 2px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px 16px;
    font-size: 0.95rem;
    transition: all 0.3s ease;
    background: #fff;
}

.filter-dropdown .form-select:focus,
.filter-search .form-control:focus {
    border-color: var(--color-gold);
    box-shadow: 0 0 0 0.2rem rgba(201, 163, 62, 0.15);
    outline: none;
}

.filter-search {
    position: relative;
}

.filter-search svg {
    position: absolute;
    left: 16px;
    pointer-events: none;
    z-index: 2;
}

.filter-search .form-control {
    padding-left: 48px;
}

/* ========================================
   VACANCIES GRID
   ======================================== */

.vacancies-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
    gap: 40px;
}

/* ========================================
   VACANCY CARD
   ======================================== */

.vacancy-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    display: flex;
    height: 100%;
    text-decoration: none;
}

.vacancy-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 12px 40px rgba(0, 0, 0, 0.15);
}

.card-gradient-top {
    height: 5px;
    /* background: linear-gradient(90deg, 
        #ff6b6b 0%, 
        #f59e0b 25%, 
        var(--color-gold) 50%, 
        #10b981 75%, 
        #3b82f6 100%
    ); */
}

.vacancy-card-body {
    padding: 35px 30px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

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

.vacancy-position {
    font-size: 1.8rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 15px;
    line-height: 1.3;
}

.vacancy-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 25px;
    flex-wrap: wrap;
    gap: 12px;
}

.meta-location {
    display: flex;
    align-items: center;
    gap: 6px;
    color: var(--color-gold);
    font-size: 0.95rem;
    font-weight: 500;
}

.vacancy-card-body span.read-more-link {
    padding: 12px 16px;
    background: var(--color-gold);
    border-radius: 5px;
    width: fit-content;
}

.meta-location svg {
    flex-shrink: 0;
}

.meta-job-type {
    color: var(--color-black);
    background: #eee;
    padding: 10px;
    border-radius: 10px;
    font-size: 0.9rem;
    font-weight: 500;
}

/* ========================================
   CARD SECTIONS
   ======================================== */

.vacancy-section {
    margin-bottom: 25px;
}

.section-title {
    font-size: 1.2rem;
    display: inline-block;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
    padding-bottom: 8px;
    border-bottom: 2px solid var(--color-gold);
}

.section-title-plain {
    font-size: 1.2rem;
    font-weight: 700;
    color: #1a1a1a;
    margin-bottom: 12px;
}

.section-content {
    color: #555;
    line-height: 1.7;
    font-size: 0.95rem;
    padding-bottom: 20px;
}

.section-content p {
    margin-bottom: 10px;
}

/* Roles List - Standard Bullets */
.roles-list ul {
    list-style: disc;
    padding-left: 0;
    margin: 0;
}

.roles-list li {
    margin-bottom: 8px;
    color: var(--color-gold);
}

.requirements-list ul {
    list-style: disc;
    padding-left: 0;
    margin: 0;
}

.requirements-list li {
    /* padding-left: 25px; */
    margin-bottom: 8px;
    color: var(--color-gold);
}

/* .requirements-list li::before {
    content: "●";
    position: absolute;
    left: 0;
    color: #14b8a6;
    font-size: 1.2rem;
    line-height: 1.5;
} */

/* ========================================
   VACANCY DIVIDER
   ======================================== */

.vacancy-divider {
    height: 1px;
    background: #e0e0e0;
    margin: 30px 0;
}

/* ========================================
   APPLICATION SECTION
   ======================================== */

.application-section {
    margin-top: 25px;
}

.application-deadline {
    /* display: none;  */
    align-items: center;
    gap: 8px;
    color:var(--color-gold);
    font-size: 0.9rem;
    margin-bottom: 20px;
}

.application-deadline svg {
    flex-shrink: 0;
}
.application-section span.read-more-link {
    background: transparent;
    border: 2px solid var(--color-gold);
    padding: 9px;
    border-radius: 5px;
}
.how-to-apply h5 {
    font-size: 1rem;
    font-weight: 600;
    color: #1a1a1a;
    margin-bottom: 10px;
}

.apply-description {
    color: #555;
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 20px;
}

.apply-description p {
    margin-bottom: 8px;
}

.apply-description a {
    color: var(--color-gold);
    text-decoration: none;
    font-weight: 500;
}

.apply-description a:hover {
    text-decoration: underline;
}

/* ========================================
   APPLY BUTTON
   ======================================== */

.btn-apply {
    display: inline-block;
    width: 100%;
    text-align: center;
    padding: 16px 32px;
    background: #1a1a1a;
    color: #fff;
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    font-size: 1rem;
    letter-spacing: 1px;
    transition: all 0.3s ease;
    border: 2px solid #1a1a1a;
}

.btn-apply:hover {
    background: transparent;
    color: #1a1a1a;
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(26, 26, 26, 0.2);
}

/* ========================================
   VACANCY FOOTER
   ======================================== */

.vacancy-footer {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-top: 25px;
    padding-top: 20px;
    border-top: 1px solid #e0e0e0;
    color: var(--color-black);
    font-size: 1.25rem;
    font-weight: 600;
}

.vacancy-footer svg {
    color: var(--color-gold);
}

/* ========================================
   NO VACANCIES
   ======================================== */

.no-vacancies {
    grid-column: 1 / -1;
    text-align: center;
    padding: 100px 20px;
    color: #999;
}

.no-vacancies svg {
    margin-bottom: 30px;
    opacity: 0.3;
}

.no-vacancies h3 {
    font-size: 2rem;
    color: #666;
    margin-bottom: 15px;
    font-weight: 600;
}

.no-vacancies p {
    font-size: 1.2rem;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 1200px) {
    .vacancies-grid {
        grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
        gap: 30px;
    }
}

@media (max-width: 992px) {
    .vacancies-grid {
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
    }
    
    .join-team-heading {
        font-size: 2rem;
    }
}

@media (max-width: 768px) {
    .vacancies-page {
        padding: 40px 0 60px;
    }
    
    .join-team-wrapper {
        flex-direction: column;
        gap: 15px;
    }
    
    .border-accent {
        width: 100%;
        height: 4px;
    }
    
    /* .join-team-content {
        padding-left: 0;
    } */
    
    .join-team-heading {
        font-size: 1.8rem;
    }
    
    .join-team-description {
        font-size: 1rem;
    }
    
    .vacancies-filters {
        padding: 20px;
    }
    
    .vacancies-grid {
        grid-template-columns: 1fr;
        gap: 25px;
    }
    
    .vacancy-position {
        font-size: 1.5rem;
    }
    
    .vacancy-meta {
        flex-direction: column;
        align-items: flex-start;
        gap: 8px;
    }
}

@media (max-width: 576px) {
    .vacancies-filters .row {
        gap: 15px;
    }
    
    .join-team-heading {
        font-size: 1.5rem;
    }
    
    .vacancy-card-body {
        padding: 25px 20px;
    }
    
    .vacancy-position {
        font-size: 1.3rem;
    }
    
    .section-title,
    .section-title-plain {
        font-size: 1.1rem;
    }
    
    .btn-apply {
        padding: 14px 24px;
        font-size: 0.95rem;
    }
}

/* ========================================
   UTILITY CLASSES
   ======================================== */

.text-gold {
    color: var(--color-gold);
}

.bg-gold {
    background-color: var(--color-gold);
}

.border-gold {
    border-color: var(--color-gold);
}


/* TERMS OF USE PAGE STYLES */
.terms-page {
    background: #f8f9fa;
    min-height: 100vh;
}

/* Hero Section */
.terms-hero {
    background: linear-gradient(135deg, #1a1a1a 0%, #2d2d2d 100%);
    padding: 100px 0 80px;
    position: relative;
    overflow: hidden;
}

.terms-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle at 30% 50%, rgba(201, 163, 62, 0.15) 0%, transparent 60%);
    animation: gradientPulse 15s ease infinite;
}

@keyframes gradientPulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.6; }
}

.terms-hero h1 {
    color: var(--color-gold);
    font-size: 3.5rem;
    font-weight: 700;
    margin: 0 0 15px 0;
    position: relative;
    animation: fadeInDown 1s ease;
}

.last-updated {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.1rem;
    margin: 0;
    animation: fadeInUp 1s ease 0.2s both;
}

/* Container */
.terms-container {
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    position: relative;
}

.terms-hero .terms-container {
    animation: fadeInDown 1s ease;
}

.terms-page > .terms-container {
    display: grid;
    /* grid-template-columns: 1fr 350px; */
    gap: 50px;
    margin-top: -40px;
    padding-bottom: 80px;
}

/* Main Content */
.terms-content {
    background: #fff;
    border-radius: 20px;
    padding: 50px 60px;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.08);
    animation: slideInLeft 0.8s ease 0.3s both;
}

/* Introduction */
.terms-intro {
    background: linear-gradient(135deg, #fff3cd 0%, #ffeaa7 100%);
    border-left: 5px solid var(--color-gold);
    padding: 30px 35px;
    margin-bottom: 50px;
    border-radius: 12px;
    animation: slideInUp 0.8s ease 0.5s both;
}

.terms-intro p {
    margin: 0;
    font-size: 1.1rem;
    font-weight: 600;
    color: #333;
    line-height: 1.7;
}

/* Terms Section */
.terms-section {
    margin-bottom: 50px;
    padding-bottom: 40px;
    border-bottom: 2px solid #f0f0f0;
    animation: fadeInUp 0.8s ease both;
    position: relative;
}

.terms-section:last-of-type {
    border-bottom: none;
}

.terms-section:nth-child(2) { animation-delay: 0.6s; }
.terms-section:nth-child(3) { animation-delay: 0.7s; }
.terms-section:nth-child(4) { animation-delay: 0.8s; }
.terms-section:nth-child(5) { animation-delay: 0.9s; }
.terms-section:nth-child(6) { animation-delay: 1s; }
.terms-section:nth-child(7) { animation-delay: 1.1s; }

.section-icon {
    width: 70px;
    height: 70px;
    background: linear-gradient(135deg, var(--color-gold), #d4a944);
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(201, 163, 62, 0.3);
    transition: transform 0.3s ease;
}

.terms-section:hover .section-icon {
    transform: translateY(-5px) rotate(5deg);
}

.section-icon svg {
    color: #fff;
}

.terms-section h2 {
    font-size: 2rem;
    color: #1a1a1a;
    margin: 0 0 25px 0;
    font-weight: 700;
    line-height: 1.3;
}

.section-content {
    color: #555;
    font-size: 1.05rem;
    line-height: 1.9;
}

.section-content p {
    margin-bottom: 20px;
}

.section-content ul,
.section-content ol {
    margin: 20px 0 20px 25px;
    line-height: 1.9;
}

.section-content li {
    margin-bottom: 12px;
}

.section-content strong {
    color: #333;
    font-weight: 600;
}

/* Terms Footer */
.terms-footer {
    background: linear-gradient(135deg, #e8f5e9 0%, #c8e6c9 100%);
    border-left: 5px solid #4caf50;
    padding: 30px 35px;
    margin-top: 50px;
    border-radius: 12px;
    animation: slideInUp 0.8s ease 1.2s both;
}

.terms-footer p {
    margin: 0;
    font-size: 1.1rem;
    color: #2e7d32;
    line-height: 1.7;
}

/* Sidebar */
.terms-sidebar {
    animation: slideInRight 0.8s ease 0.4s both;
}

.sidebar-card {
    background: #fff;
    border-radius: 16px;
    padding: 30px;
    margin-bottom: 25px;
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sidebar-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.1);
}

.sidebar-card h3 {
    font-size: 1.4rem;
    color: #1a1a1a;
    margin: 0 0 20px 0;
    font-weight: 700;
}

/* Quick Navigation */
.terms-nav {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.nav-link {
    padding: 12px 16px;
    color: #555;
    text-decoration: none;
    border-radius: 8px;
    transition: all 0.3s ease;
    font-weight: 500;
    border-left: 3px solid transparent;
}

.nav-link:hover {
    background: #f8f9fa;
    color: var(--color-dark) !important;
    border-left-color: var(--color-gold);
    padding-left: 20px;
}

/* Contact Card */
.contact-card {
    background: linear-gradient(135deg, var(--color-gold), #d4a944);
    color: #fff;
    text-align: center;
}

.contact-card svg {
    margin-bottom: 20px;
    opacity: 0.9;
}

.contact-card h3 {
    color: #fff;
    margin-bottom: 15px;
}

.contact-card p {
    color: rgba(255, 255, 255, 0.95);
    margin: 0 0 25px 0;
    line-height: 1.6;
}

.btn-contact {
    display: inline-block;
    padding: 12px 28px;
    background: #fff;
    color: var(--color-gold);
    text-decoration: none;
    border-radius: 8px;
    font-weight: 700;
    transition: all 0.3s ease;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.2);
}

.btn-contact:hover {
    transform: translateY(-2px);
    box-shadow: 0 5px 20px rgba(0, 0, 0, 0.3);
}

/* Animations */
@keyframes fadeInDown {
    from {
        opacity: 0;
        transform: translateY(-30px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

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

@keyframes slideInLeft {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

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

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

/* Responsive Design */
@media (max-width: 1200px) {
    .terms-page > .terms-container {
        grid-template-columns: 1fr 300px;
        gap: 30px;
    }

    .terms-content {
        padding: 40px 45px;
    }
}

@media (max-width: 968px) {
    .terms-page > .terms-container {
        grid-template-columns: 1fr;
    }

    .terms-sidebar {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 25px;
    }
}

@media (max-width: 768px) {
    .terms-hero {
        padding: 80px 0 60px;
    }

    .terms-hero h1 {
        font-size: 2.5rem;
    }

    .last-updated {
        font-size: 1rem;
    }

    .terms-content {
        padding: 35px 30px;
        border-radius: 16px;
    }

    .terms-intro {
        padding: 25px;
        margin-bottom: 40px;
    }

    .terms-intro p {
        font-size: 1rem;
    }

    .section-icon {
        width: 60px;
        height: 60px;
    }

    .section-icon svg {
        width: 28px;
        height: 28px;
    }

    .terms-section h2 {
        font-size: 1.6rem;
    }

    .section-content {
        font-size: 1rem;
    }

    .sidebar-card {
        padding: 25px;
    }

    .terms-sidebar {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 480px) {
    .terms-hero h1 {
        font-size: 2rem;
    }

    .terms-content {
        padding: 25px 20px;
    }

    .terms-intro {
        padding: 20px;
    }

    .terms-section {
        margin-bottom: 35px;
        padding-bottom: 30px;
    }

    .section-icon {
        width: 50px;
        height: 50px;
    }

    .section-icon svg {
        width: 24px;
        height: 24px;
    }

    .terms-section h2 {
        font-size: 1.4rem;
        margin-bottom: 20px;
    }

    .terms-footer {
        padding: 20px;
    }

    .terms-footer p {
        font-size: 1rem;
    }
}


/* Keyframes for the entrance animation */
@keyframes mineralsFadeIn {
    0% {
        opacity: 0;
        transform: translateY(50px) scale(0.95);
    }
    70% {
        opacity: 1;
        transform: translateY(-10px) scale(1.02); 
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1); 
    }
}

/* Apply animation to the first image */
.minerals-images.minerals-images-1 {
    opacity: 0; 
    animation: mineralsFadeIn 1s ease-out forwards;
    animation-delay: 0.2s; 
}

/* Apply animation to the second image */
.mb-3.is-second-image {
    opacity: 0; 
    animation: mineralsFadeIn 1s ease-out forwards;
    animation-delay: 0.5s; 
}




/* Pulsing animation for circles */
.gold-ops-pulse-circle {
    fill: #C9A33E;
    animation: goldPulseCircle 2s ease-in-out infinite;
    transform-origin: center;
    filter: drop-shadow(0 0 8px rgba(201, 163, 62, 0.6));
}

/* Pulsing animation for stars (paths) */
.gold-ops-pulse-star {
    fill: #fff;
    animation: goldPulseStar 2s ease-in-out infinite;
    transform-origin: center;
}

/* Keyframes */
@keyframes goldPulseCircle {
    0%, 100% { fill: #C9A33E; }
    50% { fill: #fff; }
}

@keyframes goldPulseStar {
    0%, 100% { fill: #fff; }
    50% { fill: #C9A33E; }
}

/* Staggered delays */
.gold-star-group-1 .gold-ops-pulse-circle,
.gold-star-group-1 .gold-ops-pulse-star { animation-delay: 0s; }

.gold-star-group-2 .gold-ops-pulse-circle,
.gold-star-group-2 .gold-ops-pulse-star { animation-delay: 0.4s; }

.gold-star-group-3 .gold-ops-pulse-circle,
.gold-star-group-3 .gold-ops-pulse-star { animation-delay: 0.8s; }


/* Map + Key Layout */
.map-with-key {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.map-main {
    flex: 1 1 70%; /* Map takes majority of space */
}

.map-key {
    flex: 0 0 25%; /* Key smaller than map */
    max-width: 250px; /* limit key width */
}

/* Make the key SVG responsive */
.map-key svg {
    width: 100%;
    height: auto;
    display: block;
}

/* Mobile: stack map + key */
@media (max-width: 768px) {
    .map-with-key {
        flex-direction: column;
        gap: 15px;
    }

    .map-key {
        max-width: 100%;
    }
}


/***************************
 SVG Map Container Styles */
/**************************/

.operations-map-wrapper {
    width: 100%;
    margin: 40px 0 50px 0;
    transition: opacity 0.4s ease-in-out, max-height 0.6s ease-in-out, margin 0.4s ease-in-out;
    opacity: 1;
    max-height: 1000px;
    overflow: visible;
}

.operations-map-wrapper.hidden {
    opacity: 0;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    pointer-events: none;
}

.operations-map-container {
    width: 100%;
    margin: 0 auto;
    padding: 40px;
    /* background: linear-gradient(135deg, #f5f7fa 0%, #e3e8ef 50%, #c3cfe2 100%); */
    border-radius: 16px;
    /* box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15), 0 4px 8px rgba(0, 0, 0, 0.1); */
    opacity: 0;
    transform: translateY(30px) scale(0.95);
    transition: opacity 0.6s ease-out, transform 0.6s cubic-bezier(0.34, 1.56, 0.64, 1);
}

/* Animation class for appearing maps */
.operations-map-container.map-animate-in {
    opacity: 1;
    transform: translateY(0) scale(1);
}

/* Map Title Styling */
.map-title {
    text-align: center;
    margin-bottom: 30px;
    opacity: 0;
    animation: fadeInDown 0.8s ease-out 0.2s forwards;
}

.map-title h3 {
    font-size: 28px;
    font-weight: 700;
    color: var(--color-black);
    margin: 0;
    padding: 0;
    letter-spacing: 0.5px;
    text-transform: uppercase;
}

/* Map Content Wrapper - Flexbox layout */
.map-content-wrapper {
    display: flex;
    gap: 30px;
    align-items: flex-start;
    opacity: 0;
    animation: fadeIn 0.8s ease-out 0.4s forwards;
}

/* Main Map Section */
.map-main {
    flex: 1;
    min-width: 0; /* Important for flex items */
}

.map-main svg {
    width: 100%;
    height: auto;
    display: block;
    max-height: 600px;
    filter: drop-shadow(0 4px 6px rgba(0, 0, 0, 0.1));
    transition: transform 0.3s ease;
}

.map-main svg:hover {
    transform: scale(1.02);
}

/* Map Key/Legend Section */
.map-key {
    flex: 0 0 280px;
    background: white;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 20px;
    max-height: 600px;
    overflow-y: auto;
}

.map-key svg {
    width: 100%;
    height: auto;
    display: block;
}

/* Placeholder Styles */
.svg-placeholder,
.key-placeholder {
    padding: 40px;
    text-align: center;
    color: #666;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 8px;
}

.key-placeholder {
    padding: 20px;
}

.key-placeholder strong {
    font-size: 18px;
    color: #2c3e50;
    display: block;
    margin-bottom: 10px;
}

/* Keyframe Animations */
@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

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

/* Responsive Adjustments */
@media (max-width: 1200px) {
    .map-content-wrapper {
        gap: 20px;
    }
    
    .map-key {
        flex: 0 0 240px;
    }
}

@media (max-width: 992px) {
    .operations-map-container {
        padding: 30px;
    }
    
    .map-content-wrapper {
        flex-direction: column;
        gap: 25px;
    }
    
    .map-key {
        flex: 1 1 auto;
        position: relative;
        top: auto;
        max-height: none;
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
    }
    
    .map-title h3 {
        font-size: 24px;
    }
}

@media (max-width: 768px) {
    .operations-map-container {
        padding: 20px;
        border-radius: 12px;
    }
    
    .map-title {
        margin-bottom: 20px;
    }
    
    .map-title h3 {
        font-size: 20px;
    }
    
    .map-main svg {
        max-height: 400px;
    }
    
    .map-key {
        padding: 15px;
        max-width: 100%;
    }
    
    .operations-map-wrapper {
        margin: 30px 0 40px 0;
    }
}

@media (max-width: 480px) {
    .operations-map-container {
        padding: 15px;
    }
    
    .map-title h3 {
        font-size: 18px;
    }
    
    .map-content-wrapper {
        gap: 20px;
    }
    
    .map-main svg {
        max-height: 300px;
    }
}

/* Custom Scrollbar for Map Key */
.map-key::-webkit-scrollbar {
    width: 8px;
}

.map-key::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 4px;
}

.map-key::-webkit-scrollbar-thumb {
    background: #c3cfe2;
    border-radius: 4px;
}

.map-key::-webkit-scrollbar-thumb:hover {
    background: #a8b8d0;
}





.modal-backdrop.show {
    opacity: 0 !important;
}





/* ============================================
   MODAL FIX - ENSURE PROPER Z-INDEX HIERARCHY
   ============================================ */

/* Leadership Modal - Highest Priority */
#leaderModal {
    z-index: 100000 !important;
}

#leaderModal .modal-dialog {
    z-index: 100001 !important;
}

#leaderModal .modal-content {
    z-index: 100002 !important;
}

/* Modal Backdrop */
.modal-backdrop {
    /* z-index: 99999 !important; */
}

/* .modal-backdrop.show {
    opacity: 0.5 !important;
} */

/* Ensure body lock when modal is open */
body.modal-open {
    overflow: hidden !important;
    padding-right: 0 !important;
}

/* Mine loading overlay - Below modals */
.mine-loading-overlay {
    z-index: 9999 !important;
}

/* Search popup - Below modals */
#search-popup {
    z-index: 9998 !important;
}

/* Ensure modal close button is clickable */
.modal .btn-close {
    position: absolute;
    top: 20px;
    right: 20px;
    z-index: 100003 !important;
    opacity: 0.7;
    cursor: pointer;
    pointer-events: auto !important;
}

.modal .btn-close:hover {
    opacity: 1;
}

/* Fix any pointer-events issues */
.modal-open .modal {
    pointer-events: auto !important;
}

.modal-open .modal-backdrop {
    pointer-events: auto !important;
}


/* CHROME MAP ANIMATION  */
.alloy-glow {
    fill: #000;
    filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    animation: alloyGlow 3s ease-in-out infinite;
}

@keyframes alloyGlow {
    0% {
        fill: #000;
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    }

    50% {
        fill: var(--color-gold);
        filter:
            drop-shadow(0 0 8px var(--color-gold))
            drop-shadow(0 0 16px var(--color-gold));
    }

    100% {
        fill: #000;
        filter: drop-shadow(0 0 0 rgba(0, 0, 0, 0));
    }
}

/* NICKEL MAP ANIMATION */
.teal-gold-indicator {
    fill: #1fcfc6;
    animation: tealToGold 1.6s ease-in-out infinite;
}

@keyframes tealToGold {
    0% {
        fill: #1fcfc6;
    }

    50% {
        fill: var(--color-gold);
    }

    100% {
        fill: #1fcfc6;
    }
}


.white-teal-indicator {
    fill: #ffffff;
    animation: whiteToTeal 1.6s ease-in-out infinite;
}

@keyframes whiteToTeal {
    0% {
        fill: #ffffff;
    }

    50% {
        fill: #1fcfc6;
    }

    100% {
        fill: #ffffff;
    }
}


/* GOLD NON-OPS ANIMATION */
.alert-circle {
    fill: white; 
    animation: circleBgAnim 1.6s ease-in-out infinite;
}

@keyframes circleBgAnim {
    0% {
        fill: white;
    }
    50% {
        fill: rgba(255, 0, 0, 1);
    }
    100% {
        fill: white;
    }
}

/* Cross animation */
.alert-cross {
    fill: rgba(255, 0, 0, 1); 
    animation: crossAnim 1.6s ease-in-out infinite;
}

@keyframes crossAnim {
    0% {
        fill: rgba(255, 0, 0, 1);
    }
    50% {
        fill: white;
    }
    100% {
        fill: rgba(255, 0, 0, 1);
    }
}

.culture-talent-section {
    background-color: #ffffff; 
    padding-top: 60px; 
    /* padding-bottom: 100px; */
}

.culture-talent-section .container {
    border-top: 1px solid var(--color-gold);
}

.culture-talent-section .page-title {
    color: var(--color-gold);
    margin-bottom: 2rem;
}

.culture-desc,
.culture-desc p,
.culture-desc ul,
.culture-desc li {
    color: #2b2b2b !important;
    font-size: 1rem;
    line-height: 1.6;
}

.culture-desc ul {
    padding-left: 20px;
    margin-top: 1.5rem;
    list-style-type: disc;
}

.culture-desc p{
    font-size: 22px;
}
.culture-desc li {
    font-size: 22px;
    margin-bottom: 0.75rem;
}


.mine-single-container {
    background-color: #f4f5f7;
    padding: 60px 20px;
    min-height: 80vh;
}

.mine-single-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 320px 1fr;
    gap: 30px;
}

.mine-sidebar {
    background: #ffffff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    height: fit-content;
}

.mine-sidebar-header h3 {
    font-size: 14px;
    font-weight: 800;
    letter-spacing: 1.5px;
    color: #1a1a1a;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #c59b27;
}

.mine-menu-category {
    background: #c59b27;
    color: #ffffff;
    padding: 12px 16px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    margin-bottom: 10px;
}

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

.mine-menu-list li a {
    display: block;
    padding: 10px 16px;
    color: #333333;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    border-radius: 6px;
    transition: all 0.2s ease;
}

.mine-menu-list li.active a,
.mine-menu-list li a:hover {
    background: #fffdf2;
    color: #c59b27;
    font-weight: 700;
}

.mine-content-card {
    background: #ffffff;
    border-radius: 12px;
    padding: 40px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
}

.mine-badge {
    display: inline-block;
    background: #c59b27;
    color: #ffffff;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 6px 14px;
    border-radius: 20px;
    margin-bottom: 15px;
}

.mine-title {
    font-size: 32px;
    font-weight: 800;
    color: #111111;
    margin-bottom: 24px;
}

.mine-body {
    font-size: 15px;
    line-height: 1.8;
    color: #555555;
}

@media (max-width: 991px) {
    .mine-single-wrapper {
        grid-template-columns: 1fr;
    }
}




