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



	/*----------------ZONE 1---------------------*/
	
.virk_forside_zone1 {
		grid-column: 1 / 27;
		grid-row: 6 / 8;
        display: grid;
        width: 100%;
        grid-template-rows: 55px auto 20px auto 30px auto 20px auto 50px auto 2px auto 20px;
        grid-template-columns: 15px auto auto 200px 10px 200px auto auto 15px ;
        background-color: #E8E8E8;
    background: linear-gradient(to bottom, #E5DEFF, #FFFFFF); /* Add gradient background */
    }
	
	
	
h1.Z1_heading {	
		grid-column: 3 / 8;
		grid-row: 2 / 3;
		text-align: center;
		font-size: 3rem;
		line-height: 1.3 !important;
		font-weight: 700;
		color: rgb(64 62 67 / var(--tw-text-opacity));
width: 80%;
margin: 0 auto;

		/*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;

	}	
	
.Z1_manchet {	
		grid-column: 3 / 8;
		grid-row: 4 / 5;
		margin-bottom: 15px;
		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;
	}
	
a.White_knap {
	
        grid-column: 6 / 7;
        grid-row: 6 / 7;	
		justify-self: center;
		align-self: center;	
        background: #333;
        border-radius: 15px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        text-align: center;
        padding-top: 15px;
		padding-bottom: 22px;
        max-width: 210px;
        min-width: 190px;
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-weight: 500;
    }
	
a.skyblue_knap {
	    grid-column: 4 / 5;
        grid-row: 6/ 7;	
		justify-self: center;
        border: 2px solid rgba(209, 213, 219, 0.8);
		align-self: center;	
        background: white;
        /* background-color: transparent; 
        border: 2px solid #203354; */
        border-radius: 15px;
        text-align: center;
        color: #003A6B;
        font-size: 16px;
        text-align: center;
        padding-top:15px;
		padding-bottom: 22px;
        max-width: 210px;
        min-width: 190px;
		font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
		font-weight: 500;
    }
	
a.skyblue_knap:hover{

        background: #ECF0F1;
		color: #003A6B;
		
    }	
	
a.White_knap:hover{

	background-color: #555;
		color: #fff;
		
    }	
	


	
	
	
	
	/*----------------ZONE 2---------------------*/
	

.Zone2main_old {
    grid-column: 1 / 27;
    grid-row: 8 / 9;
    display: grid;
    grid-template-columns: 20px auto auto 20px auto 20px auto auto 20px;
    grid-template-rows: 100px auto 40px auto 30px auto 30px auto auto auto 70px 40px;
    background-color: #CACACA;
    position: relative; /* Make the container a positioning context */
    min-height: 40vh;
    z-index: 1; /* Ensure text and elements are above the background */
}

.Zone2main_old::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("https://vietassist.com/globalpic/frontpage_newsletter_photo.jpeg");
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    filter: brightness(50%); /* Lower the brightness of the background photo */
    z-index: -1; /* Place the pseudo-element behind the content */
}

/*----------------ZONE 2 new---------------------*/

.Zone2main {
		grid-column: 1/27; 
		grid-row: 8/9; 
		background-color: #E8E8E8;; 
        display: grid;
        grid-template-rows: 5px auto 40px auto auto auto 70px;
		grid-template-columns: auto 50px minmax(150px, 250px) minmax(20px, 40px) minmax(150px, 250px) minmax(20px, 40px) minmax(150px, 250px) 50px auto;
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
display:none;
}

.zone2_container {
	grid-column: 1/-1;
	grid-row: 8/9;
    display: flex;
    flex-direction: column;
    width: 75%;
    margin: 20px auto;
    padding: 32px;
    background-color: #fff;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border-radius: 16px;
}

.zone2_container_inner {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    gap: 24px;
    width: 100%;
}

.zone2_card {
    background-color: #fff;
    flex: 1;
    max-width: calc(50% - 12px);
    border-radius: 10px;
    padding: 24px;
    margin: 0;
    display: flex;
    flex-direction: column;
}


h1.zone2_title {
    font-size: 1.5rem;
    line-height: 2rem;
    --tw-text-opacity: 1;
    color: rgb(64 62 67 / var(--tw-text-opacity));
    font-weight: 600;
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    text-align: left;
	margin-top: 0px !important;
}

h2.self-service-title {
	font-size: 1.25rem;
    line-height: 1.75rem;
	font-weight: 600;
	margin-bottom: .75rem;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}
	
.self-service-subtext {
	font-size: 1rem;
    line-height: 1.5rem;
	font-weight: 700;
	--tw-text-opacity: 1;
    color: rgb(75 85 99 / var(--tw-text-opacity));
  margin-top: 1rem; /* Remove top margin */

}

.self-service {
  background-color: #f2fce280;
 font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border: 1px solid #ccc;
  padding: 24px; /* Match the padding of zone2_card */

}

.self-service-bullets {
	font-size: 1rem;
    line-height: 1.5rem;
	--tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
	
 font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 list-style: none;
}

.managed-service-bullets {
	font-size: 1rem;
    line-height: 1.5rem;
	--tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
	
 font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
 list-style: none;
 padding-left: 0 !important; /* Add this line */
}



h2.managed-service-title {
	font-size: 1.25rem;
    line-height: 1.75rem;
	font-weight: 600;
	margin-bottom: .75rem;
	font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.managed-service-subtext1 {
	font-size: 1rem;
	margin-left: 1rem;
	font-weight: 700;
    line-height: 1.5rem;
	--tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
	
 font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.managed-service-subtext2 {
	font-size: 1rem;
	margin-left: 1rem;
	font-weight: 400;
    line-height: 1.5rem;
	--tw-text-opacity: 1;
    color: rgb(107 114 128 / var(--tw-text-opacity));
	
 font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.managed-service {
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    border: 1px solid #ccc;

}

/* Button Container Styles */
.zone2_buttons {
  display: flex;
  justify-content: center; /* Centers the buttons horizontally */
  align-items: center; /* Ensures proper vertical alignment */
  gap: 10px;
  flex-wrap: wrap; /* Allows buttons to stack on smaller screens */
  margin-top: 20px;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

/* General Button Styles */
.zone2_btn {
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-align: center; /* Ensures proper text alignment */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  min-width: 100px; /* Ensures consistent button width */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow for depth */
}

.zone2_btn2 {
	background-color: #333;
  color: #fff;
  padding: 10px 15px;
  font-size: 1rem;
  font-weight: 500;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  text-align: center; /* Ensures proper text alignment */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  min-width: 100px; /* Ensures consistent button width */
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1); /* Adds a subtle shadow for depth */
}

.zone2_btn2:hover {
  background-color: #555;
}


/* Primary Button Styles */
.zone2_btn.primary {
  background-color: #333;
  color: #fff;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 200px; /* Ensures the primary button stands out */
}

.zone2_btn.primary:hover {
  background-color: #555;
}

/* Secondary Button Styles */
.zone2_btn.secondary {
  background-color: #fff;
  border: 1px solid #ccc;
  color: #333;
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  width: 100px; /* Sets a fixed width for smaller secondary buttons */
}

.zone2_btn.secondary:hover {
  border-color: #999;
}


/*----------------ZONE 2 old---------------------*/



h1.help_overskrift {
		grid-column: 2/9;
        grid-row: 2/3;
        text-align: center;
        font-size: 35px;
        color: #fff;
        text-shadow: 2px 2px 4px black;
		font-family: DM Serif Display, sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

.help_dropdown_category {
	    grid-column: 3/4;
        grid-row: 4/5;
}

.help_dropdown_skill {
	    grid-column: 5/6;
        grid-row: 4/5;
}

.help_dropdown_type {
	    grid-column: 7/8;
        grid-row: 4/5;
}

.help_newsletter_signup {
	grid-column: 4/7; 
	grid-row: 6/7;
	}

.Z2button
{
	grid-column: 5/6;
	grid-row: 8/9;
	background-color: #fff;
	border-radius: 2px;	
	border: 2px solid #ff9c00;
	text-align:center;
	color:#000;
	font-size:24px;
	text-align:center;
	text-decoration:none;
	padding-top: 10px;
	}



	/*----------------ZONE 3 4Kolonner ---------------------*/
/*
.virk_forside_zone3 {
		grid-column: 1/27; 
		grid-row: 9/10; 
		background-color: #CACACA; 
        display: grid;
        grid-template-rows: 80px auto 40px auto auto auto 70px;
		grid-template-columns: auto 20px minmax(150px, 250px) minmax(20px, 40px) minmax(150px, 250px) minmax(20px, 40px) minmax(150px, 250px) minmax(20px, 40px) minmax(150px, 250px) 20px auto;
	}

h1.Z3_heading{
		grid-column: 3/10; 
		grid-row: 2/3;	
		font-size: 32px;
		color: #111;
		text-align: center;
		font-family: DM Serif Display, sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}



h2.Z3_SubHeading {
		font-size: 18px;
		color: #111;
		text-align: center;
		font-family: DM Serif Display, sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

.Z3_video{
		width: 100%; 
		height: auto;
		border-radius: 10px;
	}

.Z3_text {
		margin-top: 10px;
		font-size: 14px;
		color: #111;
		font-family: DM Serif Display, sans-serif;		
}


h2.Z3_V1_SubHeading {
		grid-column: 3/4; 
		grid-row: 4/5;		
}

.Z3_video1{
		grid-row: 5/6;
		grid-column: 3/4; 
	}
	
.Z3_V1_text {
		grid-column: 3/4; 
		grid-row: 6/7;	
}


h2.Z3_V2_SubHeading {
		grid-column: 5/6; 
		grid-row: 4/5;	
}

.Z3_video2{
		grid-row: 5/6;
		grid-column: 5/6; 
	}
	
.Z3_V2_text {
		grid-column: 5/6; 
		grid-row: 6/7;	
}	






h2.Z3_V3_SubHeading {
		grid-column: 7/8; 
		grid-row: 4/5;	
}

.Z3_video3{
		grid-row: 5/6;
		grid-column: 7/8; 
	}

.Z3_V3_text {
		grid-column: 7/8; 
		grid-row: 6/7;	
}



h2.Z3_V4_SubHeading {
		grid-column: 9/10; 
		grid-row: 4/5;	
}

.Z3_video4{
		grid-row: 5/6;
		grid-column: 9/10; 
	}

.Z3_V4_text {
		grid-column: 9/10; 
		grid-row: 6/7;	
}

*/


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

.Z3_video_wrapper {
		grid-column: 1/-1;
	grid-row: 4/5;
    display: grid; /* Retain grid layout for larger screens */
    grid-template-columns: 1fr; /* Default grid layout */
    justify-items: center; /* Center content horizontally */
    margin: 0 auto;
    padding: 0; /* Adjust as needed */
    width: auto; /* Maintain the natural width of content */
}

/* Ensure videos remain side by side on larger screens */
.virk_forside_zone3 {
	grid-column: 1/-1;
	grid-row: 14/15;
    display: grid;
    grid-template-columns:  repeat(3, 1fr) ; /* Three equal columns for videos */
	grid-template-rows: 10px auto auto auto 50px;
    gap: 1px; /* Add space between videos */
    width: 80%; /* Full width for the container */
	margin: 0 auto;
}


.video_container {
		grid-column: 1/-1; 
		grid-row: 9/10; 
		width: 100%
}

h1.Z3_heading {
    grid-column: 1/-1; 
    grid-row: 10/11;	
    font-size: 20px;
    color: #fff; /* White text for better contrast inside the blue box */
    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;

    /* Blue box styling */
    background-color: #003A6B; /* Blue background */
    padding: 5px 10px; /* Adjust padding as needed */
    border-radius: 6px; /* Soft corners */
    display: inline-block; /* Prevents it from stretching to the row height */
    align-self: center; /* Aligns the heading vertically in the row */
    justify-self: center; /* Aligns the heading horizontally in the row */
}

.Z3_video1, .Z3_video2, .Z3_video3 {
    width: 100%; /* Videos fill the container width */
    height: auto; /* Maintain aspect ratio */
    border-radius: 16px;
    object-fit: cover;
}

.Z3_video_wrapper {
    grid-column: auto;
}

.Talent_manchet{
		grid-column: 1/-1; 
		grid-row: 12/13;	
		font-size: 40px;
		font-weight: bold;
		color: #111;
		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;
		margin-bottom: 20px;
	}



h2.Z3_SubHeading {
		font-size: 18px;
		color: #111;
		text-align: center;
		font-family: DM Serif Display, sans-serif;
		-webkit-font-smoothing: antialiased;
		-moz-osx-font-smoothing: grayscale;
	}

.Z3_video{
		/* width: 100%; */ 
		max-height: 445px;
		border-radius: 10px;
	}

.Z3_text {
		margin-top: 10px;
		font-size: 14px;
		color: #111;
		font-family: DM Serif Display, sans-serif;	
		display: none;
}


h2.Z3_V1_SubHeading {
		grid-column: 1/2; 
		grid-row: 5/6;
		display: none; 
}

.Z3_video1{
		grid-column: 1/2; 
		grid-row: 6/7;

	}
	
.Z3_V1_text {
		grid-column: 7/8; 
		grid-row: 7/8;	
		display:none;
}


h2.Z3_V2_SubHeading {
		grid-column: 2/3; 
		grid-row: 5/6;	
				display: none; 
}

.Z3_video2{
		grid-row: 6/7;
		grid-column: 2/3; 
	}
	
.Z3_V2_text {
		grid-column: 5/6; 
		grid-row: 7/8;	
		display:none;
}	






h2.Z3_V3_SubHeading {
		grid-column: 3/4; 
		grid-row: 5/6;	
				display: none; 
}

.Z3_video3{
		grid-row: 6/7;
		grid-column: 3/4; 
	}

.Z3_V3_text {
		grid-column: 7/8; 
		grid-row: 14/15;	
		display:none;
}



h2.Z3_V4_SubHeading {
		grid-column: 9/10; 
		grid-row: 4/5;	
		Display: none;
}

.Z3_video4{
		grid-row: 5/6;
		grid-column: 9/10; 
		display: none; 
	}

.Z3_V4_text {
		grid-column: 9/10; 
		grid-row: 6/7;	
		display:none;
}




	/*----------------ZONE 4---------------------*/




.virk_forside_zone4 {
    grid-column: 1 / 27;
    /* grid-row: 10 / 11; */
    grid-row: 12 / 49;
    background-color: rgb(37, 99, 235);
    display: grid;
    grid-template-rows: 90px auto auto auto 20px auto auto 60px;
    grid-template-columns: auto 30px 20px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 20px 30px auto;
    /*justify-items: center;
    align-items: center;*/
}
	
	
h3.Z4_Heading {
    grid-column: 4/12; /* Span the heading across the entire grid width */
    grid-row: 2 / 3; /* Stay in the desired grid row */
    font-size: 32px;
    color: #eee;
	width: 100%;
    text-align: center; /* Center text horizontally */
    margin: 0 auto 20px; /* Center element and add bottom margin */
	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;
    justify-self: center; /* Align item in the center horizontally within its grid area */
    align-self: center; /* Align item in the center vertically within its grid area */
}


.Z4_Manchet
{
    grid-column: 5/11; /* Span the heading across the entire grid width */
    grid-row: 3/4; /* Stay in the desired grid row */
    font-size: 25px;
	text-align: center;
	font-size: 20px;
	color: #eee;
	/*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;
	}
	
.Z4_box1grid
{
		grid-column: 5/8; 
		grid-row: 4/5;
		color: #eee;
		display: grid;
			grid-template-rows: auto auto;
			grid-template-columns: 50px auto;
		margin-top: 30px;
	}
	
.Z4_box2grid
{
		grid-column: 8/13; 
		grid-row: 4/5;
		color: #eee;
		display: grid;
			grid-template-rows: auto auto;
			grid-template-columns: 50px auto;
		margin-top: 30px;
	}

.Z4_boxtext1 {
		grid-column: 2/3; 
		grid-row: 1/2;
	}

.Z4_boxtext2 {
		grid-column: 2/3; 
		grid-row: 2/3;
		margin-top:20px;
	}


h4
{
    font-size: 20px;
    color: #eee;
	margin:0px;
	}
	
	

.Z4-checkmark1 {
		grid-column: 1/2; 
		grid-row: 1/2;
	}

.Z4-checkmark2 {
		grid-column: 1/2; 
		grid-row: 2/3;
		margin-top: 20px;
	}

.Z4_boxtextBottom {
		grid-column: 7/9; 
		grid-row: 7/8;
		background-color: #fee;
		height: 40px;
		text-align: center;
	}


a.request_button_bottom {
	grid-column: 7/9; 
	grid-row: 7/8;
  margin-top: 30px;
  display: inline-flex; /* Inline-flex for flexible layout */
  justify-content: center; /* Center content horizontally */
  align-items: center; /* Center content vertically */
  font-size: 1.125rem; /* Text size (equivalent to text-lg) */
  line-height: 1.75rem; /* Line height */
  font-weight: 500; /* Medium font weight */
  color: rgb(37, 99, 235); /* Blue text color (text-blue-600) */
  background-color: rgb(255, 255, 255); /* White background (bg-white) */
  border: 2px solid rgb(255, 255, 255); /* White border (border-2 border-white) */
  border-radius: 0.375rem; /* Rounded corners (rounded-md) */
  padding: 1rem 2rem; /* Vertical and horizontal padding (py-4 px-8) */
  transition: color, background-color, border-color, text-decoration-color, fill, stroke 150ms cubic-bezier(0.4, 0, 0.2, 1); /* Smooth transitions */
  cursor: pointer; /* Pointer cursor on hover */
}

a.request_button_bottom:hover {
  color: rgb(255, 255, 255); /* Change text color to white on hover */
  background-color: rgb(37, 99, 235); /* Change background to blue on hover */
  border-color: rgb(255, 255, 255); /* Change border color to blue on hover */

  
}




/* Styling for the list container */
.Z4-bullets {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 equal-width columns for bullets */
    grid-template-rows: repeat(2, auto); /* 2 rows for bullets */
    gap: 20px; /* Space between bullets */
    padding: 0;
    margin: 0;
    list-style: none; /* Remove default bullets */
    grid-column: 4 / 9; /* Position bullets in the central grid columns */
    grid-row: 3 / 5; /* Place bullets in the designated rows */
}

/* Styling for list items */
.Z4-bullet1 li {
	grid-column: 1/6; 
	grid-row: 4/5;
    display: flex;
    align-items: center;
    justify-content: center; /* Center items horizontally within their grid cell */
    margin: 0;
    font-size: 16px;
    position: relative;
}

/* Multi-colored bullets */
.Z4-bullet1 li::before {
    content: ''; /* Remove text-based bullet */
    display: inline-block;
    width: 12px; /* Uniform width */
    height: 12px; /* Uniform height */
    margin-right: 12px; /* Space between bullet and text */
    background: linear-gradient(45deg, #008F8C, #008F8C, #008F8C);
    border-radius: 50%; /* Make the bullet circular */
    flex-shrink: 0; /* Prevent size change */
}

.Z4-bullet2 li {
    display: flex;
    align-items: center;
    justify-content: center; /* Center items horizontally within their grid cell */
    margin: 0;
    font-size: 16px;
    position: relative;
}

/* Multi-colored bullets */
.Z4-bullet2 li::before {
    content: ''; /* Remove text-based bullet */
    display: inline-block;
    width: 12px; /* Uniform width */
    height: 12px; /* Uniform height */
    margin-right: 12px; /* Space between bullet and text */
    background: linear-gradient(45deg, #008F8C, #008F8C, #008F8C);
    border-radius: 50%; /* Make the bullet circular */
    flex-shrink: 0; /* Prevent size change */
}

.Z4-bullet3 li {
    display: flex;
    align-items: center;
    justify-content: center; /* Center items horizontally within their grid cell */
    margin: 0;
    font-size: 16px;
    position: relative;
}

/* Multi-colored bullets */
.Z4-bullet3 li::before {
    content: ''; /* Remove text-based bullet */
    display: inline-block;
    width: 12px; /* Uniform width */
    height: 12px; /* Uniform height */
    margin-right: 12px; /* Space between bullet and text */
    background: linear-gradient(45deg, #008F8C, #008F8C, #008F8C);
    border-radius: 50%; /* Make the bullet circular */
    flex-shrink: 0; /* Prevent size change */
}

.Z4-bullet4 li {
    display: flex;
    align-items: center;
    justify-content: center; /* Center items horizontally within their grid cell */
    margin: 0;
    font-size: 16px;
    position: relative;
}

/* Multi-colored bullets */
.Z4-bullet4 li::before {
    content: ''; /* Remove text-based bullet */
    display: inline-block;
    width: 12px; /* Uniform width */
    height: 12px; /* Uniform height */
    margin-right: 12px; /* Space between bullet and text */
    background: linear-gradient(45deg, #008F8C, #008F8C, #008F8C);
    border-radius: 50%; /* Make the bullet circular */
    flex-shrink: 0; /* Prevent size change */
}
	/*----------------ZONE 5---------------------*/



.virk_forside_zone5 {
		grid-column: 1/27; 
		grid-row: 11/12; 
		background-color: #E8E8E8; 
        display: grid;
        grid-template-rows: 60px auto 20px auto 20px auto 20px auto 50px;
        grid-template-columns: auto 30px minmax(150px, 250px) minmax(150px, 250px)  0px minmax(150px, 250px) minmax(150px, 250px) 20px 30px auto;
	}

    h3.Z5_Heading {
        grid-column: 1 / -1;
        grid-row: 2 / 3;
        font-size: 35px;
		margin-bottom:30px;
        color: #000;
        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;
        display: flex;
        align-items: center;
        justify-content: center;
    } 
	
.Z5_minigrid {
	grid-column: 1/-1; 
	grid-row: 4/5; 
	display: grid;
	grid-template-rows: auto;
    grid-template-columns: 40px auto 10px auto 10px auto 10px auto 40px;
	width: 100%;
	height: 100%;
	margin: 0 auto;
	
}


.Z5_card1 {
	grid-column: 2; 
	grid-row: 1; 
	background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    max-width: 220px;
    margin: 1rem auto;
		margin-top:30px; */
	}




	/*----------------Cards in zone 5---------------------*/

.card1_image img {
    width: 100%;
    height: auto;
}

.card1_content {
    padding: 1rem;
}

.card1_content h2 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #000;
    margin: 0.5rem 0;
}

.card1_content p {
    font-size: 0.9rem;
    color: #6b7280; /* Gray color for subtext */
    margin: 0.5rem 0;
}

.card1_content h3 {
    font-size: 1.5rem;
    color: #1e40af; /* Blue color for salary */
    margin: 0.5rem 0;
}

.card1_content .savings {
    font-size: 1rem;
    color: #059669; /* Green color for savings */
    font-weight: bold;
    margin: 0.5rem 0;
}

.Z5_card2 {
	grid-column: 4; 
	grid-row: 1; 
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    max-width: 220px;
    margin: 1rem auto;
		margin-top:30px;
}

.card2_image img {
    width: 100%;
    height: auto;
}

.card2_content {
    padding: 1rem;
}

.card2_content h2 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #000;
    margin: 0.5rem 0;
}

.card2_content p {
    font-size: 0.9rem;
    color: #6b7280; /* Gray color for subtext */
    margin: 0.5rem 0;
}

.card2_content h3 {
    font-size: 1.5rem;
    color: #1e40af; /* Blue color for salary */
    margin: 0.5rem 0;
}

.card2_content .savings {
    font-size: 1rem;
    color: #059669; /* Green color for savings */
    font-weight: bold;
    margin: 0.5rem 0;
}

.Z5_card3 {
	grid-column: 6; 
	grid-row: 1; 
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    max-width: 220px;
    margin: 1rem auto;
		margin-top:30px;
}

.card3_image img {
    width: 100%;
    height: auto;
}

.card3_content {
    padding: 1rem;
}

.card3_content h2 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #000;
    margin: 0.5rem 0;
}

.card3_content p {
    font-size: 0.9rem;
    color: #6b7280; /* Gray color for subtext */
    margin: 0.5rem 0;
}

.card3_content h3 {
    font-size: 1.5rem;
    color: #1e40af; /* Blue color for salary */
    margin: 0.5rem 0;
}

.card3_content .savings {
    font-size: 1rem;
    color: #059669; /* Green color for savings */
    font-weight: bold;
    margin: 0.5rem 0;
}

.Z5_card4 {
	grid-column: 8; 
	grid-row: 1; 
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    text-align: center;
    max-width: 220px;
    margin: 1rem auto;
	margin-top:30px;
}

.card4_image img {
    width: 100%;
    height: auto;
}

.card4_content {
    padding: 1rem;
}

.card4_content h2 {
    font-size: 1.25rem;
    font-weight: bold;
    color: #000;
    margin: 0.5rem 0;
}

.card4_content p {
    font-size: 0.9rem;
    color: #6b7280; /* Gray color for subtext */
    margin: 0.5rem 0;
}

.card4_content h3 {
    font-size: 1.5rem;
    color: #1e40af; /* Blue color for salary */
    margin: 0.5rem 0;
}

.card4_content .savings {
    font-size: 1rem;
    color: #059669; /* Green color for savings */
    font-weight: bold;
    margin: 0.5rem 0;
}


/* Z6 */

.virk_forside_zone6 {
    grid-column: 1 / 27;
    grid-row: 10 / 11;
    /* grid-row: 12 / 14; */
    background-color: #e5deff33;
    display: grid;
    grid-template-rows: 50px auto 30px auto auto auto auto auto auto auto 70px;
    grid-template-columns: auto 30px 20px 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 20px 30px auto;
    /*justify-items: center;
    align-items: center;*/
	}



/* General styles for the testimonial section */

.Z6_Heading {
        grid-column: 1 / -1;
        grid-row: 2 / 3;
        font-size: 35px;
        color: rgb(64 62 67 / var(--tw-text-opacity));
        text-align: center;
        margin: 0 auto;
        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;
        display: flex;
        align-items: center;
        justify-content: center;
}

/* Container for testimonials */
.Z6_testimonial_container {
	grid-column: 1 / -1;
    grid-row: 4 / 5;    
	
	display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
	text-align: center;
}

/* Individual testimonial card */
.testimonial-card1 {
	grid-column: 1 / 2;
    grid-row: 3 / 4;
	display: flex;
	flex-direction: column; 
    background-color: transparent; /* Can be set as needed */
    border: 1px solid hsl(214.3, 31.8%, 91.4%); /* Light gray */
    border-radius: 10px;
    padding: 1.5rem; /* 24px */
    max-width: 400px;
    text-align: center;
	justify-content: center;
	align-items: center;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* Subtle shadow */
    color: hsl(222.2, 84%, 4.9%); /* Dark navy text color */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    box-sizing: border-box;
}












.testimonial-card2 {
	grid-column: 3 / 4;
    grid-row: 3 / 4;
	display: flex;
	flex-direction: column; 
    background-color: transparent; /* Can be set as needed */
    border: 1px solid hsl(214.3, 31.8%, 91.4%); /* Light gray */
    border-radius: 10px;
    padding: 1.5rem; /* 24px */
    max-width: 400px;
    text-align: center;
	align-items: center;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* Subtle shadow */
    color: hsl(222.2, 84%, 4.9%); /* Dark navy text color */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    box-sizing: border-box;

}

.testimonial-card3 {
	grid-column: 5 /6;
    grid-row: 3 / 4;
	display: flex;
	flex-direction: column; 
    background-color: transparent; /* Can be set as needed */
    border: 1px solid hsl(214.3, 31.8%, 91.4%); /* Light gray */
    border-radius: 10px;
    padding: 1.5rem; /* 24px */
    max-width: 400px;
    text-align: center;
	justify-content: center;
	align-items: center;
	box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05); /* Subtle shadow */
    color: hsl(222.2, 84%, 4.9%); /* Dark navy text color */
    font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    box-sizing: border-box;
	display:none;

}


/* Testimonial quote styles */
.testimonial-quote {
    font-size: 1rem;
    color: rgb(75 85 99 / var(--tw-text-opacity));
    margin-bottom: 20px;
    position: relative;
    line-height: 1.5;
	font-style: italic;
	
}

.quote-icon {
    font-size: 2rem;
    color: #6c63ff;
    position: absolute;
    top: -10px;
    left: -10px;
}

/* Author details */
.testimonial-author {

    align-items: center;
    margin-top: 20px;
	margin: 0 auto;
}

.testimonial-author-img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 15px;
    border: 2px solid #6c63ff;
	margin: 0;
    padding: 0;
    display: block; /* Removes inline spacing if img is inline */
}

.testimonial-author-info {
    text-align: center; 
	margin: 0 auto; 
}

.author-name {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    color: #333;
}

.author-title {
    font-size: 0.875rem;
    color: #777;
    margin: 5px 0 0;
}



