@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  color:#fff; 
  font-family: 'Poppins', sans-serif;
}

a{ 
  display:inline-block;
  text-decoration:none;
  padding:0; 
  margin:0; 
  transition:all 500ms ease-in-out;
}

a:focus, a:hover{ 
  outline:none; 
  text-decoration:none; 
}

h1, h2, h3, h4, h5, h6{
  margin:0;
  padding:0;
}

ul,li{ 
  padding:0; 
  margin:0; 
  list-style:none; 
}

button:focus{
  outline:none;
}

img{
  max-width:100%;
  height:auto;
}

@font-face {
  font-family: 'Alice';
  src: url('../fonts/Alice-Regular.woff2') format('woff2'),
      url('../fonts/Alice-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'LeckerliOne';
  src: url('../fonts/LeckerliOne.woff2') format('woff2'),
      url('../fonts/LeckerliOne.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}



/* ===== common css ====== */
/* From Uiverse.io by gharsh11032000 */ 
.animated-button {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  border: none;
  font-size: 16px;
  background-color: #7444C2;
  border-radius: 100px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 0 0 2px #ffffff20;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #F7933B;
  border-radius: 50%;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button span:first-child {
  position: relative;
  z-index: 1;
}

.animated-button:hover {
  box-shadow: 0 0 0 5px #7444C2;
  color: #ffffff;
}

.animated-button:active {
  scale: 0.95;
}

.animated-button:hover span:last-child {
  width: 150px;
  height: 150px;
  opacity: 1;
}

/* =====animated button two====== */

.animated-button2 {
  position: relative;
  display: inline-block;
  padding: 12px 24px;
  border: none;
  font-size: 16px;
  background-color: #F7933B;
  border-radius: 100px;
  font-weight: 600;
  color: #ffffff;
  box-shadow: 0 0 0 2px #ffffff20;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.6s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button2 span:last-child {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  background-color: #7444C2;
  border-radius: 30px;
  opacity: 0;
  transition: all 0.8s cubic-bezier(0.23, 1, 0.320, 1);
}

.animated-button2 span:first-child {
  position: relative;
  z-index: 1;
}

.animated-button2:hover {
  box-shadow: 0 0 0 5px #F7933B;
  color: #ffffff;
}

.animated-button2:active {
  scale: 0.95;
}

.animated-button2:hover span:last-child {
  width: 100%;
  height: 100%;
  opacity: 1;
}

.common_btn{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#7444c2;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn:hover{
  background:#f7933b;
  color:#fff;
}

.common_btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  background:#f7933b;
  border-radius:30px;
  padding:15px 30px;
}

.common_btn2:hover{
  background:#7444c2;
  color:#fff;
}

.text-common{
  font-size:16px;
  color:#000;
  line-height:26px;
  padding-bottom:20px;
}

/* ===== Header Starts ====== */
.navbar-default{ 
  background:none; 
  border:none;
  padding:0;
  margin:0; 
  transition:all 600ms ease-in-out; 
}

.header-top{
  box-shadow: 11px 29px 33px -31px rgba(0,0,0,0.59);
  -webkit-box-shadow: 11px 29px 33px -31px rgba(0,0,0,0.59);
  -moz-box-shadow: 11px 29px 33px -31px rgba(0,0,0,0.59);
  padding: 20px;
}

/* .hd-link ul li {
  display: block; 
  margin-bottom: 10px; 
  text-align: center; 
}

.hd-link ul li a{
   font-size: 16px;
   line-height: 20px;
   color: #1c1c1c;
}

.hd-link ul li a:hover{
  color: #2ab45b;
} */

.home-banner{
  margin-top: 125px;
  padding:50px 0;
}

.home-banner:before{
  content:"";
  position:absolute;
  width:450px;
  height:100%;
  background:url(../images/banner-lt-bg.png) no-repeat center center, #3318b8;
  background-size:cover;
  left:0;
  top:0;
}

.banner-bg-title{
   font-size: 60px;
   line-height: 70px;
   color:#f7933b;
   font-weight: 600;
}

.banner-sm-title{
  font-size: 16px;
  line-height: 27px;
  color: #1c1c1c;
}

.banner-content{
  padding-top: 50px;
}

.banner-sub-img,
.about-top-content{
  border-radius: 74px 0px 0px 0px;
  -webkit-border-radius: 74px 0px 0px 0px;
  -moz-border-radius: 74px 0px 0px 0px;
}

/* ===== About Starts ====== */
.service-title{
  font-size: 16px;
  line-height: 18px;
  color: #1c1c1c;
  padding: 20px;
  background: #ffffff;
}

.about-panel{
/*   background: url("../images/art-background-close-up-color.jpg") no-repeat center center, #ffffff; */
  background: url("https://insightliving.com.au/wp-content/uploads/2025/03/footer-img02.png") no-repeat center center, #ffffff;
  background-size: cover;
  padding: 30px 0;
}

.about-top{
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-mid-title{
   font-size: 18px;
   line-height: 20px;
   color: #1c1c1c;
   font-weight: 600;
}

.about-text-common{
  font-size: 14px;
  line-height: 20px;
  color: #1c1c1c;
}

.about-mid{
  margin-top: 50px;
  margin-bottom: 50px; 
}

.about-bottom-sm-title{
  font-size: 35px;
  line-height: 37px;
  color: #462fb6;
  font-weight: 600;
  padding-bottom: 25px;
}

.about-bottom-bg-title{
  font-size: 50px; 
  line-height: 55px;
  color: #1c1c1c;
  font-weight: 600;
  padding-bottom: 30px;
}

.about-bottom-text-common{
   font-size: 16px;
   line-height: 26px;
   color: #1c1c1c;
   padding-bottom: 25px;
}

.about-bottom{
  margin-top: 20px;
  margin-bottom: 20px;
}

.about-mid-icon{
  padding: 20px;
  padding-top: 2px;
}

.service-card a:hover{
  box-shadow: 13px 13px 19px -11px rgba(0,0,0,0.75);
  -webkit-box-shadow: 13px 13px 19px -11px rgba(0,0,0,0.75);
  -moz-box-shadow: 13px 13px 19px -11px rgba(0,0,0,0.75);
}

.service-card .service-title:hover{
  background: #7444c2;
  color: #fff;
}

.choose-us{
  padding: 30px;
  background: rgb(178,100,210);
  background: linear-gradient(90deg, rgba(178,100,210,1) 0%, rgba(71,47,182,1) 100%); 
}

.choose-us-content{
  background: url("../images/trans-logo01.png") no-repeat center center;
}

.choose-us-box{
  padding: 20px;
  margin-bottom: 10px;
  background: #462fb6;
  transition:all 500ms ease-in-out;
}

.choose-us-box:hover{
	background:#fff;
}

.choose-us-box:hover .choose-us-icon img{
	filter: invert(58%) sepia(57%) saturate(5330%) hue-rotate(243deg) brightness(86%) contrast(85%);
}

.choose-us-text{
  font-size: 24px;
  line-height: 26px;
  color: #fff;
  font-weight:600;
  padding-top: 15px;
  transition:all 500ms ease-in-out;
}

.choose-us-box:hover .choose-us-text{
	color:#a15acd;
}

.choose-us-sm-title{
  font-size: 35px;
  line-height: 38px;
  color: #ffffff;
  font-weight:600;
  padding-bottom: 25px;
}

.choose-us-bg-title{
  font-size: 54px;
  line-height: 60px;
  color:#ffffff;
  font-weight: 700;
  padding-bottom: 40px;
}

.chooseus-panel{
   background: #FFFFFF;
   padding: 25px;
}

.chooseus-panel-sm-title{
   font-size: 35px;
   font-family: 'Alice';
   line-height: 37px;
   color: #f7933b;
   padding-bottom: 25px;
}

.chooseus-panel-sm-title::after{
  content:"";
  position:absolute;
  width:60px;
  height:2px;
  background:#f7933b;
  right:-75px;
  top:0;
  bottom:0;
  margin:auto 0;
}

.chooseus-panel-sm-title::before{
  content:"";
  position:absolute;
  width:60px;
  height:2px;
  background:#f7933b;
  right:248px;
  top:0;
  bottom:0;
  margin:auto 0;
}


.chooseus-panel-bg-title{
  font-size: 50px;
  line-height: 60px;
  color: #1c1c1c;
  font-weight: 600;
}

.h-cta-text{
  font-size: 18px;
  line-height: 20px;
  color: #1c1c1c;
  font-weight: 500;
}

.home-form{
  background: url("../images/home-form-img01.jpg") no-repeat center center, #ffffff;
  background-size:cover;
  padding: 0px 0;
}

.home-form-sm-title{
   font-size: 50px;
   font-family:'poppins  Black';
   line-height: 60px;
   color: #4569a7;
   font-weight: 600;
}

.home-form-content{
	padding:35px;
}

/* .home-form{
   padding-top: 40px;
   padding-bottom: 40px;
} */

.testimonial{
  background: url("../images/texture-bg02.jpg") no-repeat center center, #ffffff;
  background-size: cover;
  padding: 30px;
}

.testimonial-sm-title{
  font-size: 35px;
  font-family: 'LeckerliOne';
  line-height: 45px;
  color: #3318b8;
}

.testimonial-bg-title{
  font-size: 25px;
  line-height: 35px;
  color: #1c1c1c;
  padding-bottom: 10px;
}


#footer{
/*   background: url("../images/art-background-close-up-color.jpg") no-repeat center center, #ffffff; */
  background: url("https://insightliving.com.au/wp-content/uploads/2025/03/footer-img02.png") no-repeat center center, #ffffff;
  background-size: cover;
  padding: 30px;
}

.footer-top{
  padding-bottom: 30px;
}

.footer-mid-content{
   padding: 20px;
}

.footer-mid-title{
  font-size: 18px;
  line-height: 20px;
  color: #1c1c1c;
  padding-bottom: 5px;
  font-weight: 500;
}

.footer-mid-text-common a,
.footer-mid-text-common{
  font-size: 18px;
  line-height: 24px;
  color: #f7933b;
  font-weight: 400;
}

.footer-sm-title{
  font-size: 22px;
  line-height: 24px;
  color: #4830b5;
  font-weight: 600;
  padding-bottom: 20px;
}

.footer-list li a{
  font-family: 18px;
  line-height: 20px;
  color: #1c1c1c;
}

.footer-list li a:hover{
  color: #f7933b;
}

.footer-text-common{
  font-size: 16px;
  line-height: 26px;
  color: #1c1c1c;
}

.footer-list{
  margin-bottom: 30px;
}

.abn-no{
  font-size: 18px;
  line-height: 20px;
  color: #1c1c1c;
  font-weight: 600;
}

.footer-last{
   margin-top: 30px;
   margin-bottom: 20px;
}

.Copyright-text{
  font-size: 18px;
  line-height: 28px;
  color: #1c1c1c;
  font-weight: 500;
}

.Copyright-text a{
  color: #f7933b;
}
/* ===== Footer end ====== */

/* .faq-sec{
	border-radius:30px;
	margin-bottom:20px;
	margin-top:20px;
} */
.accordion-body{
	font-size: 16px;
	line-height: 20px;
	color:#1c1c1c;
	border:1px solid rgba(0,0,0,.15);
	border-top:none;
}

.accordion-header .accordion-button{
	font-size: 20px;
	color:#fff;
	line-height: 26px;
	font-weight:600;
	text-transform:inherit;
	background:#91C41A;
	border-radius:0 !important;
	box-shadow:none;
}

.accordion-header .accordion-button:focus{
	box-shadow:none;
}

.accordion-button[aria-expanded="true"],
.accordion-button:hover{
    background-color:#448182;
}

.accordion-item{
	border:none;
	margin-bottom:6px;
}

.accordion-item:last-child{
	margin-bottom:0;
}

#back-button {
  display:inline-block;
  background-color:#91C41A;
  width:50px;
  height:50px;
  line-height:50px;
  text-align:center;
  border-radius:50%;
  position:fixed;
  bottom:25px;
  right:25px;
  opacity:0;
  visibility:hidden;
  z-index:1000;
  cursor:pointer;
  box-shadow:0 6px 16px rgba(0,0,0,.4);
}

#back-button.show {
  opacity:1;
  visibility:visible;
}

.page .entry-header,
.error404 .page-header{
  background:url(../images/inner-banner-img.jpg) no-repeat left top;
  background-size:cover;
  margin-top:120px !important;
  padding:160px 0 140px !important;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-size:40px;
  color:#fff;
  line-height:42px;
  font-weight:700;
  text-align:left;
}

.thumb-conatct .section .icon{
  width:80px;
  height:80px;
  background:#F7933B;
  line-height:80px;
  border-radius:50%;
  text-align:center;
}

.thumb-conatct .section .text{
  width:70%;
}

.contact-title{
  font-size:24px;
  color:#7444C2;
  line-height:26px;
  font-weight:600;
}

.contact-main{
  font-size:17px;
  color:#000;
  line-height:24px;
}

.contact-main a{
  color:#1c1c1c;
  font-weight:500;
}

.contact-main a:hover{
  color:#448182;
}

.thumb-conatct .form-box{
  box-shadow:0 4px 15px rgba(0,0,0,.1);
  background:#7444C2;
}

.contact-form .block{
  margin-bottom:15px;
}

.contact-form .block p{
  margin-bottom:0;
}

.block .col-lg-6{
	padding-bottom:10px;
}

.contact-form .block label{
  font-size:16px;
  color:#ffffff;
  line-height:18px;
  font-weight:500;
  margin-bottom:10px;
}

.contact-form .block .form-control{
  height:46px;
  border-radius:0;
  border:1px solid #7444C2;
  background:#fff;
  font-size:16px;
  color:#7444C2;
  line-height:20px;
  font-weight:500;
  padding:10px 20px;
}

.contact-form .block .form-control::placeholder{
  color:#494848;
  opacity:1;
}

.contact-form .block .form-control::-ms-input-placeholder{
  color:#494848
}

.contact-form .block .form-control:focus,
.contact-form .block .btn:focus{
  box-shadow:none;
}

.contact-form .block textarea.form-control{
  height:105px;
  resize:none;
}

.contact-form .block select{
  background:url(../images/down-arrow02.png) no-repeat 95% center, #fff !important;
}

.contact-form .block select option{
  color:#000;
}

.contact-form .block .wpcf7-list-item{
  display:block;
  margin-left:0;
}

.contact-form .block .btn{
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:600;
  text-transform:inherit;
  background:#F7933B;
  border-radius:30px;
  padding:13px 30px;
}

.contact-form .block .btn:hover{
  background: #4830BD;
  color: #fff;
}

.contact-form .block .wpcf7-spinner{
  display:none;
}

.contact-form .block .wpcf7-not-valid-tip{
  font-size:14px;
  margin-top:5px;
}

.contact-form .wpcf7-response-output{
  font-size:14px;
  color:#000;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.inner-title{
  font-size:36px;
  color:#040105;
  line-height:44px;
  font-weight:700;
}

.inner-title strong,
.cta-title strong{
  color:#F7933B;
}

.inner-list li{
	font-size: 16px;
	line-height: 26px;
	color: #1c1c1c;
	padding-bottom: 5px;
	background: url(../images/tick-icon02.png) no-repeat left 0px;
    margin-top: 12px;
    padding-left: 35px;
}

.inner-sm-title{
  font-size:24px;
  color:#1c1c1c;
  line-height:28px;
  font-weight:600;
}

.sp-testimonial-free-section{
	margin:0 !important;
}

.testimonial .sp-testimonial-free{
	background:url(../images/quote-icon01.png) no-repeat center bottom !important;
	padding-bottom:70px;
}

.bg-color{
  background:#f7f7f7;
}

.cta-title{
  font-size:30px;
  color:#1c1c1c;
  line-height:35px;
}

.cta-title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#115F60;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

.cta-btn{
  left: 0px;
  bottom: -25px;
  z-index:999;
}

.cta-btn li a{
  display:block;
  font-size:15px;
  color:#fff;
  line-height:17px;
  text-transform:uppercase;
  background:#F7A944;
  padding:15px 20px;
}

.cta-btn li:last-child a{
  background:#7444C2;
}

/* ===== Responsive ====== */
@media screen and (max-width:1366px){
  .hd-link ul li:nth-child(3){
    margin-right: 16px;
  }
	
@media screen and (max-width:767px){
	.home-banner{
		margin-top: 186px;
	}
	.about-top .service-card{
		padding-bottom: 20px;
	}
	.about-mid-content{
		padding-bottom: 20px;
	}
	.home-banner::before{
		height:57%;
	}
	.banner-content {
      padding-top: 50px;
      margin-top: 30px;
    }
	.choose-us-panel{
		padding-bottom: 30px;
    }
	.abn-no{
		padding-bottom: 30px;
	}
	.footer-top .col-lg-6{
		width:50%
	}
	
	.about-bottom-sm-title{
		font-size:22px;
		line-height:24px;
		padding-bottom:12px;
	}
	
  }
	
@media screen and (max-width:575px){
	.footer-mid-content {
		 padding: 10px;
	 }
	
	.home-banner {
      margin-top: 230px;
    }
	
	.home-banner::before{
		width:370px;
		height: 48%;
	}
	.banner-bg-title {
	  font-size: 40px;
	  line-height: 46px;
	  color: #f7933b;
	  font-weight: 600;
   }
	.about-bottom-bg-title{
		font-size: 34px;
        line-height: 37px;
	}
	.about-bottom-contact{
		padding-bottom:30px;
	}
	.choose-us-text{
		font-size: 18px;
        line-height: 20px;
		text-align: center;
	}
	.choose-us-bg-title{
		font-size: 30px;
        line-height: 40px;
	}
	.choose-us-sm-title{
		font-size: 26px;
        line-height: 28px;
	}
	.chooseus-panel-sm-title{
		font-size: 24px;
	}
	.chooseus-panel-sm-title::before{
		right:184px;
    }
	.chooseus-panel-bg-title{
		font-size: 36px;
        line-height: 46px;
	}
	.testimonial-bg-title{
		font-size: 26px;
        line-height: 32px;
	}
	.home-form-sm-title{
		font-size: 40px;
		line-height 50px;
	}
	.home-form  .home-form-fr{
		width: 130%;
	}
	.Copyright-text{
		font-size: 12px;
		line-height: 20px;
	}
	.about-bottom-bg-title{
		font-size: 26px;
        line-height: 36px;
	}
	.home-banner {
      margin-top: 180px;
    }
	
 }
	
@media screen and (max-width:360px){
	
 }
