/**
 * @package SP Page Builder
 * @author JoomShaper http://www.joomshaper.com
 * @copyright Copyright (c) 2010 - 2015 JoomShaper
 * @license http://www.gnu.org/licenses/gpl-2.0.html GNU/GPLv2 or later
*/

.sppb-row-container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
#about{
   color: #000000;
  padding: 50px 0px;
}

@media (min-width: 768px) {
  .map{
    width: 100%;
    height: 350px;
    margin-top: 20px;
  }

  #about .about-list{
    margin-bottom: 30px;
    padding: 10px 0px 60px;
  }
  #about .about-list li{
    width: 50%;
    float: left;
  }
  .award-list{
    margin-top: 30px;
   display: flex;
    
  }
  .sppb-row-container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .sppb-row-container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .sppb-row-container {
    width: 1170px;
  }
}

.mt-30{
  margin-top: 30px;
  padding-top: 50px;
}

.mb-30{
  margin-bottom: 30px;
  padding-bottom: 50px;
}


/* line 1, ../../ATestin for all screens */
.quotation_area {
  padding: 8px 0;
  position: relative;
}

/* line 4, ../../ATestin for all screens */
.quotation_area.ex_margin {
  margin-bottom: 180px;
}

@media (max-width: 767px) {
  
  /* line 4, ../../ATestin for all screens */
  .quotation_area.ex_margin {
    margin-bottom: 80px;
  }
}




/* line 24, ../../ATestin for all screens */
.quotation_area .quotation_text {

  padding: 20px 61px;
 
}

@media (max-width: 767px) {
    #conctact .callus{
        padding:0px 20px;
    }
  /* line 24, ../../ATestin for all screens */
  .quotation_area .quotation_text {
    padding: 0px;
    display: block  !important;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 24, ../../ATestin for all screens */
  .quotation_area .quotation_text {
    padding: 30px 10px;
  }
}

/* line 37, ../../ATestin for all screens */
.quotation_area .quotation_text .quotation_info h3 {
  font-size: 30px;
  color: #ffffff;
  line-height: 58px;
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  /* line 37, ../../ATestin for all screens */
  .quotation_area .quotation_text .quotation_info h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  /* line 37, ../../ATestin for all screens */
  .quotation_area .quotation_text .quotation_info h3 {
    font-size: 30px;
    line-height: 40px;
  }
}

/* line 53, ../../ATestin for all screens */
.quotation_area .quotation_text .quotation_info p {
  font-size: 16px;
  color: #484848;
  font-weight: 300;
  margin-top: 5px;
  margin-bottom: 55px;
}

@media (max-width: 767px) {
  /* line 53, ../../ATestin for all screens */
  .quotation_area .quotation_text .quotation_info p {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  /* line 67, ../../ATestin for all screens */
  .quotation_area .quotation_text .sayhello {
    margin-top: 20px;
  }
  .sayhello .row{
      width: 100%;
      text-align: center;
      margin: auto;
  }

  .quotation_area .quotation_text .sayhello .num span {
      display: none!important;
      font-size: 23px;
  }
}

/* line 73, ../../ATestin for all screens */
.quotation_area .quotation_text .sayhello .icon i {
  width: 70px;
  height: 70px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  
  background: #1c1c1b;
  color: #ffffff;
  text-align: center;
  line-height: 70px;
  font-size: 36px;
}

@media (max-width: 767px) {
  /* line 73, ../../ATestin for all screens */
  .quotation_area .quotation_text .sayhello .icon i {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 15px;
  }
  .modal-title {
      margin: 0;
      line-height: 1.42857143;
      font-size: 15px;
  }
}

/* line 91, ../../ATestin for all screens */
.quotation_area .quotation_text .sayhello .num {
  padding-left: 40px;
}

@media (max-width: 767px) {
    .bottom10{
      font-size: 21px;
    }
  .padding_top{
      padding-top: 20px;
      padding-bottom: 20px;
  }
  .whts-img img{
      width: 50%;
  }
  .click_here img{
      width: 80%;
  }
  /* line 91, ../../ATestin for all screens */
  .quotation_area .quotation_text .sayhello .num {
    padding-left: 20px;
  }
}

/* line 96, ../../ATestin for all screens */
.quotation_area .quotation_text .sayhello .num span {
  display: block;
  font-size: 16px;
  color: white;
  margin-bottom: 0px;
  text-transform: capitalize;
  font-family: "Roboto", sans-serif;
}

/* line 103, ../../ATestin for all screens */
.quotation_area .quotation_text .sayhello .num h3 {
  font-size: 40px;
  font-weight: 700;
  color: #ffffff;
  line-height: 1;
  margin-top: 7px;
}

.align-items-center {
  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}


div.sticky1 {
  outline: 0;
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  background: url(../../img/Background.jpg) fixed no-repeat;
    padding: 0px 0;
    background-size: cover;
 
  font-size: 16px;
  z-index: 999;
}
.sticky1-overlay{
  padding: 10px;
  display: flex;
  background: rgba(0, 0, 0, 0.87);

}
.sticky1  .btn-yellow {
  font-size: 14px;
  padding: 10px 30px;
  background: #387635;
  color: white;
  border-radius: 10px;
}
.sticky1  .btn-yellow:hover {
  font-size: 14px;
  padding: 10px 30px;
  background: #2c6929;
  color: white;
}

.desktop-sticky-form input[type="text"],.desktop-sticky-form input[type="number"], 
.desktop-sticky-form input[type="email"],.desktop-sticky-form input[type="tel"] {
  display: inline-flex;
  height: 34px;
  width: 23%;
  margin: 0px 20px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #464343;
  background-color: #ffffff;
  background-image: none;
  border: 1px solid #ccc!important;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
  -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
.montserrat-bold {
  font-family: 'montserratbold';
  font-weight: 700;
  font-size: 20px;
}
input.desktop-sticky-form {
  outline: 0;
  color: #fff;
  background: none;
  border-bottom: 1px solid white !important;
  border: none;
  display: inline-block;
}
.desktop-sticky-form {
  display: inline-block;
  padding: 0 5%;
  width: 84%;
}
.prop-details .rera p ,.prop-details .rera p b{
  text-align: center!important;
}

.lgacyWrap {
  margin: 60px 0;
}
.lgacyWrap .lgacyInner h2 {
  color: #29235c;
}
.lgacyWrap .lgacyInner {
  margin: 0 auto;
  text-align: justify;
}
.lgacyWrap .lgacyInner ul {
  margin-top: 40px;
}
.lgacyWrap .lgacyInner ul li {
  width: 18%;
  margin: 0 1%;
  float: left;
  background: #161616;
  padding: 40px 0;
  list-style: none;
}
.lgacyWrap .lgacyInner ul li .num {
  color: #ffffff;
  font-size: 40px;
  line-height: 40px;
  margin-bottom: 10px;
  font-family: 'montserratbold';
}
.lgacyWrap .lgacyInner ul li .text {
  color: #ffffff;
}
.logo-width{
  width: 100px;
  margin: 0 auto;
  display: block;
  margin-bottom: 10px;
}
.lifestyleWrap {
  padding: 30px 10px;

}

.lifestyleWrap .lifestyleInner ul {
  margin-top: 40px;
}
.lifestyleWrap .lifestyleInner ul li {
  
  list-style: none;
  width: 20%;
  float: left;
  margin-bottom: 18px;
  font-size: 18px;
  text-align: center;
}
.lifestyleWrap .lifestyleInner ul li img {
  border-radius: 100%;
  padding: 15px 10px;
  filter: grayscale(1);
  margin: 0 auto;
  margin-bottom: 10px;
  border: 6px solid #1c1c1b!important;
}
.lifestyleWrap .lifestyleInner ul li:hover img {
  
  border: 6px solid #080602!important;
  background: white;
  /* filter: invert(0); */
}
/* .lifestyleWrap .lifestyleInner ul li:hover span {
 border-bottom: 1px solid;
} */
.lifestyleWrap .lifestyleInner ul li span {
  display: block;
  line-height: 30px;
  font-size: 16px;
  text-align: center;
  color: rgb(236, 236, 236);
  width: 90%;
  background-color: #1c1c1b;
  margin-bottom: 20px;
}

@media only screen and (max-width: 724px){
  .lifestyleWrap .lifestyleInner ul li span {
    display: block;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: rgb(236, 236, 236);
    width: 99%;
    background-color: #1c1c1b;
    margin-bottom: 20px;
  }
  .lifestyleWrap .lifestyleInner ul li {
    list-style: none;
    width: 50%;
   
}
  .logo-width{
    width: 100px;
  }
  .lgacyWrap .lgacyInner ul, .lifestyleWrap .lifestyleInner ul{
    padding-inline-start: 0px!important;
  }
.lgacyWrap .lgacyInner ul li {
  
    width: 48%;
    margin-bottom: 8px;
}
}
.gradient {
    text-shadow: 0 3px 6px #261b07;
    background: linear-gradient(-45deg, #261b07, #dab151, #261b07, #dab151);
    background-size: 400% 400%;
    animation: Gradient 3sease infinite;
}
/* =========================
   MICRO ANIMATIONS & TOKENS
   ========================= */
:root{
  --gold:#cdaf54;
  --dark:#1c1c1b;
  --glow: rgba(205,175,84,.35);
}

@keyframes floatUp {
  0%,100% { transform: translateY(0); }
  50%     { transform: translateY(-6px); }
}
@keyframes softPulse {
  0%,100% { box-shadow: 0 10px 26px rgba(0,0,0,.08), 0 0 0 0 var(--glow); }
  50%     { box-shadow: 0 14px 36px rgba(0,0,0,.12), 0 0 0 8px rgba(205,175,84,.15); }
}
@keyframes sheen {
  0%   { transform: skewX(-20deg) translateX(-120%); }
  100% { transform: skewX(-20deg) translateX(220%); }
}


/* Make the Elevation thumbnails match the same card feel */
#update .latest-post{
  border-radius:14px; overflow:hidden; background-size:cover; background-position:center;
  height:auto;
}
#update .latest-post .l-box{
  height: 240px; border-radius:14px; overflow:hidden; position:relative;
  box-shadow: 0 12px 30px rgba(0,0,0,.12); transition: transform .35s ease, box-shadow .35s;
}
#update .latest-post:hover .l-box{ transform: translateY(-5px); box-shadow: 0 18px 46px rgba(0,0,0,.18); }
#update .latest-post .l-box::before{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.35));
  opacity:.35; transition:opacity .3s ease;
}
#update .latest-post:hover .l-box::before{ opacity:.7;    background: linear-gradient(180deg, rgba(0, 0, 0, 0.788), rgba(0, 0, 0, .35)); }


/* ================
   LOCATION — richer background & card glow
   Your markup: <section class="intro calcd" id="location">
   ================ */

#location .white_bg.distance_bg{
  border:1px solid var(--gold);
  border-radius:16px;
  box-shadow: 0 18px 46px rgba(0,0,0,.08);
  animation: softPulse 6s ease-in-out infinite;
}
#location .loc-list li{
  padding-left: 22px; position: relative; margin: 6px 0;
  list-style: none;
      padding-inline-start: 10px;
}
#location .loc-list li::before{
  content:""; width:10px; height:10px; border-radius:50%;
  background: var(--gold); box-shadow: 0 0 0 4px rgba(205,175,84,.15);
  position:absolute; left:-10px; top:.45em;
}

/* Google map frame polish */
#location iframe{
  border-radius: 16px;
  box-shadow: 0 12px 34px rgba(0,0,0,.12);
  border:1px solid #eee;
  margin-top: 30xp;
}

/* ================
   AMENITIES — card animation (builds on your existing .ameni-icon) 
   ================ */
#amenities .ameni-icon{
  background:#fff; border:1.5px solid var(--gold);
  border-radius:16px; padding:18px 14px; text-align:center;
  box-shadow:0 12px 30px rgba(0,0,0,.06);
  transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
#amenities .ameni-icon:hover{
  transform: translateY(-6px);
  box-shadow:0 20px 42px rgba(0,0,0,.12);
  border-color:#b58f30;
}
#amenities .ameni-icon .icon img{
  width:100%; height:auto; object-fit:contain; transition: transform .25s ease;
}
#amenities .ameni-icon:hover .icon img{ transform: scale(1.06); }
.prop-div{
  position: relative;
}
 
  .prop-div::before {
    position: absolute;
    content: "";
    height: 90%;
    width: 100%;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../../img/left-element.svg);
}
 
/* ================
   NEW — PROJECT HIGHLIGHTS SECTION
   Drop the HTML block (see part B) anywhere (e.g., below Pricing).
   ================ */
#highlights{
  position:relative; padding:70px 0; background:#fff; overflow:hidden;
}


#highlights .hl-wrap{
  position:relative; border-radius:18px; padding:26px; 
  border:2px solid transparent;
 
  background-clip:content-box, border-box;
  box-shadow:0 22px 60px rgba(0,0,0,.08);
  animation: softPulse 7s ease-in-out infinite;
}
#highlights .hl-title{
  text-align:center; margin-bottom:18px;
}
#highlights .hl-title h2{
  margin:0; color:var(--gold); font-weight:800; letter-spacing:.03em;
}
#highlights .hl-grid{
  display:grid; grid-template-columns: repeat(4, minmax(0,1fr));
  gap:14px;
}
#highlights .hl-card{
  background:#ffffffad; border:1px solid #e9e1c9; border-radius:14px; padding:18px;
  text-align:center; transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
  box-shadow: 0 10px 24px rgba(0,0,0,.06);
}
#highlights .hl-card:hover{
  transform: translateY(-6px); border-color: var(--gold);
  box-shadow: 0 18px 40px rgba(0,0,0,.12);
}
#highlights .hl-icon{
  width:70px; height:70px; margin:0 auto 8px; border-radius:12px;
  background: linear-gradient(135deg, var(--gold), #a7893d);
  padding: 10px;
  color:#fff; display:grid; place-items:center; font-weight:900; font-size:20px;
  box-shadow:0 10px 22px var(--glow);
}
#highlights .hl-metric{
  font-size: 26px; font-weight:900; color:#111; line-height:1.1;
}
#highlights .hl-label{
  color:#555; font-weight:700; letter-spacing:.04em; text-transform:uppercase; font-size:.8rem;
}
#highlights .hl-note{
  margin-top:12px; text-align:center; color:#777; font-size:.9rem;
}

/* responsive tweaks */
@media (max-width: 991.98px){
  #highlights .hl-grid{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 575.98px){
  #highlights .hl-grid{ grid-template-columns: 1fr; }
}

/* ================
   HEADER MENU hover polish (subtle)
   ================ */
a.m-link{
  position: relative;
}
a.m-link::after{
  content:""; position:absolute; left:0; right:0; bottom:-6px; height:2px;
  background: var(--gold); transform: scaleX(0); transform-origin:left; transition: transform .25s ease;
}
a.m-link:hover::after{ transform: scaleX(1); }

/* =========================
   TOKENS
   ========================= */
:root{
  --gold:#cdaf54;
  --dark:#1c1c1b;
  --ink:#0f0f0f;
  --soft:#f7f5ef;
  --glow: rgba(205,175,84,.35);
}

/* =========================
   PROJECT HIGHLIGHTS — HERO
   ========================= */
.ph-hero{
  position:relative;
  overflow:hidden;
  padding:70px 0 56px;
  background:
    linear-gradient(180deg,#fff, #fff);
  isolation:isolate;
}
.ph-bg{ position:absolute; inset:0; z-index:0; pointer-events:none; }
.ph-spot{
  position:absolute; width:1200px;height:1200px; border-radius:50%;
  left:65%; top:10%; transform:translate(-50%,-50%);
  background: radial-gradient(closest-side, rgba(205,175,84,.18), transparent 65%);
  filter: blur(8px);
  animation: phFloat 9s ease-in-out infinite;
}
.ph-ring{
  position:absolute; width:820px;height:820px; border-radius:50%;
  left:72%; top:24%; transform:translate(-50%,-50%);
  background: conic-gradient(from 0deg, var(--gold), #a7893d, #1a1a1a, #a7893d, var(--gold));
  -webkit-mask: radial-gradient(farthest-side, transparent 58%, #000 61% 64%, transparent 66%);
          mask: radial-gradient(farthest-side, transparent 58%, #000 61% 64%, transparent 66%);
  opacity:.32; animation: phSpin 12s linear infinite;
}
.ph-grid{
  position:absolute; inset:0;
  background-image:
    radial-gradient(circle at 50% 50%, rgba(0,0,0,.03) 0 1px, transparent 1px),
    radial-gradient(circle at 60% 40%, rgba(0,0,0,.03) 0 1px, transparent 1px);
  background-size: 18px 18px, 28px 28px;
  opacity:.6;
}

/* header */
.ph-head{ position:relative; z-index:1; text-align:center; margin-bottom:16px; }
.ph-head .sppb-title-heading{ color:var(--gold) !important; }
.ph-sub{ color:#444; max-width:760px; margin:10px auto 0; }

/* cards */
.ph-wrap{
  position:relative; z-index:1;
  display:grid; gap:14px;
  grid-template-columns: repeat(4, minmax(0,1fr));
  margin-top:18px;
}
.ph-card{
  position:relative; background:#fff; border-radius:16px;
  border:1px solid #e9e1c9;
  padding:18px; text-align:center;
  box-shadow:0 16px 38px rgba(0,0,0,.08);
  overflow:hidden; transform: translateY(10px); opacity:0;
}
.ph-card.is-in{
  animation: phRise .7s cubic-bezier(.2,.7,.2,1) forwards;
}
.ph-icon{
  width:60px;height:60px;border-radius:12px;margin:0 auto 10px;
  display:grid; place-items:center; font-size:24px; color:#fff;
  background: linear-gradient(135deg, var(--gold), #a7893d);
  box-shadow: 0 10px 22px var(--glow);
}
.ph-metric{ line-height:1.1; margin-bottom:4px; }
.ph-metric small{ display:block; color:#666; margin-top:4px; font-weight:700; letter-spacing:.04em; text-transform:uppercase; }
.ph-count{ font-size:30px; font-weight:900; color:#111; display:inline-block; min-width:1ch; }
.ph-plus{ font-weight:900; color:#111; }
.ph-price{ font-size:22px; font-weight:800; color:#111; }
.ph-label{ margin:0; color:#333; font-weight:700; }

/* sheen */
.ph-sheen{
  position:absolute; inset:0; pointer-events:none;
  background: linear-gradient(110deg, transparent 40%, rgba(255,255,255,.55) 50%, transparent 60%);
  transform: translateX(-120%);
  animation: phSheen 3s ease-in-out infinite;
  opacity:.0;
}
.ph-card:hover .ph-sheen{ opacity:1; }

/* footer note */
.ph-note{ text-align:center; color:#777; margin-top:12px; }

/* keyframes */
@keyframes phSpin{ to{ transform: translate(-50%,-50%) rotate(360deg); } }
@keyframes phFloat{ 0%,100%{ transform:translate(-50%,-50%) translateY(0); } 50%{ transform:translate(-50%,-50%) translateY(10px); } }
@keyframes phRise{ to{ opacity:1; transform: translateY(0); } }
@keyframes phSheen{ 0%{ transform: translateX(-120%); } 100%{ transform: translateX(120%); } }

/* mobile */
@media (max-width: 991.98px){
  .ph-wrap{ grid-template-columns: repeat(2, minmax(0,1fr)); }
}
@media (max-width: 575.98px){
  .ph-wrap{ grid-template-columns: 1fr; }
}

/* =========================
   GALLERY (your #Floorplan + Elevation)
   ========================= */
#Floorplan .latest-post .bg-image{
  position: relative;
  padding-top: 62%;
  background-size: cover;
  background-position:center;
  border-radius:14px;
  overflow:hidden;
  transform: translateY(0) scale(1);
  box-shadow: 0 14px 32px rgba(0,0,0,.12);
  transition: transform .35s ease, box-shadow .35s ease, filter .35s ease;
  margin-bottom: 30px;
}
#Floorplan .latest-post .bg-image::after{
  content:"";
  position:absolute; inset:0;
  background: radial-gradient(40% 60% at 70% 20%, rgba(0,0,0,.05), transparent 60%),
              linear-gradient(180deg, rgba(0,0,0,.05), rgba(0,0,0,.35));
  opacity:.30; transition: opacity .35s ease;
}
#Floorplan .bg-image:hover .bg-image{
  transform: translateY(-6px) scale(1.02);
  box-shadow: 0 20px 48px rgba(0,0,0,.18);
}
#Floorplan .latest-post:hover .bg-image::after{ opacity:.55; }

/* label buttons under thumbnails */
#Floorplan .bg-text h2{
      display: inline-block;
    margin-top: 12px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: .05em;
    text-transform: uppercase;
    color: #cdaf54;
    background: #387635;
    border: 1px solid var(--gold);
    padding: 10px 20px;
    border-radius: 999px;
    position: relative;
    overflow: hidden;
}
#Floorplan .bg-text h2::before{
  content:""; position:absolute; top:0; bottom:0; width:60%;
  background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,.5) 50%, rgba(255,255,255,0) 100%);
  transform:skewX(-20deg) translateX(-120%);
  animation: phSheen 2.6s ease-in-out infinite;
}

/* Elevation tiles (inside #update) */
#update .latest-post .l-box{
  border-radius:14px; overflow:hidden; position:relative; height:240px;
  box-shadow: 0 12px 30px rgba(0,0,0,.12);
  transition: transform .3s ease, box-shadow .3s ease;
}
#update .latest-post:hover .l-box{ transform: translateY(-6px); box-shadow:0 20px 42px rgba(0,0,0,.18); }
#update .latest-post .l-box::before{
  content:""; position:absolute; inset:0;
  background: linear-gradient(180deg, rgba(0,0,0,0), rgba(0,0,0,.35));
  opacity:.35; transition:opacity .3s ease;
      height: auto;
}
#update .latest-post:hover .l-box::before{ opacity:.6; }

/* =========================
   LOCATION background polish
   ========================= */
#location{
  position: relative;
    background-image: linear-gradient(rgba(255, 255, 255, 0.7), rgba(255, 255, 255, 0.7)), url(../../img/map.webp);

  padding: 70px 0;
}
#location .white_bg.distance_bg{
  border:1px solid var(--gold);
  border-radius:16px;
  box-shadow: 0 18px 46px rgba(0,0,0,.08);
  animation: phPulse 6s ease-in-out infinite;
}
@keyframes phPulse{
  0%,100%{ box-shadow: 0 18px 46px rgba(0,0,0,.08), 0 0 0 0 var(--glow); }
  50%     { box-shadow: 0 22px 60px rgba(0,0,0,.12), 0 0 0 8px rgba(205,175,84,.15); }
}
#location iframe{
  border-radius: 16px;
  border:1px solid #eee;
  box-shadow: 0 12px 34px rgba(0,0,0,.12);
}

/* ===== Fancy “Glass” Modal ===== */
.modal.modal-glass .modal-dialog{
  margin: 60px auto;
  max-width: 540px;
}

.modal.modal-glass .modal-content{
  position: relative;
  border: none;
  border-radius: 18px;
  overflow: hidden;
  background: rgba(255,255,255,.85);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  box-shadow: 0 24px 70px rgba(0,0,0,.25);
  outline: 1px solid rgba(205,175,84,.15);
}

.modal.modal-glass .modal-header{
  position: relative;
  padding: 18px 22px 14px;
  border: 0;
  background:
    radial-gradient(110% 80% at 120% -10%, rgba(205,175,84,.25), transparent 60%),
    linear-gradient(180deg, rgba(255,255,255,.7), rgba(255,255,255,.45));
}

.modal.modal-glass .modal-title{
  font-weight: 800;
  letter-spacing: .02em;
  margin: 0;
  font-size: 23px;
}

.modal.modal-glass .close{
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 999px;
  background: #fff;
  color: #222;
  opacity: 1;
  line-height: 36px;
  text-align: center;
      z-index: 9;
  font-size: 20px;
  box-shadow: 0 8px 24px rgba(0,0,0,.12);
  transition: transform .2s ease, box-shadow .2s ease;
}
.modal.modal-glass .close:hover{ transform: translateY(-2px); box-shadow: 0 12px 30px rgba(0,0,0,.18); }

.modal.modal-glass .modal-body{
  padding: 18px 20px 22px;
}

/* form fields */
.modal.modal-glass .form-group{ margin-bottom: 14px; }
.modal.modal-glass .form-control{
  border-radius: 12px;
  border: 1px solid #e9e1c9;
  height: 44px;
  padding: 10px 14px;
  transition: border-color .2s ease, box-shadow .2s ease;
}
.modal.modal-glass .form-control:focus{
  border-color: #cdaf54;
  box-shadow: 0 0 0 4px rgba(205,175,84,.18);
  outline: 0;
}

/* main CTA button */
.modal.modal-glass .price-btn,
.modal.modal-glass .form-btn,
.modal.modal-glass .btn-primary,
.modal.modal-glass .btn-default{
  /* display: inline-block; */
  border: 0;
  border-radius: 999px;
  padding: 10px 24px;
  font-weight: 800;
  letter-spacing: .03em;
  color: #ffffff;
  background: linear-gradient(135deg, #cdaf54, #a7893d);
  box-shadow: 0 10px 28px rgba(205,175,84,.32);
  transition: transform .15s ease, box-shadow .2s ease, filter .2s ease;
  text-transform: uppercase;
}
.modal.modal-glass .price-btn:hover,
.modal.modal-glass .form-btn:hover,
.modal.modal-glass .btn-primary:hover,
.modal.modal-glass .btn-default:hover{
  transform: translateY(-2px);
  box-shadow: 0 14px 40px rgba(205,175,84,.45);
  filter: saturate(1.05);
}

/* helper text / errors (works with your validator) */
.modal.modal-glass .error{
  display:block;
  margin: 4px 2px -6px;
  color: #b65454;
  font-size: 12px;
}

/* small note under titles */
.modal.modal-glass .modal-sub{
  margin: 4px 0 0;
  font-size: 13px;
  color: #555;
      text-align: center;
}

/* responsive */
@media (max-width: 575.98px){
  .modal.modal-glass .modal-dialog{ margin: 30px 12px; }
  .modal.modal-glass .modal-content{ border-radius: 14px; }
}
.modal.modal-glass .modal-content{
  transform: translateY(12px);
  opacity: 0;
  transition: transform .28s ease, opacity .28s ease;
}
.modal.modal-glass.in .modal-content{
  transform: translateY(0);
  opacity: 1;
}