.head-sec p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--secondary-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
section.abt-lakeharmony .head-sec p{
    text-align:left;
}
section.abt-lakeharmony .head-sec{
    margin-bottom: var(--m15);
}
section.abt-lakeharmony .abt-img {
    float: right;
    width: 50%;
    margin-left: 40px;
    z-index: 1;
    position: relative;
}
section.abt-lakeharmony ol li{
    list-style: decimal;
    font-family: var(--primary-font);
    color: var(--black-color);
    font-size: var(--f16);
    line-height: 1.5rem;
    letter-spacing: 0.05em;
    margin-bottom: 10px;
}
section.abt-lakeharmony ol{
    padding-left: 14px;
}

.faqs{
    gap:2rem;
}
.accordion-item:last-of-type .accordion-button.collapsed{
    gap:2rem;
}
button.ui-accordion__link.accordion-button.collapsed{
    gap:2rem;
}
.head-sec {
    margin-bottom: var(--m30);
    text-align:center;
}
.col-md-12 {
    padding-left: 0px;
     padding-right: 0px;
}

section.faq{
    padding:var(--p60) var(--p12);
}
.sec-line {
    margin-bottom: var(--m30);
}
a.sticky.main-btn {
    display: none;
}

section.faq{
    background:var(--white-color);
}
section.faq .list-faq{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 100%;
    padding-left: 14px;
    font-size: 25px;
    line-height: 58px;
    color: var(--white-color);
    background-color: var(--secondary-color);
    -webkit-transition: all .3s;
    transition: all .3s;
    -webkit-clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 80% 0%, 100% 100%, 0% 100%);
}

section.faq .accordion-flush .accordion-item{
    border: 1px solid #E3E3E3;
    border-top: 1px solid #E3E3E3;
    background: var(--white-color);
    margin-bottom: var(--m20);
    border: none;
}
section.faq .accordion-flush .accordion-item .accordion-button, section.faq .accordion-flush .accordion-item .accordion-button.collapsed {
    position: relative;
    width: 100%;
    padding: 22px 65px;
    font-size: 18px;
    font-weight: 500;
    color: #555555;
    border: none;
    background-color: transparent;
    background-color: #f4f4f4;
    text-align: left;
}
section.faq .accordion-button::after{
    position: relative;
    left: 25px;
}
section.faq .accordion-button:not(.collapsed){
    background: var(--white-color);
}
section.faq p {
    color: var(--primary-color);
    font-size: var(--f14);
    font-weight: 500;
}

.sec-line {
    position: relative;
    margin-bottom: var(--m15);
    line-height: 0;
}
section.faq img{
    border-radius: 10px;
}
section.faq .accordion-body {
    color: var(--primary-color);
    font-size: var(--f14);
    box-shadow: 2px 3px 4px 0px #00000052;
}
.accordion-flush .accordion-collapse{
    background:var(--white-color);
}

/* attractions */


.attractions .image-box{
    position: relative;
    display: block;
    overflow: hidden;
    padding-bottom: 5px;
}
.attractions .how-we-value-heading{
    text-align: center;
}
.attractions .image-box img{
    position: relative;
    display: block;
    width: 100%;
    height: 450px;
    object-fit: cover; 
    transition: all 0.6s;
}

.attractions .inner-box:hover .image-box:before{
    border-top-color: #d5ae82;
}
.attractions .col-4:hover .lower-box{
    bottom: 50px;
}
.attractions .col-4:hover .image-box img{
transform: scale(1.14);
}
.attractions .lower-box{
    position: absolute;
    left: 50px;
    bottom: -50px;
    right: 50px;
    background: #ffffff;
    border-bottom: 1px solid #e5e5e5;
    padding-bottom: 2px;
    border-radius: 0px 0px 3px 3px;
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.7s ease;
    z-index: 3;
}

.attractions .inner-box:hover .lower-box{
    box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
}

.attractions .lower-content{
    position: relative;
    display: block;
    background: #ffffff;
    padding: var(--p20);
    border-bottom: 1px solid #e5e5e5;
    border-radius: 0px 0px 3px 3px;
    z-index: 1;
}

.attractions .lower-content .icon-box{
    position: absolute;
    right: 30px;
    top: -45px;
    width: 90px;
    height: 90px;
    background: #061138;
    color: #d5ae82;
    text-align: center;
    font-size: 42px;
    line-height: 90px;
    border-radius: 50%;
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    display: none;
}

.attractions .inner-box:hover .lower-content .icon-box{
    background: #d5ae82;
    color: #ffffff;
}

.attractions .lower-content .cat{
    position: relative;
    display: block;
    color: #7b8594;
    font-size: 13px;
    text-transform: uppercase;
    margin-bottom: 7px;
}

.attractions .lower-content h4{
    position: relative;
    color: var(--heading-color);
    margin-bottom: 20px;
    height: 36px;
    overflow: hidden;
}

.attractions .lower-content h4 a{
    color: var(--secondary-color);
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
    font-family: var(--secondary-font);
}

.attractions .lower-content h4 a:hover{
    color: var(--secondary-color);
}

.attractions .inner-box:hover .link-box a{
    color: var(--secondary-color);
}
.attractions .col-4{
    position: relative;
    padding-right: 0;
    width: 32%;
margin-bottom: var(--m20);
}
.attractions .row{
    justify-content: space-between;
    position: relative;
}
.attractions .head{
    position: relative;
    text-align: center;
}
.attractions .head p {
    font-size: var(--f12);
    font-weight: 600;
    color: var(--black-color);
    margin-bottom: var(--m5);
    letter-spacing: 3px;
    text-transform: uppercase;
    line-height: 1.7;
}
.attractions{
background: var(--white-color);
padding-bottom: 120px;
}
.attractions .how-we-value-heading{
    position: relative;
}
.attractions .how-we-value-heading h2,h6{
    color: var(--secondary-color);
}
 section.attractions .btn-area {
    text-align: center;
    margin-top: 60px;
}
section.attractions a.main-btn {
    width: 200px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: auto;
}

.attractions-1 .image-box{
	position: relative;
	display: block;
	overflow: hidden;
	padding-bottom: 5px;
}

.attractions-1 .image-box img{
	position: relative;
	display: block;
	width: 100%;
    height: 400px;
    object-fit: cover;
    border-radius: 10px 10px 0px 0px;
}

.attractions-1 .image-box:before{
	content: '';
	position: absolute;
	left: 0;
	bottom: 15px;
	width: 120%;
	left: -10%;
	height: 50px;
	background: #ffffff;
	border-top: 7px solid transparent;
	-ms-transform: rotate(-17deg);
	-webkit-transform: rotate(-17deg);
	transform: rotate(-17deg);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 1;
}

.attractions-1 .inner-box:hover .image-box:before{
	border-top-color: #d5ae82;
}

.attractions-1 .lower-box{
	position: absolute;
	left: 0;
	bottom: 0;
	right: 0;
	margin-left: 40px;
	background: #ffffff;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 2px;
	border-radius: 0px 0px 3px 3px;
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.12);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
	z-index: 3;
}

.attractions-1 .inner-box:hover .lower-box{
	box-shadow: 0px 0px 20px 0px rgba(0,0,0,0.20);
}

.attractions-1 .lower-content{
	position: relative;
	display: block;
	background: #ffffff;
	padding: var(--p20);
	border-bottom: 1px solid #e5e5e5;
	border-radius: 0px 0px 3px 3px;
	z-index: 1;
}

.attractions-1 .lower-content .icon-box{
	position: absolute;
	right: 30px;
	top: -45px;
	width: 90px;
	height: 90px;
	background: #061138;
	color: #d5ae82;
	text-align: center;
	font-size: 42px;
	line-height: 90px;
	border-radius: 50%;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
    display: none;
}

.attractions-1 .inner-box:hover .lower-content .icon-box{
	background: #d5ae82;
	color: #ffffff;
}

.attractions-1 .lower-content .cat{
	position: relative;
	display: block;
	color: #7b8594;
	font-size: 13px;
	text-transform: uppercase;
	margin-bottom: 7px;
}

.attractions-1 .lower-content h4{
	position: relative;
	color: var(--heading-color);
	margin-bottom: 20px;
    height: 40px;
    overflow: hidden;
}

.attractions-1 .lower-content h4 a{
	color: var(--other-color);
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.attractions-1 .lower-content h4 a:hover{
	color: var(--secondary-color);
}

.attractions-1 .inner-box:hover .link-box a{
	color: var(--secondary-color);
}
.attractions-1 .col-4{
    position: relative;
    padding-right: 0;
    width: 32%;
margin-bottom: var(--m20);
}
.attractions-1 .row{
    justify-content: space-between;
    position: relative;
    bottom: 50px;
}


.attractions-1 .head{
    background: url(../images/attr-cta.jpg);
    padding: var(--p60);
    position: relative;
}
.attractions-1 .head::before{
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: #122a42;
    opacity: 0.70;
}
.attractions-1{
    padding: 0;
    /* padding-top: 30px; */
    padding-bottom: 40px;
}
.attractions-1 .how-we-value-heading{
    position: relative;
}
.attractions-1 .how-we-value-heading h2,h6{
    color: var(--white-color);
}
section.abt-lakeharmony.seo-harmony li{
  color: var(--black-color);
    line-height: 1.5rem;
    letter-spacing: .05em;
  margin-bottom:10px;
  list-style:initial;
}

section.abt-lakeharmony.seo-harmony ul{
 padding-left:24px;
  margin-bottom:20px;
}




