	/*----------------VIRKFORSIDE---------------------*/



	/*----------------ZONE 1---------------------*/
	
.employee_forside_zone1 {
		grid-column: 1 / 27;
		grid-row: 6 / 8;
        display: grid;
        width: 100%;
        grid-template-rows: 50px auto 15px auto 15px auto 20px auto 10px auto 10px auto 10px ;
        grid-template-columns: 2fr 15px 6fr auto 20px auto 6fr 15px 2fr;
		background-color: #ece8f7;
  place-items: center; /* Centers the content */
    background: linear-gradient(to bottom, #E5DEFF, #FFFFFF); /* Add gradient background */
    }
	
	
	
h1.employee_Z1_heading {	
		grid-column: 3 / 8;
		grid-row: 2 / 3;
		text-align: center;
		font-size: 3rem;
		color: #403e43;
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		/* Adjust margin and padding */
		margin: 0; /* Removes all default margins */
		padding: 0; /* Removes any padding */
    
		/* Optional: fine-tune spacing */
		margin-bottom: 15px; /* Adjust as needed */
	}	
	
.employee_Z1_manchet {	
		grid-column: 3 / 8;
		grid-row: 4 / 5;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		color: rgb(75, 85, 99, var(--tw-text-opacity));;
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
/* General Container */
.remote-opportunities-container {
	grid-column: 1 / -1;
	grid-row: 6 / 7;
    text-align: center;
    padding: 20px 30px;
    border-radius: 10px;
    margin: auto;
    width: 400px;
}


/* Button Styling */
.remote-opportunities-button {
	grid-column: 1 / -1;
	grid-row: 1 / 2;
    background-color: #3c3c3c; /* Dark background for button */
    color: #ffffff; /* White text */
    font-size: 1rem;
    font-weight: 500;
    padding: 12px 20px;
    border: none;
    border-radius: 10px;
    cursor: pointer;
    transition: background-color 0.3s ease;
}

.remote-opportunities-button:hover {
    background-color: #555555; /* Slightly lighter color on hover */
	transform: scale(1.10); /* Zooms in the element by 10% */
}


	/*----------------ZONE 2---------------------*/
	
.employee_forside_zone2 {
		grid-column: 1 / 27;
		grid-row: 8 / 9;
        display: grid;
        width: 100%;
    grid-template-columns: 20px auto auto 20px auto 20px auto auto 20px;
    grid-template-rows: 100px auto 40px auto 30px 20px ;
		background-color: #ece8f7;
    }

/* General Container */
.employee_zone2_container_grid {
	display: grid;
    grid-template-rows: 50px auto auto auto auto auto auto 50px;
    grid-template-columns: 2fr 15px 6fr auto 20px auto 6fr 15px 2fr;	
	grid-column: 1 / -1;
	grid-row: 4 / 5;
    background-color: rgba(242, 252, 226, 0.3);/* Light background color */
    text-align: center;
	justify-content: center;
    padding: 20px 30px;
    border-radius: 10px;
    margin: auto;
    width: 800px;
}
	
h1.employee_Z2_heading {	
		grid-column: 3 / 8;
		grid-row: 2 / 3;
		text-align: center;
		font-size: 3rem;
		color: #111827;
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
		/* Adjust margin and padding */
		margin: 0; /* Removes all default margins */
		padding: 0; /* Removes any padding */
    
		/* Optional: fine-tune spacing */
		margin-bottom: 15px; /* Adjust as needed */
	}	
	
.employee_Z2_manchet {	
		grid-column: 3 / 8;
		grid-row: 3 / 4;
		margin-bottom: 15px;
		text-align: center;
		font-size: 1.5rem;
		color: rgb(75, 85, 99, var(--tw-text-opacity));;
		/*text-shadow: 2px 2px 4px black;*/
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}
	
/* Container Styling */
.popular-categories-container {
    grid-column: 1 / -1;
	grid-row: 8/9;
    background-color: #f2fce24d;/* Light background color */
    padding: 40px 20px;
    border-radius: 15px;
    width: 900px;
    margin: 40px auto;
    text-align: center;
}

/* Header Styling */
.categories-header {
    margin-bottom: 30px;
}

.categories-badge {
    display: inline-block;
    background-color: #e6e8ff;
    color: #5a5a9a;
    font-size: 0.9rem;
    padding: 5px 15px;
    border-radius: 20px;
    font-weight: bold;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		

}

.categories-title {
    font-size: 1.8rem;
    color: #2a2a2a;
    margin-top: 15px;
}

/* Cards Container */
.categories-cards {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
}

/* Individual Card Styling */
.category-card {
    background-color: #fff;
    text-decoration: none;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Subtle shadow */
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.category-card:hover {
    transform: scale(1.05); /* Zoom effect */
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.15); /* Deeper shadow */
}

.category-icon {
    font-size: 2.5rem;
    margin-bottom: 15px;
    color: #333;
}

.category-name {
    font-size: 1.2rem;
    font-weight: bold;
    color: #2a2a2a;
    margin-bottom: 10px;
}

.category-jobs {
    font-size: 0.9rem;
    color: #555555;
}

/* Responsive Design */
@media (max-width: 768px) {
    .categories-cards {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 480px) {
    .categories-cards {
        grid-template-columns: 1fr;
    }
}


	/*----------------ZONE 3---------------------*/

.employee_forside_zone3 {
		grid-column: 1 / 27;
		grid-row: 14 / 15;
        display: grid;
        width: 100%;
		grid-template-columns: 20px auto auto 20px auto 20px auto auto 20px;
		grid-template-rows: 50px auto 50px 44px 50px auto 50px;
		background-color: #e5deff33;
    }
	
/* General Container */
.newsletter-container {
		grid-column: 1 / -1;
		grid-row: 1 / 6;
    text-align: center;
    padding: 3rem 1rem;
    border-radius: 10px;
    max-width: 42rem;
    margin: 0 auto;
}

/* Badge Styling */
.badge {
    display: inline-block;
    background-color: #eae6fa; /* Light purple */
    color: #5a4ebc; /* Darker purple */
    font-size: 0.9rem;
    font-weight: 500;
    padding: 5px 15px;
    border-radius: 20px;
    margin-bottom: 1rem;
}

/* Title Styling */
.newsletter-title {
		grid-column: 1 / -1;
		grid-row: 2 / 3;
    font-size: 1.8rem;
    font-weight: bold;
    color: #2a2a2a; /* Dark text */
    margin-bottom: 1rem;
	text-align: center; 
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	
}

/* Description Styling */
.newsletter-description {
		grid-column: 1 / -1;
		grid-row: 4 / 5;
    font-size: 1rem;
    color: #555555; /* Slightly lighter gray */
    margin-bottom: 2rem;
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

/* Form Container */
.newsletter-form {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    display: flex;
    justify-content: center;
    align-items: center; /* Ensures vertical alignment */
    gap: 10px;
    height: 40px; /* Optional: Ensures the form container expands to its parent's height */
}

/* Input Styling */
.newsletter-input {
    max-width: 300px;
	max-height: 40px;
    padding: 12px 15px;
    border: 1px solid #e0e0e0;
    border-radius: 15px !important;
    font-size: 1rem;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    line-height: 1.5; /* Aligns text vertically within the input */
    color: #333;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
	outline: none;
    display: flex;
    align-items: center; /* Ensures text stays vertically aligned inside the input */
    box-sizing: border-box; /* Prevents padding from breaking layout */
	margin: 0 !important;
	transition: border-color 0.3s ease, box-shadow 0.3s ease;
	
}

.newsletter-input:focus {
    border-color: #5a4ebc; /* Focus border color */
    box-shadow: 0 0 5px rgba(90, 78, 188, 0.5);
}

.newsletter-input:hover {
    border-color: #ccc; /* Slightly darker border on hover */
}

.newsletter-input.error {
    border-color: #e74c3c; /* Red border for error */
    background-color: #fef6f6; /* Light red background */
    color: #e74c3c; /* Red text */
}

/* Button Styling */
.newsletter-button {
    display: inline-flex; /* Aligns the button's content horizontally */
    justify-content: center; /* Centers the content horizontally */
    align-items: center; /* Centers the content vertically */
    height: 2.5rem; /* Fixed height */
    padding: 0.5rem 2rem; /* Top and bottom: 0.5rem, Left and right: 2rem */
    font-size: 0.875rem; /* Small font size */
    line-height: 1.25rem; /* Ensures proper line height */
    font-weight: 500; /* Medium font weight */
    color: #ffffff; /* White text */
    background-color: #403e43; /* Dark background color */
    border: none; /* No border */
    border-radius: 12px; /* Rounded corners */
    cursor: pointer; /* Pointer cursor for interaction */
    text-align: center; /* Centers the text inside */
    white-space: nowrap; /* Prevents text wrapping */
    transition: color 0.15s cubic-bezier(0.4, 0, 0.2, 1), 
                background-color 0.15s cubic-bezier(0.4, 0, 0.2, 1), 
                border-color 0.15s cubic-bezier(0.4, 0, 0.2, 1); /* Smooth transition for hover effects */
}

.newsletter-button:hover {
	background-color: #555555; /* Slightly lighter color on hover */ /* Slightly lighter purple on hover */
    color: #e0e0e0; /* Soft gray text */
}

.newsletter-button:focus {
    outline: none; /* Removes the default focus outline */
    box-shadow: 0 0 5px rgba(90, 78, 188, 0.5); /* Subtle glow effect */
}

/* Disabled State */
.newsletter-button:disabled {
    background-color: #ccc; /* Gray background for disabled state */
    color: #888; /* Muted text color */
    cursor: not-allowed; /* Disabled pointer */
    opacity: 0.7; /* Slightly transparent */
}

/* Active State */
.newsletter-button:active {
    background-color: #2a2730; /* Darker shade on click */
    transform: scale(0.98); /* Slightly compress the button */
}

/* Responsive Button */
.newsletter-button: {
    max-width: 100%; /* Ensure it fits inside parent container */
    width: auto; /* Flexible width */
}


	/*----------------ZONE 4---------------------*/
	
.employee_forside_zone4 {
    grid-column: 1 / 27;
    grid-row: 9 / 10;
    display: grid;
    justify-content: center; /* Center content horizontally */
    align-items: center; /* Center content vertically */
    width: 100%;
    grid-template-columns: 5px auto auto 20px auto 20px auto auto 20px;
    grid-template-rows: 100px auto 40px auto 30px 30px;
    background-color: #ece8f7;
}

.job-card-title {
		grid-column: 1 / -1;
		grid-row: 10 / 11;
    font-size: 1.8rem;
    font-weight: bold;
    color: #2a2a2a; /* Dark text */
    margin-bottom: 1rem;
	text-align: center; 
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	
}

.job-listing-container {
    grid-column: 1 / -1;
    grid-row: 12 / 13;
    display: flex;
    flex-direction: column;
    align-items: center; /* Center cards horizontally */
    gap: 20px;
    max-width: 900px;
    width: 100%; /* Ensure it spans the available space */
    padding: 20px;
    box-sizing: border-box;
}

.job-card {
    background-color: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    width: 100%; /* Ensure the cards are responsive */
    max-width: 900px; /* Prevent cards from exceeding the container's width */
}


.job-card-header h3 {
  margin: 0 0 8px 0;
  font-size: 1.25rem;
  color: #374151;
  		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.job-card-header p {
  margin: 4px 0;
  color: #6b7280;
  		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.job-location {
  font-style: italic;
  		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.job-posted {
  font-size: 0.875rem;
  color: #9ca3af;
  		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.job-card-body p {
  margin: 8px 0;
  line-height: 1.5;
  		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.job-card-footer {
  display: flex;
  gap: 10px;
  margin-top: 16px;
  		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.btn {
  padding: 10px 20px;
  font-size: 0.875rem;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background-color 0.2s ease;
  		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.btn-details {
  background-color: #f3f4f6;
  color: #374151;
  		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

}

.btn-details:hover {
  background-color: #e5e7eb;
}

.btn-apply {
  background-color: #4f46e5;
  color: white;
}

.btn-apply:hover {
  background-color: #4338ca;
}

/* Container styles */
.cta-container {
    grid-column: 1 / -1;
    grid-row: 14 / 15;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #f2fce280; /* Light green background */
  padding: 40px 20px; /* Add padding for spacing */
  border-radius: 16px; /* Rounded corners */
  margin: 20px; /* Add some margin to separate from other content */
  text-align: center; /* Center the text */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
}

/* Content styles */
.cta-content {
  max-width: 800px; /* Restrict max width for better readability */
  width: 100%;
}

/* Heading styles */
.cta-content h2 {
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  font-size: 1.75rem; /* Larger font for the heading */
  font-weight: 600; /* Slightly bold font */
  color: #4b5563; /* Neutral text color */
  margin-bottom: 16px; /* Space below the heading */
}

/* Paragraph styles */
.cta-content p {
			font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";

  font-size: 1rem; /* Standard paragraph size */
  color: #6b7280; /* Slightly lighter neutral text */
  margin-bottom: 24px; /* Space below the paragraph */
  line-height: 1.6; /* Improve readability with line height */
}

/* Button styles */
.cta-button {
  background-color: #3f3f46; /* Dark button background */
  color: #ffffff; /* White text */
  padding: 12px 24px; /* Add padding for better spacing */
  font-size: 1rem; /* Standard font size */
  border: none; /* Remove border */
  border-radius: 12px; /* Rounded corners */
  cursor: pointer; /* Pointer cursor for buttons */
  display: inline-block; /* Prevent stretching */
  font-weight: 500; /* Medium font weight */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Optional shadow for depth */
  transition: background-color 0.3s ease; /* Smooth hover effect */
}

.cta-button:hover {
  background-color: #2d2d35; /* Darker background on hover */
}
