/* CSS Document */

.section_1 {
  position: relative;
  width: 100%;
  min-height: 520px;
  overflow: hidden;
  background: #1a1410;
	padding: 200px 0;
/*  font-family: Georgia, 'Times New Roman', serif;*/
}

.section_1_bg {
  position: absolute;
  inset: 0;
  background-image: url('https://purefloorsinstallations.com.au/uploads/pages/new-landing-page-april-2026-pages-1775964398.jpg'); /* swap in your photo */
  background-size: cover;
  background-position:bottom;
}

.section_1_overlay {
  position: absolute;
  inset: 0;
  background: radial-gradient(ellipse at center, rgba(0,0,0,0.25) 0%, rgba(0,0,0,0.65) 100%);
}

.section_1_inner {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 5rem 2rem;
  max-width: 1350px;
	padding: 0 40px;
	text-align: left;
  margin: 0 auto;
}

.section_1_inner h1 {
  font-size: clamp(42px, 7vw, 176px);
  font-weight: 700;
  line-height: 1.08;
  color: #fff;
  letter-spacing: -1.5px;
  margin-bottom: 1rem;
}

.section_1_inner h1 span { color: #b7e4eb; }

.section_1_divider {
  width: 40px;
  height: 1px;
  background: rgba(201,169,110,0.4);
}

.section_1_sub {
  font-family: sans-serif;
  font-size: 11px;
  color: #FFFFFF;
  line-height: 1.7;
  margin-bottom: 2.5rem;
}

.section_1_cta {
  display: inline-block;
  font-family: sans-serif;
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: #FFFFFF;
  padding: 14px 36px;
  border-radius: 25px;
  text-decoration: none;
  transition: background 0.2s, transform 0.15s;
	border: 3px #FFFFFF solid;
	border-right-width: 25px;
}

.section_1_cta:hover {
  background: #b7e4eb;
  transform: translateY(-1px);
}











/* cta:start*/
.new_lp_cta_container_1{
	display: flex;
	justify-content: center;
	align-content: center;
	flex-direction: column;
}
.new_lp_cta_link_1{
	margin: 0;
width: fit-content;
  display: flex;
  align-items: center;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #FFFFFF;
	border: 2px #FFFFFF solid;
  padding: 10px 20px;
  border-radius: 0 30px 30px 0;
  text-decoration: none;
  transition: background 0.8s ease;
}

.new_lp_cta_container_1:hover .new_lp_cta_link_1 .cta-arrow{
	transform: translateX(5px);
}
/* cta:end*/


@keyframes mainAnim{
	
	from{
		opacity: 0;
/*		transform: translateY(-3%);			*/
	}
	to{
		opacity: 1;
/*		transform: translateY(0%);		*/
	}
	
}

.new_lp_menu_items{
    display: flex; 
    align-items: center;
	justify-content: space-between;
	animation: mainAnim 1s ease-in-out alternate;
	background: #ffffff;
    border-radius: 0 0 25px 25px;
    padding: 15px 50px;
	width: 60%;
}	

.new_lp_menu_items a{
    margin: 0 10px;
	text-transform: uppercase;
    text-align: left;
}	

.has_submenu{
	position: relative;
}

.has_submenu:hover > .sub, .has_submenu:hover .icon_nav_point_container, .header .in .row_2 .sub:hover{
	visibility: visible;
	opacity: 1;
}


.sub{
	border-radius: 1px;
	position: absolute;
	background: white;
	z-index: 97;
	padding: 25px;
	left: 0;
	top: 100%;
	max-height: calc(100vh - 40px);
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	overflow: visible;
	border: 1px solid #e9e9e9;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 0.2));
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s ease-in-out;
}
.sub li{
	list-style: none;
	line-height: 40px;
	font-size: 15px;
	white-space: nowrap;
	transition: color 0.3s ease;
}
.sub a{
	margin: 0 !important;
	padding: 0 5px !important;
	color: #040404 !important;
	display: flex;
	align-items: center;
	font-weight: 300;
}

.sub a:hover{
	text-decoration: underline;
	color: #f84f5c;
}

.icon_nav_point_container{
	display: none !important;
	width: 50px;
	height: 12px;
	position:absolute;
	justify-content: center;
	z-index:99;
	visibility: hidden;
	opacity: 0;
	transition: opacity .2s ease-in-out;
}

.icon_nav_point{
	width: 18px;
	height: 18px;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #FFFFFF;
	background: white;
	transform: rotate(45deg);
}

.icon_arrow_down{
	width:12px;
	height:8px;
}


@media only screen and (max-width:1024px){
	
	.new_lp_cta_container_1{
		display: NONE;
	}
	
	.new_lp_menu_items{
		display: none;
		padding: 30px;
		flex-direction: column;
		align-items: flex-start;
	}	
	
	.new_lp_menu_items a{
		margin: 10px 0;
		color: #FFFFFF;
		text-align: left;
	}	
	
	.new_lp_menu_items a:hover{
		color: #EAA62E;
		text-decoration: none;
	}
	
    .sub{
	
	background: none ;
		top: 0;
		margin-bottom: 10px;
		padding: 10px 0 0 0;
        position: relative;
        left: 0;
        max-height: calc(100vh - 40px);
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        overflow: visible;
        border: 0;
        filter:none;
        visibility:visible;
        opacity: 1;
        transition: opacity .2s ease-in-out;
    }
    .sub li{
        list-style: none;
        line-height: 40px;
        font-size: 15px;
        white-space: nowrap;
        transition: color 0.3s ease;
    }
    .sub a{
		margin: 0;
        color: #FAFAFA;
        display: flex;
        align-items: center;
    }
	
    .has_submenu{margin-top: 10px;
        text-align: left;
    }
	
	.icon_nav_point_container{
		display: none
	}
	
	
	
}

@media screen and (min-width:768px) and (max-width:1024px){
	
	.new_lp_menu_items{
		padding: 30px;
		flex-direction: column;
		align-items: flex-start;
	}	
	
	.new_lp_menu_items a{
		margin: 10px 0;
		color: #FFFFFF;
		text-align: left;
	}	
	
	.new_lp_menu_items a:hover{
		color: #EAA62E;
		text-decoration: none;
	}
	
}