body {
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  color:rgba(0,0,0,0.7);
}

p {
  margin: 0;
  padding: 0;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.container {
  max-width: 100%;
  overflow-x: hidden;
}

.f-grey {
  color:rgb(27, 27, 27);
}

.col-lg-6 {
  position: relative;
  width: 100%;
  min-height: 1px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-lg-4 {
  position: relative;
  width: 100%;
  min-height: 1px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 30%;
  flex: 0 0 30%;
  max-width: 30%;
}
.col-lg-4x {
  position: relative;
  width: 100%;
  min-height: 1px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-lg-3 {
  position: relative;
  width: 100%;
  min-height: 1px;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  -ms-flex: 0 0 17.5%;
  flex: 0 0 17.5%;
  max-width: 17.5%;
}




.fontsans {
  font-family: "Raleway", sans-serif;
  font-weight: 700;
  font-size: 48px;
  color: #444444;
}

a {
  color: #444444;
  transition: 0.5s;
  text-decoration: none;
}

a:hover {
  color: #ff7713;
}

/* Header */
#header {
  height: 50px;
  padding: 15px 0 30px 0;
  left: 0;
  top: 35;
  position: fixed;
  right: 0;
  transition: all 0.5s;
  z-index: 997;
  background-color: rgba(255, 226, 206, 0.8);
}

#header.header-scrolled,
#header.header-fixed {
  background: rgba(252, 240, 233, 0.925);;
  height: 45px;
  padding: 10px 0 20px 0;
  transition: all 0.5s;
}
#header.header-scrolled {
  top:0;
  transition: all 0.5s;
}

#header #logo img {
  padding: 0;
  margin-top: -10px;
  max-height: 90px;
}

#top-wa {
  background-color: rgba(0, 0, 0, 0.75);
  border-color:#ff7300;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 10px 20px;
  margin-top: 10px;
  width: fit-content;
  float: right;
}



#top-wa a {
  color: #ff7300;
  letter-spacing: 1.5px;
}

#top-wa:hover {
  background-color: rgb(255, 241, 241);
  transition: all 0.5s;
}

#top-wa a:hover {
  color: #ff7300;
  transition: all 0.5s;
}


/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/

/* Nav Menu Essentials */

.nav-menu,
.nav-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}

.nav-menu ul {
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  z-index: 99;
}

.nav-menu li {
  position: relative;
  white-space: nowrap;
}

.nav-menu > li {
  float: left;
}

.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul {
  display: block;
}

.nav-menu div.sfHover > ul {
  display: block;
}

.nav-menu ul ul {
  top: 0;
  left: 100%;
}

.nav-menu ul li {
  min-width: 180px;
}


/* Nav Menu Arrows */

.sf-arrows .sf-with-ul {
  padding-right: 30px;
}

.sf-arrows .sf-with-ul:after {
  content: "\f107";
  position: absolute;
  right: 15px;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
}

.sf-arrows ul .sf-with-ul:after {
  content: "\f105";
}

/* Nav Meu Container */

#nav-menu-container {
  float: left;
  margin-left: 20px;
  margin-top: 10px;
}

/* Nav Meu Styling */

.nav-menu a {
  padding: 10px;
  text-decoration: none;
  display: inline-block;
  color:	#444444;
  font-family: "Raleway", sans-serif;
  font-weight: 600;
  font-size: 21px;
  outline: none;
}

.nav-menu .menu-active a,
.nav-menu a:hover {
  color: #ff7713;
}

.nav-menu > li {
  margin-left: 8px;
}

.nav-menu > li > a:before {
  content: "";
  position: absolute;
  width: 0;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #ff7713;
  visibility: hidden;
  transition: all 0.3s ease-in-out 0s;
}

.nav-menu a:hover:before,
.nav-menu li:hover > a:before,
.nav-menu .menu-active > a:before {
  visibility: visible;
  width: 100%;
}


.nav-menu ul {
  margin: 4px 0 0 0;
  padding: 10px;
  box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
  background: #fff;
  border-radius: 3px;
}

.nav-menu ul li {
  transition: 0.3s;
}

.nav-menu ul li a {
  padding: 10px;
  color: #060c22;
  transition: 0.3s;
  display: block;
  font-size: 15px;
  text-transform: none;
  border-radius: 3px;
}

.nav-menu ul li:hover > a {
  background: #FFD700;
  color: #ff7713;
}

.nav-menu ul ul {
  margin: 0;
}

/* Mobile Nav Toggle */

#mobile-nav-toggle {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 999;
  border: 0;
  background: none;
  font-size: 20px;
  display: none;
  transition: all 0.4s;
  outline: none;
  cursor: pointer;
  margin: 8px 8px 0 0;
}

.mobile-nav-toggle-scrolled {
  margin: 8px 8px 0 0 !important;
  transition: all 0.5s;
}

#mobile-nav-toggle i {
  color: #ff7300;
}

/* Mobile Nav Styling */

#mobile-nav {
  position: fixed;
  top: 0;
  padding-top: 18px;
  bottom: 0;
  z-index: 998;
  background: rgba(255, 115, 0, 0.9);
  left: -260px;
  /* width: 260px; */
  overflow-y: auto;
  transition: 0.4s;
}

#mobile-nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#mobile-nav ul li {
  position: relative;
}

#mobile-nav ul li a {
  color: #fff;
  font-size: 19px;
  overflow: hidden;
  padding: 10px 22px 10px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  display: block;
  outline: none;
}

#mobile-nav ul li a:hover {
  color: #FFD700;
}

#mobile-nav ul li li {
  padding-left: 30px;
}

#mobile-nav ul .menu-has-children i {
  position: absolute;
  right: 0;
  z-index: 99;
  padding: 15px;
  cursor: pointer;
  color: #fff;
}

#mobile-nav ul .menu-has-children i.fa-chevron-up {
  color: #FFD700;
}

#mobile-nav ul .menu-item-active {
  color: #FFD700;
}

#mobile-body-overly {
  width: 100%;
  height: 100%;
  z-index: 997;
  top: 0;
  left: 0;
  position: fixed;
  background: rgba(214, 137, 22, 0.2);
  display: none;
}

/* Mobile Nav body classes */

body.mobile-nav-active {
  overflow: hidden;
}

body.mobile-nav-active #mobile-nav {
  left: 0;
}

body.mobile-nav-active #mobile-nav-toggle {
  color: #fff;
}

/* Intro */


#intro {
  width: 100%;
  height: 100vh;
  background: url(../img/rukun-home-care.jpg) center;
  background-size: cover;
  overflow: hidden;
  position: relative;
}

@media screen and (max-width: 768px){
    #intro {
        /*background-position: left 20% center;*/
        background-position: center;
    }   
}

#intro:before {
  content: "";
  background: rgba(6, 12, 34, 0.5);
  position: absolute;
  bottom: 0;
  top: 0;
  left: 0;
  right: 0;
}

#intro .intro-container {
  position: absolute;
  bottom: 0;
  left: 0;
  top: 90px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

#intro {
  animation: slideUp 1s;
}

#intro h2 {
  font-size: 50px;
  color: red;
  font-weight: 700;
  margin: 0;
}

#intro h4 {
  font-size: 30px;
  color: white;
  font-weight: 700;
  margin-left: 0;
  margin-top: 0px;
  margin-bottom: 20px;
}

#intro p {
  font-size: 20px;
  font-weight: 500;
  color: white;
  margin: 20px 0;
}

#intro .about-btn {
  font-weight: 500;
  font-size: 24px;
  letter-spacing: 1px;
  display: inline-block;
  padding: 12px 32px;
  border-radius: 50px;
  transition: 0.5s;
  line-height: 1;
  margin: 10px;
  color: #fff;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
  border: 2px solid #ff7300;
}

#intro .about-btn:hover {
  background: #fff;
  color: #ff7300;
}

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important;
}

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important;
}

.intro-container {
  margin-bottom: 0;
  padding-bottom: 0;
}

#seniorliving img {
  width: 100%;
}

.centered {
  position: absolute;
  top: 60%;
  left: 40%;
  transform: translate(-50%, -50%);
}


.no-telp {
  background-color: rgba(0, 0, 0, 0.75);
  border-color: black;
  border-radius: 30px;
  box-sizing: border-box;
  padding: 10px 40px;
  width: fit-content;
}

.no-telp a {
  color: #ff7713;
  font-size: 19px;
  font-family: sans-serif;
  font-weight: 500;
  letter-spacing: 1px;
}

.no-telp a:hover {
  color: white;
}

/* Konten */

#isi1 {
  padding: 30px 0px 60px 0px;
  background-color: #edf8fb;
}
#isi1 img, #isi3 img {
  display: block;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
}

.jasa h1, .jasa h2, .jasa p {
  text-align: center;
}

.jasa h1, .jasa h2 {
  font-size: 31px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0px;
}

.jasa p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
}

#isi2 {
  padding: 40px 0;
  background-color: #ddd3c7;
}

#isi2 h2, #seniorliving h2, #service h2 {
  font-size: 31px;
  line-height: 32px;
  font-weight: 300;
  letter-spacing: 0px;
}

#isi2 h2 {
  text-align: center;
}

#isi2 p {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
}

#isi3 {
  padding:30px 0px 50px 0px;
}

#seniorliving{
    color: white;
    font-weight: semibold;
    margin: 0;
    padding: 2rem 0;
    height: 400px;
    /*background: url('../img/ABC_5503.jpeg') center;*/
    position: relative;
    background-image: url('../img/Danau-RUKUN.webp');
    background-size: cover; /* Ensures the image covers the entire container */
    background-position: center 65%; /* Centers the image */
    background-repeat: no-repeat;
}

#seniorliving::before {
  content: ''; /* Required for pseudo-element */
  position: absolute; /* Position over the parent element */
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Black with 50% opacity */
  z-index: 1; /* Ensure it's above the background image but below the text */
}

#seniorliving * {
  position: relative; /* Ensure text and other content are above the overlay */
  z-index: 2; /* Place text above the pseudo-element */
}

#seniorliving a{
    color: white;
    font-weight: semibold;
}

@media screen and (max-width:567px){
     #seniorliving {
        background-position: left 20%; /* Centers the image */
    }   
}

.about-heading {
  padding-top: 20px;
  padding-bottom: 20px;
}

#seniorliving p {
  font-size: 17px;
  line-height: 25px;
  font-weight: 400;
  letter-spacing: 0px;
}

.service-container {
  padding: 0 70px;
  margin-right: auto;
  margin-left: auto;
}


#service .section-header::before {
  left: 0;
}



.rukun-options {
  background-color: #f1f1f1;
  height: fit-content;
}

.list-options {
  padding-bottom: 50px;
}

.list-options > a {
  line-height: 2;
}



.hubungi {
  background-color: #b9d535;
  border-color: #b9d535;
  border-radius: 10px;
  box-sizing: border-box;
  padding: 20px 40px;
  width: fit-content;
  margin-top: 20px;
  margin-bottom: 20px;
}

.isi-title > ul > li,.isi-title>ul>li>ul , .isi-title>ul>li>ul>li, .isi-title>p {
  margin-top: 10px;
  margin-bottom: 10px;
  line-height: 25px;
  font-weight: 400;
  font-size: 17px;
}

#footer {
  background-color: #3c3023;
}

#footer h3, #footer p, #footer a {
  color: #f1f1f1;
  font-size: 19px;
  letter-spacing: 0.5px;
}

#footer a:hover {
  color: #ff7713;
  transition: 0.5s;
}
.alamat > p {
  line-height: 1.5;
}

.bot-footer {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 100px;
}

.company, .social {
  text-align: center;
  justify-content: space-between;
}

.social > a {
  margin-left: 5px;
  margin-right: 5px;
}


/* Back to top button */

.back-to-top {
  position: fixed;
  display: none;
  background: #ff7300;
  color: #fff;
  width: 40px;
  height: 40px;
  text-align: center;
  border-radius: 50px;
  right: 15px;
  bottom: 15px;
  transition: background 0.5s ease-in-out;
}

.back-to-top i {
  font-size: 24px;
  padding-top: 6px;
}

.back-to-top:focus {
  background: #FFD700;
  color: #fff;
  outline: none;
}

.back-to-top:hover {
  background: #FFD700;
  color: #fff;
}



.section-header {
  width: 100%;
  display: block;
  margin-bottom: 30px;
  position: relative;
  padding-bottom: 20px;
}

.section-header::before {
  content: '';
  position: absolute;
  display: block;
  width: 60px;
  height: 5px;
  background: #ff7713;
  bottom: 0;
  left: calc(50% - 25px);
}

.desktop {
  display: block;
}

.mobile {
  display: none;
}

@media(max-width:960px) {
  .col-lg-6 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 30px;
  }
  .col-lg-4, .col-lg-3 {
    -ms-flex: 0 0 90%;
    flex: 0 0 90%;
    max-width: 90%;
  }
}

@media (max-width:958px) { 
.desktop {
  display: none;
}

.mobile {
  display: block;
}
}

@media(max-width:1350px) {
  @media(min-width:959px) {
    .col-lg-4, .col-lg-3 {
      -ms-flex: 0 0 25%;
      flex: 0 0 25%;
      max-width: 25%;
    }
  }
}
@media (max-width: 768px) {
  .back-to-top {
    bottom: 15px;
  }
  #isi2 h2, #seniorliving h2, #service h2 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 300;
    letter-spacing: 0px;
  }
  .col-lg-4x {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }

  .isi-title > ul > li,.isi-title>ul>li>ul , .isi-title>ul>li>ul>li, .isi-title>p {
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 20px;
    font-weight: 400;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  #seniorliving p {
    font-size: 14px;
    line-height: 20px;
  }
  #intro {
    padding-top: 50px;
  }

  #intro h2 {
    font-size: 34px;
  }
  #intro h4 {
    font-size: 20px;
    margin: 0 0 10px 0;
  }
  #intro p {
    font-size: 16px;
    font-weight: 500;
    margin: 0 0 10px 0;
  }
  .no-telp {
    padding: 5px 10px;
    margin: 10px 0 10px 0;
  }
  .no-telp a {
    font-size: 20px;
    letter-spacing: 0.5px;
  }
  .centered {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0%,0%);
    padding:40px;
  }
  .isi-title>ul {
    padding-left: 10px;
  }

  #intro .about-btn {
  font-size: 17px;
  }
}


@media (max-width: 1199px) {
  #header .container {
    max-width: 100%;
  }

  #header.header-scrolled, #header.header-fixed {
    height: 40px;
  }

  .nav-menu a {
    padding: 8px 4px;
  }
}

@media (max-width: 1100px) {
  #header {
    height: 40px;
    padding: 10px 0;
    top: inherit;
    transition: all 0.5s;
  }
  #header.header-fixed, #header.header-scrolled {
    height: 40px;
    padding: 10px 0;
  }

  #header #logo img {
    max-height: 60px;
  }

  #nav-menu-container {
    display: none;
  }

  #mobile-nav-toggle {
    display: inline;
    padding: 5px;
  }

  #intro .intro-container {
    top: 0px;
  }
  #top-wa {
    padding: 5px 10px;
    margin-top: 3px !important;
    margin-right: 30px;
    background-color: transparent;
  }
  #top-wa a {
    font-size: 14px;
    letter-spacing: 1px;
    color: red;
  }
}

@media (min-width: 1100px) {
  .container {
    padding-left: 160px;
    padding-right: 160px;
    margin-right: auto;
    margin-left: auto;
  }

  .service-container {
    padding: 0 70px;
    margin-right: auto;
    margin-left: auto;
  }
  .mleft {
    margin-left: 50px;
  }
  #service {
    padding: 40px 0px 40px 0px;
  }
  .pad20 {
    padding: 20px;
  }
  .pad10 {
    padding: 10px;
  }
}

@media (max-width: 1099px) {
  .pad20 {
    padding: 0px 18px;
  }
  .pad10 {
    padding: 0px 10px;
  }
  .card-head {
    width: 80% !important;
  }
}
@media (min-width: 768px) {
  @media (max-width: 1099px) {
    .container {
      padding: 0 50px;
      margin-right: auto;
      margin-left: auto;
    }
    .service-container {
      padding: 0 20px;
      margin-right: auto;
      margin-left: auto;
    }
  }
}

@media (max-width: 767px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: auto;
    margin-left: auto;
  }
  .service-container {
    padding: 0px;
    margin-right: auto;
    margin-left: auto;
  }
  .pad20 {
    padding: 0px 16px;
  }
  .pad10 {
    padding: 0px 8px;
  }
  .section-header {
    margin-bottom: 5px;
    position: relative;
    padding-bottom: 2px;
  }
  .pad20 > .row > div.section-header {
    padding-right: 70px;
  }
}

/* .rounded-form {
  padding-top: 6rem
} */

@keyframes slideUp {
  0% {
    transform: translateY(300px);
  }
  100% {
    transform: translateY(0px);
  }
}

.card-head {
  cursor: pointer;
  border-radius: 20px;
  width: 800px;
  background-color: #ffb077;
  padding: 5px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
}

.card-head h1, .card-head h2, .card-head h3 {
  font-size: 20px;
  font-weight: 700;
  font-family: sans-serif;
}

.card-isi {
  display: none;
}
.card-opened {
  display: block;
  padding-left: 5px;
}

.card-isi p, .card-isi>ol>li , .card-isi>ul>li {
  font-size: 16px;
  line-height: 30px;
}

.fa {
  font-size: 28px;
}


/* New pop up modal (ADS) */

.modal {
  display: block;
  position: fixed;
  z-index: 9999;  
  left: 0;
  top: 0;
  width: 100%;
  height: 100vh;
  overflow: auto;
  background-color: rgba(0,0,0,0.7);
}

.modal-content {
  background-color: #fff;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 5px;
  width: fit-content;
  max-height: 80vh; /* Set the modal content's maximum height to 80vh */
  text-align: center;
  overflow: hidden;
}

.close {
  margin-left: 5px;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover {
  color: red;
}

.popup-img {
  max-height: 80vh;
  width: auto;
  max-width: 100%; /* Maintain the image's aspect ratio */
}

@media(max-width:820px) {
  .modal-content {
    width: 80%;
  }
}