﻿
/* -----------------------------------------------------------------
>>> TABLE OF CONTENTS :
--------------------------------------------------------------------

Version: 1.0.0
Author: Hariprasad
Website: https://www.colive.com/

# Font Family
# General styles
# Typography
# Header
# Banners
# Introduction
# Benefits
# Integrated Pods
# Features & Amenities
# PAP
# Signup
# Floor Plan
# About
# Media
    ## Queries

/* || Font Family */

/*****Std css****/
html {
    font-family: "Space Grotesk", sans-serif;
}

body {
    margin: 0 0;
    padding: 0 0;
    overflow-x: hidden;
    font-family: "Space Grotesk", sans-serif;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    font-family: Space Grotesk;
}

.mt-50 {
    margin-top: 50px;
}

.mt-10 {
    margin-top: 10px;
}

.mt-20 {
    margin-top: 20px;
}

.mt-30 {
    margin-top: 30px;
}

.mr-10 {
    margin-right: 10px;
}

.clear {
    clear: both;
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

p {
    margin-top: 0;
    margin-bottom: 0;
}

.pr-1, .px-1 {
    padding-right: 0.25rem !important;
}

.pl-1, .px-1 {
    padding-left: 0.25rem !important;
}

.containers {
    margin: 0 auto;
}

a:hover {
    color: #000;
}

/*Control Menu*/
.sidebartop {
    background: #42d966;
}

a.dropdown-item img {
    margin-right: 10px;
}

a.myprofile {
    text-align: left !important;
    padding-left: 15px;
    color:#fff!important;
}

.accordion.my-profile {
    margin-bottom: 0px !important;
    padding-top: 10px !important;
}

.login-user-detail h3 {
    font-size: 20px;
    margin-bottom: 0;
    color: #000;
}

.login-user-detail p {
    font-size: 15px;
    color: #000;
    border: 1px solid #000;
    border-radius: 5px;
    padding: 3px 10px;
    margin-top: 5px;
}

    .login-user-detail p a {
        color: #000;
        font-weight: 500;
        text-decoration: none;
    }

.loginwrap {
    padding: 20px;
    display: flex;
}

.login-user-detail {
    margin-left: 18px;
    text-align: left;
}

.accordion-control .accordion-button:not(.collapsed) {
    background-color: #fff !important;
    box-shadow: none !important;
    color: #000 !important;
    font-weight: 600;
}

.accordion-control .accordion-button:focus {
    outline: none !important;
    box-shadow: none !important;
}

.accordion-control .accordion-button {
    padding-bottom: 0 !important;
}

    .accordion-control .accordion-button span {
        padding-left: 10px;
    }

ul.controlmenulist {
    padding-left: 0;
}

.colive-apps p {
    text-align: left;
    margin-left: 6%;
    color: #000;
    font-weight: 600;
}

.myprofile {
    color: #fff;
}

    .myprofile:hover {
        background: #000;
        color: #fff;
    }

.colive-apps div {
    display: flex;
    text-align: center;
    justify-content: center;
    gap: 20px;
    margin-top: 15px;
}

.colive-apps {
    background: linear-gradient(179.8deg, #42d966 27.22%, #000000 419.08%);
    padding: 20px 0;
    margin: 20px;
    border-radius: 5px;
}

.socialIcons a i {
    color: #fff;
    font-size: 25px;
}

.controlmenu-social {
    text-align: left;
    margin-left: 10%;
    padding-bottom: 5%;
}

.socialIcons {
    gap: 35px;
}

.controlmenu-social p {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    color:#fff;
}

.profile-logout {
    padding-left: 18px;
    padding-top: 10px;
}

    .profile-logout p {
        padding-left: 10px;
        font-size:18px;
        color:#fff;
    }

.dropdown-userdetails {
    display: flex;
    align-items: center;
}

.user-name {
    padding-left: 18px;
}

    .user-name p.name {
        font-size: 20px;
    }

.profile-logout img {
    width: 30px;
}

/*****Std css end****/

/*Control Menu accordion*/
input.acc {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

.accordion {
    width: 100%;
    color: #fff;
    overflow: hidden;
    margin-bottom: 16px;
    background: #000;
}

.accordionblock:last-child {
    margin-bottom: 0;
}

.accordion-wrapper {
    background: #000;
}

.accordion-label {
    display: flex;
    -webkit-box-pack: justify;
    padding: 10px 16px 0px 16px;
    cursor: pointer;
    font-size: 16px;
    align-items: center;
}

    .accordion-label img {
        margin-right: 10px;
        width: 30px;
    }

    .accordion-label:hover {
    }

    .accordion-label::after {
        content: "\276F";
        width: 16px;
        height: 16px;
        text-align: center;
        -webkit-transition: all 0.3s;
        transition: all 0.3s;
        position: absolute;
        right: 15px;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        color: #fff;
    }

.d-center {
    align-items: center !important;
}

.accordion-content {
    max-height: 0;
    padding: 0 16px;
    color: #000;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}

    .accordion-content p {
        color: #000;
        margin: 0;
        font-size: 18px;
    }

input.acc:checked + .accordion-label {
    font-weight: 600;
    color: #fff;
    font-family: Poppins !important;
}

.ndnclose {
    position: absolute;
    right: 5px;
    top: 5px;
}


input.acc:checked + .accordion-label::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    right: 25px;
    color: #fff;
}

input.acc:checked ~ .accordion-content {
    max-height: 300vh;
    padding: 0px 0px 0px 0px;
    background: #000;
}

body::-webkit-scrollbar {
    width: 6px;
}

.sidebar::-webkit-scrollbar {
    width: 6px;
    background: var(--scrollbarBG);
}

::-webkit-scrollbar {
    width: 6px;
    color: pink;
}

::-webkit-scrollbar-thumb {
    background: #00dc70;
}

.hamburger {
    width: 30px;
    height: 3px;
    background: #000;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: 0.3s;
}

    .hamburger::before,
    .hamburger::after {
        content: "";
        position: absolute;
        width: 30px;
        height: 3px;
        background: #000;
        transition: 0.3s;
    }

    .hamburger::before {
        top: -8px;
    }

    .hamburger::after {
        bottom: -8px;
    }
.loginwrap .login-btn a {
    color: #FFFFFF !important;
    font-size: 12px;
    font-weight: 400;
    text-decoration: none;
    padding: 15px 20px 15px 23px;
}
.loginwrap .login-btn {
    background: #FFFFFF80;
    padding: 3px 0px 7px 0px!important;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    width: 60px;
    height: 60px;
    border-radius: 50%;
}
#customPara {
    position: fixed;
    top: 0;
    right: -30%;
    width: 85%;
    max-width: 360px;
    height: 100vh;
    background: #fff;
    z-index: 9999;
    overflow-y: auto;
    transition: right 0.35s ease;
}

    /* Sidebar open */
    #customPara.active {
        right: 0;
    }
.sidebar.active ~ .icon-one,
.icon-one.active-close {
    position: fixed;
    top: 18px;
    right: 18px;
    z-index: 10001; /* above sidebar */
}
.fa-times {
color:#fff!important;
}
.sidemenu {
    position: relative;
    z-index: 99;
    background-color: #000;
    /*box-shadow: #ccdbe8 1px 3px 6px 0 inset, rgb(255 255 255 / 50%) 1px -3px 6px 1px inset;*/
    box-sizing: border-box;
    height: auto;
    min-height: 100%;
}

.sidemenu h5 {
    padding: 25px 0 0 20px;
    color: #f8049c;
    font-weight: 600;
    font-size: 22px;
    text-align: left;
}

ul.sidebarlist {
    padding-top: 6px;
    padding-left: 10px;
    margin-bottom: 40px;
}

.sidebar ul li {
    line-height: 0px;
    list-style: none !important;
    margin-left: 0;
    width: 100%;
    text-align: left;
}

    .sidebar ul li:hover {
        background-color: #000;
    }

.menulist {
    margin-top: 10px;
    box-shadow: 0 0 0px #bfb5b5 !important;
}

.sidebar ul li a {
    position: relative;
    color: #fff;
    display: block;
    padding: 15px 15px 15px 5px !important;
    font-weight: 500;
    font-size: 16px;
    line-height: 14px;
    text-transform: capitalize;
    text-decoration: none !important;
    padding-left: 17% !important;
}

.sidebar ul ul li a {
    color: black;
    font-weight: 400 !important;
    padding: 17px 0px 0px 10px;
    font-size: 12px;
    margin-left: 1%;
}

.icon-one {
    width: 36px;
    height: 28px;
    cursor: pointer;
    z-index: 5000;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
}

.sidebar ul li a:hover {
    text-decoration: none;
}

.sidebarlist ul {
    padding-left: 0;
}

.user-name p {
    display: none;
    color: #fff;
}

.user-image {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    background: #FFFFFF80;
    display: none;
}

#dropdownMenuLink::after {
    display: none;
}

.divLocationsMenuWrapper.divLocationsMenuWrapperHeader:after {
    background-color: #000000;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 70px;
    opacity: 0.4;
    z-index: 1;
}

.profile-show a i {
    margin-right: 10px;
}



.user-info .dropdown-menu.show {
    top: 40px !important;
    left: -15px !important;
    display: block !important;
}

.user-info .dropdown-menu {
    position: absolute;
    top: 100%;
    right: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 8rem;
    margin: 0.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fefbfa;
    background-clip: padding-box;
    border: 0px solid rgba(0, 0, 0, .15);
    border-radius: 0rem;
    left: unset;
}

.user-info .dropdown-item {
    display: block;
    width: 100%;
    padding: 2px 10px 2px 5px;
    clear: both;
    font-weight: 600;
    color: #1f1b4e !important;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    font-size: 15px;
    cursor: pointer;
}

.user-info a.dropdown-item i {
    font-size: 15px;
    padding: 0 12px;
}

.profile-show {
    transform: translate(-5%, 50%) !important;
}

/*#region ShowLoaderCSS */
.CssLoaderStyles .logoloader {
    border: 6px solid #00dc70;
    border-radius: 50%;
    border-top: 6px solid transparent;
    width: 55px;
    height: 55px;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    position: absolute;
}

.CssLoaderStyles .Logo-loader {
    border: 6px solid #00dc70;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    position: relative;
    display: flex;
    justify-content: center;
    border-top: 6px solid transparent;
}

    .CssLoaderStyles .Logo-loader:after {
        content: '';
        background: #00dc70;
        height: 0px;
        width: 15px;
        position: relative;
        transform: rotate(90deg);
        border: 3.5px solid #fff0;
        top: -2px;
    }

.CssLoaderStyles {
    display: flex;
    align-items: center;
    justify-content: center;
    top: 0;
    left: 0;
    position: fixed;
    z-index: 10000000;
    background: #ffffffba;
    height: 100%;
    width: 100%;
    margin: auto;
}

.CssLoaderAlign {
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    align-content: center;
    position: relative;
}

/* Safari */
@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }

    100% {
        -webkit-transform: rotate(360deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/*#endregion ShowLoaderEnd*/

/*exit popup css starts*/
.exit-popup-modal-form {
    z-index: 9999;
    position: relative;
}

.exitpopupModal .modal-dialog {
    position: fixed;
    top: 45% !important;
    left: 50%;
    transform: translate(-50%, -50%) !important;
    width: 100%;
    max-width: 70% !important;
    z-index: 99;
}

.exitpopupModal .ExitFormSlider {
    width: 54%;
    /*height:89vh;*/
}

.exitpopupModal .enquire-form {
    padding: 0 1% 0 2.5%;
}

.exitpopupModal .exit-popupSlider img {
    width: 100%;
    /*height: 89vh;*/
    border-radius: 0 !important;
}

.exitpopupModal .exit-popupSlider.owl-loaded {
    padding-bottom: 0 !important;
    background-color: #3c3d3a;
}

.exitpopupModal .exit-popupSlider.owl-carousel .owl-stage-outer {
    width: 100% !important;
}

.exitpopupModal .modal-content {
    border-radius: 6px;
}

.exitpopupModal .modal-body {
    border-top: none;
    padding: 0;
    background: #FFFFFF !important;
    border-radius: 6px;
}

.exitpopupModal .owl-dots {
    position: absolute;
    display: flex;
    gap: 10px;
    bottom: 0;
    justify-content: center;
    left: 45%;
    right: 50%;
    bottom: 15px;
    transform: translate(-50%, -50%);
}

    .exitpopupModal .owl-dots button.owl-dot {
        width: 10px;
        height: 10px;
        border-radius: 100px;
        background-color: #FFFFFF;
        border: 1px solid #FFFFFF;
        padding: 0;
    }

        .exitpopupModal .owl-dots button.owl-dot span {
            width: 10px;
            height: 10px;
            display: flex;
        }

        .exitpopupModal .owl-dots button.owl-dot.active,
        .exitpopupModal .owl-dots button.owl-dot.active span {
            width: 27px;
        }

.exitpopupModal #enquiryNowFormExitPopup .form-control::placeholder {
    color: #AAAAAA;
}

.exitpopupModal #enquiryNowFormExitPopup select.form-control {
    color: #AAAAAA;
    cursor: pointer;
}

.exitpopupModal #enquiryNowFormExitPopup .locality.active,
.exitpopupModal #enquiryNowFormExitPopup .accommodation.active {
    color: #212529;
}

.exitpopupModal #enquiryNowFormExitPopup select option {
    color: #212529;
}

.exitpopupModal #enquiryNowFormExitPopup .form-control {
    background-color: #FFFFFF;
    border: 1px solid #AAAAAA;
    width: 100%;
    margin: auto;
    font-size: 16px;
    height: 40px;
    padding: 0 0.75rem;
}

.exitpopupModal #enquiryNowFormExitPopup h5 {
    font-size: 25px;
    font-weight: 600;
    color: #000000;
}

    .exitpopupModal #enquiryNowFormExitPopup h5 span {
        color: #F2006C;
    }

.exitpopupModal #enquiryNowFormExitPopup .fa-chevron-down {
    position: absolute;
    right: 3%;
    top: 30%;
    color: #000000 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.exitpopupModal #enquiryNowFormExitPopup .mob-number span {
    position: absolute;
    bottom: revert;
    left: 5px;
    font-size: 16px;
    border-right: 1px solid #000;
    padding-right: 7px;
    margin-right: 10px;
    color: #000000;
    top: 50%;
    transform: translate(0%, -50%);
}

.exitpopupModal #enquiryNowFormExitPopup .submit-btn input {
    background: #F2006C;
    width: 100%;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    border: 1.5px solid #F2006C;
    cursor: pointer;
    height: 45px !important;
    margin: auto;
    font-size: 20px;
}

.exitpopupModal .modal-header {
    border-bottom: none;
    padding: 2rem 0rem 1rem 1rem;
}

.exitpopupModal #enquiryNowFormExitPopup .locationOptions {
    width: 100%;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: 0 auto 4% auto;
}

.exitpopupModal #enquiryNowFormExitPopup input[type='radio'] {
    display: none;
    cursor: pointer;
}

    .exitpopupModal #enquiryNowFormExitPopup input[type='radio'] + label,
    .exitpopupModal #enquiryNowFormExitPopup input[type='radio']:not(checked) + label {
        padding: 5px 0px;
        border: solid 1px #000000;
        background: #FFFFFF;
        border-radius: 5px;
        text-align: center;
        font-size: 14px;
        transition: .4s;
        font-weight: 500;
        color: #000000;
        cursor: pointer;
        width: 100%;
        margin: 0px;
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .exitpopupModal #enquiryNowFormExitPopup input[type='radio']:checked + label {
        position: relative;
        border: solid 1px #000000;
        background: #000000;
        color: #FFFFFF;
        transition: .4s;
    }

#enquiryNowFormExitPopup .locationOptions .locationName:nth-child(1) {
    width: 25%;
}

#enquiryNowFormExitPopup .locationOptions .locationName:nth-child(2) {
    width: 25%;
}

#enquiryNowFormExitPopup .locationOptions .locationName:nth-child(3) {
    width: 30%;
}

#enquiryNowFormExitPopup .locationOptions .locationName:nth-child(4) {
    width: 25%;
}

.exitpopupModal #enquiryNowFormExitPopup .close span {
    border: 1px solid #000000;
    display: flex;
    border-radius: 50%;
    height: 22px;
    width: 22px;
    justify-content: center;
    /* align-items: center; */
    font-size: 18px;
    margin: auto;
    padding-top: 0px;
    color: #000000;
    font-weight: 600;
    position: absolute;
    top: 10px;
    right: -55px;
    background: #FFFFFF;
}

.exitpopupModal:after {
    background-color: #000000;
    position: fixed;
    content: "";
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    opacity: 0.4;
    z-index: 1;
}

.exitpopupModal .chat-us {
    justify-content: center;
    gap: 13px;
}

    .exitpopupModal .chat-us img {
        width: 22px;
    }

    .exitpopupModal .chat-us p {
        font-size: 16px;
        font-weight: 400;
        color: #000000;
    }

        .exitpopupModal .chat-us p a {
            font-size: 16px;
            font-weight: 400;
            color: #F2006C;
            cursor: pointer;
            background: none;
            padding: 0;
        }

.exitpopupModal .colive-info {
    border-top: 1px solid #000000;
    padding-top: 15px;
    width: 90%;
    margin: 20px auto 10px auto;
}

    .exitpopupModal .colive-info img {
        width: 22px;
        /*height: 20px;*/
    }

    .exitpopupModal .colive-info h4 {
        font-size: 12px;
        font-weight: 600;
        color: #000000;
        margin-bottom: 0;
    }

    .exitpopupModal .colive-info p {
        font-size: 10px !important;
        font-weight: 400;
        color: #000000;
        position: relative;
        left: 7px;
        top: 3px;
    }

        .exitpopupModal .colive-info p.mbeds {
            top: 10px;
        }

        .exitpopupModal .colive-info p.tenants {
            top: 2px;
        }

    .exitpopupModal .colive-info .properties {
        gap: 10px;
        align-items: center;
    }

#thankyouModal .thankyouModalrow {
    padding: 0 6%;
}

.toastwrap {
    opacity: 1 !important;
    z-index: 99999 !important;
}

.toast {
    opacity: 1 !important;
}

/*exit popup css end*/

@media (max-width:1200px) {
    .menucontrol ul {
        gap: 24px;
    }

    .menucontrol,
    .header-controls {
        padding: 0;
    }

    .head-container .logo {
        padding-left: 0;
    }
}

@media (max-width:992px) {
    .menucontrol ul {
        gap: 16px;
    }

        .menucontrol ul li,
        .loginwrap .login-btn a {
            font-size: 13px;
        }

    .head-container .logo {
        padding: 0;
    }

    .controls > ul {
        gap: 8px;
        justify-content: space-evenly;
    }

    .head-container {
        padding: 0 30px;
    }

    .loginwrap .login-btn {
        padding: 2px 0px 5px 0px;
    }

        .loginwrap .login-btn img {
            width: 18px;
        }

    .divLocationsMenuWrapper.divLocationsMenuWrapperHeader {
        right: 15%;
    }

    .phoneIcon img {
        width: 22px;
    }

    .whatsappIcon img {
        /* width: 25px;*/
    }

    .locationIcon img {
        /* width: 15px;*/
    }

    lilocationsMenuWrapper .location-closebtn {
        top: 10px;
    }
}


/* Sticky Button CSS Start */

#mySidenavWrapperSideNav a {
    position: absolute;
    right: -125px;
    transition: 0.3s;
    padding: 10px 10px;
    width: 190px;
    text-decoration: none;
    font-size: 15px;
    color: white;
    border-radius: 15px 0px 0px 0px;
    display: flex;
}


.ancEnquireNow {
    top: 180px;
    background-color: #F2006C;
    cursor: pointer;
}

.whatsappshare {
    top: 450px;
}

.videoshare {
    top: 280px;
    background-color: #F2006C;
}

#mySidenavWrapperSideNav {
    position: fixed;
    z-index: 9;
    top: 10%;
    right: 0;
}

    #mySidenavWrapperSideNav img {
        margin-right: 10px;
    }

.mobileSideNav {
    position: fixed;
    bottom: 0px;
    z-index: 9999;
    width: 100%;
    background-color: #ffffff;
    padding: 15px 0px;
    box-shadow: 0px 4px 40px 0px rgba(0, 0, 0, 0.10);
}

.mobileSideNavLeftLink {
    color: #F2006C;
    background-color: #ffffff !important;
}

    .mobileSideNavLeftLink:hover {
        color: #F2006C;
    }

.mobileSideNavRight {
    background-color: #F2006C;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #F2006C;
}

    .mobileSideNavRight a {
        color: #ffffff !important;
    }

    .mobileSideNavRight img {
        margin-right: 5px;
        vertical-align: bottom;
        width: 21px;
    }

.mobileSideNavLeft {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 5px 10px;
    text-align: center;
    border: 1px solid #F2006C;
}

    .mobileSideNavLeft a {
        color: #F2006C;
        background-color: #ffffff !important;
    }

    .mobileSideNavLeft img {
        margin-right: 5px;
        vertical-align: middle;
    }

.enquire-example-modal-form .form-group label.error {
    color: #fff !important;
    font-size: 10px !important;
    position: relative;
    display: block;
    top: 80px !important;
    float: right;
    padding: 2px 10px;
    border-radius: 4px;
    text-align: right;
    margin-bottom: 10px;
    right: 15px;
}

   

.enquire-example-modal-form .form-group label {
    position: relative;
    font-size: 15px;
    margin-bottom: 5px;
}

    .enquire-example-modal-form .form-group label sup {
        color: red;
        font-size: 11px !important;
        margin-left: 2px;
    }

.enquire-example-modal-form .form-group.submit-btn {
    margin-top: 5%;
}

.enquire-example-modal-form .form-group {
    position: relative;
    margin-bottom: 3%;
    padding: 0 15px;
}

    .enquire-example-modal-form .form-group input,
    .form-control {
        background: #F4F4F4;
        border: none;
    }

.enquire-example-modal-form .form-control {
    display: block;
    width: 100%;
    padding: 0.6rem 0.8rem;
    font-size: 15px;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    background-color: #F4F4F4;
    background-clip: padding-box;
    border: 0px solid #ced4da;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0.25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
    height: auto !important;
}

    .enquire-example-modal-form .form-control:focus {
        background-color: #F4F4F4;
    }

.enquire-example-modal-form .mob-number span {
    position: absolute;
    bottom: 10px;
    left: 25px;
    font-size: 14px;
    border-right: 1px solid #000;
    padding-right: 7px;
    margin-right: 10px;
}

.enquire-example-modal-form .mob-number input {
    padding-left: 12% !important;
}

.enquire-example-modal-form .dropdown {
    position: relative;
}

.locdropdown .fa-chevron-down {
    position: absolute;
    right: 15px;
    top: 35%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.locdropdown .fa-calendar {
    position: absolute;
    right: 10px;
    top: 35%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.datedropdown .fa-chevron-down {
    position: absolute;
    right: 10px;
    top: 55%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.datedropdown .fa-calendar {
    position: absolute;
    right: 10px;
    top: 55%;
    color: #616161 !important;
    pointer-events: none;
    cursor: pointer;
    font-size: 1rem;
}

.enquire-example-modal-form .submit-btn input {
    background: #F2006C;
    width: 100%;
    border-radius: 3px;
    padding: 5px;
    color: #fff;
    border: 2px solid #F2006C;
    cursor: pointer;
    height: 45px !important;
}

.enquire-example-modal-form .modal-content {
    border-radius: 10px;
    border: none;
}

.enquire-example-modal-form .modal-body {
    padding: 0px;
}

.enquire-example-modal-form .modal-header {
    padding: 0rem 1rem 1rem;
    border-bottom: #555555 1px solid;
    margin-bottom: 20px;
}

    .enquire-example-modal-form .modal-header .modal-title {
        font-weight: 600;
        font-size: 22px;
    }

        .enquire-example-modal-form .modal-header .modal-title span {
            color: #F2006C;
        }

.enquire-example-modal-form .enquire-form {
    padding: 1rem;
    background: #fff;
}

.schedule-modal {
    /*  top: 10%;*/
}

.enquire-example-modal-form .thanyoumsg {
    padding: 1rem;
    border-top: 10px solid #F2006C;
}

    .enquire-example-modal-form .thanyoumsg .modal-header {
        padding: 0rem 1rem 1rem;
        border-bottom: #555555 0px solid;
        margin-bottom: 0px;
    }

    .enquire-example-modal-form .thanyoumsg h3 {
        font-size: 60px;
        font-style: normal;
        font-weight: 600;
        line-height: 96.8%;
        letter-spacing: 4.8px;
        margin: 30px 0 20px;
        color: #000000;
    }

        .enquire-example-modal-form .thanyoumsg h3.schedule-header {
            font-size: 21px;
            font-style: normal;
            font-weight: 600;
            line-height: 96.8%;
            letter-spacing: 0px;
            margin: 30px 0 20px;
            color: #000000;
        }

    .enquire-example-modal-form .thanyoumsg h6 {
        color: #000000;
        font-size: 22px;
        font-style: normal;
        font-weight: 400;
        line-height: 96.8%;
        margin-bottom: 22px;
    }

        .enquire-example-modal-form .thanyoumsg h6.schedule-header {
            color: #000000;
            font-size: 18px;
            font-style: normal;
            font-weight: 400;
            line-height: 24px;
            margin-bottom: 22px;
            padding: 0 30px;
        }

    .enquire-example-modal-form .thanyoumsg p {
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 96.8%;
        margin-bottom: 40px;
    }

        .enquire-example-modal-form .thanyoumsg p.schedule-header {
            color: #000000;
            font-size: 16px;
            font-style: normal;
            font-weight: 500;
            line-height: 96.8%;
            margin-bottom: 40px px;
        }

            .enquire-example-modal-form .thanyoumsg p.schedule-header span {
                color: #F2006C;
                margin-left: 10px;
            }

                .enquire-example-modal-form .thanyoumsg p.schedule-header span a {
                    color: #F2006C;
                    background: transparent;
                    font-size: 14px;
                }

.enquire-example-modal-form .modal-dialog {
    position: relative;
    top: auto !important;
    left: auto;
    width: 100%;
    max-width: 500px !important;
    transform: none !important;
}

.close {
    float: right;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1;
    color: #000;
    text-shadow: 0 1px 0 #fff;
    opacity: .5;
    border: 0px;
    background-color: #ffffff00;
}

.modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    opacity: 1 !important;
}

@media (max-width: 768px) {
    /*control menu start*/
    .sidebar {
        width: 300px!important;
    }
    #customPara {
    right:-85%;
    }
    .sidebar ul li a {
    padding-left:8%!important;
    }
    .HeroBlock h2 {
    font-size:24px;
    }
    .user-name p.name {
        font-size: 16px;
    }

    .user-name p.mobile {
        font-size: 15px;
    }

    .accordion-control .accordion-button span {
        font-size: 14px;
    }

    .accordion-button img {
        width: 24px;
    }

    .profile-logout img {
        width: 24px;
    }

    .profile-logout p {
        font-size: 16px;
    }

    .profile-logout {
        padding-left: 18px;
        padding-top: 12px;
    }

    .colive-apps div {
        gap: 5px;
        margin-top: 10px;
    }

    .colive-apps p {
        margin-left: 3%;
    }

    .colive-apps {
        padding: 15px 0;
    }

    ul.controlmenulist {
        padding-left: 38px;
    }
    /*control menu end*/
    .section7, .section10, .section12, .blog-section {
        display: none;
    }

    .enquire-example-modal-form .mob-number input {
        padding-left: 18% !important;
    }

    .enquire-example-modal-form .thanyoumsg h3 {
        font-size: 44px;
        font-style: normal;
        font-weight: 600;
        line-height: 96.8%;
        letter-spacing: 4.8px;
        margin: 30px 0 20px;
        color: #000000;
    }

    .enquire-example-modal-form .thanyoumsg h6 {
        color: #000000;
        font-size: 17px;
        font-style: normal;
        font-weight: 400;
        line-height: 96.8%;
        margin-bottom: 22px;
    }

    .enquire-example-modal-form .thanyoumsg p {
        color: #000000;
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: 96.8%;
        margin-bottom: 40px;
    }

    .enquire-example-modal-form .thanyoumsg h3.schedule-header {
        font-size: 21px;
        font-style: normal;
        font-weight: 600;
        line-height: 26px;
        letter-spacing: 0px;
        margin: 30px 0 10px;
        color: #000000;
    }

    .enquire-example-modal-form .thanyoumsg h6.schedule-header {
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 22px;
        margin-bottom: 22px;
        padding: 0 20px;
    }

    .enquire-example-modal-form .thanyoumsg p.schedule-header {
        color: #000000;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 22px;
        margin-bottom: 40px;
        padding: 0 50px;
    }

    /*exit popup css starts*/
    .exitpopupModal .modal-dialog {
        max-width: 92% !important;
        margin: auto;
        top: 50% !important;
    }

    .exitpopupModal .modal-body {
        border-top: 8px solid #EF0073;
    }

    .exitpopupModal #enquiryNowFormExitPopup .form-control {
        width: 90%;
        font-size: 14px;
        height: 36px;
        padding: 0rem 0.75rem;
    }

    .mob-number input {
        padding-left: 12% !important;
    }

    .exitpopupModal .enquire-form {
        padding: 0 2% 2% 2%;
    }

    .exitpopupModal .modal-header {
        padding: 1rem 0rem 1rem 1.2rem;
    }

    .exitpopupModal #enquiryNowFormExitPopup .mob-number span {
        left: 23px;
        /*bottom: 8px;*/
        font-size: 14px;
    }

    .exitpopupModal #enquiryNowFormExitPopup .locationOptions {
        width: 90%;
    }

    .exitpopupModal #enquiryNowFormExitPopup input[type='radio'] + label,
    .exitpopupModal #enquiryNowFormExitPopup input[type='radio']:not(checked) + label {
        font-size: 12px;
        height: auto;
    }

    .exitpopupModal #enquiryNowFormExitPopup .fa-chevron-down {
        right: 8%;
        top: 33%;
        font-size: 12px;
    }

    .exitpopupModal #enquiryNowFormExitPopup .submit-btn input {
        font-size: 18px;
        width: 90%;
    }

    .exitpopupModal .modal-content p {
        font-size: 12px;
        padding: 0px 0 !important;
        max-width: revert;
        margin: auto 0;
    }

    .exitpopupModal .chat-us p a {
        font-size: 12px;
    }

    #thankyouModal .thankyouModalrow {
        padding: 0;
    }

    .exitpopupModal #enquiryNowFormExitPopup label.error {
        right: 13px;
        top: 28px !important;
    }

    .exitpopupModal #enquiryNowFormExitPopup .close span {
        border: none;
        font-size: 25px;
        top: 10px;
        right: 5px;
        /* background: #FFFFFF; */
    }

    /*exit popup css end*/
}

/* ===========================
   HEADER
   =========================== */
a.dropdown-toggle {
    text-decoration: none !important;
}
/* Default header */
.main-header {
    position: absolute;
    top:0%;
    width: 100%;
    padding: 15px 0; /* FIXED — remove % padding */
    z-index: 10;
    transition: transform 0.4s ease, opacity 0.4s ease, background-color 0.3s ease, box-shadow 0.3s ease;
}

    /* Sticky header */
    .main-header.sticky {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        z-index: 999;
        background: #000;
        padding: 6px 0; /* smooth transition */
        box-shadow: 0 4px 12px rgb(249 225 225 / 15%);
    }

/* Navigation area */
.navwrap {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 20px;
}

/* Buttons */
.btnbooknow button,
.btncheckin button {
    background: transparent;
    border: 2px solid #42d966;
    border-radius: 20px;
    padding: 3px 25px;
    color: #fff;
}

/* Location button */
.btnlocation button {
    color: #fff;
    padding: 0;
}

    .btnlocation button:hover {
        color: #fff;
    }

    .btnlocation button i {
        color: #42d966;
        font-size: 25px;
        margin-right: 5px;
    }

.btnlocation a img {
    margin-right: 5px;
}
/* Icons */
.user i.fa-user {
    font-size: 25px;
    color: #42d966;
}

.whatsapplink a i,
.bars i {
    color: #42d966;
    font-size: 30px;
}

.btnlocation a {
    color: #fff;
}
.fa-bars {
    color: #42d966;
    font-size: 25px;
}

.fa-times {
    color: #000!important;
    font-size:25px;
}
/* Nav links */
.navlinks ul {
    display: flex;
    gap: 10px;
    margin: 0;
    padding: 0;
}

    .navlinks ul li {
        list-style: none;
        color: #fff;
        cursor: pointer;
    }

        .navlinks ul li a {
            color: #fff;
            cursor: pointer;
            text-decoration: none !important;
        }

            .navlinks ul li a:hover {
                color: #42d966
            }

        .navlinks ul li:hover {
            color: #42d966;
        }

/* Hero */
.neologo {
    padding: 3% 0;
}

    .neologo img {
        width: 100px;
    }

.herotext h1 {
    font-size: 60px;
    color: #42d966;
    font-weight: 700;
    min-height: 144px;
}

    .herotext h1 span {
        color: #fff;
    }

.herotext p {
    margin-top: 3%;
}
/* Search block */
.header-search {
    padding-top: 3%;
    padding-bottom: 6%;
}

.headsearchblock input:focus-visible {
    outline: none;
}

/* ===========================
   YOUTUBE VIDEO BACKGROUND
   =========================== */

.video-bg {
    /*position: fixed;*/
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: -1;
}

.video-foreground iframe {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 120vw;
    height: 120vh;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.video-wrapper {
    position: relative;
    width: 100%;
    padding-bottom: 56.25%; /* 16:9 ratio */
    overflow: hidden;
    border-radius: 12px; /* optional for rounded card */
}

    .video-wrapper iframe {
        pointer-events: none;
    }

    .video-wrapper iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border: 0;
        object-fit: cover;
    }


/* Page content */
.content {
    position: relative;
    z-index: 2;
    padding-top: 28%;
    text-align: center;
    color: white;
}

/******Premium Space****/
.premiumspace {
    background: #000;
    padding-top: 18%;
}

.sectiontitls h1 {
    color: #fff;
    font-weight: 700;
}

    .sectiontitls h1 span {
        color: #42d966;
    }

.sectiontitls p {
    color: #fff;
    margin-top: 3%;
}

.vcard {
    border: 2px solid #fff;
    border-radius: 10px;
    padding: 15px;
}

.propertyname h3 {
    font-size: 24px;
    color: #fff;
}

.propertyname p {
    color: #fff;
}

.pricing p {
    font-size: 12px;
    color: #fff;
}

.pricing h3 {
    font-weight: 700;
    font-size: 18px;
    color: #42d966;
    margin-bottom: 0;
}

.sectiontitls {
    padding: 5% 0;
}

.propcarddetails {
    margin-top: 15px;
}

.bookproperty button {
    border-radius: 20px;
    background: #42d966;
    border: 1px solid #42d966;
    padding: 4px 25px;
    font-size: 14px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
}
/******section3(6-Star)*******/
.colive-6-star {
    background: #000;
    padding-bottom: 5%;
}

.cardhead img {
    width: 100px;
    margin-bottom: 20px;
    margin-top: 10px;
}

.cardhead h4 {
    color: #fff;
}

    .cardhead h4 span {
        color: #00dc70;
    }

.card-content p {
    color: #fff;
}

.featurecard {
    border: 2px solid #fff;
    padding: 25px;
    border-radius: 15px;
    min-height: 370px;
}

.chatsection {
    background-color: #000;
}

.sectiontitls img {
    width: 45px;
    height: 45px;
    margin: 0 20px;
}

.searchtochat {
    width: 90%;
    margin: 0 auto;
    border: 1px solid #161616;
    padding: 4%;
    background: #0e0b0b;
    border-radius: 20px;
    gap: 20px;
}

.locationsearch {
    width: 80%;
    margin-bottom: 0;
    position: relative;
}

.chatbtn button {
    background: #42d966;
    border: 1px solid #42d966;
    padding: 10px 30px;
    border-radius: 20px;
    font-weight: 600;
}

.locationsearch i {
    right: 15px;
    position: absolute;
    top: 15px;
    color: #fff;
}

.locationsearch input {
    border-radius: 25px;
    height: 46px;
    border: 1px solid #161616;
    background-color: transparent;
}

    .locationsearch input:focus {
        background-color: transparent;
        border: 1px solid #161616;
    }

.quickSearchCarouselSection {
    margin-top: 25px;
}

.quickSearchLocations a {
    color: #fff;
}

.quickSearchLocations {
    background: #111111;
    text-align: center;
    padding: 5px 10px;
    border-radius: 10px;
}

.quickSearchCarousel .owl-prev, .quickSearchCarousel .owl-next {
    display: none;
}


/*Search  Wrapper */
.search-wrapper {
    width: 90%;
    max-width: 900px;
    margin: 60px auto auto;
    padding: 40px;
    background: #0d0d0d;
    border-radius: 25px;
    border: 1px solid #1f1f1f;
}

/* Search Bar */
.search-bar {
    display: flex;
    align-items: center;
    background: #111;
    border: 1px solid #222;
    padding: 12px 20px;
    border-radius: 40px;
    width: 80%;
}

    .search-bar input {
        flex: 1;
        background: transparent;
        border: none;
        outline: none;
        color: #ccc;
        font-size: 16px;
    }

.search-icon {
    margin-right: 20px;
    color: #999;
    font-size: 20px;
}

.start-btn {
    background: #00a651;
    color: white;
    padding: 14px 28px;
    border-radius: 40px;
    font-size: 16px;
    border: none;
    cursor: pointer;
    margin-left: 20px;
    transition: 0.2s;
}

    .start-btn:hover {
        background: #009247;
    }

/* Suggestions as pills */
.suggestions {
    margin-top: 25px;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

    .suggestions li {
        list-style: none;
        padding: 10px 18px;
        background: #151515;
        border: 1px solid #222;
        color: #ccc;
        border-radius: 25px;
        font-size: 14px;
        cursor: pointer;
        transition: 0.2s;
    }

        .suggestions li:hover {
            background: #1e1e1e;
            border-color: #333;
        }

.searchblk {
    display: flex;
}

.headsearchblock i {
    position: absolute;
    top: 28%;
    right: 3%;
    font-size: 25px;
    color: #42d966;
}

.headsearchblock input::placeholder {
    color: #fff;
    opacity: 1;
}

.video-poster {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 0;
    transition: opacity 0.6s ease;
}

    .video-poster.hide {
        opacity: 0;
        pointer-events: none;
    }



.side-menu {
    font-family: "Poppins", sans-serif !important;
}

    .side-menu, .side-menu * {
        font-family: "Poppins", sans-serif !important;
    }

.controlmenulist li a {
    font-family: "Poppins", sans-serif !important;
}

label.accordion-label {
    font-family: "Poppins", sans-serif !important;
}

.login-user-detail h3 {
    font-family: "Poppins", sans-serif !important;
}

.socialcard p {
    margin-top: 15%;
}
/*****Team image*****/
.team-section {
    background: #000;
    padding: 80px 0;
    color: #fff;
}

.team-card {
    text-align: center;
    padding: 20px;
}

    .team-card .img-box {
        width: 250px; /* control size */
        height: 250px;
        border-radius: 50%;
        overflow: hidden;
        margin: 0 auto 20px;
        border: 1px solid #434343;
    }

        /* Image inside */
        .team-card .img-box img {
            width: 100%;
            height: 100%;
            object-fit: cover; /* key for perfect crop */
            display: block;
        }

    .team-card h3 {
        color: #00ff9c;
        font-size: 22px;
        font-weight: 600;
        margin-bottom: 15px;
    }

    .team-card p {
        color: #ddd;
        font-size: 15px;
        line-height: 1.6;
    }

/* Owl dots */
.owl-theme .owl-dots .owl-dot span {
    width: 8px;
    height: 8px;
    background: #555;
    margin: 5px;
}

.owl-theme .owl-dots .owl-dot.active span {
    background: #00ff9c;
}

.team-carousel .owl-dots {
    margin-top: 30px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 100%;
    gap: 10px;
    position: absolute;
    bottom: -5%;
}

    .team-carousel .owl-dots .owl-dot {
        display: inline-block !important;
    }

        .team-carousel .owl-dots .owl-dot span {
            width: 10px;
            height: 10px;
            background-color: #fff;
            display: block;
            border-radius: 50%;
            opacity: 1;
        }

.engine-img {
    width: 200px;
    height: 200px;
    object-fit: cover;
    border-radius: 50%;
    margin-bottom: 15px;
}

.member-name {
    color: #00ff9c;
    margin-bottom: 2px;
    font-size: 20px;
}

.member-role {
    font-size: 16px;
    color: #fff;
    display: block;
    margin-bottom: 10px;
    font-weight: 600;
}

.member-desc {
    font-size: 0.85rem;
    color: #fff;
    line-height: 1.5;
    max-width: 220px;
    margin: auto;
}

#teamCorousel {
    display: flex;
}


.team-carousel:not(.owl-loaded) {
    display: flex;
    gap: 30px;
    justify-content: center;
    flex-wrap: wrap;
}

    .team-carousel:not(.owl-loaded) .team-card {
        max-width: 320px;
    }
#menuOverlay {
    position: fixed;
    inset: 0;
    background: rgba(0,0,0,.45);
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    z-index: 3500;
}

    #menuOverlay.active {
        opacity: 1;
        visibility: visible;
    }
.icon-one .i {
font-size:25px!important;
}
.btnlocation a label {
margin-bottom:0px!important;
cursor:pointer;
}
    .btnlocation a label:hover {
        color: #42d966;
    }