@charset "UTF-8";


.sub-text {
	font-size: 22px;
    font-weight: 600;
    line-height: 30px;
}

.link-uline{
	color:#000000;
	border-bottom-color: #00a74a;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.link-uline:hover{
	text-decoration:none;
	color:#666666;
	cursor:pointer;
}

.link-uline-white{
	color:#ffffff;
	border-bottom-color: #ffffff;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
.link-uline:hover{
	text-decoration:none;
	color:#efefef;
	cursor:pointer;
}

.blue {
	color: #003da5;
}

.teal {
	color: #009691;
}

/* Custom table styles */
    .custom-table {
      border-collapse: collapse;
      width: 100%;
      margin-top: 20px;
    }
    .custom-table th, .custom-table td {
      border: 1px solid #ffffff;
      padding: 12px;
	font-size: 16px;

    }

.custom-table th {
  color: #fff; /* Keeps the text white in each header cell */
  font-size: 16px;
}


/* Container for the details category */
.side-menu {
    background: #f7f7f7;
    padding: 25px;
    border-radius: 0px 20px;
    margin-bottom: 30px;
}

/* List within the details category */
.side-menu ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

/* List items */
.side-menu ul li {
    position: relative;
    margin-bottom: 12px;
}

/* Links within list items */
.side-menu ul li a {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 20px;
    background: #fff;
    border-radius: 7px;
    color: #000000;
    text-decoration: none;
    transition: all 0.2s ease;
}

/* Active state for list items */
.side-menu ul li.active a {
    background: linear-gradient(45deg, #003da5, #009691, #00a74a);
    color: #ffffff;
    border-radius: 7px;
    padding: 15px 20px;
    display: block;
	font-weight: 600;
}

/* Icon within links */
.side-menu ul li a i {
    font-size: 16px;
    transition: all 0.3s ease;
}

/* Hover effect for links */
.side-menu ul li a:hover {
    background: linear-gradient(45deg, #003da5, #009691, #00a74a);
    color: #ffffff;
    border-radius: 7px;
    padding: 15px 20px;
    display: block;
    text-decoration: none;
	font-weight: 600;
}

/* Hover effect for icons */
.side-menu ul li a:hover i {
    transform: translateX(5px);
}


.border-top-blue {
    border-top: #003da5 solid 7px;
}

.border-top-white {
    border-top: #ffffff solid 7px;
}

.border-top-green {
    border-top: #00a74a solid 7px;
}

.border-top-gradient {
 border-top: 5px solid transparent;
    border-image: linear-gradient(45deg, #003da5 50%, #009691 60%, #00a74a 80%) 1;
}

.custom-bullet {
    list-style: none; /* Removes the default bullets */
    padding-left: 20px; /* Adjust to create space for the custom bullet */
}

.custom-bullet li {
    position: relative; /* Makes sure the :before pseudo-element is positioned correctly */
}

.custom-bullet li:before {
      content: url(https://www.nest.net.au/images/icons/bullet-_Green_Teal_Gradient_Triangle.svg);
    position: absolute;
    left: -25px;
    top: 3px;
    width: 10px;
    height: 10px;
}

.ullvl2 {
    list-style: none; /* Removes the default bullets */
    padding-left: 40px; /* Adjust to create space for the custom bullet */
}

.ullvl2 li:before{
	content: url(https://www.nest.net.au/images/icons/bullet-_Blue_Dot.svg);
	position: absolute;
    left: -25px;
    top: 40%;
    transform: translateY(-100%);
    width: 7px;
    height: 7px;
}


.cards-lift{
    transition: all 0.2s ease;
    cursor: pointer;
	padding: 0px;
	margin-right: 15px;
  }
    

.cards-lift:hover{
   transform: scale(1.025);  
}

/* keep CTA on top and centered across all breakpoints */
.footer-area .footer-content {
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important; /* centers the CTA box horizontally */
}

/* let the lists container behave normally */
.footer-area .footer-content > .container {
  width: 100%;
}

.footer-area-btm {
    padding: 20px;
}

.footer-content {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
    justify-content: center;
}

.footer-column {
  flex: 1 1 auto; 
  max-width: 300px;
}

.footer-column h3 {
  margin-bottom: 15px;
}

.footer-column p,
.footer-column ul {
  font-size: 18px;
  margin: 0;
}

.footer-column ul {
  list-style: none;
  padding: 0;
}

.footer-column ul li {
  margin: 5px 0;
}

.footer-column ul li a {
    text-decoration: none;
    font-size: 18px;
}

.footer-column ul li a:hover {
  text-decoration: underline;
}

.footer-cta-text {
    font-size: 40px;
    font-weight: 600;
    line-height: 60px;
    letter-spacing: -0.5px;	
}


.font-weight {
    font-weight: 600;
}

.btn-gradient {
  background-color: #00a74a; /* Default background */
  color: #fff; /* Default text color */
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 7px;
  cursor: pointer;
  position: relative; /* For positioning the chevron */
  overflow: hidden; /* Prevents content overflow */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
  padding: 16px 60px;
}


.btn-gradient:hover {
  background: linear-gradient(45deg, #003da5, #009691, #00a74a);
  color: #ffffff; /* White text on hover */
}

.btn-green {
  background-color: #00a74a; /* Default background */
  color: #fff; /* Default text color */
  border: none;
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 7px;
  cursor: pointer;
  position: relative; /* For positioning the chevron */
  overflow: hidden; /* Prevents content overflow */
  transition: all 0.3s ease; /* Smooth transition for hover effects */
  padding: 16px 60px;
	box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.075) !important; 
}


.btn-green:hover {
 background: linear-gradient(45deg, #00a74a, #009691);
  color: #ffffff; /* White text on hover */
	box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.075) !important; 
}


.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(52, 58, 64, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(52, 58, 64, 0.15) !important; }

.shadow-lg, .demo-pages a:hover {
  box-shadow: 0 1rem 3rem rgba(52, 58, 64, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.pretty-font{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	 font-size: 2rem;
  font-weight: 300; 
	font-style: normal;
}

.pretty-font-sml{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	 font-size: 1.6rem;
  font-weight: 300; 
	font-style: normal;
}

.pretty-font-header {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2.8rem;
    font-weight: 300;
    font-style: normal;
    color: #ffcb00;
}

.pretty-font-lg {
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    font-size: 2.5rem;
    font-weight: 300;
    font-style: normal;
    color: #ffcb00;
}

.pretty-font-tiny{
    font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	 font-size: 1.4rem;
  font-weight: 300; 
}



.gradient-text {
  background: linear-gradient(45deg, rgba(0, 61, 165, 1.0) 5%, rgba(0, 150, 145, 1.0) 50%, rgba(0, 167, 74, 1.0) 95%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text; /* For non-webkit browsers */
}

.hero_section {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center; /* Centers content vertically */
  justify-content: center; /* Optional: centers content horizontally */
  background: url('https://your-image-url-here.jpg') center center / cover no-repeat; /* Background image */
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(45deg, rgba(0, 61, 165, 0.7) 15%, rgba(0, 150, 145, 0.7) 50%, rgba(0, 167, 74, 0.7) 85%);
  z-index: 1;
}

.gradient-bg {
    background: linear-gradient(45deg, #003da5 15%, #009691 50%, #00a74a 85%);
}

.gradient-blue-bg {
 background: linear-gradient(45deg, #003da5, #009691);
}

.gradient-green-bg {
 background: linear-gradient(45deg, #00a74a, #009691);
}

.blue-bg {
    background-color: #003da5;
}

.light-blue-bg {
	 background-color: rgba(0, 61, 165, 0.1);
}

.green-bg {
    background-color: #00a74a;
}

.light-green-bg {
    background-color: rgba(0, 167, 74, 0.1);
}

.mid-green-bg {
	background-color: #009691;
}

.mid-green-light-bg {
	 background-color: rgba(0, 165, 150, 0.25);
}

.mid-green-teal-bg {
	 background-color: rgba(0, 165, 150, 0.65);
}



.light-grey-bg {
    background-color: #efefef;
}

.dark-grey-bg {
	background-color: #404040;
}

.mid-grey-bg {
	background-color: #a6a6a6;
}

.white-bg {
background-color: #ffffff;
}

.btn-outline {
color: #ffffff;
    background-color: transparent;
    border: #ffffff solid 2px;
    gap: 12px;
    line-height: 1;
    font-size: 18px;
    overflow: hidden;
    font-weight: 700;
    position: relative;
    padding: 20px 50px;
    align-items: center;
    display: inline-flex;
    letter-spacing: -0.2px;
    justify-content: center;
    border-radius: 20px;
	white-space: nowrap;
}	

.btn-outline:hover {
    color: #ffffff;
    background-color: rgba(255, 255, 255, 0.3); /* White with 30% opacity */
    border: rgba(255, 255, 255, 0.3) solid 2px; /* Matches the background's opacity */
    gap: 12px;
    line-height: 1;
    font-size: 18px;
    overflow: hidden;
    font-weight: 700;
    position: relative;
    padding: 20px 50px;
    align-items: center;
    display: inline-flex;
    letter-spacing: -0.2px;
    justify-content: center;
    border-radius: 20px;
}

   