/* General Layout */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

/* Font Face Definitions - will change with actual font once decided */
@font-face {
    font-family: 'Temp Font';
    src: url('/font/temp_font_book.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
	 letter-spacing: 0.02em; /* Slightly increase spacing */
}

@font-face {
    font-family: 'Temp Font';
    src: url('/font/temp_font_medium.woff2') format('woff2');
    font-weight: 500;
    font-style: normal;
	 letter-spacing: 0.02em; /* Slightly increase spacing */
}

@font-face {
    font-family: 'Temp Font';
    src: url('/font/temp_font_demi.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
	 letter-spacing: 0.02em; /* Slightly increase spacing */
}

@font-face {
    font-family: 'Temp Font';
    src: url('/font/temp_font_bold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
	 letter-spacing: 0.02em; /* Slightly increase spacing */
}
@font-face {
font-family: "century-old-style-std", serif;
font-weight: 400;
font-style: normal;
}

@font-face {
font-family: "century-old-style-std", serif;
font-weight: 400;
font-style: italic;
}

@font-face {
font-family: "century-old-style-std", serif;
font-weight: 700;
font-style: normal;
}


/* Heading and Text Styling */
h1, h2, h3, h4, h5, h6 {
    font-weight: 700; /* Bold */
	letter-spacing: -0.03em; /* Adjust for headings */
}

p, a, span, div {
    font-weight: 400; /* Book */
	 letter-spacing: 0.02em; /* Adjust for body text */
}

strong {
    font-weight: 600; /* Demi */
}

em {
    font-weight: 500; /* Medium */
}

*,
*::before,
*::after {
    box-sizing: border-box;
}

body, html {
	    font-family: 'Temp Font', Arial, sans-serif;
	 letter-spacing: 0.02em; /* Adjust as needed */
    font-weight: 400;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
	background:#000;
}

/* Page Content Wrapper */
.pageContent {
    max-width: 1500px;
    width: 100%;
    margin: 0 auto; /* Center horizontally */
    flex-grow: 1; /* Allow the content to grow */
    display: flex;
    flex-direction: column; /* Stack children vertically */
}

/* Header */
.header {
    width: 100%;
    padding: 10px 20px;
    flex-shrink: 0; /* Prevent the header from shrinking */
    position: relative; /* Ensure header stays above other elements */
    background-color:#2D2D2D;
	border-bottom:#6a6a6a solid 1px;

}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1500px;
    margin: 0 auto;
}

.header-center .logo {
    width: 195px;
    height: auto;
}

.header-left .logo {
    width: 35px;
    height: auto;
}

.header-right .profile {
    width: 35px;
    height: auto;
}
.header-right .profile img{
    width: 35px;
    height: auto;
}
.header-center h1 {
    margin: 0;
	font-family: 'Poppins', sans-serif;
    font-size: 1.2rem;
    text-align: center;
	color:#fff;
}

.header-right .nav-link {
    text-decoration: none;
    color: #333;
    font-size: 1rem;
    padding: 0 10px;
}

/* Hero Section */
.hero {
    width: 100%;
    padding: 20px; /* Ensure content inside has space */
}

.hero-open {
    width: 100%;
    padding: 20px; /* Ensure content inside has space */
}

.hero-welcome {
    width: 100%;
    padding: 0px; /* Ensure content inside has space */
}

.hero-profile {
    width: 100%;
    padding: 15px 15px 0px 15px; /* Ensure content inside has space */
}

.hero-video {
    width: 100%; 
    height: auto; 
    max-height: 400px; 
   /* border-radius: 8px; */
}
#hero-section-confirm{
	text-align:center;
	color:#fff;
}

.hero-overlay p {
    margin: 10px 0; /* Add spacing between paragraphs */
    line-height: 1.5; /* Improve readability */
}


.hero-overlay img {
    max-width: 100%; /* Ensure the image scales within the container */
    height: auto; /* Maintain aspect ratio */
}


.hero-overlay {
    display: flex;
    justify-content: flex-start; /* Align membership card to the left */
    align-items: center;
    height: 100%; /* Make the overlay fill the hero section */
}
.hero-profile-overlay {
	background-color:#EFFFD4;
    display: block;
    align-items: center;
    justify-content: center;
	    border-radius: 8px;
	padding:20px;
}

/* Hero Section - White Button */
.white-button {
    display: inline-block;
    text-align: center;
    background-color: #fff;
    color: #333;
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.white-button:hover {
    background-color: #eee;
    color: #000;
}

/* Radio Buttons */
.radio-label {
    display: block;
    font-size: 1.2rem; /* Make options larger */
    margin-bottom: 10px; /* Add spacing between options */
    cursor: pointer;
}

.radio-label input[type="radio"] {
    margin-right: 10px; /* Add space between the radio button and label */
    width: 20px; /* Increase button size */
    height: 20px; /* Increase button size */
}
/* Hero Section */
.hero-profile-page {
    position: relative;
    width: 100%;
    padding: 15px 15px 0px 15px;
    /*min-height: 200px;*/ /* Ensure the hero section has enough space */
}

.hero-overlay-profile-page {
    display: flex;
    justify-content: center; /* Center the membership card horizontally */
    align-items: center;
    height: 100%; /* Ensure it fills the hero section */
}

/* Membership Card Styling */
.membershipcard {
    background: url('/images/membership_card_bg.png') no-repeat center center;
    background-size: cover;
    border-radius: 12px;
    width: 100%; /* Full width */
    max-width: 500px; /* Limit the maximum width */
    aspect-ratio: 1.52; /* Maintain 1.52:1 width-to-height ratio */
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Card Content Layout */
.card-content {
    display: flex;
    width: 100%;
    height: 100%;
}

/* Left Column */
.card-left {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
	    padding-left: 6%;
}

.card-left h2 {
    font-size: 1.5rem;
    margin: 0 0 10px;
    font-weight: bold;
}

.card-left p {
    font-size: 1rem;
    margin: 0;
}

/* Right Column */
.card-right {
    width: 25%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    font-weight: bold;
    text-align: center;
}

/* Responsive Design */
@media (max-width: 768px) {
    .membershipcard {
        padding: 10px;
    }

    .card-left h2 {
        font-size: 1.5rem;
    }

	.card-left p {
		        font-size: 0.9rem;
	}
    .card-right p {
        font-size: 1.5rem;
    }
}




/* Import Poppins Font */
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@700&display=swap');

/* Styling for Members Only Heading */
.members-only-heading {
    font-weight:800;
    letter-spacing: -1px;
    line-height: 1em;
    text-align: center;
    color: rgb(239, 255, 212); /* Matches the color from the example */
    margin: 0;
}


/* Content Section */
.content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 20px; /* Adds space between cards or elements */
}

.card-container {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 20px;
    width: 100%;
}

.card {
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.light {
	    background-color: #f0f0f0;
}
.medium {
	    background-color: #373737;
	
}

.dark {
	bakground-color:#000;
	font-color:#fff;
	
}

.card h3 {
    margin: 0 0 10px 0;
	font-size:2em;
}

/* Footer */
.footer {
    width: 100%;
    text-align: center;
    padding: 5px;
	color:#EFFFD4;
    background-color:#2D2D2D;
	border-top:#6a6a6a solid 1px;
    font-size: 0.9rem;
    flex-shrink: 0; /* Prevent the footer from shrinking */
}

/* Form Styling */
.form-container {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.form-group {
    margin-bottom: 10px;
}

.form-label {
    display: block;
    margin-bottom: 5px;
    font-size: 0.9rem;
    color: #333;
}

select {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
    background-color: #fff; /* Ensure dropdown background matches input fields */
    appearance: none; /* Remove default dropdown arrow styling */
    -webkit-appearance: none; /* For Safari */
    -moz-appearance: none; /* For Firefox */
    cursor: pointer; /* Pointer cursor for better UX */
}



input[type="text"] {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

input[type="email"] {
    width: 100%;
    height: auto;
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-family: inherit;
}

input[type="email"]:focus {
    border-color: #005dd8;
    outline: none;
}

button.form-button {
    background-color: #6a5d5d;
    color: white;
    padding: 10px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 1rem;
    font-family: inherit;
	font-weight:600;
}

button.form-button:hover {
    background-color: #6a5d5d;
}

/* General Section Styling */
.section {
    /*margin-bottom: 20px;*/
    padding: 20px;
    background-color: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.section h3 {
    margin-top: 0px;
    font-size: 1.5em;
    margin-bottom: 15px;
}

/* Badges Section */
.badges-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(50px, 1fr));
    gap: 10px;
}

.badge-on {
    filter: none;
}

.badge-off {
    filter: grayscale(100%);
}

/* Badges Section */
/* Badge Cards */
.badge-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 20px;
}

.badge-card {
    background-color: #f9f9f9; /* Default background */
    padding: 5px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}

.badge-card h4 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 10px;
    min-height: 40px; /* Uniform height for all titles */
    display: flex;
    align-items: center;
    justify-content: center;
}

.badge-card img {
    max-width: 75%;
    height: auto;
    margin: 0px 0;
}

.badge-card .date-earned {
    font-size: 0.9rem;
    color: gray; /* Default color for date earned */
	margin-top:0px;
	
}

/* Completed Badges */
.badge-card.badge-completed {
    background-color: #5f9ea0; /* Highlighted background for completed badges */
}

.badge-card.badge-completed .date-earned {
    color: black; /* Black text for date earned */
}

.badge-card p {
    font-size: 0.9rem;
    color: #565656;
	margin:5px 0px 0px 0px;
	
}

/* Activity Table */
.activity-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
}

.activity-table th, .activity-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

/* Opportunities Section */
.opportunity-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    gap: 20px;
}

.opportunity-card {
    background-color: #f9f9f9;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 8px;
    text-align: center;
}

.opportunity-card img {
    max-width: 50%;
    height: auto;
    border-radius: 4px;
}

.get-points-button {
    background-color: #005dd8;
    color: white;
    border: none;
    padding: 10px;
    border-radius: 4px;
    cursor: pointer;
}

.get-points-button:hover {
    background-color: #004bb5;
}
/* Leaderboard Table */
.leaderboard-table {
    width: 100%;
    border-collapse: collapse;
    text-align: left;
    margin-bottom: 20px;
}

.leaderboard-table th,
.leaderboard-table td {
    padding: 8px;
    border-bottom: 1px solid #ddd;
}

.leaderboard-table th {
    background-color: #f4f4f4;
    font-weight: bold;
}

.leaderboard-table td {
    vertical-align: top;
}

.leaderboard-table tr:nth-child(even) {
    background-color: #f9f9f9;
}
/* Current User Highlight */
.current-user {
    background-color: #ffe680; /* Light yellow background */
    font-weight: bold; /* Bold text */
}

/* Full-Screen Overlay */
.fullscreen-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8); /* 80% opacity */
    z-index: 9999; /* Ensure it appears above everything */
    justify-content: center;
    align-items: center;
    color: #fff;
    font-family: inherit;
}

.overlay-content {
    text-align: center;
}

.overlay-content p {
    font-size: 1.5rem;
    margin-bottom: 20px;
}

.button.white-button {
    background-color: #fff;
    color: #333;
    padding: 10px 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    font-size: 1rem;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.button.white-button:hover {
    background-color: #eee;
    color: #000;
}
/*Summary cards for the producer view */
        .summary-cards { display: flex; gap: 20px; margin-bottom: 20px; }
        .summary-card { border: 1px solid #ccc; padding: 15px; border-radius: 8px; width: 100%; background:#fff; }

/* Highlighted Users Cards */
.highlighted-users-cards {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Responsive grid layout */
    gap: 20px;
}

.highlighted-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    background-color: #f9f9f9; /* Light background */
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.highlighted-card h4 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: 5px;
}

.highlighted-card p {
    margin: 5px 0;
    font-size: 0.9rem;
    color: #555;
}
/* Feedback Card Styling */
.feedback-card {
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    text-align: left;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 10px;
}

.feedback-card p {
    margin: 5px 0;
    font-size: 0.9rem;
    color: #555;
}

.feedback-card h4 {
    margin: 0;
}

.feedback-static-cards {
    display: flex;
    flex-wrap: wrap; /* Allows wrapping for smaller screens */
    gap: 20px;
}
.thumbs-container {
    display: flex;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 20px;
}

.thumb-box {
    flex: 1;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    background-color: #f9f9f9;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.thumbs-up-box {
    background-color: #28a745; /* Green */
    color: white;
}

.thumbs-down-box {
    background-color: #dc3545; /* Red */
    color: white;
}

.thumb-box h4 {
    font-size: 1.2rem;
    margin-bottom: 10px;
}

.thumb-box p {
    font-size: 1rem;
    margin: 5px 0;
}

