@charset "utf-8";
/* CSS Document */
body{ 
  width:100%;
  padding:0; 
  margin:0; 
  background:#fff; 
  overflow-x:hidden;
  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;
}

/* ===== common css ====== */
.btn1{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.03em;
  background:#38947a;
  border-radius:0 10px 10px 10px;
  padding:14px 25px;
}

.btn1:hover{
  background:#d97b31;
  color:#fff;
}

.btn2{
  font-size:16px;
  color:#fff;
  line-height:18px;
  font-weight:500;
  letter-spacing:.03em;
  background:#d97b31;
  border-radius:0 10px 10px 10px;
  padding:14px 25px;
}

.btn2:hover{
  background:#38947a;
  color:#fff;
}

.common_paragraph{
  font-size:16px;
  color:#050505;
  line-height:26px;
  letter-spacing:.03em;
  margin-bottom:20px;
}
/* ==== extra style css ==== */
  /*custom margin*/
  .mx-xl{
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
   /*img styling*/
.radious-img{
  border-radius: 10px 10px 10px 10px;
  /*border: 3px solid #1D4ED8;*/
}
   /* box colors*/
.bg-lightblue{
  background-color: #C2DCD6 !important; 
}
.bg-deepblue{
  background-color: #073255 !important; 
}
.bg-orange{
  background-color: #D97B31 !important; 
}
.bg-grrenblue{
  background-color: #38947A !important; 
}
   /* box properties*/
.img-box{
  border-radius:20px;
  min-height: 600px;  
  background-color: #C2DCD6;
}
.img-box img{
  border-radius: 20px 20px 0px 0px;
  border-bottom: solid 4px #D97B31;
}
   /* box sizes*/
.box-xl{
  min-height: 900px !important;
}
.box-lg{
  min-height: 700px !important;
}
.box-md{
  min-height: 660px !important;
}
.box-md-sm{
  min-height: 535px !important;
}
.box-sm{
  min-height: 100px !important;
}
  /* badge feature button*/
.badge-btn{
  background:#073255; 
  color:#fff; 
  font-size:14px;
}
.badge-btn-alt{
  background:#C2DCD6; 
  color:#073255; 
  font-size:14px;
}
  /* styled bg title*/
.inner_bg_title_alt:before {
    content: "";
    position: absolute;
    width: 40px;
    height: 20px;
    background: url(http://localhost/enablehorizons/wp-content/uploads/2026/06/title-icon.png);
    left: 0;
    right: 0;
    top: -23px;
    margin: 0 auto;
}
.inner_bg_title_alt{
    font-family: "Tinos", serif;
    font-size: 48px;
    color: #1e3c35;
    line-height: 56px;
    font-weight: 700;
    letter-spacing: .02em;
}

  /* responsive properties*/
@media (max-width: 991.98px) {
  .img-box, .img-box-sm, .box-xl, .box-lg, .box-md, .box-md-sm, .box-sm{
    min-height: auto !important;
  	padding: 0px;
  } 
}
  /* floating effect*/
  .float-btn {      
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 4px 8px rgba(0,0,0,0.15);
    }
  .float-btn:hover {
      transform: translateY(-4px);
    box-shadow: 0 10px 20px rgba(0,0,0,0.25);
  }
  .float-btn:active {
      transform: translateY(-1px);
  }
  /* sink-button effect*/
  .sink-btn {      
      transition: transform 0.25s ease, box-shadow 0.25s ease;
      box-shadow: 0 6px 12px rgba(0,0,0,0.2);
    }
    .sink-btn:hover {
      transform: translateY(4px);
      box-shadow: 0 2px 4px rgba(0,0,0,0.15);
    }

  /*..
  *..custom table design..*
  ..*/  
  .why-us-table th,
  .why-us-table td {
    padding: 1rem;
    vertical-align: middle;
  }
  /*..
  *..inner page accordian design..*
  ..*/
  .custom-accordian .accordion-item .accordion-button{
       color: #fff !important;
       background-color: #073255 !important;
  }
  .custom-accordian .accordion-item .accordion-button:not(.collapsed) {
    color: #fff !important;
    background-color: #C2DCD6 !important;    
  }
  .custom-accordian .accordion-item .accordion-button:focus{
       box-shadow: none !important;
  }
			/* accirdian button filter effect*/
  .custom-accordian .accordion-item .accordion-button::after{
       filter:invert(100%) sepia(0%) saturate(1%) hue-rotate(306deg) brightness(200%) contrast(101%) !important;
  }
/* ===== Header Starts ====== */
.navbar-default{ 
  background:#fff; 
  border:none;
  margin:0; 
  padding:15px 0;
  transition:all 500ms ease-in-out;
}

.home .navbar-default{
  background:none;
}

.header_logo{
  width:150px;
  transition:all 500ms ease-in-out;
}

@media screen and (min-width:992px){
  .navbar-default.navbar-fixed{
    background:#fff;
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .navbar-default.navbar-fixed .header_logo{
    width:100px;
  }

}

.home_banner{
  background:url(../images/banner-before-img.png) no-repeat right top;
  background-size:50%;
}

.banner_content,
.about_content,
.choose_content,
.h_map_content,
.h_form_box{
  width:635px;
}

.banner_big_title{
  font-family: "Tinos", serif;
  font-size:52px;
  color:#1e3c35;
  line-height:60px;
  margin-bottom:20px;
}

.about_sec{
  padding:60px 0;
}

.about_big_title,
.choose_big_title,
.serv_big_title,
.h_map_title,
.test_big_title,
.h_form_title,
.blog_big_title{
  font-family: "Tinos", serif;
  font-size:48px;
  color:#1e3c35;
  line-height:56px;
  margin-bottom:20px;
}

.about_list li{
  font-size:17px;
  color:#030303;
  line-height:22px;
  font-weight:500;
  background:url(../images/list-icon01.png) no-repeat left 4px;
  background-size:20px;
  margin-bottom:12px;
  padding-left:30px;
}

.mission_sec,
.choose_sec,
.serv_sec,
.h_map_sec,
.test_sec,
.h_form_sec,
.blog_sec{
  padding-bottom:60px;
}

.mission_box{
  padding:35px 50px 0 115px;
  z-index:9;
}

.mission_box:before{
  content:"";
  position:absolute;
  width:332px;
  height:319px;
  background:url(../images/mission-bg.png) no-repeat right top;
  background-size:100% !important;
  left:0;
  right:0;
  top:0;
  margin:0 auto;
  z-index:-1;
}

.mission_sec .col-lg-4:nth-child(2) .mission_box:before{
  background:url(../images/vision-bg.png) no-repeat right top;
}

.mission_sec .col-lg-4:nth-child(3) .mission_box:before{
  background:url(../images/value-bg.png) no-repeat right top;
}

.mission_box:hover:before{
  filter:invert(100%) sepia(30%) saturate(5842%) hue-rotate(191deg) brightness(40%) contrast(95%);
}

.mission_box:after{
  content:"";
  position:absolute;
  width:79px;
  height:89px;
  background:url(../images/mission-after-img.png) no-repeat right top;
  background-size:100%;
  right:11%;
  top:7%;
}

.mission_box:hover:after{
  filter:invert(50%) sepia(2%) saturate(2870%) hue-rotate(152deg) brightness(200%) contrast(87%);
}

.mission_sec .col-lg-4:nth-child(2) .mission_box:after{
  right:13%;
  top:9%;
}

.mission_sec .col-lg-4:nth-child(3) .mission_box:after{
  right:15%;
  top:7%;
}

.mission_box:hover img{
  filter:invert(50%) sepia(0%) saturate(7451%) hue-rotate(316deg) brightness(220%) contrast(98%);
}

.mission_title{
  font-family: "Tinos", serif;
  font-size:22px;
  color:#020202;
  line-height:28px;
  font-weight:600;
  padding:12px 0 10px;
}

.mission_box:hover .mission_title,
.mission_box:hover .common_paragraph,
.mission_box:hover .value_list li{
  color:#fff;
}

.value_list li{
  font-size:16px;
  color:#050505;
  line-height:22px;
  font-weight:500;
  letter-spacing:.02em;
  background:url(../images/right-arrow02.png) no-repeat left center;
  background-size:18px;
  margin-bottom:12px;
  padding-left:28px;
}

.choose_content .section{
  margin-bottom:20px;
}

.choose_content .section:last-child{
  margin-bottom:0;
}

.choose_content .section .icon{
  display:inline-block;
  width:70px;
  height:70px;
  line-height:55px;
  background:#3d9381;
  border:5px solid #77b3a7;
  border-radius:50%;
  text-align:center;
}

.choose_content .section:hover .icon{
  background:#da7d30;
  border-color:#e5a46e;
}

.choose_content .section .icon:before{
  content:"";
  position:absolute;
  width:60px;
  height:60px;
  border:1px solid #fff;
  border-radius:50%;
  left:0;
  right:0;
  top:0;
  bottom:0;
  margin:auto;
}

.choose_content .section .content{
  display:inline-block;
  width:85%;
  vertical-align:top;
  padding-left:15px;
}

.choose_title{
  font-size:22px;
  color:#292929;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin-bottom:12px;
}

.serv_big_title,
.test_big_title,
.blog_big_title{
  margin-bottom:32px;
}

.serv_image img{
  border:10px solid #e6eceb;
  border-radius:50%;
  position:relative;
}

.serv_image:before,
.serv_image:after{
  content:"";
  position:absolute;
  width:50px;
  height:50px;
  background:#073255;
  border-radius:50%;
  left:20px;
  top:15px;
  z-index:-1;
}

.serv_image:after{
  background:#da7d30;
  left:auto;
  right:20px;
  top:auto;
  bottom:15px;
}

.serv_box:hover .serv_image:before,
.serv_box:hover .serv_image:after{
  opacity:.2;
}

.serv_title,
.post_title{
  font-family: "Tinos", serif;
  font-size:22px;
  color:#030303;
  line-height:28px;
  font-weight:600;
  letter-spacing:.02em;
  margin:20px 0 15px;
}

.serv_content a{
  font-size:17px;
  color:#010101;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  background:url(../images/right-arrow01.png) no-repeat 96% center;
  padding-right:20px;
}

.serv_content a:hover{
  background-position:100% center;
}

.h_map_box iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

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

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

.sp-testimonial-client-image img{
  border:4px solid #da7d30 !important;
}

.sp-testimonial-content p{
  font-size:17px !important;
  color:#030303;
  line-height:28px !important;
  font-weight:500 !important;
  letter-spacing:.03em !important;
  padding:0 !important;
}

.sp-testimonial-client-name{
  font-family: "Tinos", serif !important;
  font-size:26px !important;
  color:#1e3c35 !important;
  line-height:28px !important;
  font-weight:700 !important;
  font-style:italic !important;
}

.post_img img{
  border-radius:0 100px 0 0;
}

.post_img:after{
  content:"";
  position:absolute;
  width:70px;
  height:84px;
  background:url(../images/blog-after-img.png) no-repeat right top;
  background-size:100%;
  right:0;
  top:0;
}

.post_content{
  background:#cae4de;
  padding:20px;
}

.blog_post_date{
  font-size:15px;
  color:#030303;
  line-height:18px;
  font-weight:500;
  letter-spacing:.02em;
  background:#fff;
  border-radius:15px 0 0;
  padding:10px 15px;
  position:absolute;
  right:1px;
  bottom:1px;
}

.footer_top{
  background:#001239;
  padding:50px 0 45px;
}

.footer_title{
  font-family: "Tinos", serif;
  font-size:26px;
  line-height:28px;
  letter-spacing:.02em;
  margin-bottom:20px;
}

.ft_serv_link li{
  line-height:0;
  margin-bottom:12px;
}

.ft_serv_link li:last-child,
.ft_contact .panel:last-child{
  margin-bottom:0;
}

.ft_serv_link li a{
  font-size:16px;
  color:#fff;
  line-height:18px;
  letter-spacing:.02em;
}

.ft_serv_link li a:hover,
.ft_contact_main a:hover,
.ft_abn_text span,
.footer_bottom .common_paragraph a{
  color:#da7d30;
}

.ft_contact .panel{
  margin-bottom:16px;
}

.ft_contact .panel .icon{
  display:inline-block;
  width:20px;
  text-align:center;
}

.ft_contact .panel .content{
  display:inline-block;
  vertical-align:top;
  padding-left:15px;
}

.ft_contact_title{
  font-size:17px;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  margin-bottom:8px;
}

.ft_contact_main{
  font-size:16px;
  line-height:20px;
  letter-spacing:.03em;
}

.ft_contact_main a{
  color:#fff;
}

.ft_abn_text{
  font-size:24px;
  line-height:26px;
  font-weight:600;
  letter-spacing:.03em;
}

.footer_bottom{
  padding:30px 0;
}

.footer_bottom .common_paragraph span,
.footer_bottom .common_paragraph a{
  color:#2f917c;
  font-weight:600;
}

.footer_bottom .common_paragraph a{
  color:#da7d30;
}

#back-button {
  display:inline-block;
  background-color:#38947a;
  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-banner01.jpg) no-repeat center top;
  background-size:cover;
  margin-top:165px !important;
  padding:150px 0 130px !important;
  position:relative;
}

.page .entry-header .entry-title,
.error404 .page-header .page-title{
  font-family: "Tinos", serif;
  font-size:52px;
  color:#fff;
  line-height:60px;
  font-weight:700;
  letter-spacing:.02em;
  text-shadow:0px 0px 3px rgba(0,0,0,.85);
}

.inner_cont_sec .section .icon{
  width:75px;
  height:75px;
  background:#001239;
  line-height:75px;
  border-radius:0 20px 20px 20px;
  text-align:center;
}

.inner_cont_sec .section .text{
  width: 75%;
}

.contact-title{
  font-family: "Tinos", serif;
  font-size:24px;
  color:#1e3c35;
  line-height:30px;
  font-weight:600;
  letter-spacing:.03em;
}

.contact-main{
  font-size:16px;
  color:#020202;
  line-height:22px;
}

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

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

.contact_form .block{
  margin-bottom:15px;
}

.contact_form .block p{
  margin-bottom:0;
}

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

.contact_form .block .form-control{
  height:52px;
  border-radius:10px;
  border:1px solid #3d9381;
  background:#e6eceb;
  font-size:16px;
  color:#030303;
  line-height:20px;
  padding:10px 20px;
}

.contact_form .block .form-control::placeholder{
  color:#030303;
  opacity:1;
}

.contact_form .block .form-control::-ms-input-placeholder{
  color:#030303;
}

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

.contact_form .block textarea.form-control{
  height:130px;
  resize:none;
}

.contact_form .block select{
  background:url(../images/down-arrow02.png) no-repeat right 20px center, #e6eceb !important;
}

.contact_form .block select option{
  color:#000;
}

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

.contact_form .block .btn{
  width:100%;
  font-size:18px;
  color:#fff;
  line-height:20px;
  font-weight:500;
  letter-spacing:.03em;
  text-transform:inherit;
  background:#d97b31;
  border:none;
  border-radius:0 10px 10px 10px;
  text-align:center;
  padding:16px 30px;
}

.contact_form .block .btn:hover{
  background:#38947a;
  color:#fff;
}

.contact_form .block .wpcf7-spinner,
.van_booking_form .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:#010101;
  border:none !important;
  margin:0 !important;
  padding:0 !important;
}

.contact_map{
  line-height:0;
}

.contact_map iframe{
  width:100%;
  height:420px;
  margin-bottom:0;
}

.inner_bg_title{
  font-family: "Tinos", serif;
  font-size:48px;
  color:#1e3c35;
  line-height:56px;
  font-weight:700;
  letter-spacing:.02em;
}

.inner_bg_title strong,
.cta_bg_title strong, .inner_bg_title_alt strong{
  color:#d97b31;
}

.inner_sm_title{
  font-family: "Tinos", serif;
  font-size:26px;
  color:#030303;
  line-height:34px;
  font-weight:600;
  letter-spacing:.03em;
}

.inner_list li{
  font-size:16px;
  color:#050505;
  line-height:26px;
  font-weight:500;
  letter-spacing:.03em;
  background:url(https://enablehorizoncare.com.au/wp-content/uploads/2026/06/tick-icon001.png) no-repeat left 5px;
  margin-bottom:10px;
  padding-left:28px;
}

.inner_list li:last-child{
  margin-bottom:0;
}

.sec_bg_color{
  background:#f5f5f5;
}

.cta_bg_title{
  font-family: "Tinos", serif;
  font-size:46px;
  color:#1e3c35;
  line-height:54px;
  font-weight:700;
  letter-spacing:.02em;
}

.cta_bg_title:after{
  content:"";
  position:absolute;
  width:61px;
  height:2px;
  background:#38947a;
  left:0;
  right:0;
  bottom:0;
  margin:0 auto;
}

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

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

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

#rmp-menu-wrap-50 .rmp-submenu-depth-1 .rmp-menu-item-link{
    height:auto !important;
    line-height:20px !important;
    margin:10px 0 !important;
    padding-bottom:10px;
}

@media screen and (max-width:1366px){
  .banner_content,
  .about_content,
  .choose_content,
  .h_map_content,
  .h_form_box{
    width:550px;
  }

  .mission_box{
    padding:35px 30px 0 110px;
  }

  .mission_box:after{
    right:5%;
    top:6%;
  }

  .mission_sec .col-lg-4:nth-child(2) .mission_box:after{
    right:6%;
  }

  .mission_sec .col-lg-4:nth-child(3) .mission_box:after{
    right:9%;
  }

  .post_content{
    min-height:340px;
  }


}

@media screen and (max-width:991px){
  .navbar-default{
    background:#fff !important;
    box-shadow:0 4px 6px rgba(0,0,0,.15);
    padding:12px 0;
  }

  .header_logo{
    width:90px;
  }

  .home_banner{
    margin-top:105px;
  }

  .banner_content, 
  .about_content, 
  .choose_content, 
  .h_map_content, 
  .h_form_box{
    width:350px;
  }

  .footer_bottom{
    padding-bottom:75px;
  }

  #back-button{
    right:20px;
    bottom:40px;
  }

  .page .entry-header, 
  .error404 .page-header{
    margin-top:105px !important;
  }

	.contact-main{
		word-break:break-all;
	}

}

@media screen and (max-width:767px){
  .home_banner{
    padding-top:35px;
  }

  .banner_content, 
  .about_content, 
  .choose_content, 
  .h_map_content, 
  .h_form_box{
    width:100%;
  }

  .banner_big_title,
  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    font-size:32px;
    line-height:40px;
    margin-bottom:12px;
  }

  .common_paragraph{
    font-size:14px;
    line-height:22px;
  }

  .btn1,
  .btn2,
  .contact_form .block .btn{
    font-size:14px;
    line-height:16px;
    padding:12px 20px;
  }

  .about_sec{
    padding:30px 0;
  }

  .about_big_title, 
  .choose_big_title, 
  .serv_big_title, 
  .h_map_title, 
  .test_big_title, 
  .h_form_title, 
  .blog_big_title,
  .inner_bg_title,
  .cta_bg_title,
  .inner_bg_title_alt{
    font-size:30px;
    line-height:36px;
    margin-bottom:18px;
  }

  .about_list li{
    font-size:15px;
  }

  .mission_sec, 
  .choose_sec, 
  .serv_sec, 
  .h_map_sec, 
  .test_sec, 
  .h_form_sec, 
  .blog_sec{
    padding-bottom:30px;
  }

  .mission_box{
    width:332px;
    min-height:319px;
    margin:0 auto;
  }

  .mission_box:after{
    right:3%;
    top:5%;
  }

  .mission_sec .col-lg-4:nth-child(2) .mission_box:after{
    right:3%;
  }

  .mission_sec .col-lg-4:nth-child(3) .mission_box:after{
    right:7%;
  }

  .choose_title{
    font-size:20px;
    line-height:26px;
  }

  .serv_big_title, 
  .test_big_title, 
  .blog_big_title{
    margin-bottom:25px;
  }

  .serv_content a{
    font-size:15px;
    line-height:18px;
    background-size:6px;
  }

  .h_map_box iframe{
    height:220px;
  }

  .sp-testimonial-content p{
    font-size:15px !important;
    line-height:24px !important;
  }

  .sp-testimonial-client-name{
    font-size:22px !important;
    line-height:24px !important;
  }

  .contact_form .block .form-control{
    height:45px;
    font-size:14px;
  }

  .contact_form .block textarea.form-control{
    height:90px;
  }

  .post_content{
    min-height:auto;
  }

  .footer_top{
    padding:35px 0 30px;
  }

  .footer_title{
    font-size:24px;
    line-height:26px;
  }

  .ft_serv_link li a,
  .ft_contact_main{
    font-size:14px;
    line-height:16px;
  }

  .ft_contact_title{
    font-size:15px;
    line-height:18px;
  }

  .ft_abn_text{
    font-size:20px;
    line-height:22px;
  }

  .page .entry-header, 
  .error404 .page-header{
    padding:80px 0 70px !important;
  }

  .page .entry-header .entry-title, 
  .error404 .page-header .page-title{
    margin-bottom:0;
  }

  .thankyou_section img,
  .error404 .page-content img{
    width:200px;
  }
	
	.inner_cont_sec .section .icon{
		width:62px;
		height:62px;
		line-height:62px;
	}
	
	.contact-title{
		font-size:20px;
		line-height:22px;
	}
	
	.contact-main{
		font-size:15px;
	}
	
	.inner_sm_title{
		font-size:22px;
		line-height:30px;
	}
	
	.inner_list li{
		font-size:14px;
		line-height:22px;
	}

  
}

@media screen and (max-width:575px){
  .home_banner{
    background-size:80%;
  }

  .choose_content .section .content{
    width:76%;
  }

  
}
