
body{ overflow-x:hidden; font-family:poppins, Calibri;}
.h1, h1 {
				font-weight:600;
}
.blog {
    display: inline-block;
    margin: 0 auto;
    width: 100%;
}
#blog{ margin:50px 0px;}
#blog .main{ text-align:center;}
#blog .main p{ text-align:left; margin-top:50px; margin-bottom:30px;}
#blog h1 {
    margin-top: 120px;
    color: #000;
    font-size: 28px;
}
.table-responsive {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.card_btnnew {
    /* max-width: 300px; */
    width: 45%;
    margin: 0 auto;
    padding: 6px 15px;
    border-radius: 6px;
    border: none;
}

.gradient2 {
    background-color: #8c7267;
    margin-right: 5px !important;
    color: #fff;
}


.blogshow{ margin-left:10%;}
.ditails {
    float: left;
    text-align: center;
    margin-right: 20px;
				margin-bottom:30px;
}
.ditails img{ border-radius:8px;}

.highlights-section h3 {
    text-align: left;
    margin-top: 20px;
    border-bottom: solid 1px #bababa;
    padding-bottom: 10px;
}

.bannerbutton1{ width:auto; background-color:#8c7267; padding:8px 20px; border:solid 1px #9c9c9c; border-radius:40px; font-size:16px; font-weight:600; color:#fff; margin-right: 10px;}
.bannerbutton2{ width:auto; background-color:#fff; padding:8px 20px; border:solid 1px #9c9c9c; border-radius:40px; font-size:16px; font-weight:600; color:#000}


.container{ padding-right:0px;}

.info-box {
    background: #f0faf5;
    border-left: 4px solid #0a4f3c;
    padding: 18px 22px;
    border-radius: 0 8px 8px 0;
    margin: 20px 0;
}


h2{ font-size:26px;}
h2 span{ font-size:26px;}

/* DESIGN TEAM */
    .design-team {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
      gap: 16px;
      margin: 20px 0;
    }
    .design-card {
      border: 1px solid #e5e7eb;
      border-radius: 10px;
      padding: 18px;
      background: #fff;
    }
    .design-card .role { font-size: 12px; color: #6b7280; text-transform: uppercase; letter-spacing: 0.5px; }
    .design-card .name { font-size: 17px; font-weight: 700; color: #0a4f3c; margin: 4px 0 6px; }
    .design-card .desc { font-size: 13px; color: #4b5563; line-height: 1.5; }
				
				
				 /* INVESTMENT TABLE */
    .invest-table { width: 100%; border-collapse: collapse; margin: 20px 0; }
    .invest-table th { background: #0a4f3c; color: #fff; padding: 10px 14px; font-size: 13px; text-align: left; }
    .invest-table td { padding: 10px 14px; font-size: 14px; border-bottom: 1px solid #eee; }
				
				

/* Sub Navbar */
.sub-navbar {
  background-color: #8c7267;
  width: 100%;
  position: sticky;
  top: 75px;
  z-index: 999;
  box-shadow: 0 2px 8px rgba(0,0,0,0.25);
}

.sub-navbar-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none; /* Firefox */
  white-space: nowrap;
  padding: 0 8px;
}

.sub-navbar-inner::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}

.sub-navbar-inner a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0px;
  padding: 13px 10px;
  border-bottom: 3px solid transparent;
  transition: border-color 0.2s, background-color 0.2s;
  white-space: nowrap;
}

.sub-navbar-inner a:hover {
  border-bottom-color: #8c7267;
  background-color: rgba(255,255,255,0.08);
  color: #fff;
}

/* Active link highlight (optional - JS-driven) */
.sub-navbar-inner a.active {
  border-bottom-color: #ffd700;
  color: #ffd700;
}

@media (max-width: 767px) {
  .sub-navbar-inner {
    justify-content: flex-start;
    padding: 0 4px;
  }

  .sub-navbar-inner a {
    font-size: 13px;
    padding: 11px 14px;
  }
		
		.container{ padding-right:15px;}
}





.sidebar{
    background: #fff;
    padding:20px;
				box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
				width:92%;
				margin-left:20px;
}

.sidebar{
    position: sticky;
    top: 130px;
				border-radius: 0px;
}

.sidebar.fixed{
    position:fixed;
    top:20px;
    width: 310px; /* IMPORTANT: match col-md-4 width */
}

.sidebar{
    transition: margin-top 0.3s ease;
}

.sidebar.scrolled{
    margin-top:60px;
				border-radius: 0px;
}

.sidebar form input, form textarea { width:100% !important;}

iframe{ width:92% !important; text-align:left;}
.heighlights {
    font-size: 28px;
    color: #000;
    text-align: left;
    font-weight: 600;
    line-height: 40px;
}


@media(max-width: 767px){
    
				.table-responsive {
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.invest-table {
    width: 100%;
    min-width: 700px; /* Forces horizontal scroll on mobile */
    border-collapse: collapse;
}

.invest-table th,
.invest-table td {
    padding: 12px;
    white-space: nowrap;
}
				
				
				.sidebar.fixed{
        position: static;
        width: auto;
    }
				.sidebar.scrolled {
    margin-top: 0px;
}
.sidebar {
    box-shadow: none;
    width: 98%;
    margin-left: 0px;
}
.bannerbutton1 {
    padding: 6px 14px;
    font-size: 17px;
    margin-right: 5px;
}
.bannerbutton2 {
    padding: 6px 14px;
    font-size: 16px;
    margin-bottom: 20px;
}

.elementor-widget-container {
    margin-bottom: 18px;
}

.project-logo img{ width:220px;}

.modal-body .close1 {
    right: -7%;
    top: -7%;
}

.gall {
    width: 100% !important;
				margin-bottom:10px;
}

}



.top{ position:fixed; right:10px; bottom:30px; background-color:#000; border-radius:100%; padding:20px;}

.LocationCnt {
				margin-bottom:30px;
}

iframe {
   width: 800px;
 }

.ameicon{ width:17%; box-shadow: -3px 2px 32px 0px rgba(158,158,158,0.65);
-webkit-box-shadow: -3px 2px 32px 0px rgba(158,158,158,0.65);
-moz-box-shadow: -3px 2px 32px 0px rgba(158,158,158,0.65); background-color:#fff; border-radius:10px; margin-right:20px; margin-bottom:20px;}
.elementor-widget-container {
    display: block;
    line-height: 30px;
    font-size: 15px;
    margin-bottom: 14px;
    margin-left: 20px;
				font-weight:500
}
.gall {
    width: auto;
    display: inline-block;
    border: solid 1px #ccc;
}
.fpImg-border img{ width:100%;}
.gall img{ width:100%; border-radius:8px;}
.item {
    width: 33%;
    display: inline-block;
				margin-bottom:10px;
				font-family:poppins;
}

.card {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 4px;
    background-color: #fff;
    border-radius: 10px;
    max-width: 100%;
    width: 100%;
    padding: 10px;
}

.card-img, .card-img-bottom, .card-img-top {
    width: 100%;
				height:200px;
}

.card-body {
    flex: 1 1 auto;
    padding: 0.5rem 0.5rem;
}

.card-title {
    margin-bottom: 0.1rem;
    font-size: 18px;
    color: #8c7267;
}

.card-body p {
    margin-top: 0;
    margin-bottom: 4px !important;
    font-size: 15px;
}

.fs-5 {
    font-size: 16px!important;
}

.align-items-center {
    align-items: center!important;
}

.card_button {
    width: 100%;
    display: inline-block;
    flex-wrap: wrap;
    gap: 4px;
    margin-top: 10px;
    justify-content: space-between;
}

.card_button a {
	font-size:24px;
	cursor: pointer;
}

.fw-bold {
    font-weight: 600!important;
}

.card_btn1, .card_btn2 {
    /* max-width: 300px; */
    width: 45%;
    margin: 0 auto;
    padding: 6px !important;
    border-radius: 6px;
    border: none;
}
.gradient1 {
    background-color: #8c7267;
    margin-right: 5px !important;
    color: #fff;
				width: auto;
}

.card hr:not([size]) {
    height: 1px;
				margin-top:3px;
				margin-bottom:3px;
}


p {
    text-align: left !important;
}

header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 99;
    padding: 8px 0;
    background-color: #fff;
    height: 75px;
    box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.20);
   -webkit-box-shadow: 1px 3px 5px 0px rgba(0,0,0,0.20);
   -moz-box-shadow: 1px 5px 3px 0px rgba(0,0,0,0.20);
}
.header-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
  }
.HeaderBackground { 
    background-color: #fff;
} 
.container {
    max-width: 1200px;
}
.nav-icon {
    display: none;
}
.menu {
    display: flex;
    justify-content: center;
}
.menu ul {
    margin: 0;
    padding: 0px 0px 0px 0px;
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 100%;
}
.menu ul li {
    margin: 0 12px;
}
.menu ul li a {
    color: #333;
    text-transform: capitalize;
    font-size: 13px;
    text-decoration: none;
    display: inline-block;
    font-weight: 500;
}
.SameSection {
    margin-bottom: 40px;
    position: relative;
    margin-top: 75px;
    background: #f0f0f0;
}
.SameDiv {
    margin-bottom: 40px;
}
.SameDiv h3 {
    font-size: 1.5rem;
    color: #000;
    margin-bottom: 20px;
    position: relative;
}
.SameDiv h2 {
    font-size: 26px;
    color: #000;
    margin-bottom: 25px;
    position: relative;
				text-align: center;
}
.SameDiv h4 {
    font-size: 25px;
    color: #000;
    margin-bottom: 10px;
}

.BannerForm h4 {
    margin-top: 0px !important;
				margin-bottom:2px;
				text-align:center;
				font-size:30px;
}

.sidebar p{ text-align:center; margin-bottom:20px; font-size:14px;}

.pol_con{ text-align:center; margin-top:12px; background:#56463f; border-radius:4px; color:#fff; padding:8px;}
.pol_con a{ color:#fff;}
.pol_con span {
    font-weight: 600;
    padding: 0px 4px;
    color: #fff;
}

.SameDiv p {
    font-size: 16px;
    margin-bottom: 10px;
    color: #000;
}
.SameDiv h5 {
    color: #e6a922;
    font-size: 23px;
}
.SameDiv ul {
    padding: 0;
    list-style: none;
    margin: 0;
}
.SameDiv ul li {
    font-size: 16px;
    margin-bottom: 2px;
    color: #000;
    padding: 0 0 0 15px;
    position: relative;
}
.SameDiv iframe {
    max-width: 100%;
}
.LocationCnt ul li {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-bottom: 10px;
}
.map{ width:100%;}

.SameDiv ul li::before {
    content: "";
    background-color: #000;
    width: 6px;
    height: 6px;
    position: absolute;
    border-radius: 100%;
    top: 14px;
    left: 0;
    margin-top: -3px;
}

.rotate {
  animation: rotation 1s infinite linear;
}

@keyframes rotation {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(55deg);
  }
}

.PriceTableDiv table th {
    text-align: center;
    background-color: #000;
    color: #fff;
}
.PriceTableDiv table td {
    text-align: center;
}
.AmenitiesDivItem {
    text-align: center;
    padding: 15px;
}
.AmenitiesDivImg {
    height: 84px;
    overflow: hidden;
}
.AmenitiesDivImg img {
    width: 70px;
}
footer {
    background-color: #656565;
    text-align: center;
    padding: 20px 0 4px 0;
}
.FooterCnt p {
    color: #a8a8a8;
    font-size: 12px;
    text-align: justify;
    -moz-text-align-last: center;
    text-align-last: center;
				margin-bottom: 0rem;
}

.FooterCnt p span {
    transform: rotate(90deg);
    display: inline-block;
    width: auto;
    cursor: pointer;
}

.desk{ display:block; width:100%;}
.mobile{ display:none;}
.BannerSection::before {
    content: "";
    background-color: rgba(0,0,0,.1);
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
}
.wrap_row_order {
    width: 99%;
}
a {
    outline: 0;
}
.form-control::placeholder {
color: #3e3e3e;
opacity: 1;
}
  
.form-control:-ms-input-placeholder {
color: #3e3e3e;
}
  
.form-control::-ms-input-placeholder {
color: #3e3e3es;
}
.modal-body {
    padding: 35px;
				background-color:#fff;
}

.modal-body .close1 {
    font-size: 130%;
    color: #fff;
    float: left;
    position: absolute;
    right: -2%;
    top: -3%;
    background-color: #000;
    padding: 0px;
    border-radius: 100%;
    height: 35px;
    width: 35px;
}

.modal-body .close1:hover {
  cursor: pointer;
		color:#fff;
}

.modal-body form input, form textarea {
    width: 100% !important;
    margin-bottom: 20px;
}

.modal-content {
    background-color: transparent;
}

.BannerSectionImg {
    
}

.rightcol{ background-color:#f0f0f0;}
.buttons{ width:100%;}

footer ul {
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    margin-bottom: 13px;
}
footer ul li {
    margin: 0 10px;
}
footer ul li a {
    color: #fff !important;
    text-decoration: none !important;
    font-size: 12px;
}
.faq-section {
    background-color: none;
  }

.enquire_form_mobile {
    display: none;
}

@media only screen and (max-width: 1279px), only screen and (max-device-width: 1279px) {
    .BannerFormFix {
        right: 15px;
    }
}
@media only screen and (max-width: 1199px), only screen and (max-device-width: 1199px) {
    .menu ul li a {
        font-size: 16px;
    }
    header {
        padding: 15px 0;
    }
    .SameDiv h3 {
        font-size: 35px;
    }
    .SameDiv h4 {
        font-size: 22px;
    }
    .SameSection {
        margin-bottom: 30px;
    }
    .SameDiv {
        margin-bottom: 30px;
    }
    footer {
        padding: 30px 0;
    }
    .BannerFormFix {
        top: 64px;
    }
    .menu ul li {
        margin: 0 7px;
    }
}
@media only screen and (max-width: 991px), only screen and (max-device-width: 991px) {
    .item {
        width: 100%;
    }
    .BannerFormFix {
        top: 0px;
        position: absolute;
        z-index: 9;
    }
    .BannerForm h2 {
        font-size: 25px;
        margin-bottom: 5px;
    }
    .BannerForm .form-control {
        font-size: 14px;
    }
    .BannerForm .btn {
        font-size: 20px;
        padding: 10px 40px;
								font-weight:600;
    }
    .BannerForm h5 {
        font-size: 15px;
        margin-bottom: 5px;
    }
    .nav-icon {
        display: block;
        position: relative;
        z-index: 999;
        width: 30px;
        height: 45px;
        transform: rotate(0);
        transition: 0.5s ease-in-out;
        cursor: pointer;
        float: right;
        background-color: transparent;
        border: 0;
        padding: 0;
        outline: 0;
    }
    .nav-icon span {
        display: block;
        position: absolute;
        height: 3px;
        width: 100%;
        background: #000;
        border-radius: 9px;
        opacity: 1;
        left: 0;
        transform: rotate(0);
        transition: 0.25s ease-in-out;
    }
    .nav-icon span:nth-child(1) {
        top: 10px;
    }
    .nav-icon span:nth-child(2) {
        top: 20px;
    }
    .nav-icon span:nth-child(3) {
        top: 30px;
    }
    .show-hide-body .nav-icon span:nth-child(1) {
        top: 18px;
        transform: rotate(135deg);
    }
    .show-hide-body .nav-icon span:nth-child(2) {
        opacity: 0;
        left: -60px;
    }
    .show-hide-body .nav-icon span:nth-child(3) {
        top: 18px;
        transform: rotate(-135deg);
    }
    .menu {
        width: 280px;
        position: fixed;
        left: 0;
        top: 0;
        background-color: #fff;
        padding: 60px 0;
        margin: 0 0 0 -280px;
        transition: margin 0.5s ease-in-out;
        height: 100%;
        text-align: left;
        z-index: 999;
        overflow-y: auto;
    }
    .menu.show-hide {
        margin: 0;
    }
    .menu ul {
        justify-content: center;
        flex-flow: column;
        align-items: flex-start;
    }
    .menu ul li a {
        color: #000;
    }
    .menu ul li {
        margin: 5px 20px;
    }
    .menu {
        display: inline-block;
    }
    .BannerFormStickyShow {
        display: none;
    }
    .SameDiv iframe {
        width: 100%;
    }
    .nav-icon:focus {
        outline: 0;
    }
    .SameSection {
        margin-bottom: 20px;
    }
    .SameDiv {
        margin-bottom: 20px;
    }
    footer {
        padding: 20px 0;
    }
    .enquire_form_mobile {
        display: block;
        text-align: center;
        position: fixed;
        width: 100%;
        bottom: 0;
        left: 0;
        z-index: 9;
    }
    .enquire_form_mobile .btn {
        background-color: #000;
        width: 100%;
        border-radius: 0;
        color: #fff;
        outline: 0;
        padding: 10px;
    }
    footer {
        margin-bottom: 30px;
    }
}
@media only screen and (max-width: 767px), only screen and (max-device-width: 767px) {

.number{ display:none;}

.main img{ width:100%;}

.table-responsive {
    display: inline-block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

.card_btnnew {
    width: 45%;
    margin: 0 auto;
    padding: 6px 10px;
    border-radius: 6px;
    border: none;
				font-size:14px;
}

.AmenitiesDivImg img {
    width: 52px;
} 
	
	iframe {
   width: 100%;
 }
	.LocationCnt{ width:100%;}
	.card_btn1, .card_btn2{ width:auto;}
	.card_button{ width:100%;}
	
	.ameicon {
    width: 42%;
    margin-right: 16px;
    margin-left: 10px;
}

iframe {
    width: 100% !important;
}

.modal-body {
    padding: 8px !important;
}

.logoform img{ width:80%;}
	
	
	.form_container {
    background-color: #fff;
    box-shadow: 0 0rem 0rem rgb(35 119 45 / 28%);
    padding: 20px;
    position: relative;
    z-index: 12;
    border-radius: 4px;
    width: 92%;
    margin: 20px auto;
    border: solid 1px #e6e6e6;
}
	
	.mobile{ display:block; width:100%; height:350px;}
    .desk{ display:none;}
				
    .SameDiv h3 {
        font-size: 30px;
    }
    .SameDiv h4 {
        font-size: 20px;
    }
    .AmenitiesDivItem p {
        text-align: center;
    }
    .BannerFormFix {
    display: contents;
    }
    .BannerForm .btn {
        margin: 0;
    }
}
@media only screen and (max-width: 575px), only screen and (max-device-width: 575px) {
    .AmenitiesDivImg {
    height: 60px;
}
				
				.AmenitiesDivItem {
    padding: 4px;
}
				
				header {
        padding: 10px 0;
								background-color:#fff;
    }
    .SameDiv h3 {
        font-size: 20px;
    }
    .SameDiv h4 {
        font-size: 14px;
    }
    .SameDiv p {
        font-size: 16px;
    }
    .SameDiv ul li {
        font-size: 14px;
    }
    .LocationCnt ul li {
        width: 100%;
        margin-bottom: 5px;
        text-align: justify;
        font-size: 14px;
    }
    .FooterCnt p {
        font-size: 14px;
    }
    .SameSection {
        margin-bottom: 15px;
    }
    .SameDiv {
        margin-bottom: 15px;
    }
    footer {
        padding: 15px 0;
    }
    footer {
        margin-bottom: 35px;
    }
    .SameDiv h5 {
        font-size: 18px;
    }
    .table-bordered td,
    .table-bordered th {
        font-size: 12px;
    }
    .enquire_form_mobile .btn {
        padding: 8px;
        font-size: 18px;
								font-weight: 600;
    }
    .BannerSectionImg {
        display: block;
    }
    .BannerSection {
        background-image: none;
        height: auto;
    }
}
