@font-face {
    font-family: 'Cinzel';
    src: url('../fonts/Cinzel-Regular.eot');
    src: url('../fonts/Cinzel-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Cinzel-Regular.woff2') format('woff2'),
        url('../fonts/Cinzel-Regular.woff') format('woff'),
        url('../fonts/Cinzel-Regular.ttf') format('truetype'),
        url('../fonts/Cinzel-Regular.svg#Cinzel-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-SemiBoldItalic.eot');
    src: url('../fonts/Montserrat-SemiBoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-SemiBoldItalic.woff2') format('woff2'),
        url('../fonts/Montserrat-SemiBoldItalic.woff') format('woff'),
        url('../fonts/Montserrat-SemiBoldItalic.ttf') format('truetype'),
        url('../fonts/Montserrat-SemiBoldItalic.svg#Montserrat-SemiBoldItalic') format('svg');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype'),
        url('../fonts/Montserrat-Regular.svg#Montserrat-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Thin.eot');
    src: url('../fonts/Montserrat-Thin.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Thin.woff2') format('woff2'),
        url('../fonts/Montserrat-Thin.woff') format('woff'),
        url('../fonts/Montserrat-Thin.ttf') format('truetype'),
        url('../fonts/Montserrat-Thin.svg#Montserrat-Thin') format('svg');
    font-weight: 100;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype'),
        url('../fonts/Montserrat-Bold.svg#Montserrat-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}




body {
  font-family: 'Montserrat';
  font-weight:normal;
  background-color: #fff;
  position: relative;
	overflow-x: hidden;
  }
  body:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    z-index: 1; }
  body.offcanvas-menu:before {
    opacity: 1;
    z-index: 1002;
    visibility: visible; }

p {
  color: #000;
  font-weight: normal;
	font-size:14px;
  }

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

a {
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; }
  a, a:hover {
    text-decoration: none !important; }



/* Header */
header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 5;
  padding: 0px 0; }
  @media (min-width: 768px) {
    header {
      padding: 30px 0; } }
  header .navbar-brand {
    text-transform: uppercase;
    letter-spacing: .2em;
    font-weight: 800;
    font-size: 2rem; }
    header .navbar-brand.absolute {
      position: absolute; }
      @media (max-width: 991.98px) {
        header .navbar-brand.absolute {
          position: relative; } }
    header .navbar-brand span {
      color: #fff; }
      @media (min-width: 768px) {
        header .navbar-brand span {
          color: #ced4da; } }
  header .navbar {
	  background: linear-gradient(
  90deg,
  #C6736A 0%,
  #DD8B82 50%,
  #C4786D 100%
) !important;
	  
    padding-top: .5rem;
    padding-bottom: .5rem; }
    @media (min-width: 768px) {
      header .navbar {
        padding-top: 0;
        padding-bottom: 0;
        background: none !important;
        position: relative; } }
    header .navbar .nav-link {
      padding: 1.7rem 1rem;
      outline: none !important;
      font-size: 14px;
      color: fff !important; }
      @media (max-width: 1199.98px) {
        header .navbar .nav-link {
          padding: .5rem 0rem; } }
      header .navbar .nav-link.active {
        color: #fff !important; }
    header .navbar .dropdown-menu {
      font-size: 14px;
      border-radius: 4px;
      border: none;
      -webkit-box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 0 2px 30px 0px rgba(0, 0, 0, 0.2);
      min-width: 13em;
      margin-top: -10px; }
      header .navbar .dropdown-menu:before {
        bottom: 100%;
        left: 10%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-bottom-color: #fff;
        border-width: 7px; }
        @media (max-width: 991.98px) {
          header .navbar .dropdown-menu:before {
            display: none; } }
      header .navbar .dropdown-menu .dropdown-item:hover {
        background: #007bff;
        color: #fff; }
      header .navbar .dropdown-menu .dropdown-item.active {
        background: #007bff;
        color: #fff; }
      header .navbar .dropdown-menu a {
        padding-top: 7px;
        padding-bottom: 7px; }
    header .navbar .cta-btn a {
      background: linear-gradient(
  90deg,
  #C6736A 0%,
  #DD8B82 50%,
  #C4786D 100%
) !important;
      color: #fff !important;
      text-transform: uppercase;
      font-size: .8rem;
      padding: 15px 20px !important;
	  border-radius: 5px;
      line-height: 1;
      font-weight: bold;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
      header .navbar .cta-btn a:hover {
        background: linear-gradient(
  90deg,
  #C6736A 0%,
  #DD8B82 50%,
  #C4786D 100%
) !important;
        color: #fff !important;
        -webkit-box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2);
        box-shadow: 2px 0 30px -5px rgba(0, 0, 0, 0.2); }



.logo-white{
	width:285px;
}
.nav-link{
	color:#fff;
}
.zero-pad {
    padding-left: 0px;
    padding-right: 0px;
}
.banner-container {
    position: relative;
}
.banner-centered {
    position: absolute;
    top: 70%;
    left: 72%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 42%;
}

.me-title{
	color:#fff;
	text-align:center;
	font-size:42px;
	padding-bottom:15px;
}

.btn-gradient-border {
  border: 2px solid transparent;
  border-image: linear-gradient(
    90deg,
    #D48B83 0%,
    #E6A39B 45%,
    #D79289 75%,
    #C87A71 100%
  ) 1;
  padding: 6px 10px;
    color: #fff;
}
.btn-gradient-border:hover {
  border: 2px solid transparent;
  border-image: linear-gradient(
    90deg,
    #D48B83 0%,
    #E6A39B 45%,
    #D79289 75%,
    #C87A71 100%
  ) 1;
  background: linear-gradient(
  90deg,
  #C6736A 0%,
  #DD8B82 50%,
  #C4786D 100%
) !important;
  padding: 6px 10px;
    color: #fff;
}

.about{
	padding:50px 0px;
}
.c-title{
	font-size:32px;
	color:#000;
}

.about p{
	color:#000;
	font-size:14px;
}

.logo-color{
	width:70%;
	display:block;
	margin:auto;
}
.color-text{
	background: linear-gradient(
    135deg,
    #C6736A 0%,
    #DD8B82 40%,
    #E6A39B 60%,
    #C4786D 100%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
font-size:16px;
font-weight:bold;
font-style:italic;
}





/* ── Variables ── */
    :root {
      --brand-dark:   #7a3535;
      --brand-mid:    #c07070;
      --brand-light:  #e8b4b4;
      --line-gradient: linear-gradient(to right, var(--brand-mid), var(--brand-light), var(--brand-dark));
    }

    /* ── Section wrapper ── */
    .philosophy-header {
      padding: 18px 0;
      background: #fff;
    }
	
	/* ── Section wrapper ── */
    .philosophy-header1 {
      padding: 18px 0;
      background: #fff;
    }
	
		/* ── Section wrapper ── */
    .philosophy-header2 {
      padding: 18px 0;
      background: #fff;
    }
	
			/* ── Section wrapper ── */
    .philosophy-header3 {
      padding: 18px 0;
      background: #fff;
    }

    /* ── Inner flex row ── */
    .philosophy-inner {
      display: flex;
      align-items: center;
      gap: 50px;
      flex-wrap: nowrap;        /* keeps everything on one line on desktop */
      padding-left: 122px;       /* left breathing room only */
      padding-right: 0;         /* line flush to right edge */
    }

    /* ── Logo / icon image ── */
    .philosophy-icon {
      flex-shrink: 0;
      width: 42px;
      height: 42px;
      object-fit: contain;
      display: block;
    }

    /* ── Placeholder icon (shown when no real image is provided) ── */
    .philosophy-icon-placeholder {
      flex-shrink: 0;
      width: 36px;
      height: 36px;
      display: flex;
      align-items: center;
      justify-content: center;
    }

    .philosophy-icon-placeholder svg {
      width: 42px;
      height: 42px;
    }

    /* ── Heading text ── */
    .philosophy-title {
      font-family: 'Montserrat';
      font-size: 1.05rem;
      font-weight: 600;
      letter-spacing: 0.18em;
      color: #1a1a1a;
      text-transform: uppercase;
      white-space: nowrap;
      margin: 0;
      flex-shrink: 0;
    }

    /* ── Decorative gradient line ── */
    .philosophy-line {
      flex: 1 1 auto;
      height: 5px;
      background: var(--line-gradient);
      border-radius: 2px 0 0 2px;  /* flat on right, rounded on left */
      min-width: 40px;
    }

    /* ── Right image ── */
    .philosophy-right-img {
      flex-shrink: 0;
      width: 52px;
      height: 26px;
      object-fit: contain;
    }

    /* ── Right image placeholder ── */
    .philosophy-right-placeholder {
      flex-shrink: 0;
      width: 52px;
      height: 26px;
      background: var(--line-gradient);
      border-radius: 3px;
      opacity: 0.55;
    }

    /* ══════════════════════════
       MOBILE  (≤ 575 px)
    ══════════════════════════ */
    @media (max-width: 575.98px) {
      .philosophy-inner {
       /* flex-wrap: wrap;     */     /* allow wrapping on very small screens */
        flex-wrap: initial;
		gap: 10px;
      }

      .philosophy-title {
        font-size: 0.88rem;
        letter-spacing: 0.12em;
      }

      .philosophy-icon-placeholder svg,
      .philosophy-icon {
        width: 34px;
        height: 34px;
      }

      .philosophy-line {
        /* On mobile the line sits on its own row below text+icon */
        flex-basis: 100%;
        order: 3;
      }

      .philosophy-right-placeholder,
      .philosophy-right-img {
        display: none;            /* hide decorative right image on very small screens */
      }
    }
	
	
	
	
	
	
	


.luxury{
	padding: 50px 0px 150px 0px;
}


.celestial-luxury{
	    background: linear-gradient(
  90deg,
  #cd847c 0%,
  #e9c3b7 12%,
  #dca99e 25%,
  #c5786d 50%,
  #d18177 65%,
  #e59289 85%,
  #bb685f 100%
);
    padding: 60px 40px 50px;
    position: relative;
   /* overflow: hidden; */
    border-radius: 0 0 32px 32px;
}

.img-box-c{
	
}
.img-box-c p{
	color:#fff;
}
.img-box-c-title{
	font-size:18px;
	padding-top:20px;
}
.mt150{
	margin-top: -150px;
}


.img-box-cc{
	padding: 0 10px;
}
.img-box-cc p{
	color:#000;
}
.img-box-cc-title{
	font-size:18px;
	padding-top:20px;
}

.owl-celestial{
	padding:20px 0px;
}



.celestial-section {
      display: flex;
      align-items: stretch;
      min-height: 340px;
      overflow: hidden;
	  padding: 50px 0px;
    }

    /* ── Left: Text ── */
    .celestial-text-col {
      flex: 0 0 45%;
      display: flex;
      align-items: center;
      padding: 45px 50px 45px 125px;
      background: #fff;
    }

    .celestial-text-inner {
      max-width: 440px;
    }

    .celestial-heading {
		font-size: 32px;
    color: #000;
      
      
      line-height: 1.2;
      text-transform: uppercase;
      margin-bottom: 28px;
    }

    .celestial-body {
		color: #000;
    font-weight: normal;
    font-size: 14px;
		
      line-height: 1.75;
      max-width: 360px;
    }

    /* ── Right: Image — flush to right edge ── */
    .celestial-image-col {
      flex: 0 0 55%;
      position: relative;
      overflow: hidden;
      margin-right: 0;
      padding-right: 0;
    }

    .celestial-image-col img {
      width: 100%;
     height: auto;
      object-fit: cover;
      object-position: center;
      display: block;
    }

    /* ── Responsive ── */
    @media (max-width: 768px) {
      .celestial-section {
        flex-direction: column;
      }
      .celestial-text-col {
        flex: none;
        width: 100%;
        padding: 48px 32px;
      }
      .celestial-image-col {
        flex: none;
        width: 100%;
        height: 300px;
      }
    }

.chandrarang-legacy{
	padding:50px 0px;
}
.chandrarang-legacy img{
	width:330px;
}


.trusted-real-estate{
	background-image: url(../img/bg-02.png);
    background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
	padding:50px 0px;
}
.real-box{
		padding: 15px;
}
.real-box img{
	width:85px;
	padding-bottom:15px;
}
.real-box p{
	color:#fff;
}
.real-box-title{
	font-size:16px;
}
.mt-150{
	margin-top:100px;
}





.living-experience {
    background: linear-gradient(90deg, #cd847c 0%, #e9c3b7 12%, #dca99e 25%, #c5786d 50%, #d18177 65%, #e59289 85%, #bb685f 100%);
   
    position: relative;
    /* overflow: hidden; */
    border-radius: 0 0 32px 32px;
	height: 200px;
}
.living-experience-row{
	list-style-type: none;
  margin: 0;
 margin-top: -22px;
  overflow: hidden;
}

.living-experience-row li{
  float: left;
  width:20%;
  padding: 8px;
 }
 
.living-experience-title{
	display: flex;
  align-items: center;         /* Centers text vertically */
  justify-content: center;     /* Optional: Centers text horizontally */
  height: 100px;
}
 
.living-experience-row p{
	color: #fff;
    padding-bottom: 0px;
    padding-right: 25px;
    padding-left: 25px;
    margin-bottom: 0px;
    font-size: 18px;
}


.home-contact{
	background-image: url(../img/bg-03.png);
    background-size: 100% auto;
  background-position: top center;
  background-repeat: no-repeat;
  width: 100%;
	padding:130px 0px;
}
button{
	background: none;
	outline:none;
}

.connect{
	padding:50px 0px;
}
.connect-pdtb1{
	padding:50px 0px 0px 0px;
}
.connect-pdtb{
	padding:100px 0px 0px 0px;
}
.connect-pdtb2{
	padding:50px 0px 50px 0px;
}

.plogo{
	padding:20px;
}







.project-section{
    overflow:hidden;
    padding:50px 0;
}

.project-left{
    display:flex;
    align-items:center;
    justify-content:center;
    height:100%;
    padding:40px;
}

.logo-block img{
    max-width:280px;
	padding: 30px;
}

/* Right Side Image */
.project-image-wrap{
    position:relative;
    width:100%;
}

.project-image{
    width:100%;
    height:auto;
    display:block;
    border-radius:25px 0 0 25px;
}

/* Floating Content Box */
.project-card{
    position:absolute;
    left:-120px;
    top:50%;
    transform:translateY(-50%);
    background:#f7f7f7;
    width:360px;
    padding:40px;
    box-shadow:0 15px 40px rgba(0,0,0,.08);
}

.project-card h4{
    font-size:24px;
    line-height:1.5;
    color:#c55f4f;
    margin-bottom:35px;
    font-style:italic;
}

.project-card ul{
    list-style:none;
    padding:0;
    margin:0 0 30px;
}

.project-card ul li{
    margin-bottom:15px;
    font-size:15px;
    color:#555;
}

.project-card ul li strong{
    color:#bdbdbd;
    font-weight:500;
}

.btn-project{
    display:inline-block;
    padding:10px 24px;
    background:#c86c5f;
    color:#fff;
    border-radius:6px;
    text-decoration:none;
    transition:.3s;
}

.btn-project:hover{
    color:#fff;
    background:#b85a4d;
    text-decoration:none;
}

/* Tablet */
@media (max-width: 991px){

    .project-section{
        padding:60px 15px;
    }

    .project-left{
        padding:0 0 40px;
    }

    .logo-block{
        text-align:center;
    }

    .project-image{
        border-radius:20px;
    }

    .project-card{
        position:relative;
        left:auto;
        top:auto;
        transform:none;
        width:90%;
        margin:-70px auto 0;
        z-index:2;
    }
}

/* Mobile */
@media (max-width: 767px){

    .logo-block img{
        max-width:220px;
    }

    .project-card{
        width:95%;
        padding:25px;
        margin-top:-40px;
    }

    .project-card h4{
        font-size:20px;
        margin-bottom:20px;
    }

    .btn-project{
        width:100%;
        text-align:center;
    }
}

.fa-map-marker{
	
	/* 1. Define the background gradient */
  background-image: linear-gradient(90deg, #cd847c 0%, #e9c3b7 12%, #dca99e 25%, #c5786d 50%, #d18177 65%, #e59289 85%, #bb685f 100%);
  
  /* 2. Clip the background to the text text */
  background-clip: text;
  -webkit-background-clip: text; /* Required for Chrome, Safari, and Edge */
  
  /* 3. Hide the original text color to reveal the background */
  color: transparent;
	
}
 


.footer-menu{
	
}

.footer-menu {
  list-style-type: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}

.footer-menu li {
  float: left;
  width: 16.66%;
}

.footer-menu li a {
  display: block;
  color: #000;
  text-align: center;
  padding: 16px;
  text-decoration: none;
}

.footer-menu li a:hover {
  
}




.contact-footer {
    background: linear-gradient(
        90deg,
        #a74d48 0%,
        #dcc6be 10%,
        #c98f85 35%,
        #cc7d75 70%,
        #bc5f58 100%
    );
    border-radius: 30px 30px 0 0;
    padding: 40px 20px 25px;
    color: #fff;
    overflow: hidden;
}

.contact-row {
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact-item {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    font-size: 15px;
    gap: 12px;
}

.contact-icon {
    width: 34px;
    height: 34px;
    object-fit: contain;
}

.divider {
    width: 1px;
    height: 40px;
    background: rgba(255,255,255,0.7);
    margin: 0 25px;
}

.copyright {
    text-align: center;
    margin-top: 35px;
    font-size: 14px;
    color: rgba(255,255,255,0.9);
}

/* Mobile */
@media (max-width: 767px) {

    .contact-footer {
        padding: 30px 15px 20px;
        border-radius: 20px 20px 0 0;
    }

    .contact-item {
        justify-content: flex-start;
        margin-bottom: 20px;
        font-size: 14px;
    }

    .contact-icon {
        width: 30px;
        height: 30px;
    }

    .copyright {
        margin-top: 10px;
        font-size: 13px;
    }
}


.animateMe{
  opacity: 0;
}
 
.animateMe .animated{
    opacity: 1;
}

.a-copy{
	color:#fff;
}
.a-copy:hover{
	color:#fff;
}



@media (min-width: 320px) and (max-width: 480px) {
	.logo-white{
	width:285px;
	}
	.me-title {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 6px;
	}

	.btn-gradient-border {
		border: 2px solid transparent;
		border-image: linear-gradient(90deg, #D48B83 0%, #E6A39B 45%, #D79289 75%, #C87A71 100%) 1;
		padding: 6px 10px;
		color: #fff;
		font-size: 14px;
	}

	#banner{
		padding-top: 85px;
	}
		.banner-centered {
    position: absolute;
    top: 70%;
    left: 72%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 48%;
	}
	.trusted-real-estate {
    background-image: url(../img/bg-02.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 0px;
	}
		.chandrarang-legacy img {
    width: 240px;
    margin: 20px 0px;
	}
	.desktop{
		display:none;
	}
	.living-experience {
    height: auto;
}
.living-experience-row li {
    float: none;
    width: 100%;
    padding: 8px;
}
.living-experience-row {
    list-style-type: none;
    margin: 0;
	padding:0;
    overflow: hidden;
}
.about img{
	padding:20px 0px;
}
.logo-color {
    width: 70%;
    display: initial;
    margin: auto;
}
.philosophy-inner {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: nowrap;
    padding-left: 15px;
    padding-right: 0;
}
.home-contact {
    background-image: url(../img/bg-03.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 0px;
}
header .navbar .cta-btn a {
    background: none !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: .8rem;
    padding: 15px 0px !important;
    border-radius: 5px;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    width: fit-content;
}
.navbar-nav {
    padding-top: 28px;
}
.footer-menu li {
    float: left;
    width: 33.33%;
}
.lg-pad{padding-bottom:30px;}
}
@media (min-width: 480px) and (max-width: 660px) {
	.logo-white{
	width:285px;
	}
	.me-title {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 6px;
	}

	.btn-gradient-border {
		border: 2px solid transparent;
		border-image: linear-gradient(90deg, #D48B83 0%, #E6A39B 45%, #D79289 75%, #C87A71 100%) 1;
		padding: 6px 10px;
		color: #fff;
		font-size: 14px;
	}

	#banner{
		padding-top: 85px;
	}
		.banner-centered {
    position: absolute;
    top: 70%;
    left: 72%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 48%;
	}
		.trusted-real-estate {
    background-image: url(../img/bg-02.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 0px;
	}
		.chandrarang-legacy img {
    width: 240px;
    margin: 20px 0px;
	}
	.desktop{
		display:none;
	}
	.living-experience {
    height: auto;
}
.living-experience-row li {
    float: none;
    width: 100%;
    padding: 8px;
}
.living-experience-row {
    list-style-type: none;
        margin: 0;
	padding:0;
    overflow: hidden;
}
.about img{
	padding:20px 0px;
}
.logo-color {
    width: 70%;
    display: initial;
    margin: auto;
}
.philosophy-inner {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: nowrap;
    padding-left: 15px;
    padding-right: 0;
}
.home-contact {
    background-image: url(../img/bg-03.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 0px;
}
header .navbar .cta-btn a {
    background: none !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: .8rem;
    padding: 15px 0px !important;
    border-radius: 5px;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    width: fit-content;
}
.navbar-nav {
    padding-top: 28px;
}
.footer-menu li {
    float: left;
    width: 33.33%;
}
.lg-pad{padding-bottom:30px;}
}
@media (min-width: 660px) and (max-width: 768px) {
	.logo-white{
	width:285px;
	}
	.me-title {
    color: #fff;
    text-align: center;
    font-size: 18px;
    padding-bottom: 6px;
	}

	.btn-gradient-border {
		border: 2px solid transparent;
		border-image: linear-gradient(90deg, #D48B83 0%, #E6A39B 45%, #D79289 75%, #C87A71 100%) 1;
		padding: 6px 10px;
		color: #fff;
		font-size: 14px;
	}

	#banner{
		padding-top: 85px;
	}
	.banner-centered {
    position: absolute;
    top: 70%;
    left: 72%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 48%;
	}
		.trusted-real-estate {
    background-image: url(../img/bg-02.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 0px;
	}
	.chandrarang-legacy img {
    width: 240px;
    margin: 20px 0px;
	}
	.desktop{
		display:none;
	}
	.living-experience {
    height: auto;
}
.living-experience-row li {
    float: none;
    width: 100%;
    padding: 8px;
}
.living-experience-row {
    list-style-type: none;
        margin: 0;
	padding:0;
    overflow: hidden;
}
.about img{
	padding:20px 0px;
}
.logo-color {
    width: 70%;
    display: initial;
    margin: auto;
}
.philosophy-inner {
    display: flex;
    align-items: center;
    gap: 50px;
    flex-wrap: nowrap;
    padding-left: 15px;
    padding-right: 0;
}
.home-contact {
    background-image: url(../img/bg-03.png);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    width: 100%;
    padding: 50px 0px;
}
header .navbar .cta-btn a {
    background: none !important;
    color: #fff !important;
    text-transform: uppercase;
    font-size: .8rem;
    padding: 15px 0px !important;
    border-radius: 5px;
    line-height: 1;
    font-weight: bold;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    width: fit-content;
}
.navbar-nav {
    padding-top: 28px;
}
.footer-menu li {
    float: left;
    width: 33.33%;
}
.lg-pad{padding-bottom:30px;}
}
@media (min-width: 768px) and (max-width: 1920px) {
	.mobile{
		display:none;
	}
}
