/* ------------------------------------------------------------------------------

  Template Name: Provident
  Description: Provident Landing Page
  Author: Mudassar
  Version: 1.0
  
  1.  Global 
    
      1.1 General 
      1.2 Typography 
      1.3 Fields
      1.4 Buttons 
      1.5 Icons
      1.6 Loader  
      1.7 Helpers
 
  2.  Navbar 

      2.1 Navbar elements
      2.2 Navbar affix
      2.3 Sidebar Menu
      
  3.  Homepage
#
      3.1 Jumbotron
      3.2 Slider
      3.3 Section About
      3.4 Section Projects

          3.4.1 Projects Carousel

      3.5 Section Clients
      3.6 Section Partners
      3.7 Section Team
      3.8 Section Contacts
      3.9 Footer

  4.  Homepage v2

      4.1 Navbar
      4.2 Sections
      4.3 Section About
      4.4 Section Projects
      4.5 Section Partners
      4.6 Section Testimonials 
      4.7 Section Contacts

  5. Responsive styles

      5.1 Min width: 768px
      5.2 Min width 992px
      5.3 Min width 1200px 
      5.4 Min width 1550px 
      5.5 Min height 500px
      5.6 Min height 600px
      5.7 Min height 700px


      
/*-------------------------------------------------------------------------------
 1. Global
-------------------------------------------------------------------------------*/

/* 1.1 General */


@font-face {
    font-family: "Chronicle Semi";
    src: url('../fonts/ChronicleDisplay-Roman.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Chronicle";
    src: url('../fonts/ChronicleDisplay-Semi.woff') format('woff');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Chronicle Italic";
    src: url('../fonts/ChronicleDisplayLightItalic.woff') format('woff');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    color:#000;
    font-family: "Lato", sans-serif;
}
html {
    scroll-behavior: smooth;
}
h1,
.h1 {
	font-size: 3.428rem;
	line-height: 1.1;
	color: #000;
	letter-spacing: -0.025em;
	margin: 0.5em 0;
    font-family: "Inter", sans-serif;
    font-weight: 200;
    letter-spacing: 0;
    text-transform: uppercase;
}

h2,
.h2 {
	font-size: 2.571rem;
	line-height: 1.166;
	letter-spacing: 0;
	margin: 2.6rem 0;
	text-transform: uppercase;
    font-family: "Inter", sans-serif;
    font-weight: 300;
    letter-spacing: .065em;
}

h3,
.h3 {
	font-weight: 300;
	font-size: 2.142rem;
    font-family: "Inter", sans-serif;
	line-height: 1.2;
	letter-spacing: -0.05em;
	color: #000;
	margin: 2.6rem 0;
}

h4,
.h4 {
	font-weight: 600;
	font-size: 1.714rem;
    font-family: "Inter", sans-serif;
	line-height: 1.25;
	letter-spacing: 0.025em;
	color: #000;
	margin: 2.6rem 0;
}

h5,
.h5 {
	font-weight: 600;
	font-size: 1.571rem;
    font-family: "Inter", sans-serif;
	line-height: 1.1;
	letter-spacing: 0;
	color: #000;
	margin: 2.6rem 0;
}

h6,
.h6 {
	font-weight: 600;
	font-size: 1.285rem;
    font-family: "Inter", sans-serif;
	line-height: 1.3333;
	letter-spacing: 0;
	color: #000;
	margin: 2.6rem 0;
}
p {
	font-size: 1rem;
    font-family: "Inter", sans-serif;
    line-height: 25px;
}
a {
    font-family: "Inter", sans-serif;
    text-decoration: none;
    color: #000;
}
span, nav{
    font-family: "Inter", sans-serif;
}
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
    margin-left: auto;
    margin-right: auto;
    padding-left: .9375rem;
    padding-right: .9375rem;
    width: 100%;
}


@media (min-width: 768px) {
    .container, .container-md, .container-sm {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container, .container-lg, .container-md, .container-sm {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1140px;
    }
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1320px;
    }
}
@media (min-width: 1600px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl, .container-xxxl {
        max-width: 105rem;
    }
    .banner-right{
        max-width: 500px!important;
        width: 100%;
    }
    
}
.container-fluid{
    width: 100%;
}
strong{
    font-weight: 600;
}
.success-message, .error-message {
    display: none;
    margin-top: 2rem;
}
.submit-btn button{
    border-radius: 0px;
    color: #fff;
    background: #1F0F00;
    padding: 15px 0;
    width: 100%;
    font-family: "Lato", sans-serif;
    text-transform: uppercase;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 1px solid transparent;
    letter-spacing: 2px;
    font-weight: 600;
}
.submit-btn button:hover{
    background: #fff;
    color: #1F0F00;
    border-color: #1F0F00;
}
.section-head h2{
    font-size: 48px;
    margin: 0;
    text-transform: inherit;
    font-family: "Inter", sans-serif;
    letter-spacing: 0;
        font-weight: 500;
    color: #1F0F00;
}
.section-head h2 span{
    font-family: "Inter", sans-serif;
    color: #1F0F00;
    font-weight: 600;
}
.section-head > div{
    display: flex;
    gap: 10px;
    align-items: center;
    margin-bottom: 20px;
    font-family: "Inter", sans-serif;
    color: #3B1C00;
    font-size: 20px;
        font-weight: 400;
    text-transform: uppercase;
}
.section-head > div hr{
    width: 100px;
    height: 1px; 
    border: none;
    background-color: #CFCFCF; 
}
.section-head > div img{
    width: 11px;
}
.black-head p {
    color: white !important;
}
.section-head p{
    color: #3B1C00;
    margin-top: 10px;
    font-size: 20px;
}

.about-right{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0 35px;
    margin-top: 40px;
    border-top: 1px solid rgba(0, 0, 0, 0.10);
    border-bottom: 1px solid rgba(0, 0, 0, 0.10);
    padding-top: 40px;
    padding-bottom: 40px;
}
.about-right .about-right-item:nth-child(2) img{
    width: 55px;
}
/*.about-right .about-right-item:nth-child(4){*/
/*    margin-top: 18px;*/
/*}*/
.about-below-btns {
    display: none!important;
}
.about-right-item h3{
    font-family: "Inter", sans-serif;
    font-weight: 500;
    margin: 8px 0;
    font-size: 24px;
    color: #1F0F00;
    letter-spacing: 0;
}
.about-right-item p{
    font-family: "Inter", sans-serif;
    font-weight: 400;
    color: #3B1C00;
    letter-spacing: 0;
    font-size: 20px;
    max-width: 74%;
}
.about-right-item img{
    width: 50px;
}
.disabled-btn {
    opacity: 0.5;
    cursor: not-allowed !important;
    pointer-events: none;
}
/* Register Form section */
#register-form{
    padding-top: 180px;
    padding-bottom: 80px;
    background-color: #FAFCFFF6;
}
#register-form .container{
    background-image: url(../images/form-mob-img.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    padding: 0 50px 50px 50px;
}
#register-form .container::before{
    content: "";
    background: linear-gradient(180deg, rgba(78, 78, 78, 0) 53.34%, #000000 100%);
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.mob-img{
    display: none;
}
.form-mob-text{
    display: none;
}
#register-form .form-container {
    display: flex;
    justify-content: space-between;
}
#register-form .section-head h2{
    color: #fff;
    font-size: 1.7rem;
    max-width: 80%;
    line-height: 1.5;
}
.register-content {
    width: 35%;
    margin-top: -90px;
    padding: 40px 40px;
    background: #000;
    z-index: 99;
}
.register-content .form-group label{
    color: #fff;
}
.register-content .row{
    margin-top: 30px;
}
.register-content .form-group input,.register-content .form-group select{
    background-color: transparent;
    border-radius: 0;
    border: none;
    border-bottom: 1px solid #E2E2E2;
    color: #fff;
}
.register-content .form-group select{
    /* Remove default arrow */
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    
    /* Add custom white arrow */
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 16px;
    
    /* Add some padding so text doesn't overlap arrow */
    padding-right: 40px;
}
.register-content .submit-btn button{
    background-color: #fff;
    color: #000;
}
.register-bottom {
    margin-top: 20px;
    display: flex;
    position: relative;
    z-index: 1;
    align-items: center;
    gap: 19px;
}
.register-bottom span{
    color: #fff;
    width: 39%;
    white-space: nowrap;
}
.register-bottom hr {
    width: 100%;
    height: 1px;
    border: none;
    background-color: #CFCFCF;
}
.register-bottom img{
    margin-left: 6px;
}
/* ------- Page CSS ------- */

#header{
    height: 100px;
    top: 0;
    z-index: 1000;
    transition: box-shadow 0.3s ease;
    /*box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);*/
    position: absolute;
    width: 100%;
}
#header .container{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}
#header .register-btn{
    background: #1F0F00;
    color: #fff;
    border-color: transparent;
    border-radius: 0px;
}
#header .register-btn:hover{
    background: #fff;
    color: #1F0F00;
}
/* Sticky header styles */
/*#header.sticky {*/
/*    position: fixed;*/
/*    top: 0;*/
/*    left: 0;*/
/*    right: 0;*/
/*    backdrop-filter: blur(10px);*/
/*    transform: translateY(-100%);*/
/*    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);*/
/*    box-shadow: 0 2px 20px rgba(0,0,0,0.1);*/
/*    z-index: 1000;*/
/*}*/

#header.sticky.show {
    transform: translateY(0);
}
.logo img{
    width: 230px;
    /* filter: invert(1); */
}
#header p {
    color: white;
}
#header hr {
    width: 70%;
    color: #9B9B9B;
    border: 0.05rem solid;
}
.call-to-action-btns{
    display: flex;
    gap: 15px;
}
.register-btn{
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 19px 32px;
    height: 60px;
    border-radius: 8px;
    font-size: 18px;
    gap: 10px;
    letter-spacing: 2px;
    text-transform: uppercase;
    font-weight: 400;
}

#header .register-btn:hover img{
    filter: invert(1);
}
.register-btn img{
    max-width: 19px;
    width: 100%;
}
.register-btn:hover img{
    filter: invert(1);
}
.header-menu ul {
    display: flex;
    list-style-type: none;
    gap: 40px;
}
.header-menu ul li a {
    color: #fff;
    font-size: 16px;
}
/* Mobile Menu Toggle Button */
.mobile-menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 1001;
}

.mobile-menu-toggle span {
    width: 25px;
    height: 3px;
    background-color: #fff;
    transition: all 0.3s ease;
    border-radius: 3px;
}

.mobile-menu-toggle.active span:nth-child(1) {
    transform: rotate(45deg) translate(7px, 7px);
    background-color: #1E3F71;
}

.mobile-menu-toggle.active span:nth-child(2) {
    opacity: 0;
}

.mobile-menu-toggle.active span:nth-child(3) {
    transform: rotate(-45deg) translate(7px, -7px);
    background-color: #1E3F71;
}
.white-bg{
    color: #1F0F00;
    border: 0.5px solid #1F0F00;
    border-radius: 0px;
    transition: background-color 0.3s ease;
}
.white-bg:hover{
    background-color: #fff;
    color: #1F0F00;
}
.black-bg{
    background: #1F0F00;
    color: #fff;
    transition: background-color 0.3s ease;
    border: 1px solid #1F0F00;
    border-radius: 0px;;
}
.black-bg:hover{
    background: #fff;
    color: #1F0F00;
}
.gradient-bg{
    background: linear-gradient(268.9deg, #FDB913 -1.7%, #6E4E00 97.94%);
    color: #fff;
    transition: background-color 0.3s ease;
    /* border: 1px solid transparent; */
}
.gradient-bg:hover{
    background: #fff;
    color: #FDB913;
}


.sticky-bottom-bar {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #0000001A;
    padding: 25px 20px;
    display: flex;
    justify-content: center;
    transition: transform 0.4s ease;
    z-index: 99;
    overflow: hidden;
}

/* -------Banner------- */

.sticky-bottom-bar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #0000001A;
    z-index: 1;
}

.sticky-bottom-video-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.sticky-bottom-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1;
    opacity: 0.4;
}

.sticky-bottom-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 2;
    opacity: 1;
}

/* Hide placeholder when video is loaded and playing */
.sticky-bottom-video[data-loaded="true"]~.sticky-bottom-placeholder {
    display: none;
}

.sticky-bottom-content {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    position: relative;
    z-index: 1;
}
.sticky-bar-p{
    color: #000;
    font-size: 23px;
}
.sticky-bottom-bar .dynamic-price{
    color: #000!important;
    font-weight: 600;
}
.sticky-bottom-bar.hidden-bottom-bar {
    transform: translateY(100%);
}
.sticky-bottom-left img{
    width: 128px;
    filter: invert(1);
}
.sticky-bottom-content .register-btn{
    width: 325px;
    background: #1F0F00;
    border: 1px solid #1F0F00;
}
.sticky-bottom-content .register-btn:hover{
    background:#fff;
}
.sticky-bottom-content {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
}

.sticky-bottom-btn {
    background: #fff;
    color: #113c6e;
    padding: 10px 18px;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    font-weight: 600;
}
.side-contact-bar {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    z-index: 9999;
    padding: 5px 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.side-contact-bar.hidden-side-bar {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(60px);
}
.side-contact-bar span{
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    color: #161616;
    text-align: center;
}
.side-contact-bar .side-btn:nth-child(2){
    border-top: 1px solid #0000001A;
    border-bottom: 1px solid #0000001A;
}
.side-contact-bar .side-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    padding: 15px 0;
}

.side-contact-bar .side-btn img {
    width: 28px;
    height: 28px;
}
.side-contact-bar {
    position: fixed;
    right: 0;
    top: 40%;
    transform: translateY(-50%);
    background: #fff;
    box-shadow: 0 0 15px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
    z-index: 9999;
    padding: 5px 10px;
    transition: opacity 0.3s ease, transform 0.3s ease;
}

.side-contact-bar.hidden-side-bar {
    opacity: 0;
    pointer-events: none;
    transform: translateY(-50%) translateX(60px);
}
.side-contact-bar span{
    font-size: 13px;
    text-transform: uppercase;
    margin-top: 10px;
    color: #161616;
    text-align: center;
}
.side-contact-bar .side-btn:nth-child(2){
    border-top: 1px solid #0000001A;
    border-bottom: 1px solid #0000001A;
}
.side-contact-bar .side-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: #000;
    font-size: 12px;
    padding: 15px 0;
}

.side-contact-bar .side-btn img {
    width: 28px;
    height: 28px;
}
/* -------Banner------- */

#banner{
    background-image: url('../images/banner.jpg?v=3');
    height: 100vh;
    background-size: cover;
    background-position: center center;
    position: relative;
}
#banner::before{
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    /* background: linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, rgb(0 0 0 / 77%) 100%); */
    z-index: 1;
}
@media (min-resolution: 192dpi) {
    #banner {
        height: 100vh;
        width: 100%;
        background: url(../images/banner-retina.jpg?v=12) center center / cover no-repeat;
        background-position: center center;
    }
}
/* #banner::before{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: #00000057; 
    z-index: 1;
} */
.banner-video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    opacity: 0;
    transition: opacity 1s ease-in-out;
    z-index: 0;
}
#banner .container{
    height: 100%;
    position: relative;
    z-index: 1;
}
.banner-section{
    height: 100%;
    display: flex;
    align-items: center;
}
.banner-inner{
    /* height: 57rem; */
    padding: 35px 0;
    width: 100%;
    display: flex;
    align-items: center;
}
.banner-left .inner-logo{
    width: 100%;
    max-width: 396px;
}
.banner-left{
    display: flex;
    height: 100%;
    justify-content: space-between;
    align-items: end;
        max-width: 1100px;
}
.about-above-btns{
    margin-top: 33px;
}
.about-above-btns > div:first-child{
    width: 524px;
}
.about-above-btns > div a {
    width: 100%;
}
.banner-left h1{
    font-size: 40px;
    color: #fff;
    margin-top: 25px;
    margin-bottom: 25px;
    max-width: 71%;
    line-height: 1.2;
        font-weight: 500;
            text-transform: initial;
}
.banner-left h1 span{
    font-family: "Inter", sans-serif;
}
.banner-left h1 strong{
    font-size: 2.5rem;
    color: #fff;
    font-family: "Inter", sans-serif;
    font-weight: 600;
}
#callNowPopup h3{
    font-size: 1.5rem!important;
}
.banner-left nav{
    font-size: 24px;
    color: #fff;
    margin-top: 30px;
    font-weight: 400;
    letter-spacing: 0;
    font-family: "Inter", sans-serif;
}
.banner-left .main-heading-span {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    font-family: "Lato", sans-serif;
    letter-spacing: 0;
    text-transform: uppercase;
}
.dynamic-price, .dynamic-price-mob {
    color: white !important;
}
.dynamic-price-mob {
    display: block;
}
/* .banner-left .register-btn{
    max-width: 350px;
    margin-top: 40px;
    background: #CCB073;
    color: #fff;
    border-color: transparent;
}
.banner-left .register-btn:hover{
    background: #fff;
    color: #CCB073;
    border-color: #fff;
} */
.banner-left-text{
    display: flex;
    align-items: center;
    gap: 25px;
    margin-top: 20px;
}
.banner-left-text span{
    color: #fff;
}
.banner-left-text hr{
    width: 100px;
    border: none;
    border-top: 0.5px solid #fff;
    height: 0;
}
.banner-left-bottom{
    display: flex    ;
    gap: 20px;
    margin-top: 30px;
}
.main-heading{
    display: none;
}
.banner-left-bottom span{
    color: #fff;
}
.banner-left-bottom span strong{
    color: #fff;
    font-weight: 600;
}
.banner-right{
    max-width: 400px;
    background: #fff;
    padding: 30px;
    border-radius: 10px;
}
.banner-right > nav{
    font-size: 22px;
    color: #000;
    text-align: center;
}
.animated-scroll-btn {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-decoration: none;
        cursor: pointer;
        transition: transform 0.3s ease;
        position: absolute;
        bottom: 36px;
        left: 50%;
        transform: translate(-50%);
    }
    
    .animated-scroll-btn:hover {
        /*transform: scale(1.05);*/
    }
    
    /* Circle Container - No animation */
    .scroll-circle {
        width: 38px;
        height: 62px;
        border: 2px solid rgba(255, 255, 255, 0.6);
        border-radius: 25px;
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        overflow: hidden;
        background: rgba(255, 255, 255, 0.1);
        margin-bottom: 15px;
    }
    
    /* Arrow Animation Container */
    .animated-arrow-container {
        position: relative;
        width: 30px;
        height: 40px;
        overflow: hidden;
    }
    
    /* Arrow Image - Only this animates */
    .moving-arrow {
        position: absolute;
        width: 20px;
        height: 28px;
        left: 50%;
        margin-left: -10px;
        animation: arrowFlow 2.5s ease-in-out infinite;
    }
    
    /* Arrow Image Element */
    .moving-arrow img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    
    /* Single Arrow Animation */
    @keyframes arrowFlow {
        0% {
            top: -25px;
            opacity: 0;
        }
        20% {
            opacity: 1;
        }
        80% {
            opacity: 1;
        }
        100% {
            top: 45px;
            opacity: 0;
        }
    }
    
    /* Text Styles - No animation */
    .scroll-caption {
        margin: 0;
        font-size: 14px;
        color: rgba(255, 255, 255, 0.8);
        text-align: center;
        letter-spacing: 0.5px;
        margin-top:0!important;
    }
.form-group{
    margin-bottom: 12px;
}
.form-group input, .form-group select{
    width: 100%;
    height: 45px;
    border: 1px solid #E2E2E2;
    border-radius: 3px;
    padding-left: 15px;
    color: #161C2D;
    font-size: 15px;
    margin-top: 4px;
}
.form-group input::placeholder, .form-group select::placeholder{
    color: #808080;
    font-style: italic;
}
.form-group label{
    font-size: 12px;
    color: #000;
}
form textarea{
    height: 4.5rem !important;
    border: 1px solid #E2E2E2;
    width: 100%;
    padding-left: 15px;
    padding-top: 15px;
    margin-top: 3px;
    font-size: 15px;
}
.checkbox-flex {
    display: flex;
    align-items: center;
    gap: 5px;
}
.checkbox-flex-1 {
    margin-top: 20px;
}
.checkbox-flex label {
    font-family: "Lato", sans-serif;
    color: #071c358f;
    line-height: 1.2;
    width: 100%;
}
#sliderFormID{
    margin-top: 15px;
}
.form-img{
    text-align: center;
}
.form-img img{
    width: 100%;
    max-width: 130px;
}
.form-group input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin: 0;
}
.mort-check {
    display: flex;
    gap: 5px;
    align-items: center;
    margin: 20px 0;
    font-weight: 600;
}
/* About Section */
#about {
    position: relative;
    padding: 85px 15px;
    background-color: #F2EEE2;
    background-image: url('../images/about-img.jpg');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#about::before{
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #0000002e;
    z-index: 2;
    /* opacity: .8; */
}

.about-content {
    /* display: flex; */
    z-index: 2;
    position: relative;
}
.about-left {
    width: 100%;
    display: flex;
}
.about-left > div:first-child{
    width: 65%;
}
.about-left > div:nth-child(2){
    width: 35%;
}
.about-left > div:nth-child(2) img{
    width: 100%;
}
#about .section-head {
    position: relative;
    padding-bottom: 35px;
}

.gradient-text {
    background: var(--1, linear-gradient(269deg, #FDB913 -1.7%, #6E4E00 97.94%));
    -webkit-background-clip: text;
            background-clip: text;
    -webkit-text-fill-color: transparent;
            color: transparent;
    display: inline-block;
  }

.about-details p {
    margin-bottom: 20px;
    padding-right: 60px;
    color: #3B1C00;
}
/* Location */
/* Location Map Section */
#location {
    margin-top: 130px;
}
#location-map{
    padding: 70px 0 0;
    background: #FFFEFB
}
.map-img{
    width: 100%;
    margin-top: 40px;
}


/* Location Buttons */
.location-btn {
    width: 100%;
    padding: 20px;
    margin-bottom: 10px;
    background: #f4f3ed00;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 16px;
    text-align: left;
    position: relative;
    border: none;
}

.btn-content {
    display: flex;
    gap: 40px;
}

.btn-content span:nth-child(1) {
    white-space: nowrap;
    font-family: bold;
}

.btn-content span {
    color: #013055;
    line-height: 1.4;
}

.location-btn:hover {
    background: #f8f9ff;
    transform: translateY(-2px);
}

.location-btn.active {
    background-color: #f4f3ed86;
}
/* Signs */
#signs{
    background: #F5F5F5;
    background-image: url(../images/newsletter-bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
#signs .section-head h2{
    color: #1F0F00;
    text-transform: initial;
}
#signs .section-head p{
    color: #353535;
        font-size: 16px;
}
#signs .section-head h2 span{
    color: #000;
}
#signs .section-head{
    text-align: center;
    margin: 0;
}
#signs .container{
    display: flex;
    justify-content: center;
    padding: 70px 0;
}
#signs .container > div{
    background: #fff;
    max-width: 80%;
    padding: 50px 30px;
    width: 100%;
    border-radius: 0px;
}
.sign-flex{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
    width: 100%;
    margin-top: 30px;
    padding: 20px 0;
    border-top: 1px solid #0000001A;
    border-bottom: 1px solid #0000001A;
}
#signs .submit-btn{
    text-align: center;
}
#signs .submit-btn button{
    max-width: 300px;
    margin-top: 30px;
}
/* Map Container */
#map {
    flex: 1;
    width: 100%;
    height: 700px;
    position: relative;
}
/* Force the Mapbox canvas to fill the container */
#map .mapboxgl-canvas {
    width: 100% !important;
    height: 100% !important;
}

#map .mapboxgl-canvas-container {
    width: 100% !important;
    height: 100% !important;
}

/* Location Card */
.location-card {
    position: absolute;
    background: white;
    border-radius: 12px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.2);
    padding: 0;
    width: 280px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    z-index: 1000;
    overflow: hidden;
}

.location-card.show {
    opacity: 1;
    visibility: visible;
}

.location-card img {
    width: 100%;
    height: 180px;
    object-fit: cover;
}

.location-card .card-content {
    padding: 10px 5px;
}


.location-card .address {
    color: #666;
    font-size: 14px;
    margin-top: 5px;
}

/* Custom Markers */
.custom-marker {
    width: 40px;
    height: 40px;
    /*background: url(../images/pointer.svg);*/
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
    position: relative;
}
.custom-marker::before{
    content: "";
    width: 40px;
    position: absolute;
    height: 40px;
    left: 0;
    animation: pulse 1.5s infinite;
    background-color: #00000066;
    border-radius: 30px;
    z-index: 0;
}

.custom-marker.active {
    /* background: #ff4757; */
    transform: scale(1.3);
}
.custom-marker img{
    max-width: 100%;
    border-radius: 20px;
    width: 40px;
    height: 40px;
    position: relative;
    z-index: 1;
}
/* Additional Custom Marker */
.additional-custom-marker {
    width: 100px;
    height: 90px;
    cursor: pointer;
    display: flex;
    align-items: start;
    justify-content: center;
    position: relative;
    transition: 0.3s;
}

.additional-marker-logo {
    width: 70px;
    height: 48px;
    margin-top: 3px;
    object-fit: contain;
    z-index: 1;
}

/* Hide Mapbox Controls */
.mapboxgl-ctrl-bottom-left, 
.mapboxgl-ctrl-bottom-right {
    display: none;
}

/* Responsive Styles */
@media (min-width: 992px) {
    
    .location-card {
        min-width: 254px;
        max-width: 260px;
    }
}



/* Projects */
#discover-projects{
    padding: 70px 15px;
    background-color: #FFFEFB;
    position: relative;
}
.project-grid{
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-top: 50px;
}
.project-grid .project:nth-child(even) .project-detail{
    padding-left: 0;
    padding-right: 35px;
}
.project h3{
    font-weight: 500;
    font-size: 32px;
    margin: 20px 0 20px 0;
    letter-spacing: 0;
    color: #1F0F00;
}
.project{
    /* box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px; */
    position: relative;
    display: flex;
    margin-top: 50px;
}
.project:nth-child(1){
    margin-top: 10px;
}
.read-more-btn {
    display: none;
}

.project-detail p {
    max-height: none !important;
    color: #3B1C00;
    font-size: 18px;
    letter-spacing: 0;
        line-height: 37px;
}

.project-detail p::after {
    display: none !important;
}
.project-detail .call-to-action-btns a img{
    width: 18px;
}
.project-detail .call-to-action-btns a:hover img{
    filter: invert(1);
}
.project-detail-divs div div span{
    font-weight: 500;
    color: #3B1C00;
    font-size: 20px;
}
.project-detail-divs > div{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    margin-top: 35px;
}
.project-detail .register-btn:hover img{
    filter: brightness(0) invert(1);
}
.property-price, .property-size, .property-bed{
    display: flex;
    gap: 11px;
    align-items: center;
}
.black-tag, .white-tag, .brown-tag{
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 10px 20px;
    border-radius: 5px;
    z-index: 1;
}
.project-detail{
    width: 50%;
    padding-left: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-right: 10px;
}
.project-info-mobile{
    display: none;
}
.black-tag{
    background-color: #000;
    color: #fff;
}
.white-tag{
    background-color: #fff;
    color: #000;
}
.brown-tag{
    background-color: #EC7777;
    color: #fff;
}
.emaar-logo{
    position: absolute;
    width: 87px !important;
    top: 20px;
    left: 10px;
    z-index: 1;
}
.project img{
    width: 100%;
}
.project-detail img{
    max-width: 27px!important;
}
.project-detail .property-types{
    display: flex;
    gap: 10px;
}
.project-detail .property-types p{
    display: block;
    padding: 1px 24px;
    background-color: #F3EFE4;
    border-radius: 20px;
    min-width: 100px;
    color: #003543;
    text-align: center;
    font-size: 16px;
    position: inherit;
    left: 20px;
    top: 20px;
    font-weight: 500;
}
.project .price{
    display: flex;
    margin-top: 20px;
    gap: 30px;
    padding: 0 20px;
    
}
.project .call-to-action-btns{
    margin-top: 40px;
}
/* -------------------------- */
/* Only additional CSS for tabs and load more functionality */

/* Tabs Styling */
.tabs-container {
    margin-top: 60px;
    display: flex;
    overflow: hidden;
    width: 100%;
    position: relative;
    border-bottom: 0.05rem solid #D9D9D9;
    margin-bottom: 60px;
}


/* Responsive adjustments */
@media (max-width: 768px) {
    .tabs-nav {
        gap: 4px;
    }
    
    .tab-button {
        padding: 8px 12px;
        font-size: 14px;
    }
}
.tabs-nav {
    display: flex;
    border-bottom: #000000;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE/Edge */
    scroll-behavior: smooth;
}
/* Hide scrollbar for webkit browsers */
.tabs-nav::-webkit-scrollbar {
    display: none;
}

.tab-button.active {
    background: #000;
    color: #fff;
    border-color: #D9D9D9;
}

.tab-button:hover:not(.active) {
    background: #000;
    color: #fff;
    border-color: #D9D9D9;
}

/* Hide projects that don't match current tab */
.project.hidden {
    display: none !important;
}

/* Load More Button */
.load-more-container {
    text-align: center;
    margin-top: 70px;
}

.load-more-btn {
    background: #1F0F00;
    color: #fff;
    border: 0.05rem solid #fff;
    padding: 15px 40px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s ease;
    min-width: 300px;
    text-transform: uppercase;
    letter-spacing: 2px;
    border-radius: 0px;
}

.load-more-btn:hover {
    border: 0.05rem solid;
    background: #fff !important;
    color: #1F0F00;
}

.load-more-btn.hidden {
    display: none;
}
.project.loading {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease;
}

.project.reveal {
    opacity: 1;
    transform: translateY(0);
}




/* ----------------------------------- */
/* Why invest in emaar */
#invest-emaar{
    background-color: #F3EFE4;
    background-image: url(../images/invest-dubai.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
}
#invest-emaar::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.5px;
    background: #0000002e;
    );
}
#invest-emaar .container{
    padding: 60px 40px;
}
.invest-first{
    display: flex;
    gap: 30px;
}
.invest-first-left{
    width: calc(60% - 30px);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.invest-first-right{
    width: 40%;
}
.invest-first-left .section-head p{
    max-width: 75%;
}
.invest-first-right img{
    width: 100%;
}
.invest-first-left .register-btn{
    max-width: 300px;
    margin-bottom: 20px;
}
.invest-grid{
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 40px;
    margin-top: 40px;
}

.invest-grid-item {
    position: relative;
    background: #fff;
    padding: 30px;
    border-radius: 0px;
    border: none; /* Remove border */
    isolation: isolate; /* Creates proper stacking context */
}

/* .invest-grid-item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 0.7px; /* Border thickness */
    background: linear-gradient(
        180deg, 
        rgba(255, 255, 255, 0.3) 0%, 
        rgba(153, 153, 153, 0.2) 100%
    );
    -webkit-mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask: 
        linear-gradient(#fff 0 0) content-box, 
        linear-gradient(#fff 0 0);
    mask-composite: exclude;
    pointer-events: none;
    z-index: -1;
} */
.invest-grid-item img{
    max-width: 47px;
    filter: brightness(0) invert(1);
    width: 100%;
}
.invest-grid-item div{
    display: flex;
    gap: 10px;
    align-items: center;
}

.invest-grid-item span{
    color: #1F0F00;
    font-family: "Inter", sans-serif;
    font-size: 24px;
}
.invest-grid-item p{
    margin-top: 20px;
    font-size: 20px;
    line-height: 32px;
    color: #3B1C00;
}

/* Video Section */
#videoArea {
    margin-top: 130px;
}
.videoImage {
    position: relative;
}
/* .videoImage:before {
    content: "";
    background-color: #215a9236;
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
} */
.videoBtn {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}
.video-btn img {
    max-width: 100px;
}
.videoImage img {
    width: 100%;
    margin-top: 30px;
}
.video-cta {
    display: flex;
    justify-content: flex-end;
    margin-top: 30px;
}

/* Map Area */

#location{
    margin-top: 130px;
}

.map-container {
    position: relative;
    width: 100%;
    background: #f8f9fa;
    overflow: hidden;
    margin-top: 30px;
}

.map {
    width: 100%;
    height: 804px;
    background: url('../images/map.jpg?v=4');
    position: relative;
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
    transform-origin: center;
    background-position: bottom;
    background-repeat: no-repeat;
}

.map.zoomed {
    transform: scale(1.2);
    transition: all 0.6s cubic-bezier(0.4, 0, 0.2, 1);
}

.pointer {
    position: absolute;
    width: 20px;
    height: 20px;
    background: #161C2D;
    border: 3px solid white;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s ease;
    transform: translate(-50%, -50%);
    box-shadow: 0 4px 15px rgba(231, 76, 60, 0.4);
    z-index: 10;
}

.location-card img{
    width: 100%;
}
.pointer::before {
    content: '';
    position: absolute;
    top: -5px;
    left: -5px;
    right: -5px;
    bottom: -5px;
    border: 2px solid rgba(231, 76, 60, 0.3);
    border-radius: 50%;
    animation: pulse 1.5s infinite;
    background-color: #00000080;
}

@keyframes pulse {
    0% { transform: scale(1); opacity: 1; }
    100% { transform: scale(1.5); opacity: 0; }
}

.pointer:hover {
    transform: translate(-50%, -50%) scale(1.2);
    box-shadow: 0 6px 20px rgba(231, 76, 60, 0.6);
}

.location-card {
    position: absolute;
    background: white;
    border-radius: 16px;
    padding: 0;
    box-shadow: 0 15px 35px rgba(0, 0, 0, 0.15);
    min-width: 280px;
    max-width: 320px;
    opacity: 0;
    visibility: hidden;
    transform: translateY(20px) scale(0.9);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    z-index: 100;
    border: 1px solid rgba(52, 152, 219, 0.2);
    overflow: hidden;
}

.location-card.show {
    opacity: 1;
    visibility: visible;
    transform: translateY(0) scale(1);
}

.location-card .card-image {
    width: 100%;
    height: 120px;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 2rem;
    position: relative;
    overflow: hidden;
}

.location-card .card-image::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><circle cx="20" cy="20" r="2" fill="rgba(255,255,255,0.1)"/><circle cx="80" cy="40" r="1.5" fill="rgba(255,255,255,0.1)"/><circle cx="40" cy="80" r="1" fill="rgba(255,255,255,0.1)"/><circle cx="70" cy="70" r="1.2" fill="rgba(255,255,255,0.1)"/><circle cx="30" cy="50" r="0.8" fill="rgba(255,255,255,0.1)"/></svg>');
}



.location-card .travel-time {
    background: linear-gradient(135deg, #e74c3c, #c0392b);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
    margin-bottom: 12px;
    box-shadow: 0 2px 8px rgba(231, 76, 60, 0.3);
}

.location-card .description {
    color: #7f8c8d;
    line-height: 1.5;
    font-size: 0.95rem;
}

.locations-grid {
    padding: 40px;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    gap: 20px;
}

.location-box {
    background: #FAFAFA;
    border-radius: 15px;
    padding: 0 25px;
    cursor: pointer;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    border: 2px solid transparent;
    position: relative;
    overflow: hidden;
}

.location-box::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(52, 152, 219, 0.1), transparent);
    transition: left 0.5s;
}

.location-box:hover::before {
    left: 100%;
}

.location-box:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 35px rgba(52, 152, 219, 0.2);
    border-color: #161C2D;
}


.location-box p {
    color: #161C2D;
    line-height: 1.6;
    margin-bottom: 15px;
}

.location-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: #95a5a6;
    font-size: 0.9rem;
}

.location-type {
    background: linear-gradient(135deg, #3498db, #2980b9);
    color: white;
    padding: 4px 12px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 500;
}


/* FAQ Section */

#faq{
    background-color: #fff;
    padding: 70px 0;
    position: relative;
}
/* #faq {
    position: relative;
    padding: 85px 15px;
    background-color: #fff;
    background-image: url(../images/lines-bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
} */
#faq .section-head > div, #faq .section-head > h2{
    color: #000000;
}
#faq .faq-con {
    border-radius: 7px;
}
#faq .register-btn{
    color: #000;
    border: 1px solid #000;
}
#faq .register-btn:hover{
    color: #fff;
    background: #000;
    border-color: #000;
}
#faq .section-head > div span{
    color: #fff;
}
.faq {
    margin: 50px 0 0;
    /* background-color: #fff; */
    /* border-top: 4px solid #777777; */
    /* border-radius: 7px; */
}
.faq-item {
    border: 1px solid #00000012;
    margin-bottom: 4px;
}
.faq-question {
    cursor: pointer;
    padding: 20px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F1ECE0;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}
.faq-item.active .faq-answer {
    display: block;
    opacity: 1;
    color: #3B1C00;
}
.faq-answer ul{
    margin: 10px 0 10px 20px;
}
.faq-question span {
    font-size: 14px;
    color: #1F0F00;
    font-weight: 600;
    letter-spacing: 2px;
}
.faq-icon {
    width: 15px;
    height: 15px;
    transition: transform 0.3s ease;
}

.faq-answer {
    display: none;
    padding: 15px 25px;
    line-height: 1.5;
    font-size: 16px;
    transition: max-height 0.4s ease;
    opacity: 0;
    color: #3B1C00;
}
.faq-top{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.faq-support{
    display: flex;
    gap: 10px;
}
.support-img img{
    width: 100%;
    max-width: 22px;
}
.faq-support div nav:nth-child(1){
    color: #071C35;
}
.faq-support div nav:nth-child(2){
    color: #071C35;
    margin-top: 5px;
}



.project {
    position: relative;
    overflow: hidden; /* This prevents carousel from going outside */
}

.project .project-swiper {
    width: 50%;
    position: relative;
}
.new-launch {
    background-color: #00000033;
    border-radius: 20px;
    min-width: 100px;
    color: #fff;
    text-align: center;
    font-size: 12px;
    position: absolute;
    left: 20px;
    top: 20px;
    font-weight: 500;
    overflow: hidden;
}

.new-launch p {
    color: #fff;
    font-size: 0.8rem;
    font-weight: 600;
}

.new-launch::before {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 50%;
    height: 100%;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.8) 50%, rgba(255, 255, 255, 0) 100%);
    animation: swipeLight 2.5s infinite;
}

@keyframes swipeLight {
    0% {
        left: -100%;
    }

    100% {
        left: 200%;
    }
}

.project-detail .call-to-action-btns div{
    width: 100%;
}
.project .project-swiper .swiper-slide {
    width: 100%;
    height: 100%;
}

.project .project-swiper .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

/* Make navigation buttons smaller and positioned properly */
.project .swiper-button-next,
.project .swiper-button-prev {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    color: #fff;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
}

.project .swiper-button-next:after,
.project .swiper-button-prev:after {
    font-size: 12px;
}

/* Position pagination properly */
.project .swiper-pagination {
    bottom: 10px;
}

.project .swiper-pagination-bullet {
    /*background-color: #fff;*/
    opacity: 0.7;
    width: 8px;
    height: 8px;
}

.project .swiper-pagination-bullet-active {
    background-color: #fff;
    opacity: 1;
}
.hover-zones {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10;
    display: flex;
    pointer-events: none;
}

.hover-zone {
    flex: 1;
    height: 100%;
    pointer-events: all;
    cursor: pointer;
}


/* Form Section */
#vist-area{
    background: url(../images/footer-bg.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
}
#vist-area .container{
    display: flex;
    justify-content: center;
    padding: 70px 0;
    z-index: 1;
    position: relative;
}
#vist-area .container > div {
    background: #F3EFE4;
    max-width: 80%;
    padding: 50px 30px;
    width: 100%;
}
#vist-area .form-container{
    display: flex    ;
    justify-content: space-between;
    margin-top: 50px;
}
#vist-area .section-head {
    text-align: center;
    margin: 0;
}
#vist-area .section-head h2 {
    color: #000;
}
#vist-area .section-head span{
    color: #000;
}
#vist-area .section-head p {
    color: #3B1C00;
    font-size: 16px;
}
#visitPop .submit-btn{
    text-align: center;
    margin-top: 30px;
}
#visitPop .submit-btn button{
    max-width: 400px;
}
.footer-flex {
    display: flex;
    gap: 10px;
}
.footer-flex .form-group {
    width: 50%;
}
.visit-content{
    width: 100%;
    padding: 0;
}
.visit-content .section-head h2{
    display: none;
}
.visit-content .section-head p{
    display: none;
}
.footer-quote {
    width: 65%;
    text-align: right;
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
}
.banner-left .call-to-action-btns{
    margin-top: 40px;
}
.footer-quote img {
    width: 100%;
    max-width: 305px;
    z-index: 12;
    position: relative;
}
.show-info {
    position: relative;
    width: 52%;
}
.form-img-text {
    position: absolute;
    width: 265px;
    height: 250px;
    background-color: #000000;
    color: rgb(255, 255, 255);
    top: 15px;
    z-index: 1;
    padding: 25px;
    /* border-radius: 10px; */
}
.form-img-text p {
    color: rgb(255, 255, 255);
    text-align: left;
    font-size: 14px;
    margin-bottom: 10px;
}
/* Footer Bar */
#bottom-bar {
    background: #DBCFB2;
    display: flex;
    align-items: center;
    margin-bottom: 100px;
    padding: 25px 0;
}
#bottom-bar p {
    text-align: center;
    color: #1F0F00;
    font-size: 12px !important;
    margin-bottom: 0;
}
#bottom-bar p strong{
    color: #1F0F00;
}
#bottom-bar p:nth-child(2){
    margin-top: 10px;
    margin-bottom: 10px;
}
#bottom-bar .container{
    text-align: center;
}
#bottom-bar a{
    margin-top: 10px;
    text-align: center;
    font-size: 12px !important;
    color: #1F0F00;
    font-style: underline;
    text-decoration: underline;
}

/* Popup code */
.autoPopup {
    border-radius: 0px;
    padding: 40px;
    background: #fff;
    max-width: 500px;
    position: relative;
}
#contactPopup .section-head h2, #brochurePopup .section-head h2{
    font-size: 1.7rem;
    line-height: 1.3;
    text-align: center;
    color: #000;
    /* font-weight: 500; */
}
#contactPopup .section-head h2 span, #brochurePopup .section-head h2 span{
    color: #000;
}
#contactPopup .section-head p, #brochurePopup .section-head p{
    text-align: center;
    color: #3535358d;
    font-size: 15px;
}
.autoPopup-description {
    color: white;
    padding: 30px 45px 0px;
}
.autoPopup-description h3 {
    color: white;
    font-size: 1.5rem;
    line-height: 1.6;
    margin-bottom: 2rem;
}
.autoPopup-description p {
    margin: 0;
    color: white;
    font-size: 1.3rem;
    line-height: 2rem;
    margin-top: 15px;
}
.agent-wrap {
    display: flex;
    align-items: center;
}
.mt40, .mt40-desk-only {
    margin-top: 40px;
}
.agent-wrap .agent-photo img {
    max-width: 115px;
    border-radius: 25px;
}
.agent-wrap .agent-contact {
    flex-basis: 215px;
    padding-left: 14px;
}
.agent-wrap .agent-contact p {
    margin: 0;
    line-height: 1.6;
}
.autoPopup-description p {
    color: white;
}
.agent-wrap .agent-contact a {
    color: white;
    text-decoration: none;
}
.autoPopup-form {
    background: white;
    border-radius: 30px;
}
.autoPopup .flex-container{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
}
#autoPop, #brochureFormPopup{
    margin-top: 20px;
}
.mfp-close-btn-in .mfp-close{
    color: #000;
}

/* Invest Guide Popup code */

#investGuidePopup  {
    max-width: 1000px;
    padding: 0;
}

#investGuidePopup .popup-wrap {
    display: flex;
    height: 40rem;
    border-radius: 20px;
    
}

#investGuidePopup .section-img {
    background-image: url(../images/brochure-popup.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    width: 50%;
}

#investGuidePopup .popup-text {
    position: absolute;
    top: 30px;
    padding: 20px 25px;
}

#investGuidePopup .popup-text h2 {
    color: #fff;
    text-align: left;
    font-size: 1.7rem;
    margin-top: 11px;
    margin-bottom: 13px;
    font-weight: 600;
}

#investGuidePopup .popup-text p {
    color: #fff;
    text-align: left;
}

#investGuidePopup img {
    max-width: 350px;
        width: 100%;
    position: absolute;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

#investGuidePopup .autoPopup-form {
    background: white;
    border-radius: 30px;
    width: 50%;
    padding: 34px;
    display: flex;
    align-items: center;
}

#investGuidePopup {
    margin-top: 0;
    width: 100%;
}

.social-media-icon {
    position: fixed;
    bottom: -50px;
    max-width: 85px;
    right: 16px;
    align-items: center;
    justify-content: center;
    transform: translateY(-50%);
    z-index: 1;
    display: none;
}
.social-media-icon ul {
    list-style: none;
}
.social-media-icon ul li {
    width: 100%;
    float: left;
    position: relative;
    margin-left: 15px;
    margin-top: 11px;
    max-width: 62px;
}
.ion-android-call:before {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(../images/call.png);
    position: absolute;
    left: 18px;
    background-size: cover;
    top: 20px;
}
#regPop .iti--separate-dial-code .iti__selected-dial-code{
    color: #fff;
}
.ion-social-whatsapp-outline:before {
    content: "";
    width: 19px;
    height: 19px;
    background-image: url(../images/whatsapp.png);
    position: absolute;
    left: 18px;
    background-size: cover;
    top: 20px;
}

.social-media-icon ul li a {
    display: inline-flex;
    align-items: center;
    padding: 0px 10px;
    font-size: 20px;
    border-radius: 10px;
    color: #fff;
    box-shadow: 0px 2px 6px rgb(0, 0, 0, 0.1);
    transition: 0.8s all;
    margin: 5px 0;
    text-decoration: none;
    text-align: center;
}
.social-media-icon ul li .call-btn {
    background: #50afe4;
}
.social-media-icon ul li a .icon {
    font-size: 25px;
    width: 34px;
    height: 51px;
}
.icon {
    display: inline-block;
}
.social-media-icon ul li .whatsapp-btn {
    background: #25d366;
}
.whatsapp-btn::before{
    content: "";
    width: 58px;
    position: absolute;
    height: 50px;
    left: 0;
    animation: pulse 1.5s infinite;
    background-color: #25d366;
    border-radius: 10px;
}
.call-btn::before{
    content: "";
    width: 58px;
    position: absolute;
    height: 50px;
    left: 0;
    animation: pulse 1.5s infinite;
    background-color: #50afe4;
    border-radius: 10px;
}

.social-media-icon ul li a span {
    display: inline-flex;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    max-width: 0;
    -webkit-transition: max-width 0.8s;
    overflow: hidden;
    font-size: 16px;
    margin-left: 5px;
}
/*.social-media-icon ul li a:hover span {*/
/*	max-width: 300px;*/
/*	transition: max-width 1.6s;*/
/*	-webkit-transition: max-width 1.6s;*/
/*}*/
.grecaptcha-badge{
    visibility: hidden;
}
.mob-only{
    display: none!important;
}
.mob-only-flex{
    display: none!important;
}
.tab-only{
    display: none;
}
.desktop-tab{
    display: block;
}
@media (max-width: 1600px){
    .banner-inner {
        height: 45rem;
    }
    .register-btn{
        font-size: 16px;
        padding: 19px 16px;
    }
}

@media (max-width: 1440px){
    .banner-left h1{
        /* max-width: 100%; */
    }
    .banner-left{
        width: 90%;
    }
    .banner-right{
        width: 45%;
    }
    .form-img-text{
        right: 51%
    }
    .banner-left .main-heading-span{
        font-size: 1.1rem;
    }
}
@media (max-width: 1200px){
    .project div span {
        font-size: 13px;
    }
    .register-btn{
        font-size: 10px;
        padding: 13px 11px;
        height: 45px;
    }
    .project-detail .call-to-action-btns img {
        width: 14px;
    }
}
/* Responsive */
@media (max-width: 991px) {
    p{
        font-size: 14px;
    }
    #header .container {
        justify-content: space-between;
    }
    .mobile-menu-toggle {
        display: flex;
    }
    .header-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background-color: #fff;
        backdrop-filter: blur(10px);
        display: flex;
        align-items: center;
        justify-content: center;
        transform: translateX(-100%);
        transition: transform 0.3s ease;
        z-index: 1000;
    }
    .banner-section{
        background: none;
    }
    .tab-only{
        display: block;
    }
    .desktop-tab{
        display: none;
    }
    .header-menu.active {
        transform: translateX(0);
    }
    
    .header-menu ul {
        flex-direction: column;
        gap: 2.5rem;
        text-align: center;
    }
    #signs .container > div{
        max-width: 100%;
    }
    .header-menu ul li a {
        font-size: 1.5rem;
        font-weight: 600;
        color: #071C35;
    }
    .sticky-bottom-left,.sticky-bottom-left-btn,.sticky-bar-head{
        display: none!important;
    }
    .sticky-bottom-content{
        justify-content: center;
    }
    .sticky-bottom-content .register-btn {
        width: 170px;
    }
    .desktop-cta{
        display: none;
    }
    .banner-right{
        display: none;
    }
    .register-btn{
        font-size: 12px;
    }
    .register-btn img{
        max-width: 13px;
    }
    .banner-left h1{
        max-width: 100%;
    }
    .logo img{
        max-width: 130px;
        filter: brightness(0) invert(1);
    }
    .banner-inner{
        justify-content: center;
        height: initial;
    }
    .sticky-socials{
        display: flex!important;
        width: 100%;
        gap: 10px;
    }
    .sticky-socials div:first-child{
        width: 50%;
    }
    .sticky-socials div:nth-child(2){
        width: 50%;
        display: flex;
    }
    .sticky-socials div:nth-child(2) a{
        display: flex;
        background: #26D366;
        width: 100%;
        padding: 12px 20px;
        justify-content: center;
        gap: 6px;
        border-radius: 8px;
    }
    .sticky-socials div:nth-child(1) a{
        display: flex;
        background: #50AFE4;
        width: 100%;
        padding: 12px 20px;
        justify-content: center;
        gap: 6px;
        border-radius: 8px;
    }
    .sticky-socials a img{
        max-width: 23px;
        width: 100%;
    }
    .sticky-socials a p{
        color: #fff;
    }
    .banner-left p{
        text-align: center;
    }
    .banner-left .inner-logo{
        max-width: 280px;
    }
    #faq .section-head > div{
        color: #000;
    }
    .banner-left > div{
        text-align: center;
    }
    .banner-left .call-to-action-btns{
        justify-content: center;
    }
    .banner-left{
        justify-content: center;
        width: 100%;
    }
    .project-info-mobile hr{
        border: none;
        height: 1px;
        background-color: #E1E1E1;
    }
    .banner-left-bottom{
        display: none;
    }

    .about-below-btns {
        display: flex!important;
        align-items: center;
        margin-top: 40px;
        justify-content: center;
    }
    .about-content{
        flex-direction: column;
    }
    .about-left{
        width: 100%;
    }
    .section-head h2{
        font-size: 2rem;
        text-align: center;
    }
    .about-above-btns{
        display: none;
    }
    .project-info-mobile{
        display: block;
    }
    .section-head > div{
        justify-content: center;
    }
    .section-head p{
        text-align: center;
    }
    .project-detail{
        margin-top: 22px;
        padding-left: 0;
        padding-bottom: 15px;
        width: 100%;
    }
    .about-details p{
        text-align: center;
    }
    .project-pricing{
        margin-top: 15px;
    }
    .project-pricing div{
        display: flex;
        margin-bottom: 15px;
        align-items: center;
    }
    .project-location{
        display: flex;
        margin-bottom: 15px;
        align-items: center;
    }
    .mob-img{
        display: block;
        width: 100%;
    }
    .project-pricing div:nth-child(1) img{
        max-width: 22px!important;
        margin-left: -2px;
    }
    .project-info-mobile nav{
        margin-left: 7px;
        font-size: 17px;
    }
    .project-detail-divs {
        display: grid;
        gap: 10px;
    }
    .about-right{
        gap: 25px 35px;
    }
    .about-right-item{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .project .project-swiper{
        width: 100%;
    }
    .tabs-container{
        margin-top: 40px;
    }
    .tab-button{
        /* border-radius: 20px; */
        margin-bottom: 0;
    }
    .tabs-nav{
        margin-bottom: 0;
    }
    .tab-button::before{
        display: none
    }
    .project{
        flex-direction: column;
        /*border: 1px solid #E1E1E1;*/
    }
    #register-form .section-head h2{
        max-width: 100%;
        text-align: center;
    }
    .form-mob-text strong{
        color: #fff;
    }
    .form-mob-text{
        display: block;
        /* text-align: center; */
        color: #fff;
        margin-top: 20px;
    }
    #register-form .container::before{
        display: none;
    }
    .project-detail .call-to-action-btns{
        flex-direction: column;
    }
    .project-detail .call-to-action-btns a {
        width: 100%;
    }
    .project-grid{
        grid-template-columns: 1fr;
        margin-top: 40px;
    }
    #register-form{
        margin-top: 100px;
    }
    .register-bottom{
        display: none;
    }
    #register-form .container{
        padding: 0;
        background-image: none;
    }
    .register-content{
        width: 100%;
        margin-top: 0;
    }
    .project-grid .project:nth-child(even){
        flex-direction: column-reverse;
    }
    .invest-first{
        flex-direction: column-reverse;
    }
    .invest-first-left{
        width: 100%;
        align-items: center;
    }
    .invest-first-right{
        width: 100%;
        max-height: 220px;
        overflow: hidden;
        display: flex;
        align-items: center;
        border-radius: 4px;
    }
    .invest-first-left .section-head h2{
        text-align: center;
    }
    .invest-first-left .section-head p{
        max-width: 100%;
        text-align: center;
    }
    .invest-first-left .register-btn{
        margin-top: 20px;
    }
    .invest-grid{
        grid-template-columns: 1fr 1fr;
    }

    .video-btn img{
        max-width: 60px;
    }
    .map{
        height: 68vh;
        background-repeat: no-repeat;
    }
    .sidebar {
        width: calc(100% - 30px);
        right: 0;
        top: initial;
        transform: translate(0, 0);
        bottom: -356px;
        left: 15px;
    }
    #location-buttons {
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        gap: 10px;
    }
    
    .locations-grid{
        grid-template-columns: 1fr 1fr;
        padding: 40px 0 0;
    }
    .location-btn {
        margin-bottom: 0;
    }
    #map {
        height: 450px;
    }
    .location-btn .btn-content {
        gap: 6px;
        flex-direction: column;
        text-align: center;
        align-items: center;
    }
    .location-box:nth-child(5) {
        grid-column: 1 / -1;         /* Span both columns */
        justify-self: center;        /* Center the box horizontally */
    }
    .location-box{
        display: flex;
        flex-direction: row-reverse;
        align-items: center;
        justify-content: center;
        gap: 12px;
        padding: 14px;
    }
    .location-box h3{
        margin: 0;
        font-size: 16px;
    }
    .location-box p{
        margin: 0;
        font-size: 16px;
    }
    .location-card{
        min-width: 254px;
        max-width: 260px;
    }
    .location-card h4{
        font-size: 12px;
    }
    .location-card h3{
        font-size: 1rem;
    }
    .video-cta{
        justify-content: center;
    }
    .map{
        background-position: 45%;
    }
    .book-section{
        flex-direction: column;
    }
    .book-img {
        width: 100%;
    }
    .book-right{
        width: 100%;
        padding-left: 0;
        margin-top: 30px;
    }
    .book-right .call-to-action-btns{
        margin-top: 30px;
        justify-content: center;
    }
    #faq{
        margin-top: 55px;
    }
    #faq .section-head h2{
        color: #000;
    }
    #faq .section-head > div span{
        color: #000;
    }
    #faq .section-head > div img{
        filter: invert(0);
    }
    .faq-top{
        justify-content: center;
    }
    .faq-support, .faq-top .call-to-action-btns{
        display: none;
    }
    .faq{
        margin-top: 30px;
    }
    .form-container{
        flex-direction: column-reverse;
    }
    .footer-quote .show-info{
        /* text-align: center; */
        width: 100%;
    }
    #vist-area .container > div{
        max-width: 100%;
     }
    .footer-quote{
        width: 100%;
        align-items: flex-end;
        justify-content: center;
    }
    .visit-content{
        width: 100%;
        padding: 0;
    }
    .visit-content .section-head h2{
        display: block;
        font-size: 22px;
        margin-bottom: 30px;
    }
    #vist-area{
        margin-top: 65px;
    }
    .form-img-text {
        right: 37%;
    }
    #vist-area .container > .section-head{
        display: none;
    }
    #vist-area .container{
        padding: 45px;
    }
    .visit-content{
        margin-top: 45px;
    }
    #bottom-bar{
        padding: 10px;
    }
    #bottom-bar p:nth-child(2) {
        margin-top: 5px;
        margin-bottom: 5px;
        font-size: 10px !important;
        line-height: 1.4;
    }
    #investGuidePopup .section-img {
        display: none !important;
    }
    #investGuidePopup .autoPopup-form {
        display: block !important;
        
    }
    #investGuidePopup {
        margin-top: 0;
        width: 100%;
        text-transform: capitalize;
    }
    #investGuidePopup .autoPopup-form {
        background: white;
        border-radius: 30px;
        width: 100%;
        padding: 16px 25px;
    }

    #investGuidePopup h2 {
        font-size: 1.4rem;
        font-weight: 600;
        text-transform: initial;
        margin: 2rem 0;
                text-align: center;
    }

    #investGuidePopup .popup-wrap {
        min-height: 38rem;
    }
}

@media (max-width: 767px) {
    .header h1 {
        font-size: 2rem;
    }
    .map-container {
        height: 265px;
    }
    .locations-grid {
        padding: 20px;
        grid-template-columns: 1fr;
    }
    #header .call-to-action-btns{
        display: none;
    }
    #header {
        height: 80px;
    }
    #banner{
        background-image: url(../images/banner-mob.jpg?v=3);
    }
    
    #banner::before{
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background: linear-gradient(278deg, rgb(181 170 210 / 31%) 0%, rgb(167 162 205 / 61%) 100%);
        z-index: 1;
    }
    .section-head p{
        font-size: 14px;
    }
    .about-right .about-right-item:nth-child(2) img{
        width: 44px;
    }
    .about-right{
        grid-template-columns: 1fr;
        margin-top: 25px;
    }
    #visitPop{
        margin-top: 20px;
    }
    .project-detail-divs div div span {
        font-weight: 600;
        font-size: 13px;
    }
    .invest-grid-item span{
        font-size: 18px;
    }
    .invest-grid-item img{
        max-width: 42px;
    }
    .project-detail-divs > div{
        grid-template-columns: 52% 39%;
    }
    .invest-grid-item p{
        font-size: 16px;
    }
    #about{
        padding: 50px 15px;
    }
    .project-grid{
        grid-template-columns: 1fr;
    }
    .section-head h2{
        font-size: 1.6rem;
    }
    .about-left{
        flex-direction: column;
    }
    .about-left > div:first-child{
        width: 100%;
    }
    .faq-question span{
        font-size: 12px;
    }
    .faq-answer{
        font-size: 12px;
    }
    .about-left > div:nth-child(2){
        width: 100%;
    }
    #location-map{
        padding: 45px 0 0;
    }
    .side-contact-bar{
        display: none;
    }
    .mob-only{
        display: block!important;
    }
    .mob-only-flex{
        display: flex!important;
    }
    .desk-only{
        display: none!important;
    }
    .project-grid .project:nth-child(even) .project-detail{
        padding-right: 0;
    }
    .project-detail{
        padding-right: 0;
    }
    .invest-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .banner-left h1{
        font-size: 1.6rem;
    }
    .banner-left h1 strong{
        font-size: 1.6rem;
    }
    .invest-grid-item:nth-child(1){
        border-top: 1px solid #E3E3E3;
        padding-top: 30px;
    }
    .project-detail p {
        position: relative;
        line-height: 1.5;
        max-height: calc(1.5em * 2); /* Show only 2 lines */
        overflow: hidden;
        transition: max-height 0.3s ease;
        font-size: 16px;
    }
    .property-types{
        position: inherit;
    }
    .project-detail p.expanded {
        max-height: none;
    }
    .project-detail .property-types p{
        font-size: 14px;
    }
    .project-detail p.truncated::after {
        content: "... ";
        position: absolute;
        right: 0;
        bottom: 0;
        background: white;
        padding-left: 5px;
    }
    
    .read-more-btn {
        display: inline;
        color: #fff;
        text-decoration: underline;
        cursor: pointer;
        font-weight: 500;
        background: none;
        border: none;
        padding: 0;
        font-size: 14px;
        font-family: inherit;
        margin-left: 2px;
    }
    
    .read-more-btn:hover {
        color: #fff;
    }
    .invest-grid-item{
        border-bottom: 1px solid #E3E3E3;
        padding: 20px;
        padding-bottom: 30px;
        border-radius: 0;
        /* background-color: transparent; */
    }
    .map{
        height: 30vh;
        background-size: cover;
    }
    #bottom-bar{
        height: auto;
        padding: 20px 0;
    }
    .location-card {
        min-width: 0;
        max-width: 143px;
        border-radius: 4px;
    }
    .location-card p{
        display: none;
    }
    #contactPopup .section-head p, #brochurePopup .section-head p{
        display: none;
    }
    .location-card h3 {
        font-size: 10px;
    }
    .location-card h4 {
        font-size: 7px;
        margin-top: 3px;
    }
    .banner-left .register-btn{
        /* width: 280px; */
    }
    .banner-left nav{
        font-size: 1.1rem;
    }
    .form-img-text {
        position: relative;
        width: 198px;
        height: 250px;
        padding: 13px;
        right: 0;
    }
    
    .tab-button {
        width: 100px;
        padding: 10px 20px;
    }
    .form-img-text p {
        font-size: 13px;
        line-height: 1.8;
    }
    .footer-quote{
        display: none;
    }
    #vist-area .section-head p{
        max-width: 100%;
    }
    .project-detail .property-types{
        z-index: 2;
        display: flex!important;
        background: transparent;
        padding: 0;
    }
    /*.project-detail .property-types p:nth-child(1){*/
    /*    background-color: #95B7C1;*/
    /*    color: #fff;*/
    /*}*/
    .project-detail .property-types p:nth-child(2){
        color: #86B186;
    }
    .sign-flex{
        grid-template-columns: 1fr;
    }
    #signs .container{
        padding: 70px 15px 70px;
    }
    .footer-flex{
        flex-direction: column;
    }
    .footer-flex .form-group{
        width: 100%;
    }
    


    .footer-quote img {
        max-width: 55%;
        margin-top: -195px;
    }
    .location-box{
        width: 100%;;
    }
    .mfp-container{
        padding-left: 15px;
        padding-right: 15px;
    }
    .location-box p {
        font-size: 15px;
    }
    .location-box h3 {
        font-size: 15px;
    }
    .faq{
        padding-bottom: 58px;
    }
    .about-right-item p{
        text-align: center;
        max-width: 100%;
    }
    .main-heading{
        display: block;
        color: #fff;
        font-size: 2rem;
        margin-top: 30px;
        margin-bottom: 24px;
        
    }
    .location-btn{
        padding: 12px;
    }
    #location-buttons{
        gap: 0;
    }
    .sidebar{
        padding: 20px;
    }
    #register-form{
        padding-top: 0;
    }
    #register-form {
        margin-top: 0;
    }
    #discover-projects{
        padding: 50px 15px;
    }
    #invest-emaar .container {
        padding: 30px 20px 75px;
    }
    .about-right-item h3{
        font-size: 1.2rem;
        text-align: center;
        margin-top: 18px;
    }
    .about-right-item:last-child h3{
        margin-top: 10px;
    }
    .section-head > div{
        text-align: center;
        font-size: 12px;
    }
    .about-right-item img{
        width: 45px;
    }
    .about-details p{
        padding-right: 0;
    }
    .section-head > div hr{
        width: 68px;
    }
    .banner-left .call-to-action-btns{
        display: flex;
        justify-content: center;
        margin-top: 30px;
    }
    .banner-left .main-heading-span {
        text-transform: none;
    }
    #register-form .section-head h2{
        font-size: 1.2rem;
        text-align: left;
        line-height: 1.3;
    }
    .banner-left{
        width: 100%;
    }
    .faq-top{
        justify-content: center;
    }
    .visit-content .section-head p{
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }
    #location-buttons {
        grid-template-columns: 1fr;
    }
    
    .sidebar p, .sidebar nav {
        text-align: center;
    }
    
    .sidebar {
        bottom: -515px;
    }
    
    #map {
        height: 350px;
    }
    
    .location-card {
        min-width: 180px;
        max-width: 180px;
        width: 180px;
        border-radius: 7px;
    }
    
    .location-card img {
        height: 108px;
    }
    
    .location-card .card-content {
        padding: 5px 0!important;
    }
    
    .location-btn .btn-content {
        gap: 20px;
        flex-direction: row;
        text-align: left;
    }
    #vist-area{
        margin-top: 0;
    }
    #faq{
        padding: 0;
    }
    .location-card h3 {
        font-size: 11px;
    }
    
    .location-card h4 {
        font-size: 7px;
        margin-top: 3px;
    }
    
    .location-card p {
        display: none;
    }
    .visit-content .booking-form-area{
        padding: 0;
    }
    .visit-content{
        margin-top: 0;
    }
    #vist-area .form-container{
        margin-top: 0;
    }
    #vist-area .container{
        padding: 45px 15px;
    }
    #visitPop .form-group input,#visitPop .form-group select{
        background-color: #FAFAFA;
        border: none;
        border-bottom: 1px solid #57575773;
        border-radius: 0;
    }
}