@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap');

html, body {
    height: 100%;
    font-family: 'Inter', -apple-system, sans-serif;
}
:root {
  
  --font-display: 'Cormorant Garamond', Georgia, serif;
  --font-body: 'Inter', -apple-system, sans-serif;
  
}

/* Reset & Base */
*, *::before, *::after { box-sizing: border-box; }
html { scroll-behavior: smooth; -webkit-text-size-adjust: 100%; }
body {
  font-family: var(--font-body);
  font-size: 16px;
  font-weight: 400;
  margin: 0;
  padding: 0;
  line-height: 1.6;
  overflow-x: hidden;
}

h1, h2, h3, h4, h5, h6 {
  font-family: var(--font-display);
  font-weight: 600;
  margin: 0 0 0.5em;
  line-height: 1.2;
}

p {
    font-size: 12px;
    letter-spacing: 1px;
    font-family: 'Inter', -apple-system, sans-serif;
	color:#000 ;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
   letter-spacing: 0.2px;
}


* {
    text-decoration: none;
    outline: none;
    border: 0;
    list-style: none;
    letter-spacing: 0.4px;
}
.justify{
    text-align: justify!important;
}
.mb-20{
    margin-bottom: 20px;
  }
  .m-t10{
    margin-top: 10px;
  }
a, a:hover {
    text-decoration: none !important;
}

.btn:focus {
    outline: 0;
    box-shadow: unset;
}




/*disclaimer*/

 #disclaimer .modal-dialog {

   top:auto;
   right:0;
   left:auto;
   bottom:auto;
   z-index:9999999;
}

#disclaimer .modal-content {
    border: 1px solid #fff;
}
#disclaimer .modal-header {
    background-color: #040404;
    color: #fff;
    border-bottom:unset;
}
#disclaimer .modal-footer {
    background-color: #040404;
    color: #fff;
    border-top: unset;
    justify-content:center;
	padding:0 0 1em 0;
}
#disclaimer .modal-body {
    background-color: #040404;
    color: #fff;
    padding: 0 0em;
    overflow: auto;
	
}
#disclaimer .modal-header .close {
    margin: -1rem -1rem -1rem auto ;
}


#disclaimer .modal-title {
	font-size:12px;
}

#disclaimer .modal-body p {
	font-size:9px;
	text-align:left;
	
	color:#fff !important;
}

    #disclaimer .modal-body::-webkit-scrollbar {
        width: 5px;
    }

    #disclaimer .modal-body::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 2px rgba(0,0,0,0.3);
    }

    #disclaimer .modal-body::-webkit-scrollbar-thumb {
        background-color:#e5c110;
        outline: unset;
    }
	
	.modal-dialog-slideout { margin: 12% 0 auto auto;}
	.modal.fade .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(100%,0)scale(1);transform: translate(100%,0)scale(1);}
    .modal.fade.show .modal-dialog.modal-dialog-slideout {-webkit-transform: translate(0,0);transform: translate(0,0);display: flex;align-items: stretch;-webkit-box-align: stretch;}
    .modal.fade.show .modal-dialog.modal-dialog-slideout .modal-body{overflow-y: auto;overflow-x: hidden;}
	
    .disc{
        text-align: justify;
    }
    .disc input {
        display: inline-block;
        width: 10px;
        height: 10px;
        color: #a1a1a1;
        text-align: justify;
      }
      .disc label, .disc label a {
        display: contents;
        font-size: 12px;
        color: #a1a1a1;
      }


.btn-dis {
    background-color: #0069d9;
    border-color: #0062cc;
    color: #fff;
    padding: 5px 15px;
    font-size: 8px;
}


.btn-dis:hover {
    background-color: #e5c110;
    color: #040404;
}

@media (min-width: 576px){
 #disclaimer .modal-dialog {

	max-width:24%;
}
}


/*Navigation section*/
.navbar {
    padding: 0px 0 0px 0;
    margin-bottom: 0;
}
.topmarnew {
    margin: 0px 15px 0px 0px;
}

#primary-nav .navbar-nav .nav-link {
    font-size: 14px;
    padding: 10px 12px;
    font-weight: 700;
    margin-top: 6px;
    letter-spacing: 1px;
    color: #040404;
    background: transparent;
    border-radius: 999px;
    transition: all 0.25s ease;
}

.nav-split {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.nav-logo-item {
    margin: 0 20px;
}

.nav-logo-center {
    margin: 0;
    padding: 0;
}

.nav-logo-center .logo {
    width: 88px !important;
    height: auto;
    display: block;
}

.mobile-logo {
    margin-right: auto;
}

/*#primary-nav .container {
    padding: 0;
}*/


/* Underline From Left */
.call-icon{
    background-color: #040404!important;
    color: white!important;
    border-radius: 10px;
}

.hvr-underline-from-left {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-left:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  right: 100%;
  bottom: 0;
  background: #e5c110;
  height: 2px;
  -webkit-transition-property: right;
  transition-property: right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-left:hover:before, .hvr-underline-from-left:focus:before, .hvr-underline-from-left:active:before {
  right: 0;
}

#primary-nav {
	 transition:all 0.5s ease-in;
}
.bg-dark {
    background-color: #ffffff !important;
}

body.home-page #primary-nav:not(.sticky) {
    position: absolute;
    left: 22px;
    right: 22px;
    top: auto;
    bottom: 10px;
    z-index: 9999;
    background: linear-gradient(120deg, rgba(255, 255, 255, 0.96), rgba(247, 249, 252, 0.94)) !important;
    border-top: 0;
    border-bottom: 0;
    border-radius: 999px;
    border: 1px solid rgba(167, 131, 14, 0.22);
    box-shadow: 0 10px 24px rgba(0, 0, 0, 0.14);
}

    #primary-nav .navbar-nav .nav-link:hover,
    #primary-nav .navbar-nav .active > .nav-link,
    #primary-nav .navbar-nav .nav-link.active,
    #primary-nav .navbar-nav .nav-link.show,
    #primary-nav .navbar-nav .show > .nav-link {
        color: #e5c110 !important;
        font-weight: 600;
    }
	#primary-nav  .nav-item > .nav-link.active {
	 color: #e5c110 !important;
        font-weight: 600;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 10px;
  left: 22px;
  right: 22px;
  bottom: auto !important;
  width: auto;
  padding: 0 !important;
  transition: all 0.35s ease-in;
  z-index:9999999;
  background: linear-gradient(120deg, rgba(255, 255, 255, 0.97), rgba(247, 249, 252, 0.94)) !important;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08);
  border-radius: 999px;
  border: 1px solid rgba(167, 131, 14, 0.2);
  box-shadow: 0 10px 26px rgba(0, 0, 0, 0.18);
  animation: none;
}

#primary-nav .navbar-nav .nav-link:hover {
    background: rgba(167, 131, 14, 0.12);
    color: #8f6a05 !important;
}



#top-nav {
    background-color: #27427f !important;
}

    #top-nav .navbar-nav .nav-link {
        font-size: 11px;
        /*padding: 5px 25px;*/
        font-weight: 400;
        letter-spacing: 2px;
        color: #fff;
    }

    #top-nav .navbar-nav i {
        color: #fff;
        padding-right: 5px;
    }

    #top-nav .navbar-nav .btn-login {
        border: 1px solid #e5c110;
    }

    #top-nav .navbar-nav .active > .nav-link,
    #top-nav .navbar-nav .nav-link.active,
    #top-nav .navbar-nav .nav-link.show,
    #top-nav .navbar-nav .show > .nav-link,
    #top-nav .navbar-nav .nav-link:hover {
        color: #e5c110;
        font-weight: 600;
    }

.dropdown-slide > .dropdown-menu {
    opacity: .3;
    display: block;
    -webkit-transform-origin: top;
    transform-origin: top;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
    -webkit-transform: scale(1, 0);
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    z-index: 99999 !important;
}

.show.dropdown-slide > .dropdown-menu {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
    opacity: 1;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    border-radius: 0;
    background-color: #fff;
    /*border-color: #e5c110;*/
    margin-top: 6px;
    transition: 0.3s all;
    padding: 0;
}

.dropdown-item {
    font-size: 12px;
    padding: 6px 12px;
}

    .dropdown-item:focus, .dropdown-item:hover {
        color: #e5c110;
        text-decoration: none;
        background-color: #040404;
        transition: 0.2s all;
    }

    .dropdown-item.active, .dropdown-item:active {
        color: #fff;
        text-decoration: none;
        background-color: #040404;
    }

.isDisabled, .isDisabled:hover {
    color: #040404;
    text-decoration: none;
    font-weight: bold;
    background-color: #e5c110;
}
	

	.navbar-toggler:focus,
.navbar-toggler:active {
    outline: 0;
}

.navbar-toggler span {
   display: block;
   background-color: #040404;
   height: 3px;
   width: 25px;
   margin-top: 4px;
   margin-bottom: 4px;
   -webkit-transform: rotate(0deg);
   -moz-transform: rotate(0deg);
   -o-transform: rotate(0deg);
   transform: rotate(0deg);
   position: relative;
   right: 0;
   opacity: 1;
}

.navbar-toggler span:nth-child(1),
.navbar-toggler span:nth-child(3) {
   -webkit-transition: transform .35s ease-in-out;
   -moz-transition: transform .35s ease-in-out;
   -o-transition: transform .35s ease-in-out;
   transition: transform .35s ease-in-out;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
    position: absolute;
    right: 12px;
    top: 16px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
    opacity: 0.9;
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
    height: 12px;
    visibility: hidden;
    background-color: transparent;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
    position: absolute;
    right: 12px;
    top: 16px;
    -webkit-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    transform: rotate(-135deg);
    opacity: 0.9;
}
	
	
/*end Navigation*/
/*Banner*/
#myVideo {
    width: 100%;
    height: 86vh;
    object-fit: cover;
}



.btn-banner {
    background-color: #040404;
    Color: #fff;
    padding: 6px 16px;
    border-radius: 0px;
    margin-bottom: 15px;
    font-size: 12px;
}

    .btn-banner:hover {
        background-color: #040404;
        Color: #fff;
        padding: 6px 16px;
        border-radius: 0px;
        margin-bottom: 15px;
    }

.btn-banner1 {
    background-color: #040404;
    Color: #e5c110;
    padding: 8px 32px;
    border-radius: 0px;
    border-color: #e5c110;
    margin: 1em 0;
}

    .btn-banner1:hover {
        background-color: #e5c110;
        color: #fff !important;
        border-color: #040404;
    }

.checkmehide {
    display: none;
}
/*end banner*/
/*video banner*/
.home-banner {
    height: 84vh;
    padding: 0;
}

#custom-seekbar {
    cursor: pointer;
    height: 2px;
    margin-top: -10px;
    outline: none;
    overflow: hidden;
    position: relative;
    width: 100%;
    transition: 0.5s ease-out;
}

    #custom-seekbar span {
        background-color: #040404;
        position: absolute;
        top: 0;
        left: 0;
        height: 2px;
        width: 0px;
        transition: 0.5s ease-out;
    }


.btn-vertical-slider {
    margin-left: 35px;
    cursor: pointer;
}

a {
    cursor: pointer;
}


/*project location*/
.img-hover-zoom--slowmo {
    overflow: hidden;
}
    .img-hover-zoom--slowmo h3,.img-hover-zoom--slowmo h2 {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        font-weight: 600;
        color: #fff;
        background-color: rgba(0,0,0,0.5);
        padding: 5px;
		cursor:pointer;
    }
    /* Slow-motion Zoom Container */
    .img-hover-zoom--slowmo img {
        transform-origin: 50% 65%;
        transition: transform 5s, filter 3s ease-in-out;
        filter: brightness(100%);
        width: 100%;
        height: 550px;
    }

/* The Transformation */
.img-hover-zoom--slowmo:hover img {
    filter: brightness(80%);
    transform: scale(1.2);
}
.img-hover-zoom--slowmo:hover h3 {
    background-color: #001837;
	transition:0.4s ease-in;
}
.pro-up h3, .pro-down h3 {
   font-size:14px;
}

.pro-up .col-lg-6, .pro-down .col-lg-6 {
    padding-right: 0px;
    overflow:hidden;
}
/*.pro-up img {
    margin-bottom: 10px;
}*/
.pro-up img, .pro-down img {
    width: 100%;
    height: 252px;
    overflow:hidden;
}

.hovereffect {
    width: 100%;
    height: 220px;
    margin-bottom: 30px;
    float: left;
    overflow: hidden;
    position: relative;
    text-align: center;
    cursor: default;
    background: #040404;
}

    .hovereffect .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0;
        padding: 30px 20px;
    }

    .hovereffect img {
        display: block;
        position: relative;
        max-width: none;
        height: 100%;
        width: calc(100% + 20px);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(-10px,0,0);
        transform: translate3d(-10px,0,0);
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .hovereffect:hover img {
        opacity: 0.2;
        filter: alpha(opacity=40);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect h2 {
        text-transform: uppercase;
        color: #fff;
        text-align: center;
        position: relative;
        font-size: 17px;
        overflow: hidden;
        padding: 0.5em 0;
        background-color: rgba(0,0,0,0.7);
    }

        .hovereffect h2:after {
            position: absolute;
            bottom: 0;
            left: 0;
            width: 100%;
            height: 2px;
            background: #fff;
            content: '';
            -webkit-transition: -webkit-transform 0.35s;
            transition: transform 0.35s;
            -webkit-transform: translate3d(-100%,0,0);
            transform: translate3d(-100%,0,0);
        }

    .hovereffect:hover h2:after {
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }

    .hovereffect a, .hovereffect p {
        color: #FFF;
        opacity: 0;
        filter: alpha(opacity=0);
        -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
        transition: opacity 0.35s, transform 0.35s;
        -webkit-transform: translate3d(100%,0,0);
        transform: translate3d(100%,0,0);
    }

    .hovereffect:hover a, .hovereffect:hover p {
        opacity: 1;
        filter: alpha(opacity=100);
        -webkit-transform: translate3d(0,0,0);
        transform: translate3d(0,0,0);
    }




/*Subfooter Section*/
.flex-parent {
    display: flex;
    flex-wrap: nowrap;
}

.flex-child {
    width: 100%;
}

    .flex-child a > i {
        font-size:14px;
        padding-right:5px;
    }

    .subfooter-area {
        padding: 2em 0 1em 0;
        background: #181818 ;
        color: #fff;
        text-align: justify;
    }

    .subfooter-area h5,.subfooter-area span {
        margin-bottom: 1em;
        font-size: 18px;
        line-height: 2.5;
    }

    .subfooter-area p {
        font-size: 10px;
		color: #fff !important;
        margin-bottom: 10px;
    }

    .font-16{
        font-size: 14px!important;
    }
    .subfooter-area a {
        color: #fff;
        font-size: 10px;
        transition: 0.3s ease-in;
    }

        .subfooter-area a:hover {
            color: #e5c110;
            font-size: 10px;
            padding-bottom: 5px;
            transition: 0.3s ease-in;
        }

.flex-padd {
    padding-left: 4em;
}
/*Subfooter Section*/
/*footer Section*/
.footer-area {
    background: #1d2126;
    color: #fff;
    padding: 8px 0;
}

    .footer-area p {
        margin: 0;
        font-size: 10px;
        text-transform:capitalize;
		color:#fff;
    }

.disclaimer-p {
    text-align: right;
}

    .footer-area p > a,
    .disclaimer-p a {
        color: #e5c110;
    }
/*footer Section*/

/*Banner section*/
.project-banner {
    padding: 0;
 /*   height: 84vh;*/
    position: relative;
}


#carousel-pro-banner .carousel-indicators {
    position: absolute;
    right: 30%;
    bottom: 5px;
    left: 30%;

    margin-right: 1%;
    margin-left: 1%;

}
#carousel-pro-banner .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255,255,255,.5);
}
#carousel-pro-banner .carousel-indicators .active {
    background-color: #e5c110;
}

.project-det {
   /* position: absolute;*/
    bottom: 7%;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
}

.banner-list {
    list-style-type: none;
    padding: 0;
}

    .banner-list li {
        display: inline-block;
        padding: 1em 4em 1em 2em;
        color: #fff;
        font-size: 12px;
        margin: 0 1em;
        background-color: #040404;
        border: 1px solid #e5c110;
        text-align: left;
    }

        .banner-list li > span {
            font-weight: 700;
            color: #e5c110;
        }

.banner-form {
    position: absolute;
    right: 40px;
    top: 20%;
    background-color: #fff;
    border: 1px solid #040404;
    padding: 10px 10px;
    display: none;
    font-size: 12px;
}

    .banner-form .form-control {
        font-size: 12px;
    }

a.closeX {
    position: absolute;
    right: 0px;
    top: 0px;
    padding: 10px 15px;
    background-color: #e5c110;
    color: #040404;
    margin-top: -23px;
    margin-right: -23px;
    border-radius: 50%;
    cursor: pointer;
    z-index: 999;
    font-size: 18px;
    font-weight: bold;
}

/*plan section*/
.more-less {
    float: right;
    color: #212121;
}

.map1, .map2, .map3, .map4, .map5 {
    border: 1px solid #040404;
    padding: 0px;
    height: 500px;
}

select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

    select.round:focus {
        background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
        background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
        background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
        background-repeat: no-repeat;
        border-color: #040404;
        outline: 0;
    }
/*location page*/


/*Enquire Now Form*/
.enquire-now  {
    position: fixed;
    top: 24%;
    right: 0%;
    z-index: 99999;
   display:block;
   transition: transform .3s ease-in-out;
   opacity: 0;
   overflow: visible;
   width: 52px;
   height: 52px;
   background: transparent;
   border: 0;
   padding: 0;
}
.enquire-now.active {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
    
}

.enquire-now img {
    width: 60px;
}

        .enquire-now:hover img {
            transform: scale(0.7, 0.7);
            transition: 0.5s ease-in;
        }

.enquire-now > span:not(.sticky-icon-wrap) {
    text-orientation: upright;
    writing-mode: vertical-lr;
   display:block;
    text-align: center;
    vertical-align: middle;
    background-color:#040404;
    color:#fff;
    padding: 5px;
    margin: 3px auto;
    font-size: 10px;
   /* visibility: hidden;
    opacity: 0;*/
    transition: visibility 0.6s linear,opacity 0.6s linear;
    display: none;
}

.sticky-icon-wrap {
    position: absolute;
    right: 8px;
    top: 4px;
    display: flex;
    flex-direction: column;
    gap: 8px;
    align-items: center;
    z-index: 3;
}

.sticky-icon {
    width: 38px;
    height: 38px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #111;
    font-size: 16px;
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.28);
}

.sticky-icon-call {
    background: linear-gradient(120deg, #d1a43c, #f0d78b);
    animation: enquireShiver 1.2s ease-in-out infinite;
}

.sticky-icon-whatsapp {
    background: linear-gradient(120deg, #2bb741, #7be495);
    color: #fff;
    animation: enquireRingSoft 1.8s ease-out infinite;
}

.btn-whatsapp-mob {
    display: none;
}

.btn-call-mob {
    display: none;
}

@keyframes enquireRing {
    0% {
        transform: scale(1);
        opacity: 0.8;
    }
    70% {
        transform: scale(1.9);
        opacity: 0;
    }
    100% {
        transform: scale(1.9);
        opacity: 0;
    }
}

@keyframes enquireShiver {
    0%, 100% { transform: rotate(0deg); }
    20% { transform: rotate(-12deg); }
    40% { transform: rotate(10deg); }
    60% { transform: rotate(-8deg); }
    80% { transform: rotate(7deg); }
}

@keyframes enquireRingSoft {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.08);
    }
    100% {
        transform: scale(1);
    }
}


.enquire-now img:hover + span {
    visibility: visible;
    opacity: 1;
   
    transition: visibility 0.9s linear,opacity 0.9s linear,display 0.9s linear;
}

.btn-enquire-submit {
    padding: 9px 30px;
    color: #fff !important;
    background-color: #040404;
    font-size: 12px;
    border: 1px solid #040404;
    text-transform: uppercase;
    display: block;
    margin: 0 auto;
}

.enquire-box {
    position: fixed;
    top: 78%;
    right: 9%;
    z-index: 99999;
    background-color: #040404;
    border: 1px solid #040404;
    padding: 10px;
}

.enquire i {
    padding: 5px;
    color: #fff;
}

.enquire span {
    display: block;
    color: #e5c110;
    font-size: 8px;
}

    .enquire span:hover {
        color: #fff;
    }

.enquire i:hover {
    color: #e5c110;
}

.intflag {
    padding-left: 90px !important;
}

#myModal .form-control, #myModal2 .form-control {
    color: #040404;
    background-color: #fff;
    border: 1px solid #e5c110;
    padding: 5px 10px;
}

#myModal .modal-content, #myModal2 .modal-content {
    border: 1px solid #e5c110;
}

#myModal .modal-header, #myModal2 .modal-header {
    padding: 1rem;
    border-bottom: 1px solid #040404;
}


/*directional aware*/
*, *:before, *:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.content-title2 {
    font-weight: bold;
    color: #000;
    text-align: left;
    padding-top: 10px;
    padding-left: 10px;
}

.content-title3 {
    font-weight: normal;
    color: #000;
    text-align: left;
    padding-bottom: 10px;
    padding-left: 10px;
}

.carousel-control-next {
    position: absolute;
    top: 50%;
    bottom: unset; 
    color: #ffffff;
    text-align: center;
    opacity: .5;
    background-color: #000000;
    border-radius: 50%;
    left: 95%;
}

.carousel-control-prev {
    position: absolute;
    top: 50%;
    bottom: unset;
    color: #ffffff;
    text-align: center;
    opacity: .5;
    background-color: #000000;
    border-radius: 50%;
    left: 2%;
}

    .carousel-control-next:focus,
    .carousel-control-next:hover,
    .carousel-control-prev:focus,
    .carousel-control-prev:hover {
        color: #e5c110;
        text-decoration: none;
        outline: 0;
        opacity: .9;
    }

@keyframes zoom-out {
100%{transform:unset}
}
.carousel-item img{
        object-fit: cover;
    transform: scale(1.2);
        animation: 10s linear 1s infinite normal none running zoom-out;
}
@media screen and (max-width: 640px) {
    #home img{
                height: 250px;
        object-fit: cover;
    }
    .contact-info {
        margin-bottom: 10px;
        margin-top: 20px;
    }
}

@media (min-width: 776px){
    .project-video-section{
        padding: 160px 0px;
    }
    .project-video-div a {
        height: 80px;
        width: 80px;
       
    }            
    .modal-dialog {
        max-width: 623px;
        margin: 1.75rem auto;
    }
    .vedio{
        width: 100%;
        height: 450px;
    }
    .m-banner{
        display: none;
    }
    .modal-body {
        padding: 0px 0px 15px 0px;
    }
    .modal-header {
        display: -webkit-box;
        display: -ms-flexbox;
        position: absolute;
        width: 100%;
        background: #000000ad;
    }
  .navbar-brand .logo{
    width: 70;
  }
  .navbar-brand .logo1{
    width: 98px;
    margin-top: 5px;
  }
  .navbar-brand .logo2{
    width: 57px;
  }
    .project-titles {
        padding: 2em 0px;
    }
    .project-titles h1{
        text-transform: uppercase;
    }
    .project-sub-head {
        font-size: 20px;
    }
    section{
        padding: 3em 0px;
    }
.cards{
    margin-bottom: 75px;
}
.pro-lo-inner img {
    height: 383px;
    object-fit: cover;
}
.projectodd  .pro-lo-inner {
    width: 73%;
}
.projecteven .pro-lo-inner {
    width: 73%;
    float: inline-end;
}
.pro-lo-inner {
    box-shadow: 2px 2px 11px #999;
    background-color: #fff;
    border: 2px solid #e0dede;
    border-radius: 1px;
    margin-bottom: 10px;
}
.proj-base .row .col-md-4 {
    border-right: 1px solid #333;
}

.projectodd:before {
    background: #a7830efd no-repeat center center;
    content: "";
    position: absolute;
    left: 0;
    top: -33px;
    height: 114%;
    width: 35%;
    z-index: -1;
}
.projecteven:before {
    background: #a7830efd no-repeat center center;
    content: "";
    position: absolute;
    right: 0;
    top: -33px;
    height: 114%;
    width: 35%;
    z-index: -1;
}
.projectodd .pro-lo-inner {
    margin-left: 29px;
}
.projecteven .pro-lo-inner {
    margin-right: 29px;
}
.proj-base{
    width: 40%;
    position: absolute;
            color: black;
            background-color: #f3e7dbf3;
            text-align: center;
            font-size: 16px;
            transition-delay: 5s;
            transition: all .10s ease;
}
.projectodd .proj-base{
    right: 2%;
    top: 68%;
    padding: 20px;
    text-align: justify;
    transform: translate(-2%, -70%);
}
.projecteven .proj-base{
    left: 4%;
    top: 68%;
    padding: 20px;
    text-align: justify;
    transform: translate(-4%, -70%);
}
.projectodd .pro-lo-btn-bx {
    float: none;
    text-align: center;
}
.projecteven .pro-lo-btn-bx {
    float: none;
    text-align: center;
}

.cards:hover .proj-base{
    top: 65%;
    transition: all .5s ease;
}
.proj-base .details{
    display: block;
}
.cards:hover .details{
display: block;
text-align: justify;
}
.pro-lo-inner figure {
    margin: 0 0 0rem;
}
.proj-base {
    text-align: center;
    
}
    .fa-2x{
        font-size: 25px;
    }
    .carousel-caption1 .btn-pro-in{
        position: absolute;
        bottom: -15px;
        left: 40%;
    }
    .carousel-caption1 p{
        color: white;
                font-size: 20px;
    }
    .carousel-caption1 {
        background: rgba(4, 4, 4, 0.644);
        position: absolute;
        
        width: 35%;
                border: 1px solid #5c5c5c;
        top: 30%;
        right: 9px;
        padding: 20px;
        transform: translate(-50%, -50%);

        z-index: 10;
        padding: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }
   
   }

   @media (max-width: 775px){
    .project-video-section{
        padding: 80px 0px;
    }
    .project-video-div a {
        height: 40px;
        width: 40px;
       
    }            
    .footer-area p,.disclaimer-p a{
        text-align: center!important;
    }
    .vedio{
        width: 100%;
        height: 250px;
    }
    .modal-header {
        background: #000000e7;
    }
    .d-banner{
        display: none;
    }
    .modal-body {
        padding: 10px 0px 15px 0px;
    }
    .headerimg{
        display: none;
    }
    .navbar-brand .logo{
        width: 70px;
      }
      .navbar-brand .logo1{
        width: 90px;
        margin-top: 0px;
  
      }
      .navbar-brand .logo2{
        width: 40px;
      }
     
    .project-titles {
        padding: 2em 0px;
    }
    .project-titles h1{
        text-transform: uppercase;
        font-size: 26px;
    }
    .project-sub-head {
        font-size: 20px;
    }
    .project-sub-head {
        font-size: 20px;
    }
    section{
        padding: 1em 0px;
    }
.cards{
    margin-bottom: 35px;
}
.proj-base{
    background-color: white;
    margin-top: 0px;
    border: 1px solid #e0dede;
}

.proj-base .row .col-md-4 {
    border-bottom: 1px solid #b8b5b5;
    padding: 5px 0px;
}
.proj-base .row .col-md-4:last-child{
    border: none;
}

.projectodd:before {
    background: #a7830efd  no-repeat center center;
    content: "";
    position: absolute;
    left: 0;
    top: -12px;
    height: 105%;
    width: 31%;
    z-index: -1;
}
.projecteven:before {
    background: #a7830efd  no-repeat center center;
    content: "";
    position: absolute;
    right: 0;
    top: -12px;
    height: 105%;
    width: 31%;
    z-index: -1;
}
.details{
    text-align: justify;
}
.projectodd .pro-lo-inner {
    margin-left: -3px;
}
.projecteven .pro-lo-inner {
    margin-right: -3px;
}
.proj-base{
    width: 40%;
    position: absolute;
            color: black;
            text-align: center;
            font-size: 16px;
            transition-delay: 5s;
            transition: all .3s ease;
}
.pro-lo-inner img {
    width: 100%;
    height: 157px!important; 
    border-radius: 1px;
    object-fit: cover;
}
.projectodd .proj-base{
    padding: 20px;
        position: relative;
        width: 100%;
}
.projecteven .proj-base{
    padding: 20px;
    position: relative;
    width: 100%;
}
.projecteven h2,.projectodd h2 {
    font-size: 22px;
}
.projectodd .pro-lo-btn-bx,.projecteven .pro-lo-btn-bx {
    float: none;
}

.cards:hover .proj-base{
    top: 61%;
    transition: all .3s ease;
}
.pro-lo-inner figure {
    margin: 0 0 0rem;
}
.proj-base {
    text-align: center;
    
}

    .navbar-nav {
       
        background: #f1f1f1;
    }
	.navbar-nav li{
        margin-bottom: 3px;
        border-bottom: 2px solid white;
    }
		
    .call-icon {
        background-color: #a7830efd !important;
        color: white !important;
        border-radius: 10px;
        margin: 10px 25px;
        padding: 6px 10px!important;
    }
    .fa-2x{
        font-size: 15px!important;
    }
    .icon-sm i{
        font-size: 25px!important;
    }
    .carousel-caption1 .btn-pro-in{
        
        width: 200px;
    }
    .carousel-caption1 p{
        color: white;
                font-size: 20px;
    }
    .carousel-caption1 h2 {
        font-size: 20px;
    }
    .carousel-caption1 h4 {
        font-size: 18px;
    }
    .carousel-caption1 {
        background: rgb(0 0 0 / 93%);
       
        padding: 20px;
        transform: translate(-50%, -50%);

        z-index: 10;
        padding: 30px;
        padding-top: 20px;
        padding-bottom: 20px;
        color: #fff;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
    }
    .contact-info {
        display: inline-block!important;
        width: 49%!important;
    }
   }

@media screen and (min-width: 900px) {
   
    .project-banner1{
        margin-bottom: 30px;
    }
   
    .pro-lo-inner span {
        display: inline-block;
        width: 30%;
    }
    .pro-lo-inner .specification span{
        display: table-cell!important;
    }
    p.prop-name {
        position: absolute;
        top: 117px;
        width: 275px;
        font-weight: 700;
        border-top-left-radius: 16px;
        border-top-right-radius: 16px;
        left: -121px;
        text-align: center;
        color: black;
        background-color: #ffffffcd;
        padding: 5px 16px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }
    .pro-lo-inner p {
        color: #000;
        font-size: 14px;
        margin-bottom: 10px;
    }

    #home img{
        height: 650px;
        object-fit: cover;
    }
    .pro-lo-inner .col-md-4{
        padding-right: 5px;
        padding-left: 5px;
    }
    .carousel-control-next {
        width: 61px;
        height: 61px;
        left: 95%;
    }
    
    .carousel-control-prev {
      
        height: 61px;
        width: 61px;
        left: 2%;
    }
    .box-container {
        width: 25%;
    }
}


body::-webkit-scrollbar {
    width: 3px;
}

body::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
}

body::-webkit-scrollbar-thumb {
    background-color: #5c5c5c;
    outline: 1px solid #5483c0;
}

.fadeIn-bottom {
    top: 80%;
}

.fadeIn-top {
    top: 20%;
}

.fadeIn-left {
    left: 20%;
}

.fadeIn-right {
    left: 80%;
}


.bgpadd {
    padding: 2em 2em;
    background: #edeef2;
}

.fa-calendar-alt {
    color: #e5c110;
}

.regoffice {
    margin: 2em 0;
}

    .regoffice p {
        margin: 6px 0;
    }

/*Banner section*/
.project-banner1 {
    padding: 0;
    /*height: 79vh;*/
    position: relative;
    overflow: hidden;
}

    .project-banner1 img {
        width: 100%;
        height: 100%;
    }

.project-det1 {
    position: absolute;
    bottom: 5%;
    z-index: 999;
    left: 0;
    right: 0;
    padding: 0;
    text-align: center;
}

    .project-det1 .form-control {
        display: block;
        width: 100%;
        padding: 8px;
        font-size: 1rem;
        line-height: 1.5;
        color: #040404;
        background-color: #fff;
        background-clip: padding-box;
        border: 1px solid #e5c110;
        border-radius: 0;
        height: unset;
        transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    }

    .project-det1 select.form-control:not([size]):not([multiple]) {
        height: unset;
    }

    .project-det1 select {
        margin: 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

    .project-det1 .form-control:focus {
        box-shadow: unset;
    }

select.round {
    background-image: linear-gradient(45deg, transparent 50%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%), radial-gradient(#ddd 70%, transparent 72%);
    background-position: calc(100% - 20px) calc(1em + 2px), calc(100% - 15px) calc(1em + 2px), calc(100% - .5em) .5em;
    background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
    background-repeat: no-repeat;
}

    select.round:focus {
        background-image: linear-gradient(45deg, white 50%, transparent 50%), linear-gradient(135deg, transparent 50%, white 50%), radial-gradient(gray 70%, transparent 72%);
        background-position: calc(100% - 15px) 1em, calc(100% - 20px) 1em, calc(100% - .5em) .5em;
        background-size: 5px 5px, 5px 5px, 1.5em 1.5em;
        background-repeat: no-repeat;
        border-color: black;
        outline: 0;
    }

.btn-pro-in {
    padding: 10px 20px;
    border: 1px solid #fff;
    border-radius: 0px;
    background-color: black;
    color: white !important;
    font-size: 14px;
	display:inline-block !important;
}
.btn-pro-in:hover{
    border-radius: 0px;
}
.pro-lo-inner:hover {
    border-radius: 0px;
    transition: 0.5s ease-in;
}

    .pro-lo-inner:hover .btn-pro-in, .pro-lo-inner:hover figure {
        border-radius: 0px;
        transition: 0.5s ease-in;
    }


/* ------------- buttons ----------------- */

.m-btn {
    font-size: 12px;
    color: #000;
    padding: 3px 15px;
    cursor: pointer;
}

    .m-btn.active {
        border-radius: 50px;
        border: 1px solid grey;
        padding: 6px 24px;
        color: black;
        font-weight: 700;
        background-color: #ccc;
    }


/* ----------------- video page ----------------- */
.video-b {
    text-align: center;
}

    .video-b h5 {
        text-transform: uppercase;
        padding: 10px 0 20px 0;
        font-size: 16px;
    }

    .video-b h6 {
        margin: 0.5em 0 3em 0;
    }


	
 /* Media Queries for Responsive */
    @media (max-width: 1024px) {

    }
.widdm{
    width:40%;
}
@media (max-width: 768px) {
    .pro-lo-inner:hover .btn-pro-in, .pro-lo-inner:hover figure {
        border-radius: 0px;
        transition: 0.5s ease-in;
    }
    .pro-lo-btn-bx {
        padding: 0px!important;
        display: flex;
        /* margin: 10px; */
    }
    .btn-pro-in {
        padding: 8px !important;
        font-size: 12px!important;
    }
    .prop-img-div{
        position: relative;
        overflow: hidden;
        transition: ease all 1s;
    }
    p.prop-name {
        position: absolute;
        top: 112px;
        height: 28px;
        width: 250px;
        font-weight: 700;
        border-top-right-radius: 10px;
        left: -110px;
        text-align: center;
        color: black;
        background-color: #ffffffcd;
        padding: 5px 16px;
        transform: rotate(-90deg);
        -webkit-transform: rotate(-90deg);
    }
    .carousel-control-next {
        width: 21px;
        height: 21px;
        left: 92% !important;
        top: 45% !important;
        background-color: black;
    }
    .carousel-control-next-icon, .carousel-control-prev-icon {
        display: inline-block;
        width: 10px;
        height: 10px;
    }
    .carousel-indicators{
        display: none;
    }
    .carousel-control-prev {
      
        width: 21px;
        height: 21px;
        left: 3% !important;
        top: 45% !important;
        background-color: black;
    }
    .bdisplay{display:block !important;}
    .topmarnew {
    margin: 0px 6px 0px 0px !important;
    font-size: 10px !important;
}
    .marg10{margin-top:10px !important;}
    .widdm{
    width:80% !important;
}
    .project-banner1 img, .project-banner1 {
        height: auto;
    }

    .btn-pro-in {
        width: 100%;
		display:inline-block !important;
    }
    .btn-pro-in:hover{
        border-radius: 0px;
    }


    .mobile-hider {
        display: none;
    }

    .farrok-div {
        width: 100%;
        margin-top: 2em;
    }

   
    #myVideo {
        height: 100vh;
    }

    .news-area, .services-area {
        padding: 2em;
    }

    .contact-div2 {
        padding: 2em 1em 0 1em;
    }

    .contact-div {
        padding: 1em;
    }

    .color-bx {
        margin: 1em 0;
    }

    .footer-area p {
        padding: 4px 0;
    }

    .disclaimer-p {
        text-align: left;
    }

    .flex-parent {
        display: flex;
        flex-wrap: wrap;
    }

    .flex-child {
        width: 50%;
        margin-bottom: 2em;
    }

    .flex-padd {
        padding-left: 0;
    }

    .subfooter-area {
        padding: 3em 0 1em 0;
        text-align: justify;
    }

    .newsletter-area h5,.newsletter-area p{
        padding: 20px 0;
    }

    .subfooter-area i {
        font-size: 14px;
    }

    .client-area {
        padding: 3em 0;
    }

        .client-area iframe {
            position: initial;
        }

    .about-area img {
        position: initial;
        width: 100%;
    }
}

@media (max-width: 640px) {
    .pro-lo-inner span {
        display: contents;
        width: 30%
    }
    .pro-lo-inner .bdisplay{
        display: block;
        width: 70%
    }
}

@media (max-width: 480px) {


    #primary-nav {
        padding: 2px 0 3px 15px !important;
    }

    body.home-page #primary-nav:not(.sticky) {
        top: auto;
        bottom: 0;
        left: 0;
        right: 0;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

        #primary-nav .navbar-brand {
            padding-top: unset;
            padding-bottom: .4335rem;
        }

    #top-nav .ml-auto {
        margin: 0 auto !important;
    }

    #top-nav .navbar-nav {
        flex-direction: row !important;
    }

    #primary-nav .navbar-nav .nav-link {
        font-size: 12px;
        padding: 6px 30px;
        font-weight: 600;
        letter-spacing: 1px;
       
    }

    .dropdown-slide > .dropdown-menu {
        display: none;
    }

    .dropdown:hover .dropdown-menu {
        display: block !important;
        transition: 0.3s ease-in;
    }


   

    .enquire-now {
        position: fixed;
        top: unset;
        bottom: 0;
        right: 0px;
        z-index: 99999;
        width: 100%;
        transform: unset;
        border-radius: 0;
        height: 40px;
        text-align: center;
        padding: 10px;
        background-color: #040404;
        border: 1px solid #e5c110;
        width: 100%;
        height: 40px;
        padding: 10px;
    }

        .sticky-icon-wrap {
            display: none;
        }

        .enquire-now img {
            display: none;
        }

        .enquire-now span {
            display: block;
            font-size: 11px;
            color: #fff !important;
            text-align: center;
			
			visibility: visible;
            opacity: 1;
            padding: unset;
            margin: unset;
			text-orientation: unset;
            writing-mode: unset;
        }

    .enquire i {
        padding: 5px;
        color: #fff;
        font-size: 20px;
    }

    .btn-call-mob {
        position: fixed;
        bottom: 0;
        left: 0;
        width: 50%;
        padding: 10px;
        background-color: #040404;
        color: #fff !important;
        border: 1px solid #e5c110;
        border-radius: 0;
        height: 40px;
        text-align: center;
        font-size: 12px;
		z-index:9999;
    }

    .btn-whatsapp-mob {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 50%;
        padding: 10px;
        background-color: #0f7f39;
        color: #fff !important;
        border: 1px solid #e5c110;
        border-radius: 0;
        height: 40px;
        text-align: center;
        font-size: 12px;
        z-index: 9999;
        display: block;
    }

    .btn-whatsapp-mob i,
    .btn-call-mob i {
        margin-right: 6px;
    }

    .floating-whatsapp-desktop {
        display: none !important;
    }

    .footer-area {
        padding-bottom: 50px;
    }

        .footer-area .row {
            margin-left: 0;
            margin-right: 0;
        }

    .flex-padd:nth-child(2n+0) {
        padding-left: 25px;
    }

    .flex-child a > i {
        font-size: 15px;
        padding-right: 8px;
    }

    .subfooter-area a {
        color: #fff;
        font-size: 12px;
        transition: 0.3s ease-in;
    }

    /* --------------- contact page --------------------- */

    .contact-sector {
        padding: 2em 0 0 0;
    }

    .contact-div {
        padding: 1em 0;
    }

    .address-div:nth-last-child(3) {
        padding: 1em 0em 0em 0em;
    }

    .address-div:nth-last-child(2) {
        padding: 0em 0em 0em 0em;
    }


    /*projects page*/

    .proj-base .row .col-md-4 {
        border-right: none;
    }

    .quality-life img {
        width: 100%;
    }

    #banner-form {
        display: none !important;
    }

	
}

@media (max-width: 360px) {
	


}
/* Media Queries for Responsive */
.iti {
    position: relative;
    display: block;
}

.iti__flag {
    background-image: url("../img/flags.png");
}

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .iti__flag {
        background-image: url("../img/flags%402x.png");
    }
}
.am-box-margin{
    margin-bottom:10px;
}
.hheading h1{
    font-size:20px;
}
#report .imageCard img{
  width:100%;  
}


/* Style the list */
ul.breadcrumb {
  padding: 10px 16px;
  list-style: none;
  background-color: unset;
}

/* Display list items side by side */
ul.breadcrumb li {
  display: inline;
  font-size: 14px;
}

/* Add a slash symbol (/) before/behind each list item */
ul.breadcrumb li+li:before {
  padding: 8px;
  color: black;
  content: "/\00a0";
}

/* Add a color to all links inside the list */
ul.breadcrumb li a {
  color: #0275d8;
  text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
  color: #01447e;
  text-decoration: underline;
}

.marg10{margin-bottom: 35px;margin-top:0px;}
.homeplist h3{
    margin-top: 20px;
    color: #040404;
    text-align: center;
}

.bdisplay{display:inline-block;}
.high{
    color: #040404!important;
    
}

/* -------------Contact------------------ */
.contact {
    margin: 0px 0;
    background: url(../img/slider1.jpg) fixed;
    background-size: cover;
}
.contact .cont-box {
    padding: 50px 0;
   
}
.enquery-form h2 {
    color: white !important;
}
.contact-info {
    background: #000000a6;
    background-size: cover;
    padding: 20px;
    margin-bottom: 10px;
}
.contact .enquery-form {
    color: #333;
    height: 100%;
    padding: 30px;
    background: #000000a6;
    background-size: cover;
    background-repeat: repeat;
}
.contact-info h4 {
    font-size: 18px;
}
.contact-info p {
    margin: 5px 0 !important;
    line-height: 30px !important;
    font-size: 13px;
    letter-spacing: 1px;
}
.icon-sm{
    text-align: center;
    margin-bottom: 10px;
    color: white;
}
.prop-img-div{
    position: relative;
        overflow: hidden;
        transition: ease all 1s;
}
.dis p {
    color: #fff;
    letter-spacing: 1px;
    font-size: 10px;
    margin-bottom: 10px;
    margin-bottom: 5px;
    text-align: center;
}

/* ---------------Cards---------------- */
.relative {
    position: relative;
}
        .proj-base .row .col-md-4 p {
            margin-bottom: 0;
            text-align: center;
        }

        .proj-base .row .col-md-4:last-child {
            border-right: none;
            text-align: center;
        }

    .proj-base span {
        font-weight: bold;
        display: contents!important;
    }
    
        .pro-locations .container {
            
            margin-bottom: 1em;
        }
       
    .pro-lo-inner {
       border-radius: 1px;
        margin-bottom: 10px;
    }
    
        .pro-lo-inner img {
            width: 100%;
            background-size: cover;
            background-position: top;
            background-color: #fff;
            object-fit: cover;
        }
    
        .pro-lo-inner h4 > a,.pro-lo-inner h2 > a {
            color: #000;
        }
    
        .pro-lo-inner span {
            color: #040404;
            padding-right: 5px;
            display: block;
            font-weight: bold;
        }
        .onw{
            color: #000!important;
            font-size: 13px;
            font-weight: 100!important;
        }
    
        .pro-lo-inner p {
            color: #000;
            margin-bottom: 10px;
            
        }

        .builder-section{
            background-color: #040404;
            color: white;
        }
        .Walkthrough-section{
            background-color: #e2e2e2;
            color: black; 
        }
        .builder-section p{
            color: white;
            font-size: 16px!important;
            text-align: justify;
        }
        
      /* --------------Modal Forms--------------------- */
        .modal-content {
          
            background-color: white

        }
        .modal-content img{
            margin-bottom: 20px;
        }
        .form-control {
            color: #e9e9e9;
            background: none;
            border: none;
            border-bottom: 1px solid #ced4da;
            border-radius: 0px;
        }
        .enquery-form input:focus {
            background-color: rgba(0, 0, 0, 0.596);
            color: #ffffff;
            border: 0px solid;
            border-bottom: 1px solid #ced4da;
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
          }
          .form-group input:focus {
            border: 0px solid;
            border-bottom: 1px solid #ced4da;
           
            outline: none;
            -webkit-box-shadow: none;
            box-shadow: none;
          }
        .modal-content .form-control {
            display: block;
            width: 100%;
            padding: .375rem .75rem;
            font-size: 1rem;
            line-height: 1.5;
            color: #504e4e;
            background: none;
            border: none;
            border-bottom: 1px solid #ced4da;
            border-radius: 0px;
        }
        .modal-title {
            color: #ffffff;
            font-weight: 700;
            font-size: 19px;

        }
       .modal .headerimg img{
        border-radius: 5px 5px 0 0;
        width: 100%;
        object-fit: cover;
        max-height: 253px;
        }
        
        .modal .close {
            position: absolute;
            top: 9px;
            right: 9px;
            background: #a7830efd ;
            opacity: 1;
            height: 30px;
            width: 30px;
            border-radius: 50%;
            line-height: 33px;
        }
        .modal-header .close {
            padding: 0rem;
            margin: -1rem -1rem -1rem auto;
        }
      
        .modal-body h5{
            padding: 0px 10px;
            text-decoration: none;
            outline: none;
            border: 0;
            list-style: none;
            letter-spacing: 0.4px;
            font-weight: 100;
        }
        .modal {
            z-index: 99999999;
            }


            .prop-img-div::before {
                position: absolute;
                top: 0;
                left: -75%;
                z-index: 2;
                display: block;
                content: '';
                width: 20%;
                height: 100%;
                background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.144) 100%);
                background: linear-gradient(to right, rgba(255,255,255,0) 0%, rgba(255, 255, 255, 0.192) 100%);
                -webkit-transform: skewX(-25deg);
                transform: skewX(-25deg);
            }
            .prop-img-div:hover::before {
                -webkit-animation: shine .75s;
                animation: shine .75s;
            }
            @-webkit-keyframes shine {
                100% {
                    left: 125%;
                }
            }
            @keyframes shine {
                100% {
                    left: 125%;
                }
            }


            .proj-base h2{
                text-align: center;
            }

            .project-video-section{
                background-color: #f4f4f4;
                background-image: url(../img/project-video.webp);
                background-repeat: no-repeat;
                background-size: cover;
                position: relative;
            }
            
            .project-video-section::before {
                content: "";
                background-color: rgba(0, 0, 0, 0.7);
                position: absolute;
                width: 100%;
                left: 0;
                top: 0;
                z-index: 0;
                height: 100%;
            }
            .project-video-div {
                text-align: center;
            }
            .project-video-div p {
                color: #fff;
                font-size: 22px;
            }
            .project-video-div a {
                 background-color: #ffffff;
                color: #ba9151;
                font-size: 20px;
                display: -webkit-box;
                display: -ms-flexbox;
                display: flex;
                -webkit-box-align: center;
                -ms-flex-align: center;
                align-items: center;
                -webkit-box-pack: center;
                -ms-flex-pack: center;
                justify-content: center;
                border-radius: 100%;
                text-decoration: none;
                margin: 0 auto;
            }            

            /* Banner caption enhancements */
.carousel-caption1 .banner-title {
  margin: 0 0 6px 0;
  letter-spacing: .5px;
}

.carousel-caption1 .banner-sub {
  margin: 0 0 10px 0;
  font-weight: 500;
  opacity: .95;
}

.carousel-caption1 .banner-price {
  display: inline-block;
  margin: 6px 0 14px 0;
  padding: 6px 12px;
  border: 1px dashed #e5c110;
  background: rgba(0,0,0,.35);
  font-size: 20px!important;
}

.banner-badge {
  display: inline-block;
  background: #a7830e;
  color: #fff;
  padding: 4px 10px;
  font-size: 12px;
  border-radius: 999px;
  margin-bottom: 10px;
}

.carousel-item {
  position: relative;
}

.carousel-item > .banner-badge,
.banner-badge-hero {
  position: absolute;
  top: 18px !important;
  left: 18px !important;
  z-index: 6 !important;
  margin-bottom: 0;
  padding: 8px 14px;
  font-size: 12px;
  letter-spacing: 0.4px;
  font-weight: 700;
  border-radius: 999px;
  background: linear-gradient(90deg, #d2aa43, #f3d77a);
  color: #111 !important;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.28);
}

/* Subtle animated entrance each time the slide changes */
.banner-anim {
  opacity: 1;                 /* <-- changed from 0 */
  transform: none;            /* <-- reset so it's readable even without JS */
  will-change: transform, opacity;
}

.banner-anim.banner-anim-in {
  animation: bannerFloatIn .7s ease-out forwards;
}

@keyframes bannerFloatIn {
  0%   { opacity: 0.01; transform: translateY(12px) scale(.98); }
  60%  { opacity: 1;    transform: translateY(0)    scale(1); }
  100% { opacity: 1;    transform: translateY(0)    scale(1); }
}

/* Ensure caption sits above the image on all slides */
.carousel-caption1 {
 z-index: 3;                 /* <-- make sure it isn't under the image */
}

/* Mobile readability tweaks */
@media (max-width: 775px){
  .Projects .container{
    padding-right: 1px;
    padding-left: 1px;
  }
  .Projects .cards .proj-base {
    padding: 3px 20px 20px!important;
  }
  .carousel-caption1 .banner-title { font-size: 20px; }
  .carousel-caption1 .banner-sub { font-size: 14px; }
  .carousel-item > .banner-badge,
  .banner-badge-hero {
    top: 10px !important;
    left: 10px !important;
    padding: 6px 10px;
    font-size: 11px;
  }
}

/* Creative + high-visibility hero caption */
.carousel-caption1 {
  width: min(92%, 520px);
  right: 4% !important;
  left: auto !important;
  top: 52% !important;
  transform: translateY(-50%) !important;
  padding: 24px 22px 20px !important;
  border-radius: 18px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  background:
    linear-gradient(160deg, rgba(9, 12, 18, 0.88) 0%, rgba(9, 12, 18, 0.66) 55%, rgba(167, 131, 14, 0.25) 100%);
  backdrop-filter: blur(6px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.35);
  text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
  overflow: hidden;
}

.carousel-caption1::before {
  content: "";
  position: absolute;
  width: 180px;
  height: 180px;
  right: -40px;
  top: -70px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(229, 193, 16, 0.45), rgba(229, 193, 16, 0));
  pointer-events: none;
}

.carousel-caption1 .banner-badge {
  position: relative;
  z-index: 1;
  background: linear-gradient(90deg, #d2aa43, #f3d77a);
  color: #111 !important;
  font-weight: 700;
  letter-spacing: 0.4px;
}

.carousel-caption1 .banner-title {
  position: relative;
  z-index: 1;
  color: #fff;
  font-size: clamp(24px, 2.3vw, 34px);
  line-height: 1.15;
  margin-bottom: 8px;
}

.carousel-caption1 .banner-sub {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, 0.95);
  font-size: clamp(14px, 1.2vw, 18px);
  font-weight: 500;
  margin-bottom: 12px;
}

.carousel-caption1 .banner-price {
  position: relative;
  z-index: 1;
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(229, 193, 16, 0.85) !important;
  border-radius: 999px;
  padding: 7px 14px;
  font-size: clamp(16px, 1.5vw, 22px) !important;
  color: #fff;
  font-weight: 700;
}

.carousel-caption1 .btn-pro-in {
  position: relative !important;
  z-index: 1;
  left: auto !important;
  bottom: auto !important;
  border-radius: 999px;
  border: 1px solid #e5c110;
  background: linear-gradient(120deg, #a7830e, #d2aa43);
  color: #fff !important;
  font-weight: 600;
  padding: 10px 18px;
}

.carousel-caption1 .btn-pro-in:hover {
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.28);
}

@media (max-width: 991px) {
  .carousel-caption1 {
    width: 88%;
    right: 6% !important;
    top: 56% !important;
    padding: 18px 16px 16px !important;
  }
}

@media (max-width: 775px){
  .carousel-caption1 {
    left: 50% !important;
    right: auto !important;
    top: 40% !important;
    width: 92%;
    transform: translate(-50%, -50%) !important;
    border-radius: 14px;
    padding: 12px 12px 10px !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
  }
  #home .carousel-caption1 {
    z-index: 7 !important;
  }
  .carousel-caption1 .banner-title { font-size: 16px; margin-bottom: 5px; }
  .carousel-caption1 .banner-sub { font-size: 12px; margin-bottom: 6px; }
  .carousel-caption1 .banner-price { font-size: 13px !important; margin: 4px 0 8px 0; }
  .carousel-caption1 .btn-pro-in {
    padding: 7px 12px !important;
    font-size: 11px;
  }
}

/* Project cards: top-to-bottom layout with 2 cards per row */
.Projects .cards {
  margin-bottom: 34px;
  position: relative;
  z-index: 1;
}

.Projects .cards.projectodd::before,
.Projects .cards.projecteven::before {
  content: "";
  position: absolute;
  top: -22px;
  height: 305px;
  width: 44%;
  background: #a7830efd;
  z-index: -1;
  border-radius: 14px;
}

.Projects .cards.projectodd::before {
  left: -10px;
}

.Projects .cards.projecteven::before {
  right: -10px;
}

.Projects .cards .pro-lo-inner {
  width: 100% !important;
  float: none !important;
  margin: 0 !important;
  border-radius: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #e5e5e5;
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.12);
}

.Projects .cards .prop-img-div {
  display: block;
  min-height: 250px;
}

.Projects .cards .pro-lo-inner img {
  width: 100% !important;
  height: 250px !important;
  object-fit: cover;
  transition: filter 0.45s ease;
}

.Projects .cards .prop-img-div {
  overflow: hidden;
  position: relative;
}

.Projects .cards:hover .pro-lo-inner img {
  filter: brightness(1.04) saturate(1.04);
}

.Projects .cards .prop-img-div::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    112deg,
    rgba(255, 255, 255, 0) 35%,
    rgba(255, 255, 255, 0.28) 48%,
    rgba(255, 255, 255, 0.06) 54%,
    rgba(255, 255, 255, 0) 68%
  );
  transform: translateX(-130%);
  transition: transform 0.8s ease;
  pointer-events: none;
}

.Projects .cards:hover .prop-img-div::after {
  transform: translateX(130%);
}

.Projects .cards .proj-base {
  position: static !important;
  width: 100% !important;
  left: auto !important;
  right: auto !important;
  top: auto !important;
  transform: none !important;
  border: 0 !important;
  box-shadow: none !important;
  border-radius: 0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #fbfbfc 100%) !important;
  padding: 22px 20px;
  text-align: left !important;
}

.Projects .cards .proj-base h2 {
  text-align: left !important;
  margin-bottom: 8px;
  line-height: 1.2;
  position: relative;
  padding-bottom: 10px;
}

.Projects .cards .proj-base h2 a {
  color: #101214;
  font-size: 28px;
  font-weight: 800;
  letter-spacing: 0.3px;
  background: linear-gradient(90deg, #0f172a 0%, #273449 45%, #a7830e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.Projects .cards .proj-base h2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 72px;
  height: 3px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a7830e, #d9b24f);
}

.Projects .cards .proj-base .text-center {
  text-align: left !important;
  color: #4b5565;
  margin-bottom: 10px;
  font-size: 14px;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 7px 12px;
  border-radius: 999px;
  background: #f6f8fb;
  border: 1px solid #e5eaf0;
  font-weight: 600;
  letter-spacing: 0.2px;
}

.Projects .cards .proj-base .text-center i {
  color: #a7830e;
  font-size: 14px;
}

.Projects .cards .proj-base .details {
  display: block !important;
  text-align: left !important;
  color: #343638;
  font-size: 16px;
  line-height: 1.65;
  margin-bottom: 14px;
  max-height: 120px;
  overflow: hidden;
  position: relative;
  padding-bottom: 40px;
  transition: max-height 0.3s ease;
}

.Projects .cards .proj-base .details::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 46px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(251, 251, 252, 0.94) 70%);
  backdrop-filter: blur(2px);
  pointer-events: none;
}

.Projects .cards .proj-base .details.is-expanded {
  max-height: 600px;
  padding-bottom: 46px;
}

.Projects .cards .proj-base .details.is-expanded::after {
  display: none;
}

.details-toggle-btn {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  margin: 0;
  padding: 7px 12px;
  border: 1px solid rgba(167, 131, 14, 0.45);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.78);
  backdrop-filter: blur(4px);
  color: #8c6a08;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.35px;
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.16);
  cursor: pointer;
  position: absolute;
  right: 10px;
  bottom: 8px;
  z-index: 3;
}

.details-toggle-btn:hover {
  color: #fff;
  background: linear-gradient(90deg, #a7830e, #d2aa43);
  border-color: #a7830e;
}

.Projects .cards .specification {
  margin: 8px 0 14px;
  border: 1px solid #e8eaed;
  border-radius: 12px;
  background: #fff;
  overflow: hidden;
}

.Projects .cards .specification .col-md-4 {
  border-right: 1px solid #e8eaed !important;
  padding: 10px 8px;
}

.Projects .cards .specification .col-md-4:last-child {
  border-right: 0 !important;
}

.Projects .cards .specification p {
  margin: 0 !important;
  text-align: center !important;
  font-size: 13px;
  font-weight: 700;
  color: #111827;
}

.Projects .cards .pro-lo-btn-bx {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.Projects .cards .pro-lo-btn-bx .btn-pro-in {
  min-width: 0;
  width: 100%;
  padding: 11px 12px !important;
  border-radius: 10px;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.25px;
  line-height: 1.2;
  text-align: center;
}

.Projects .cards .pro-lo-btn-bx .btn-pro-in:nth-child(1) {
  background: #111827;
  border: 1px solid #111827;
  color: #fff !important;
}

.Projects .cards .pro-lo-btn-bx .btn-pro-in:nth-child(2) {
  background: #ffffff;
  border: 1px solid #d1d5db;
  color: #111827 !important;
}

.Projects .cards .pro-lo-btn-bx .btn-pro-in:nth-child(3) {
  background: linear-gradient(90deg, #a7830e, #d2aa43);
  border: 1px solid #b99426;
  color: #fff !important;
}

.Projects .cards .prop-img-div {
  position: relative;
}

.card-badge-hero {
  position: absolute;
  top: 12px;
  left: 12px;
  z-index: 4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 6px 12px;
  min-width: 130px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  text-align: center;
  line-height: 1.2;
  letter-spacing: 0.4px;
  color: #111;
  background: linear-gradient(90deg, #d2aa43, #f3d77a);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.25);
}

/* Status-based badge colors */
.card-badge-hero.status-under-construction,
.banner-badge-hero.status-under-construction {
  color: #17120a;
  background: linear-gradient(90deg, #b7891a, #f3d77a);
}

.card-badge-hero.status-ready-to-move,
.banner-badge-hero.status-ready-to-move {
  color: #f4fff7;
  background: linear-gradient(90deg, #1e8e3e, #34c759);
}

.card-badge-hero.status-new-launch,
.banner-badge-hero.status-new-launch {
  color: #f5f7ff;
  background: linear-gradient(90deg, #355cff, #7a8dff);
}

.card-badge-hero.status-coming-soon,
.banner-badge-hero.status-coming-soon {
  color: #050505;
  background: linear-gradient(120deg, #ff5f6d 0%, #ffc371 55%, #ffcf5a 100%);
  border: 1px solid rgba(255, 255, 255, 0.55);
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.35);
  box-shadow:
    0 8px 20px rgba(255, 111, 97, 0.45),
    0 0 0 3px rgba(255, 195, 113, 0.2);
  animation: comingSoonPulse 1.8s ease-in-out infinite;
}

@keyframes comingSoonPulse {
  0%, 100% {
    transform: translateZ(0) scale(1);
    box-shadow:
      0 8px 20px rgba(255, 111, 97, 0.45),
      0 0 0 3px rgba(255, 195, 113, 0.2);
  }
  50% {
    transform: translateZ(0) scale(1.04);
    box-shadow:
      0 10px 26px rgba(255, 111, 97, 0.58),
      0 0 0 6px rgba(255, 195, 113, 0.12);
  }
}

@media (max-width: 991px) {
  .Projects .cards .pro-lo-inner img {
    height: 220px !important;
  }

  .Projects .cards .proj-base .details {
    min-height: auto;
  }

  .Projects .cards .proj-base h2 a {
    font-size: 24px;
  }

  .Projects .cards .pro-lo-btn-bx .btn-pro-in {
    font-size: 14px !important;
    font-weight: 700 !important;
  }
}

@media (max-width: 767px) {
  .Projects .cards {
    margin-bottom: 22px;
  }

  .Projects .cards.projectodd::before,
  .Projects .cards.projecteven::before {
    width: 42%;
    top: -14px;
    height: 250px;
  }

  .Projects .cards .pro-lo-btn-bx {
    grid-template-columns: 1fr;
  }

}

/* =========================================================
   Creative custom hero carousel design
   ========================================================= */
#home {
  position: relative;
  background: #000;
}

#home,
#carouselExampleIndicators,
#carouselExampleIndicators .carousel-inner,
#carouselExampleIndicators .carousel-item {
  height: 100%;
  min-height: inherit;
}

#carouselExampleIndicators .carousel-item {
  overflow: hidden;
}

#carouselExampleIndicators .carousel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 18% 18%, rgba(167, 131, 14, 0.25), rgba(167, 131, 14, 0) 34%),
    linear-gradient(90deg, rgba(5, 8, 14, 0.6) 0%, rgba(5, 8, 14, 0.22) 42%, rgba(5, 8, 14, 0.58) 100%);
  pointer-events: none;
  z-index: 2;
}

#home::before {
  content: none;
}

#carouselExampleIndicators {
  position: relative;
}

#carouselExampleIndicators .carousel-inner {
  border-radius: 0 0 24px 24px;
  overflow: hidden;
}

#carouselExampleIndicators .carousel-item img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  filter: saturate(1.08) contrast(1.05);
  transform: scale(1.08);
  transition: transform 7s ease, filter 0.6s ease;
}

#carouselExampleIndicators .carousel-item.active img {
  transform: scale(1.14);
}

#carouselExampleIndicators .carousel-indicators {
  bottom: 24px;
  z-index: 5;
  margin-left: 0;
  margin-right: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 8px;
}

#carouselExampleIndicators .carousel-indicators li {
  width: 34px;
  height: 6px;
  border-radius: 999px;
  border: 0;
  background: rgba(255, 255, 255, 0.45);
  box-shadow: none;
  opacity: 1;
  transition: all 0.25s ease;
}

#carouselExampleIndicators .carousel-indicators li.active {
  width: 54px;
  background: linear-gradient(90deg, #d1a43c, #f0d78b);
  box-shadow: 0 6px 14px rgba(0, 0, 0, 0.25);
}

#carouselExampleIndicators .carousel-control-prev,
#carouselExampleIndicators .carousel-control-next {
  width: 52px;
  height: 52px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  background: rgba(7, 10, 16, 0.5);
  border: 1px solid rgba(255, 255, 255, 0.35);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.28);
  backdrop-filter: blur(3px);
  opacity: 1;
  z-index: 5;
}

#carouselExampleIndicators .carousel-control-prev {
  left: 20px !important;
}

#carouselExampleIndicators .carousel-control-next {
  left: auto !important;
  right: 20px;
}

#carouselExampleIndicators .carousel-control-prev:hover,
#carouselExampleIndicators .carousel-control-next:hover {
  background: linear-gradient(120deg, rgba(167, 131, 14, 0.95), rgba(210, 170, 67, 0.95));
  border-color: rgba(255, 255, 255, 0.55);
}

#carouselExampleIndicators .carousel-control-prev-icon,
#carouselExampleIndicators .carousel-control-next-icon {
  width: 14px;
  height: 14px;
}

#carouselExampleIndicators .carousel-caption1 {
  z-index: 6;
}

@media (max-width: 991px) {
  #carouselExampleIndicators .carousel-control-prev,
  #carouselExampleIndicators .carousel-control-next {
    width: 42px;
    height: 42px;
  }

  #carouselExampleIndicators .carousel-control-prev {
    left: 12px !important;
  }

  #carouselExampleIndicators .carousel-control-next {
    right: 12px;
  }
}

@media (max-width: 775px) {
  #home::before {
    background:
      linear-gradient(180deg, rgba(5, 8, 14, 0.42) 0%, rgba(5, 8, 14, 0.25) 40%, rgba(5, 8, 14, 0.62) 100%);
  }

  #carouselExampleIndicators .carousel-inner {
    border-radius: 0 0 14px 14px;
  }

  #home,
  #carouselExampleIndicators,
  #carouselExampleIndicators .carousel-inner,
  #carouselExampleIndicators .carousel-item {
    min-height: 250px;
  }

  #carouselExampleIndicators .carousel-indicators {
    bottom: 8px;
    gap: 6px;
  }

  #carouselExampleIndicators .carousel-indicators li {
    width: 22px;
    height: 4px;
  }

  #carouselExampleIndicators .carousel-indicators li.active {
    width: 34px;
  }
}

/* Walkthrough section - creative banner carousel style */
.project-video-section {
  position: relative;
  background-image: url(../img/project-video.webp);
  background-size: cover;
  background-position: center;
  border-radius: 24px;
  overflow: hidden;
}

.project-video-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 20%, rgba(167, 131, 14, 0.35), rgba(167, 131, 14, 0) 38%),
    linear-gradient(95deg, rgba(7, 10, 16, 0.85) 0%, rgba(7, 10, 16, 0.45) 45%, rgba(7, 10, 16, 0.82) 100%);
  z-index: 0;
}

.walkthrough-hero {
  position: relative;
  z-index: 1;
  max-width: 840px;
  margin: 0 auto;
  text-align: center;
  padding: 44px 24px;
  border-radius: 22px;
  border: 1px solid rgba(255, 255, 255, 0.28);
  background: linear-gradient(160deg, rgba(15, 22, 36, 0.65) 0%, rgba(15, 22, 36, 0.35) 100%);
  backdrop-filter: blur(4px);
  box-shadow: 0 18px 40px rgba(0, 0, 0, 0.3);
}

.walkthrough-badge {
  display: inline-block;
  padding: 6px 12px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #111;
  background: linear-gradient(90deg, #d1a43c, #f0d78b);
  margin-bottom: 14px;
}


.walkthrough-title {
  margin: 0 0 8px;
  color: #fff;
  font-size: clamp(26px, 3.2vw, 40px);
  font-weight: 800;
  letter-spacing: 0.35px;
}

.walkthrough-subtitle {
  color: rgba(255, 255, 255, 0.92);
  margin: 0 auto 20px;
  max-width: 520px;
  font-size: 15px;
  line-height: 1.7;
}

.walkthrough-btn {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  padding: 12px 20px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.52);
  background: linear-gradient(120deg, #8f6a05 0%, #c7991f 48%, #f0d78b 100%);
  color: #fff !important;
  font-size: 14px;
  font-weight: 800;
  letter-spacing: 0.35px;
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.35);
  position: relative;
  overflow: hidden;
  isolation: isolate;
}

.walkthrough-btn::before {
  content: "";
  position: absolute;
  top: -120%;
  left: -22%;
  width: 40%;
  height: 320%;
  background: linear-gradient(90deg, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.42), rgba(255, 255, 255, 0));
  transform: rotate(18deg);
  transition: left 0.7s ease;
  z-index: -1;
}

.walkthrough-btn-icon {
  width: 26px;
  height: 26px;
  border-radius: 50%;
 display: inline-flex;
  align-items: center;
  justify-content: center;

}

.walkthrough-btn-icon i {
  font-size: 20px;
  line-height: 1;
  margin-left: 1px;
}

.walkthrough-btn:hover {
  transform: translateY(-2px) scale(1.01);
  box-shadow: 0 16px 28px rgba(0, 0, 0, 0.32), 0 0 0 3px rgba(210, 170, 67, 0.22);
}

.walkthrough-btn:hover::before {
  left: 122%;
}

@media (max-width: 775px) {
  .project-video-section {
    border-radius: 14px;
  }

  .walkthrough-hero {
    padding: 28px 16px;
    border-radius: 14px;
  }

  .walkthrough-subtitle {
    font-size: 13px;
    line-height: 1.55;
  }

  .walkthrough-btn {
    width: 100%;
    justify-content: center;
  }
}

/* =========================================================
   Global section heading redesign
   ========================================================= */
.project-titles {
  position: relative;
  padding: 2.8em 0 1.4em !important;
}

.project-titles h1 {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0 16px;
  font-size: clamp(28px, 3.2vw, 44px) !important;
  line-height: 1.15;
  font-weight: 800;
  letter-spacing: 0.35px;
  text-transform: none !important;
  color: #0f172a;
  background: linear-gradient(90deg, #0f172a 0%, #29384f 45%, #a7830e 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.project-titles h1::before {
  content: "";
  position: absolute;
  left: -10px;
  right: -10px;
  bottom: -12px;
  height: 16px;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(167, 131, 14, 0.2), rgba(167, 131, 14, 0));
  z-index: -1;
}

.project-titles h1::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -14px;
  transform: translateX(-50%);
  width: 88px;
  height: 4px;
  border-radius: 999px;
  background: linear-gradient(90deg, #a7830e, #d8b662);
  box-shadow: 0 4px 12px rgba(167, 131, 14, 0.28);
}

.project-sub-head {
  margin-top: 20px !important;
  font-size: clamp(14px, 1.25vw, 18px) !important;
  font-weight: 500;
  color: #586274 !important;
  letter-spacing: 0.25px;
}

#builder + .builder-section {
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

@media (max-width: 767px) {
  .project-titles {
    padding: 2.2em 0 1.1em !important;
  }

  .project-titles h1 {
    padding: 0 8px;
  }

  .project-titles h1::after {
    width: 64px;
    height: 3px;
    bottom: -10px;
  }

  .project-sub-head {
    margin-top: 16px !important;
  }
}

/* =========================================================
   Builder, Contact and Footer redesign
   ========================================================= */
.builder-section {
  position: relative;
  background: #ffffff !important;
  border-radius: 24px;
  margin: 10px 0 22px;
  overflow: hidden;
  border: 1px solid #e7ebf2;
  box-shadow: 0 12px 28px rgba(15, 23, 42, 0.1);
}

.builder-section::before {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(120deg, rgba(167, 131, 14, 0.06), rgba(167, 131, 14, 0));
  pointer-events: none;
}

.builder-section .container {
  position: relative;
  z-index: 1;
  padding: 34px 26px;
}

.builder-section p {
  color: #2f3b4d !important;
  font-size: 16px !important;
  line-height: 1.9;
  letter-spacing: 0.15px;
  margin-bottom: 0;
}

.contact {
  background:
    linear-gradient(145deg, rgba(10, 14, 23, 0.83), rgba(10, 14, 23, 0.66)),
    url(../img/slider1.jpg) center/cover fixed !important;
  border-radius: 24px;
  overflow: hidden;
  box-shadow: 0 18px 36px rgba(0, 0, 0, 0.28);
}

.contact .cont-box {
  padding: 36px 0 !important;
}

.contact .enquery-form {
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.25);
  border-radius: 18px;
  backdrop-filter: blur(6px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.22);
}

.contact .enquery-form .form-control {
  background: rgba(255, 255, 255, 0.96);
  border: 1px solid #dce3ee;
  color: #182030;
  border-radius: 10px;
}

.contact .enquery-form .form-control:focus {
  border-color: #b9952f;
  box-shadow: 0 0 0 3px rgba(185, 149, 47, 0.2);
}

.contact .enquery-form .disc label,
.contact .enquery-form .disc label a {
  color: rgba(236, 241, 250, 0.95) !important;
}

.contact-info {
  background: rgba(255, 255, 255, 0.14) !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  backdrop-filter: blur(5px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.18);
  margin-bottom: 14px !important;
}

.contact-info h4 {
  color: #fff;
  font-weight: 700;
  letter-spacing: 0.5px;
}

.contact-info p,
.contact-info p a {
  color: #f7fbff !important;
  font-weight: 600;
}

.subfooter-area {
  background:
    linear-gradient(145deg, #0a0b0d 0%, #15181d 55%, #101317 100%) !important;
  padding: 2.8em 0 1.4em !important;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}

.subfooter-area .dis {
  max-width: 980px;
  margin: 0 auto;
}

.subfooter-area p {
  color: rgba(230, 237, 250, 0.92) !important;
  line-height: 1.7;
}

.subfooter-area .justify {
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 12px;
  padding: 12px;
}

.footer-area {
  background: linear-gradient(90deg, #050607, #13161a) !important;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding: 14px 0 !important;
}

.footer-area p {
  color: #e6edf8 !important;
  font-size: 12px;
  letter-spacing: 0.25px;
}

.disclaimer-p a {
  color: #d5b55d !important;
  transition: color 0.2s ease;
}

.disclaimer-p a:hover {
  color: #f0d78b !important;
}

@media (max-width: 991px) {
  .builder-section {
    border-radius: 16px;
  }

  .builder-section .container {
    padding: 24px 16px;
  }

  .builder-section p {
    line-height: 1.75;
  }

  .contact {
    border-radius: 14px;
  }

  .contact .cont-box {
    padding: 24px 0 !important;
  }

  .subfooter-area {
    padding: 2.2em 0 1.2em !important;
  }
}

@media (max-width: 775px) {
  .nav-logo-item {
    display: none !important;
  }

  .mobile-logo .logo {
    width: 70px !important;
    height: auto;
  }

  .nav-split {
    display: block;
    width: 100%;
  }
}

@media (min-width: 992px) {
  .nav-split {
    display: flex;
  }

  .nav-split .nav-item {
    flex: 0 0 auto;
  }

  .nav-split .nav-item:nth-child(1),
  .nav-split .nav-item:nth-child(2) {
    margin-right: 8px;
  }

  .nav-split .nav-item:nth-child(4),
  .nav-split .nav-item:nth-child(5) {
    margin-left: 8px;
  }
}

@media (max-width: 991px) {
  .sticky-icon-wrap {
    display: none !important;
  }

  .enquire-now > span:not(.sticky-icon-wrap) {
    display: block !important;
  }

  .sticky {
    left: 0;
    right: 0;
    top: 0;
    border-radius: 0;
    border-left: 0;
    border-right: 0;
  }

  .btn-call-mob,
  .btn-whatsapp-mob {
    position: fixed;
    bottom: 0;
    width: 50%;
    height: 42px;
    padding: 10px;
    text-align: center;
    font-size: 12px;
    z-index: 9999;
    border-radius: 0;
    border: 1px solid #e5c110;
    display: block !important;
    color: #fff !important;
  }

  .btn-call-mob {
    left: 0;
    background-color: #040404;
  }

  .btn-whatsapp-mob {
    right: 0;
    background-color: #0f7f39;
  }

  .btn-whatsapp-mob i,
  .btn-call-mob i {
    margin-right: 6px;
  }

  .floating-whatsapp-desktop {
    display: none !important;
  }

  .footer-area {
    padding-bottom: 52px !important;
  }
}

/* =========================================================
   Contact section redesign (modern premium)
   ========================================================= */
.contact {
  position: relative;
  border-radius: 26px;
  overflow: hidden;
  background:
    linear-gradient(135deg, rgba(8, 12, 20, 0.88), rgba(19, 29, 44, 0.78)),
    url(../img/slider1.jpg) center/cover fixed !important;
  box-shadow: 0 20px 42px rgba(4, 9, 17, 0.35);
}

.contact::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 20% 18%, rgba(210, 170, 67, 0.18), rgba(210, 170, 67, 0) 32%),
    radial-gradient(circle at 88% 78%, rgba(210, 170, 67, 0.15), rgba(210, 170, 67, 0) 30%);
  pointer-events: none;
  z-index: 0;
}

.contact .cont-box {
  position: relative;
  z-index: 1;
  padding: 44px 0 !important;
}

.contact .enquery-form {
  background: rgba(255, 255, 255, 0.1) !important;
  border: 1px solid rgba(255, 255, 255, 0.26);
  border-radius: 20px;
  backdrop-filter: blur(8px);
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.24);
  padding: 26px 22px !important;
}

.contact .enquery-form .form-group {
  margin-bottom: 14px;
}

.contact .enquery-form .form-control {
  height: 48px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.45);
  background: rgba(255, 255, 255, 0.96);
  color: #172033;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 14px;
}

.contact .enquery-form .form-control::placeholder {
  color: #6a7282;
  letter-spacing: 0.3px;
}

.contact .enquery-form .form-control:focus {
  border-color: #c79c30;
  box-shadow: 0 0 0 3px rgba(199, 156, 48, 0.24);
}

.contact .enquery-form .disc label,
.contact .enquery-form .disc label a {
  color: rgba(240, 246, 255, 0.94) !important;
  font-size: 12px;
  line-height: 1.6;
}

.contact .btn-enquire-submit {
  width: 100%;
  max-width: 210px;
  padding: 11px 18px;
  border-radius: 999px;
  border: 1px solid #c79c30;
  background: linear-gradient(120deg, #8e6807, #c79c30, #e8c56e);
  color: #fff !important;
  font-weight: 700;
  letter-spacing: 0.35px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.22);
}

.contact .btn-enquire-submit:hover {
  transform: translateY(-1px);
  box-shadow: 0 14px 24px rgba(0, 0, 0, 0.28);
}

.contact-info {
  background: rgba(255, 255, 255, 0.12) !important;
  border: 1px solid rgba(255, 255, 255, 0.24);
  border-radius: 16px;
  backdrop-filter: blur(6px);
  box-shadow: 0 10px 22px rgba(0, 0, 0, 0.2);
  padding: 20px 14px !important;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.contact-info:hover {
  transform: translateY(-3px);
  box-shadow: 0 16px 30px rgba(0, 0, 0, 0.28);
}

.contact-info .icon-sm {
  width: 56px;
  height: 56px;
  margin: 0 auto 10px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.14);
  border: 1px solid rgba(255, 255, 255, 0.35);
  animation: contactIconPulse 2.2s ease-in-out infinite;
}

.contact-info .icon-sm i {
  font-size: 22px !important;
}

.contact-info:nth-child(2) .icon-sm i {
  animation: contactRing 1.8s ease-in-out infinite;
}

.contact-info:nth-child(3) .icon-sm i {
  animation: contactFloat 1.8s ease-in-out infinite;
}

.contact-info h4 {
  font-size: 14px;
  letter-spacing: 1px;
  margin-bottom: 6px;
  color: #fff !important;
}

.contact-info p,
.contact-info p a {
  color: #f8fbff !important;
  font-size: 24px !important;
  font-weight: 700;
  line-height: 1.35 !important;
  margin: 0 !important;
}

@keyframes contactIconPulse {
  0%, 100% {
    box-shadow: 0 0 0 0 rgba(210, 170, 67, 0.35);
  }
  50% {
    box-shadow: 0 0 0 8px rgba(210, 170, 67, 0);
  }
}

@keyframes contactRing {
  0%, 100% { transform: rotate(0deg); }
  20% { transform: rotate(-12deg); }
  40% { transform: rotate(10deg); }
  60% { transform: rotate(-8deg); }
  80% { transform: rotate(6deg); }
}

@keyframes contactFloat {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-3px); }
}

@media (max-width: 991px) {
  .contact {
    border-radius: 14px;
  }

  .contact .cont-box {
    padding: 28px 0 !important;
  }

  .contact .enquery-form {
    padding: 18px 14px !important;
    border-radius: 14px;
  }

  .contact-info p,
  .contact-info p a {
    font-size: 19px !important;
    font-weight: 700;
  }
}

/* Final mobile sticky CTA safeguard */
@media (max-width: 991px) {
  .btn-call-mob,
  .btn-whatsapp-mob {
    display: block !important;
    position: fixed !important;
    bottom: 0 !important;
    width: 50% !important;
    height: 42px !important;
    padding: 10px !important;
    font-size: 12px !important;
    text-align: center !important;
    color: #fff !important;
    border: 1px solid #e5c110 !important;
    border-radius: 0 !important;
    z-index: 999999 !important;
  }

  .btn-call-mob {
    left: 0 !important;
    right: auto !important;
    background: #040404 !important;
  }

  .btn-whatsapp-mob {
    right: 0 !important;
    left: auto !important;
    background: #0f7f39 !important;
  }

  .btn-call-mob i,
  .btn-whatsapp-mob i {
    margin-right: 6px;
  }

  .enquire-now {
    display: none !important;
  }

  .floating-whatsapp-desktop {
    display: none !important;
  }

  .footer-area {
    padding-bottom: 52px !important;
  }
}

/* Desktop sticky CTA visibility safeguard */
@media (min-width: 992px) {
  .enquire-now {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    transform: none !important;
  }

  .sticky-icon-wrap {
    display: flex !important;
  }
}

/* Readability boost: header links + banner content */
#primary-nav .navbar-nav .nav-link {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.carousel-caption1 .banner-title {
  font-size: clamp(30px, 3vw, 44px);
  font-weight: 800;
  line-height: 1.15;
}

.carousel-caption1 .banner-sub {
  font-size: clamp(17px, 1.5vw, 22px);
  font-weight: 600;
}

.carousel-caption1 .banner-price {
  font-size: clamp(20px, 1.8vw, 28px) !important;
  font-weight: 800;
}

.carousel-caption1 .btn-pro-in {
  font-size: 15px;
  font-weight: 700;
}

@media (max-width: 991px) {
  #primary-nav .navbar-nav .nav-link {
    font-size: 15px;
  }
}

@media (max-width: 775px) {
  #primary-nav .navbar-nav .nav-link {
    font-size: 14px !important;
    font-weight: 700;
  }

  .carousel-caption1 .banner-title {
    font-size: 20px;
  }

  .carousel-caption1 .banner-sub {
    font-size: 14px;
  }

  .carousel-caption1 .banner-price {
    font-size: 16px !important;
  }

  .carousel-caption1 .btn-pro-in {
    font-size: 12px;
  }
}

/* Final mobile hero caption safeguard */
@media (max-width: 775px) {
  #home::before {
    display: none !important;
    content: none !important;
    background: transparent !important;
  }

  #home .carousel-item {
    position: relative;
  }

  #home .carousel-caption1 {
    position: absolute !important;
    left: 50% !important;
    right: auto !important;
    top: 38% !important;
    bottom: auto !important;
    width: 92% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 9 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  #home .carousel-caption1 .banner-title,
  #home .carousel-caption1 .banner-sub,
  #home .carousel-caption1 .banner-price,
  #home .carousel-caption1 .btn-pro-in {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    margin: 8px auto;
  }
}

