#homemainbg {
    display: block;
    background-position: 50% 20%;
    background-image: url("../img/kv-aboutus.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#map {
    width: 100%;
    min-height: 200px;
    height: 30svh;
    font-family: futura-pt, a-otf-ud-shin-go-pr6n, sans-serif; 
}
blockquote {
    display: grid;
    align-items: stretch;
    border-radius: 16px;
    background-color: #e6f0f9;
    border: 6px solid #e6f0f9;
    margin-bottom: 30px;
}
blockquote p {
    position: relative;
    padding: 0;
    margin: 10px 0;
    z-index: 3;
    word-break: keep-all;
}
table tr {
    text-align: center;
    background: #ffdecf;
}
table th {
    width:60px;
}
table td {
    text-align: left;
    display: inline-block;
}
table tr:nth-child(even) {
    background: rgba(255,222,207,0.5);
}
.facorpinfo {
    display: flex;
    align-items: center;
    width: 100%;
    height: 82px;
    margin: 0 auto;
    border: #0067C0 2px solid;
    border-top: none;
    background-color: #e6f0f9;
    color: #0067C0;
}
.facorpinfo:first-child {border-top:#0067C0 2px solid;}
.facorpinfo:hover {background-color: #f6e6e6;}
.facorpinfo .leftbutton {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 82px;
}
.grid-vc {
  display: grid;
  justify-items: center;
  align-items: center;
}
.bqtitle {
    justify-self: center;
    align-self: center;
    height: 100px;
}
.bqbody {
    justify-self: start;
    align-self: start;
    height: 200px;
    padding: 0 0.5rem;
}
.bqfooter {
    aligh-self:center;
    height: 100px;
    margin-bottom: 60px;
}
.allogo img {
    width:80%;
    margin: 20px auto;
}
.timeline-icon {
  background: #B4BF04;	
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
.timeline-icon i {
  color: #fff;
  font-size: 1rem;
}
.timeline-container {
  width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 20px 0;
}
.timeline-container::before {
  content: '';
  position: absolute;
  top: 0;
  left: 18px;
  height: 100%;
  width: 4px;
  background: #abb09d;
}
.timeline-content h3, .timeline-content p {
    float: left;
}
.cleartl {
    clear: both;
}
/*
 * Property styles in unhighlighted state.
 */
:root {
  --building-color: #EC6800;
}
.property {
  align-items: center;
  background-color: #FFFFFF;
  border-radius: 50%;
  color: #e6f0f9;
  display: flex;
  font-size: 14px;
  gap: 15px;
  height: 70px;
  justify-content: center;
  padding: 4px;
  position: relative;
  transition: all 0.3s ease-out;
  width: 70px;
  transform: translateY(-9px);
}

.property::after {
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #FFFFFF;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  top: 95%;
  transform: translate(-50%, 0);
  transition: all 0.3s ease-out;
  width: 0;
  z-index: 1;
}

.property .icon {
  align-items: center;
  display: flex;
  justify-content: center;
  color: #FFFFFF;
}

.property .icon svg {
  height: 45px;
  width: auto;
  color: #FFFFFF;
}

.property .details {
  display: none;
  flex-direction: column;
  flex: 1;
}

.property .address {
  color: #e6f0f9;
  font-size: 14px;
  margin-bottom: 14px;
  margin-top: 5px;
}

.property .features {
  align-items: flex-end;
  display: flex;
  flex-direction: row;
  gap: 10px;
}

.property .features > div {
  align-items: center;
  background: #F5F5F5;
  border-radius: 5px;
  border: 1px solid #ccc;
  display: flex;
  font-size: 10px;
  gap: 5px;
  padding: 5px;
}

/*
 * Property styles in highlighted state.
 */
.property.highlight {
  background-color: #0067C0;
  border-radius: 8px;
  box-shadow: 10px 10px 5px rgba(0, 0, 0, 0.2);
  height: 120px;
  padding: 8px 15px;
  width: auto;
}

.property.highlight::after {
  border-top: 9px solid #0067C0;
}

.property.highlight .details {
  display: flex;
}

.property.highlight .icon svg {
  width: 50px;
  height: 50px;
}
/*
 * Building icon colors.
 */
.property.highlight:has(.fa-building) .iconbldg {
  color: var(--building-color);
}

.property:not(.highlight):has(.fa-building) {
  background-color: var(--building-color);
}

.property:not(.highlight):has(.fa-building)::after {
  border-top: 9px solid var(--building-color);
}

@media only screen and (min-width: 1170px) {
  .timeline-container::before {
    left: 50%;
    margin-left: -2px;
  }
}
@media only screen and (min-width: 1141px) {
  .timeline-icon {
    width: 60px;
    height: 60px;
    left: 50%;
    margin-left: -30px;
    line-height: 60px;
  }
  .timeline-icon i {
    font-size: 2rem;
    background-color:#ffffff;
  }
    .facorpinfo {
        max-width: 800px;
        padding-left:0.5rem;
    }
}
.timeline-icon img {
  top: 0px;
  min-height: 100%;
  min-width: 100%;
  width: auto;
}
.timeline-icon {
  overflow: hidden;
}

@media screen and (max-width:768px) {
    .faic {
        width:100%;
    }
    .timeline-content h3, .timeline-content p {
        float: left;
    }
    .facorpinfo {
        max-width: 700px;
    }
    #map {height: 50svh;}
}

@media screen and (max-width:480px) {
    .facorpinfo {
        max-width: 480px;
    }
    #map {height: 50svh;}
}