/* fonts */

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;300;400;500;600;700&display=swap');

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Poppins', sans-serif;


}

html {
    font-family: 'Poppins', sans-serif;
}

/*@font-face {*/
/*    font-family: "Vangeda-Regular";*/
/*    src: url('../fonts/Vangeda-Regular.ttf');*/
/*}*/



/*@font-face {*/
/*    font-family: "Mulish-Bold";*/
/*    src: url('../fonts/Mulish-Bold.ttf');*/
/*}*/


/*@font-face {*/
/*    font-family: "Mulish-Regular";*/
/*    src: url('../fonts/Mulish-Regular.ttf');*/
/*}*/




/*@font-face {*/
/*    font-family: "Ubuntu-Regular";*/
/*    src: url('../fonts/Ubuntu-Regular.ttf');*/
/*}*/

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    font-family: 'Poppins', sans-serif;
}

p {
    font-size: 15px;
    font-weight: 400;
    padding-bottom: 12px;
    margin: 0px;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
}


ul li,
ol li {
    font-size: 15px;
    padding: 5px 0px;
    margin: 0px;
    color: #000;
    font-family: 'Poppins', sans-serif;
    line-height: 1.4;
    font-weight: 400;
}

.bg1 {
    background-color: #0F2D44;
}

.section_pad {
    padding: 62px 0px;
}

.sec_heading h2 {
    font-size: 32px;
    font-weight: 600;
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 59px;
    font-family: serif !important;

}

h1 {
    font-size: 32px !important;
    font-weight: 600;
    color: #fff;
    padding: 0px;
    margin: 0px;
    line-height: 59px;
    font-family: serif !important;

}

.sec_heading {
    padding-bottom: 12px;
}

/*  navbar  */

#menu {
    background-color: #0F2D44 !important;
    /*padding: 45px 0px;*/
    padding: 0px;
}

#menu .navbar-dark .navbar-nav .nav-link {
    padding: 6px 16px;
}

.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .show>.nav-link {
    color: #ffffffbf;
}

.menu_btn {
    padding: 6px 16px !important;
}

.menu_btn,
.enquire_btn {
    background-color: transparent;
    padding: 6px 24px;
    border: 1px solid #fff;
    font-family: "Ubuntu-Regular";
}

.menu_btn,
.enquire_btn {
    color: #fff;
    text-decoration: none;
    font-family: "Ubuntu-Regular";
}

.menu_btn:hover,
.enquire_btn:hover {
    background-color: #fff;
}

.menu_btn:hover,
.enquire_btn:hover {
    color: #0F2D44;
}

.navbar-dark .navbar-toggler {
    border: none;
}

.navbar-toggler:focus {
    box-shadow: none;
}

.blink-btn {
    background-color: red;
    /* start color */
    color: #fff;
    padding: 12px 24px;
    font-size: 18px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    animation: blink 1s infinite;
}

@keyframes blink {
    0% {
        background-color: red;
    }

    50% {
        background-color: green;
    }

    100% {
        background-color: red;
    }
}

/*  banner  */

#banner {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 0px 0px;
}


.banner_logo {
    width: 306px;
    height: auto;
}

#banner img {
    width: 100%;
}

.banner_box h1 {

    font-size: 30px;
    font-weight: 400;
    padding: 14px 0px;
    margin: 0px;
    line-height: 1.5;
    text-align: center;
    margin-top: 15px;

}

.banner_box p {
    color: #000;
}


/*  About  */

#about {
    padding: 45px 0px 295px;
}

.about_box {
    padding: 14px 0px;
}


.about_box p {
    padding-bottom: 0px;
    font-size: 16px;
}


/*  highlights  */

#highlights {
    background: url('../images/block3/dtp_background3.webp');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    padding: 60px 0px 185px;
}

#highlights .bottom {
    position: absolute;
    background-image: url('../images/block3/bottom_leaf.webp');
    background-repeat: no-repeat;
    width: 245px;
    height: 186px;
    background-position: bottom;
    z-index: 9999;
    background-size: cover;
    left: -25px;
    bottom: 5px;
}

.highlight_box {
    padding-left: 100px;
    padding-right: 24px;
}


.fluid_gap {
    padding-left: 0px !important;
    padding-right: 0px !important;
}


/*  plans  */

#master_plan {
    background-color: #0F2D44;
    position: relative;
}

#master_plan .bottom {
    position: absolute;
    background-image: url('../images/block4/flower_bottom.webp');
    background-repeat: no-repeat;
    width: 320px;
    height: 365px;
    background-position: bottom;
    z-index: 9999;
    background-size: cover;
    right: 0px;
    bottom: -56px;
}

.magnify {
    border-radius: 50%;
    border: 2px solid white;
    position: absolute;
    z-index: 20;
    background-repeat: no-repeat;
    background-color: white;
    box-shadow: inset 0 0 20px rgba(0, 0, 0, .5);
    display: none;
    cursor: none;
}

/*  floorplans  */

#floorplans h3 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
    padding-bottom: 14px;
    margin: 0px;
    line-height: 32px;
}


.loc_tabs .nav-link {

    border: none !important;

}

.loc_tabs .nav-link.active {
    color: #ffffff;
    background-color: transparent;
    border: none;
    text-decoration: underline;
    text-decoration-color: #dee2e6
}

.loc_tabs .nav-link:focus {
    background-color: transparent !important;
    color: #fff !important;
}


#location {
    position: relative;
    overflow: hidden;
}


.locationsecflver {
    position: absolute;
    bottom: -3%;
    right: -10%;
    width: 27%;
    transform: rotate(67deg);
    opacity: 0.1;
    animation: rotateflver7 3s linear infinite alternate;
}


@keyframes rotateflver7 {
    0% {
        transform: rotate(67deg);
    }

    100% {
        transform: rotate(69deg);
    }
}
















.location-points {
    margin-top: 35px;

}


.location-points li {

    color: #fff;
    font-size: 16px;

}


.plans_tabs {
    border-bottom: none;
    margin-top: 20px;
}

.plans_tabs .nav-item.show .nav-link {
    color: #fff;
    background-color: transparent;
    border-color: #dee2e6 #dee2e6 #fff;
    padding: 6px 24px;
    border-radius: 0px;
}

.plans_tabs .nav-link {
    color: #fff;
    border: 1px solid #fff;
    padding: 6px 24px;
    border-radius: 0px;
}

.plans_tabs .nav-item {
    margin-right: 15px;
}

.plans_tabs .nav-link:focus,
.plans_tabs .nav-link:hover {
    background-color: #fff;
    color: #0F2D44;
}

.plans_table {
    color: #fff;
    text-align: center;
    vertical-align: middle;
}



/*  locations  */

.location_box {
    padding-left: 25px;
    padding-right: 100px;
}


#location .accordion-item,
#location .accordion-button {
    background-color: transparent;
}

#location .accordion-button:focus {
    box-shadow: none;
}

#location .accordion-button::after {
    filter: brightness(100);
}

#location .accordion-button,
.lob_mbl_lists li {
    color: #fff;
}

#location a {
    text-decoration: none;
}

/*   locations animation css  */

.dirctn {
    padding: 32px 0 13px;
    width: 100%;
    margin: 0 auto;
}

.dircircle {
    width: 100%;
    margin: 0 auto;
}

.distnce {
    margin-bottom: 30px;
    position: relative;
}

.center-line {
    position: absolute;
    top: 32px;
    left: 0;
    right: 0;
    height: 2px;
    border-bottom: 8px solid #fff;
    /* White horizontal line */
}

.progress-bar {
    position: absolute;
    height: 8px;
    background-color: #FFC181;
    /* Initial color when active */
    width: 0%;
    /* Start with no progress */
    transition: width 1s ease-in-out;
    /* Smooth transition effect */
}

.rowitm {
    display: flex;
    justify-content: space-between;
}

/*
  .dotsd {
    position: absolute;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background-color: #e2dbd7;
    box-shadow: 0px 0px 0px 8px #c4b7ae;
    top: 8px;
  }*/
.minsx {
    padding-top: 0px;
}

.minsx>p {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 0;
}

.item-1 {
    width: 33.33%;
    position: relative;
}

.dotsd.blck {
    right: 41px;
}

.dotsd.blck1 {
    left: 49%;
}

.dotsd.blck2 {
    left: 41px;
}

.item-1.red .dotsd {
    background-color: #FFC181;
}

.item-1:first-child .minsx {
    text-align: left;
}

.item-1:last-child .minsx {
    text-align: right;
}

.item-1:nth-child(2) .minsx {
    text-align: center;
}

.item-1.red .minsx>p {
    color: #FFC181;
}

.mnylyrs {
    position: relative;
}

.layer3,
.layer2,
.layer1 {
    position: absolute;
    border-radius: 50%;

    /* border-radius: 50% 40% 70% 30% / 40% 35% 65% 55%;  */
}

.layer4 {
    position: relative;
    width: 100%;
    background-color: #1C4B70;

    border-radius: 50%;
    /* border-radius: 50% 40% 70% 30% / 40% 35% 65% 55%;  */
}

.layer3 {
    width: 74.5%;
    background-color: #3B6280;
    top: 49.8%;
    left: 50%;
    z-index: 12;
}

.layer2 {
    width: 50.6%;
    background-color: #1C4B70;
    top: 50%;
    left: 50%;
    z-index: 13;
}

.layer1 {
    width: 20%;
    height: 20%;
    background-color: #fff;
    top: 49.9%;
    left: 50%;
    z-index: 14;
    padding: 2%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pnon>img {
    opacity: 0;
    visibility: hidden;
    transform: scale(0);
}

.pnon.popshw>img {
    opacity: 1;
    visibility: visible;
    transform: scale(1);
}

.pnon>img {
    transition: all 1s ease-in-out 0s;
}

.dircircle.htg .layer3,
.dircircle.htg .layer2,
.dircircle.htg .layer1 {
    opacity: 1;
    transform: translate(-50%, -50%) scale(1);
}


/*  footer  */

.footer-text {
    font-size: 26px;
    font-weight: 600;
    text-align: center;
    color: #fff;

}

#footer {
    background: linear-gradient(45deg, #0f2d44d4, #0f2d44c2), url(./images/footersec.webp);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}

.footer_img {
    width: 260px;
    height: auto;
}

#footer h3 {
    font-size: 25px;
    font-weight: 600;
    color: #fff;
}

.big_p {
    font-size: 20px;
    font-weight: 400;
}

.big_p a {
    color: #fff;
    text-decoration: none;
}

.form_box {
    background-color: #0F2D44;
    padding: 20px;
    border: 1px solid #fff;
}

.form_box h5 {
    color: #fff;
    padding-bottom: 16px;
    text-transform: uppercase;
}

.form_box h5 span {
    border-bottom: 4px solid #fff;
}

.validation {
    color: #e6414b;
}

.form_box .form-control {
    padding: 6px 12px;
    background-color: transparent;
    color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    box-shadow: none;
}

.form_box select {
    width: 100%;
    padding: 6px 12px;
    background-color: transparent;
    color: #fff;
    border-top: none;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #fff;
    border-radius: 0px;
    margin: 14px 0px;
}

.form_box option {
    color: #000;
}

.submit_btn {
    background-color: transparent;
    padding: 6px 32px;
    border: 1px solid #fff;
    color: #fff;
    margin-top: 16px;
    text-transform: uppercase;
    font-size: 12px;
}

.form_box ::placeholder,
.selldof::placeholder {
    color: #fff !important;
}


select:focus-visible {
    outline: none !important;
}

.selldof .form-control,
.sell_do_form_control {
    border-top: none !important;
    border-right: none !important;
    border-left: none !important;
    border-radius: 0px !important;
    background-color: transparent !important;
    box-shadow: none !important;
    color: #fff !important;
}

.selldof .form-control:focus {
    box-shadow: none !important;
}

.selldof .title,
.selldof label {
    display: none !important;
}


.selldof .btn {
    background-color: transparent !important;
    color: #fff !important;
    margin: 5px auto !important;
    display: block !important;
    text-transform: uppercase !important;
}

.thankyou {
    color: #fff;
}


/*  copyright  */

#copyright {
    padding: 12px 0px;
    background-color: #0F2D44;
    padding-bottom: 90px;
}

#copyright p {
    padding-bottom: 0px;
    text-align: center;
}







/*  Media Quries  */

@media (min-width: 767px) {

    .navbar-nav.abs {




        text-align: center;
    }

}

.bannerfm h3 {
    display: none !important;
    color: #fff !important;
}

@media only screen and (max-width: 768px) {


    .amitcalfr {
        width: 50% !important;
    }



    #mobile_banner {
        display: block !important;
    }

    .bannerfm h3 {
        display: block !important;
    }

    .mobile_logo {
        margin-bottom: 20px;
    }

    .mbl_scroll_img {
        overflow-x: auto;
        /* Enable horizontal scrolling */
        overflow-y: hidden;
        /* Disable vertical scrolling */
        white-space: nowrap;
        /* Prevent content wrapping */
        width: 100%;
        max-width: 100%;
        display: block;
        cursor: grab;
        /* Show grab cursor */
    }

    .mbl_scroll_img:active {
        cursor: grabbing;
        /* Change cursor when dragging */
    }

    .mbl_scroll_img img {


        max-width: 170%;
        /* Allow image to extend beyond container for scrolling */
        height: auto;
        /* Maintain aspect ratio */
        display: inline-block;
        /* Prevent wrapping issues */
    }


    .header img {
        opacity: 1 !important;
    }




    #menu .navbar-dark .navbar-nav .nav-link {
        padding: 6px 0px;
    }


    .loc_tabs .nav-link {

        padding: 6px 10px !important;

    }

    .location-points li {

        text-align: left;

    }

    #menu {
        padding: 0px 0px;
    }



    .section_pad {
        padding: 25px 0px;
    }

    .highlight_box {
        padding-left: 0px;
    }

    .bannerfm h3 {
        font-size: 22px;
        text-align: center;
    }

    .location_box {
        padding-right: 0px;
        padding-left: 0px;
    }

    .form_box {
        margin-bottom: 25px;
    }

    #master_plan .bottom,
    #highlights .bottom {
        display: none;
    }

    .master_planbox {
        padding: 20px 0px 42px;
    }

    .about_row {
        justify-content: center;
    }

    #highlights {
        padding: 45px 0px 45px;
    }

    #banner,
    .sec_heading h2,
    #highlights,
    #master_plan,
    #floorplans,
    #location {
        text-align: center;
    }

    .banner_box h1 {
        font-size: 25px;
    }

    .sec_heading h2 {
        font-size: 30px;
        line-height: 38px;
    }

    .plans_tabs {
        justify-content: center;
    }

    .lob_mbl_lists li {
        text-align: left;
    }

    .g_prev,
    .g_next {
        padding: 2px 9px !important;
    }

    .clients_prev,
    .clients_next,
    .magnify {
        display: none !important;
    }

    /* sticky whatsapp icon css */

    .sticky-icons {
        flex-direction: row !important;
        bottom: 0;
        left: 0;
        right: 0;
        top: unset !important;
        justify-content: center;
        transform: translateY(0);
        display: none !important;
    }



}





@media only screen and (min-width: 770px) and (max-width: 1000px) {
    .banner_box h1 {
        font-size: 25px;
    }

    .sec_heading h2 {
        font-size: 31px;
        line-height: 41px;
    }

    .clients_prev,
    .clients_next {
        bottom: -38% !important;
    }

    .highlight_box {
        padding-left: 46px;
    }

    #menu .navbar-dark .navbar-nav .nav-link,
    .menu_btn {
        padding: 2px 6px;
        font-size: 13px;
    }

    .minsx>p {
        font-size: 12px;
    }

    .nav-item {
        flex: 0 0 auto;
        margin-right: 7px !important;
    }

    .menu_btn {
        padding: 6px 9px !important;
    }

}

@media only screen and (min-width: 1001px) and (max-width: 1200px) {
    .sec_heading h2 {
        font-size: 31px;
        line-height: 41px;
    }

    #menu .navbar-dark .navbar-nav .nav-link,
    .menu_btn {
        padding: 2px 12px;
        font-size: 14px;
    }

    .clients_prev,
    .clients_next {
        bottom: -38% !important;
    }

    .highlight_box {
        padding-left: 46px;
    }


}

@media only screen and (min-width: 1201px) and (max-width: 1400px) {

    .nav-item {
        flex: 0 0 auto;
        margin-right: 7px !important;
    }
}



@media only screen and (min-width: 1900px) {

    #about {
        padding: 100px 0px 585px;
    }


    p {
        font-size: 18px;
    }
}





/*  Slick Slider  */

.highlights .slick-slide {
    filter: grayscale(100%);
}

.highlights .slick-current {
    filter: grayscale(0%);
}

.slick-slide img {
    width: 100%;
}

.slick-slide {
    margin: 0 6px;
    transform: scale(1);
    transition: all 0.5s ease;
    position: relative;
}

.slick-current {
    opacity: 1;
    transform: scale(1);
    z-index: 9999;
}


.slick-prev,
.slick-next {
    border: none;
    padding: 0;
    background-color: transparent;
    z-index: 1;
}

.slick-prev {
    text-align: left;
    position: absolute;
    vertical-align: middle;
    bottom: -28%;
    left: 3%;
}

.slick-next {
    text-align: right;
    position: absolute;
    vertical-align: middle;
    bottom: -28%;
    right: 2%;
}

.clients_prev,
.clients_next {
    border: none;
    background-color: transparent;
}

.clients_prev i,
.clients_next i {
    font-size: 40px;
    color: #fff;
}

.clients_prev {
    left: -15px;
    position: absolute;
    bottom: -24%;
}

.clients_next {
    left: 20px;
    position: absolute;
    bottom: -24%;
}

.g_prev {
    left: 50px;
    position: absolute;
    top: 48%;
    z-index: 9999;
}

.g_next {
    right: 50px;
    position: absolute;
    top: 48%;
    z-index: 9999;
}

.g_prev,
.g_next {
    border: 1px solid #fff;
    padding: 15px 24px;
    border-radius: 50%;
    background-color: transparent;
}

.g_prev i,
.g_next i {
    color: #fff;
}

.slick-dots li button:before {
    content: '.' !important;
    font-size: 24px !important;
}

.slick-dots li.slick-active button:before {
    opacity: 1 !important;
    color: #e6414b !important;
}

.slick-dots {
    bottom: -42px !important;
}


.progress {
    display: block;
    width: 100%;
    height: 10px;
    border-radius: 10px;
    overflow: hidden;
    background-color: #f5f5f5;
    background-image: linear-gradient(to right, #FFC181, #FFC181);
    background-repeat: no-repeat;
    background-size: 0 100%;
    transition: background-size .4s ease-in-out;
    margin-top: 24px;
}

.gallery .slick-slide {
    margin: 0px;
}


.hidden-slide {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: absolute;
    /* Keep it out of the flow */
}


/* watsapp sticky icon css for desktop */



.sticky-icons a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background: #25D366;
    /* WhatsApp green background */
    color: white;
    font-size: 24px;
    border-radius: 50%;
    width: 47px;
    height: 47px;
    margin: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.sticky-icons a.phone {
    background: #e94c55;
    /* Phone blue background */
}

.sticky-icons a:hover {
    transform: scale(1.1);
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* Default (Desktop) - Vertical Icons */
.sticky-icons {
    top: 95%;
    right: 0;
    transform: translateY(-50%);
    /* flex-direction: column;*/
    position: fixed;
    z-index: 1000;
}

.desktop_watsapp {
    background: #25D366;
}



/* Stickybar multi iconscss for mobile */

body {
    margin: 0;
    padding: 0;
}

/* Sticky Bar */
.icon-sticky-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px 0;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.1);
    z-index: 9999;
}

/* Left and Right Links */
.icon-sticky-bar a {
    text-decoration: none;
    color: #152c43;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
    flex: 1;
}

.icon-sticky-bar a span {
    display: block;
    font-size: 22px;
    margin-bottom: 5px;
}

.icon-sticky-bar a:hover {
    color: #152c43;
    /* Hover color */
}

/* Middle Icon Styling */


.middle-icon {

    color: #152c43;
    width: 70px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;

}

.icon_color {
    color: #0eed86;
}

.globe {
    color: #152c43;
}

.sticky_phone {
    color: #dc3545;
}

.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

/* Show only on mobile */
@media (min-width: 768px) {
    .icon-sticky-bar {
        display: none;
    }
}


/* horizontal scroll menu for mobile */



/* General Navbar Styling */

.navbar {
    padding: 10px 20px;
}

.navbar-brand img {

    /*max-height: 40px;*/
    margin: 0px auto;
    display: block;
}

/* Horizontal Scrolling Menu and Button */

.d-flex.flex-nowrap.overflow-auto {
    display: flex;
    /* flex-wrap: nowrap; / */
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: 100%;

}

.d-flex.flex-nowrap.overflow-auto::-webkit-scrollbar {

    height: 5px;
}

.d-flex.flex-nowrap.overflow-auto::-webkit-scrollbar-thumb {
    background-color: #fff;
    border: 1px solid #ccc;
    /* Border around the thumb */
}

.d-flex.flex-nowrap.overflow-auto::-webkit-scrollbar-track {
    background: transparent;

}

.nav-item {
    flex: 0 0 auto;
    margin-right: 15px;
}

.nav-link {
    color: #f8f9fa;
    font-size: 16px;
    text-decoration: none;
    white-space: nowrap;
    padding: 5px 0;
}

/*
.nav-link.active {
    font-weight: 600;
    color: #e6414b;
    
}*/

.nav-link:hover {
    color: #00bfff;
}


.btn-outline-light {
    padding: 5px 15px;
    font-size: 16px;
    border: 1px solid #fff;
    color: #fff;
    text-transform: uppercase;
    white-space: nowrap;
}

.btn-outline-light:hover {
    background-color: #fff;
    color: #000;
}


@media (max-width: 768px) {
    .d-flex.flex-nowrap.overflow-auto {
        overflow-x: auto;
        /* Ensure horizontal scrolling on mobile */
    }

    .btn-outline-light {
        font-size: 14px;
    }

    body {
        padding-top: 0px !important;
    }
}


/* desktop sticky header css */

.header,
.mobile_header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #1a2b40;
    z-index: 1000;
    transition: all 0.3s ease;
    box-shadow: none;
    padding: 10px 20px;
    transition: transform 0.3s ease-out, box-shadow 0.3s ease-out;
}



.header.sticky {
    transform: translateY(-10px);
    /* Slightly lift the menu */
}



.header.scrolled,
.mobile_header {
    padding: 10px 20px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.header img {
    height: auto;
    transition: opacity 0.3s ease;
}

.header.scrolled img {
    opacity: 1;
}

body {
    padding-top: 70px;
    /* Prevent content from being hidden under the header */
}


.mobile-sticky-bar {
    display: none;
}

/* Show only on mobile */
@media (max-width: 768px) {
    .mobile-sticky-bar {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: #174b55;
        /* background like reference */
        padding: 12px 0;
        position: fixed;
        bottom: 15px;
        /* lifted above the bottom */
        left: 10px;
        right: 10px;
        z-index: 9999;
        border-radius: 12px;
        box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.2);
    }

    .mobile-sticky-bar .action-btn {
        flex: 1;
        text-align: center;
        color: #fff;
        text-decoration: none;
        font-size: 13px;
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 5px;
    }

    .mobile-sticky-bar .action-btn img {
        width: 33px;
        height: 33px;
        object-fit: contain;
        filter: brightness(0) invert(1);
        /* make icons white */
    }
}





.selldof label {
    display: inline-block !important;
    margin-bottom: 5px;
    color: #fff;
}


.selldof label {
    display: block !important;
}


.footerform_box {}

.footerform_box ul li {
    list-style-type: none !important;
}


.footerform_box {
    background: #0f2d44 !important;
    padding: 20px 30px !important;
}

.pding {
    padding: 60px 0px;
}


.aboutseclt p {
    color: #000 !important;
    line-height: 25px;
}

.aboutsec {
    background: #0f2d44;
    position: relative;
    overflow: hidden;
}

.aboutsecflver {
    position: absolute;
    top: 30%;
    left: -121px;
    width: 27%;
    transform: rotate(111deg);
    opacity: 0.1;
    animation: rotateflver 3s linear infinite alternate;
}

/* Keyframes */
@keyframes rotateflver {
    0% {
        transform: rotate(111deg);
    }

    100% {
        transform: rotate(115deg);
    }
}

.aboutsecflver2 {

    position: absolute;
    bottom: -16%;
    right: -12%;
    width: 27%;
    transform: rotate(67deg);
    opacity: 0.1;
    animation: rotateflver12 3s linear infinite alternate;
}

@keyframes rotateflver12 {
    0% {
        bottom: -16%;
    }

    100% {
        bottom: -18%;
    }
}

.aboutsecright {
    position: relative;
}

.aboutsecright::after {
    position: absolute;
    top: 16px;
    left: 16px;
    background-color: #ffffff00;
    width: 100%;
    height: 100%;
    content: '';
    border: 4px solid #ffffff7a;
    z-index: 0;
}


.aboutsecright img {
    width: 100%;
    z-index: 9;
    position: relative;
}

.abtleftcol {
    align-items: center;
    display: flex;
}

.aboutseclt {
    color: #fff !important;
}

.aboutseclt p {
    color: #fff !important;
}

.abouticonsleft h1 {
    font-size: 44px;
    font-weight: 700;
    color: #fff !important;
}

.abouticons {
    padding: 60px 0px !important;
}

.countericonsbx {
    width: 100px;
}

/* ======================================================================== */
/* .countericons{
        display: flex;
    width: 100%;
    justify-content: space-between;
} */




.countericons {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    align-items: center;
    text-align: center;
    padding: 20px 0;
}

.countericonsbx {
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.08);
    transition: 0.3s;
}

.countericonsbx img {
    width: 50px;
    height: auto;
    margin-bottom: 10px;
    background: #0f2d44;
    padding: 4px 4px 4px 7px;
    border-radius: 18px 18px 0px 18px;
    border: 2px solid #fff;

}

.countericonsbx p {
    font-size: 16px;
    font-weight: 600;
    color: #ffffff;
}

.pding {
    padding: 60px 0px !important;
}

.locationhits {
    text-align: center !important;
}

.locationhitsbx {
    display: flex;
    justify-content: space-between;
    width: 40%;
    margin: 0 auto;
    margin-top: 23px;
    margin-bottom: 22px;
    position: relative;
    border-bottom: 2px solid #ffffffa8;
}

.locationhitsbx p {
    position: relative;
    margin-bottom: 0px !important;
}

.locationhitsbx p::after {
    position: absolute;
    bottom: -5px;
    left: 50%;
    background-color: #fff !important;
    width: 10px;
    height: 10px;
    content: '';
    border-radius: 12px;
}

/* Tablet */
@media(max-width: 992px) {
    .countericons {
        grid-template-columns: repeat(3, 1fr);
    }
}

/* Mobile */
@media(max-width: 576px) {
    .countericons {
        grid-template-columns: repeat(2, 1fr);
        gap: 15px;
    }
}



.sitefloorplans button {
    display: flex;
    width: 90%;
    padding: 10px 15px;
    border: none !important;
    border-radius: 9px;
    margin-bottom: 15px;
    font-weight: 700;
    background: #f9f9d2;
    justify-content: center;
    color: #0f2d44;
}

.sitefloorplansright img {
    filter: blur(4px);
}

.slidetabbx {
    position: relative;
}

.sitefloorplansright_bx {
    position: absolute;
    top: 47%;
    left: 39%;
}


.sitefloorplansright_bx a {
    background: #0f2d44;
    padding: 9px 18px;
    color: #fff;
    border-radius: 7px;
}

.sitefloorplansright_bx a:hover {
    background: #0f2d44;
    padding: 9px 18px;
    color: #fff;
}

.mappic {
    margin-top: 25px;
}

.mappic img {
    width: 100%;
    height: 270px;
    object-fit: cover;
    border-radius: 8px;
}




.tabsec2maps button {
    background: transparent;
    border: 1px solid #fff;
    padding: 5px 12px;
    border-radius: 6px !important;
    color: #fff;
    margin-bottom: 10px;
    margin-right: 6px;
}


/* 
.accordion {
    background-color: #eeeeee00;
    color: #ffffff;
    border: 1px solid #ffffff40;
    cursor: pointer;
    
    text-align: left;
    outline: none;
    font-size: 15px;
    transition: 0.4s;
    padding: 8px 10px;
    width: 100%;
    margin-bottom: 12px;
    border-radius: 7px;
}

.active,
.accordion:hover {
    background-color: #ffffff26;
}

.accordion:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}
.accordion
.active:after {
    content: "\2212";
}

.panel {
    padding: 0 18px;
    background-color: white;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

.panel a {
    display: inline-block;
    color: #0066cc;
    font-weight: bold;
    text-decoration: none;
    margin-top: 10px;
}

.panel a:hover {
    text-decoration: underline;
}

.panel {
     background-color: rgba(255, 255, 255, 0);
}

.panel ul{
    margin: 0px !important;
    padding: 0px !important;
    margin-bottom: 25px !important;
}

.panel ul li{
    color: #fff !important;
}
 */


.master_planbox h4 {
    color: #fff !important;
    font-size: 21px;
}

.master_planbox ul {
    padding: 0px !important;
    margin: 0px !important;
    text-align: left !important;
    margin-left: 15px !important;
}

.master_planbox ul li {
    color: #fff !important;
}

.aminitiicons {
    background: #f9f9d2;
    text-align: center;
    padding: 20px 20px;
    width: 80%;
    margin: 25px auto;
    margin-bottom: 35px;
    border-radius: 3px;
    height: 145px;
}

.aminitiicons p {
    color: #0F2D44 !important;
    margin-top: 12px;
}

.amenitisec {
    background-image: linear-gradient(45deg, #0f2d4496, #0f2d44fa), url(ima);
    padding: 50px 0px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    padding: 50px 0px;
    background-attachment: fixed;
}

.projecthigh_lights {
    padding: 50px 0px;
    position: relative;
}

.projcthighflver {
    position: absolute;
    top: -10%;
    left: -236px;
    width: 27%;
    transform: rotate(236deg);
    opacity: 0.1;
    animation: rotateflver3 3s linear infinite alternate;
}

@keyframes rotateflver3 {
    0% {
        transform: rotate(236deg);
    }

    100% {
        transform: rotate(239deg);
    }
}


.formControlright {
    display: flex;
    justify-content: center;

}

.mdlbutton button {
    margin: 0 auto;
    display: flex;
    background: #0F2D44;
    color: #fff;
    border: none !important;
    padding: 7px 16px;
    font-size: 14px;
    border-radius: 7px;
}

.modal-title {
    margin: auto 0 auto auto;
    font-size: 22px;
    font-weight: 600;
    color: #0f2d44;
}

.modal-body li {
    list-style-type: none !important;
    margin-bottom: 15px !important;
}

.mdlbutton {
    margin-bottom: 0px !important;
}


.modal_div {
    z-index: 99999999;
    transform: rotate(-90deg);
    transform-origin: right bottom 0;
    position: fixed;
    bottom: 58%;
    right: -3px;
    line-height: 1;
    margin: 0px;
    text-align: center;
}

.modal_div a {
    padding: 7px 12px;
    font-size: 15px;
    line-height: 18px;
    font-weight: 600;
    color: #fff !important;
    background: #0a2d4c !important;
    border: 1px solid #fff;
}
















.alincenter {
    align-items: center;
    display: flex;
}



.slick-dotted.slick-slider {
    margin-bottom: 0px !important;
}

.plans_tabs .nav-link {
    padding: 6px 8px !important;
    border: none !important;
    font-size: 15px;
}

#floorplans .g_next {
    right: 20px;
}

#floorplans .g_prev {
    left: 20px;
}

#floorplans .slick-slide img {
    width: 80%;
    margin: 0px auto;
}

.banner-price {
    padding: 8px 20px;
    background: transparent;
    margin-top: 15px;
    border-radius: 15px;
    font-size: 24px;
    font-weight: 700;
    border: 1px solid #f7f7f7;
}

.modal-dialog .form_box h5 span {
    border-bottom: 2px solid #fff;
    font-size: 14px !important;
    text-transform: capitalize;
    font-weight: 400;
}

.video_icon {
    width: 30px;
    margin-right: 4px;
}

#banner .btn-outline-light {
    padding: 5px 15px;
    font-size: 24px;
    font-weight: 700;
    text-transform: capitalize;
}



@media only screen and (max-width: 768px) {
    .banner-price {
        padding: 7px 15px !important;
        font-size: 20px !important;
    }

    .modal-dialog .form_box {
        margin-bottom: 0px !important
    }
}

.enquire_now_btn {
    background: #dc494e !important;
    border: 1px solid #dc494e !important;
}






/* virtual tour section css */


.badge:empty {
    display: inline-flex !important;
}



#virtual_tour {
    background: #152c43;
    padding: 40px 15px;
    color: #fff;
    font-family: system-ui, Segoe UI, Roboto, Arial, sans-serif;
}

.flow {
    position: relative;
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;

    aspect-ratio: 1398 / 451;
    background: url("assets/images/Group%201.webp") center/contain no-repeat;
}


.badge {
    position: absolute;
    z-index: 2;
    width: 64px;
    height: 64px;
    object-fit: contain;
    transform: translate(-60%, -45%);
}


.step {
    position: absolute;
    z-index: 1;
    width: 25%;
    text-align: left;
    line-height: 1.5;
}

.step h3 {
    margin: 0;
    font-size: 22px;
    line-height: 1.5;
}



.flow--3 .b1 {
    left: 6%;
    top: 59%;
}

.flow--3 .b2 {
    left: 41.8%;
    top: 59.5%;
}

.flow--3 .b3 {
    left: 77.5%;
    top: 56.5%;
}


.flow--3 .step--1 {
    left: 10%;
    top: 57%;
    transform: translateY(-50%);
}

.flow--3 .step--2 {
    left: 46%;
    top: 57%;
    transform: translateY(-50%);
}

.flow--3 .step--3 {
    left: 82%;
    top: 57%;
    transform: translateY(-50%);
}


.virtual_box img {
    width: 50px;
    height: auto;
}

.virtual_box h3 {
    font-size: 16px;
    line-height: 1.5;
    margin-top: 10px;
}


.sliderpart1 {
    width: 100%;
}

.bannerfm {
    position: fixed;
    bottom: 0px;
    margin: 0 auto;
    justify-content: center;
    display: block;
    width: 100%;
}

.bannerfmbx li {
    padding: 0 !important;
    display: flex !important;
    width: 23%;
    margin: 0px auto;

}

.bannerfm form {
    border: 2px solid #fff;
    margin: 0 auto;
    margin-bottom: -8px;
    border-radius: 11px 11px 0px 0px;
    background-color: #0f2d44 !important;
    padding: 13px 8px 16px 8px;
    width: 58%;
}

.tabsec2maps li {
    width: 50%;
    color: #fff;
    float: left;
}

.buttonfmbnr button {
    width: 100%;
    background: #00000000;
    border: 1px solid #fff !important;
    color: #fff;
    border-radius: 5px;
}

.bannerfmbx ul {
    display: flex !important;
}

.bannerfmbx ul li {}

.formControlright12 {
    position: absolute;
    bottom: -28px;
    left: 0px;
    width: 100% !important;
    height: 10px;
    justify-content: center;
    height: inherit !important;
}

.privcyrow {
    margin-top: 25px;
    text-align: center;
}

.input_wrap {
    display: flex;
}

.bannerfmbx {
    position: relative;
}

.privcyrow p a {
    color: #fff !important;
    font-weight: 300;
}

.bannerfm {
    z-index: 999;
}


.footfmrt button {
    background: #ffffff00;
    border: 1px solid #fff !important;
    color: #ffffff;
    padding: 4px 13px;
    border: 1px solid #000;
    border-radius: 3px;
    margin: 0 auto;
    display: flex;
}


.slick-next {
    right: 77px !important;
}

.slick-prev {
    left: 70px !important;
}

.footleft {}

.adress {
    width: 61%;
    margin: 0 auto;
}

#floorplans {
    position: relative;
    overflow: hidden;
}

.floorsecflver {
    position: absolute;
    top: 8%;
    left: -218px;
    width: 27%;
    opacity: 0.1;
    animation: rotateflver4 3s linear infinite alternate;
    transform: rotate(249deg);

}

@keyframes rotateflver4 {
    0% {
        transform: rotate(249deg);
    }

    100% {
        transform: rotate(252deg);
    }
}


.sitefloorplans .active {
    background: #cdcd93e3 !important;
}

#collapseNavbar {
    float: right;
    justify-content: right;
}

.bannerdesk {
    display: block !important;
}

.bannermbl {
    display: none !important;
}

@media (max-width: 768px) {

    .bannerdesk {
        display: none !important;
    }

    .bannermbl {
        display: block !important;
    }


    .bannerfmbx ul {
        display: block !important;
                flex-wrap: wrap;
    }

    .bannerfm {
        position: relative;
        bottom: inherit;
        margin: inherit;
        justify-content: center;
        display: block;
        width: 100%;
        background: #0f2d44;
        padding-top: 20px;
    }

    .bannerfmbx ul li {
        margin-bottom: 17px;
    }

    .bannerfm form {
        border: inherit;
        margin-bottom: 0px;
        border-radius: 0px;
        background-color: #0f2d44 !important;
        width: 100%;
        padding: 15px;

    }

    .bannerfmbx ul {
        display: block !important;
    }

    .modal_div {
        display: none !important;
    }

    .header img {
        height: auto;
        width: 95px;
    }

    .buttonfmbnr button {
        width: 180px;
        background: #00000000;
        border: 1px solid #fff !important;
        color: #fff;
        border-radius: 5px;
        padding: 10px 10px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .bannerfmbx li {
        padding: 0 !important;
        display: flex !important;
        width: 100%;
        margin: 0px 0px;
    }

    .formControlright12 {
        position: relative;
        bottom: inherit;
        left: inherit;
        width: 100% !important;
        height: 10px;
        justify-content: center;
        height: inherit !important;
    }

    .navbar {
        padding: 0px !important;
    }

    .banner {
        display: none !important;
    }

    .countericonsbx {
        margin: 0 auto;

    }

    .buttonfmbnr button {
        width: auto;
        background: #00000000;
        border: 1px solid #fff !important;
        color: #fff;
        font-size: 14px;
        border-radius: 5px;
        padding: 6px 14px;
        margin: 0 auto;
        display: flex;
        justify-content: center;
    }

    .aboutsecright::after {
        display: none !important;
    }

    .sitefloorplans button {
        display: flex;
        width: 22%;
        float: left;
        padding: 7px 12px;
        justify-content: center;
        font-size: 14px;
        margin-bottom: 25px;
    }

    .sitefloorplans {
        display: flex;
        justify-content: space-around;
    }

    .sitefloorplansright_bx {

        left: 33%
    }

    .locationhitsbx {
        display: flex;
        justify-content: space-between;
        width: 95%;
        margin: 0 auto;
        margin-top: 15px;
        margin-bottom: 15px;
    }

    .mobile-sticky-bar {
        display: flex;
        justify-content: space-around;
        align-items: center;
        background: #0f2d44;
        padding: 9px 0;
        border: 1px solid #fff;
    }

    .aminitiicons {
        background: #f9f9d2;
        text-align: center;
        padding: 20px 20px;
        width: 96%;
        margin: 0px auto;
        margin-bottom: 0px;
        border-radius: 3px;
        height: 145px;
        margin-top: 20px;
    }

    #navbar {
        padding: 0px 17px !important;
    }

    .schedule {
        display: none !important;
    }

    #banner {
        margin-top: 86px;
        margin-bottom: -1px;
    }

    .countericonsbx {

        width: 50%;
        float: left;
    }

    .countericons {
        grid-template-columns: inherit !important;
        gap: inherit !important;
    }

    .countericons {
        display: inline;
    }

    h1 {
        font-size: 28px !important;
        text-align: center;
        margin-bottom: 20px !important;
    }

    .countericonsbx1 {
        width: 100%;
    }

    .master_planbox h4 {
        font-size: 18px;
        margin-top: 12px;
    }

    .abouticons {
        height: auto !important;
    }

    .aboutseclt {
        text-align: center;
    }

    .projecthigh_lights {
        padding: 25px 0px;
    }

    .abouticons {
    padding: 30px 0px !important;
}

.pding {
    padding: 30px 0px !important;
}

    .master_planbox {
        padding: 11px 0px 42px;
    }
    .locationhegh{
        padding: 0px;
        margin: 0px;
    }
}




 .abouticons {
            background-image: linear-gradient(45deg, #0f2d44e3, #0f2d4470), url(./images/amit.webp);
            background-position: center;
            background-repeat: no-repeat;
            background-size: cover;
            background-position: center;
            height: 600px;
            width: 100%;

        }
        
        .abouttwosec{
                position: relative;
        }
        
        .abouttwosec::after {
            position: absolute;
                top: 25px;
                left: 41px;
                background-color: #ffffff00;
                width: 93%;
                height: 98%;
                content: '';
                border: 4px solid #ffffff7a;
                z-index: -1;
    }

        #footer {
            background: linear-gradient(45deg, #0f2d44b0, #0f2d448f), url(./images/footersec.webp);
            background-position: center center;
            background-repeat: no-repeat;
            background-size: cover;
        }
        
        .bannerfmbx ul {
    display: flex !important;
    justify-content: space-around;
    flex-wrap: wrap;
}

.countericonsbx {
    width: 100px;
    margin: 0 auto;
}
        
        .sitefloorplans button {
 
    cursor: pointer;
        }

        


.adress {
    width: 70%;
 }
.header img {
    height: auto;
    transition: opacity 0.3s 
ease;
    width: 100px;
    margin: -4px 0px;
}

.countericons {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 20px;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    justify-content: center;
    text-align: center;
}

.abouticonsleft h1 {
    text-align: center;
}

.abouticons {
    background-image: linear-gradient(45deg, #0f2d44e3, #0f2d447d), url(./images/amit.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: auto;
    width: 100%;
    padding: 0px !important;
    padding-top: 50px !important;
}

.master_planbox ul li {
    color: #fff !important;
    list-style-type: none;
    display: flex;
}
.master_planbox img {
    width: 40px;
    height: 40px;
    padding-right: 3px;
}
.aboutseclt p {
     line-height: 18px;
}

 


@media (max-width: 768px) {
    .countericonsbx {
    width: 50% !important;
    }
    .countericons {
    justify-content: center;
    text-align: center;
    display: block;
}

    .abouttwosec::after{
        display: none !important;
    }
    
    .sitefloorplansright_bx a {
     padding: 6px 11px;
    color: #fff;
    border-radius: 7px;
    font-size: 13px;
}   
.sitefloorplansright_bx {
         left: inherit;
        top: 44% !important;
        empty-cells: 1;
        width: 100%;
    }
        .aminitiicons {
        background: #f9f9d2;
        text-align: center;
        padding: 8px 8px;
        width: 100%;
        margin: 0px auto;
        margin-bottom: 0px;
        border-radius: 3px;
        height: 150px;
        margin-top: 20px;
    }
        .countericonsbx1 {
        width: 100% !important;
    }
    
    .abouticons {
    padding-top: 25px !important;
}
    .sitefloorplans button {
        display: flex;
        width: 48%;
        float: left;
        padding: 6px 6px;
        justify-content: center;
        font-size: 14px;
        margin: 0px 2px;
        margin-bottom: 25px;
        font-weight: 500;
    }
        .sitefloorplans {
        display: block;
        }
    
}