/* -------------------------------------------
Name:       Godrej Majesty
Version:    1.0
Developer:  Sunil kumar
Powered By: Kbeatech Software Services 
------------------------------------------- */
/*--------------------------------------------*/

/* ========common css start here======= */

@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');


* {
  margin: 0;
  padding: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

a:hover,
a:focus {
  text-decoration: none;
  box-shadow: none;
}

a {
  /* transition: 0.4s all ease-in-out; */
  text-decoration: none;
}

body {
 font-family: "Montserrat", sans-serif;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;

}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}

h1,
h2 {
  font-weight: 800;
}

h3,
h4 {
  font-weight: 700;
}

h5,
h6 {
  font-weight: 600;
}

h1 {
  font-size: 48px;
  line-height: 56px;
}

h2 {
  font-size: 40px;
  line-height: 45px;
}

h3 {
  font-size: 28px;
  line-height: 1.25;
  letter-spacing: -.02em;
}

h4 {
  font-size: 22px;
  line-height: 32px;
}

h5 {
  font-size: 18px;
  line-height: 24px;
}

h6 {
  font-size: 16px;
  line-height: 26px;
}

.padd-50 {
  padding: 50px 0;
}

/* ========common css end  here======= */
/*=====Header sec css start here====*/
header.header {
    background: #fff;
    transition: all 0.5s;
    z-index: 997;
    padding: 5px 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
}
.thm-btn {
    background: #3a81b6;
    color: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    animation: zoom-in-zoom-out 4s ease-out infinite;
}

.thm-btn:hover {
    background: #0b5d9a;
    color: #fff;
}
.main-nav ul li a {
    color: #000 !important;
    font-size: 13px;
    padding: 0 15px !important;
    /* border-right: 2px solid #000; */
    text-transform: uppercase;
    font-weight: 600;
}
.main-nav ul {
    margin-left: auto;
    margin-right: 10px !important;
}
.main-nav ul li a:hover {
    color: #3a81b6 !important;
}

.main-nav ul li:last-child a {
    border: navajowhite;
}
.main-nav ul .active a {
    color: #f9cf2f !important;
}
nav.navbar {
    padding: 0;
}
/*=====Header sec css end  here====*/

/*====Banner sec css start here=====*/
.hero-section {
  background: url('../../assets/images/banner.jpg') no-repeat center center;
  background-size: cover;
  position: relative;
  color: white;
  min-height: 100vh;
  display: flex;
  align-items: center;
}
.hero-overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
  background: linear-gradient(90deg, #111313c4 40%, rgb(23 24 23 / 51%) 100%);
}
.hero-content {
  position: relative;
  z-index: 2;
  margin-top: 85px;
}
.form-box {
  background: #ffffffad;
  padding: 30px;
  border-radius: 10px;
  color: #000;
  box-shadow: 0 0 10px rgba(0,0,0,0.2);
  width: 380px;
  margin-left: auto;
}
.form-box input, .form-box textarea, .form-box select {
  margin-bottom: 15px;
}
.banner-text {
  position: relative;
  z-index: 2;
  text-align: left;
  max-width: 800px;
  margin: 0 auto;
  padding-right: 45px;
}
.banner-text h1 {
  font-weight: 800;
  font-size: 40px;
  line-height: 1.2;
  text-transform: uppercase;
  letter-spacing: 1px;
  text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.3);
}

.banner-text .lead {
  font-size: 27px;
  margin-top: 15px;
  line-height: 40px;
  font-weight: 400;
  margin-bottom: 30px;
}

.list-inline-item {
  margin-right: 8px;
  font-weight: 400;
  font-size: 1rem;
}
.banner-text .list-inline li {
    padding: 5px 0;
    font-weight: 500;
}

.banner-text .list-inline {
    margin-bottom: 10px;
}
.form-box p {
    letter-spacing: 1px;
    margin-bottom: 0;
    line-height: 0;
}

.form-box h2 {
    font-size: 24px;
    letter-spacing: 1px;
    margin-bottom: 20px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 5px 0 0;
}

.form-box input, .form-box textarea, .form-box select {
    font-size: 14px;
    padding: 10px;
    border-radius: 5px;
}

.form-box input:focus, .form-box textarea:focus {
    outline: none;
    box-shadow: none;
}

.banner-text a.thm-btn {
  animation: blinkZoom 1s ease-in-out infinite;
  display: inline-block; /* Important for transform to work */
}

@keyframes blinkZoom {
  0%, 100% {
    background-color: #c44374;
    transform: scale(1);
  }
  50% {
    background-color: #3a81b6;
    transform: scale(1.1); /* Zoom in slightly */
  }
}


/*=====Banner sec css end  here====*/
.about-img img {
    width: 100%;
    height: 450px;
    object-fit: cover;
    border-radius: 5px;
}

.about-title {
    font-size: 30px;
    margin-bottom: 15px;
    text-transform: uppercase;
    font-weight: 800;
}

.about-desc {
    color: #403e3e;
    font-weight: 500;
    line-height: 25px;
    font-size: 15px;
    margin-bottom: 0;
}

.stat-card {
    border: 1px solid #3a80b5;
    padding: 10px;
    text-align: center;
    border-radius: 5px;
}

.stat-card h4 {
    font-weight: 800;
}

.stat-card p {
    font-weight: 500;
}
.stat-card img {
    width: 40px;
    height: 40px;
    margin-bottom: 10px;
    filter: brightness(0%);
}
/*==== amenities-box  sec css start here*/
.amenities-box {
    text-align: center;
    margin-top: 0;
}
.amenities-box h3 {
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    margin: 20px 0 0;
}
.amenities-box{
    text-align: center;
    background: #ffffff;
    padding: 10px;
    border-radius: 5px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-top: 30px;
}
#amenities {
    background: #d6edff;
}
.title h2 {
    font-size: 32px;
    font-weight: 800;
    margin-bottom: 5px;
    line-height: 40px;
    text-transform: uppercase;
}


.amenities-box img {
    height: 60px;
    filter: brightness(0%);
}
/*==== amenities-box  sec css end  here*/

/*=====price-sec css start here====*/
.price-sec {
    /* background-color: transparent; */
    /* background-image: linear-gradient(180deg, #513d32 50%, #3d2a1f 0%); */
}
.price-box {
    background: #fff;
    padding: 15px;
    border-radius: 10px;
    text-align: center;
    height: 250px;
    border: 1px solid #ddd;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.price-box img {
    width: 70px;
    margin-bottom: 20px;
}

.price-box h3 {
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    margin-bottom: 0;
}

.price-box span {
    font-weight: 600;
}

.price-box p {
    color: #403e3e;
    font-weight: 400;
    line-height: 25px;
    font-size: 16px;
}

.price-box p span {
    /* font-size: 20px; */
}
/*=====price-sec css end  here====*/

#floor-plan {
    background: #d6edff;
}
.card img {
    height: 200px;
    object-fit: cover;
    width: 100%;
    filter: blur(3px);
}
.card-title {
    font-weight: 800;
    font-size: 20px;
}
.gallery-box {
    margin-bottom: 0;
    overflow: hidden;
}

.gallery-box img {
    border-radius: 5px;
    transition: 0.4s all ease-in-out;
    height: 240px;
    object-fit: cover;
}

.gallery-box:hover img {
    transform: scale(1.1);
}
#location-advantage {
    background: #d6edff;
}
.location-box ul {
    margin-bottom: 20px;
}
.map-box {
    border: 1px solid #dcd5d5;
    border-radius: 5px;
}

.map-box iframe {width: 100%;height: 400px;border-radius: 5px;} 
.bg-primary {
    background: #3a81b6 !important;
}

/*=========footer sec css start here======================*/
footer {
    box-shadow: 2px 1px 13px #ccc;
    padding: 50px 0;
    background: #203f56;
}

.about-footer img {
    width: 90px;
}

.about-footer p {
    padding: 10px 0px;
    color: #fff;
    font-weight: 500;
    font-size: 15px;
}

.foter-social ul {
    display: flex;
    justify-content: flex-end;
}

.foter-social ul li {
    padding-left: 45px;
}

.foter-social ul li a {
    font-size: 35px;
    color: #fff;
}

.foter-social {
    text-align: right;
    margin-top: 30px;
}

.foter-social h4 {
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}
.add-footer p {
    color: #dad7d7;
    font-weight: 500;
}
.add-footer.text-right {
    text-align: right;
}
.go-top.active {
    -webkit-transform: translateY(-95%);
    transform: translateY(-95%);
    opacity: 1;
    visibility: visible;
    right: 3%;
    top: 97%;
}
.go-top {
    position: fixed;
    cursor: pointer;
    top: 87%;
    right: -10%;
    background-color: #50ae26;
    z-index: 4;
    width: 45px;
    text-align: center;
    height: 55px;
    line-height: 45px;
    border-radius: 5px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .9s;
    transition: .9s;
}
.go-top::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: -1;
    background-color: #FF8D00;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: .5s;
    transition: .5s;
}
.go-top i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    color: #fff;
    -webkit-transition: .5s;
    transition: .5s;
    font-size: 26px;
}
.go-top i:last-child {
    /* opacity: 0; */
    visibility: hidden;
    top: 60%;
}
.whatsapp_float {
    position: fixed;
    width: 50px;
    height: 50px;
    bottom: 40px;
    right: 25px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    z-index: 100;
    line-height: 50px;
}
.whatsapp_float:hover {
    color: #fff;
}
.about-footer h2 {
    font-size: 36px;
    font-weight: 700 !important;
    margin-bottom: 10px;
    line-height: 40px;
    text-transform: uppercase;
    color: #fff;
}
/*=========footer sec css end  here======================*/

/*=========lead form sec css start here======*/
#form-modal .modal-dialog {
    max-width: 500px !important;
}
#form-modal .modal-header {
    text-align: center;
    background: #3a81b6;
    color: #fff;
    padding: 10px 10px;
}
#form-modal .modal-header h5 {
    font-size: 18px;
    margin: 0;
    text-transform: uppercase;
    font-weight: 700;
}
.form-info form label {
    margin-bottom: 5px;
    color: #0c0c0c;
    font-weight:500;
    font-size: 14px;
}
.form-info button {
   background: #3a81b6;
    border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: inherit;
    color: #fff;
    font-weight: 500;
    padding: 10px 10px;
    text-transform: uppercase;
    width: 100%;
    transition: 0.4s all ease-in-out;
}
#form-modal .modal-header .btn-close {
    color: #fff;
    opacity: 1;
    filter: brightness(0) invert(1);
}
.form-info .form-group input.form-control {
    padding-left: 5px !important;
}

.form-info .form-group input.form-control {
    height: 40px;
    outline: none;
    color: #999;
    box-shadow: none;
    padding: 10px 15px;
    background: #f5f5f5;
    border-color: #eee;
    font-size: 14px;
    font-weight: 500;
}
div#form-modal .form-info {
    border-radius: 0;
    padding: 0 !important;
    background: none !important;
    box-shadow: none;
}

div#form-modal .form-info form {
    padding: 0;
}
#form-modal .modal-header .btn-close:focus{
    outline: none;
    box-shadow: none;
}
.form-info .form-group {
    position: relative;
}
.form-info .form-group {
    margin-bottom: 10px;
}
.error {
    border-color: #ff0000 !important;
}

.error {
    font-size: 14px;
    color: #ff0000 !important;
    font-weight: 400 !important;
    margin: 0 !important;
}
/*=========lead form sec css end  here======*/

.mobile-contact {
    background: #c2e5ff;
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    justify-content: space-between;
    padding: 5px 5px;
}


.mobile-contact a {
    color: #fff;
    border-radius: 0;
    position: relative;
    padding: 0;
    background: #3a81b6;
    color: #fff;
    padding: 5px 5px;
    border-radius: 5px;
}

.mobile-contact a:before {
    position: absolute;
    content: '';
    top: 0;
    right: 0;
    border-right: none;
    height: 25px;
}

.mobile-contact a:last-child:before {
    display: none;
}

.mobile-contact {
    display: none;
}
.mobile-contact a:hover {
    color: #fff;
}

.gallery-box img {
    width: 100%;
}
/* --- Custom Modal Styles (Added for Book Site Visit Popup) --- */
.modal-content {
  border-radius: 12px;
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.15);
  border: none;
}

.modal-header h5 {
  font-weight: 600;
  font-size: 20px;
}

.modal-header {
  background-color: #f8f9fa;
  border-bottom: none;
}

.btn-close {
  /* background: none; */
  border: none;
  font-size: 1.5rem;
  opacity: 0.6;
  font-size: 14px;
}

.btn-close:hover {
  opacity: 1;
}

.form-group label {
  font-weight: 500;
  margin-bottom: 4px;
}

.form-control {
  border-radius: 8px;
  padding: 10px;
  border: 1px solid #ccc;
}

#lead-form-modal button[type="submit"] {
  background-color: #0056d2;
  color: #fff;
  border: none;
  padding: 12px;
  width: 100%;
  margin-top: 10px;
  border-radius: 8px;
  transition: background-color 0.3s;
  text-transform: uppercase;
  font-weight: 700 !important;!i;!;
  font-size: 14px;
}

#lead-form-modal button[type="submit"]:hover {
  background-color: #0043a1;
}
.modal-body p {
    font-weight: 600;
    color: #000 !important;
    margin: 0;
}

.form-label {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 14px;
}

#form-modal input {
    font-weight: 500;
    color: #000;
    border: 1px solid #7e7c7c;
}

#form-modal input::placeholder {
    color: #000;
}