@charset "UTF-8";
/* @import "https://fonts.googleapis.com/css2?family=Limelight&display=swap"; */

/*.aminitiescvr {
  margin-top: 6rem;
}*/

/* .aminitiescvr {
    margin-top: 3rem;
  }*/
/* Downlod browser btn */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    scroll-behavior: smooth;
}
body,
.specification_dev,
#design {
    overflow-x: hidden;
}

@font-face {
    font-family: 'Sugar Magic';
    src: url('../fonts/SugarMagic-PersonalUseOnly.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.magic-text {
    font-family: 'Sugar Magic', cursive;
}
@font-face {
   font-family: 'Sugar Magic', cursive;
  src: url('../fonts/RotisSemiSerifW1G-Bold.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.magic-text {
   font-family: 'Sugar Magic', cursive;
}
@font-face {
  font-family: 'RotisSemiSerifRegular';
  src: url('../fonts/RotisSemiSerifW1G-Regular.woff2') format('woff2');
  font-weight: normal;
  font-style: normal;
}

.magic-text {
  font-family: 'RotisSemiSerifRegular';
}
.container {
    overflow: hidden;
}

.navparent {
    background-color: #e1e2e4;
    padding: 15px;
    position: sticky;
    top: 0;
    z-index: 33;
}
.navparent .navbar-brand {
    width: 182px;
    height: 100%;
}
.navparent .navbar-brand img {
    width: 100%;
}

.navbar-toggler {
    border: none;
    padding: 0px !important;
}
.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.navbar-nav {
    margin-left: 50px;
}
.navbar-nav .nav-link.active {
    position: relative;
}
.navbar-nav .nav-link.active::after {
    content: '';
    position: absolute;
    width: 38%;
    height: 10%;
    bottom: -5px;
    left: 28%;
    background-color: #7d1e21;
}
.navbar-nav .nav-link.show {
    position: relative;
}
.navbar-nav .nav-link.show::after {
    content: '';
    position: absolute;
    width: 38%;
    height: 10%;
    bottom: -5px;
    left: 28%;
    background-color: #7d1e21;
}

.nav-link {
    padding-bottom: 0px !important;
    padding-top: 0px !important;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    margin-left: 10px;
}

.bannerparent .bradchild .brndcldone img {
    width: 100%;
}
.bannerparent .bradchild .brndcldtwo {
    position: relative;
}
.bannerparent .bradchild .brndcldtwo .brdcltwodiv {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
}
.bannerparent .bradchild .brndcldtwo .brdcltwodiv .maxpara {
    max-width: 600px;
}
.bannerparent .bradchild .brndcldtwo .brdcltwodiv h3 {
    font-weight: 600;
    text-transform: uppercase;
}
.bannerparent .bradchild .brndcldtwo .brdcltwodiv p {
    padding-top: 10px;
    color: rgb(102, 102, 102);
    font-weight: 500;
    font-size: 17px;
}
.bannerparent .bradchild .brndcldtwo .icondiv {
    position: fixed;
    bottom: 0px;
    border-radius: 100%;
    border-bottom: 3px solid black;
}
.bannerparent .bradchild .brndcldtwo .icondiv i {
    font-size: 30px;
    padding: 14px;
}

.desighnbramdprnt {
    margin-top: 3rem;
    /* padding-bottom: 3rem; */
}
.desighnbramdprnt .dsignmainbx {
    display: flex;
    justify-content: center;
}
.desighnbramdprnt .dsignmainbx .desighnbx {
    width: 59%;
    height: 500px;
}
.desighnbramdprnt .dsignmainbx .desighnbx img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.desighnbramdprnt .dsignmainbx .desighnbxtxt {
    width: 20%;
    text-align: center;
    display: flex;
    align-items: end;
    font-size: 25px;
    margin-left: 25px;
}
.desighnbramdprnt .dsignmainbx .desighnbxtxt p {
    font-weight: 700;
    text-transform: uppercase;
}
.desighnbramdprnt .dsignmainbx .desighnbxtxt p span {
    color: #122d5b;
}
.desighnbramdprnt .bluerebon {
    background-color: #132f5f;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
    text-align: center;
    padding: 20px;
    overflow: hidden;
}
.desighnbramdprnt .bluerebon p {
    width: 80%;
    margin-top: 20px;
    color: white;
    font-size: 19px;
}

.dsignprndone {
    margin-top: 3rem;
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
    padding-bottom: 6rem;
}
.dsignprndone .designsendprntone {
    height: 100%;
}
.dsignprndone .designsendprntone .boxone {
    width: 250px;
    margin-bottom: 20px;
}
.dsignprndone .designsendprntone .boxone h4 {
    /* line-height: 24px; */
    /* font-size: 24px; */
}
.dsignprndone .designsendprntone .outerborder {
    border-right: 1px solid rgb(0, 0, 0);
    display: inline-block;
}
.dsignprndone .designsendprntone .outerborder .boxtwo {
    width: 250px;
    padding-right: 17px;
}
.dsignprndone .designsendprntone .outerborder .boxtwo p {
    margin-bottom: 0rem;
    font-size: 1rem;
}
.dsignprndone .designsendprntone .outerborder .boxtwo .boxtwoone img {
    width: 100%;
}
.dsignprndone .designsendprntone .outerborder .boxtwo .boxtwotwo {
    margin-bottom: 20px;
}
.dsignprndone .designsendprntwo {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.dsignprndone .designsendprntwo .manwcotebx {
    width: 70%;
    display: flex;
}
.dsignprndone .designsendprntwo .manwcotebx .manwcotebxone {
    height: 300px;
    width: 300px;
}
.dsignprndone .designsendprntwo .manwcotebx .manwcotebxone img {
    height: 100%;
}
.dsignprndone .designsendprntwo .manwcotebx .manwcotebxtwo {
    margin-left: 30px;
}
.dsignprndone .designsendprntwo .manwcotebx .manwcotebxtwo h3 {
    text-transform: capitalize;
}
.dsignprndone .underlinetext {
    border-top: 1px solid rgb(0, 0, 0);
    margin-top: 30px;
    padding-top: 10px;
}

.aminitiescvr .nav-pills .nav-link {
    border-radius: var(--bs-nav-pills-border-radius);
    font-size: 23px;
    font-weight: 400;
    line-height: 50px;
    color: rgb(130, 130, 133);
    text-transform: none;
}
.aminitiescvr .nav-pills .nav-link.active {
    color: black;
    font-weight: 700;
    background-color: transparent;
}
.aminitiescvr .nav-pills .show > .nav-link {
    color: black;
    font-weight: 700;
    background-color: transparent;
}
.aminitiescvr .amnitiesmainnav {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #1c4074;
    padding: 10px;
}
.aminitiescvr .amnitiesmainnav .amnitidhead {
    border-bottom: 1px solid rgb(255, 255, 255);
    width: 100%;
    text-align: center;
    padding: 3px;
    margin-bottom: 15px;
}
.aminitiescvr .amnitiesmainnav .amnitidhead h1 {
	 font-family: 'Sugar Magic', cursive !important;
    font-weight: 300;
    color: white;
}
.aminitiescvr .amnitiesmainnav .nav-pills .nav-link {
    margin-top: 10px;
    font-size: 30px;
    line-height: 32px !important;
     font-family: 'Sugar Magic', cursive!important;
    color: #6f9adb;
}
.aminitiescvr .amnitiesmainnav .nav-pills .nav-link.active {
    color: white;
    background-color: transparent;
}
.aminitiescvr .amnitiesmainnav .nav-pills .show > .nav-link {
    color: white;
    background-color: transparent;
}
.aminitiescvr .amnitiesmainnav .mybordr {
    border-left: 2px solid white;
    border-right: 2px solid white;
    padding-left: 9px;
    padding-right: 9px;
}
.aminitiescvr .amnitiesmainnav .cntr {
    align-self: center;
}
.aminitiescvr .myfistpage .pagenavbtn {
    width: 25%;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    height: 100vh;
}
.aminitiescvr .myfistpage .pagenavbtn .pillheding {
    padding-bottom: 50px;
    padding-top: 20px;
    padding-left: 20px;
    font-size: 30px;
}
.aminitiescvr .myfistpage .sndpagenbtn .nav-link {
    line-height: 38px;
}
.aminitiescvr .myfistpage .pagenavcnt {
    width: 75%;
}
.aminitiescvr .myfistpage .pagenavcnt .ovlybx {
    position: relative;
}
.aminitiescvr .myfistpage .pagenavcnt .ovlybx img {
    width: 100%;
    height: 100vh;
    -o-object-fit: cover;
    object-fit: cover;
}
.aminitiescvr .myfistpage .pagenavcnt .ovlybx .ovlytxt {
    position: absolute;
    right: 12px;
    bottom: 174px;
    width: 30%;
}
.aminitiescvr .myfistpage .pagenavcnt .ovlybx .ovlytxt h1 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 20px;
    color: white;
}
.aminitiescvr .myfistpage .pagenavcnt .ovlybx .ovlytxt p {
    color: white;
    line-height: 17px;
    font-size: 16px;
}
.aminitiescvr .myfistpage .pagenavcnt .ovlybx .ovly {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(58, 56, 56, 0.212);
    top: 0px;
}

.florplanprnt {
    margin-top: 6rem;
}
.florplanprnt .flortab {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    background-color: #1e3d73;
}
.florplanprnt .flortab .florhed {
    border-bottom: 1px solid black;
    width: 100%;
    text-align: center;
    margin-bottom: 10px;
}
.florplanprnt .flortab .florhed h1 {
    font-weight: 400;
    color: white;
    padding-bottom: 14px;
}
.florplanprnt .flortab .nav-pills .nav-link.active {
    color: rgb(255, 255, 255);
}
.florplanprnt .flortab .nav-pills .show > .nav-link {
    color: rgb(255, 255, 255);
}
.florplanprnt .flortab .nav-link {
    color: #6f9adb;
    text-decoration: none;
    background: 0 0;
    border: 0;
    transition:
        color 0.15s ease-in-out,
        background-color 0.15s ease-in-out,
        border-color 0.15s ease-in-out;
    font-weight: 600;
    margin-top: 12px;
    font-size: 1rem;
}
.florplanprnt .flatgalone .fltchil {
    margin-left: 20px;
    margin-right: 20px;
    height: 400px;
}
.florplanprnt .flatgalone .fltchil img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.florplanprnt .vidoegal {
    display: flex;
    gap: 40px;
}
.florplanprnt .vidoegal .vdochild {
    width: 100%;
    padding: 20px;
}
.florplanprnt .vidoegal .vdochild iframe {
    width: 100%;
    height: 400px;
}
.florplanprnt .slick-next {
    right: 34px;
    width: 50px;
    height: 50px;
    z-index: 3;
}
.florplanprnt .slick-prev {
    left: 34px;
    width: 50px;
    height: 50px;
    z-index: 11;
}

.parent-containers .slick-next {
    margin: 0;
    right: 0;
    width: 50px;
    height: 50px;
    z-index: 0;
}
.parent-containers .slick-prev {
    margin: 0;
    left: 0;
    width: 50px;
    height: 50px;
    z-index: 11;
}
.border-left {
    border-right: 1px solid white !important;
    border-radius: inherit !important;
}

.locnvect {
    margin-top: 3rem;
    position: relative;
    overflow: hidden;
}
.locnvect .loconeimg {
    width: 286px;
    height: 162px;
    position: absolute;
    left: 0px;
}
.locnvect .loconeimg img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.locnvect .locvecone {
    padding: 40px;
    /* margin-left: 30px; */
    /* margin-top: 116px; */
}
.locnvect .locvecone h1 {
    /* font-size: 30px; */
    font-weight: 600;
     font-family: 'Sugar Magic', cursive;
}
@media screen and (max-width: 768px) {
    .locnvect .locvecone {
        margin-top: 0px;
        padding-top: 0;
        padding-bottom: 30px;
    }
}
.locnvect .locvectwo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.locnvect .locvecthree {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
}
.locnvect .locvecthree h1 {
    font-family: 'Poppins', sans-serif !important;
    text-align: left;
    font-size: 24px;
    margin-right: 90px;
    margin-bottom: 2rem;
    font-weight: 600;
}
.locnvect .locvecthree .locanbx {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 10px;
}
.locnvect .locvecthree .locanbx .locadtltwo {
    text-align: left;
    width: 70%;
    margin-left: 20px;
    font-size: 1rem;
    font-weight: 400;
}
.loc-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 15px;
}

@media (max-width: 768px) {
    .loc-grid {
        grid-template-columns: 1fr;
    }
}

.footerprnt {
    background-color: #1f3e74;
}
.footerprnt .lnkflx {
    border-bottom: 1px solid white;
    display: flex;
    justify-content: space-between;
    padding: 30px;
}
.footerprnt .lnkflx a {
    text-decoration: none;
    color: white;
}
.footerprnt .icnbx {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
.footerprnt .icnbx a {
    text-decoration: none;
    color: #1f3e74;
}
.footerprnt .icnbx .icns {
    padding: 7px 9px;
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: white;
}
.footerprnt .icnbx .icns i {
    font-size: 12px;
    color: #1f3e74;
}
.footerprnt .txtlcl {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
}
.footerprnt .txtlcl a {
    color: white;
    text-decoration: none;
}
.footerprnt .gaping {
    margin-left: 10px;
    margin-right: 10px;
}

.filxbtn {
    position: fixed;
    bottom: 12px;
    right: 12px;
    background-color: white;
    z-index: 99;
    border-radius: 100%;
    padding: 16px;
    border-bottom: 4px solid black;
}
.filxbtn a {
    text-decoration: none;
    color: black;
}
.filxbtn i {
    font-size: 30px;
}

.galleyparent {
    margin-top: 6rem;
    position: relative;
}
.galleyparent .galleyheading {
    text-align: center;
}
.galleyparent .galleyheading h3 {
    color: #1b2f5b;
    font-weight: 600;
}
.locvecone h3 {
    color: #1b2f5b;
}
.testimonial-heading {
    color: #1b2f5b;
}
.galleyparent .galleyheading p {
    padding-top: 3px;
    color: rgb(102, 102, 102);
    font-weight: 500;
    font-size: 17px;
    padding-bottom: 7px;
}
.galleyparent .galleyimge .gallyimgchid {
    position: relative;
    margin: 15px;
}
.galleyparent .galleyimge .gallyimgchid img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}
.galleyparent .galleyimge .gallyimgchid .galovrlybx {
    position: absolute;
    width: 94%;
    width: 100%;
    bottom: 0px;
    text-align: center;
    padding: 22px;
    background-color: rgba(30, 61, 115, 0.8117647059);
}
.galleyparent .galleyimge .gallyimgchid .galovrlybx h5 {
    font-family: 'Poppins', sans-serif !important;
    color: white;
    font-weight: 200;
}
.galleyparent .slick-next {
    right: 34px;
    width: 50px;
    height: 50px;
    z-index: 0;
}
.galleyparent .slick-prev {
    left: 34px;
    width: 50px;
    height: 50px;
    z-index: 11;
}

.containervid {
    margin-top: 6rem;
}
.containervid .vidheading {
    text-align: center;
    padding-bottom: 37px;
}
.containervid .vidheading h3 {
    color: #1b2f5b;
    font-weight: 600;
    letter-spacing: 0.3rem;
}

.modal {
    --bs-modal-width: 66%;
}
.modal .modal-dialog {
    border-radius: none !important;
    border: none;
}
.modal .modal-dialog .modal-content {
    position: relative;
    background-color: #976442;
    border: none;
}
.modal .modal-dialog .modal-content .btn-close {
    background-color: rgba(179, 179, 179, 0.466);
    border-radius: 100%;
    padding: 10px;
    position: absolute;
    top: 20px;
    right: 20px;
}
.modal .modal-dialog .modal-content .modalone {
    position: relative;
    margin-left: 0px;
    width: 100%;
    height: 100%;
}
.modal .modal-dialog .modal-content .modalone img {
    width: 100%;
    height: 100%;
}
.modal .modal-dialog .modal-content .modaltwo {
    padding-bottom: 30px;
    padding-top: 25px;
    height: auto;
}
.modal .modal-dialog .modal-content .modaltwo h3 {
    color: white;
    font-weight: 500;
    padding-bottom: 0px;
     font-family: 'Sugar Magic', cursive;
    font-size: 35px;
}
.modal .modal-dialog .modal-content .modaltwo p {
    color: white;
    font-weight: 300;
    padding-bottom: 10px;
}
.modal .modal-dialog .modal-content .modaltwo .moalflx {
    border: 1px solid rgba(168, 167, 167, 0.815);
    width: 80%;
    margin: 0 auto;
    margin-bottom: 9px;
    padding: 2px;
    border: none;
}
.modal .modal-dialog .modal-content .modaltwo .moalflx .mdlcon {
    padding-right: 12px;
    padding-left: 10px;
}
.modal .modal-dialog .modal-content .modaltwo .moalflx .mdlinput input {
    width: 250px;
    width: 100%;
    border: none;
    padding: 10px;
}
.modal
    .modal-dialog
    .modal-content
    .modaltwo
    .moalflx
    .mdlinput
    input::-moz-placeholder {
    color: black;
    font-size: 18px;
    font-weight: 500;
}
.modal
    .modal-dialog
    .modal-content
    .modaltwo
    .moalflx
    .mdlinput
    input::placeholder {
    color: black;
    font-size: 18px;
    font-weight: 500;
}
.modal .modal-dialog .modal-content .modaltwo .moalflx .mdlinput input:focus {
    outline: none;
}
.modal .modal-dialog .modal-content .modaltwo .moalflx .mdlinput textarea {
    border: none;
    resize: none;
    width: 100%;
    padding: 10px;
}
.modal
    .modal-dialog
    .modal-content
    .modaltwo
    .moalflx
    .mdlinput
    textarea:focus {
    outline: none;
}
.modal
    .modal-dialog
    .modal-content
    .modaltwo
    .moalflx
    .mdlinput
    textarea::-moz-placeholder {
    color: black;
    font-size: 18px;
    font-weight: 500;
}
.modal
    .modal-dialog
    .modal-content
    .modaltwo
    .moalflx
    .mdlinput
    textarea::placeholder {
    color: black;
    font-size: 18px;
    font-weight: 500;
}
.modal .modal-dialog .modal-content .mdlbtn {
    font-family: 'Poppins', sans-serif !important;
    width: 80%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background-color: #122d5b;
    color: white;
    border: none;
    font-size: 19px;
}

.disclamr {
    background-color: #081f42;
    color: white;
    margin-top: 4rem;
    padding: 30px 20px;
}
.disclamr p {
    text-align: justify;
    color: #7488aa;
    font-size: 15px;
    font-weight: 500;
    line-height: 18px;
}
.disclamr h4 {
    font-weight: 700;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
}
.disclamr h4::after {
    content: '';
    position: absolute;
    width: 300px;
    height: 1px;
    background-color: white;
    top: 50%;
    left: 120%;
}

.ylow {
    background-color: #e4ad3b !important;
}

.dvlpersec {
    margin-top: 6rem;
}
.dvlpersec .divsec {
    padding: 30px;
    padding-top: 60px;
}
.dvlpersec .divsec h3 {
    color: black;
     font-family: 'Sugar Magic', cursive;
    margin-top: 20px;
    margin-bottom: 20px;
}
.dvlpersec .divsec .logo {
    margin-bottom: 12px;
}
.dvlpersec .divsec .logo img {
    width: 164px;
    height: 123px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.dvlpersec-mobile {
    margin-top: 2rem;
}
.dvlpersec-mobile .divsec {
    padding: 20px;
    padding-top: 40px;
}
.dvlpersec-mobile .divsec h3 {
    color: black;
     font-family: 'Sugar Magic', cursive;
    margin-top: 20px;
    margin-bottom: 20px;
}
.dvlpersec-mobile .nav {
    border: unset;
}
.dvlpersec-mobile .nav-tabs {
    justify-content: center;
}
.dvlpersec-mobile .nav-link {
    width: 30vw;
    background-color: rgba(219, 219, 219, 0.631372549);
    border: unset;
    border-bottom: 2px solid rgba(0, 0, 0, 0);
}
.dvlpersec-mobile .nav-link.active {
    background-color: rgba(219, 219, 219, 0);
    border-bottom: 2px solid #152f5e;
}
.dvlpersec-mobile .nav-link .logo {
    margin-bottom: 12px;
}
.dvlpersec-mobile .nav-link .logo img {
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}

.thankyoubanner {
    height: 100vh;
    object-fit: cover;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url('../image/banner2.webp');
    /* linear-gradient(to top, rgba(9, 34, 59, 0.842), rgb(77, 75, 102)); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-blend-mode: overlay;
}
.thankyoubanner .thankyouparent {
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    align-items: flex-start;
    margin-left: 35%;
}
.thankyoubanner .thankyouparent h1 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 3rem !important;
    color: white;
}
/* .thankyoubanner .thankyouparent p {
  padding-bottom: 30px;
  color: white;
} */
.thankyoubanner .thankyouparent a {
    /* padding: 15px 30px; */
    text-decoration: none;
    /* background-color: #e4ad3b; */
    /* color: white; */
}

.slick-dots {
    bottom: -7px !important;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 2px !important;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button:before {
    font-family: 'slick';
    font-size: 14px !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: '•';
    text-align: center;
    opacity: 0.25;
    color: black;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.calbtnbx {
    text-decoration: none;
    display: inline-block;
    position: fixed;
    right: 0px;
    transform: rotate(40%);
    transform: rotate(-90deg);
    z-index: 1;
    top: 50%;
    right: -45px;
}
.calbtnbx .calbtn {
    font-family: 'Poppins', sans-serif !important;
    background-color: #bb8a31;
    color: white;
    padding: 12px;
    border-top-left-radius: 9px;
    border-top-right-radius: 9px;
    font-size: 15px;
    font-weight: 500;
    transition: all 0.2s linear;
}
.calbtnbx .calbtn i {
    margin-right: 5px;
}

.calbtnbx .calbtn:hover {
    background-color: white;
    border-top: 1px solid #bb8a31;
    border-left: 1px solid #bb8a31;
    border-right: 1px solid #bb8a31;
    color: #bb8a31;
}

.dwnlodprnt {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* .dwnlodbwsr {
  text-align: center;
  display: inline-block;
  padding: 10px 2px;
  padding: 12px;
  border-radius: 9px;
  font-weight: 500;
  font-size: 15px;
  border: 2px solid white;
  background-color: #bb8a31;
  color: white;
}
.dwnlodbwsr:hover {
  background-color: white;
  color: #bb8a31;
  border: 2px solid #bb8a31;
} */

@media screen and (max-width: 1356px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
    }
    .navparent .navbar-brand {
        width: 120px;
    }
}
@media screen and (max-width: 1228px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 10px;
    }
}
@media screen and (max-width: 1107px) {
    .navparent .navbar-brand {
        width: 104px;
    }
}
@media screen and (max-width: 1091px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 9px;
    }
}
@media screen and (max-width: 1031px) {
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 8px;
    }
}
@media screen and (max-width: 1000px) {
    .navbar-nav {
        margin-left: 0px;
        margin-top: 20px;
    }
    .navbar-nav .nav-link.active {
        color: #7d1e21;
    }
    .navbar-nav .nav-link.active::after {
        content: '';
        position: absolute;
        width: 0%;
    }
    .navbar-nav .nav-link.show::after {
        content: '';
        position: absolute;
        width: 0%;
    }
    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 12px;
        margin-left: 0px;
        margin-bottom: 13px;
    }
    .modal .modal-dialog .modal-content .modaltwo .moalflx .mdlinput input {
        width: 100%;
    }
    .modal .modal-dialog .modal-content .modaltwo .moalflx .mdlinput textarea {
        width: 100%;
    }
}
@media screen and (max-width: 900px) {
    .navparent {
        background-color: #e1e2e4;
        padding: 3px;
        position: sticky;
        top: 0;
        z-index: 33;
    }
}
@media screen and (max-width: 600px) {
    .developers-section {
        width: 100%;
        display: none;
    }

    .bannerparent .bradchild .brndcldtwo .brdcltwodiv {
        padding-bottom: 0px;
    }
    .bannerparent .bradchild .brndcldtwo .brdcltwodiv h3 {
        font-size: 17px;
    }
    .bannerparent .bradchild .brndcldtwo .brdcltwodiv p {
        font-size: 12px;
    }
    .desighnbramdprnt .dsignmainbx .desighnbxtxt p {
        font-weight: 600;
        font-size: 1rem;
    }
    .desighnbramdprnt .bluerebon {
        padding: 15px;
        margin-top: 3rem;
    }
    .desighnbramdprnt .bluerebon p {
        width: 100%;
    }
    .desighnbramdprnt {
        padding-bottom: 0rem;
    }
    .desighnbramdprnt .bluerebon p {
        text-align: justify;
        font-size: 1rem;
    }
    .bannerparent .bradchild .brndcldone img {
        height: 80vh;
        object-fit: cover;
        object-position: center;
    }
}
@media screen and (max-width: 404px) {
    .bannerparent .bradchild .brndcldtwo .brdcltwodiv p {
        font-size: 14px;
    }
}
@media screen and (max-width: 832px) {
    .desighnbramdprnt .dsignmainbx {
        flex-direction: column;
        margin-top: 2rem;
    }
    .desighnbramdprnt .dsignmainbx .desighnbx {
        width: 100%;
    }
    .desighnbramdprnt .dsignmainbx .desighnbxtxt {
        width: 100%;
        margin-left: 0px;
        margin-top: 48px;
    }
}
@media screen and (max-width: 760px) {
    .dsignprndone {
        padding: 2px;
    }
    .dsignprndone .designsendprntone .outerborder {
        border: none;
    }
    .dsignprndone .designsendprntone .outerborder .boxtwo {
        width: 100%;
        padding-right: 0px;
    }
    .dsignprndone .designsendprntone .outerborder .boxtwo p {
        margin-bottom: 0rem;
        text-align: center;
        margin-top: 20px;
        font-weight: 600;
    }
    .dsignprndone .designsendprntwo .manwcotebx {
        width: 100%;
        display: flex;
        margin-top: 30px;
    }
    .dsignprndone .designsendprntwo .manwcotebx .manwcotebxone {
        width: 100%;
    }
    .dsignprndone .designsendprntwo .manwcotebx .manwcotebxone img {
        height: 100%;
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}
@media screen and (max-width: 612px) {
    .dsignprndone .designsendprntwo .manwcotebx {
        flex-direction: column;
        margin-top: 30px;
    }
    .dsignprndone .designsendprntwo .manwcotebx .manwcotebxtwo {
        margin-top: 0px;
        margin-left: 0px;
        margin-top: 28px;
        text-align: justify;
    }
    .dsignprndone .underlinetext {
        margin-top: 11px;
    }
    .desighnbramdprnt .dsignmainbx .desighnbx {
        width: 100%;
        height: auto;
    }
}
@media screen and (max-width: 700px) {
    .myfistpage .align-items-start {
        align-items: flex-start !important;
        flex-direction: column;
    }
    .aminitiescvr .myfistpage .pagenavbtn {
        width: 100%;
        display: flex;
        align-items: start !important;
        justify-content: center !important;
        height: auto !important;
        padding: 0px !important;
        flex-wrap: wrap !important;
        flex-direction: row !important;
        -moz-column-gap: unset !important;
        column-gap: unset !important;
        padding: 10px;
        -moz-column-gap: 20px;
        column-gap: 20px;
    }
    .aminitiescvr .myfistpage .pagenavbtn .pillheding {
        padding-bottom: 30px;
        padding-top: 10px;
        padding-left: 0px;
        font-size: 20px;
        display: none;
    }
    .aminitiescvr .myfistpage .pagenavcnt {
        width: 100%;
    }
    .aminitiescvr .myfistpage .pagenavcnt .ovlybx img {
        width: 100%;
        height: auto;
        -o-object-fit: contain;
        object-fit: contain;
    }
    .aminitiescvr .myfistpage .pagenavcnt .ovlybx .ovlytxt {
        position: absolute;
        right: 1px;
        bottom: 0px;
        width: 49%;
    }
    .aminitiescvr .myfistpage .pagenavcnt .ovlybx .ovlytxt h1 {
        /* font-size: 17px; */
        color: white;
    }
    .aminitiescvr .nav-pills .nav-link {
        font-size: 15px;
    }
    .aminitiescvr .nav-pills .exnavlink {
        padding: 0px;
        border-right: 1px solid black;
        border-radius: inherit;
        padding: 0px 12px;
        font-size: 13px;
        margin-bottom: 12px;
        margin-top: 10px;
        margin-left: 0px !important;
    }
    .aminitiescvr .nav-pills .exnavlink:last-child {
        border-right: none;
    }

    .locnvect .locvecthree {
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .locnvect .locvecthree h1 {
        text-align: center;
        margin-right: 0px;
        margin-bottom: 20px;
        /* font-size: 24px; */
    }
    .locnvect .locvecthree .locanbx {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        margin-top: 10px;
        width: 100%;
    }
    .locnvect .locvecthree .locanbx .locadtltwo {
        width: 69%;
    }
    .locnvect .locvecone {
        margin-left: 0px;
        text-align: center;
    }
}
@media screen and (max-width: 584px) {
    .aminitiescvr .amnitiesmainnav .nav-pills .nav-link {
        font-size: 24px;
    }
    .aminitiescvr .amnitiesmainnav .mybordr {
        border-left: 2px solid white;
        border-right: 2px solid white;
        padding-left: 0px !important;
        padding-right: 9px !important;
    }
}
@media screen and (max-width: 347px) {
    .aminitiescvr .amnitiesmainnav .mybordr {
        border-left: 2px solid white;
        border-right: 2px solid white;
        padding-left: 15px !important;
        padding-right: 9px !important;
    }
    .aminitiescvr .nav-link {
        margin-left: -6px;
    }
}
@media screen and (max-width: 504px) {
    .aminitiescvr .amnitiesmainnav .nav-pills .nav-link {
        font-size: 19px;
    }
}
@media screen and (max-width: 428px) {
    .aminitiescvr .amnitiesmainnav .nav-pills .nav-link {
        font-size: 16px;
        line-height: 23px !important;
    }
    .disclamr h4::after {
        content: '';
        position: absolute;
        width: 100px;
        height: 1px;
        background-color: white;
        top: 50%;
        left: 120%;
    }
}
@media screen and (max-width: 500px) {
    .aminitiescvr .amnitiesmainnav .nav-pills .nav-link {
        font-size: 13px;
    }
    .aminitiescvr .nav-pills .nav-link {
        line-height: 17px !important;
    }
    .florplanprnt {
        margin-top: 3rem;
    }
    .florplanprnt .nav {
        justify-content: center;
    }
    .florplanprnt .slick-next {
        right: 34px;
        width: 40px;
        height: 40px;
        z-index: 3;
    }
    .florplanprnt .slick-prev {
        left: 34px;
        width: 40px;
        height: 40px;
        z-index: 11;
    }
    .florplanprnts .slick-next {
        right: 4px;
        width: 50px;
        height: 50px;
        z-index: 0;
    }
    .florplanprnts .slick-prev {
        left: 4px;
        width: 50px;
        height: 50px;
        z-index: 11;
    }
    .florplanprnt .vidoegal {
        gap: 9px;
    }
    .florplanprnt .flortab .nav-link {
        margin-left: 0px;
        font-size: 13px;
    }
    .vidoegal {
        flex-direction: column;
    }
    .disclamr {
        margin-top: 0rem !important;
    }
    .disclamr h4 {
        /* font-size: 24px; */
    }
    .disclamr p {
        font-size: 1rem;
    }
    .footerprnt .lnkflx {
        /* border-bottom: 1px solid white; */
        /* display: flex; */
        /* justify-content: space-between; */
        /* padding: 30px; */
        /* flex-direction: column; */
        /* text-align: center; */
        border-bottom: 1px solid white;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 20px;
        padding: 30px;
        text-align: center;
        justify-items: start;
    }

    .footerprnt .lnkflx a {
        /* margin-top: 26px; */
    }
    .galleyparent {
        margin-top: 3rem;
    }
    .galleyparent .slick-next {
        right: 4px;
        width: 40px;
        height: 40px;
    }
    .galleyparent .slick-prev {
        left: 4px;
        width: 40px;
        height: 40px;
        z-index: 11;
    }
    .galleyparent .galleyimge .gallyimgchid .galovrlybx {
        padding: 6px;
    }
    .galleyparent .galleyimge .gallyimgchid .galovrlybx h5 {
        font-size: 1rem;
    }
    .modal .modal-dialog .modal-content .modaltwo h3 {
        color: white;
        font-weight: 800;
        padding-bottom: 0px;
         font-family: 'Sugar Magic', cursive;
        font-size: 28px;
    }
    .modal .modal-dialog .modal-content .modaltwo p {
        font-size: 13px;
    }
    .locnvect {
        margin-top: 3rem;
        position: relative;
    }
    .locnvect .locvecone h1 {
        /* font-size: 24px; */
        font-weight: 600;
        margin-top: 36px !important;
    }
    .hidebr {
        display: none;
    }
    .dvlpersec .divsec h3 {
        font-size: 24px;
    }
    .dvlpersec .divsec p {
        font-size: 1rem;
        text-align: justify;
    }
    .containervid {
        margin-top: 3rem;
    }
    .dsignprndone {
        padding-bottom: 3rem;
    }
    .bannerparent .bradchild .brndcldtwo .brdcltwodiv .maxpara {
        margin-bottom: 34px;
        padding: 1rem;
        padding-top: 6px;
    }
    .smdvc img {
        width: 169px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .calbtnbx .calbtn {
        font-size: 13px !important;
    }
    .ytone {
        height: 228px;
    }
    .yttwo {
        height: 2px solid red;
        height: 228px !important;
    }
    .ytthre {
        height: 2px solid red;
        height: 228px !important;
    }
}
@media screen and (max-width: 600px) {
    .aminitiescvr .myfistpage .pagenavcnt .ovlybx .ovlytxt h1 {
        font-size: 20px;
    }
    .aminitiescvr .myfistpage .pagenavcnt .ovlybx .ovlytxt p {
        font-size: 14px;
    }
}
@media screen and (max-width: 343px) {
    .florplanprnt .flortab .nav-link {
        font-size: 15px;
    }
}
@media screen and (max-width: 456px) {
    .locnvect .locvecthree .locanbx .locadtltwo {
        width: inherit;
        font-size: 1rem;
    }
}

@media screen and (max-width: 524px) {
    .disclamr h4::after {
        content: '';
        position: absolute;
        width: 40vw;
        max-width: 200px;
        height: 1px;
        background-color: white;
        top: 50%;
        left: 120%;
    }
}
@media screen and (max-width: 316px) {
    .disclamr h4::after {
        content: '';
        position: absolute;
        width: 80px;
        height: 1px;
        background-color: white;
        top: 50%;
        left: 120%;
    }
}
.construction-update {
    background-color: #1e3d73;
    padding: 40px 0;
}
.construction-update h2 {
    font-weight: 400;
    color: #fff;
    padding-bottom: 14px;
     font-family: 'Sugar Magic', cursive;
}
@media screen and (max-width: 768px) {
    .construction-update img {
        width: 100%;
        -o-object-fit: cover;
        object-fit: cover;
        -o-object-position: left;
        object-position: left;
    }
    .construction-update h2 {
        /* font-size: 1.8rem; */
    }
}
.construction-update .slick-slider .slick-slide {
    padding: 0 15px;
    height: auto;
}
.footer-header {
    color: #fff;
    font-size: 2rem;
    margin: 10px;
}
.featured-in {
    margin-top: 40px;
}
.featured-in h2 {
    font-weight: 400;
    padding-bottom: 14px;
    font-size: 2.5rem;
     font-family: 'Sugar Magic', cursive;
}
@media screen and (max-width: 768px) {
    .featured-in h2 {
        font-size: 2.3rem;
    }
    .footer-header {
        font-size: 28px;
    }
}
.featured-in h3 {
    font-size: 1rem;
    font-weight: 700;
}
.featured-in p {
    margin-bottom: 36px;
}
.featured-in h4 {
    font-weight: 700;
    font-size: 1.6rem;
    margin-bottom: 20px;
    position: relative;
    display: inline-block;
    position: relative;
}
.featured-in h4::after {
    position: absolute;
    top: 50%;
    content: '';
    width: 40vw;
    max-width: 200px;
    height: 2px;
    background-color: #000;
    left: 110%;
}
.featured-slide .slick-prev {
    width: 50px;
    height: 50px;
    cursor: pointer;
    left: -5%;
    left: 0% !important;
    z-index: 10;
}
.featured-slide .slick-next {
    width: 50px;
    height: 50px;
    cursor: pointer;
    right: -5%;
    right: 0% !important;
}
.featured-slide .featured-news {
    display: flex;
    justify-content: center;
    align-items: center;
}
.featured-slide .featured-news img {
    margin: 20px auto;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
}

.design-slider img {
    width: 100%;
    height: 400px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top center;
    object-position: top center;
}

.map-btn {
    background-color: #bb8a31;
    color: white;
}

.aminitis-items .exnavlink {
    float: left;
}

.scroll-hideen .line {
    width: -moz-max-;
    width: -moz-max-content;
    width: max-content;
    width: 100%;
    display: flex;
    align-items: start !important;
    justify-content: center !important;
    height: auto !important;
    padding: 0px !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    -moz-column-gap: unset !important;
    column-gap: unset !important;
    padding: 10px;
    -moz-column-gap: 20px;
    column-gap: 20px;
}

.scroll-hideen::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
} /*# sourceMappingURL=style.css.map */

/* new-form */
.callback-form-section {
    width: 100%;
    background-color: #f8f9fa;
}

/* Image Section */
.callback-image-wrapper {
    height: 100%;
}

.callback-image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Form Wrapper */
.callback-form-wrapper {
    padding: 40px 30px;
    background-color: #ffffff;
}

/* Headings */
.form-title {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}

.form-subtitle {
    font-size: 14px;
    color: #666;
    margin-bottom: 30px;
}

/* Form Fields */
.form-group {
    margin-bottom: 15px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 12px 14px;

    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
}

.form-group input:focus,
.form-group textarea:focus {
    border-color: #bb8a31;
}

/* Button */
.submit-btn {
    font-family: 'Poppins', sans-serif !important;
    width: 100%;
    padding: 12px;
    background-color: #bb8a31;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 15px;
    font-weight: 500;
    cursor: pointer;
}

.submit-btn:hover {
    background-color: #c6a669;
}

/* Responsive */
@media (max-width: 768px) {
    .callback-form-wrapper {
        padding: 25px 20px;
    }
}
/* Footer Form Section */
.footer-form-section {
    width: 100%;
    background-color: #f8f8f8;
    padding: 8% 20%;
}
.footer-form-row {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
    max-width: 1200px;
    margin: 0 auto;
    flex-wrap: wrap;
}

.footer-form-row div {
    flex: 0 0 calc(50% - 10px);
}
.footer-form-row input {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ccc;
    border-radius: 4px;
    font-size: 14px;
    outline: none;
}

.footer-form-row input:focus {
    border-color: #bb8a31;
}

.footer-submit-btn {
    /* flex: 0 0 100%;  */
    font-family: 'Poppins', sans-serif !important;
    padding: 10px 20px;
    background-color: #bb8a31;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    align-items: end;
    font-size: 14px;
    transition: background-color 0.3s ease;
}

/* Responsive: stack inputs and button on small screens */
@media (max-width: 768px) {
    .footer-form-row {
        flex-direction: column;
        width: 100%;
    }

    .footer-form-row input,
    .footer-submit-btn {
        width: 100%;
    }
}

.florplanprnt {
    margin: 50px 0;
}

/* Tabs */
.flortab .nav-link {
    border-radius: 0;
    margin-right: 5px;
    color: #333;
    border: 1px solid #ccc;
}

.flortab .nav-link.active {
    background-color: #bb8a31;
    color: #fff;
}

/* Gallery Images */
.flatgalone {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.fltchil img {
    width: 100%;
    height: auto;
    border-radius: 4px;
    transition: transform 0.3s;
}

.fltchil img:hover {
    transform: scale(1.05);
}

/* Video iframe */
.vdochild iframe {
    width: 100%;
    border-radius: 4px;
}

/* Download Buttons */
.dwnlodbwsr {
    font-family: 'Poppins', sans-serif !important;
    display: inline-block;
    padding: 8px 15px;
    background-color: #bb8a31;
    color: #fff;
    text-align: center;
    border-radius: 4px;
    font-weight: 500;
}

.dwnlodbwsr:hover {
    background-color: #a07429;
    color: #fff;
}

/* Enquiry Form */
.enquiry-form input,
.enquiry-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.enquiry-form input:focus,
.enquiry-form textarea:focus {
    border-color: #bb8a31;
}

.enquiry-form .btn-submit {
    background-color: #bb8a31;
    color: #fff;
    border: none;
    padding: 10px;
    border-radius: 4px;
    font-weight: 500;
    cursor: pointer;
    transition: background-color 0.3s;
}

.enquiry-form .btn-submit:hover {
    background-color: #a07429;
}

/* Responsive Layout */
@media (max-width: 992px) {
    .florplanprnt .row {
        flex-direction: column;
    }
    .flatgalone {
        gap: 8px;
    }
}
.form-center {
    display: flex;
}

.developers-section {
    overflow: hidden;
    width: 100%;
}

/* Common */
.developer-content {
    padding: 70px 60px;
}

.developer-content h2 {
    font-weight: 400;
    padding-bottom: 14px;
     font-family: 'Sugar Magic', cursive;
}

.developer-content p {
    font-family: 'Raleway', arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

/* Left Side */
.developer-left {
    background-color: #e5b241; 
    color: #000;
}

.developer-left .developer-tag {
    font-family: 'Poppins', Sans-serif;
    font-size: 13px;
    letter-spacing: 1.5px;
    font-weight: 600;
    display: inline-block;
    /* border-bottom: 2px solid #000; */
    padding-bottom: 5px;
    margin-bottom: 25px;
}
.developer-heading {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 30px;
}

.developer-tag {
    font-size: 13px;
    font-weight: 700;
    letter-spacing: 2px;
    color: #000;
    white-space: nowrap;
}

.developer-line {
    flex: 1;
    height: 2px;
    margin-top: -31px;
    background-color: #000;
}

.marg-top {
    margin-top: 4.55rem;
}
.developer-left .developer-logo {
    max-width: 160px;
    margin: 20px 0;
}

/* Right Side */
.developer-right {
    background-color: #ffffff;
    color: #000;
}

.developer-right .developer-logo {
    max-width: 180px;
    margin-bottom: 20px;
}

/* Responsive */
@media (max-width: 991px) {
    .developer-content {
        padding: 40px 25px;
    }

    .developer-content h2 {
        font-size: 28px;
    }
}
.testimonial-section {
    overflow-x: hidden;
    padding: 60px 0;
    background-color: #f8f8f8;
}

.testimonial-heading h2 {
    font-weight: 400;
     font-family: 'Sugar Magic', cursive;
}

.testimonial-heading p {
    color: #666;
}
.testimonial-slider .slick-slide {
    height: 250px;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.testimonial-card {
    height: 100%;
    transition: transform 0.3s ease;
}

.testimonial-card:hover {
    transform: translateY(-5px);
}

.testimonial-text {
    color: #444;
    margin-bottom: 15px;
    font-family: 'Raleway', arial, sans-serif;
    font-size: 15px;
    line-height: 1.7;
    margin-bottom: 15px;
}

.testimonial-name {
    font-size: 16px;
    font-weight: 600;
    color: #222;
    margin-bottom: 2px;
}

.testimonial-role {
    font-size: 13px;
    color: #bb8a31;
}

.testimonial-slider .testimonial-card {
    /* background: #fff; */
    /* padding: 25px; */
    margin: 10px;
    /* box-shadow: 0 8px 20px rgba(0,0,0,0.08);/ */
    /* height: 100%; */
    /* min-height:220px; */
}

.testimonial-text {
    font-style: italic;
    margin-bottom: 15px;
}
.slide {
    align-items: center;
}

.slide-text {
    margin-top: -12rem;
}

.testimonial-name {
    font-weight: 600;
    margin-bottom: 2px;
}

.testimonial-role {
    font-size: 14px;
    color: #777;
}
.slick-prev,
.slick-next {
    width: 50px;
    height: 50px;
    z-index: 2;
}
/* Slick arrows color */
.slick-prev:before,
.slick-next:before {
    color: #bb8a31;
}
/* Responsive */
@media (max-width: 768px) {
    .testimonial-heading h2 {
        /* font-size: 26px; */
    }
    .testimonial-slider .testimonial-card {
        min-height: 185px;
    }
    .footer-form-row input {
        flex: 0;
    }
}
/* ================= HERO ================= */
#overview {
    width: 100%;
    height: fit-content;
    padding: 2rem;
    overflow: unset;
    position: relative;
    background: url('../image/banner-one.webp') center center / cover no-repeat;
}

/* dark overlay for readability */
#overview::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.15);
    z-index: 0;
}

.banner-slide {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: flex-end;
}

/* ================= CONTENT PANEL ================= */
.banner-content {
    height: 100%;
    /* padding: 90px 80px; */

    color: #ffffff;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    position: relative;
}

/* vertical divider line */
/* .banner-content::before {
      content: "";
      position: absolute;
      left: 50px;
      top: 120px;
      width: 2px;
      height: 140px;
      background: rgba(255, 255, 255, 0.6);
    } */

.nav-tel span {
    font-family: 'Poppins', sans-serif !important;
    color: #000;
}
.nav-tel a {
    text-decoration: none;
    font-weight: 600;
    font-size: 1rem;
}
@media (max-width: 768px) {
    .nav-tel {
        display: none;
    }
    .specification_dev {
        padding: 50px 0 !important;
    }
    .fp-wrapper {
        padding: 20px 0 60px !important;
    }
    .specification_dev .spec-header {
        margin-bottom: 0 !important;
    }
    .specification_dev .spec-layout {
        gap: 30px !important;
    }
    .fp-tabs-modern {
        border-radius: 20px !important;
    }
    #floorPlanModal .modal-dialog .modal-content .btn-close {
       top: unset !important;
        right: unset !important;
        margin-top: -88px;
        margin-right: -30px !important;
    
    }
}

/* ================= TEXT ================= */
.section-tag {
    font-family: 'Poppins', sans-serif !important;
    padding: 4rem 0 0 4rem;
    position: relative;
    display: inline-flex;
    align-items: center;
    gap: 16px;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 28px;
}

/* horizontal line after text */
.section-tag::after {
    content: '';
    display: block;
    width: 120px;
    height: 1px;
    background: #fff;
    transition: width 0.8s ease-out;
}

.banner-content h1 {
     font-family: 'Sugar Magic', cursive;
    line-height: 1.2;
    margin-bottom: 30px;
    max-width: 595px;
    text-transform: lowercase;
}

/* ================= PILLS ================= */
.pill-group {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}

.pill-group span {
    font-family: 'Poppins', sans-serif !important;
    background: #ffffff;
    color: #0a2b52;
    padding: 8px 16px;
    font-size: 1rem;
    font-weight: 500;
}

/* ================= DESCRIPTION ================= */
.description {
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.8;
    max-width: 600px;
    font-weight: 500;
    margin-bottom: 1rem;
}

/* ================= PRICE ================= */
.price-row {
    display: flex;
    gap: 60px;
    margin-bottom: 20px;
}

.price-row small {
     font-family: 'Sugar Magic', cursive;
    font-size: 2rem;
    display: block;
    color: #fff;
    margin-bottom: 6px;
}
.price-row span {
    font-size: 0.8rem;
}
.price-row strong {
    font-family: 'Poppins', sans-serif !important;
    font-size: 32px;
    font-weight: 600;
}

/* ================= BUTTON ================= */
.cta-btn {
    font-family: 'Poppins', sans-serif !important;
    padding: 14px 38px;
    background: #ffffff;
    color: #0a2b52;
    font-size: 14px;
    font-weight: 700;
    border-radius: 6px;
    text-decoration: none;
    width: fit-content;
    transition: 0.3s ease;
}

.cta-btn:hover {
    background: #e6e6e6;
}

/* ================= RESPONSIVE ================= */
@media (max-width: 991px) {
    .banner-content {
        width: 100%;
        padding: 50px 30px;
    }

    .banner-content h1 {
        font-size: 32px;
    }

    .banner-content::before {
        display: none;
    }
}
@media (max-width: 991px) {
    .price-row strong {
        font-size: 24px;
    }
    .section-tag {
        padding: 0;
        margin: 0;
    }
    .banner-content {
        padding: 1rem 0;
    }
}

.banner-container {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

/* Slick slider slides */
.slide {
    width: 100%;
    height: 100vh;
    background-size: cover;
    background-position: center;
    display: flex !important;
    align-items: center;
    padding-left: 50px;
    position: relative;
}

.slide-text {
    max-width: 500px;
    color: white;
    text-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.slide-text h3 {
    /* font-size: 3rem; */
    margin-bottom: 14px;
}

.slide-text p {
    font-size: 1.05rem;
    line-height: 1.6;
    width: 80%;
    color: #ffffff;
    /* padding: 12px 18px; */
    /* background: rgba(0, 0, 0, 0.35); */
    font-weight: 600;
    backdrop-filter: blur(6px);
    border-radius: 8px;
    letter-spacing: 0.3px;
}

.download-btn {
    padding: 10px 25px;
    border: transparent;
    cursor: pointer;
    border-radius: 5px;
    margin-top: 20px;
}

/* Fixed enquiry form */
.fixed-enquiry-form {
    font-family: 'Poppins', sans-serif !important;
    position: absolute;
    top: 15%;
    right: 100px;
    width: 350px;
    transform: translateX(0%);
    backdrop-filter: brightness(0.7);
    color: #fff;
    padding: 20px;
    border-radius: 10px;
    z-index: 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
@media screen and (max-width: 1200px) {
    /* .fixed-enquiry-form { */
        /* transform: translateX(-6%); */
    /* } */
      .fixed-enquiry-form {
        display: none;
    }
}
.fixed-enquiry-form h3 {
    margin-bottom: 8px;
    text-align: center;
    font-size: 20px;
}

.fixed-enquiry-form input,
.fixed-enquiry-form textarea,
.fixed-enquiry-form button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    color: #fff;
    border: 1px solid #ffffff;
    background-color: transparent;
    box-sizing: border-box;
}
.fixed-enquiry-form textarea {
    height: 60px;
}
.fixed-enquiry-form input::placeholder,
.fixed-enquiry-form textarea::placeholder {
    color: #fff;
    opacity: 1;
}

.fixed-enquiry-form input::-webkit-input-placeholder,
.fixed-enquiry-form textarea::-webkit-input-placeholder {
    color: #fff;
}

.fixed-enquiry-form input:-ms-input-placeholder,
.fixed-enquiry-form textarea:-ms-input-placeholder {
    color: #fff;
}

.fixed-enquiry-form button {
    background-color: #bb8a31;
    color: white;
    border: none;
    cursor: pointer;
}
.slide-text {
   /* max-width: 30%;*/
    padding-left: 20px;
}
/* Responsive */
@media (max-width: 992px) {
    .slide {
        overflow-y: hidden;
    }
    .slide-text {
        max-width: 100%;
        padding-left: 20px;
    }

    .fixed-enquiry-form {
        position: absolute;
        width: 90%;
        left: 0;
        top: 56%;
        margin: 20px;
        transform: translateX(0%);
    }
    .download-btn {
        margin-top: 0;
    }
}

@media (max-width: 768px) {
    .fixed-enquiry-form form {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    /* Fix textarea height so it matches input visually */
    .fixed-enquiry-form textarea {
        height: 42px; /* same as input height */
        resize: none;
    }

    /* Button full width */
    .fixed-enquiry-form button {
        grid-column: span 2;
    }

    .slide {
        padding-left: 0;
    }
    .price-row {
        align-items: flex-end;
        gap: 8px;
        margin-bottom: 8px;
    }
    .description {
        margin-bottom: 20px;
    }
    .testimonial-section {
        padding: 30px 0;
    }
    .footer-form-section {
        padding: 6%;
    }
}

.footer-form-section {
    position: relative;
    /* width: 100%; */
    /* padding: 40px 20px; */
    background-image: url('../image/gal7.webp'); /* change image path */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

/* Overlay */
.footer-form-section::before {
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.6); /* overlay darkness */
    z-index: 0;
}

/* Keep form above overlay */
.footer-form-section .container {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
}
.dw-n {
    padding: 8px 31px;
}
  .slide-text.h1,
    h2,
    h3,
    h4 {
		    text-transform: uppercase;
		  font-family: 'Sugar Magic', cursive;
          letter-spacing: 0.09rem;
		font-size:2.7rem;
			line-height:2.4rem;
    }
	h3 span{
		 text-transform: uppercase;
		  /* font-family: 'RotisSemiSerifRegular'; */
          letter-spacing: 0rem;
		font-size:1.8rem;
	}

p,
.locadtltwo,
.nav-link,
.lnkflx,
.txtlcl a {
    font-family: 'Poppins', sans-serif !important;
}
.parent-containers a {
    width: 23%;
    margin-bottom: 15px;
}
@media (max-width: 768px) {
    .parent-containers a {
        width: 48%;
    }
}

.lb-close {
    position: fixed !important;
    top: 15px !important;
    right: 15px !important;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.8);
    border-radius: 50%;
    padding: 10px;
}

/* MOBILE ONLY – center lightbox modal */
@media (max-width: 768px) {
    .lb-outerContainer {
        position: fixed !important;
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
        margin: 0 !important;
    }

    .lb-container {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    /* Prevent accidental scrolling */
    .lb-outerContainer,
    .lb-container,
    .lb-image {
        overflow: hidden !important;
    }

    /* Close button stays on modal */
    .lb-close {
        top: 10px !important;
        right: 10px !important;
    }
}

/* ----------------------tab use -------------------- */

/* ================================
   FLOOR PLAN SECTION
================================ */

/* ================================
   FLOOR PLAN WAVE
================================ */
.fp-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    overflow: hidden;
    line-height: 0;
    z-index: 000;
}

.fp-wave img {
    width: 100%;
    object-fit: cover;
    height: 1100px;
    /* display: block; */
    opacity: 0.2;
    transform: rotate(1deg);
}

/* .fp-wave img {
  width: 100%;
  height: 1100px;
  display: block;
  transform: rotate(180deg);
} */

.fp-wrapper {
    position: relative; /* must have this */
    overflow: hidden;
}
.fp-wave {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 000; /* below content (z-index 10) */
}

.fp-wrapper {
    position: relative;
    padding: 50px 0;
    background-color: #204077;
    /* background: linear-gradient(180deg, #2142a0 0%, #1e3d74 100%); */
    overflow: hidden;
    z-index: 0;
}

/* FORCE wave visibility */
.fp-wave {
    position: absolute;
    bottom: -1px; /* fixes 1px gap issues */
    left: 0;
    width: 100%;
    height: auto;

    display: block; /* IMPORTANT */
    max-width: none; /* IMPORTANT */

    z-index: 000; /* ABOVE background */
    pointer-events: none;
}

/* Content above wave */
.fp-wrapper .container {
    position: relative;
    z-index: 1;
}

/* .fp-wrapper {
  background: linear-gradient(180deg, #1e3d73 0%, #162f59 100%);
  padding: 100px 0;
} */

/* ================================
   HEADING
================================ */

.fp-heading h1 {
    color: #ffffff;
     font-family: 'Sugar Magic', cursive;
    font-weight: 700;
    letter-spacing: 3px;
    font-size: 42px;
}

/* ================================
   TABS (PREMIUM PILL STYLE)
================================ */

.fp-tabs-modern {
    display: flex;
    gap: 14px;
    background: rgba(255, 255, 255, 0.12);
    padding: 14px;
    border-radius: 60px;
    width: fit-content;
    margin: 0 auto 60px;
    backdrop-filter: blur(10px);
}

.fp-tabs-modern .nav-link {
    border: none;
    background: transparent;
    color: #c6d6f2;
    font-size: 14px;
    font-weight: 600;
    padding: 14px 46px !important;
    border-radius: 40px;
    letter-spacing: 1px;
    transition: all 0.3s ease;
}

.fp-tabs-modern .nav-link:hover {
    color: #ffffff;
}

.fp-tabs-modern .nav-link.active {
    background: linear-gradient(135deg, #f5c76a, #bb8a31);
    color: #1e3d73;
    box-shadow: 0 10px 30px rgba(245, 199, 106, 0.45);
}

/* ================================
   CARD WRAPPER
================================ */

.fp-card {
    max-width: 960px;
    margin: 0 auto;
}

/* ================================
   IMAGE CARD
================================ */

.fp-card-inner {
    position: relative;
    background: #ffffff;
    padding: 16px;
    border-radius: 20px;
    overflow: hidden;
    /* box-shadow: 0 40px 80px rgba(0, 0, 0, 0.35); */
    transition: all 0.4s ease;
}

.fp-card-inner img {
    width: 100%;
    border-radius: 14px;
    transition: transform 0.6s ease;
}

/* IMAGE ZOOM */
.fp-card-inner:hover img {
    transform: scale(1.05);
}

/* ================================
   OVERLAY
================================ */

.fp-overlay {
    position: absolute;
    inset: 0;
    background: #91b0d829;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.35s ease;
}

.fp-card-inner:hover .fp-overlay {
    opacity: 1;
}

/* ================================
   VIEW MORE BUTTON
================================ */

.fp-btn {
    background: #d4a54a;
    color: #edf2f9;
    padding: 16px 44px;
    border-radius: 40px;
    font-weight: 600;
    letter-spacing: 1px;
    text-decoration: none;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.35);
    transition: all 0.3s ease;
}

.fp-btn:hover {
    background: #f5c76a;
    color: #1e3d73;
    transform: translateY(-3px);
}

/* ================================
   MODAL OVERLAY (BACKGROUND)
================================ */
#floorPlanModal {
    backdrop-filter: blur(6px);
    background: rgba(0, 0, 0, 0.65);
}

/* ================================
   MODAL DIALOG
================================ */
#floorPlanModal .modal-dialog {
    max-width: 460px;
}

/* ================================
   MODAL CONTENT
================================ */
#floorPlanModal .modal-content {
    background: linear-gradient(180deg, #1a3768 0%, #0f2446 100%);
    border-radius: 22px;
    border: none;
    padding-bottom: 20px;
    box-shadow: 0 40px 90px rgba(0, 0, 0, 0.6);
    position: relative;
    overflow: hidden;
}

/* GOLD TOP GLOW */
#floorPlanModal .modal-content::before {
    content: '';
    position: absolute;
    inset: 0;
    background: radial-gradient(
        circle at top,
        rgba(255, 200, 120, 0.25),
        transparent 60%
    );
    pointer-events: none;
}

/* ================================
   MODAL HEADER
================================ */
#floorPlanModal .modal-header {
    border: none;
    padding: 24px 26px 0;
    justify-content: flex-end;
}

/* CLOSE BUTTON */

#floorPlanModal .modal-dialog .modal-content .btn-close {
    /* background-color: rgba(179, 179, 179, 0.466); */
    border-radius: 100%;
    padding: 10px;
    position: absolute;
    top: 33px;
    right: 0px;
    background-color: #fff;
    z-index: 9999999999;
    background-color: #fff !important;
    position: fixed;
  
    opacity: 1;
    padding: 0.625rem;
    font-size: 0.8125rem;
}
#floorPlanModal .btn-close {
    filter: none;
    opacity: 0.8;
}

#floorPlanModal .btn-close:hover {
    opacity: 1;
}

/* ================================
   MODAL TITLE
================================ */
#floorPlanModal .modal-title {
    color: #ffffff;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 0.4px;
}

/* ================================
   MODAL BODY
================================ */
#floorPlanModal .modal-body {
    padding: 10px 26px 26px;
}

/* ================================
   FORM
================================ */
#frmdetls {
    display: flex;
    flex-direction: column;
    gap: 16px;
    margin-top: 12px;
}

/* INPUTS */
#frmdetls input,
#frmdetls textarea {
    width: 100%;
    padding: 15px 18px;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
    font-size: 14px;
    transition: all 0.3s ease;
}

/* PLACEHOLDER */
#frmdetls input::placeholder,
#frmdetls textarea::placeholder {
    color: rgba(255, 255, 255, 0.6);
}

/* FOCUS */
#frmdetls input:focus,
#frmdetls textarea:focus {
    outline: none;
    border-color: #f5c76a;
    background: rgba(255, 255, 255, 0.12);
    box-shadow: 0 0 0 2px rgba(245, 199, 106, 0.15);
}

/* TEXTAREA */
#frmdetls textarea {
    resize: none;
}

/* ================================
   BUTTON
================================ */
#frmdetls button {
    margin-top: 10px;
    padding: 16px;
    border-radius: 40px;
    border: none;
    background: linear-gradient(135deg, #f8d27d, #c89a3d);
    color: #1a2d52;
    font-size: 15px;
    font-weight: 600;
    letter-spacing: 0.5px;
    cursor: pointer;
    transition: all 0.35s ease;
    box-shadow: 0 12px 25px rgba(200, 154, 61, 0.35);
}

#frmdetls button:hover {
    transform: translateY(-3px);
    box-shadow: 0 18px 35px rgba(200, 154, 61, 0.55);
}

/* ================================
   ANIMATION
================================ */
.modal.fade .modal-dialog {
    transform: scale(0.95);
    transition: transform 0.3s ease;
}

.modal.show .modal-dialog {
    transform: scale(1);
}

/* ================================
   RESPONSIVE
================================ */
@media (max-width: 576px) {
    .fp-overlay {
        opacity: 1;
    }
    .fp-tabs-modern .nav-link {
        padding: 6px 20px !important;
    }
    #floorPlanModal .modal-dialog {
        margin: 12px;
    }

    #floorPlanModal .modal-title {
        font-size: 20px;
    }
    .fp-wave img {
        width: 100%;
        height: 400px;
        display: block;
        transform: rotate(180deg); /* flip wave if needed */
    }
}

/* -------------------------------spefication ------------------------------ */

/* SECTION */

/* ================================
   SPECIFICATIONS SECTION
================================ */

/* =====================================
   SPECIFICATION SECTION
===================================== */

#specificationModal .modal-dialog .modal-content {
    color: #fff;
    background-color: #1b2f5b;
}
.specification_dev {
    padding: 100px 0;
    background: #f5f7fa;
    color: #1b2f5b;
    font-family: 'Poppins', sans-serif;
}

/* =====================================
   HEADER
===================================== */

.specification_dev .spec-header {
    max-width: 620px;
    margin-bottom: 60px;
}

.specification_dev .spec-header span {
    font-size: 12px;
    letter-spacing: 3px;
    font-weight: 600;
    color: #bb8a31;
}

.specification_dev .spec-header h2 {
    font-size: 42px;
    margin: 12px 0;
}

.specification_dev .spec-header em {
    font-style: italic;
    font-weight: 400;
}

.specification_dev .spec-header p {
    font-size: 16px;
    color: #4f5d75;
}

/* =====================================
   LAYOUT
===================================== */

.specification_dev .spec-layout {
    display: grid;
    grid-template-columns: 1fr 1.1fr;
    gap: 70px;
    align-items: center;
}

/* =====================================
   LEFT IMAGE
===================================== */

.specification_dev .spec-visual img {
    width: 100%;
    border-radius: 18px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}
.spec-visual {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
.specification_dev .spec-visual img {
    width: 100%;
    /* width: 100%; */
    height: 100%;
    object-fit: cover;
    border-radius: 18px;
    box-shadow: 0 30px 60px rgba(0, 0, 0, 0.15);
}

/* =====================================
   CARDS GRID
===================================== */

.specification_dev .spec-cards {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}

/* =====================================
   CARD
===================================== */

.specification_dev .spec-card {
    display: flex;
    gap: 16px;
    overflow: hidden;
    align-items: flex-end;
}
.specification_dev .spec-card1 {
    position: relative;
    background: #ffffff;
    padding: 26px 20px;
    border-radius: 14px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.06);
    transition: all 0.35s ease;
}

/* HOVER EFFECT */
.specification_dev .spec-card1:hover {
    transform: translateY(-6px);
    box-shadow: 0 25px 55px rgba(30, 61, 115, 0.18);
}

/* GOLD BOTTOM LINE */
.specification_dev .spec-card1::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 4px;
    background: linear-gradient(90deg, #f7d774, #caa24d);
    transition: width 0.35s ease;
}

.specification_dev .spec-card1:hover::after {
    width: 100%;
}

/* =====================================
   ICON
===================================== */

.sup_img {
    width: 42px;
    height: 42px;
    border-radius: 10px;
    background: #f5f7fa;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.35s ease;
    flex-shrink: 0;
}

.sup_img img {
    width: 22px;
    transition: transform 0.35s ease;
}

.specification_dev .spec-card1:hover .sup_img {
    background: #f5c76a;
}

.specification_dev .spec-card1:hover .sup_img img {
    transform: scale(1.15);
}

/* =====================================
   CONTENT
===================================== */

.spect_desc h5 {
    letter-spacing: 0.07rem;
    font-size: 18px;
    font-weight: 600;
     font-family: 'Sugar Magic', cursive;
    color: #1e3d73;
    transition: color 0.3s ease;
}

.specification_dev .spec-card1:hover h5 {
    color: #bb8a31;
}

.spect_desc p {
    font-size: 14px;
    color: #5c6b82;
    line-height: 1.6;
}

/* =====================================
   YELLOW CIRCLE BULLETS (FINAL)
===================================== */

#specificationidd .spec-card1 ul {
    list-style: none;
    padding-left: 0;
    margin-top: 20px;
}

#specificationidd .spec-card1 ul li {
    position: relative;
    padding-left: 22px;
    margin-bottom: 8px;
    font-size: 14px;
    color: #5c6b82;
    line-height: 1.6;
}

#specificationidd .spec-card1 ul li::before {
    content: '';
    width: 8px;
    height: 8px;
    border: 2px solid #ffab08;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 7px;
}

/* =====================================
   CTA BUTTON
===================================== */

.specification_dev .spec-cta {
    grid-column: span 2;
    margin-top: 14px;
    text-align: center;
    padding: 14px;
    border-radius: 30px;
    background: #1e3d73;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.specification_dev .spec-cta:hover {
    background: #bb8a31;
}

/* =====================================
   RESPONSIVE
===================================== */

@media (max-width: 991px) {
    .specification_dev .spec-layout {
        grid-template-columns: 1fr;
    }

    .specification_dev .spec-cards {
        grid-template-columns: 1fr;
    }

    .specification_dev .spec-header h2,
    .fp-heading h1,
    .aminitiescvr .amnitiesmainnav .amnitidhead h1 {
        font-size: 2.3rem;
    }

    .specification_dev .spec-cta {
        grid-column: span 1;
    }
}

.sl-img .bg-img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover; 
    z-index: 1;
}

.slide-text {
    /* position: relative; */
    z-index: 2;
    margin: 0px 30%;
    margin-top: -6%;
	width:100%;
    /* left: 30%; */
    /* top: 8%; */
}

.slide-text h5 {
    font-size: 1.3rem;
    margin-bottom: 20px;
    margin-top: 1rem;
    display: flex;
    column-gap: 10px;
    background: #fff;
   /* background: linear-gradient(
        270deg,
        rgba(255, 255, 255, 0.77) 0%,
        rgba(255, 255, 255, 0.45) 0%,
        rgba(255, 255, 255, 1) 100%,
        rgba(255, 255, 255, 0.33) 0%
    );*/
    color: #212121;
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.09rem;
    border-radius: 22px 22px;
    box-shadow: 0 4px 30px rgba(0, 0, 0, 0.09);
    padding: 6px 19px 8px 10px;
    position: relative;
    font-weight: 500;
    width: fit-content;
    align-items: flex-end;
}

.slide-text h5 img {
    width: 18px;
    height: 18px;
}

.features {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 24px;
}

.feature-item {
    font-family: 'Poppins', sans-serif !important;
    display: flex;
    align-items: center;
    font-size: 16px;
    line-height: 1.6;
    gap: 8px;
    font-weight: 500;
    color: #fff;
}

.feature-item img {
    width: 36px;
    height: 36px;
    padding: 4px;
    background-color: #fbf7f1cf;
    border-radius: 50%;
}

.pricing {
    color: #fff;
    padding: 20px 0;
    border-radius: 12px;
}

.pricing h3 {
    margin: 0 0 10px;
    font-size: 1.8rem;
}

.price {
    display: flex;
    justify-content: flex-start;
    gap: 8px;
    font-size: 18px;
    font-weight: bold;
}

.price span {
    font-family: 'Poppins', sans-serif !important;
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 16px;
    border-radius: 15px;
    font-size: 0.75rem;
}

@media (max-width: 891px) {
    .aminitiescvr,
    .dsignprndone,
    .locnvect {
        overflow: hidden;
    }
    .sl-img .bg-img img {
        object-fit: cover;
    }
    .slide-text {
        /* left: 0%; */
        width: 90%;
        /* top: -15%; */
        text-align: left;
        margin: 0;
        margin-top: 0;
    }
    .fixed-enquiry-form {
        display: none;
    }
    .slide-text {
        position: absolute;
        top: 8%;
        flex-shrink: 0;
    }

    /* Main mobile container */
    .mobile-slide-content {
        position: absolute;
        inset: 0;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        padding: 20px;
        color: #fff;
        z-index: 5;
    }

    /* Top heading */
    .mobile-title {
        text-align: center;
        font-size: 30px;
        margin-top: 20px;
        line-height: 1.25;
        text-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
    }

    /* Bottom overlay section */
    .mobile-luxury-card {
        /* width: 90%; */
        background: #0b3367;
        /* border-radius: 18px 18px 0 0; */
        /* padding: 9px 16px 5px; */
        /* position: absolute; */
        padding: 24px 16px;
        bottom: 0;
    }
    .mobile-flex {
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    /* Location */
    .mobile-location {
        font-size: 1.3rem;
        font-family: 'Poppins', sans-serif !important;
        margin-bottom: 20px;
        margin-top: 1rem;
        display: flex;
        column-gap: 10px;
        background: #fff;
        /*background: linear-gradient(
            270deg,
            rgba(255, 255, 255, 0.77) 0%,
            rgba(255, 255, 255, 0.45) 0%,
            rgba(255, 255, 255, 1) 100%,
            rgba(255, 255, 255, 0.33) 0%
        );*/
        color: #212121;
        font-size: 1.09rem;
        border-radius: 22px 22px;
        box-shadow: 0 4px 30px rgba(0, 0, 0, 0.09);
        padding: 6px 19px 8px 10px;
        position: relative;
        font-weight: 600;
        width: fit-content;
        align-items: flex-end;
    }

    .mobile-location img {
        width: 16px;
        height: 16px;
    }

    /* Features */
    .mobile-features {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
        gap: 12px;
        margin-bottom: 6px;
    }

    .mobile-feature-item {
        font-family: 'Poppins', sans-serif !important;
        display: flex;
        align-items: flex-start;
        gap: 8px;
        color: #fff;
        font-size: 1rem;
        font-weight: 500;
    }

    .mobile-feature-item img {
        width: 20px;
        height: 20px;
        padding: 2px;
        background: #eeeeeecc;
        border-radius: 50%;
    }

    /* Pricing */
    .mobile-pricing {
        /* text-align: center; */
        margin-bottom: 14px;
    }

    .mobile-price-title {
        color: #fff;
        font-size: 1.3rem;
        font-weight: 500;
        margin-top: 14px;
        opacity: 0.85;
        margin-bottom: 12px;
    }

    .mobile-price {
        display: flex;
        justify-content: flex-start;
        gap: 12px;
    }

    .mobile-price span {
        font-family: 'Poppins', sans-serif !important;
        background: rgb(255 255 255 / 66%);
        padding: 6px 10px;
        border-radius: 8px;
        font-size: 13px;
        font-weight: 600;
    }
}


@media screen and (min-width: 1200px) and (max-width: 1580px) {
    .features {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
        gap: 8px;
    }
    .feature-item {
        font-size: 14px;
    }
    .feature-item img {
        width: 30px;
        height: 30px;
    }
    .h3 {
        font-size: 2.1rem !important;
    }
    .download-btn {
        margin-top: 0px;
    }
}

@media screen and (min-width: 600px) and (max-width: 1300px) {
    .features {
        grid-template-columns: repeat(auto-fit, minmax(110px, 1fr));
        gap: 8px;
    }
    .feature-item{
        font-size: 12px;
    }
    .slide-text h3{
        font-size: 1.8rem;
		span {
			font-size: 1.4rem;
		}
    }
    .slide-text h5{
        font-size: .75rem;
    }
    .price span{
       font-size: .6rem; 
    }
}
/* Section */
.config-wrapper {
    background: #204077;
    padding: 50px 0;
}

/* Heading */
.config-heading h2 {
    color: #ffffff;
    letter-spacing: 2px;
    font-weight: 600;
}

/* Card */
.config-card {
    position: relative;
    background: transparent;
    border: 4px solid #ffffff69;
    border-radius: 20px 20px 20px 20px;
    /* height: 100%; */
    margin: 30px 0;
    overflow: visible; /* important */
}

/* Bottom curved base */
.config-card::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 14px;
    background: #ffffff69;
    border-radius: 0 0 10px 10px;
    z-index: -1;
}

/* .config-card:hover {
    transform: translateY(-8px);
    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.3);
} */
.config-card-outer {
    /* margin: 0 0 50px 0; */
}
/* Card Image */
.config-card img {
    width: 100%;
    height: 230px;
    border-radius: 10px 10px 0 0;
    object-fit: cover;
    display: block;
    border-bottom: 4px solid #ffffff69;
}

/* Card Inner */
.config-card-inner {
    padding: 16px 30px 30px;
    color: #ffffff;
    display: flex;
    flex-direction: column;
}

.config-card-inner h3 {
    font-family: 'Poppins', sans-serif !important;
    font-size: 1.2rem;
    margin-bottom: 4px;
    font-weight: 600;
}

/* Divider */
.config-divider {
    display: block;
    width: 60px;
    height: 2px;
    background: #ffffff69;
    margin: 0 auto 6px;
}

/* Text */
.config-card-inner p {
    font-size: 1.1rem;
    margin-bottom: 6px;
    line-height: 1.4;
}

/* Button */
.config-btn {
    font-family: 'Poppins', sans-serif !important;
    display: inline-block;
    margin-top: 10px;
    padding: 8px 16px;
    background: #cdd2d9;
    color: #000000;
    border-radius: 8px;
    text-decoration: none;
    font-weight: 600;
    transition: all 0.3s ease;
}

.config-btn:hover {
    background: #ffffff;
    transform: scale(1.05);
}

/* Responsive */
@media (max-width: 767px) {
    .config-heading h2 {
        margin: 0 0 40px 0px;
		font-size: 2.6rem !important;
    }
    .config-wrapper {
        background: #204077;
        padding-bottom: 60px;
    }
    .config-card-inner h3 {
        font-size: 18px;
    }
    .config-card {
        margin: 0;
    }
    .config-card img {
        height: 200px;
    }

    .config-card-inner {
        padding: 37px 13px;
    }
}
.dFlex {
    display: flex !important;
    justify-content: space-between;
	align-items: baseline;
}

.modal-title {
    font-family: 'Poppins', sans-serif !important;
}
.modal-body {
    font-family: 'Poppins', sans-serif !important;
}

section {
    scroll-margin-top: 120px;
}


@media (max-width: 1390px) and (min-width:710px) {
    .dFlex {
      flex-direction: column;
}
}
@media (max-width: 510px) {
    section {
        scroll-margin-top: 180px;
    }
}

.divsec {
    display: none;
}

.thankyouparent h1 {
    font-weight: 600;
    margin-bottom: 28px;
    letter-spacing: 0.5px;
}

.btn-group-custom {
    display: flex;
    gap: 18px;
    /* justify-content:center; */
    flex-wrap: wrap;
    margin-bottom: 22px;
}

.btn-brochure {
    background: #fbbf24;
    font-family: 'Poppins', Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0px;
    fill: #ffffff;
    color: #ffffff;
    border-style: none;
    border-radius: 8px;
    padding: 10px 15px 10px 15px;
}
.btn-brochure:hover {
    color: #f59e0b;
    background: #fff;
}

.btn-download {
    background-color: #204077;
    font-family: 'Poppins', Sans-serif;
    font-size: 1rem;
    font-weight: 600;
    letter-spacing: 0px;
    fill: #ffffff;
    color: #ffffff;
    border-style: none;
    border-radius: 8px;
    padding: 10px 15px 10px 15px;
}
.btn-download:hover {
    background: #e5e7eb;
    color: #111827;
}

.btn-back {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 12px;
    border: 2px solid rgba(255, 255, 255, 0.8);
    color: #fff;
    text-decoration: none;
    font-weight: 500;
    backdrop-filter: blur(4px);
    transition: 0.25s;
}
.btn-back:hover {
    background: rgba(255, 255, 255, 0.15);
    color: #fff;
}

@media (max-width: 575px) {
    .thankyoubanner {
        background:
            linear-gradient(rgba(40, 60, 120, 0.45), rgba(20, 30, 70, 0.65)),
            url('../image/bannerMob2.webp');
        background-size: cover;
        background-position: center;
    }
    .thankyoubanner .thankyouparent {
        display: flex;
        align-items: center;
        margin-left: 0;
        position: absolute;
        top: 8%;
        flex-direction: column;
    }
    .btn-group-custom {
        justify-content: center;
    }
    .btn-brochure,
    .btn-download {
        padding: 10px;
    }
}

.config-card {
    position: relative;
    /* overflow:hidden; */
    border-radius: 14px;
}

/* Badge style */
.config-badge {
    position: absolute;
    bottom: 7.7rem;
    left: 8px;
    background: #bb8a31;
    border: 2px solid #909090;
    
    color: #fff;
    padding: 6px 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 30px;
    z-index: 2;
    letter-spacing: 0.4px;
}

/* optional glossy effect */
.config-badge::after {
    content: '';
    position: absolute;
    inset: 0;
    background: linear-gradient(
        120deg,
        transparent,
        rgba(255, 255, 255, 0.45),
        transparent
    );
    opacity: 0.4;
    border-radius: 30px;
}
@media (max-width: 1375px) {
    .config-badge {
        bottom: 40%;
        left: 8px;
        /* margin-bottom: 1.6rem; */
    }
}
@media (max-width: 575px) {
    .config-badge {
        bottom: 40%;
        left: 8px;
        /* margin-bottom: 1rem; */
    }
}
@media screen and (max-width: 992px) and (min-width:700px)  {
   .banner-container{
    height: 80vh;
   }
       .sl-img .bg-img img {
        height: 80vh;
        object-position: bottom;}

    .slide-text {
      position: absolute;
        top: 10%;
        left: 55%;
        flex-shrink: 0;
        width: 32%;
        text-align: left;
        margin: 0;
        margin-top: 0;
    }
.py-md-0{
    width:100%
}
.tab-sm{
width:100% !important;   
}
}


@media screen and (min-width: 600px) and (max-width: 1300px) {
  .slide-text {
    max-width: 25%;
    z-index: 2;
    margin: 0px 36%;
    margin-top: -6%;
  }
}
.font-new{
    font-family: 'RotisSemiSerifRegular';
}


/* Country code css new addition */
* {
  box-sizing: border-box;
}

.phone-wrapper {
  display: flex;
  position: relative;
  align-items: center;
  border: 1px solid #ffffff;
  border-radius: 6px;
  overflow: hidden;
  background: transparent;
  margin-bottom: 10px;
}

.phone-wrapper::after {
  content: "";
  position: absolute;
  left: 20%;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(255, 255, 255, 0.5);
}

.phone-wrapper select {
  flex: 0 0 25%;
  max-width: 22%;
  border: none !important;
  background: transparent !important;
  color: #fff;
  padding: 10px;
  margin: 0 !important;
  appearance: none;
  outline: none;
  border-right: 1px solid #ffffff;
  white-space: nowrap;
  overflow: hidden;
}

.phone-wrapper input {
  flex: 1;
  border: none !important;
  background: transparent;
  color: #fff;
  padding: 10px 8px;
  margin: 0 !important;
  outline: none;
}

.phone-wrapper input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.phone-wrapper select option {
  color: #000;
}

input:focus,
textarea:focus,
select:focus {
  outline: none !important;
  box-shadow: none !important;
}

.fixed-enquiry-form input:focus,
.fixed-enquiry-form textarea:focus,
.fixed-enquiry-form select:focus,
.phone-wrapper:focus-within {
  border-color: #00c6ff;
  box-shadow: 0 0 0 2px rgba(0, 198, 255, 0.4);
}

.phone-wrapper input::placeholder {
  color: #ffffff;
  opacity: 1;
}

.fixed-enquiry-form .error-msg {
  display: block;
  width: 100%;
  margin-top: 6px;
  margin-bottom: 12px; /* 🔥 important */
  color: #fff;
  font-size: 14px;
  text-align: left;
}

/* Overview Form */
.phone-wrapper.white {
  background: #fff;
  border: 1px solid #ccc;
  position: relative;
  margin-bottom: 0px;
  width: 100% !important;
}

/* black divider */
.phone-wrapper.white::after {
  content: "";
  position: absolute;
  left: 56px;
  top: 20%;
  height: 60%;
  width: 1px;
  background: rgba(0, 0, 0, 0.5);
}

/* country code */
.phone-wrapper.white select {
  flex: 0 0 90px;
  color: #000;
  padding: 0 7px;
  max-width: 30%;
}

/* phone input */
.phone-wrapper.white input {
  color: #000;
  padding: 0 12px;
}

.phone-wrapper.white input::placeholder {
  color: #777;
}
/* Overview Form */

.phone-wrapper.floor input,
.phone-wrapper.floor select {
  background: transparent !important;
}

.phone-wrapper.floor {
  display: flex;
  align-items: center;
  width: 100%;
  padding: 6px 18px;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 14px;
  transition: all 0.3s ease;
  margin-bottom: 0px !important;
}

.phone-wrapper.floor select {
    flex: 0 0 25%;    
    max-width: 17%;    
    overflow: visible;
    text-overflow: clip;
}

.phone-wrapper.floor select:not(:focus) {
    white-space: nowrap;
    overflow: hidden;
}

.phone-wrapper.floor input {
    padding: 0px 18px !important;
    flex: 1;
    min-width: 0;
}

.phone-wrapper.floor {
    border: 1px solid rgba(255,255,255,0.25);
}

.phone-wrapper.floor:focus-within {
    border-color: #f3b01c !important;
    box-shadow: none !important; 
}

/* Footer form */

.footer-form-row .phone-wrapper {
    background: #fff !important;
    border: 1px solid #ccc;      
}


.footer-form-row .phone-wrapper input,
.footer-form-row .phone-wrapper select {
    background: transparent !important;
    border: none !important;
    color: #000;
}

.footer-form-row .phone-wrapper select{
    padding: 8px !important;
    max-width: 15%;
}

.footer-form-row .phone-wrapper input::placeholder {
    color: #777;
}

.footer-form-row .phone-wrapper::after {
    background: rgba(0, 0, 0, 0.5);
    left: 15% !important;
}

.footer-form-row .phone-wrapper:focus-within {
    border-color: #f3b01c !important;
    box-shadow: none !important; 
}
/* Footer form Ends */


.mdlinput .phone-wrapper:focus-within {
    border-color: #ccc !important;   
    box-shadow: none !important;     
}

.mdlinput .phone-wrapper {
    background: #fff;
    border: 1px solid #ccc;  
    border-radius: 0px;
    margin-bottom: 0px;
}

.mdlinput .phone-wrapper input,
.mdlinput .phone-wrapper select {
    background: transparent !important;
    border: none !important;
    color: #000;              
}

.mdlinput .phone-wrapper select{
    max-width: 17%;
}


.mdlinput .phone-wrapper input::placeholder {
    color: #555;
}

.mdlinput .phone-wrapper::after{
    background: rgba(0, 0, 0, 0.5);
    left: 15% !important;
}

.brochure-title {
    font-size: 32px !important;
}

@media (min-width: 768px) and (max-width: 1200px) {
  .mdlinput .phone-wrapper select{
    max-width: 22% !important;
  }

  .mdlinput .phone-wrapper::after {
    left: 20% !important;
  }

}


@media (max-width: 767px) {
  .phone-wrapper.white select {
    flex: 0 0 60px;
  }

  .phone-wrapper.white::after {
    left: 60px;
  }

   .mdlinput .phone-wrapper select{
    max-width: 22% !important;
  }

  .mdlinput .phone-wrapper::after {
    left: 21% !important;
  }
  
  .phone-wrapper.floor select {
    max-width: 24%;
  }

  .phone-wrapper.floor::after {
    left: 27%;
  }


}

@media (max-width: 360px) {

  .phone-wrapper.white select {
    max-width: 22% !important;
  }

  .mdlinput .phone-wrapper select{
    max-width: 24% !important;
  }

  .mdlinput .phone-wrapper::after {
    left: 23% !important;
  }
}

/* Country code css new addition */

@media (max-width: 767px) {
	.containervid .vidheading h3 {
		font-size: 2.6rem !important;
}