@import url('https://fonts.googleapis.com/css2?family=Abhaya+Libre:wght@400;500;600;700;800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


*{
    padding:0px;
    margin:0px;
    box-sizing:border-box;
}

body{
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 300;
    letter-spacing: 0;
    color: #333;
    background: #fbfbfb;
    
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
}
h1,h2,h3,h4,h5,h6{
    font-family: 'Abhaya Libre', serif;
    font-weight: 700;
    color: #160C5A;
    letter-spacing: -2px;
    line-height: 1;
}
h1{
    font-size: 57px;
    margin-bottom: 20px;
}
h2{
    font-size: 46px;
    margin-bottom: 20px;
    
}
h3{
    font-size: 32px;
    margin-bottom: 20px;
}
h4{
    font-size: 24px;
    margin-bottom: 20px;
}
h5{
    font-size: 20px;
    margin-bottom: 20px;
}
h6{
    font-size: 18px;
    margin-bottom: 20px;
}
h1 span,h2 span,h3 span,h4 span,h5 span,h6 span{
    font-weight: 200;
}

a{
    text-decoration: none;
    color: inherit;
    transition: 0.3s ease;
}
a:hover{
    color: #FF8800;
}
.morebtn{
    display: inline-block;
    padding: 12px 30px;
    background: #FF8800;
    color: #fff;
    border-radius: 50px;
    font-size: 15px;
    font-weight: 300;
    transition: 0.3s ease-in-out all;
    margin-bottom: 1em;
}
.morebtn:hover{
    background:#faa441;
    color:#fff;
}
.greybtn{
    background: #333;
}
.bluebtn{
    background-color: #160C5A;
}
.lightgreybtn{
    background-color: #d5d4d4;
    color:#333;
}
.glassbtn{
    background: rgba(255, 255, 255, 0.25);
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.1);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
    border: 1px solid rgba(255, 255, 255, 0.3);
}
.arrowbtn {
    padding: 10px 11px 11px 11px;
    line-height: 1;
    font-weight: 700;
}
.arrowbtn:hover{
    rotate: 45deg;
}

p{
    margin-bottom: 20px;
}
.aligncenter{
    text-align:center
}
.aligntight{
    text-align:right
}

.divider hr{
    border-bottom:#636363 dotted 1px;
}

.container12, header, footer{
    width: 100%;
    float:left;  
    position: relative;
}
article{
    width:90%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing:border-box;
}

header {
    width: 100%;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1000;
    background: transparent;
}

header .navigation {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12px 25px;
    
    background: #fff;
    border-radius: 50px;
    
    display: flex;
    align-items: center;
    justify-content: space-between;
    
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}

header .navigation .logo {
    margin: 0;
    display: flex;
    align-items: center;
}

header .navigation .logo img {
    width: 150px;
    height: auto;
    display: block;
}
header .navigation .mainnav {
    padding-right: 0em;
}

header .navigation nav {
    margin-left: auto;
}

header .navigation nav ul {
    list-style: none;
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 0px;
}

header .navigation nav ul li a {
    color: #333;
    text-decoration: none;
    font-size: 15px;
    font-weight: 300;
    transition: 0.3s ease;
    padding: 12px 15px;
}

header .navigation nav ul li a:hover {
    color: #F6921E;
}

header .navigation nav ul li:last-child> a{
    background-color:#FF8800;
    color:#fff;
    border-radius:50px;
}
header .navigation nav ul li:last-child> a:hover{
    background-color:#faa441;
    color:#fff;
}

.side-menu {
  display: none;
} /* Hide checkbox */
.hamb {
  display: none;
} /* Hide hamburger icon */


.articlepage header{
    width: 100%;
    position: relative;
}

/*-- banner --*/

.banner .bannerimg{
    height: 100vh;
    background-size: cover;
    background-position: top;
}
.banner .bannerimg:before{
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #365091;
    background: linear-gradient(180deg, rgba(54, 80, 145, 0) 0%, rgba(8, 3, 0, 0.507) 100%);
}
.banner .bannerimg article{
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100%;
}
.banner .bannerimg .bannercap{
    width: 100%;
    max-width: 600px;
    position: absolute;
    top: 40%;
    left: 0em;
    color:#fff;
}
.banner .bannerimg .bannercap h1{
    font-size: 61px;
    line-height: 0.8;
    margin-bottom: 20px;
    color:#fff;
}

/*--innerpage banner--*/
.innerpage .banner{
    height:19em;
}
.innerpage .bannerimg{
    height:100%;
    background-size: cover;
    background-position: center;

}
.innerpage .bannerimg .bannertitle{
    width: 100%;
    max-width: 600px;
    position: absolute;
    bottom: 2em;
    left: 0em;
}
.innerpage .bannerimg .bannertitle h1{
    color:#fff;
}


.articlepage .banner{
    height: 153px;
    align-content: center;
    margin-top: 4em;
}

/*--cataloguepage banner--*/
.catalogue .banner{
    height:50vh;
}
.catalogue .banner article{
    position: relative;
    height:100%;
}
.catalogue .banner .bannercont{
    width: 100%;
    position: absolute;
    bottom:3em;
    left: 0em;
}
.catalogue .banner .bannercont form{
    display:block;
    width:100%;
}
.catalogue .banner .results span{
    font-weight:700;
}

/*-- featured properties --*/
.featured{
    padding: 3em 0;
}
.featured .propbx{
    margin:0 auto 3em auto;
    padding: 16px 16px 20px 16px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    width: 90%;
}   
.featured .propbx .propimg{
    width: 100%;
    height: 250px;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
    margin-bottom:1em;
    position:relative
}
.featured .propbx .propimg .propstatus {
    position: absolute;
    font-size: 13px;
    color:#fff;
    top:2em;
    left:1.5em;
}
.featured .propbx .proptitle{
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1em;
    padding: 0 20px;
    gap: 11px;
}
.featured .propbx .proptitle .propname{
    font-family: 'Abhaya Libre', serif;
    font-size: 27px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 1;
}
.featured .propbx .proptitle .prpopcost{
    font-weight: 300;
    letter-spacing: -1px;
    font-size: 19px;
    color: #ff8800;
    width: 125px;
    text-align: right;
}
.featured .propbx .propcont{
    padding: 0 20px;
}
.featured .propbx .propcont p{
    margin-bottom: 1em;
}
.featured .propbx .propammenities{
    padding:0 20px;
    display: flex;
    align-items: center;
    gap: 20px;
    font-size:14px;
    color:#636363;
}/*--about--*/
.about{
    padding: 3em 0;
}
.about .contimg{
    min-height: 80vh;
    height: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 10px;
}
.about .cont{
    padding:0 0 0 4em
}
.cont .orangetext{
    color:#FF8800;
    font-weight: 500;
    letter-spacing: 5px;
    margin-bottom: 1em;
    text-transform: uppercase;
}
.about .cont h2{
    font-size: 57px;
    line-height: 1;
}
.about .cont .statbx{
    margin-top: 2em;
}
.about .cont .statbx h3{
    font-size: 36px;
    margin-bottom:0px;
    line-height: 1;
}
.about .cont .statbx p{
    text-transform: uppercase;
    font-weight: 300;
    letter-spacing: 2px;
    font-size:14px;
    color:#160C5A
}

/*--valueprep--*/
.valueprep{
    padding: 3em 0;
}
.valueprep .prepintro{
    padding-right: 3em;
}
.valueprep .prepintro h2{
    font-size: 57px;
    line-height: 1;
}
.valueprep .prepbx{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-color:#160C5A;
    color:#fff;
    height: 100%;
    padding:25px;
    border-radius: 10px;
    position: relative;
    border-radius: 10px;
}
.valueprep .prepbx:before{
    position: absolute;
    content:"";
    left:0px;
    top:0px;
    width:100%;
    height:100%;
    background-color: #06002fa4;
    border-radius: 10px;
}
.valueprep .prepbx>div{
    position: relative;
}
.valueprep .prepbx h3{
    margin-bottom: 1em;
    color:#fff;
    line-height: 1;
}
.valueprep .iconbx img{
    width: 75px;
    margin-bottom: 2em;
}

/*--mainbody--*/
.mainbody{
    padding:3em 0;
}
.mainbody .introtext{
    font-size:20px;
    color: #160c5a;
}
/*--missionvision--*/
.missionvision{
    padding:3em 0;
}
.missionvision .contbx{
    background-size:cover;
    background-repeat:no-repeat;
    min-height:60vh;
    padding:2em 3em;
    border-radius: 10px;
    position:relative;
    color:#fff;
    align-content: center;
    border-radius:10px;
}
.missionvision .contbx:before{
    position:absolute;
    content:"";
    height:100%;
    width:100%;
    left:0px;
    top:0px;
    background: #160C5A;
    background: #160C5A;
    background: linear-gradient(212deg, rgba(22, 12, 90, 0.79) 60%, rgba(237, 153, 17, 0.76) 100%);
    border-radius:10px;
}
.missionvision .contbx *{
    position:relative;
}
.missionvision .contbx h3{
    color:#fff;
}

/*--calltoaction--*/
.calltoaction{
    padding:2em 0px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    color:#fff;
    position: relative;
}
.calltoaction:before{
    position: absolute;
    content:"";
    width:100%;
    height:100%;
    left:0px;
    top:0px;
    background: #160C5A;
    background: linear-gradient(180deg, rgba(22, 12, 90, 0.41) 0%, rgba(22, 12, 90, 0.44) 100%);
}
.calltoaction>*{
    position:relative;
}
.calltoaction h2{
    font-size:57px;
    margin:0px;
    color:#fff;
}
.searchform {
    display: flex;
    align-items: center;
    width: 90%;
    position: relative;
}

.searchform input {
    width: 100%;
    height: 55px;
    padding: 0 20px 0 20px;
    border: 1px solid #ddd;
    border-radius: 50px;
    outline: none;
    box-sizing: border-box;
}

.searchbtn {
    position: absolute;
    right: 0;
    height: 55px;
    width: 190px;
    border: none;
    border-radius: 0 50px 50px 0;
    background: #FF8800;
    color: #fff;
    cursor: pointer;
}

/*--insights--*/
.insights{
    padding:3em 0px;
}
.insightbx{
    margin-bottom:3em;
}
.insightbx .imagebx{
    height: 36vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}
.insightbx .cont{
    padding: 20px 25px 20px 25px;
    background-color: #fff;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
    min-height: 336px;
}
.insightbx .cont .dateposted{
    color:#636363;
    font-size:13px;
}
.insightbx .cont h4{
    margin:10px 0;
    transition: 0.3s all ease-in-out;
}
a:hover h4{
    color: #FF8800;
}

.articlepage .articleimg{
    height: 64vh;
    background-size: cover;
    background-position: center;
    border-radius: 10px;
}

/*--servicebar--*/
.servicebar{
    margin-top:3em;
}
.servicebar .cont{
    padding:0 20px;
}
.servicebar .col-lg-4{
    border-right:dotted 1px #555
}
.servicebar .col-lg-4:last-child{
    border:none;
}
.servicebar .cont h3{
    position:relative;
}
.servicebar .cont h3:after{
    content: "";
    position: absolute;
    width: 3em;
    left: -5px;
    bottom: -6px;
    border-bottom: solid 2px #F6921E;
}

.servcont .cont{
    padding:3em 2em;
}
.servcontimg{
    height: 100%;
    background-size: cover;
    background-position: center;
    border-radius:10px;
}
.servsummary{
    padding: 5em 0;
    align-content: center;
    background-color: #fff;
}

/*--share-buttons--*/
#share-buttons{
    margin-top:1em;
}
#share-buttons ul{
    display: flex;
    gap:20px;
    list-style-type: none;
    margin:0px;
    padding:0px;
}

/*--calltoaction2--*/
.calltoaction2{
    padding:5em 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-attachment: fixed;
    z-index: -1;
}
.calltoaction2 .largefont{
    color: #fff;
    font-family: 'Abhaya Libre', serif;
    font-weight: 700;
    font-size: 54px;
    letter-spacing: -2px;
    line-height: 1;
    float:left;
}

/*--propetybar--*/
.propertybar{
    padding:5em 0;
}
.propertybar .propname{
    display:flex;
    justify-content: space-between;
    margin-top:2em;
    gap: 20px;
}
.propertybar .propname h3{
    margin-bottom:0px;
}
.propertybar .propname .propval{
    font-size:20px;
    font-weight:600;
    letter-spacing:-2px;
    align-content: center;
}
.propertybar .propgallery{
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: auto auto auto auto;
}
.propertybar .propgallery .gallimg{
    height:34vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    height: 100%;
    position:relative;
    border-radius: 10px;
    transition: all 0.5s ease-in-out;
}
.propertybar .propgallery .gallimg:before{
    position:absolute;
    content:"";
    top:0px;
    left:0px;
    width:100%;
    height:100%;
    transition: all 0.5s ease-in-out;
    border-radius: 10px;
    border:5px solid #ff880000;
}
.propertybar .propgallery .gallimg:hover:before{
    border:5px solid #FF8800;
}
.propertybar .propgallery .gallimg:nth-child(1){
    grid-column: span 2;
    grid-row: span 2;
    height: 70vh;
}
.propgallery .gallimg:nth-child(n+6) {
    display: none;
}

/* More Images button */
.more-images {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    padding: 13px 17px;
    border: none;
    border-radius: 50px;
    background: #fff;
    color: #222;
    font-size: 14px;
    cursor: pointer;
    box-shadow: 0 3px 10px rgba(0,0,0,0.12);
}
.propertybar .propinfo{
    padding-top:1em;
}
.propertybar .propinfo h3{
    font-size:40px;
    flex: 1.5 1 0;
}
.propertybar .propinfo h4{
    line-height: 1;
    margin:0px;
}
.propertybar .featurelist{
    display: flex;
    gap: 20px;
    padding:1em 0;
}
.propertybar .proplocation{
    padding:1em 0;
}
.propertybar .proplocation .locname{
    font-weight:500;
}
.propertybar .proplocation iframe{
    height:40vh;
    border-radius: 10px;
    width: 100%;
}
.propertybar .interestedbox{
    padding:30px;
    background-color:#efefef;
    border-radius:10px;
}


/*--catalogue card--*/
.catalogue .cardlist .col-lg-12{
    margin-bottom:2em;
}
.catalogue .cardlist .cataloguecard{
    position:relative;
    border-radius: 10px;
    padding:2em 1em;
    padding: 5em 2em 2em 2em;
    background-size:cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: background-size 0.5s ease-in-out;
}
.catalogue .cardlist .cataloguecard:before{
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgb(10 6 38);
    border-radius: 10px;
    background: linear-gradient(180deg, rgb(21 12 88 / 12%) 0%, rgb(10 6 38) 100%);
}
.catalogue .cardlist .cataloguecard:hover{
    background-size:cover;
}
.catalogue .cardlist .cataloguecard>*{
    position:relative;
    color:#fff;
}
.catalogue .cardlist .cardinfo{
    width:80%;
}
.propstatus{
    position:relative;
    font-size:13px;
}
.propstatus:before{
    content: "";
    position: relative;
    width: 33px;
    display: block;
    float: left;
    border-bottom: solid 2px #FF8800;
    margin-top: 9px;
    margin-right: 11px;
    border-radius: 50px;
}
.catalogue .cardlist .cardinfo h3{
    color: #fff;
    font-size: 46px;
    margin-bottom: 0;
}
.propertyvalue span{
    font-weight: 700;
    font-size:18px;
}

/*--pagination--*/
.pagination{
    width:100%;
    padding: 2em 0;
    justify-content: right;
    display: flex;
}
.pagination ul{
    list-style: none;
    margin: 0px;
    padding:0px;
    display:flex;
    gap:10px;
}
.pagination ul a{
    display:block;
    padding:10px 20px;
    background-color:#f0f0f0;
    border-radius:50px;
    transition: all ease-in-out 0.5s;
}
.pagination ul a:hover{
    background-color:#faa441;
    color:#fff;
}

/*-- lightbox--*/

.lightbox {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 999;
  overflow: auto;
  scrollbar-width: none;
}

.lightbox .content {
  display: block;
  margin: 0 auto;
  max-width: 64%;
}

.lightbox img {
  width: 100%;
  height: 100vh;
  -o-object-fit: contain;
     object-fit: contain;
}

.close {
  color: white;
  position: absolute;
  top: 15px;
  right: 35px;
  font-size: 40px;
  cursor: pointer;
}

.prev, .next {
  background-color: transparent;
  color: white;
  border: none;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.prev {
  left: 10px;
}

.next {
  right: 10px;
}

.modal {
  display: none;
  position: fixed;
  z-index: 1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgb(0, 0, 0);
  background-color: rgba(0, 0, 0, 0.4);
  scrollbar-width: none;
}

.modal-content {
  background-color: #fefefe;
  margin: 5% auto;
  padding: 20px;
  border: 1px solid #888;
  width: 80%;
  max-width: 500px;
  border-radius: 5px;
  position: relative;
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  position: absolute;
  right: 20px;
  top: 20px;
}

.close:hover,
.close:focus {
  color: black;
  text-decoration: none;
  cursor: pointer;
}


/*--contactForm--*/
.contactcont{
    padding:5em 0;
}

.contactcont .formbx{
    background-color: #fff;
    padding: 2em;
    border-radius: 10px;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.08);
}
.contactForm .form-control-custom{
    width: 100%;
    border: 1.5px solid #dde3ed;
    border-radius: 50px;
    padding: 12px 16px;
    font-family: "Inter", sans-serif;
    font-size: .9rem;
    color: #272727;
    background: #fafbfd;
    transition: border-color .3s, box-shadow .3s;
    outline: none;
}
.contactForm .time-option input[type="checkbox"] {
    display: none;
}
.contactForm .time-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.contactForm  .time-option label {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    border: 1.5px solid #dde3ed;
    border-radius: 10px;
    padding: 10px 8px;
    font-size: .78rem;
    font-weight: 500;
    text-transform: none;
    letter-spacing: 0;
    color: #555;
    cursor: pointer;
    transition: all .25s;
    text-align: center;
    background: #fafbfd;
}

.contactForm .radio-option{
    display: flex;
    align-items: center;
    gap: 6px;
}
.contactForm  .radio-option input[type="radio"] {
    display: none;
}
.contactForm  .radio-option label {
    cursor: pointer;
    padding: 8px 18px;
    border-radius: 200px;
    border: 1.5px solid #d4e4f0;
    font-size: .8rem;
    font-weight: 600;
    color: #555;
    background: #f7f9fc;
    transition: all .3s ease;
    user-select: none;
}
.contactForm .form-group-custom label {
    font-size: .78rem;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #444;
    margin-bottom: .4em;
    display: block;
}
.contactForm  .time-option label i {
    font-size: .9rem;
}
.contactForm .time-option input:checked + label,  .contactForm .radio-option input:checked + label{
    border-color: #FF8800;
    background: rgba(27, 117, 187, 0.08);
    color: #FF8800;
    font-weight: 700;
}
.contactForm .form-group-custom {
    margin-bottom: 1.4em;
}

.contactForm .form-group-custom input[type="file"] {
    width: 100%;
    padding: 12px 16px;
    border: 1.5px solid #dde3ed;
    border-radius: 10px;
    background: #fafbfd;
    color: #555;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: .85rem;
    cursor: pointer;
    transition: border-color .3s, box-shadow .3s, background .3s;
}

/* File selector button */
.contactForm .form-group-custom input[type="file"]::file-selector-button {
    padding: 9px 18px;
    margin-right: 12px;
    border: none;
    border-radius: 50px;
    background: #160C5A;
    color: #fff;
    font-family: 'Poppins', Arial, Helvetica, sans-serif;
    font-size: .8rem;
    font-weight: 500;
    cursor: pointer;
    transition: background .3s ease;
}

.contactForm .form-group-custom input[type="file"]::file-selector-button:hover {
    background: #FF8800;
}

/* Focus state */
.contactForm .form-group-custom input[type="file"]:focus {
    outline: none;
    border-color: #FF8800;
    box-shadow: 0 0 0 3px rgba(255, 136, 0, 0.08);
}

/* Supporting text inside label */
.contactForm .form-group-custom label i.info {
    display: block;
    margin-top: 3px;
    font-size: .72rem;
    font-weight: 300;
    font-style: normal;
    letter-spacing: 0;
    text-transform: none;
    color: #999;
}

/*-- terms and conditions checkbox --*/
.contactForm .terms-check {
    margin: 1.5em 0;
}

.contactForm .terms-check label {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 0;
    padding: 0;
    font-size: .82rem;
    font-weight: 400;
    letter-spacing: 0;
    text-transform: none;
    color: #555;
    cursor: pointer;
}

.contactForm .terms-check input[type="checkbox"] {
    display: none;
}

/* Custom checkbox */
.contactForm .terms-check .checkmark {
    width: 20px;
    height: 20px;
    min-width: 20px;
    border: 1.5px solid #dde3ed;
    border-radius: 5px;
    background: #fafbfd;
    position: relative;
    transition: all .25s ease;
}

/* Checked state */
.contactForm .terms-check input[type="checkbox"]:checked + .checkmark {
    background: #F6921E;
    border-color: #F6921E;
}

/* Tick */
.contactForm .terms-check input[type="checkbox"]:checked + .checkmark:after {
    content: "";
    position: absolute;
    left: 6px;
    top: 3px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

/* Terms link */
.contactForm .terms-check .terms-text a {
    color: #160C5A;
    font-weight: 600;
    text-decoration: underline;
}

.contactForm .terms-check .terms-text a:hover {
    color: #F6921E;
}

.contactForm .submit-btn {
    background: #F6921E;
    color: #fff;
    border: none;
    padding: 12px 30px;
    border-radius: 200px;
    font-size: .95rem;
    cursor: pointer;
    transition: all .4s ease;
    width: 100%;
}

.contactForm .submit-btn:hover{
    background-color:#faa441;
}
.form-note {
    font-size: .74rem;
    color: #999;
    text-align: center;
    margin-top: 1em;
}


/*-footer--*/
footer{
    padding:2em 0 1em 0;
    background-color:#160C5A;
    color:#fff;
}
footer .socialbar{
    border-bottom:#ccc dotted 1px;
    margin-bottom:3em;
}
footer .socialbar .title{
    color: #fff;
    font-family: 'Abhaya Libre', serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: -2px;
    line-height: 1;
}
footer .socialbar .sociallinks{
    list-style: none;
    margin:0px;
    padding:0px;
    display: flex;
    gap:20px;
    font-size:20px;
}
footer .largefont{
    color: #fff;
    font-family: 'Abhaya Libre', serif;
    font-weight: 700;
    font-size: 30px;
    letter-spacing: -2px;
    line-height: 1;
}
footer .footmenu{
    list-style: none;
    margin:0px;
    padding:0px;
}
footer .footmenu li a{
    display:block;
    margin-bottom:2px;
    font-size:13px;
}
footer .copy{
    font-size:11px;
    margin-top:3em;
}

/*-- reveal --*/
.reveal {
  opacity: 0;
  transition: opacity 0.8s ease, transform 0.8s ease;
  will-change: transform, opacity;
}

/* When visible */
.reveal.active {
  opacity: 1;
  transform: translate(0, 0);
}

/* ===== SLIDE DIRECTIONS ===== */
.reveal-up {
  transform: translateY(40px);
}

.reveal-down {
  transform: translateY(-40px);
}

.reveal-left {
  transform: translateX(-60px);
}

.reveal-right {
  transform: translateX(60px);
}

/* ===== FADE ONLY ===== */
.fade {
  transform: none;
}

/* ===== SCALE IN (nice for cards & stats) ===== */
.zoom {
  transform: scale(0.9);
}

/* ===== DELAY UTILITIES ===== */
.delay-1 { transition-delay: 0.15s; }
.delay-2 { transition-delay: 0.3s; }
.delay-3 { transition-delay: 0.45s; }
.delay-4 { transition-delay: 0.6s; }
.delay-5 { transition-delay: 0.8s; }
.delay-6 { transition-delay: 1.0s; }

.stagger > * {
  opacity: 0;
  transform: translateY(30px);
  transition: all 0.7s ease;
}

.stagger.active > * {
  opacity: 1;
  transform: translateY(0);
}

.stagger.active > *:nth-child(1) { transition-delay: 0.1s; }
.stagger.active > *:nth-child(2) { transition-delay: 0.2s; }
.stagger.active > *:nth-child(3) { transition-delay: 0.3s; }
.stagger.active > *:nth-child(4) { transition-delay: 0.4s; }
.stagger.active > *:nth-child(5) { transition-delay: 0.5s; }
.stagger.active > *:nth-child(6) { transition-delay: 0.6s; }


/*--search form--*/
/* =========================================
   STERLINGVIEW PROPERTY FILTER
   ========================================= */

#eFiltr.searchForm {
    width: 80%;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    float: left;
}

/* Hide unnecessary eFiltr elements */
#eFiltr .eFiltr_cat_zagol,
#eFiltr .fltr_name,
#eFiltr .eFiltr_form_result,
#eFiltr #eFiltr_info {
    display: none !important;
}

/* Remove default block styling */
#eFiltr .eFiltr_cat {
    display: contents;
}

#eFiltr .fltr_block {
    margin: 0;
    padding: 0;
    border: 0;
}

/* =========================================
   PROPERTY LOCATION
   ========================================= */

#eFiltr .fltr_block12 {
    flex: 1 1 45%;
    min-width: 280px;
}

/* Make select look like the search field */
#eFiltr .fltr_block12 select {
    width: 100%;
    height: 58px;
    padding: 0 55px 0 26px;

    border: 1.5px solid #dde3ed;
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;

    border-top-right-radius: 0;
    border-bottom-right-radius: 0;

    background-color: #fafbfd;
    color: #272727;

    font-family: inherit;
    font-size: 18px;
    font-weight: 400;

    outline: none;
    cursor: pointer;

    appearance: none;
    -webkit-appearance: none;

    /* Custom dropdown arrow 
    background-image:
        linear-gradient(45deg, transparent 50%, #26306f 50%),
        linear-gradient(135deg, #26306f 50%, transparent 50%);
    background-position:
        calc(100% - 27px) 31px,
        calc(100% - 20px) 31px;
    background-size:
        7px 7px,
        7px 7px;
    background-repeat: no-repeat;*/

    box-sizing: border-box;
}

#eFiltr .fltr_block12 select:hover {
    border-color: #c8c8c8;
}

#eFiltr .fltr_block12 select:focus {
    border-color: #1f176f;
    box-shadow: 0 0 0 3px rgba(31, 23, 111, 0.08);
}

/* =========================================
   PROPERTY TYPE BUTTONS
   ========================================= */

#eFiltr .fltr_block14 {
    display: flex;
    align-items: center;
    gap: 6px;

    background: #d6d6d6;
    border-radius: 40px;
    padding: 0;

    overflow: hidden;
    flex-shrink: 0;
}

/* Turn labels into buttons */
#eFiltr .fltr_block14 label {
    position: relative;

    display: flex;
    align-items: center;
    justify-content: center;

    min-width: 125px;
    height: 58px;

    padding: 0 25px;

    border-radius: 35px;

    color: #26306f;
    background: #d6d6d6;

    font-family: inherit;
    font-size: 17px;
    font-weight: 400;

    cursor: pointer;

    transition:
        background-color 0.25s ease,
        color 0.25s ease,
        transform 0.2s ease;

    user-select: none;
}

/* Hide actual checkbox */
#eFiltr .fltr_block14 input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

/* Hide result numbers */
#eFiltr .fltr_block14 .fltr_count {
    display: none;
}

/* Hover */
#eFiltr .fltr_block14 label:hover {
    background: #c9c9c9;
}

/* Selected button */
#eFiltr .fltr_block14 label:has(input[type="checkbox"]:checked) {
    background: #1f176f;
    color: #fff;
}

/* =========================================
   FIND PROPERTY BUTTON
   ========================================= */

#eFiltr .eFiltr_btn_wrapper {
    margin: 0;
    padding: 0;
    flex-shrink: 0;
}

#eFiltr .eFiltr_btn {
    height: 58px;
    padding: 0 30px;

    border: 0;
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;

    background: #ff8800;
    color: #fff;

    font-family: inherit;
    font-size: 16px;
    font-weight: 300;

    cursor: pointer;

    transition:
        background-color 0.25s ease,
        transform 0.2s ease;
}

#eFiltr .eFiltr_btn:hover {
    background: #15104f;
}

#eFiltr .eFiltr_btn:active {
    transform: scale(0.97);
}


/* =========================================
   TABLET
   ========================================= */

@media (max-width: 1000px) {

    #eFiltr.searchForm {
        flex-wrap: wrap;
        gap: 15px;
    }

    #eFiltr .fltr_block12 {
        flex: 1 1 100%;
    }

    #eFiltr .fltr_block14 {
        flex: 1;
    }

}


/* =========================================
   MOBILE
   ========================================= */

@media (max-width: 600px) {

    #eFiltr.searchForm {
        display: flex;
        flex-direction: column;
        align-items: stretch;
        gap: 15px;
        width: 100%;
        margin-bottom: 3em;
    }

    #eFiltr .fltr_block12 {
        width: 100%;
        min-width: 0;
    }

    #eFiltr .fltr_block12 select {
        height: 60px;
        font-size: 16px;
        border-radius: 50px;

        background-position:
            calc(100% - 25px) 25px,
            calc(100% - 18px) 25px;
    }

    #eFiltr .fltr_block14 {
        width: 100%;
        justify-content: stretch;
    }

    #eFiltr .fltr_block14 label {
        flex: 1;
        min-width: 0;
        height: 52px;
        padding: 0 15px;
        font-size: 15px;
    }

    #eFiltr .eFiltr_btn_wrapper {
        width: 100%;
    }

    #eFiltr .eFiltr_btn {
        width: 100%;
        height: 52px;
        border-radius: 50px;
    }

    

}

.eFiltr_reset{
 float:left; 
 margin-left: 30px;  
}
.eFiltr_reset a{
    display:block;
    padding:14px 16px;
    background-color:#f0f0f0;
    border-radius:50px;
    transition: all ease-in-out 0.5s;
}

.propsearch .eFiltr_reset{
    display:none;
}


@media handheld and (max-width: 480px),
screen and (max-device-width: 480px),
screen and (max-width: 767px) {

    .eFiltr_reset {
        float: right;
        margin-left: 30px;
    }


    header .navigation .mainnav {
         display: none;
        flex-direction: column;
        width: 100%;
        height: 100vh;
        position: fixed;
        background-color: #000000d1;
        top: 0;
        left: 0;
        z-index: 11;
        overflow-y: auto;
        overflow-x: hidden;
    }
    header .navigation nav ul {
        display: list-item;
    }
    header .navigation .mainnav nav{
        margin-top: 8em;
        color: #fff;
    }
    header .navigation nav ul li a {
        color: #fff !important;
        font-size: 22px !important;
        display:block;
        margin-bottom:0.6em;
        width: 80%;
        font-weight: 300;
    }

    /* Menu Icon */
    .hamb {
        cursor: pointer;
        padding: 47px 20px;
        z-index: 12;
        position: absolute;
        right: 2em;
        width: 90px;
        top: -4px;
        display: block;
    }

    /* Style label tag */

    .hamb-line {
        display: block;
        height: 2px;
        position: relative;
        width: 24px;
    }

    /* Style span tag */

    .hamb-line::before, .hamb-line::after {
        border-top: solid 1px #160c5a;
        content: '';
        display: block;
        position: absolute;
        transition: all .2s ease-out;
        width: 42px;
    }

    .hamb-line::before {
        top: 5px;
    }

    .hamb-line::after {
        top: -5px;
    }

    .side-menu {
        display: none;
    }

    /* Hide checkbox */


    /* Toggle menu icon */
    .side-menu:checked ~ .mainnav{
        display:block;
    }
    .side-menu:checked ~ .hamb .hamb-line {
        background: transparent;
    }
    .side-menu:checked ~ .hamb .hamb-line::before {
        transform: rotate(-45deg);
        top: 0;
		border:none;
		border-top: 1px solid #fff;
    }
    .side-menu:checked ~ .hamb .hamb-line::after {
        transform: rotate(45deg);
        top: 0;
		border:none;
		border-top: 1px solid #fff;
    }

    /*--banner--*/
    .banner .bannerimg .bannercap h1 {
        font-size: 50px;
    }

    .innerpagewide .banner {
        width: 100%;
        position: relative;
   
    }
    .innerpagewide .mainbody {
        padding: 0em;
    }


    .featured .propbx {
    padding: 16px 16px 20px 16px;
    width: 97%;
    }   

    /*--about--*/
    .about .cont {
        padding: 2em 0 0 0px;
    }
    .about .contimg {
        min-height: 60vh;
    }
    .missionvision .contbx {
        min-height: auto;
        margin-bottom: 3em;
    }

    .col-lg-6:has(.servcontimg){
        order: -1;
    }
    .servcontimg {
        height: 300px;
    }

    .valueprep {
    padding: 0em 0;
    }
    .valueprep div:has(.prepbx) {
    margin-bottom: 2em;
    }

    /*--insights--*/
    .insights .insightbx{
        float: left;
        margin-bottom: 3em;
    }
    .insightbx .cont {
        min-height: auto;
    }

    .articlepage .articleimg {
        height: 23em;
    }

    /*--featured--*/
    .featured .propbx {
        margin-bottom: 2em;
    }

    /*--valueprep--*/
    .valueprep .prepintro {
        padding-right: 0px;
        margin-bottom: 2em;
    }
    .valueprep .prepbx {
        height: 70vh;
        align-content: center;
    }

    /*--searchbar--*/
    .searchform {
        display: block;
        align-items: center;
        width: 100%;
        position: relative;
        margin-bottom: 3em;
    }
    .searchbtn {
        position: relative;
        border-radius:50px;
    }

    /*--propertybar--*/
    .propertybar .propgallery {
    grid-template-columns: auto auto;
    }
    .propertybar .propgallery .gallimg {
        height: 34vh;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
        width: 100%;
        height: 110px;
        position: relative;
        border-radius: 10px;
        transition: background-size 0.5s ease-in-out;
    }
    .propertybar .propgallery .gallimg:nth-child(1) {
        grid-column: span 2;
        grid-row: span 1;
        height: 36vh;
    }

    /*--catalogue--*/
    .catalogue header {
        position:relative;
    }

    .catalogue .banner {
        height: auto;
    }
    .catalogue .banner .bannercont{
        width: 100%;
        position: relative;
        padding-top: 6em;
    }

    .searchform input {
        margin-bottom: 1em;
    }
    .catalogue .banner h1 {
        line-height: 1;
    }
    .catalogue .cardlist .cardinfo {
        width: 100%;
        margin-top: 4em;
    }
    /*--calltoaction--*/
    .calltoaction h2 {
        margin-bottom: 0.5em;  
        line-height: 1;
    }

    /*--calltoaction 2--*/
    .calltoaction2 .largefont {
        margin-bottom: 0.5em;
    }

    /*--insights--*/
    .insights .insightbx p:has(.arrowbtn){
        text-align:right;
        padding-right:1em;
    }

    /*--footer--*/
    footer .socialbar {
        padding-bottom: 3em;
    }
    footer .footcont .footmenu li a {
        margin-top: 2em;
    }

    footer .copy {
        border-top: dotted 1px #ffffff33;
        padding-top: 2em;
    }



}