	/*----------------TOP FORSIDE---------------------*/



	/*----------------TOP ZONE 1---------------------*/

/*body {
    margin: 0;
    font-family: Arial, sans-serif;
    background-color: #f5f5f5;
}*/

.top_forside_zone1 {
    background-color: #ece8f7;
	grid-column: 1 / 27;
	grid-row: 6 / 8;
    display: grid;
    width: 100%;
    grid-template-rows: 50px auto auto auto auto auto 30px 30px 30px 75px;
    grid-template-columns: 2fr 15px 6fr auto 20px auto 6fr 15px 2fr;
}

.card_employee_grid {
    display: grid;
    width: 100%;
    grid-template-columns: 10px auto 10px;
    grid-template-rows: 65px 65px 65px 65px;
}

.card_employer_grid {
    display: grid;
    width: 100%;
    grid-template-columns: 10px auto 10px;
    grid-template-rows: 65px 65px 65px 65px;
}

h1.Top_Z1_heading {
		grid-column: 3 / 8;
		grid-row: 2 / 3;
		text-align: center;
		font-size: 3rem;
		line-height: 1.3;
		font-weight: 700;
		color: rgb(64 62 67 / 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;
		/* 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 */
}

.Top_Z1_manchet {
    grid-column: 1 / -1;
    grid-row: 3 / 4;
    margin: 0 auto 15px auto; /* Centers the element horizontally and maintains bottom margin */
    text-align: center;
    font-size: 20px;
    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;
    max-width: 700px; /* Restricts the text block width */
    line-height: 1.6; /* Optional: Improves readability */
}



.top-section-grid {
    grid-column: 1 / -1;
    grid-row: 4 / 5;  
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 30px;
    flex-wrap: nowrap; /* Changed from nowrap to wrap */
    padding: 20px;
}

a.card_employer {
 padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    width: 100%; /* Changed from 600px */
    max-width: 500px; /* Ensures it doesn’t get too large */
    height: auto; /* Allow it to adjust dynamically */
    word-wrap: break-word; /* Ensures text doesn’t overflow */
}

.card_employer:hover {
  transform: scale(1.05); /* Reduced hover scale to prevent breaking layout */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}


.card_employer .icon {
	grid-column: 1 / -1;
	grid-row: 1 / 2;  
    font-size: 3rem;
}


a.card_employee {
 padding: 20px;
    border-radius: 10px;
    background-color: #ffffff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    text-align: center;
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    width: 100%; /* Changed from 600px */
    max-width: 500px; /* Ensures it doesn’t get too large */
    height: auto; /* Allow it to adjust dynamically */
    word-wrap: break-word; /* Ensures text doesn’t overflow */
}

.card_employee:hover {
  transform: scale(1.05); /* Reduced hover scale to prevent breaking layout */
    box-shadow: 0 6px 12px rgba(0, 0, 0, 0.15);
}

.card_employee .icon {
	grid-column: 1 / -1;
	grid-row: 1 / 2; 
    font-size: 3rem;
}

.top_employee_title {
	grid-column: 1 / -1;
	grid-row: 2 / 3; 
    color: rgb(64 62 67); /* Matches text-accent */
    text-align: center; /* Matches text-center */
    margin: 0; /* Matches default reset for headings */
	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; /* Reduce size slightly for responsiveness */
    line-height: 2rem;
    word-wrap: break-word;

}

.top_employee_subtext {
	grid-column: 1 / -1;
	grid-row: 3 / 4; 
    color: rgb(55, 65, 81); /* Matches text-gray-700 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";	
	font-size: 1rem; /* Adjust font size for smaller screens */
    line-height: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin-top: 0.5rem;
    word-wrap: break-word;

}

.top_employee_cta {
	grid-column: 1 / -1;
	grid-row: 4 / 5; 
    font-weight: 700; /* Matches font-medium */
    color: rgb(55, 65, 81); /* Matches text-gray-700 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
	    font-size: 1rem; /* Adjust font size for smaller screens */
    line-height: 1.5rem;
    text-align: center;
    margin-top: 0.5rem;
    word-wrap: break-word;

}


.top_employer_title {
	grid-column: 1 / -1;
	grid-row: 2 / 3; 
    color: rgb(64 62 67); /* Matches text-accent */
    text-align: center; /* Matches text-center */
    margin: 0; /* Matches default reset for headings */
	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; /* Reduce size slightly for responsiveness */
    line-height: 2rem;
    word-wrap: break-word;
}

.top_employer_subtext {
	grid-column: 1 / -1;
	grid-row: 3 / 4; 
    color: rgb(55, 65, 81); /* Matches text-gray-700 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";	
	font-size: 1rem; /* Adjust font size for smaller screens */
    line-height: 1.5rem;
    font-weight: 500;
    text-align: center;
    margin-top: 0.5rem;
    word-wrap: break-word;
}

.top_employer_cta {
	grid-column: 1 / -1;
	grid-row: 4 / 5; 
    font-weight: 700; /* Matches font-medium */
    color: rgb(55, 65, 81); /* Matches text-gray-700 */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", Segoe UI Symbol, "Noto Color Emoji";
	    font-size: 1rem; /* Adjust font size for smaller screens */
    line-height: 1.5rem;
    text-align: center;
    margin-top: 0.5rem;
    word-wrap: break-word;

}

/* Media Query for Smaller Screens */
@media (max-width: 768px) {
    .top-section-grid {
        flex-direction: column; /* Stacks cards vertically on smaller screens */
        align-items: center;
    }

    a.card_employer, a.card_employee {
        width: 90%; /* Allows flexibility on small screens */
    }
}