* {
    margin: 0;
    padding: 0;
}

@font-face {
    font-family: 'GothamNarrow-Bold, sans-serif';
    src: url('../font/Gotham-Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamNarrow-XLight, sans-serif';
    src: url('../font/Gotham-XLight.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'GothamNarrow-Book, sans-serif';
    src: url('../font/Gotham-Book.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

p, li , a , button, figure {
    font-family: 'GothamNarrow-XLight, sans-serif';
    font-weight: 700;
}

h3 {
    font-family: 'GothamNarrow-Bold, sans-serif';
    font-weight: 400;
}

.container {
    max-width: 1200px;
}

/* Header CSS Start */
.navbar {
    padding: 10px 0px;
    background-color: #091A32!important;
}

.navbar-collapse {
    flex-grow: 0 !important;
}

.navbar-nav li a {
    font-weight: 600;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase;
}

.navbar-nav li a:hover {
    color: #f2ecde; 
}

.navbar-nav li a:focus,
.navbar-nav li a:active {
    color: #f2ecde; 
    outline: none; 
}

.navbar-nav li.active a {
    color: #f2ecde;
}

.navbar-nav li a i {
    transform: rotate(90deg);
    font-size: 14px;
}

.nav-flag-container {
    display: inline-block;
    background-color: #efefef;
    border-radius: 50%;
    padding: 5px;
    margin-left: 10px;
}

.navbar-nav li img {
    width: 30px;
    height: auto;
    display: block;
    border-radius: 50%;
}

.navbar-toggler:focus {
    box-shadow: none !important;
    border: none;
}

.navbar-toggler {
    border: none;
    padding: 0;
}

.navbar-toggler-icon {
    position: relative;
    width: 50px;
    height: 40px;
    background: #fff;
    border-radius: 0px;
    display: flex;
    /*justify-content: center;*/
    padding-left: 10px;
    padding-right: 10px;
    align-items: center;
    cursor: pointer;
    overflow: hidden;
}

.navbar-toggler-icon span {
    position: absolute;
    width: 35px;
    height: 4px;
    background: #091A32;
    border-radius: 4px;
    transition: 0.5s;
}

.navbar-toggler-icon span:nth-child(1) {
    transform: translateY(-12px);
    width: 25px;
    /*left: 10px;*/
}

.navbar-toggler-icon.active span:nth-child(1) {
    transform: translateY(0px) rotate(45deg);
    width: 30px;
    transition-delay: 0.125s;
}

.navbar-toggler-icon span:nth-child(2) {
    transform: translateY(12px);
    width: 15px;
    /*left: 10px;*/
}

.navbar-toggler-icon.active span:nth-child(2) {
    transform: translateY(0px) rotate(315deg);
    width: 30px;
    transition-delay: 0.125s;
}

.navbar-toggler-icon.active span:nth-child(3) {
    transform: translateX(60px);
}

.logo-one {
    width: 100px; 
    height: auto; 
}

@media (max-width: 767px) {
    .logo-one {
        width: 80px; 
    }
}

.logo-two {
    width: 150px; 
    height: auto; 
}

@media (max-width: 767px) {
    .logo-two {
        width: 120px; 
    }
}


/* Header CSS End */

/* Banner CSS Start */

#banner {
    position: relative;
    z-index: 1;
}

#banner .banner-image .img-section {
    background-image: url(../images/banner.png); 
    background-position: center;
    background-size: cover;
    border-radius: 0px;
    height: 685px;
    overflow: hidden;
    border: none;
    margin: 0;
    position: relative;
}

#banner .form-slider-wrapper {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=98);
    opacity: 0.98;
    background-color: #fff;
    bottom: 20%;
    right: 1.3%;
    display: table;
    height: auto;
    padding: 20px 20px 15px 20px;
    position: absolute;
    width: 360px;
    z-index: 10;
}

#banner .form-slider-wrapper h1 {
    margin-top: 0;
    color: #fff;
}

#banner .form-slider-wrapper h3 {
    margin-bottom: 15px;
    color: #091A32;
}

#banner .form-slider-wrapper h3:after {
    display: none;
}

#banner .form-group {
    position: relative;
    margin-bottom: 12px;
}

#banner .form-group ::placeholder {
    font-size: 16px;
    color: #000;
    width: 100%;
    font-family: 'GothamNarrow-XLight, sans-serif';
    font-weight: 600;
}

#banner .form-group select {
    font-size: 16px;
    color: #000;
    width: 100%;
    font-family: 'GothamNarrow-XLight, sans-serif';
    font-weight: 600;
}

#banner .form-group select option {
    font-weight: 700;
}

#banner .form-group label {
    color: #fff;
    margin-bottom: 5px;
}

#banner .form-control {
    border-radius: 0px;
    border-bottom: 1px solid #000;
    border-left: none;  
    border-right: none; 
    border-top: none; 
    padding-bottom: 10px;
}

.form-control:focus {
    box-shadow: none;
    border: none;
}

#banner .form-slider-wrapper .btn {
    font-size: 18px;
    margin-top: 10px;
    padding: 8px 20px;
    width: 100%;
    position: relative;
    background-color: #091A32;
    color: #fff;
    border-radius: 0px;
}

#banner #form-slider-status {
    position: absolute;
    text-align: center;
    width: 100%;
    padding: 20px 0;
}

#banner .form-slider-wrapper figure {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=60);
    opacity: 0.6;
}

#banner .slider-banner {
    background-color: #091A32;
    color: #fff;
    padding: 27px 0;
}

#banner .slider-banner .title {
    position: relative;
}

#banner .slider-banner .title h2 {
    margin-bottom: 0px;
    margin-top: 0;
    font-family: 'GothamNarrow-Book, sans-serif';
    font-size: 1.5rem;
}

#banner .slider-banner .title h2 {
    margin-bottom: 0px;
    margin-top: 0;
    font-family: 'GothamNarrow-Book, sans-serif';
    font-size: 1.5rem;
}

#banner .slider-banner .title .subtitle {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
    opacity: 0.8;
    font-size: 1rem;
}

.captcha-reload-btn {
    margin-left: 30px;
    justify-content: end;
    background: #d9c9c9b5;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    text-align: center;
    padding-top: 4px;
    cursor: pointer;
    color: #584646f0;
}

@media (max-width: 767px) {
    #banner .form-slider-wrapper {
        right: 4%;
        bottom: 200px;
    }
}

/* Banner CSS End */

/* Image Slider CSS Start */
.image-carousel .carousel-item-wrapper {
    position: relative;
    transition: transform 0.3s ease;
}

.image-carousel .item {
    height: 320px;
}

.image-carousel .carousel-item-wrapper {
    height: 100%;
    display: flex; 
    justify-content: center;
    align-items: center;
}

.carousel-img {
    height: 100%;
    border-radius: 0px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.image-carousel .owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
}

.image-carousel .owl-nav .owl-prev,
.image-carousel .owl-nav .owl-next {
    background-color: #fff!important;
    padding: 15px;
    border-radius: 50%;
    color: #091A32!important;
    cursor: pointer;
    width: 50px; 
    height: 50px;
    display: flex; 
    align-items: center; 
    justify-content: center; 
    transition: background-color 0.3s ease;
}

.image-carousel .owl-nav .owl-prev:hover,
.image-carousel .owl-nav .owl-next:hover {
    background-color: #091A32!important;
    color: #fff!important;
}

.image-carousel .owl-nav .owl-prev i,
.image-carousel .owl-nav .owl-next i {
    font-size: 24px; 
}
/* Image Slider CSS End */

/* Overview CSS Start */

.overview {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f2ecde;
}

.divider {
    width: 200px; 
    height: 1.5px; 
    background-color: #091A32; 
    margin: 10px 0; 
}

.overview .heading {
    text-transform: uppercase;
    font-size: 40px;
    color: #091A32;
}

.overview .desc {
    font-size: 16px;
    margin-top: 20px;
    color: #000;
    text-align: center;
}

.hilight_container {
    padding-top: 40px;
}

.overview .heading2 {
    text-transform: uppercase;
    font-size: 40px;
    color: #091A32;
    text-align: left;
}

.list {
    margin-top: 30px;
    margin-bottom: 30px;
}

.list li {
    margin-bottom: 5px;
}

/* Button Styling */
.btn-arrow {
    display: inline-flex;
    align-items: center;
    justify-content: space-between;
    background-color: #001F3F;
    color: #fff;
    padding: 8px 16px;
    font-size: 16px;
    text-decoration: none;
    border-radius: 0px;
    border: none;
    transition: background-color 0.3s ease;
    position: relative;
    overflow: hidden;
}

.btn-arrow .text {
    color: #fff;
}

.btn-arrow:hover, .btn-arrow .text, .btn-arrow .arrow-circle {
    cursor: pointer!important;
}

.btn-arrow .arrow-circle {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    color: #fff;
    transition: transform 0.4s ease;
    position: relative;
}

.btn-arrow:hover .arrow-circle {
    transform: translateX(10px); 
}

.btn-arrow:hover .arrow-circle i {
    transform: translateX(5px); 
}

.btn-arrow .arrow-circle i {
    font-size: 18px;
    transition: transform 0.4s ease;
}

/* Overview CSS End */

/* Gallery CSS Start */
.gallery {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #fff;
}

.gallery .heading {
    text-transform: uppercase;
    font-size: 40px;
    color: #091A32;
}
/* Gallery CSS End */

/* Explore Section CSS Start */

.explore {
    padding-bottom: 70px;
}

.explore .heading {
    text-transform: uppercase;
    font-size: 40px;
    color: #091A32;
}

.exploreContent
{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #091A32;
}

.lightpink
{
    color: #f2ecde !important;
    font-size: 2rem;
    margin-bottom: 30px;
    font-family: 'GothamNarrow-Book, sans-serif';
}

.dHide{
    display: none !important;
}

.mHide{
    display: block !important;
 }

.accordion>.card {
    overflow: hidden;
    margin-bottom: 2px;
    border-bottom:0px;
    border-top:0px;
}
.card-header
{
    border-bottom:0px;
    border-top:0px;
}

.exploreTextContent
{
    padding: 10px 198px 10px 50px;
    flex: 1 0 40%;
}

.exploreTextContent p
{
    color:#fff;
}
.exploreTextContent ul
{
    margin-top: 1rem;
    margin-left: 1rem;
    color: #fff;
}

.exploreTextContent ul>li
{
    margin-bottom:0.5rem;

}

.carousel-indicators {

    flex-direction: column;
    vertical-align: middle;
    text-align: center;
    list-style: none;
    right: 30px;
    top: 50%;
    transform: translate(-50%, -50%);
    bottom: auto;
    left: auto;
    width: auto;
    margin: 0;
    padding: 0;
}

.carousel-indicators li:not(:last-child):after {
    content: "";
    background-color: #fff;
    position: relative;
    width: 1px;
    height: 19px;
    top: 0;
    left: 48%;
    display: block;
}

.explore .carousel-indicators-numbers li {
	text-indent: 0;
    margin: 0px 0px 0px;
    width: 35px;
    height: 35px;
    border: none;
    line-height: 35px;
    color: #091A32;
    border-radius: 100%;
    background-color: #fff !important;
    opacity: 1;
}

.explore .carousel-indicators-numbers li:not(:last-child){
	
    margin: 0px 0px 20px !important;
}
.explore .carousel-indicators-numbers li.active {
	margin: 0px 0px 20px !important;
    width: 35px !important;
    height: 35px !important;
    background-color: #091A32!important;
    color: #fff !important;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #fff;
}

.my-button.collapse-nav-button:after {
    content: "\2212";
    float: right;
    margin-top: -20px;
    font-size: 25px;
}
.collapsed .my-button.collapse-nav-button:after {
    content:  "\2b";
    float: right;
    margin-top: -20px;
    font-size: 25px;
}

@media (max-width: 767px) {
    .dHide{
        display: block !important;
    }
    .mHide{
        display: none !important;
     }

    .explore .accordion-item {
        border: none; /* Remove default border */
    }

    .explore .accordion-header {
        background-color: #f2ecde;
    }

    .explore .accordion-header:not(.collapsed) {
        background-color: #136266;
        color: #fff;
    }

    .explore .accordion-button {
        height: auto !important;
        padding: 0.75rem 1.25rem; /* Adjust padding for better appearance */
        font-size: 1rem;
        font-weight: 600;
        text-transform: uppercase;
        letter-spacing: 1px;
    }

    .explore .accordion-button:not(.collapsed) {
        background-color: #f2ecde;
        color: #000;
        box-shadow: none;
    }

    .accordion-button.collapsed::after {
        color: #136266; /* Change this to your desired color */
    }
    
    /* Change arrow color for expanded state */
    .accordion-button::after {
        color: #f2ecde; /* Change this to your desired color */
    }

    .explore .accordion-body {
        background-color: #fff !important;
        color: #000;
        padding: 1.25rem; /* Padding for content */
    }

    .explore .accordion-body p {
        margin-top: 1rem;
    }

    .explore .accordion-body ul {
        margin-top: 1rem;
        margin-left: 2.5rem;
        color: #000;
    }

    .explore .accordion-body ul > li {
        margin-bottom: 0.5rem;
        padding-right: 20px;
    }
}

/* Explore Section CSS End */


/* Shops Available Section CSS Start */
.shops-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f2ecde;
}

.shops-section .heading {
    text-transform: uppercase;
    font-size: 40px;
    color: #091A32;
}

.shops-section .residential--tabs {
    margin: 50px auto;
}

.shops-section .residential--tabs .nav-list {
    border-bottom: 1px solid #091A32;
    margin: 0 auto 55px;
    width: 100%;
}

.shops-section .amenities--tabs .nav-list,
.shops-section .amenities--tabs .nav-old-list {
    margin-bottom: 65px;
}

.shops-section .flex--justify-content-between {
    display: flex;
    justify-content: space-between;
}

.shops-section .shop--list {
    border: 1px solid #091A32;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 50px;
    padding: 0px;
}

.shops-section .shop--list li {
    flex: 1 0 calc(50% - 2px);
    border-right: 1px solid #091A32;
    border-top: 1px solid #091A32;
    padding: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.shops-section .shop--list li:nth-child(-n+3) {
    border-top: none;
}

.shops-section .shop--list li:nth-child(3n) {
    border-right: none;
}

.shops-section .width--column-three-1 {
    width: calc(33.33% - 1px);
}

[class*="m3m-"],
[class^=m3m-] {
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.shops-section .icon {
    font-size: 1.875rem;
    margin-right: 15px;
}

.shops-section .tab-text {
    font-size: 1.125rem;
    font-family: 'GothamNarrow-Book, sans-serif';
}

.shops-section .tab-nav {
    padding: 5px;
}

.shops-section .nav-content {
    cursor: pointer;
    position: relative;
    transition: all 0.3s ease;
    list-style: none;
    margin-bottom: 10px;
}

.shops-section .nav-content::after {
    content: '';
    position: absolute;
    bottom: -16px;
    left: 0;
    width: 0;
    height: 3px;
    background-color: #091A32;
    transition: width 0.3s ease;
}

.shops-section .nav-content.active::after,
.shops-section .nav-content:hover::after {
    width: 100%;
}

.shops-section .nav-content.active .text,
.shops-section .nav-content:hover .text {
    color: #fff;
    background-color: #091A32;
    padding: 10px;
    border-radius: 10px;
}

.shops-section .nav-content .text {
    color: #000;
    font-size: 16px;
    font-family: 'GothamNarrow-Book, sans-serif';
    font-weight: 600;
}


.shops-section .tab {
    display: none;
    opacity: 0;
    transition: opacity 0.3s ease;
    margin: 10px;
}

.shops-section .tab.active {
    display: block;
    opacity: 1;
}

@media (min-width: 767px) {
    .shops-section .shop--list li {
        flex: 1 0 calc(33.33% - 2px); 
    }
}

@media (max-width: 767px) {
    .shops-section .nav-content .text {
        font-size: 12px;
    }
    .shops-section .tab-text {
        font-size: 1rem;
    }
    .shops-section .shop--list li {
        border-right: 1px solid #091A32;
        border-top: 1px solid #091A32; 
        border-bottom: 1px solid #091A32;
    }
}

/* Shops Available Section CSS End */

/* Amenities Section CSS Start */

.amenities-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.amenities-section .heading {
    text-transform: uppercase;
    font-size: 40px;
    color: #091A32;
}

.amenities-section .content-column li {
    list-style: none;
    display: flex;
    height: 65px;
}

.amenities-section .content-column li .fa-check {
    font-size: 14px;
    margin-right: 10px;
    margin-top: 8px;
}

.amenities-section .content-column li .list-text {
    font-size: 1rem;
}

@media (max-width: 767px) {
    .amenities-section .content-column {
        margin-bottom: 0px;
    }
    .amenities-section .content-column li {
        height: auto;
    }
}

/* Amenities Section CSS End */

/* Disclaimer Section CSS Start */

.disclaimer-section {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #091A32
}

.disclaimer-section .title {
    text-transform: uppercase;
    font-size: 40px;
    color: #fff;
}

.disclaimer-section .content {
    font-size: 14px;
    color: #fff;
    text-align: center;
    font-weight: 500;
}

.more-text {
    margin-top: 20px;
    display: none;
    transition: max-height 0.5s ease-in-out;
    display: block;
}

.read-more-btn {
    margin-top: 20px;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.read-more-btn:hover {
    color: #f2ecde;
}

/* Disclaimer Section CSS End */

/* Privacy Policy Section CSS Start */
.privacy-policy-section {
    padding-top: 70px;
    padding-bottom: 70px;
}

.privacy-heading {
    text-transform: uppercase;
    font-size: 40px;
    color: #091A32;
    text-align: center;
}

.privacy-policy-section .text {
    font-size: 1rem;
    color: #1e1e1e;
    font-weight: 600;
}

.privacy-policy-section .privacy-section-heading {
    font-size: 1.2rem;
    color: #1e1e1e;
    font-weight: 600;
}

/* Privacy Policy Section CSS End */

/* Copyright Section CSS Start */
.copyright-section {
    padding-top: 20px;
    padding-bottom: 20px;
    background-color: #f2ecde;
}

.copyright-section p {
    margin: 0;
    color: #000;
    font-size: 14px;
}

.copyright-section .links {
    margin-top: 10px;
    text-align: center;
}

.copyright-section .links a {
    color: #000;
    text-decoration: none;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 600;
}

.copyright-section .links a.styled-link {
    color: #091A32;
    text-decoration: none;
    margin: 0 10px;
    font-size: 16px;
    font-weight: 600;
    position: relative;
    transition: color 0.3s ease-in-out;
}

/* Underline hover effect */
.copyright-section .links a.styled-link::after {
    content: '';
    display: block;
    width: 0;
    height: 0.8px;
    background: #091A32; 
    transition: width 0.3s ease-in-out;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.copyright-section .links a.styled-link:hover::after {
    width: 100%; 
}

.copyright-section .links a.styled-link:hover {
    cursor: pointer!important;
}

/* Copyright Section CSS End */

/* Thankpage CSS Start */
.background-container {
    height: 100%;
    width: 100%;
    position: relative;
}
.centered-image-sections {
    position: relative;
    background-color: black;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: white;
    height: 100vh; /* Ensures the section fits the screen */
}

.centered-image-sections::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../images/m3m-backgroud-img.png);
    background-size: cover;
    background-repeat: no-repeat;
    opacity: 0.6;
    z-index: -1;
    background-position: center;
}
.content {
    position: relative;
    z-index: 1;
}

.centered-image {
    display: flex;
    justify-content: center;
    background-color: black;
    justify-items: center;
    width: 100%;
}

.center-content {
    text-align: center;
}
.thankyou-message {
    padding: 0% 0px;
}
.thankyou-heading {
    font-size: 42px;
    font-weight: 500 !important;
    margin-top: 0px;
    margin-bottom: 0px !important;
}

.thankyou-descriptions {
    font-size: 16px;
    margin-bottom: 40px;
    line-height: 27px;
}
a.register-btn {
    color: white;
    text-decoration: none;
    font-size: 16px;
    font-weight: 600;
    border: 1px solid white;
    padding: 10px 10px;
}

.register-btn:hover {
    background-color: white;
    color: black;
}
/* Thankpage CSS End */