* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

fieldset,
img {
    border: 0;
}

figure {
    margin: 0;
}

.table td,
.table th {
    padding: 1em !important;
}

img {
    border: 0;
    width: 100%;
    display: block;
    height: auto;
    margin: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}

q:before,
q:after {
    content: '';
}

header,
nav,
section,
article,
aside,
footer,
hgroup,
figure,
main {
    display: block;
}

a {
    text-decoration: none !important;
    display: block;
    outline: none;
    color: #cb4721;
}

ol,
ul {
    list-style: none;
    margin: 0;
}

h1 {
    font-size: 120px;
    line-height: 140px;
    margin: 0;
}

h2 {
    font-size: 60px;
    line-height: 65px;
    margin: 0;
    text-align: center;
    color: #091D3E;
    font-family: 'Cormorant Garamond', serif;
}

h3 {
    font-size: 32px;
    line-height: 38px;
    margin: 0;
    font-weight: normal;
    color: #fff;
}

h4 {
    font-size: 30px;
    line-height: 35px;
    margin: 0;
    font-weight: normal;
    color: #fff;
    text-transform: uppercase;
}

h5 {
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    font-weight: normal;
    color: #303030;
}

h6 {
    font-size: 16px;
    line-height: 18px;
    margin: 0;
    color: #fff;
    font-weight: normal;
}

p {
    font-size: 16px;
    line-height: 29px;
    margin: 0;
    font-weight: normal;
    color: #303030;
}

.clear:after {
    content: '';
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}

.btn {
    font-weight: normal;
    border: 1px solid #fff;
    margin: 0;
    padding: 10px 24px;
    border-radius: 2px;
    vertical-align: top;
    display: inline-block;
    background: none;
    font-size: 12px;
    color: #fff !important;
}

.button .form-control:hover {
    background: #000;
    color: #fff;
}

.transition {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}

html {
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    height: 100%;
}

body {
    background: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-family: 'Roboto', sans-serif;
    font-weight: normal;
    height: 100%;
}

.wrapper {
    width: 100%;
    margin: 0 auto;
    height: 100%;
}

/* LayOut Start here */
.container {
    max-width: 1650px;
    margin: 0 auto !important;
}



@font-face {
    font-family: 'SangBleu Sunrise';
    src: url('../fonts/sang/SangBleuSunrise-Regular.eot');
    src: url('../fonts/sang/SangBleuSunrise-Regulard41d.eot?#iefix') format('embedded-opentype'),
        url('../fonts/sang/SangBleuSunrise-Regular.woff2') format('woff2'),
        url('../fonts/sang/SangBleuSunrise-Regular.woff') format('woff'),
        url('../fonts/sang/SangBleuSunrise-Regular.ttf') format('truetype'),
        url('../fonts/sang/SangBleuSunrise-Regular.svg#SangBleuSunrise-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}


/*---- header block ------*/

header {
    background: transparent;
    padding: 5px 110px;
    width: 100%;
    z-index: 10;
    position: absolute;
}

.sticky header {
    position: fixed !important;
    top: 0;
    left: 0;
    z-index: 999;
    background: #091D3E;
}

@keyframes shake {

    10%,
    90% {
        transform: translate3d(-1px, 0, 0);
    }

    20%,
    80% {
        transform: translate3d(1px, 0, 0);
    }

    30%,
    50%,
    70% {
        transform: translate3d(-2px, 0, 0);
    }

    40%,
    60% {
        transform: translate3d(2px, 0, 0);
    }
}

.sticky .header-top {
    display: none;
}

.header-block {}

.header-dtls {
    padding: 0;
}

.header-lt {
    display: inline-block;
    vertical-align: top;
    padding: 0px 0 0 0;
}

/* .sree-logo{border-right: 1px solid #fff;} */
.header-lt a {}

.header-lt a img {
    max-width: 100%;
    height: auto;
    width: 30%;
    display: inline-block;
    vertical-align: top;
}

.header-rt {
    text-align: right;
    display: inline-block;
    vertical-align: top;
    padding: 18px 0 0 0;
    float: right;
}

.header-rt ul {}

.header-rt ul li {
    width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    padding: 0px 5px;
    position: relative;
}

.header-rt ul li a {
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    font-family: 'SangBleu Sunrise';
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    text-align: center;
}

.header-rt ul li.get {
    margin: -12px 0 0 0;
}

.header-rt ul li.get a {
    background: transparent;
    color: #fff;
    padding: 7px 20px;
    border-radius: 20px;
    border: 1px solid #c69b5f;
}

.header-rt ul li.get a:hover {
    background: #c69b5f;
    color: #fff;
}

.header-rt ul li.get a:hover {
    color: #fff;
}

.header-rt ul li.get a i {
    font-size: 19px;
    padding: 0 5px 0 0;
    line-height: 20px;
    vertical-align: top;
    display: inline-block;
}

.header-rt ul li a:hover {
    color: #c69b5f;
    font-weight: 500;
}

.header-rt ul li.active a {
    color: #c69b5f;
}

.header-rt ul li.get.active a {
    color: #fff;
}

.desk {
    display: block !important;
}

.desk1 {
    display: block !important;
}

.mob {
    display: none !important;
}

.sree-logo {
    padding: 0 10px 0 0px;
}

/*----- block1 --------------------*/
/* .banner-in .slick-dots{bottom: 15px;}
.slick-dotted.slick-slider{margin-bottom: 0;}
.banner-in .slick-dots li.slick-active button:before{color: #044456;}
.banner-in .slick-dots li button:before{color: #fff;font-size: 12px;opacity: 1;} */
.banner-blk .slick-dots {
    bottom: 29px;
    left: 116px;
    width: auto;
}

.banner-blk .slick-slider {
    margin-bottom: 0;
}

.banner-blk .slick-dots li.slick-active button:before {
    color: #c69b5f;
}

.banner-blk .slick-dots li button:before {
    color: #fff;
    font-size: 0px;
    opacity: 1;
}

.banner-blk .slick-dots li button {
    width: 38px;
    height: 3px;
    background: #fff;
    padding: 0;
}

.slick-dots li {
    width: 0;
    height: 0;
    margin: 0 24px;
}

.banner-blk {
    position: relative;
}

.banner-blk img {
    width: 100%;
    height: 100vh;
}

.banner-in {
    position: absolute;
    left: 143px;
    bottom: 70px;
}

.banner-blk .slick-dots li.slick-active button {
    background: #c69b5f;
}

.banner-in h5 {
    font-family: 'SangBleu Sunrise';
    color: #fff;
    padding: 0 0 10px 0;
    font-size: 26px;
    line-height: 30px;
}

.banner-in h2 {
    color: #fff;
    padding: 0 0 10px 0px;
    text-align: left;
    font-family: 'SangBleu Sunrise';
    font-size: 38px;
    line-height: 40px;
}

.banner-in h6 {
    font-family: 'SangBleu Sunrise';
    color: #fff;
}

.content-blk {
    padding: 120px 20px;
}

.content-blk h6 {
    color: #000;
    text-align: center;
    padding: 20px 0 0 0;
    font-family: 'SangBleu Sunrise';
}

.content-blk h2 {
    font-family: 'Cormorant Garamond', serif;
    font-size: 80px;
    line-height: 82px;
}

.content-blk h2 span {
    font-size: 35px;
    line-height: 40px;
}

/*----- about --------------------*/
.flat {
    text-align: center;
    padding: 10px;
}

.flat h3 {
    padding: 0 0 20px 0;
    color: #fff;
}

.flat span {
    line-height: 18px;
    display: block;
    padding: 15px 0 15px 0px;
    font-size: 15px;
}

.down {}

.flat p {
    width: auto !important;
}

.status {}

.about-blk {
    padding: 80px 0px;
    background: url(../images/bg.jpg) no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.about-in {
    text-align: center;
}

.about-in h2 {
    text-transform: uppercase;
    padding: 0 0 10px 0;
    color: #091D3E;
    position: relative;
    font-weight: 600;
    font-size: 50px;
}

.about-in h2:after {
    position: absolute;
    right: 0;
    top: 28px;
    width: 40%;
    height: 2px;
    background: #000;
    content: '';
}

.about-in h3 {
    text-transform: uppercase;
    padding: 0 0 0px 0;
    color: #091D3E;
    position: relative;
    font-family: 'Cormorant Garamond', serif;
    font-size: 50px;
    font-weight: 600;
}

.about-in h3:after {
    position: absolute;
    left: 0;
    top: 19px;
    width: 31%;
    height: 2px;
    background: #000;
    content: '';
}

.about-in h4 {
    text-transform: uppercase;
    padding: 64px 0 0px 0;
    color: #091D3E;
    font-size: 30px;
    font-family: 'SangBleu Sunrise';
    line-height: 50px;
}

.about-in p {
    width: 66%;
    color: #000;
    margin: 0 auto;
    padding: 0 0 0px 0;
}

.about-in ul {
    text-align: center;
}

.about-in ul li {
    line-height: 18px;
    display: inline-block;
    padding: 0 20px;
    font-size: 15px;
    display: inline-block;
}

.about-in ul li img {
    width: auto;
    max-width: 100%;
    height: auto;
    display: inline-block;
}

.button-blk .btn {
    border: 1px solid #c69b5f;
    font-size: 15px;
    background: #fff;
    color: #044456 !important;
}

.button-blk .btn:hover {
    background: #c69b5f;
    color: #fff !important;
}

.main-head {}

.main-head h2 {
    padding: 0 0 60px 0;
    color: #091D3E;
    text-transform: uppercase;
}

/*---------- video ------------------*/
.video-blk {
    padding: 50px 0;
    background: #f8f8f8;
}

.video-in {}

/*--------accelerate-blk -------------------*/
.accelerate-blk {
    padding: 80px 20px;
}

.accelerate-in {
    padding: 0;
}

.freedom-blk {
    padding: 0;
}

.freedom-lt {}

.freedom-rt {
    padding: 10px 15px 0px 12px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.freedom-rt h2 {
    font-size: 38px;
    padding: 0 0 20px 0;
    line-height: 42px;
    position: relative;
    text-transform: uppercase;
}

.freedom-rt h2:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    width: 90px;
    height: 2px;
    content: '';
    background: #000;
}

.freedom-rt p {
    font-weight: 400;
    color: #000;
    padding: 50px 0 40px;
    text-align: center;
}

.freedom-rt h6 {
    padding: 15px 0 15px 0;
    color: #044456;
    font-weight: 700;
    font-size: 20px;
    line-height: 24px;
}

.freedom-rt ul {
    padding: 0 0 20px 20px;
}

.freedom-rt ul li {
    padding: 0 0 8px 0px;
    list-style-type: disc;
}

.button-blk {
    text-align: center;
}


.club-blk {
    background: #f8f8f8;
    padding: 80px 0;
}

.club-in h2 {
    padding: 0 0 60px 0;
    text-transform: uppercase;
}

.club-in {}

/*------ key highlights ------------------*/
.highlight-blk {
    background: url(../images/bg3.jpg)no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
    padding: 120px 0;
}

.highlight-in {}

.highlight-in h2 {
    padding: 0 0 40px 0;
    color: #fff;
    text-transform: uppercase;
}

.highlight-in p {
    text-align: center;
    padding: 0 0 40px 0;
    color: #fff;
}

.highlight-in ul {
    max-width: 70%;
    margin: 0 auto;
}

.highlight-in ul li {}

.highlight-in ul li h5 {
    font-size: 38px;
    padding: 0px 0 0 0;
    line-height: 52px;
    font-family: 'SangBleu Sunrise';
    color: #fff;
    text-shadow: 0 0 BLACK;
    margin: 0;
    position: relative;
}

.highlight-in ul li span {
    font-size: 85px;
    line-height: 90px;
    font-family: 'SangBleu Sunrise';
    color: #fff;
    display: block;
    position: relative;
    font-weight: 800;
    padding: 10px 0 0 0;
}

.highlight-in ul li span:after {
    position: absolute;
    left: 0;
    top: 87px;
    width: 139px;
    height: 2px;
    content: '';
    background: #fff;
}

.highlight-in ul li span.rr:after {
    right: 0;
    left: auto;
}

.highlight-in ul li p {
    text-align: left;
    font-size: 20px;
    line-height: 30px;
}

.highlight-in ul li a {
    color: #c69b5f;
    font-size: 20px;
    padding: 9px 0 0 0;
    display: inline-block;
}

.highlight-in ul li a:hover {
    border-bottom: 1px solid #c69b5f;
}

.rera {
    font-family: 'SangBleu Sunrise';
    font-size: 25px;
}

/*---------- video ------------------*/
.proj-gal {
    background: url(../images/walk-bg.html)no-repeat;
    background-size: cover;
    width: 100%;
    height: auto;
}

.video-blk {
    padding: 80px 0;
}

.video-in {
    max-width: 90%;
    margin: 0 auto;
}

/*----- gallery --------------------*/
.gallery-blk {
    padding: 80px 0px;
    background: #f8f8f8;
}

.gallery-in {}

.gallery-in ul {}

.gallery-in ul li {
    padding: 0 12px;
}

.gallery-in ul li p {
    font-size: 26px;
    line-height: 32px;
    font-family: 'SangBleu Sunrise';
    text-align: center;
    padding: 20px 0 0 0;
}

.gallery-blk .slick-prev:before,
.slick-next:before {
    color: #b08f64;
    opacity: 1;
    font-size: 25px;
}

.gallery-in .slick-prev {
    left: -38px;
}

.gallery-in .slick-next {
    right: -38px;
}

/*----- master plan --------------------*/
.master-plan {
    padding: 50px 0px;
    background: #f8f8f8;
    display: none;
}

.master-in {
    max-width: 80%;
    margin: 0 auto;
}

/*-- floor plan ----------------*/
.tab-section {
    padding: 80px 20px 60px;
    position: relative;
    overflow: hidden;
}

.tabBlock {}

.tabBlock-tabs {
    padding: 0;
    text-align: center;
    padding: 0 0 35px 0;
    max-width: 65%;
    margin: 0 auto;
}

.tabBlock-tabs li {
    list-style-type: none;
    padding: 0 4px;
    border-bottom: none !important;
    border: 0 none;
    border-radius: 0;
    display: inline-block;
}

.tabBlock-tabs li a {
    color: #000 !important;
    background: transparent;
    font-weight: 400;
    cursor: pointer;
    text-transform: uppercase;
}

.tabBlock-tabs li.is-active a {
    color: #044456 !important;
    border-bottom: 1px solid #044456;
    font-weight: 500;
}

.tabBlock-tabs li a:hover {
    color: #044456 !important;
    border-bottom: 1px solid #044456;
    font-weight: 500;
}

.nav-tabs .nav-link {
    border: 0 none;
}

.floor-image {}

.floor-img {
    padding: 0;
    border: 1px solid #000;
}

.floor-cnt {
    padding: 0 0px;
}

.floor-rt .floor-cnt {
    padding: 0;
}

.floor-image ul {
    padding: 0;
}

.floor-image ul li {
    padding: 0 10px 30px 10px;
    list-style-type: none;
}

.button-in {}

.button-in a {
    font-size: 14px;
    left: 16px;
    width: 100%;
    color: #fff !important;
    background: #071837;
    display: inline-block;
    padding: 10px;
    text-align: center;
}

/*------- Amenities ----------------*/
.aminities-blk {
    padding: 80px 20px 60px;
}

.aminities {
    max-width: 80%;
    margin: 0 auto;
}

.aminities ul {}

.aminities ul li {
    padding: 0 10px 20px;
}

.am-in {
    text-align: center;
}

.am-in p {
    padding: 10px 0 0 0;
    margin: 0;
    color: #5b3750;
}

.am-in img {
    max-width: 100%;
    height: auto;
    width: 20%;
    display: inline-block;
}

.am-in.in1 {}

.am-in.in1 p {
    color: #5b3750;
}

/*------- specifications ----------------*/
.specifications-blk {
    padding: 80px 20px;
    position: relative;
    overflow: hidden;
}

.specific-in {}

.specific-cnt h4 {
    font-size: 18px;
    line-height: 20px;
    color: #091D3E;
    font-weight: 600;
    font-family: 'SangBleu Sunrise';
    padding: 0 0 12px 0;
}

.specific-cnt p {
    font-size: 15px;
    line-height: 18px;
    color: #000;
    padding: 0 0 5px 0;
}

.specific-cnt ul {
    padding: 10px 0 0 35px;
}

.specific-cnt ul li {
    list-style-type: circle !important;
}

.specific-in ul li {
    list-style-type: disc;
    padding: 0 0 15px 0;
}

.specific-in ul {}

.specific-lt {
    padding: 0 30px;
}

.specific-rt {
    padding: 0 30px;
}

.specific-cnt h5 {
    font-size: 16px;
    line-height: 20px;
    color: #000;
    font-weight: 500;
    padding: 0 0 12px 0;
}

/*---- location ----------------*/
.location-blk {
    padding: 0 0 10px 0;
}

.location-in {}

.location-lt {
    padding: 0;
}

.location-rt {
    padding: 33px 35px;
    display: flex;
    background: #091D3E;
    align-items: center;
    justify-content: center;
}

.location-rt h2 {
    padding: 0 0 25px 0;
    text-align: left;
    text-transform: uppercase;
    color: #fff;
    font-size: 50px;
}

.location-rt h3 {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 0 12px 0px;
}

.location-rt ul {
    padding: 0 0 0px 18px;
}

.location-rt ul li {
    list-style-type: disc;
    padding: 0 0 9px 0px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.loc {
    width: 100%;
}

/*--------- construction ---------------*/
.contruct-blk {
    padding: 60px 0px;
}

.construct-in {
    max-width: 80%;
    margin: 0 auto;
}

.construct-in h2 {
    text-align: center;
    padding: 0 0 40px 0;
    text-transform: uppercase;
}

.construct-in ul {}

.construct-in ul li {}

.construct-in .slick-prev:before,
.slick-next:before {
    color: #b08f64;
    opacity: 1;
    font-size: 26px;
}

.construct-in .slick-prev {
    left: -38px;
}

.construct-in .slick-next {
    right: -38px;
}

.fancybox-caption {
    display: none;
}

/*-------- footer -----------------------*/
footer {
    background: #091D3E;
    background-size: cover;
    width: 100%;
    height: auto;
}

.foot-rt a {
    color: #fff;
    padding: 0 0 10px 0;
}

.foot-rt a:hover {
    color: #c49a6c;
}

.foot-rt p {
    line-height: 16px !important;
    padding: 0 0 10px 0 !important;
}

.footer-blk {
    margin: 0 auto;
    padding: 60px 20px;
    max-width: 89%;
}

.footer-blk h5 {
    padding: 0 0 13px 0;
    font-size: 20px;
    font-family: 'SangBleu Sunrise';
    line-height: 24px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 400;
}

.footer-blk h6 {
    padding: 0 0 20px 0;
    font-size: 20px;
    line-height: 24px;
    font-weight: 400;
    font-family: 'SangBleu Sunrise';
}

.footer-in ul {}

.footer-in ul li {}

.footer-in {
    max-width: 95%;
    margin: 0 auto;
}

.footer-in ul {}

.footer-in ul li {
    padding: 0 0 20px 0;
}

.footer-in ul li a {
    color: #fff;
    text-decoration: underline !important;
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
}

.social-icons {
    padding: 7px 0 0 0;
}

.footer-in ul li a:hover {
    color: #fff;
}

.social-icons ul {}

.social-icons ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 4px 0 4px;
}

.social-icons ul li a {}

.social-icons ul li a i {
    font-size: 20px;
    line-height: 22px;
    color: #fff;
    text-align: center;
    font-family: FontAwesome !important;
}

.social-icons ul li a i:hover {
    color: #c49a6c;
}

.footer-blk p {
    color: #fff;
    font-size: 14px;
    line-height: 26px;
    letter-spacing: 0;
    padding: 0px 0 0px 0;
}

.footer-btm p {
    color: #fff;
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    letter-spacing: 0.8px;
    padding: 0 0 10px 0;
}

.footer-btm p a {
    color: #c49a6c;
    display: inline-block;
}

.footer-btm {
    padding: 20px 0 0 0;
}


/*sidebar*/
.side_bar nav {
    display: none;
}

.side_bar,
menu {
    display: none;
    text-align: center;
}

#nav-icon {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0px auto;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    display: none;
}

#nav-icon span {
    display: block;
    position: absolute;
    height: 3px;
    width: 100%;
    background: #fff;
    border-radius: 9px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}

#nav-icon span:nth-child(1) {
    top: 0px;
}

#nav-icon span:nth-child(2) {
    top: 9px;
}

#nav-icon span:nth-child(3) {
    top: 18px;
}

.open #nav-icon span:nth-child(1) {
    top: 2px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    -o-transform: rotate(135deg);
    transform: rotate(135deg);
}

.open #nav-icon span:nth-child(2) {
    opacity: 0;
    left: -60px;
}

.open #nav-icon span:nth-child(3) {
    top: 2px;
    transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
    -ms-transform: rotate(-135deg);
    -o-transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}

/*---- popup--------*/
/*-------- get in touch ---------------*/
.disc {
    padding: 5px 5px;
    background-color: #000;
    color: white;
    width: 100%;
    display: none;
    text-align: center;
    position: fixed;
    bottom: 0;
}

.disc ul {
    padding: 0;
    margin: 0;
}

.disc ul li {
    display: inline-block;
    vertical-align: top;
    padding: 0 2px;
    width: 32%;
}

.disc ul li a:hover {
    text-decoration: none;
}

.disc ul li a:focus {
    text-decoration: none;
}

.disc ul li a i {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    display: block;
    padding: 0 0 0px 0;
}

.disc ul li a {
    color: #fff;
    font-size: 12px;
    line-height: 15px;
}

/*logos code*/
.logos_section {
    padding: 30px 0;
    display: none;
}

.logo-img {
    display: flex;
    text-align: center;
}

.logo-img .col-md-4 {
    display: flex;
    justify-content: center;
}

.logo-img img {
    width: 150px;
    height: 75px;
    margin-left: auto;
    margin-right: auto;
}

.submit_btn {
    padding: 12px 78px;
    background: #091D3E;
    font-size: 16px;
    line-height: 18px;
    border: 2px solid #c69b5f;
}

.submit_btn:hover {
    background: #000;
    color: #fff;
}

.form-blk {
    padding: 80px 0;
}

.form-in {
    padding: 0 10px;
}

.form-in {
    max-width: 52%;
    margin: 0 auto;
}

.form-in p {
    padding: 0 0 40px 0;
    text-align: center;
}

.form-in h2 {}

.form-in h6 {
    font-family: 'SangBleu Sunrise';
    color: #000;
    font-size: 20px;
    padding: 20px 0 12px;
}

.form-control {
    display: block;
    width: 100%;
    border: 1px solid #044456 !important;
    background: transparent;
    outline: 0 none;
    font-size: 16px !important;
    line-height: 20px;
    letter-spacing: 0.8px;
    color: #787878;
    padding: 9px 10px !important;
    height: auto !important;
    text-transform: capitalize;
    transition: 0.4s;
    border: 0 none;
    border-radius: 0;
}

.form-control.ctrl {
    width: 81%;
    margin: 0 0 0 28px;
    display: inline-block;
}

.form-control.ctrl1 {
    padding: 15px 25px 25px 25px !important;
}

.form-in ul li.text .form-control {
    resize: inherit;
    padding: 10px 0 40px 20px !important;
    line-height: 16px;
}

.form-in ::-webkit-input-placeholder {
    color: #787878;
}

.form-in ::-moz-placeholder {
    color: #787878;
}

.form-in :-ms-input-placeholder {
    color: #787878;
}

.form-in :-moz-placeholder {
    color: #787878;
}

.wf-content {
    display: none;
}

.wf-contact-box a {
    display: none;
}

.sel {
    padding: 0;
}

.sel1 {
    padding: 0 0 0 6px;
}



/*---- popup--------*/
.popup-img {
    position: relative;
}

.popup-img span {
    font-size: 14px;
    line-height: 16px;
    color: #fff;
    font-weight: 500;
    position: absolute;
    bottom: 14px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
}

.modal-open .modal {
    padding-right: 0 !important;
}

.overlay1 {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.7);
    transition: opacity 500ms;
    z-index: 99999;
    display: none;
    align-items: center;
    justify-content: center;
}

/* DISABLED - Now using JavaScript only for popups
.overlay1:target {
    display: flex;
}
*/

.popup {
    margin: 0 auto;
    height: auto;
    max-height: 90vh;
    padding: 0px 0 25px 0;
    background: #091D3E;
    border-radius: 5px;
    width: 38%;
    position: relative;
    transition: all 0.3s ease-in-out;
    /* border: 3px solid #f5204b; */
    overflow-y: auto;
}

.popup .close {
    text-align: center;
    position: absolute;
    top: 1px;
    right: 1px;
    transition: all 200ms;
    opacity: 1;
    width: 10%;
}

/*.popup .close:hover {color: #000;}*/
.content1 {
    padding: 18px;
}

.fancybox-caption {
    display: none;
}

.pop-up h2 {
    font-size: 26px;
    text-align: center;
    padding: 10px 10px;
    line-height: 30px;
    color: #fff;
    margin: 0;
    font-weight: 500;
    text-transform: uppercase;
}

.pop-up .form-in .button button {
    width: 100%;
    background: #972f7e;
}

.pop-up .form-in {
    max-width: 100%;
    background: #091D3E;
    padding: 0 35px;
}

.pop-up .form-in .form-group {
    color: #787878 !important;
}

.pop-up .form-in .form-control {
    border: 0 none;
    background: #fff;
    color: #000 !important;
}

.pop-logo {
    max-width: 39%;
    padding: 20px 20px;
    margin: 0 auto;
}

.pop-logo img {
    width: 60%;
    max-width: 100%;
    height: auto;
}

.pop-up .form-in label {
    color: #fff;
    text-transform: uppercase;
}

.pop-up .button input {
    background: #BB8B49;
    color: #fff;
    display: block;
    width: 100%;
}

.pop-up .button {}

.pop-up .form-in ::-webkit-input-placeholder {
    color: #000;
}

.pop-up .form-in ::-moz-placeholder {
    color: #000;
}

.pop-up .form-in :-ms-input-placeholder {
    color: #000;
}

.pop-up .form-in :-moz-placeholder {
    color: #000;
}

.pop-up .form-in h6 {
    color: #fff;
}

.pop-up .form-in p {
    text-align: center;
    color: #fff;
}


.privacy-blk {
    padding: 80px 60px;
}

.privacy-in {}

.privacy-in p {
    padding: 0 0 18px 0;
}

.privacy-in h2 {
    text-align: left;
    padding: 0 0 25px 0;
}

















/* Banner Form Styles */
/* Banner Form Styles - Premium Dark Blend */
.banner-form-container {
    position: absolute;
    top: 50%;
    left: 10%;
    transform: translateY(-50%);
    z-index: 9;
    width: 450px;
    background: rgba(9, 29, 62, 0.95);
    /* Dark blue semi-transparent to blend */
    border-radius: 8px;
    /* Soft corners for premium feel */
    box-shadow: 0 15px 40px rgba(0, 0, 0, 0.6);
    overflow: hidden;
    font-family: 'Roboto', sans-serif;
    border: 1px solid rgba(198, 155, 95, 0.5);
    /* Subtle gold border */
    backdrop-filter: blur(5px);
    /* Glass effect */
}

.form-header {
    background: rgba(7, 22, 46, 0.8);
    padding: 15px;
    text-align: center;
    border-bottom: 1px solid rgba(198, 155, 95, 0.3);
}

.form-header h2 {
    color: #c69b5f !important;
    /* Gold text */
    font-size: 24px !important;
    margin: 0 !important;
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-family: 'SangBleu Sunrise', serif !important;
    letter-spacing: 1px;
    line-height: 1.2 !important;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.form-body {
    padding: 20px 30px 10px;
    /* Reduced bottom padding */
    text-align: center;
}

.form-body h3 {
    font-size: 18px;
    color: #fff;
    font-weight: 600;
    margin-bottom: 5px;
    text-transform: none;
    line-height: 1.3;
    letter-spacing: 0.5px;
}

.form-body .price {
    font-size: 18px;
    color: #c69b5f;
    margin-bottom: 5px;
    line-height: 1.3;
    font-weight: 500;
}

.form-body .location {
    font-size: 16px;
    /* Increased size */
    color: #fff;
    /* Highlighted with white */
    margin-bottom: 15px;
    font-weight: 600;
    /* Bolder */
    line-height: 1.4;
    text-transform: uppercase;
    /* Optional: make it stand out more */
    letter-spacing: 0.5px;
}

.enquire-title {
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 1.2;
    border-bottom: 2px solid #c69b5f;
    display: inline-block;
    padding-bottom: 5px;
}

.banner-form-container .form-group {
    margin-bottom: 12px;
}

.banner-form-container .form-control {
    height: 42px !important;
    border-radius: 4px !important;
    border: 1px solid rgba(255, 255, 255, 0.2) !important;
    font-size: 14px !important;
    width: 100% !important;
    background: #fff !important;
    /* White inputs for contrast */
    color: #333 !important;
    padding: 8px 12px !important;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1) !important;
    transition: 0.3s;
}

.banner-form-container select.form-control {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23333' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 12px;
}

.banner-form-container .form-control:focus {
    border-color: #c69b5f !important;
    box-shadow: 0 0 8px rgba(198, 155, 95, 0.4) !important;
}

.banner-form-container .submit_btn {
    width: 100%;
    background: #c69b5f;
    /* Gold button */
    border: none;
    padding: 12px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 4px;
    color: #fff;
    cursor: pointer;
    margin: 5px 0 10px;
    /* Reduced top margin */
    transition: all 0.3s;
    text-transform: uppercase;
    letter-spacing: 1px;
    box-shadow: 0 4px 15px rgba(198, 155, 95, 0.4);
}

.banner-form-container .submit_btn:hover {
    background: #b0884f;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(198, 155, 95, 0.6);
}

.privacy-check {
    font-size: 12px;
    color: #e0e0e0;
    margin-top: 5px;
    /* Added top margin */
    margin-bottom: 0;
    /* Removed bottom margin */
    line-height: 1.3;
}

.privacy-check a {
    color: #c69b5f;
    text-decoration: none;
    border-bottom: 1px dotted #c69b5f;
}

.form-footer {
    background: rgba(7, 22, 46, 0.8);
    padding: 8px;
    /* Reduced padding */
    text-align: center;
    font-size: 11px;
    color: #ccc;
    /* Light text */
    border-top: 1px solid rgba(198, 155, 95, 0.3);
}

.form-footer p {
    margin: 0;
    /* Remove margin */
    line-height: 1.4;
    color: #e0e0e0;
    /* Ensure visibility */
}

.form-footer a {
    color: #c69b5f;
    text-decoration: none;
    font-weight: 500;
}

@media (max-width: 767px) {
    .banner-form-container {
        position: relative !important;
        top: auto !important;
        left: auto !important;
        right: auto !important;
        transform: none !important;
        width: 92% !important;
        margin: -60px auto 0 !important;
        /* Pull up to float over banner */
        border-radius: 8px !important;
        box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5) !important;
        background: rgba(9, 29, 62, 0.95) !important;
        /* Ensure transparency */
        z-index: 99;
    }

    .banner-blk {
        padding-bottom: 20px !important;
        padding-left: 0 !important;
        padding-right: 0 !important;
    }

    .slider1 .mob {
        display: block !important;
        width: 100% !important;
        height: auto !important;
    }

    .slider1 .desk {
        display: none !important;
    }
}

/* Fix Download Brochure Z-Index */
#hp-ctn-howItWorks {
    z-index: 10000 !important;
    position: fixed;
    /* Ensure it's fixed if it wasn't already */
}

/* Slider Responsive Defaults */
.slider1 .mob {
    display: none;
}

.slider1 .desk {
    display: block;
    width: 100%;
    height: auto;
}