/* Import Google Fonts: Manrope */
@import url('https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&family=Open+Sans:ital,wght@0,300..800;1,300..800&display=swap');

html,body{
	padding: 0;
	margin: 0;
}
header{
	background: #F9F5EA;
	width: 100%;
}
button.meeting-btn.full-btn [alt="Book"] {
    width: 15px;
    margin-right: 5px;
}

form#officeTourForm .form-control {
    border-radius: 40px!important;
    padding: 15px 15px!important;
    border: 1px solid #B7D0BB!important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05)!important;
}
 
form#officeTourForm input#captcha {
margin-top: 25px !important;
}
 
.book-btn {
    border: 1px solid #018752 !important;
    border-radius: 10px !important;
    display: inline-block !important;
    padding: 13px 20px !important;
    font-size: 16px !important;
    text-decoration: none !important;
    background: #018752 !important;
    color: #ffffff !important;
}
 
.book-btn:hover {
 box-shadow: none !important;
}

.list-details-sec.list-detail-desc h4 {
    padding-top: 20px;
    border-top: 1px solid rgba(121,121,121,0.64);
}

.header-back-btn-sec.manrope-font-title {
	padding: 20px 20px;
}

.list-details-sec.list-detail-desc p, .list-detail-widget p, .main-content-sec p, .amenities .amenities-cont, .list-details-sec ul li {
    font-size: 16px !important;
    line-height: 1.7em !important;
    font-family: 'Manrope'!important;
    color: #797979 !important;
    font-weight: 500 !important;
}
/********Advance popup new style*********/
.advnce-frm .form-control, .advnce-frm .form-select {
    border-radius: 40px !important;
    padding: 15px 15px;
    border: 1px solid #B7D0BB;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.advnce-frm .form-label, label.form-label.dtm {
    color: #000;
    font-family: "Manrope", sans-serif !important;
    font-size: 14px;
    font-weight: 700!important;
    line-height: 1;
}
button.btn.btn-outline-secondary {
    background: none!important;
}
.people-s .input-group {
    width: 130px;
}
.advnce-frm .form-switch .form-check-input {
    width: 4em;
    height: 2em;
    border: none !important;
    background-color: #018752 !important;
}
.btn-search {
    width: 200px;
    padding: 15px 0px!important;
    border-radius: 15px !important;
}

.icon-item{
    border-radius: 15px;
}
input#numberOfPeople {
    color: #000;
    padding: 12px 0;
    border: 1px solid #B7D0BB !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
/********Advance popup new style ended *********/

.popular-meeting-spaces
 .meeting-spaces-list .meeting-space-info{
       gap: 5px;
 }
.container{
	max-width: 100%;
	margin: auto;
	padding: 0 40px;
}
.scrolled .header-back-btn-sec.manrope-font {
    display: none;
}
.meeting-space-img img:hover {
    border-color: #018752;
}
.list-details-sec.list-detail-desc p, .list-detail-widget p {
    line-height: 20px;
}
/**** Header and Icon Animation  ***/

.desktop-header.scrolled .header-search-form {
    max-width: 500px;
}

.desktop-header.scrolled .header-search-input {
    padding:10px 16px 8px;
}
.desktop-header.scrolled .header-search-links {
    gap: 3px;
}

.desktop-header.scrolled .header-search-links li {
    width: 40px;
    height: 40px;
}

.desktop-header.scrolled .header-search-links li a img {
    width: 15px;
    margin-top: 0px;
}

.desktop-header.scrolled .header-search-input label, .desktop-header.scrolled .header-search-input input {
    font-size: 12px;
}

.header-menu ul li a:hover {
    color: #018752;
}



.header-filter ul {
    display: flex;
    gap: 16px;
}

.header-filter ul li {
    list-style: none;
}

.header-filter ul li a {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    padding: 10px 12px;
    border-radius: 8px;
    transition: background-color 0.3s ease;
}

.header-filter ul li img {
    transition: transform 0.35s ease, filter 0.35s ease;
}

.header-filter ul li span {
    margin-top: 6px;
    color: #333;
    transition: color 0.35s ease;
}

/* Hover effect */
.header-filter ul li:hover img {
    transform: translateY(-4px) scale(1.12);
}

/* Active state (optional) */
.header-filter ul li.active img {
    transform: scale(1.1);
}

/**** Icon Animation CSS ends here ***/

ul.header-search-links [alt="List"] {
    width: 25px;
}


.search-animate-container {
  position: relative;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* ===== FORCE STICKY HEADER ===== */
.desktop-header {
  position: sticky;
  top: 0;
  z-index: 99;
}

.header-search {
  transition:
    transform 0.9s cubic-bezier(0.22, 1, 0.36, 1),
    padding 0.6s ease,
    box-shadow 0.6s ease;
}
.desktop-header.is-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
    background: #F9F5EA;
}
.desktop-header.scrolled .search-animate-container{
    height: 0;
}
/* SCROLLED STATE */
.desktop-header.scrolled .header-search {
	transform: translateY(-80px) scale(0.9);
	top: -2px;
	position: absolute;
	left: -25px;
}

.desktop-header.scrolled .header-filter{
    display: none;
}

/* optional shadow when scrolled */
.desktop-header.scrolled {
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

#mobile-menu .border-bottom-gray{
    border-bottom: 0px solid rgba(179, 179, 179, 0.4);
}

#mobile-menu .menu-content-host.border-bottom-gray, #mobile-menu li.has-submenu{
    display: none;
}
.menu-content-box.border-bottom-gray {
    border-bottom: 1px solid rgba(179, 179, 179, 0.4);
}
.mobile-menu {
    position: fixed;
    top: 53px;
    right: -360px;
    border-radius: 30px;
    width: 300px;
    max-width: 85%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: 0.35s ease-in-out;
    padding: 20px;
    z-index: 100;
    overflow-y: auto;
}

.mobile-menu.active { right: 20px; }

.menu-content ul li a.menu-item:hover,.menu-content .dropdown-content a:hover{
	color:#0F8F4B;

}

#bk-payment-form input#cr_no, #bk-payment-form input#cvc {
    border-radius: 40px 0 0 40px;
}

.desktop-header.is-fixed.scrolled .search-btn-web img {
    width: 15px;
}


.header-top{
	display: flex;
	justify-content: space-between;   /* FIXED */
	align-items: start;
	padding: 16px 0;
}
.header-top-left{
	display: flex;
	justify-content: start;
}
.header-top-right{
	display: flex;
	justify-content: end;
}
/* Left section (logo) */
.header-top-left a img {
	max-height: 45.5px;
}

/* Right section (menu + mobile menu) */
.header-top-right {
	display: flex;
	align-items: center;
	gap: 20px;
}

/* Desktop Menu */
.header-menu ul {
	list-style: none;
	display: flex;
	gap: 20px;
	padding: 0;
	margin: 0;
}

.header-menu ul li:first-child a{
	border-right: 0px solid #000000;
    padding-right: 20px;
	position: relative;
}
.header-menu ul li:first-child a::after{
	content: "";
    height: 14px;
    width: 1px;
    background: #000000;
    right: 0;
    position: absolute;
}
.header-menu ul li:first-child a img{
	width: 14px;
}
.header-menu ul li:last-child a img{
	width: 15px;
}
.header-menu ul li a {
	font-family: "Manrope", sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    text-decoration: none;
    color: #000000;
    display: flex;
    align-items: center;
    gap: 3px;
}

.header-mobile-menu a{
	display: inline-block;
    background-color: #ffffff;
    border: 1px solid #B7D0BB;
    border-radius: 8px;
    padding: 0px 7px 1px 7px;
    text-align: center;
}
.header-mobile-menu a img{
	width: 12px;
}
.header-search {
    width: 100%;
    padding: 20px 0 30px;
}
.header-search-form{
    max-width: 750px;
    margin: 0 auto;
}
.header-search-form form {
    display: flex;
    align-items: center;
    gap: 12px;
}

/* White rounded search box */
.header-search-input {
   background: #FFFFFF;
    border-radius: 40px;
    padding: 12px 22px 6px;
    flex: 1;
    border: 1px solid #B7D0BB;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    position: relative;
}

.header-search-input label {
    margin-bottom: 0px;
    color: #000;
	font-family: "Manrope", sans-serif !important;
	font-size: 14px;
	font-weight: 700;
	line-height: 1;
}

.header-search-input input {
    color: #000;
	font-family: "Manrope", sans-serif !important;
	font-size: 16px;
	font-weight: 700;border: none;
    outline: none;
    font-size: 14px;
    color: #666;
	padding:0;
}

.header-search-input input::placeholder{
	color: #787878;
	font-family: "Manrope", sans-serif !important;
	font-size: 13px;
	font-weight: 500;
}

/* Right icons */
.header-search-links {
    list-style: none;
    display: flex;
    gap: 8px;
    padding: 0;
    margin: 0;
}

.header-search-links li {
    width: 55px;
    height: 55px;
    background-color: #0F8F4B;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: none;
	cursor: pointer;
}

.header-search-links li a img {
    width: 18px;    
}

.header-filter {
    width: 100%;
	padding: 15px 0 10px;
}

.header-filter-sec {
	max-width: 850px;
	margin: 0 auto;
}

.header-filter-sec ul {
   list-style: none;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0;
    margin: 0;
}

.header-filter-sec ul li {
    position: relative;
    text-align: center;
}

.header-filter-sec ul li a {
    text-decoration: none;
    color: #000;
    font-family: "Manrope", sans-serif !important;
    font-size: 13px;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 6px;
}

.header-filter-sec ul li img {
    height: 49px;
    object-fit: contain;
}

/* Bottom green hover line */
.header-filter-sec ul li::after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 0;
    height: 3px;
    background: #0F8F4B;
    transition: 0.3s ease;
    border-radius: 10px;
}

/* Hover = show green line */
.header-filter-sec ul li:hover::after {
    width: 100%;
}

/* Active item (default selected) */
.header-filter-sec ul li.active::after {
    width: 100%;
}

.popular-meeting-spaces {
    margin-top: 40px;
}

.section-title {
    color: #000;
    font-family: "Manrope", sans-serif !important;
	font-size: 20px;
	font-weight: 700;
    margin-bottom: 30px;
}

.site-title {
    color: #000;
    font-family: "Manrope", sans-serif !important;
	font-weight: 700;
}
.meeting-spaces {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 25px;
}

.meeting-space {
    background: #fff;
	margin-bottom: 20px;
}

.meeting-space-img {
    position: relative;
    width: 100%;
}

.meeting-space-img img {
    width: 100%;
    max-height: 175px;
    border-radius: 20px;
    display: block;
	border: 1px solid transparent; /* reserve space */ 
	transition: border-color 0.6s ease;
}

/* Price Tag */
.price-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background: #018752;
    color: #fff;
    padding: 4px 14px;
    border-radius: 20px;
    font-family: "Manrope", sans-serif !important;
	font-size: 14px;
	font-weight: 700;
	border: 1px solid #B7D0BB;
}

/* Content */
.meeting-space-content {
    margin-top: 12px;
}

.meeting-space-content h3 {
    font-family: "Manrope", sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.4;
    margin: 0 0 4px;
}

.meeting-space-content h3 a {
    color: #000;
    text-decoration: none;
}

.meeting-space-info {
    font-family: "Manrope", sans-serif !important;
	font-size: 14px;
	font-weight: 500;
    color: #797979;
    display: flex;
    align-items: center;
    gap: 6px;
}

.meeting-space-info .dot {
    font-size: 16px;
    line-height: 0;
	color: #797979;
}

.pagination-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 35px;
}

.pagination {
    display: flex;
    align-items: center;
    gap: 8px;
    list-style: none;
    padding: 0;
    margin: 0;
}

.pagination li {
    display: flex;
}

.page-number,
.page-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 38px;
    border: 1px solid #F1F1F1;
    border-radius: 8px;
    font-size: 12px;
    color: #333333;
    text-decoration: none;
    transition: 0.2s ease;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

.page-number:hover,
.page-btn:hover {
    background: #f1f1f1;
}

.page-number.active {
    background: #018752;    /* Green as in screenshot */
    color: #fff;
    border-color: #018752;
}

.pagination .dots {
    padding: 0 8px;
    color: #333333;
    font-size: 13px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}
/* ================= Newsletter Box ================= */
.newsletter-box {
    background: #faf0de url('../../images/index-new/newsletter-bg.png') no-repeat center center / cover;
    padding: 50px 40px;
    border-radius: 20px;
    max-width: 1200px;
    margin: 30px auto -60px;
    text-align: center;
	    z-index: 1;
    position: relative;
}

.newsletter-box-content{
	    max-width: 750px;
    margin: 0 auto;
}

.newsletter-box h2 {
    font-family: "Manrope", sans-serif !important;
	font-size: 32px;
	font-weight: 700;
    color: #000000;
    margin-bottom: 15px;
	margin-top: 0;
	line-height: 1;
}

.newsletter-box p {
    font-family: "Manrope", sans-serif !important;
	font-size: 20px;
	font-weight: 500;
    color: #000000;
    margin-bottom: 40px;
}

.newsletter-form {
    display: flex;
    justify-content: center;
    gap: 20px;
}

.newsletter-form input {
    width: 500px;
    height: 50px;
    padding: 0 20px;
    font-size: 16px;
    border: 1px solid #000000;
    border-radius: 10px;
	color: #000000;
    font-size: 16px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
	background: transparent;
}

.newsletter-form input::placeholder{
	color: #000000;
    font-size: 14px;
	font-family: "Open Sans", sans-serif;
	font-weight: 600;
}

.newsletter-form button {
    background-color: #018752;
    padding: 0 60px;
    border-radius: 10px;
    border: none;
    cursor: pointer;
    transition: 0.2s;
	color: #ffffff;
    font-size: 14px;
	font-family: "Open Sans", sans-serif !important;
	font-weight: 600;
}


/* ================= Footer ================= */
.footer {
    background: #1a1a1a;
    color: white;
    padding: 120px 0 20px 0;
    font-family: sans-serif;
}

.footer-top {
    display: flex;
    flex-wrap: wrap;
    justify-content: start;
	gap: 40px;
}

.footer-left {
    width: 400px;
	border-right: 1px dashed rgba(179,179,179,0.3);
	padding-right: 20px;
}

.footer-left p{
	font-family: "Manrope", sans-serif !important;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	line-height: 30px;
}
.footer-left-content{
	display: flex;
	flex-direction: row;
	gap: 30px;
	align-items: flex-start;
}
.footer-logo {
    width: 290px;
    margin-bottom: 10px;
}

.badgeFooter {
    width: 90px;
    margin-top: 20px;
}

.footer-col h4 {
    font-family: "Manrope", sans-serif !important;
	font-size: 15px;
	font-weight: 600;
	color: #ffffff;
    margin-bottom: 30px;
    margin-top: 30px;
}

.footer-col ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-col ul li {
    margin-bottom: 8px;
}

.footer-col ul li a {
    font-family: "Manrope", sans-serif !important;
	font-size: 15px;
	font-weight: 400;
	color: #9F9F9F;
    text-decoration: none;
}

.footer-col ul li a:hover {
    color: white;
}

/* Bottom Section */
.footer-bottom {
    margin-top: 30px;
    border-top: 1px dashed rgba(179,179,179,0.3);
    padding-top: 10px;
    margin-left: auto;
    margin-right: auto;

    display: flex;
    justify-content: space-between;
    align-items: center;
}

.footer-social img {
    width: 20px;
    margin-left: 12px;
    opacity: 1;
    transition: 0.2s;
}

.footer-social img:hover {
    opacity: 1;
}

.footer-bottom p{
	font-family: "Manrope", sans-serif !important;
	font-size: 15px;
	font-weight: 500;
}
.footer-col ul li:last-child{
	margin-bottom: 0;
}
.copyright-sec {
    display: flex;
    align-items: center;
    gap: 20px; /* spacing between copyright text and links */
    flex-wrap: wrap;
}
.copyright-sec p {
    margin: 0;
    font-size: 15px;
    font-weight: 500;
}
.copyright-sec ul{
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center !important;
}
.copyright-sec ul li{
	display: inline-block;
	padding: 0 12px;
	position: relative;
	line-height: 1;
}
.copyright-sec ul li::before{
	content: "";
	width: 1.5px;
	height: 12px;
	background: #ffffff;
	position: absolute;
	left: 0;
	top: 50%;
    transform: translateY(-50%);
}
.copyright-sec ul li a{
	font-family: "Manrope", sans-serif !important;
	font-size: 15px;
	font-weight: 500;
	color: #ffffff;
	text-decoration: none;
}
.footer-right{
	display: flex;
	justify-content: space-between;
    align-items: start;
    flex: 1;
}
.desktop-newsletter, .desktop-header{
	display:block;
}
.mobile-newsletter, .mobile-header{
	display: none;
}
.app-notification{
	padding: 20px 0;
	border-bottom: 	1px solid #D9D9D9;
}
.app-notification h3{
	font-family: "Manrope", sans-serif !important;
	font-size: 16px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 0;
	margin-top: 0;
}
.app-notification p{
	font-family: "Manrope", sans-serif !important;
	font-size: 13px;
	font-weight: 500;
	color: #6A6A6A;
	margin-top: 5px;
	margin-bottom: 0;
}
a.use-app-btn{
	font-family: "Manrope", sans-serif !important;
	font-size: 13px;
	font-weight: 600;
	color: #ffffff;
	background: #EB4949;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 10px;
    text-decoration: none;
	margin-right: 10px;
}
.app-notification-cont{
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 20px;
}
.notification-left{
	flex: 1;
}
a.close-btn{
	display: inline-block;
    margin-left: 5px;
}
.app-header .header-top-left a img {
    max-height: none;
    width: 33px;
}
.app-header .header-menu ul li a{
	width: 36.8px;
	height: 36.8px;
	border: 1px solid #B7B7B7 !important;
	border-radius: 10px;
	padding: 0 !important;
	position: relative;
	justify-content: center;
}
.app-header .header-menu ul li:first-child a::after{
	display: none;
}
.app-header .header-menu ul, .app-header .header-top-right{
	gap: 8px;
}
.app-header .header-mobile-menu a{
	width: 36.8px;
    height: 36.8px;
    display: flex;
    align-items: center;
    justify-content: center;
	padding: 0;
	border-radius: 10px;
}
.app-header .header-menu ul li:first-child a img, .app-header .header-menu ul li:last-child a img {
    width: 20px;
}
.app-header .header-mobile-menu a img {
    width: 17px;
}
.app-header{
	padding-bottom: 30px;
}

.app-filter{
	background: #ffffff;
}
.app-filter .header-search-links li{
	width: 33px;
    height: 33px;
}
.app-filter .header-search-links li a img {
    width: 13px;
}
.app-filter .header-search-input{
	position: relative;
}
.app-filter a.search-btn{
    position: absolute;
    right: 15px;
}
.app-filter .header-search{
    position: relative;
}
.app-filter .header-search-form{
	position: absolute;
    top: -25px;
    width: 100%;
}
button.owl-prev, button.owl-next{
	border: 0;
    background: none;
	padding: 0;
}
button.owl-prev{
	position: absolute;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
}
button.owl-next{
	position: absolute;
    right: 0px;
    top: 50%;
    transform: translateY(-50%);
}
.app-filter .header-filter-sec ul li img {
    height: 40px;
}
.app-filter .header-filter-sec ul li a{
	font-size: 11px;
}
.app-filter .header-filter-sec{
	position: relative;
	padding-left: 20px;
    padding-right: 20px;
}
.app-filter .custom-nav{
	    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    transform: translateY(-50%);
	z-index:10;
}
.app-filter .header-filter{
	border-bottom: 1px solid #000000;
	padding-bottom: 0;
}
.header-filter-sec ul li::after{
	bottom: -15px;
}

/* List Page Style */
.list-page .header-search{
	padding-bottom: 60px;
}
.list-page .popular-meeting-spaces {
    margin-top: 20px;
}
.list-page .section-title{
	font-size: 29px;
	margin-bottom: 10px;
}
.meeting-spaces-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 15px;
	width: 100%;
}
.meeting-spaces-list .meeting-space-content h3{
	font-size: 20px;
}
.meeting-spaces-list .meeting-space {
    border: 1px solid rgba(0,0,0,0.18);
    border-radius: 20px;
    padding: 15px;
    display: grid;
    grid-template-columns: minmax(0, 1.5fr) minmax(0, 2fr);
    gap: 20px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.18);
    min-width: 0;
}
.meeting-spaces-list .meeting-space > * {
    min-width: 0;
}

.meeting-space-img img {
    max-width: 100%;
	height: 190px;
    /* height: auto; */
    display: block;
}
.meeting-spaces-list .meeting-space-info{
    margin: 10px 0;
    display: flex;
    flex-direction: column;
    align-items: start !important;
    justify-content: start;
    gap: 5px;
    /* align-items: center; */
}
.meeting-space-info .meeting-space-info-cont-sec{
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: start;
	justify-content: start;
}
.meeting-space-info .meeting-space-info-cont-sec.price-info{
	align-items: center;
	justify-content: center;
}
.meeting-space-info .meeting-space-info-img img{
	align-self: flex-start;
    max-width: 100%;
    height: auto;
    display: block;
	margin-top: 3px;
}
.meeting-space-info .meeting-space-info-cont-sec.address-info .meeting-space-info-img img{
	width: 15px;
}
.meeting-space-info .meeting-space-info-cont-sec:not(.address-info) .meeting-space-info-img img{
	width: 18px;
}
.meeting-space-info .meeting-space-info-cont-sec span{
	color: #3F3F3F;
}
.meeting-space-info .meeting-space-info-cont-sec span.meeting-space-price{
	color: #018752;
	font-size: 20px;
	font-weight: 700;
	display: inline-block;
	margin-left: 5px;
}
.meeting-space-info-cont {
    word-break: break-word;
    overflow-wrap: anywhere;
}
.meeting-fecilities-sec{
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: flex-start;
	justify-content: start;
}
.meeting-fecilities{
	background: #F9F5EA;
    border-radius: 50px;
    padding: 8px 20px;
	display: flex;
	flex-direction: row;
	gap: 30px;
	align-items: flex-start;
	justify-content: center;
}
.meeting-fecilities img{
	align-self: flex-start;
    width: auto!important;
    height: 22px;
}
.meeting-space-view-btn a{
	display: inline-block;
	color: #ffffff;
	text-decoration: none;
	background-color: #018752;
	padding: 10px 25px;
	border-radius: 15px;
	font-family: "Manrope", sans-serif;
    font-size: 16px;
    font-weight: 600;
	text-transform:capitalize;
}
/* List Page Style End*/

/* Map List Page Style Start*/
.meeting-space-map-list-sec{
	display: grid;
    grid-template-columns: minmax(0, 2.9fr) minmax(0, 1.1fr);
    gap: 20px;
}
.meeting-space-map-list-sec .meeting-spaces{
	grid-template-columns: 1fr;
	 padding: 15px;
    border: 1px solid rgba(0,0,0,0.18);
    border-radius: 20px;
    box-shadow: 1px 2px 5px rgba(0,0,0,0.18);
    min-width: 0;
	    max-height: 750px;
    overflow-y: auto;
    scrollbar-width: thin;
    scrollbar-color: #018752 #f1f1f1;
	gap: 10px;
}
.meeting-space-map-list-sec .meeting-spaces::-webkit-scrollbar {
    width: 8px;
}
.map-list-page .section-title{
	margin-bottom: 10px;
	font-size: 22px;
}
.meeting-space-map-list-sec .meeting-spaces::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.meeting-space-map-list-sec .meeting-spaces::-webkit-scrollbar-thumb {
    background: #018752;
    border-radius: 10px;
}

.meeting-space-map-list-sec .meeting-spaces::-webkit-scrollbar-thumb:hover {
    background: #016f43;
}

.meeting-space-map-list-sec .meeting-spaces .meeting-space-info .dot{
	margin-left: 30px;
}
.meeting-space-map{
	width: 100%;
    height: 780px;
    border-radius: 20px;
    overflow: hidden;
}
.meeting-space-map-list-sec .meeting-space{
	margin-bottom: 0px;
}
/* Map List Page Style End*/

/* List Details Page Style Start*/
.list-details-page .section-title{
	font-size: 40px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.list-details-page .address-info{
	margin-bottom: 5px;
}
.list-details-page .list-details-header{
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 40px;
}
.list-details-page .contact-details{
	display: flex;
    flex-direction: row;
    gap: 50px;
}
.list-details-page .list-details-header-right{
	align-items: end;
    justify-content: end;
    display: flex;
    flex-direction: column;
}
.list-details-page.place-details-page .list-details-header-right{
	justify-content: start;
	padding-top: 20px;
}
.place-details-page .place-details-header-right{
	    align-items: end;
    justify-content: end;
    display: flex;
    flex-direction: row;
	gap: 20px;
	margin-bottom: 20px;
}
.list-details-page.place-details-page .quote-details button.quote-btn{
	margin-right: 0;
}
.list-details-page.place-details-page .quote-details button img{
    max-width: 20px;
    margin-right: 10px;
    vertical-align: top;
}
.list-details-page .quote-details button{
	border: 1px solid #018752;
	border-radius: 10px;
	display: inline-block;
	padding: 12px 20px;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	text-decoration: none;
}
.meeting-gallery .owl-dots {
    display: block !important;
    margin-top: 20px;
    text-align: center;
}

.meeting-gallery .owl-dot span {
    width: 10px;
    height: 10px;
    background: transparent;
	display: inline-block;
	border-radius: 25px;
	border: 1px solid #018752;
	margin-right: 3px;
}

.meeting-gallery .owl-dot.active span {
    background: #018752;
}

.list-details-page .quote-details button.quote-btn{
	background: #018752;
	color: #ffffff;
	margin-right: 10px;
}
.list-details-page .quote-details a.book-tour-btn{
	background: transparent;
	color: #018752;
}
a.book-tour-btn:hover{
	color: #ffffff !important;
	background-color: #018752 !important;
}
a.book-tour-btn img, .header-mobile-menu a img {
	transition: all 0.3s ease;
}
/* Change image on hover */
a.book-tour-btn:hover img {
  content: url("../../images/index-new/book-icon-white.png");
}
a.quote-btn, .meeting-btn, .meeting-space-view-btn a, .newsletter-form button, a.book-tour-btn, .header-search-links li, .header-mobile-menu a{
	/* Smooth transition for multiple properties */
  transition: opacity 0.3s ease, transform 0.2s ease;
}
a.quote-btn:hover, .meeting-btn:hover, .meeting-space-view-btn a:hover, .newsletter-form button:hover, .header-search-links li:hover {
  /*background-color: #0eb975 !important; New background color on hover */
  opacity:0.9;
}
button.quote-btn {
	/* Smooth transition for multiple properties */
  transition: opacity 0.3s ease, transform 0.2s ease;
}
button.quote-btn:hover {
  /*background-color: #0eb975 !important; New background color on hover */
  opacity:0.9;
}
.header-mobile-menu a:hover{
	background-color: #018752;
}
.header-mobile-menu a:hover img {
  content: url("../../images/index-new/mobile-menu-bar-white.png");
}
.list-details-page .quote-details a img{
	max-width: 15px;
	margin-right: 10px;
	vertical-align: middle;
}
.list-details-page .info-sec{
	display: flex;
	flex-direction: row;
	gap: 10px;
	align-items: center;
	justify-content: start;
}
.list-details-page .info-cont{
	font-size: 16px;
    font-weight: 500;
	color: #797979;
}
.list-details-page .address-info-img img{
	max-width: 13px;
    vertical-align: baseline;
}
.list-details-page .contact-info-img img{
	max-width: 20px;
    margin-right: 0px;
    vertical-align: baseline;
}
.list-details-page .contact-info{
	position: relative;
}
.list-details-page .info-cont.price-cont span{
	font-size: 30px;
    font-weight: 700;
    color: #018752;
    display: inline-block;
    margin-left: 10px;
}
.list-details-page .contact-info::after{
	content: "";
	position: absolute;
	width:10px;
	height: 10px;
	right: -30px;
	top: 50%;
	transform: translateY(-50%);
	background: url('../../images/index-new/dot-divider.png') no-repeat center center;
	background-size: 8px;
}
.list-details-page .contact-info-cont span{
	font-weight: 700;
	color: #0F0F0F;
	display: inline-block;
	margin-left: 10px;
}
.manrope-font {
	font-family: "Manrope", sans-serif !important;
}
.manrope-font-title {
	padding: 0 40px;
	background: #F9F5EA;
	font-family: "Manrope", sans-serif !important;
    font-size: 16px;
    font-weight: 400;
}
.header-back-btn-sec{
	padding-top: 20px;
	padding-bottom: 20px;
}
.header-back-btn-sec a{
	font-size: 15px;
    font-weight: 700;
    text-decoration: none;
    color: #0F0F0F;
}
.header-back-btn-sec a img{
	max-width: 18px;
    margin-right: 10px;
    vertical-align: baseline;
}
.list-details-header-sec{
	padding: 20px 0;
}
.list-details-banner-sec{
	background: #F6F6F6;
	padding: 30px 0;
}
.list-details-stats-sec, .place-details-stats-sec{
	padding: 50px 0;
	background: #018752;
}
.list-details-stats-sec .statistics, .place-details-stats-sec .statistics{
	display: grid;
	gap: 0px;
}
.list-details-stats-sec .statistics{
	grid-template-columns: repeat(5, 1fr);
}
.place-details-stats-sec .statistics{
	grid-template-columns: repeat(3, 1fr);
}
.statistics .stat{
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
	position: relative;
}
.statistics .stat:last-child{
	
}
.statistics .stat:not(:last-child)::after{
	content: "";
	position: absolute;
	width: 1px;
	height: 26px;
	background: #ffffff url('../../images/index-new/stat-divider.png') no-repeat top right / contain;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	opacity:0.5;
}
.statistics .stat .stat-img img{
	max-width: 28px;
}
.statistics .stat .stat-cont{
	color: #ffffff;
	font-size: 16px;
	font-weight: 400;
}
.main-content-sec{
	display: grid;
	grid-template-columns: 2fr 1fr;
	gap: 60px;
	border-bottom: 1px solid rgba(121,121,121,0.64);
	padding-bottom: 20px;
}
.main-content-sec h3{
	color: #000000;
	font-size: 30px;
	font-weight: 700;
	margin-bottom: 10px;
}
#list-detail-map {
    width: 100%;
    height: 400px;
    border-radius: 20px;
}
.list-details-sec.list-detail-desc {
	border-top: 0;
	padding-top: 0;
}
.list-detail-desc p, .list-details-sec ul li, .list-detail-widget p{
	color: #797979;
    font-size: 19px;
    font-weight: 500;
}
.list-details-sec ul{
	padding-left: 20px;
}
.list-details-sec ul li{
	margin-bottom: 20px;
}
.list-details-sec ul li::marker{
	color: #018752;
}
.meeting-btn.full-btn{
	text-align: center;
    max-width: 100%;
    display: block;
	width: 100%;
}
.amenities-sec{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
}
.amenities{
	display: flex;
    flex-direction: row;
    gap: 20px;
	align-items: center;
	justify-content: start;
}
.amenities .amenities-img img{
	max-width: 24px;
	vertical-align: middle;
}
.amenities .amenities-cont{
	color: #797979;
    font-size: 19px;
    font-weight: 500;
}
.office-available-table{
	border: 1px solid #000;
    padding: 20px;
    border-radius: 10px;
    display: flex;
    max-width: 600px;
	margin-bottom: 20px;
}
.office-available-table table{
	width: 100%;
}
.office-available-table table tr th, .office-available-table table tr td{
	font-size: 19px;
	font-weight: 500;
	
}
.office-available-table table tr:not(:first-child):not(:last-child) td{
	border-bottom: 1px solid rgba(121,121,121,0.3);
}
.office-available-table table tr th{
	color: #018752;
	text-align: left;
}
.office-available-table table tr td{
	color: #2C2C2C;
	width: 30%;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: left;
	
}
.office-available-table table tr td:last-child{
	width: 10%;
}
.office-available-table table tr:last-child td{
	padding-bottom: 0px;
}
.office-available-table table tr td:nth-child(3){
	font-weight:900;
	font-size: 20px;
}
.list-detail-widget .office-available-table{
	    border: 0;
    background: #fff;
    padding-left: 0;
    padding-right: 0;
}
.list-detail-widget .office-available-table table tr th, .list-detail-widget .office-available-table table tr td{
	padding-left: 20px;
}
.list-detail-widget .office-available-table table{
	border-spacing: 0px;
}
.list-detail-widget .office-available-table table tr td{
	width: 33.33%;
}
.list-detail-widget .office-available-table table tr td:nth-child(3){
	font-weight: 500;
}
.place-details-address{
	display: flex;
    flex-direction: row;
    gap: 40px;
}
.place-details-page .list-details-header{
	display: grid;
    grid-template-columns: 2fr .9fr;
    gap: 40px;
}
.place-details-page .place-details-header{
	display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 40px;
}
.place-details-radio{
	margin-bottom: 5px;
}
.radio-group {
  display: flex;
  gap: 24px;
  align-items: center;
  font-family: "Manrope", sans-serif;
}

.custom-radio {
  display: flex;
  align-items: center;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  color: #0F0F0F;
}

.custom-radio input {
  display: none;
}

.radio-mark {
  width: 22px;
  height: 22px;
  border: 1px solid #000;
  border-radius: 50%;
  margin-right: 10px;
  position: relative;
}

.custom-radio input:checked + .radio-mark::after {
  content: "";
  width: 16px;
  height: 16px;
  background-color: #018752;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}


.custom-checkbox-wrapper {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    vertical-align: middle;
}
.custom-checkbox-wrapper {
    margin: 0;
}
.custom-checkbox {
    position: absolute;
    opacity: 0;
    width: 0px;
    height: 0px;
    cursor: pointer;
}
.custom-checkbox-label {
    position: relative;
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: transparent;
    cursor: pointer;
    box-sizing: border-box;
    border-width: 2px;
    border-style: solid;
    border-color: #018752;
    border-image: initial;
    border-radius: 4px;
    transition: 0.3s;
}
.custom-checkbox-label::after {
    content: "";
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: center center / contain no-repeat;
    transition: opacity 0.3s;
}
.custom-checkbox:checked + .custom-checkbox-label {
    background-color: transparent;
    border-width: initial;
    border-style: none;
    border-color: initial;
    border-image: initial;
}
.custom-checkbox:checked + .custom-checkbox-label::after {
    content: "";
    background-image: url('../../images/index-new/check-mark-green.png');
    opacity: 1;
}
.list-details-sec{
	padding: 30px 0;
	border-top: 1px solid rgba(121,121,121,0.64);
}
.list-details-sec h4, .more-sites-sec h4, .list-details-sec h5{
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 20px;
    margin-top: 0;
}
.list-details-sec h4, .more-sites-sec h4{
	color: #018752;	
}
.list-details-sec h5{
	color: #000000;
}
.meeting-btn{
	display: inline-block;
	padding: 15px 30px;
	border-radius: 10px;
	background-color: #018752;
	color: #ffffff;
	font-family: "Open Sans", sans-serif;
	font-size: 16px;
	font-weight: 600;
	text-decoration: none;
    border: none;
}
.list-detail-widget{
	background: #F9F5EA;
	border: 1px solid #E0E0E0;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
}
.list-detail-widget h3{
	font-size: 26px;
	font-weight: 700;
	margin-top: 0;
	margin-bottom: 20px;
	color: #000000;
}
.interested-btn{
	background: #ffffff url('../../images/index-new/right-arrow-green.png') no-repeat center right 15px;
	background-size: 6px;
	padding: 10px;
	border-radius: 10px;
	margin-bottom: 10px;
}
.interested-btn h6{
	font-size: 16px;
	font-weight: 600;
	color: #000000;
	margin: 0;
}
.interested-btn p{
	color: #797979;
	margin: 0;
	font-size: 14px;
	font-weight: 500;
}
.host-manager-cont h4{
	font-size: 22px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
	color: #018752;
}
.list-detail-widget h5{
	font-size: 20px;
	font-weight: 600;
	margin-top: 0;
	margin-bottom: 10px;
	color: #018752;
}
.host-manager-details{
	display: grid;
	grid-template-columns: 1fr 2fr;
	align-items: start;
	justify-content: start;
	gap: 0px;
}
.main-content-left{
	padding-top: 20px;
}
.main-content-right{
	padding-top: 20px;
}
.host-manager-img img{
	max-width: 100px;
}
.host-manager-cont table{
	width: 100%;
}
.host-manager-cont table tr td{
	padding-top: 5px;
	padding-bottom: 5px;
	width: 50%;
	font-size: 16px;
	text-align: left;
}
.host-manager-cont table tr td:first-child{
	color: #797979;
	font-weight: 500;
}
.host-manager-cont table tr td:last-child{
	color: #0F0F0F;;
	font-weight: 700;
}
.list-details-page .price-info.info-sec .price-img img{
	max-width: 20px;
	    vertical-align: middle;
    margin-top: 10px;
}
.list-details-page .price-info.info-sec{
		margin-bottom: 20px;
	}
.list-details-page.place-details-page .price-info.info-sec{
		margin-bottom: 5px;
	}	
	.meeting-space-map-wrapper {
    position: relative;
	}
	/* Controls container */
.map-controls {
    position: absolute;
    right: 15px;
    bottom: 50px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 10;
}

/* Buttons */
.map-btn {
    width: 42px;
    height: 42px;
    background: #018752;
    color: #fff;
    border: none;
    border-radius: 8px;
    font-size: 20px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.map-btn:hover {
    background: #016a41;
}

/* Optional different color */
.map-btn.layers {
    background: #f4c430;
    color: #000;
}

.map-btn.location {
    background: #018752;
}
.main-content-sec > * {
    min-width: 0;
}
.meeting-spaces-list .meeting-space > *{
	min-width: 0;
}
.main-content-right{
	position: sticky;
	top: 20px;
    align-self: start;
    height: fit-content;
}
/* List Details Page Style End*/
.coupon-form{
	display: flex;
    gap: 20px;
    margin-top: 10px;
}
.coupon-form input[type="text"]{
	border: 1px solid #000;
    border-radius: 10px;
    padding: 15px 15px;
	color: #000000;
	font-size: 14px;
	font-family: "Open Sans";
	font-weight: 600;
	width: 300px;
}
.coupon-form img{
	width: 50px;
}
.coupon-form input[type="text"]::placeholder{
	color: #000000;
}
.custom-radio{
	font-size: 11px !important;
}
@media only screen and (max-width: 1400px){
    .custom-radio{
        font-size: 11px !important;
    }
	.meeting-fecilities{
		gap: 15px;
	}

	.list-details-page .info-cont, .custom-radio, .list-detail-desc p, .list-details-sec ul li, 
	.list-detail-widget p, .amenities .amenities-cont, .office-available-table table tr th, 
	.office-available-table table tr td, .office-available-table table tr td:nth-child(3) {
    font-size: 14px;
	}
	.list-details-page .section-title{
		    font-size: 30px;
	}
	.radio-group{
		gap: 15px;
	}
	.place-details-address{
		    gap: 20px;
	}
}

@media only screen and (max-width: 1200px){
	.meeting-fecilities-sec{
		flex-direction: column;
	}
	.list-details-page .info-cont.price-cont span{
		font-size: 24px;
	}
	.list-details-page .list-details-header{
		gap: 10px;
	}
	.place-details-address{
		    flex-direction: column;
	}
	    .place-details-address {
        gap: 0;
    }
	.place-details-radio{
		    display: grid;
			grid-template-columns: repeat(2, 1fr);
	}
	.list-detail-widget .office-available-table table tr th, .list-detail-widget .office-available-table table tr td {
    padding-left: 10px;
}
.office-available-table table tr th, .office-available-table table tr td, .office-available-table table tr td:nth-child(3) {
        font-size: 14px;
    }
	.main-content-sec h3, .list-detail-widget h3{
		    font-size: 24px;
	}
	.host-manager-cont h4{
		font-size: 18px;
	}
}

@media only screen and (max-width: 992px){
	.container{
		padding-left: 20px;
		padding-right: 20px;
	}
	.place-details-radio{
			grid-template-columns: repeat(4, 1fr);
			margin-bottom: 0;
	}
	.list-detail-desc p, .amenities .amenities-cont{
		font-size: 16px;
	}
	.meeting-spaces-list .meeting-space, .host-manager-details{
		grid-template-columns: 1fr;
	}
	.main-content-sec{
		    gap: 20px;
	}
	.statistics .stat:nth-child(even)::after{
		display: none;
	}
	.place-details-stats-sec .statistics .stat:nth-child(even)::after{
		display: block;
	}
	.statistics .stat{
		justify-content: start;
		padding-left: 60px;
	}
	.statistics .stat .stat-cont{
		    font-size: 16px;
	}
	.list-details-stats-sec .statistics{
		grid-template-columns: repeat(2,1fr);
		gap: 20px;
	}
	.list-details-page .list-details-header{
		    grid-template-columns: 1fr;
    		gap: 0px;
	}
	.list-details-page .list-details-header-right{
		    align-items: start;
			justify-content: start;
	}
	.host-manager-cont table tr td, .office-available-table table tr th, .office-available-table table tr td, .office-available-table table tr td:nth-child(3){
		font-size: 13px;
	}
	.place-details-radio {
    margin-bottom: 20px;
}
.list-details-page.place-details-page .price-info.info-sec {
    margin-bottom: 20px;
}
}

/*@media only screen and (min-width: 769px){
	.main-content-right {
    position: sticky;
    top: 0;
    height: 100vh;
}
}*/

@media only screen and (max-width: 768px){
	.header-filter {
    padding: 10px 0 10px;
}
	.header-top{
		    padding: 16px 0 10px 0;
	}
	.header-filter ul li a{
		    padding: 10px 10px;
	}
	.header-filter-sec ul li a{
		    gap: 0;
	}
#mobile-menu .border-bottom-gray {
    border-bottom: 1px solid rgba(179, 179, 179, 0.4)!important;
}
.menu-content-box.border-bottom-gray {
    border-bottom: 0px solid rgba(179, 179, 179, 0.4);
}
.header-menu {
    display: none;
}
#mobile-menu .menu-content-host.border-bottom-gray, #mobile-menu li.has-submenu{
    display: flex;
}
.header-menu {
    display: none;
}
	.mobile-menu {
    position: fixed;
    top: 0;
    right: -360px;
    width: 320px;
    max-width: 85%;
    height: 100%;
    background: #fff;
    box-shadow: -2px 0 10px rgba(0,0,0,0.1);
    transition: 0.35s ease-in-out;
    padding: 20px;
    z-index: 100;
    overflow-y: auto;
}

.mobile-menu.active { right: 0; }


	.place-details-stats-sec .statistics .stat{
		        padding-left: 0px;
	}
	.place-details-stats-sec .statistics .stat:not(:last-child)::after{
		right: 20px;
	}
	.place-details-stats-sec .statistics .stat .stat-img img {
    max-width: 20px;
}
.place-details-stats-sec .statistics .stat .stat-cont {
        font-size: 14px;
    }
	.list-details-page .info-cont.price-cont span {
    font-size: 24px;
	}
	.list-details-page .quote-details a{
		padding-left: 15px;
		padding-right: 15px;
	}
	.list-details-page .section-title{
		font-size: 24px;
	}
	.list-details-page .contact-details{
		flex-direction: column;
    	gap: 20px;
	}
	.amenities-sec{
		grid-template-columns: repeat(2,1fr);
	}
	.host-manager-details{
		    grid-template-columns: 1fr;
	}
	.main-content-sec h3{
		font-size: 24px;
	}
	#list-detail-map{
		    height: 200px;
	}
	.list-detail-widget h3{
		font-size: 22px;
	}
	.host-manager-cont h4, .list-detail-widget h5 {
    font-size: 18px;
	}
	.list-details-page .info-cont, .list-detail-desc p, .office-available-table table tr th, .office-available-table table tr td, .amenities .amenities-cont {
    font-size: 16px;
	}
	
	.main-content-sec{
		grid-template-columns: 1fr;
		gap: 0px;
	}
	
	.app-filter .header-filter{
		padding-bottom: 20px;
	}
	.owl-carousel .owl-nav button.owl-next, .owl-carousel .owl-nav button.owl-prev, .owl-carousel button.owl-dot{
		display: none;
	}
	.meeting-space-map-list-sec{
		grid-template-columns: 1fr;
	}
/* List Page Style Start*/
.list-page .section-title {
    font-size: 20px;
}
.meeting-spaces-list {
        grid-template-columns: 1fr;
    }

    /* Stack image & content */
    .meeting-spaces-list .meeting-space {
        grid-template-columns: 1fr;
    }

	.popular-meeting-spaces .meeting-space-img img{
		width: auto !important;
	}

    .meeting-space-img img {
        width: 100%;
        height: auto;
    }

    /* Facilities wrap nicely */
    .meeting-fecilities {
        flex-wrap: wrap;
        gap: 15px;
        padding: 10px 15px;
    }

    .meeting-fecilities-sec {
        flex-direction: row;
        align-items: flex-start;
        gap: 15px;
    }

    .meeting-space-view-btn a {
        width: 100%;
        text-align: center;
    }
/* List Page Style End*/	
.container{
	padding: 0 20px;
}
.meeting-spaces{
	grid-template-columns: repeat(2, 1fr);
	gap: 15px;
	margin-bottom: 5px;
}
.meeting-space-info {
	flex-direction: column;
	align-items: start;
	gap: 0;
}
.meeting-space-info .dot{
	display: none;
}
.pagination{
	gap: 5px;
}
.page-number, .page-btn{
	width: 30px;
    height: 30px;	
}
.page-number{
	font-size: 13px;
}
.desktop-newsletter, .desktop-header{
	display:none;
}
.mobile-newsletter, .mobile-header{
	display: block;
}
.newsletter-box{
	border-radius: 0;
	margin-bottom: 0;
	padding: 40px 0;
}
.newsletter-box h2{
	font-size: 20px;
}
.newsletter-box p{
	font-size: 12px;
	margin-bottom: 25px;
}
.newsletter-form{
	gap: 5px;
}
.newsletter-form button{
	padding: 0 30px;
	font-size: 12px;
}
.newsletter-form input[type="email"] {
    width: 70%;
	padding-left: 15px;
	padding-right: 15px;
}
.newsletter-form input{
	height: 45px;
}
.newsletter-form input[type="email"]::placeholder{
	font-size: 12px;
}
.footer{
	padding-top: 40px;
	padding-bottom: 40px;
}
.badgeFooter {
    width: 110px;
    margin-top: 15px;
}
.footer-logo {
    width: 250px;
}
.footer-left p{
	font-size: 18px;
	margin-top: 0;
	margin-bottom: 0;
}
.footer-top{
	gap: 0;
}
.footer-left {
    width: 100%;
    border-right: 0;
    padding-right: 0;
	border-bottom: 1px dashed rgba(179, 179, 179, 0.3);
    padding-bottom: 25px;
}
.footer-left-content{
	flex-direction: column;
	gap: 0;
}
.footer-right{
	display: grid;
    grid-template-columns: repeat(2, 1fr);
	border-bottom: 1px dashed rgba(179, 179, 179, 0.3);
}
.footer-col h4, .footer-col ul li a{
	font-size: 18px;
}
.footer-col{
	border-bottom: 0;
	padding-bottom: 25px;
	width: 100%;
}
.footer-bottom {
    margin-top: 10px;
    border-top: 0;
	flex-direction: column;
}
.copyright-sec{
	flex-direction: column;
}
.footer-bottom p{
	    font-size: 18px;
		margin-top: 0;
}
.copyright-sec ul li a{
	font-size: 18px;
}
.copyright-sec ul li:first-child::before{
	display: none;
}
.footer-social{
	margin-top: 20px;
}
.footer-social img {
    width: 22px;
}
.price-badge{
	font-size: 12px;
}
.main-content-sec{
	padding-bottom: 20px;
}
.office-available-table table tr th, .office-available-table table tr td{
	        font-size: 13px;
}
.footer-col h4{
	margin-bottom: 10px;
}
}

@media only screen and (max-width: 600px){
	.place-details-stats-sec .statistics {
		grid-template-columns: repeat(2, 1fr);
	}
	.place-details-stats-sec .statistics .stat:nth-child(even)::after{
		display: none;
	}
	.place-details-stats-sec .statistics {
		gap: 20px;
	}
}
@media only screen and (max-width: 480px){
	.meeting-fecilities-sec {
        flex-direction: column;
	}
	.app-filter .header-filter {
        padding-bottom: 0px;
    }
	.statistics .stat{
		padding-left: 30px;
	}
	.place-details-radio{
			grid-template-columns: repeat(2, 1fr);
	}
	.coupon-form input[type="text"]{
		width: 200px;
	}
	    .place-details-stats-sec .statistics .stat{
        padding-left: 0px;
    }
	.statistics .stat::after{
		display: none;
	}
	    .place-details-stats-sec .statistics .stat:not(:last-child)::after {
        right: 0;
    }
.place-details-stats-sec .statistics {
        grid-template-columns: 1fr;
    }
	.place-details-stats-sec .statistics .stat .stat-cont {
        font-size: 16px;
    }
	    .place-details-stats-sec .statistics .stat .stat-img img {
         max-width: 24px;
    }
}
@media only screen and (max-width: 360px){
	.amenities-sec{
		grid-template-columns: 1fr;
	}
	.app-filter .header-filter-sec ul li a {
    font-size: 10px;
}
  .statistics .stat{
		padding-left: 0px;
	} 
    .list-details-page .section-title {
        font-size: 18px;
    }
    .footer-bottom p {
        font-size: 16px;
    }
.copyright-sec ul li a{
	font-size: 14px;
}	
.footer-col h4, .footer-col ul li a {
        font-size: 16px;
    }
	.meeting-space-info .meeting-space-info-cont-sec.address-info .meeting-space-info-img img {
    width: 18px;
}
}

.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.3);
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
    z-index: 99;
}


.overlay.active { opacity: 1; visibility: visible; }

.close-btn {
    background: none;
    font-size: 24px;
    border: none;
    float: right;
    cursor: pointer;
}


.menu-dropdown {
    padding: 12px 0;
}

.dropdown-btn {
    background: none;
    border: none;
    width: 100%;
    text-align: left;
    font-size: 16px;
    cursor: pointer;
}

.dropdown-content {
    padding-left: 30px;
    display: none;
    margin-top: 8px;
}

.dropdown-content a {
    display: block;
    padding: 5px 0;
    font-size: 15px;
}
.menu-content-host{
	padding-top: 60px;
}
.border-bottom-gray{
	border-bottom: 1px solid rgba(179,179,179,0.4);
}
.menu-content-download{
	
}
.menu-content-download ul li{
	padding: 20px 0;
}
.menu-content ul li.has-submenu, .menu-content-box ul li .dropdown-btn{
	position: relative;
}
.menu-content ul li.has-submenu::after, .menu-content-box ul li .dropdown-btn::after{
	content: "";
	width: 10px;
	height: 10px;
	background: url('../../images/index-new/green-right-arrow.png') no-repeat center right / contain;
	position: absolute;
	right: 0;
    top: 50%;
    transform: translateY(-50%);
}
.menu-content-box ul li .dropdown-btn.active::after{
	background-image: url('../../images/index-new/menu-down-arr-green.png');
}
.menu-content-host ul, .menu-content-download ul, .menu-content-box ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu-content-host ul li{
	margin-bottom: 20px;
}
.menu-content ul li a.menu-item, .menu-content-box ul li .dropdown-btn{
	text-decoration: none;
	font-family: "Manrope", sans-serif !important;
	font-size: 16px;
	font-weight: 600;
	color: #000000;
}
.menu-content .dropdown-content ul{
	list-style: none;
	padding: 0;
	margin: 0;
}
.menu-content .dropdown-content a{
	text-decoration: none;
	font-family: "Manrope", sans-serif !important;
	font-size: 16px;
	font-weight: 500;
	color: #7F7F7F;
	position: relative;
	padding-left: 15px;
}
.menu-content .dropdown-content a::before{
	content: "";
	width: 5px;
	height: 5px;
	background: url('../../images/index-new/dot-icon.png') no-repeat center left / contain;
	
	position: absolute;
	left: 0;
    top: 50%;
    transform: translateY(-50%);
	
}
.menu-content-box{
	padding: 20px 0 0 0;
}
.menu-content-box ul li .dropdown-btn{
	padding: 0;
}
.menu-content-box ul li a span , .menu-content-box ul li .dropdown-btn span{
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}
.menu-content-box ul li a img, .menu-content-box ul li .dropdown-btn img{
	max-width: 14px;
}
.menu-content-download ul li a.menu-item{
	color: #018752;
}
.menu-content-download ul li a img{
	max-height: 18px;
}
.menu-content-download ul li a span{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.menu-content-host ul li a span{
	display: inline-block;
    width: 30px;
    height: 30px;
    border: 1px solid #B7B7B7;
    border-radius: 10px;
    margin-right: 10px;
    text-align: center;
    max-width: 30px;
    max-height: 30px;
    padding: 0px;
    vertical-align: middle;
    position: relative;
}
.menu-content-host ul li a img{
	max-height: 18px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* serach button web */
.search-btn-web {
	position: absolute;
	right: 16px;
	top: 50%;
	transform: translateY(-50%);
	border: none;
	background: transparent;
	padding: 0;
	cursor: pointer;
}

.search-btn-web img {
	width: 20px;
}

.strike-through-text {
    text-decoration: line-through;
}

.search-location {
	width: 96%;
}

.form-check-input:checked {
 background-color: #009688!important;
 border-color: #018752;
}

.new-booking-form input:not([type="checkbox"]), .new-booking-form select {
 height: 60px;
 background: #FFFFFF;
 border-radius: 40px;
 padding: 8px 22px 6px;
 border: 1px solid #B7D0BB;
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.new-booking-form .input-group-text {
 padding: 0 20px;
 background: #FFFFFF;
 border-radius: 40px;
 border: 1px solid #B7D0BB;
 box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.new-booking-form label.form-label {
 color: #000;
 font-family: "Manrope", sans-serif !important;
 font-size: 14px;
 font-weight: 700;
 line-height: 1;
 margin-left: 5px;
}

.multisteps-form__title {
 color: #008850;
 font-weight: 400;
 font-size: 40px;
 text-align: center;
 font-family: 'Manrope' !important;
}

#bk-payment-form input.form-control {
    padding: 5px 22px 6px;
    height: 50px;
    border: 1px solid #B7D0BB;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
    border-radius: 15px;
}

.para-two {
 font-size: 16px;
 font-weight: 400;
 color: #797979;
}

button.ml-auto.js-btn-next.new-book-btn {
  	height: 60px;	
    border: 1px solid #018752;
    border-radius: 40px;
    display: inline-block;
    padding: 13px 20px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    text-decoration: none;
    background: #018752;
    color: #ffffff;
}

.new-book-btn:hover, .btn-pay:hover {
  box-shadow: none !important;
  opacity: .9;
}

.modal-content {
  border: 1px solid #B7D0BB;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

/***For datepicker**/
/* Calendar container */
/* Month dropdown container */
.flatpickr-current-month {
  display: flex;
  align-items: center;
  gap: 10px;
}

/* Month select */
.flatpickr-monthDropdown-months {
  font-size: 14px;
  padding: 8px 14px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background-color: #f9fafb;
  color: #111827;
  cursor: pointer;
  transition: all 0.25s ease;
  appearance: none;
}

/* Hover */
.flatpickr-monthDropdown-months:hover {
  background-color: #ffffff;
  border-color: #d1d5db;
}

/* Focus */
.flatpickr-monthDropdown-months:focus {
  outline: none;
  border-color: transparent;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
  background-color: #ffffff;
}

/* Month dropdown options */
.flatpickr-monthDropdown-months option {
  font-size: 14px;
  padding: 10px;
}

/* Selected option (browser-supported) */
.flatpickr-monthDropdown-months option:checked {
  background-color: #22c55e;
  color: #ffffff;
}

/* Year input */
.flatpickr-current-month input.cur-year {
  font-size: 14px;
  padding: 8px 12px;
  border-radius: 12px;
  border: 1px solid #e5e7eb;
  background: #f9fafb;
  transition: all 0.25s ease;
}

.flatpickr-current-month input.cur-year:focus {
  border-color: transparent;
  background: #ffffff;
  box-shadow: 0 0 0 3px rgba(34, 197, 94, 0.18);
}

/* Calendar container */
.flatpickr-calendar {
  border: none;
  border-radius: 20px;
  padding: 16px;
  box-shadow: 0 16px 40px rgba(0, 0, 0, 0.12);
  font-size: 14px;
}

/* Month header */
.flatpickr-months {
  margin-bottom: 12px;
}

.flatpickr-month {
  font-size: 15px;
  font-weight: 600;
  color: #111827;
}

/* Weekday labels */
.flatpickr-weekdays {
  margin-bottom: 10px;
}

.flatpickr-weekday {
  font-size: 12px;
  font-weight: 500;
  color: #6b7280;
}

/* Days grid */
.flatpickr-days {
  margin-top: 6px;
}

/* Day cells */
.flatpickr-day {
  height: 42px;
  line-height: 42px;
  border-radius: 12px;
  font-size: 14px;
  margin: 2px;
  transition: all 0.2s ease;
}

/* Hover */
.flatpickr-day:hover {
  background: rgba(34, 197, 94, 0.12);
  color: #15803d;
}

/* Selected */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
  background: #22c55e;
  color: #ffffff;
  box-shadow: 0 6px 14px rgba(34, 197, 94, 0.35);
}

/* Today */
.flatpickr-day.today {
  border: 1px solid rgba(34, 197, 94, 0.4);
}

/* Disabled days */
.flatpickr-day.disabled {
  color: #d1d5db;
  cursor: not-allowed;
}

#booking-form .new-booking-form input.form-control {
    border-radius: 40px 0 0 40px;
    padding: 5px 22px 6px;
    height: 60px;
    border: 1px solid #B7D0BB;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

 .input-group>:not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
    border-bottom-right-radius: 40px;
    border-top-right-radius: 40px;
}

.payment-box {

    border: 1px solid #B7D0BB !important;

    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05) !important;

    border-radius: 40px !important;

}
button.accordion-button{

    border-bottom: 1px solid #cfcfcf !important;
}
.btn-pay {
    border: 1px solid #018752 !important;
    border-radius: 10px !important;
    display: inline-block !important;
    padding: 13px 20px !important;
    font-size: 16px !important;
    text-decoration: none !important;
    background: #018752 !important;
    color: #ffffff !important;
	width: 100%;
}

/* Disabled Book Now button */
.quote-btn:disabled, .meeting-btn.full-btn:disabled {
    background-color: #cfcfcf !important;
    border-color: #cfcfcf !important;
    color: #777 !important;
    cursor: not-allowed;
    pointer-events: none;

    /* prevent fading */
    opacity: 1 !important;
}

/* Force icon to stay visible */

.quote-btn:disabled img, .quote-btn:disabled, .meeting-btn.full-btn:disabled img {
    opacity: 1 !important;
    visibility: visible !important;
    filter: none !important;
}


#booking-form input.form-control.flatpickr-input.flatpickr-mobile {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
    border-top-left-radius: 40px;
    border-bottom-left-radius: 40px;
}

.submit-btn {
    border: 1px solid #018752 !important;
    border-radius: 10px !important;
    display: inline-block !important;
    padding: 13px 40px !important;
    font-size: 16px !important;
    text-decoration: none !important;
    background: #018752 !important;
    color: #ffffff !important;
}
 
.join-team-btn:hover, .submit-btn:hover {
  box-shadow: none !important;
}
h4.second-block-footer {
    margin-bottom: 10px;
}