@import url('../fonts/font.css');
:root {
    --primary-color: #000;
    --secondary-color: #195276;
    --accent-color: #17a2b8;
    --text-dark: #333;
    --text-light: #6c757d;
    --bs-link-color-rgb: 0, 0, 0;
}

body {
    font-family: "Visby Round CF", sans-serif;
    line-height: 1.6;
    color: var(--text-dark);
    background-color:#D3DEE5;
    font-weight: normal;
    overflow-x: hidden!important;
}
header {
    position: fixed;
    top: 0;
    z-index: 1000;
    left: 0;
    right: 0;  
            -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.loadeffect {
  transform: translateY(20px);
  opacity: 0;
}
.home header {
    background: unset;
}
.home header.hder-fxd {
    background:rgba(255, 255, 255, 0.72);
    backdrop-filter: blur(8px);
    -webkit-backdrop-filter: blur(8px);
}
header {
    background: rgba(255, 255, 255, 0.62);
}
.navbar-brand {
    position: relative;
}
.colored-logo {
    position: absolute;
    opacity: 0;
    left: 0px;
}
.home header.hder-fxd .colored-logo {
    opacity: 1;
}
.home header.hder-fxd .white-logo {
    opacity: 0;
}
.hero-section {
    height: 100vh;
    background-color: #000;
    position: relative;
    background-position: center;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
}
.hero-section:before {
    content: "";
    position: absolute;
    height: 149px;
    top: 0;
    left: 0;
    z-index: 1;
    right: 0;
    background: linear-gradient(360deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
    opacity: 0.5;
}
.hero-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    z-index: 1;
    right: 0;
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.3;
}
.header-bttonz {
    width: 36px;
    height: 36px;
    border-radius: 17.97px;
    border: 1px solid;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 15px;
    display: inline-block;
    background-color: #ffffff8f;
    border-radius: 17.97px;
    border: 1px solid;
    border-color: #2e7d3252;
        -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.home header.hder-fxd .header-bttonz {
    border-color: #2e7d3252;
}
.home header.hder-fxd .navbar {
    padding: 17px 0;
}
    
.home header.hder-fxd .header-bttonz:hover {
    border-color:#2E7D32;
}
.home .custom-search-container {
        top: 70px;
}
.home .custom-search-container .close-btn {
    top: -86px;
}
.header-bttonz:hover {
    border-color:#2E7D32;
}
.home .header-bttonz {
    background-color: #ffffff3d;
    border-color: #ffffff2b;
}
.home .header-bttonz:hover {
    border-color: #fff;
}
.h-menu:hover {
    cursor: pointer;
}
.home .call-bt {
    background-image: url(../img/call_ico.svg);
}
.home .search-bt {
    background-image: url(../img/search_ico.svg);
}
.home .h-menu {
    background-image: url(../img/h_menu.svg);
}
.call-bt {
    background-image: url(../img/call_ico_green.svg);
}
.search-bt {
    background-image: url(../img/search_ico_green.svg);
}
.h-menu {
    background-image: url(../img/h_menu_green.svg);
}

.home header.hder-fxd .call-bt {
    background-image: url(../img/call_ico_green.svg);
}
.home header.hder-fxd .search-bt {
    background-image: url(../img/search_ico_green.svg);
}
.home header.hder-fxd .h-menu {
    background-image: url(../img/h_menu_green.svg);
}

.navbar-expand-lg .navbar-collapse {
        display: flex !important;
        flex-basis: auto;
        justify-content: flex-end;
}
.banner-text-cc {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    right: 0;
        z-index: 2;
}
.banner-text {
    max-width: 664px;
    font-family: "Gabriela Regular", Helvetica;
    font-weight: 400;
    color: #ffffff;
    font-size: 45px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
}
.home .navbar {
    padding: 24px 0;
}
.navbar {
    padding: 17px 0;
}
.navbar-brand img {
    width: 125px;
    float: left;
}
.home .hdr-menu-c a { 
     color: #fff;
}
.home .hdr-menu-c a:hover { 
     color: #2E7D32;
}
.hdr-menu-c a {
    color: var(--secondary-color);
    font-weight: 600;
    font-size: 14px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    text-decoration: none;
    margin-right: 15px;
    letter-spacing: .5px;
    text-transform: uppercase;
         -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.hdr-menu-c a:hover {
     color: #2E7D32!important;
}
.home header.hder-fxd .hdr-menu-c a {
     color: var(--secondary-color);
}
.hdr-menu-c {
    margin-right: 10px;
    margin-top: -2px;
}
.hill-cc {
    position: relative;
}
.home-video {
/*   position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%; 
  min-height: 100%; */
position: absolute;    
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  object-fit: cover; 		
}
.banner-text {
    overflow: hidden;
}
.abt-section {
    position: relative;
    overflow: hidden;
}
.hill-cc {
    position: relative;
}
.hill-bg {
    position: absolute;
    width: 1636px;
    height: 329px;
    /* top: 1002px; */
    /* left: auto; */
    background-image: url(../img/hill_art.svg);
    right: -1000px;
    bottom: -50px;
    background-repeat:no-repeat;
/*    z-index: -1;*/
}
.hill-cc .line {
    width: 1px;
    position: relative;
}
.hill-cc .brand-box {
    width: 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
}
.brand {
    margin-bottom: 4px;
}
.hill-cc .brand {
	-webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.hill-cc .brand:hover {
    scale: 1.2 !important;
    transform: translate(0px, -8px) !important;
}
.hill-cc .line:before {
    position: absolute;
    content: "";
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 30px;
    top: 0;
    margin-left: -2.5px;
}

.cloud-animation {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: -1;
    pointer-events: none;
}

.brand-box.brand-a {
    left: 190px;
    top: -96px;
}
.brand-a-line {
    height: 227px;
    background-color: #BA5042;
}
.brand-a-line:before {
    background-color: #BA5042;
}

.brand-box.brand-b {
    left: 320px;
    top: -38px;
}
.brand-b-line {
    height: 200px;
    background-color: #2E7D32;
}
.brand-b-line:before {
    background-color: #BA5042;
}

.brand-box.brand-c {
    left: 460px;
    top: -98px;
}
.brand-c-line {
    height: 278px;
    background-color: #317F3E;
}
.brand-c-line:before {
    background-color: #317F3E;
}

.brand-box.brand-d {
    left: 576px;
    top: -192px;
}
.brand-d-line {
    height: 277px;
    background-color: #195276;
}
.brand-d-line:before {
    background-color: #195276;
}

.brand-box.brand-e {
    left: 686px;
    top: -28px;
}
.brand-e-line {
    height: 108px;
    background-color: #195276;
}
.brand-e-line:before {
    background-color: #195276;
}

.arrow-down {
    position: absolute;
    bottom: 30px;
    left: 50%;
    margin-left: -43px;
    width: 86px;
    height: 26px;
    font-weight: 400;
    color: #ffffff;
    font-size: 11px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    z-index: 5;
}
.arrow-d {
    display: block;
    margin: auto;
    margin-top: 4px;
}
.testimonial-inside-cc {
    padding-bottom: 30px;
}
.inside-service-cc {
    margin-bottom: 85px;
}
.serv-block {
    margin-bottom: 35px;
}
.serv-block h3 {
    font-size: 16px;
    font-weight: 500;
    margin-top: 10px;
    margin-bottom: 4px;
}
.serv-block p {
    font-size: 14px;
    color: #1A5276;
    line-height: 21px;
    opacity: 1;
}
.project-single-cc {
    padding-top: 134px;
}
.section-title {
    font-family: "Gabriela Regular", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 40px;
    letter-spacing: 0;
    line-height: 34px;
}
.hero-title {
    font-family: "Gabriela Regular", Helvetica;
    font-weight: 400;
    color: #fff;
    font-size: 45px;
    letter-spacing: 0;
}
p {
/*    opacity: 0.6;*/
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 22px;
}
.c-btn {
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.48px;
    line-height: normal;
    text-decoration: none;
    font-family: "Visby Round CF", sans-serif;
    font-weight: 500!important;
}
.abt-section {
    padding-top: 72px;
    padding-bottom: 100px;
}
.primary-btn {
    color: #2e7d32;
}
.secondary-btn {
    color: #195276;
}
.c-btn {
  border: none;
  text-transform: uppercase;
  cursor: pointer;
  display: flex;
  align-items: center;
  float: left;
  gap: 0.2rem;
  font-weight:600;

  &:hover, &:focus {

    .arrow-icon__tip {
      transform: translateX(0px);
    }

    .arrow-icon__line {
      opacity: 1;
    }
  }

  &:focus {
    outline-offset: 4px;
  }
}

.arrow-icon__tip {
  transform: translateX(-3px);
  transition: transform 150ms;
}

.arrow-icon__line {
  opacity: 0;
  transition: opacity 150ms;
}

.abt-cont-wrap .section-title {
    margin-bottom: 24px;
}   
.abt-cont-wrap {
    margin-top: 40px;
}

.novemberz-cc {
    display: block;
    margin-top: 125px;
}

.novemberz-item .span {
    font-weight: 700;
}
.novemberz-item {
  border-left: solid 3px;
  padding: 3px 0;
  padding-left: 18px;
  color: #000;
}
.novemberz-item:nth-child(1) {
  border-color:#317F3E;
}
.novemberz-item:nth-child(3) {
  border-color:#B85042;
}
.novemberz-item:nth-child(2) {
  border-color:#195276;
}
.service-cc {
    padding: 100px 0;position: relative;
}
.service-box {
    display: grid;
    grid-template-columns: 73px auto;
    gap: 20px;
    margin-bottom: 55px;
}
.icon-box {
    width: 73px;
    height: 73px;
    background-color: #fefefe;
    border-radius: 20px;
    box-shadow: 0px 0px 21.600000381469727px 0px rgba(25, 82, 118, 0.13);;
    display: flex;
    align-items: center;
    justify-content: center;
}
.service-box h4 {
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 18.6px;
}
.desc {
    opacity: 0.7;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18.6px;
}
.service-item-wrap {
    margin-top: 60px;
}


/* .c-btn svg {
    margin-top: -3px;
} */
.project-box {
    background-color: #ffffff;
    border-radius:20px;
    overflow: hidden;
    display: block;
    text-decoration: none;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.project-box:hover {
    box-shadow: 0 4px 58px 0 rgba(26, 82, 118, 0.28);
}
.project-item-wrap {
    margin-top: 50px;
/* 	overflow:hidden; */
}

.project-box h2 {
    font-weight: 500;
    color: #1A5276;
    font-size: 16.7px;
    line-height: normal;
    white-space: nowrap;
    letter-spacing: 0;
    padding-right: 30px;
    background-image: url(../img/right_arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
	 white-space: nowrap;
	 overflow: hidden;
	 text-overflow: ellipsis;
}
.project-content-wrap {
    padding: 20px;
    position: relative;
}
.cat {
    display: flex;
    width:auto;
    font-weight: 500;
    color: #1a5276;
    font-size: 12px;
    text-align: center;
    letter-spacing: 0;
    line-height: normal;
    align-items: center;
    justify-content: center;
    padding: 7px 12px;
    z-index: 1;
    position: absolute;
    top: 15px;
    left: 15px;
    background-color: #ffffff;
    border-radius: 30px;
    backdrop-filter: blur(2px) brightness(100%);
    -webkit-backdrop-filter: blur(2px) brightness(100%);
}
.page-cc {
    margin-top: 50px;
    margin-bottom: 100px;
}
.project-box .descri {
    font-weight: 400;
    color: #1A5276;
    opacity: 1;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    padding-left: 20px;
        background-image: url(../img/project_ico.svg);
    background-position: center left;
    background-repeat: no-repeat;
}
.builder-name {
    font-weight: 400;
    color: #1A5276;
    opacity: 1;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    padding-left: 20px;
        background-image: url(../img/project_ico.svg);
    background-position: center left;
    background-repeat: no-repeat;
}
.project-box .amont {
    font-weight: 600;
    margin-top: 25px;
    color: #1A5276;
    font-size: 16px;
    letter-spacing: 0;
    line-height: normal;
    white-space: nowrap;
}
.availablity {
    opacity: 1;
    font-weight: 400;
    color: #1A5276;
    font-size: 12px;
    text-align: right;
    letter-spacing: 0;
    line-height: normal;
     margin-top: -16px;
    margin-bottom: 0px;
}
.project-cc .c-btn {
    float: none;
    display: inline-block;
}
.project-cc, .testimonial-cc {
	overflow:hidden;
}
.abt-cont-wrap p {
	opacity:.7;
}
.container {
    position: relative;
    z-index: 2;
}
.cloud1 {
    width: 100%;
    height: 842px;
    top: 450px;
    left: 0px;
    right: 0;
    position: absolute;
    aspect-ratio: 2.39;
    object-fit: cover;
    z-index: 1;
}
        .cloud1 {
            background-image: url('../img/cloud1.png');
            background-repeat: repeat-x;
            background-size: auto 100%;
            animation: scrollBackground 100s linear infinite;
        }

        @keyframes scrollBackground {
            0% {
                background-position-x: 0;
            }
            100% {
                background-position-x: -100%;
            }
        }

.popup-content {
    border-radius: 0!important;
}
.cloud2 {
    width: 100%;
    height: 842px;
    top: -250px;
    left: -220px;
    right: 0;
    position: absolute;
    aspect-ratio: 2.39;
    object-fit: cover;
    z-index: -1;
}
        .cloud2 {
            background-image: url('../img/cloud1.png');
            background-repeat: no-repeat;
            background-size: auto 100%;
/*            background-position: -700px;*/
    background-position: right;
            animation: floatAround 70s linear infinite;
        }

 

     @keyframes floatAround {
            0% {
                transform: translate(0, 0);
            }
            25% {
                transform: translate(30px, -20px);
            }
            50% {
                transform: translate(-20px, -30px);
            }
            75% {
                transform: translate(-35px, 25px);
            }
            100% {
                transform: translate(0, 0);
            }
        }

.cloud3 {
    width: 100%;
    height: 842px;
    top: -150px;
    left: 0px;
    right: 0;
    position: absolute;
    aspect-ratio: 2.39;
    object-fit: cover;
    z-index: -1;
}
        .cloud3 {
            background-image: url('../img/cloud1.png');
            background-repeat: no-repeat;
            background-size: auto 100%;
/*            background-position: -700px;*/
    background-position: right;
            animation: scrollBackground3 90s linear infinite;
        }

       @keyframes scrollBackground3 {
            0% {
                background-position-x: -0;
            }
            100% {
                background-position-x: 100%;
            }
        }

.cloud4 {
    width: 100%;
    height: 842px;
    top: -50px;
    left: 0px;
    right: 0;
    position: absolute;
    aspect-ratio: 2.39;
    object-fit: cover;
    z-index: -1;
}
        .cloud4 {
            background-image: url('../img/cloud1.png');
            background-repeat: no-repeat;
            background-size: auto 100%;
/*            background-position: -700px;*/
    background-position: right;
            animation: scrollBackground4 100s linear infinite;
        }

       @keyframes scrollBackground4 {
            0% {
                background-position-x: -0;
            }
            100% {
                background-position-x: 100%;
            }
        }

.footer-banner-cc {
    position: relative;overflow: hidden;
}
.cloud5 {
    width: 100%;
    height: 842px;
    top:-70px;
    left: 0px;
    right: 0;
    position: absolute;
    aspect-ratio: 2.39;
    object-fit: cover;
    z-index: -1;
}
        .cloud5 {
            background-image: url('../img/cloud1.png');
            background-repeat: repeat-x;
            background-size: auto 100%;
            background-position: right;
            animation: scrollBackground5 110s linear infinite;
        }

        @keyframes scrollBackground5 {
            0% {
                background-position-x: 0;
            }
            100% {
                background-position-x: -100%;
            }
        }
.cloud-inside-page-header {
    width: 100%;
    height: 842px;
    top:-120px;
    left: 0px;
    right: 0;
    position: absolute;
    aspect-ratio: 2.39;
    object-fit: cover;
    z-index: -1;
}
        .cloud-inside-page-header {
            background-image: url('../img/cloud1.png');
            background-repeat: repeat-x;
            background-size: auto 100%;
            background-position: right;
            animation: scrollBackground6 180s linear infinite;
        }

        @keyframes scrollBackground6 {
            0% {
                background-position-x: -100;
            }
            100% {
                background-position-x: 0%;
            }
        }
.project-cc, .insights-cc, .ooter-banner-cc {
    position: relative;
}
.project-box {
    background-color: #ffffff;
    border-radius:20px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.project-box:hover {
    box-shadow: 0 4px 58px 0 rgba(26, 82, 118, 0.28);
}
.project-item-wrap {
    margin-top: 50px;
}

/*.project-box h2 {
    font-family: "Inter-Medium", Helvetica;
    font-weight: 500;
    color: #000000;
    font-size: 16.7px;
    line-height: normal;
    white-space: nowrap;
    letter-spacing: 0;
    padding-right: 30px;
    background-image: url(../img/right_arrow.svg);
    background-position: center right;
    background-repeat: no-repeat;
    display: block;
    width: 100%;
}*/
.project-content-wrap {
    padding: 20px;
    position: relative;
}
/*
.project-box .descri {
    font-family: "Inter-Regular", Helvetica;
    font-weight: 400;
    color: #000000;
    opacity: 1;
    font-size: 12px;
    letter-spacing: 0;
    line-height: normal;
    padding-left: 20px;
        background-image: url(../img/project_ico.svg);
    background-position: center left;
    background-repeat: no-repeat;
}*/

.project-cc .c-btn {
    float: none;
    display: inline-block;

}
/*.project-item-wrap, .testimonial-cc {overflow-x: hidden;}*/


.independent-cc {
    padding-top: 125px;
    padding-bottom:  175px;
}
.independent-box {
    background-color: #ffffff;
    border-radius:20px;
    overflow: hidden;
    position: relative;
    height: 242px;
    padding: 30px 40px;
    -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.independent-box:hover {
    box-shadow: 0 4px 58px 0 rgba(26, 82, 118, 0.28);
}
.independent-item-wrap {
    margin-top: 50px;
}

.independent-box h4 {
    font-weight: 700;
    color: #000000;
    font-size: 20px;
    letter-spacing: 0;
    line-height: 18.6px;
}
.independent-box p {
    opacity: 0.7;
    font-weight: 400;
    color: #000000;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 18.6px;
}
.team-cc {
	padding-bottom:100px;	
}
.team-cc .section-title {
	margin-bottom:40px
}
.team-cc .img-hover-effect {
	border-radius:20px;
}
	.team-box h5 {
		margin-top: 15px;
		font-weight: 600;
		font-size: 20px;
		line-height: 18.6px;
	}
	.team-box span {
		display:block;
		font-weight: 400;
		font-size: 14px;
		line-height: 18.6px;

	}
	.team-box {
		margin-bottom:30px;
	}
.award-cc {
	padding-bottom:100px;	
}
.award-cc .section-title {
	margin-bottom:40px
}
.award-box .img-hover-effect {
	border-radius:20px;
}
	.award-box h5 {
		margin-top: 15px;
		font-weight: 600;
		font-size: 20px;
		line-height: 18.6px;
	}
	.award-box span {
		display:block;
		font-weight: 400;
		font-size: 14px;
		line-height: 18.6px;

	}
	.award-box {
		margin-bottom:30px;
	}

.media-cc {
	padding-top:80px;	
}
.media-cc .section-title {
	margin-bottom:40px
}
.independent-box .c-btn {
    font-weight: 600;
    color: #2e7d32;
    font-size: 12px;
    letter-spacing: 0.48px;
    line-height: normal;
    position: absolute;
    bottom: 30px;
}
.independent-icon {
    position: absolute;
    right: 23px;
    bottom: 23px;
    width: 61px;
    height: 61px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.independent-icon img {
    max-width: 100%;
}
.independent-box .c-btn svg {
    margin-top: 0px;
}



.testimonial-item-wrap {
    margin-top: 60px;
    margin-bottom: 60px;
}
#simple-chat-button--button {
	background-size: 60%!important;
}
/* Floating Contact Button */
.floating-contact-btn {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
	background-color: #1a5276;
/*     background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    z-index: 1000;
}

.floating-contact-btn:hover {
    transform: scale(1.1);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.25);
}

/* Popup Overlay */
.float-popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
}

/* Popup Content */
.popup-content {
    background-color: #ffffff;
    padding: 30px;
    border-radius: 12px;
    width: 90%;
    max-width: 500px;
    position: relative;
    animation: slideIn 0.3s ease;
    box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
    max-height: 90vh;
    overflow-y: auto;
}

@keyframes slideIn {
    from {
        transform: translateY(-50px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Close Button */
.float-close-btn {
    position: absolute;
    top: 15px;
    right: 20px;
    font-size: 28px;
    font-weight: bold;
    color: #333;
    cursor: pointer;
    transition: color 0.3s ease;
    z-index: 10;
}

.float-close-btn:hover {
    color: #667eea;
}

/* Form Title */
.popup-content h2 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    font-size: 24px;
}

/* Contact Form 7 Styling */
.popup-content .wpcf7-form {
    margin: 0;
}

.popup-content .wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 15px;
}


/* CF7 Response Messages */
.popup-content .wpcf7-response-output {
    margin: 15px 0 0;
    padding: 10px;
    border-radius: 6px;
}

.popup-content .wpcf7-not-valid-tip {
    font-size: 12px;
    color: #dc3545;
    margin-top: 5px;
}

/* Loading Spinner */
.popup-content .wpcf7-spinner {
    margin: 10px auto;
    display: block;
}

/* Responsive Design */
@media (max-width: 768px) {
    .floating-contact-btn {
        bottom: 20px;
        right: 20px;
        width: 50px;
        height: 50px;
    }
    
    .popup-content {
        padding: 20px;
        width: 95%;
    }
}



       .testimonial-card {
            background: white;
            border-radius: 20px;
            box-shadow: 0 20px 40px rgba(0, 0, 0, 0.1);
            overflow: hidden;
            width: 100%;
            transition: transform 0.3s ease, box-shadow 0.3s ease;
        }

        .testimonial-card:hover {
            transform: translateY(-5px);
            box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15);
        }
        .testimonial-text-box {
            padding: 25px;    
            padding-bottom: 0;
        }
        .testimonial-text-data {
        height: 228px;
            overflow-y: auto;
            font-weight: 300;
            color: #2e7d32;
            font-size: 30px;
            letter-spacing: 0;
            line-height: 38px;
            margin-top: 16px;
        }
        .testimonial-text-data p {
            font-weight: 300;
            color: #2e7d32;
            font-size: 30px;
            letter-spacing: 0;
            line-height: 38px;
            opacity: 1;
        }
        .service-cards-cc {
            padding-bottom: 50px;
        }
        .video-container {
            position: relative;
            background: linear-gradient(135deg, #f5f7fa 0%, #c3cfe2 100%);
            height: 297px;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow: hidden;
            background-position: center;
            background-size: cover;
        }

        .video-background {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            background-image: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iNDAiIGhlaWdodD0iNDAiIHZpZXdCb3g9IjAgMCA0MCA0MCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPGNpcmNsZSBjeD0iMjAiIGN5PSIyMCIgcj0iMTAiIGZpbGw9InJnYmEoMjU1LDI1NSwyNTUsMC4xKSIvPgo8L3N2Zz4K');
            opacity: 0.3;
        }

     

        .play-button {
            position: absolute;
            width: 70px;
            height: 70px;
            border-radius: 50%;
            display: flex;
            background-size: 100%;
            align-items: center;
            justify-content: center;
            cursor: pointer;
            transition: all 0.3s ease;
            box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
            backdrop-filter: blur(10px);
            background-image: url(../img/pla_bt.svg);
        }

        .play-button:hover {
            transform: scale(1.1);
            box-shadow: 0 12px 35px rgba(0, 0, 0, 0.2);
        }



        .profile-section {
            padding: 25px;
            display: flex;
            align-items: center;
            gap: 15px;
            position: relative;
        }

.profile-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #1a5276;
    display: flex;
    background-size: cover;
    background-position: center;
    line-height: 50px;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    font-weight: bold;
    /* font-size: 18px; */
    /* box-shadow: 0 4px 15px rgba(255, 107, 107, 0.3); */
    flex-shrink: 0;
}

        .profile-info {
            flex: 1;
        }

        .profile-name {
            font-weight: 500;
                color: #000000;
                font-size: 17px;
                letter-spacing: 0;
                line-height: 18.6px;white-space: nowrap;
        }

        .profile-title {
 font-weight: 400;
    color: #000000;
    font-size: 12px;
    letter-spacing: 0;
    line-height: 18.6px;
    white-space: nowrap;
    opacity: .7;
        }

        .quote-icon {
            width: 38px;
            height: 27px;
            position: absolute;
            background-image: url(../img/tet_ico.svg);
            background-repeat: no-repeat;
            background-size: 100%;
            position: absolute;
            right: 25px;
            top: -15px;
        }

        @media (max-width: 480px) {
            .testimonial-card {
                max-width: 350px;
            }
            
            .person-silhouette {
                width: 140px;
                height: 180px;
            }
            
            .play-button {
                width: 60px;
                height: 60px;
            }
        }

        @keyframes pulse {
            0%, 100% { transform: scale(1); }
            50% { transform: scale(1.05); }
        }

        .play-button:active {
            animation: pulse 0.3s ease;
        }

        .ripple {
            position: absolute;
            border-radius: 50%;
            background: rgba(255, 255, 255, 0.6);
            transform: scale(0);
            animation: ripple-effect 0.6s linear;
        }

        @keyframes ripple-effect {
            to {
                transform: scale(4);
                opacity: 0;
            }
        }


.nav-link {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
    position: relative;
}


.insights-cc {
    padding-top: 125px;
    padding-bottom:  125px;
}
.insights-item-wrap {
    margin-top: 80px;
}
.insights-box {

}
.insights-box .number {
    font-weight: 400;
    color: #000000;
    font-size: 39.2px;
    letter-spacing: 0;
    line-height: 24.3px;
    white-space: nowrap;
    background-image: url(../img/insights_line.svg);
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: 100%;
    padding-bottom: 33px;
    margin-bottom: 22px;
}
.insights-box .number-label {
    font-weight: 500;
    color: #000000;
    font-size: 18.3px;
    letter-spacing: 0;
    line-height:20px;
}
.insights-box .number-label span {
        opacity: 0.7;
    font-weight: 300;
    color: #000000;
    font-size: 15.7px;
    letter-spacing: 0;
    line-height: 24.3px;
    display: block;
}
.visitors-cc {
    margin-top: 100px;
    padding-left:93px;
    background-image: url(../img/visit_ico.svg);
    background-repeat: no-repeat;
    background-position: center left;
}
.visitors-cc h4 {
    font-family:"Gabriela Regular", Helvetica;
    font-weight: 400;
    color: #000000;
    font-size: 30px;
    letter-spacing: 0;
    line-height: 33.6px;
}
.projected {
    font-weight: 300;
    color: #000000;
    font-size: 25px;
    letter-spacing: 0;
    line-height: 33.6px;
}

.map-wrapper {
    background-color: #fff;
}
.map-addrezz {
    background-image: url(../img/map_ico.svg);
    background-repeat: no-repeat;
    padding: 16px 20px;
    background-color: #fff;
    padding-left: 50px;
    background-position: 20px 20px;
    padding-bottom: 22px;
    font-size: 14px;
    font-weight: 500;
}

.project-dwd-section {
	text-align:left;
}
.project-dwd-section h2, .project-dwd-section p {
	text-align:left;
}
.serv-footer-btn-cc {
	display:flex;
	margin-top:30px;
		gap:20px
}
.form-bt:active, .form-bt-line:active {
    transform: scale(.95);
}
/* Full Width Project Swiper Styles with Container Left Margin */
.full-width-slider {
    width: 100%;
    overflow: unset!important;
}
.sub-hader {
	display:flex;
	justify-content: space-between;
}
.swiper-btn {
	position: relative;
    display: flex;
    margin-top: -7px;
    padding-top: 10px;
}
.project-swiper {
    margin-bottom: 50px;
    overflow: hidden;
    margin-left: auto;
    margin-right: auto;
    max-width: none;
    width: 100%;
}


.project-swiper .swiper-slide {
    height: auto;
    display: flex;
    width: auto;
}

.project-swiper .project-box {
    width: 100%;
    height: 100%;
    margin: 0;
}

/* Navigation Arrows */
.project-next,
.project-prev {
    color: #333;
    background: rgba(255, 255, 255, 0.9);
    width: 32px;
    height: 32px;
	margin-top: 0px;
    border-radius: 50%;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    z-index: 10;
    position:static;
    top: 50%;
}
.project-prev {
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
	left:0;
}
.project-next {
    right: 0px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
}

.project-next:hover,
.project-prev:hover {
    background: #fff;
    color: #007bff;
    transform: scale(1.1);
}

.project-next::after,
.project-prev::after {
    font-size: 13px;
    font-weight: bold;
}

/* Pagination */
.project-pagination {
    bottom: 10px !important;
    text-align: center;
}

.project-pagination .swiper-pagination-bullet {
    background: #ccc;
    opacity: 0.7;
    width: 10px;
    height: 10px;
}

.project-pagination .swiper-pagination-bullet-active {
    background: #007bff;
    opacity: 1;
    transform: scale(1.2);
}

/* Mobile responsive adjustments */
@media (max-width: 768px) {
    .project-next,
    .project-prev {
        display: none;
    }
    
    .project-pagination {
        bottom: 0 !important;
    }
    

}

/* Fine-tune slide widths for better responsiveness */
@media (max-width: 480px) {
/*     .project-swiper {
        padding-left: 10px;
        padding-right: 10px;
    } */
}


@media (min-width: 1200px) {
    .project-inside-cc .container {
        max-width: 1084px!important;
    }
}
.project-box {
    margin-bottom: 25px;
}
.project-inside-cc .project-box img {
    height: 252px;
    object-fit: cover;
}
.blog-cc .project-box img {
    height: auto;
    object-fit: cover;
}
.blog-cc .project-box h2 {
    white-space: unset;    padding-right: 0;background: unset;
      display: -webkit-box;
  max-width: 400px;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 42px;
}
.blog-cc .project-box .descri {
    background: none;
    padding-left: 0;
    opacity: .7;
}
.project-hdr {
    display: flex;justify-content: space-between;
}
.project-inside-cc {
    margin-top: 150px;
}

        .arrow-down {
            animation: bounce 2s infinite;
        }

        @keyframes bounce {
            0%, 20%, 50%, 80%, 100% {
                transform: translateY(0);
            }
            40% {
                transform: translateY(-10px);
            }
            60% {
                transform: translateY(-5px);
            }
        }
.service-link div {
    line-height: 62px;
    min-width: 300px !important;
    background-color: #fff;
    /* min-width: 18px; */
    border: solid thin #DBE0E5;
    padding: 0 18px;
    display: inline-block;
    border-radius: 8px;
    /* margin: 0 10px; */
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: left;
}
.serv-card {
    line-height: 18px;
    display: flex;
    background-color: #fff;
    min-width: 18px;
    border: solid thin #DBE0E5;
    padding: 0 18px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600;
    text-decoration: none;
    text-align: left;
    display: flex;
    gap: 15px;
    padding: 25px 18px;
    margin-bottom: 20px;
    align-items: center;
        height: 100%;
}
.service-link div img {
    margin-top: -3px;
    margin-right: 10px;
}


.schedule-inside-cc {
    margin: 150px 0;
}
.schedule-card {
    max-width: 733px;
    background-color: #ffffff;
    box-shadow: 0px 0px 138.6px #1a527633;
    padding: 60px 70px;
    margin: auto;
    padding-bottom: 40px;
    color: #1A5276;
	border-radius: 20px;
}
.schedule-card p {
    color: #1A5276;
}
@media (min-width: 1200px) {
   .schedule-inside-cc .container {
        max-width: 732px !important;
}}
.trust {
    background-image: url(../img/trust_ico.svg);
}
.exclusive {
    background-image: url(../img/exclusive_ico.svg);
}
.trust-pointz {
    padding-left: 0px;
    margin: 30px 0;
}

.trust-pointz li {
    padding-left: 25px;
    list-style: none;
    background-position: center left ;
    background-repeat: no-repeat;
    display: inline-block;
    margin-right: 15px;
    font-weight: 500;
    color: #1a5276;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
}
.img-hover-effect img {
        transition-duration: .15s;
        transition-property: transform;
    transition-timing-function: 
    cubic-bezier(.4, 0, .2, 1);
    transition-duration: .15s;
    -o-object-fit: cover;
    object-fit: cover;
    
}
.img-hover-effect {
    overflow: hidden;
}
.project-box:hover .img-hover-effect img {
    transform: scaleX(1.03) scaleY(1.03);
}
.serv-block:hover .img-hover-effect img {
    transform: scaleX(1.03) scaleY(1.03);
}
.team-box:hover .img-hover-effect img {
    transform: scaleX(1.03) scaleY(1.03);
}
.award-box:hover .img-hover-effect img {
    transform: scaleX(1.03) scaleY(1.03);
}
label {
    font-weight: 500;
    color: #1a5276;
    font-size: 14px;
    letter-spacing: 0;
    line-height: 20px;
    white-space: nowrap;
    display: block;
    margin-bottom: 10px;
}
input, select, textarea, .form-control {
    background-color: #19527614;
    box-shadow: 0px 0px 0px transparent, 0px 0px 0px transparent, 0px 1px 2px #0000000d;
    display: block;
    height: 44px;
    line-height: 44px;
    border:none;
    color: #000;
    outline: none;
            padding: 0 15px;
        width: 100%;
}
textarea {
    height: 96px;line-height: 20px;
    padding: 15px;
}
select {
    border-right: 11px solid transparent
}
select:required:invalid {
  color: gray;
}
option[value=""][disabled] {
  display: none;
}
option {
    color: #000;
}
.inpt-box {
    margin-bottom: 25px;
}
.form-bt {
    display: block;
    background-color: #2E7D32;
    color: #fff;
    font-weight: 700;
    height: 44px;
	text-decoration:none;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 44px;
    border: none;
	min-width:200px;
    outline: none;
    text-align: center;
       -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.form-bt:hover {
    background-color: var(--secondary-color);
}
.form-bt-line {
    display: block;
    background-color:none;
    color: #000000;
    height: 44px;
	text-decoration:none;
    padding-left: 20px;
	min-width:200px;
    padding-right: 20px;
    line-height: 44px;
	border:solid 2px #2E7D32;
    font-weight: 700;
    outline: none;
    text-align: center;
       -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
}
.form-bt-line:hover {
    background-color: #2E7D32;
	color:#fff;
}
.story-sigle-iside-cc {
    max-width: 900px;
    margin: auto;
    padding: 40px 0;
}
.inside-hero-section {
    position: relative;
    height: 480px;
    background-color: #2E7D32;
    background-position: center;
    background-size: cover;
	z-index:3;
/*    background-image: url(../img/inide_banner.jpg);*/
}
.inside-hero-section:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(46, 125, 50, 0.49);
}
.inside-hero-section .banner-text-cc {
    display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        height: 100%;
        padding-top: 75px;
          max-width: 600px!important;
    margin: auto;
}
.inside-hero-section p {
    color: #fff;
    opacity: 1;
    font-family: "Visby Round CF", sans-serif;
}

.contact-inside-cc {
    margin: 50px 0;
}
.contact-card {
    max-width: 568px;
    background-color: #ffffff;
    box-shadow: 0px 0px 138.6px #1a527633;
    margin: auto;
    margin-bottom: 88px;
}
.contact-header {
    background-color: var(--secondary-color);
    color: #fff;
    padding: 30px 50px;
    padding-top: 35px;
}
.contact-header p {
    margin-bottom: 0px;
    color: #fff;
    font-weight: 20px;
    opacity: 1;
}
.contact-header h3 {
    font-size: 36px;
}
.form-c {
    padding: 50px 50px;
}
.contact-linkz {
text-align: center;
    margin: 80px 0;
    display: flex;
    /* grid-template-columns: repeat(3, 1fr); */
    /* grid-template-rows: repeat(1, 1fr); */
    gap: 8px;
    justify-content: center;
}
.contact-linkz a {
    line-height: 62px;
    background-color: #fff;
    min-width: 18px;
    border:solid thin #DBE0E5;
    padding:0 15px ;
    display: inline-block;
    border-radius: 8px;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 500;
    text-decoration: none;
    text-align: left;
    min-width: 188px;
        -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.contact-linkz a img {
    margin-top: -3px;
    margin-right: 10px;
}
.contact-linkz a:hover {
    color: #2E7D32;
    box-shadow: 0 25px 33px 0 rgba(9, 9, 9, 0.23);
}


.overview-cc {
    background-color: #fff;
    margin-top: 134px;
}
.overview-left-box {
    padding: 40px;
}
.project-brand {
    margin-bottom: 35px;height: 51px;
}
.overview-left-box h3 {
    color: #1A5276;font-size: 25px;font-weight: 500;text-transform: uppercase;margin-bottom: 4px;
}
.overview-left-box h4 {
    font-weight: 500;text-transform: uppercase;font-size: 16px;color: #1A5276;
}
.overview-left-box p {
    color: #1A5276;opacity: 1;
}
.overview-warp-a {
    margin-bottom: 35px;
}
.project-inside-slider-a  {
    height: 100%;overflow: hidden;position: relative;
}
.project-inside-slider-a .swiper-wrapper {
    height: 100%;
}
.project-inside-slider-a .swiper-slide {
    height: 100%;
    background-position: center;
    background-size: cover;
}
.project-inside-slider-a .swiper-pagination {
    bottom: 20px;
    z-index: 122;
    text-align: center;
    right: 0;
    left: 0;
}
.project-inside-slider-a .swiper-pagination-bullet { 
    background: #ffffff;margin: 0 3px;
}
.project-inside-slider-a .swiper-pagination-bullet-active {
    background: #ffffff;
}
.tagz-cc {
    display: inline-block;
}
.tagz {
    font-size: 14px;
    color: #195276;
    font-weight: 600;
    padding:9px 20px 11px 20px;
    border-radius: 33px;
    background-color:#E0EBE0;
    display: inline-block;
    line-height: 16px;
    margin-right: 7px;
    margin-top: 10px;
}
.gallery-cc {
    padding-top: 20px;
    padding-bottom: 70px;
    overflow-x: hidden;
	position:relative;
}
.section-title-inside {
    margin-bottom: 36px;
    color: #1A5276;
    font-size: 32px;
     font-weight: 600;
}
.gallery-title {
    font-weight: 14px;
    color: #1A5276;
    display: block;
    text-align: center;
    padding-top: 15px; 
    font-weight: 500;
}
.features-box {
    display: flex;
    height: 155px;
    background-color: #fff;
    padding: 25px;
    align-items: flex-start;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 25px;
   -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
	border-radius: 20px;
}
.features-box:hover {
    margin-top: -6px;
}
.features-box .features-title {
    font-size: 16px;
    text-transform: uppercase;
    color: #195276;font-weight: 600;
}
.features-box p {
    opacity: 1;
    font-size: 14px;
    color: #195276;
    margin-bottom: 0px;
}

.masterplan-cc .section-title-inside {
    margin-bottom: 25px;
}
.masterplan {
    margin: 0px;
    padding: 0px;
    border-bottom: solid thin #1A5276;
}
.masterplan li {
    display: inline-block;
    
    margin-right: 18px;
    
}
.masterplan button {
    text-transform: uppercase;color: #195276;
    font-size: 16px;border: none!important;padding: 6px 0;
}
.tab-content {
    margin: 20px 0;
}
/*.masterplan button:hover {
    font-weight: 700;
}*/
.masterplan .nav-link.active {
    font-weight: 700;
    background-color: unset;
    border: none;
    color: #195276;
}
.gallery-box img {
    border-radius: 5px;
}



        .property-table {
            overflow: hidden;
            margin: 0 auto;
        }
        
        .table {
            margin-bottom: 0;
        }
        
        .table thead th {
            background-color: #fff;
            color: #195276;
            font-weight: 600;
            text-transform: uppercase;
            font-size: 16px;
            letter-spacing: 0.5px;
            border: none;
            padding: 18px 20px;
            vertical-align: middle;
            border-bottom: 1px solid #dee2e6;
        }
        
        .table tbody td {
            padding: 20px 20px;
            vertical-align: middle;
/*            border-top: 1px solid #f1f3f4;*/
            font-size: 14px;
            color: #495057;
             backdrop-filter: blur(91px);
            background: rgba(255, 255, 255, 0.3);border: none;
        }
        
        .table tbody tr:hover td {
           background-color: #fff;
        }
        
/*        .table tbody tr:nth-child(even) {
            background-color: #fbfcfd;
        }*/
        
        .unit-name {
            color: #2c5aa0;
            font-weight: 500;
            text-decoration: none;
        }
        
        .unit-name:hover {
            color: #1e3d6f;
            text-decoration: underline;
        }
        
        .specs {
            color: #495057;
            font-weight: 400;
        }
        
        .price {
            color: #495057;
            font-weight: 500;
        }
        
        .availability-badge {
            display: inline-block;
            padding: 6px 14px;
            border-radius: 15px;
            font-size: 0.75rem;
            font-weight: 500;
            text-align: center;
            min-width: 80px;
        }
        
        .available {
            background-color: #2E7D32;
            color: white;
        }
        
        .sold-out {
            background-color: #B85042;
            color: white;
        }
        
        .container-fluid {
            padding: 0 30px;
        }
        
        /* Exact spacing and borders */
        .table td,
        .table th {
            border-top: 1px solid #f1f3f4;
        }
        
        .table thead th {
            border-top: none;
/*            border-bottom: 1px solid #dee2e6;*/
        }
        
        .table tbody tr:first-child td {
            border-top: none;
        }
        
        @media (max-width: 768px) {
            .container-fluid {
                padding: 0 15px;
            }
            
            .table thead th,
            .table tbody td {
                padding: 15px 12px;
                font-size: 0.8rem;
            }
            
            .table thead th {
                font-size: 0.7rem;
            }
        }

        .free-slide {
            width: 100px!important;
        }
        .connectivity-section-cc {
            margin-bottom: 100px;margin-top: 60px;
        }
      .connectivity-section {
            background: white;
        }
        
        .connectivity-item {
            display: flex;
            justify-content: space-between;
            align-items: center;
            padding: 16px 0;
            border-bottom: 1px solid #BFCFD9;
        }
        
        .connectivity-item:last-child {
            border-bottom: none;
        }
        
        .location-name {
            color: #495057;
            font-weight: 400;
            font-size: 0.95rem;
        }
		  .testimonial-text-data p {
				font-weight: 300;
				color: #2e7d32;
				font-size: 25px;
				letter-spacing: 0;
				line-height: 28px;
				opacity: 1;
		}  
        .drive-time {
            color: #2c5aa0;
            font-weight: 500;
            font-size: 0.9rem;
        }
         .google-map {
            width: 100%;
            height: 100%;
            border: none;
            display: block;
        }
    
   .map-container {
            width: 100%;
            height: 100%;
            min-height: 400px;
            position: relative;
        }
        .left-list-padding {
            padding: 40px;
        }
        
 
 
        /* Fullscreen map styles */
        .fullscreen-map {
            position: fixed;
            top: 0;
            left: 0;
            width: 100vw;
            height: 100vh;
            z-index: 9999;
            background: rgba(0,0,0,0.9);
            display: none;
            align-items: center;
            justify-content: center;
        }
        
        .fullscreen-map.active {
            display: flex;
        }
        
        .fullscreen-map iframe {
            width: 95vw;
            height: 90vh;
            border: none;
            border-radius: 8px;
        }
        
        .close-fullscreen {
            position: absolute;
            top: 20px;
            right: 30px;
            background: white;
            color: #333;
            border: none;
            border-radius: 50%;
            width: 40px;
            height: 40px;
            font-size: 20px;
            cursor: pointer;
            display: flex;
            align-items: center;
            justify-content: center;
            box-shadow: 0 2px 10px rgba(0,0,0,0.3);
            z-index: 10000;
        }
        
        .close-fullscreen:hover {
            background: #f8f9fa;
        }
        
        .fullscreen-btn {
            position: absolute;
            top: 10px;
            right: 10px;
            background: rgba(255,255,255,0.9);
            border: none;
            border-radius: 4px;
            padding: 8px 12px;
            font-size: 12px;
            cursor: pointer;
            color: #495057;
            box-shadow: 0 1px 4px rgba(0,0,0,0.3);
            z-index: 10;
        }
        
        .fullscreen-btn:hover {
            background: white;
        }
        
        @media (max-width: 767.98px) {
        /*    .section-title {
                padding: 30px 20px 15px 20px;
                font-size: 1.5rem;
            }*/
            
            .list-padding {
                padding: 0 20px 30px 20px;
            }
            
            .map-container {
                min-height: 300px;
            }
            
            .fullscreen-map iframe {
                width: 98vw;
                height: 95vh;
            }
        }
.footer-banner-cc {
    padding: 150px 0;
        font-weight: 400;
    color: #000000;
    font-size: 16px;
    text-align: center;
}
.footer-banner-cc p {
     font-weight: 400;
    color: #000000;
    font-size: 16px;
    text-align: center;
    opacity: 1;
}
.footer-banner-cc .section-title {
    font-size: 45px;    
    line-height:normal;
    margin-bottom: 30px;
}
.footer-banner-cc .c-btn  {
    float: none;
    display: inline-block;
        margin: 15px;
}
.footer-btn-cc {
    margin-top: 50px;
}

footer {
    background-color: #2E7D32;
    padding-top: 80px;
    color: #fff;
    position: relative;
    z-index: 3;
}
.footer-logo {
    margin-bottom: 20px;
}
footer p {
    color: #fff;
    opacity: 1;
}
.footer-copy-cc {
    display: flex;
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 27px;
    margin-top: 40px;
}
footer a {
        font-size: 14px;
        color: #fff;
        text-decoration: none;
}
footer h5 {
    font-weight:bold!important;
    color: #ffffff;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 22px;
    white-space: nowrap;
}
.copyright {
    color: #ffffff;
    font-size: 14px;
    text-align: right;
}
footer ul {
    padding: 0px!important;
    list-style: none;
}
.footer-addrezz-cc span {
    font-weight: bold;
}
.addrezz {
    margin-bottom: 15px;
}
.footer-addrezz-cc {
    font-size: 14px;
}
.footer-last-lnkz a {
    margin-left: 20px;
}
.fade-in {
    animation: fadeIn 0.3s ease;
}
.wpcf7-list-item {
        margin: 0!important;
}
.wpcf7-list-item label  {
gap: 8px;
    display: flex!important;
    align-content: center;
    align-items: center;

    color: #1A5276;
    font-size: 14px;
}
.wpcf7-list-item input {
    width: 16px!important
}
.wpcf7 form .wpcf7-response-output {
    margin: 0!important
}
.wpcf7-not-valid-tip {
    font-size: 13px!important
}

.custom-search-container {
    position: fixed;
    left: 0;
    right: 0;
    top: 70px;
    bottom: 0;
    z-index: 100;
    background-color: #D3DEE5;
    z-index: 1050;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
}
.custom-search-container.show {
            opacity: 1;
            visibility: visible;
        }
   .custom-search-container .close-btn {
    right: 11px;position: absolute;
    background-image: url(../img/close_bt_new.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: -85px;
}
.custom-search-container .close-btn:hover {
    background-image: url(../img/close_bt_new.svg);
}
.search-bt:hover {
    cursor: pointer;
}
 #search-results {
   height: 70.7vh;
    overflow: auto;
    padding-right: 10px;
 }  
 .search-results-page {
    margin-top: 50px;
 } 
 .search-result-item a:hover {
    color: #2E7D32;
}
/*a:hover {
    color: #2E7D32;
}*/
.search-result-item {
    font-size: 18px;
    background: #ffffff82;
    padding: 15px;
    margin-bottom: 15px;
    border-radius: 20px;
}
.search-result-item h3 {
    font-size: 18px;
}
.post-type {
    background: #0073aa40;
    color: #1a5276;
    padding: 2px 8px;
    border-radius: 30px;
    padding-bottom: 5px;
    margin-right: 10px;
    font-size: 14px;
    display: inline-block;
}
.search-result-item h2 {
    font-size: 22px;
}
.search-fields {
    display: flex;
    margin-top: 30px;
    margin-bottom: 40px;
    gap: 2px;
    flex-direction: row;
    justify-content: space-between;
}
.custom-search-container .container {
    position: relative;
}





@keyframes fadeIn {
    from {
        opacity: 0;
        transform: scale(0.8);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}



.drop-down-cc {
    display: flex;gap: 4px;
}
        .custom-selectbox {
            position: relative;
            display: inline-block;
            min-width: 200px;
        }

        .custom-selectbox select {
            width: 100%;
            box-shadow: none;
               line-height: 40px;
               padding: 0 15px 0 20px;
            font-size: 14px;
            border: 1px solid #95AFC0;
            border-radius:33px;
            background-color: white;
            color: #1A5276;
            cursor: pointer;
            outline: none;
            transition: border-color 0.3s ease;
            
            /* Hide default arrow */
            -webkit-appearance: none;
            -moz-appearance: none;
            appearance: none;
        }

        .custom-selectbox select:focus {
            border-color: #007cba;
            box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
        }

        .custom-selectbox select:hover {
            border-color: #999;
        }

        /* Custom arrow container */
        .custom-selectbox::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 15px;
            width: 20px;
            height: 20px;
            pointer-events: none;
            transform: translateY(-50%);
            transition: transform 0.3s ease;
            background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20' height='20' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6,9 12,15 18,9'%3E%3C/polyline%3E%3C/svg%3E");
            background-repeat: no-repeat;
            background-position: center;
            background-size: contain;
        }

        /* Arrow rotation when select is focused/active */
        .custom-selectbox select:focus + .arrow-icon,
        .custom-selectbox.active::after {
            transform: translateY(-50%) rotate(180deg);
        }




.about-project-cc {
    margin-bottom: 80px;
}
.features-cc {
     margin-bottom: 80px;
}
.masterplan-cc {
    margin-bottom: 60px;
}
.project-swiper {
    margin-bottom: 50px;
    }


        /* Popup Overlay */
        .popup-overlay {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            background: rgba(0, 0, 0, 0.7);
            z-index: 1050;
            opacity: 0;
            visibility: hidden;
            transition: all 0.3s ease;
        }
        
        .popup-overlay.active {
            opacity: 1;
            visibility: visible;
        }
        
        /* Popup Container */
        .popup-container {
            position: fixed;
            top: 0;
            left: 0;
            width: 100%;
            height: 100vh;
            display: flex;
            z-index: 1051;
        }
        
        /* Left Panel - Navigation */
        .nav-panel {
            background: #1A5276;
            color: white;
            width: 50%;
            padding: 30px 0;
            transform: translateX(-100%);
            transition: transform 0.3s ease;
            position: relative;
            box-shadow: 2px 0 15px rgba(0, 0, 0, 0.3);
            display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
        }
        
        .popup-overlay.active .nav-panel {
            transform: translateX(0);
        }
        
        .popup-overlay:not(.active) .nav-panel {
            transform: translateX(-100%);
        }
        
        /* Right Panel - Contact Info */
        .contact-panel {
            width: 50%;
            background: url('https://images.unsplash.com/photo-1600585154340-be6161a56a0c?ixlib=rb-4.0.3&ixid=M3wxMjA3fDB8MHxwaG90by1wYWdlfHx8fGVufDB8fHx8fA%3D%3D&auto=format&fit=crop&w=2070&q=80') center/cover;
            position: relative;
            transform: translateX(100%);
            transition: transform 0.3s ease;
        }
        
        .popup-overlay.active .contact-panel {
            transform: translateX(0);
        }
        
        .popup-overlay:not(.active) .contact-panel {
            transform: translateX(100%);
        }
        
        .contact-overlay {
            background: rgba(0, 0, 0, 0.7);
            height: 100%;
            padding: 40px 10%;
            color: white;
            display: flex;
            flex-direction: column;
            justify-content: center;
        }
             .menu-bottom-box {
            position: absolute;
            bottom: 0;
            right: 0;
            left: 0;
            display: flex;
        }
        .menu-bottom-box-left {
            background-color: #2E7D32;
            height: 9px;
            width: 50%;
        }
         .menu-bottom-box-right {
            background-color: #B85042;
            height: 9px;
            width: 50%;
        }    
        /* Container for content width */
        .nav-content,
        .contact-content {
            max-width: 1200px;
            margin: 0 auto;
            padding: 0 15px;
            width: 100%;
        }
        
        /* For smaller screens, match Bootstrap container behavior */
        @media (min-width: 576px) {
            .nav-content,
            .contact-content {
                max-width: 540px;
            }
        }
        
        @media (min-width: 768px) {
            .nav-content,
            .contact-content {
                max-width: 720px;
            }
        }
        
        @media (min-width: 992px) {
            .nav-content,
            .contact-content {
                max-width: 960px;
            }
        }
        
        @media (min-width: 1200px) {
            .nav-content,
            .contact-content {
                max-width: 1140px;
            }
        }
        
        @media (min-width: 1400px) {
            .nav-content,
            .contact-content {
                max-width: 1320px;
            }
        }
        
        /* Close Button */
        .close-btn {
            position: fixed;
            top: 20px;
            right: 20px;
            background: none;
            border: none;
            color: white;
            font-size: 24px;
            cursor: pointer;
            width: 40px;
            height: 40px;
            border-radius: 50%;
/*            background: rgba(255, 255, 255, 0.1);*/
            transition: all 0.3s ease;
            z-index: 1052;
            background-image: url(../img/close.svg);
            background-position: center;
            background-repeat: no-repeat;
        }
        
        .close-btn:hover {
            background: rgba(255, 255, 255, 0.2);
            transform: rotate(90deg);
            background-image: url(../img/close.svg);
            background-position: center;
            background-repeat: no-repeat;
        }
   
        
/* Container-like left padding for different screen sizes */
@media (min-width: 1400px) {
    .nav-panel {
        padding-left:  calc((100vw - 1237px) / 2);
    }
    .close-btn {
        right:  calc((100vw - 1237px) / 2);
    }
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
    .nav-panel {
        padding-left: calc((100vw - 1237px) / 2); 
    }
    .close-btn {
        right:  calc((100vw - 1237px) / 2);
    }
}
@media (max-width: 1400px) {
    .nav-panel {
        padding-left:15px; 
    }
    .close-btn {
        right:  15px;
    }
}
@media (max-width: 768px) {
    .nav-panel {
        padding-left:15px!important; 
    }
    .contact-overlay {
        padding-left:15px!important; 
    }
    .close-btn {
        right:  15px!important;
    }
    .nav-menu li {
        margin-bottom: 0px!important;
    }
    .popup-overlay .logo {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .popup-container {
    overflow: auto;
    }
}
.nav-menu {
    width: 100%;
}
footer .social-icons a {
    display: inline-block;
    margin-right: 13px;
    opacity: .5;
    background-color: unset;
}
   footer .social-icons a:hover {
    opacity: 1;
} 



/* for Popup **/
 .mfp-move-horizontal.mfp-ready.mfp-bg {
      opacity: 0.8;
      transition: opacity 0.3s ease-out;
    }
    .mfp-move-horizontal.mfp-removing.mfp-bg {
      opacity: 0;
    }

    .mfp-move-horizontal.mfp-wrap .mfp-content {
      opacity: 0;
      transform: translateX(-100px);
      transition: all 0.3s ease-out;
    }
    .mfp-move-horizontal.mfp-ready .mfp-content {
      opacity: 1;
      transform: translateX(0);
    }
    .mfp-move-horizontal.mfp-removing .mfp-content {
      opacity: 0;
      transform: translateX(100px);
    }


/* for Popup **/


    .project-filters {
            display: flex;
            gap: 10px;
            flex-wrap: wrap;
        }

        .project-filters .form-group {
            flex: 1;
            min-width: 200px;
        }

        .project-filters input[type="text"] {
            width: 100%;
            padding: 10px 15px;
            border: 1px solid #95AFC0;
            border-radius: 33px;
            font-size: 14px;
            background-color: #fff;
        }
.project-filters input[type="text"]:focus {
    border-color: #007cba;
    box-shadow: 0 0 0 3px rgba(0, 124, 186, 0.1);
}
        .project-filters input[type="text"]:focus {
/*            border-color: #007cba;*/
            outline: none;
        }

        #loading-indicator {
         
            position: relative;
            z-index: 10;
        }

        .spinner {
            font-size: 16px;
            color: #666;
        }

        .pagination-wrapper {
            text-align: center;
            margin-top: 40px;
        }

        .pagination {
            display: inline-flex;
            list-style: none;
            padding: 0;
            margin: 0;
            gap: 5px;
        }

        .pagination li {
            margin: 0;
        }

        .pagination a {
            display: block;
            padding: 8px 12px;
            text-decoration: none;
            border: 1px solid #ddd;
            color: #333;
            border-radius: 4px;
            transition: all 0.3s ease;
min-width: 43.2px;
border-radius: 17.97px;
    border: 1px solid;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 1px;
    display: inline-block;
    background-color: #ffffff8f;
    border-radius: 33px;
    border: 1px solid;
    border-color: #2e7d3252;
    transition: all 0.3s ease;

        }

        .pagination a:hover {
            background-color: #2E7D32;
            color: white;
            border-color: #2E7D32;
        }

        .pagination .active a {
            background-color: #2E7D32;
            color: white;
            border-color: #2E7D32;
        }

        .no-projects-found {
            text-align: center;
            font-size: 18px;
            color: #666;
            padding: 40px 0;
        }

        /* Navigation Menu */
.nav-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.nav-menu li {
    margin-bottom: 3px;
}

.nav-menu a {
    color: rgba(255, 255, 255, 0.9);
    text-decoration: none;
    font-size: 18px;
    font-weight: 300;
    transition: all 0.3s ease;
    display: block;
    padding: 5px 0;
    position: relative;
}

/* When hovering over menu → fade all links */
.nav-menu:hover a {
    opacity: 0.5;
}

/* When hovering over a specific link → reset it */
.nav-menu a:hover {
    color: white;
/*    transform: translateX(10px);*/
    opacity: 1;
}

/* Line animation */
.nav-menu a::before {
    content: "";
    position: absolute;
    left: -20px;
    top: 50%;
/*    transform: translateY(-50%);*/
    width: 0;
    height: 2px;
    background: white;
    transition: width 0.3s ease;
}

.nav-menu a:hover::before {
    width: 15px;
}

        
        /* Private Tour Button */
        .private-tour-btn {
            background: transparent;
            border: 2px solid rgba(255, 255, 255, 0.5);
            color: white;
            padding: 9px 25px;
            border-radius: 0px;
            font-size: 16px;
            margin-top: 20px;
            margin-bottom: 20px;
            transition: all 0.3s ease;
            cursor: pointer;
            text-decoration: none;
        }
        
        .private-tour-btn:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: white;
            transform: translateY(-2px);
        }
        
        /* Contact Info */
        .contact-info h2 {
            font-size: 24px;
            margin-bottom: 30px;
            font-weight: 300;
        }
        
        .contact-item {
            margin-bottom: 25px;
            font-size: 16px;
            line-height: 1.6;
        }
        
        .contact-item i {
            margin-right: 10px;
            width: 20px;
        }
        
        /* Social Icons */
        .social-icons {
            margin-top: 30px;
            display: flex;
        }
        
        .social-icons a {
            display: inline-block;
            margin-right: 15px;
                background-color: rgb(255 255 255 / 10%);
    border-radius: 5px;
            font-size: 20px;
            transition: all 0.3s ease;
            width: 24px;

            height: 24px;
            display: flex;
            align-items: center;
            align-content: center;
            justify-content: center;
        }

        
        .social-icons a:hover {
            color: white;
            transform: translateY(-3px);
        }
        
        /* Request Callback Button */
        .callback-btn {
            background: transparent;
            border: 2px solid rgba(255, 255, 255, 0.5);
            color: white;
            padding: 9px 25px;
            border-radius: 0px;
            font-size: 16px;
            margin-top: 30px;
            transition: all 0.3s ease;
            cursor: pointer;
            display: inline-block;
    text-decoration: none;
        }
        
        .callback-btn:hover {
            background: rgba(255, 255, 255, 0.1);
            border-color: white;
            transform: translateY(-2px);
        }
        
        /* Responsive Design */
        @media (max-width: 768px) {
            .popup-container {
                flex-direction: column;
            }
            
            .nav-panel {
                width: 100%;
                height:  50vh;
                transform: translateY(-100%);
                padding: 20px 0;
            }
            
            .popup-overlay.active .nav-panel {
                transform: translateY(0);
            }
            
            .popup-overlay:not(.active) .nav-panel {
                transform: translateY(-100%);
            }
            
            .contact-panel {
                width: 100%;
                height: 50vh;
                transform: translateY(100%);
            }
            
            .popup-overlay.active .contact-panel {
                transform: translateY(0);
            }
            
            .popup-overlay:not(.active) .contact-panel {
                transform: translateY(100%);
            }
            
            .contact-overlay {
                padding: 20px 0;
                justify-content: flex-start;
            }
            
            .nav-content,
            .contact-content {
                padding: 0 15px;
            }
            
            .logo {
                font-size: 24px;
                margin-bottom: 30px;
            }
            
            .nav-menu a {
                font-size: 16px;
            }
            
            .nav-menu li {
                margin-bottom: 20px;
            }
            
            .contact-item {
                font-size: 14px;
                margin-bottom: 15px;
            }
            
            .private-tour-btn,
            .callback-btn {
                padding: 9px 20px;
                font-size: 14px;
                margin-top: 20px;
            }
        }
        
        @media (max-width: 480px) {
            .nav-panel,
            .contact-overlay {
                padding: 20px 15px;
            }
            
            .nav-menu a {
                font-size: 14px;
            }
            
            .contact-info h2 {
                font-size: 18px;
            }
        }






        .line-over-effect a {
            text-decoration: none;
            transition: all 0.3s ease;
            display: inline-block;
            padding: 5px 0;
            position: relative;
            line-height: 18px;
        }
        
        .line-over-effect  a:hover {
            color: white;
            transform: translateX(10px);
        }
        
        .line-over-effect  a::before {
            content: "";
            position: absolute;
            left: -20px;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 2px;
            background: white;
            transition: width 0.3s ease;
        }
        
        .line-over-effect  a:hover::before {
            width: 15px;
        }



/* Skeleton Loader Styles */
/*.skeleton-loader-cc {
    display: none;
}*/
.property-skeleton-loader {
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
    background: white;
    position: relative;
}

/* Shimmer Animation Keyframes */
@keyframes shimmer {
    0% {
        background-position: -1000px 0;
    }
    100% {
        background-position: 1000px 0;
    }
}

/* Base skeleton element */
.skeleton-card {
    position: relative;
    overflow: hidden;
}

.skeleton-card::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
        90deg,
        transparent,
        rgba(255, 255, 255, 0.4),
        transparent
    );
    animation: shimmer 2s infinite ease-in-out;
    z-index: 1;
}

/* Image section */
.skeleton-image {
    height: 200px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.8s infinite ease-in-out;
    position: relative;
}

.skeleton-badge {
    position: absolute;
    top: 16px;
    left: 16px;
    background: rgba(255, 255, 255, 0.9);
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    backdrop-filter: blur(10px);
}

/* Content section */
.skeleton-content {
    padding: 20px;
}

/* Profile section */
.skeleton-profile {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
}

.skeleton-avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.6s infinite ease-in-out;
    flex-shrink: 0;
}

.skeleton-text-group {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 8px;
}

/* Text lines with different widths */
.skeleton-line {
    height: 12px;
    border-radius: 6px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.4s infinite ease-in-out;
}

.skeleton-line-sm { width: 60%; }
.skeleton-line-md { width: 75%; }
.skeleton-line-lg { 
    width: 80%; 
    height: 16px;
    border-radius: 8px;
}
.skeleton-line-xl { width: 90%; }
.skeleton-line-full { width: 100%; }

/* Description section */
.skeleton-description {
    margin-bottom: 20px;
}

.skeleton-description .skeleton-line {
    margin-bottom: 8px;
}

.skeleton-description .skeleton-line:last-child {
    margin-bottom: 0;
}

/* Footer section */
.skeleton-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 16px;
    border-top: 1px solid #f0f0f0;
}

.skeleton-price {
    width: 80px;
    height: 24px;
    border-radius: 12px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1.2s infinite ease-in-out;
}

.skeleton-availability {
    width: 120px;
    height: 16px;
    border-radius: 8px;
    background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
    background-size: 200% 100%;
    animation: shimmer 1s infinite ease-in-out;
}

/* Pulsing effect for the entire card */
.property-skeleton-loader {
    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
    0%, 100% { opacity: 1; }
    50% { opacity: 0.8; }
}

/* Grid layout for multiple skeletons */
.skeleton-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
    gap: 20px;
    padding: 20px;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .property-skeleton-loader {
        margin: 10px;
    }
    
    .skeleton-content {
        padding: 16px;
    }
    
    .skeleton-image {
        height: 160px;
    }
}





/* Popup Overlay */
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1050;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0s linear 0.3s;
}

.popup-overlay.show {
    opacity: 1;
    visibility: visible;
    transition: opacity 0.3s ease, visibility 0s linear 0s;
}

/* Left Panel - Navigation */
.nav-panel {
    color: white;
    transform: translateX(-100%);
    transition: transform 0.4s ease;
    position: relative;
    box-shadow: 2px 0 15px rgba(0, 0, 0, 0.3);
}

.popup-overlay.show .nav-panel {
    transform: translateX(0);
    transition: transform 0.4s ease 0.1s;
}

/* Right Panel - Contact Info */
.contact-panel {
   
    transform: translateX(100%);
    transition: transform 0.4s ease;
}

.popup-overlay.show .contact-panel {
    transform: translateX(0);
    transition: transform 0.4s ease 0.1s;
}

/* Mobile responsive updates */
@media (max-width: 768px) {
    .nav-panel {
        width: 100%;
       
        transform: translateY(-100%);
        padding: 20px 0;
        transition: transform 0.4s ease;
    }
    
    .popup-overlay.show .nav-panel {
        transform: translateY(0);
        transition: transform 0.4s ease 0.1s;
    }
    
    .contact-panel {
        width: 100%;
      
        transform: translateY(100%);
        transition: transform 0.4s ease;
    }
    
    .popup-overlay.show .contact-panel {
        transform: translateY(0);
        transition: transform 0.4s ease 0.1s;
    }
}

footer .nav-link {

    font-size: 14px;
   color: #fff;
}














/* Container Fix */
@media (min-width: 1200px) {
   .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1237px !important;
    }/* 
    .set-max-width {
        max-width: 750px!important;
    }
    .contact-max-width {
        max-width:600px!important;
    }*/
}

@media (max-width: 1440px) {

.hill-bg {
    position: absolute;
    width: 788px;
    height: 329px;
    /* top: 1002px; */
    /* left: auto; */
    background-image: url(../img/hill_art.svg);
    right: -30px;
    bottom: -50px;
    background-repeat: no-repeat;
    /* z-index: -1; */
}

.hill-bg {
    left: -100px;
}
.brand-box.brand-e {
    left: 510px;
    top: -48px;
}
}
@media (max-width: 1204px) {
    .hill-bg {
        left: -180px;
    }
}
/* Responsive Styles */
@media (max-width: 992px) {
   .home .navbar {
    padding: 20px 0;
    }
    .hill-cc {
    position: relative;
    margin-top: 200px;
    }
 

    .hill-bg {
        position: unset;
        width: 100%;
        height: 329px;
        background-size: 100%;
        background-image: url(../img/hill_art.svg);
        background-position: bottom;
        background-repeat: no-repeat;
    }

.brand-box.brand-a {
    left: 15%;
    bottom: 30%;
    top: auto;
}
.brand-box.brand-b {
    left: 30%;
    top: auto;
    bottom: 55%;
}
.brand-box.brand-c {
    left: 60%;
    top: auto;
    bottom: 40%;
}
.brand-box.brand-d {
    left: 75%;
    top: auto;
    bottom: 50%;
}
.brand-box.brand-e {
    left: 46%;
    top: auto;
    bottom: 55%;
}
.abt-section {
    padding-top: 20px;
    padding-bottom: 20px;
}
.novemberz-cc {
    margin-top: 100px;
}
.service-cc {
    padding: 50px 0;
    position: relative;
}
.independent-cc {
    padding-top: 125px;
    padding-bottom: 125px;
}
.independent-cc {
    padding-top: 100px;
    padding-bottom: 100px;
}
.service-item-wrap {
    margin-top: 35px;
}
.project-item-wrap {
    margin-top: 35px;
}
.insights-item-wrap {
margin-top: 35px;
}
.testimonial-item-wrap {
    margin-top: 35px;
    margin-bottom: 60px;
}
.independent-item-wrap {
    margin-top: 35px;
}
.insights-cc {
    padding-top: 50px;
    padding-bottom: 50px;
}
.footer-banner-cc .section-title {
    font-size: 32px;
    line-height: normal;
    margin-bottom: 20px;
}
.footer-btn-cc {
    margin-top: 40px;
}
.footer-banner-cc {
    padding: 100px 0;
    font-weight: 400;
}
.social-icons {
    margin-top: 20px;
}
footer h5 {
    font-size: 14px;
}
.logo-adress-wrap {
    margin-bottom: 50px;
}
.service-box {
    margin-bottom: 35px;
}
.section-title {
    font-size: 32px;
}
.footer-copy-cc {
    margin-top: 40px;
    flex-direction: column;
    align-items: flex-start;
}
.service-box h4 {
    font-size: 18px;
}
.footer-last-lnkz a {
    margin-left: 0px;
    margin-right: 20px;

    display: inline-block;
}
.copyright {
    opacity: .7;
        margin-top: 25px;
}
footer {
    padding-top: 60px;
}
.hero-title {
    font-size: 36px;
}
.insights-box .number {
    font-size: 34px;
    padding-bottom: 28px;
    margin-bottom: 15px;
}
.insights-box {
    margin-bottom: 50px;
}
.visitors-cc {
    margin-top: 30px;
}
.projected {
    font-weight: 300;
    font-size: 18px;
    line-height: 33.6px;
    white-space: none;
}
.visitors-cc h4 {
    font-size: 24px;
    line-height: 33.6px;
}
.independent-box {
    margin-bottom: 25px;
}
.profile-section {
    padding: 15px;
    display: flex;
    align-items: center;
    gap: 15px;
    position: relative;
}
.project-hdr {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
}
.drop-down-cc {
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.project-inside-cc {
    margin-top: 110px;
}
.inside-hero-section {
    height: 380px;
}
.contact-linkz {
    text-align: center;
    margin: 50px 0;
}
.contact-header h3 {
    font-size: 28px;
}
.contact-header {
    color: #fff;
    padding: 25px 30px;
    padding-top: 30px;
}
.form-c {
    padding:40px;
}
	.property-table {
		overflow-x: auto;
    	width: 100%;
	}
	.table {
		    white-space: nowrap;
	}
.contact-linkz {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 8px;
}
.contact-linkz a {
    min-width:unset;margin: 0px;
}
.service-link div {
    line-height: normal;
    min-width:unset!important;
    margin: 0px;
    padding: 20px;
}
.link3 {
    grid-column: span 2 / span 2;
}
.service-link div {
    
        min-width: unset !important;
        margin: 0px;
        display: flex;
        flex-direction: column;
        align-items: flex-start;
    }

.serv-card {
    align-items: flex-start;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
}
.service-link div img {
    margin-bottom: 20px;
}
.schedule-card {
    padding: 40px 40px;
    padding-bottom: 20px;
}

.overview-left-box {
    padding: 30px;
}
.project-inside-slider-a  {
    height: 400px;overflow: hidden;position: relative;
}
.gallery-cc {
    padding-top: 70px;
    padding-bottom: 40px;
    overflow-x: hidden;
}
.section-title-inside {
    margin-bottom: 30px;
    color: #1A5276;
    font-size: 28px;
    font-weight: 600;
}
.masterplan-cc {
    margin-top: 30px;
}
.connectivity-section-cc {
    margin-bottom: 60px;
}.left-list-padding {
    padding:30px;
}
.independent-box {
    padding: 20px;
}
}





@media (max-width: 768px) {
    .hero-title {
        font-size: 32px!important;
        padding: 0 10px;
    }.left-list-padding {
    padding: 20px;
}
        .overview-left-box {
        padding: 20px;
    }.overview-cc {
    margin-top: 84px;
}
    .section-title-inside {
    margin-bottom: 30px;
    color: #1A5276;
    font-size: 25px;
    font-weight: 600;
}
    .gallery-cc {
    padding-top: 20px;
    padding-bottom: 30px;
    overflow-x: hidden;
}
    .insights-box .number-label {
    font-weight: 500;
    color: #000000;
    font-size: 16px;
    letter-spacing: 0;
    line-height: 16px;
}
   .project-inside-cc .project-item-wrap {
        margin-top: 20px;
    }
    .form-c {
    padding: 30px 30px;
}
.contact-header {
    padding: 20px 20px;
    padding-top: 28px;
}
.contact-header h3 {
    font-size: 26px;
}
.independent-box {
    height: 242px;
    padding: 30px 30px;
}
    .independent-box {
        margin-bottom: 15px;
    }
.insights-box .number-label span {
    line-height: 18px;
}
.section-title {
        font-size: 28px;
    }
    .abt-cont-wrap .section-title {
    margin-bottom: 15px;
}
.project-inside-cc {
    margin-top: 100px;
}
.schedule-card {
        padding: 20px;
    }
    .schedule-inside-cc {
    margin: 83px 0;
}
    .service-item-wrap {
        margin-top: 35px;
    }
    .project-item-wrap {
    margin-top: 35px;
    }
    .hdr-menu-c {
        display: none;
    }
    .insights-box {
    margin-bottom: 50px;
}
    .hero-title {
    font-size: 36px;
    }
.project-dwd-section {
    margin-bottom: 60px;
}	
.serv-footer-btn-cc {
    flex-direction: column;
}
footer {
    padding-top: 40px;
}
   .hill-bg {
        background-position: center;
        height: 220px;

    } 
    .brand-d-line {
    height: 177px;
    background-color: #195276;
}
    .brand-box.brand-a {
        left: 5%;
        bottom: 40%;
        top: auto;
    }
.visitors-cc h4 {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 0px;
    }.features-box {
    margin-bottom: 15px;
}
        .projected {
        font-weight: 300;
        font-size: 18px;
        line-height: 22px;
        white-space: unset;
        margin-top: 5px;
    }
.footer-banner-cc .section-title {
        font-size: 28px;
    }
.abt-cont-wrap {
    margin-top: 20px;
}
.section-title br {
    display: none;
}
.testimonial-text-data p {
    font-size: 24px;
    line-height: 28px;
}

.contact-linkz a {
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    align-items: flex-start;
    padding: 15px;    line-height: normal;

}
.contact-linkz img  {
    margin-bottom: 20px;
}
      .project-filters {
                flex-direction: column;
            }
            
            .project-filters .form-group {
                min-width: 100%;
            }
.custom-selectbox {
    max-width: auto;
}
.custom-selectbox select {
    width: 100%;
}
.project-filters {
        flex-direction: column;
        width: 100%;
    }
    #post-type-filter {
        display: none;
    }
    .home .custom-search-container {
    top: 75px;
    }
    .home .custom-search-container .close-btn {
    top: -89px;
}
.independent-box {
    padding: 25px;
}
@media (max-width: 568px) {
    .drop-down-cc {
        width: 100%;flex-direction: column; margin-top: 10px;
    }.form-c {
        padding: 20px;
    }
}
	.service-box-content {
    padding: 0px 41px 0px 0px !important;
}