/*  NursingHomes.com.au (Rel 25.02 - 30th January 2025)

    01  Font, Font-Size, Links 
    02  Back to Top
    03  Preloader
    04  Header
    05  Topbar 
    06  Navigation   
    07  Hero
    08  Pages
    09  Sections
    10  About 
    11  Footer 

    bootstrapmade.com/dewi

*/

.map-style {
    border-radius: 30px;
    border: 3px solid #5b78a3;
    box-shadow: 5px 5px 5px #333333;
    width: 300px;  
    height: 350px;  
}

.chart-style {
    border-radius: 30px;
    border: 3px solid #5b78a3;
    box-shadow: 5px 5px 5px #333333;    
}

/* 01 Font, Font Size and 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: 30px; color: #ffffff;}
    h2 {font-size: 22px; color: #000000;}
    h3 {font-size: 18px; color: #000000;}
    h4 {font-size: 16px; color: #000000;}
    
    a { color: #000000; text-decoration: none; } 
    a:hover { color: orange; text-decoration: none; }

    .dir-list a {color: #000000; text-decoration: none;}
    .dir-list a:hover {color: orange; text-decoration: none;}
    
    .cimg {display: block; margin-left: auto; margin-right: auto; width: 100%;}

     hr {border: 2px solid #000000;} 
    

/* 02 Back to Top *********************************************************** */

    .back-to-top {
      position: fixed;
      visibility: hidden;
      opacity: 0;
      right: 15px;
      bottom: 15px;
      z-index: 996;
      background: #5c76a9;
      width: 80px;
      height: 40px;
      border-radius: 20px;
      transition: all 0.4s;}

    .back-to-top i {
      font-size: 40px;
      font-weight: 600;
      color: #fff;
      line-height: 0;}

    .back-to-top:hover {
      background:  #72a0c1;
      color: #fff;}

    .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);}
    }

    /*--------------------------------------------------------------
    # Disable aos animation delay on mobile devices
    --------------------------------------------------------------*/

    @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 {
      background: rgba(21, 34, 43, 0.85);
      padding: 10px 0;}

      @media (max-width: 768px) {

        #header .logo {
      
            /* size of logo text */
      
            font-size: 12px;
            color: wheat;
            margin: 0;
            padding: 0;
            line-height: 1;
            font-weight: 500;
            letter-spacing: 2px;}
        
      }
      
          @media (max-width: 480px) {
      
            #header .logo {
      
            /* size of logo text */
      
            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;
    border: 0px solid var(--bs-primary);
    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 {
    color: var(--bs-primary);
}
 
.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 {
    background: var(--bs-primary);
    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);
}

#searchModal .modal-content {
    background: rgba(250, 250, 250, .6);
}
/*** Navbar End ***/

/* 07 Hero *********************************************************************************************** */

    #hero {
      width: 100%;
      height: 70vh;
      /* background: url("/img/nursing-homes-hero-01.jpg") top center; */
      background: url("/img/nursing-homes/nursinghomes-hero01.jpg") top center;
      background-size: cover;
      position: relative;
      padding: 0;}

    #hero:before {
      content: "";
      background: rgba(13, 20, 26, 0.40);
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;}

    #hero .hero-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;}

    #hero h1 {
      margin: 0 0 10px 0;
      font-size: 32x;
      font-weight: 500;
      line-height: 40px; 
      color: #fff;}

    #hero h2 {
      color: #eee;
      margin-bottom: 50px;
      font-size: 24px; 
      font-weight: 550;
    } 

@media (max-width: 768px) {
  #hero h1 {    
    font-size: 24px;
    line-height: 30px;}

  #hero h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;}
}

    @media (max-width: 480px) {
      #hero h1 {        
        font-size: 20px;
        line-height: 26px;}

      #hero h2 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;}
    }


    #hero .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: 30px;
      transition: 0.5s;
      color: #fff;
      background: rgba(255, 255, 255, 0.1);
      border: 4px solid #ff4a17;}

    #hero .btn-get-started:hover {
      border-color: #fff;
      background: #ff4a17;}

    #hero .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;}

    #hero .btn-watch-video i {
      line-height: 0;
      color: #fff;
      font-size: 32px;
      transition: 0.3s;
      margin-right: 8px;}

    #hero .btn-watch-video:hover i {
      color: #ff4a17;}

    @media (min-width: 1024px) {
      #hero {
        background-attachment: fixed;}
    }

/* 08 Pages ********************************************************************************************** */

    #pages {
      width: 100%;
      height: 70vh;
      /* background: url("/img/nursing-homes-hero-01.jpg") top center; */
      background: url("/img/nursing-homes/nursinghomes-hero01.jpg") top center;
      background-size: cover;
      position: relative;
      padding: 0;}

    #pages:before {
      content: "";
      background: rgba(13, 20, 26, 0.40);
      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 .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) {
      #hero {
        background-attachment: fixed;}
    }

    #pages h1 {
      margin: 0 0 10px 0;
      font-size: 32px;
      font-weight: 500;
      line-height: 40px; 
      color: #fff;}

    #pages h2 {
      color: #eee;
      margin-bottom: 50px;
      font-size: 24px; 
      font-weight: 500;
    } 

@media (max-width: 768px) {
  #pages h1 {    
    font-size: 24px;
    line-height: 30px;}

  #pages h2 {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px;}
}

    @media (max-width: 480px) {
      #hero h1 {        
        font-size: 20px;
        line-height: 26px;}

      #hero h2 {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 20px;}
    }

/* 09 Sections ******************************************************************************************* */

    section {
      padding: 60px 0;
      overflow: hidden;}

    .section-bg {
      background-color: #d2b48c;}

    .section-title {
      padding-bottom: 40px;}

    .section-title h2 {

      /* Section Title H2 is smaller font-size than P */

      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: 1px;
      display: inline-block;
      background: #ff8664;
      margin: 4px 10px;}

    .section-title p {
      margin: 0;
      margin: 0;

      /* Section Title H2 is smaller font-size than P */

      font-size: 14px;
      font-weight: 550;
       /* text-transform: uppercase; */
      font-family: "Poppins", sans-serif;
      color: #263d4d;}

/* 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: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 15px;
        border-radius: 40px;
        transition: 0.5s;
        margin: 5px;
        background: #5c76a9;
        border: 1px solid black;
        color: white;
        text-decoration: none;
        }

     .about .about-btn:hover {
        font-family: 'Poppins'; 
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 1px;
        display: inline-block;
        padding: 8px 15px;
        border-radius: 40px;
        transition: 0.5s;
        margin: 5px;
        background: #72a0c1;
        border: 1px solid black;
        color: white;
        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: 700;
      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: 700;
      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: orange;
      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 Footer ********************************************************************************************* */

    #footer {
      background: #25323a;
      padding: 0 0 30px 0;
      color: #fff;
      font-size: 14px;}

    #footer .footer-top {
      background: #25323a;
      border-bottom: 1px solid #25323a;
      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: 700;}

    #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: orange;
      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: orange;
      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: #fff;
      transition: 0.3s;
      display: inline-block;
      line-height: 1;}

    #footer .footer-top .footer-links ul a:hover {
      color: orange;}

    #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: orange;
      color: #fff;
      transition: 0.3s;
      border-radius: 0 4px 4px 0;}

    #footer .footer-top .footer-newsletter form input[type=submit]:hover {
      background: orange;}

    #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;}