/*  

AGED CARE PLACEMENT .com.au  ( template: bootstrapmade.com/dewi )

next change # 013   (search for "change")

Rel 26.03 - 7th June 2026
=========================

Add references to ACP Color Variable ( --acp-color-variable-1 thru 4)
https://www.figma.com/resource-library/color-combinations/

"Ink Wash"   : greys, steel blue, soft ivory

--acp-color-variable-1: #4A4A4A;     
--acp-color-variable-2: #6D8196;     
--acp-color-variable-3: #CBCBCB;     
--acp-color-variable-4: #FFFFE3;  

Sections
========

    01  Font, Font-Size, Links 
    02  Back to Top
    03  Preloader
    04  Header
    05  Topbar 
    06  Navigation   
    07  Home
    08  Pages
    09  Sections
    10  About 
    11  Services
    12  Footer 

    

*/

.map-style {
    border-radius: 30px;
    border: 5px solid var(--acp-color-variable-2);
    box-shadow: 5px 5px 5px #333333;
    width: 300px;  
    height: 400px;  
}

.chart-style {
    border-radius: 30px;
    border: 5px solid var(--acp-color-variable-2);
    box-shadow: 5px 5px 5px #333333;    
}

/* 01 Font, Font-Size, Links ================================================ */

body { font-family: "Poppins", sans-serif; color: #000000; } 

    h1, h2, h3, h4, h5, h6 { font-family: "Poppins", sans-serif; font-weight: 550;   }
    h1 {font-size: 24px; color: #ffffff;}
    h2 {font-size: 22px; color: var(--acp-color-variable-2);}
    h3 {font-size: 18px; color: var(--acp-color-variable-2);}
    h4 {font-size: 16px; color: var(--acp-color-variable-2);}
    
    a { color: #000000; text-decoration: none; } 
    a:hover { color: orange; text-decoration: none; }

    .dir-list a {color: var(--acp-color-variable-1); text-decoration: none;}
    .dir-list a:hover {color: var(--acp-color-variable-4); background: var(--acp-color-variable-2); 
      text-decoration: none;}
    
    .cimg {display: block; margin-left: auto; margin-right: auto; width: 100%;}

/* change 010 (7/6/26) */
/* hr solid colored line  */    

     hr {border: 2px solid var(--acp-color-variable-2);}    

/* 02 Back to Top =========================================================== */

    .back-to-top {
      position: fixed;
      visibility: hidden;
      opacity: 0;
      right: 15px;
      bottom: 15px;
      z-index: 996;

/* change 001 (7/6/26) */
/* back to top  */

      background: var(--acp-color-variable-2);

      color: white;
      width: 80px;
      height: 40px;
      border-radius: 20px;
      box-shadow: 5px 5px 5px #333333;
      transition: all 0.5s;}

    .back-to-top i {
      font-size: 24px;
      color: #fff;
      line-height: 0;}

    .back-to-top:hover {

/* change 002 (7/6/26) */
/* back to top - hover  */  

      background: var(--acp-color-variable-2);

      color: white;}

    .back-to-top.active {
      visibility: visible;
      opacity: 1;}

/* 03 Preloader ============================================================= */

    #preloader {
      position: fixed;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 9999;
      overflow: hidden;
      background: #fff;
    }

    #preloader:before {
      content: "";
      position: fixed;
      top: calc(50% - 30px);
      left: calc(50% - 30px);
      border: 6px solid #ff4a17;
      border-top-color: #ffe9e3;
      border-radius: 50%;
      width: 60px;
      height: 60px;
      -webkit-animation: animate-preloader 1s linear infinite;
      animation: animate-preloader 1s linear infinite;
    }

    @-webkit-keyframes animate-preloader {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }

    @keyframes animate-preloader {
      0% {
        transform: rotate(0deg);
      }

      100% {
        transform: rotate(360deg);
      }
    }
    
    @media screen and (max-width: 768px) {
      [data-aos-delay] {
        transition-delay: 0 !important;
      }
    }

/* 04 Header ================================================================ */

    #header {
      transition: all 0.5s;
      z-index: 997;
      padding: 20px 0;
    }

    #header.header-scrolled,
    #header.header-inner-pages {

/* change 003 (7/6/26) */
/* header background  */  

      background: var(--acp-color-variable-1);

      padding: 10px 0;
    }

       
        
       @media (max-width: 3000px) {

        #header .logo {
      
            /* size of logo text */
      
            font-size: 16px;
            color: wheat;
            margin: 0;
            padding: 0;
            line-height: 1;
            font-weight: 500;
            letter-spacing: 2px;}
        
      }    

    @media (max-width: 768px) {

    #header .logo {

        

        font-size: 12px;
        color: wheat;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 2px;}

    }

      @media (max-width: 480px) {

        #header .logo {

        

        font-size: 10px;
        color: wheat;
        margin: 0;
        padding: 0;
        line-height: 1;
        font-weight: 500;
        letter-spacing: 2px;}
       
      }  

    #header .logo a {
      color: #fff;
    }

    #header .logo img {
      max-height: 40px;
    }

/* 05 Topbar ================================================================ */

.topbar {
    padding: 2px 10px 2px 20px;
    background: var(--bs-dark);
}

@media (max-width: 768px) {
    .topbar {
        display: none;    
    }
}


/* 06 Navigation ============================================================ */

.sticky-top,
.sticky-top .container {
    transition: 0.5s;
}

.navbar .navbar-nav .nav-item.nav-link,
.navbar .navbar-nav .nav-link {
    color: var(--bs-dark);
}

.navbar .navbar-nav .nav-item {
    position: relative;
    margin: 0 5px;
}

.navbar .navbar-nav .nav-item::before,
.navbar .navbar-nav .nav-item::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;

/* change 004 (7/6/26) */
/* menu - two lines  */   

    border: 0px solid var(--acp-color-variable-1);

    transition: 0.5s;
}

.navbar .navbar-nav .nav-item::before {
    top: 0;
    left: 0;
}
.navbar .navbar-nav .nav-item::after {
    bottom: 0;
    right: 0;
}

.navbar .navbar-nav .nav-item:hover::after,
.navbar .navbar-nav .nav-item:hover::before,
.navbar .navbar-nav .nav-item.active::after,
.navbar .navbar-nav .nav-item.active::before {
    width: 100%;
    border-width: 1px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active,
.sticky-top .navbar .navbar-nav .nav-link:hover,
.sticky-top .navbar .navbar-nav .nav-link.active {


/* change 005 (7/6/26) */
/* main menu text hover  */  

    color: var(--acp-color-variable-1);
}
 
.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    vertical-align: middle;
}
 
@media (min-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        border: 0;
        border-radius: 10px;
        margin-top: 20px;
        transition: .5s;
        opacity: 0;
        z-index: 9;
    }
}

@media (max-width: 1200px) {
    .navbar .nav-item .dropdown-menu {
        margin-top: 15px;
        transition: 0.5s;
    }
}

@media (max-width: 991px) {
    .navbar .navbar-nav .nav-item.nav-link {
        margin: 15px 0;
    }

}

.dropdown .dropdown-menu a:hover {

/* change 006 (7/6/26) */
/* drop down background hover  */ 

    background: var(--acp-color-variable-2);

    color: var(--bs-white);
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    background: var(--bs-light);
    margin-top: 20px;
    transition: .5s;
    opacity: 1;
}

/* .navbar .navbar-toggler {
    padding: 8px 15px;
    color: var(--bs-dark);
    background: var(--bs-primary);
} */

.navbar .navbar-toggler {
    padding: 8px 15px;
    color: white;

/* change 007 (7/6/26) */
/* header background  */ 

    background: var(--acp-color-variable-3);
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
}
/*** Navbar End ***/

/* 07 home ================================================================== */

    #home {
      width: 100%;
      height: 65vh;
      background: url("/img/aged-care-placement-2.jpg") top center;
      background-size: cover;
      position: relative;
      padding: 0;      
    }

    #home:before {
      content: "";
      background: rgba(13, 20, 26, 0.3);
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
    }

    #home .home-container {
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
    }

        #home h1 {
          margin: 0 0 10px 0;
          font-size: 30px;
          font-weight: 400;
          line-height: 40px; 
          color: #fff;}

        #home h2 {
          color: #eee;
          margin-bottom: 50px;
          font-size: 20px; 
          font-weight: 550;
        } 

    @media (max-width: 768px) {
      #home h1 {    
        font-size: 24px;
        line-height: 30px;}

      #home h2 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;}
    }

        @media (max-width: 480px) {
          #home h1 {        
            font-size: 20px;
            line-height: 26px;}

          #home h2 {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 20px;}
        }


    #home .btn-get-started {
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      display: inline-block;
      padding: 10px 35px 10px 35px;
      border-radius: 4px;
      transition: 0.5s;
      color: #fff;
      background: #ff4a17;
      border: 2px solid #ff4a17;
    }

    #home .btn-get-started:hover {
      border-color: #fff;
      background: rgba(255, 255, 255, 0.1);
    }

    #home .btn-watch-video {
      font-size: 16px;
      display: inline-block;
      transition: 0.5s;
      margin-left: 25px;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    #home .btn-watch-video i {
      line-height: 0;
      color: #fff;
      font-size: 32px;
      transition: 0.3s;
      margin-right: 8px;
    }

    #home .btn-watch-video:hover i {
      color: #ff4a17;
    }

    @media (min-width: 1024px) {
      #home {
        background-attachment: fixed;
      }
    }


/* 08 Pages ================================================================= */

    #pages {
      width: 100%;
      height: 65vh;
      background: url("/img/aged-care-placement-2.jpg") top center;
      background-size: cover;
      position: relative;
      padding: 0;
    }

    #pages:before {
      content: "";
      background: rgba(13, 20, 26, 0.3);
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
    }

    #pages .pages-container {
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      text-align: center;
    }

        #pages h1 {
          margin: 0 0 10px 0;
          font-size: 30px;
          font-weight: 400;
          line-height: 40px; 
          color: #fff;}

        #pages h2 {
          color: #eee;
          margin-bottom: 50px;
          font-size: 20px; 
          font-weight: 550;
        } 

    @media (max-width: 768px) {
      #pages h1 {    
        font-size: 24px;
        line-height: 30px;}

      #pages h2 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;}
    }

        @media (max-width: 480px) {
          #pages h1 {        
            font-size: 20px;
            line-height: 26px;}

          #pages h2 {
            font-size: 12px;
            line-height: 20px;
            margin-bottom: 20px;}
        }

    #pages .btn-get-started {
      font-family: "Open Sans", sans-serif;
      text-transform: uppercase;
      font-weight: 500;
      font-size: 14px;
      display: inline-block;
      padding: 10px 35px 10px 35px;
      border-radius: 4px;
      transition: 0.5s;
      color: #fff;
      background: #ff4a17;
      border: 2px solid #ff4a17;
    }

    #pages .btn-get-started:hover {
      border-color: #fff;
      background: rgba(255, 255, 255, 0.1);
    }

    #pages .btn-watch-video {
      font-size: 16px;
      display: inline-block;
      transition: 0.5s;
      margin-left: 25px;
      color: #fff;
      display: inline-flex;
      align-items: center;
      justify-content: center;
    }

    #pages .btn-watch-video i {
      line-height: 0;
      color: #fff;
      font-size: 32px;
      transition: 0.3s;
      margin-right: 8px;
    }

    #pages .btn-watch-video:hover i {
      color: #ff4a17;
    }

    @pages (min-width: 1024px) {
      #home {
        background-attachment: fixed;
      }
    }

/* 09 Sections ============================================================== */

    section {
      padding: 60px 0;
      overflow: hidden;
    }

    .section-bg {
      background-color: #f0f4f8;
    }

    .section-title {
      padding-bottom: 10px;
    }

    .section-title h2 {
      font-size: 14px;
      font-weight: 500;
      padding: 0;
      line-height: 1px;
      margin: 0 0 5px 0;
      letter-spacing: 2px;
      /* text-transform: uppercase; */
      color: #5c8eb0;
      font-family: "Poppins", sans-serif;
    }

    .section-title h2::after {
      content: "";
      width: 120px;
      height: 2px;
      display: inline-block;
      background: var(--acp-color-variable-2);
      margin: 4px 10px;
    }

    .section-title p {
      margin: 0;
      margin: 0;
      /* was 36 */
      font-size: 14px;
      font-weight: 500;
      /* text-transform: uppercase; */
      font-family: "Poppins", sans-serif;
      color: var(--acp-color-variable-2);
    }

/* 10 About ================================================================= */

      .about .container {
        box-shadow: 0px 2px 15px rgba(0, 0, 0, 0.1);
        padding-bottom: 15px;
      }
    
     .about .about-btn {
        font-family: 'Poppins'; 
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 15px;
        border-radius: 40px;
        transition: 0.5s;
        margin: 5px;
        background: #eeeeee;
        border: 1px solid black;
        color: #000000;
        text-decoration: none;
        }

     .about .about-btn:hover {
        font-family: 'Poppins'; 
        font-size: 18px;
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 15px;
        border-radius: 40px;
        transition: 0.5s;
        margin: 5px;
        background: #cccccc;
        border: 1px solid black;
        color: #333333;
        text-decoration: none;
        }  

    .about .count-box {
      padding: 60px 0;
      width: 100%;
    }

    .about .count-box i {
      display: block;
      font-size: 48px;
      color: #a1bdd1;
      float: left;
      line-height: 0;
    }

    .about .count-box span {
      font-size: 28px;
      line-height: 25px;
      display: block;
      font-weight: 500;
      color: #365870;
      margin-left: 60px;
    }

    .about .count-box p {
      padding: 5px 0 0 0;
      margin: 0 0 0 60px;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      font-size: 14px;
      color: #2e4b5e;
    }

    .about .count-box a {
      font-weight: 600;
      display: block;
      margin-top: 20px;
      color: #2e4b5e;
      font-size: 15px;
      font-family: "Poppins", sans-serif;
      transition: ease-in-out 0.3s;
    }

    .about .count-box a:hover {
      color: #477392;
    }

    .about .content {
      font-size: 15px;
    }

    .about .content h3 {
      font-weight: 500;
      font-size: 24px;
      color: #263d4d;
    }

    .about .content ul {
      list-style: none;
      padding: 0;
    }

    .about .content ul li {
      padding-bottom: 10px;
      padding-left: 28px;
      position: relative;
    }

    .about .content ul i {
      font-size: 24px;
      color: #ff4a17;
      position: absolute;
      left: 0;
      top: -2px;
    }

    .about .content p:last-child {
      margin-bottom: 0;
    }

    .about .play-btn {
      width: 94px;
      height: 94px;
      background: radial-gradient(#ff4a17 50%, rgba(255, 74, 23, 0.4) 52%);
      border-radius: 50%;
      display: block;
      position: absolute;
      left: calc(50% - 47px);
      top: calc(50% - 47px);
      overflow: hidden;
    }

    .about .play-btn::after {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-40%) translateY(-50%);
      width: 0;
      height: 0;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid #fff;
      z-index: 100;
      transition: all 400ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
    }

    .about .play-btn::before {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      -webkit-animation-delay: 0s;
      animation-delay: 0s;
      -webkit-animation: pulsate-btn 2s;
      animation: pulsate-btn 2s;
      -webkit-animation-direction: forwards;
      animation-direction: forwards;
      -webkit-animation-iteration-count: infinite;
      animation-iteration-count: infinite;
      -webkit-animation-timing-function: steps;
      animation-timing-function: steps;
      opacity: 1;
      border-radius: 50%;
      border: 5px solid rgba(255, 74, 23, 0.7);
      top: -15%;
      left: -15%;
      background: rgba(198, 16, 0, 0);
    }

    .about .play-btn:hover::after {
      border-left: 15px solid #ff4a17;
      transform: scale(20);
    }

    .about .play-btn:hover::before {
      content: "";
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translateX(-40%) translateY(-50%);
      width: 0;
      height: 0;
      border: none;
      border-top: 10px solid transparent;
      border-bottom: 10px solid transparent;
      border-left: 15px solid #fff;
      z-index: 200;
      -webkit-animation: none;
      animation: none;
      border-radius: 0;
    }

    @-webkit-keyframes pulsate-btn {
      0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
      }

      100% {
        transform: scale(1, 1);
        opacity: 0;
      }
    }

    @keyframes pulsate-btn {
      0% {
        transform: scale(0.6, 0.6);
        opacity: 1;
      }

      100% {
        transform: scale(1, 1);
        opacity: 0;
      }
    }


/* 11 services ============================================================== */

    .services .icon-box {
      margin-bottom: 20px;
      padding: 30px;
      border-radius: 6px;
      background: #fff;
    }

    .services .icon-box i {
      float: left;
      color: var(--acp-color-variable-2);
      font-size: 40px;
      line-height: 0;
    }

    .services .icon-box h4 {
      margin-left: 70px;
      font-weight: 500;
      margin-bottom: 15px;
      font-size: 18px;
    }

    .services .icon-box h4 a {

/* change 011 (7/6/26) */
/* Services Icon-box color  */   

    color: var(--acp-color-variable-2);

      transition: 0.3s;
    }

    .services .icon-box .icon-box:hover h4 a {

 /* change 012 (7/6/26) */
/* Services Icon-box hover color  */   

     color: var(--acp-color-variable-3);

    }

    .services .icon-box p {
      margin-left: 70px;
      line-height: 24px;
      font-size: 14px;
    }

     .services .icon-box:hover h4 a {

      color: var(--acp-color-variable-3);

    }  



/* 12 Footer ================================================================ */

    #footer {

/* change 008 (7/6/26) */
/* footer background  */  

      background: var(--acp-color-variable-1);

      padding: 0 0 30px 0;
      color: #fff;
      font-size: 14px;
    }

    #footer .footer-top {

/* change 009 (7/6/26) */
/* footer top background  */ 

      background: var(--acp-color-variable-1);

      border-bottom: 1px solid #1d303c;
      padding: 60px 0 30px 0;
    }

    #footer .footer-top .footer-info {
      margin-bottom: 30px;
    }

    #footer .footer-top .footer-info h3 {
      font-size: 28px;
      margin: 0 0 15px 0;
      padding: 2px 0 2px 0;
      line-height: 1;
      font-weight: 500;
    }

    #footer .footer-top .footer-info p {
      font-size: 14px;
      line-height: 24px;
      margin-bottom: 0;
      font-family: "Poppins", sans-serif;
      color: #fff;
    }

    #footer .footer-top .social-links a {
      font-size: 18px;
      display: inline-block;
      background: rgba(255, 255, 255, 0.08);
      color: #fff;
      line-height: 1;
      padding: 8px 0;
      margin-right: 4px;
      border-radius: 4px;
      text-align: center;
      width: 36px;
      height: 36px;
      transition: 0.3s;
    }

    #footer .footer-top .social-links a:hover {
      background: #ff4a17;
      color: #fff;
      text-decoration: none;
    }

    #footer .footer-top h4 {
      font-size: 16px;
      font-weight: 600;
      color: #fff;
      position: relative;
      padding-bottom: 12px;
    }

    #footer .footer-top .footer-links {
      margin-bottom: 30px;
    }

    #footer .footer-top .footer-links ul {
      list-style: none;
      padding: 0;
      margin: 0;
    }

    #footer .footer-top .footer-links ul i {
      padding-right: 2px;
      color: #ff5e31;
      font-size: 18px;
      line-height: 1;
    }

    #footer .footer-top .footer-links ul li {
      padding: 10px 0;
      display: flex;
      align-items: center;
    }

    #footer .footer-top .footer-links ul li:first-child {
      padding-top: 0;
    }

    #footer .footer-top .footer-links ul a {
      color: var(--acp-color-variable-3);
      transition: 0.3s;
      display: inline-block;
      line-height: 1;
    }

    #footer .footer-top .footer-links ul a:hover {
      color: var(--acp-color-variable-4);
    }

    #footer .footer-top .footer-newsletter form {
      margin-top: 30px;
      background: #fff;
      padding: 6px 10px;
      position: relative;
      border-radius: 4px;
    }

    #footer .footer-top .footer-newsletter form input[type=email] {
      border: 0;
      padding: 4px;
      width: calc(100% - 110px);
    }

    #footer .footer-top .footer-newsletter form input[type=submit] {
      position: absolute;
      top: 0;
      right: -2px;
      bottom: 0;
      border: 0;
      background: none;
      font-size: 16px;
      padding: 0 20px;
      background: #ff4a17;
      color: #fff;
      transition: 0.3s;
      border-radius: 0 4px 4px 0;
    }

    #footer .footer-top .footer-newsletter form input[type=submit]:hover {
      background: #ff5e31;
    }

    #footer .copyright {
      text-align: center;
      padding-top: 30px;
    }

    #footer .credits {
      padding-top: 10px;
      text-align: center;
      font-size: 13px;
      color: #fff;
    }

    #footer .credits a {
      transition: 0.3s;
    }