.hidesec{display:none !important;}
	.glrysctnold{display:none !important;}
	.sidebar-placeholder {
    display: none;
    /* matches sidebar so layout doesn't shift */
}
	.single-directory footer.wp-block-template-part .wp-block-group .has-base-2-color{display:none;}
	.hidesec{display:none;}
	.fullwidth-video .wp-video {
  width: 100% !important; /* full width */
  max-width: 100%;
}

.fullwidth-video .wp-video video {
  width: 100% !important; /* video fills container */
  height: auto !important; /* maintain aspect ratio */
}

.fullwidth-video .wp-video .mejs-container {
  width: 100% !important;
  max-width: 100%;
}
	.hide-sticky{
    opacity: 0;
    transform: translateY(20px);
    pointer-events: none;
    transition: all 0.3s ease;
}
	ed11y-element-panel {
		right: 99px !important;
	}	
/* Add transition to sidebar top so it glides instead of snaps */
.sticky .wp-block-group.has-border-color.is-layout-flow.wp-block-group-is-layout-flow.sidebar {
    position: fixed;
    top: 10px; /* JS will override this dynamically */
    right: 312px;
    z-index: 1;
    width: 342px;
    overflow-y: auto;
    height: 100vh;
    background-color: #fff;
    transition: top 0.15s ease; /* smooth stop before CTA */
}
.single-directory figure.post-hero-height{
	aspect-ratio: auto !important;
    max-height: 360px;		
}
	.title-post-new{
	position: absolute;
  bottom: 4%;
  transform: translate(-50%, -50%) !important;
    min-width: 1280px !important;
    margin: 0 auto !important;
    left: 50%;
    top: inherit !important;
    width: auto !important;
}
.post-about-content h3{
	font-style:normal;
	font-family: 'Montserrat';
	font-weight:700 !important;
	letter-spacing:2.2px;
	font-size:13px;
	text-transform:uppercase;
	color:#111111;
	padding-top:40px;
	padding-bottom:13px;
	border-bottom:1px solid #E0E0E0;
}
.post-about-content h3 span{
	font-weight:700 !important;		
}	
.hours-table-main ul{
	padding:0px;
	width: 100%;
}

.hours-table-main ul li{
	padding:9px 0;
	border-bottom:1px solid #EBEBEB;
	font-size:13px;
	list-style:none;
	display: flex;
  justify-content: space-between;
}
.hours-table-main ul li span{
	font-family: 'Montserrat';
   color:#777777;
}
.hours-table-main ul li strong{
	font-weight:500;
   color:#111111;
	font-family: 'Montserrat';
}
.addr {
    font-family: 'Montserrat';
		font-weight: 600;
font-size: 9px;
line-height:1.4;
letter-spacing: 1.8px;
text-transform: uppercase;
color:rgba(255, 255, 255, 0.45);
    margin-top:7px
}
.blick {
    color:#6DBF6A;
    font-family: 'Montserrat';
font-weight: 700;
font-size: 9px;
line-height:1.5;
letter-spacing: 1.35px;
text-transform: uppercase;
margin-top:9px
}
.cta-btn-group{
	padding:45px 0;	
	margin: 0;
}
.cta-btn-group a.wp-block-button__link{
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 10px !important;
	line-height: 1.2;
	letter-spacing: 2.2px;
	text-align: center;
	text-transform: uppercase;
	padding: 18px 30px !important;
}
.cta-btn-group .trans-btn a.wp-block-button__link{
    background-color:transparent;
    border:1px solid rgba(255, 255, 255, 0.42);
    color:rgba(255, 255, 255, 0.65) !important;
}
.cta-btn-group .trans-btn a.wp-block-button__link:hover{
    background-color:#fff;
    border:1px solid rgba(255, 255, 255, 0.42);
    color:#000 !important;
}

.cta-btn-group .white-btn a.wp-block-button__link{
    border:1px solid #fff !important;
}
.cta-btn-group .white-btn a.wp-block-button__link:hover{
   background-color:transparent !important;
}
.post-page-cta .wp-block-group {
    text-align:center;
}
.post-page-cta .cta-subtitle{
    display:inline-block;
    margin:0 30px;
    position:relative;
}
.post-page-cta .cta-subtitle:before{
    content:"";
    position:absolute;
    width:32px;
    height:1px;
    background:rgba(255, 255, 255, 0.5);
    left: -30px;
    top: 50%;
    transform: translate(-30px, -50%);
}
.post-page-cta .cta-subtitle:after{
    content:"";
    position:absolute;
    width:32px;
    height:1px;
    background:rgba(255, 255, 255, 0.5);
    right: -30px;
    top: 50%;
    transform: translate(30px, -50%);
}	
.post-page-cta .cta-lastline{
    display:inline-block;
    margin:0 30px;
    position:relative;
}
.post-page-cta .cta-lastline:before{
    content:"";
    position:absolute;
    width:36px;
    height:1px;
    background:rgba(255, 255, 255, 0.5);
    left: -30px;
    top: 50%;
    transform: translate(-30px, -50%);
}
.post-page-cta .cta-lastline:after{
    content:"";
    position:absolute;
    width:36px;
    height:1px;
    background:rgba(255, 255, 255, 0.5);
    right: -30px;
    top: 50%;
    transform: translate(30px, -50%);
}	
.cn-btn a.wp-block-button__link{
    background-color:#000000;
    border:1px solid #000000;
    padding:16px !important;
    font-family: Montserrat;
    font-weight: 700;
font-size: 10px;
line-height: 1.3;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
    color:#FFFFFF;
}
.cn-btn a.wp-block-button__link:hover{
    background-color:transparent;
    color:#111111;
}
.gd-btn a.wp-block-button__link{
    background-color:transparent;
    border:1px solid #E0E0E0;
    padding:16px !important;
    font-family: Montserrat;
    font-weight: 700;
font-size: 10px;
line-height: 1.3;
letter-spacing: 2px;
text-align: center;
text-transform: uppercase;
    color:#111111;
}
.gd-btn a.wp-block-button__link:hover{
    background-color:#000;
    color:#fff;
    border:1px solid #000;
}
.tpaddr {
    bottom: 8%;
    transform: translate(-50%, -50%) !important;
    min-width: 1280px !important;
    margin: 0 auto !important;
    left: 50%;
    top: inherit !important;
    width: auto !important;
    position: absolute;
    margin: 0 1rem !important;
    font-family: 'Montserrat';
    font-weight: 500;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: rgba(255, 255, 255, 0.65);
}
.glrysctn.abt .wp-block-image > a {
    position: relative;
    width: 100%;
    display: block;
    padding-bottom: 74%;
}
.glrysctn.abt .wp-block-image >  a img {
    position: absolute;
    inset: 0;
    max-width: 100%;
    max-height: 100%;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.glrysctn.abt button.custom-next {
    position: absolute;
    top: 30px;
    right: 0;
    z-index: 999;
    width: 42px;
    height: 42px;
    border: 1px solid #E0E0E0;
    background-color: #fff;
}
.glrysctn.abt button.custom-prev{
    position: absolute;
    top: 30px;
    right: 55px;
    z-index: 999;
    width: 42px;
    height: 42px;
    border: 1px solid #E0E0E0;
    background-color: #fff;
}		
	
.blick {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: 8px; /* spacing between dot and text */
}

/* Create the green dot before text */
.blick::before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #6DBF6A; /* initial green color */
  display: inline-block;
  animation: pulse 1.2s infinite ease-in-out;
}
	
.faq-ques {
  max-width: 100%;
  width: 100%;
  box-sizing: border-box;
}
.faq-item {
  border-bottom: 1px solid #E0E0E0;
  position: relative;
  transition: background 0.6s ease;
}

.faq-item:first-child {
  border-top: 1px solid #E0E0E0;
}

/* Question Row */
.faq-question {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 26px 0px 26px 0px;
  cursor: pointer;
  user-select: none;
	transition:.6s ease-in-out;
}

.faq-item.active .faq-question{
	padding: 26px 0px 26px 0px;
}
.faq-question .faq-title {
  font-family: "Playfair Display";
  font-size: 20px;
  font-weight: 400;
  color: #111;
  margin: 0;
  flex: 1;
  line-height: 1.3;
  transition: color 0.6s ease;
  font-style: normal;	
}
.faq-item.active .faq-title {
  color: #111;
}
.faq-toggle {
  background: transparent;
  border: 1px solid #E0E0E0;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  flex-shrink: 0;
  transition:.6s ease-in-out;
  padding: 0;
}
.faq-toggle svg {
  transition: transform 0.6s ease;
	color:#111111;
	width:10px;
	height:10px;
}
.faq-toggle svg path{
	stroke:#111111;
}
.faq-item.active .faq-toggle {
  transform:rotate(45deg);
	background-color: #000000;
    border: 1px solid #000;
}
.faq-item.active .faq-toggle svg path{
	stroke: #fff;		
}	
.icon-minus {
  display: none;
}
.faq-item.active .icon-plus {
  display:block;
}
.faq-item.active .icon-minus {
  display: none;
}
.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease, padding 0.6s ease;
  padding: 0 100px 26px 0px;
	display:none;
}

.faq-item.active .faq-answer {
  max-height: 300px;
  padding: 0 100px 26px 0px;
	display:block;
}

.faq-answer p {
  font-family: "Montserrat" !important;
  font-size: 15px;
	line-height:1.8;
	font-weight:400;
  color:#333;
  margin: 0;
}

/* Hover on closed items */
.faq-item:not(.active) .faq-question:hover .faq-title {
  color: #111;
}

.faq-item:not(.active) .faq-question:hover .faq-toggle {
  border-color: #E0E0E0;
}
	

/* Pulsating animation */
@keyframes pulse {
  0% {
    transform: scale(1);
    background-color: #006400; /* dark green */
    opacity: 0.8;
  }
  50% {
    transform: scale(1.3);
    background-color: #00ff00; /* bright green */
    opacity: 1;
  }
  100% {
    transform: scale(1);
    background-color: #006400; /* dark green */
    opacity: 0.8;
  }
}

@media (max-width: 1700px) {	
.sticky .wp-block-group.has-border-color.is-layout-flow.wp-block-group-is-layout-flow.sidebar {
    right: 193px;
}
}
@media (max-width: 1600px) {	
.sticky .wp-block-group.has-border-color.is-layout-flow.wp-block-group-is-layout-flow.sidebar {
    right: 153px;
}
.faq-toggle{
	width: 26px;
    height: 26px;		
}
.faq-toggle svg{
	width: 8px;
    height: 8px;		
}	
}
@media (max-width: 1500px) {	
.sticky .wp-block-group.has-border-color.is-layout-flow.wp-block-group-is-layout-flow.sidebar {
    right: 110px;
}
}
@media (max-width: 1440px) {	
.sticky .wp-block-group.has-border-color.is-layout-flow.wp-block-group-is-layout-flow.sidebar {
	right: 73px;
    width: 350px;
}
.wp-block-columns.cl-gap.is-layout-flex.wp-block-columns-is-layout-flex {
    gap: 70px !important;
}
.re-section-padding{
	padding-top:60px !important;
	padding-bottom:60px !important;
}
 .glrysctn.abt button.custom-next{
	top: 10px;
    width: 35px;
    height: 35px;		
}
.glrysctn.abt button.custom-prev{
	top: 10px;
    right: 45px;
    width: 35px;
    height: 35px;		
}
.re-section-padding h2.wp-block-heading{
	font-size: 2.3rem !important;
    line-height: 1.2;		
}
.title-post-new{
	font-size: 3.5rem !important;		
}
.cta-title{
	font-size: 2.8rem !important;		
}
.faq-item.active .faq-question {
    padding: 20px 0px 20px 0px;
}
.faq-question .faq-title{
	font-size: 18px;		
}
.faq-toggle{
	width: 24px;
    height: 24px;		
}
.faq-item.active .faq-answer{
	padding: 0 100px 20px 0px;		
}
.faq-question{
	padding:20px 0 20px 0;		
}	
}
@media (max-width: 1400px) {	
.sticky .wp-block-group.has-border-color.is-layout-flow.wp-block-group-is-layout-flow.sidebar {
    right: 53px;
}	
}
@media (max-width: 1366px) {	
.sticky .wp-block-group.has-border-color.is-layout-flow.wp-block-group-is-layout-flow.sidebar {
    right: 39px;
}
}
@media (max-width: 1360px) {	
.sticky .wp-block-group.has-border-color.is-layout-flow.wp-block-group-is-layout-flow.sidebar {
    right: 40px;
	width:337px;
}
}
@media (max-width: 1280px) {	
.sticky .wp-block-group.has-border-color.is-layout-flow.wp-block-group-is-layout-flow.sidebar {
    right: 39px;
	width: 330px;
}
.wp-block-columns.cl-gap.is-layout-flex.wp-block-columns-is-layout-flex {
    gap: 50px !important;
}	
.title-post-new{
	min-width: 100% !important;		
	padding: 0 40px !important;
}
.tpaddr{
	min-width: auto !important;
        margin: 0px !important;
        padding: 0 40px !important;
        text-align: left;
        margin-left: 0;
        left: 0;
        transform: translate(-0%, -50%) !important;
}
.sidebar-title-box{
    padding-right: 15px !important;
    padding-left: 15px !important;		
}	
.sidebar-group-padding{
	padding-right: 15px !important;
    padding-left: 15px !important;		
}	
}
@media (max-width: 1152px) {	
.sticky .wp-block-group.has-border-color.is-layout-flow.wp-block-group-is-layout-flow.sidebar {
    right: 35px;
	width: 295px;
}
}	
@media (max-width: 1024px) {	
.sticky .wp-block-group.has-border-color.is-layout-flow.wp-block-group-is-layout-flow.sidebar {
   right: 31px;
   width: 270px;
   height: auto;
}
.wp-block-columns.cl-gap.is-layout-flex.wp-block-columns-is-layout-flex {
	gap: 30px !important;
}
.title-post-new {
	font-size: 3rem !important;
}
.re-section-padding h2.wp-block-heading {
	font-size: 2rem !important;
}	
}
@media (max-width: 880px) {	
.sticky .wp-block-group.has-border-color.is-layout-flow.wp-block-group-is-layout-flow.sidebar {
   right: 26px;
   width: 214px;
   height: auto;
}
.hours-table-main ul li{
	flex-wrap: wrap;		
}
.hours-table-main ul li span{
	width:100%;		
}
.faq-item.active .faq-answer{
	padding: 0 50px 20px 0px;		
}
.faq-question .faq-title{
	font-size: 16px;		
}	
}
@media (max-width: 768px) {	
.sticky .wp-block-group.has-border-color.is-layout-flow.wp-block-group-is-layout-flow.sidebar {
   right: 23px;
   width: 200px;
   height: 100vh;
}
}

@media (max-width:640px) {		
.title-post-new {
	font-size: 1.5rem !important;
    padding: 0 20px !important;
	bottom: 19%;
}
.tpaddr{
	padding: 0 20px !important;		
}
.hours-table-main ul li {
	flex-wrap: nowrap;
}
.hours-table-main ul li span {
	 width: auto;
}
.post-page-cta{
	padding: 50px 15px !important;		
}
.post-page-cta .cta-subtitle:before, .post-page-cta .cta-lastline:before{
    left: -20px;
    transform: translate(-20px, -50%);
}
.post-page-cta .cta-subtitle:after, .post-page-cta .cta-lastline:after{
    right: -20px;
    transform: translate(20px, -50%);
}
.post-page-cta .cta-subtitle, .post-page-cta .cta-lastline{
	font-size:10px !important;		
}
.cta-title {
   font-size: 1.3rem !important;
}
.cta-btn-group {
    padding: 30px 0;
}
.cta-btn-group a.wp-block-button__link{
	padding: 15px 15px !important;
	letter-spacing: 1.1px;
	min-width: 300px;
}
.post-page-cta .cta-lastline, .post-page-cta .cta-subtitle{
	margin: 0 20px;		
}
.post-page-cta .cta-lastline{
	letter-spacing:1px !important;		
}
.glrysctn.abt .wp-block-gallery{
	margin-bottom: 50px;		
}
.glrysctn.abt button.custom-next{
	        bottom: 15px;
        width: 35px;
        height: 35px;
        top: inherit;
        left: 56%;
        transform: translate(-56%, 0px);		
}
.glrysctn.abt button.custom-prev{
	         bottom: 15px;
        width: 35px;
        height: 35px;
        top: inherit;
        left: 44%;
        transform: translate(-44%, 0px);	
}
.faq-item.active .faq-answer {
	padding: 0 0px 20px 0px;
}	
}
/* 22-06-26 */
.custom-title h2 {
    color: #111111;
    font-size: 3rem;
    margin: 0;
    font-weight: 400;
    font-style: normal;
}
.custom-title h2 span{
	font-style:italic;		
}
.sidebar-title-box h3{
	font-style: normal;	
}	
.single-directory figure.post-hero-height img{
	height:auto !important;		
}	
@media (max-width: 1440px) {	
.custom-title h2{
	font-size: 2.3rem !important;
    line-height: 1.2;
}
.title-post-new{
	bottom: 6%;		
}	
}
@media (max-width: 1024px) {
.custom-title h2 {
     font-size: 2rem !important;
}
.title-post-new {
	bottom: 7%;
}
.single-directory figure.post-hero-height img{
	height:auto !important;		
}		
}
@media (max-width:640px) {
.post-about-content h3{
	padding-top:20px;		
}
.title-post-new {
	bottom: 13%;
}
.single-directory figure.post-hero-height {
    aspect-ratio: auto !important;
    max-height: 200px;
	overflow:hidden;
}
.single-directory figure.post-hero-height img{
	height:auto !important;		
}
.sidebar-title-box h3 {
        padding-top: 0;
        font-family: "Playfair Display", serif;
    }	
.mobileg .wp-block-apppressser-acf-gallery {
    position: relative;
}

.glrysctn.abt .wp-block-gallery {
    margin-bottom: 61px;
}
	.glrysctn.abt{ margin-bottom: -16px;
    padding-top: 2px;
}
.faq-ques{
/* 	padding:20px 24px;		 */
}
.faq-ques .faq-question p{
	margin:0px;		
}	
.m-faq-group h2{
	font-size:17px;
	font-style:normal;
}	
}	
	.sidebar-placeholder {
    display: none;
    /* matches sidebar so layout doesn't shift */
}
.content-with-gallery-wrap p{
font-size: 15px;
    font-family: 'Montserrat';
    color: #333;
    font-weight: 300;
    line-height: 1.8;		
}
.sticky #sdbrsctn {
    max-height:300px;
}
.au-first-sec .cl-gap{
align-items: flex-start !important;		
}
.single-directory figure.post-hero-height{
	aspect-ratio: auto !important;
    padding-bottom: 20% !important;
    position: relative;		
}
.single-directory figure.post-hero-height img {
    position: absolute;
    inset: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    width: 100% !important;
    height: 100% !important;
    vertical-align: middle;
    object-fit: cover !important;
}
@media (max-width:1024px) {
.single-directory figure.post-hero-height{
	padding-bottom: 30% !important;		
}		
}
@media (max-width:640px) {
.single-directory figure.post-hero-height{
	padding-bottom: 46% !important;		
}		
}