#bg_w_foto {
	position: relative;

	background: #e7edff;
    background-size: cover;

    border-top: 1px solid #302c2c;

    padding: 15px 20px 100px 20px;

    min-height: 350px;
}


#main_slogan_holder {
	margin-left: 5%;
	margin-bottom: 100px;
}


#pop_welcome_msg {
	display: none;
}

	.mobile_no_show {
		display: inline-block;
	}

/* to display Horizontally on PC and then Vertically on Mobile */


.item_hp {
  position: relative;
  flex: 0 0 calc(50% - 100px); /* 2 items per row, accounting for gap */
  box-sizing: border-box; /* Include padding and border in item width */
  padding: 10px;
  text-align: center;
  cursor: pointer;
  background: #22cbaa;
  font-family: economica_reg;
  font-size: 30px;
  color: white;
  border-radius: 5px;
}

.item_hp:hover {
	background: #cb2298;
}

.page_top_wrap_slogan {
	margin-top: 2%;
}

.page_top_main_slogan {
	display: inline-block;
    font-family: amsi-pro-ultra-narrow;
    font-size: 33px;
	color: black;
	background: white;
	padding: 10px;
}

.page_top_wrap_sub {
	margin-top: 2px;
}

#search_ask_box {
	position: relative;
}

#search_ask_box_msg {
	position: absolute;
	font-family: economica_bold;
	font-size: 1.5rem;
	top: -30px;
	left: 0px;
}

#with_click_on {
	cursor: pointer;
	font-size: 16px;
	margin-right: 5px;
	border-radius: 5px;
}

#with_click_on:hover {
	background: #0085ff;
	color: white;
}

#new_mark_notice, .language_notice {
	display: inline-block;
	font-family: economica_bold;
	font-size: 20px;
	background: red;
	color: white;
	padding: 5px;
	border-radius: 5px;
}

.language_notice {
	background: white;
	color: black;
	margin-left: 5px;
	border: 1px solid #0085ff;
	border-radius: 5px;
}

.cnty_flag {
	display: inline-block;
	width: 30px;
	margin-left: 5px;
}

.page_top_sub_slogan {
	font-family: economica_reg;
	font-size: 20px;
	margin-top: 5px;
	padding-top: 5px;
	border-top: 1px solid #d3d3d3;
}

.line_top_sub_slogan {
	display: inline-block;
	font-size: 20px;
	padding: 5px;
	font-family: economica_reg;
	cursor: pointer;
	background: white;
	border: 1px solid #0085ff;
	border-radius: 5px;
}

.line_top_sub_slogan:hover {
	background: #0085ff;
	color: white;
}

.item_icon_imgs, .item_icon_imgs_right {
	position: absolute;
	width: 70px;
	border: 2px solid #0085ff;
	border-radius: 50%;
	left: -30px;
	top: -10px;
	z-index: 50;
	background: white;
}

.item_icon_imgs_right {
	left: auto;
	right: -10px;
}

.join_holder_bottom {
   padding-top: 25px;
   padding-bottom: 100px;
   display: none;
}


#top_info_holder {
	position: relative;
}

#xmas_lights {
    position: absolute; 
    left: 35%;
    top: -15px;
    width: 30%;
    z-index: 100;
}

#search_box_new {
	position: relative;
    align-items: center;  
    gap: 1px;
	justify-content: center;  
	margin-top: 2%;
    margin-left: 20%;

}

.container_hp {
  display: flex;
  position: relative;
  flex-wrap: wrap; /* Allows items to wrap to the next line */
  justify-content: center; /* Centers items horizontally */
  gap: 10px; /* Space between elements */
  max-width: 75%; /* Limit container width for centering */
  margin: 0 auto; /* Centers the container itself */
  margin-top: 100px;

  column-gap: 100px;  /* gap horizontally between items of a row*/
  row-gap: 40px;	/* gap vertically between the rows*/

  padding: 20px;
  padding-top: 40px;

  border: 2px solid purple;
  border-radius: 10px;
}

#container_top_lbl {
	position: absolute;
	background: #1a4f72;
	color: white;
	padding: 5px;
	border-radius: 5px;
	top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
	z-index: 100;

	font-family: economica_bold;
  	font-size: 32px;
}



.butn_shar_vals {
	padding: 10px;
	font-size: 25px;
	border-radius: 5px;
}

.conv_holder_hp {
    padding: 20px;
    text-align: center;
    background: #f9f9f9;

	/* ADD THESE: */
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.ultiamte_butn_pop {
	display: inline-block;
	background: #61B329;
	color: white;
	border: 2px solid white;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

	/* ADD THESE: */
    flex-shrink: 1;
    min-width: 0;
}

.ult_butn_sq  {
	display: inline-block;
	cursor: pointer;
	background: white;
	color: red;
	border: 2px solid red;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
	margin-left: 5px;

	/* ADD THIS: */
    flex-shrink: 0;
}

.ult_butn_sq:hover {
	background: red;
	color: white;
	box-shadow: none;
}


@media only screen and (min-device-width: 300px) and (max-device-width: 480px) {

	#search_box_new {
		margin-left: 5%;
		margin-top: 4%;
	}

	.page_top_main_slogan {
		font-size: 20px;
	}

	.page_top_sub_slogan {
		font-size: 16px;
	}

	.page_top_wrap_slogan {
		margin-right: 2%;
	}


	.mobile_no_show {
		display: none;
	}

	.item_icon_imgs {
		width: 48px;
		left: -24px;
		top: 1px;
	}


	.item_hp {
		flex-basis: auto; /* Reset flex-basis to allow width to take effect */
		width: 70%;
	}

	#bg_w_foto {
        height: auto;
        min-height: 0;

        padding-top: 20px;
        padding-right: 5px;
        padding-bottom: 20px;
        padding-left: 5px;

        background: #c4e3ff;
    }


	.slogan_box_srch {
		display: block;
	}

    .container_hp {
		max-width: 100%;
        flex-direction: column; /* Stack items vertically */
        align-items: center; /* Center items horizontally within the column */
    }

  .item_hp {
        flex: 0 0 100%; /* Full width for items on mobile */
   }


   #xmas_lights {
    left: 37%;
    top: 10px;
    width: 38%;
   }

   .butn_shar_vals {
		padding: 5px;
		font-size: 18px;
	}

	#search_ask_box_msg {
		font-size: 1.25rem;
		top: -25px;

	}

	#main_slogan_holder {
		margin-bottom: 50px;
	}

   .line_top_sub_slogan {
		display: block;
		width: 85%;
		margin-bottom: 5px;
		font-size: 18px;
   }


}